/*DevensisStyles*/
@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/museosans-500.eot');
    src: url('../fonts/museosans-500.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-500.woff2') format('woff2'),
         url('../fonts/museosans-500.woff') format('woff'),
         url('../fonts/museosans-500.ttf') format('truetype'),
         url('../fonts/museosans-500.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}


.siteWidth {
	margin: 0 auto;
	max-width: 1244px;
}

#omc-container { max-width:1244px; margin: 0 auto;  padding: 60px 12px 12px 12px; min-height:1000px; background:#FFF; }

div.omc-resize-290,
div.omc-resize-290-home {
	width: unset;
}
/*Header*/
.headerMain {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	transition: top ease 0.25s;
}

.headerMain .header_row {
	padding: 12px;
	background-color: #fff;
}
/*
nav#omc-main-navigation ul li#menu-item-143568 a {
	color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

nav#omc-main-navigation ul li#menu-item-143568 a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 45px;
	height: 45px;
	background-image: url('../images/ta_logo.png');
	background-size: 100%;
}
*/
a#omc-logo {
	float: left;
	font-size: 0;
	line-height: 0;
	max-width: 149px;
}

.header_btns,
.hamburger_wrapper,
#socialbox-2 {
	float: right;
	margin-left: 12px;
}

#socialbox-2 span.omc-Digg,
#socialbox-2 span.omc-Twitter,
#socialbox-2 span.omc-Facebook,
#socialbox-2 span.omc-Feedburner {
	border-radius: 50%;
}

.hamburger_wrapper {
	margin-right: 0;
	margin-top: 9px;
}

.btn-showSearch {
	width: 40px;
  height: 40px;
  background: #fff url(../images/search_black.png) no-repeat center / 20px;
}

nav#omc-main-navigation ul li.current-menu-item a {
	background-color: transparent !important;
	text-decoration: underline;
}
/*Header*/

/*HomePage*/
.featured_post.last_featured{
	display: none;
}

.featured_title a{
	font-size: 14px;
	color: #000;
	font-family: 'Russo One', sans-serif;
}
.featured_post.first_featured .caption .featured_title a{
	font-size: 24px;
}
.featured_col {
	display: flex;
	justify-content: space-between;
}

.featured_col .attachment-featured-image{
	height: auto;
}

.featured_col .featured_post{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 49%;
}
.featured_col .caption{
	flex: 1 0 auto;
	padding: 5px;	
	background-color: #f6f6f6;
	box-sizing: border-box;
}

h3.omc-blog-two-cat a,
.featured_post.first_featured .cat_label {
  font-family: 'Oswald',sans-serif;
  font-weight: 400;
}

.cat_label{
	position: absolute;
	position: absolute;
	top: 15px;
	right: 15px;
	background: #61bb46;
	color: #fff;
	font-size: 12px;
  font-family: 'Oswald',sans-serif;
  font-weight: 400;
	text-align: center;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: auto;
	min-width: 75px;
	border-radius: 200px;
}
.cat_label.Trade{
	background-color: #4983c3;
}
.cat_label.Pro{
	background-color: #f89a1c;
}
.cat_label.Beat{
	background-color: #c0ca33;
}
.cat_label.Radio{
	background-color: #9a4f9e;
}
.featured_col .featured_post:last-child{
	display: none;
}

article.omc-blog-two {
	margin-bottom:24px;
	background: #f6f6f6;
}

article.omc-blog-two h2 {
	line-height: 1;
}

article.omc-blog-two h2 a{
	font-family: 'Russo One', sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 1.2;
}

article.omc-blog-two .image_block {
	position: relative;
}

article.omc-blog-two .image_block img {
	display: block;
}

article.omc-blog-two .text_block{
	padding: 10px;
	font-family: 'Russo One', sans-serif;
	box-sizing: border-box;
}
article.omc-blog-two .text_block p a {
    font-family: 'museo_sans500';
}
/*HomePage*/

