@font-face
{
    font-family: 'quattrocento_sansbold';
    src: url('/font/quattrocentosans-bold-webfont.eot');
    src: url('/font/quattrocentosans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/quattrocentosans-bold-webfont.woff') format('woff'),
    url('/font/quattrocentosans-bold-webfont.ttf') format('truetype'),
    url('/font/quattrocentosans-bold-webfont.svg#quattrocento_sansbold') format('svg'),
    url('/font/quattrocentosans-bold-webfont.woff') format('woff'), 
    url('/font/quattrocentosans-bold-webfont.ttf') format('truetype'), 
    url('/font/quattrocentosans-bold-webfont.svg#quattrocento_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'quattrocento_sansregular';
    src: url('/font/quattrocentosans-regular-webfont.eot');
    src: url('/font/quattrocentosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/quattrocentosans-regular-webfont.woff') format('woff'), url('/font/quattrocentosans-regular-webfont.ttf') format('truetype'), url('/font/quattrocentosans-regular-webfont.svg#quattrocento_sansregular') format('svg'),
    url('/font/quattrocentosans-regular-webfont.woff') format('woff'), 
    url('/font/quattrocentosans-regular-webfont.ttf') format('truetype'), 
    url('/font/quattrocentosans-regular-webfont.svg#quattrocento_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'intro_inline';
    src: url('/font/intro_inline-webfont.eot');
    src: url('/font/intro_inline-webfont.eot?#iefix') format('embedded-opentype'), url('/font/intro_inline-webfont.woff') format('woff'),
    url('/font/intro_inline-webfont.ttf') format('truetype'),
    url('/font/intro_inline-webfont.svg#intro_inlineregular') format('svg'),
    url('/font/intro_inline-webfont.woff') format('woff'), 
    url('/font/intro_inline-webfont.ttf') format('truetype'), 
    url('/font/intro_inline-webfont.svg#intro_inlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'intro_regular';
    src: url('/font/intro-webfont.eot');
    src: url('/font/intro-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/intro-webfont.woff') format('woff'),
    url('/font/intro-webfont.ttf') format('truetype'),
    url('/font/intro-webfont.svg#intro_regular') format('svg'),
    url('/font/intro-webfont.woff') format('woff'), 
    url('/font/intro-webfont.ttf') format('truetype'), 
    url('/font/intro-webfont.svg#intro_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'intro_boldregular';
    src: url('/font/intro-bold.eot');
    src: url('/font/intro-bold.eot?#iefix') format('embedded-opentype'),
    url('/font/intro-bold.woff2') format('woff2'),
    url('/font/intro-bold.woff') format('woff'),
    url('/font/intro-bold.ttf') format('truetype'),
    url('/font/intro-bold.svg#intro_boldregular') format('svg'),
    url('/font/intro-bold.woff2') format('woff2'),
    url('/font/intro-bold.woff') format('woff'),
    url('/font/intro-bold.ttf') format('truetype'),
    url('/font/intro-bold.svg#intro_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body
{
    font-family: 'quattrocento_sansregular';
}
body h1
{
    font-family: 'intro_boldregular' !important;
    font-size: 36px !important;
    text-transform: inherit !important;
    color: #fff !important;
}
body h1 span{
  font-family: 'intro_boldregular' !important;
  font-size: 36px !important;
}
body h2
{
   /* font-family: "intro_regular";*/
   font-family: "intro_boldregular" !important;
    font-size: 28px !important;
    text-transform: inherit !important;
}
body h3{
  font-size: 20px !important;
  font-family: "quattrocento_sansbold" !important;
  color: #736357 !important; 
}
body p
{
    font-family: "quattrocento_sansregular" ,sans-serif;
    font-size: 14px;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#ED3A95;	
	text-decoration:underline;
}
/* Added by Khurram Saddique 5/18/2015 Code Start */
a:hover, a:active {
    cursor: pointer !important;
    outline: 0 none;
}
/* Added by Khurram Saddique 5/18/2015 Code End */
img {
	/*display:block; by Kaleem*/
}
.logOn
{
    float: left;
    width: 100%;
}
.top, .footer {
	padding:10px 0;
	background:#000;
}
.top a, .footer a {
	color:#FFF;
	text-decoration:none;
}
.top a:hover, .footer a:hover {
	color:#ED3A95;
	
	text-decoration:underline;
}
.main {
	padding:5px 0;
	background:#FFF;
}
.sticky {
	background:#FFF;
}
.sticky .main {
	padding-bottom:100px;
}
/***** TEXT *****/

.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.white {
	color:#FFF;
}
.black {
	color:#000;
}
/***** ALIGNMENT *****/

.pull-left {
	float:left;
	display:inline;
}
.pull-right {
	float:right;
	display:inline;
}
/***** LISTS *****/

.unstyled {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.dl-horizontal {
	display:inline-block;
	padding-left:80px;
}
.dl-horizontal dt {
	clear:both;
	float:left;
	display:inline;
	width:70px;
	margin-left:-80px;
	text-align:left;
}
.dl-horizontal dd {
	float:left;
	display:inline;
	margin-left:0;
	width:100%;
}
.ul-inline {
	display:inline;
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
}
.ul-inline li {
	display:inline;
	margin:0 0 0 10px;
	padding:0;
}
/***** TABLES *****/

.table {
	width:100%;
	margin:16px 0;
}
.table th, .table td {
	text-align:left;
	vertical-align:bottom;
	padding:8px 10px;
	border-top:1px solid #CCC;
}
.table th {
	border-top:none;
	border-bottom:1px solid #CCC;
}
.table-bordered, .table-bordered th, .table-bordered td {
	border:1px solid #CCC;
}
.table-striped tr:nth-child(2n+1) td {
 background:#F3F3F3;
}
.table-striped tr.stripe td {
	background:#F3F3F3;
}
.table tr:hover td {
	background:#E5E5E5;
}
.table-condensed td, .table-condensed th {
	padding:3px 5px;
}
/***** BLOCKQUOTES *****/

blockquote {
	position:relative;
	font-size:16px;
	line-height:20px;
	padding:3px 30px 0 30px;
	quotes:"\201C" "\201D";
 *background:url(../../Content/images/quote-left.png) 0 0 no-repeat;
}
blockquote:before {
	position:absolute;
	top:21px;
	left:0;
	line-height:20px;
	content:open-quote;
	font-size:80px;
	color:#E5E5E5;
}
blockquote p {
	margin:0 0 6px 0;
}
blockquote small {
	display:block;
	margin-top:6px;
	font-size:12px;
	line-height:16px;
	color:#999;
}
blockquote small:before {
	content:"— ";
}
/***** ERRORS *****/

.error, code {
	color:#CC0000;
}
/*****  *****/

.clear {
	clear:both; 
}
.no-clear {
	clear:none;
}
.inline {
	display:inline;
}
.inline-block {
	display:inline-block;
	vertical-align:middle;
}
.hide {
	display:none;
}
.show {
	display:block;
}
/* ==|== primary styles =====================================================
   Author: CR-87
   ========================================================================== */
a {
	color:#B3B3B3;
}
a:hover, p a {
	color:#b3b3b3;
	/*color:Red;*/
}
p a {
	text-decoration:none;
}
.active, #primaryNavigation li.active a {
	color:#534741;
}
hr {
	border:0;
	height:1px;
	border-bottom:1px solid #D9D9D9;
}
.hr-top {
	border-top: 1px solid #D9D9D9;
	margin-top: 20px;
	padding-top: 20px;
	display: block;
	clear: both;
	width: 976px;
	margin-left: 0px;
}
#primaryNavigation li, #secondaryNavigation li, #primaryNavigation li a, #secondaryNavigation li a {
	float: left;
	font-family: 'quattrocento_sansregular', sans-serif;
	text-decoration:none;
}
#secondaryNavigation {
	height: 40px;
	 margin-bottom: 20px;
}
#secondaryNavigation ul {
	margin: 13px 15px 13px 0;
}
#secondaryNavigation ul li {
	padding: 0 10px;
	font-size:12px;
}
#primaryNavigation {
	height: 27px;
}
#primaryNavigation ul li a {
	padding: 2px 15px;
	margin: 0 1px 0px 1px;
	color: #AD9B93;
	border: 0;
	font-size: 16px;
	border-left: 1px solid #F2F2F2;
	display: block;
	position:relative;
}
#primaryNavigation ul li a:hover {
	color:#23B0BB;
	
}
#primaryNavigation ul {
	margin: 0;
	position: relative;
	z-index: 10;
}
#primaryNavigation li {
	z-index:1;
}
#primaryNavigation li.first a {
	border:0;
}
#primaryNavigation li.last a {
	padding-right:0;
}
#primaryNavigation ul li:hover div.submenu, #primaryNavigation ul li.hover div.submenu, #primaryNavigation ul li:hover div.submenuArrow, #primaryNavigation ul li.hover div.submenuArrow {
	visibility:visible;
	display:block; 
}
#primaryNavigation ul li div.submenu h4 {
	width: 208px;
	float: left;
	color:#AD9B93;
	font-family: 'quattrocento_sansregular', sans-serif;
	font-weight:normal;
	font-size: 16px;
	margin: 20px 0 20px 15px;
	padding-right: 20px;
	border-right:1px solid #F2F2F2;
}
#primaryNavigation ul {
	margin: 0;
	position: relative;
	z-index: 10;
}
#primaryNavigation ul li div.submenu {
	display:none;
	visibility:hidden;
	position:absolute;
	top: 21px;
	left: 0px;
	margin: 0;
	z-index: -1;
	width: 685px;
	overflow: hidden;
}
#primaryNavigation ul li ul {
	margin: 25px 0 0 25px;
}
#primaryNavigation ul li ul li {
	float: left;
	width: 240px;
	margin-bottom: 10px;
	position: relative;
	clear: both;
	border:0;
	font-size: 16px;
}
#primaryNavigation ul li ul li a {
	border: 0;
	background: url(../../Content/images/icons.png) no-repeat 0px -71px;
	padding-left: 25px;
}
#primaryNavigation ul li ul li a:hover {
	background: url(../../Content/images/icons.png) no-repeat 0 -91px;
}
#primaryNavigation .closeDropDown {
	text-indent:-9999px;
	background:url(../../Content/images/touchD_closeBtn.gif) no-repeat 0 0;
	width:20px;
	height:20px;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	top:30px;
	right:10px;
	cursor:pointer;
	z-index:2000;
}
#primaryNavigation ul li div.submenu.menu-0 {
	left:0;
}
#primaryNavigation ul li div.submenu.menu-1 {
	left: -124px;
}
#primaryNavigation ul li div.submenu.menu-2 {
	left: -204px;
}
#primaryNavigation ul li div.submenu.menu-3 {
	left: -356px;
}
#primaryNavigation ul li div.submenu.menu-4 {
	left: -485px;
}
#primaryNavigation ul li div.submenu.menu-5 {
	left: -580px;
}
.tertiaryNavigation {
	margin: 0 0 20px 0;
}
.tertiaryNavigation li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	font-family: 'quattrocento_sansregular', sans-serif;
	font-size: 12px;
}
.tertiaryNavigation img {
    width: 25px;
}
.tertiaryNavigation li a {
	text-decoration:none;
}
/* ==|== buttons/links =====================================================*/
.searchSubmit {
	background: url(../../images/search.png) no-repeat 0 5px;
	-webkit-appearance: none;
	width: 30px;
	height: 38px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	border: 0;
	line-height: 0;
	font-size: 0;
	float: right;
	padding: 0;
}
.searchSubmit:hover {
	background-position:0 -28px;
}

