/*=================== Global Reset ========================*/

h1,h2,h3,h4,h5,h6{
    margin: 0 !important;    
}

a:hover{
    text-decoration: none;
}

p{
    margin: 0 !important;
}

body{
    font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
    outline: 0;
}


/*======================================================
Navbar
======================================================*/

.navbar-default .navbar-nav>li>a {
    color: #c1a020;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 43px 25px;
}

.navbar-brand{
    padding: 13px 0;
}

.top-nav{
    background-color: #073266;
    padding: 10px 0;
}

.top-left{
    float: left;
}

.top-left a{
    color: #fff;
    font-size: 13px;
}

.top-right a{
    color: #fff;
    border: solid 1px #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin: 0 5px;
}

.top-left span{
    padding-right: 5px;
}

.top-bar{
    padding: 0 20px;
    display: inline-block;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #c1a020;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #c1a020;
}

.navbar-default .navbar-nav>li>active {
    color: #fff;
    background-color: #c1a020;
}

.dropdown-menu>li>a{
    padding: 10px 20px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #c1a020;
}

.navbar{
    margin-bottom: 0 !important;
    border: none !important;
}

.dropdown-menu>li>a{
    color: #b39627;
}

.dropdown-menu{
    padding: 0 !important;
}

.owl-caption{
    position: absolute;
    right: 10%;
    bottom: 30%;
}

.owl-caption h2{
    text-align: right;
    color: #fff;
    font-size: 32px;
    line-height: 58px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
    text-shadow: 1px 1px #00000082;
}

.owl-caption h3{
    text-align: right;
    color: #fff;
    font-size: 20px;
    line-height: 58px;
    text-shadow: 1px 1px #00000082;
}

.owl-theme .owl-nav{
    display: none;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d7ab29;
}

.owl-carousel{
    background-color: #000;
}

.owl-carousel .owl-item img{
    opacity: 0.8;
    object-fit: contain;
    max-height: 850px;
}

/*======================================================
Banner-bottom
======================================================*/

.bottom-text{
    background-color: #073266;
    padding: 15px 0;
}

.bottom-text p{
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    display: flex;
}

.bottom-text span{
    display: inline-block;
    color: #be9c1a;
    padding-right: 10px;
}

.bottom-captions{
    padding: 40px 30px;
    text-align: center;
    transition: ease 0.5s all;
}

.bottom-captions:hover{
   -webkit-box-shadow: 1px 1px 13px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 13px 2px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 13px 2px rgba(0,0,0,0.75);
}

.about-contents h2{
    color: #006da7;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 20px !important;
    margin-top: 25px !important;
}

.about-contents p{
    font-size: 14px;
    line-height: 22px;
    color: #626262;
}

