/*
Theme Name: Mula sa Masa, Para sa Masa Theme
Author: Presidential Communications Operations Office 
Author URI: http://pcoo.gov.ph;
Description: This is the theme used for Mula sa Masa, Para sa Masa website. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/


/* MMPM THEME CSS START HERE */

/* --------------------------------------------------
Theme Defaults
-------------------------------------------------- */
@font-face {
	font-family: 'Bebas';
	src:url('fonts/Bebas.ttf.woff') format('woff'),
			url('fonts/Bebas.ttf.svg#Bebas') format('svg'),
			url('fonts/Bebas.ttf.eot'),
			url('fonts/Bebas.ttf.eot?#iefix') format('embedded-opentype'),
			url('fonts/Bebas.ttf')  format('truetype'); 
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Kai';
	src:url('fonts/BebasKai-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 8, 2016 - start */

@font-face {
    font-family: 'texgyrescholabold';
    src: url('fonts/texgyreschola-bold-webfont.woff2') format('woff2'),
         url('fonts/texgyreschola-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyrescholabold_italic';
    src: url('fonts/texgyreschola-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/texgyreschola-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyrescholaitalic';
    src: url('fonts/texgyreschola-italic-webfont.woff2') format('woff2'),
         url('fonts/texgyreschola-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyrescholaregular';
    src: url('fonts/texgyreschola-regular-webfont.woff2') format('woff2'),
         url('fonts/texgyreschola-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 8, 2016 - end */

.font-bebas {
	font-family: 'Bebas', Sans-serif!important;
}

.font-roboto {
	font-family: 'Roboto', 'Didact Gothic', Sans-serif!important;
}

.font-didact {
	font-family: 'Didact Gothic', 'Roboto', Sans-serif!important;
}

.font-ptserif {
	font-family: 'PT Serif', 'serif'!important;
}


html, body {
	font-family: 'Bebas';

	background-color: #fff;
	margin: 0;
	padding: 0;

	height:100%;
	min-height:100%;
}

.container {
	padding: 0;
	margin: 0;
	width: 100%;
}


/************ Navigation *************/

.container .page-header {
	padding: 0;
	margin: 0;
	border: 0 none;
}

.container .page-header nav.navbar-nav, .container .page-header nav .navbar-header {
	width: 100%;
}

.container .page-header .navbar-default {
	background-color: transparent;
	border-color: transparent;
	border: 0 none;
}


.container .page-header .container-fluid {
	padding-left:0!important;
	padding-right:0!important;
}

.container .page-header .navbar-header {
	margin-left:0!important;
	margin-right:0!important;
}

.container .page-header .header-elements .logo {
	/* logo placement */
	position:absolute;
	top: 0;
	left:0;

	/* logo style */
	height: auto;
	width: auto;
	max-width:none;
	max-height: 150px;
	padding: 5px;
	display:inline-block;
}


.container .page-header .navbar-default .navbar-toggle {
    position: absolute;
    top: 42%;
    right: 0;
    bottom: auto;
    left: auto;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    border: 0 none;
    border-radius: 0;
    float: none;
    padding: 0;
}

.container .page-header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.container .page-header .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
}

.container .page-header .row-bar {
	height: 75px;
	width:100%;
	display:block;
    /*overflow-x: hidden!important;*/
}

.container .page-header .row-bar:nth-child(0n+1) {
	margin-top:75px;
}

.container .page-header .row-bar.blue-bar, .blue-bar {
    overflow-x: hidden!important;
	background-color: #0054A5;
}

.container .page-header .row-bar.red-bar, .red-bar {
	background-color: #C1171D;
}



.container .page-header .row-bar:nth-child(0n+1) {
	margin-top:56px;
}

.container .page-header .navbar-top {
	
}

.container .page-header .top-elements {
	display:block;
	width:100%;
	position:relative;
}

.container .page-header .top-elements .social-icons li a {
	margin: 0 5px;
	background-color: #fff;
	float: left;
	display: block;
	text-align: center;
	color: #0054a6;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
}

@media only screen and (max-width:484px) {

	.container .page-header .top-elements #search {
		display:none!important;
	}

	.container .page-header .navbar-bottom .navbar-collapse.in .top-menu {
		margin-left:0!important;
	}

	.container .page-header .menu-item-has-children .sub-menu {
		margin-left:0!important;
	}

	#special-menu, .special-menu {
		left:0!important;
	}

	.container .page-header .special-menu #search .search-input {
		width:96%!important;
	}

	.navbar-form, .container .page-header .special-menu .navbar-form {
		padding: 0 0 0 22px;
	}

	.container .page-header .special-menu #search .search-input {
		display:block;
	}

}


@media only screen and (max-width: 568px) {

	.container .page-header .header-elements .logo {
	    display: inline-block;
	    max-height: 75px;
	    top: 15%;
	    left: 1%;
	}
	.container .page-header .top-elements {
	    top: 28px;
	    left: 60%;
		right:0;
		bottom:auto;
	    padding-top: 12.5px;
	}

	.container .page-header .row-bar {
	    height: 50px;
	}

	.container .page-header .top-elements #search .search-input {
	    width: 40%;
	    padding-left: 0;
	}

	.container .page-header .navbar-bottom .navbar-collapse.in {
    	top:50px;
	}

}

@media (min-width:569px) and (max-width:767px) {
	.container .page-header .top-elements {
	    top: 35px;
	    left: 70%;
		right:0;
		bottom:auto;
	    padding-top: 12.5px;
	}
	
}

@media (min-width:569px) and (max-width:874px) {

	.container .page-header .top-elements #search .search-input {
	    width: 27%;
    	padding-left: 0;
	}

	.container .page-header .header-elements .logo {
	    position: absolute;
	    top: 0;
	    left: 0;
	    max-height: 130px;
	    padding: 5px;
	}

	.container .page-header .row-bar {
    	height: 65px;
	}

	.container .page-header .navbar-bottom .navbar-collapse.in {
    	top:65px;
	}



}

@media (max-width:767px) {

	.container .page-header .top-elements .social-icons {
		display:none;
	}
	
}

@media (min-width:485px) and (max-width:874px) {
.container .page-header .menu-item-has-children .sub-menu {
	    margin-left: 50%;
	}

	.navbar-form, .container .page-header .top-elements .navbar-form {
	    padding: 0;
	}

	.navbar-form, .container .page-header .special-menu .navbar-form {
	    padding: 0 0 0 13px;
	}


	.container .page-header .special-menu #search .search-input {
		display:none;
	}

	.special-menu .social-icons-2 {
	    top: 0!important;
	}

}

@media (min-width:768px) and (max-width:874px) {

	.container .page-header .top-elements {
	    top: 25px;
	    left: 70%;
		right:0;
		bottom:auto;
	    padding-top: 12.5px;

	}
}

/* Collapse breakpoint */
@media only screen and (max-width:874px) {
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none!important;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    /*.navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }*/
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    /*.navbar-nav>li {
        float: none;
    }*/
    /*.navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }*/
    .collapse.in{
        display:block!important;
    }

	.container .page-header .top-elements .social-icons {
	    display:none!important;
	}

	.container .page-header .navbar-bottom .top-menu li, .container .page-header .navbar-bottom .sub-menu li, .container .page-header .navbar-bottom .menu-item {
	    margin-right: 2%;
	}

	.container .page-header .navbar-bottom .top-menu li:first-child {
		margin-left: 385px;
	}

	.container .page-header .navbar-default .navbar-toggle {
		top:67%;
	}
	.menu-container {
	    margin-top: 0;
	}

	.container .page-header .navbar-bottom .navbar-collapse.in .top-menu li:first-child {
	    margin-left: 0;
	    margin-top: 15px; 
	}

	.container .page-header .navbar-bottom .navbar-collapse.in .sub-menu li {
	    margin-left: 0;
	    padding-top: 15px;
	    padding-left: 15px;
	}

	.container .page-header .navbar-bottom .navbar-collapse.in .sub-menu li:hover {
	    background-color: #AB0016;
	}

	.container .page-header .special-menu .social-icons li a {
		margin: 0 5px;
		background-color: #fff;
		float: left;
		display: block;
		text-align: center;
		color: #C1171D;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		cursor: pointer;
	}

	.container .page-header .special-menu .social-icons li {
		display:inline;
		list-style:none;
	}

	.container .page-header .special-menu .social-icons li a:hover, .container .page-header .special-menu .social-icons li a:focus, .container .page-header .special-menu .social-icons li a:active {
		background-color:#C1171D;
		color: #fff;
	}

	.container .page-header .special-menu .social-icons li a {
		width: 50px;
		height: 50px;
		line-height: 40px;
		font-size: 35px;
 		margin: auto 3%;
	}


	.activehover {
		top:50px!important;
	}

} /* end of collapse breakpoint */