/*Category*/
div.ics {
	margin-bottom: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	    -ms-flex-direction:row;
	        flex-direction:row;
	        -webkit-box-pack:justify;
-webkit-justify-content:flex-start;
    -ms-flex-pack:left;
        justify-content:flex-start;

        -webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

div.ics__image {
	margin-right: 24px;
}

div.ics__text p {
	display: inline;
	margin-top: 12px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	color: #444;
}

.search .img-crop,
.category .img-crop {
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	/*padding-bottom: 200px;*/
}

.category .img-crop img {
	/*position: absolute;
	top:  0;
	left:  0;
	width: 100%;
	height: 100%;
	max-height: unset;
	object-position: 50%;
	object-fit: cover;*/
}
@media only screen and (min-width: 1024px) {
	/*.category .img-crop {
		padding-bottom: 250px
	}*/
}
/*Category*/

/*Pages*/
article#omc-full-article h1.pageTitle  {
	font-family: 'Russo One', sans-serif;
}

article#omc-full-article h1.pageTitle:after {
	content: '';
	display: block;
	width: 79px;
  height: 6px;
  background-color: #e42628;
}

article#omc-full-article .articleShare {
	 vertical-align: middle;
}

article#omc-full-article .articleShare .omc-article-top2 {
	padding-top: 3px;
}

article#omc-full-article .articleAbsolute .articleShort {
	font-family: 'MuseoSans-500';
}

article#omc-full-article p {
	font-size: 16px;
	line-height: 1.5;
}

.omc-single-tags a {
	margin-bottom: 6px;
}
/*Pages*/

/*Category*/
.catgoryPage .omc-half-width-category {
	float: none;
	margin: 0 0 20px 0;
	width: auto;
}
/*Category*/

/*Magazine*/
.page-id-119889 #omc-full-article .pageContent h3 {
	clear: both;
	margin-top: 40px;
	font-family: 'Russo One', sans-serif;
}

.page-id-119889 .showMagazineForm {
	margin-top: 14px;
	padding: 5px 25px;
	font-size: 24px;
	font-family: 'Open Sans';
	background-color: #e42628;
	border-radius: 22px;
}

.page-id-119889 #wufoo-kuiuc2f0t1cwsu {
	display: none;
}

.page-id-119889 #wufoo-kuiuc2f0t1cwsu.active {
	display: block;
}

.page-id-119889 #wufoo-kuiuc2f0t1cwsu.active iframe {
	height: 1310px;
}
/*Magazine*/

/*Events*/
.page  .showEventForm {
	margin-left: 14px;
	padding: 5px 25px;
	font-size: 24px;
	font-family: 'Open Sans';
	background-color: #e42628;
	border-radius: 22px;
	vertical-align: middle;
}

.eventsList {

}

.eventsList__item {
	padding: 24px 0;
	border-bottom: 1px solid #e2e2e2;
}

.eventsList__item:last-child {
	border: 0 none;
}

#omc-full-article h2.eventsList__title {
	margin: 0;
	font-family: 'Open Sans' !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.eventsList__date {
	font-size: 14px;
	font-weight: 700;
	color: #b0b0b0;
}

.eventsList__time,
.eventsList__venue {
	font-size: 14px;
	font-weight: 700;	
	color: #656565;
}

.eventsList__description {
	padding-bottom: 20px;
}

/*Events*/
/*Contacts*/
.staffList {
	padding: 32px 0;
}

.staffList__item {
	margin-bottom: 32px;
	text-align: center;
	font-family: 'Russo One', sans-serif;	
}

.staffList__image {
	margin-bottom: 24px;
}

.staffList__post {	
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
}

.staffList__name,
.staffList__phone {
	font-size: 18px
	font-weight: 700;
	color: #666666;
}

.staffList__email a {
	font-size: 18px
	font-weight: 700;	
	color: #3fa3ff;
}

.page-id-321 #omc-full-article .pageContent .wp-block-columns {
	padding: 32px 0;

	text-align: center;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}

.page-id-321 #omc-full-article .pageContent .wp-block-columns h4 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 18px;	
	font-family: 'Russo One', sans-serif;
}

.page-id-321 #omc-full-article .pageContent .wp-block-columns p {
	font-family: 'Russo One', sans-serif;		
	color: #666;
}