/*------------ Gooogle Captcha Privacey--------------------------*/
#recaptcha_privacy{ visibility:hidden !important;} 
#recaptcha_whatsthis_btn{ visibility:hidden !important; display:none !important;}


.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
    background-color: #DADADA !important;
    border: 0 none !important;
    border-collapse:separate !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

/* ==|== form elements =====================================================*/
.searchField, .userInputField {
	background-color:#FFFFFF;
	border:1px solid #F2F2F2;
	width:316px;
	
	/*-- Commented by sm.Abdullah
     width: 231px;---*/
	height: 38px;
	float:left;
}
.userInputField 
{
    width:316px;
    /*-- Commented by sm.Abdullah
	width:222px; */
	margin: 0 0 20px;
}
.searchInput, .userInput {
	padding: 10px 15px;
	width: 150px;
	border: 0;
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	-webkit-appearance:none;
	border-radius:0;
	outline:none;
}
.userInput 
{
     /* Modified by Sm.Abdullah 26-Sep-13*/
     /*width:192px;*/
     width:286px;
	
}

.signupSubmit {
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:url(../../Content/images/signupBtn.png) no-repeat 0 0;
	width:128px;
	height:40px;
	-webkit-appearance:none;
	border:0;
	cursor:pointer;
}
.signupSubmit:hover {
	background-position: -132px 0;
}
.signupSubmitSmall {
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	background:url(../../Content/images/signupSmallBtn.png) no-repeat -1px 0;
	width: 95px;
	height:40px;
	-webkit-appearance:none;
	border:0;
	cursor:pointer;
}
.signupSubmitSmall:hover {
	background-position: -99px 0;
}
.errorBorder {
	border:2px solid #CC0000 !important;
}
.errorMsg, .passwordMsg {
	display: none;
	margin: 0 0 10px 0;
	color:#D9243F;
	clear: both;
}
.account #createPasswordInputError2.passwordMsg {
	color:#EFA118;
}
.account #createPasswordInputError3.passwordMsg {
	color:#8CC63F;
}
.account #createAccount input {
	color:#AD9B93;
}
/*.no-js .errorMsg {
	display: block;
}*/
/* ==|== additional container styles =====================================================*/
.span-4 {
	width:235px;
}
.span-8 {
	width:720px;
}
.span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24, .span-25 {
	margin-left:20px;
	float:left;
	display:inline;
}
.span-13 {
	width: 295px;
	margin: 0 30px 40px 0;
}
.span-13.last {
	margin:0;
}
.span-14 {
	width:546px;
	margin: 60px 0 35px 210px;
}
.span-15.first {
	margin-left:0;
}
.span-15 {
	width:200px;
	margin: 10px 50px 0 0;
}
.span-16 {
	width:422px;
	margin: 25px 50px 50px 0;
	clear: both;
}
.span-17 {
	width:665px;
	margin:0;
}
.span-18 {
	width: 311px;
	margin:0;
}
.span-19 {
	width: 613px;
	margin:0 10px 0 0;
}
.span-20 {
	width: 353px;
	margin:0;
	padding-top: 50px;
}
.span-21 {
	width:720px;
	margin:0;
}
.span-22 {
	width:440px;
}
.span-23 {
	width:451px;
	margin:55px 0 40px 0;
}
.span-24 {
	width: 455px;
	margin: 30px 0 0 70px;
}
.span-24 > h2{
	margin-bottom: 30px;
}
.span-25 {
	width: 410px;
	margin: 0px;
	float: right;
}
.relative {
	position:relative;
}
/* ==|== offset styles =====================================================*/
.offset12 {
	/*margin-top:25px;*/
	  margin-top: 5px;
}
.offset13 {
	margin-top:45px;
}
.offset14 {
	margin-top: 110px;
}
.offset15 {
	padding-bottom: 30px;
}
.offset16 {
	margin-top: 80px;
}
.offset17 {
	margin: 20px 0 30px 112px;
}
.offset18 {
	margin-left:15px;
}
.offset19 {
	padding-bottom: 50px;
}
.offset20 {
	margin:0;
}
.offset21 {
	padding-bottom:100px;
}
/* =
=|== general styles =====================================================*/
.inset1 {
	background-image:url(../../Content/images/insetBackground.png);
	background-repeat:no-repeat;
	background-position:50% 0;
	position:relative;
}
.inset2 {
	background-image:url(../../Content/images/insetBackgroundFlip.png);
	background-repeat:no-repeat;
	background-position:0 0;
	position:absolute;
	bottom:0;
	left:0;
	height:13px;
	width:928px;
}
.plain .inset1 {
	background:url(../../Content/images/inset.jpg) no-repeat 50% -1px;
}
.account .inset1 {
	background:url(../../Content/images/insetBackground3.png) no-repeat 50% -1px;
}
.span-12 .inset1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 100%;
}
.gradient1 .inset2 {
	background-image:url(../../Content/images/insetBackgroundFlip2.png);
	background-position: 50% 100%;
	height:20px;
}
.tree {
	background: url(../../Content/images/tree.png) no-repeat 100% 100%;
	position: relative;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: -25px;
	padding-bottom: 10px;
	z-index: 1;
	min-height: 325px;
}
@media only screen and (max-width: 1380px) {
.tree {
background-position: 330px 100%;
}
}
.submenuTop {
	background: url(../../Content/images/submenu_bgTop.png) no-repeat 0 100%;
	width: 685px;
	height: 22px;
	float: left;
	display: inline-block;
	clear: both;
}
.subMenuInner {
	background:url(../../Content/images/submenu_bgTile.png) repeat-y 0 0;
	width: 685px;
	display:inline-block;
	float:left;
	clear:both;
}
.submenuBtm {
	background:url(../../Content/images/submenu_bgBtm.png) no-repeat 0 0;
	width: 685px;
	height:6px;
	display:inline-block;
	float:left;
	clear:both;
}
.submenuArrow {
	background: url(../../Content/images/submenu_bgArrow.png) no-repeat 0 3px;
	width: 24px;
	height: 20px;
	position: absolute;
	top: 23px;
	left: 50%;
	z-index: 50;
	display: none;
	margin-left: -12px;
}
.submenuArrow.singleItem {
	left:37%;
}
.createAccount a, .logIn a {
	background-image:url(../../Content/images/icons.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
}
.createAccount a {
	padding-left: 17px;
	background-position: 0 1px;
}
.createAccount a:hover {
	/*background-position: 0 -18px;*/
}
.logIn a {
	padding-left: 17px;
	background-position: 0 -35px;
}
.logIn a:hover {
	/*background-position: 0 -53px;*/
}
.gradient1 {
	background:#27ADD3 url(../../Content/images/gradient1.jpg) repeat-x 0 0;
	float:left;
}
.gradient2 {
	background:#993992 url(../../Content/images/gradient2.jpg) repeat-x 0 0;
	float:left;
}
.gradient3 {
	background:#F26A3A url(../../Content/images/gradient3.jpg) repeat-x 0 0;
	float:left;
	width: 100%;
}
.gradient1 .container, .gradient1 .span-12 {
	position:relative;
}
.background1 {
	background: url(../../Content/images/background1.png) no-repeat 15px 100%;
	position: relative;
	width: 100%;
	display: block;
	float: left;
}
.background2 {
	background: url(../../Content/images/background2.png) no-repeat 45% 100%;
	position: relative;
	width: 100%;
	display: block;
	float: left;
}
.background3 {
	background:url(../../Content/images/priceTags.png) no-repeat 50% 0;
	position: relative;
	width: 100%;
	display: block;
	float: left;
}
.band1 {
	background:url(../../Content/images/pattern1.png) repeat 0 0;
	float: left;
	width: 100%;
}
.comparison .span-8 h2{
	margin-bottom: 30px;
}
.comparison .span-8 h2, .comparison .span-8 p{
	color: #333;
}
.band1 hr {
	border-color: #AD9B93;
}
.pattern-1 {
	background: url(../../Content/images/pattern2.jpg) no-repeat 90% 100%;
}
#overlay-1 {
	position:absolute;
	top:0;
	left:0;
	display:block;
}
#overlay-2 {
	position:absolute;
	bottom: -25px;
	right:0;
	display:block;
}
#overlay-3 {
	position:absolute;
	bottom: -37px;
	right: 0;
	display:block;
}
#overlay-5 {
	position:absolute;
	bottom: -50px;
	right:10px;
	display:block;
}
.keyPoints {
	margin: 45px 0 0 40px;
	padding: 0;
	width: 398px;
	float: left;
	clear: both;
	display: block;
}
.keyPoints h2 {
	margin:0;
}
.keyPoints li {
	list-style:none;
	margin:0 0 0 0;
	padding: 6px 0 8px 0;
	width: 400px;
	background:url(../../Content/images/li-border.png) no-repeat 100% 100%;
	float: left;
	clear: both;
}
.keyPoints li a {
	padding-left: 75px;
	float: left;
	width: 320px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.keyPoints li a:hover > .liContent p {
	color:#FFFFFF;
}
.keyPoints li a.li-home-1, .keyPoints li a.li-home-2, .keyPoints li a.li-home-3 {
	background:url(../../Content/images/li-icons-sprites.png) no-repeat 0 0;
}
.ie6 .keyPoints li a.li-home-1, .ie6 .keyPoints li a.li-home-2, .ie6 .keyPoints li a.li-home-3 {
	background:url(../../Content/images/png-8/li-icons-sprites.png) no-repeat 0 0;
}
.keyPoints li a.li-home-1:hover, .ie6 .keyPoints li a.li-home-1:hover {
	background-position: 0 -488px;
}
.keyPoints li a.li-home-2, .ie6 .keyPoints li a.li-home-2 {
	background-position: 0 -162px;
}
.keyPoints li a.li-home-2:hover, .ie6 .keyPoints li a.li-home-2:hover {
	background-position: 0 -650px;
}
.keyPoints li a.li-home-3, .ie6 .keyPoints li a.li-home-3 {
	background-position: 0 -325px;
}
.keyPoints li a.li-home-3:hover, .ie6 .keyPoints li a.li-home-3:hover {
	background-position: 0 -813px;
	;
}
.keyPoints p {
	color:#0F635D;
	margin: 2px 0;
}
.heading1 {
	float: left;
	width: 340px;
	margin: 40px 0 0 160px;
}
.heading2 {
	float: left;
	width: 235px;
	margin: 0 0 0 0;
}
.heading3 {
	float: left;
	width: 422px;
	margin: 0px;
}
.liImage {
	float: left;
	display: inline;
}
.liContent {
	display: inline;
	width: 322px;
	float: left;
	margin-top: 2px;
}
.arrowLink1 {
	background: url("../../Content/images/arrow-1.png") no-repeat scroll -237px 0 rgba(0, 0, 0, 0);
	width: 233px;
	height: 40px;
	display: block;
	float: left;
	clear: both;
	text-decoration:none;
	color: #B3B3B3;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
.arrowLink1:hover {
	background-position: -237px 0;
}
.arrowLink1 span {
	font-family: 'intro_regular', sans-serif;
	padding: 12px 0 0px 12px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	cursor:pointer;
}
.arrowLink2, .seePricing {
	background: url(../../Content/images/showMeMore.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 40px;
	width: 160px;
	display: inline-block;
	clear: both;
	margin: 10px 0;
	text-indent:-9999px;
	outline:none;
}
.seePricing {
	float:left;
	width: 135px;
	margin:0;
	background:url(../../Content/images/seePricing.png) no-repeat 0 0;
}
.type-1 .seePricing {
	background-position:-139px 0;
}
.type-2 .seePricing{
	background-position: -278px 0;
}
.type-2 {
	margin-top: 15px;
}
.type-3 .seePricing {
	background-position: -420px 0;
}
.topLink {
	background: url(../../Content/images/icons.png) no-repeat 100% -176px;
	padding-right: 20px;
	font-size: 12px;
	font-family: 'quattrocento_sansregular', sans-serif;
	margin: 12px 30px;
	display: block;
	float: left;
	text-decoration: none;
}
.topLink:hover {
	background-position:100% -189px;
	text-decoration:none;
}
.h-callout {
	text-align:center;
}
.h-callout h3 {
	font-family: 'quattrocento_sansbold', sans-serif;
	font-weight:normal;
	margin: 35px 0 10px 0;
	background: url(../../Content/images/insetBackgroundContainer.png) no-repeat -18px 100%;
	padding-bottom: 20px;
}
.h-callout h3 a {
	padding-top: 75px;
	display: inline-block;
	text-decoration:none;
	color:#AD9B93;
}
.h-callout h3 a:hover {
	color:#AD9B93
}
.h-callout a {
	background-image:url(../../Content/images/callout-sprites.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-top: 75px;
	display: inline-block;
	text-decoration:none;
	color:#AD9B93;
}
.h-callout-1 a {
	background-position: 110px -508px;
}
.h-callout-1 a:hover {
	background-position: 107px 42px;
}
.h-callout-2 a {
	background-position: 110px -1060px;
}
.h-callout-2 a:hover {
	background-position: 107px -1610px;
}
.h-callout-3 a {
	background-position: 110px -4362px;
}
.h-callout-3 a:hover {
	background-position: 102px -2162px;
}
.h-callout p {
	color:#B3B3B3;
}
.h-callout a:hover {
	text-decoration:none;
}
.h-callout-1 a:hover .arrowLink2 {
	background-position: -328px 0;
}
.h-callout-2 a:hover .arrowLink2 {
	background-position: -163px 0;
}
.h-callout-3 a:hover .arrowLink2 {
	background-position: -493px 0;
}
.featureLinks {
	margin: 40px 0;
}
.featureLinks li {
	background: url(../../Content/images/li-background.png) no-repeat 100% 23px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline;
	float: left;
	clear: both;
	width: 544px;
}
.featureLinks a {
	float:left;
	display:block;
	width: 145px;
	/*margin-right: 40px;*/
	font-family: 'quattrocento_sansregular', sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#24B0BB;
	text-decoration:none;
}
.featureLinks div {
	float:left;
	display:inline;
	font-size:18px;
	color:#AD9B93;
	font-family: 'quattrocento_sansregular', sans-serif;
	font-size:18px;
	width:355px;
}
.footerContact {
	width:100%;
	display:inline;
	float:left;
	margin: 10px 10px 0 0;
}
.footerContact .innerdiv
{
     margin: 0 auto; margin: 0 auto;width:788px;
    }
.footerContact .errorMsg , .footerContact .passwordMsg {
display: none;
margin: 10px 0 10px 0;
color: #D9243F;
clear: both;
}
.footerContact .userInputField {

margin: 0px 10px 20px 0px;
}
.footerSocial {
	width:232px;
	display:inline;
	float:right;
	margin: 20px 0 0 10px;
}
.span-14 h3 {
	font-family: 'quattrocento_sansbold', sans-serif;
	font-weight:normal;
	text-align: center;
	margin: 0 0 35px 0;
}
.span-14 p {
	color:#B3B3B3;
}
.span-14 .searchField {
	margin: 20px 0 0 145px;
}
.span-15 h4, .footerContact h4 {
	margin:10px 0;
}
.span-15 a {
	text-decoration:none;
}
.copyright {
	font-family: 'quattrocento_sansregular', sans-serif;
	font-size: 12px;
	color: #B3B3B3;
	margin-left:-20px;
}
.twitter, .facebook, .linkedin {
	background:url(../../Content/images/socialNetworks.png) no-repeat 0 0;
	height:37px;
	width:35px;
	margin: 0 10px 0 0;
	display:block;
	text-indent:-9999px;
	float:left;
}
.ie6 .twitter, .facebook, .linkedin {
	background:url(../../Content/images/png-8/socialNetworks.png) no-repeat 0 0;
}
.facebook {
	background-position: -34px 0;
}
.linkedin {
	background-position: -70px 0;
}
#twitter_update_list1 {
	clear:both;
	color:#B3B3B3;
	float:left;
}
#twitter_update_list1 p {
	margin-bottom:2px;
}
.tweetInfo {
	color:#E6E6E6;
	font-family: 'quattrocento_sansregular', sans-serif;
}
a.twitterHandle {
	clear:both;
	display:block;
	color:#24B0BB;
	font-family: 'quattrocento_sansregular', sans-serif;
	font-size:12px;
	text-decoration:none;
}
.hr-top .span-12 {
	width:955px;
}
.breadcrumb, .breadcrumb a {
	color: #DBDBDB;
	font-family: 'quattrocento_sansregular', sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-top:20px;
	background: transparent;
}
.breadcrumb a {
	text-decoration: underline;
}
.background3 .breadcrumb, .background3 .breadcrumb a {
	color:#FFFFFF;
	background-color: transparent;
	padding: 0px 15px;
	margin-bottom: 0px;
}
.nav-1 {
	margin: 70px 0 0 0;
}
.nav-1 li {
	float: left;
	margin-right: 15px;
	border-right: 1px solid white;
	padding-right: 15px;
	text-align:center;
}
.nav-1 li.last {
	margin:0;
	padding:0;
	border:0;
}
.nav-1 li.li-1 {
	width: 88px;
}
.nav-1 li.li-2 {
	width: 113px;
}
.nav-1 li.li-3 {
	width: 159px;
}
.nav-1 li a {
	font-family: 'quattrocento_sansregular', sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}
.nav-1 li a:hover {
	font-family: 'quattrocento_sansbold', sans-serif;
	font-weight:normal;
}
.plain .nav-1 {
	margin: 35px 0 40px 0;
}
.background3 .nav-1 {
	margin: 90px 0 25px 0;
}
.background3 .nav-1 li.li-1 {
	width: 138px;
}
.background3 .nav-1 li.last {
	  width: 150px;
}
.span-16 p {
	color:#FFFFFF;
	line-height: 20px;
}
.span-17 h3, .span-24 h4 {
	margin-bottom:25px;
	font-family: 'quattrocento_sansbold', sans-serif;
	font-weight:normal;
}
.span-17 p, .span-17 li, .span-24 li, .span-24 p, .span-8, .span-19 li {
	line-height: 18px;
	margin: 10px 0;
	color:#333;
}
.span-19 h4 {
	margin-bottom:20px;
	font-family: 'quattrocento_sansbold', sans-serif;
	font-weight:normal;
}
.span-24 h4, .comparison h4 {
	font-size:21px;
	font-family: 'quattrocento_sansbold', sans-serif;
	margin-bottom: 15px;
}
.comparison .span-12 {
	padding:35px;
}
.keyFeatures {
	margin:0;
}
.keyFeatures li {
	background:	url(../../Content/images/icons.png) no-repeat 0 0;
	padding-left: 25px;
	font-family: 'quattrocento_sansregular', sans-serif;
	font-size:12px;
	height:14px;
	margin-bottom: 20px;
}
.keyFeatures.li-style-1 li {
	background-position:0 -137px;
}
.keyFeatures.li-style-2 li {
	background-position: 0 -116px;
}
.keyFeatures.li-style-3 li {
	background-position: 0 -158px;
}
.keyFeatures.li-style-4 li {
	background-position: 0 -72px;
}
.span-18 img {
	margin: 45px 0 20px 0;
	display:block;
	float:left;
}
.span-18 img.offset17 {
	margin-bottom: 40px;
}
.plain h1 {
	color:#736357 !important;
	width: 670px;
	margin: 20px 0;
}
.plain p {
	color:#B3B3B3;
}
.plain .nav-1 li a {
	color:#AD9B93
}
.plain .nav-1 li {
	border-right: 1px solid #F2F2F2;
}
.plain .nav-1 li.last {
	border:0;
}
.plain .nav-1 li.li-1 {
	width:60px;
}
.plain .nav-1 li.li-2 {
	width:70px;
}
.footerNav li a {
	font-family: 'quattrocento_sansregular', sans-serif;
	font-size: 12px;
	color: #B3B3B3;
	text-decoration:none;
}
.footerNav li a:hover {
	color: #24B0BB;
}
.ul-container {
	display:inline;
	width:230px;
	height:194px;
	border:1px solid #F0F0F0;
	overflow:hidden;
	position:relative;
	float:left;
	margin-top: 10px;
}
.carousel-1 {
	position:absolute;
	top:0;
	left:0;
	float:right;
	display:inline;
	width:230px;
	margin:0;
}
.no-js .ul-container {
	height: auto;
	overflow: visible;
	margin-bottom: 45px;
}
.no-js .carousel-1 {
	position:relative;
}
.carousel-1 li {
	clear: both;
	margin: 10px;
	float: left;
}
.carousel-1 li a, .carousel-1 li img {
	float:left;
	display:block;
	width:207px;
	height:172px;
}
.upArrow, .downArrow {
	background:url(../../Content/images/arrowVertical.png) no-repeat 0 0;
	width:40px;
	height:20px;
	display:block;
	float:left;
	text-indent:-9999px;
	line-height:0;
	position:absolute;
	left: 95px;
	z-index: 10;
	outline:0;
}
.upArrow {
	top:-3px;
}
.downArrow {
	background-position: 0 -20px;
	bottom: -10px;
}
.upArrow:hover {
	background-position: 0 -41px;
}
.downArrow:hover {
	background-position:0 -61px;
}
.freeTrial {
	float: left;
	width: 234px;
	height:40px;
	margin: 10px 0;
	background: url(../../Content/images/freeTrial.png) no-repeat 0 0;
	outline:none;
	text-indent:-9999px;
		background-position:-235px 0;
}
.freeTrial:hover {
	outline:none;
	background-position:-235px 0;
}
.accountSubmit {
	border:0;
	-webkit-appearance:none;
	float: left;
	width: 170px;
	height:40px;
	margin: 10px 0;
	background: url(../../Content/images/creatAccount.png) no-repeat 0 0;
	outline:none;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	cursor:pointer;
}
.accountSubmit:hover {
	outline:none;
	background-position:-173px 0;
}
.comparison table {
	width: 975px;
	table-layout: fixed;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}
.comparison table tr.tbl-Head {
	background:#FFFFFF;
}
.comparison table tr {
	background:#FFFFFF;
}
.comparison .table-striped tr.stripe td {
	background:#FBFAF6;
}
.comparison table th.tbl-Heading {
	font-family: 'intro_regular', sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	color: white;
	padding:35px 0 35px 20px;
	color:#AD9B93;
	width:525px;
	text-align:left;
}
.comparison table td {
	padding:10px 0 10px 20px;
	text-align:left;
	font-family: 'quattrocento_sansregular', sans-serif;
	font-size: 14px;
	color:#AD9B93;
}
.comparison table th.package {
	font-family: "quattrocento_sansbold",sans-serif;
	text-align: center;
	color: #AD9B93;
	font-size: 14px;
	padding: 0px 0px 0px;
	vertical-align: bottom;
	width: 95px;
	height: 50px;
	vertical-align: middle;
	overflow: visible;
	white-space: nowrap;
}
.comparison table th.package img {
	text-align:center;
	margin:0 auto;
	display: block;
	max-width: 100%;
}
.comparison table th span {
	width:100%;
	clear:both;
}
.comparison table th img {
	clear:both;
}
.comparison table td.package {
	text-align:center;
	border-left:1px solid #F2F2F2;
	padding:0;
	width:95px;
}
.comparison .tick {
	text-indent: -9999px;
	background: url(../../Content/images/tick.png) no-repeat 0 0;
	display: block;
	height: 18px;
	width: 25px;
	margin: 0 auto;
}
.selectField {
	clear: both;
	width: 415px;
	margin: 0 auto;
	padding: 10px 0;
}
.select-surround {
	background-color: white;
	width: 284px;
	height: 38px;
	border: 1px solid #F2F2F2;
	display: block;
	float:left;
	position:relative;
}
.no-js .select-surround select {
	margin: 8px 9px;
	padding: 0;
	width: 266px;
}
.select-surround select {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	margin: 0 0 4px 0;
	padding: 7px 0 0 10px;
	border: 0 none;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	width: 285px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color:#AD9B93;
	outline: 0 none;
	text-indent: 0;
	overflow: hidden;
	cursor: pointer;
	-webkit-appearance: none;
}
.select-surround option {
	padding-left:15px;
}
#choosePackageError {
	float: left;
	margin: 5px;
}
.form-faux-select-button {
	float: right;
	display: inline;
	width: 25px;
	height: 25px;
	margin: 13px 0 0 0;
	padding: 0;
	overflow: hidden;
	background:url(../../Content/images/selectBtn.png) no-repeat 0 0;
	line-height: 0;
	font-size: 0;
	text-align: center;
	text-indent: 1px;
	color: white;
	position: relative;
}
.form-faux-select {
	position: absolute;
	z-index: 1;
	top: 11px;
	right: -5px;
	width: 100%;
	height: 15px;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 30px 0 0;
	text-indent: 40px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#AD9B93;
	line-height: 15px;
}
.span-15 h4, .footerContact h4 {
	font-weight:normal;
	font-family: 'quattrocento_sansregular', sans-serif;
}
.account fieldset {
	border:0;
	margin:0;
	padding:0;
	float:left;
	clear:both;
	width: 546px;
}
.account h1 {
	color: #736357 !important; 
}
.account p {
	color:#676B6A;
}
.bread-register
{
    color: #676B6A !important;
}
.account .span-14 {
	margin:0;
	padding-left:20px;
}
.account .userInputField {
	margin-bottom:15px;
}
.account .errorMsg, .account .passwordMsg {
	float: left;
	margin: 0 0 0 17px;
	width: 140px;
	clear: none;
	padding-top: 5px;
	font-size:12px;
	font-weight:normal;
	font-family: 'quattrocento_sansregular', sans-serif;
}
.fieldLabel {
	width:125px;
	padding:12px 10px 0 0;
	float:left;
	display:inline;
	color:#676B6A;
	font-size:14px;
	font-weight:normal;
	font-family: "quattrocento_sansregular";
}
.accountSubmitLabel {
	float:left;
	margin:0 0 0 136px;
}
#createAccount {
	float: left;
	margin: 10px 0 0 0;
}
.account .weak #createPasswordInputError1.passwordMsg {
	display:inline-block !important;
}
.account .medium #createPasswordInputError2.passwordMsg {
	display:inline-block !important;
}
.account .strong #createPasswordInputError3.passwordMsg {
	display:inline-block !important;
}
.account .weak .userInputField {
	border: 2px solid #C00 !important;
}
.account .medium .userInputField {
	border: 2px solid #EFA118 !important;
}
.account .strong .userInputField {
	border: 2px solid #8CC63F !important;
}
.s-callout-1 {
	width:410px;
	margin: 20px 0 0 0;
	float: left;
	padding-bottom: 13px;
	background:url(../../Content/images/calloutInsetExt.png) 50% 100% no-repeat;
}
.s-callout-1 li {
	width:410px;
	float:left;
	clear:both;
	background:#FFFFFF url(../../Content/images/calloutInset.png) no-repeat 50% 100%;
}
.s-callout-1 h4 {
	font-size:21px;	
}
.s-callout-1 p {
	margin: 15px 0;
}
.s-callout-1 a {
	float:left;
	clear:both;
	background-image: url(../../Content/images/callout-sprites.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display:inline-block;
	text-decoration:none;
	padding: 20px 155px 20px 30px;
}
.s-callout-1 .callout-left {
	padding-left:140px;
	padding-right:30px;
	background-position: 30px 40px;
}
.s-callout-1 .li-social {
	background-position: 30px 40px;
}
.s-callout-1 .li-social2 {
	background-position: 288px 52px;
}
.s-callout-1 .li-web {
	background-position: 280px -1615px;
}
.s-callout-1 .li-industry {
	background-position: 32px -2162px;
}
.s-callout-1 .li-dashboards {
	background: url(../../Content/images/dashboard.png) no-repeat 280px 28px;
}
.s-callout-1 li.last {
	background-image:none;	
}

.owl-1 {
	position: absolute;
	bottom: 10px;
	left: -79px;
}
.no-js .upArrow, .no-js .downArrow {
	display:none;
}
.s-callout-1 a {
	background-image: url(../../Content/images/png-8/callout-sprites.png);	
}
.s-callout-1 a:hover {
	text-decoration:none;
}
.ie6 .upArrow, .ie6 .downArrow {
	background-image: url(../../Content/images/png-8/arrowVertical.png);
}
.ie7 #overlay-2, .ie6 #overlay-2 {
	bottom:-60px;
}
.ie6 .offset17 {
	margin: 20px 0 30px 55px;
}
.ie7 .arrowLink2 {
	display:block;
}
.ie6 .inset1, .ie7 .inset1 {
	padding-bottom:20px;
}
.ie6 .span-13, .ie7 .span-13 {
	padding-bottom:40px;
}
.ie7 .span-13 p {
	margin-bottom:30px;
}
.ie7 #primaryNavigation ul li div.subMenuInner, .ie6 #primaryNavigation ul li div.subMenuInner {
	padding-bottom:20px;
}
.ie6 .background1 .inset2, .ie7 .background1 .inset2 {
	bottom:-20px;
}
.ie7 #twitter_update_list1 {
	margin-top:40px;
}
.ie6 .searchField {
	margin:0 0 0 80px;
}
.ie6 #primaryNavigation ul li ul li a {
	background-image: url(../../Content/images/png-8/icons.png);
}
.ie6 #primaryNavigation ul li ul li a:hover {
	background-image:url(../../Content/images/png-8/icons.png);
}
.ie6 .searchSubmit {
	background-image: url(../../Content/images/png-8/search.png);
}
.ie6 .signupSubmit {
	background-image:url(../../Content/images/png-8/signupBtn.png);
}
.ie6 .inset1 {
	background-image:url(../../Content/images/png-8/insetBackground.png);
}
.ie6 .inset2 {
	background-image:url(../../Content/images/png-8/insetBackgroundFlip.png);
}
.ie6 .gradient1 .inset2 {
	background-image:url(../../Content/images/png-8/insetBackgroundFlip2.png);
}
.ie6 .tree {
	background:url(../../Content/images/png-8/tree.png) no-repeat 0 0;
}
/*.ie6 .submenuTop {
	background: url(../../Content/images/png-8/submenu_bgTop.png) no-repeat 0 0;
}
.ie6 .subMenuInner {
	background:url(../../Content/images/png-8/submenu_bgTile.png) repeat-y 0 0;
}
.ie6 .submenuBtm {
	background:url(../../Content/images/png-8/submenu_bgBtm.png) no-repeat 0 0;
}*/
.ie6 .submenuArrow {
	background-image: url(../../Content/images/png-8/submenu_bgArrow.png);
}
.ie6 .createAccount a, .ie6 .logIn a {
	background-image:url(../../Content/images/png-8/icons.png);
}
.ie6 .background1 {
	background: url(../../Content/images/png-8/background1.png) no-repeat -20px 100%;
}
.ie6 .arrowLink1 {
	background: url(../../Content/images/png-8/arrow-1.png) no-repeat 0 0;
}
.ie6 .arrowLink2 {
	background: url(../../Content/images/png-8/showMeMore.png) no-repeat 0 0;
}
.ie6 .h-callout h3, .ie7 .h-callout h3 {
	padding-top:40px;
	background: url(../../Content/images/png-8/insetBackgroundContainer.png) no-repeat -18px 100%;
}
.ie6 .h-callout a {
	background-image:url(../../Content/images/png-8/callout-sprites.png);
}
.ie6 .heading1 {
	margin-left:80px;
}
.ie6 .keyPoints {
	margin-left:20px;
}
.ie6 .span-15 {
	margin-right:40px;
}
.ie6 #overlay-1 {
	background:url(../../Content/images/png-8/overlay1.png) no-repeat 0 0;
	display:block;
	width:140px;
	height:170px;
}
.ie6 #overlay-2 {
	background:url(../../Content/images/png-8/devices.png) no-repeat 0 0;
	display:block;
	width:570px;
	height:474px;
}
.ie6 #overlay-3 {
	background:url(../../Content/images/png-8/cogs.png) no-repeat 0 0;
	display:block;
	width:515px;
	height:317px;
}
.ie6 #overlay-2 img, .ie6 #overlay-3 img, .ie6 #overlay-1 img {
	display:none;
}
.ie6 .background2 {
	background: url(../../Content/images/png-8/background2.png) no-repeat 45% 100%;
}
.ie6 .offset18, .ie7 .offset18 {
	margin-top:20px;
}
.ie6 .keyPoints li {
	background: url(../../Content/images/png-8/li-border.png) no-repeat 100% 100%;
}
.ie6 #secondaryNavigation ul {
	margin-right:-150px;
}
.ie6 .tree {
	background: url(../../Content/images/png-8/tree.png) no-repeat bottom right;
}
.ie6 .account fieldset, .ie7 .account fieldset {
	margin-bottom:20px
}
.ie6 .accountSubmit {
	background: url(../../Content/images/png-8/creatAccount.png) no-repeat 0 0;
}
.newTextBoxDiv input
{ width:280px; height:33px; background:#fff; border:1px solid #dddbdb; padding:0px 5px; }
.newTextBoxDiv Label
{ display:block; margin: 0 0 18px; font-size:11px;}

.wmcDisable
{
   pointer-events:none;
   color: #E0E0E0;
    
    }
.searchSubmitSubUser {
    background: url("../../Content/images/search.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    float: right;
    font-size: 0;
    height: 38px;
    line-height: 0;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 30px;
}
.searchSubmitSubUser:hover {
    background-position: 0 -28px;
}
.searchInputSubUser {
    border: 0 none;
    border-radius: 0;
    color: #CCCCCC;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 10px 15px;
    width: 150px;
}
.searchFieldSubUser  {
	background-color:#FFFFFF;
	border:1px solid #F2F2F2;
	width:316px;
	
	
	height: 38px;
	
}

.filterdropdown
{
    width: 130px;
 }
  
/* Added by Khurram Saddique 6/22/2015 Code Start*/
	.main-content-box{padding:20px; background:#f4f4f4; font-family:Arial, Helvetica, sans-serif;}
	.last-activity{width:820px;   margin: 0 auto;}
	.top-heading{text-align:center;}
	.top-heading h2{color:#000;margin-bottom:20px;}
	.title{margin-bottom:20px;}
	.today{background:#18aed3}
	.yesterday{background:#acacac;}
	.title h3 {  color: #fff;  font-size: 18px;  height: 40px;  line-height: 39px;  padding-left: 16px;}
	.web-box, .news-search{padding:20px 17px 17px 17px; margin-bottom:20px; background:#fff; border:1px solid #e5e5e5;position: relative; }
	.web-info{border-bottom:1px solid #c3c3c3; margin-bottom:25px; padding-bottom:10px;}
	.web-box .web-info h4{margin:0; padding:0; float:left;}
	.web-info ul {  float: right;  line-height: 13px;  margin: 12px 0 0;  padding: 0;}
	.web-info ul li{list-style:none; display:inline-block; border-right:1px solid #898989; margin-right:20px; padding-right:20px;}
	.web-info ul li:last-child{margin:0; border:0; padding:0;}
	.web-info ul li a{text-decoration:none; color:#18aed3; font-size:13px; font-weight:bold;}
	.web-info ul li a:hover{text-decoration:underline;}
	.alertactivity-img{border:3px solid #ffea00;min-height: 200px;height: 70%; width: 70%;box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);}
	.news-search{margin-bottom:12px;text-align:left;  font-family: 'quattrocento_sansregular';}
	.news-search h4{font-size:20px; margin-bottom:20px;}
	.news-search h5{font-size:20px; color:#18aed3; margin:0 0 10px 0; font-family: "quattrocento_sansbold",sans-serif;font-weight: normal; min-height: 33px;}
	.news-box{border-bottom:1px solid #e5e5e5; padding-bottom: 40px; margin-bottom:20px;}
	.news-search .news-box:last-child{margin:0; border:0;}
	.news-box p{color:#000; font-size:14; margin-bottom:20px;}
	.news-info{color: green;font-size: 16px; float: left; font-weight: normal; width: 84%;}
	.load-more-news{   clear: both;background: #fff none repeat scroll 0 0;    border: 1px solid #d9d9d9;    -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;    float: left;    height: 42px;    margin-top: 20px;    text-align: center;    width: 189px;}
	.load-more-news a{ color: #a0a0a0;    font-size: 14px;    font-weight: normal;    line-height: 43px;    text-decoration: none;}
	.load-more-news a:hover{text-decoration:underline;}
	
	.right-content {  float: right;  margin-top: 49px;  min-width: 170px;}
	.right-content ul{ font-size:13px;}
	.right-content ul li{list-style:none; line-height:20px;   margin-bottom:3px;text-align: left;}
	.right-content ul li:first-child a{font-weight:bold;}
	.right-content ul li ul li:first-child a{font-weight:normal;}
	.right-content ul li:first-child a{border-left:4px solid #89919c;}
	.right-content ul li ul li:first-child a{ border-left:4px solid #d3d7dc;}
	.right-content ul li a{text-decoration:none; color:#89919c; border-left:4px solid #d3d7dc;padding-left:20px;}
	.right-content ul li a:hover{text-decoration:underline;}
	.right-content ul li ul{margin:0; padding-left:0px;}
	.right-content ul li ul li a {padding-left: 40px;} 
 
    .tac.xm.w100.clear > h2 {background: #18aed3 none repeat scroll 0 0;color: #fff;height: 40px;line-height: 40px;margin: 0;}
    .highlight{background-color:Yellow;}    
    .minimizeDiv {  max-height: 160px;overflow : hidden;}
    .newsblock{min-height: 160px;}    
    .news-translate {float: right; margin-top: -8px; padding-right: 10px;}
    .news-translate img{width:25px;height:25px;}
    .news-delete {float: right; margin-top: -8px;}
    .news-delete img{width:25px;height:25px;}
    div.hoverable{display:none;float:right;   position:absolute;right:5px;padding-top: 2px;}
    .cssLoadMoreImage{ float: right;    height: 25px;    opacity: 0.29;    width: 25px;}
    .cssLoader { left: 53.5%;    position: fixed;    top: 70%;}
    .news_box_outline{outline: 1px solid #999;}
    .load-more-minimize {    background: #fff none repeat scroll 0 0;    border: 1px solid #cfcfcf;    border-radius: 6px;    float: right;    margin-top: 20px;    padding: 8px 15px;    text-align: right;}
    /*.news-search:hover{outline: 1px solid #999;}*/
    .activityItem{width:40%; float:left;}
    .activityblock{ position: relative; top: 10px; }
    .activityblock2col{height:auto !important;}
    .activityblockdoubleCol{ position: relative; top: 10px; }
     .dateLink 
     {
    background-color: #2a2a2a;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-left: 10px;
    opacity: 0.75;
    padding-top: 10px;
    position: absolute;
    right: -105px;
    text-align: center;
    text-transform: capitalize;
    top: 14px;
    width: 125px;
    }
    .date-info{color: #595959;float: left;font-size: 16px;font-weight: normal;padding-left: 10px;font-family: "quattrocento_sansbold",sans-serif;}
    .content{color:#333;}
    .toplogo{padding-top: 20px;
             box-sizing: content-box;
             }
    .image-wrap {max-height: 230px;overflow-y: hidden;}
    /* Added by Khurram Saddique 6/22/2015 Code End*/