@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700|Crimson+Text:400,700');

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	zoom: 1;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	line-height: 1;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 30px;
}

h5, table tr td {
	font-size: 20px;
}

h1, h2, h3, h4, h5, p, ul, ol {
	margin: 15px auto 20px;
}

li {
	font-size: inherit;
}

ol.bold-letter,
ol.bold-roman,
ol.bold-number {
	list-style-type: none !important;
}

     ol.bold-letter {
          counter-reset: letter;
     }

     ol.bold-roman {
          counter-reset: roman;
     }

     ol.bold-number {
          counter-reset: ctr;
     }

     ol.bold-letter > li:before,
	ol.bold-roman > li:before,
	ol.bold-number > li:before {
          display: inline-block;
          width: 30px;
		margin-left: -40px;
          padding-right: 10px;
		content: counter(ctr)". ";
          font-weight: bold;	
          text-align: right;
	}

	ol.bold-letter > li:before {
          content: counter(letter, upper-alpha)". ";
		counter-increment: letter;
     }

	ol.bold-roman > li:before {
          content: counter(roman, upper-roman)". ";
		counter-increment: numeral;
     }

	ol.bold-number > li:before {
          content: counter(ctr)". ";
		counter-increment: ctr;
     }


hr.page-end {
     display: block;
     clear: both;
     height: 50px;
     margin: 3vw auto;
     background: url('../../../images/hr.png') no-repeat center center;
     border: 0 none;
}

a.fb, a.ig, a.yt, a.tw, a.gp, a.li {
     display: inline-block;
     width: 100px;
     height: 100px;
     margin: 1vw;
     font-size: 0;
     vertical-align: middle;
     background-image: url('../../../images/social.png');
     background-repeat: no-repeat;
}

     a.fb {
          background-position: 0 0;
     }

     a.ig {
          background-position: 50% 0;
     }

     a.yt {
          background-position: 100% 0;
     }

     a.tw {
          background-position: 0 100%;
     }

     a.gp {
          background-position: 50% 100%;
     }

     a.li {
          background-position: 100% 100%;
     }

.linkCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.centered {
	text-align: center;
}

.inline-blocks {
	font-size: 0;
	text-align: center;
}

	.inline-blocks > p,
	.inline-blocks > div {
		display: inline-block;
		margin: 1em 1%;
		text-align: center;
		font-size: initial;
		vertical-align: top;
	}

	.inline-blocks > p:first-child,
	.inline-blocks > div:first-child {
		margin-left: 0;
	}

	.inline-blocks > p:last-child,
	.inline-blocks > div:last-child {
		margin-right: 0;
	}

.w2 > p,
.w2 > div {
	width: 49.5%;
}

	.w2 > p:nth-child(2n+1),
	.w2 > div:nth-child(2n+1) {
		margin-left: 0;
	}

	.w2 > p:nth-child(2n+2),
	.w2 > div:nth-child(2n+2) {
		margin-right: 0;
	}

.w3 > p,
.w3 > div {
	width: 32.33%;
}

	.w3 > p:nth-child(3n+1),
	.w3 > div:nth-child(3n+1) {
		margin-left: 0;
	}

	.w3 > p:nth-child(3n+3),
	.w3 > div:nth-child(3n+3) {
		margin-right: 0;
	}

.w4 > p,
.w4 > div {
	width: 23.5%;
}

	.w4 > p:nth-child(4n+1),
	.w4 > div:nth-child(4n+1) {
		margin-left: 0;
	}

	.w4 > p:nth-child(4n+4),
	.w4 > div:nth-child(4n+4) {
		margin-right: 0;
	}

.w5 > p,
.w5 > div {
	width: 18%;
}

	.w5 > p:nth-child(5n+1),
	.w5 > div:nth-child(5n+1) {
		margin-left: 0;
	}

	.w5 > p:nth-child(5n+5),
	.w5 > div:nth-child(5n+5) {
		margin-right: 0;
	}

strong {
	font-weight: 700;
}

button {
	cursor: pointer;
}

a {
	text-decoration: none;
	outline: none;
	color: #f60;
}

span.br {
	display: block;
	font-size: 0;
}

img {
	max-width: 100%;
}

p.classicP:first-letter {
	float: left;
	margin: 0 .5rem .15rem;
	padding: .1rem .35rem;
	font-size: 4.25rem;
	font-weight: bold;
	line-height: 1;
	border: 1px dotted #999;
}

.divLeft {
    float: left;
    margin: .25rem 1.5rem 0 0;
    padding: 1rem 1.5rem;
    text-align: center;
}


#bodyCss {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #2c2c2c;
	line-height: 1.3;
	text-align: center;
	background: #fff;
}

.wrapper {	
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.login.tight,
.item-page.tight {
	max-width: 980px;
	margin: 0 auto;
	padding: 5em 0;
}

	.item-page.tight .fastsocialshare_container {
		margin: 5em 0 0;
	}

	div[itemprop="articleBody"] div.tight {
		max-width: 980px;
		margin: 0 auto;
	}


.parallax-mirror {
	text-align: left;
}

#header {
	position: relative;
	width: 100%;
	padding: 15px 0;
	top: 0;
	left: 0;
	background: #1c2736;
	z-index: 999;
}

	.manila #header,
	.home #header {
		position: absolute;
		background: none;
	}


#header .wrapper {
	width: 95%;
	text-align: right;
}

#header .customLogo {
	float: left;
}

	.customLogo img {
		display: inline-block;
		max-height: 6vw;
		margin: 0 5px;
		vertical-align: middle;
	}

	.customLogo img:last-child {
		margin-right: 10px;
	}

	.home #header .customLogo img {
		max-height: none;
	}

