.ng-recommender {display:block;margin-left: auto;margin-right: auto;}
.ng-recommender iframe {display: inline-block !important;width: 300px;height: 250px;margin: 0;}
//.ng-recommender .ng-openx {float:left;display: inline-block; height: 250px;width: 300px; margin: 10px 0;}

.ng-recommender .ng-openx {float:left;display: inline-block; height: 250px;width: 300px;}
.ng-recommender .ng-headlines{float:left;display: inline-block;width: 300px; border: 4px solid #e4ecf2;font-family: "Helvetica Neue", Helvetica, Ubuntu, Arial, verdana, sans-serif;box-sizing: border-box; overflow: hidden;line-height: 14px;position: relative;min-height: 250px}

//.ng-recommender .ng-headlines{float:left;display: inline-block;/*border: 4px solid #e4ecf2*/;font-family: "Helvetica Neue", Helvetica, Ubuntu, Arial, verdana, sans-serif;padding-bottom: 10px;vertical-align: top;margin: 10px; box-sizing: border-box; overflow: hidden;line-height: 14px;position: relative;min-height: 250px}
.ng-recommender .ng-headlines h1{font-size: 12px;padding-left: 8px;margin: 0;padding-top: 5px;line-height: 25px; font-weight:700;color:#777777;text-transform: uppercase}
.ng-recommender .ng-headlines .ng-sponsored-link {padding-left: 20px;position: absolute;bottom: 5px;}
.ng-recommender .ng-headlines .ng-sponsored-link span {color:#cad0d0;display: block;font-size: 10px;font-weight: 400;}
.ng-recommender .ng-headlines .ng-sponsored-link a.ng-link {color: #313c6a;font-size: 12px;text-decoration: none;float: left;max-width: 55%;}
.ng-recommender .ng-headlines .ng-sponsored-link a.ng-link small{display: block;color: #cad0d0;font-size: 9px;}
.ng-recommender .ng-headlines .ng-sponsored-link a.ng-logo{float: right;margin-top: -5px;margin-right: 18px;}
.ng-recommender .ng-headlines .ng-sponsored-link a.ng-logo img {border: none;}
.ng-recommender .ng-headlines .ng-logo-container {float: right;padding-top:20px;}
.ng-recommender .ng-clear {clear: both;}
* {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.05px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #222222;
}

a:hover {
	color: #41759a;
}

a.white {
	color: #ffffff;
}

/* Large desktop */
@media (min-width: 1200px) {}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {}

/* Landscape phones and down */
@media (max-width: 480px) {
	.ng-recommender .ng-headlines {min-height: auto;height: auto;}
	.ng-recommender .ng-headlines h1 {font-size: 16px;}
	.ng-recommender .ng-headlines ul {padding-left: 20px}
	.ng-recommender .ng-headlines ul li{list-style: none}
	.ng-recommender .ng-headlines ul li a{font-size: 10px;}
	.ng-recommender .ng-headlines .ng-sponsored-link a.ng-link {font-size: 11px;}
	.ng-recommender .ng-headlines .ng-sponsored-link {position: relative;}
	.ng-recommender iframe {margin: 10px;}	
}

/* FROM OCREGISTER */
.ng-headlines {
	position: relative;
	margin: 0 0 10px 0;
	border: 1px solid #e2e2e2;
	border-top: 0;
}

.ng-headlines .label {
	display: block;
	padding: 5px 10px;
	cursor: default;
}

.ng-headlines .label .icon {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 12px;
}

.ng-headlines .label .icon .fa {
	color: #777777;
}

.ng-headlines .label h6 {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777777;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ng-headlines .label h6 a {
	color: #777777;
}

.ng-headlines .label h6 a:hover {
	color: #41759a;
}

.ng-headlines .label .ng-headlines-menu {
	position: absolute;
	top: 8px;
	right: 10px;
	line-height: 12px;
}

.ng-headlines .label .ng-headlines-menu span {
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	color: #777777;
}

.ng-headlines .label .ng-headlines-menu i {
	font-size: 11px;
	color: #999999;
}

.ng-headlines .label .ng-headlines-menu ul.ttm-active {
	display: block;
}

.ng-headlines .label .ng-headlines-menu ul {
	display: none;
	position: absolute;
	top: 25px;
	right: -20px;
	min-width: 125px;
	max-width: 250px;
	max-height: 188px;
	overflow-y: scroll;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	-webkit-ng-headlines-shadow: 0 0 10px -1px #d2d2d2;
	-moz-ng-headlines-shadow: 0 0 10px -1px #d2d2d2;
	ng-headlines-shadow: 0 0 10px -1px #d2d2d2;
	z-index: 9999;
}

.ng-headlines .label .ng-headlines-menu ul li {
	display: block;
	padding: 0;
	border: 0;
}

.ng-headlines .label .ng-headlines-menu ul li a {
	display: block;
	margin: 2px;
	padding: 4px 9px 5px 9px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	white-space: nowrap;
}

.ng-headlines .label .ng-headlines-menu ul li a:hover {
	color: #222222;
	background-color: #edf3f7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ng-headlines .label .ng-headlines-menu ul:before {
	content: "";
	position: absolute;
	top: -6px;
	right: 18px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #e2e2e2;
}

.ng-headlines .label .ng-headlines-menu ul:after {
	content: "";
	position: absolute;
	top: -5px;
	right: 18px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
}

.ng-headlines ul li {
	padding: 10px;
}

.ng-headlines ul li a {
	display: block;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
}

.ng-headlines ul li+li {
	border-top: 1px solid #f3f3f3;
}

.ng-headlines ul.horiz-links {
	padding: 5px 10px;
	line-height: 11px;
	border-top: 1px solid #f3f3f3;
}

.ng-headlines ul.horiz-links li {
	display: inline-block;
	padding: 0;
}

.ng-headlines ul.horiz-links li a {
	padding: 0;
	display: inline;
	font-size: 12px;
	font-weight: 400;
	color: #41759a;
}

.ng-headlines ul.horiz-links li a:hover {
	text-decoration: underline;
}

.ng-headlines ul.horiz-links li+li {
	border: 0;
}

.ng-headlines ul.horiz-links li+li:before {
	content: "|";
	margin: 0 6px;
	font-size: 11px;
	color: #e2e2e2;
}

.ng-headlines:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #41759a;
	z-index: 1;
}
/*.ng-headlines form.newsletters {
  padding: 10px;
  border-top: 1px solid #f3f3f3;
}*/
.ng-headlines form.newsletters p {
	margin: 0 0 6px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	cursor: default;
}

.ng-headlines form.newsletters .input-group input {
	display: inline;
	padding: 9px 12px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
}

.ng-headlines form.newsletters .input-group input[type=submit] {
	color: #999999;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	background-color: #f3f3f3;
	border-right: 0;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.ng-headlines form.newsletters .input-group input[type=email] {
	width: 85%;
	margin: 0 0 0 -4px;
	font-weight: 400;
	background-color: #fafafa;
	color: #222222;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
        float: right\9;
}

.ng-headlines form.newsletters .input-group input[type=email]:focus {
	outline: 0;
}

.ng-headlines form.newsletters .input-group input::-webkit-input-placeholder {
	color: #777777;
	font-weight: 300;
}

.ng-headlines form.newsletters .input-group input::-moz-placeholder {
	color: #777777;
	font-weight: 300;
}

.ng-headlines form.newsletters .input-group input:-ms-input-placeholder {
	color: #777777;
	font-weight: 300;
}

.ng-headlines form.newsletters .input-group input:-moz-placeholder {
	color: #777777;
	font-weight: 300;
}

.ng-headlines form.newsletters .input-group:hover input[type=submit],.ng-headlines form.newsletters .input-group:active input[type=submit]
	{
	color: #808080;
	background-color: #e6eef4;
	border-color: #bbd2e2;
}

.ng-headlines form.newsletters .input-group:hover input[type=email],.ng-headlines form.newsletters .input-group:active input[type=email]
	{
	background-color: #f0f5f9;
	border-color: #bbd2e2;
}
/* leftcol */

.floatLeft,.leftCol,.centerCol,.rightcol {
	float: left;
}

.footerCol {
	top: -40px;
	position: relative;
	clear: both;
	float: none;
	display: list-item;
	list-style-type: none;
}


/*ICON-FLAG */
.icon-flag i.fa-star:before {
	content: "\f012";
	font-family: 'ocr-icons' !important;
}

i.icon-flag:before {
	content: "\f012";
}

i.icon-write:before {
	content: "\f001";
}

i.icon-video:before {
	content: "\f002";
}

i.icon-twitter:before {
	content: "\f003";
}

i.icon-star:before {
	content: "\f004";
}

i.icon-slideshow:before {
	content: "\f005";
}

i.icon-search:before {
	content: "\f006";
}

i.icon-reg-connect:before {
	content: "\f007";
}

i.icon-print:before {
	content: "\f008";
}

i.icon-newspaper:before {
	content: "\f009";
}

i.icon-more:before {
	content: "\f00a";
}

i.icon-menu:before {
	content: "\f00b";
}

i.icon-mail:before {
	content: "\f00c";
}

i.icon-linked:before {
	content: "\f00d";
}

i.icon-jobs:before {
	content: "\f00e";
}

i.icon-info:before {
	content: "\f00f";
}

i.icon-home:before {
	content: "\f010";
}

i.icon-gear:before {
	content: "\f011";
}

i.icon-flag:before {
	content: "\f012";
}

i.icon-facebook:before {
	content: "\f013";
}

i.icon-enlarge:before {
	content: "\f014";
}

i.icon-dropdown:before {
	content: "\f015";
}

i.icon-deals:before {
	content: "\f016";
}

i.icon-comment:before {
	content: "\f017";
}

i.icon-close:before {
	content: "\f018";
}

i.icon-chevron-right:before {
	content: "\f019";
}

i.icon-chevron-left:before {
	content: "\f01a";
}

i.icon-cars:before {
	content: "\f01b";
}

i.icon-calendar:before {
	content: "\f01c";
}