/* --------------------------------------------------
	PHIVOLCS Official Website
	Developed by Inventive Media - Henry N. Ong II
    Website: http://wwww.inventivemedia.com.ph
----------------------------------------------------*/

html {
  height: 101/100%;
}

body {
  margin: 0;
  padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

.flexiblecolumn {
	min-height: 1px;
}

.clr {
	clear : both;
}

audio, canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

table img {
	max-width: none;
}


.column.column1 {
    width: 25%;
}

.column.column2 {
    width: 33.333333333333%;
}

.column.main {
    width: 75%;
}

.column.center {
    width: 66.666666666667%;
}

.noleft .center.column  {
    width: 75%;
}

.noleft .column2 {
    width: 25%;
}

.noleft .main {
    width: 100%;
}

.noright .column.center {
    width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
    float: left;
}

.rtl .flexiblemodule, .rtl .column, .rtl .logobloc, .rtl .flexiblecolumn {
    float: right;
}

/* for equalheights */
.equalheights > .inner > .clr {
	display: none;
}

.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
}

.equalheights .flexiblemodule,
.equalheights .column {
	display: flex;
}

.equalheights .flexiblemodule > .inner,
.equalheights .column > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}

.videobackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	/*z-index: -1;*/
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background: url(polina.jpg) no-repeat;*/
	background-size: cover; 
}

.videobackground + * { 
	position: relative;
	z-index: 1;
}


.hasvideobackground {
	position: relative;
	overflow: hidden;
}


	/* ---------------------------------------
		Error404
	-----------------------------------------*/


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
	box-sizing: border-box;
}

.container {
	width: 1200px;
}

.container-fluid {
	max-width: 1200px;
}

body {
	color: #363636;
	text-align: left;
	line-height: 20px;
	font-size: 13px;
	font-family: Roboto;
}

a {
	color: #14a6c7;
}


a:hover {
	color: #333333;
}

h1, div.componentheading {
	font-size: 36px;
	font-family: Raleway;
}

h2, div.contentheading {
	font-size: 30px;
	font-family: Raleway;
}

h3 {
	font-size: 24px;
	font-family: Raleway;
}

h4 {
	font-size: 20px;
	font-family: Raleway;
}

h5 {
	font-size: 18px;
	font-family: Raleway;
}

h6 {
	font-size: 16px;
	font-family: Raleway;
}

.button, button, button.btn, input.btn, .btn, .btn-group > .btn.active {
    border: none;
	background: #55acee;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	background: #6FC6FF;
	font-weight: normal;
}

.readmore a, .readmore .btn {
	background: #55acee;
	padding: 10px;
	font-weight: normal;
}

.readmore a:hover {
	background: #6FC6FF;
	color: #ffffff;
	font-weight: normal;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,  select,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	height: auto;
	border: #bebebe 1px solid;
	color: #bebebe;
	padding: 4px;
	text-align: left;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,  select:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #000000 1px solid;
}

#top-menu-wrapper {
	background: #383838;

                    }
#top-menu-block .n1 > .flexiblemodule { width: 100%; }
#top-menu-block .n2 > .flexiblemodule { width: 80%; }
#top-menu-block .n2 > .flexiblemodule + div { width: 20%; }

#top-menu-mod1 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#top-menu-mod1 div.moduletable h3, #top-menu-mod1 div.module h3,
#top-menu-mod1 div.moduletable_menu h3, #top-menu-mod1 div.module_menu h3 {
	color: #ffffff;
}

#top-menu-mod2 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#top-menu-mod2 div.moduletable h3, #top-menu-mod2 div.module h3,
#top-menu-mod2 div.moduletable_menu h3, #top-menu-mod2 div.module_menu h3 {
	color: #fffffff;
}

#label-block > div.inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

#bannerlogo > div.inner > .bannerlogodesc {
	color: #a3a3a3;
	text-align: center;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#bannerlogo > div.inner {
	margin-right: 15px;
	margin-left: 15px;
}

#label-mod2 > div.inner {
	margin-right: 15px;
	margin-left: 15px;
}

#label-mod3 > div.inner {
	margin-right: 15px;
	margin-left: 15px;
}

#main-menu-wrapper {
	background: #0288d1;

                    }

#main-menu-block > div.inner {
	margin-right: 15px;
	margin-left: 15px;
}

#featured-block > div.inner {
	margin-right: 15px;
	margin-left: 15px;
}
#modulestop .n1 > .flexiblemodule { width: 100%; }
#modulestop .n2 > .flexiblemodule { width: 50%; }
#modulestop .n2 > .flexiblemodule + div { width: 50%; }
#modulestop .n3 > .flexiblemodule { width: 33.333333333333%; }
#modulestop .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#modulestop .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#modulestop .n4 > .flexiblemodule { width: 25%; }
#modulestop .n4 > .flexiblemodule + div { width: 25%; }
#modulestop .n4 > .flexiblemodule + div + div { width: 25%; }
#modulestop .n4 > .flexiblemodule + div + div + div { width: 25%; }