#header .customLogo .logoTxt {
	display: inline-block;
	margin: 1vw 10px;
	color: #fff;
	text-align: left;
	font-weight: 700;
	vertical-align: middle;
}

	#header.Float .customLogo .IFI,
	#header.Float .customLogo .DGMA,
	.home #header .customLogo .DGMA,
	.home #header .customLogo .IFI {
		padding-top: 0;
	}

	.customLogo .IFI {
		font-size: 24px;
	}

		.home .customLogo .IFI {
			font-size: 36px;
		}

	.customLogo .DGMA {
		font-size: 22px;
		font-weight: 700;
	}

		.home .customLogo .DGMA {
			font-size: 32px;
		}

	.logoTxt em {
		display: block;
		font-style: normal;
		line-height: 0.94;
	}

		.IFI em:first-child {
			font-size: 1.1em;
		}

		.IFI em:last-child {
			padding-top: 0;
			font-size: .54em;
		}

#header.Float {
	position: sticky;
	padding: 10px 0;
	background: #1c2736;
}

	#header.Float .wrapper {
		text-align: right;
	}

#header.Float .customLogo img {
	max-height: 4.85vw;
}

#header.Float .customLogo .IFI {
	font-size: 19px;
}

#header.Float .customLogo .DGMA {
	font-size: 17px;
}


#bannerBanners {
	margin: 0;
	position: relative;
}

	.mm-wrapper_opened #bannerBanners .owl-item {
		right: -20px;
	}

.jarallax {
	position: relative;
	z-index: 0;
}

	.jarallax > .jarallax-img {
		position: absolute;
		object-fit: cover;
		/* support for plugin https://github.com/bfred-it/object-fit-images */
		font-family: 'object-fit: cover;';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

.banner-caption {
	pointer-events: none;
}

	.banner-caption h3,
	.banner-caption p {
		font-family: "Roboto", Arial, sans-serif;
		font-size: 54px;
		font-weight: 700;
		color: #fff;
		line-height: .85;
		user-select: none;
		text-align: left;
	}

	.banner-caption p {
		font-size: 25px;
		font-weight: 300;
		line-height: 1.2;
	}

	.banner-caption a.bannerLink {
		clear: both;
		float: left;
		font-size: .65em;
		margin: .5em 0 0;
		padding: .65em 1em;
		text-transform: uppercase;
		line-height: 1;
		color: #000;
		background: #fff;
		pointer-events: auto;
	}

	.banner-caption a.bannerLink:hover {
		color: #fff;
		background: #090;
	}


.home #mainContent {
	padding: 1px 0;
}

	#mainContent > .item-image img {
		width: 100%;
	}

.login > .page-header,
.item-page > .page-header,
.blog > .page-header {
	margin: 15px 0;
	text-align: left;
	border-bottom: 1px dotted #999;
}

     .Official.Church.Statements > .subpage-header {
          display: none
     }

	.page-header h1 {
		margin: 0;
		padding: 0 0 5px;
		line-height: 1.1;
	}

	.page-header .subtitle {
		display: block;
		font-size: 0.65em;
		font-weight: normal;
		color: #555;
	}

.item-page,
.blog {
	padding: 35px 0;
}

	.parishes.item-page {
		padding-top: 0;
	}

.floatRight {
	float: right;
	width: 49%;
	margin-left: 3%;
}

img.bordered {
	margin-top: 5px;
	border: 10px solid #fff;
	margin-bottom: 10px;
}

img[style*="float: left"] {
	margin-right: 15px;
	margin-bottom: 1vw;
}

img[style*="float: right"] {
	margin-left: 15px;
	margin-bottom: 1vw;
}

.blog {
	 font-size: 0;
}

	.blog .items-row {
		display: inline-block;
		width: 23%;
		padding: 1vw 1%;
		font-size: initial;
		vertical-align: top;
	}

	.blog .item {
		text-align: left;
	}

	.blog .item > .wrapper {
		  width: auto;  
	}

	.blog .item .page-header > h2 {
		  font-size: 1.8vw;
	}

	.blog .item span[style*=font] {
		  font-size: inherit !important;
	}


/* Tabs */
.tabbed {
	position: relative;
	padding-bottom: 3vw;
}

.tabHead {
/*	margin-left: 28%;
	padding-left: 2%;
	border-left: 1px dotted #999; */
	padding-top: 1.5vw;  
	text-align: center;
}

.tabHead h2 {
	display: inline-block;
	margin: 0;
	padding: 15px 25px;
	cursor: pointer;
}

	.tabHead h2 {
		font-size: 24px;
		font-weight: 300;
	}

	.tabHead h2 {
		position: relative;
		color: #777;
	}

	.tabHead h2.active {
		font-weight: 500;
		color: #0056af;
		border-bottom: 3px solid #0056af;
	}

	.tabHead h2:hover {
		background: #f3fbff;
		border-bottom: 3px solid #c4e9ff;
	}

		.tabHead h2:hover:after,
		.tabHead h2.active:after {
			content: '';
			position: absolute;
			height: 0;
			width: 0;
			top: 100%;
			left: 50%;
			margin-left: -5px;
			border-color: #0056af transparent transparent;
			border-width: 10px 10px 0;
			border-style: solid;
		}

		.tabHead h2:hover:after {
			border-color: #c4e9ff transparent transparent;
		}

	.tabHead h2.new {
		font-weight: bold;
		color: #c00;
	}

.tabbed .tab {
	font-size: 0;
}

