@charset "utf-8";/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,700i,900&subset=cyrillic&font-display=swap'); */

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-display:swap;
font-style : normal;
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0");
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot#iefix&v=4.2.0") format("embedded-opentype"),
             /* url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff2?v=4.2.0") format("woff2"), */
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
}

@font-face {
  	font-family: "Roboto";
	font-weight: normal;
	font-display:swap;
	font-style : normal;
		src : url("https://fonts.googleapis.com/css?family=Roboto");
		src : url("https://fonts.googleapis.com/css?family=Roboto") format("embedded-opentype"),
				url("https://fonts.googleapis.com/css?family=Roboto") format("woff2"),
				url("https://fonts.googleapis.com/css?family=Roboto") format("woff"),
				url("https://fonts.googleapis.com/css?family=Roboto") format("truetype"),
				url("https://fonts.googleapis.com/css?family=Roboto") format("svg");
}


body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #6f7072;
	font-size: 14px;
}


*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

p {
	margin: 0;
	line-height: 1.7;
}

p + p {
	margin-top: 20px;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a img {
	border: 0;
}

a {
	outline: 0 none;
}

*:focus {
	outline: 0 none;
}

a,
a:link,
a:visited {
	color: #0159b5;
	text-decoration: none;
}

a:hover {
	color: #014893;
}

input::-moz-focus-inner { 
	border: 0; 
	padding: 0; 
	margin-top: 0; 
	margin-bottom:  0; 
} 

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
    font-family: inherit;
	margin: 0;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
	margin-top: 20px;
}

button,
input[type=submit],
input[type=button] {
	cursor: pointer;
	font: inherit;
	background: none;
}

.columns:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.container {
	width: 100%;
	max-width: 1100px;
	padding: 30px;
	margin: auto;
}

.bfErrorMessage,
#system-message-container .alert.alert-warning,
#system-message-container .alert.alert-error {
	background: rgba(218, 100, 118, 0.3);
	padding: 20px;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.9);
}

#system-message-container .alert.alert-message {
	background: rgba(98, 214, 104, 0.3);
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: rgba(0, 0, 0, 0.9);
}

#system-message-container .alert .close {
	font-family: "Arial", sans-serif;
	color: black;
	float: right;
	cursor: pointer;
	font-display: block;	
	background: none;
	border: 0 none;
}

#top {
	background: #014893;
}

#header {
	background: #0159b5;
}

#footer {
	background: #0159b5;
}

#copyright {
	background: #014893;
}

#navigation .nav-inner {
	border-bottom: 2px solid #e50042;
}

#sidebar {
	width: 300px;
	float: right;
}

.has-sidebar #main {
	width: calc(100% - 300px);
	padding-right: 30px;
	float: left;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation ul.nav.menu {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#navigation ul.nav.menu > li {
	display: inline-block;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#navigation ul.nav.menu > li > span,
#navigation ul.nav.menu > li > a {
	color: #6f7072;
	text-align: center;
	font-weight: 500px;
	
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	height: 100%;
	display: flex;
	align-items: center;
}

#navigation .container {
	padding-top: 0;
	padding-bottom: 0;
}

#navigation ul.nav.menu > li:hover > span,
#navigation ul.nav.menu > li.active > a,
#navigation ul.nav.menu > li > a:hover,
#navigation ul.nav.menu > li.item-298:hover a,
#navigation ul.nav.menu > li.item-298.active a {
	background: #EEE !important;
	color: #e50042;
}

#navigation ul.nav.menu > li.item-298 {
	background: #e50042;
}

#navigation ul.nav.menu > li.item-298 a {
	color: #fff;
}

#navigation ul.nav-child {
	z-index: 88;
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	background: #e50042;
	padding-top: 10px;
	padding-bottom: 10px;

	display: none;
}

#navigation li:hover ul.nav-child {
	display: block;
}

#navigation ul.nav-child li a {
	position: relative;
	color: #FFF;
	display: block;
	padding: 10px 35px 10px 35px;
}

#navigation ul.nav-child li a:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #FFF;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale3d(0, 0, 0);
	        transform: scale3d(0, 0, 0);

	-webkit-transition: opacity .25s,
				visibility .25s,
				-webkit-transform .25s;

	transition: opacity .25s,
				visibility .25s,
				-webkit-transform .25s;

	-o-transition: transform .25s,
				opacity .25s,
				visibility .25s;

	transition: transform .25s,
				opacity .25s,
				visibility .25s;

	transition: transform .25s,
				opacity .25s,
				visibility .25s,
				-webkit-transform .25s;
}

#navigation ul.nav-child li > a:hover:before,
#navigation ul.nav-child li.active > a:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);

	-webkit-transition: opacity .25s,
				visibility 0s,
				-webkit-transform .25s;

	transition: opacity .25s,
				visibility 0s,
				-webkit-transform .25s;

	-o-transition: transform .25s,
				opacity .25s,
				visibility 0s;

	transition: transform .25s,
				opacity .25s,
				visibility 0s;

	transition: transform .25s,
				opacity .25s,
				visibility 0s,
				-webkit-transform .25s;
}

.inner-slider {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
}

#breadcrumbs {
	padding-bottom: 15px;
	/*border-bottom: 2px solid #DDD;*/
	/*margin-bottom: 15px;*/
	padding-right: 15px;
}

