@media only screen and (max-width : 768px) {
	body {
	}
	
	#navTop, #navLang, #m-selector, #cf-logo, #logos {
		display: none;
	}
	
	table.img-container, table.img-container table, .img-container img, .info table, .info table img {
		width: 100%;
		height: auto;
	}
	
	#header {
		height: 78px;
		border-bottom: 3px solid #f37e00;
		margin-bottom: 119px;
	}
	
	#slides {
		height: 119px;
		top: 81px;
	}
	
	#logo {
		top: 11px;
		left: 10px;
	}
	
		#logo a {
			width: 120px;
			height: 56px;
		}
		
	#m-selector {
		display: block;
		position: absolute;
		right: 0px;
		top: 0x;
	}
	
		#m-selector a {
			display: block;
			width: 26px;
			height: 13px;
			background: url(../images/m-selector.png) center no-repeat;
			padding: 25px 20px;
			cursor: pointer;
		}
		
			#m-selector a span {
				display: none;
			}
			
	#header, #wrapper {
		background: #dcccae;
	}
	
	#wrapper {
		padding: 15px 10px 35px;
	}
	
	#content {
		min-height: 300px;
	}
	
	#content h1 {
		padding: 8px 0px 8px 46px;
		margin: 0px 0px 15px 0px;
		font-size: 22px;
		line-height: 22px;
		background-position: left top 3px;
		background-size: 30px 31px;
	}
			
	#footer {
		background: #b0a38b;
		height: 136px;
		border-top: 3px solid #f37e00;
	}
	
	#m-logos {
		display: block;
		height: 100px;
	}
	
	#eu1 {
		width: 202px;
		top: 32px;
		right: 107px;
	}
	
	#eu2 {
		width: 86px;
		top: 18px;
		right: 9px;
	}
	
	#created {
		background: #dcccae;
		padding: 11px 10px;
		color: #000000;
	}
	
		#created .s1 {
			position: initial;
			float: right;
		}
		
			#created .s1 a {
				background-image: url(../images/puslapis-black.png);
			}
			
	/* navMobile */
	#m-nav {
		display: none;
		position: absolute;
		top: 81px;
		width: 100%;
		z-index: 999;
	}
	
		#m-nav ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			#m-nav ul li {
				position: relative;
				min-height: 39px;
				background: #f37e00;
				border-top: 1px solid #f59833;
			}
			
			#m-nav ul li.pointer {
				cursor: pointer;
			}
			
				#m-nav ul li.first {
					border-top: none;
				}
				
				#m-nav > ul > li.last {
					border-bottom: 1px solid #f59833;
				}
				
				#m-nav ul li.selected {
/* 					border-top: 1px solid #755f36; */
				}
		
		
				#m-nav ul li a {
					display: block;
					font-size: 14px;
					font-weight: normal;
					color: #ffffff;
					text-decoration: none;
					padding: 12px 20px 13px 20px;
					line-height: 14px;
					text-transform: capitalize;
				}
		
				#m-nav ul li a:hover {
					text-decoration: underline;
				}
				
				#m-nav ul li.selected > a {
					font-weight: bold;
				}
		
		
		#m-nav ul li ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			#m-nav ul li ul li {
				min-height: 39px;
				background: #f48b1a;
				border-top: 1px solid #f6a248;
			}
			
				#m-nav ul li ul li.first {
					border-top: 1px solid #f6a248;
				}
			
				#m-nav ul li ul li.selected {
/* 					border-top: 1px solid #755f36; */
				}
			
				#m-nav ul li ul li a {
					display: block;
					font-size: 14px;
					font-weight: normal;
					color: #ffffff;
					text-decoration: none;
					padding: 12px 20px 13px 20px;
					line-height: 14px;
					text-transform: capitalize;
				}
		
				#m-nav ul li ul li a:hover {
					text-decoration: underline;
				}
				
				#m-nav ul li.selected ul li.selected > a {
					font-weight: bold;
				}
					
		
		#m-nav ul li ul li ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			#m-nav ul li ul li ul li {
				min-height: 39px;
				background: #f59833;
				border-top: 1px solid #f7ad5c;
			}
			
				#m-nav ul li ul li ul li.first {
					border-top: 1px solid #f7ad5c;
				}
			
				#m-nav ul li ul li ul li.selected {
/* 					border-top: 1px solid #755f36; */
				}
			
				#m-nav ul li ul li ul li a {
					display: block;
					font-size: 14px;
					font-weight: normal;
					color: #ffffff;
					text-decoration: none;
					padding: 12px 20px 13px 20px;
					line-height: 14px;
					text-transform: capitalize;
				}
		
				#m-nav ul li ul li ul li a:hover {
					text-decoration: underline;
				}
				
				#m-nav ul li.selected ul li.selected ul li.selected > a {
					font-weight: bold;
				}
				
	#m-nav ul li.lang {
		padding-left: 10px;
	}
				
		#m-nav ul li.lang a {
			float: left;
			padding: 0px;
			margin: 5px 0px;
			width: 32px;
			height: 32px;
		}
		
			#m-nav ul li.lang a.selected {
				font-weight: bold;
			}
			
				#m-nav ul li.lang a span {
					line-height: 32px;
					padding: 0px 10px;
				}
				
		#m-nav ul li.lang #m-separator {
			width: 1px;
			height: 13px;
			float: left;
			background: #0f93d6;
			margin: 16px 8px 13px 8px;
		}
		
	#m-navBottom {
		position: relative;
		display: block;
		width: 100%;
		height: 9px;
		background: transparent url(../images/m-menu-shadow.png) center center no-repeat;
		background-size: 100% 100%;
	}
			
	#m-nav div.mmore {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		background: url(../images/m-menu-icon.png) top 17px right 20px no-repeat;
		width: 13px;
		height: 7px;
		padding: 20px 20px 12px 16px;
	}
	
	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select,
	.formcontainer p.resizeable textarea {
		width: 97%;
	}