@media (min-width:875px) and (max-width:924px) {
	.container .page-header .navbar-bottom .top-menu li a, .container .page-header .navbar-bottom .sub-menu li a {
	    font-size: 1.3em;
	}

}


@media (min-width:925px) and (max-width:1035px) {
	.container .page-header .navbar-bottom .top-menu li a, .container .page-header .navbar-bottom .sub-menu li a {
	    font-size: 1.5em;
	}
}

@media (min-width:875px) and (max-width:1035px) {
	.container .page-header .header-elements .logo {
	    position: absolute;
	    top: 0;
	    left: 0;
	    max-height: 130px;
	    padding: 5px;
	}

	.container .page-header .row-bar {
    	height: 65px;
	}

	.container .page-header .top-elements {
	    top:0;
	    left:53%;
		right:0;
		bottom:auto;
	    padding-top: 15px;

	}

	.container .page-header .top-elements #search .search-input {
	    width: 27%;
    	padding-left: 0;
	}

	.container .page-header .top-elements .social-icons li a {
	    width: 35px;
		height: 35px;
		line-height: 30px;
		font-size: 25px;
	}

	.container .page-header .navbar-bottom .top-menu li, .container .page-header .navbar-bottom .sub-menu li, .container .page-header .navbar-bottom .menu-item {
	    margin-right: 2%;
	}


	.container .page-header .navbar-bottom .top-menu li:first-child {
		margin-left: 385px;
	}

	.container .page-header .navbar-bottom .sub-menu, .container .page-header .menu-item-has-children .sub-menu {
		top: 128px!important;
	}


}

@media (min-width:875px) {

	.menu-container {
		margin-top: 20px;
	}

	#special-menu, .special-menu {
		display:none;
	}

}

@media (min-width:1036px), (max-width:874px) {

	.container .page-header .top-elements .social-icons li a {
		width: 50px;
		height: 50px;
		line-height: 40px;
		font-size: 35px;
	}

	.container .page-header .navbar-bottom .top-menu li a, .container .page-header .navbar-bottom .sub-menu li a {
		font-size: 2em;
	}
}

@media (min-width:1036px) {
	.container .page-header .navbar-bottom .top-menu li:first-child {
		margin-left: 442px;
	}

	.container .page-header .top-elements {
		top:0;
		left:auto;
		right:0;
		bottom:auto;
	    padding-top: 12.5px;
	}
}

@media (min-width:1036px) and (max-width:1119px) {
	.container .page-header .navbar-bottom .top-menu li a, .container .page-header .navbar-bottom .sub-menu li a {
	    font-size: 1.7em;
	}

	.container .page-header .top-elements {
		left:51%;
	}

}

@media (min-width:1120px) and (max-width:1240px) {
	.container .page-header .top-elements {
		left:55%;
	}
}

@media only screen and (min-width:1241px) {
	.container .page-header .top-elements {
		left:60%;
	}
}

.container .page-header .top-elements #search {
	display:inline;

	margin: 0;
	width: 65%;
	border: 0 none;
}

.container .page-header #search .search-input {
	margin: 0;
    max-width: 100%;
    width: auto;
    min-width: 17%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    padding: 6px 6px;
    border: 0 none;

    /* fix */ 
    margin-top: -33px;
}

.container .page-header .top-elements .social-icons {
	display:inline-block;
	width:30%;
	margin:0 0 5px 0;
	padding:0;

}

.container .page-header .top-elements .social-icons li {
	display:inline;
	list-style:none;
}

.container .page-header .top-elements .social-icons li a:hover, .container .page-header .top-elements .social-icons li a:focus, .container .page-header .top-elements .social-icons li a:active {
	background-color:#0054a6;
	color: #fff;
}


.container .page-header .navbar-bottom {
	-webkit-box-shadow: 0 10px 23px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 10px 23px 0 rgba(0,0,0,0.15);
	box-shadow: 0 10px 23px 0 rgba(0,0,0,0.15);
}


.container .page-header .navbar-bottom .top-menu li, .container .page-header .navbar-bottom .sub-menu li, .container .page-header .navbar-bottom .menu-item {
	display: inline;
	width: auto;
	margin-right:4%;
	word-spacing:0.45em;
}

.container .page-header .navbar-bottom .menu-item-has-children .sub-menu {
	display:none;
}

.container .page-header .menu-item-has-children:hover .sub-menu, .container .page-header .menu-item-has-children:focus .sub-menu, .container .page-header .menu-item-has-children:active .sub-menu {
	display:inline-block;
}


.container .page-header .menu-item-has-children:hover .sub-menu li, .container .page-header .menu-item-has-children:focus .sub-menu li, .container .page-header .menu-item-has-children:active .sub-menu li {
	display:inline-block;
}

.container .page-header .menu-item-has-children .sub-menu:hover, .container .page-header .menu-item-has-children .sub-menu:focus, .container .page-header .menu-item-has-children .sub-menu:active {
	display:inline-block;
}

.container .page-header .navbar-bottom .top-menu li a, .container .page-header .navbar-bottom .sub-menu li a {
	color: #fff;
}

.container .page-header .navbar-bottom .top-menu li a:hover, .container .page-header .navbar-bottom .sub-menu li a:hover {
	color: #FFEE0A;
	text-decoration: none;
} 

/* .container .page-header .navbar-bottom .top-menu li a:hover {
	background-color:#AB0016;
} */

.container .page-header .navbar-bottom .sub-menu li:first-child {
	margin-left:57%;
}
.container .page-header .navbar-bottom .top-menu, .container .page-header .navbar-bottom .sub-menu  {
	width: 100%;
	display: block;
	text-transform:uppercase;
    margin-top: 0;
}

.container .page-header .navbar-bottom .sub-menu, .container .page-header .menu-item-has-children .sub-menu {

	margin-top: 2px;
	background-color: #AB0016;

	position: absolute;
	top: 148px;
	left: 0;
	right: 0;
	z-index:1000;
}

.top-menu {
	background-color: transparent;
	border-color: transparent;
	border: 0 none;
}

.menu.top-menu {
	padding-left: 0;
	padding-right: 0;
}

.menu-container .menu-item {
	width: 100%;
	display: block;
	clear: both;
}

.menu-container .menu-item li {
	display: inline-block;
	width: auto;
	margin-right:4%;
	cursor:pointer;
}

.menu-container .menu-item li a {
	color: #ffffff;
	font-size: 2em;
}

.menu-container li:hover a {
	color: #fff200;
	text-decoration: none;
} 
.menu-container .menu-item li a:hover {
	color: #fff200;
	text-decoration: none;
} 

.container .page-header .menu-item-has-children .sub-menu  {

	padding-top:15px;
	padding-bottom:15px;
}

/* End Page Header */

/* Mobile Menu */

.container .page-header .menu-item-has-children .sub-menu {
	padding: 10px 0px 10px 15px;
    margin-top: 2px;
    border: 0 none;
}

#special-menu, .special-menu {
    position: relative;
    top: -10px; /* change when new submenu appears to 50px */
    left: 50%;
    background-color: #C1171D;
    z-index: 2000;
    padding-top: 67px;
}

.special-menu .navbar-form-2 {
    position: absolute;
    top: 0;
    left: 10px;
    width:100%;
}

.container .page-header .special-menu #search .search-input {
    margin: 0;
    max-width: 100%;
    width: 47%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    padding: 6px 6px;
    border: 0 none;
    margin-top: 0;
}

.special-menu .social-icons-2 {
    background-color: #C1171D;
    height: 60px;
    padding: 5px 10px;
    position: absolute;
    top: 45px;
    width: 100%;
}

@media only screen and (max-width:568px) {}