.page-id-321 #omc-full-article .pageContent .wp-block-columns p strong {
	color: #000;
}
/*Contacts*/

/*SideBar*/
li.category-news.category-3 .post-title { border-color:#61bb46 ; }

li.category-news.category-143 .post-title { border-color:#9A4F9E ; }

li.category-news.category-4 .post-title { border-color:#4983c3 ; }

li.category-news.category-5 .post-title { border-color:#F89A1C ; }

li.category-news.category-6 .post-title { border-color:#9a4f9e ; }

li.category-news.category-7 .post-title { border-color:#FDD700 ; }

li.category-news.category-8 .post-title { border-color:#A53847 ; }

li.category-news.category-9 .post-title { border-color:#f99b1c ; }

#text-66 .widgettitle {
	text-align: center;
}

#text-66 h2 a {
	display: block;
	padding-left: 16px;
	margin-bottom: 8px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	border-left: 1px solid #000;
}

#text-66 p {
	padding-left: 16px !important;
	font-family: 'MuseoSans-500', sans !important;
  font-size: 1em !important;
}

#text-66 p strong {
	display: block;
	padding-top: 12px;
	padding-bottom: 24px;
	font-family: 'Oswald', sans-serif;
line-height: 20px;
    color: #b0b0b0;
    font-size: 13px;
    border-bottom: 1px solid #d0cece;
    margin-bottom: 25px;

}

#fusebox-player-NqpD3AExL0.fbx-player.fbx-is-layout-narrow .fbx-player-layout {
	/*background-image: url('https://i1.sndcdn.com/avatars-ZNqIsBRhoQAHImmE-RWDBQQ-t500x500.jpg');*/
	background-color: #e42628 !important;
	background-size: cover;
}

#fusebox-player-NqpD3AExL0.fbx-player .fbx-button.fbx-play-pause-button span {
	color: transparent;
}

#fusebox-player-NqpD3AExL0.fbx-player .fbx-controls.fbx-is-alternative .fbx-time-shift-button.fbx-backward span,
#fusebox-player-NqpD3AExL0.fbx-player .fbx-controls.fbx-is-alternative .fbx-time-shift-button.fbx-forward span {
	left: -7px;
	color: #fff !important;
}
#fusebox-player-NqpD3AExL0.fbx-player .fbx-episode-title div,
#fusebox-player-NqpD3AExL0.fbx-player .fbx-controls .fbx-button.fbx-is-secondary span {
	color: #fff !important;	
}
/*SideBar*/

/*PopUp*/
/*Magazine*/
#popmake-143615 .popmake-title,
#popmake-143615 .popmake-content,
#popmake-143617 .popmake-title,
#popmake-143617 .popmake-content {
	margin: 0 auto;
	max-width: 420px;
}

#popmake-143615 .popmake-title,
#popmake-143617 .popmake-title {
	margin-bottom: 32px;
}

#popmake-143615 .popmake-close,
#popmake-143617 .popmake-close,
#popmake-137386 .popmake-close {
	text-indent: -990px;
  background:  url(../images/close_black.png) no-repeat center;
}

#popmake-143615 .searchForm {
	position: relative;
}

#popmake-143615 .searchInput {
	padding: 10px 50px 10px 12px;
	width: 100%;
	height: 40px;
	font-family: 'Russo One', sans-serif;
	outline: none;
  border-radius: 3px;
  border: 0 none;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;	
}

#popmake-143615 .searchInput:focus,
#popmake-143615 .searchSubmit:focus{
	outline: none;	
}

#popmake-143615 .searchSubmit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: #e42628 url(../images/svg/search_white.svg) no-repeat center;
	background-size: 13px 15px;
	border-radius: 3px;
}
/*Magazine*/
/*Event*/
#popmake-137386 .popmake-close {
	top: -16px;
}

#popmake-137386 {
	background-color: #fff;
	box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.21);
}
#popmake-137386 .popmake-title,
#popmake-137386 p {
	text-align: center;
}

#popmake-137386 img {
	max-width: 210px;
}

