/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}

/* Global properties */
html {width:100%}
body {
	background-color: #fff;
	background-image: url(../images/patterns/light_toast.png);
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

a, img, input, textarea  {
	color: #23dbdb;
	text-decoration: none; outline:none; text-decoration:none;  -webkit-transition: 0.4s; -moz-transition: 0.4s; -ms-transition: 0.4s; transition: 0.4s;
}
a:hover{color:#fff;}
a:active{outline:none;}


img{ border:none;}
.clearfix:after
{clear: both; content: "."; display: block; height: 0; visibility: hidden;}
/* Mozilla based browsers */
::-moz-selection 
{background-color: #FF0000; color: #3F0;}
/* Works in Safari */

::selection 
{background-color: #FF0000; color: #3F0;}
input, a, select, textarea, button{ outline:none;}
.clear{ clear:both;}

@font-face {
	font-family:'CenturyGothic-Regular';
	src: url('../fonts/CenturyGothic_gdi.eot');
	src: url('../fonts/CenturyGothic_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic_gdi.woff') format('woff'),
		url('../fonts/CenturyGothic_gdi.ttf') format('truetype'),
		url('../fonts/CenturyGothic_gdi.svg#CenturyGothic-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-F003;
}


.main_top_wrrapper
{width:100%; background:url(../images/top_bg.jpg) 100% 0 no-repeat;  position:fixed; top:0; z-index:9999;}

#wrap { width:1024px; margin:0px auto;}
.
.inner 
{padding: 0 40px;}


/* HEADER */

#wrap > header {
padding-bottom: 20px;
}
.logo {
	display: inline-block;
	font-size: 0;
	
}
#navigation {
	position: absolute;
	right: 168px;
	bottom: 28px;
}

#menu-toggle {
	display: none;
	float: right;
}

/* HEADER > MENU */
#main-menu {
	float: right;
	font-size: 0;
	margin: 10px 0;
}

#main-menu > li {
	display: inline-block;
	margin-left: 22px;
	padding: 2px 0;
}

#main-menu > li.parent {
	/*background-image: url(../images/plus-gray.png);*/
	background-size: 7px 7px;
	background-repeat: no-repeat;
	background-position: left center;
}

#main-menu > li.parent > a {
	padding-left: 14px;
}

#main-menu > li > a {
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	padding: 30px 0;
	text-decoration:none;
	text-transform:uppercase; font-weight:bold;
}

#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
	color: #23dbdb;
}

/* HEADER > MENU > DROPDOWN */
#main-menu li {
	position: relative;
}

ul.sub-menu { /* level 2 */
	display: none;
	left: 0px;
	top: 38px;
	padding-top: 10px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

ul.sub-menu ul.sub-menu { /* level 3+ */
	margin-top: -1px;
	padding-top: 0;
	left: 149px;
	top: 0px;
}

ul.sub-menu > li > a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	color: #bbb;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 12px;
}

ul.sub-menu > li > a:hover {
	background-color: #2a2a2a; 
	color: #fff;
}

ul.sub-menu > li:first-child {
	border-top: 3px solid #23dbdb;
}

ul.sub-menu ul.sub-menu > li:first-child {
	border-top: 1px solid #444;
}

ul.sub-menu > li:last-child > a {
	border-radius: 0 0 2px 2px;
}

ul.sub-menu > li > a.parent {
	background-image: url(../images/arrow.png);
	background-size: 5px 9px;
	background-repeat: no-repeat;
	background-position: 95% center;
}

#main-menu li:hover > ul.sub-menu {
	display: block; /* show the submenu */
}




/*----------------banner_slider ---------------*/
.warrper
{width:100%; position:relative; margin: 85px 0 0 0; height:100%;}
#slider
{width:100%;}

#slider img
{width:100%;}

.nivoSlider {
	position:relative;
	width:100%;
	
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	
	width:100%;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }




.theme-default .nivoSlider {
	/*position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png);
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	display:none;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*----------------banner_slider_end ---------------*/
#ecicma_intro_bg
{width:1024px; margin:0px auto; border:1px solid #42bcd4; padding:0 0 50px 0; background:#d1f4fc;}
.ecicma_headind
{text-align:center; font-size:40px; color:#fff; margin:0px 0 0 0; font-family:'CenturyGothic-Regular'; background:#106578; height:100px; line-height:100px;}
.ecima_pic
{margin:52px 42px 42px 42px; float:right; color: #090909; font-family: Arial,Helvetica,sans-serif; font-size: 16px; font-weight: bold; line-height:24px;}
.ecima_pic img
{float:left; margin:0 20px 10px 0;}
.intro_menu
{width:574x; margin:0px 45px 0 45px; clear:both;}
.intro_menu ul
{margin:0px; padding:0px;}
 .intro_menu ul li
{list-style:none; float:left; display:block; width:218px; font-family: Arial,Helvetica,sans-serif; font-size: 16px; color:#0a0a09; font-weight:bold; line-height:42px; 
 padding:0 0 10px 45px;}
#about_bg
{width:1024px; margin:0px auto;}
.about_heading
{text-align:center; font-size:40px; color:#020404; margin:45px 0 0 0; font-family:'CenturyGothic-Regular'; text-transform:uppercase; 
background:url(../images/borderabg.jpg) 50% bottom no-repeat; height:56px;}
.main_about_part
{margin:0px 0 0 0;}
.main_about_part ul
{margin:0px; padding:0px;}
.main_about_part ul li
{list-style:none; float:left; margin:145px 0 0 14px;}
.abt_left_part
{width:311px; height:357px; border:3px solid #e2dfdf; padding:0 5px 5px 5px; float:left;}
.abt_midd_part
{width:311px; height:357px; border:3px solid #e2dfdf; padding:0 5px 5px 5px; float:left; }
#skin {
	position:relative;
	background:url(../images/ab_bg.png) 0 0 no-repeat;
	width:156px;
	height:174px;
	margin:-95px 0 0 76px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s  ease;
	-o-transition: all .3s  ease;
	-ms-transition: all .3s  ease;
	transition: all .3s ease;
}

#skin .icon {
	width:116px;
	height:119px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-67px auto 0 -61px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s  ease-in-out;
	-o-transition: all .3s  ease-in-out;
	-ms-transition: all .3s  ease-in-out;
	transition: all .3s ease-in-out;
}

#skin:hover .icon {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s  ease-in-out;
	-o-transition: all .3s  ease-in-out;
	-ms-transition: all .3s  ease-in-out;
	transition: all .3s ease-in-out;
	}
.abt_heading h3
{text-align:center; font-size:19px; color:#251f1f; margin:20px 0 0 0; font-family:'CenturyGothic-Regular';}
.abt_heading span
{color:#3b3a3a; font-family: Arial,Helvetica,sans-serif; font-size: 16px; line-height:24px; text-align:center; display:block; margin:20px 0 0 0;}
#why_ecicma_bg
{width:100%; margin:50px 0 0 0;}
.why_ecicma_top
{width:1024px; margin:0px auto;}
.why_eci_heading
{text-align:center; font-size:40px; color:#020404; margin:45px 0 0 0; font-family:'CenturyGothic-Regular'; 
background:url(../images/border_why.jpg) 50% bottom no-repeat; height:56px;}
.why_contents
{color:#3b3a3a; font-family: Arial,Helvetica,sans-serif; font-size: 16px; line-height:24px; text-align:center; display:block; margin:20px 0 0 0;}
.ecicma_software
{margin:45px 105px 0 115px;}
.ecicma_bottom
{width:100%; background:#46c6e3; margin:70px 0 0 0;}
.main_ecicma_footer
{width:1024px; margin:0px auto; padding:0 0 23px 0;}
.getmore
{text-align:center; font-size:46px; color:#fff;  font-family:'CenturyGothic-Regular'; padding:34px 0 0 0;}
.more_explore
{width:261px; height:51px; background:#231e1e;  border-radius: 5px; margin:30px 0 0px 381px;}
.more_explore a
{text-align:center; line-height:51px; display:block; font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#FFF; text-transform:uppercase;  border-radius: 5px;}
.more_explore a:hover
{-webkit-transform: scale(1.1); transform: scale(1.1);}
#price_bg
{width:1024px; margin:0px auto;}
.tr_1
{margin:30px 0 0 0;}
.tr_heading
{height:62px; background:#e5e7e7;}
.tr_left
{width:31%; height:62px; float:left; border-right:1px solid #FFF; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#292a2a; 
line-height:62px; padding:0 0 0 2%; font-weight:bold;}
.bh_hide
{border-right:none;}
.tr_maine_contents
{height:62px; background:#b4effc; margin:1px 0 0 0;}
.tr_maine_left
{width:32%; height:62px; float:left; border-right:1px solid #FFF; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#292a2a; 
line-height:62px; padding:0 0 0 1%;}
.tr_maine_left img
{ float:left; margin:5px 0 0 5px;}
.con_hide
{border-right:none;}
.buy_button
{width:157px;  height:51px; background:#231e1e;  border-radius: 5px; margin:30px 0 0px 452px;}
.buy_button a
{text-align:center; line-height:51px; display:block; font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#FFF; text-transform:uppercase;  border-radius: 5px;}
.buy_button a:hover
{-webkit-transform: scale(1.1); transform: scale(1.1);}
.renewal_charge
{margin:14 0 0 0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#292a2a; font-weight:bold; text-transform:uppercase; word-spacing:1px;}
#demo_heading
{width:1024px; margin:0px auto; text-align:center; font-size:40px; color:#020404; padding:45px 0 0 0; font-family:'CenturyGothic-Regular'; text-transform:uppercase; 
background:url(../images/borderabg.jpg) 50% bottom no-repeat; height:56px;}
.demo_bg
{width:100%; background:#f8806d; margin:22px 0 0 0;}
.main_demo_contents
{width:1024px; margin:0px auto;}
.software_pic
{float:left; width:291px; height:151px; margin:3px 0 3px 0;}
.software_pic a img
{-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;}
.software_pic a:hover img
{-moz-transform:scale(2); 
-webkit-transform:scale(2);
-o-transform:scale(2);}
.soft_slide
{float:left; width:251px; height:142px; margin:15px 0 0px 66px;}













.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}



.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}


.button.cta {
    background: #01c5c5 none repeat scroll 0 0;
    border: medium none;
    color: white;
    display: inline-block;
    font-weight: 700;
    margin: 1.2em 0 1em;
    padding: 1em;
    position: relative;
    text-decoration: none; width:251px; height:35px; float:left; margin:35px 0 0 116px; border-radius: 5px;
	line-height:35px; text-align:center; font-size:24px; text-transform:uppercase; box-shadow: inset 0 0 5px tomato, 0 0 5px white;
}
#help_bg
{width:1024px; margin:0px auto;}

.help_heading
{margin:45px 0 0 0; text-align:center; font-size:40px; color:#020404; font-family:'CenturyGothic-Regular'; text-transform:uppercase; 
 height:70px; background:url(../images/help_arrow.jpg) 0 bottom no-repeat;}
.help_cont
{margin:30px 0 0 0;}
.help_pic
{ float:left; width:572px; height:349px;}
.help_menu
{float:right; width:378px;}
.help_menu ul
{margin:0px; padding:0px;}
.help_menu ul li
{list-style:none; background:url(../images/dot_img.jpg) 0 13px no-repeat;}
.help_menu ul li a
{display:block; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#232627; line-height:30px; font-weight:bold; padding:0 0 0 15px;}
.help_menu ul li a:hover
{text-decoration:underline;}
.footer_bg
{width:100%; margin:30px 0 0 0; height:414px; background:url(../images/footer_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
.main_cont_footer
{width:1024px; margin:0px auto;}
.venture_menu
{float:left; width:345px; background:url(../images/footer_divder.jpg) 100% 0 no-repeat; height:414px;}
.ven_heading
{font-size:22px; color:#080101; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; text-decoration:underline; margin:30px 0 0 0;}
.ven_all_content
{margin:0 0 0 0;}
.ven_all_content ul
{margin:0px; padding:0px;}
.ven_all_content ul li
{ list-style:none; background:url(../images/aerow_bottom_menu.png) 0px 15px no-repeat;}
.ven_all_content ul li a
{display:block; font-size:16px; color:#0a0303; font-family:Arial, Helvetica, sans-serif; line-height:14px; font-weight:bold; padding:9px 0 9px 10px;}
.ven_all_content ul li a:hover
{text-decoration:underline;}
.our_service_part
{float:left; width:230px; background:url(../images/footer_divder.jpg) 100% 0 no-repeat; margin:0 0 0 40px; height:414px;}
.oth_pro
{float:right; width:352px; height:414px;}
.oth_menu
{margin:0 0 0 0;}
.oth_menu  a
{ display:block;  font-size:16px; color:#0a0303; font-family:Arial, Helvetica, sans-serif; line-height:18px; font-weight:bold; margin:10px 0 10px 0;}
.oth_menu  a:hover
{text-decoration:underline;}
.cont_heading
{font-size:22px; color:#080101; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; text-decoration:underline; margin:20px 0 0 0;}
.address
{margin:10px 0 0 0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; font-weight:bold; line-height:22px;}
.address span
{color:#e9113a; font-size:16px; text-transform:uppercase;}
.bottom_bg
{width:100%; background:#e0e0e0; bottom:0px;}
.main_bottom
{width:1024px; margin:0px auto;}
.dogma_txt
{float:left; width:300px; line-height:52px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#020405; font-weight:bold; text-transform:uppercase;}
.dogma_txt a
{color:#020405;}
.dogma_txt a:hover
{text-decoration:underline;}
.social_icon
{width:400px; float:right; height:40px; margin:8px 0 0 0;}
.social_icon ul
{margin:0px; padding:0px;}
.social_icon ul li
{list-style:none; float:left;}
.social_icon ul li a
{display:block; margin:0 5px 0 5px;}
.social_icon ul li a:hover
{border-top: 5px solid #d0d0d0;}
.follow_controle
{margin:5px 10px 0 0;}

/*--------------------------30-09-015-------------------------------------------*/
.school_icon
{background:url(../images/school_icon.png) -1px 0 no-repeat ; height:42px; }
.collage_icon
{background:url(../images/distance_collage.png) -1px 0 no-repeat ; height:42px; }
.coaching_center
{background:url(../images/coaching_center.png) -1px 0 no-repeat ; height:42px;}
.computer_center
{background:url(../images/computer_center_icon.png) -1px 0 no-repeat ; height:42px; }
.ti_itc_icon
{background:url(../images/itc_icon.png) -1px 0 no-repeat ; height:42px;}
.institution_icon
{background:url(../images/institutions_icon.png) -1px 0 no-repeat ;}
.traning_center_icon
{background:url(../images/training_centre_icon.png) -1px 0 no-repeat ; height:42px; }
.degree_icon
{background:url(../images/degree_colleges.png) -1px 0 no-repeat ; height:42px; }
.diploma_college_icon
{background:url(../images/diploma_colleges.png) -1px 0 no-repeat ; height:42px; }
.bed_icon
{background:url(../images/bed_icon.png) -1px 0 no-repeat; height:42px; }
.polyte_icon
{background:url(../images/polyte_icon.png) -1px 0 no-repeat; height:42px; }
.medical_icon
{background:url(../images/medical_colleges_icon.png) -1px 0 no-repeat ; height:42px; }
.eng_icon
{background:url(../images/eng_icon.png) -1px 0 no-repeat ; height:42px; }
.management_icon
{background:url(../images/management_icon.png) -1px 0 no-repeat ; height:42px; }

/*----------------eCICMA Why ---------------*/
.inner_page
{width:1024px; margin:0px auto;}
.reasons_heading
{text-align:center; font-size:40px; color:#020404; padding:44px 0 0 0; font-family:'CenturyGothic-Regular'; 
 background:url(../images/border_why.jpg) 50% bottom no-repeat; height:56px;}
.reasons_step1
{margin:0px 0 0 0;}
.inner_heading
{font-family:'CenturyGothic-Regular'; font-size:28px; color:#020404; text-transform:uppercase; border-bottom:solid 1px #a19d9d; margin:40px 0 0 0;}
.module_bg
{border-bottom:1px dashed #4f4e4e; padding:58px 0 10px 0;}
.module_product
{float:left; width:300px; height:200px;}
.module_content_bg
{float:right; width:658px;}
.content_heading
{font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#545151; font-weight:bold;}
.module_main_content
{margin:20px 0 0 0; color:#251f1f; font-family: Arial,Helvetica,sans-serif; font-size: 17px; line-height:24px; }
.widerange_product
{float:right; width:300px; height:200px;}
.wide_range_content_bg
{float:left; width:658px;}
.reasons_step2
{margin:0 0 0 0;}
.module_product {
   width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.widerange_product {
   width: 300px;
   height: 200px;
   margin: 10px;
   float: right;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.widerange_product  .mask, .widerange_product .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.module_product  .mask, .widerange_product .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.module_product img
{
   display: block;
   position: relative;
}

.widerange_product img {
   display: block;
   position: relative;
}
.module_product a.info {
background:url(../images/link.png) 0 0 no-repeat;
display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.widerange_product a.info {
background:url(../images/link.png) 0 0 no-repeat;
display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.second-effect .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.second-effect a.info {
	position:relative;
	top:-10px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
   opacity: 1;
   border:100px solid rgba(0,0,0,0.7);
}
.second-effect:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
				
/*----------------eCICMA Demo ---------------*/
.demonstration
{margin:0 0 0 0;}
.demonstration ul
{margin:0px; padding:0px;}
.demonstration ul li
{display:block; list-style:none;  color:#251f1f; font-family: Arial,Helvetica,sans-serif; font-size: 16px; line-height:24px; margin:10px 0 10px 0;
 background:url(../images/right_soymbole.jpg) 0 4px no-repeat; padding:0 0px 0 35px;}
.demo_step1_bg
{margin:60px 0 0 0; border:1px solid #d9d7d7; border-top:none; border-radius:0 0 10px 10px; padding:0 0px 35px 0px;}
.text_inner_demo_heading
{height:60px; background:#46c6e3; font-family:'CenturyGothic-Regular'; font-size:36px; color:#ffffff; line-height:60px; padding:0 0 0 25px;}
.demo_ve_left
{float:left; margin: 35px 0 0 35px; width:398px; height:302px;}
.demo_right_part
{ float:right; width:519px; margin:35px 35px 0 0;}
.demo_right_cont
{color:#251f1f; font-family: Arial,Helvetica,sans-serif; font-size: 17px; line-height:24px; text-align:center;}
.demo_right_cont a
{color:#000; font-weight:bold; text-decoration:underline;}
.demo_right_cont a:hover
{ text-decoration:none;}
.demo_right_cont span
{color:#F00; font-weight:bold; font-size:18px;}
.down_buton
{width:256px; height:64px; margin:54px 0 0 128px;}
.down_buton a 
{width:256px; height:64px; text-indent:inherit; background:url(../images/download_button.jpg) 0 0 no-repeat; display:block;}
.down_buton a:hover
{width:256px; height:64px; text-indent:000; background:url(../images/down_hover.jpg) 0 0 no-repeat;}