.about-bg1{
    background: url(../images/about/about-back1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-bg2{
    background: url(../images/about/about-back3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-bg3{
    background: url(../images/about/about-back4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-bg4{
    background: url(../images/about/about-back2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
    background-color: #0e4c6b;
    color: #fff;
}

.close {
    font-size: 26px;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 12px;
}

.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal-body p{
    color: #757575;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px !important;
}

.modal-body h3{
    color: #be9c1a;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 15px !important;
    font-size: 16px;
    font-weight: 600;
}

.modal-btn{
    border-radius: 2px;
    background-color: #be9c1a;
    color: #fff;
    border: solid 1px #b39111;
    transition: ease 0.7s all;
    margin-top: 10px;
}

.modal-btn:hover{
    background-color: #b59310;
    color: #fff;
}

.modal-body h4 {
    color: #4c4c4c;
    margin-bottom: 15px !important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px !important;
}

.modal-body {
    padding: 25px;
}

.mt-30{
    margin-top: 30px !important;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

/*======================================================
Home-about
======================================================*/

.parallax-window {
    min-height: 420px;
    background: transparent;
}

.home-about-right{
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #000000, #434343); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #000000, #434343); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 420px;
    padding: 0 75px;
}

.home-about-right-main h2{
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    padding-left: 30px;
    position: relative;
    color: #fff;
    margin-bottom: 40px !important;
}

.home-about-right-main h2:before{
    content: '\f10d';
    font-family: fontAwesome;
    color: #be9c1a;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: -10px;
}

.home-about-right-main h2:after{
    content: '\f10e';
    font-family: fontAwesome;
    color: #be9c1a;
    font-size: 18px;
    position: relative;
    bottom: 5px;
    margin-right: 4px;
    left: 10px;
}

.home-about-right-main p{
    line-height: 28px;
    font-size: 15px;
    color: #eee;
}

.home-about-right-main{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*======================================================
Timing
======================================================*/


.timing-section{
    padding: 80px 0;
    background-image: url(../images/timing/timing-back.jpg);
    background-position: center;
    background-size: cover;
}

.timing-item h2{
    font-size: 24px;
    line-height: 36px;
    font-family: 'Libre Baskerville', serif;
    color: #444444;
    font-weight: 600;   
}

.timing-item h3{
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
}

.timing-div{
    height: 250px;
    position: relative;
}

.timing-item{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.timing-top{
    border-bottom: solid 1px #fff;
}

.timing-right{
    border-left: solid 1px #fff;
}

/*======================================================
Request a Prayer
======================================================*/

.request-section{
    padding: 80px 0;
    background-image: url(../images/request/request2.jpg);
    background-size: cover;
    background-position: center;
}

.request-div{
    text-align: center;
    border: solid 1px #fff;
    padding: 40px 30px;
}

.request-div h2{
    color: #be9c2a;
    margin-bottom: 30px !important;
    font-family: 'Libre Baskerville', serif;
}

.request-div p{
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 15px !important;
}

.request-div a{
    background-color: #be9c1a;
    border: solid 1px #be9c1a;
    width: 170px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    transition: ease 0.7s all;
    color: #fff;
}

.request-div a:hover{
    background-color: transparent;
    color: #be9c1a;
}

/*======================================================
Inspiration
======================================================*/

.inspiration-section{
    padding: 60px 0;    
    background: rgba(30,105,146,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(30,105,146,1) 0%, rgba(19,78,107,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(30,105,146,1)), color-stop(100%, rgba(19,78,107,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(30,105,146,1) 0%, rgba(19,78,107,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(30,105,146,1) 0%, rgba(19,78,107,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(30,105,146,1) 0%, rgba(19,78,107,1) 100%);
background: radial-gradient(ellipse at center, rgba(30,105,146,1) 0%, rgba(19,78,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e6992', endColorstr='#134e6b', GradientType=1 );
}

.inspiration-left h2{
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    border-right: solid 2px #fff;
    font-family: 'Libre Baskerville', serif;
    padding-right: 25px;
}

.inspiration-right p{
    font-size: 16px;
    font-family: 'Libre Baskerville', serif;
    line-height: 32px;
    padding: 32px 0;
    color: #fff;
}

/*======================================================
Footer
======================================================*/

.foot-logo{
    float: left;
    padding-right: 20px;
}

.foot-title h3{
    font-size: 18px;
    line-height: 28px;
    color: #be9c1a;
    font-family: 'Libre Baskerville', serif;
}

.footer-section{
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #0d4c6e;
    border-top: solid 2px #be9c1a;
}

.foot-col-1 p{
    line-height: 28px;
    color: #fff;
    margin-top: 25px !important;
}

.foot-head{
    color: #be9c1a;
    font-size: 18px;
    position: relative;
    margin-top: 6px !important;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 60px !important;
}

.foot-head:after{
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #be9c1a;
    left: 0;
    bottom: -20px;
}

.foot-lists a{
    color: #fff;
}

.foot-lists{
    padding-left: 0;
}

.foot-lists li{
    display: block;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}

.foot-lists li:before{
    content: "\f138";
    position: absolute;
    color: #be9c1a;
    font-size: 13px;
    font-family: fontAwesome;
    top: 2px;
    left: 0px;
}

.foot-contact{
    padding-left: 0;
}

.foot-contact li{
    display: flex;
    color: #be9c1a;
    line-height: 28px;
    position: relative;
    top: -6px;
    padding-left: 30px;
}

.foot-contact a{
    color: #fff;
}

.foot-contact span{
       position: absolute;
    left: 0;
}

.foot-social a{
    color: #be9c1a;
    border: solid 1px #be9c1a;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    transition: ease 0.7s all;
}

.foot-social a:hover{
    color: #094769;
    background-color: #be9c1a;
}

.foot-bottom{
    padding: 17px 0;
    background-color: #093f5d;
}

.foot-bottom-left p{
    font-size: 13px;
    color: #fff;
}

.foot-bottom-right p{
    font-size: 13px;
    color: #fff;
}

.foot-bottom-right a{
    color: #be9c1a;
}

.foot-bottom-right span{
    color: #df2222;
}


/*======================================================
Contact
======================================================*/

.site-bread{
    background-image: url(../images/breadcrumb/bread.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.bread-main{
    text-align: center;
    padding: 110px;
}

.bread-main h2{
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    margin-bottom: 10px !important;
}

.bread-main span{
    display: inline-block;
    padding: 0 5px;
    color: #fff;
}

.bread-main a{
    color: #fff;
    transition: ease 0.7s all;
}

.bread-main a:hover{
    color: #be9c1a;
}

.bread-main p{
    color: #fff;
    display: inline-block;
}

.contact-left{
    padding-left: 0 !important;
}

.contact-right{
    padding: 80px 145px 80px 70px;
}

.contact-right h2{
    color: #be9c1a;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 25px !important;
}

.contact-list{
    padding-left: 0;
}

.contact-list li{
    display: flex;
    color: #be9c1a;
    line-height: 28px;
    position: relative;
    top: -6px;
    padding-left: 30px;
}

.contact-list a{
    color: #333;
    font-size: 15px;
}

.contact-list span{
    position: absolute;
    left: 0;
}

.contact-social a{
    color: #be9c1a;
    border: solid 1px #be9c1a;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    transition: ease 0.7s all;
}

.contact-social a:hover{
    color: #fff;
    background-color: #be9c1a;
}

.contact-form{
    margin-top: 40px;
}

.submit-btn{
    background-color: #be9c1a;
    color: #fff;
    font-size: 15px;
    border-radius: 1px;
    border: none;
    margin-top: 20px;
    padding: 7px 20px;
    border: solid 1px #be9c1a;
    transition: ease 0.7s all;
}

.submit-btn:hover{
    color: #be9c1a;
    background-color: #fff;
    border: solid 1px #be9c1a;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #616161;
    background-color: #fff;
    background-image: none;
    border: 1px solid #efbd00;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #fbe48e;
    background-color: cornsilk;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgb(243, 222, 145), 0 0 8px rgb(245, 225, 146);
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c3c1c3 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c3c1c3 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c3c1c3 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c3c1c3 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #c3c1c3 !important;
}

/*======================================================
About Pages
======================================================*/

.we-are-section{
    padding: 80px 0;
}

.we-are-section h2{
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-weight: 600;
    color: #be9c1a;
    margin-bottom: 25px !important;
    line-height: 28px;
}

.we-are-section img{
    float: left;
    padding-right: 40px;
    padding-bottom: 30px;
}

.we-are-section p{
    font-size: 15px;
    line-height: 28px;
    color: #757575;
}

.mt-40{
    margin-top: 40px !important;
}

.about-lists{
    padding-left: 0;
}

.about-lists li{
    display: block;
    margin-bottom: 8px;
    position: relative;
    padding-left: 27px;
    color: #757575;
    font-size: 15px;
}

.about-lists li:before{
    content: "\f138";
    position: relative;
    color: #be9c1a;
    font-size: 13px;
    font-family: fontAwesome;
    top: 0px;
    left: 0px;
    padding-right: 15px;
}

.about-blockquote{
    background-color: #095178;
    margin-top: 25px;
}

.about-blockquote:before{
    clear: both;
}

.about-blockquote p{
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-size: 16px;
    position: relative;
    padding: 15px 30px;
}

.about-blockquote p:before {
   content: '\f10d';
    font-family: fontAwesome;
    color: #be9c1a;
    font-size: 14px;
    position: absolute;
    left: 8px;
    top: 10px;
}

.about-blockquote p:after {
    content: '\f10e';
    font-family: fontAwesome;
    color: #be9c1a;
    font-size: 14px;
    position: relative;
    bottom: 5px;
    margin-right: 4px;
    left: 10px;
}

.vision-section{
    padding: 80px 0;
}

.vision-section img{
    float: right;
    padding-left: 40px;
    padding-bottom: 25px;
}

.vision-section h2{
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    font-weight: 600;
    color: #be9c1a;
    margin-bottom: 25px !important;
    line-height: 28px;
    margin-top: 25px !important;
}

.vision-section h3{
    font-size: 17px;
    color: #4c4c4c;
    font-weight: 600;
    margin-bottom: 15px !important;
    line-height: 26px;
}

.vision-section p{
    font-size: 15px;
    line-height: 28px;
    color: #757575;
    margin-bottom: 15px !important;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #073266;
    border-color: #ddd;
    padding: 12px 15px;
}

.collapse-bar{
    display: block;
    padding: 12px 15px;
}

.collapse-bar span{
    font-size: 14px;
}

.collapse-bar:focus{
    text-decoration: none;
    outline: 0;
}

.pd-0{
    padding: 0 !important;
}

.quote-block{
    border-left: solid 4px #235490;
    padding-left: 30px;
}

.collapse-lists li{
    color: #757575;
    line-height: 24px;
    display: block;
    position: relative;
    padding-left: 25px;
}

.collapse-lists li:before{
    content: "\f138";
    position: absolute;
    color: #be9c1a;
    font-size: 13px;
    font-family: fontAwesome;
    top: 1px;
    left: 0px;
}

.panel-body h3{
    color: #be9c1a;    
}

/*======================================================
Request Page
======================================================*/

.request-prayer-section{
    padding: 80px 0;
}

.request-prayer-section p {
    font-size: 15px;
    line-height: 28px;
    color: #757575;
    margin-bottom: 20px !important;
}

.request-prayer-section a {
    background-color: #be9c1a;
    border: solid 1px #be9c1a;
    width: 170px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    transition: ease 0.7s all;
    color: #fff;
}

.request-prayer-section a:hover {
    background-color: transparent;
    color: #be9c1a;
}

/*
.parallax-container{
    overflow: hidden;
}
*/

/*======================================================
Events Page
======================================================*/

.events-section{
    padding: 80px 0;
}

.blog-caption-top h1{
    font-size: 24px;
    display: inline-block;
    color: #be9c1a;
    font-weight: 400;
    position: relative;
    top: 4px;
}

.blog-caption-top p{
    font-size: 13px;
    margin-top: 5px !important;
    margin-right: 10px !important;
    display: inline-block;
    background-color: #073266;
    color: #fff;
    padding: 5px 7px;
}

.blog-item{
    box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.75);
    margin-bottom: 30px;

}

.blog-caption{
    padding: 30px 30px;
}

.blog-caption-mid p{
    font-size: 15px;
    line-height: 28px;
    color: #757575;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
}

.blog-item img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    position: relative;
}

/*.well{
    margin-bottom: 0;
}*/

.events-section h2{
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    font-weight: 600;
    color: #be9c1a;
    line-height: 28px;
    margin-bottom: 25px !important;
}

.collapse-btn{
    background-color: transparent;
    color: #be9c1a;
    border: none;
}

.collapse-btn:hover{
    background-color: transparent;
    color: #be9c1a;
    border: none; 
}

.collapse-btn:focus{
    background-color: transparent;
    color: #be9c1a;
    border: none; 
}

.desc-main{
    font-size: 15px;
    line-height: 28px;
    color: #757575;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    background-color: #fffae9;   
    border-radius: 1px;
    border: 1px solid #f3e8c4;
}

.more-icon{
    color: #be9c1a;
    display: inline-block;
    padding-left: 5px;
}

.events-side h3{
    background-color: #073266;
    font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    padding: 5px;
    padding: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
}

.side-span{
    color: #be9c1a;
    border: solid 1px #be9c1a;
    padding: 0px 10px;
    display: inline-block;
    margin-top: 6px;
}

.side-item{
    padding: 15px 0 15px 10px;
    border-bottom: dashed 1px #ccc;
}

.side-item h2{
    margin-bottom: 0 !important;
    font-size: 16px;
}

.events-pagination{
    text-align: center;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #073266;
    border-color: #072448;
}

.pagination>li>.active{
    z-index: 2;
    color: #ffffff;
    background-color: #073266;
    border-color: #072448;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.no-content{
    font-size: 15px;
    color: #757575;
    margin-top: 15px !important;
}

/*======================================================
Sermon Page
======================================================*/

.sermons-section{
    padding: 80px 0;
}

.about-block{
       background-color: #095178;
    margin-top: 25px;
    padding: 20px 25px;
}

.about-block h3{
    margin-bottom: 10px !important;
        color: #be9c1a;
}

.about-block p{
    color: #fff;
}

.departments p{
    color:#b19119;
    font-weight: 600;
    font-size: 16px;
}

.departments-section{
    margin-top: 30px;
}

.modal-dialog {
    width: 70%;
    margin: 30px auto;
}

