/*
========================
Header area start
========================
*/

.font-light { 
	font-family: BrandonGrotesqueWeb-Light;
	font-weight: normal;
	font-style: normal;
}
.font-black { 
	font-family: BrandonGrotesqueWeb-Black;
	font-weight: normal;
	font-style: normal;
}
.font-regular { 
	font-family: BrandonGrotesqueWeb-Regular;
	font-weight: normal;
	font-style: normal;
}


body {	
    font-family: 'BrandonGrotesqueWeb-Light', sans-serif;
    font-size: 18px;
    font-weight: 400;    
    background: #303C42;
    color: #fff;	
}

a:hover {text-decoration: none;}

::selection {
    color: white; 
    background: #96CA4F;
}

::-webkit-selection {
    color: white; 
    background: #96CA4F;
}

::-moz-selection {
    color: white; 
    background: #96CA4F;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    display: inline-block;
    padding: 5px 0px 0px 13px;
    font-size: 20px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    z-index: 999999;
    bottom: 5px;
    display: none;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.scrolltotop:hover {   
    background: #96CA4F;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.navbar {
    border-bottom: 1px solid #fff;
    padding: 25px 0px 22px 0px;
    max-width:1150px;
    margin-left:auto; margin-right:auto;
}
.navbar-white {
    border-bottom: 1px solid #333;
}

.navbar-brand img {
    max-width: 200px;
}

.main-menu-part ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu-part ul li {
    float: left;
    position: relative;
}

.main-menu-part ul li a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;  
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}
.main-menu-part-white ul li a {
    color: #333;
}

.main-menu-part ul li a:hover {
    color: #96CA4F;
}

.main-menu-part ul li:nth-last-child(2) a {
    color: #fff;
    background: #96CA4F;
    padding: 5px 10px 1px 10px;    
    margin-left: 10px;  
}

.main-menu-part ul li:nth-last-child(2) a:hover {
    opacity: 0.8;
}

.main-menu-part ul li:last-child a {
    color: #fff;
    background: #009887;
    margin-left: 10px;
    padding: 5px 10px 1px 10px;    
}

.main-menu-part ul li:last-child a:hover {
    opacity: 0.8;
}

.navbar-toggler {
    background: #fff;  
}

.main-menu-part ul li ul {
    background: #fff;
    padding: 10px;
    position: absolute;
    display: none;
    z-index: 9999;
}

.main-menu-part ul li:hover ul {
    display: block;
}

.main-menu-part ul li ul li {
    float: none;
    display: block;
    width: 180px;
}

.main-menu-part ul li ul li a {
    color: #222;
    display: inline-block;
    padding: 0px 10px;
    text-transform: uppercase;   
    font-size: 13px;    
    margin: 5px 0px;
}

.main-menu-part ul li ul li a:hover {
    color: #96CA4F;
}

.main-menu-part ul li ul li:nth-last-child(2) a {
    color: #222;
    background: transparent;
    padding: 0px 10px;    
    margin-left: 0px;    
}

.main-menu-part ul li ul li:nth-last-child(2) a:hover {
    opacity: 1;
    color: #aaa;
}

.main-menu-part ul li ul li:last-child a {
    color: #222;
    background: transparent;
    margin-left: 0px;
    padding: 0px 10px;
}

.main-menu-part ul li ul li:last-child a:hover {
    opacity: 1;
    color: #aaa;
}

.header-bottom-big{
    font-size:58px;
    line-height:58px;    
    display:inline-block;
    font-weight:bold;
}

.header-bottom-small{
    font-size:20px;
    line-height:24px;    
}

.header-bottom {
    color: #fff;   
    padding: 200px 0px 50px 0px;
}