#breadcrumbs ul {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bfPage h2 {
	text-transform: uppercase;
    font-weight: 300;
    color: #e50042;
    margin-bottom: 30px;
    font-size: 24px;
}

 .fb-comments iframe { 
 	width:100%;
 }

#breadcrumbs ul > li.active:first-child {
	display: none;
}

#breadcrumbs .divider img {
	display: none;
}

#breadcrumbs .divider:after {
	content: "/";
	margin-left: 6px;
	margin-right: 10px;
}

#breadcrumbs ul li {
	display: inline;
	font-size: 13px;
}

#breadcrumbs ul li {
	margin-right: -.25em;
}

#breadcrumbs ul li a {
	color: #e50042;
}

#header {
	color: #FFF;
}

#header-bottom {
	font-size: 20px;
	font-weight: 300;
}

#header-bottom p {
	line-height: 1;
}

#header-bottom a {
	color: #FFF;
}

#header-bottom a:hover {
	opacity: .8;
}

#header-left {
	font-style: italic;
	float: left;
}

#header-right {
	float: right;
}

#sidebar .bannergroup {
	text-align: center;
}

#sidebar .moduletable + .moduletable {
	margin-top: 30px;
}

#sidebar .moduletable .item-title,
#sidebar .moduletable .poll_header {
	font-weight: normal;
	color: #0159b5;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	border-bottom: 2px solid #0159b5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#sidebar .moduletable .item-title:before,
#sidebar .moduletable .poll_header::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	width: 10px;
	height: 10px;
	background:  #0159b5;
	border-radius: 100%;
}

#sidebar .moduletable_menu {
	background: #eee;
	padding: 20px 0;
	margin: 0 auto 20px;
	max-width: 300px;
}

#sidebar .moduletable_menu ul li,
#mobile_sec_menu .moduletable_menu ul li {
	font-weight: normal;
	padding: 5px 20px;
    position: relative;
	margin: 10px 0;
	list-style: none;
}

#sidebar .moduletable_menu ul li a,
#mobile_sec_menu .moduletable_menu ul li a {
	color: #6f7072;
	font-size: 14px;
	text-transform: uppercase;
}

#sidebar .moduletable_menu ul li:hover a,
#sidebar .moduletable_menu ul li.active a{
	color: #e50042;
}

#sidebar .moduletable_menu ul li:before,
#mobile_sec_menu .moduletable_menu ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #6f7072;
	border-radius: 100%;
}

#sidebar .moduletable_menu ul li:hover::before,
#sidebar .moduletable_menu ul li.active::before{
	background: #e50042;
}

#banner-right {
	float: right;
}

#logo {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: 11px;
	max-width: calc(100% - 820px);
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#slogan {
	font-style: italic;
	margin-bottom: -13%; 
	position: relative; 
	z-index: -1;
}

#footer-slogan {
	/*position: relative;*/
	/*z-index: -1;*/
	margin-bottom: -40px;
	font-size: 15px;
}

#logo a,
#logo img {
	display: block;
}

#header-top {
	position: relative;
}

.mod-sppoll > strong {
	display: block;
	margin-bottom: 15px;
}

.form-sppoll .btn {
	margin-top: 15px;
}

.form-sppoll .btn {
	border: 0 none;
	background: #eeeeee;
	font-family: inherit;
	font-size: inherit;
	padding: 10px;
	width: calc(50% - 10px);
}

.form-sppoll .btn:hover {
	background: #DDD;
}

.form-sppoll .btn.btn-default {
	background: #e50042;
	color: #FFF;
}

.form-sppoll .btn.btn-default:hover { 
	background: #d0003c;
}

.form-sppoll .btn + .btn {
	margin-left: 16px;
}

.form-sppoll .radio + .radio {
	margin-top: 10px;
}

.form-sppoll .radio input[type=radio] {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: top;
	line-height: 15px;
	display: inline-block;
}

.form-sppoll .radio label {
	line-height: 15px;
}

#sidebar .k2CalendarBlock table {
	width: 100%;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
}

#sidebar .k2CalendarBlock table td {
	padding: 5px;
}


#sidebar .k2CalendarBlock table td a {
	display: block;
}

#sidebar .k2CalendarBlock {
	min-height: 150px;
}

#copyright {
	color: #FFF;
}

#copyright,
#copyright p {
	line-height: 32px;
}

#copyright-left {
	float: left;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

#copyright-left a {
	color: #FFF;
	font-weight: normal;
}

#copyright-left a:hover {
	opacity: .8;
}

#copyright-right {
	float: right;
	font-size: 12px;
}

#footer-logo {
	float: left;
	width: calc(100% - 460px);
}

#footer .container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer-logo {
	color: #FFF;
	font-weight: 300;
	font-size: 20px;
	font-style: italic;
}

#footer-nav {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	margin-left: auto;
}

#footer-nav a {
	color: #FFF;
	font-size: 16px;
	position: relative;
	line-height: 1;
}


#footer-nav a:hover {
	opacity: .8;
}

#footer-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer-nav ul li {
	display: inline-block;
}

#footer-nav ul li + li:before {
	content: "/";
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFF;
	opacity: .4;
}

#copyright-right {
	width: 300px;
}

#footer {
	padding-top: 15px;
}

#social a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	/*background: #FFF;*/
	display: inline-block;
	color: #FFF;
	font-size: 18px;

}

