@media only screen and (min-width: 1011px) {
	#main-menu nav {
		display: block !important;
	}
}

/***--- responsive -------------------------------------------------***/
/* content 980*/
@media only screen and (max-width: 1330px) {
	#c-header #header,
	#main-menu,
	#c-middle,
	#footer,
	#logotypes {
		width: 980px;
	}

	#c-header {
		height: 381px;
	}
	
	#c-header #header #c-header-image {
		width: 750px;
		height: 261px;
	}
	
	#logo {
		width: 187px;
		height: 230px;
		top: 70px;
		left: 43px;
	}
	
	#top-icons {
		right: 0;
		width: auto;
	}
	
	#main-menu {
		font-size: 24px;
	}

	#main-menu a,
	#main-menu a:hover {
		padding-left: 25px;
		padding-right: 25px;
	}

	#c-left {
		width: 250px;
		margin-right: 30px;
	}
	
	#c-right {
		width: 700px;
	}
	
	.news > .txt {
		width: 540px;
	}
	
	.cmp-image > .left img, 
	.cmp-image > .right img {
		max-width: 340px;
	}
	
	.cmp-file > .txt {
		width: 635px;
	}
	
	.cmp-movie > .movie > iframe {
		height: 387px;
	}
	
	.cmp-gallery.n-image > .item {
		width: 130px;
		height: 98px;
		line-height: 98px;
	}
	
	.cmp-gallery.n-image > .item > img {
		max-width: 130px;
		max-height: 98px;
	}
	
	#footer-menu {
		margin-left: 0;
	}
	
	#footer-address {
		width: auto;
		margin-right: 0;
	}
	
	#logotypes > img,
	#logotypes > a {
		margin: 0 5px;
	}
	
	#overlay-content > .popup {
		max-width: 90% !important;
	}
	
	#overlay-content > .popup .item.active {
	    max-width: 100%;
	}
	
	#overlay-content > .popup img {
	    max-width: 100%;
	}
}


/* content 700*/
@media only screen and (max-width: 1010px) {
	#c-header #header,
	#main-menu,
	#c-middle,
	#footer,
	#logotypes {
		width: 700px;
	}
	
	#c-header {
		height: auto;
	}
	
	#c-header #header {
		height: 290px;
	}
	
	#c-header #header #c-header-image {
		width: 540px;
		height: 188px;
		top: 102px;
	}

	#c-site-title {
		font-size: 30px;
	}

	#logo {
		width: 138px;
		height: 170px;
		/*top: 70px;*/
		top: 112px;
		left: 30px;
	}

	#top-icons {
		top: 60px;
	}

	#c-main-menu {
		position: static;
		height: auto;
		min-height: 42px;
		background: none !important;
	}
	
	#main-menu {
		height: auto;
		text-align: left;
		background: none !important;
	}
	
	#main-menu nav {
		display: none;
	}
	
	#main-menu ul {
		text-shadow: none !important;
	}
	
	#main-menu ul li,
	#main-menu ul li.banner,
	#main-menu ul li.l-menu {
		background: none;
		padding: 0;
		display: block;
		border-bottom: 1px solid #e5e5e5;
	}
	
	#main-menu ul li.left-menu-header,
	#main-menu .lm-title {
		padding: 10px 10px 5px 10px;
		display: block;
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 0;
		text-align: left;
	}
	
	#main-menu a,
	#main-menu ul li.mm-pos-2l a {
		display: block !important;
		padding: 10px 0 10px 48px !important;
		font-size: 16px !important;
		line-height: 20px !important;
		height: auto !important;
	}
	
	#main-menu li:hover,
	#main-menu a:hover {
		background: #eee;
	}
	
	#main-menu li:hover a,
	#main-menu a,
	#main-menu a:hover,
	#main-menu a:active {
		color: #000;
	}
	
	#main-menu a br {
		display: none;	
	}
	
	#main-menu a .resp {
		display: inline;
	}
	
	#main-menu .responsive {
		display: block;
	}
	
	#main-menu-trigger {
		display: block;
	}
	
	.banners,
	.left-menu {
		display: none;
	}
	
	#c-left,
	#c-right {
		float: none !important;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
		padding-top: 0 !important;
	}
	
	#c-right {
		margin-bottom: 40px;
	}
	
	.banners {
		display: none;
	}

	#left-recommended {
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #ccc;
		margin-top: 40px;
	}

	#left-recommended a {
		float: left;
		width: 213px;
		margin: 0 10px;
		border: 0 !important;
	}

	#c-middle {
		margin-top: 20px;
	}
	
	#logotypes {
		border-top: 1px solid #ccc;
	}
	
	#footer-menu .menu-sec {
		width: 213px;
		margin-bottom: 20px;
	}
}


