@charset "utf-8";
/* CSS Document */

html,body,div
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

html {
    position: relative;
    min-height: 100%;
    /*transition: all .5s;*/
}
.clear{
  clear: both;
}
.nopadd{
    padding-right: 0px;
    padding-left: 0px;
}
.right-padd{
    padding-right: 0px;
}
.left-padd{
    padding-left: 0px;
}

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 60px;
    overflow-x: hidden;
    background-color: #ffffff;
    /*transition: all .5s;*/
    line-height: 1.5;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

/*nav bar************/
.nav_right{
    float: right;
}
.navbar-default .navbar-nav > li > a {
    color: #020000;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #FEBA36  !important;
}
.navbar-default .navbar-nav > .active > a {
    color: #000000!important;
    /*background-color: #e7e7e7;*/
    background-color: #FEBA36 !important;
}
.dropdown-menu{
    background-color: #FEBA36;
    color: #000000;
}
.dropdown-menu > li > a{
    color: #000000;
}
.navbar-default .navbar-nav > .open > a{
    color: #ffffff!important;
    /*background-color: #e7e7e7;*/
    background-color: #FEBA36 !important;
}
nav.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-color: #fff5d0;*/
    /*background: transparent linear-gradient(to bottom, #FFA700 0%, #E79B07 100%) repeat scroll 0% 0%;*/
    /*background: url(../images/PADIYOLA.-1jpg.jpg);*/
    background: url(../images/PADIYOLA-bg.jpg);
    background-color: #f7be6a;
    background-size: 100% 100%;
    position: absolute;
    z-index: 999;
    width: 100%;
    border-radius: 0px;
    border-color: transparent;
    -webkit-transition: all ease;
    transition: all ease;
}

nav.navbar.shrink {
    /*background-color: #cccccc;*/
    background-color: #fff5d0;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 0px;
    color: #ffffff;
    -webkit-transition: all ease;
    transition: all ease;
    position: fixed;
    /*right: 0;*/
    /*left: 0;*/
    /*z-index: 1030;*/
}

.navbar-nav > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
    margin-top: -25px;
}
.navbar-default .navbar-nav > .active > a{
    color: #555;
    background-color: #e7e7e7;
}
/*nav bar*************/
.visitor{
    color: #0b0000;
    padding-left: 5px;
}
.visit_btn{
    background-color: #BFB7B7;
    border: 1px solid #444241;
    margin-top: 8%;
}
.navbar-default .navbar-brand {
    color: #080707;
}
.carousel{
    background-color: #FEBA36;
}