#footer-social a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background: #FFF;
	display: inline-block;
	color: #e50042;
	font-size: 18px;

	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);

	        box-shadow: 0 0 0 rgba(0, 0, 0, 0);

	-webkit-transition: -webkit-box-shadow .25s;

	transition: -webkit-box-shadow .25s;

	-o-transition: box-shadow .25s;

	transition: box-shadow .25s;

	transition: box-shadow .25s, -webkit-box-shadow .25s;
}

#footer-social a {
	line-height: 40px;
	width: 40px;
	height: 40px;
}

#top .container {
	position: relative;
	/*padding-top: 0;*/
	/*padding-bottom: 0;*/
	/*height: 40px;*/
}

#footer-social {
	text-align: right;
	position: absolute;
	right: 30px;
	top: -35px;
	width: 300px;
}

#footer {
	margin-top: 30px;
}

#footer .container {
	position: relative;
}

#top-left {
	float: left;
}

#top .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

#social {
	float: right;
}

#social a:hover {
	color: #e50042;
	background: #FFF;
}

#footer-social a:hover {
	color: #d0003c;

	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);

	        box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

#social a + a,
#footer-social a + a {
	margin-left: 10px;
}

a.fb,
a.gp,
a.tw,
a.yt {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.fb:after {
	content: "\f09a";
	font-family: FontAwesome;
}

a.gp:after {
	content: "\f0d5";
	font-family: FontAwesome;
}

a.tw:after {
	content: "\f099";
	font-family: FontAwesome;
}

a.yt:after {
	content: "\f167";
	font-family: FontAwesome;
}

.sp-poll-result {
	padding-top: 0;
}

.sp-poll-resul-item + .sp-poll-resul-item {
	margin-top: 10px;
}

.sp-poll-result .progress-bar {
	padding: 3px;
}

.sp-poll-result .progress-bar.progress-bar-default {
	background: none;
	/*color: #FFF;*/
}

.sp-poll-result .progress-bar.progress-bar-danger {
	background: #e50042;
	color: #FFF;
}

#sidebar .k2SearchBlock {
	position: relative;
}

#sidebar .k2SearchBlock:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url("https://www.medconsult.bg/templates/medconsult/images/ic_search@2x.png") no-repeat center center;
	background-size: 24px 24px;
}

#sidebar .k2SearchBlock .inputbox {
	position: absolute;
	left: 80px;
	right: 0;
	max-width: 100%;
	display: block;
	font-family: inherit;
	font-size: inherit;
	padding: 10px;
	top: 0;
	width: calc(100% - 80px);
	border: 0 none;
	background: none;
	border-bottom: 2px solid #0159b5;
}

#sidebar .k2SearchBlock .button {
	width: 80px;
	display: block;
	padding: 10px;
	background: none;
	border: 0 none;
	border-bottom: 2px solid transparent;
	background: #0159b5;
	color: #FFF;
	text-align: center;
}

#sidebar .k2SearchBlock .button:hover {
	background: #014893;
}


#highlights .moduletable .item-title, 
#slider .moduletable > h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: 2px solid #e50042;
	color: #e50042;
	text-transform: uppercase;
}

#highlights .moduletable.blue-title .item-title {
	color: #0159b5;
	border-top-color: #0159b5;
}

#highlights .moduletable .item-title a,
#highlights-bottom .moduletable .item-title a {
	color: inherit;
	display: block;
}

#sidebar .k2ItemsBlock ul,
#highlights ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: -15px;
}


#sidebar .k2ItemsBlock ul {
	margin: 0;
}


#sidebar .k2ItemsBlock ul:after,
#highlights ul:after {
	clear: both;
	display: block;
	content: "";
}

#highlights ul li {
	padding: 15px;
}

#highlights .col2 ul li {
	float: left;
	width: 50%;
}

#highlights .col2 ul > li:nth-child(3n) {
	clear: both;
}

#sidebar .k2ItemsBlock .moduleItemImage,
.catItemImage,
#highlights .moduleItemImage,
#highlights-bottom .moduleItemImage {
	display: block;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#sidebar .k2ItemsBlock .moduleItemTitle,
.catItemTitle,
#highlights .moduleItemTitle,
#highlights-bottom .moduleItemTitle {
	color: inherit;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	line-height: 16px;
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
}

#sidebar .k2ItemsBlock a.moduleItemLink,
.catItemView a,
#highlights a.moduleItemLink,
#highlights-bottom a.moduleItemLink {
	color: #6f7072;
	display: block;
	/*background: #F3F3F3;*/
}

#sidebar .k2ItemsBlock a.moduleItemLink:hover,
.catItemView a:hover,
#highlights a.moduleItemLink:hover,
#highlights-bottom a.moduleItemLink:hover {
	color: #e50042;
}

#sidebar .k2ItemsBlock .itemArticleDate,
.catItemDateCreated,
#highlights .itemArticleDate,
#highlights-bottom .itemArticleDate {
	font-size: 12px;
	/*padding: 0 15px 15px 15px;*/
}

/* Highlights-bottom */
#highlights-bottom {
	margin-top: 30px;
}

#highlights-bottom .item-title {
	font-size: 14px;
    margin-bottom: 15px;
	padding-top: 10px;
	text-transform: uppercase;
}

#highlights-bottom .blue-title .item-title {
    border-top: 2px solid #0159b5;
	color: #0159b5;
}

#highlights-bottom .red-title .item-title {
	border-top: 2px solid #e50042;
    color: #e50042;
}

#highlights-bottom ul {
	display: flex;
	list-style-type: none;
	padding-inline-start: 0;
}

#highlights-bottom ul li {
	width: 33.33%;
}

