﻿@charset "utf-8";
/* CSS Document */

/* top wrapper start*/
header {
	top: -111px;
	left: 0;
	width: 100%;
	float: left;
	z-index: 9999;
}
header .top-wrapper {
	width: 100%;
	float: left;
	height: 111px;
/*	background-color: #353539;
	opacity:0.85 !important;    
	-webkit-box-shadow: 2px 2px 5px 0 rgba(162,162,162,162);
	box-shadow: 2px 2px 5px 0 rgba(162,162,162,162);
	background-image: url(top-gradient-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
*/
	z-index:1000;
	position:relative;
    
}
header .top-wrapper a.logo {
	background: url(images.png) no-repeat scroll 0px 0px transparent;
	float: left;
	width: 233px;
	height: 62px;
	margin: 27px 0 0 27px;
	position: absolute!important;/*added by sonal*/
}

header .top-wrapper .navigation {
	/*float: right;*/
	/*margin:0 27px 0 0;*/
	margin: 0 0 0 0!important; /*added by sonal*/
}
header .top-wrapper .navigation .section1 {
	float: right;
	position: relative; /*width:710px;*/ /*added by sonal*/
	height: 34px;
	width: auto!important;
	margin-right: 27px;
}
header .top-wrapper .navigation .section1 ul.navigation1, header .top-wrapper .navigation .section1 ul.Analystnavigation1 {
	float: left;
	list-style-type: none;
	margin: 9px 0 0 0;
	padding: 0;
}
header .top-wrapper .navigation .section1 ul.navigation1 li, header .top-wrapper .navigation .section1 ul.Analystnavigation1 li {
	float: left;
	font-size: 12px;
	color: #8d8d8d;
	border-right: 1px solid #8d8d8d;
	padding: 2px 9px;
}
header .top-wrapper .navigation .section1 ul.navigation1 li:last-child, header .top-wrapper .navigation .section1 ul.Analystnavigation1 li:last-child {
	border-right: none;
}
header .top-wrapper .navigation .section1 ul.navigation1 li a, header .top-wrapper .navigation .section1 ul.Analystnavigation1 li a {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 12px;
	color: #8d8d8d;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
header .top-wrapper .navigation .section1 ul.navigation1 li a:hover, header .top-wrapper .navigation .section1 ul.Analystnavigation1 li a:hover {
	color: #FFCA30
}
/**added By Sonal 27/2/2015** for showing active element **/
header .top-wrapper .navigation .section1 ul.navigation1 li a.highlight, header .top-wrapper .navigation .section1 ul.Analystnavigation1 li a.highlight {
	color: #FFCA30
}
header .top-wrapper .navigation .section1 .language {
	float: left;
	margin: 13px 10px 0 8px;/*CHnaged on 11th May15- Drp Down wasn't aligned in a row*/
	/*width: 130px;*/width:72px; /*02072015*/
	position: relative;
	background-image: url(../images/country-dropdown-icon.png);
	background-repeat: no-repeat;
	background-position: right 2px;	
	display:none; /*Aish added on 7th september for hiding the language*/
}
header .top-wrapper .navigation .section1 .language .current-language {
	float: left;
	/*width: 130px;*/width: 100px; /*02072015*/
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 12px;
	text-align: left;
	color: #8d8d8d;
	cursor: pointer;
	overflow: hidden;
}
header .top-wrapper .navigation .section1 .language .current-language span.icon {
	float: left;
	width: 19px;
	text-align: center;
	height: 10px;
}
header .top-wrapper .navigation .section1 .language .current-language span.language-name {
	float: left;
	margin: -1px 0 0 8px;
}
header .top-wrapper .navigation .section1 .language .dropdown {
	position: absolute;
	top: 21px;
	left: -9px;
	/*width: 139px;*/width:72px;/*02072015*/
	padding: 8px 8px 0px 8px;
	background-color: #353539;
	z-index: 55;
	display: none;
}
header .top-wrapper .navigation .section1 .language .dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
header .top-wrapper .navigation .section1 .language .dropdown ul li {
	float: left;
	width: 100%;
	border-top: 1px solid #8d8d8d;
}
header .top-wrapper .navigation .section1 .language .dropdown ul li a {
	padding: 8px 0;
	font-family: "Arial Rounded MT Bold", Arial;
	text-align: left;
	color: #8d8d8d;
	font-size: 12px;
	text-decoration: none;
	float: left;
	width: 100%;
}
header .top-wrapper .navigation .section1 .language .dropdown ul li a img {
	float: left;
	width: 19px;
	height: 10px;
	margin-right: 5px;
	border: 0;
}
header .top-wrapper .navigation .section1 .language .dropdown ul li a .text {
	float: left;
	-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;
}
header .top-wrapper .navigation .section1 .language .dropdown ul li a:hover {
	color: #ffca30;
}
header .top-wrapper .navigation .section1 #welcomemenu {/*float:right;*/
	float: left!important;
	padding: 7px 9px 6px 9px;
	background-color: #FFCA30;
	/* background: #FFCA30 url(images/login_user_iocn.png) no-repeat 10px;*/
	text-decoration: none;
	color: #393636;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 12px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	position: relative;
	width: auto;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease-out;
}
header .top-wrapper .navigation .section1 #welcomemenu span.icon {
	background: url(../images/images2.png) no-repeat scroll -274px -1px transparent;
	width: 22px;
	height: 21px;
	float: left;
}
header .top-wrapper .navigation .section1 .login span.text {
	float: left;
	padding: 3px 27px 0 5px;
	color:black;
}
header .top-wrapper .navigation .section1 .login:hover {
	background-color: #FCD336;
}
header .top-wrapper .navigation .section1 .login-wrapper {
	float: left;
	background-color: #353539;
	padding: 20px 15px;
	position: absolute;
	right: 0;
	top: 34px;
	z-index: 111;
	width: 505px;
	display: none;
}
header .top-wrapper .navigation .section1 .login-wrapper .inputs {
	background-color: #424246;
	border: 1px solid #000000;
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	margin: 0 5px;
	float: left;
	width: 210px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
header .top-wrapper .navigation .section1 .login-close {
	padding: 8px 9px 8px 9px;
	background-color: #ed6317;
}
header .top-wrapper .navigation .section1 .login-close .icon {
	background: url(../images/images.png) no-repeat scroll -352px -21px transparent !important;
	width: 16px !important;
	height: 16px !important;
	float: left;
}
header .top-wrapper .navigation .section1 .login-wrapper .inputs:hover {
	background-color: #535355;
}
header .top-wrapper .navigation .section1 .login-wrapper .inputs:focus {
	outline: none;
}
header .top-wrapper .navigation .section1 .login-wrapper .remember {
	float: left;
	width: 100%;
	margin-top: 15px;
}
header .top-wrapper .navigation .section1 .login-wrapper .remember span {
	font-size: 14px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	float: left;
	margin: 1px 0 0 3px;
}
header .top-wrapper .navigation .section1 .login-wrapper .remember input[type="checkbox"] {
	background-color: #424246;
	width: 17px;
	height: 17px;
	float: left;
}
header .top-wrapper .navigation .section1 .login-wrapper .remember input:focus[type="checkbox"] {
	outline: none;
}
header .top-wrapper .navigation .section1 .login-wrapper input[type="button"] {
	float: left;
	background-color: #ed6317;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #393636;
	padding: 8px 40px;
	margin-top: 15px;
	cursor: pointer;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
header .top-wrapper .navigation .section1 .login-wrapper input[type="button"]:hover {
	background-color: #f67d1b;
}
header .top-wrapper .navigation .section1 .login-wrapper input:focus[type="button"] {
	outline: none;
}
header .top-wrapper .navigation .section1 .login-wrapper .other-links {
	float: left;
	margin-left: 25px;
	font-size: 14px;
	text-align: left;
	color: #ed6317;
	font-weight: 400;
	margin-top: 21px;
}
header .top-wrapper .navigation .section1 .login-wrapper .other-links a {
	text-decoration: none;
	text-align: left;
	color: #ed6317;
	font-weight: 400;
}
header .top-wrapper .navigation .section1 .login-wrapper .other-links a:hover {
	text-decoration: underline;
}
header .top-wrapper .navigation .section2 {/*float:right; margin:44px 0 0 0; position:relative;width:730px;/* clear:both;*/
	float: left!important;
	margin: 44px 27px 0px 0!important;
	position: relative!important;
	width: 100%!important;
}
header .top-wrapper .navigation .section2 ul.navigation2 {/*float:left; list-style-type:none; margin:5px 0 0 0; padding:0;*/
	margin-right: 73px !important;
	margin-top: 0!important;
	line-height: 34px;
	float: right!important;/**added new margin 4/2/2015 --Sonal Ends  *//*float: left; /*Commented on 4/2/2015 to fix responsiveness of media*/
}
header .top-wrapper .navigation .section2 ul.navigation2 li {
	float: left;
	margin: 0 5px;
	list-style: none; /*added on 14th April'2015*/
}
header .top-wrapper .navigation .section2 ul.navigation2 li a {
	padding: 7px 15px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	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;
	line-height: 26px;
}
header .top-wrapper .navigation .section2 ul.navigation2 li a:hover {
	/*background-color: #FFCA30;
	color: #393636;*/ /**commented by sonal- as discussed with amand n hari... to hv active n hover functionality on selected tab**/
	color: #FFCA30
}
header .top-wrapper .navigation .section2 ul.navigation2 li a.active {
	/*background-color: #FFCA30;*/
	/*color: #393636;*/
	color: #FFCA30;
}
header .top-wrapper .navigation .section2 ul.navigation2 li a.highlight {
	background-color: #FFCA30;
	color: #393636;
}
header .top-wrapper .navigation .section2 ul.navigation2 li ul {
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 30px 1.5%;
	position: fixed;
	z-index: 900;
	width: 97%;
	left: 0;
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(162,162,162,162);
	box-shadow: 2px 2px 5px 0 rgba(162,162,162,162);
}
header .top-wrapper .navigation .section2 ul.navigation2 li ul li {
	float: left;
	width: 23.5%;
	text-align: left;
	background-image: url(../images/dropdown-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 0.65em;
	padding-left: 1.5%;
	margin: 0 0 10px 0;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
header .top-wrapper .navigation .section2 ul.navigation2 li ul li:hover {
	background-image: url(../images/dropdown-bullet-hover.png);
}
header .top-wrapper .navigation .section2 ul.navigation2 li ul li a {
	font-weight: 400;
	color: #333346;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	padding: 0;
}
header .top-wrapper .navigation .section2 ul.navigation2 li ul li a:hover {
	color: #f67d1b;
	background: none;
}
header .top-wrapper .navigation .section2 a.search {
	padding: 5px 5px 4px 5px;
	float: right;
	background-color: #FFCA30;
	margin: 0;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	margin: 0 26px 0 0!important;
	/**added new margin 4/2/2015 Sonal to fix responsiveness of media */position: absolute;
	right: 0px;
}
header .top-wrapper .navigation .section2 a.search span {
	background: url(../images/images.png) no-repeat scroll -297px -1px transparent;
	width: 23px;
	height: 24px;
	float: left;
}
header .top-wrapper .navigation .section2 a:hover.search {
	background-color: #FCD336;
}
header .top-wrapper .navigation .section2 a.cancal-search {
	padding: 8px 5px 8px 8px;
	background-color: #FFCA30;
/*	width: 20px;*/
}
header .top-wrapper .navigation .section2 a.cancal-search span {
	background: url(../images/images.png) no-repeat scroll -352px -1px transparent !important;
	width: 16px !important;
	height: 16px !important;
}
header .top-wrapper .navigation .section2 a:hover.cancal-search {
	background-color: #353539;
}
header .top-wrapper .navigation .section2 .search-box {
	float: right;
	position: absolute;/* top:33px; right:0;*/
	/*width: 265px;
	height: 26px;*/
	border: 1px solid #000000;
	background-color: #424246;
	padding: 10px 5px 8px 10px;
	display: none;
	z-index: 111;
	top: 33px !important;
	right: 25px !important;
}
header .top-wrapper .navigation .section2 .search-box input {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	border: 0!important;
	background: none;
	font-weight: 400;
	/*width: 230px;*/
	width: 228px;/*changed by suvarna on 27th march*/
}
header .top-wrapper .navigation .section2 .search-box input:focus {
	outline: none;
}
header .top-wrapper .navigation .section2 .search-box a.search-bt {
	background: url(../images/images.png) no-repeat scroll -323px -1px transparent;
	width: 23px;
	height: 24px;
	float: right;
	cursor: pointer
}
header #dropdown {
	background-color: #ffffff; /*padding:35px 0 10px 2%;*/
	-webkit-box-shadow: 2px 2px 5px 0 rgba(162,162,162,162);
	box-shadow: 2px 2px 5px 0 rgba(162,162,162,162); /*display:block; */
	text-align: center;
	margin: 0;
	overflow: hidden;/* display:none; position:fixed;*/
	z-index: 22;
	left: 0;
	top: 111px;
	width: 100%; /*by aish*/
	padding: 38px 0px 10px 2% !important;
	position: absolute;
	top: 34px!important;
}
header #dropdown div {
	display: none;
	float: left;
	width: 100%;
}
header #dropdown a.uparrow {
	background: url(../images/images.png) no-repeat scroll -372px -1px transparent;
	width: 12px;
	height: 11px;
	display: inline-block;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
header #dropdown a:hover.uparrow {
	background: url(../images/images2.png) no-repeat scroll -372px -13px transparent;
}
header #dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
header #dropdown ul li {
	float: left;
	width: 23.5%;
	text-align: left;
	background-image: url(../images/dropdown-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 0.65em;
	padding-left: 1.5%;
	margin-bottom: 10px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	line-height:21px; /*05082015*/
}
header #dropdown ul li:hover {
	background-image: url(../images/dropdown-bullet-hover2.png);
}
header #dropdown ul li a {
	font-weight: 400;
	color: #333346;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