/* content 640*/
@media only screen and (max-width: 720px) {
	#c-header #header,
	#main-menu,
	#c-middle,
	#footer,
	#logotypes {
		width: 640px;
	}
	
	#c-header #header {
		/*height: 230px;*/
		padding-top: 15px;
		height: 130px;
	}
	
	#c-header #header #c-header-image {
		/*width: 490px;*/
		/*height: 170px;*/
		display: none;
	}

	#c-site-title {
		font-size: 26px;
		position: static;
		text-align: center;
	}

	/*#logo {*/
	/*	width: 119px;*/
	/*	height: 147px;*/
	/*	top: 60px;*/
	/*}*/

	#logo {
		width: 73px;
		height: 90px;
		/*top: 10px;*/
		/*right: 20px;*/
		top: 50px;
		left: 0;
	}

	#top-icons {
		top: 70px;
		/*right: auto;*/
		/*left: 20px;*/
	}


	body,
	#s-content {
		font-size: 16px;
		line-height: 20px;
	}
	
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	
	h2 {
		font-size: 24px;
		line-height: 24px;
	}
	
	h3 {
	    font-size: 18px;
	    line-height: 18px;
	}
	
	.news > .txt {
		width: 480px;
	}
	
	.cmp-image > .left img,
	.cmp-image > .right img {
		max-width: 300px;
	}
	
	.cmp-image img {
	    margin-bottom: 10px;
	}
	
	.cmp-file > .txt {
		width: 575px !important;
	}
	
	.cmp-movie > .movie > iframe {
		height: 360px;
	}
	
	.cmp-gallery.n-image > .item {
		width: 150px !important;
		height: 112px !important;
		line-height: 112px !important;
	}
	
	.cmp-gallery.n-image > .item > img {
		max-width: 150px !important;
		max-height: 112px !important;
	}

	#left-recommended a {
		width: 193px;
	}
	
	#footer-menu .menu-sec {
		width: 193px;
	}
}


/* content 540*/
@media only screen and (max-width: 660px) {
	#c-header #header,
	#main-menu,
	#c-middle,
	#footer,
	#logotypes {
		width: 540px;
	}
	
	#c-header #header {
		height: 125px;
		padding-top: 15px;
	}
	
	#c-header #header #c-header-image {
		display: none;
	}

	#c-site-title {
		position: static;
		font-size: 24px;
		text-align: center;
	}

	#logo {
		width: 73px;
		height: 90px;
		/*top: 10px;*/
		/*right: 20px;*/
		top: 50px;
		left: 0;
	}

	#top-icons {
		top: 70px;
		/*right: auto;*/
		/*left: 20px;*/
	}
	
	#s-content {
		font-size: 14px;
		line-height: 18px;
	}
	
	.news > .txt {
		width: 380px;
	}
	
	.cmp-text ul li,
	.cmp-text ol li {
		margin-bottom: 7px;
	}
	
	.cmp-text p {
		margin-bottom: 10px;
	}
	
	.cmp-image > .left {
		margin-right: 20px;
	}
	
	.cmp-image > .right {
		margin-left: 20px;
	}
	
	.cmp-image > .left img,
	.cmp-image > .right img {
		max-width: 260px;
	}
	
	.cmp-file > .txt {
		width: 475px !important;
	}
	
	.cmp-movie > .movie > iframe {
		height: 300px;
	}
	
	.cmp-gallery.n-image > .item {
		width: 125px !important;
		height: 94px !important;
		line-height: 94px !important;
	}
	
	.cmp-gallery.n-image > .item > img {
		max-width: 125px !important;
		max-height: 94px !important;
	}
	
	#logotypes .resp {
		display: inline;
	}

	#left-recommended a {
		width: 160px;
	}

	#footer-menu .menu-sec {
		width: 250px;
	}
	
	#footer-address {
		float: left;
		margin-top: 30px;
	}
}