.tabbed .tab > div {
	position: relative;
	display: inline-block;
	margin: 35px auto 15px;
	width: 31.33%;
	font-size: initial;
	vertical-align: top;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.tabbed .tab > div:nth-child(1),
.tabbed .tab > div:nth-child(2) {
	width: 48%;
}

.tabbed .tab > div:nth-child(1) {
	margin-left: 0;
	margin-right: 2%;
}

.tabbed .tab > div:nth-child(2) {
	margin-left: 2%;
	margin-right: 0;
}

.tabbed .tab > div:nth-child(2):before,
.tabbed .tab > div:nth-child(4):before,
.tabbed .tab > div:nth-child(5):before {
	position: absolute;
	content: '';
	top: 0;
	left: -4%;
	height: 100%;
	width: 0;
	margin-left: -1px;
	border-left: 1px dotted #999;
}

.tabbed .tab > div:nth-child(3) {
	margin-left: 0;
}

.tabbed .tab > div:nth-child(5) {
	margin-right: 0;
}

.tabbed .tab > div:nth-child(4):before,
.tabbed .tab > div:nth-child(5):before {
	left: -5%;
}

.tabbed .tab {
	text-align: center;
}

.tabbed .tab .item {
	text-align: left;
}

figure {
	margin: 0;
	padding: 0;
}

	.moduletableNews figure.newsflash-image {
		position: relative;
	}

	figure.newsflash-image img {
		width: 100%;
	}

	figure.newsflash-image figcaption {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: .5em .5em .25em;
		color: #999;
		background: #fff;
	}

	figure.newsflash-image figcaption:after {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		display: block;
		border-width: 2em 0 0 2em;
		border-style: solid;
		border-color: transparent transparent transparent #fff;
	}

.tabbed .published-date {
	display: block;
	margin-top: 20px;
}

.tabbed .item p {
	margin: 5px auto;
	font-size: 18px;
}

.tabbed .newsflash-title {
	margin: 10px auto 5px;
	font-size: 34px;
	font-weight: normal;
	line-height: 1;
}

.tabbed .tab > div:nth-child(3) .newsflash-title,
.tabbed .tab > div:nth-child(4) .newsflash-title,
.tabbed .tab > div:nth-child(5) .newsflash-title {
	font-size: 28px;
}

.tabbed .newsflash-title a {
	color: #404040;
}

.tabbed .newsflash-title a:hover {
	color: #00a0e2;
}

.blog-featuredWelcome {
	font-size: 0;
	padding: 35px 0;
	background: #f3fbf4 url('../../../images/welcome-seal.jpg') fixed no-repeat 90% center;
}

	.blog-featuredWelcome .leading-0 {
		float: right;
		width: 42%;
		padding: 3vw 0 2vw;
		font-size: initial;
		line-height: 1.5;
	}

	.blog-featuredWelcome .leading-0 .item-title {
		font-family: 'Crimson Text', Tahoma, sans-serif;
		font-size: 40px;
		font-weight: 400;
		line-height: .8;
	}

	.blog-featuredWelcome .leading-0 .item-title em {
		display: block;
		font-style: normal;
		font-size: .9em;
		font-weight: 400;
	}

	.blog-featuredWelcome .leading-0 .content {
		font-size: 1.25em;
	}

	.blog-featuredWelcome .leading-0 .item-title strong {
		display: inline-block;
		font-size: 1.4em;
		font-weight: 600;
	}

	.blog-featuredWelcome .leading-0 p:last-child {
		font-size: .75em;
	}

	.blog-featuredWelcome .items-row {
		position: relative;
		display: inline-block;
		width: 27%;
		font-size: initial;
	}

	.blog-featuredWelcome .row-0 {
		margin-right: 1.5%;
	}

	.blog-featuredWelcome .items-row .item-image {
		position: relative;
		z-index: 10;
	}

		.blog-featuredWelcome .item > .wrapper {
			width: auto;
		}

		.blog-featuredWelcome .item-image img {
			width: 100%;
		}

	.blog-featuredWelcome .items-row .content {
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #fff;
		z-index: 50;
	}

	.blog-featuredWelcome .content h2 {
		margin: 10px auto 20px;
		font-family: 'Crimson Text', Tahoma, sans-serif;
		font-size: 22px;
		font-weight: 400;
	}

	.blog-featuredWelcome .content h2 strong {
		font-size: 32px;
		font-weight: 400;
	}

	.blog-featuredWelcome .items-row .content h2 strong {
		color: #fff;
	}

	.blog-featuredWelcome .content p.readmore {
		text-align: center;
	}

	.blog-featuredWelcome .content p.readmore > a {
		display: inline-block;
		padding: 10px 20px;
		font-size: 11px;
		font-weight: 700;
		color: #000;
		background: #fff;
	}

	.blog-featuredWelcome .content p.readmore > a:hover {
		color: #fff;
		background: #000;
	}

.moduletableJournals {
	padding: 35px 0;
	font-family: 'Crimson Text', Tahoma, sans-serif;
	font-size: 0;
	color: #fff;
	text-align: center;
	background-image: url('../../../images/journal.jpg') !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

.moduletableJournals > .wrapper {
	text-align: center;
}

.moduletableJournals > h2 {
	font-size: 5vw;
	font-weight: 500;
	line-height: .75;
	color: #fff;
}

.moduletableJournals > h2:after {
	content: '';
	display: block;
	margin: 35px auto 25px;
	width: 40%;
	clear: both;
	border-bottom: 2px solid #fff;
}

.subTitle {
	font-size: .65em;
	font-weight: normal;
}

.moduletableJournals > .wrapper > .item {
	position: relative;
	display: inline-block;
	width: 30%;
	margin: 1.5%;
	min-height: 15vw;
	font-size: initial;
	vertical-align: middle;
	cursor: pointer;
}

.moduletableJournals .newsflash-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.moduletableJournals .item-details {
	position: relative;
	font-size: 1.2em;
	z-index: 20;
}

.moduletableJournals .item-details > .item-content {
	padding: 8% 6%;
}

.moduletableJournals .newsflash-title {
	margin: 0 0 10px;
	font-size: 32px;
}

.moduletableJournals .newsflash-title > a {
	display: inline-block;
	color: #fff;
	padding-bottom: 3px;
	line-height: 0.85;
}

.moduletableJournals .newsflash-title a:hover {
	padding-bottom: 2px;
	border-bottom: 1px dotted #fff;
}

.moduletableJournals .item-content > p {
     margin: 10px auto 20px;
}

.moduletableJournals .author {
	font-size: 20px;
	font-style: italic;
}

.moduletableJournals .author:before {
	display: block;
	margin-bottom: 10px;
	content: '\25a0 \25a0 \25a0 \25a0';
	font-family: Arial, sans-serif;
	font-size: 8px;
	text-align: center;
	letter-spacing: 5px;
	line-height: 1;
}

.salitang-buhay .leading-0,
.salitang-buhay .leading-0 .item-image {
	text-align: center;
}

	.leading-0 .download {
		font-size: initial;
	}

.blog .salitang-buhay, .moduletableSalitangBuhay {
	padding: 35px 0;
	font-family: 'Crimson Text', Tahoma, sans-serif;
	font-size: 0;
	color: #fff;
	text-align: center;
	background-image: url('../../../images/sbbg.jpg') !important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

.moduletableSalitangBuhay > .wrapper {
	text-align: center;
}

.moduletableSalitangBuhay > h2 {
	max-width: 100%;
	font-size: 5vw;
	font-weight: 500;
	line-height: .75;
	color: #fff;
	content: url('../../../images/salitang-buhay-1224.png');
}

.moduletableSalitangBuhay > h2:after {
	content: '';
	display: block;
	margin: 35px auto 25px;
	width: 40%;
	clear: both;
	border-bottom: 2px solid #fff;
}

.subTitle {
	font-size: .65em;
	font-weight: normal;
}

.moduletableSalitangBuhay > .wrapper > .item {
	position: relative;
	display: inline-block;
	width: 30%;
	margin: 1.5%;
	min-height: 10vw;
	font-size: initial;
	vertical-align: middle;
	color: #000;
}

.moduletableSalitangBuhay .linkCover {
	display: none;
}

.moduletableSalitangBuhay .newsflash-image img {
	width: 100%;
	height: auto;
}

.moduletableSalitangBuhay .item-details {
	position: relative;
	font-size: 1.2em;
	z-index: 20;
}

.moduletableSalitangBuhay .newsflash-title {
	margin: 0 0 10px;
	font-size: 32px;
}

.moduletableSalitangBuhay .newsflash-title > a {
	display: inline-block;
	color: #fff;
	padding-bottom: 3px;
	line-height: 0.85;
}

.moduletableSalitangBuhay .newsflash-title a:hover {
	padding-bottom: 2px;
	border-bottom: 1px dotted #fff;
}

.moduletableSalitangBuhay .item-content > p {
     margin: 10px auto 20px;
}

.moduletableSalitangBuhay .item-content p.download {
	vertical-align: middle;
	line-height: 1;
}

	.moduletableSalitangBuhay .item-content p.download img {
		display: inline-block;
		vertical-align: middle;
	}

.moduletableConnect {
	padding: 75px 0;
	font-size: 18px;
	background: #f5f5f5;
}

.customConnect {
	max-width: 90%;
	margin: 0 auto;
}

.moduletableConnect > h2 {
	font-family: 'Crimson Text', Tahoma, sans-erif;
	font-size: 42px;
}

.moduletableConnect span.modmc2_label {
	display: none;
}

.moduletableConnect input {
	display: inline-block;
	margin: 10px 5px;
	padding: 20px 25px;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	border: 1px solid #e0d5aa;
}

.moduletableConnect input[type="submit"] {
	padding: 20px 35px;
	font-style: normal;
	color: #fff;
	background: #22b6a9;
	border: 0 none;
}

#footer {
	padding: 20px 0 30px;
	font-family: 'Crimson Text', Tahoma, sans-serif;
	font-size: 0;
	color: #999;
	background: #172a36;
}

.moduletableFooterLogo {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	text-align: left;
}

.moduletableFooterLogo img {
	width: auto;
	height: 150px;
}

.moduletableFooterLogo h2 {
	margin: 15px 0 0;
	font-size: 20px;
	line-height: 1;
}

.moduletableFooterLogo hr {
	margin: 0 0 5px;
	width: 340px;
	max-width: 90%;
}

.moduletableFooterLogo h3 {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1;
}

.moduletableFooterLogo p {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
}

.mm-wrapper_opened .mm-slideout {
	cursor: pointer;
}

.article-info {
	margin: -.75vw 0 0;
}

div[itemprop="articleBody"] {
	padding-top: 1em;
	font-family: "Times New Roman", Times, serif;
}

h2.leftTab {
	position: relative;
	float: left;
	font-size: 1.5em;
	min-width: 37%;
	margin-right: 3%;
	line-height: .85em;
}

	h2.leftTab:before,
	h2.leftTab:after {
		position: absolute;
		content: '';
	}

	h2.leftTab:before {
		width: .5em;
		height: 250%;
		top: -.5em;
		left: 100%;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}

	h2.leftTab:after {
		display: block;
		font-family: Arial, Verdana, sans-serif;
		content: '\039F';
		color: #ccc;
		font-size: .65em;
		font-weight: bold;
		line-height: 0;
		text-indent: -.75em;
		margin-left: -2%;
		top: 110%;
		width: 102%;
		border-bottom: 1px solid #ccc;
	}

	h2 > em {
		font-size: .75em;
	}

	blockquote {
		margin: 0;
		overflow: hidden;
	}

.Churches.item-page {
     padding: .5em 0;
}

h1.profileHeader {
     font-family: 'Crimson Text', Georgia, serif;
     font-size: 3.5em;
     color: #a57a38;
     line-height: 1;
}
     
     .church-image {
          float: left;
          position: relative;
          margin-bottom: 3vw;
          margin-right: -10vw;
          width: 57vw;
          height: 50vw;
          overflow: hidden;
          background-position: center center;
          background-repeat: no-repeat;
          z-index: 0;
     }

          .church-image img {
               width: 100%;
               height: 100%;
               z-index: 0;
          }

     .church-image:before {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          width: 0;
          height: 0;
          font-size: 0;
          border-width: 24vw 0 27vw 5vw;
          border-style: solid;
          border-color: #fff #fff #fff transparent;
          z-index: 1;
     }

     .church-image:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 0;
          font-size: 0;
          margin-top: -2vh;
          border-width: 0 57vw 2vw 0;
          border-style: solid;
          border-color: transparent transparent #fff transparent;
          z-index: 1;
     }

dl.tabs:before {
     content: '';
     display: block;
     margin: 3vw auto;
  	 border-top: 1px dashed #ccc;
}

dl.tabs {
     clear: both;
     margin-bottom: 3vw;
     text-align: center;
}

     dt.tabs {
          display: inline-block;
          margin: 0 1vw;
     }

     dt.tabs h3,
     dd.tabs {
          margin: 0;
          padding: 0;
     }

     dt.tabs h3 a {
          display: block;
          padding: 1.25vw 2.5vw;
          font-family: 'Crimson Text', Georgia, serif;
          font-size: 18px;
          font-weight: normal;
          text-transform: uppercase;
          color: #173a56;
     }

     dt.tabs h3 a:hover {
          background: #ffd47b;
     }

     dt.tabs.open h3 a {
          color: #fff;
          background: #d0953c;
     }

.parishes .current {
     clear: both;
     padding-top: 1em;
}

fieldset {
	 border: 0 none;
}

.login input[type="text"],
.login input[type="password"] {
     width: 80%;
     margin: 0 0 .5em;
	padding: .5em 10%;
	line-height: 1.5;
	border: 1px solid #ccc;  
	outline: none;
}

	.login .left {
          display: inline-block;
          vertical-align: top;
          width: 70%;
          font-size: 0;
		text-align: right;
     }
     
     .login .right {
          display: inline-block;
          vertical-align: top;
          width: 28%;
          text-align: left;
     }

	.login .control-group {
		display: inline-block;
          width: 48%;
          margin-right: 2%;
          font-size: initial;
          text-align: left;
	}

	.login .remember {
          display: block;
          width: auto;
          text-align: right;
	}

     .login button {
          display: inline-block;
          margin-top: 2.25em;
          margin-left: 5%;
          padding: .75em 10%;;
          width: 90%;
          border: 0 none;
     }

.moduletableLogin {
	position: relative;
	padding: 0;
	text-align: center;
	color: #fff;
	background: #172a36;
}

	.moduletableLogin h3 {
		margin: -20px auto 0;
		padding: 10px 0 20px;
		font-size: 1.5vw;
		color: #203045;
		line-height: 1;
	}

	.moduletableLogin h3 b {
		display: inline-block;
		margin: 0 3px;
		cursor: default;
	}

	.moduletableLogin form {
		display: none;
		padding-bottom: 20px;
	}

	.moduletableLogin input[type="text"],
	.moduletableLogin input[type="password"],
	.moduletableLogin .btn-primary {
		display: inline-block;
		padding: 10px 20px;
		border: 0 none;
	}

	.moduletableLogin .inputs {
		text-align: right;
	}

	.moduletableLogin .inputs,
	.moduletableLogin .submit {
		display: inline-block;
		vertical-align: top;
	}

	.moduletableLogin .btn-primary {
		color: #fff;
		background: #173a56;
	}

	.moduletableLogin .btn-primary:hover {
		background: #275a76;
	}

	.moduletableLogin .rememberme label {
		vertical-align: middle;
		font-size: .65em;
		text-transform: lowercase;
	}

	.moduletableLogin .logout-button .btn-primary {
		display: inline-block;
		width: 50px;
		padding: 10px;
		white-space: normal;
		text-transform: uppercase;
		cursor: pointer;
	}

/* Front-end Editor */
.icons {
     margin-bottom: 2em;
     text-align: right;
}

     .icons button {
          display: none;
     }

     .edit .nav-tabs,
     .icons ul {
          display: block;
          margin: 0;
          padding: 0;
          list-style: none;
     }

     .icons ul li,
     .nav-tabs li {
          display: inline-block;
     }

     .icons a {
          display: inline-block;
          padding: .65em 2em;
          font-size: .75em;
          color: #fff;
          background: #c00;
     }

.edit .nav-tabs {
     text-align: left;
     border-bottom: 1px solid #ccc;
}

     .nav-tabs li a {
          display: block;
          padding: .65em 1em;
          font-size: initial;
          color: #3071a9
     }

     .nav-tabs li.active a {
          margin: -1px;
          border-width: 1px;
          border-style: solid;
          border-color: #ccc #ccc #fff;
     }

     .edit .chzn-container-multi .chzn-choices li.search-field input[type="text"],
     .edit input[type="text"],
     .edit textarea {
          padding: .65em 10px;
          width: 100%;
          height: auto;
          max-width: 320px;
          border: 1px solid #ccc;
     }

          .edit .chzn-container ul {
               padding: 0;
          }

          .edit .chzn-container[style],
          .edit input[type="text"][style] {
               min-width: 340px !important;
          }

     .control-group {
          clear: both;
          margin: 10px 0;
          text-align: left;
     }

     .edit .control-group > .control-label {
          float: left;
          min-width: 170px;
          margin-right: 10px;
     }

     .edit .tab-content .tab-pane {
          display: none;
     }

          .edit .tab-content {
               margin-top: 2em;
          }

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

          .edit .field-calendar button {
               margin: 0;
               padding: 0;
               vertical-align: middle;
          }

          .edit .field-calendar button span {
               display: block;
               height: 29px;
               width: 29px;
          }

               .edit .field-calendar button span:before {
                    position: relative;
                    content: '\25A6';
                    font-size: 28px;
                    line-height: 1;
               }

     .edit .btn-toolbar {
          padding: 0 1em;
     }

          .edit .btn-toolbar .btn-group {
               display: inline-block;
          }

          .edit .btn-toolbar button {
               padding: .5em 1em;
          }

     .edit .toggle-editor {
          padding: .25em;
          font-size: .75em;
          text-align: right;
          text-transform: lowercase;
     }

     /* Tooltips */
     .popover,
     .tooltip {
          float: left;
          background: #ffc;
          border: 1px solid #D4D5AA;
          padding: 5px;
          max-width: 200px;
          text-align: left;
          z-index: 999;
     }

     h3.popover-title,
     .tool-title {
          padding: 0;
          margin: 0;
          font-size: 18px;
          font-weight: bold;
          background: url(../images/selector-arrow.png) no-repeat;
     }
     
     .popover-content,
     .tool-text {
          margin: 0;
          font-size: 14px;
     }

.rapid_contact {
     text-align: center;
}

     .rapid_contact > form {
          max-width: 500px;
          margin: 0 auto 5vw;
     }

     .rapid_contact textarea,
     .rapid_contact input[type="text"],
     .rapid_contact input[type="email"] {
          width: 90%;
          padding: .75em 5%;
          font-family: 'Roboto', Arial, sans-serif;
          font-size: initial;
          line-height: 1;
          border: 1px solid #cccc;
     }

          .rapid_contact textarea {
               line-height: 1.2;
          }

     .rapid_contact input[type="submit"] {
          width: 100%;
          padding: 1em 5%;
          color: #fff;
          border: 0 none;
          background: #0c6;
          cursor: pointer;
     }

          .rapid_contact input[type="submit"]:hover {
               background: #3f9;
          }

.g-recaptcha {
	text-align: center;
}

	.g-recaptcha > div[style] {
		width: auto !important;
		height: auto !important;
	}

#popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: table;
	z-index: 999;
}

	#popup a.close {
		display: none;
	}

	#popup .container {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	#popup .box {
		display: inline-block;
        position: relative;
		min-width: 250px;
		padding: 25px;
		color: #000;
		font-size: 16px;
		background: #fff;
	}

	#popup .alert-heading {
		margin: 5px auto;
		font-size: 24px;
	}

	#popup a[href="#close"] {
		position: absolute;
      top: 0;
      right: 0;
		margin: -15px;
		padding: 5px 10px;
		font-size: 14px;
      font-weight: bold;
		color: #fff;
		text-decoration: none;
      border: 3px solid #fff;
      border-radius: 50%;
	}

		#popup a[href="#close"]:hover {
			background: #ccc;
		}

