@font-face
{
    font-family: "general";
   	font-weight: normal;
   	src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face
{
    font-family: "special";
   	font-weight: normal;
   	src: url("../fonts/Poppins-Regular.ttf");
}
@font-face
{
    font-family: "special";
   	font-weight: bold;
   	src: url("../fonts/Poppins-Bold.ttf");
}
@font-face
{
    font-family: "logo";
   	font-weight: normal;
   	src: url("../fonts/CLEANVEL.TTF");
}

body {
	font-family: "special"; 	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 17px;		
	color: #555;
	height: 100%;
	background: #fff;
	box-sizing: border-box;	
	/*background-color: #e9e9e9;*/
	background-color: #fff;
}
a {
	text-decoration: none;
	color: #74c3ec;
}
a:hover {
	text-decoration: none;
	color: #aaa;
	cursor: pointer;
}
img {
	border: 0px;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select, h1, h2, label, li, p {
	 font-family: "special";	 
}

.global-width {
	width: 80%;	
}
.header-section {
	width: 100%;				
}
.separator-section {
    width: 100%;				
    margin: 10px 0px;
}
.separator-body {
    margin: auto;
    background-color: #ddd;
    height: 10px;
}
.header-body {	
	margin: auto;
    padding: 0px 20px 0px 0px;	
    box-sizing: border-box;
	min-height: 70px;
	position: relative;
	background-color: #fff;
}
.header-body .logo {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 62px;
	height: 50px;
	background: url("../images/logo2.png") top left no-repeat;		
	background-size: cover;
	cursor: pointer;
}
.header-body .logo_en {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 62px;
	height: 50px;
	background: url("../images/logo2_en.png") top left no-repeat;		
	background-size: cover;
	cursor: pointer;
}
.header-body .slogan {
	font-family: "special";
	font-size: 14px;
	line-height: 14px;
	color: #66594d;
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
	left: 89px;
	top: 7px;
}
.header-body .bronze-label {
    float: right;
    margin: 10px 0px 0px 0px;
}
.header-body .menu-bar {
	text-align: right;
	line-height: 20px;
}	
.header-body .menu-bar ul {
	float: right;
	margin: 25px 0px;
}
.header-body .menu-bar ul a {	
	color: #555;
	cursor: pointer;
}
.header-body .menu-bar ul a:hover {	
	color: #aaa;
}
.header-body .menu-bar ul .active {	
	color: #74c3ec;
}
.header-body .menu-bar ul li {	
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "special";
	line-height: 16px;
	font-weight: bold;	
	padding: 0px 10px;
	border-left: 1px solid #ccc;	
}
.header-body .menu-bar ul > :first-child {	
	border: none;
}
.header-body .menu-bar ul > :last-child {	
	padding-right: 20px;
}
.header-body .menu-bar-small {
	display: block;
	font-size: 28px;
	text-align: right;
	line-height: 32px;
	padding: 20px 20px 0px 0px;
}	
.header-body .menu-bar-small ul {		
	padding: 0px;
	margin: 0px;
}
.header-body .menu-bar-small ul a {	
	color: #555;
}
.header-body .menu-bar-small ul a:hover {	
	color: #aaa;
}
.header-body .menu-bar-small ul .active {	
	color: #74c3ec;
}
.header-body .menu-bar-small ul li {	
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;	
	font-family: "special";
	padding: 5px 0px;	
	border: none;
}

.cookie-accept {
    background-color: #ccebfc;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #555;
    text-align: center;
}
.cookie-accept .well {
    padding: 30px;
}
.cookie-accept input {		
	font-size: 16px;
	color: black;
	padding: 5px 10px;
	border: none;
	border-radius: 10px;
    box-sizing: border-box;		
    margin: 0px 0px 0px 30px;
}

.carousel-section {
	width: 100%;				
}
.carousel-body {	
	width: 100%;				
	margin: auto;
	padding: 0px 0px 0px 0px;	
	height: 600px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
    margin-bottom: 20px;
}
.carousel-body ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 600px;
}
.carousel-body ul li {	
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	height: 600px;
}
.carousel-body ul li .image {	
	width: 100%;
	height: 600px;
	background-size: cover;
}
.carousel-body ul li .article {	
	margin: 0px;
	padding: 50px;
	color: white;	
	width: 30%;
	height: 600px;
	background: rgba( 158, 88, 76, 0.8 );
	box-sizing: border-box;		
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.carousel-body ul li .article h1 {	
	font-size: 24px;
	font-family: "special";
    line-height: 26px;
    margin-bottom: 60px;
}
.carousel-body ul li .article p {	
	font-size: 16px;
	line-height: 20px;
	font-family: "special";
	text-shadow: none;
}
.carousel-body ul li .article ul {	
	list-style-type: disk !important;
}
.carousel-body ul li .article ul li {	
	height: auto;
	font-size: 14px;
	line-height: 18px;
	font-family: "general";
	text-shadow: none;
}
.carousel-dots {	
	text-align: center;	
}

.map-search-section {
	width: 100%;				
}
.map-search-body {			
	width: 100%;				
	margin: auto;
	padding: 0px 0px 0px 0px;			
	background-color: #fff;	
	box-sizing: border-box;		
	color: #555;
	background-color: #ccebfc;
	margin-bottom: 20px;	
}
.map-search-body .column-left {	
	display: inline-block;
	vertical-align: top;	
	width: 33%;
	box-sizing: border-box;		
	padding: 30px;
	margin: 0px;
	height: 750px;
	overflow-y: auto;
}
.niceScrollbar::-webkit-scrollbar {
    width: 5px;
} 
.niceScrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #ccebfc;
    -webkit-box-shadow: inset 0 0 6px #ccebfc;
} 
.niceScrollbar::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid white;
}
.map-search-body .column-left .logo {	
	float: right;
	height: 20px;
	margin: 2px 0px 0px 0px;	
}
.map-search-body .column-left .profile-pic {	
    width: 100%;
	height: 150px;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;	
	border-radius: 10px;
	margin-bottom: 10px;
}
.map-search-body .column-left .logo-big {	
    float: left;
    width: 150px;
	height: 150px;
	background-position: center center; 
	background-repeat: no-repeat;     
    background-color: rgba( 255, 255, 255, 0.8 );
    background-size: 120px;
	border-radius: 10px 0px 0px 10px;
	margin-bottom: 10px;
}