#modulestopmod1 > div.inner {
	padding: 10px;
}

#modulestopmod2 > div.inner {
	padding: 10px;
}

#modulestopmod3 > div.inner {
	padding: 10px;
}

#modulestopmod4 > div.inner {
	padding: 10px;
}

#maincontent > div.inner {
	margin-top: 10px;
}

#left > div.inner {
	margin-right: 10px;
	padding: 10px;
}

#left div.moduletable, #left div.module,
#left div.moduletable_menu, #left div.module_menu {
	margin-bottom: 15px;
}

#maintopmodule > div.inner {
	padding: 10px;
}

#center > div.inner {
	padding: 10px;
}

#centertopmodule > div.inner {
	padding: 10px;
}

#centerbottommodule > div.inner {
	padding: 10px;
}

#right > div.inner {
	margin-left: 10px;
	padding: 10px;
}

#right div.moduletable, #right div.module,
#right div.moduletable_menu, #right div.module_menu {
	margin-bottom: 15px;
}

#mainbottommodule > div.inner {
	padding: 10px;
}
#modulesbottom .n1 > .flexiblemodule { width: 100%; }
#modulesbottom .n2 > .flexiblemodule { width: 50%; }
#modulesbottom .n2 > .flexiblemodule + div { width: 50%; }
#modulesbottom .n3 > .flexiblemodule { width: 33.333333333333%; }
#modulesbottom .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#modulesbottom .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#modulesbottom .n4 > .flexiblemodule { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div + div { width: 25%; }
#modulesbottom .n4 > .flexiblemodule + div + div + div { width: 25%; }

#modulesbottommod1 > div.inner {
	padding: 10px;
}

#modulesbottommod2 > div.inner {
	padding: 10px;
}

#modulesbottommod3 > div.inner {
	padding: 10px;
}

#modulesbottommod4 > div.inner {
	padding: 10px;
}

#footer > div.inner {
	padding: 10px;
}

#portals-wrapper {
	background:  url('../images/phivolcs bg.jpg') center center no-repeat scroll;
	background-size: cover;

                    }
#portals-block .n1 > .flexiblemodule { width: 100%; }
#portals-block .n2 > .flexiblemodule { width: 50%; }
#portals-block .n2 > .flexiblemodule + div { width: 50%; }
#portals-block .n3 > .flexiblemodule { width: 33.333333333333%; }
#portals-block .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#portals-block .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#portals-block .n4 > .flexiblemodule { width: 25%; }
#portals-block .n4 > .flexiblemodule + div { width: 25%; }
#portals-block .n4 > .flexiblemodule + div + div { width: 25%; }
#portals-block .n4 > .flexiblemodule + div + div + div { width: 25%; }

#portals-mod1 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#portals-mod1 div.moduletable h3, #portals-mod1 div.module h3,
#portals-mod1 div.moduletable_menu h3, #portals-mod1 div.module_menu h3 {
	color: #ffffff;
}

#portals-mod2 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#portals-mod2 div.moduletable h3, #portals-mod2 div.module h3,
#portals-mod2 div.moduletable_menu h3, #portals-mod2 div.module_menu h3 {
	color: #ffffff;
}

#portals-mod3 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#portals-mod3 div.moduletable h3, #portals-mod3 div.module h3,
#portals-mod3 div.moduletable_menu h3, #portals-mod3 div.module_menu h3 {
	color: #ffffff;
}

#portals-mod4 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#portals-mod4 div.moduletable h3, #portals-mod4 div.module h3,
#portals-mod4 div.moduletable_menu h3, #portals-mod4 div.module_menu h3 {
	color: #ffffff;
}

#bulletin-wrapper > div.inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
#bulletin-block .n1 > .flexiblemodule { width: 100%; }
#bulletin-block .n2 > .flexiblemodule { width: 50%; }
#bulletin-block .n2 > .flexiblemodule + div { width: 50%; }
#bulletin-block .n3 > .flexiblemodule { width: 33.333333333333%; }
#bulletin-block .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#bulletin-block .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#bulletin-block .n4 > .flexiblemodule { width: 25%; }
#bulletin-block .n4 > .flexiblemodule + div { width: 25%; }
#bulletin-block .n4 > .flexiblemodule + div + div { width: 25%; }
#bulletin-block .n4 > .flexiblemodule + div + div + div { width: 25%; }

#bulletin-mod1 > div.inner {
	margin-right: 15px;
	margin-left: 15px;
}

#bulletin-mod2 > div.inner {
	margin-right: 15px;
	margin-left: 15px;
}

#bulletin-mod3 > div.inner {
	margin-right: 15px;
	margin-left: 15px;
}

