@charset "utf-8";

/* => Globals */
/* ------------------------------------------------------------------------------*/
html, body {
	min-height: 100%;
	overflow-x: hidden;
}
body {
	background-color: #fff;
	font: 17px/1 'Arimo', sans-serif;
	-webkit-text-size-adjust:100%;
}

html.home {
    background: url('../../images/mobile/bg01.jpg') no-repeat top center fixed;;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html.home body {
    background-color: transparent;
}

a {
	color: #004b93;
	text-decoration: none;
}

h1, h2, h3 {
	margin-top: 20px;
	font-size: 147%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
p, li, td, th {
	line-height: 1.57;
}
p {
	margin-bottom: 1em;
}
b {
	font-weight: 600;
}
.oi-sep {
	padding: 0 5px;
	vertical-align: middle;
}
.oi-meta {
	text-transform: uppercase;
	font-size: 58%;
	color: #717171;
}

/* => Widths */
/* ------------------------------------------------------------------------------*/
.w33 .oi-item {
	width: 33.33%;
}
.w50 .oi-item {
	width: 50%;
}
.w100 {
	width: 100%;
}
/* => Form elements */
/* ------------------------------------------------------------------------------*/
.oi-inputfield {
	width: 100%;
	padding: 10px 10px 8px;
	border: 1px solid rgba(147, 155, 173, .6);
	background: transparent;
	font: 16px/1 'Arimo', sans-serif;
	color: #939bad;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.oi-inputfield {
	resize: vertical;
}
.oi-modal-dialog label {
	color: #888;
	font-size: 14px;
}
.oi-form-section .oi-switch-articles-section {
	padding: 30px 20px 10px;
	background-color: #2b2f38;
	color: #939bad;
}
.oi-modal-dialog .oi-inputfield {
	color: #717171;
}
.oi-form-section .oi-btn, .oi-modal-dialog .oi-btn {
	width: 100%;
	padding: 15px 0;
	border: 0 none;
	background-color: #2c5ed0;
	font: 82%/1 'Arimo', sans-serif;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.oi-form-section .oi-btn:hover, .oi-modal-dialog .oi-btn:hover {
	background-color: #03c;
}
.ui-checkbox {
	margin-bottom: 20px;
}
.ui-checkbox input {
	position: absolute;
	left: -999em;
}
.ui-checkbox .ui-btn-icon-left {
	display: block;
	padding: 8px 0 11px 40px;
	background: url('../../images/mobile/checkbox01.png') no-repeat;
	background-size: 32px auto;
	font-size: 82%;
	line-height: 1;
}
.ui-checkbox .ui-checkbox-on {
	background-position: 0 -70px;
}

/* => Lists */
/* ------------------------------------------------------------------------------*/
.oi-list, .oi-list .oi-item {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}
.oi-list p, .oi-list .oi-title {
	margin: 0;
}
.oi-main-content .oi-menu-list {
	position: relative;
	margin: 0 -20px 0;
}
.oi-main-content .oi-menu-list .oi-item {
	border-bottom: 1px solid #dedede;
	background-color: #f2f2f2;
}
.oi-menu-list .oi-item a, .oi-menu-list .oi-item span {
	display: block;
}
.oi-menu-list .oi-item span:after {
	position: absolute;
	display: block;
	right: 20px;
	top: 18px;
	width: 11px;
	height: 18px;
	content: '\00ad';
	background: url('../../images/mobile/sprite01.png') no-repeat -25px -81px;
	background-size: 358px 179px;
}
.oi-main-content .oi-menu-list .oi-item a {
	font-size: 147%;
	color: #7d7d7d;
	font-weight: 300;
}
.oi-menu-list .oi-item span {
	position: relative;
	padding: 15px 40px 15px 20px;
}
.oi-sidebar-section .oi-menu-list {
	overflow: hidden;
}
.oi-sidebar-section .oi-menu-list .oi-item {
	margin-top: -1px;
	border-top: 1px solid #4a505b;
	background-color: #2b2f38;
}
.oi-sidebar-section .oi-menu-list a {
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}
.oi-sidebar-section .oi-menu-list span {
	padding: 16px 40px 15px 20px;
}
.oi-sidebar-section .oi-menu-list span:after {
	top: 15px;
}
.oi-posts-list {
	position: relative;
	overflow: hidden;
}
.oi-posts-list .oi-item {
	margin-top: -1px;
	border-top: 1px solid #dedede;
}
.oi-posts-list .oi-item a {
	display: block;
	padding: 21px 0 20px;
}
.oi-posts-list .oi-item .oi-title {
	color: #1f1f1f;
	font-size: 100%;
	line-height: 1.3;
}

.oi-switch-list {
	display: table;
	width: 100%;
	background-color: #3a404d;
}
.oi-switch-list .oi-item {
	display: table-cell;
}
.oi-switch-list a {
	display: block;
	padding: 15px 0;
	border-right: 1px solid #2b2f38;
	color: #939bac;
	text-transform: uppercase;
	text-align: center;
}
.oi-switch-list .oi-current-item a {
	background-color: #2b2f38;
	color: #fff;
}

.oi-socials-list {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #dedede;
	table-layout: fixed;
}
.oi-socials-list .oi-item {
	display: table-cell;
	padding: 5px 0;
}
.oi-socials-list a, .oi-socials-list span {
	display: block;
	text-align: center;
}
.oi-socials-list a {
	position: relative;
	text-transform: uppercase;
	color: #717171;
	font-size: 58%;
}
.oi-socials-list a:after {
	position: absolute;
	content: '\00ad';
	left: 50%;
	top: 5px;
	margin-left: -12px;
	width: 24px;
	height: 20px;
	background: url('../../images/mobile/sprite01.png') no-repeat;
	background-size: 358px 179px;

}
.oi-socials-list .editor a:after, .oi-socials-list .friend a:after {
	background-position: -257px -79px
}
.oi-socials-list .twitter a:after {
	background-position: -197px -79px
}




.oi-socials-list span {
	padding-top: 40px;
}
/* => Main wrap */
/* ------------------------------------------------------------------------------*/
.oi-main-wrap, .oi-main-content-section {
	position: absolute;
	min-height: 100%;
	overflow-x: hidden;
}
.oi-main-content-section.home {
	background: transparent;
	/*background-size: cover;*/
}
/* => Main sidebar section */
/* ------------------------------------------------------------------------------*/
.oi-main-sidebar-section {
	position: fixed;
	left: 0;
	top: 0;
	width: 260px;
	min-height: 100%;
	background-color: #262626;
	color: #717171;
	-webkit-backface-visibility: hidden;
}
.oi-main-sidebar-section .oi-sidebar-section {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-box-flex: 1;
}
.oi-hide-sidebar-section .oi-main-sidebar-section {
	visibility: hidden;
	left: -9999em;
}
.oi-hide-sidebar-section .oi-main-content-section {
	box-shadow: none;
}
.oi-sidebar-section .oi-hgroup {
	height: 52px;
	background-color: #383e4b;
	color: #939bad;
	overflow: hidden;
}
.oi-sidebar-section .oi-title {
	position: relative;
	margin: 0;
	padding: 19px 20px;
	color: #939bad;
	font-size: 14px;
}
.oi-sidebar-section .oi-title.user {
	padding-left: 45px;
}
.oi-sidebar-section .oi-title.user:before, .oi-sidebar-section .oi-logout-btn a:before {
	position: absolute;
	display: block;
	left: 20px;
	top: 16px;
	width: 15px;
	height: 18px;
	content: '\00ad';
	background: url('../../images/mobile/sprite01.png') no-repeat -201px -20px;
	background-size: 358px 179px;
}
.oi-sidebar-section .oi-logout-btn a {
	position: relative;
	display: block;
	margin: 10px 0;
	padding: 0 20px 0 45px;
	font-size: 82%;
	color: #717171;
	text-transform: uppercase;
}
.oi-sidebar-section .oi-logout-btn a:before {
	top: 1px;
	width: 18px;
	background-position: -259px -22px;
}
/* => Main header
/* ------------------------------------------------------------------------------*/
.oi-main-header {
	position: relative;
	height: 53px;
	background-color: #2c5ed0;
	color: #fff;
	z-index: 3;
}
.oi-main-header .oi-logo {
	position: absolute;
	top: 13px;
	left: 50%;
	margin: 0;
	line-height: 1;
	margin-left: -43px;
}
.home h1.oi-logo {
	width: 120px;
	margin: 10px auto 30px;
}
.oi-main-header .oi-btn {
	display: block;
	width: 60px;
	height: 53px;
	line-height: 1;
	text-indent: -999px;
	overflow: hidden;
}
.oi-open-sidebar-btn, .oi-open-searchbox-btn {
	position: absolute;
	top: 0;
	margin: 0;
}
.oi-open-sidebar-btn, .oi-open-back-btn {
	left: 0;
}
.oi-open-sidebar-btn a, .oi-open-back-btn a {
	border-right: 1px solid #567ed9;
	background: url('../../images/mobile/sprite01.png') no-repeat;
	background-size: 358px 179px;
}
.oi-open-back-btn a {
	background-position: 0 -3px;
}
.oi-open-searchbox-btn {
	right: 0
}
.oi-open-sidebar-btn a {
	background-position: -58px -3px;
}
.oi-main-sidebar-open .oi-open-sidebar {
	background-position: -58px -62px;
}
.oi-open-searchbox-btn a {
	border-left: 1px solid #567ed9;
	background: url('../../images/mobile/sprite01.png') no-repeat -118px -3px;
	background-size: 358px 179px;
}
.oi-searchbox-open .oi-open-searchbox {
	background-position: -118px -62px;
}

/* => Searchform */

.oi-searchbox-section {
	position: absolute;
	left: 0;
	top: -40px;
	padding: 20px;
	width: 100%;
	background-color: #2b2f38;
	z-index: 2;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: top .3s;
	-moz-transition: top .3s;
	transition: top .3s;
}
.oi-searchbox-section p {
	margin: 0;
}
.oi-searchbox-open .oi-main-header {
	box-shadow: 0 2px 8px rgba(0,0,0, .6);
}
.oi-searchbox-open .oi-searchbox-section {
	top: 53px;
}
.oi-searchbox-open .oi-open-searchbox, .oi-main-sidebar-open .oi-open-sidebar  {
	background-color: #2b2f38;
}
/* => Main content section */
/* ------------------------------------------------------------------------------*/
.oi-main-content-section {
	position: relative;
	right: 0;
	width: 100%;
	background-color: #fff;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition:-webkit-transform .3s ease-in-out 0s;
	-moz-transition: -moz-transform .3s ease-in-out 0s;
	transition: transform .3s ease-in-out 0s;
	box-shadow: -2px 0 8px rgba(0,0,0, .6);
	-webkit-backface-visibility: hidden;
}

.oi-main-header {
	position: relative;
	right: 0;
	width: 100%;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition:-webkit-transform .3s ease-in-out 0s;
	-moz-transition: -moz-transform .3s ease-in-out 0s;
	transition: transform .3s ease-in-out 0s;
	-webkit-backface-visibility: hidden;
}

.oi-main-sidebar-open .oi-main-content-section {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	transform: translateX(260px);
	height: 100% !important;
	overflow: hidden;
}
.oi-main-sidebar-open .oi-main-header {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	transform: translateX(260px);
	overflow: hidden;
}

.csstransforms3d .oi-main-sidebar-open .oi-main-content-section {
	left: 0;
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	transform: translateX(260px);
}

.csstransforms3d .oi-main-sidebar-open .oi-main-header {
	left: 0;
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	transform: translateX(260px);
}

.no-csstransforms3d .oi-main-sidebar-open .oi-main-content-section {
	left: 260px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.no-csstransforms3d .oi-main-sidebar-open .oi-main-header {
	left: 260px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.oi-main-content {
	padding: 20px;
}
.oi-main-content .oi-hgroup {
	position: relative;
	margin: -20px -20px 0;
	padding: 37px 20px 20px;
}
.oi-main-content .oi-hgroup.cat {
	padding: 20px;
	border-bottom: 1px solid #d3d3d3;
	background-color: #f2f2f2;
}
.oi-related-items-section .oi-hgroup {
	margin-top: 0;
	background-color: #2c5ed0;
}
.oi-main-content .oi-hgroup .oi-title {
	margin: 0;
	line-height: 1.2;
	color: #1f1f1f;
	font-size: 147%;
	font-weight: 300;
}
.oi-related-items-section .oi-hgroup {
	padding: 20px;
}
.oi-related-items-section .oi-hgroup .oi-title {
	color: #fff;
}
.oi-main-content .oi-hgroup .oi-meta {
	margin-top: 10px;
}
.oi-main-content .oi-article-photo {
	position: relative;
	margin: 0 -20px 1em;
}

.oi-about-row {
	padding: 20px;
	color: #fff;
	font-size: 82%;
	text-align: center;
}
.oi-about-row .oi-sep {
	opacity: .4;
}
.oi-about-row a {
	text-decoration: underline;
	font-weight: 600;
	color: #fff;
}
/* => Media section */
/* ------------------------------------------------------------------------------*/
.oi-media-section {
	position: relative;
	margin: -20px -20px 0;
}
.oi-media-section, .oi-media-viewport, .oi-overview, .oi-overview .oi-item {
	height: 178px;
	width: 100%;
}
.oi-media-section {
	width: 100vw;
}
.oi-media-viewport {
	height: 178px !important;
	overflow: hidden;
	z-index: 0;
}
.oi-overview .oi-item {
	position: relative;
}
.oi-overview .oi-photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.oi-overview .oi-photo img {
	width: 100%;
	height: auto;
}
.oi-overview .oi-desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 20px 24px;
	background-color: rgba(0,0,0, .75);
	font-size: 147%;
	color: #fff;
	line-height: 1.3;
	letter-spacing: -1px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.oi-media-nav-list {
	position: absolute;
	left: 0;
	bottom: 9px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.oi-media-nav-list .oi-slide-item {
	display: inline-block;
	margin: 0 2px;
}
.oi-media-nav-list a {
	display: block;
	width: 7px;
	height: 7px;
	background-color: #7d7d7d;
	text-indent: -9999px;
	border-radius: 50%;
	overflow: hidden;
}
.oi-media-nav-list .selected a {
	position: relative;
	top: 1px;
	width: 9px;
	height: 9px;
	background-color: #2c5ed0;
}
/* => Bottom navigation */
/* ------------------------------------------------------------------------------*/
.oi-bottom-navigation {
	position: relative;
	top: 5px;
	margin: 0 -20px -15px;
	border-top: 1px solid #dedede;
}
.oi-bottom-navigation .oi-list {
	display: table;
	width: 100%;
}
.oi-bottom-navigation .oi-item {
	display: table-cell;
	width: 21%;
	text-align: center;
	vertical-align: middle;
}
.oi-bottom-navigation .oi-item.up {
	width: 57%;
}
.oi-bottom-navigation a {
	display: block;
	padding: 11px 0;
}
.oi-bottom-navigation span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../../images/mobile/sprite01.png') no-repeat -318px -80px;
	background-size: 358px 179px;
	text-indent: -999px;
	overflow: hidden;
}
.oi-bottom-navigation .up {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.oi-bottom-navigation .up span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.oi-bottom-navigation .next span {
	top: -1px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* => Modal dialog */
/* ------------------------------------------------------------------------------*/
.oi-modal-dialog {
	position: fixed;
	top: -100%;
	left: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-webkit-transition: -webkit-transform .6s ease-in-out 0s;
	-moz-transition: -moz-transform .6s ease-in-out 0s;
    transition: transform .6s ease-in-out 0s;
	z-index: 11;
}

.oi-modal-dialog .oi-section {
	position: relative;
	padding: 20px 20px 40px;
	text-shadow: 0 1px 0 rgba(255,255,255, .5);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}
.oi-title-dialog {
	margin: 0 0 20px;
}
.oi-close-dialog {
	position: absolute;
	right: 20px;
	top: 19px;
}
.oi-close-dialog a {
	display: block;
	width: 25px;
	height: 25px;
	background: url('../../images/mobile/sprite01.png') no-repeat -77px -136px;
	background-size: 358px 179px;
	text-indent: -9999px;
	color: #9a9a9a;
	text-decoration: none;
}
.oi-close-dialog a:hover {
	color: #888;
	text-decoration: none;
}
.oi-modal-dialog .oi-reviews-action {
	padding-bottom: 20px;
}
.portlet-separator {
    display: none !important;
}
.oi-modal-dialog.show {
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
/* Notifications */

.oi-msg {
	position: relative;
	min-height: 30px;
	margin: 1em 0;
	padding: 5px 45px 0;
	color: #fff;
}
.oi-msg:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 28px;
	padding-top: 7px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.oi-msg.error {
	color: #fa1114;
}
.oi-msg.error:after {
	content: '!';
	background-color: #fa1114;
}
.oi-msg.ok {
	color: #0fb71b;
}
.oi-msg.ok:after {
	content: 'i';
	background-color: #0fb71b;
}

/* => Media Query */
/* ------------------------------------------------------------------------------*/
@media screen and (orientation:portrait) {

}
@media screen and (orientation:landscape) {

   	.w33 .oi-item {
		width: 25%;
	}
	.w50 .oi-item {
		width: 33.33%;
	}

}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {

}

.active1 {
    background: none repeat scroll 0 0 #e4e8ee;
    font-weight: bold;
}
.active1 b {
    color: #ff0000;
}
.active2 {
	font-weight: bold;
}
.active2 b {
    color: #b5bcc9;
}


.oi-main-header {
	position: fixed; width: 100%;
}
.oi-main-content-section {
	padding-top: 53px;
}