#highlights-bottom ul li:nth-child(2) {
	margin: 0 15px;
}

#sidebar .k2ItemsBlock a {
	position: relative;
}

#sidebar .k2ItemsBlock .itemArticleDate {
	position: absolute;
	right: 0;
	top: 0;
	background: #FFF;
	padding: 10px;
}

#sidebar .k2ItemsBlock li + li {
	margin-top: 30px;
}

#highlights .col2 ul > li + li {
	margin-top: 0;
}

#highlights > .moduletable:first-child {
	width: 66.66%;
}

#highlights > .moduletable:first-child + .moduletable {
	width: 33.33%;
}

#highlights > .moduletable:nth-child(n+3) {
	width: 33.33%;
}

#highlights > .moduletable:nth-child(3n) {
	clear: both;
}

#highlights > .moduletable {
	float: left;
	padding: 15px;
}

#highlights {
	margin: -15px;
}

#highlights_mobile_top_banner,
#highlights_mobile_bottom_banner {
	display: none;
}

#slider .owl-prev {
	width: 40px;
	height: 40px;
	background: url("https://www.medconsult.bg/templates/medconsult/images/ic_slider-left.png") no-repeat center center;
	background-position: 10px center;
	background-size: 18px 23px;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 100%;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}

#slider .owl-next {
	left: auto;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url("https://www.medconsult.bg/templates/medconsult/images/ic_slider-right.png") no-repeat center center;
	background-position: 13px center;
	background-size: 18px 23px;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 100%;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
	background-color: rgba(255, 255, 255, 1);
}

#slider .item-introtext,
#slider .item-meta {
	display: none;
}

#slider .item-title {
	font-size: 20px;
	font-weight: normal;
}

#highlights:after {
	clear: both;
	display: block;
	content: "";
}

#slider .owl-controls {
	height: 0;
}

#slider .owl-controls .owl-buttons {
	margin: 0;
}

#slider {
	margin-bottom: 30px;
}

#slider .item-content {
	text-align: center;
	padding-bottom: 40px;
}

#slider .owl-pagination {
	top: auto;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 25px;
}

#slider .owl-controls .owl-page.active span, 
#slider .owl-controls .owl-page:hover span {
	background: #e50042;
}

#slider .sp-k2-featured-slider .item-inner::after {
	opacity: .7;
}

#top-left a {
	color: #FFF;
	line-height: 24px;
	border: 1px solid #FFF;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: -6px;
	margin-bottom: -6px;
	font-size: 12px;
	text-transform: uppercase;
}

#top-left a:hover {
	background: #FFF;
	color: #014893;
}

#banner-right img {
	display: block;
}

#banner-right .banneritem {
	max-width: 728px;
}

td.calendarDateLinked {
	padding: 0 !important;
}

td.calendarDateLinked a {
	display: block;
	padding: 5px;
	background: #e50042;
	color: #FFF;
}

td.calendarDateLinked a:hover {
	background: #d0003c;
}

.sp-k2-featured-slider .item-inner img {
	display: block;
}

#copyright-right {
	text-align: right;
}

td.calendarToday {
	background: #EEE;
}

.custom.video {
	position: relative;
	padding-bottom: 56.25%;
}

.custom.video iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

a#nav-toggler {
	display: none;
}

.page-header > *,
.itemListCategory h1,
#k2Container h1.page-heading,
#k2Container .userItemList h2 {
	text-transform: uppercase;
	font-weight: 300;
	color: #e50042;
	margin-bottom: 30px;
	font-size: 24px;
}

#k2Container .userItemList h2 {
	text-transform: uppercase;
	font-weight: 300;
	color: #e50042;
	margin-bottom: 10px;
	font-size: 18px;
}

#k2Container .toc-index .etoc_intro {
	font-weight: bold;
}

.tooltip,
.popover {
	display: none !important;
}

.k2Pagination {
	margin-top: 20px;
	margin-bottom: 25px;
}

.k2Pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.k2Pagination ul li {
	display: inline-block;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
}

.k2Pagination ul li + li {
	margin-left: 10px;
}

.k2Pagination ul li span,
.k2Pagination ul li a {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	background: #EEE;
	color: #6f7072;
}

.k2Pagination .pagination-end,
.k2Pagination .pagination-start {
	display: none;
}

.k2Pagination .pagination-start + li {
	margin-left: 0;
}

.k2Pagination .pagination-prev > *,
.k2Pagination .pagination-next > * {
	text-indent: -9999px;
	height: 36px;
	position: relative;
}

.k2Pagination li span {
	opacity: 0.7;
	cursor: not-allowed;
}

.k2Pagination li a:hover {
	color: #e50042;
	background: #DDD;
}

.k2Pagination .pagination-prev > *:after,
.k2Pagination .pagination-next > *:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: inherit;
	text-indent: 0;
}

.k2Pagination .pagination-prev > *:after {
	content: "\f104";
	font-family: FontAwesome;
}

#itemListSecondary:after,
#itemListPrimary:after {
	clear: both;
	display: block;
	content: "";
}

#itemListSecondary,
#itemListPrimary,
#itemListLinks {
	margin: -15px;
}

.itemContainer {
	float: left;
	padding: 15px;
	width: 50%;
}

#itemListPrimary ~ #itemListSecondary {
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
}

#itemListPrimary ~ #itemListSecondary:before {
	border-top: 2px solid #DDD;
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
}