header #dropdown ul li a:hover {
	color: #FFCA30;
}
/* top wrapper end*/

/*mobile navigation start*/
header .top-wrapper .mobile-section {
	float: right;
	margin: 14px 10px 0 0;
	display: none;
	position: relative;
}
header .top-wrapper .mobile-section ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
header .top-wrapper .mobile-section ul.nav li {
	float: left;
	border-right: 1px solid #fff;
	padding: 2px 10px;
	height: 24px;
}
.Analystmobile-nav-icon{
	background-image: url(../images/mobile-nav-icon.png)!important;
	background-repeat: repeat;
	width: 26px!important;
	height: 21px;
	float: left;
	margin-top: 1px;
	
}


header .top-wrapper .mobile-section ul.nav li a.mobile-nav-icon {
	background-image: url(../Images/menu_icon.png)!important;
	background-repeat: repeat;
	width: 26px!important;
	height: 22px;
	float: left;
	margin-top: 1px;
}


header .top-wrapper .mobile-section ul.nav li a.serch-icon {
	background: url(../images/images.png) no-repeat scroll -322px -1px transparent;
	width: 23px;
	height: 24px;
	float: left;
}
header .top-wrapper .mobile-section ul.nav li a.language img {
	width: 26px;
	height: 14px;
}
header .top-wrapper .mobile-section ul.nav li:last-child {
	border-right: none;
	padding-right: 0;
	float:right;
}
header .top-wrapper .mobile-section ul.nav li a.close-mobile-icon {
	background: url(../images/images.png) no-repeat scroll -390px -18px transparent !important;
	width: 26px !important;
	height: 21px;
	float: right;
}
header .top-wrapper .mobile-search-dropdown {
	float: right;
	position: absolute;
	top: 51px;
	right: 0;
	/*width: 265px;
	height: 26px;*/
	border: 1px solid #000000;
	background-color: #424246;
	padding: 10px 5px 8px 10px;
	z-index: 111;
	display: none;
}
header .top-wrapper .mobile-search-dropdown input {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	border: none;
	background: none;
	font-weight: 400;
	width: 225px;
}
header .top-wrapper .mobile-search-dropdown input:focus {
	outline: none;
}
header .top-wrapper .mobile-search-dropdown a.search-bt {
	background: url(../images/images.png) no-repeat scroll -323px -1px transparent;
	width: 23px;
	height: 24px;
	float: right;
}
header .top-wrapper .mobile-language-dropdown {
	position: absolute;
	top: 51px;
	right: 0px;
	width: 139px;
	padding: 8px 8px 0px 8px;
	background-color: #353539;
	z-index: 55;
	display: none;
}
header .top-wrapper .mobile-language-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
header .top-wrapper .mobile-language-dropdown ul li {
	float: left;
	width: 100%;
	border-top: 1px solid #8d8d8d;
}
header .top-wrapper .mobile-language-dropdown ul li a {
	padding: 8px 0;
	font-family: "Arial Rounded MT Bold", Arial;
	text-align: left;
	color: #8d8d8d;
	font-size: 12px;
	text-decoration: none;
	float: left;
	width: 100%;
}
header .top-wrapper .mobile-language-dropdown ul li a img {
	float: left;
	width: 19px;
	height: 10px;
	margin-right: 5px;
}
header .top-wrapper .mobile-language-dropdown ul li a .text {
	float: left;
	-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;
}
header .top-wrapper .mobile-language-dropdown ul li a:hover {
	color: #ed6317;
}
#mobile-navigation {
	background-color: #fff;
	margin: 0;
	padding: 0;
	position: fixed;
	/*width: 96%;*/
	padding: 2%;
	float: left;
	/*top: 51px;*//*changes done by suvarna on 01april*/
	z-index: 9999;
	display: none;
	overflow-y: scroll;
}
#mobile-navigation ul.level1 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#mobile-navigation ul.level1 li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#mobile-navigation ul.level1 li a {
	text-align: left;
	color: #383637;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
