body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: block !important;
	background: #f2f4f3;
}


html {
	-webkit-text-size-adjust: none;
}


* {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body, html {
	min-height: 100%;
	height: 100%;
}

body.loading {
	opacity: .5;
}

a {
	text-decoration: none;
	color: #3f3f3f;
	outline: none !important;
	cursor: pointer !important;
}


img {
	width: 100%;
	height: auto;
}


label {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

b {
	font-weight: 600;
}


#page-content {
	width: 100%;
	height: 100%;
	padding-top: 4em;
	padding-bottom: 5em;
	position: absolute;
	overflow-y: scroll;
}

.container {
	padding: 0 1em;
}

/* TOP BAR */

#app-top-bar {
	width: 100%;
	height: 4em;
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: #cf262b;
	vertical-align: middle;
	overflow: hidden;
}

#app-top-bar-back {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 5%;
	font-size: 1.4em;
	top: 50%;
	color: #fff;
	padding: 1em;
	display: none;
}

#app-top-bar label {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	text-align: center;
}


#app-tool-bar {
	width: 100%;
	height: 5em;
	background: #f7f7f7;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #dedede;
	display: table;
	table-layout: fixed;
	z-index: 1;
}

#app-tool-bar .link {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-top: 4px solid transparent;
	font-size: .9em;
	padding-bottom: 1em;
	color: #2a2a2a;
	position: relative;
	top: -1px;
}

#app-tool-bar .link i {
	font-size: 1.8em;
	line-height: 1.5em;
}

#app-tool-bar .link.active {
	color: #cf262b;
	border-top: 4px solid #cf262b;
}


/* NEWS SLIDER */

.news-slider-full .slick-dots li {
	margin: 0 1px;
}

.news-slider-full .slick-dots li button {
	padding: 1px;
}

.news-slider-full .slick-dots li button:before {

	font-size: 10px;

}

@media (orientation:landscape) {
    #news-slider {
        display: none;
    }
}




/* TABS */

.tabs {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #525252;
}

.tabs a {
	padding: 1em 0;
	display: table-cell;
	background: #525252;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #777777;
	border-bottom: 5px solid transparent;
}

.tabs a:last-child {
	border-right: none;
}

.tabs a.active {
	background: #000;
	border-bottom: 5px solid #cf262b;
	border-right: none;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

/* NEWS LIST */

.news-list {
	padding: 0 1em 1em 1em;
	display: table;
}

.news-list-item {
	width: 100%;
	background: #fff;
	padding: .5em;
	margin: 1em 0 0 0;
	display: table;
	table-layout: fixed;
	border-bottom: 1px solid #ccc;
}

.news-list-item img {
	width: 100%;
	height: auto;
	display: table-cell;
}

.news-list-item .right {
	width: 59%;
	display: table-cell;
	height: 5em;
	padding: 0 1em;
	vertical-align: top;
	position: relative;
	text-align: left;
}

.news-list-item .right label {
	font-size: .95em;
	display: block;
	height: 4.3em;
	overflow-y: hidden;
	font-weight: 600;
}

.news-list-item .right span {
	display: block;
	position: absolute;
	left: 1em;
	bottom: 2px;
	color: #aaa;
}

.news-list-item.event .right {
	width: 60%;
}

.news-list-item .event-date {
	display: table-cell;
	width: 12%;
	border-right: 1px dotted #ccc;
}

.news-list-item .event-date span {
	padding-left: 8px;
	float: left;
	clear: both;
}

.news-list-item .event-date .day {
	font-weight: 700;
	font-size: 2em;
	color: #5dd658
}

.news-list-item .event-date.end .day {
	color: #ff5b00
}

.news-list-item .event-category {
	padding: .4em;
	font-size: .8em;
	color: #fff !important;
}

.news-list.event-list {
	background: #00a9cd;
	margin: 1em;
	text-align: center;
}

.news-list.event-list h5 {
	color: #fff;
	padding: 1em 1em 0 1em;
	font-size: 1.1em;
	text-transform: uppercase;
}

/* CATEGORY LIST */

.category-list,
.category-list li {
	list-style: none;
}

.category-list li {
	font-size: 1.2em;
	padding: 1em;
	border-bottom: 1px solid #ccc;
	background: rgb(239,239,239);
	background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
}


.content-title {
	font-size: 1.8em;
	font-weight: 700;
	padding: .6em 1em .6em 0;
}

.content-sum {
	padding-bottom: 1em;
}

.content-text {
	padding-top: 1em;
}

.content-date {
	color: #aaa;
	padding-top: .5em;
}

.frame-wrapper {
	top: 4em;
	bottom: 5em;
	left: 0;
	right:  0;
	overflow: hidden;
	position: absolute;
}


iframe {
	position: relative;
	height: 250%;
	width: 250%;
	min-width: 100%;
	overflow: hidden;
    -webkit-transform: scale(.4);
    -webkit-transform-origin: 0 0;
    transform: scale(.4);
    transform-origin: 0 0;
}


/*
iframe {
	position: relative;
	height: 100%;
	width: 100%;
	min-width: 100%;
	overflow: hidden;
}
*/



.thumbnail {
	border: 1px solid #ccc;
	padding: .5em;
	width: 100%;
	margin-bottom: 1em;
	display: table;
}

.thumbnail img {
	width: 60px !important;
	height: 60px !important;
	display: table-cell;
}

.thumbnail .right {
	display: table-cell;
	padding-top: .5em;
	vertical-align: top;
}

.thumbnail .title {

}

.thumbnail .links {
	padding-top: .5em;
}