#itemListSecondary .itemContainer,
#k2Container #itemListLinks .itemContainer {
	width: 33.33%;
}

#itemListSecondary > .itemContainer:nth-child(3n+1),
#itemListPrimary > .itemContainer:nth-child(2n+1) {
	clear: both;
}

.k2LiveSearchResults {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #EEE;
	z-index: 887;
}

.k2LiveSearchResults ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.k2LiveSearchResults ul li a {
	display: block;
	padding: 15px;
	color: #6f7072;
}

.k2LiveSearchResults ul li a:hover {
	color: #e50042;
}

.k2LiveSearchResults ul li + li {
	border-top: 1px solid #FFF;
}

.itemRelated .catItemTitle {
	font-size: 14px;
}

.itemRelated {
	margin-top: 30px;
}

div.itemRelatedTitle {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 30px;
	padding-top: 10px;
	border-top: 2px solid #e50042;
	color: #e50042;
	text-transform: uppercase;
	color: #0159b5;
	border-top-color: #0159b5;
}

.article-banner,
.article-banner-mobile {
	margin-top: 30px;
	text-align: center;
}

.article-banner-mobile img {
	display: block;
	margin: auto;
}

.article-banner-mobile {
	display: none;
}

.share {
	margin-top: 30px;
}


.social-share {
	padding: 10px 25px;
	background: #3b579d;
	color: #FFF !important;
	text-decoration: none !important;
	display: inline-block;

	font-size: 14px;

	width: 150px;
	text-align: center;
	
}

.social-share:before {
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	vertical-align: baseline;

	content: "\f09a";
}

a.social-share + .social-share {
	margin-left: 6px;
}

.social-share.facebook-share:before {
	content: "\f09a";
	font-family: FontAwesome;
}

.social-share.twitter-share {
	background: #00aced;
}

.social-share.facebook-share:hover {
	background: #354e8d;
}

.social-share.twitter-share:hover {
	background: #009ad5;
}

.social-share.twitter-share:before {
	content: "\f099";
	font-family: FontAwesome;
}

.social-share.google-share {
	background: #dd4b39;
}

.social-share.google-share:hover {
	background: #bf3e2e;
}

.social-share.google-share:before {
	content: "\f0d5";
	font-family: FontAwesome;
}

.itemDateCreated {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.itemTitle {
	font-weight: 300;
	font-size: 28px;
}


.itemMeta {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 12px;
}

.itemMeta:after {
	clear: both;
	display: block;
	content: "";
}

.itemTagsBlock {
	float: left;
	max-width: calc(100% - 150px);
}

.itemTagsBlock + .itemAuthor {
	float: right;
}

.itemAuthor .author-name {
	display: inline-block;
	margin-left: 6px;
	background: #666;
	padding: 3px;
	color: #FFF;
}

.itemTagsBlock ul {
	padding: 0;
	margin: 0;
	margin-left: 6px;
	list-style: none;
	display: inline-block;
}

.itemTagsBlock ul li {
	display: inline-block;
}

.itemTagsBlock ul li a {
	background: #e50042;
	color: #FFF;
	display: block;
	padding: 3px;
}

.itemImageBlock img {
	display: block;
	margin: auto;
}

.itemImageBlock {
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	max-width: 400px;
}


.itemBody:after {
	clear: both;
	display: block;
	content: "";
}

.itemIntroText {
	background: #EEE;
	padding: 30px;
	margin-bottom: 30px;
}

.itemIntroText img {
	margin-right: 30px !important;
}

.itemIntroText:after {
	clear: both;
	display: block;
	content: "";
}


#main input[type=text],
#main input[type=email],
#main textarea,
#main select {
	width: 100%;
	display: block;
	padding: 15px;
	border: 1px solid #AAA;
	background: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	min-width: 0;
	max-width: 100%;
	color: #666;
	border: 0 none;
	background: #f9f9f9;
	border-radius: 0;
	border: 1px solid #CCC;

}

#main input[type=text]:focus,
#main input[type=email]:focus,
#main textarea:focus,
#main select:focus,
#main input[type=text]:hover,
#main input[type=email]:hover,
#main textarea:hover,
#main select:hover {
	color: #222;
	border-color: #e50042;
}


section + .control-group,
fieldset + fieldset,
.control-group + fieldset,
fieldset + .control-group,
.control-group + .control-group {
	margin-top: 15px !important;
}

label {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
	opacity: .8;
}

button.bfSubmitButton,
button.btn-primary,
.btn-primary,
.bfPage .bfCustomSubmitButton {
	display: inline-block;
	line-height: 1;
	text-align: center;
	min-width: 150px;
	color: #FFF;
	background: #e50042;
	border-radius: 0;
	padding: 15px 20px;
	text-transform: uppercase;
	border: 0 none;
	cursor: pointer;
}

button.bfSubmitButton:hover,
button.btn-primary:hover,
.btn-primary:hover,
.bfPage .bfCustomSubmitButton:hover {
	background: #d0003c;
	color: #FFF;
}

.bfPage .bfCustomSubmitButton {
	float: right;
}

textarea {
	overflow: auto;
	resize: vertical;
}

.contact p + p {
	margin: 0;
}

.contact dt,
.contact dd,
.contact dl {
	padding: 0;
	margin: 0;
}

.contact dd + dt {
	margin-top: 10px;
}


.contact h3 {
	display: none;
}