h2.om {
	display: inline-block;
	width: 800px;
	max-width: 80%;
	margin: 1em auto;
	padding: 1em 1.25em;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: left;
	background: #b60000;
}

	h2.om > em {
		display: block;
		margin-top: 3em;
		font-size: .65em;
		font-weight: normal;
		text-transform: initial;
	}

	h2.om > img {
		float: right;
		margin: -1em -1.25em -1em 1.25em;
	}

ul.srfrList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

	ul.srfrList li {
		display: inline-block;
		width: 23%;
		margin: .5em 1%;
		font-size: initial;
		vertical-align: top;
	}

	ul.srfrList li p {
		margin-top: .5em;
		font-size: 1.2em;
	}

	ul.srfrList li h3 {
		padding-bottom: .25em;
		margin-bottom: .15em;
		border-bottom: 1px dotted #999;
	}

	ul.srfrList li a {
		color: #000;
	}

.createdby {
    padding-top: .5vw
}

.pagination {
	font-size: 1rem;
	text-align: right;
}

	.pagination ul {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 0;
	}

	.pagination li {
		display: inline-block;
		font-size: 1rem;
		margin: .05rem .15rem;
	}

	.pagination li > a,
	.pagination li > .pagenav {
		display: block;
		padding: .25rem .5rem;
		border: 1px solid #eee;
	}