#mobile-navigation ul.level1 li a:hover {
	color: #ed6317;
}
#mobile-navigation ul.level1 li ul.level2 {
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 0;
	display: none;
}
#mobile-navigation ul.level1 li ul.level2 li {
	background-image: url(../images/dropdown-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	float: left;
	width: 97.5%;
	padding-left: 2.5%;
	margin-bottom: 8px;
}
#mobile-navigation ul.level1 li ul.level2 li:last-child {
	margin-bottom: 0;
}
#mobile-navigation ul.level1 li ul.level2 li a {
	color: #353245;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
}
#mobile-navigation ul.level1 li ul.level2 li a:hover {
	color: #ed6317;
}
/*mobile navigation end*/

/*footer start*/
footer {
	width: 100%;
	float: left;
	border-top: 3px solid #F8C650;
	/*margin-top: 27px;*/ /*margin-top: 10px;*/
}
footer a.quick-links {
	background: url(../../../PublishingImages/quick-links-minus.png) no-repeat scroll 0 0 transparent;
	background-position: right 0;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	height: 17px;
	padding-right: 25px;
	float: left;
	margin: 8px 0 4px 45%;
}
footer a:hover.quick-links {
	background: url(../../../PublishingImages/quick-links-minus.png) no-repeat scroll 0 0 transparent;
	background-position: right -17px;
	color:#F8C650;
}
footer a.quick-links-minus {
	background: url(../../../PublishingImages/quick-links-plus.png) no-repeat scroll 0 0 transparent;
	background-position: right 0;
}
footer a:hover.quick-links-minus {
	background: url(../../../PublishingImages/quick-links-minus.png) no-repeat scroll 0 0 transparent;
	background-position: right -17px;
}
footer .footer-sitemap {
	float: left;
	background-color: #333333;
	padding: 35px 27px 15px 27px;
	display: block;
}
footer .footer-sitemap .box {
	float: left;
}
footer .footer-sitemap .box h4 {
	width: 80%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: 700;
	text-align: left;
	color: #ffffff !important;
	font-size: 14px;
	border-bottom: 1px solid #424246;
}
footer .footer-sitemap .box ul {
	list-style-type: none;
	margin: 0 0 25px 5px;
	padding: 0;
	width: 80%;
}
footer .footer-sitemap .box ul.mbttom60 {
	margin-bottom: 60px;
}
footer .footer-sitemap .box ul li {
	display: block;
	line-height: 20px;
}
footer .footer-sitemap .box ul li a {
	text-align: left;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
footer .footer-sitemap .box ul li a:hover {
	color: #FFCA30;
}
footer .footer-navigation {
	float: left;
	margin: 25px 0 0 27px;
	font-size: 12px;
	text-align: left;
	color: #333346;
}
footer .footer-navigation a {
	font-size: 12px;
	text-align: left;
	color: #333346;
	text-decoration: none;
}
footer .footer-navigation a:hover {
	text-decoration: underline;
}
footer .footer-navigation .footer-links {
	float: left;
	margin-left: 50px;
}
G
/*footer end*/


/*changes by suvarna on 20Feb*/
/* changes by suvarna */


footer a.quick-links {
	background: url(../../../PublishingImages/quick-links-minus.png) no-repeat scroll 0 0 transparent;
	background-position: right 0;
	text-align: left;
	color: #3d2e11;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	height: 17px;
	padding-right: 25px;
	float: left;
	
}
footer a:hover.quick-links {
	background: url(../../../PublishingImages/quick-links-minus.png) no-repeat scroll 0 0 transparent;
	background-position: right -17px;
	color:#F8C650;
}
footer a.quick-links-minus {
	background: url(../../../PublishingImages/quick-links-plus.png) no-repeat scroll 0 0 transparent;
	background-position: right 0;
}
footer a:hover.quick-links-minus {
	background: url(../../../PublishingImages/quick-links-plus.png) no-repeat scroll 0 0 transparent;
	background-position: right -17px;
}
footer .sitemap {
	float: left;
	background-color: #faf6e0;
	padding: 35px 27px 15px 27px;
	display: none;
}
.sitemap .box {
	float: left;
}
.sitemap .box h4 {
	width: 80%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: 700;
	text-align: left;
	color: #333346;
	font-size: 14px;
	border-bottom: 1px solid #424246;
}
.sitemap .box ul {
	list-style-type: none;
	margin: 0 0 25px 5px;
	padding: 0;
	width: 80%;
}
.sitemap .box ul.mbttom60 {
	margin-bottom: 60px;
}
.sitemap .box ul li {
	display: block;
	line-height: 20px;
}
.sitemap .box ul li a {
	text-align: left;
	font-size: 12px;
	color: #333346;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.sitemap .box ul li a:hover {
	color: #f67d1b;
}
footer .footer-navigation {
	float: left;
	margin: 25px 0 0 27px;
	font-size: 12px;
	text-align: left;
	color: #333346;
}
footer .footer-navigation a {
	font-size: 12px;
	text-align: left;
	color: #333346;
	text-decoration: none;
}
footer .footer-navigation a:hover {
	text-decoration: underline;
}
footer .footer-navigation .footer-links {
	float: left;
	margin-left: 50px;
}
footer a.linkedin,.mailLinkedin {
	/*background: url(../images/images.png) no-repeat scroll -101px -85px transparent;*/
	width: 35px;
	height: 41px;
	float: right;
	margin: 25px 27px 0 0; /*13072015*/
	/* margin: 25px 18px 0 0; */}
	
}