.contact fieldset {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.contact legend {
	display: none;
}

.contact:after {
	clear: both;
	display: block;
	content: "";
}

.contact-miscinfo {
	margin-top: 30px;
}

.jicons-icons {
	display: none;
}

.bfPage > div:first-child > p:last-child {
	margin-bottom: 30px;
}

.input-append {
	position: relative;
}

.input-append input {
	padding-right: 80px;
}

.bfCalendar {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: 50px;
	border: 0 none;
	border-radius: 0 3px 3px 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/*border-left: 1px solid #EEE;*/
	background: #e40052;
	color: #FFF;
	text-align: center;
	cursor: pointer !important;
}

.bfCalendar:hover {
	background: #d0003c;
}

.bfCalendar:after {
	content: "\f073";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*color: #957f5c;*/
}


.bfCalendar .icon-calendar {
	display: none !important;
}

.form-actions {
	margin-top: 15px;
}

.itemBody ol,
.itemBody ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

.itemBody * + h1,
.itemBody h1 + *,
.itemBody * + h2,
.itemBody h2 + *,
.itemBody * + h3,
.itemBody h3 + *,
.itemBody * + h4,
.itemBody h4 + *,
.itemBody * + h5,
.itemBody h5 + *,
.itemBody * + h6,
.itemBody h6 + *,
.itemBody * + .table-wrapper,
.itemBody .table-wrapper + *,
.itemBody * + table,
.itemBody table + *,
.itemBody * + ol,
.itemBody ol + *,
.itemBody ul + *,
.itemBody * + ul {
	margin-top: 20px;
}

.itemBody table {
	width: 100%;
	border: 1px solid #EEE;
	border-spacing: 0;
	border-collapse: collapse;
}

.itemBody table td,
.itemBody table th {
	border: 1px solid #EEE;
	padding: 10px;
}

.itemBody table th {
	text-align: left;
	border-bottom: 2px solid #EEE;
}

.table-wrapper {
	overflow: auto;
}

.itemTagsBlock {
	margin-top: 15px;
	margin-bottom: 15px;
	float: none;
	width: 100%;
	font-size: 12px;
}


#slider .sp-k2-featured-slider .item-inner {
	text-align: center;
	background: #0159b5;
	position: relative;
	padding-bottom: 60%;
}

#slider .sp-k2-featured-slider .item-inner img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

.top-mobile-banner {
	display: none;
}

/* FB Popup */
.popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .4);
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.fb-popup {
	position: relative;
	max-width: 700px;
	padding: 20px;
	text-align: center;
	background: #fff;
}

.visible {
    display: flex;
}

.icon-cancel {
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-transform: uppercase;
	color: #fff;
	background: #e40052;
	cursor: pointer;
}

.clever-link {
	cursor: pointer;
}

.fb_iframe_widget span, .fb_iframe_widget iframe {
	width: 115px !important;
}

/* Seo addon */
.blog-featured.hometext {
	margin-top: 30px;
}

div.hometext .item-title {
	font-weight: normal;
	font-size: 14px;
    margin-bottom: 15px;
    padding-top: 10px;
    border-top: 2px solid #e50042;
    color: #e50042;
    text-transform: uppercase;
}

.read-more-text {
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
}

.read-more-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    opacity: 0;
    background-image: linear-gradient(180deg,transparent,#ffffff);
    transition: all .5s;
}

.read-more-text.shown::after {
	opacity: 1;
}

.read-more-btn-holder {
	margin-top: 25px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.userItemList {
	margin-top: 20px;
}

.userItemHeader {
	display: list-item;
	list-style: circle;
	margin-left: 20px;
	font-size: 16px;
	padding: 0 0 5px 0;
}

.author-list li a {
	font-size: 16px;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #6f7072;
	display: block;
}

.author-list li a:hover {
	color: #e50042;
}

.fb_iframe_widget span, .fb_iframe_widget iframe {
	width: 100% !important;
}

#sidebar .moduletable.fixed.active {
	position: fixed;
	top: 0;
	z-index: 999;
}

#mobile_sec_menu {
	display: none;
}

#highlights_top_banner .moduletable:first-of-type .banneritem, 
#highlights_bottom_banner .moduletable:first-of-type .banneritem {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}

#k2Container .itemList .category-banner {
	margin: 25px 0;
}

#k2Container .category-banner-mobile {
	display: none;
}

#k2Container #itemListLinks {
	display: flex;
	flex-wrap: wrap;
}


