/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left; font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

input {
  -webkit-appearance: none;  // remove shadow in iOS
  @include border-radius(0);  // remove border-radius in iOS
}
.tejoori-card input{
	 -webkit-appearance: field;
}
/* fonts */
@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('font/gothic.eot');
    src: url('font/gothic.eot?#iefix') format('embedded-opentype'),
         url('font/gothic.woff') format('woff'),
         url('font/gothic.ttf') format('truetype'),
         url('font/gothic.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'century_gothicbold';
    src: url('font/gothicb-webfont.eot');
    src: url('font/gothicb-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gothicb-webfont.woff') format('woff'),
         url('font/gothicb-webfont.ttf') format('truetype'),
         url('font/gothicb-webfont.svg#century_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ge_sslight';
    src: url('font/ge_ss_light.eot');
    src: url('font/ge_ss_light.eot?#iefix') format('embedded-opentype'),
         url('font/ge_ss_light.woff') format('woff'),
         url('font/ge_ss_light.ttf') format('truetype'),
         url('font/ge_ss_light.svg#ge_sslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* typography.css */
body {font-size:12px; color:#666666; font-variant:normal; font-weight:normal; background-repeat:no-repeat; background-size:cover; background-position:center top; background-attachment:fixed; font-family:Arial, Helvetica, sans-serif; overflow-x:hidden;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {color: #542988; font-size: 24px; margin-bottom: 14px; line-height:1; font-family:Arial, Helvetica, sans-serif;}
h2 {color: #542988; font-size: 16px; margin-bottom: 14px; font-family:Arial, Helvetica, sans-serif;}
h3 {color: #542988; font-size: 20px; margin-bottom: 14px; font-family:Arial, Helvetica, sans-serif;}
h4 {color: #542988; font-size: 14px; margin-bottom: 15px; font-family:Arial, Helvetica, sans-serif;}
h5 {color: #542988; font-size:1em; font-weight:bold; margin-bottom:1.5em;}
h6 {color: #542988; font-size:1em; font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0; padding-bottom:22px;}
p img.left {float:left; margin:1.5em 1.5em 1.5em 0; padding:0;}
p img.right {float:right; margin:1.5em 0 1.5em 1.5em;}
a {color:#542988; text-decoration:none;}
blockquote {margin:1.5em; color:#666; font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em; font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0; white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace; line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em; width:100%; padding-right: 20px;}
th {font-weight:bold;background: #542988; color: #FFFFFF;}
th, td, caption {padding:4px 10px 4px 5px;}
td{background: #F7F7F7; color: #542988;}
tr.even td {background:#f6f6f6;;}
tfoot {font-style:italic;}
caption {background:#eee;}
hr {background:#ddd; color:#ddd; clear:both; float:none; width:100%; height:.1em; margin:0 0 1.45em; border:none;}
hr.space {background:#fff; color:#fff;}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden;}
.clearfix:after { clear: both;}
.clearfix { zoom: 1;}
a:hover {outline:none;}
a{outline:none !important; text-decoration:none;}
input{outline:none !important;}
a img{border:none;}
input, textarea, select{ font-family:Arial, Helvetica, sans-serif; color:#666666;}
img{ max-width:100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header,  menu, nav, section {display: block;}
body {line-height: 1;color:#333}
blockquote, q {quotes: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#ffffff; font-weight:bold; font-size:14px; font-family:Arial, Helvetica, sans-serif;}

/* Global */
.pull-left{float:left;}
.pull-right{float:right;}
.hidden{display:none;}

/* Home */
html{
	height:100%;
}
body.home{
	height:100%;
}
.bodybg{
	position:fixed;
}
#registration-form-new select{
    width: 170px;
}
.audio-toggle {
	background:url("image/volume-down.png") no-repeat scroll center center / 20px auto;
	bottom: 18px;
	display: block;
	height: 20px;
	position: absolute;
	right: 5px;
	text-indent: -5000px;
	width: 30px;
	z-index: 999;
}
.audio-toggle.play{
	background:url("image/volume-up.png") no-repeat scroll center center / 20px auto;
}
.audio-player{
	display: none;
}
.bodybg, .bg-imagesold{
	width:100%;
	height:100%;
}
.bg-imagesold{
	z-index:1;
}
#bgnav2{
	display:none;
	}
.bodybg span{
	display:none;
	width:100% !important;
	height:100% !important;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
#bgnav, #mobbgnav{
	display:none;
}
.wrapper{
	background:url(image/header-bg.gif) no-repeat center top;
	position:relative;
	z-index:6;
}
.home .wrapper{
	height:100%;
}
.main-wrapper{
	max-width:968px;
	min-width:320px;
	margin:0 auto;
}
.home .main-wrapper{
	height:100%;
}
.home .spotlight-wrap{
	height:94%;
}
.home .spot-item{
	height:100% !important;
	width:100% !important;
}
.sidebar{
	width:23.7603305785124%;
	background:url(image/sidebar-bg.gif) repeat-y left top;
}
.global-header{
	padding:0 0 28px 0;
}
.global-header .logo{
	margin:0 1% 0 0;
	padding:9px 0 0 0;
}
.global-header .logo a{
	background:url(image/logo.png) no-repeat center top;
	width:100%;
	height:41px;
	display:block;
	text-indent:-10000px;
}
.global-nav ul{
	list-style-type:none;
	margin:0;
}
.global-nav .first{
	padding:6px 0 36px 0;
}
.global-nav .first li{
	padding:18px 0 0 0;
	position:relative;
}
.global-nav .first li ul{
	display:none;
}
.global-nav li a{
	font-family:CenturyGothicRegular, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#542a88;
	padding:0 0 0 15px;
	display:block;

	line-height:25px;
}
.global-nav .first li a{
	background:url(image/nav-dot.png) no-repeat right center;
}
.global-nav .first li.active a{
	background:url(image/nav-dot-cur.png) no-repeat right center;
}
.global-nav .first li.current a{
	background:url(image/nav-dot-cur2.png) no-repeat left center;
	color: #fff;
}
.breadcrumb{
	position: relative;
}
.global-nav .last li{
	margin:0 0 1px 0;
}
.global-nav .last li{
	padding:0px 0 0px 15px;
	background:url(image/nav-bg.png) repeat left top;
}
.global-nav .last li a{
	padding-left: 40px;
}
.global-nav .last li.online-banking a{
	background: url(image/online-banking.png) no-repeat left center;
}
.global-nav .last li.my-products a{
	background: url(image/my-products.png) no-repeat left center;
}
.global-nav .last li.download a{
	background: url(image/download-bg.png) no-repeat left center;
}
.global-nav .last li.offers a{
	background: url(image/offers-bg.png) no-repeat left center;
}
.app-links{
	max-width:203px;
	margin:19px auto 0;
	text-align:center;
}
.app-links a{
	display:inline-block;
	text-indent:-10000px;
	background-image:url(image/app-links-bg.png);
	background-repeat:no-repeat;
	margin-bottom:20px;
	border-radius:12px;
}
.app-store{
	width:99px;
	height:31px;
	background-position:left top;
	margin-right:6px;
	float: left;
}
.google-play{
	width:94px;
	height:31px;
	background-position:right top;
}
.social-links{
	max-width:137px;
	margin:0 auto 0;
	text-align:center;
}
.social-links a{
	width:30px;
	height:30px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	margin-right:4px;
	margin-bottom:5px;
	float: left;
}
.social-links a img{
	float: left;
	border-radius:12px;
}
.fb{
	background-position:left top;
}
.instagram{
	background-position:-37px top;
}
.twitter{
	background-position:-71px top;
}
.youtube{
	background-position:right top;
	margin-right:0 !important;
}
.main-content{
	width:76.2396694214876%;
	position:relative;
}
.home .main-content{
	height:100%;
}
.top-header{
	background-color:#542988;
	height:39px;
	padding:11px 0 0 0;
}
.top-header ul{
	list-style-type:none;
	margin:0;
	float:right;
}
.top-header ul li{
	float:left;
	padding:0 16px 0 0;
	position:relative;
	z-index:99;
}
.top-header ul li a{
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	text-transform:uppercase;
	display:inline-block;
	height:30px;
	vertical-align:middle;
	text-shadow: 4px 4px 2px rgba(68, 33, 110, 1);
}
.top-header ul li.contact a{
	background:url(image/contactus-bg.png) no-repeat left 7px;
	padding: 9px 0 0 19px;
}
.top-header ul li.contact{
	display: none;
}
.top-header ul.active li.contact>a{
	background:url(image/contactus-bg.png) no-repeat left -46px;
	padding: 9px 0 0 19px;
	text-shadow:none;
	color:#542988;
}
.top-header ul.active li.locator>a,.top-header ul.active li.tools>a,.top-header ul.active li.lang>a{
	color:#542988;
	text-shadow:none;
}
.top-header ul li.locator a{
	background:url(image/locator-bg1.png) no-repeat left 7px;
	padding: 9px 0 0 19px;
}
.top-header ul li.search a{
	background:url(image/search-bg.gif) no-repeat left center;
	text-indent:-10000px;
	width:30px;
	border-radius:12px 12px 0 0;
}
.top-header ul li.lang a{
	font-family: ge_sslight;
	font-size:20px;
	vertical-align:top;
}
.th-sub{
	position:absolute;
	left:0;
	top:0;
}
.spotlight{
	width:100% !important;
	height:100% !important;
}
.spot-item section{
	left:auto !important;
	top:auto !important;
	padding:15px 17.75067750677507% 0 13.55013550135501%!important;
	width:68.69918699186992%!important;
	background: none!important;

}
.spot-item-img{
	height:58.18220338983051%;
	text-align:center;
	width:100%;
}
.spot-item-img img{
	max-height:100%;
}
.spot-item h1{
	font-size:34px;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	margin:0;
	padding:0 0 25px 0;
}
.spot-item p{
	font-size:14px;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0;
	padding:0 0 18px 0;
	line-height:1.3;
}
.spot-item a{
	font-size:12px;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0;
	padding:0;
}
#spot-timer{
	position:fixed;
	left:60%;
	bottom:87px;
	z-index:999;
}
.spot-links{
	display:none;
}
.loaders span{
	background:url(image/spl.png) no-repeat 0 top;
	float:left;
	margin:0 7px 0 0;
	width:20px;
	height:20px;
	cursor:pointer;
}
.loaders .active{
	background:url(image/spl.png) no-repeat 0 top;
	text-indent:-100000px;
}
.home .global-footer{
	position:fixed;
	bottom:0;
	z-index:99;
	width:100%;
}
.global-footer{
	background-color:#282828;
	width:1500px;
	height:58px;
}
.footer-ins{
	max-width:738px;
	position:relative;
}
.sticky-link{
	background-color:#542988;
	width:128px;
	height:33px;
	position:fixed;
	left:50%;
	bottom:0;
	margin-left:-432px;
	border-radius:12px 12px 0 0;
}
.sticky-link a{
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	text-transform:uppercase;
	display:table-cell;
	height:30px;
	vertical-align:middle;
	text-shadow: 4px 4px 2px rgba(68, 33, 110, 1);
	text-align:center;
	width:120px;
}
.footer-ins{
	padding:12px 0 0 14px;
}
.footer-ins p{
	padding:0 0 5px 0;
	font-size:9px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing: 1px;
    line-height: 10px;
}
.footer-ins .copyright{
	display: none;
}
.foot-nav{
	list-style-type:none;
	margin:0;
}
.foot-nav li{
	float:left;
	padding:0 10px 0 0;
}
.foot-nav li a{
	color:#ffffff;
	font-size:9px;
	text-transform:uppercase;
}
.submenu{
	position:absolute;
	left:0;
	top:66px;
	padding:0 0 0 0;
	width:99.206%;
	display:none;
}
.submenu-header{
	height:55px;
	background:url(image/submenu-header.png) repeat left top;
	width:92.95774647887324%;
	line-height:55px;
	padding:0 0 0 7.042253521126761%;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	border-radius:12px 12px 0 0;
}
.submenu-header a{
	color:#d5c3eb;
	font-size:18px;
	display:inline-block;
	background:url(image/arrow1.png) no-repeat right center;
	padding:0 12px 0 0;
}
.banners ul{
	list-style-type:none;
	margin:0;
	padding:0 0 0 8px;
}
.banners ul li{
	float:left;
	margin:0 20px 0 0;
	width:46%;
}

.banners ul li a.img{
	width:100%;
	}
.submenu-content{
	width:94.08450704225352%;
	padding:21px 0 0 5.915492957746479%;
	background:url(image/submenu-content1.png) repeat left top;
	min-height:655px;
}
.sumbenu-links{
	padding-bottom:27px;
}
.sumbenu-links ul{
	list-style-type:none;
	margin:0;
}
.sumbenu-links ul li{
	width:41.97183098591549%;
	margin-right:22px;
	float:left;
	background:url(image/submenu-border1.gif) repeat-x left bottom;
}
.sumbenu-links ul li ul{
	display:none;
}
.sumbenu-links ul li a{
	font-size:14px;
	/*color:#c9afe9;*/
	color:#ffffff;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	display:block;
	padding:14px 0 14px 8px;
	/*text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);*/
	text-shadow: 1px 1px 0px rgba(43, 43, 43, 1);
}
.na-sublinks a, .sm-form a, .cm-form a{
	text-shadow: 4px 4px 2px rgba(96, 98, 145, 1);
	text-align:center;
	color:#ffffff;
	font-size:11px;
	width:120px;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;

}
.na-sublinks{
	position:fixed;
	left:50%;
	bottom:0;
	width:172px;
	height:118px;
	display:none;
	margin-left:-455px;
}
.na{
	background-color:#542988;
	float:right;
	line-height:30px;
	text-shadow: none!important;
	border-radius:12px 12px 0 0;
}
.na-sublinks-ins{
	float:left;
	width:100%;
	background-color:#ebe7f0;
	padding:17px 0 12px 0;
}
.na-sublinks-ins a{
	display:block;
	background-color:#7e80bd;
	width:142px;
	margin:0 auto 5px;
	height:25px;
	line-height:25px;
}
.sm-form{
	position:fixed;
	left:50%;
	bottom:0;
	width:250px;
	/*height:310px;*/
	height:349px;
	display:none;
	margin-left:-484px;
}
.cm-form{
	position:fixed;
	left:50%;
	bottom:0;
	width:250px;
	/*height:209px;*/
	height:248px;
	display:none;
	margin-left:-484px;
}
.sm-form form, .cm-form form{
	width:220px;
	margin:0 auto;
}
.sm-form .text, .cm-form .text{
	width:200px;
	height:25px;
	border:none;
	background-color:#542988;
	padding:0 10px;
	/*text-transform:uppercase;*/
	color:#ffffff;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}
#call-me-back-footer input::-webkit-input-placeholder,
#send-message-footer input::-webkit-input-placeholder,
#send-message-footer textarea::-webkit-input-placeholder{
	color: #8C6FAF;
	font-size: 12px;
}
.sm-form textarea{
	border:none;
	background-color:#542988;
	padding:9px 10px 9px 10px;
	color:#ffffff;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	font-size:10px;
	resize:none;
	height:67px;
	width:200px;
	margin-bottom:10px;
}
.sm-form button, .cm-form button,#contact-us .submit,.call-me-col .submit{
	padding:0;
	border:none;
	background:none;
	float:left;
}
.reset{
	background:url(image/back.gif) no-repeat left top;
	text-indent:-10000px;
	width:80px;
	height:25px;
	border:none;
	padding:0;
	float:right;
	cursor:pointer;
}
.th-sub{
	width:255px;
	position:absolute;
	left:-27px;
	top:25px;
	/*background:url(image/arrow2.png) no-repeat 24px top;*/
	padding:5px 0 0 0;
	display:none;
}
.th-sub-ins{
	background:url(image/th-sub-bg.gif) repeat-x left top #321958;
	padding:17px 20px 0 20px;
	-webkit-border-radius: 12px 0 12px 12px;
	-moz-border-radius: 12px 0 12px 12px;
	border-radius: 12px 0 12px 12px;
	position: relative;
}
.th-sub-ins ul{
	float:none;
}
.th-sub-ins ul li{
	float:none;
	padding:0 0 13px 0;
}
.th-head{
	background:url(image/c-head.gif) no-repeat left top;
	padding:0 0 26px 31px;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	height:24px;
	line-height:24px;
	color:#ffffff;
	display:block;
}
.th-sub-ins ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.th-sub-ins ul li.phone a,.th-sub-ins ul li.iban a{
	display:block;
	background:url(image/tp.gif) no-repeat left top;
	padding:6px 0 0 50px;
	text-transform: none;
}
.th-sub-ins ul li.iban{
	padding-bottom: 5px;
}
.th-sub-ins ul li.email a,.th-sub-ins ul li.zakat a,.th-sub-ins ul li.fees a,.th-sub-ins ul li.contact-us a{
	display:block;
	background:url(image/mail.gif) no-repeat left top;
	padding:1px 0 0 50px;
	text-transform:none;
	letter-spacing:-1px;
}
.blocktwo .view-four {
    width: 140px;
}
.blocktwo .view-four span{
	 width: 129px!important;
}
.th-sub-ins ul li.iban a{
	background: url(image/icon_iban.gif)no-repeat left top;
}
.th-sub-ins ul li.zakat a{
	background: url(image/zakat.gif)no-repeat left top;
	padding-top: 7px;
}
.th-sub-ins ul li.iban,.th-sub-ins ul li.phone,.th-sub-ins ul li.email{
	padding-top: 8px;
}
.th-sub-ins ul li.fees a{
	background: url(image/fees.gif)no-repeat left top;
}
.th-sub-ins ul li.email a{
	padding-top: 6px;
}
.th-sub-ins ul li.contact-us a{
	background: url(image/contact.gif)no-repeat left top;
	padding-top: 6px;
}
.round-head h2{
	border-radius:12px 12px 0 0!important;

}
/*-------------------Pages---------------------------*/

.blockone{
	width:97.5609756097561%;
	height:61px;
	margin-top:16px;
	/*background:url(image/block-side-bg.png) no-repeat left top;
	padding-left:1.355013550135501%;*/
	padding-left: 1.355%;
}
.blockone h2{
	background:url(image/heading-bg.png) repeat-x left top;
	/*height:55px;*/
	min-height:55px;
	width:93.19444444444444%;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	padding-left:6.805555555555556%;
	line-height:55px;
	margin:0;
	border-radius:12px;
}
.blocktwo{
	background:url(image/inside-white-bg.png) repeat left top;
	min-height: 629px;
	margin-left:1.355013550135501%;
	width:97.5609756097561%;
	margin-bottom:12px;
	margin-top:20px;
	position: relative;
}
.blocktwo .top-block, .blocktwo .bottom-block{
	margin-left:6.666666666666667%;
	width:93.33333333333333%;
}
.blocktwo .tab-type{
	float:left;
	height:20px;
	padding-right:2px;
	margin-bottom:10px;
	position:relative;
}
.blocktwo .tab-type a{
	display:block;
	padding:0 10px 0 0;
	background:url(image/tab-like-right-bg.png) no-repeat right -30px;
	top:-10px;
	left:0;
	height:30px;
}
.blocktwo .tab-type span{
	display:block;
	height:30px;
	background:url(image/tab-like-bg.png) no-repeat left top;
	font-weight:bold;
	font-size:10px;
	color:#542988;
	text-transform:uppercase;
	line-height:30px;
	padding-left: 11px;
    padding-right: 18px;
}
.blocktwo .tab-type a.current{
	background-position:right top;
}
.blocktwo .tab-type a.current span{
	background-position:left -30px;
	color:#fff;
}
.blocktwo .link-type{
    height: 30px;
    position: absolute;
    right: 0;
    width: 120px;
    top: 0;
}
.blocktwo .link-type  a{
	display:block;
	height:30px;
	/*width:36px;*/
	width:36px;
	position:absolute;
	background:url(image/output-link.png) no-repeat left top;
	overflow:hidden;
	top:-10px;
}
.blocktwo .link-type  a.two{
	left:40px;
	background-position: -40px top;
}
.blocktwo .link-type  a.three{
	left:80px;
	background-position: -80px top;
}
.bottom-block .colone{
	width: 98.625%;
	min-height:672px;
	float:left;
	clear: both;
	margin-top: 20px;
}
.list-block{
	margin:35px 0 0 0;
}
.list-block form{
	padding-bottom:10px;
}
.tab{
	display:none;
}
.colone ul{
	list-style-type:none;
	margin:0;
}
.colone ul li{
	width:142px;
	margin-right:30px;
	float:left;
	background-color:#f7f7f7;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:18px;
	padding-top:30px;
	height:130px;
	overflow:hidden;
}
.colone ul li span,.popup h1,.financial-content  li p,.common-content .colone-awr2 span{
	color:#542988;
	font-size:14px;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.hide{
	display:none;
}
.bottom-block{
	padding-bottom:50px;
}
.bottom-block .coltwo{
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
		width: 220px;
		left: -4%;
		position: relative;
	}
.coltwo{
	margin-bottom: 12px;
    margin-left: 1.35501%;
    position: relative;
    width: 97.561%;
}
.coltwo img{
	padding-top: 10px;
	padding-bottom: 10px;
}
.coltwo img.right-col-img{

}
.coltwo img.left-col-img{
	padding-right: 31px;
}
.blockOne{
	min-height:198px;
	background-color:#7e81be;
	margin-bottom: 25px;
	display: none;
}
.related{
	padding:17px 0 0 16px;
}
.related h4{
	margin:0;
	padding: 0 0 26px;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
}
.related ul{
	font-size: 8px;
	list-style-type:none;
	margin:0;
    padding-bottom: 8px;
    padding-left: 2px;
}
.related li{
	color: #FFFFFF;
    padding-bottom: 15px;
    padding-left: 8px;
	background: url(image/n-bg.png) no-repeat left 4px;
}
.related li a{
	color:#fff;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.related ul ul{
	padding-top: 10px;
	padding-bottom: 0;
}
.related li li{
	padding-bottom: 8px;
}
.inside-spot{
	height: 232px;
    padding-left: 1.35501%;
    width: 97.561%;
    overflow: hidden;
}
.blocksub{
	/*height:55px;*/
	height:auto;
	position:relative;
}
.blocksub span, .retail-banking .blocksub span{
	display:none!important;
	position:absolute;
	left:0;
	top:0;
	background:url(image/title-shade.png) no-repeat left 0;
	width:10px;
	height:500px;
}
.media-centre .blocksub span{
	background:url(image/title-shade2.png) no-repeat left 8px;
}
.corporate-banking .blocksub span{
	background:url(image/title-shade3.png) no-repeat left 4px;
}
.who-we-are .blocksub span{
	background:url(image/title-shade4.png) no-repeat left 4px;
}
.branch-location .blocksub span{
	background:url(image/title-shade5.png) no-repeat left 15px;
}
.no-spotlight .blocksub span{
	background:url(image/title-shade-ns.png) no-repeat left top;
}
.no-spotlight.corporate-banking .blocksub span{
	background:url(image/title-shade-ns2.png) no-repeat left 4px;
}
.no-spotlight.who-we-are .blocksub span{
	background:url(image/title-shade-ns3.png) no-repeat left 4px;
}
.no-spotlight.media-centre .blocksub span{
	background:url(image/title-shade-ns4.png) no-repeat left 4px;
}
.no-spotlight.branch-location .blocksub span{
	background:url(image/title-shade-ns5.png) no-repeat left 4px;
}
.portrait-tabs .colone-content{
	margin-top: 35px;
	}
.top-block{
	position: relative;
}
.tab-wrap{
    overflow: hidden;
    width: 80%;
    height: 30px;
    position: relative;
    top: -10px;
    display: none;
}
.bottom-block p{
	font-family: Arial;
	color: #000;
	font-size: 12px;
	line-height: 17px;
	padding: 0 14px 17px 0;
}
.colone .over-view{
	 margin: 35px 0 0 -13px;
}
.pad-left{
	padding-left: 13px;
	clear: both;
    overflow-x: auto;
}
.tweet-block{
	margin: 0 0 7px 0;
	padding: 13px 0 22px 13px;
	position: relative;
	width: 92%;
}
.tweet-block ul{
	padding-left: 8px;
}
.tweet-box{
	position: absolute;
	right: 9px;
	bottom: 10px;

}
.tweet-show{
	background: #fff;
	border: 1px solid #ebebeb;
}
.tweet-show .tweet-box{
	display: block;
}
.share-block span,.tweet-box span{
	font-family: century_gothicbold,Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 12px;
}
.share-block span a{
	background:none;
    border: none;
    display: inline-block;
    padding-left: 7px;
    width: auto;
}
.tweet-box span a.tweet-img{
	background: url(image/tweet-one.png) no-repeat;
	display: inline-block;
	height: 21px;
    width: 59px;
}
.share-block span img,.tweet-box span img{
	vertical-align: middle;
}
.colone h1,.block-one span,.col-main .anchor-tab{
    font-family: century_gothicbold,Arial,Helvetica,sans-serif;
    color: #542988;
    font-size: 14px;
}
.col-main .anchor-tab{
    font-family: century_gothicbold,Arial,Helvetica,sans-serif!important;
    color: #542988!important;
    font-size: 14px!important;
}
.colone .tweet-block li{
	font-family: Arial;
	color: #000;
	font-size: 12px;
	/*background: url(image/dot.png) no-repeat left 7px;*/
    float: none;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0 12px 2px;
    width: auto;
}
	.portrait-tabs{
		display: block;
		margin-bottom: 7px;
		clear: both;
	}
	.portrait-tabs a.tab-view{
		display: block;
	}
	.portrait-tabs a.tab-view{
		font-family: century_gothicbold,Arial,Helvetica,sans-serif;
		width: 95%;
		height: 27px;
		background: url(image/tab-bg.png) no-repeat 97% -25px #f6f6f6;
		border-bottom: 3px solid #bbbbbb;
		border-right: 3px solid #bbbbbb;
		display: block;
		padding-top: 13px;
		padding-left: 5%;
		color: #542988;
		font-size: 16px;
		text-transform: uppercase;
		border-radius:12px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

    .portrait-tabs a.tab-view.color2{ 
        background: url(image/tab-bg2.png) no-repeat 97% -25px #81142e !important;
        color:#ffffff !important;
    }
	.portrait-tabs a.current{
		background-color: #542988;
		color: #FFFFFF;
		background-position: 97% 20px;
		border-radius:12px;
	}
.toggle-main h1{
	border-bottom: 1px solid #7e81be;
	padding-bottom: 13px;
	background: url(image/tog-img.png) no-repeat 97% 8px;
	cursor: pointer;
	padding-right: 17px;
}
.toggle-main h1.current{
	background-position: 97% -21px;
}
.toggle-block{
	display: none;
	padding-bottom: 22px;
}
.toggle-main{
	width: 92%;
}
.colone .toggle-block ul{
	margin: 0;
}
.colone .toggle-block li{
	background: none;
    float: none;
    height: auto;
    margin:0;
    padding:0 0 8px 0;
    width: auto;
    font-size: 12px;
    color: #000000;
    list-style-type: none;
}
.date-block{
	padding-bottom: 28px;
    padding-top: 6px;
}
.colone .toggle-main h1{
	font-size: 12px;
}
.block-one{
	float: left;
	padding-right: 38px;
}
.block-one span{
	display: inline-block;
    padding:4px 8px 0 0;
    float: left;
}
.block-one select{
	width: 90px;
}
.col-select .block-one select{
	width: 120px;
}
.colone .tab-content li{
	padding-top: 10px;
	height: 150px;
	padding-left: 12px;
	width: 150px;
}
.colone .col-tab li{
	height: 185px;
}

.tab-content img{
	padding-left: 30px;
}
.colone .tab-content span,.common-content .colone-awr2 span{
	display: block;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 0 3px;
	text-align: center;
}
.colone .tab-content span.choose,span.choose,.common-content .colone-awr2 span.choose{
	padding: 0;
	color: #000000;
	font-size: 10px;
}
.popup{
	padding: 20px 0 0 20px;
	position: relative;
	max-width:460px;
	background-color:#ffffff;
	margin:0 auto;
	border: 1px solid purple;
}
.popup img{
	float: left;
	padding-right: 16px;
}
.popup h1{
	font-size: 14px;
	text-transform: uppercase;
	/*padding-right: 87px;*/
	padding-right: 60px;
	line-height: 17px;
	margin-bottom: 4px;
	width:265px;
	float:left;
}
.popup span.choose{
	font-size: 12px;
	font-weight: bold;
 }
.popup-col2{
 	clear: both;
 }
.popup-col2 p{
	font-size: 12px;
	color: #000;
	line-height: 14px;
}
.popup2-col2 p{
	padding: 0;
}
.st_sharethis_custom{
	padding: 0;
	margin-top: 14px;
}
.popup-col1{
 	padding-bottom: 18px;
 }
.colone .financial-content li{
	background:none;
    float: none;
    font-size: 12px;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0 18px 0;
    width: auto;
 }
 .financial-content img{
 	float: left;
 	padding-right: 18px;
 }
.financial-content li p{
	padding: 23px 0 4px 0;
	font-size: 12px;

  }
.colone .financial-content li span{
	font-family: Arial!important;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
}
.filter-block{
	padding: 17px 0 0;
	float:left;
}
.filter-block p.filter-label{
	color:#542988;
	font-size:14px;
	float:left;
	padding: 3px 8px 0 0;
}
.filter-block select{
	width:129px;
	height:25px;
	float:left;
}
.filter-block a.filter-btn,.filter-block input.filter-btn{
	width:80px;
	height:25px;
	background-color:#7e80bd;
	display: inline-block;
	line-height: 25px;
	color:#FFF;
	margin-left:10px;
	text-align:center;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	font-size:12px;
	border: none;
	cursor: pointer;
	border:0;
	outline: 0;
	border-radius:0;
}
.filter-content{
	padding: 19px 0 0;
	clear:both;
}
.filter-content h3, .listing-content h3{
	color:#542988;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	font-size:14px;
}
.filter-content ul li{
	background:url(image/filter-li-bg.gif) no-repeat left top;
	float: left;
    height: 160px;
    padding: 15px 0 0 18px;
    width: 161px;
	margin-bottom:5px;
	position: relative;
}
.filter-content ul li h1{
	color:#FFF;
	text-transform: uppercase;
}
.filter-content ul li p{
	color: #FFFFFF;
    font-family: arial;
    font-size: 11px;
    line-height: 12px;
    padding: 0 14px 33px 0;
}
.filter-content ul li span{
	color: #FFFFFF;
	text-transform: uppercase;
}
.financial-content{
	margin-top: 49px;
}
.colone-content{
	margin: 48px 0 0;
}
.colone-content ul li,.col-main .colone-awr li{
	background:#ffffff;
	width:180px;
	height: 160px;
    margin: 0 28px 20px 0;
	padding:0;
	position:relative;
}
.col-main .colone-awr li{
	float: left;
}
.colone-content ul li span.title{
	background:#7e81be;
	bottom: 0;
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
	/*padding: 7px 0 0 19px;*/
	padding-top:14px;
    width: 180px;
	color:#ffffff;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	vertical-align: middle;
}
span.title p,span.title h5{
	color:#ffffff;
}
.colone-content ul li span.off,.popup1-col1 span.off{
	display: block;
    font-size: 20px;
    position: absolute;
    right: 13px;
    top: 9px;
	color:#7e81be;
}
.winner-year{
	float: left;
	width: 50px;
}
.winner-month{
	float: left;
	width: 200px;
}

/*-----------news-----------------------*/
.listing-content{
	margin: 12px 0 0;
	width:95%;
}
.listing-content h3{
	font-size:18px;
}
.listing-content ul li{
    height: 100%;
    margin: 0;
    padding-bottom:18px;
    width: 100%;
	border-bottom:1px solid #7e81be;
	padding-left: 0;
    padding-top: 17px;
	background:none;
	list-style-type: none!important;

}
.colone-sub .listing-content li{
	border: none;
	padding: 0 0 5px 0;
}
.colone-sub .listing-content .report li a {
    background: url("image/adobe-red.gif") no-repeat !important;
    color: #333333;
    display: block;
    font-size: 12px;
    line-height: 18px;
    min-height: 31px;
    padding-left: 29px;
    padding-top: 3px;
}
.listing-content ul li.first{
	padding-top:0;
}
.listing-content ul{
	padding: 2px 0 0;
}
.listing-content ul li span,.content-details span,.common-content .col-date span{
	 color: #FFFFFF;
    display: block;
    font-size: 28px;
    height: 50px;
	margin: 4px 0 0;
    text-align: center;
    width: 50px;
	background:#542988;
	float:left;
}
.listing-content ul li span.date, .content-details span.date,.common-content .col-date span.date{
	background:none;
	font-size: 10px;
	margin: 7px 0 0 8px;
    text-align: left;
	height: 10px;
}
.para{
	padding: 7px 0 0 70px;
}

.listing-content ul li p{
	display:inline;
	color:#542988;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
	padding-bottom: 0;
}
.listing-content ul li p a,.listing-content a.more{
	color:#000000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.listing-content li img{
	float: left;
	 max-width: 100%;
}
.list-col li p{
	width: 67%;
	font-size: 13px!important;
}
.list-col .para{
	padding: 0 0 0 116px;
}
.col-main  .list-col li{
	padding-top: 10px;
}
.pager{
	clear:both;
	padding: 48px 0 0;
	float: left;
	width: auto;
}
.pager span{
	color:#542988;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	font-size:14px;
}
.col-main .list-col .pager span,.col-main .list-col .pager a.next,.col-main .list-col span.first{
	color:#542988!important;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif!important;
	font-size:14px!important;
}
.pager a{
	font-size: 14px;
    padding: 0 5px 0 8px;
	color:#000000;
}
.pager a.current{
	color:#542988;
}
.pager a.next,.pager a.prev{
	display: inline-block;
    text-indent: -10000px;
    width: 7px;
    height: 12px;
    padding: 0;
}
.pager a.next,.pager a.prev{
	background: url(image/next1.png) no-repeat;
}
.pager a.prev{
    background: url(image/prev1.png) no-repeat;
}
.col-main .list-col .pager{
	width: auto;
	float: left;
	padding-top: 20px;
}
.middle-block span {
    float: left;
    padding-right: 8px;
}
span.first {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
    padding-right: 8px;
    width: auto;
    padding-top: 2px;
}
.middle-block input {
    background-color: #F4F4F4;
    border: 1px solid #999999;
    float: left;
    height: 16px;
    width: 28px;
}
.middle-block {
    float: left;
    height: 25px;
    overflow: hidden;
    padding:48px 0 0 10px;
    width: auto;
}
button.go {
    background: url("image/go.gif") no-repeat scroll left top transparent;
    border: medium none;
    float: left;
    height: 7px;
    margin: 7px 0 0 6px;
    width: 21px;
	cursor:pointer;
}
.colone-awr{
	margin: 0;
}
/*-----------events--------*/
.listing-content1, .content-details{
	width:96%;
}
.listing-content1 .para{
	padding: 0 0 0 68px;
}
.content-details .para{
	border-bottom:1px solid #7e81be;
	padding: 8px 0 0 68px;
}
.listing-content1 ul li{
	padding-top: 17px;
	padding-right: 0;
}
.content-details h4{
	margin-bottom:17px !important;
}
.listing-content1 ul li h4, .content-details h4{
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#542988;
}
.listing-content1 ul li h4{
	font-size:14px;
}
.listing-content1 ul li p, .content-details p{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 18px;
}
.listing-content1 ul li p a{
	color:#542988;
	font-weight:bold;
	display: inline;
}
.listing-content1 ul li a{
	display:block;
	color:#542988;
	font-weight:bold;
}
/*---------------news-details-----*/
.content-details{
	padding-top: 45px;
	padding-right: 0;
	padding-bottom:56px;
}

.content-details span,.common-content .col-date span{
	font-weight:bold;
	padding:2px 0 0 0;
	height:48px;
	}
.content-details span.date,.common-content .col-date span.date{
	margin:3px 0 0 5px;
}
.content-details p{
	line-height:13px;
}
.carousel{
	padding:16px 26px 18px 26px;
	border-bottom:1px solid #7e81be;
	border-top:1px solid #7e81be;
}
.carousel ul{
	padding-left:28px;
}
.carousel ul li{
	padding:0;
	margin:0;
	background:none;
	width:115px;
	height:100%
}
.btn, .bx-controls-direction{
	position:relative;
}
.btn a,.bx-controls-direction a{
	position:absolute;
	display:block;
	width:10px;
	height:15px;
	text-indent:-100000px;
}
.carousel ul li img{
	display: block;
}
.btn a.prev-btn, a.bx-prev{
	background:url(image/prev-btn.png) no-repeat left top;
	left: -31px;
    top: -44px;

}
.btn a.next-btn, a.bx-next{
	background:url(image/next-btn.png) no-repeat left top;
	right: -29px;
    top: -44px;
}
a.back-btn{
	color:#542988;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	font-size:14px;
	display: block;
	margin-top: 20px;
}
.bx-pager{
	display:none;
}
/*----------contact-----------------*/
.content-wrapper{
	padding:34px 0 0 0;
	clear:both;
}
.contact-spot{
	height:287px;
}
.left-block{
	width:51.04477%;
	float:left;
}
.right-block{
	width:48.95523%;
	float:left;
	color:#000000;
}
.left-block h4, .right-block h4{
	color:#542988;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:32px;
}
.left-block address{
	font-style:normal;
	margin:0 0 30px 29%;
	color:#000000;

}
.left-block span, .left-block a, .right-block h5{
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	color:#000000;
	float:left;
}
.left-block span.label{
	display: inline-block;
    width: 28%;

}
.left-block .normal{
	font-family:Arial, Helvetica, sans-serif;

}
.left-block .field{
	clear:both;
	padding:0 0 8px 0;
}
.left-block span.frst{
	width:30%;
	padding-right: 0;
}
.left-block .fax{
	padding:0 0 26px 0;
}
.right-block h5{
	padding: 16px 0 0;
    width: 100%;
}
.right-block span.normal{
	display:block;
	margin: 0 0 2px -2px;
}
.right-block a.normal{
	color:#000000;
	}
 a.page{
	display:none;
}
.f-block{
	float: left;
}
.top-wrapper,.middle-wrapper,.bottom-wrapper{
	border-bottom:1px solid #cccccc;
	width:75%;
}
.content-image{
	margin: 0 15px 0 0;
}
.locate-us .th-head {
	background: none;
	padding-left: 0;
}
.search-block .th-sub-ins{
	padding: 10px 0 12px 8px;
}
.search-block .th-sub-ins input.search,#tag,#tag2{
	background: url("image/text-box.png") no-repeat;
	border: medium none;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 32px;
    padding: 0 9px;
    width: 189px;
}
.search-block .th-sub-ins input{
	float: left;
}
.col-main ul{
	list-style-type: disc;
}
.col-main ul li,.colone .col-n2 ul li{
	background: none;
    float: none;
    height: auto;
    margin: auto;
    padding: 0 0 10px 0;
    width: auto;
    overflow: visible;
    /*list-style-type: none;*/
}
.colone .col-n2 ul li{
	height: auto!important;
	padding: 0 0 10px 0!important;
	}
.col-main span{
	color: #000;
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
}
.common-content{
	margin: 33px 0 0;
}
.common-content ol{
	line-height:17px;
}
.bottom-block .listing-col22{
	margin-top: 33px;
}
.listing-col22 .financial-content{
	margin: 0;
}
.listing-col22 h3{
	font-size: 14px;
	text-transform: uppercase;
	color: #542988;
	font-weight: bold;
}
/*
.most-top {
    bottom: 50px;
    left: -10px;
    position: absolute;
    width: 302px;
}
.top-sec {
    float: left;
    min-width: 250px;
}
.top-top {
    background: url("image/left-top.png") no-repeat scroll left top;
    height: 30px;
    min-width: 250px;
    position: relative;
}
.top-top span {
    background: url("image/right-top.png") no-repeat scroll left top transparent;
    height: 30px;
    position: absolute;
    right: -1px;
    top: 0;
    width: 20px;
} */
.firstHeading {
    color: #542988 !important;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    margin: 0;
    min-width: 215px;
    padding-left: 0px;
    padding-right: 45px;
    padding-top: 5px;
}
a.popup-close {
    background: url("image/close.png") no-repeat scroll left top transparent;
    display: block;
    text-indent: -1000000px;
}

/*.most-top .div-block {
    color: #4B4746;
    font-weight: normal;
    padding: 0;
}
.most-top .bottom-bottom {
    background: url("image/left-bottom.png") no-repeat scroll left bottom transparent;
    height: 4px;
    position: relative;
}
.bottom-bottom span {
    background: url("image/right-bottom.png") no-repeat scroll left bottom transparent;
    bottom: 0;
    display: block;
    height: 4px;
    position: absolute;
    right: -1px;
    width: 20px;
}
.bottom-bottom span.arrow {
    background: url("image/Curved.png") no-repeat scroll left bottom transparent;
    bottom: -30px;
    display: block;
    height: 31px;
    left: 25px;
    position: absolute;
    width: 23px;
}*/
.tools .th-sub{
	left:-167px;
	background-position: 190px top;
}
.locator .th-sub{
	left:-167px;
	background-position: 106px top;
}
.search .th-sub{
	left:-225px;
	background-position: 229px top;
}
li.tools a.expose{
	background:url(image/tools-bg.gif) no-repeat left 7px;
	padding: 9px 0 0 19px;
}
li.tools.current a.expose{
	background: url(image/t-img.png) no-repeat;
	width: 59px;
	height: 30px;
	color: #fff!important;
	text-align: right;
	padding-right: 10px;
	padding-top: 12px;
	font-size: 10px;
}
li.locator.current a.expose{
	background: url(image/loc-img.png) no-repeat;
	width: 59px;
	height: 30px;
	text-align: right;
	padding-right: 10px;
	color: #fff!important;
	padding-top: 12px;
	font-size: 10px;
}
/*-----------------------------------------------------------*/
.col-sl ul{
	list-style-type: disc !important;
	 margin: 0 1.5em 1.5em;
}
.col-sl ul.no-disc{
	list-style-type: none !important;
	 margin: 0;
}
.col-sl li{
	line-height: 17px;
}
.col-sl ul ul{
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 28px;
}
.col-sl li span{
	color: #666 !important;
    font-family: Arial !important;
    font-size: 12px !important;
    line-height: 14px;
    text-transform: none !important;
}
ol li{
	padding: 0 0 10px;
}
/*.col-sl td{
	background:#D8D8D8;
	padding-bottom:5px;
}
.col-sl td h5{
	padding-top:10px;
	margin-bottom:5px;
	font-size:15px;
}*/
.col-sl td p{
	color:#542988;
}
.content-wrap table{
	/*border:1px solid #EFEFEF;*/
	padding:0;
}
.content-wrap table td {
    border-bottom: 1px solid #EFEFEF;
    border-collapse: collapse !important;
	background-color:#ffffff;
	color:#333333;
	padding-top:8px;
	padding-bottom:8px;
	text-align:left;
	/*font-weight:bold;*/
}
#refer-a-friend td,#refer-a-friend th {
    border: 1px solid #333333 !important;
}
#refer-a-friend table{
    border-collapse: collapse;
}
#refer-a-friend table input{
    border:medium none !important;
}
.content-wrap table td.first{
	text-align:left;
	font-weight:normal;
}
.content-wrap table tr.first td, .content-wrap table tr th, .content-wrap table thead th{
	background-color:#542988;
	vertical-align:middle;
	padding-top:8px;
	padding-bottom:8px;
}
.content-wrap table tr.total td, .content-wrap table tfoot td, .content-wrap table tfoot th{
	background-color:#7654a0;
	vertical-align:middle;
	color:#ffffff;
}
.content-wrap table tr.total td:last-child, .content-wrap table tfoot td:last-child, .content-wrap table tfoot th:last-child{
	font-weight:bold;
	text-align:center;
}
.content-wrap table tr.first td h5{
	color:#ffffff;
	margin:0;
	padding:4px 0;
}
.forms input.text,#tag4 {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #DDDDDD;
    color: #333333;
    padding-left: 4px;
}
#tag4{
	height: 26px;
    margin: 10px 0 0;
    width: 176px;
    float: left;
}
.search-news{
	position: relative;
}
.search-news .button{
	top: 10px;
	left: 295px;
	position: absolute;
}
input.text {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    color: #000;
    height: 24px;
    line-height: 24px;
    /*width: 248px;*/
}
.forms textarea.text {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    padding-left: 4px;
    width: 249px;
    resize:none;
}
.forms .submit {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    cursor: pointer;
    height: 23px;
    width: 79px;
}
.forms dd {
    margin-bottom: 27px;
    margin-left: 0;
}
.forms dd p{
	padding-bottom:0;
}
.forms label.error{
	color:#FF0000;
	font-size:10px;
}
.na-sublinks-ins .submit-btn,#contact-us .submit,.call-me-col .submit{
	background:url(image/submit.gif) no-repeat left top;
	height:25px;
	width:80px;
	text-indent:-10000px;
	cursor:pointer;
}
.cm-form .field, .sm-form .field{
	position:relative;
}
.cm-form label.error, .sm-form label.error{
	color:#F80A0A;
	display:block;
	position:absolute;
	text-transform: lowercase;
	font-size:10px;
	left:0;
	bottom:5px;
}
.cm-form label.success, .sm-form label.success{
	color:#542988;
	font-size:14px;
	padding-bottom:7px;
	display:block;
	line-height: 13px;
}
.na-sublinks-ins{
	position:relative;
}
#sm-loader, #cm-loader{
	position:absolute;
	left:117px;
	bottom:14px;
}
/*------------------AK------*/
.customer-survey{
	padding-right:15px;
}
.basic-info span {
    display: block;
    padding-bottom: 10px;
}
.customer-survey h4{
	border-bottom:1px solid #542988;
	padding-bottom:5px;
}
.input-wrap dl {
    float: left;
    height: auto;
    width: 100%;
}
.input-wrap dt {
    width: 26%;
}
.input-wrap dt, .input-wrap dd {
    float: left;
    height: 40px;
    margin: 0;
}
dl dt {
    font-weight: bold;
}
.input-wrap dd {
	width:60%;
}
.input-wrap dt, .input-wrap dd {
    float: left;
    height: 45px;
    margin: 0;
}
dd {
    margin-left: 1.5em;
}
.input-wrap dd input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #69B6BC;
}
.input-wrap dt span {
    float: right;
    padding-right: 5px;
}
.row {
    margin-bottom: 30px;
}
.row ul {
    float: left;
    height: auto;
    list-style-type: none!important;
    margin: 0;
    width: 460px;
}
.row ul li {
    float: left;
    margin: 0 0 10px;
    /*width: 115px;*/
}
.row textarea {
    border: 1px solid #69B6BC;
    height: 75px;
    resize: none;
    width: 85%;
}
.common-content h5 {
    margin-bottom: 5px;
}
.common-content ul{
	margin:0 0 10px 10px;
}
.rel-main h5{
	margin-bottom:8px;
	padding-top:20px;
}
.sitemap, .sitemap ul{
	margin:0;
	list-style-type: none!important;
}
.sitemap li a{
	font-size:16px;
	font-weight:bold;
}
.sitemap ul{
	border-left:1px solid #542988;
	margin:6px 0 0 0;
}
.sitemap ul li ul{
	border:none;
	margin:0;
}
.sitemap ul li a{
	display:block;
	padding:0 0 0 29px;
	background:url(image/sm-pointer.gif) no-repeat left 6px;
	font-size:14px;
}
.sitemap ul li li{
	padding:10px 0 4px;
}
.sitemap ul li li a{
	font-size:12px;
	color:#000000;
	font-weight:normal;
	padding:0 0 0 48px;
	background:url(image/sm-pointer-sub.gif) no-repeat left 8px;
}
.forms ul li{
	border-bottom:none;
}
.forms .submit span{
	background:none;
	color:#333;
	font-size:12px;
	float:none;
	display:inline;
}
.gender span{
	line-height:16px;
}
.bisb-para{
	float:left;
	padding-left:10px !important;
}
.bisb-para h5{
	margin-bottom:10px;
}
.share-block span.text{
	float:left;
	padding:3px 5px 0 0;
}
.forms ul.cta{
	list-style-type:none!important;
	margin:0;
}
.input-wrap label.error, label.error{
	color:red;
	font-size:11px;
}




/*--------locate us---*/
.content span.border{
	background:url(image/border.png) repeat-x left top;

}
.content h4, .top span.title{
	color:#542988;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	font-size:14px;
}

.top span.title{
	float:left;
	padding:3px 6px 6px 0;
}
.top .one{
	padding:0 18px 0 0;
}
.top .drop-down1{

}
.top .drop-down1 select{
	width:140px;
}
.top .one select{
	width: 140px;
}
.top .drop-down1, .top .drop-down2{
	float:left;
}
.top .drop-down2 select{
	width:125px;
}
.top .drop-down2{
	padding:0 0 0 20px;
}
.top, .middle, .bottom{
	width:100%;
}
.top .field{
	float:left;
	/*padding: 10px 3px 23px 1px;
	width:47%;*/
	padding-bottom:23px;
}
.top .field1{
	width:100%;
}
.top .btn{
	width:121px;
	height:27px;
	background:#542988;
	color:#ffffff;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	margin: 13px 0 0 0;
	float: left;
	clear: both;
	cursor: pointer;
}
.middle{
	padding:16px 0 0 0;
	border-bottom:1px solid #cccccc;
	position: relative;
}
.middle span.A, .bottom span.A{
	color: #FFFFFF;
    display: block;
    height: 17px;
    text-align: center;
    width: 20px;
	background:#542988;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin:0 10px 0 0;
	padding:3px 0 0 0;
}
.field span{
	float:left;
}
.middle .field ,.bottom .field{
	padding: 0 0 0 32px;
}
.middle h4{
	margin-bottom:14px;
}
.middle p{
	font-weight: normal;
}
.field span, .field address,.field address a{
	color:#000000;
	font-size:12px;
}
.middle address{
	margin: 0 0 16px;
	font-style:normal;
}
.field span.bold{
	font-weight:bold;
	padding:0 6px 0 0;
}
.field-detail{
	margin:0 0 8px 72px;
}
.field-detail span{
	display:block;
	padding: 0 0 17px;
	float: none;
	line-height: 16px;
}
.popup1-col{
	padding-bottom:18px;
}
.popup1-col1 h1{
	padding-right: 135px;
}
.popup1-col1 span.choose{
	display:block;
}
.popup1-col1 span.off{
	font-size:42px;
	top:-15px;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	color:#7e81be;
}
.popup1-col1 span.off1{
	font-size: 26px;
    right: 40px;
   top: 31px;
}
.popup1-col1{
	position:relative;
}


.popup1-col2 p{
	font-family:Arial, Helvetica, sans-serif;
}
.st_sharethis_custom{
	float:right;
	background:url(image/share-btn.gif) no-repeat left top;
	display:block;
	width:30px;
	height:30px;
	padding:0;
	}
.news-block{
	width:220px;
	height:200px;
	padding:20px 0 0 15px;
	position: absolute;
	left: 0;
	top: 0;
}
.business-block{
	background:url(image/business-bg.jpg) no-repeat left top;
	padding-left: 0;
}
.news-block h1,.business-block h1{
	font-size:18px;
	color:#ffffff;
	text-transform: uppercase;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
}
.business-block h1{
	font-size:38px;
	text-align: center;
	margin-bottom: 45px;
}
.business-block button.register{
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	background: #7e80bd;
	border: none;
	width: 190px;
	height: 45px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 13px;
	line-height: 15px;
	cursor: pointer;
}
.news-block .textbox{
	width:174px;
	height:30px;
	background:#6c4a96;
	border:none;
	color:#ffffff;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	padding:0 5px 0 14px;
	line-height:30px;

}
.news-block .subscribe{
	width:100px;
	height:25px;
	text-transform:uppercase;
	border:none;
	background:#542988;
	color:#ffffff;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	margin:20px 0 0 0;
}
/* My Products */
#my-products{
	height:372px;
	position:fixed;
	bottom:-372px;
	padding:0 0 0 10px;
}
#my-products header{
	position:relative;
}
.mp-close{
	position:absolute;
	right:9px;
	bottom:-27px;
	display:block;
	height:15px;
}
#my-products h1{
	font-size:12px;
	font-family:'century_gothicbold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	text-shadow: -2px 0px 1px rgba(0, 0, 0, 1);
	width:160px;
	height:20px;
	padding:9px 0 0 10px;
	background-color:#542988;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	 border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	margin:0;
}
.my-prod-list{
	height:343px;
	background-color:#542988;
	/*padding:36px 26px 0 12px;*/
	padding:36px 28px 0 12px;
}
.my-prod-list p{
	color: #FFFFFF;
    font-size: 13px;
    margin: 0;
    max-width: 674px;
    padding-bottom: 17px;
}
.mp-listing{
	/*height: 214px;
    width: 915px;*/
    overflow: auto;
   	height: 61.5%;
    width: 100%;
}
.mp-listing ul{
	list-style-type:none;
	margin:0;
}
.mp-listing ul li{
	background:url(image/pl-bg.gif) no-repeat left top;
	width:142px;
	height:92px;
	float:left;
	margin:0 20px 15px 0;
}
.mp-listing ul li a{
	display:block;
	width:142px;
	height:92px;
	text-align:center;
	text-align:center;
}
.see-more{
	font-size:11px;
	color:#ffffff;
	display:block;
	margin:20px 0 0 0;
}
.mp-listing-detail{
	margin:40px 0 0 0;
}
.mp-close{
	background:url(image/mp-close.gif) no-repeat left center;
	display:block;
	padding:0 0 0 21px;
	color:#ffffff;
}
.col-com2{
	display: inline-block;
}
.colone .col-com3 .filter-btn{
	float: left;
	margin-left: 0;
}
.col-com2 select{
	width: 110px;
}
a.b-top{
	background: url(image/b-top.png) no-repeat;
	width: 90px;
	height: 15px;
	display: block;
	float: right;
	margin-top: -15px;
	display: none;
	position: absolute;
	right: 11px;
	bottom: 0;
	border-radius:12px;
}
.col-expand{
	width: 92%;
	padding-right: 0;
	border-bottom: 1px solid #7E81BE;
}
span.expand,.colone span.expand{
	font-family:century_gothicbold,Arial,Helvetica,sans-serif;
	float: right;
	font-size: 12px;
	color: #542988;
	cursor: pointer;
	text-transform: none;
}
.col-fil2{
	margin-bottom: 20px;
}
.col-fil2 select{
	width: 190px;
}
/* Auto Complete script */
.ac_results {
	padding:4px 0 6px;
	background:#221036;
	overflow: hidden;
	z-index:9999;
	width:237px !important;
	color:#fff;
}
.news-search-list{
	width:176px !important;
}
.purple .ac_results{
background:#616394;
}
.cyan .ac_results{
background:#70cbd2;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 6px 10px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	overflow: hidden;
	font-weight:bold;
}

.ac_loading {
	background : Window url('image/indicator.gif') right center no-repeat;
}

.ac_over {
	background:#7658a4;
	color:#fff;
}
.purple .ac_over{
background:#9FA1D2;
}
.cyan .ac_over{
background:#b3dadd;
}
.branch-locator #header, .branch-locator .top-nav, .branch-locator .top-board {
	display:none;
}
/* End Auto Complete */
.submenu-mobile{
	display: none;
	}
.submenu-mobile{
	display: none;
}
.main-mob-menu{
	display: none;
}
.breadcrumb-inside{
	background: url(image/breadcrumb-bg.png) no-repeat right 0;
    float: left;
    height: 20px;
    margin: 31px 0 0px 0;
    padding-right: 20px;
    width: auto;
    border-left: 1px solid #cccccc;
}
.breadcrumb-inside a{
	background: #f9f9f9;
	display: inline-block;
    margin: 1px 0 0;
    padding: 4px 7px 3px 9px;
    color: #666666;
    font-size: 11px;
    float: left;
}
.breadcrumb-inside a.last{
	background: #fff;
	color: #542988;
	font-weight: bold;
}
.breadcrumb-inside span{
	background: url(image/arrow1a.png) no-repeat;
	width: 7px;
	margin: 1px 0 0;
	height: 18px;
	display: inline-block;
	float: left;
}
.breadcrumb-inside span.last{
	background: url(image/arrow1b.png) no-repeat;
}
a.close-all{
	background: url(image/close-all.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 14px;
	top: 20px;
	padding: 0;
}
.col-clear{
	clear: both;
}
h4.n-hlr{
	font-weight: bold;
	margin: 5px 0 27px;
}
/*#contact-us label,.call-me-col label{
	display: none;
}*/
#contact-us dd,.call-me-col dd{
	/*margin-bottom: 10px;
	position: relative;*/
	margin-bottom: 27px;
    margin-left: 0;
}
#contact-us input,#contact-us textarea,.list-block .call-me-col input,.list-block .call-me-col textarea{
	/*width:200px;
	height:25px;
	border:none;
	background-color:#542988!important;
	padding:0 10px;
	/*text-transform:uppercase;*/
	/*color:#ffffff;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0 0 10px 0;*/
	background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #DDDDDD;
    color: #333333;
    padding-left: 4px;
}
#contact-us span.mandatory,.call-me-col span.mandatory{
	color: red;
}
#contact-us .submit,.call-me-col .submit{
 	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    cursor: pointer;
    height: 23px;
    width: 79px;
    text-indent: 0;
}
#contact-us .submit span,.call-me-col .submit span{
	color:#000;
}
#contact-us textarea,.list-block .call-me-col textarea{
	height:auto;
	padding-top: 10px;
}
#contact-us p.error,.call-me-col p.error{
	/*bottom: -8px;
    position: absolute;*/
}
.message ul{
	list-style-type: none!important;
	margin: 0 0 12px 0;
}
.ie7 {
   color: #FFFFFF;
   font-weight: bold;
   left: 0;
   padding: 0.1%;
   position: absolute;
   text-align: center;
   top: 0;
   width: 99.8%;
   z-index: 10000;
}
span.mappin {
	background: none!important;
    float: right!important;
}
span.mappin a{
	background: url("image/mappin.png") no-repeat;
    display: block;
    height: 19px;
    text-indent: -10000px;
    width: 10px;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.listing-content1 .col-spu{
	padding: 7px 0px 0 70px;
}
p.disp{
	display: none!important;
}
.col-main .current{
	display: block;
}
.content-block{
	background-color: #fff;
	padding: 35px 10px 10px;
	width: auto;
	min-width: 252px;

	}
.get-direction {
  	padding:10px 0 0;
}
.get-direction input {
    border: 1px solid #DDDDDD;
    float: left;
    font-size: 13px;
    height: 16px;
    padding: 2px;
    width: 140px;
    margin-right:10px;
}
.most-top{
    width: 272px;
    height:auto;
    overflow:hidden;
	}
.top-sec{
	float: left;
	min-width: 250px;
	}

.most-top .content-block {
    background-color: #FFFFFF;
    min-width: 252px;
    padding: 12px 0 0px;
    clear:both;
    width:250px
}
.top-top{
	height: 30px;
	position: relative;
	min-width: 250px;
	}
.most-top .div-block {
    color: #4B4746;
    font-weight: normal;
    padding: 0;
    width:250px
}
.most-top .div-block p{
    color: #000;
}
.bottom-bottom{
	height:4px;
	/*background: url("image/left-bottom.png") no-repeat left bottom;*/
	position: relative;
	}
.bottom-bottom span{
	width:20px;
	height: 4px;
	/*background: url("image/right-bottom.png") no-repeat left bottom; */
	position:absolute;
	right: -1px;
	display:block;
	bottom: 0;
	}
.bottom-bottom span.arrow{
	position:absolute;
	left: 25px;
	bottom: -30px;
	display: block;
	width: 23px;
	height: 31px;
	/*background: url("image/Curved.png") no-repeat left bottom;	*/
	}
.top-top span{

	}
a.popup-close, #directionsPanel a.close{
	background: url("image/close.png") no-repeat left top;
	display: block;
	text-indent: -1000000px;
	}