#popmake-137386 .wpuf-el {
	margin: 0;
	padding: 0;
}

#popmake-137386 .wpuf-label {
	margin-bottom: 6px;
}

#popmake-137386 .wpuf-label label {
	font-size: 12px;
  font-weight: 600;
  color: #000;
}

#popmake-137386 .wpuf-el input,
#popmake-137386 .wpuf-el textarea {
	width: 100%;
	border: solid 1px #c4c4c4;
}

#popmake-137386 .wpuf-column-inner-fields {
	float: left;
	width: 50% !important;
}

#ui-datepicker-div .ui_tpicker_unit_hide {
	display: none;
}

#ui-datepicker-div .ui_tpicker_time_input {
	width: 100%;
}

#popmake-137386 .wpuf-submit {
	text-align: center;
}

#popmake-137386 .wpuf-submit-button {
	padding: 10px 25px;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #e42628;
	border-radius: 22px;	
}
/*Event*/
/*PopUp*/

/*Cookie*/
#cookie-law-info-bar span {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#cookie-law-info-bar p {
	margin: 0;
	font-size: 12px;
	text-align: left;
	flex: 0 1 80%;
}

#cookie-law-info-bar #cookie_action_close_header {
	margin: 0;
	border-radius: 24px;
}

#cookie-law-info-bar #cookie_action_close_header_reject {
	margin: 0;
	font-size: 24px;
	padding: 6px 10px 10px 10px;
	text-indent: -990px;
	overflow: hidden;
	background-image: url('../images/svg/close.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
}
/*Cookie*/

/*Bloks*/
.UnderHeader {
	margin: 0 -4px;
}

.UnderHeader,
.AboveFooter .siteWidth {
	text-align: center;
}

.UnderHeader > div,
.AboveFooter .siteWidth > div {
	padding: 12px 4px;
}

.UnderHeader .g-1,
.AboveFooter .g-1 {
	display: none;
}
/*Blocks*/

/*Footer*/
#mc_subheader {
	font-size: 16px;
	color: #d6d6d6;
}

.footer_subscribe {
	margin-bottom: 0;
}

.div.omc-footer-widget {
	padding-bottom: 0;
}

.footer_subscribe.footerTags {
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: transparent;
}

#text-65 {
	padding-bottom: 0;
}

.footer_links_row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px 0;
}

.footerLinks2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footerCopyRigths p a img {
	width: 72px;
	height: auto;
}

.footerCopyRigths p {
	color: #a5a5a5;
}

.footerSocial li {
	display: none;
}

.footerSocial #mobile_menu_social {
	display: block;
	text-align: center;
}

.footerSocial #mobile_menu_social a {
	display: inline-block;
	margin: 8px;
	width: auto;
}

.footerSocial #mobile_menu_social a span.omc-icon {
	float: none;
	display: inline-block;
	background-size: 100%;
	border-radius: 50%;
}




#footerImages a {
	width: unset;
	margin-right: unset;
	vertical-align: unset;
}

#footerImages .footerImages__main {
	margin: 0  0 24px 0;
}

#footerImages .footerImages__small .image {
	margin: 0 6px;
}

#footerImages .footerImages__small {
	display: grid;
	grid-column-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
}	

#footerImages .footerImages__small .image__link {
	font-size: 0;
	line-height: 0;
}

.footerLogo p {
	color: #a5a5a5;
}
.footerLogo a {
	display: inline-block;
	vertical-align: middle;
}