@media only screen and (max-width:874px) {
	.container .page-header .menu-item-has-children .sub-menu {
	    padding: 0;
	    margin-top: 2px;
	    border: 0 none;
	    top: 71%;
	}

	.container .page-header .navbar-bottom .navbar-collapse.in .sub-menu li {
		margin-left:15px;
	}

	.container .page-header .navbar-bottom .navbar-collapse.in .sub-menu li:first-child {
	    margin-left: 0;
	    margin-top: 15px;
	    padding-left: 25px;
	}
}

.container .page-header .navbar-bottom .navbar-collapse.in .top-menu li:first-child {
    margin-left: 0; 
}

.container .page-header .navbar-bottom .navbar-collapse.in .top-menu li {
    display: inline-block;
    width: 100%;
    left: 0;
    padding: 5px 10px;
    line-height: 28px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 0 none;
}

.container .page-header .navbar-bottom .navbar-collapse.in .top-menu {
    margin-left: 50%;
    background-color: #C1171D;
}

/*.container .page-header {
	height: 130px;
	background: url(img/header-background.gif) repeat-x 0 -20px;
}*/

.container .page-header .navbar-bottom .navbar-collapse.in {
	width: 100%;
	overflow-x: hidden!important;
    overflow-y: auto;
    max-height: none!important;
	position:relative;
	z-index:2000;
	padding:0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0 none;
    border-color:  none;
}

/* End Mobile Menu */


/********** End Navigation ***********/

/* Creates the red color for the character bubble */
#main-content .char-bubble-inner strong, .char-bubble-inner strong, strong.redname, .redname, #main-content .redname {
	color:#B81422;
}

@media (min-width: 866px) and (max-width: 991px) {

	.col-centered-indi, #main-content .col-centered-indi {
	    float: none;
	    margin: 0 auto;
	    text-align:center;
	}

}

/********** End Page Header ***********/

/**********  Body/Content ***********/
.body {
	margin: 0;
	padding: 0;
}


#main-content {
	padding: 0;
	margin: 0;
}

#main-content section {
	padding: 0;
	margin: 20px 0;
}

#main-content {
	background: #fff;
	min-height: 400px;
}


::-webkit-scrollbar { width: 12px; overflow-x:hidden;}
::-webkit-scrollbar-button { display:none; }
::-webkit-scrollbar-track { background:#fff; }
::-webkit-scrollbar-thumb { background: #0054A5;  }
::-webkit-scrollbar-corner { display:none;}
::-webkit-resizer { display:none; }

/*************** CSS helpers ****************/

::-moz-selection { background: #0054A5; color:#fff; }
::selection { background: #0054A5; color:#fff; }

/* remove padding on child columns for a row */
.row-no-padding > [class*="col-"] {
	padding-left: 0!important;
	padding-right:0!important;
}

.col-no-padding {
	padding:0;
}

.col-no-padding-2 {
	padding:0 0 20px 0;
}

.img-responsive img {
  display:block;
  max-width:100%;
  width:auto;
}

.text-justified {
	text-align:justify;
	text-justify: inter-word;
}

/* Bootstrap img-responsive with extra settings */
.img-responsive-2, .img-responsive-2 img {
  /* original: img-responsive */
  display:block;
  max-width:100%;
  width:auto;
  
  /* with extra settings */
  min-width:0;
  height:auto;
  margin:0 auto;
}

/* Flips an image horizontally */
.img-flippedX, .img-flippedX img {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.word-breaker {
	overflow-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.no-transition {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}


@media(min-width:865px) {

	.hidden-md-lg, #main-content .hidden-md-lg {
		display:none!important;
	}
	
}


@media(max-width:864px) {

	.hidden-md-lg, #main-content .hidden-md-lg {
		display:block!important;
	}
	
}

.col-centered{
    float: none;
    margin: 0 auto;
}

#mmpm-city .row-expand, .row-expand  {
	margin-right:0;
}



#mmpm-city .row-expand, #main-content .row-expand, .row-expand {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
} 

#mmpm-city .row-expand > .col-expand, #main-content .row-expand > .col-expand, .row-expand > .col-expand {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* Mobile */


@media (min-width:) and (max-width:484px) {
	.mmpm-visible-mobile {
		display:block!important;
	}
	
	.mmpm-hidden-mobile {
		display:none!important;
	}
}

/* Tablet and below */
@media only screen and (max-width:568px) {
	.mmpm-visible-tablet-and-below {
		display:block!important;
	}

	.mmpm-visible-desktop-only {
	display:none!important;
	}
}

/* Above Tablet to Desktop */
@media (min-width: 875px) {
	.mmpm-visible-tablet-and-below {
		display: none;
	}

	.mmpm-visible-desktop-only {
		display:block;
	}

	.mmpm-visible-mobile {
		display:none;
	}
	
	.mmpm-hidden-mobile {
		display:block;
	}
}



/*************** End CSS helpers ****************/


/*************** Start Overrides ****************/

/* Bootstrap */
#main-content .row {margin-right:0;}


/* Flexslider */
.flex-direction-nav a:before {
	font-size: 34px;
	color:#167ac6;
}

.flexslider:hover .flex-direction-nav .flex-next {
    display:block;
}

.flex-direction-nav .flex-next {
    display:none;
}
#main-content .news-graphic .carousel, #main-content .news-graphic .carousel .item {height:100%!important;}

/* Comments */

#listcomment {
	display:none;
}

#main-content .navigation.post-navigation h2, .navigation.post-navigation h2 {display:none;}


.most-read-comments .comment-form-comment {
	font-family: 'Roboto', Sans-serif;
	font-size: 131%;
}

 .most-read-comments .comment-form-comment label {
	display:none;
}

.most-read-comments .comment-form-comment textarea {
	width:100%;
	height:4.7em;
}

.most-read-comments .comment-form-comment .form-submit input[type=submit] {height:2em;}

.most-read-comments h2.comments-title {display:none;}

/*

if textarea has content
	show p.form-submit


replace h2.commments-title with button VIEW COMMENTS
relocate to h3#reply-title.comment-reply-title

if view comments clicked then
	show 'hide comments button'
	show ol.comment-list
	
*/

/*************** End Overrides ****************/

/* Search start */


/* Search end */


/*************** Homepage Content ****************/

/* Header - MMPM City */

.yes-char .char-acter, .yes-char .char-acter img {
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition:  width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.yes-char .char-bubble {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;

  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

@media only screen and (max-width:440px) {
	#mmpm-city {display:none;}
}

#mmpm-city, .mmpm-city {position:relative;}
#mmpm-city .mod-columns{padding:0;}
#the-city, .the-city {position:relative;width:100%;margin:0;}
#the-characters, .the-characters {
	position:absolute;
	top:0;right:0;bottom:0;left:0;
}
#the-characters .row {
	height:33.33%;
	margin-right:0;
}

#the-characters .row .columns {
	width:20%;
	height:100%;
}
	
img.char-acter, .char-acter > img {position:absolute;}

.char-bubble {
	position:absolute;
	width:14%;
	background-color:#fff;
	text-transform:none;
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.8);
	box-shadow: 0 4px 8px rgba(0,0,0,0.8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;

	-webkit-filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.4));
	filter        : drop-shadow(0px 4px 8px rgba(0,0,0,0.4));
	-ms-filter    : "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#000')";
	filter        : "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#000')";
}

.char-bubble p {
	font-family: 'Roboto', 'Didact Gothic', Sans-serif;
	color:#000;
	line-height: 115%;
	font-size: 1.2vw;
	margin:4px 3px;
}

.char-bubble span {
	color:#c3161c;
	font-weight:bold;

}

.char-bubble, #main-content .char-bubble  {display:block;opacity:0;}

/*
.char-bubble, #main-content .char-bubble  {display:none;}

.char-acter:hover + .char-bubble, .char-acter:focus + .char-bubble, .char-acter:active + .char-bubble, #main-content .char-acter:hover + .char-bubble, #main-content .char-acter:focus + .char-bubble, #main-content .char-acter:active + .char-bubble {display:block;}
*/
.char-bubble.visi-char, .char-bubble.visi-char .char-bubble-inner {display:block!important;}

/* SPIDER / GAGAMBUILDER */
.char-acter.char-spider, .char-acter.char-spider > img {
	width: 7%;
	height:auto;
	left: 2%;
	bottom: 17%;
}