.head_text {
    font-family: "Roboto";
    margin-top: -14px;
    font-size: 20px;
    font-weight: bold;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.logo {
    margin-top: -5px;
    margin-right: 10px;
}
.head_name{

}
.fluid-edits {
    padding-right: 0px;
    padding-left: 0px;
    /*padding-top: 80px;*/
    padding-top: 120px;
}
.fluid-edits-shrink{
    /*padding-right: 0px;
    padding-left: 0px;*/
    padding-top: 80px;
}

.navbar-nav > li > a {
    /*padding-top: 35px;
    padding-bottom: 35px;
    margin-top: -10px;*/
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.live_events{
    position: fixed;
    right: 0;
    margin-top: 10%;
    z-index: 99;
    margin-right: 1%;
    /*border-radius: 0px;*/
    background-color: #cb6833;
    color: #fef7de;
    border: 1px solid #000000;
}
.live_events:hover{
    position: fixed;
    right: 0;
    margin-top: 10%;
    z-index: 99;
    margin-right: 1%;
    /*border-radius: 0px;*/
    background-color: #fef7de;
    color: #cb6833;
}
.payments{
    position: fixed;
    right: 0;
    margin-top: 13%;
    z-index: 99;
    margin-right: 1%;
    /*border-radius: 0px;*/
    background-color: #f57935;
    color: #ffffff;
    border: 1px solid #000000;
}
.payments:hover{
    position: fixed;
    right: 0;
    margin-top: 13%;
    z-index: 99;
    margin-right: 1%;
    /*border-radius: 0px;*/
    background-color: #ffffff;
    color: #f57935;
}
.row-edit{
    margin-right: 0px;
    margin-left: 0px;
}
.news_mass_notice{
    padding-top: 2%;
    padding-bottom: 2%;
    background: url(../images/bg.jpg);
    background-repeat: repeat;
}
.news_mass_notice .cath_news{
    /*background: url(../images/church-news.jpg);*/
    background-color: #eb854e;
}
.news_mass_notice .mass_time{
    /*background: url(../images/mass-timing.jpg);*/
    background-color: #eb7434;
}
.news_mass_notice .kalpanakal{
   /*background: url(../images/kalpanakal.jpg); */
   background-color: #eb854e;
}
.news_mass_notice .prayer_req{
   /*background: url(../images/prayer-request.jpg); */
   background-color: #eb7434;
}

.news_mass_notice h3{
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    text-align: center;
/*border-bottom: 1px solid #d45418;*/
}
.news_mass_notice h3::after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    width: 100px;
    left: 90px;
    background-color: #000000;
    top: 53px;
}
.news_mass_notice .notice{
    background: url(../images/menu-bg.jpg);
    background-size: 100% 100%;
    min-height: 285px!important;
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #000000;
    transition: all .5s;
}
/*.news_mass_notice .notice:hover{
    background: url(../images/church-news.jpg);
    background-color: #ffffff;
    background-size: 100% 100%;
    min-height: 200px!important;
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #000000;
    opacity: 0.5;
    transition: all .5s;
}*/
marquee{
    height: 180px !important;
    overflow: hidden;
    width: 95%;
}
.news_mass_notice .notice .contain{
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.spirutal_org{
    background: url(../images/old-bg-3.jpg);
    background-size: 100% 100%;
    background-color: #f9db95;
    /*background-color: #f4f4f4;*/
    -webkit-box-shadow: 0 -3px 2px -3px rgba(0, 0, 0, 0.07) inset, 0 3px 2px -3px rgba(0, 0, 0, 0.07) inset;
    box-shadow: 0 -3px 2px -3px rgba(0, 0, 0, 0.07) inset, 0 3px 2px -3px rgba(0, 0, 0, 0.07) inset;
    padding-top: 3%;
    padding-bottom: 3%;
}
.spirutal_org .border{
    border-bottom: 1px solid #e1e1e1;
}
.spirutal_org .bor-right{
    border-right: 1px solid #e1e1e1;
    /*line-height: 10px;*/
    /*content: '';
    height: 100%; 
    width: 1px;
    border-right: 1px solid #e1e1e1;*/
}
.spirutal_org .organization{
    padding-bottom: 15px;
}
.spirutal_org .organization h3{
    font-family: "Roboto";
    /*font-weight: 300;*/
    font-weight: 500px;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    min-height: 52px;
}
.spirutal_org .organization p{
    text-align: justify;
}
.spirutal_org .organization .spir_read_more{
    color: #d15518;
}
.spirutal_org .organization .spir_read_more:hover{
    color: #d15518;
    text-decoration: underline;
    cursor: pointer;
}
.about-church{
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(../images/about-church-bg-new.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 60% 30%;
}
.about-church .about_arthat{
    background-color: RGBA(0, 0, 0, 0.82);
    color: #ffffff;
    padding: 10px 20px 20px 20px;
    text-align: justify;
    letter-spacing: 0.4px;
}
.about-church .about_arthat h3{
    color: #d15619;
}
.about_arthat .read_more{
    border: 1px solid #d15619;
    background-color: #000000;
    color: #fff5d1;
    border-radius: 0px;
    margin-top: 1%;
    width: 15%;
}
.padiyola_message{
    background: url(../images/old-bg.jpg);
    background-color: #ead19b;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #e9ba74;
}
.padiyola_message .padiyola{
    /*height: 210px;
    overflow: scroll;*/
}
.padiyola_message .vicar_message{
    color: #000000;
    text-align: justify;
}
.padiyola_message .vicar_message img{
    border:1px solid #666666;
}
.gallery_section{
    background-color: #cb6833;
    /*background-color: #fef5d1;*/
    padding-top: 2%;
    padding-bottom: 2%;
    -webkit-box-shadow: 0px 0px 8px #050404;
    -moz-box-shadow: 0px 0px 8px #050404;
    box-shadow: 0px 0px 8px #050404;
    margin-bottom: 5px;
}
/*.gallery_section .img_div{
    width: 100%;
    height: 140px;
    overflow: hidden;
}*/
.gallery_section img{
    /*width: 100%;
    height: 140px;*/
    padding: 1px;
    border: 1px solid #fff4d2;
    overflow: hidden;
    /*-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;*/
}
.gallery_section img:hover{
    padding: 1px;
    border: 1px solid #fff4d2;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
    /*-webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;*/
}
.goto-gallery{
    text-align: center;
    font-size: 60px;
    padding-top: 30%;
}
.goto-gallery a{
    color: #fff5d1;
    transition: all .5s;
}
.goto-gallery a:hover{
    color: #000000;
    transition: all .5s;
}

.dhyana_mandhiram{
    background-color: #f3c675;
    padding-top: 2%;
    padding-bottom: 2%;
}
.dhyana_mandhiram h3{
    text-align: center;
    color: #fb2e0d;
    font-size: 28px;
}
.dhyana_mandhiram .img-dhyanam img{
    border: 2px solid rgb(191, 81, 12);
    padding: 1px;
}

#location{
    width: 100%;
    height: 200px;
    padding: 2px;
    border: 1px solid #cccccc;
    margin-top: .5%;
    margin-bottom: .5%;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
}
.great_pontiffs{
    background: url(../images/old-bg-2.jpg);
    background-color: #d8ab57;
    padding-top: 2%;
    padding-bottom: 2%;
    background-size: 100% 100%;
    border-top: 1px solid #868181;
    border-bottom: 1px solid #868181;
}
.great_pontiffs img{
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;

}
.detailed_footer{
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #a39f9f;
    /*color: #1A1818;*/
}
.detailed_footer h3{
    color: #000000;
}
.detailed_footer .arthat_f_img{
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #292626;
    -webkit-box-shadow: 2px 2px 9px #151414;
    -moz-box-shadow: 2px 2px 9px #151414;
    box-shadow: 2px 2px 9px #151414;
}
.detailed_footer .pontiffs{
    padding-left: 0px;
    padding-right: 0px;
    border: 2px solid transparent;
}
.detailed_footer .h3{
    color: #d3551a!important;
    font-family: "Roboto";
}
.detailed_footer .for-contact{
    text-align: center;
}
.detailed_footer .social_links{
    text-align: center;
}
.detailed_footer .social_links .fa-i{
    width: 30px;
    height: 30px;
    font-size: 25px;
    padding-top: 5px;
    color: #000000;
    /*transition: all .5s;*/
}
.detailed_footer .social_links .fa-i:hover{
    width: 30px;
    height: 30px;
    font-size: 25px;
    padding-top: 5px;
    color: #d2571c;
    /*transition: all .5s;*/
    cursor: pointer;
}
.detailed_footer .account_info{
    text-align: right;
}

.footer .f-left{
    text-align: left;
}
.footer .f-right{
    text-align: right;
}
.footer .footer-text{
    color: #666161;
    padding-top: 3%;
}
.footer .footer-text a{
    text-decoration: none;
    color: #3f3d3d !important;
    margin-left: 10px;
}

/*about page - (page styles)*/
.baner-section{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.menu_list{
    /*background: url(../images/PADIYOLA-bg.jpg);*/
    background: url(../images/menu-bg.jpg);
    background-size: 100% 100%;
    padding: 15px;
    border-radius: 5px;
    text-align: justify;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
    min-height: 222px;
}
.menu_list .menu_ul{
    padding: 20px;
    text-align: center;f57935
}
.menu_list .menu_ul li{
    color: #000000;
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    /*transition: all .5s;*/
}
.menu_list .menu_ul li:not(.active):hover{
    border-top: 1px solid #cb6833;
    border-bottom: 1px solid #cb6833;
    /*transition: all .5s;*/
}
.menu_list .menu_ul .menu_active{
    border-top: 1px solid #cb6833;
    border-bottom: 1px solid #cb6833;
}
.menu_list .menu_ul li a{
    color: #000000;
}
.menu_list .menu_ul li a:hover{
    color: #000000;
    text-decoration: none;
}
/*tabs*/
.nav-tabs {
    border-bottom: 1px solid transparent;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-tabs > li.active > a{
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    border-top: 1px solid #cb6833!important;
    border-bottom: 1px solid #cb6833!important;
    background-color: transparent!important;
    border: 1px solid transparent;
}
.nav-tabs > li.active > a:hover{
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    border-top: 1px solid #cb6833!important;
    border-bottom: 1px solid #cb6833!important;
    background-color: transparent;
    border: 1px solid transparent;
}
.nav-tabs > li > a{
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    /*border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;*/
    background-color: transparent;
    border: 1px solid transparent;
}

.nav-tabs > li > a:hover{
    /*padding-top: 5px;
    padding-bottom: 5px;*/
    border-radius: 0px;
    /*border-top: 1px solid #cb6833!important;
    border-bottom: 1px solid #cb6833!important;*/
    background-color: transparent;
    border: 1px solid transparent;
}

.about{
    background: url(../images/about-bg-baner.jpg);
    padding: 9%;
    padding-bottom: 9%;
    background-attachment: fixed;
    /*background-position: 0% 125%;*/
    /*background-size: cover;*/
    background-size: contain;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.about:hover{
    overflow: hidden;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.abt-intro{
    padding-right: 15px;
    padding-left: 15px;
}
.about-church-img img{
    border: 2px solid #ffffff;
    transition: all .5s;
}
.about-church-img img:hover{
    border: 2px solid #666666;
    transition: all .5s;
}
.section_description{
    background-color: #e9d098;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    color: #000000;
}
.section_description h1{
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-family: "Roboto";
    margin-top: 0px;
    margin-bottom: 20px;
    text-shadow: 2px 3px 3px #000000;
}

/*about page - (page styles)*/

/*historical events - (page styles)*/

.historical{

}
.historical h3{
    color: #f3550c;
    text-decoration: underline;
    -moz-text-decoration-color: #000000; 
    text-decoration-color: #000000;
}
.historical .his_notes{
    padding-top: 3%;
}
/*historical events - (page styles)*/

/*managing committee - (page styles)*/

.managing-heads{
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: rgb(242, 213, 130);
    border-radius: 10px;
    margin-bottom: 2%;
    border: 1px solid #ef9e12;
}
.managing-heads p{
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px;
}
.managing-heads .thirumeni{
    background-color: #f0cc66;
    border-radius: 5px;
    padding: 10px;
}
.managing-heads .thirumeni p{
    color: #f95205;
}
.managing-heads .vicars{
    padding: 10px;
}
.managing-mem{
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #f8e09d;
    border-radius: 5px;
    border: 1px solid #f5aa28;
}
.managing-mem p{
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px;
}

/*managing committee - (page styles)*/

/*diocess - (page styles)*/
.diocess{
    background: url(../images/diocess-bg-baner.jpg);
    padding: 9%;
    padding-bottom: 9%;
    background-attachment: fixed;
    background-size: contain;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.diocess:hover{
    overflow: hidden;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.diocess-img img{
    border: 1px solid #000000;
    margin-bottom: 15px;
    transition: all .5s;
}
.diocess-img img:hover{
    border: 1px solid #000000;
    transition: all .5s;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
}
/*diocess - (page styles)*/

/*spiritual-org - (page styles)*/
.spiritual_org{
    background: url(../images/spiritual-bg-baner-2.jpg);
    padding: 9%;
    padding-bottom: 9%;
    background-attachment: fixed;
    background-size: contain;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.spiritual_org:hover{
    overflow: hidden;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.table > tbody > tr > td{
    border-top: 1px solid #ea8b0f;
}
.organisation{
    /*background-color: rgb(224, 202, 126);*/
    border-radius: 5px;
    /*padding-left: 0px;*/
}
.organisation .org-comitte{
    background-color: rgb(224, 202, 126);
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}
.organisation .org-comitte img{
    border: 1px solid #F8F1F1;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 4px 9px #000000;
    transition: all .5s;
}
.organisation .org-comitte img:hover{
    border: 1px solid #000000;
    -webkit-box-shadow: 0px 0px 15px transparent;
    -moz-box-shadow: 0px 0px 15px transparent;
    box-shadow: 0px 4px 9px transparent;
    transition: all .5s;
}
.organisation .org-comitte h3{
    text-align: center;
    color: #fc3d09;
}
.organisation .org-discription{
    /*background-color: rgb(224, 202, 126);*/
    padding-top: 15px;
    padding-bottom: 15px;
    /*border-radius: 5px;*/
}
/*spiritual-org - (page styles)*/

/*chappels - (page styles)*/
.chappel-bg{
    background: url(../images/chappel-bg-baner.jpg);
    padding: 9%;
    padding-bottom: 9%;
    background-attachment: fixed;
    background-size: contain;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.chappel-bg:hover{
    overflow: hidden;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.chappels{
    padding-top: 0px;
    padding-bottom: 15px;
}
.chappels img{
    border: 1px solid #ea8b0f;
    padding: 2px;
    transition: all .5s;
}
.chappels p{
    text-align: center;
    margin-bottom: 0px;
}
.chappels img:hover{
    border: 1px solid #000000;
    padding: 2px;
    transition: all .5s;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
}
.mandhiram img{
    border: 1px solid #F99109;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
}
/*chappels - (page styles)*/

/*gallery-image and video - (page styles)*/
.video-item{
    /*border:1px solid #000000;*/
    /*padding: 1px;*/
    padding-bottom: 15px;
}

/*gallery-image and video - (page styles)*/

/*contact - (page styles)*/
.address-row{
    margin-top: 2%;
}
.address-section{
    text-align: center;
}
.contact .txt-bx{
    background-color: transparent;
    border: 1px solid #ea8b0f;
}
.form-section h3{
    text-align: center;
}
.submit_btn{
    border: 1px solid #666666;
    color: #ffffff;
    background-color: #ea8b0f;
    transition: all .5s;
}
.submit_btn:hover{
    border: 1px solid #ea8b0f;
    color: #000000;
    background-color: #f3ae54;
    transition: all .5s;
}
.foot-social_links .fa-i {
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding-top: 5px;
    transition: all .5s;
}
.foot-social_links .fa-i:hover {
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: #ea8b0f;
    cursor: pointer;
    padding-top: 5px;
    transition: all .5s;
}
#location{
    width: 100%;
    height: 250px;
    margin: 0 auto;
    border: 1px solid #ea8b0f;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;
}

/*contact - (page styles)*/

/*vazhipadu-payment - (page styles)*/
.vazhipadu-content{
    background: url(../images/welcome-bg.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}
.vazhipadukal{
    padding: 1%;
    background-color: #e9c980;
    border-radius: 10px;
    border: 1px solid #f6770b;
}
.vazhipads > tbody > tr{
    transition: all .5s;
}
.vazhipads > tbody > tr:hover{
    background-color: #f69f55;
    color: #ffffff;
    transition: all .5s;
}
.vazhipadukal h3{
    text-align: center;
    color: #ffffff;
}
.vazhipad-account{
    padding: 1%;
    text-align: center;
    background-color: #e6be67;
    border-radius: 10px;
    border: 1px solid #f6770b;
}
.vazhipad-account h3{
    text-align: center;
    color: #ffffff;
}


/*vazhipadu-payment - (page styles)*/
/*------live-------------*/
.live_div_description{
    background-color: #e9d098;
    padding-top: 0.5%;
    padding-left: 0px;
    padding-right: 0px;
    color: #000000;
}
#live_div{
    /*width: 100%;*/
    height: 512px;
    border: 1px solid #ffffff;
}
/*----------live-------*/

/*.............intro styles..............*/
#intro-bg-set{
    background: url(../images/clouds.png);
    background-color: #f9bf33;
    background-repeat: repeat-x;
}
/*#intro-bg-set{
    background: url(../images/intro-bg.jpg);
    background-position: 60% 20%;
    background-color: #edb440;
    position: fixed; 
    background-size: cover;
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%;
}*/
/*.intro-bg{
    background: url(../images/intro-bg.jpg);
    background-size: cover;
}*/
.holy-light-animation {
    margin-top: -445px!important;
    margin-left: -68%!important;
    display: block;
    /*margin-right: auto !important;
    margin-left: auto !important;*/
    -webkit-animation: rotation 7s infinite linear;
    -moz-animation: rotation 7s infinite linear;
    animation: rotation 7s infinite linear;
    z-index: -100;
    /*margin-top: -120px;*/
}
@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to   {-moz-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to   {transform: rotate(359deg);}
}
/*.ora{
  margin-top: -630px;
  position: relative;
}*/
/*.............intro styles..............*/



/*.............media query..............*/

@media (min-width:320px) and (max-width: 500px) {
    .navbar-default .navbar-toggle {
        border-color: #f66025;
    }
    .navbar-default .navbar-brand {
        color: #080707;
        height: 52px;
    }
    nav.navbar {
        padding-top: 58px;
    }

    .head_text {
        font-family: "Roboto";
        margin-top: -14px;
        font-size: 20px;
        font-weight: bold;
        animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        padding-bottom: 0px;
    }
    .logo {
        margin-top: -53px;
        margin-right: 10px;
        position: absolute;
    }
    .logo img {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    .head_name {
        z-index: 999;
        position: relative;
        top: 22px;
        color: #000000;
        font-size: 22px;
    }

    nav.navbar.shrink{
        padding-top: 50px;
    }
    .shrink .head_text{
        height: 55px;
    }
    .shrink .logo {
        margin-top: -47px;
        margin-right: 10px;
        position: absolute;
    }
    .shrink .head_name {
        z-index: 999;
        position: relative;
        top: 22px;
        color: #000000;
        font-size: 20px;
    }


    .navbar-default .navbar-collapse{
        border-color: transparent;
    }
    .nav_right {
        float: left;
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        padding-bottom: 5px;
    }
    .navbar-nav > li > a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav > li > a:hover{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    nav.navbar{
        background: transparent linear-gradient(to bottom, #FFA700 0%, #E79B07 100%) repeat scroll 0% 0%!important;
        /*background: url(../images/PADIYOLA.-1jpg.jpg);
        background: url(../images/PADIYOLA-bg.jpg);*/
    }
    .live_events{
        margin-top: 80%;
        z-index: 999;
    }
    .payments{
        margin-top: 92%;
        z-index: 999;
    }
    .live_events:hover{
        margin-top: 80%;
        z-index: 999;
    }
    .payments:hover{
        margin-top: 92%;
        z-index: 999;
    }


    .news_mass_notice {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .spirutal_org .bor-right {
        border-right: 1px solid transparent;
        border-bottom: 1px solid #e1e1e1;
    }
    .about_arthat .read_more {
        width: 50%;
    }
    .modal-content{
        border: 1px solid #d7521c;
    }
    .modal-header{
        border-bottom: 1px solid #f87b49;
    }
    #Arthat_Padiyola{
        text-align: center;
        color: #f87b49;
        font-weight: bold;
        font-family: "Roboto";
    }
    .Padiyola_head{
        text-align: center;
        color: #f87b49;
        font-weight: bold;
        font-family: "Roboto";
    }
    .padiyola_message .vicar_message {
        padding-left: 0px;
        margin-top: 6%;
    }
    .padiyola_message .vicar_message h3{
        text-align: center;
    }
    .padiyola_message .vicar_message img{
        margin: 0 auto;
    }
    .vicar_message .right-padd {
        padding-right: 0px;
        padding-left: 0px;
    }
    .gallery_section{
        padding-top: 10%;
        padding-bottom: 0%;
    }
    .gallery_section img{
        margin-bottom: 10%;
    }
    /*.gallery_section .img_div{
        width: 100% !important;
        height: 150px;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .gallery_section .img_div img{
        height: 150px;
    }*/
    .goto-gallery {
        text-align: center;
        font-size: 60px;
        padding-top: 0%;
    }
    .dhyana_mandhiram {
        background-color: #f3c675;
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: justify;
    }
    .great_pontiffs{
        padding-top: 6%;
        padding-bottom: 5%;
    }
    .great_pontiffs img{
        margin-bottom: 5%;
    }
    .detailed_footer{
        text-align: center;
    }
    .detailed_footer .account_info{
        text-align: center;
    }
    .footer .footer-text,
    .footer .f-right
    {
        text-align: center;
    }
    /*..........about-page.......*/

    .section_description{
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu_list{
        margin-bottom: 5%;
    }
    .section_description .right-padd {
        padding-right: 0px;
        padding-left: 0px;
    }
    /*live*/
    .live-adv{
        display: none;
    }
    /*.........intro.............*/
    /*#intro-bg-set{
        background-position: 48% 20%;
    }
    .ora {
        margin-top: -250px;
        position: relative;
    }
    #holy-light-animation {
        margin-top: -55px;
    }*/

}


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

}

@media (min-width:768px) and (max-width: 1024px){
    .nav_right {
        float: right;
        margin-top: 8%;
    }
    .navbar-nav > li > a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .live_events{
        margin-top: 22%;
        z-index: 999;
    }
    .payments{
        margin-top: 27%;
        z-index: 999;
    }
    .live_events:hover {
        margin-top: 22%;
        z-index: 999;
    }
    .payments:hover {
        margin-top: 27%;
        z-index: 999;
    }
    .fluid-edits{
        padding-top: 160px;
    }
    .spirutal_org .organization {
        padding-bottom: 15px;
        margin-bottom: 2%;
    }
    .spirutal_org .bor-right {
        border-right: 1px solid transparent;
    }
    .padiyola_message .padiyola {
        padding-left: 0px;
        padding-right: 0px;
    }
    .padiyola_message .padiyola img{
        margin: 0 auto;
    }
    .padiyola_message .vicar_message img {
        border: 1px solid #666666;
        margin: 0 auto;
        margin-bottom: 1%;
    }
    .padiyola_message .vicar_message h3{
        text-align: center;
    }
    .gallery_section img {
        margin-bottom: 5%;
    }
    .goto-gallery {
        text-align: center;
        font-size: 60px;
        padding-top: 244%;
    }
    /*..........about-page.......*/
    .menu_list{
        margin-bottom: 5%;
    }
    /*.........intro.............*/
    /*#intro-bg-set{
        background-position: 49% 20%;
    }*/

}

/*.............media query..............*/