.footerLogo a img {
	margin-top: -11px;
	vertical-align: middle;
}
/*Footer*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

@media only screen and (min-width: 480px) {

	/*Header*/
	#socialbox-2 {
		display: block;
		margin-top: 6px;
	}

	#socialbox-2 a {
		margin: 0 4px;
	}	
	/*Header*/

	/*HomePage*/
	.home article.omc-blog-two {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding-top: 12px;
		border-top: 1px solid #e9e9e9;
		background-color: transparent;
	}

	.home article.omc-blog-two .image_block {
		flex:  0 0 40%;
		box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  	background-color: #f6f6f6;
	}

	.home article.omc-blog-two .image_block > a {
		position: relative;
		display: block;
		padding: 100px 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	 
	.home article.omc-blog-two .image_block img {
		position: absolute;
		top: 0;
		left: 0;
		max-width: unset;
		max-height: unset;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.home article.omc-blog-two .text_block {
		flex: 0 0 50%;
		align-self: center;
		padding: 0;
	}	
	/*HomePage*/

	/*Category*/
	.catgoryPage {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.catgoryPage .omc-half-width-category {
		flex: 0 0 48%;
	}
	/*Category*/
}

@media only screen and (min-width: 768px) {

	/*Header*/
	#topLogin { top: unset; float: left; margin: 12px 0 0 12px; }

	#topLogin li {display: inline-block;}
	/*Header*/

	/*HomePage*/
	.home article.omc-blog-two {
		float: none;
		width: 100%;
	}
	/*HomePage*/

	/*Magazine*/
	.page-id-119889 .pageImage {
		float: right;
		margin-left: 2%;
		width: 48%;
	}
	/*Magazine*/

	/*Events*/
	.eventsList__item {
		position: relative;
		padding-left: 70px;
	}

	.eventsList__date {
		position: absolute;
		left: 0;
		top: 24px;
		width: 60px;
		text-align: center;
	}

	.eventsList__date span {
		display: block;
		text-align: center;
	}

	.eventsList__date--dayName,
	.eventsList__date--month {
		text-transform: uppercase;
	}

	.eventsList__date--day {
		padding-top: 12px;
		font-size: 24px;
	}

	.eventsList__block {
		padding-left: 12px;
		border-left: 6px solid #c4c4c4;
	}
	/*Events*/
	/*About*/
	.page-id-318 #omc-main {
		/*background-image: url('../images/about_bg.jpg'); */
		/*background-image: -webkit-image-set(url('../images/about_bg.jpg') 1x, url('../images/about_bg@2x.jpg') 2x, url('../images/about_bg@3x.jpg') 3x);*/
		/*background-position: 50% 100%;*/
		/*background-repeat: no-repeat;		*/
	}

	.page-id-318 .pageContent {
		max-width: 780px;
	}
	/*About*/
	/*Contacts*/
	.staffList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.staffList__item {
		position: relative;
		flex: 0 1 49%;
		text-align: left;
		margin-bottom: 70px;
	}

	.staffList__image {
		float: left;
		margin-right: 24px;
		margin-bottom: 0;
	}

	.page-id-321 #omc-full-article .pageContent .wp-block-columns h4 {
		font-size: 24px;
	}

	.page-id-321 #omc-full-article .pageContent .wp-block-columns p {
		font-size: 18px;
	}
	.page-id-321 #omc-full-article .pageContent .wp-block-column:last-child p	{
		margin-bottom: 12px;
	}

	.page-id-321 #omc-full-article .pageContent .wp-block-column:last-child p:last-child {
		margin-bottom: 0;
	}
	/*Contacts*/

	/*Blocks*/
	.UnderHeader .g-1,
	.AboveFooter .g-1 {
		display: block;
	}
	/*Blocks*/

	/*Search*/
	.search #omc-main  article.omc-blog-two {
		float:  left;
		margin:  0 10px 20px 10px;
		width:  calc(50% - 20px);
	}

	.search #omc-main  article.omc-blog-two:nth-child(even) {
		clear:  left;
	}
	/*Search*/

	/* Article */
	.articleShort {
		font-size: 16px !important;
	}
	/* Article */

	/*Footer*/
	.footer_subscribe.footerTags .mc_input {
		max-width: 450px;
	}

	#footerImages  {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 0 none;
	}	

	#footerImages .footerImages__main {
		margin-bottom: 0;
		margin-right: 16px
	}

	#footerImages .footerImages__small .image {
		margin: 0 8px;
	}
	/*Footer*/
}