#directionsPanel a.close{
	position:absolute;
	left:370px;
	top:25px;
	width:18px;
	height:18px;
	}

.get-direction a.directionbutton{
	background: url("image/getdirection.gif") no-repeat left top;
	display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 15px;
    margin-top: 1px;
    padding: 4px 0 0 6px;
    width: 81px;
	}
#directionsPanel{
	color: #000000;
	position: fixed;
	left:0;
	top:0;
	width: 415px;
	background-color: #fff;
	overflow: auto;
	display: none;
	height:620px;
	z-index:999;
	}
.col-related-main h4{
	color:#ffffff;
	font-family:century_gothicbold, Arial, Helvetica, sans-serif;
	font-size:16px;
	background: url("image/related-bg.png") no-repeat scroll left top transparent;
    display: block;
    height: 30px;
   /* height:23px;*/
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 157px;
   /* width:146px;*/
    text-transform: uppercase;
    padding: 7px 0 0 10px;
    margin: 0;
    cursor: pointer;
}
.col-related-main{
 	height: 30px;
    position: absolute;
    right: 160px;
    top: 0;
    width: 120px;
}
.col-related-show{
	background: #71ccd2;
	position: absolute;
	right: -30px;
    top: 20px;
    width: 210px;
    display: none;
    z-index: 999;
}
.col-related-show ul{
	color: #FFFFFF;
    list-style: square outside none;
    margin-left: 22px;
   }
