/*-------------------------------------*\
    Color
\*-------------------------------------*/

/*
* Heading style colors
*/

.title-underline-base-color {
    border-color: #694616;
}
.title-underline-thick-base-color {
    border-color: #694616;
}
.title-sideline-base-color:before {
    background-color: #694616;
}
.title-strikethrough-base-color:before {
    background-color: #694616;
}


/*
* Text color
*/

.text-base-color {
    color: #694616 !important;
}


/*
* Text color (on hover)
*/

.text-hover-base-color:hover,
.text-hover-base-color:focus {
    color: #694616 !important;
}


/*
* Background color
*/

.bg-base-color {
    background-color: #333 !important;
}


/*
* Background color (on hover)
*/

.bg-hover-base-color:hover {
    background-color: #694616 !important;
}


/*
* Border color
*/

.border-base-color {
    border-color: #694616 !important;
}


/*
* Button colors
*/

.btn.btn-base-color {
    background-color: #FFC21A ;
    color: #000;
}
.btn.btn-base-color.btn-hover-transparent:hover {
    border-color: #694616;
    color: #694616;
}
.btn.btn-outline-base-color {
    border-color: #694616;
    color: #694616;
}
.btn.btn-outline-base-color:hover {
    background-color: #694616;
}
.btn.btn-outline-base-color.btn-hover-transparent:hover,
.btn.btn-outline-base-color.btn-hover-transparent:focus {
    color: #694616;
}


/*
* Preloader color
*/

.pace .pace-progress {
    background-color: #694616;
}


/*
* Nav tabs (Section - Schedule)
*/

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #694616 !important;
}


/*
* Nav stacked (Section - FAQ)
*/

.nav.nav-pills.nav-stacked > li.active > a,
.nav.nav-pills.nav-stacked > li.active > a:hover,
.nav.nav-pills.nav-stacked > li.active > a:focus {
    background-color: #694616;
    color: #ffffff;
}


/*
* Accordions (Section - FAQ)
*/

.panel-group .panel.active .panel-heading {
    background-color: #694616;
}


/*
* Countdown
*/

.countdown .clock-item {
    background-color: #694616;
}


/*
* Pricing (Section - Ticket)
*/

.pricing ul > li.check-mark:before {
    background-color: #694616;
}


/*
* Timeline (Section - Schedule)
*/

.timeline-item.highlight:before {
    background-color: #694616;
    border: #694616;
}