/* content 450*/
@media only screen and (max-width: 560px) {
	#c-header #header,
	#main-menu,
	#c-middle,
	#footer,
	#logotypes {
		width: 450px;
	}

	#c-header #header {
		padding: 20px 0;
		height: auto;
		min-height: 110px;
	}

	#logo {
		top: 5px;
	}

	#top-icons {
		left: auto;
		right: 0;
		top: auto;
		bottom: 5px;
	}

	#c-site-title {
		position: static;
		margin-left: 80px;
		padding-left: 20px;
	}
	
	.news > .txt {
		width: 290px;
	}
	
	.news-arch {
		width: 100%;
		margin-left: 0 !important;
	}

	#s-content table {
		font-size: 10px;
		line-height: 14px;
	}

	.cmp-image > .left img,
	.cmp-image > .right img {
		max-width: 215px;
	}
	
	.cmp-file > .txt {
		width: 385px !important;
	}
	
	.cmp-movie > .movie > iframe {
		height: 250px;
	}
	
	.cmp-gallery.n-image > .item {
		width: 140px !important;
		height: 105px !important;
		line-height: 105px !important;
	}
	
	.cmp-gallery.n-image > .item > img {
		max-width: 140px !important;
		max-height: 105px !important;
	}

	#left-recommended a {
		width: 130px;
		height: 100px;
	}

	#footer-menu .menu-sec {
		width: 205px;
	}
}


/* content 300*/
@media only screen and (max-width: 470px) {
	#c-header #header,
	#main-menu,
	#c-middle,
	#footer,
	#logotypes {
		width: 300px;
	}

	/*#c-header #header {*/
	/*	height: 130px;*/
	/*}*/

	#c-header #header {
		padding-bottom: 50px;
	}

	/*#c-site-title,*/
	/*#top-icons {*/
	/*	left: 0;*/
	/*}*/

	#c-site-title {
		font-size: 20px;
	}

	/*#top-icons {*/
	/*	top: 60px;*/
	/*}*/

	/*#logo {*/
	/*	!*width: 84px;*!*/
	/*	!*height: 100px;*!*/
	/*	!*top: 18px;*!*/
	/*	!*right: 0;*!*/
	/*	display: none;*/
	/*}*/
	
	.news > .min-image {
		display: none;
	}
	
	.news > .txt {
		width: 300px;
	}

	#s-content table {
		font-size: 9px;
		line-height: 13px;
	}

	.cmp-image > .left {
		margin-right: 10px;
	}
	
	.cmp-image > .right {
		margin-left: 10px;
	}
	
	.cmp-image > .left img,
	.cmp-image > .right img {
		max-width: 150px;
		margin-bottom: 10px;
	}
	
	.cmp-file > .txt {
		width: 235px !important;
	}
	
	.cmp-movie > .movie > iframe {
		height: 170px;
	}
	
	.cmp-gallery.n-image > .item {
		width: 90px !important;
		height: 68px !important;
		line-height: 68px !important;
	}
	
	.cmp-gallery.n-image > .item > img {
		max-width: 90px !important;
		max-height: 68px !important;
	}

	#left-recommended a {
		width: 130px;
		height: 80px;
	}
	
	#footer-menu,
	#footer-address {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	
	#footer-menu .menu-sec {
		width: 100%;
		margin-right: 0;
	}
	
	#footer-address {
		margin-top: 40px;	
	}
	
	#lioosys {
		margin-left: 0;
		width: 100%;
		text-align: right;
	}
}