@media screen and (max-width: 1100px) {

	.article-banner {
		display: none;
	}

	.article-banner-mobile {
		display: block;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	#logo {
		left: 20px;
	}

	#footer-social {
		right: 20px;
	}

	#slogan {
		font-size: 10px;
	}
	
	#navigation {
		font-size: 13px;
	}

	#navigation ul.nav.menu > li > span,
	#navigation ul.nav.menu > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1000px) {

	#sidebar .moduletable.fixed.active {
		position: static;
	}

	#mobile_sec_menu {
		display: block;
		background: #eee;
		padding: 20px 0;
		margin-bottom: 30px;
	}

	.inner-slider {
		max-width: 100%;
		padding: 0;
		height: 250px;
	}

	#copyright-left {
		float: none;
		text-align: center;

	}

	#copyright-right {
		text-align: center;
		margin-top: 10px;
		float: none;
		width: 100%;
	}

	#footer-social {
		position: static;
		text-align: center;
		width: 100%;
	}

	#footer-logo {
		display: none;
	}

	#footer-nav {
		text-align: center;
		margin-top: 30px;
	}

	#footer .container {
		display: block;
	}

	.has-sidebar #main {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	#sidebar {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	#banner-right {
		display: none;
	}

	#logo {
		width: auto;
		max-width: 159px;
		text-align: center;
		position: static;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		margin: 0;
		margin-top: -7px;
	}

	#logo img {
		width: 159px;
		height: 44px;
	}


	#slogan {
		display: none;
	}

	#navigation {
		display: none;
	}

	a#nav-toggler {
		display: block;
	}

	#nav-toggler:before {
		content: "";
		position: absolute;
		left: -10px;
		top: -16px;
		bottom: -16px;
		right: -20px;
	}

	#nav-toggler {
		display: block;
		position: absolute;
		right: 20px;
		margin: auto;
		top: 10px;
		bottom: 10px;
		width: 28px;
		height: 18px;
		z-index: 5;
	}

	#nav-toggler .nav-top {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		border-top: 2px solid #FFF;
	}

	#nav-toggler .nav-mid {
		position: absolute;	
		left: 0;	
		right: 0;	
		top: 50%;
		margin-top: -1px;
		height: 2px;	
	}


	#nav-toggler .nav-mid:after,
	#nav-toggler .nav-mid:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		border-top: 2px solid #FFF;
		content: "";
	}

	#nav-toggler .nav-bottom {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		border-bottom: 2px solid #FFF;
	}

	.nav-visible #nav-toggler .nav-bottom,
	.nav-visible #nav-toggler .nav-top {
		display: none;
	}

	.nav-visible #nav-toggler .nav-mid:after {
		-webkit-transform: rotateZ(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotateZ(45deg);
	}

	.nav-visible #nav-toggler .nav-mid:before {
		-webkit-transform: rotateZ(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotateZ(-45deg);
	}

	#top {
		height: 55px;
	}

	#header {
		height: 100px;
	}

	.nav-visible #navigation {
		position: fixed;
		left: 0;
		right: 0;
		top: 155px;
		bottom: 0;
		display: block;
		background: #FFF;
		z-index: 999;
		overflow: auto;
	}

	#navigation ul.nav-child {
		position: static;
		width: 100%;
		white-space: normal;
		text-align: center;
		background: none;
		padding: 0;
	}

	#navigation ul.nav.menu li + li {
		border-top: 1px solid #DDD;
	}

	#navigation ul li span,
	#navigation ul li a {
		background: none !important;
	}

	#navigation ul.nav-child {
		display: none;
	}

	#navigation ul.nav-child li a {
		color: #999;
	}

	#navigation ul.nav-child li + li {
		border-top: 0 none !important;
	}

	#navigation ul li span,
	#navigation ul li a {
		padding: 20px !important;
		text-align: left !important;
	}

	#navigation ul li a:before {
		display: none !important;
	}
	
	#navigation ul.nav.menu {
		display: block !important;
	}
	
	#navigation ul li {
		margin: 0 !important;
		display: block !important;
	}

	#navigation ul.nav-child li a {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	#navigation .container {
		padding-left: 0;
		padding-right: 0;
	}

	#navigation ul li.deeper > span:after,
	#navigation ul li.deeper > a:after {
		content: "\f107";
		/* display: inline-block; */
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 18px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		float: right;
		margin-right: 12px;
	}

	#navigation ul li.deeper.expanded > span:after,
	#navigation ul li.deeper.expanded > a:after {
		content: "\f106";
		font-family: FontAwesome;
	}

	#navigation ul.nav-child {
		background: #f7f7f7;
		border-top: 1px solid #DDD;
		display: none !important;
	}

	#navigation .expanded ul.nav-child {
		display: block !important;
	}

	#top,
	#header {
		position: relative;
		z-index: 999;
	}

	.nav-visible #top {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 99;
	}

	.nav-visible #header {
		top: 55px;
		left: 0;
		right: 0;
		position: fixed;
		z-index: 99;
	}

	body.nav-visible {
		padding-top: 155px;
		position: fixed;
	}

	#navigation ul.nav.menu > li > span,
	#navigation ul.nav.menu > li > a {
		display: block;
	}

	.fixed-nav {
		right: 10px;
		top: 10px;
		text-align: center;
		width: 50px;
		padding-left: 10px;
		height: 50px;
		background: #0159b5;
		position: fixed;
		z-index: 888;
		border-radius: 100%;

		-webkit-transform: translateY(-100px);

		    -ms-transform: translateY(-100px);

		        transform: translateY(-100px);
		opacity: 0;
		visibility: hidden;

		-webkit-transition: opacity .25s,
					visibility .25s,
					-webkit-transform .25s;

		transition: opacity .25s,
					visibility .25s,
					-webkit-transform .25s;

		-o-transition: transform .25s,
					opacity .25s,
					visibility .25s;

		transition: transform .25s,
					opacity .25s,
					visibility .25s;

		transition: transform .25s,
					opacity .25s,
					visibility .25s,
					-webkit-transform .25s;
	}

	.fixed-nav.visible {
		opacity: 1;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		visibility: visible;

		-webkit-transition: opacity .25s,
					visibility 0s,
					-webkit-transform .25s;

		transition: opacity .25s,
					visibility 0s,
					-webkit-transform .25s;

		-o-transition: transform .25s,
					opacity .25s,
					visibility 0s;

		transition: transform .25s,
					opacity .25s,
					visibility 0s;

		transition: transform .25s,
					opacity .25s,
					visibility 0s,
					-webkit-transform .25s;
	}

	.fixed-nav a#nav-toggler {
		margin: auto;
		right: 0;
		top: 0;
		bottom: 0;
		left: 0;
	}

	.nav-visible .fixed-nav {
		display: none;
	}

	#navigation .nav-inner {
		border: 0 none;
	}
	
	#breadcrumbs {
		border-bottom: 1px solid #DDD;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 30px;
		margin-top: -15px;
		overflow: auto;
	}

	#breadcrumbs ul {
		overflow: visible;
	}

	#breadcrumbs ul:after {
		display: inline-block;
		width: 20px;
		height: 1px;
		content: "";
	}
}