.header-bottom a {
    border: 1px solid #fff;
    padding: 14px 25px 8px 25px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height:18px;
    font-weight:lighter;
    margin: 35px 0px 5px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.header-bottom a:hover {
    background: #fff;
    color: #222;
}

.header-bottom-area {position:relative;}
.header-bottom-area img {
    width: 100%;
}

.header-wrapper {   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;    
}

.tvh-featured p,
.tvh-featured h3,
.tvh-featured h4,
.tvh-featured a {
    color: #fff;
}


.wave-wrapper{position:relative!important; width:100%;}
.wave-wrapper img {display: block; width:100%;}
.wave-overlay{position:absolute; top:0px; left:0px; display: flex; align-items: center; flex-wrap: wrap; width:100%;}
.wave-overlay img {display: block; width:100%;}

.wave-wrapper-top{position:absolute; top:0px; left:0px; z-index: 999; width:100%;}
.wave-wrapper-top img {display: block; width:100%;}

.wave-wrapper-bottom{position:absolute; bottom:-1px; left:0px; z-index: 999; width:100%;}
.wave-wrapper-bottom img {display: block; width:100%;}

/*
========================
tvh-featured area start
========================
*/

.tvh-featured {
    padding: 0px 0px 100px;
    z-index: 999;
}



.tvh-featured-right-h4 {
    font-size: 20px;
    line-height: 20px;
    border-bottom: 2px solid #303C42;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.tvh-featured-right-h3 {
    margin: 0;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
}

.tvh-featured-right p {
    margin: 15px 0px;    
}

.tvh-featured-right a {
    font-size: 14px;
    line-height: 14px;
    font-weight:bold;
    background: #303C42;
    color: #fff;
    padding: 10px 13px 7px 13px;
    text-transform: uppercase;
}

.tvh-featured-right a:hover {
    opacity: 0.8;
}

/*
========================
tvh-video-part start
========================
*/

.tvh-video-part {
    position: relative;

}

.tvh-video-part img {

}

video {
  width: 100%;
  height: auto;
  display: block;
}

/*
========================
tvh-news-part start
========================
*/

.tvh-news {    
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    xmargin-top: -160px;
    padding: 150px 0px 0px;
}

.no-webp .tvh-news {background: url(/img/tvh-news.png);}
.webp .tvh-news {background: url(/img/tvh-news.png.webp);}
                                        

.tvh-news-button a {
    background: #96CA4F;
    color: #fff;
    padding: 8px 25px 5px 25px;
    font-size: 14px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    margin: 10px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-weight:bold;
}

.tvh-news-button a:hover {
    opacity: 0.8;
}

.tvh-news-left-h2-ul {
    font-size: 22px;
    border-bottom: 1px solid #495965;   
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight:bold;
}

.tvh-news-left-h2 {
    font-size: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight:bold;
}

.tvh-news-left-h3 {
    font-size: 18px;
    padding-bottom:5px;
    color: #96CA4F;
    text-transform: uppercase;
    font-weight:bold;
}

.tvh-news-left p {
    margin: 2px 0px;
}

.tvh-news-bt1 {
    border: 1px solid #495965;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tvh-news-bt1-h4 {
    font-size: 16px;
    text-transform: uppercase;  
    font-weight:bold;
    color:#fff;
}

.tvhnews-mian-left {
    margin-bottom: 23px;
}

.tvhnews-mian-left a {color:#fff}

.tvh-news-right .tvh-news-left1 {
    background: #495965;
    width: 100%;
    min-height: 50px;
    padding:20px 10px 20px 10px;        
    border-radius: 8px;
    text-align: center;
    line-height:22px;
    font-weight:bold;
    box-sizing:border-box;
    
}

.tvh-news-left2{position:relative;}

.tvh-news-right .tvh-news-left2-h4 {
    margin: 3px 0px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight:bold;
}


.tvh-news-left2 p{
    font-size:14px;
    padding-bottom:0px;
    margin-bottom:0px;
}
/*
========================
tvh-footertop-area start
========================
*/

.tvh-footertop-area {
    padding: 30px 0px 30px;
    z-index: -999;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;   
}

.tvh-footer-top-h2 {
    font-size: 48px
}

.tvh-footer-top a {
    background: #303C42;
    color: #fff;
    padding: 10px 35px 7px 35px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    border-radius:3px;
    font-size:20px;
}

.tvh-footer-top a:hover {
    opacity: 0.8;
}

.tvh-ft-icon img {
    width: 100%;
    display: block;
}

.tvh-footer-top {
    padding: 100px 0px;
}

/*
========================
footer-area start
========================
*/

.tvh-footer-area {        
    z-index: 999;
    position: relative;
}

.xxtvh-footer-area:after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    
    background-size: 100%;
    top: -190px;
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    z-index: -999;
}

.tvh-footer-part {
    margin-bottom: 25px;
}

.tvh-footerbt-left span {
    display: block;
}

.tvh-footerbt-left span a {
    color: #fff;
    margin-left: 5px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvh-footerbt-left span a:hover {
    color: #96CA4F;
}

.tvh-footer-part ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tvh-footer-part ul li {
    display: block;
}

.tvh-footer-part-h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.tvh-footer-part-p{
    font-size:14px;
    transition: 0.2s all ease;
}

.tvh-footer-part-p a:hover {
    color: #96CA4F;
}

.tvh-footer-part-p a{
    color: #fff;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvh-footerbt-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}

.tvh-footerbt-right ul li {
    display: inline-block;
}

.tvh-footerbt-right a {
    padding: 0px 0px 0px 20px;
    display: block;
    color: #96CA50;
    font-size: 25px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvh-footerbt-right ul li a:hover {
    opacity: 0.7;
}

.tvh-copyright-right p {
    float: right;
}

.tvh-copyright {
    margin-top: 20px;
}

/*
========================
tvb Broad page start
========================
*/

.tvb-broad {   
   background: url(/img/tvb-broad.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tvb-directors {     
    background: url(/img/tvb-bannar.png);    
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0px 0px;
}

.tvb-directors-inner {
    background: #303C42;
}

.tvb-directors-title h2 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}

.tvb-directors-icon img {
    width: 100%;
}

.tvb-directors-part-img-outer {
    border-radius: 50%;
    display: block;
    border: 5px solid #96CA4F;
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
}

.tvb-directors-part-img {
    background-size: cover;
    background-position: top center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
    border: 10px solid #313c42;
    padding: 10px;
}
    
.tvb-directors-part a img {
    width: 35px;
    margin: 0 auto;
    display: block;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.tvb-directors-part a img:hover {
    opacity: 0.8;
}

.tvb-directors-part > img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
    border: 5px solid #96CA4F;
    padding: 10px;
}

.tvb-directors-part h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.tvb-directors-part span {
    width: 80px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 5px auto 15px;
}

.tvb-directors-title {
    margin: 60px 0px 40px;
}

.associates-title {
    margin: 30px 0px 40px;
}

.tvb-directors-part {
    margin-bottom: 20px;
}

.associates-inner {
    padding-bottom: 100px;
    z-index: 999;   
}

.tvb-video-part img {
    width: 100%;
    display: block;
    margin: 0 auto;    
}

.tvb-video-part {
   position: relative;
   top: -70px;
   z-index: -999;   
}

.associates-bg {
    background: url(/img/tvb-contentbg.png);    
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom; 
    z-index: 99999; 
}

.tvb-footertop-area {
    padding: 30px 0px 150px;   
    z-index: -999;
    background: url(/img/tvb-ft-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;   
    margin-top: -175px;
}

.tvb-footer-top h2 {
    font-weight: bold;
}

.tvb-footer-top a {
    background: #303C42;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvb-footer-top a:hover {
    opacity: 0.8;
}

.tvb-ft-icon img {
    width: 100%;
    display: block;
}

.tvb-footer-top {
    padding: 120px 0px 80px;
}

/*
========================
Contact page start
========================
*/

.tvc-contact {   
   background: url(/img/tvc-conbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tvc-cform-area {     
    background: url(/img/tvc-cbannar.png);    
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0px 0px;
}

.tvc-footertop-area {    
    padding: 100px 0px;
}

.tvc-contact-form {
    background: #495966;
    xpadding: 50px 0px 50px;
}

.tvc-contact-top p {
    color: #fff;
}

.tvc-contact-top p a {
    color: #96ca4f;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvc-contact-top p a:hover {
    opacity: 0.7;
}

.tvc-contact-form h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}



.tvme-header-bottom h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold; 
}



.tvc-contact-left p {
    margin: 3px 0px;
    font-size: 16px;
    font-weight: bold;
}

.tvc-contact-left input {
    width: 100%;
    background: #fff;
    border: none;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius:3px;
}

.tvc-contact-left textarea {
    width: 100%;
    background: #fff;
    border: none;
    padding: 5px 10px; 
    margin-bottom: 10px;
    border-radius:3px;
}

.tvc-contact-left input[type="submit"] {
    width: inherit;
    background: #96CA4F;
    color: #fff;
    cursor: pointer;
    padding: 6px 40px 0px 40px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvc-contact-left input[type="submit"]:hover {
    opacity: 0.8;
}

.tvc-contact-top {
    margin: 15px 0px;
}

.tvc-footertop-area {
    background: url(/img/tvc-ft.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; 
}

.tvc-footer-top {
    padding: 50px 0px 120px;
    color: #fff!important;
}

.tvc-ft-icon img {
    width: 100%;
    display: block;
    position: relative;
    top: -80px;    
}

.tvc-footertop-wrap {
    background: #495966;
}

.tvc-contact-right p {
    margin: 2px 0px;
}

.tvc-contact-right p:nth-child(3) {
    margin: 15px 0px;
}

.tvc-footer-top h2 {
    font-weight: bold;
}

.tvc-footer-top a {
    background: #303C42;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvc-footer-top a:hover {
    opacity: 0.8;
}

/*
========================
Member events 1 page start
========================
*/

.tvme-header {   
     background: #495965;
}

.tvme-header-wrapper { 
    background: url(/img/tvme-header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.tvc-cform-area {     
    background: url(/img/tvc-cbannar.png);    
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0px 0px;
}

.tvme-hb {
    padding-bottom: 50px;
}

.upevent-left {
    background: #303C42;
    width: 90px;
    min-height: 90px;
    padding: 20px 8px 8px 8px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;  
}

.upevent-left span {
    display: block!important;
    font-weight: bold;
}

.tvme-headericon img {
    width: 100%;
    display: block;
}

.upevent-right h4 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.upevent-right p {
    margin: 7px 0px;
}

.upevent-right a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #96CA4F;
    display: inline-block;
    padding: 2px 12px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.upevent-part {
    margin: 30px 0px;
}

.tvme-pagination ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 50px;
}

.tvme-pagination ul li {
    display: inline-block;
}

.tvme-pagination ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 0px 7px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvme-pagination ul li a:hover {
    color: #aaa;
}

.upevent-right a:hover {
    opacity: 0.8;
}

.tvme-part-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tvme-part-right ul li {
    margin-bottom: 10px;
}

.tvme-part-right ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvme-part-right ul li a:hover {
   color: #aaa;
}

.tvme-header-bottom {
    xpadding: 15px 0px 50px;
}

.tvme-ft-wave {
    width: 100%;
    height: 140px;
    background: url(/img/tvme-ft-wave.png); 
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0px 0px;
}

.tvme-jointop-inner {
    background: #303C42;
    padding: 110px 0px 35px;
}

.tvme-jointop-wrap {
    background: #303C42;
    padding: 70px 0px 40px;
}

.tvme-jointop-inner h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.tvme-jointop-inner a {
    background: #96CA4F;
    color: #fff;
    padding: 5px 15px 0px 15px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvme-jointop-inner a:hover {
  opacity: 0.8;
}

.tvme2-hb {
    padding-bottom: 60px;
}

.tvme2-hb h4 {
    font-size: 20px;
    color: #96ca4f;
    text-transform: uppercase;
}

/*
========================
Member events 2 page start
========================
*/

.tvme2-header-wrapper { 
    background: url(/img/tvme2-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tvme2-content-left span {
    display: block;
    color: #fff;
}

.tvme2-content-para {
    margin: 20px 0px;
}

.tvme2-content-left p {
    margin-bottom: 20px;
    color: #fff;
}

.tvme2-content-left a {
    color: #96ca4f;
    display: inline-block;
}

.tvme2-content-left h3 {
    font-size: 26px;
    border-bottom: 1px solid #303C42;
    padding-bottom: 12px;
    text-transform: uppercase;
    margin: 0;
}

.tvme2-content-right img {
    width: 100%;
    display: block;
}

.tvme2-content-right h3 {
    font-size: 26px;
    border-bottom: 1px solid #303C42;
    padding-bottom: 12px;
    text-transform: uppercase;
    margin-top: 30px;
}

.tvme2-content-right a {
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.tvme2-jointop-part table td span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.tvme2-jointop-part table td:first-child {
    background: #495965;
    xpadding: 25px 10px 10px 10px;
    xmargin-right: 20px;
    box-sizing: border-box;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 8px;
    font-weight:normal;
    line-height: 24px;
    font-size:20px;
}

.upcoming-title{font-size:16px;}
.upcoming-times{font-size:14px;}

.tvme2-jointop-part table td:last-child { 
    xpadding: 10px;
    margin-left: 25px;    
}

.tvme2-jointop-part table h6 {
    font-size: 22px;
    xmargin: 2px 0px;
    font-weight: bold;
}

.tvme-jointop-area-button {
    background: #96CA4F;
    color: #fff;
    display: inline-block;
    padding: 2px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tvme-jointop-area a:hover {
  opacity: 0.8;
}

.tvme-jointop-area h3 {
    font-size: 22px;
    margin: 25px 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight:bold;
}

.tvme-jointop-area h3:after {
    content: "";
    display: block;
    width: 260px;
    height: 1px;
    background: #495965;
    margin: 10px 0px 20px;
}

/*
========================
club events 2 page start
========================
*/

.club2-header-wrapper { 
    background: url(/img/cl2-headerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.clubevent2-content-bt img {
    width: 100%;
    display: block;
    margin: 10px 0px;
}

.clubevent2-content-left h3 {
    font-size: 22px;
    margin: 25px 0px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #303C42;
    font-weight: bold;
    padding-bottom: 10px;
}

.clubevent2-content-right h3 {
    font-size: 22px;
    margin: 25px 0px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #303C42;
    font-weight: bold;
    padding-bottom: 10px;
}

.clubevent2-content-left span {
    display: block;
}

.clubevent2-content-left p {
    margin-bottom: 25px;
}

.clubevent2-content-left a {
    color:#fff; text-decoration:underline;
}

.clubevent2-content-para {
    margin-bottom: 25px;
}
.clubevent2-content-para span {margin-bottom:7px; font-size:20px;}

.clubevent2-content-right h6 {
    font-weight: bold;
    margin-bottom: 15px;
}

.clubevent2-content-right p {
   margin: 0;
}

.clubevent2-content-right a {color:#fff; text-decoration: none;}
.clubevent2-content-right a:hover {text-decoration: underline;}

.clubevent2-rbt {
    margin-top: 150px;
}

.club-event2-contact h3 {
    font-size: 22px;
    xmargin: 20px 0px 15px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #303C42;
    font-weight: bold;
    padding-bottom: 10px;
}

.club-event2-contact input {
    width: 100%;
    padding: 5px 12px;
    background: #fff;
    border: none;
    margin-bottom: 20px;
}

.club-event2-contact h5 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 6px 0px;
    text-transform: uppercase;
}

.club-event2-contact input[type="checkbox"] {
    width: inherit;

}

.club-event2-contact p a {
    color: #96CA4F;
}

.club-event2-contact input[type="submit"] {
    width: inherit;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background: #96CA4F;
    padding: 4px 30px 0px 30px;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.club-event2-contact input[type="submit"]:hover {
    opacity: 0.8;
}

/*
========================
club events 1 page start
========================
*/

.ce1-footertoparea {
    background: #495966;
}

.ce1-header-wrapper {   
    background: url(/img/ce1-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ce1-upevent-part table {
    margin-bottom: 20px;
}

.ce1-upevent-part table td span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
}

.ce1-upevent-part-date {
    background: #303C42;
    padding: 20px 15px 4px 20px;
    margin-right: 20px;
    margin-top:10px;
    box-sizing: border-box;
    width: 80px;    
    height:80px;
    text-align: center;
    border-radius: 8px;
}

.xce1-upevent-part table td:first-child {
    background: #303C42;
    padding: 10px 15px 4px 15px;
    margin-right: 20px;
    box-sizing: border-box;
    width: 100px;
    min-height: 60px!important;
    text-align: center;
    border-radius: 8px;
}

.ce1-upevent-part table td:last-child { 
    padding: 10px;
    margin-left: 25px;
}

.ce1-upevent-part table h6 {
    font-size: 16px;
    margin: 2px 0px;
    font-weight: bold;
}

.ce1-upevent-part a {
    background: #96CA4F;
    color: #fff;
    display: inline-block;
    padding: 5px 10px 1px 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.ce1-upevent-part a:hover {
  opacity: 0.8;
}

.tvme-part-right {
    overflow: hidden;
}

/*
========================
submit page start
========================
*/

.tv-submit-wrapper {   
    background: url(/img/tv-submit.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.submit-hb h2 {
    margin-bottom: 30px;
}

.submit-radio input[type="radio"]:checked,
.submit-radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.submit-radio input[type="radio"]:checked + label,
.submit-radio input[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}

.submit-radio input[type="radio"]:checked + label:before,
.submit-radio input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
}

.submit-radio input[type="radio"]:checked + label:after,
.submit-radio input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #96CA4F;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.submit-radio input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.submit-radio input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.submit-main-content h4 {
    margin: 6px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: bold; 
    text-transform: uppercase;
}

.submit-main-content input[type="text"],
.submit-main-content input[type="text"],
.submit-main-content input[type="tel"],
.submit-main-content input[type="email"],
.submit-main-content textarea,
.submit-main-content select {
    width: 100%;
    padding: 5px 12px;
    background: #fff;
    border: none;
    margin-bottom: 20px;
}

.submit-main-content input[type="file"] {       
    border: none;
    margin: 20px 0px;
    text-align: center; 
}

.submit-radio input[type="radio"] {
    width: inherit;
   margin-bottom: 15px;
}

.submit-radio {
    margin: 10px 0px;
}

.submit-main-content-submit{
    background: #96CA4F;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 40px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.submit-main-content input[type="submit"]:hover {
    opacity: 0.7;
}

/*
========================
Member1 page start
========================
*/

.tv-member1-wrapper {  
    background: url(/img/tv-member-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hv-member1-ha img {
    width: 100%;
    display: block;
}

.tv-member-bt {
    padding: 0px 0px 80px 0px;
}

.hv-member1-ha {
    padding: 100px 0px 0px;
}

.content-hv-member1 a {
    font-size:  28px;
    color: #fff;
    border-right: 1px solid #303C42;
    padding: 0px 10px;
    margin: 5px 0px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.content-hv-member1 a:last-child {
    border-right: none;
}

.content-hv-member1 a:hover,
.stay {
    color: #96CA4F!important;
}

.content-hv-member1 > p {
    margin: 0;
}

.filter-capital {
    margin: 50px 0px;
}

.filter-ans {
    margin: 50px 0px;
    min-height:100px;
}

.content-hv-member1 span {
    width: 200px;
    height: 1px;
    display: block;
    margin: 0 auto;
    background: #303C42;
}

.filter-ans p {
    margin: 10px 0px;
}

/*
========================
Member2 page start
========================
*/

.acklam-hall-wrapper {   
    background: url(/img/acklam-hall-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.acklam-hall-top {
    background: #fff;
}

.acklam-hall-bticon img {
    width: 100%;
    display: block;
}

.mm2-content-left p {
    color: #303c42;
    margin-bottom: 30px;
}

.mm2-content-right img {
    width: 100%;
    display: block;
}

.mm2-teammember {
    color: #091928;
    padding: 30px 0px 50px;
}

.mm2-teammember-h2 {
    font-size: 22px;
    color: #091928;
    border-bottom: 1px solid #091928;
    padding-bottom: 8px;
    margin-bottom: 22px;
}

.mm2-teammember-left p {
    color: #091928;
    margin: 2px 0px;
}

.mm2-teammember-left span {
    display: block;
    margin-top: 28px;
}

.mm2-teammember-right p {
    margin: 0;
    color: #091928;
}

.mm2-teammember-right a {
    display: inline-block;
    color: #96ca4f;
    margin-bottom: 25px;
    transition: 0.3s all ease;
   -webkit-transition: 0.3s all ease;

}
.mm2-teammember-right a:hover {
    color: #303C42;
}

.mm2-meddle-bg {
    background: url(/img/mm2-meddle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.mm2-meddle-bg h3 {
    padding: 150px 0px 15px;
    font-weight: bold;
    font-size: 26px;
    margin: 0!important; 
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mm2filter-capital {
    margin-top: 0;
    padding-top: 0;
}

/*
========================
News1 page start
========================
*/
.news1-main-wrapper {
    background: #ffffff;
    color: #303c42;
}

.news-menu-area ul li a {
    color: #303c42;
}

.news-navber {
     border-bottom-color: #303c42;
     
}

.news-menu-area ul li ul {
    background: #eee;
}

.news1-title-inner {
    color: #303c42;
    padding: 80px 0px 0px;
    text-align: center;
}
.control-wrapper{box-sizing:border-box; display:inline-block; border-bottom:1px solid #303c42; padding-bottom:0px; margin-left: 20px;}

.xnews1-categories select {
    xbackground: #aff;
    xborder:none!important;
    xtext-align: left;
    xoutline: none!important;
    xfont-weight: bold;
    xborder-radius:0px!important;
    xpadding-bottom:0px!important;    
}

#news-type{border:none; padding-left:0px;}
#news-year{border:none; padding-left:0px;}

.news1-categories {
    margin-bottom: 30px;
}

.news1-post {
    margin-bottom: 30px;
}

.news1-post img {
    width: 100%;
    display: block;
}

.news1-post h2 {
    font-size: 20px;
    color: #303C42;
    margin: 15px 0px 25px;
    text-transform: uppercase;
}

.news1-post h2 a {
    color: #303C42;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.news1-post h2 a:hover {
    color: #96CA4F;
}

.post-rd-more a {
    background: #96CA4F;
    color: #fff;
    text-align: center;
    padding: 4px 30px;
    display: inline-block;
    text-transform: uppercase;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
} 

.post-rd-more a:hover {
    opacity: 0.8;
}

.news1-post p {
    margin: 5px 0px 10px;
}

.news1-post p a {
    color: #303C42;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.news1-post p a:hover {
    color: #999999;
}

.news1-post-para {
    border-top: 1px solid #303C42;
    margin: 5px 0px 25px;
    padding-top: 10px;
}

.news1-post-pagination ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 50px;
}

.news1-post-pagination ul li {
    display: inline-block;
}

.news1-post-pagination a {
    text-decoration: none;
    color: #303C42;
    font-weight: bold;
    padding: 0px 7px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.news1-post-pagination a:hover,
#active-pagi,
#active-pagi2 {
    color: #aaa;
}

.news1-post-pagination {
    margin: 30px 0px;
}

/*
========================
News2 page start
========================
*/

.news2-title-inner {
    padding: 50px 0px 15px;
}

.news2-title-inner h2 {
    margin: 3px 0px;
    color: #303C42;
}

.news2-title-inner img {
    width: 100%;
    display: block;
    margin: 20px 0px;
}

.np-rightarea h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #303C42;
    margin: 0px 0px 20px;
    padding-bottom: 10px;
}

.np-rightarea ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.np-archive {
    margin-bottom: 60px; 
}

.np-rightarea ul li a {
    color: #303C42;
    margin: 2px 0px;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.np-rightarea ul li a:hover {
    color: #999999;
}

.np-leftarea a{color: #79bf5d;}

.np-leftarea p a {
    color: #79bf5d;
}

.np-leftarea p {
    margin-bottom: 15px;
}

.post-like-share {
    margin: 30px 0px 10px;
}

.post-like-share img {
    width: 65px;
    margin-right: 25px;
}

.news2-post-bt-inner img {
    width: 100%;
    display: block;
}

.news2-post-bt {

    padding: 25px 0px 40px;
    margin-top: 0px;
}

.news2-post-bt-inner h2 {
    min-height: 60px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.news2-post-bt-inner p {
    color: #fff;
    margin: 18px 0px;
}

.news2-post-bt-inner a {
    background: #96CA4F;
    padding: 4px 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.news2-post-bt-inner a:hover {
    opacity: 0.8;
}

.np-footer-top {
    background: #495965;
}

/*
========================
join1 page start
========================
*/

.tvjoin-1-wrapper {  
    background: url(/img/tvjoin-1-wrapper.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.join-calltoaction h2 {
    font-weight: bold;
}

.join-calltoaction h2 span {
    color: #96CA4F;
}

.tvjoin-1-header {
    background: url(/img/tvjoin-1-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}

.tvjoin1-bannarbt-top {
    margin-bottom: 15px;
}

.tvjoin1-bannarbt-top h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}

.tvjoin1-bannarbt-top p {
    margin: 8px 0px;
    font-size: 17px;
    color: #fff;
}

.tvjoin1-bannarbt-bottom {
    margin-top: 15px;
    color: #fff;
}

.tvjoin1-bannarbt-bottom p {
    margin: 8px 0px;
    color: #fff;
    font-size: 17px;
}

.join1-bannar-btpart span {
    width: 100px;
    height: 100px;
    background: #495965;
    border-radius: 50%;
    display: block;
    margin: 0 auto 25px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    flex-direction: column;
    text-align: center;
}

.join1-bannar-btpart h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.join1-bannar-btpart p {   
    color: #fff;
    font-size: 17px;
}

.jbbtpart-first {
    border-right: 1px solid #fff;
    margin-right: -15px;
    padding-right: 15px;
}

.join1-bannar-btpart {
    xmargin: 40px 0px;
}

.join1-apform-top h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}

.join1-apform-area {
    background: url(/img/join1-apform-area.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; 
    padding-top: 80px;
    margin-top: 80px;
}

.join1-apform-top p {
    color: #fff;
    font-size: 17px;
}

.join1-main-apform-area {
    background: #303C42;
    padding: 50px 0px 230px;
}

.join1-main-apform h2 {
    border-bottom: 1px solid #fff;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.join1-main-apform h3 {
    border-bottom: 1px solid #fff;
    font-size: 22px;
    font-weight: bold;
    color: #96ca4f;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.join1-main-apform h3 i {
    float: right;
    color: #96ca4f;
    font-size: 20px;
    position: relative;
    top: 10px;
}

.join1-main-apform input,
.join1-main-apform select {
    width: 100%;
    background: #fff;
    border: none;
    padding: 5px 10px;
    margin-bottom: 15px;
    outline: none;
}

.join1-main-apform input[type="submit"] {
    background: #96CA4F;
    padding: 5px 30px;
    text-align: center;
    width: inherit;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    color: #fff;
}

.join1-main-apform input[type="submit"]:hover {
    opacity: 0.7;
}

.join1-main-apform p {
    margin: 0px 0px 15px;
    color: #fff;
    font-weight: bold;
}

.join1-main-apform h4 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    margin: 6px 0px;
}

.join1-main-apform form input[type="radio"] {
    width: inherit;
}

.join1-main-apform form label {
    font-size: 13px;
    color: #fff;
}

.join1-main-apform form label a {
    color: #96CA4F;
}

.border{border:1px solid #ff0000!important; box-sizing: border-box;}







.black{color:#000000!important;}
.black-bg{background-color:#000000!important;}
.white{color:#FFFFFF!important;}
.white-bg{background-color:#FFFFFF!important;}
.blue{color:#04a57e!important;}
.blue-bg{background-color:#04a57e!important;}
.dark-grey{color:#313c42!important;}
.dark-grey-bg{background-color:#313c42!important;}
.green{color:#79bf5d!important;}
.green-bg{background-color:#79bf5d!important;}
.medium-grey{color:#475966!important;}
.medium-grey-bg{background-color:#475966!important;}


.cc-gradient-lr {
    /* background-image: linear-gradient(to right, #009887, #96ca4f)!important;*/
    background-image:url(/img/cc-gradient-lr.png); background-repeat: repeat-y;
    background-size: contain;
}

.cc-gradient-rl {
    /* background-image: linear-gradient(to right, #009887, #96ca4f)!important;*/
    background-image:url(/img/cc-gradient-rl.png); background-repeat: repeat-y;
    background-size: contain;
}

.cc-button {position: relative; text-align: center;}

.cc-button a {    
    padding: 10px 35px 7px 35px;
    text-transform: uppercase;
    text-align: center;
    display: inline;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    border-radius:3px;
    font-size:20px;
    margin-left:auto; margin-right: auto;
}

.cc-button a:hover {
    opacity: 0.8;
}

.az_transition{transition: all .5s linear;}
.az_panel_hide {display:none;}

.cc-business-name{font-size:22px!important; line-height:24px!important;}

.events-separator{
    display: block;
    width: auto;
    height: 1px;
    background: #303C42;
    margin: 10px 0px 20px;
}

.form-label{font-size:18px; font-weight:bold!important; text-transform: uppercase;}
.form-item{border-radius:0px!important;}

.news-block-big{width:100%; height:500px; background-size:cover; background-position: center center; background-color: rgba(200,200,200,0.4)}
.news-block-small{width:100%; height:235px; background-size:cover; background-position: center center; background-color: rgba(200,200,200,0.4)}
.news-block-small-detail{width:100%; height:360px; background-size:cover; background-position: center center; background-color: rgba(200,200,200,0.4)}

.tvc-join-form{}

.footer-join{height:300px;}

.news-filters a {color:#333; padding:0px 10px 0px 10px; transition: 0.3s all ease; -webkit-transition: 0.3s all ease; -moz-transition: 0.3s all ease;}
.news-filters a:hover {color:#96CA4F; }
.news-selected {text-decoration: underline!important; color:#96CA4F!important}


.pagination a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 0px 7px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.pagination a:hover{
    color: #aaa;
}


input {border-radius:0px!important; font-size:16px!important; padding:12px 10px 8px 10px!important;}
textarea {border-radius:0px!important; font-size:16px!important; padding:10px 10px 8px 10px!important;}
select {border-radius:0px!important; font-size:16px!important; padding:12px 10px 8px 10px!important;}

.tvbc-submit{padding:10px 25px 4px 25px!important;}

.tvbc-board-wrapper{max-width: 1560px; display:block; margin-left:auto; margin-right:auto;}
.board-intro{line-height:27px; height:108px; overflow: hidden; transition:height 0.2s ease-out;}
  

.xboard-plus{display:inline-block; border:1px solid #fff; border-radius:50%; padding-top:3px; width:28px; height:28px; text-align:center; box-sizing: border-box; xfont-size:28px; line-height:28px; cursor:pointer;}
.board-plus{width:40px; height:40px; margin-left:auto; margin-right: auto; margin-top:25px;}

/*.grecaptcha-badge { opacity:0; }*/

.faq-wrapper a {color:#79bf5d; text-decoration: none;}
.faq-wrapper a:hover {text-decoration: underline;}

.search-input {
    width: 100%;
    background: #fff;
    border: none;
    border-radius:3px;
    height: calc(1.5em + 0.75rem + 4px)!important;
}

.custom-select{padding-right:25px!important;}

.search-submit{
    background: #96CA4F;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 40px ;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    height: calc(1.5em + 0.75rem + 4px)!important;
}

.search-reset{
    background: #96CA4F;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 8px ;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    height: calc(1.5em + 0.75rem + 4px)!important;
}

.wrapper-404 a {color:#79bf5d!important; }

.search-page{color:#000!important;}
.search-page-active{color:#79bf5d!important;}

/*

.search-page-active{color:#79bf5d!important;}
*/

/*.search-page{border: 2px solid #fff!important;}
.search-page a {color:#000;}

.search-page-active{border: 1px solid #79bf5d!important;}
*/