.bg-blck { background: #694616; }
.borleft table { 
  width: 80%px; 
  border-collapse: collapse; 
  margin:20px auto;
  }

.borleft  tr { 
  background: #fff; 
  }
ul.agendaListnew{ list-style-type:none;padding-left:0px; margin-top:10px;}
ul.agendaListnew li{ /*background:url(../img/bulletnew.png) scroll 0px 7px no-repeat;*/
padding-left:20px; margin-bottom:10px; display: block; color: #333;}


/* Zebra striping */
.borleft  tr:nth-of-type(odd) { 
  background: #eee; 
  }
.borleft  th:first-child{ width: 18%; }
.borleft  th { 
  background: #694616; 
  color: white; 
  font-weight: bold; 
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  }

.borleft td:first-child { color: #000; font-size: 16px; font-weight: 600;}

.borleft td, .borleft th { 
  padding: 10px; 
  border: 1px solid #ccc; 
  text-align: left; 
  font-size: 18px;
  vertical-align: top;
  font-size: 15px;
  }

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

.borleft   table { 
      width: 100%; 
  }

  /* Force table to not be like tables anymore */
  .borleft  table, .borleft thead, .borleft  tbody, .borleft  th, .borleft  td, .borleft  tr { 
    display: block; 
    font-size: 13px;
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .borleft  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 13px;
  }
  
  .borleft  tr { border: 1px solid #ccc; }
  
  .borleft  td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    font-size: 13px;
  }

  .borleft td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }

}
.bg-whitenew { background: #f7f7f7; }

.mar-topset  { margin-top: 90px; }
.marg-top-set { margin-top: 50px; }
.bg-overlay-black-6:before { display: none; }
.lgx-footer-single {
    flex: 1;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    width: 40%;
    margin-top: 40px;
}

.lgx-footer-single h4 {
    color: #ccc;
    font-weight: 400;
    font-size: 28px;
    line-height: 27px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ftr-name {
    color: #fff;   
    font-size: 16px;
       
}

.ftr-number {
    color: #fff;
    font-size: 37px;
    line-height: 38px;
}
p.ftr-mail {
    color: rgba(255,255,255,0.8);
        font-size: 16px;
        color: #fff;

}
p.ftr-mail a { color: #fff;}

span.tsh1{ font-size:18px; text-decoration:line-through; color:#fff;    }
span.tsh2{ font-size:18px; color:#eb8a1c;   }
.txt-color { color: #333; font-weight: 700!important;
    font-size: 30px!important; }
    .title-sideline-base-color:before { display: none; }
img.logo-navbar-white { margin-top: 80px; }
   p.tst { color: #000; font-size: 20px;      font-weight: 700;   padding-top: 10px; 
    margin-top: 15px; margin-bottom:50px; } 
#about { padding:70px 0 40px; }

.margin-set20 {
    margin-top: 100px;
}


.margin-set10 {
    margin-top: 50px !important;
    margin-bottom: 50px;
}

.margin-topset { margin-top: 120px;}

.slidezoom { display: block; text-align: center; clear: both; margin:0 auto; }
.features-box  .bg-gray-light  { height: 112px;  }

.prt { font-size:15px; font-style: italic; text-align: center; margin-top: 15px; color: #1e439b;  }

.prtnew { font-size:22px;    font-weight: 700; text-align: center; margin-top: 15px; color: #1e439b;  }

ul.logolist { text-align: center; clear: both; padding: 0px; margin: 0px; width: 100%; }

ul.logolist li {  display: inline-block; margin:0 0 0 -4px;  border:1px solid #333; 
  font-size:20px; line-height:20px;  text-transform:uppercase; font-weight:700;
        padding: 8px 12px;
    letter-spacing: 1px; color: #000; }

ul.logolist li span { background:#EE1C25; color:#fff; border-radius:50%;
 padding:2px 0 0 0;
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-right: 5px;     display: inline-block; text-align:center;       }    

ul.logolist li.backbg {     border-right:0px solid #000; width:158px; 
  background: #fff;     padding: 6px 17px 4px;  }


ul.logolist li img { width: 100%; max-width:inherit; }


@media screen and (min-width:320px) and (max-width:767px){
.features-box  .bg-gray-light  { height:auto;  }

.margin-set20 { margin-top: 40px; }
.lgx-footer-single  { width: 100%; display: block; margin:10px 0;  }
/*#home-bg-slideshow .bg-slideshow-wrapper .slides > .bg-cover:nth-child(1) {
    background: url(../images/mobile-bg-home-1.jpg);
    background-size: contain!important;
    height: 400px; 
  }*/
  .navbar .navbar-brand img { display: block;    max-height: 50px;     top: 20px;}
  .navbar .navbar-toggle .icon-bar, .navbar .navbar-nav > li.active > a:before, .navbar.navbar-white.shrink {
    background-color: #000;
}
.navbar.navbar-white .navbar-nav > li > a {    color: #fff;}
.navbar.navbar-white.shrink .navbar-brand, .navbar.navbar-white.shrink .navbar-nav > li > a { color: #fff!important; }
.navbar.navbar-white {    background-color: #000!important;}
.navbar.navbar-white .navbar-toggle {     border: 1px solid #fff!important; }
.navbar.navbar-white .navbar-toggle .icon-bar {background-color: #fff!important;}

.margin-topset {    margin-top: 40px;}
.title-extra-large {    font-size: 25px !important;
    line-height: 25px !important;}


.text-the {    font-size: 22px;
    line-height: 22px;}
    p.tst {    font-size: 18px;
    padding-top: 10px;
    margin-top: 10px;}
.tysd {    padding-top: 80px;
    padding-bottom: 10px; position:static; top:0px; }
    ul.logolist li.backbg { border-right:1px solid #000;  }
    .text-the {    width: 100%;}
    .margin-set10 {
    margin-top:10px !important;
    margin-bottom: 0px; }
    #home-bg-slideshow {    height: 690px !important;}
}




@media screen and (min-width:320px) and (max-width:400px){
  .margin-set20 { margin-top: 15px; }

}


@media screen and (min-width:768px) and (max-width:1023px){
   .navbar .navbar-brand img { display: block; }
  .navbar .navbar-toggle .icon-bar, .navbar .navbar-nav > li.active > a:before, .navbar.navbar-white.shrink {
    background-color: #000;
}
.navbar.navbar-white .navbar-nav > li > a {    color: #fff;}
.navbar.navbar-white.shrink .navbar-brand, .navbar.navbar-white.shrink .navbar-nav > li > a { color: #fff!important; }
.navbar.navbar-white {    background-color: #000!important;}
.navbar.navbar-white .navbar-toggle {     border: 1px solid #fff!important; }
.navbar.navbar-white .navbar-toggle .icon-bar {background-color: #fff!important;}
}    

@media screen and (min-width:1024px) and (max-width:1199px){
}