.char-bubble.bubble-spider, .char-bubble.bubble-spider > img {
	left: 6%;
	top: auto;
	bottom: 50%;
}

.char-bubble.bubble-spider:after {
	left: 32%;
    top: 100%;
    content: "";
    position: absolute;
    border-width: 0 0 3vh 2vw;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}

/* end arrow*/

/* BFLY / BEAUTIFLY */
.char-acter.char-bfly, .char-acter.char-bfly > img {
	width: 8%;
	height:auto;
	left: 24%;
	bottom: 42%;
}

.char-bubble.bubble-bfly, .char-bubble.bubble-bfly > img {
	left: 29%;
	top: auto;
	bottom: 77%;
}

.char-bubble.bubble-bfly:after {
	left: 12%;
    top: 100%;
    content: "";
    position: absolute;
    border-width: 0 0 3vh 2vw;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}


/* MANTIS / TALINONG TIPAKLONG */
.char-acter.char-mantis, .char-acter.char-mantis > img{
	width: 10%;
	height:auto;
	left: 46%;
	bottom: 47%;
}

.char-bubble.bubble-mantis, .char-bubble.bubble-mantis > img {
	left: 46%;
	top: auto;
	bottom: 79%;
}

.char-bubble.bubble-mantis:after {
	left: 48%;
    top: 100%;
    content: "";
    position: absolute;
    border-width: 0 2vw 3vh 0;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}

/* FFLY / ALI-KASAN */
.char-acter.char-ffly, .char-acter.char-ffly > img {
	width: 8%;
	height:auto;
	left: 64%;
	bottom: 50%;
}

.char-bubble.bubble-ffly, .char-bubble.bubble-ffly > img {
	left: 73.5%;
	top: auto;
	bottom: 85%;
}

.char-bubble.bubble-ffly:after {
	left: 6%;
    top: 100%;
    content: "";
    position: absolute;
    border-width: 0 0 3vh 3vw;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}

/* ANT / LANGGAGAWA */
.char-acter.char-ant, .char-acter.char-ant > img {
	width: 10%;
	height:auto;
	left: 68%;
	bottom: 15%;
}

.char-bubble.bubble-ant, .char-bubble.bubble-ant > img {
	left: 80%;
	top: auto;
	bottom: 50%;
}

.char-bubble.bubble-ant:after {
	left: 10%;
    top: 100%;
    content: "";
    position: absolute;
    border-width: 0 0 3vh 3vw;
    border-style: solid;
    border-color: transparent #fff;
    display: block;
    width: 0;
}

/* Other Homepage content */



#main-content .animation {
	background: url(img/island-city.png) no-repeat center center fixed; 
    -webkit-background-size: 1439px 516px;
    -moz-background-size: 1439px 516px;
    -o-background-size: 1439px 516px;
    background-size: 1439px 516px;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/island-city.png', sizingMethod='scale')";
    display: block;

    width: 100%;
    min-height: 516px;

}

#main-content .animation .row {
	padding: 0;
	margin: 0;
}

#main-content .submenu {
	margin: 20px auto;
	display: block;
	width: 100%;
	height: 100%;
	text-align:center;
}

#main-content .submenu li {
    margin: 0 1.3%;
	display: inline-block;
	list-style-type: none;
	list-style: none;
}

#main-content .submenu li a {
	color:#0054a5;
}

#main-content .submenu li a:hover, #main-content .submenu li a:focus, #main-content .submenu li a:active {
	color:#ee1c25;
}

#main-content .submenu li img{
	width: auto;
	margin: 0 auto;
}

#main-content .submenu li label {
	margin: 20px 0;
	font-size: 2em;
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width:450px) {
	#main-content .submenu li label {
		font-size: 0.7em;
	}
}

@media (min-width:451px) and (max-width:500px) {
	#main-content .submenu li label {
		font-size: 0.9em;
	}
}

@media (min-width:501px) and (max-width:644px) {
	#main-content .submenu li label {
		font-size: 1em;
	}
}

@media (min-width:645px) and (max-width:767px) {
	#main-content .submenu li label {
		font-size: 1.2em;
	}
}

@media (min-width:768px) and (max-width:1050px) {
	#main-content .submenu li label {
		font-size: 1.5em;
	}
}


#main-content .submenu li a:hover {
	text-decoration: none;
}

#main-content h2.mmpm-title {
	padding: 15px 20px;
	margin: 40px 0;
    display: block;
    width: 290px;
    color: #fff;
    background-color: #c1171d;
    font-size: 3em;
    font-family: 'Bebas', Sans-serif;
}

#main-content h2.mmpm-title2 {
	padding: 15px 20px 15px 40px;
    display: block;
    width: 290px;
    color: #fff;
    background-color: #c1171d;
    font-size: 3em;
    font-family: 'Bebas', Sans-serif;
}

#main-content h2.mmpm-title.inverse {
    color: #c1171d;
    background-color: transparent;
}


#main-content h2.mmpm-title.right-title {
	text-align:right;
    padding: 15px 10px;
    width:auto;
}

#main-content h2.mmpm-title span.arrow {
	margin-top: -15px;
    position: absolute;
    left: 289px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 76px 76px 0 0;
    border-color: #c1171d transparent transparent transparent;
    display:inline-block;
}

#main-content .news-graphic span.arrow {
	margin-top:-61px!important;
}


/*** Sample News ***/

#main-content .flexslider-latestnews {
	max-height: 600px;
}

#main-content .latest-news ul,
#main-content .latest-news ul li {
	margin: 0 auto;
	padding: 0;
}

#main-content .latest-news ul li {
	list-style: none;
	display: block;
}


#main-content .flexslider-latestnews li div.news-item {
	width: 33%;
	display: block;
	max-height: 300px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

#main-content .latest-news ul li img {
	position: relative;
	z-index: 1;
	display:block;
	max-width:100%;
	width: auto;
	min-width: 0;
	height: auto;
	margin:0 auto;
	width: 100%;
}

#main-content .latest-news ul li div.news-item .caption {
	display: none;

	padding: 30px 50px;
    color: #000;
    z-index: 10000;
    background-color: #ffffff;
    max-height: 300px;
    word-break: break-word;
    position: absolute;
    width: auto;

    font-family: 'texgyrescholaregular', Helvetica;

    text-align: justify;
    font-size: 1.5em;
    margin: 25px;

    zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

#main-content .latest-news .flex-control-nav.flex-control-paging {
	position: relative !important;
}

#main-content .latest-news ul li .caption button {
	margin: 20px auto;
	padding: 5px 10px;
	display: block;
	width: auto;
	font-family: 'Bebas';
	font-size: 1.1em;
	background: #fff;
	border: 2px solid #000000;
}

/*** End Sample News ***/

/*** Start General - Videos Block ***/
#main-content .videos img {
	margin: 0 auto;
}

#main-content .vid-list-container::-webkit-scrollbar { width: 12px; }
#main-content .vid-list-container::-webkit-scrollbar-button { display:none; }
#main-content .vid-list-container::-webkit-scrollbar-track { background:#fff; }
#main-content .vid-list-container::-webkit-scrollbar-thumb { background: #0054A5;  }
#main-content .vid-list-container::-webkit-scrollbar-corner { display:none;}
#main-content .vid-list-container::-webkit-resizer { display:none; }

#main-content .vid-item {
	font-family: 'Roboto', 'Didact Gothic', sans-serif;
}

/*** End General - Videos Block ***/


/*** Homepage - Videos Block ***/
#main-content .videos img {
	margin: 0 auto;
}

#main-content .home-videos .vid-container {
	position: relative;
	padding-bottom: 52%;
	height: 0; 
	background-color:#3C3C3C;
}

#main-content .home-videos .vid-container iframe,
#main-content .home-videos .vid-container object,
#main-content .home-videos .vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Playlist */

#main-content .home-videos .vid-list-container {
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color:#3C3C3C;
	height:388px;
	padding-bottom:10px;
}

#main-content .home-videos .vid-list {
	width: 100%;
	position: relative;
	top:0;
	left: 0;
	background-color:#3C3C3C;
}

