
a:focus, a:hover, a:active {
    color: #000;
    text-decoration: none;
}
.btn-style-two:focus{
	color: #fff;
}

.inner-banner-marg{
	margin-top: 110px;
}
.visit-time-span{
	padding-top: 12px;
	display: inline-block;
}
.info-contact-section .info-column .inner .icon-box{
	height: 36px;
}
.info-contact-section .info-column .inner .icon-box span{
	display: inline-block;
	-moz-transition: All .8s ease;
	-webkit-transition: All .8s ease;
	transition: All .8s ease;
}
.info-contact-section .info-column .inner:hover span{
	margin-top: -15px;
}
#prayer_request_form .row .form-group{
	overflow: hidden;
}
#request_modal .modal-header {
	padding: 25px;
}
#request_modal .modal-body {
    padding: 25px;
}
#request_modal .modal-body label {
    font-weight: normal;
    color:#b50a02; 
}
#request_modal .modal-header .modal-title {
    font-weight: 500;
    color:#b50a02;
    font-size: 22px; 
}
.modal-header .close {
    margin-top: -2px;
    position: relative;
    z-index: 100;
}



/* Horarium CSS Starts Here */
.timeline-centered {
	position: relative;
	margin-bottom: 30px;
	margin-top: 70px;
}

.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {
	clear: both;
}

.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {
	clear: both;
}

.timeline-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	background: #f5f5f6;
	left: 50%;
	top: 20px;
	bottom: 20px;
	margin-left: -4px;
}