.col-related-show li{
	padding: 15px 0 0 0;
}
.col-related-show li a{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
p.new-filter-label{
	float: left;
	font-weight: bold;
	margin: 19px 0px 0 0;
	clear: both;
}
.bottom-block .colone-financial{
	margin-top: 40px;
}
span.down-load {
    bottom: 21px;
    position: absolute;
    left: 20px;
}
span.pgm{
	padding: 4px 5px 3px !important;
}
.filter-publish ul{
	border-bottom: 1px solid #7e81be;
    clear: both;
    padding-top: 30px;
    width: 95%;
}
.filter-publish .col-pad{
	padding-top: 0;
}
.listing-content1 a.cont-read{
	font-family: century_gothicbold;
	color: #fff;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	background: url(image/cont-read-bg.png) no-repeat;
	width: 130px;
	height: 19px;
	text-align: center;
	padding-top: 4px;
	margin-top: 14px;
}
.colone  ul.col-new-slu li{
	height: 165px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius:12px;
}
.colone ul.col-new-slu .toggle-sl li{
	height: auto;
	padding: 0 0 10px;
}
.new-col .anchor-tab{
	text-transform: none;
}
.tbtimings {
	background:none;
	border:none !important;
	margin:0;
}
.tbtimings td{
	background:none !important;
	border:none !important;
	font-weight:normal !important;
	padding:0 0 10px!important;
	vertical-align:top;
	line-height:16px;
}
.tbtimings td span {
	padding:0 !important;
}
.mainrepeat input{
	width: 70px;
}
span.fon-caz{
	font-size: 18px;
}
.colone .need-assist{
	margin-top: 20px;
}
.tejoori-competition select,.tejoori-competition .dd{
	margin-bottom: 20px;
    width: 221px;
}
.search-block .th-sub-ins input.button{
	margin-left:-4px;
}
/*---------------------- Mobile ----------------------*/
.mob-menu-link{
	display:none;
}
div.search{
	display:none;
}
.mob-spotlight{
	display:none;
	height: 211px;
}
.close-menu{
	display:none;
}
@media (max-width: 1024px){
	.global-footer{
		padding:0 0 10px 0;
		width:766px;
	}
}
@media (max-width: 900px){
	.sticky-link{
		display:none;
	}
	.global-footer{
		padding:0 0 10px 0;
		width:100%;
	}
}
@media (min-width: 768px){
	.global-nav{
		display: block!important;
	}
	.blocktwo{
		margin-top: 16px;
	}
	.global-nav .last li a{
		padding-left: 35px;
	}

}
@media (max-width: 845px){
	.colone ul li{
		margin-right: 1px;
	}
	.global-header .logo a{
		background:url(image/logo1.png) no-repeat center top;
	}
	.app-links a.app-store{
		margin-left: 45px;
		margin-bottom: 10px;
	}
	.app-links a.google-play{
		margin-left: 0;
	}
	.bodybg span {
		background-position: 80% top;
	}

	.tejoori{
		overflow-x:scroll;
		/*width:300px; */
		width:275px;
	}
	.global-nav .last li a{
		/*padding-left:34px!important;*/
	}
	.global-footer{
		padding:0 0 10px 0;
		width:100%;
	}
	.inside-spot{
		height: 180px;
	}
	.blocktwo{
		margin-top: 16px;
	}
	.sticky-link{
		display:block;
		margin-left: -385px;
	}
	.na-sublinks, .sm-form , .cm-form {
		margin-left: -385px;
	}
	.portrait-tabs a.tab-view{
		width: 91%;
		padding-right:28px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media (max-width: 767px){
	.spot-item section{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.home .global-footer{
		position: relative;
	}
	.home .wrapper, .home .main-wrapper, .home .main-content, .home .spotlight-wrap{
		height:auto;
	}
	.spot-item-img{
		height:100%;
	}
	.content-details span, .common-content .col-date > span {
		position: absolute;
    	top: 38px;
	}

	.para {
	    padding: 7px 0 0 0px;
	}
	.th-sub-ins{
		-webkit-border-radius: 12px 12px 12px 12px;
		-moz-border-radius: 12px 12px 12px 12px;
		border-radius: 12px 12px 12px 12px;
	}
	.footer-ins .copyright{
		display: none;
	}
	.footer-ins p.foot-bold{
		display:none;
	}
	.footer-ins p,.footer-ins ul{
		display: block;
	}
	.global-footer{
		height: 53px!important;
	}
	.spotlight{
		/*height: 224px;*/
		height: 220px!important;
		overflow:hidden;
	}
	.inside-spot{
		height: 195px;
	}
	.colone ul li{
		margin-right: 1px;
	}
	li.locator.current a.expose{
		background:url(image/locator-bg.png) no-repeat left 7px;
		padding: 9px 0 0 19px;
		color: #542988 !important;
		width: auto;
		font-size: 11px;
	}
	.locator .th-sub{
		left:-93px;
	}

	.th-sub{
		background: url("image/arrow2.png") no-repeat scroll 43px top;
	}
	.locator .th-sub{
		background-position: 89px top;
	}
	li.tools.current a.expose{
		background:url(image/tools-bg.gif) no-repeat left 7px;
		padding: 9px 0 0 19px;
		color: #542988 !important;
		width: auto;
		font-size: 11px;
	}
	.tools .th-sub{
		background-position:164px top;
	}
	.global-nav .last li{
		background: none;
	}
	.bottom-block{
		padding-bottom: 0;
	}
	.blockOne{
		display: block;
	}
	.col-related-main{
		display: none;
	}
	.col-related-main h4{
		/*background: url("image/related-mob-bg.png") no-repeat  left top ;*/
	}
	.coltwo {
	    margin-left: 6.66667%;
	    width: 93.3333%;
	}
	.coltwo img.right-col-img{
		float: left;
	}
	.breadcrumb-inside a.last{
		height: 9px;
	    overflow: hidden;
	    width: 109px;
	}
	#my-products{
	display:none;
}
	.global-nav .first li.current a{
		color: #542A88;
	}
	.breadcrumb-inside{
		margin: 0 0 25px;
	}
	.content-wrap table td{
		/*text-align:right;*/
		text-align:left;
	}
	.content-wrap table tr.total td:last-child{
		text-align:right;
	}
	.submenu, .blocksub span{
		display: none !important;
	}
	.mob-hidden{
		display:none !important;
	}
	.main-mob-menu{
		display: block;
	}
	.submenu-mobile{
		display: none;
	}
	a.b-top{
		display: none!important;
	}
	.mp-listing ul li{
		margin:0 20px 15px 0;
	}
	.row ul{
		width:100%;
	}
	.row ul li {
   		float: none;
   		margin:0 0 1px;
	}
	.foot-bold{
		font-weight: bold;
	}
	.colone .portrait-tabs a.no-current {
   		display: none;
	}
	.inside-spot{
		display: none;
	}
	.contact-spot{
		display: block;
	}
	.bx-wrapper{
		max-width: 562px!important;
	}
	a.fancybox1{
		display:none;
	}
	.top-wrapper,.middle-wrapper,.bottom-wrapper{
		width:94%;
	}

	.top .drop-down2 {
		padding:11px 0 0 0;
	}
	a.fancybox{
		background: none!important;
		}
	a.page{
		display:block;
	}
    .bodybg{
		display:none;
	}
	.sidebar{
		min-height:0;
		height: auto !important;
		overflow: visible;
		width: 100%;
		background-repeat:repeat;
		position:relative;
	}
	.wrapper{
		background:url(image/sidebar-bg.gif) repeat;
	}
	.global-nav{
		display:none;
		border-top:1px solid #542988;
	}
	.global-nav ul{
		margin:0 0 0 30px;
	}
	.global-nav .first{
		padding:0;
	}
	.global-nav .first li, .global-nav .last li{
		padding:10px 0 0 0;
	}
	.global-nav li a, .submenu-mobile li a{
		display:block;
		background:url(image/arrow3.png) no-repeat right center !important;
		border-bottom:1px solid #8187c2;
		padding:0 0 10px 0;
	}
	.global-nav .last li a, .submenu-mobile li a{
		padding-left:0;
	}
	.global-nav .last li a{
		padding-bottom:10px;
	}
	.external-links{
		display:none;
	}
	.mob-menu-link{
		display:block;
		background:url(image/mobile-menu-bg.png) no-repeat left top;
		width:44px;
		height:51px;
		position:absolute;
		left:18px;
		top:14px;
	}
	.active{
		background-position:left bottom;
	}
	.global-header{
		padding:0 0 7px 0;
	}
	div.search{
		display: block;
		position:absolute;
		right:13px;
		top:14px;
	}
	div.search a{
		display:block;
		background:url(image/mob-search.gif) no-repeat left top;
		width:25px;
		height:26px;
		text-indent:-10000px;
	}
	.search .th-sub{
		 z-index: 9999;
		 right: 1px;
    	 top: 40px;
	}
	.main-content{
		width:100%;
	}
	.top-header{
		width:100%;
	}
	.sticky-link{
		display:none !important;
	}
	.top-header ul li.search{
		display:none;
	}
	.global-footer{
		/*height:100px;*/
		padding:0 0 10px 0;
		width:100%;
	}
	.footer-ins p{
		padding:0 0 10px 0;
	}
	.mob-spotlight{
		display:block;
	}
	.mob-spot-images{
		width:100% !important;
		height:100%;
	}
	.mob-spot-images a{
		width:100% !important;
		height:100%;
		background-size:cover;
		background-position:center center;
	}
	.spotlight-wrap{
		position:relative;
	}
	#spot-timer{
		position:absolute;
		top:180px;
		/*top:auto;*/
		left:39.0625%;
		bottom:auto;
		/*bottom:90px;*/
		z-index:12;
	}
	.spot-item{
		padding:15px 3.4375% 0 3.4375% !important;
		width:93.125% !important;
		/*top: -186px!important;*/
		/*top: -10px!important;*/
	}
	.spot-item h1{
		color:#532a86;
		/*color:#fff;*/
		font-size:18px;
		padding-bottom:16px;
	}
	.spot-item p{
		color:#542983;
		/*display: none;*/
	}
	.spot-item a{
		color:#542983;
		/*color:#fff;*/
	}
	.spot-item span{
		font-size:14px !important;
	}
	.spot-item .spot-item-img{
		display:none;
	}
	.filter-block p.filter-label{
		float:none;
		padding-bottom: 6px;
	}
	.blocktwo .link-type a{
		background: url("image/output-link.png") no-repeat  left top;
		height: 33px;
	}
	.tweet-box a{
		background: none!important;
		border: none!important;
	}
	.blocktwo .link-type a.three{
		display: block;
	}
	.blocktwo .link-type{
		width: 80px;
		top: -60px;
		/*right: 5%;*/
		right: 11%;
	}
	.blocktwo .link-type-two{
		top: -343px;
	}
	.blocktwo .map-type {
		top: -339px;
	}
	.blockone h2{
		background: none;
		color: #542988;
		line-height: 28px;
		padding-top: 15px;
		width: 62%;
		letter-spacing: -1px;
	}
	.blockone{
		background: none;
	}
	.blocktwo .tab-type{
		display: none;
	}
	.bottom-block .coltwo,.blockTwo{
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
		width: 220px;
		left: -4%;
		position: relative;
		top: 12px;
	}
	.blockTwo{
		top: 0px;
	}
	.blocktwo{
		margin-bottom: 0;
	}
	.bottom-block .colone{
		width: 93.3333%;
		min-height: 185px;
	}
	.blocktwo{
		background: none;
		min-height: auto;

	}
	.blocksub span {
		background: none;
	}
	.portrait-tabs{
		display: block;
		margin-bottom: 7px;
		clear: both;
	}
	.portrait-tabs a.tab-view{
		display: block;
	}
	.portrait-tabs a.tab-view{
		font-family: century_gothicbold,Arial,Helvetica,sans-serif;
		width: 91%;
		/*width: 95%;*/
		height: 27px;
		background: url(image/tab-bg.png) no-repeat 97% -25px #f6f6f6;
		border-bottom: 3px solid #bbbbbb;
		border-right: 2px solid #bbbbbb;
		display: block;
		padding-top: 13px;
		padding-left: 5%;
		padding-bottom:3px;
		/*padding-right:5px;*/
		padding-right:28px;
		color: #542988;
		font-size: 16px;
		line-height:15px;
		text-transform: uppercase;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
    .portrait-tabs a.tab-view.color2{ 
        background: url(image/tab-bg2.png) no-repeat 97% -25px #81142e;
    }
	.portrait-tabs a.current{
		background-color: #542988;
		color: #FFFFFF;
		background-position: 97% 20px;
		border-radius:12px;
	}
	.tab{
		display: none;
	}
	.colone .over-view{
		margin: 25px 0 20px 0;
	}
	span.anchor-tab{
		display: none;
	}
	.block-one{
		clear: both;
		padding-bottom: 10px;
	}
	.close-menu, .back-menu, .back-menu-sl{
		background:url(image/cross.png) no-repeat left center;
		padding:30px 0 30px 20px;
		margin:0 0 0 30px;
		display:block;
		font-size:12px;
		color:#542a88;
		text-transform: uppercase;
		font-family: century_gothicbold,Arial,Helvetica,sans-serif;
	}
	.left-block span.frst{
		width: auto;
	}
	.global-nav .last li.download a{
		line-height: 12px!important;
	}
	#my-products{
		height:275px;
	}
	.htblbr{
		overflow-x:scroll;
		width:100%;
	}
	.search-news .button {
		left: 183px;
	}
}
/* Only for mobile devices */
@media (max-width: 410px){
	.global-footer{
		height: 60px!important;
	}
}
@media all{

	.mobile .mobexposeContent a{
		background:url(image/mobile-expose.png) no-repeat center center;
		z-index: 9999;
		width:224px;
		position: fixed;
		left : 50%;
		margin-left: -112px;
		height: 308px;
		top:25%;
	}
	.mobile .mobexposeContent{
		display:none;
	}

}
.share-block{
	display: none;
}
#saveForm{
	 height: 26px;
}
.list-col .no-para{
	padding: 0;
}

.tejoori-card dt{
	margin-bottom: 6px;
}
.tejoori-card dd{
	margin-bottom: 20px;
}
.tejoori-card .text{
	width: 215px;
}
.message li.success{
	color: green;
    font-weight: bold;
}
.message li.error{
    color: red;
    font-weight: bold;
}

.forms #registration-form_terms_conditions{
	float: left;
}
.forms dd .terms{
	float: left;
}
#registration-form_submit{
	margin-top: 25px;
}
.terms-conditions p.error{
	float: left;
	margin-left: -18px;
}
dt.reg-submit{
	float: left;
}
.terms-conditions{
	float: left;
	width: 100%;
}
#registration-form2_terms_conditions{
  -webkit-appearance: checkbox;
}
#registration-form2 input{
	float: left;
	margin: 0 6px 0 0;
}
#registration-form2 label{
	float: left;
}
#registration-form2_submit{
	margin-top: 25px;
	float: left;
}
#registration-form2 dl>dd{
	float: left;
    width: 100%;
}
#registration-form2 label.enable{
	color: #333333;
}
#registration-form2 label.disable{
	color: #929292;
}
#inquiry-form{
	position: relative;
}
#inquiry-form .mandatory1{
	position: absolute;
	bottom: 82px;
	/*bottom: 73px;*/
	left: 2px;
	padding: 0!important;
}