@media screen and (max-width: 768px) {

	#itemListSecondary > .itemContainer:nth-child(3n+1) {
		clear: none;
	}

	#itemListSecondary > .itemContainer:nth-child(2n+1) {
		clear: both;
	}

	#itemListSecondary .itemContainer {
		width: 50%;
	}

	#highlights > .moduletable:first-child {
		width: 100%;
	}

	#highlights > .moduletable:first-child + .moduletable {
		width: 50%;
	}

	#highlights > .moduletable:first-child + .moduletable li + li {
		display: none;
	}

	#highlights > .moduletable:nth-child(n+3) {
		width: 50%;
	}

	#highlights > .moduletable:nth-child(3n) {
		clear: none;
	}

	#highlights > .moduletable:nth-child(2n) {
		clear: both;
		/*background: green;*/
	}

	#footer {
		margin-top: 0;
	}

	#highlights li {
		width: 100% !important;
	}

	#highlights .moduleItemTitle {
		height: auto !important;
	}

	.itemImageBlock {
		float: none;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-right: 0;
	}

	#highlights-bottom ul {
		flex-wrap: wrap;
	}

	#highlights-bottom ul li {
		width: 47%;
		margin-bottom: 10px;
	}

	#highlights-bottom ul li:nth-child(1) {
		margin-right: 15px;
	}

	#highlights-bottom ul li:nth-child(2) {
		margin: 0 0 0 15px;
	}
 
	#highlights_mobile_top_banner,
	#highlights_mobile_bottom_banner,
	#k2Container .category-banner-mobile {
		display: block;
	}

	#highlights_mobile_top_banner .banneritem,
	#highlights_mobile_bottom_banner .banneritem,
	#highlights_bottom_banner .moduletable:last-of-type .banneritem,
	#k2Container .category-banner-mobile .banneritem {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	#k2Container .category-banner-mobile .banneritem {
		margin: 20px 0;
	}

	#highlights_top_banner .moduletable:first-of-type,
	#highlights_bottom_banner .moduletable:first-of-type {
		display: none;
	}

	#k2Container .itemList .category-banner {
		display: none;
	}

	#k2Container #itemListLinks .itemContainer {
		width: 50%;
	}
}

@media screen and (max-width: 539px) {

	#highlights-bottom ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	#highlights-bottom ul li:nth-child(1) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	#highlights-bottom ul li:nth-child(2) {
		margin-left: 0;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {

	.share {
		text-align: center;
	}

	.social-share {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	a.social-share + a.social-share {
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
}

@media screen and (max-width: 480px) {

	.itemIntroText img {
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
		float: none !important;
		margin-bottom: 30px;
	}

	.itemTitle {
		font-size: 24px;
	}

	.itemTagsBlock {
		width: 100%;
		float: none;
		max-width: 100%;
		white-space: nowrap;
		overflow: auto;
	}

	.itemAuthor {
		width: 100%;
		float: none;
		margin-top: 15px;
	}

	#social a {
		font-size: 14px;
		width: 25px;
		height: 25px;
		line-height: 27px;
	}

	#social a + a {
		margin-left: 0;
	}

	#slider .item-title {
		font-size: 14px;
		font-weight: normal;
	}
	
	#slider .owl-prev,
	#slider .owl-next {
		display: none !important;
	}

	#top-left a {
		color: #FFF;
		line-height: 1;
		border: 1px solid #FFF;
		display: inline-block;
		padding: 10px;
		margin-top: -3px;
		vertical-align: middle;
		font-size: 10px;
		text-transform: uppercase;
	}

	.k2Pagination {
		text-align: center;
	}

	.top-mobile-banner {
		display: block;
		padding: 10px;
		padding-bottom: 0;
	}

	.top-mobile-banner .banneritem {
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

@media screen and (max-width: 400px) {
	
	
	#itemListPrimary .itemContainer,
	#itemListSecondary .itemContainer,
	#highlights > .moduletable {
		width: 100% !important;
		float: none !important;
	}

	
	#itemListSecondary .itemContainer .catItemTitle,
	#itemListPrimary .itemContainer .catItemTitle {
		height: auto !important;
	}

	#k2Container #itemListLinks .itemContainer {
		width: 100%;
	}

}

.itemListSubCategories {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.itemListSubCategories  a {
	font-size: 16px;
  	font-weight: bold;
  	color: #6f7072;
}

.itemListSubCategories img {
	width: 70px;
	height: 70px;
}

.subCategoryContainer {
	width: 178px;
  	height: 160px;
}

.subCategoryContainer:hover {
	box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.06);
}

.itemListSubCategories .subCategory {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100% !important;
}

.subCategoryContainer:hover a {
	color: #db003f;
}

@media screen and (max-width: 930px) {
	.itemListSubCategories {
		justify-content: center;
	}
}