.sitemap {
	padding: 35px 27px 15px 27px;/*-webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
  -webkit-column-rule: 1px dotted #ddd;
     -moz-column-rule: 1px dotted #ddd;
          column-rule: 1px dotted #ddd;*/
}
.no-csscolumns div.column {
	width: 45%;
	float: left;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
/*footer end*/

/*changes done by suvarna on 10april for anonymous user*/
header .top-wrapper .navigation .section1 #loginbutton span.text {
	float: left;
	padding: 3px 8px 0 5px;
}
header .top-wrapper .navigation .section1 #loginbutton {/*float:right;*/
	float: left!important;
	padding: 7px 9px 6px 9px;/* background-color:#FFCA30;*/
	background: #FFCA30 url(images/login_user_iocn.html) no-repeat 10px;
	/* text-decoration: none; */
	/* color: #393636; */
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 12px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	position: relative;
	width: auto;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease-out;
}
.FSTIlogo img
{
    float: left;
    width: 233px;
    height: 64px;
    margin: 20px 7px 9px 17px;
    position: absolute!important;
}
/*For New Connect Part at bottom by Sourabh*/
.Connect
{
	float: right;
    margin-right: 6%;
    font-size: 14px;
   /* margin-top: -1%;*/ 
}
	img#linkdin
{
	background:url("../../../../59.160.11.47.static.vsnl.net.in/Style%20Library/LNT_Infotech_Site/images/images.png") no-repeat scroll -57px -179px transparent;
}
	img#facebook
{
	background:url("../../../../59.160.11.47.static.vsnl.net.in/Style%20Library/LNT_Infotech_Site/images/images.png") no-repeat scroll -86px -179px transparent;
}
	img#youtube
{
	background:url("../../../../59.160.11.47.static.vsnl.net.in/Style%20Library/LNT_Infotech_Site/images/images.png") no-repeat scroll 0 -179px transparent;
}
	img#twitter
{
	background:url("../../../../59.160.11.47.static.vsnl.net.in/Style%20Library/LNT_Infotech_Site/images/images.png") no-repeat scroll -26px -179px transparent;
}
.Connect a 
{
	text-decoration: none
}