#main-content .home-videos .vid-item {
	display: block;
	max-width: 100%;
	height: 95px;
	margin: 0;
	padding: 10px;
	cursor:pointer;
	font-size:16px;
}

#main-content .home-videos .vid-item:hover .desc{
	color:#FFEE0A;
}

#main-content .home-videos .thumb {
	overflow:hidden;
	height: 84px;
	width:30%;
	display:inline-block;
	position:absolute;
	left:10px;
}

#main-content .home-videos .thumb img {
	width: 128px;
	height:128px;
	position: relative;
	top: -13px;
}

#main-content .home-videos .vid-item .desc {
	width:65%;
	color: #FEFEFE;
	display:inline;
	position:absolute;
	text-align:left;
	left:150px;
}

#main-content .home-videos .vid-item .desc_duration {
	width:65%;
	color: #FEFEFE;
	display:inline;
	position:relative;
	text-align:left;
	left:140px;
	top:65%;
}

/*** End Homepage - Home Videos Block ***/


/************************* START ALL VIDEOS BLOCK ********************************/

#main-content .all-videos .vid-list-container2 {
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color:#fff;
	height:388px;
	padding-bottom:10px;
}

#main-content .all-videos .vid-list2 {
	width: 100%;
	position: relative;
	top:0;
	left: 0;
	background-color:#fff;
	margin:0 auto;
}

#main-content .all-videos .vid-item {
	display: inline-block;
	width: 33%;
	padding: 1%;
	cursor:pointer;
	font-size:1.3em;
}

@media only screen and (max-width:420px) {
	#main-content .all-videos .vid-item {
		max-width: 100%;
	}
}

@media (min-width:421px) and (max-width:600px) {
	#main-content .all-videos .vid-item {
		max-width: 100%;
	}
}

@media (min-width:601px) and (max-width:767px) {
	#main-content .all-videos .vid-item {
		max-width: 100%;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#main-content .all-videos .vid-item {
		max-width: 100%;
	}
}

@media (min-width:992px) and (max-width:1023px) {
	#main-content .all-videos .vid-item {
		max-width: 33%;
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	#main-content .all-videos .vid-item {
		max-width: 33%;
	}
}

@media (min-width:1200px) {
	#main-content .all-videos .vid-item {
		max-width: 33%;
	}
}

#main-content .all-videos .vid-item:hover .desc_text{
	color:#0054A5;
	text-decoration:underline;
}

#main-content .all-videos .vid-item:hover .desc_duration{
	color:#0054A5;
	font-weight:600;
}

#main-content .all-videos .thumb {
	overflow:hidden;
	height: 84px;
	width:100%;
	text-align:center;
	display: inline-block;
	margin: 0 auto;
}

#main-content .all-videos .thumb img {
	position: relative;
	top: -21px;
	height: auto;
	width: 100%;
}

#main-content .all-videos .thumb span.desc_duration {
	color: #fff;
	position: absolute;
	bottom: 48%;
	right: 6%;
	font-size:1.1em;
}


#main-content .all-videos .vid-item .desc {
	color: #000;
	display:block;
	text-align:center;
	margin:10px auto 0 auto;
}

#main-content .all-videos .vid-item .desc_text {

}

#main-content .all-videos .vid-item .desc_duration {
	color: yellow;
	position:absolute;
	bottom:0;right:0;
}


#main-content .all-videos .vid-item span.desc_details {
	display:block;
	color: #ccc;
	text-align:right;
	font-size:0.8em;

}

#main-content .all-videos .vid-item .desc_views {
	display:inline-block;
	margin-left:8px;
}

#main-content .all-videos .vid-item .desc_likes {
	display:inline-block;
}


/************************* END ALL VIDEOS BLOCK ********************************/

/*** Quote Block ***/
#main-content .quote, #main-content .thequote {
	font-family: 'texgyrescholaregular', Helvetica;
}

#main-content .quote .quote-content {
	border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
    width: 96%;
    padding: 50px 150px;
    margin: 0 auto;
}

#main-content .quote .quote-content:hover, #main-content .quote .quote-content:focus, #main-content .quote .quote-content:active {
	text-decoration:none;
	color: inherit;
}

#main-content .quote .quote-content span.thequote, 
#main-content .quote .quote-content span.quote-owner {
	line-height: 140%;
	display: block;
	font-size: 250%;
	text-align: center;
	text-decoration:none;
}

#main-content .quote .quote-content span.thequote:before {
	content: '“';
	margin-left: -10%;
	top: 0;
	float: left;
	font-family: 'texgyrescholaregular';
}

#main-content .quote .quote-content span.thequote:after {
	content: '”';
	margin-right: -10%;
	float: right;
	font-family: 'texgyrescholaregular';
}

#main-content .quote .quote-content span.thequote:before, #main-content .quote .quote-content span.thequote:after {
	font-size: 6em;
	position: relative;
	height: 100%;
	line-height: 50%;
	display: block;
}

#main-content .quote .quote-content {
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	width: 96%;
	padding: 50px 10%;
	margin: 0 auto;
}


#main-content .quote .quote-content img {
	margin: 50px auto;
    width: 150px;
    height: 150px;
    display: block;
    padding: 1px;

    background: #ffffff;

    -webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;

	border: 5px solid #676767;
}

/*** End Quote Block ***/

/*** News Graphic ***/

#main-content .news-graphic .carousel,
#main-content .news-graphic .carousel .item {
	position: relative;
	/*height: 316px;*/
	height:100%;
	z-index: 1;
}

#main-content .news-graphic .carousel .carousel-indicators {
	z-index: 1000;
}

#main-content .news-graphic .carousel .carousel-control {
	z-index: 1001;
}

#main-content .news-graphic .carousel .item img {
	float: left
}

#main-content .news-graphic .carousel-inner .active.left { 
	left: -33.33%; 
}
#main-content .news-graphic .carousel-inner .next { 
	left:  33.33%; 
}

/* begin Lightbox */

/*
#themodal {
	padding-left: 12px;
	padding-right: 12px
}
*/

/*
#main-content .modal .modal-title, .modal .modal-title, #themodal .modal-title {
	margin: 5px auto;
	line-height: 1.42857143;
	font-size: 1.6em;
	font-family: 'Roboto','Didact Gothic', Sans-serif;
	text-align:center;
}
*/

/*
#main-content .modal .model-dialog, #themodal .modal-dialog {
	width:100%;
	margin:10px auto;
}
*/

/*
#themodal .modal-body {
	padding: 12px;
	margin:0 auto;
	text-align:center;
}
*/

/*
#themodal  .modal-body img {
	width:auto;
	max-width:100%;
	margin:0 auto;
}
*/

/*
#themodal .modal-footer {
	text-align:none;
	padding: 12px;
}
*/

/*
#themodal .modal-footer .modal-caption {
	text-align:center;
	font-family: 'Roboto','Didact Gothic', Sans-serif;
	font-size:1.3em;
	line-spacing:110%;
}
*/

/*
#themodal .modal-footer .button-close {text-align:right;}
*/

/*
.modal .close, #main-content .modal .close {
	position:absolute;top:0;right:0;padding:5px;
}
*/





/* end Lightbox */

/*** End News Graphic ***/

/*************** End Homepage Content ****************/

/*************** Start Character Page ****************/



#main-content .character-page, .character-page {
	padding-bottom:7%;
	font-family: 'Roboto', 'Didact Gothic', sans-serif;
}


.character-heading {
    margin-top: 15%;
    margin-bottom: 4%;
}

#main-content .character-polaroid, .character-polaroid {position:relative;}

#main-content .character-polaroid img, .character-polaroid img {
	-webkit-transform: rotate(-16deg);
	-moz-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	-o-transform: rotate(-16deg);
	transform: rotate(-16deg);

	position:absolute;
	z-index:1;
	left: 10%;
    margin-top: -23%;
    width: 88%;
    height: auto;
}

#main-content .character-page .character-name, .character-page .character-name {
	text-align:center;
}

#main-content .character-name img, .character-name img {
    width: 100%;
    max-width: 90%;
}

#main-content .character-page .char-post-container, .character-page .char-post-container {
	color:#000;
    position: relative;
    margin-top: 50%;
}

#main-content .memopad-style-start, .memopad-style-start, #main-content .memopad-style-end, .memopad-style-end {
	margin:0;
}