#bulletin-mod4 > div.inner {
	margin-right: 15px;
	margin-left: 15px;
}
#bottom-block .n1 > .flexiblemodule { width: 100%; }
#bottom-block .n2 > .flexiblemodule { width: 50%; }
#bottom-block .n2 > .flexiblemodule + div { width: 50%; }
#bottom-block .n3 > .flexiblemodule { width: 33.333333333333%; }
#bottom-block .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#bottom-block .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#bottom-block .n4 > .flexiblemodule { width: 25%; }
#bottom-block .n4 > .flexiblemodule + div { width: 25%; }
#bottom-block .n4 > .flexiblemodule + div + div { width: 25%; }
#bottom-block .n4 > .flexiblemodule + div + div + div { width: 25%; }

#bottom-mod1 > div.inner {
	padding-right: 15px;
	padding-left: 15px;
}

#bottom-mod2 > div.inner {
	padding-right: 15px;
	padding-left: 15px;
}

#bottom-mod3 > div.inner {
	padding-right: 15px;
	padding-left: 15px;
}

#bottom-mod4 > div.inner {
	padding-right: 15px;
	padding-left: 15px;
}

#footer-wrapper {
	background: #525f73;
	//background: url('../images/footer-mountain.png') 0px 0px no-repeat scroll;
	background-size: auto;

                    }

#footer-wrapper > div.inner {
	padding-top: 20px;
	padding-bottom: 30px;
}
#footer-block .n1 > .flexiblemodule { width: 100%; }
#footer-block .n2 > .flexiblemodule { width: 50%; }
#footer-block .n2 > .flexiblemodule + div { width: 50%; }
#footer-block .n3 > .flexiblemodule { width: 33.333333333333%; }
#footer-block .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#footer-block .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#footer-block .n4 > .flexiblemodule { width: 25%; }
#footer-block .n4 > .flexiblemodule + div { width: 25%; }
#footer-block .n4 > .flexiblemodule + div + div { width: 25%; }
#footer-block .n4 > .flexiblemodule + div + div + div { width: 25%; }

#footer-mod1 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#footer-mod1 div.moduletable h3, #footer-mod1 div.module h3,
#footer-mod1 div.moduletable_menu h3, #footer-mod1 div.module_menu h3 {
	color: #ffffff;
}

#footer-mod2 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#footer-mod2 div.moduletable h3, #footer-mod2 div.module h3,
#footer-mod2 div.moduletable_menu h3, #footer-mod2 div.module_menu h3 {
	color: #ffffff;
}

#footer-mod3 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#footer-mod3 div.moduletable h3, #footer-mod3 div.module h3,
#footer-mod3 div.moduletable_menu h3, #footer-mod3 div.module_menu h3 {
	color: #ffffff;
}

#footer-mod4 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#footer-mod4 div.moduletable h3, #footer-mod4 div.module h3,
#footer-mod4 div.moduletable_menu h3, #footer-mod4 div.module_menu h3 {
	color: #ffffff;
}

#copyright-wrapper {
	background: #525F73;

                    }

#copyright-wrapper > div.inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
#copyright-block .n1 > .flexiblemodule { width: 100%; }
#copyright-block .n2 > .flexiblemodule { width: 50%; }
#copyright-block .n2 > .flexiblemodule + div { width: 50%; }
#copyright-block .n3 > .flexiblemodule { width: 33.333333333333%; }
#copyright-block .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#copyright-block .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#copyright-block .n4 > .flexiblemodule { width: 25%; }
#copyright-block .n4 > .flexiblemodule + div { width: 25%; }
#copyright-block .n4 > .flexiblemodule + div + div { width: 25%; }
#copyright-block .n4 > .flexiblemodule + div + div + div { width: 25%; }

#copyright-mod1 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#copyright-mod1 div.moduletable h3, #copyright-mod1 div.module h3,
#copyright-mod1 div.moduletable_menu h3, #copyright-mod1 div.module_menu h3 {
	color: #ffffff;
}

#copyright-mod2 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#copyright-mod2 div.moduletable h3, #copyright-mod2 div.module h3,
#copyright-mod2 div.moduletable_menu h3, #copyright-mod2 div.module_menu h3 {
	color: #ffffff;
}

#copyright-mod3 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#copyright-mod3 div.moduletable h3, #copyright-mod3 div.module h3,
#copyright-mod3 div.moduletable_menu h3, #copyright-mod3 div.module_menu h3 {
	color: #ffffff;
}

#copyright-mod4 > div.inner {
	color: #f3f3f3;
	margin-right: 15px;
	margin-left: 15px;
}

#copyright-mod4 div.moduletable h3, #copyright-mod4 div.module h3,
#copyright-mod4 div.moduletable_menu h3, #copyright-mod4 div.module_menu h3 {
	color: #ffffff;
}

.iframe_eq::-webkit-scrollbar { 
  width: 0 !important; }