/*New master Page chnages*/
.footer-links {
    float: right;
    margin: 1%;
}
.footer-links a {
    color: white;
}

ul.Footer-section {
    max-width: 600px;
    margin: 0 auto;
    width: 100%; 
    text-align:center;       
}
ul.Footer-section li{
    display: inline-block;
    width: 65px;
    margin: 20px;
}
ul.Footer-section li img{
    height: auto;
    width:100%;
}

@media only screen (max-width:320px) {

 ul.Footer-section li img{
      height: auto;
      width:50%;
    }
    ul.Footer-section li{
    
     margin: 10px;
     
     
     }


}

@media only screen and (max-width:480px) and (min-width:320px) {

    ul.Footer-section li img{
      height: auto;
      width:60%;
    }
    ul.Footer-section li{
    width:60px;
     margin:0px;    
     }


    }

@media only screen and (max-width:639px) and (min-width:481px) {
ul.Footer-section li img{
      height: auto;
      width:60%;
    }
    ul.Footer-section li{
    
     margin: 15px;
     
     }
          ul.Footer-section {
    /*margin: 10px 11%;*/
}

}

@media only screen and (min-width:640px) and (max-width:960px) {
   ul.Footer-section li img{
    height: auto;
     width:80%;
    }
    ul.Footer-section li{
    
     margin: 20px;
     
     
     }
 
}


   