.btn {
	background: #55d934;
	background-image: -webkit-linear-gradient(top, #55d934, #008c09);
	background-image: -moz-linear-gradient(top, #55d934, #008c09);
	background-image: -ms-linear-gradient(top, #55d934, #008c09);
	background-image: -o-linear-gradient(top, #55d934, #008c09);
	background-image: linear-gradient(to bottom, #55d934, #008c09);
	color: #ffffff;
	padding: .5em 1em;
	text-decoration: none;
}

.btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

.fancybox-content[style] {
	padding: 0px !important;
}

.vdoresp {
	margin: 0 !important;
}

ul.sigFreeClassic {
	font-size: 0;
	text-align: center;
}

	ul.sigFreeClassic li.sigFreeThumb {
		float: none;
		margin: .5em;
		display: inline-block;
		font-size: initial;
		text-align: left;
	}

.dgma-map .Pages .subpage-header {
	text-align: center;
}

.category-image {
	margin: 2em auto 3em;
	text-align: center;
	font-size: initial
}

@media only screen and (max-width: 1360px) {
     .login.tight,
     .item-page.tight {
          padding: 3em 0;
     }

	.customLogo img {
		max-height: 4.85vw;
	}

	.customLogo .IFI {
		font-size: 19px;
	}

	.customLogo .DGMA {
		font-size: 17px;
	}

	.wrapper {
		width: 95%;
	}
	
	.blog-featuredWelcome .leading-0 {
		padding: 2vw 0 1vw;
  	}
  
    .blog-featuredWelcome .leading-0 .content {
		font-size: 1em;
	}

	.moduletableJournals .newsflash-title {
		margin: 0 0 0.5vw;
		font-size: 2vw;
	}

     h1.profileHeader {
          font-size: 5.5vw;
     }

     .Churches.item-page > div[itemprop="articleBody"] > p > span[style]:last-child {
          font-size: .65em !important;
     }

     .Churches.item-page > div[itemprop="articleBody"] > p,
     .Churches.item-page > div[itemprop="articleBody"] > p > span[style]:first-child {
          font-size: 2.85vw !important;
     }

     dt.tabs h3 a {
          font-size: 1.85vw;
     }

     .Churches td {
          font-size: initial;
     }
  
     .srfrRow h4 {
          font-size: 2.5vw;
     }
}

@media only screen and (max-width: 992px) {
	.wrapper {
		width: 90%;
	}
	
	.customLogo .IFI {
		font-size: 3.4vw;
	}
	
	.customLogo .DGMA {
		font-size: 3vw;
	}
	
	.home #header .customLogo .logoTxt {
		margin: 0 0 0 5px;
	}
	
	h2.leftTab {
		min-width: 47%;
		margin-right: 3%;
	}
	
     .login.tight,
     .item-page.tight {
          padding: 2em 0;
     }

     .home #header.Float .customLogo img,
	#header .customLogo img,
	#header.Float .customLogo img {
		margin: 0;
		max-height: 10vw;
		vertical-align: middle;
	}
	
	#header .customLogo .logoTxt {
		margin: .65vw 1vw;
	}

	#header.Float {
		padding: 2vw 0;
	}

		#header.Float .customLogo .IFI {
			font-size: 3.2vw;
		}

		#header.Float .customLogo .DGMA {
			font-size: 2.9vw;
		}

	.home .customLogo .IFI {
		font-size: 3.8vw;
	}
	
	.home .customLogo .DGMA {
		font-size: 3.4vw;
	}

     table,
     table > tbody,
     table > tbody > tr {
          display: block;
          width: 100%;
          text-align: center;
     }

     td > table {
          display: table;
     }

          td table > tbody {
               display: table-row-group;
          }

          td table > tbody > tr {
               display: table-row;
          }

          td table > tbody > tr > td {
               display: table-cell;
          }
  
     table > tbody > tr > td[style],
     .Churches.item-page dd.tabs > table > tbody > tr > td[style] {
          display: inline-block !important;
          width: 45% !important;
          padding: 2% !important;
     }

     .article-info {
          margin-bottom: 2vw;
     }

     .blog-featuredWelcome,
	.moduletableJournals,
	.moduletableConnect {
		padding: 5vw 0 7vw;
	}
	
	.blog-featuredWelcome .wrapper {
		text-align: center;
	}
	
	.blog-featuredWelcome .leading-0 {
		float: none;
		display: block;
        width: auto;
        font-size: 0;
		padding: 0;
	}
	
	.blog .items-row,
     .blog-featuredWelcome .items-row {
          width: 48%;
          font-size: initial;
	}
	
     .blog .items-row .page-header > h2 { 
          font-size: 4vw;
     }

	.blog-featuredWelcome .row-0 {
		margin-right: 1%;
	}
	
	.blog-featuredWelcome .row-1 {
		margin-left: 1%;
	}
	
    .blog-featuredWelcome .leading-0 .item-title {
        font-size: 4vw;
    }

    .blog-featuredWelcome .leading-0 .content {
        font-size: 2.5vw;
        line-height: 1.2;
    }

  
    .moduletableJournals > h2,
	.moduletableConnect > h2 {
		margin: 0 0 3vw;
        font-size: 7vw;
        line-height: 1;
	}
	
	.owl-carousel .owl-dots {
		padding: 7vh 2.5% 20vh;
	}
	
	.owl-carousel .owl-dots button.active span::after {
		margin-top: 10%;
		margin-right: 10%;
	}
	
	.moduletableFooterLogo {
		display: block;
		width: auto;
		text-align: center;
	}
	
	.moduletableFooterLogo hr {
		margin: 0 auto 5px;
	}
	
	.moduletableJournals .newsflash-title {
		font-size: 2.7vw;
	}
	
	.moduletableJournals .author {
		font-size: 2.5vw;
	}
	
	.banner-caption h3 {
		font-size: 5.3vw;
	}
	
	.banner-caption p {
		font-size: 2.5vw;
	}
	
	#footer .wrapper {
		width: 95%;
	}

     .moduletableLogin h3 {
          font-size: 3vw;
     }

     ul.srfrList li {
          width: 31.33%;
     }
}

