.ctx-nodefs {
	margin: 0px !important;
	padding: 0px !important
}
.ctx-nomar {
	margin: 0px !important;
}
.ctx-clearfix:before, .ctx-clearfix:after {
	content: "";
	display: table;
}
.ctx-clearfix:after {
	clear: both;
}
.ctx-module-container {
	width: 100% !important;
	margin: 5px 0px 5px 0px !important;
	padding: 0 !important;
	float: none;
    clear: both;
}
.ctx-sections-container {
	padding: 0px 0px 5px 0px;
}
.ctx-sections-container .ctx-section {
	width: 100%;
	margin: 5px 0px 2px 0px;
	float: none;
}
.ctx-links-header {
	width: 100%;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	padding: 6px 0px 6px 10px;
	background: #0088CC;
	margin: 0px 0px 10px 0px;
}
.ctx-links-header p {
	line-height: 1;
	color: #FFF;
	font-size: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
.ctx-links-content {
	width: 100%;
	margin: 0 0 5px 0
}
.ctx-links-content .ctx-link {
	max-width: 150px !important;
	float: left !important
}
.ctx-link-image img {
	max-width: 100% !important;
	float: left
}
.ctx-links-content .ctx-link a {
	display: block;
	position: relative !important;
    width: 100% !important;
	border: 1px #FFF solid;
	text-decoration: none;
	overflow: hidden;
	-moz-transition: all 200ms ease-in-out 0ms;
	-webkit-transition: all 200ms ease-in-out 0ms;
	-o-transition: all 200ms ease-in-out 0ms;
	-ms-transition: all 200ms ease-in-out 0ms;
	transition: all 200ms ease-in-out 0ms 0ms;
}
.ctx-links-content .ctx-link a:hover {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.4);
}
.ctx-link .ctx-link-title {
	width: 100%;
	position: absolute !important;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	padding: 5px 3% 5px 3%;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	min-height: 58px;
}
.ctx-link-title p {
    width: 100% !important;
	color: #FFF;
	line-height: 1.35;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	word-break: break-word;
	-moz-word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/* Icons default colors */
.ctx-module-container .ctx-link-title .ctx-video-icon {
    background-color: #ffffff;
}
.ctx-module-container .ctx-link-title .ctx-video-icon:after {
    border-left-color: #000000;
}
/* module's styles for different sizes*/
/* MOBILE WIDGET */
.ctx-module-mobile .ctx-link {
	width: 98% !important;
	max-width: 100% !important;
	margin: 0px 1% 5px 1% !important
}
.ctx-module-mobile .ctx-link-title {
	width: 100% !important;
	float: left !important;
}
.ctx-module-mobile .ctx-link-image {
	width: 100% !important;
	float: left !important;
}
.ctx-module-mobile .ctx-link-image img {
	width: 100% !important;
}
.ctx-module-mobile .ctx-link-additional-5, .ctx-module-mobile .ctx-link-additional-6  {
	display: none !important
}
/* TABLET WIDGET */
.ctx-module-tablet .ctx-link {
	width: 48% !important;
	max-width: 100% !important;
	margin: 0px 1% 5px 1% !important
}
.ctx-module-tablet .ctx-link-image {
	width: 100% !important;
	float: left !important;
}
.ctx-module-tablet .ctx-link-image img {
	width: 100% !important;
}
.ctx-module-tablet .ctx-link-additional-5, .ctx-module-tablet .ctx-link-additional-6  {
	display: none !important
}
/* DEFAULT WIDGET */
.ctx-module-default .ctx-link {
	width: 23% !important;
	margin: 0px 1% 0px 1% !important
}
.ctx-module-default .ctx-link-additional-5, .ctx-module-default .ctx-link-additional-6  {
	display: none !important
}
/* 5 LINKS WIDGET */
.ctx-module-sec5 .ctx-link {
	width: 19% !important;
	margin: 0px 0.5% 0px 0.5% !important
}
.ctx-module-sec5 .ctx-link-additional-6  {
	display: none !important
}
/* 6 LINKS WIDGET */
.ctx-module-sec6 .ctx-link {
	width: 15.6% !important;
	margin: 0px 0.5% 0px 0.5% !important
}