/*ul.Footer-section li
{
    margin: 2% 7%;
    display:inline-block;
    width: 100%;
    max-width: 65px;
}*/
.footer_Copy
{
	background-color:#000000;
	color:white;
	height:50px;
}
.footer-section-new
{
	/*overflow-x: hidden;*/
	  white-space:nowrap;
	   width: 100%;
}
.connect
{
	font-size: 17px;
	color: white;
	/*margin: 0 auto;
	width:13%;*/
	padding-top: 1%;
	text-align: center;
}
.connect-main
{
	background-color: #333333;
	border-bottom: 3px solid #F8C650;
}
.ContentPlaceHolderMain {
    min-height:auto!important;
}
@media only screen and (min-width:568px) and (max-width:320px) {
div#footer1 {
    font-size: 12px;
}
.footer-links {
    font-size: 12px;
}
}
@media only screen and (min-width : 320px) and (max-width : 480px) and (orientation : landscape)
{ 
ul.Footer-section {
    /*margin: 10px 16%;*/
}
}
#EmailNew
{
    width: 100%;
    background: url("../../../PublishingImages/Sprite_Footer.png") no-repeat scroll -42px -41px;  
    display: inline-block;
    height: 66px;
}
#linkdinNew
{
    width: 100%;
   background: url("../../../PublishingImages/Sprite_Footer.png") no-repeat scroll -145px -40px;
    display: inline-block;
    height: 66px;
}
#TwitterNew{
    width: 71px;
    background: url("../../../PublishingImages/Sprite_Footer.png") no-repeat scroll -246px -40px;  
    display: inline-block;
    height: 66px;
}
#YoutubeNew{
    width: 100%;
    background: url("../../../PublishingImages/Sprite_Footer.png") no-repeat scroll -348px -40px;  
    display: inline-block;
    height: 66px;
}
#FacebookNew{
    width: 100%;
    background: url("../../../PublishingImages/Sprite_Footer.png") no-repeat scroll -449px -40px;  
    display: inline-block;
    height: 66px;
}