.timeline-centered .timeline-entry {
	position: relative;
	width: 50%;
	float: right;
	margin-bottom: 70px;
	clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {
	clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {
	clear: both;
}

.timeline-centered .timeline-entry.begin {
	margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
	float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
	margin-left: 0;
	margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -270px;
	text-align: left;
	width: 250px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
	float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -9px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
	position: relative;
	margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
time.timeline-time.xyz {
    left: -270px !important;
    width: 250px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
	display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
	font-size: 17px;
    font-weight: bold;
    color: #b50a02;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
	font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
	background: #b50a02;
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	-moz-box-shadow: 0 0 0 5px #f5f5f6;
	-webkit-box-shadow: 0 0 0 5px #f5f5f6;
	box-shadow: 0 0 0 5px #f5f5f6;
	line-height: 40px;
	font-size: 15px;
	float: left;
}


.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
	background: #f5f5f6;
	padding: 1.7em;
	margin-left: 70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #f5f5f6 transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	color: #737881;
	font-family: "Noto Sans",sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
	margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
	color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	-ms-filter: alpha(opacity=60);
	filter: alpha(opacity=60);
}

/* Horarium CSS Ends Here */



/* History Carmel Thiruvalla CSS Starts Here */

.timeline-centered.history-carmel-thiruvalla:before{
    left: 30%;	
}
.timeline-centered.history-carmel-thiruvalla .timeline-entry {
    width: 70%;
}
.timeline-centered.history-carmel-thiruvalla .timeline-entry .timeline-entry-inner .timeline-time > span:first-child{
	font-size: 23px;
    font-weight: bold;
    color: #b50a02;
}
.timeline-centered.history-carmel-thiruvalla blockquote {
    padding: 10px 20px;
    margin: 0;
    font-size: 16px;
    border-left: 5px solid #eee;
}

/* History Carmel Thiruvalla CSS Ends Here */



/* Carmelite Saints CSS Starts Here */

.carmelite-saint  .accordion-box .block {
    margin-bottom: 0px;
    clear: both;
    border-bottom: 1px solid #ddd;
}
.carmelite-saint .accordion-box .block .acc-btn {
    font-size: 20px;
}
.carmelite-saint .accordion-box .block .acc-content {
    overflow: hidden;    
    padding-top: 15px;
}
.carmelite-saint .accordion-box .block .acc-content p img{
	float: right;
	margin-left: 25px;
	margin-bottom:15px;
}
.carmelite-saint .accordion-box .block .acc-content h3{
	color: #b50a02;    
	margin-top: 30px;
}
.date-wd-ico {
    font-size: 16px;
}
span.pull-right.date-wd-ico i {
    margin-right: 10px;
}
/* Carmelite Saints CSS Ends Here */


/* Vocation Contact Form Starts Here */
.volunter-form .check-all h4{
	color: #b50a02;
    font-weight: 500;
    margin-bottom: 10px;    
    margin-top: 15px;
}
.volunter-form .check-all label {
  display: block;
  padding-left: 25px;
  text-indent: -25px;
  font-weight: normal;
  margin-bottom: 15px;
}
.volunter-form .check-all.radio{
	margin-top: 0;
}
.volunter-form .check-all.radio label{
	display: inline-block;
     margin-right: 20px;
     margin-bottom: 0;
}
.volunter-form .form-group.check-all {
    margin-bottom: 10px;
}
.volunter-form .check-all label span{
	padding-left: 5px;
}
.volunter-form .check-all input[type=checkbox], .volunter-form .check-all input[type=radio] {
  width: 20px;
  height: 20px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -5px;
  *overflow: hidden;
}
/* Vocation Contact Form Ends Here */

.causes-block-two .inner-box .content-column .inner-column .btns-box{
	margin-top: 20px;
}
.causes-block-two .inner-box {
    position: relative;
    border: 1px solid #bcbcbc;
    padding: 1em;
    border-radius: 11px;
}

.point-section .text.monastc-life{
	margin-bottom: 25px;
}

/* Vocation Starts Here */
.voc-bull{
	padding-left: 15px;
}
.voc-bull li{
    list-style-type: disc;	
}
.what-voc-img{
	float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}
/* Vocation Ends Here */


/* Vocation Directress Starts Here */
.meet-voc-dir-img{	
	float: right;
    margin-left: 30px;
    margin-bottom: 15px;
    max-height: 280px;
}
/* Vocation Directress Ends Here */


/* Carmelite Saints Starts Here */
.accordion-box .block .testimonial-block {
    padding: 3em 0;
}
.accordion-box .block .testimonial-block .inner-box .content{
	border: none;
	border-radius: 0;
    padding-left: 0;
    padding-top: 20px;
}
/* Carmelite Saints Ends Here */

/* Vocation Testimonies Starts Here */
.point-section .testimonial-block-two .inner-box .image {
    bottom: 50%;
    transform: translateY(50%);
}
/* Vocation Testimonies Ends Here */

/* Our Carmel Starts Here */
.point-section .services-block .inner-box, .point-section .services-block .inner-box:hover{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
/* Our Carmel Ends Here */


/* Prayer Request floating Starts Here */
.prayer-request{
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	position: fixed;
	right: 25px;
	top: 50%;
	z-index: 555;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 20px;
}
.tooltip.bottom .tooltip-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #b50a02;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #b50a02;
    border-radius: 4px;
}
.close-pryr-req{
	position: absolute;
    right: -10px;
    top: -10px;
    background: #ffffff !important;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    opacity: 1;
    font-weight: 300;
    line-height: 9px;
    font-size: 17px;
}
.close-pryr-req:hover,.close-pryr-req:focus{
	opacity: 1;
}
/* Prayer Request floating Ends Here */

/* News n Events Starts Here */
.blog-single .inner-box .image.newsevents .post-date{
	float: left;
	position: static;
	margin-right: 25px;
}
/* News n Events Starts Here */

/* Article Detail Starts Here */
.other-articles.popular-posts .post{
	padding-left: 95px; 
}
.article-single .inner-box .post-meta li a{
	padding-left: 24px;
}
.article-single .inner-box .image .post-date{
	left:30px;
	top:40px;
}
/* Article Detail Ends Here */

/* Modal Beautification Starts Here */
.themefied .modal-header{
	background: #b50a02;
}
.themefied .modal-header .modal-title{
	text-align: center;
	color: #fff;
	font-weight: 500;
}
.themefied .modal-header .close {
    margin-top: -2px;
    position: relative;
    z-index: 100;
    color: #fff;
    opacity: 1;
}
/* Modal Beautification Ends Here */

/* Edification Starts Here */
.edification h2{
	font-size: 30px;
}
/* Edification Ends Here */

.footer-widget .text {
    color: #fff;
}

.social-icon-one.style-two li a {
    color: #333;
}
.social-icon-one.style-two li a:hover {
    color: #b50a02;
}
.footer-bottom .social-icon-one.style-two li a {
    color: #fff;
}
.footer-bottom .social-icon-one.style-two li a:hover {
    color: #333;
}
.testimonial-block-two .inner-box .content h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.testimonial-block-two .inner-box .content h4 {
    position: relative;
    font-weight: 700;
    font-style: italic;
    margin-top: 60px;
    text-align: right;
}
.testimonial-block .inner-box .content h3 {
    margin-top: 0px;
    margin-bottom: 40px;
}
.testimonial-block .inner-box .content h4 {
    position: relative;
    font-weight: 700;
    font-style: italic;
    margin-top: 60px;
    text-align: right;
}
.upper-column .social-icon-one {
    margin-top: 15px;
}
.info-contact-section .info-column a {
    color: #777;
}
.info-contact-section .info-column a:hover {
    color: #b50a02;
}
.point-section .text .left-icon {
    position: absolute;
    left: 0px;
    top: -30px;
    color: #b50a02;
    font-size: 28px;
    line-height: 1em;
}
.point-section .text .right-icon {
    position: absolute;
    bottom: -20px;
    color: #b50a02;
    font-size: 28px;
    line-height: 1em;
    margin-left: 5px;
}
.quote {
    color: #b50a02;
}
.copyright a {
    color: #fff;
}