.form-wrapper{
		width:50%;
		}
	.reg-form label {
    display: inline-block;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;
		font-weight: bolder;
		width: 60%;
    padding-bottom: 10px;
	}
  .reg-form p{
    padding-bottom: 0;
  }
	.reg-form input {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #ddd;
		color: #666;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;
		margin-bottom: 10px;
		padding: 0 10px;
		width: 50%;
	}
	.reg-form button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #542988;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 0 !important;
    margin-bottom: 12px;
    padding: 5px 10px 21px;
    text-transform: uppercase !important;
	}
  .reg-form .bg-calender{
    background:url("/skin/bisb-v2/en/image/calendar.png") no-repeat right center !important;
  }
  .reg-form label.error, #refer-a-friend label.error{
    color:#FF0000 ;
    font-size:10px;
  }

/***********for popup**************/
    .popup-mask{
        position: absolute;
        width:100%;
        height:100%;
        background-color: rgba(0,0,0,0.6);
        z-index: 99;
    }
    .popup-wrap{
        position:absolute;
        top:50%;
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width:80%;
        left:50%;
        max-width: 800px;
        text-align: center;
        z-index: 100;
        background-color: #ffffff;
        box-sizing: border-box;
        padding: 80px 3% 30px 3%;
        -moz-box-shadow:  -1px 4px 10px #000;
        -webkit-box-shadow:  -1px 4px 10px #000;
        box-shadow:  -1px 4px 10px #000;
    }
    .popup-wrap a p{
        padding-bottom: 30px;
        font-size: 16px;
        color:#542a88;
        margin:0;
        text-decoration: underline;
    }
    .popup-wrap a:hover p{
        color: #333333;
    }
    .head-pop{
        background-color: #542988;
        display: block;
        height: 30px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .head-pop span {
        color: #ffffff;
        position: absolute;
        right: 20px;
        top: 8px;
        cursor:pointer;
        font-size: 14px;
    }

@media (max-width: 767px){
    .popup-wrap {
        padding: 60px 3% 20px;
        width: 94%;
    }
    .popup-wrap a p{
        font-size: 14px;
        line-height: 1.3;
    }
}
/***********for popup**************/
/*---------ak-----------------*/
.spam-wrap img{
	vertical-align: top;
	margin: 0px !important;
	height:28px;
}
@media (max-width: 400px){
	.spam-wrap img{
		margin-top:5px !important;
	}
	.spam-wrap input{
		display: block;
	}
}
.home iframe{display: none;}