#main-content .memopad-style-start img, .memopad-style-start img {
	width:100%;
	display:block;
}


#main-content .char-post-list, .cha-inr-post-list {
	background-color: #FBEE5C;
	display:block;
    padding-top: 8%;
    margin: 0;

	-webkit-border-bottom-right-radius:2% 70%;
	-moz-border-bottom-right-radius:2% 70%;
	border-bottom-right-radius:2% 70%;
}

#main-content .memopad-style-end img, .memopad-style-end img {
	display:block;
	width:98%;
	height:200px;
}

#main-content .character-page .char-post-container .char-post-entry .char-post-label,  .character-page .char-post-container .char-post-entry .char-post-label{
	text-decoration:underline;
	font-size:1.7em;
	font-weight:400;
	cursor:pointer;
	padding: 10px 10px 15px 10px;
	margin: 0 auto;

	overflow-wrap: break-word;
	-ms-word-break: break-word;
	word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#main-content .character-page .char-post-container .char-post-entry .char-post-label:hover,  .character-page .char-post-container .char-post-entry .char-post-label:hover, #main-content .character-page .char-post-container .char-post-entry .char-post-label:focus,  .character-page .char-post-container .char-post-entry .char-post-label:focus, #main-content .character-page .char-post-container .char-post-entry .char-post-label:active,  .character-page .char-post-container .char-post-entry .char-post-label:active {
	text-decoration:none;
	font-weight:600;
	color:#397ec1;
}


#main-content .character-page .see-more-button, .character-page .see-more-button {
	position:absolute;
	padding:5px;
	margin-top: 5%;
    left: 5%;

	font-family:'Bebas', Sans-serif;
	background-color:#D7C850;
	color:#000;
	font-size:1.8em;

	text-decoration:none;
	cursor:pointer;
}

#main-content .character-page .see-more-button:hover, .character-page .see-more-button:hover, #main-content .character-page .see-more-button:focus, .character-page .see-more-button:focus, #main-content .character-page .see-more-button:active, .character-page .see-more-button:active {
	text-decoration:underline;
	color:#0054A6;
}

#main-content .character-page .notepad-container, .character-page .notepad-container {
	width: 100%;
    margin: 20px 10px 20px 40px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
}

#main-content .notepad-container span.notepad-spine, .notepad-container span.notepad-spine {
    clear: both;
    float: none;
}

#main-content .notepad-spine .vertebrae, .notepad-spine .vertebrae {
	display: inline-block;
    width: 4%;
    margin: 0 2% 0 1%;
    padding: 0;
    float: left;
    overflow: hidden;
    height: 100vh;
    background-image: url('img/notepad_spine_vert.png');
    background-repeat: no-repeat space;
    background-position: center center;
    background-color: transparent;
    background-attachment: scroll;
    background-origin: inherit;
    background-repeat: space;
    background-clip: content-box;
    background-size: contain;

}

#main-content .char-scroller, .char-scroller {
	display:inline;
    padding: 30px 40px 30px 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	height:920px;
}

#main-content .notepad-container .char-notepad-page, .notepad-container .char-notepad-page {
	/*display:inline-block;*/
	width:93%;
	padding: 0 3.5% 0 0;
    height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;

}

#main-content .character-page .nav-tabs, .character-page .nav-tabs {
    border-bottom: 0 none;
}

#main-content .character-page .nav-tabs>li>a, .character-page .nav-tabs>li>a {
    border: 0 none;
}

#main-content .character-page .nav-tabs>li.active>a, #main-content .character-page .nav-tabs>li.active>a:focus, #main-content .character-page .nav-tabs>li.active>a:hover, .character-page .nav-tabs>li.active>a,  .character-page .nav-tabs>li.active>a:focus, .character-page .nav-tabs>li.active>a:hover {
	text-decoration:none;
	font-weight:800;
    color: #397ec1;
    cursor: default;
}


#main-content .character-page .nav-tabs>li>a, #main-content .character-page .nav-tabs>li>a:focus, #main-content .character-page .nav-tabs>li>a:hover, .character-page .nav-tabs>li>a,  .character-page .nav-tabs>li>a:focus, .character-page .nav-tabs>li>a:hover {
    font-weight: 800;
    color: #397ec1;
    cursor: default;
    background-color: transparent;
    border: 0 none;
    border-bottom-color: transparent;
}

#main-content .notepad-container h3.char-post-title, .notepad-container h3.char-post-title {
    font-size: 4em;
    font-weight: 600;
    text-align:center;
    margin: 20px 0;
}

#main-content .notepad-container .char-post-content, .notepad-container .char-post-content {
	font-size:2em;
}

#main-content .notepad-container .char-post-content p, .notepad-container .char-post-content p {
padding-bottom: 15px;
}

#main-content .char-notepad-page::-webkit-scrollbar, .char-notepad-page::-webkit-scrollbar { width: 12px; }
#main-content .char-notepad-page::-webkit-scrollbar-button, .char-notepad-page::-webkit-scrollbar-button { display:none; }
#main-content .char-notepad-page::-webkit-scrollbar-track, .char-notepad-page::-webkit-scrollbar-track { background:#fff; }
#main-content .char-notepad-page::-webkit-scrollbar-thumb, .char-notepad-page::-webkit-scrollbar-thumb { background: #C4C4C4;  }
#main-content .char-notepad-page::-webkit-scrollbar-corner, .char-notepad-page::-webkit-scrollbar-corner { display:none;}
#main-content .char-notepad-page::-webkit-resizer, .char-notepad-page::-webkit-resizer { display:none; }

/*************** End Character Page ****************/


/*************** Most Read Content ********************/

#main-content .most-read h3 {
	text-align:center;
	font-size:3em;
	font-weight:bold;
	margin:0 auto 3.5% auto;
	width:80%;
}

#main-content .story-date {
	color:#ccc;
	font-size:1em;
	float:right;
	margin-right:0;
}

#main-content .most-read .read-style-img {
	position:relative;
	left:7%; padding-right:7%;
	margin-left:3%;
	right:0;
	padding-left: 1%;
}


#main-content .most-read .read-style-img img{
  display:block;
  max-width:100%;
  width:auto;
  min-width:0;
  height:auto;
  margin:0 auto;
} 

@media (max-width:600px) {
	#main-content .most-read .read-style-img img {
		max-width:96%;
	}

	#main-content .story-date {
		margin-right:2%;
	}

	#main-content .most-read .img-caption {
		margin: auto 2%;
	}
}

#main-content .most-read .img-caption {
	font-family: 'Roboto', 'Didact Gothic', Sans-serif;
	font-style: italic;
	font-size: 1.2em;
	text-align:justify;
	text-justify: inter-word;

}

#main-content .most-read .read-style-social {    
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.975em;
    cursor: pointer;
}

#main-content .share-style {
	background-color: #f3f3f3;
	color: #333;
	text-decoration:none;
	padding:6px;
	text-align:center;
	margin:0 auto;
	border-radius:8px;
}


#main-content .most-read .read-style-social img {
	margin-top: 10px;
	max-width:60px;
	min-width:30px;
	width:100%;
	height:auto;
	cursor:pointer;
}

#main-content .most-read .read-style-copy {
	margin-top:14px;
	text-align: justify;
	text-transform: none;
	text-justify: inter-word;
	line-height:140%;
	margin-bottom: 30px;
	font-size: 1.2em;
	font-family: "Rubik", Sans-serif;
} 


#main-content .most-read .read-style-copy img {
	text-align:center;
	max-width:100%;
	width:auto;
	height:auto;
}

.fb-share-button {
	display:block;
}

.tw-share-button {
    display: block;
    margin-left: 0;
}

@media only screen and (max-width:840px) {

	#main-content .most-read .read-style-social {
	    padding: 0.4em;
	    margin: 0.5em 0.4em 0 0.4em;
	}


	#main-content .most-read .read-style-social {
		position:relative;
		display:inline-block;
		float:none;
	}

	#main-content .most-read .read-style-social h4 {
		display:inline-block;
		margin:0 5px;
	}

	#main-content .most-read .read-style-social .fb-share-button {
		display:inline-block;
		margin:0 5px;
	}

	#main-content .most-read .read-style-social .tw-share-button {
		display:inline-block;
		margin:0 5px;
	} 
	
	#main-content .most-read .read-style-social img {
		width:30px!important;
		display:inline-block;
		
	}

	#main-content .most-read .read-style-img {
		position: relative;
		left: 0;
		right: 0;
		top:0;bottom:0;
		padding-right: 0;
		display:block;
		padding:0;
		margin:0;
	}
	
	br.conditional {display:none;}
}