@media only screen and (max-width: 480px) and (min-width: 320px) and (orientation: Portrait)
{
#EmailNew{
    width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -419px 75px;
    background-size: 767%;
}
#linkdinNew
{
       width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -493px 75px;
    background-size: 767%;
}
#TwitterNew{
        width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -556px 75px;
    background-size: 767%;
}
#YoutubeNew{
        width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -627px 75px;
    background-size: 767%;
}
#FacebookNew{
        width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -700px 75px;
    background-size: 768%;  
}
}
@media only screen and (max-width: 480px) and (min-width: 320px) and (orientation: Landscape)
{
#EmailNew{
    width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -419px 75px;
    background-size: 767%;
}
#linkdinNew
{
       width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -493px 75px;
    background-size: 767%;
}
#TwitterNew{
        width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -556px 75px;
    background-size: 767%;
}
#YoutubeNew{
        width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -627px 75px;
    background-size: 767%;
}
#FacebookNew{
        width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -700px 75px;
    background-size: 768%;  
}
}
@media only screen and (max-width: 568px) and (min-width: 320px) and (orientation: Landscape)
{
#EmailNew{
    width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -419px 75px;
    background-size: 767%;
}
#linkdinNew
{
       width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -493px 75px;
    background-size: 767%;
}
#TwitterNew{
        width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -556px 75px;
    background-size: 767%;
}
#YoutubeNew{
        width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -627px 75px;
    background-size: 767%;
}
#FacebookNew{
        width: 52px;
    height: 68px;
    background: url('../../../PublishingImages/Sprite_Footer.png');
    background-position: -700px 75px;
    background-size: 768%;  
}
}
.ms-dlgTitle {
    padding: 13px 31px 15px;
}
/*For blogs tags section*/
ul.ul-blog-tags li.li-bl-tags {
    margin-top: 3px;
}