@media only screen and (max-width: 768px) {
	.login > .page-header,
	.item-page > .page-header,
	.blog > .page-header {
		margin: 2vw 0 0;
	}

	div[itemProp="articleBody"] img[style] {
		float: none !important;
		display: block;
		margin: 2vw auto 5vw;
	}
 
     .login.tight,
     .item-page.tight {
          padding: 1em 0;
     }

	.home #header .customLogo img {
		max-height: 15vw;
	}

	#header.Float .customLogo img {
		max-height: 12vw;
	}
		
	#header.Float .customLogo .IFI,
	.home .customLogo .IFI {
		font-size: 3.8vw;
	}
	
	#header.Float .customLogo .DGMA,
	.home .DGMA,
	.home .customLogo .DGMA {
		font-size: 3.4vw;
	}

	h2.leftTab {
		float: none;
	}

		h2.leftTab:before {
			display: none;
		}

     h1.profileHeader[style],
     .Churches.item-page > div[itemprop="articleBody"] > p[style] {
          margin: 2vw auto 3vw !important;
          text-align: center !important;
     }
          
          h1.profileHeader[style] {
               font-size: 10vw !important;
          }

          .Churches.item-page > div[itemprop="articleBody"] > p[style],
          .Churches.item-page > div[itemprop="articleBody"] > p > span[style]:first-child {
               font-size: 5vw !important;
          }

          .church-image {
               float: none;
               position: relative;
               margin: 0 auto 1vw;
               width: 100%;
               height: 60vw;
               overflow: visible;
               background-position: center center;
               z-index: 0;
          }
	
			.church-image img {
				height: auto;
			}

          .church-image:before,
          .church-image:after {
               display: none;
          }

          dl.tabs {
               margin: 5vw auto;
               text-align: center;
          }
          
               dt.tabs {
                    width: 80%;
                    margin: 0 auto;
               }
          
               dt.tabs h3 a {
                    font-size: 5vw;
               }

     table > tbody > tr > td[style],
     .Churches.item-page dd.tabs > table > tbody > tr > td[style] {
          display: block !important;
          width: 100% !important;
          text-align: center !important;
          padding: 2% 0 !important;
     }

          .Churches.item-page dd.tabs > table > tbody > tr {
               margin: 2vw 0;
          }

     .Churches dd.tabs table td > h3 {
          margin: 2vw 0 1vw;
     }

     .Churches dd.tabs table td > p {
          margin: 1vw 0 2vw;
     }
  
     #bodyCss,
	.blog-featuredWelcome .leading-0 {
		font-size: 4.5vw;
	}

	.blog-featuredWelcome .item > .wrapper {
		margin-bottom: 7vw;
	}

		.blog-featuredWelcome .items-row .content {
			padding-top: 2vw;
			background: #000;
		}

		.blog-featuredWelcome .content p.readmore {
			margin: 1vw 0 0;
		}

		.blog-featuredWelcome .content p.readmore > a {
			padding: 2.5vw 5%;
			width: 90%;
			font-size: 3vw;
		}

    .blog-featuredWelcome .leading-0 .content {
        font-size: 3.5vw;
    }
  
	h1, h2, h3, h4, p {
		margin: 1vh auto 2vh;
	}
	
	.blog-featuredWelcome .leading-0 {
		padding: 5vw 0;
		line-height: 1.2;
	}
	
	.blog-featuredWelcome .items-row {
		font-size: 2.5vw;
		line-height: 1;
	}

     .blog-featuredWelcome .leading-0 .item-title {
		font-size: 6vw;
		line-height: 1;
		padding-bottom: 2vw;
		margin-bottom: 3vw;
		border-bottom: 1px dotted #ccc;
	}
	
	.blog-featuredWelcome .content h2 {
		margin: 1vw auto 2vw;
		font-size: 3.25vw;
	}
	
	.blog-featuredWelcome .content h2 strong {
		font-size: 3.75vw;
	}
	
	.owl-carousel .owl-dots {
		position: absolute;
		display: block;
		width: 94%;
		right: auto;
		padding: 3%;
		text-align: right;
		border: 0 none;
	}
	
	.owl-carousel .owl-dots button span:after {
		display: none;
	}
	
	.banner-caption[style] {
		top: auto !important;
		left: 3% !important;
		bottom: 3%;
	}
	
	.tabHead {
		margin: 0;
		text-align: center;
		border: 0 none;
	}
	
	.tabHead h2 {
		font-size: 4vw;
		padding: 1.8vw 2vw;
	}
	
	.tabbed .item {
		width: 48% !important;
		margin: 1vw 2% !important;
		padding: 1vw 0;
	}
	
	.tabbed .item:nth-child(1),
	.tabbed .item:nth-child(3) {
		margin-left: 0 !important;
	}
	
	.tabbed .item:nth-child(2),
	.tabbed .item:nth-child(4) {
		margin-right: 0 !important;
	}
	
	.tabbed .tab > div:nth-child(2):before,
	.tabbed .tab > div:nth-child(4):before {
		left: -4%;
		height: 100%;
	}
	
	.tabbed .newsflash-title {
		font-size: 3vw !important;
	}
	
	.tabbed .published-date {
		font-size: 1.8vw;
	}

	.tabbed .item p {
		font-size: 2vw;
	}
	
	.tabbed .item:last-child:before {
		margin: 1vw auto !important;
		border: 0 none !important;
	}

	.moduletableSalitangBuhay > h2 {
		max-width: 90%;
	}

	.moduletableSalitangBuhay > .wrapper > .item,
	.moduletableJournals > .wrapper > .item {
		width: 47%;
		margin: 1.5%;
	}
	
	.moduletableJournals .newsflash-title {
		margin: 0 0 0.5vw;
		font-size: 3vw;
	}
	
	.moduletableJournals .author:before {
		font-size: 1vw;
		margin-bottom: 1vw;
	}

	.mm-listitem {
		font-size: 5vw;
	}

	.mm-navbar__title {
		font-size: 6vw;
     }
     
     .moduletableLogin h3 {
          font-size: 5vw;
     }

	#popup .box {
		margin: 0 3vw;
		padding: 2vw;
	}
}