#main-content .most-read-related {
	position:relative;
	padding-bottom:50px;
}

#main-content .most-read-related .related-title {
	color: #0154A6;
	font-weight: normal;
	margin-top: 10px;
	line-height: 140%;
	text-align: center;
	font-size:1.1em;
}

#main-content .most-read-related .read-more-related a {color:#000;}

#main-content .most-read-related .read-more-related {
	padding: 4px 0;
	text-align:center;
}

#main-content .most-read-related .read-more-related a:hover{
	color: #0054a5;
}

#main-content .most-read-related .related-item a .related-image-overlay {
	background-color:rgba(255,255,255,1);
	opacity:1;
}

#main-content .most-read-related .related-item a .related-image-overlay img {
	display:block;
	max-width:100%;
	width:auto;
	height:auto;
}

#main-content .most-read-related .related-item a:hover .related-image-overlay{
	background-color:rgba(255,255,255,0.5);
	opacity:0.5;
}

#main-content .most-read-related .bg-style-1 {
	background-color: #D8D8D8;
	margin-top:15px;

	position:absolute;
	bottom:0;
	left:0;right:0;
}

@media only screen and (max-width:639px) {
	#main-content .most-read-related .related-title {
		margin: 5px auto 15px auto;
		max-width: 90%;
	}
	
	#main-content .most-read-related .related-image {
		max-width: 90%;
		margin: 0 auto;
	}
}


/*************** End Most Read Content ****************/
/* Newsgraphics Post */

#main-content .newsgraphics-post h3 {
	text-align:center;
	font-size:3em;
	font-weight:bold;
	margin:0 auto 3.5% auto;
	width:80%;
}

#main-content .story-date {
	color:#ccc;
	font-size:1em;
	float:right;
	margin-right:0;
}

#main-content .newsgraphics-post .read-style-img {
	position:relative;
	left:7%; padding-right:7%;
	margin-left:3%;
	right:0;
	padding-left: 1%;
}


#main-content .newsgraphics-post .read-style-img img{
  display:block;
  max-width:100%;
  width:auto;
  min-width:0;
  height:auto;
  margin:0 auto;
} 

@media (max-width:600px) {
	#main-content .newsgraphics-post .read-style-img img {
		max-width:96%;
	}

	#main-content .story-date {
		margin-right:2%;
	}

	#main-content .newsgraphics-post .img-caption {
		margin: auto 2%;
	}
}

#main-content .newsgraphics-post .img-caption {
	font-family: 'Roboto', 'Didact Gothic', Sans-serif;
	font-style: italic;
	font-size: 1.2em;
	text-align:justify;
	text-justify: inter-word;

}

#main-content .newsgraphics-post .read-style-social {    
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.975em;
    cursor: pointer;
}

#main-content .share-style {
	background-color: #f3f3f3;
	color: #333;
	text-decoration:none;
	padding:6px;
	text-align:center;
	margin:0 auto;
	border-radius:8px;
}


#main-content .newsgraphics-post .read-style-social img {
	margin-top: 10px;
	max-width:60px;
	min-width:30px;
	width:100%;
	height:auto;
	cursor:pointer;
}

#main-content .newsgraphics-post .read-style-copy {
	margin-top:14px;
	text-align: justify;
	text-transform: none;
	text-justify: inter-word;
	line-height:140%;
	margin-bottom: 30px;
	font-size: 1.2em;
	font-family: "Rubik", Sans-serif;
} 


#main-content .newsgraphics-post .read-style-copy img {
	text-align:center;
	max-width:100%;
	width:auto;
	height:auto;
}

.fb-share-button {
	display:block;
}

.tw-share-button {
    display: block;
    margin-left: 0;
}

@media only screen and (max-width:840px) {

	#main-content .newsgraphics-post .read-style-social {
	    padding: 0.4em;
	    margin: 0.5em 0.4em 0 0.4em;
	}


	#main-content .newsgraphics-post .read-style-social {
		position:relative;
		display:inline-block;
		float:none;
	}

	#main-content .newsgraphics-post .read-style-social h4 {
		display:inline-block;
		margin:0 5px;
	}

	#main-content .newsgraphics-post .read-style-social .fb-share-button {
		display:inline-block;
		margin:0 5px;
	}

	#main-content .newsgraphics-post .read-style-social .tw-share-button {
		display:inline-block;
		margin:0 5px;
	} 
	
	#main-content .newsgraphics-post .read-style-social img {
		width:30px!important;
		display:inline-block;
		
	}

	#main-content .newsgraphics-post .read-style-img {
		position: relative;
		left: 0;
		right: 0;
		top:0;bottom:0;
		padding-right: 0;
		display:block;
		padding:0;
		margin:0;
	}
	
	br.conditional {display:none;}
}

#main-content .newsgraphics-post-related {
	position:relative;
	padding-bottom:50px;
}

#main-content .newsgraphics-post-related .related-title {
	color: #0154A6;
	font-weight: normal;
	margin-top: 10px;
	line-height: 140%;
	text-align: center;
	font-size:1.1em;
}

#main-content .newsgraphics-post-related .read-more-related a {color:#000;}

#main-content .newsgraphics-post-related .read-more-related {
	padding: 4px 0;
	text-align:center;
}

#main-content .newsgraphics-post-related .read-more-related a:hover{
	color: #0054a5;
}

#main-content .newsgraphics-post-related .related-item a .related-image-overlay {
	background-color:rgba(255,255,255,1);
	opacity:1;
}

#main-content .newsgraphics-post-related .related-item a .related-image-overlay img {
	display:block;
	max-width:100%;
	width:auto;
	height:auto;
}

#main-content .newsgraphics-post-related .related-item a:hover .related-image-overlay{
	background-color:rgba(255,255,255,0.5);
	opacity:0.5;
}

#main-content .newsgraphics-post-related .bg-style-1 {
	background-color: #D8D8D8;
	margin-top:15px;

	position:absolute;
	bottom:0;
	left:0;right:0;
}

@media only screen and (max-width:639px) {
	#main-content .newsgraphics-post-related .related-title {
		margin: 5px auto 15px auto;
		max-width: 90%;
	}
	
	#main-content .newsgraphics-post-related .related-image {
		max-width: 90%;
		margin: 0 auto;
	}
}



/* end Newsgraphics Post */


/* Page */

.posting-page .post-title-style h2, #main-content .posting-page .post-title-style h2, #main-content h2.postings {
	padding: 5px 20px 0 20px;
	display: block;
	width: auto;
	color: #000;
	background-color: transparent;
	font-size: 2em;
	font-family: 'PT Serif', 'Roboto', Sans-serif;
}

.posting-page .post-title-style h2:hover, .posting-page .post-title-style h2:focus, .posting-page .post-title-style h2:active {
	color:#0054A5;
}


.posting-page .post-title-style:hover .post-details, .posting-page .post-title-style:focus .post-details, .posting-page .post-title-style:active .post-details {
	text-decoration:none;
}

.posting-page .post-title-style .post-details, #main-content .posting-page .post-title-style .post-details {
	padding: 5px 0 0 20px;
    font-family: 'PT Serif','Roboto',Sans-serif;
    font-size: 1.3em;
    color:#000;
    background-color:transparent;
}

.posting-page .post-title-style .post-date, #main-content .post-title-style .post-date {
	display:inline;
	margin-right:20px;
}

.posting-page .post-title-style .postings-category, #main-content .post-title-style .postings-category {
	width: auto;
	display:inline;
}


.posting-page .navis, #main-content .posting-page .navis {
    margin: 20px;
    font-size: 1.3em
}

.pagination-mmpm-posts {
	padding: 15px 20px;
}
/* Page: end */

/* All Posts */


#main-content h2 {
	padding: 5px 20px;
	display: block;
	width: auto;
	color: #000;
	background-color: transparent;
	font-size: 2em;
	font-family: 'Roboto', 'Didact Gothic', Sans-serif;
}