@media only screen and (min-width: 1024px) {

	/*Header*/
	.header_row {
		padding-bottom: 12px;
	} 

	a#omc-logo {
		max-width: 250px;
	}

	#topLogin {
		margin: 27px 0 0 24px;
	}

	#socialbox-2 {
		margin-top: 18px;
	}

	.header_btns {
		margin-top: 12px;
	}
	/*Header*/
	/*HomePage*/
	.featured_post.first_featured {
		float: left;
		width: 60%;
	}

	.featured_col {
		float: right;
		margin-left: 15px;
		width: calc(40% - 15px);
		flex-direction: column;
		justify-content: flex-start;
	}

	.featured_col .featured_post {
		flex-direction: row;
		width: 100%;
	}

	.featured_col .featured_post a {
		flex: 0 0 50%;
	}

	.featured_col .attachment-featured-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.featured_col .featured_post .caption {
		position: relative;
		flex: 0  0 50%;
	}

	.featured_col .cat_label {
		top: 10px;
		right: unset;
		left: 10px;
		height: unset;
		min-width: unset;
		line-height: 1;
		font-size: 12px;
		padding: 3px 6px;
	}
	/*HomePage*/
	/*Blocks*/
	.UnderHeader,
	.UnderHeader .textwidget,
	.AboveFooter .siteWidth,
	.AboveFooter .siteWidth .textwidget {
		display: flex;
		justify-content: center;
		align-items: center;
	}	

	.UnderHeader .textwidget,
	.AboveFooter .siteWidth .textwidget {
		margin: 0 -12px;
	}

	.UnderHeader .textwidget > #text-8,
	.UnderHeader .textwidget > #text-7,
	.AboveFooter .siteWidth .textwidget	> #text-8,
	.AboveFooter .siteWidth .textwidget	> #text-7 {
		margin: 0 12px !important;
	}

	.UnderHeader > div,
	.AboveFooter .siteWidth > div {
		padding: 24px 8px;
	}
	/*Blocks*/
	/*PopUp*/
	#popmake-143615 .popmake-content {
		margin-top: 20vh;
		max-width: 828px;
	}

	#popmake-143617 .popmake-content {
		max-width: 828px;		
	}

	#popmake-143615 .popmake-title,
	#popmake-143617 .popmake-title {
		display: none;
	}

	#popmake-143615 .searchInput {
		padding: 24px;
		font-size: 24px;
		height: 76px;
	}

	#popmake-143615 .searchSubmit {
		width: 76px;
		height: 76px;
		background-size: 23px 26px;
	}

	#popmake-143615 .popmake-close,
	#popmake-143617 .popmake-close {
		width: 64px;
		height: 64px;
		background-image: url('../images/svg/close_white_circle.svg');
		background-size: 46px;
	}
	/*PopUp*/

	/*Footer*/
	#footerImages .footerImages__main {
		margin-left: 0
		margin-right: 50px
	}

	#footerImages .footerImages__small .image {
		margin: 0 16px;
	}
	/*Footer*/		
}

@media only screen and (max-width: 1024px) {
	article#omc-full-article h1 {
		font-size: 1.4em
	}
}

@media only screen and (max-width: 768px) {


	article#omc-full-article .omc-single-tags b {
		font-size: 14px;
	}

	article#omc-full-article .omc-single-tags a {
		margin: 0 8px 6px 0;
		padding: 1px 6px;
	}
}

@media only screen and (max-width: 460px) {
	article#omc-full-article .articleImg a.omc-flex-category {
		top: 12px;
		right: 12px;
		padding: 3px 8px;
	}

	article#omc-full-article .articleImg .articleAbsolute {
		right: 12px;
		bottom: 12px;
		left: 12px;
	}

	article#omc-full-article .omc-single-tags b {
		font-size: 14px;
	}

	article#omc-full-article .omc-single-tags a {
		margin: 0 6px 4px 0;
		padding: 0px 4px;
	}
}

@media only screen and (max-width: 540px) {
	article#omc-full-article .articleImg h1 {
		margin-bottom: 8px;
		font-size: 1.4em;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 1200px) {

	/*HomePage*/
	.featured_post.first_featured .attachment-featured-image {
		height: 100%;
	}

	.featured_col .featured_post:last-child {
		display: flex;
	}
	/*HomePage*/
}