.map-search-body .column-left .tab-container {
	margin: -30px -30px 0px -30px;
	background-color: white;
}
.map-search-body .column-left .tab {
	width: 50%;
	text-align: center;
	padding: 10px 0px;
	box-sizing: border-box;
	background-color: #ccebfc;
	font-weight: bold;	
	display: inline-block;
	vertical-align: top;	
	/*border-radius: 10px 10px 0px 0px;
	border-right: 2px solid white;*/
}
.map-search-body .column-left .tab-unselected {	
	cursor: pointer;
	background-color: #efefef;
}

.map-search-body .column-left ul {	
	list-style-type: none;	
	display: block;
	margin: 10px 0px;
	padding: 0px;	
}
.map-search-body .column-left ul li {	
	list-style-type: none;	
	display: block;	
}
.map-search-body .column-left a {
    color: #555555;
}
.map-search-body .column-left a:hover {	
    color: #74c3ec;
}

.map-search-body .column-right {	
	display: inline-block;
	vertical-align: top;	
	width: 67%;
	box-sizing: border-box;		
	padding: 0px;
	margin: 0px;
}

.search-section {
	width: 100%;				
}
.search-body {		
    width: 25%;
	margin: auto;
	padding: 20px 0px 20px 0px;			
	background-color: #fff;	
	box-sizing: border-box;		
	color: #555;
	background-color: #ccebfc;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
	margin-bottom: 20px;	
}
.search-body .search-field {		
	width: 90%;
	margin: auto;
    display: block;
    padding: 20px;
    box-sizing: border-box;
}
.search-body .search-field h1 {		
	font-size: 24px;
	line-height: 26px;
    font-weight: bold;
    text-align: center;
	margin: 0px 0px 40px 0px;
}
.search-body .search-field h2 {		
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}
.search-body .search-field input {		
	width: 100%;
	font-size: 16px;
	color: black;
	padding: 10px 20px;
	border: none;
	border-radius: 10px;
    box-sizing: border-box;		
    margin-bottom: 10px;
}
.search-body .search-field input[type="button"] {		
    margin-top: 20px;
    color: white;
    background-color: #555;
}
.search-body .search-field input:focus {
    outline: none;
}
.search-body .search-filters {
	width: 50%;
	margin: auto;
	display: block;
}
.search-body .search-filters .column {	
	display: inline-block;
	vertical-align: top;	
	width: 50%;
	box-sizing: border-box;		
	padding: 20px;
	margin: 0px;
}
.search-body .search-filters .column label, .map-search-body label {	
	display: block;
	padding: 0px 0px 6px 0px;
	font-weight: bold;
}
.search-body .search-filters .column select, .map-search-body select {	
	width: 100%;
	display: block;
	padding: 6px;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.search-body .search-filters .column input, .map-search-body input {	
	width: 100%;
	display: block;
	padding: 6px;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.search-body .search-filters .column input:focus, .search-body .search-filters .column select:focus, .map-search-body input:focus, .map-search-body select:focus {	
	outline: none;
}

.search-body .search-results {
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;		
	margin: auto;
	display: block;
}
.search-body .search-results .column {	
	display: inline-block;
	vertical-align: top;	
	width: 25%;
	box-sizing: border-box;		
	padding: 0px 20px 20px 0px;
	margin: 0px;	
}
.search-body .search-results .card {	
	width: 100%;
	box-sizing: border-box;		
	padding: 20px 40px 10px 40px;
	margin: 0px;
	background-color: white;
	border-radius: 10px;
	cursor: pointer;
}
.search-body .search-results .column h1, .map-search-body .column-left h1 {	
	text-align: left;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin: 12px 0px 12px 0px;
}
.search-body .search-results .column h1, .map-search-body .column-left h1 i {	
	margin-right: 15px;
}

.search-body .search-results .column h2, .map-search-body .column-left h2 {	
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
}
.search-body .search-results .column .logo {		
	height: 25px;
	margin: 0px 10px 0px 0px;
	vertical-align: -4px;
}
.search-body .search-results .column .profile-pic {	
	width: 100%;
	height: 150px;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;	
	border-radius: 10px;
}
.search-body .search-results .column table, .map-search-body .column-left table {	
	margin-top: 20px;
	width: 100%;
	vertical-align: top;
}
.search-body .search-results .column table td, .map-search-body .column-left table td {	
	padding-bottom: 10px;
	vertical-align: top;
}
.search-body .search-results .column table td, .map-search-body .column-left table td .marker {	
	vertical-align: -4px;
	height: 17px;
	margin: 0px -2px 0px 5px;
}

.search-body .search-results .column label, .map-search-body .column-left table label {	
	display: inline-block;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
    white-space: nowrap;
}
.search-body .search-results .column ul, .map-search-body .column-left table ul {	
	list-style-type: none;	
	display: block;
	margin: 0px;
	padding: 0px;
}
.search-body .search-results .column ul li, .map-search-body .column-left table ul li {	
	list-style-type: none;	
	display: block;
	text-align: right;
}
.search-body .search-results .column ul li, .map-search-body .column-left table input {	
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: -2px;
	margin: 0px 5px 0px 0px;
}

.search-body .search-results .column p {	
	font-weight: normal;
}

.article-section {
	width: 100%;				
}
.article-body {			
	margin: auto;
	padding: 0px 0px 0px 0px;			
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;		
	border-top: 10px solid #ddd;
	border-bottom: 10px solid #ddd;
}
.article-body .column-left {		    
	vertical-align: top;
	display: inline-block;
	width: 70%;
	padding-right: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;		
}
.article-body .column-left p {			
    font-family: "general";
    font-size: 14px;
    line-height: 18px;
}
.article-body .column-left p .downloadable {			
    color: #555;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 20px;
}
.article-body .column-left li {			
    font-family: "general";
    font-size: 14px;
    line-height: 18px;
}

.article-body .column-right {		
	vertical-align: top;
	display: inline-block;
	width: 30%;
	padding: 20px 0px 0px 0px;
	box-sizing: border-box;		
}
.article-body .column-right img {			
	width: 100%;
	margin-bottom: 5px;
    cursor: pointer;
    border-radius: 4px;
}
.article-body .column-right img:last-child {			
	margin-bottom: 0px;
}
.article-body .column-right p {			
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	margin-bottom: 15px;
}
.article-body h1 {		
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	padding-bottom: -2px;
	border-bottom: 4px solid #74c3ec;	
	margin: 10px 0px 30px 0px;
}
.article-body h2 {			
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: -2px;
	border-bottom: 4px solid #74c3ec;	
	margin: 20px 0px 30px 0px;
}
.article-body h3 {			
	font-size: 16px;	
	line-height: 18px;
	margin: 0px 0px 16px 0px;
}
.article-body ul {		
	list-style-type: none;	
}
.article-body ul li {	
	padding-left: 1em; 
	text-indent: -1.25em;
	margin-bottom: 10px;
}
.article-body ul li::before {
	content: "• ";
	color: #74c3ec;
	font-size: 2em;	
	line-height: 0.5em;
	vertical-align: -3px;
}
.feature-section {    
    width: 100%;				    
}
.feature-body {		
	margin: auto;		
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;		
    text-align: center;
    position: relative;
}
.feature-body .left-arrow {
    cursor: pointer;
    position: absolute;    
    left: -30px;    
    top: 34px;    
    font-size: 30px;    
    width: 30px;
    height: 30px;    
}
.feature-body .right-arrow {
    cursor: pointer;
    position: absolute;    
    right: -30px;    
    top: 34px;    
    font-size: 30px;    
    width: 30px;
    height: 30px;
}
.feature-body .column {	
	display: inline-block;
	vertical-align: top;	
	width: 25%;
	box-sizing: border-box;		
	padding-left: 30px;
	padding-right: 30px;
    margin: 0px;
}
.feature-body .column h1 {	
    font-family: "special";
	text-align: center;
	font-size: 24px;
    line-height: 26px;    
    user-select: none;
}
.feature-body .column p {	
    font-family: "general";
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.feature-body .column a {	
	color: #555;
}
.feature-body .column a:hover {	
 	color: #74c3ec;
}

.feature-body .column .decor {	
	width: 100%;
	height: 150px;
	margin-bottom: 16px;
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: 100% 100%;	
}
.feature-body .column .decor-image {	
	width: 100%;
	height: 150px;
	margin-bottom: 16px;
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: cover;	
}
.feature-body .column .decor2 {	
	width: 100%;
	padding: 30px 0px;
	margin-bottom: 16px;
	color: white;
	text-align: center;
	font-size: 40px;
	background: #bbb;	
}
.feature-body .column .decor2 i {	
	margin: 2px;
}
.feature-body .column .more {	
	width: 70px;
	margin: auto;
	display: block;	
	text-align: center;
	padding: 6px 10px;
	background-color: #74c3ec;
	color: #fff;
}

.news-section {
	width: 100%;				
}
.news-body {		
	margin: auto;	
	background-color: #fff;		
	padding-bottom: 20px;
	box-sizing: border-box;		
	text-align: left;
}
.news-body .column-left {	
	display: inline-block;
	vertical-align: top;
	font-family: "special";
	width: 55%;
	box-sizing: border-box;		
	padding-right: 20px;
	margin: 0px;
}
.news-body .column-right {	
	display: inline-block;
	vertical-align: top;
	font-family: "special";
	width: 45%;
	box-sizing: border-box;		
	padding-right: 20px;
	margin: 0px;
}
.news-body .column-extra {	
	display: inline-block;
	vertical-align: top;
	font-family: "special";
	width: 20%;
	box-sizing: border-box;		
	padding-right: 20px;
	margin: 0px;
}
.news-body .news-subscribe {		    
    padding: 20px;
    box-sizing: border-box;
    display: block;
    background-color:#ccebfc;
    width: 100%;
    margin-bottom: 16px;
}
.news-body .news-subscribe h1 {		
    margin: 0px 0px 20px 0px !important;
}
.news-body .news-subscribe h3 {		
    margin-top: 0px;
    font-size: 16px;
    line-height: 18px;    
}
.news-body .news-subscribe input {		
    display: block;
	width: 100%;
	font-size: 16px;
	color: black;
	padding: 5px 10px;
	border: none;
	border-radius: 10px;
    box-sizing: border-box;		
    margin-bottom: 10px;
}
.news-body .news-subscribe input[type="button"] {		
    margin-top: 20px;
    color: white;
    background-color: #555;
}
.news-body .news-subscribe input[type="checkbox"] {		
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    width: 20px;
}
.news-body .news-subscribe input:focus {
    outline: none;
}
.news-body .column-left h1, .news-body .column-right h1, .news-body .column-extra h1 {	
    margin-top: 0px;	
    margin-bottom: 10px;	
	font-size: 24px;
	line-height: 26px;
	display: inline-block;
	border-bottom: 4px solid #74c3ec;	
}
.news-body .column-left p, .news-body .column-right p, .news-body .column-extra p {
    font-family: "general";
    font-size: 14px;
    line-height: 18px;
}
.news-body .column-left h2, .news-body .column-right h2, .news-body .column-extra h2 {	
    margin-top: 10px;	
    margin-bottom: 10px;	
	font-size: 24px;
	line-height: 26px;
	display: inline-block;
	border-bottom: 4px solid #74c3ec;	
}
.news-body .column-left h3, .news-body .column-right h3, .news-body .column-extra h3 {	
    margin-top: 0px;	
    margin-bottom: 10px;	
	font-size: 14px;
	line-height: 14px;
}

.news-body .column-left a, .news-body .column-right a, .news-body .column-extra a {	
	color: #555;
	cursor: pointer;
}
.news-body .column-left a:hover, .news-body .column-right a:hover, .news-body .column-extra a:hover {	
 	color: #aaa;
}
.news-body .column-left .decor-image {	
	width: 100%;
	height: 500px;
	margin-bottom: 16px;
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: cover;		
}
.news-body .column-right .decor-image {	
	width: 100%;
	height: 300px;
	margin-bottom: 16px;
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: cover;	
}

.mosaic-section {
	width: 100%;				
}
.mosaic-body {		
	margin: auto;
	padding: 0px 0px 0px 0px;			
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;		
	border-top: 10px solid #e9e9e9;
	border-bottom: 10px solid #e9e9e9;	
}
.mosaic-body h1 {		
	font-family: "special";
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	padding-bottom: -2px;
	border-bottom: 4px solid #74c3ec;	
	margin: 10px 0px 30px 0px;
}
.mosaic-body table {	
	width: 75%;
	margin: auto;
}
.mosaic-body td {	
	vertical-align: top;	
	box-sizing: border-box;		
	padding: 20px;
	text-align: left;
}
.mosaic-body td img{	
	width: 100%;
	margin: 0px;
}
.mosaic-body td h1{	
	font-family: "special";
	font-size: 18px;	
	border: none;
	line-height: 20px;
	margin: 0px;
}
.mosaic-body td h2{	
	font-family: "special";
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	line-height: 18px;
}
.mosaic-body td p{
	text-align: left;
	font-size: 13px;
	line-height: 14px;
	margin: 0px 0px 10px 0px;
	font-family: "special";
}
.ginop-section {
    width: 100%;					
    height: 150px;
    margin-top: -75px;
    background: url("../images/szechenyi.png") bottom right no-repeat;
}
.ginop-section-en {
    width: 100%;					
    height: 150px;
    margin-top: -75px;
    background: url("../images/szechenyi_en.png") bottom right no-repeat;
}
.ginop-button {
    float: right;
    width: 214px;
    height: 150px;
}

.footer-section {
    width: 100%;					
    background-color: #444;
    color: white;
    padding: 30px 0px;
}
.footer-body {			
	margin: auto;
	padding: 20px 0px;				
	text-align: center;	
}
.footer-body ul {		
	margin: 0px;
}
.footer-body ul a {	
	color: white;
}
.footer-body ul a:hover {	
	color: #74c3ec;
}
.footer-body ul li {	
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;	
	font-family: "special";
	padding: 0px 10px;	
	border-left: 1px solid #ccc;	
}
.footer-body ul > :first-child {	
	border: none;
}
.footer-body .menu-bar ul > :last-child {	
	padding-right: 0px;
}


.width-10 {
	width: 10% !important;	
}
.width-20 {
	width: 20% !important;	
}
.width-30 {
	width: 30% !important;	
}
.width-40 {
	width: 40% !important;	
}
.width-50 {
	width: 50% !important;	
}
.width-60 {
	width: 60% !important;	
}
.width-70 {
	width: 70% !important;	
}
.width-80 {
	width: 80% !important;	
}
.width-90 {
	width: 90% !important;	
}
.width-100 {
	width: 100% !important;	
}
.float-right {
	float: right;
}
.text-right {
	text-align: right;
}
.no-margin {
	margin: 0px;
}
.clear {
	clear: both;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}
.clickable {
	cursor: pointer;
}
.align-right {
	text-align: right !important;
}
.sd-only {
	display: none;
}
.hd-only {
	display: block;
}

@media (max-width: 1600px) {
	.global-width {
		width: 85%;	
	}
	.carousel-body {
		width: 100% !important;						
	}
	.map-search-body {
		width: 100%;						
	}
}
@media (max-width: 1366px) {
	.global-width {
		width: 90%;	
	}
	.carousel-body {
		width: 100% !important;						
	}
	.map-search-body {
		width: 100%;						
	}
}
@media (max-width: 1280px) {
	.global-width {
		width: 100%;	
	}
	.sd-only {
		display: block;
	}
	.hd-only {
		display: none;
	}
	.carousel-body {
		width: 100%;						
	}
	.map-search-body {
		width: 100%;						
	}
	.carousel-body ul li .article {	
		width: 100%;
        padding: 20px;        
        background: rgba( 158, 88, 76, 0.4 );
	}
	.feature-body {	
		padding: 20px;
	}
	.feature-body .column {	
		display: inline-block;
		width: 100%;
		padding: 0px;
	}
	.header-body .slogan {
		display: none;
	}
	.header-body .menu-bar {
		display: none;
	}
	.header-body .menu-bar-small {
		display: block;
	}		
	.header-body .logo {
		top: 10px;
		width: 62px;
		height: 50px;
	}
	.header-body .logo_en {
		top: 10px;
		width: 62px;
		height: 50px;
	}    
    .news-body .column-left {	
        display: block !important;
        width: 100%;
        padding: 20px 20px 0px 20px;
        margin: auto;    
    }
    .news-body .column-right {	
        display: block !important;
        width: 100%;
        padding: 20px 20px 0px 20px;
        margin: auto;    
    }
    .news-body .column-extra {	
        display: block !important;
        width: 100%;
        padding: 20px;        
    }    
    .ginop-section {
        margin-top: -10px;        
    }
    .ginop-section-en {
        margin-top: -10px;
    }
    
	.article-body .column-left {		
		display: block;
		width: 100% !important;
		padding-bottom: 20px;
	}
	.article-body .column-left img {		
		display: none;				
	}
	.article-body .column-right {		
		display: block;
		width: 100% !important;
	}
	.footer-body ul {	
		padding: 0px;
	}
	.footer-body ul li {	
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;	
		font-family: "special";
		padding: 5px 0px;		
		border: none;	
	}
	.article-body ul {		
		padding-left: 20px;
	}
	.width-20, .width-30 {		
		width: 100% !important;
	}
	.mosaic-body td {	
		display: block;
		width: 100% !important;
	}
}