/* All Posts: end */

/* Single */


#main-content .single-post h3 {
	text-align:center;
	font-size:2em;
	font-weight:bold;
}

#main-content .single-post .read-style-img {
	position:relative;
	left:7%; padding-right:7%;
	margin-left:3%;
	right:0;
}


#main-content .single-post .read-style-img img{
  display:block;
  max-width:100%;
  width:auto;
  min-width:none;
  height:auto;
  margin:0 auto;
} 

#main-content .single-post .read-style-social {
	position:absolute;
	left:0; bottom:0;
	padding-left: 0.975em;
}

#main-content .single-post .read-style-social img {
	margin-top: 10px;
	max-width:60px;
	min-width:30px;
	width:100%;
	height:auto;
}

#main-content .single-post .read-style-copy {
	margin-top:14px;
	text-align: justify;
	text-transform: none;
	text-justify: inter-word;
	line-height:140%;
	margin-bottom: 30px;
	font-size: 1.3em;
	font-family: "Rubik", Sans-serif;
} 

#main-content .single-post .read-style-copy img {
	width: auto;
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width:840px) {
	#main-content .single-post .read-style-social {
		position:relative;
		display:block;
		float:right;
	}
	
	#main-content .single-post .read-style-social img {
		width:30px!important;
		
	}

	#main-content .single-post .read-style-img {
		position: relative;
		left: 0;
		right: 0;
		top:0;bottom:0;
		padding-right: 0;
		display:block;
		padding:0;
		margin:0;
	}
	
	br.conditional {display:none;}
}

#main-content .single-post-related .related-title {
	color: #0154A6;
	font-weight: bold;
	line-height:120%;
	text-align:center;
}

#main-content .single-post-related .read-more-related a {color:#000;}

#main-content .single-post-related .read-more-related {
	padding: 4px 0;
	text-align:center;
}

#main-content .single-post-related .read-more-related a:hover{
	color: #0054a5;
}

#main-content .single-post-related .related-item a .related-image-overlay {
	background-color:rgba(255,255,255,1);
	opacity:1;
}

#main-content .single-post-related .related-item a .related-image-overlay img {
	display:block;
	max-width:100%;
	width:auto;
  
}

#main-content .single-post-related .related-item a:hover .related-image-overlay{
	background-color:rgba(255,255,255,0.5);
	opacity:0.5;
}

#main-content .single-post-related .bg-style-1 { background-color: #D8D8D8; margin-top:15px;}

@media only screen and (max-width:639px) {
	#main-content .single-post-related .related-title {
		margin: 5px auto 15px auto;
		max-width: 90%;
	}
	
	#main-content .single-post-related .related-image {
		max-width: 90%;
		margin: 0 auto;
	}
}

/* Single - end */


/* Category - start */

#category-content .archive-header {
	text-align:center;
	word-spacing:0.45em;
	padding-bottom:20px;
}

#category-content .archive-header small {color: #C1171D;}

#category-content a {
	color:#000;
	text-decoration:none;
}
#category-content a h2{
	color:#23527c;
	padding-top: 10px;
	margin-top: 0;
}

#category-content a:hover h2, #category-content a:focus h2, #category-content a:active h2 {
	color: #C1171D;
	text-decoration:underline;
}

#category-content a .entry {
	margin: 0 0 10px 30px;
	padding-right:30px;
	font-family:'Roboto','Didact Gothic',Sans-serif;
	font-size:1.1em;
}


/* Category - end */

/********** End Body/Content ***********/

/********** Footer ***********/

/*footer {
	background: #fff;
	padding: 0;
	padding-bottom: 0;
	margin: 20px 0 0 0;
	border: 0 none;

	line-height: 56px;
	color: #fff;

	height: 116px;
	background: url('img/footer-background.gif');

	-webkit-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.15);

	font-family: 'texgyrescholaregular', Helvetica;
}*/

footer {
	padding:0!important; margin:0!important;
	border: 0 none;
}

footer .row-bar {
	height:56px;
	width:100%;
	display:block;
	overflow-x: hidden!important;
}

footer .row-bar span {
    padding-left: 10px;
    line-height: 56px;
    color: #fff;
    font-family: 'Roboto', 'Didact Gothic', Sans-serif;
}

@media only screen and (max-width:320px) {
	footer .row-bar span {
	    font-size: 0.75em;
	}
}

@media (min-width:400px) and (max-width:767px) {
	footer .row-bar span {
	    font-size: 1em;
	}
}

@media (min-width:768px) {
	footer .row-bar span {
	    font-size: 1.6em;
	}
}

/********** End Footer ***********/

/****** Search Results ******/


#main-content .searchres header.page-header, .searchres header.page-header {
	-webkit-box-shadow: 0 10px 23px 0 none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    background: none;
    padding-left: 20px;
    word-spacing: 0.25em;
}

#main-content .searchres nav.navigation.paging-navigation , .searchres nav.navigation.paging-navigation {
    padding-left: 20px;
}


#main-content .searchres article, .searchres article {
	margin-bottom:20px;
}


#main-content .searchres h2, .searchres h2 {
    padding: 15px 20px 5px 20px;
    display: block;
    width: auto;
    max-width:90%;
    color: #337ab7;
    background-color: transparent;
    font-size: 3em;
    font-family:'PT Serif','Didact Gothic', serif;
}

#main-content .searchres .entry-summary p, .searchres .entry-summary p {
    margin: 0 0 0 30px;
    font-family: 'Roboto';
    font-size: 1.3em;
    width: 80%;
}

/* Navbar Transition */
.no-transition {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}

/*** end: Search Results ***/

/********** Media Queries For Smaller Screens ***********/

@media only screen and (max-width:1199px) {

	#main-content .home-videos .vid-item .desc {
		font-size:0.9em;
	}

}

@media only screen and (max-width: 767px) {


	
	#main-content .vid-list-container::-webkit-scrollbar-thumb { background: #C2171F;}
	


	#main-content .character-page .see-more-button, .character-page .see-more-button {
		font-size:1.5em;
	}

	#main-content .character-page .notepad-container, .character-page .notepad-container {
    	margin: 20px 10px;
    }

    #main-content .notepad-container h3.char-post-title, .notepad-container h3.char-post-title {
	    font-size: 3em;
    	text-align:left;
	}

	#main-content .character-page .char-post-container, .character-page .char-post-container {
	    margin-top: 5%;
	}
	#main-content .character-polaroid img, .character-polaroid img {
		left:20px;
		margin-top:-50%;
	}

	#main-content .latest-news ul li div.news-item .caption {
		padding: 0.15%;
		font-size: 1em;
		margin: 5px;
	}

	#main-content .latest-news ul li .caption button, .latest-news ul li .caption button {
		margin: 0.5em auto;
		padding: 3px;
		font-size: 1.1em;
	}

} /* ends 767px and under */

@media (max-width: 610px) {

	#main-content .quote .quote-content span.thequote:before {
		content: '“';
		margin-left: -10%;
		top: 0;
		float: left;
	}

	#main-content .quote .quote-content span.thequote:after {
		content: '”';
		margin-right: -10%;
		float: right;
	}

	#main-content .quote .quote-content span.thequote:before, #main-content .quote .quote-content span.thequote:after {
		font-size: 3em; /* 6em */
		position: relative;
		height: 100%;
		line-height: 50%;
		display: block;
	}

	#main-content .quote .quote-content {
		border-top: 5px solid #000000;
		border-bottom: 5px solid #000000;
		width: 96%;
		padding: 50px 10%;
		margin: 0 auto;
	}

	#main-content .latest-news ul li div.news-item .caption {
		font-size:1em;
	}


}

@media (max-width: 600px) {

	#main-content h2.mmpm-title {
		text-align: center;
		width:100%;
	}

	#main-content h2.mmpm-title span.arrow {
		display:none;
	}

}





@media (max-width: 546px) {
	#main-content .home-videos .vid-item {
		height: 95px;
		font-size:16px;
	}
}



@media only screen and (max-width:420px) {

	#main-content .latest-news ul li div.news-item .caption {
		display:none;
	}
	
	#main-content .latest-news ul li .caption button, .latest-news ul li .caption button {
		display:none;
	}


}



/********** End Media Queries For Smaller Screens ***********/