@media only screen and (max-width: 520px) {
    .divLeft {
        float: none;
        margin: 0 auto;
    }

    .moduletableLogin .inputs,
	.moduletableLogin .submit {
          display: block;
          text-align: center;
	}

	.moduletableLogin input[type="text"],
	.moduletableLogin input[type="password"],
	.moduletableLogin .btn-primary {
          display: block;
          margin: 1vw auto;
	}

    h1 {
          font-size: 7vw;
     }

     h2 {
          font-size: 6vw;
     }

     h3 {
          font-size: 5vw;
     }

     h4 {
          font-size: 4vw;
     }

     h5 {
          font-size: 3vw;
     }

     .blog .items-row,
     .tabbed .item {
		width: auto !important;
		margin: 1vw 2% !important;
		padding: 1vw 0 !important;
		margin: 2vw auto !important;
	}
	
	.blog .items-row .item {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
  
	.tabbed .item:before {
		border: 0 none !important;
	}
	
	.tabbed .published-date {
		font-size: 3.5vw;
	}
     
     .blog .page-header > h2,
	.tabbed .newsflash-title {
		margin: 3vw 0 2vw;
		font-size: 5.75vw !important;
		font-weight: bold;
	}
	
	.tabbed .tab > div p {
		font-size: 4vw;
	}
	
	.moduletableJournals > h2 {
          font-size: 10vw;
          line-height: 1;
     }

	.moduletableSalitangBuhay > .wrapper > .item,
	.moduletableJournals > .wrapper > .item {
		width: 95%;
		min-height: 45vw;
	}
	
	.moduletableJournals .newsflash-title {
		margin: 0 0 0.5vw;
		font-size: 4vw;
	}

	.moduletableJournals .author:before {
		font-size: 2vw;
		margin-bottom: 2vw;
	}
	
	.moduletableJournals .author {
		font-size: 4.2vw;
		font-style: italic;
	}

    ul.srfrList li {
        width: 98%;
    }

    .srfrRow h4 {
        font-size: 5vw;
    }
  
    #___ytsubscribe_0,
    #___ytsubscribe_0 > iframe {
        max-width: 100%;
    }
  
    #___ytsubscribe_0 > iframe[style],
    .yt-username[style] {
        height: auto !important;
    }

    .yt-username[style] {
        margin-bottom: 2vw;
    }

}

@media only screen and (max-width: 350px) {
	#header.Float .customLogo img:first-child,
	#header.Float .customLogo img:first-child {
		margin-left: 0;
	}
	
	#header.Float .customLogo img:last-child,
	#header.Float .customLogo img:last-child {
		margin-left: 2px;
	}
}

a {
	-webkit-tap-highlight-color: none !important;
}



/* CSS Hacks */
.clearFix:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearFix {
	display: inline-block;
}

html[xmlns] .clearFix {
	display: block;
}

* html .clearFix {
	height: 1%;
}

.logged a[href="#"] {
     color: #ff0 !important;
}

/* 122nd */
.home .owl-stage-outer:before,
.home .owl-stage-outer:after {
	position: absolute;
	content: '\00a0';
	width: 100%;
	height: 75px;
	left: 0;
	background: transparent url('../../../images/lace.png') repeat-x;
	z-index: 1;
}

.owl-stage-outer:before {
	top: 0;
	background-position: top left;
}

.owl-stage-outer:after {
	bottom: 0;
	background-position: bottom left;
}