@charset "UTF-8";




/* R E T I N A */

img.logo_def {
	display: block;

}

img.logo_retina {
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
	img.logo_def {
		display: none !important;
	}

	img.logo_retina {
		display: block !important;
	}

	 footer .row .col-md-2 a, footer .row .col-md-3 a {
		height: 110px !important;
		text-align: center;
	}
	footer .row .col-md-2 a img, footer .row .col-md-3 a img {
		max-width: 180px;
		height:auto;
	}
	footer .row .col-md-3 a.logo_muk img  {
		max-width: 200px;
		height:auto !important;
	}


}



/* R E S P O N S I V E */

@media only screen and (max-width: 1200px) {
	.news-detail .img-wrap .mediaelement:first-child a img {
		width: 100%;
		height: auto;
	}
	.subnav .col-md-11 div ul li {
		float: left;
		margin-left: 10px;
	}
	nav a {
		font-size: 16px;
	}

	.coloredbuttons .item {
		padding: 50px 20px 15px 20px;
	}

	.coloredbuttons .wrapper::before {
		font-family: T3tIcons;
		height: 35px;
		font-size: 35px;
		top: -35px;
	}
	.coloredbuttons h3 {
		font-size: 18px;
	}
}


@media only screen and (max-width: 1024px) {

	.subfooter .col-xs-12 {

		padding-bottom: 25px;

	}
	#mainnavcontent-mobi {
		position: fixed;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0px;
	}
	.navbar-brand {
		padding: 0;
		left: 15px;
	}

	#mainnavcontent-mobi nav ul ul,
	.whitepage .nav-col,
	.searchbar {
		display: none;
	}
	#mainnavcontent-mobi .mobile-sticky-nav nav a,
	#mainnavcontent-mobi nav ul li.active > a {
		color: #c01111;
	}
	#mainnavcontent-mobi .mobile-sticky-nav nav a:hover {
		color: #c01111;
	}

	#mainnavcontent-mobi nav ul li.active > ul {
		display: block;
	}
	::-moz-placeholder {

		opacity: 1;

	}
	#mainnavcontent-mobi nav ul ul.submenu li.sub > a::after,
	#mainnavcontent-mobi nav ul ul.submenu > ul > li.sub > a::after {

		content: '\e938';
		font-family: 'T3tIcons';
		color: #c01111;
		font-size: 18px;
		position: relative;
		right: -5px;
		top: 3px;
		line-height: 12px;
		font-weight: bold;

	}
	#mainnavcontent-mobi #langmenu li {
		padding: 10px 10px 10px 10px;
		font-size: 18px;
		font-family: 'Montserrat', Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 25px;
		text-decoration: none;
	}
	.logo-wide .navbar-brand {
		height: auto;
	}
	#breadcrumpcontent .container {
		padding: 0 0 10px 0;
	}
	section {
		padding: 20px 0 0 0;
	}
	#menu-center {

	}
	.subnav {
		display: none;
	}
	nav ul li.space {
		display: none;
	}
	.home-wrapper .navbar .navbar-bg {
		height: 90px;
	}
	.overlay-main {
		top: 0px;
	}
	.navbar-toggle {
		display: block;
		position: fixed;
		right: 7px;
		top: 15px;
		width: 50px;
		height: 35px;
		margin: 0px;

		z-index: 999999;
		background-color: transparent !important;
		border:none !important;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
		border:none;
	}
	.navbar-toggle .icon {
		width: 28px;
		height: 2px;
		margin-left: 3px;
	}
	.navbar-toggle.active .icon {
		display: none;
	}
	.navbar-toggle.active:before {
		content: '\e91c';
		font-family: 'T3tIcons';
		font-size: 25px;
		font-weight:bold;
		position: absolute;
		right: 4px;
		top:  5px;
	}
	.navbar-toggle:hover .icon {
		background-color: #c01111;
	}
	/*menu block*/
	.navbar-default {
		position: fixed;
		border-bottom: 1px groove rgba(255, 255, 255, 0);
		top: 0px;
	}
	.navbar-brand {
		position: fixed;
		top: 0px;
	}
	.slider-wrapper .breadcrumb,
	.breadcrumb {
		margin: 10px 0 0 0px;
	}
	.slider-wrapper #breadcrumpcontent,
	#breadcrumpcontent {
		margin-top: 70px;
		padding: 0;
	}
	.sticky-nav .navbar-brand {
		position: fixed;
		top: 0px;
	}
	.sticky-nav {
		position: fixed;
		height: 70px;
		top: 0px;
		left: 0px;
	}
	.navbar-brand img {
		width: 90%;
	}
	#main-menu {
		position: absolute;
		right: 0px;
		top: 0px;
		padding: 10px 0 0 10px;
		width: 80%;
		height: 100%;
		display: block;
		background: #eaeaea;
		z-index:9999;
		overflow: auto;
		overflow-x: hidden;
	}
	.menu-init {
		opacity: 1;
		top: -100%;
		-webkit-transition: top 1s cubic-bezier(.165, 0.840, 0.440, 1.000), opacity 0.4s linear;
		-moz-transition: top 1s cubic-bezier(.165, 0.840, 0.440, 1.000), opacity 0.4s linear;
		-o-transition: top 1s cubic-bezier(.165, 0.840, 0.440, 1.000), opacity 0.4s linear;
		transition: top 1s cubic-bezier(.165, 0.840, 0.440, 1.000), opacity 0.4s linear;
	}
	.menu-show {
		opacity: 1;
		top: 0px;
		-webkit-transition: top 1s cubic-bezier(.165, 0.840, 0.440, 1.000), opacity 0.4s linear;
		-moz-transition: top 1s cubic-bezier(.165, 0.840, 0.440, 1.000), opacity 0.4s linear;
		-o-transition: top 1s cubic-bezier(.165, 0.840, 0.440, 1.000), opacity 0.4s linear;
		transition: top 1s cubic-bezier(.165, 0.840, 0.440, 1.000), opacity 0.4s linear;
	}
	nav {
		margin-top: 0px;
		position: relative;
		float: none;
		right: 0px;
		top: 0px;
		height: 100%;
		background-color: #eaeaea;
		z-index: 999;
	}
	nav ul li, nav ul li.btn {
		display: block;
		margin: 0 0 0 0;
		margin-right: 15px;
		text-align: left;
		background: rgba(0, 0, 0, 0);
	}
	nav ul li.btn {
		padding: 0px 0px 0px 0px;
		padding: 10px;
		margin-right: 15px;
	}
	nav ul li.btn:hover {
		color: #ff6600;
		background: rgba(0, 0, 0, 0);
	}
	nav ul li.btn a:hover {
		color: #ff6600;
	}
	nav a {
		display: block;
		padding: 10px;
		line-height: 30px;
	}
	nav ul ul {
		position: relative;
		top: 0px;
		margin-left: 15px;
	}
	nav ul ul li {
		background: rgba(21, 23, 29, 0);
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}
	nav ul ul ul li {
		position: relative;
		top: 0px;
		left: 0px;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}
	nav ul ul li a {
		line-height: 20px;
		font-weight: 300;
		font-size: 8pt;
	}
	nav ul ul ul.sub-mobile {
		display: none;
	}
	/*menu block end*/

	.navbar-toggle {
		border-color: transparent; /* Removes border color */
		float: left; /* Move navbar toggle to left */
	}
	.navbar-toggle .icon-bar {
		background-color: rgba(0,0,0,1); /* Changes regular toggle color */
	}
	.navbar-toggle .icon-bar:hover {
		background-color: rgba(0,0,0,1); /* Changes toggle color on hover */
	}
	/* menu block white */
	.navbar-default-white {
		position: fixed;
		border-bottom: 1px groove rgba(255, 255, 255, 0);
		top: 0px;
	}

	.navbar-brand.white {
		position: fixed;
		left: 30px;
		top: 0px;
	}
	.sticky-nav .navbar-brand.white {
		position: fixed;
		top: 0px;
	}
	.sticky-nav {
		position: fixed;
		height: 70px;
		top: 0px;
		left: 0px;
	}
	.navbar-brand.white img {
		width: 90%;
	}
	footer .row .col-xs-12 {
		width: 100%;
		display: block;
		clear: both;
		float: left;
		height:auto;
		padding: 5px 0;
	}
	footer .row .col-xs-12 a {
		width: 100%;
		text-align: center;
		display: block;
	}

	/****** revolution slider queries end *****/
}
@media only screen and (max-width: 768px) {

	.whitepage .frame-layout-7 ul li, .whitepage .frame-layout-6 ul li {
		width: 100%;
		float: left;
		padding: 3px 5px 3px 0;
	}

	.navbar-brand img {
		width: 80%;
	}
	.tx-muk .news-list .item-longlist .wrap-news-text {
		margin-left: 0px;
	}
	.tx-muk .news-list .item-longlist .wrap-news-img,
	.row-latest-links,
	.hide-menu,
	.swiper-container,
	#slidercontent{
		display: none;
	}

	.container-main .row {
		margin: 0;
	}




	footer .row .col-xs-12 a img {

	}
	footer .row .col-md-1:first-child {

		text-align: center;
	}
	footer .social-wrap {
		height:auto;
		text-align: center;
	}
	footer .row .col-md-1 a {
		height: auto;
		text-align: center;
	}
	.news-latest .item-list {
		padding: 0;
	}
	.news-latest .item-list .item-wrap a img {
		width: 100%;
		height:auto;
	}
	.table-responsive {
		border: none;
	}


	.coloredbuttonscontent {
		top: 0;
		margin-top:90px;
	}
	.home-wrapper #maincontent {

	}
	section.newsletter,
	section.subfooter,
	footer {

	}
	.coloredbuttons .item {
		min-height: 0;
		padding: 20px 20px 15px 20px;
		display: block;
		clear: both;
		width: 100%;
	}
	.coloredbuttons .item:last-child {
		display: block;
	}
	.coloredbuttons .item .wrapper:before,
	.coloredbuttons .item .wrapper a span {
		display: none;
	}
	.container-home .left-col {
		width: 100%;
		padding: 20px;
	}
	.container-home .right-col {
		width: 100%;
		padding: 20px;
	}
	.item-wrap::after {
		content: ' ';
		position: absolute;
		bottom: 20px;
		left: 0px;
		border-bottom: 1px solid #ccc;
		padding: 0;
		margin: 0;
		width: 75%;
	}
	.item-wrap:last-child::after {
		border-bottom: none;
	}
	.swiper-slide .title-wrapper {
		top: 150px;
		left: 10%;
		width: 80%;
	}
	.swiper-slide .title-wrapper h2 {
		font-size: 28px;
		width: 80%;
	}
	.ce-textpic {

	}
	.ce-textpic .ce-gallery {
		clear: both;
	}
	.ce-textpic .ce-bodytext {
		display:block;
		clear: both;
	}
	.ce-right .ce-gallery {
		float:left;
	}
	.ce-intext.ce-right .ce-gallery {
		margin-left: 0;
	}




}
@media only screen and (max-width: 600px) {

}
@media(max-width:414px) {

}
@media(max-width:360px) {

}
@media(max-width:320px) {

}
