
/* =============================================================== */
/* STRUCTURE and defaults
/* =============================================================== */

.banner-wrap {
    background-color: #3a3a3a;
    color: #fff;
    padding-bottom: 30px;
}
.navbar-nav {
    border-bottom: 2px solid #DCDCDC;
}

.row {
    margin: 0px !important;
}
.child-page {
    margin-top: 30px;
    padding-bottom: 30px;
}

div.brand-dates {
    color: #58595b ;
    /*background-color: #f7f7f7;*/
    font-family: 'Gotham';
    font-weight: 300;
    /*border: 1px solid #233016;*/
    border-radius: 4px;
    padding: 0px;
    width: 360px;
    text-align: center;
    margin: auto;
}



div.brand-dates .date {
    font-weight: 600;
    font-size: 18px !important;
    line-height: 20px;
    color:#233016;
}
div.brand-dates img {
    float: right;
    top: 0;
    padding-left: 17px;
    width:70px;
}
div.brand-dates p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
}

.subnavbar > .navbar-nav {
    margin-top: 0;
}

.subnavbar > .navbar-nav li {
    background-color: #eee;
    border-right: 1px solid #fff;
    }

.subnavbar > .navbar-nav > li > a {
    line-height: 15px;
    }
.banner-wrap h1, .banner-wrap p {
    color: #fff;
}

.tagline {
    background-color:#337ab7;
    color: #fff;
    display: block;
    width: 100%;
    min-height: 110px;
    margin-top: 30px;
    margin-right: -15px;
    padding: 10px;}

.tagline h1 {
    color: #fff !important;
    margin: 0;
    line-height: 30px;
}
ul.tick {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.tick li {
    background-image: url(/images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 35px;
    margin-bottom: 10px;
}

.tick strong {
    color: #000;
}

.nav>li>a {

    padding: 10px 10px;
}

.fc-event-time, #home .fc-event-title, .sidepage .fc-event-title {
    display: none !important;
}
.fc-event {
     line-height: normal !important;
}

.fc-event-inner {
    min-height: 15px;
}
/* =============================================================== */
/* HOME PAGE SLIDER
/* =============================================================== */

#footer-top .slick img {
    width: 200px;
    display: inline-block;
}
.testimonial-img-wrap {
    display: inline-block;
    border-radius: 150px;
    overflow: hidden;
    background-color: #f5f5f5;
  /*  width: 230px;
    height: 230px; */
    vertical-align: middle;
    margin: 50px 0 0 170px;
    border: 1px dotted #f5f5f5;

}

.item-img-wrap {
    display: inline-block;
    /*border-radius: 150px;*/
    overflow: hidden;
    background-color: #f5f5f5;
 /*   width: 230px;
    height: 230px; */
    vertical-align: middle;
    border: 1px dotted #f5f5f5;
}

.item-img-wrap img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    vertical-align: middle;
    width: 100%;
}
.sliderImg {
    background: url(/images/loading1.gif) center center no-repeat;/* prealoder */
}
.banner {
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}
.banner-boxes {
    margin-top:80px;
}
.banner.down {
    margin-top: 26px;
}

.banner {
    border-top:solid 1px #f5f5f5;
}
.banner, .slider-content, .slider, .slider-v2 {
    width: 100%;
    display: block;
    max-height: 500px;
    /*height: auto;*/
    height: 500px;
    overflow: hidden;
    position: relative;
}


.slider-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.sliderImg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    vertical-align: middle;
    width: 100%;
}

.banner .sliderInfo .inner {
    margin-left: -50px;
    margin-right: 70px;
}

.banner .sliderInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.banner .sliderInfo .container {
    height: 100%;
    dispay: block;
}
.sliderText {
    display: block;
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
 -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
 -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
 -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
 -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
 transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}
.sliderText:nth-child(n) {
 filter: none;
}
.slider-item.cycle-slide-active .sliderText {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.transformRight {
    display: block;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -o-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
 -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
 -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
 -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
 -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
 transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}
.slider-item.cycle-slide-active .transformRight {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none; /* IE FIX */
    filter: none;
}
.transformLeft {
    display: block;
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
 -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
 -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
 -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
 -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
 transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}
.slider-item.cycle-slide-active .transformLeft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.sliderText .inner {
    padding: 20px;
}
.sliderText h1 {
    font-size: 36px;
    font-weight: lighter;
}
.sliderText.dark h1 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.slide-link {
    color: #fff;
    letter-spacing: -0.25px;
    font-size: 16px;
}
.sliderText {
    margin-top: 15%;
}
.sliderText.dark {
    color: #ddd;
}
.slider-item-img1 {
    background-size: cover;
}
.slider-item-img2 {
    background-size: cover;
}
.slider-item-img3 {
    background-size: cover;
}
/***  ------- Slider Style 1 Start ------- ***/

#pager2 {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#pager2 span {
    background: rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3162a4;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 5px;
    text-indent: -9999px;
    width: 16px;
}
#pager2 span.cycle-pager-active {
    color: #fff;
}

#pager2 span.cycle-pager-active {
    background: none repeat scroll 0 0 #3162a4 !important;
}

.sliderControl {
    position: absolute;
    z-index: 200;
    top: 45%;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2c3e50;
    padding: 0 5px;
}
.sliderControl {
    opacity: 1;
}
.sliderControl:hover:nth-child(n) {
 filter: none;
}
.sliderControl:hover {
    background: rgb(255,255,255);
    background: transparent\9;
    background: rgba(255, 255, 255, 0.6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff); /* IE FIX */
    zoom: 1;
}
.prevControl {
    left: 20px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
 -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
 -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
 -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
 -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
 transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
.banner:hover .prevControl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.nextControl {
    right: 20px;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
 -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
 -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
 -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
 -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
 transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}
.banner:hover .nextControl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.sliderText.white {
    background: rgb(255,255,255);
    background: transparent\9;
    background: rgba(255, 255, 255, 0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff); /* IE FIX */
    zoom: 1;
}
.sliderText.white:nth-child(n) {
 filter: none;
}
.sliderText.white h1 {
}
.sliderText h3.price {
    font-weight: lighter;
    font-size: 22px;
    font-weight: lighter;
}
.sliderTextFull {
    margin-top: 5%;
    float: right;
    color: #FFFFFF;
}
.sliderTextFull h3 {
    color: #231f20;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px;
}
.topAnima {
    opacity: 0;
}
.cycle-slide-active .topAnima {
    opacity: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.3s;
    visibility: visible !important;
}
.sliderTextFull .opacity0 {
    opacity: 0!important;
}
.cycle-slide-active .sliderTextFull .bottomAnima {
    opacity: 1!important;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    visibility: visible !important;
}
.sliderTextFull .inner.dark {
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    width: auto;
    background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0, 0, 0, 0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}
.sliderTextFull .inner.dark:nth-child(n) {
 filter: none;
}
.blankstyle h1 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    height: auto;
    letter-spacing: -1px;
    line-height: 36px;
    opacity: 1;
    padding: 0;
    text-transform: uppercase;
}
.color-white h1, .color-white p, .color-white {
    color: #fff;
}
.color-black h1, .color-black p, .color-black {
    color: #000;
}

h1.xlarge {
    font-size: 44px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 0 1px #ffffff;
    text-transform: uppercase;
    margin: 0;
}

h1.slider-heading {
    color: #3162a4;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 0 1px #ffffff;
    margin: 0;
}

h3.slider-body {
    font-size: 38px;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 0 1px #ffffff;
    margin: 0;
}
.slider-content{
    background-color: #FFF;
}
.outer {
    margin-top:50px;
    padding-bottom:50px;
    border-top:2px solid #3162a4;
    background:#f8f8f8;
    text-align:center;
}
.outer div {
    position:relative;
    display:inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #17458f transparent transparent;
}
.outer div:after, #outer div:before {
    content:" ";
    position:absolute;
    top:23px;
    /*width:5px;*/
    height:0;
    overflow:hidden;
    border-top:2px solid #fff;
    border-bottom:2px solid #dcdcdc;
    background:green;
}
.outer div:after {
    left:-5px;
}
.outer div:before {
    right:-5px;
}
.club-gets {
    background:#f8f8f8 !important;

}
.aside {
    float: right;
    width: 350px;
    font-weight: normal;
    font-style: italic;
    padding: 20px;
    margin: 0px 2px 0px 5px;
    background-color: #efefef;
    color: #333;
    border-style:dotted;
    border-color:#337ab7;
    border-width:1px;
    clear: both;
    margin-top: 10px;
}

.aside a img {
    padding: 20px 20px 20px 0;
}

.footer-col p {
    color: #858D91;
}

.homediv {
     padding-left: 0px;
     padding-right: 0px;
    padding-bottom: 10px;
    background-color: #373737;
 }
.homestripe {

    background:  repeating-linear-gradient(
            135deg,
            #c9e2c9,
            #f4f4f4 2px,
            #fff   6px,
            #FFF 4px
    );

    padding: 5px;
}


  /*  Responsive container for 16:9 ratio videos */
  .youtube-container{
    position: relative;
    overflow: hidden;
    width: 100%;
    /* width is 100% of the CONTAINER element */
  }
  .youtube-container:before{
    content: "";
    display: block;
    padding-top: 57.25%;
    /* 56.25% is height relative to width for 16:9 screen ratio */
  }
  .youtube-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.video-box {
    min-height: 540px;
    float: right;
}
.video-box h1 {
    padding-top: 30px;
    padding-bottom: 40px;
    /*font-weight: 800 !important; */
}

.video-box h1 a {
    color: #333;
}

.video-box h1 a:hover {

}

.video-box iframe {
    width: 100%;
}

.events-box {
    background: rgba(255, 255, 255, 0.75);
    /*border-radius: 10px;*/
    margin-top: 20px;
    float: left;}

    .events-box h1{
        background-color:#337ab7;
        color: #fff;
        padding: 10px 0 0;
            margin: -10px -12px 0 -12px;
    }
    .events-box h1 a {
        color: #fff;
        text-transform: uppercase;
        padding-left: 20px;
    }


.events-box .view-events {
    font-size: 18px;
    display: inline-block;
/*    border: 1px solid#337ab7;
*/    letter-spacing: 2px;
    font-family: 'Gotham';
    font-size: 12px;
    margin-left: 20px;
    text-transform: uppercase;
}

.events-box .view-events:hover {
    color:#337ab7;
}
    .events-box .custom_control {
        margin: -45px 20px 0 0;
    }

.homemember_btm img, .homemember_top h2, .homemember_top h1, .homemember_top p, .homemember_top span.readMore {
    display: none;
}
.homemember_top img {
    width: 100%;
}
.homemember_btm h2, .homemember_btm h1, .homemember_btm p, .homemember_btm a {
color: #fff !important;
}
.homemember_btm {
    background-color: #373737; 
    padding: 15px;
}
.homemember_btm h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}

.homemember_btm h2 {
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.homemember_btm .readMore a {
    border-color:#337ab7 !important;
}
.homemember_btm .readMore a:hover {
    background-color:#337ab7;
}
/*.viewall-btn {
    border: solid 1px #00A551;
    color: #00A551;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    display: block;
    border-radius: 5px;
    padding: 3px;
}*/
.readMore:empty {
    background-color: #fff;
    border: none;
}

body#home .readMore a, body#home a.readMore{
    border-color:#337ab7;
    color:#337ab7;
}

body#home .readMore a:hover, body#home a.readMore:hover {
    background-color:#337ab7;
    color: #fff;
}
.sales-colour .readMore a {
        color: #fa9d1c !important;
}
.net-colour .readMore a  {
        color: #17469e;
}

.market-colour .readMore a  {
        color: #ed1b24;
}
.plan-colour .readMore a {
        color: #822a81;
}
.readMore {
    display: block;
    text-align: center;
}
.viewAll {
    margin-top: 5px;
}
.viewAll a {
    border: dotted 1px #ccc !important;
}



a.readMore {
    padding: 3px 40px;
}



.format_events span{
    display: block;
}

.readMore a:hover, a.viewall-btn:hover, a.readMore:hover {
    color: #fff;
    background-color:#333 ;
}
.optin-header {
    width: 100%;
    padding-top: 10px;
}

.webinar-head {
    width: 100%;
}
.optin-head {
    width: 100%;
    background-color: #333 ;
}
.sales-optin-head {
    width: 100%;
    background-color: #333 ;
}
.market-optin-head {
    width: 100%;
    background-color: #333 ;
}
.plan-optin-head {
    width: 100%;
    background-color: #333 ;
}
.net-optin-head {
    width: 100%;
    background-color: #333 ;
}

.splash-box {
    background-color: #fff;
}



.breadcrumb {
background-color: none;

}

body#green-new .submenu-wrap a {
    color:#337ab7;
    font-weight: bold;
}

body#green .submenu-wrap a {
    color:#337ab7;
    font-weight: bold;
}
body#red .submenu-wrap a {
    color: #ed1b24;
    font-weight: bold;
}
body#purple .submenu-wrap a {
    color: #822a81;
    font-weight: bold;
}
body#blue .submenu-wrap a {
    color: #17469e;
    font-weight: bold;
}
body#orange .submenu-wrap a {
    color: #fa9d1c;
    font-weight: bold;
}

body#green-new .breadcrumb a {
    color:#337ab7;
    font-weight: bold;
}

body#green .breadcrumb a {
    color:#337ab7;
    font-weight: bold;
}
body#red .breadcrumb a {
    color: #ed1b24;
    font-weight: bold;
}
body#purple .breadcrumb a {
    color: #822a81;
    font-weight: bold;
}
body#blue .breadcrumb a {
    color: #17469e;
    font-weight: bold;
}
body#orange .breadcrumb a {
    color: #fa9d1c;
    font-weight: bold;
}
/*colour exceptions*/
body#purple div.child-page h1, body#red div.child-page h1, body#orange div.child-page h1, body#blue div.child-page h1, body#home div.child-page h1, body#green div.child-page h1  {
    color: #333;
    border-bottom: dotted 1px #ddd;
}

/*home*/
body#home .row-three h2, body#home .row-three h2 a, body#home h1, body#home h1 a{
  /*color:#337ab7;*/
  color: #333;

}

/*events*/
body#green #news_div h1 {
    /*background-color: #333;
    color: #fff;
   text-transform: uppercase;
    font-size: 28px !important;
    line-height: 30px;
    font-weight: 800 !important;
    font-family: 'Raleway', sans-serif !important;
    padding: 10px;*/
} 



.custom-optin {
    padding: 10px!important;

}
.top-row{
   /* margin-top: 30px; */
}
.top-right-home{
    margin-top: 30px;
}
.custom-optin.top-row {
  /*  padding: 30px !important; */
}
.custom-optin.top-row p {
    font-size: 18px;
    line-height: 25px !important;
    padding: 5px 20px;
}
.custom-optin.top-row h2 {
line-height: 33px;
font-size: 30px;
font-weight: 400;        
letter-spacing: 1px;
margin-bottom: 20px;
    background-color: #233016;
    width: 100%;
    color: #fff;
}
.row-two {
    min-height: 560px;
}



.custom-optin img {
}

.custom-optin h1 {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin: -10px -10px 0 -10px;
    /*font-family: 'matiz', sans-serif;*/
}

.custom-optin h1 img {
    width: auto;
}
.did h1 {
    /*border-bottom: 2px solid#337ab7;*/
    text-align: left;
}
.did .head-text-left {
    padding-top: 0;
    padding-bottom: 0;
}




h1 a .head-text, h1 .head-text {
    font-size: 28px;
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 20px;
}
h1.head-text-left {
    text-transform: uppercase;
}
h1 .head-text-sm {
      font-size: 28px;
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;  
}
h1 a .head-text-left, h1 .head-text-left, h1.head-text-left {
    font-size: 28px;
    text-align: left;
    display: block;
    width: 100%;
/*    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;*/
}

h1 a .head-text-left .head-light, h1 .head-text-left .head-light, h1 .head-text-left .head-light-lower, .head-light {
    font-weight: 400;
    font-size: 25px;
}
h1 .head-text-left .head-light-lower {
    text-transform: capitalize;
}


.head-image {
    display: block;
    text-align: left;
}
.head-image2 {
    border-bottom: 2px solid#337ab7;
    display: block;
    text-align: left;
}


#green .custom-optin h1 {
    padding-bottom: 10px;
}

.call-boxes .format_events h2 {
    font-size: 23px;
    font-weight: 500;
    margin-top: 15px;
}
.call-boxes .format_events h2 a {
    color: #233016;
}

.format-call-boxes h2{
    margin-top: 0px !important;
}

.format-call-boxes {
    padding-bottom: 10px !important;
 width: 290px !important;
}

.call-boxes .format_events {
padding: 20px;
}
.custom-optin h2, .format_news_events h2 {
text-align: center;
font-size: 21px;
line-height: 23px;
margin:auto;
padding-top: 10px;
/*padding-bottom: 10px;*/
    min-height: 88px;

}

.top-row.custom-optin h2{
    min-height: 60px !important;

}
.custom-optin .home_col {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.homediv-small, .custom-optin, .custom-quote {
    /*min-height: 450px;*/
}

.homegrey {
    background-color: #fff;
}
.small-text {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    font-weight: 400;
    /*color: #17458f;*/
}

.custom-quote h1 {
    text-align: center;
    padding: 10px 20px 15px 20px;
    line-height: 20px;
    font-size: 21px;
    margin: 0px 0 10px 0;
    font-weight: 800;
    /*background-color: #fff;*/
    /*border: 1px solid #03a550;*/

}

.custom-quote h2 {
    display: none;
}
.custom-quote h1 a {
    color: #373737  ;
}

.format_quotes {
    margin: 0;
    text-align: center;
}
.format_quotes h2{
       font-size: 17px;
       line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: auto; 
    padding-bottom: 10px;
}

.format_quotes p {
    line-height: 19px;
}
.format_quotes img {
    margin: 0 0 10px 0;
    width: 100%;
}



.events-box .format_events h2 {
    min-height: 70px;
    margin: 0;
}
.format_events h2, .format_news_events h2{
    font-size: 21px;
    line-height: 23px;
    padding-bottom: 10px;
    text-align: center;
    /*font-family: 'matiz', sans-serif;*/
}

#footer-top .slick h2, #footer-top .intro-text-1.light a {
    font-family: 'Gotham';
    font-weight: normal;
    color: #381D2a;

}
.format_events {
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    border-style: dotted;
    border-width: 1px;
    border-color: #FFF;
    margin-bottom: 20px;
    padding: 0px;
    background-color: #fff;
}

.format_events {
    display:block;
    float:left;
    position:relative;
    padding-bottom:10px;
}


#green .format_news {
    width: 330px;
    display: inline-block;
    background-color: #fff;
    margin-right: 20px;
    margin-top: 20px;
    vertical-align: top;
    padding: 10px;
    height: 600px;
}

#green .format_news h2 {
    font-size: 20px;
    line-height: 24px;
}
.pad-top { 
    margin-top: 30px;
    margin-right: 9px;
}

.custom-calendar h1 {
    padding: 10px;
    background-color:#337ab7;
    text-transform: uppercase;
    text-align: left;
    font-size: 35px;
    font-weight: 800;

}

#calendar .fc-header-title h2 {
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
}
.custom-calendar h1 a {
    color: white;
    padding: 20px;
}

/* Calendar Styling */

.custom-calendar {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

.fc-last .fc-sat {
    border-bottom-right-radius: 10px;
}
.fc-last .fc-first {
    border-bottom-left-radius: 10px;
}
.fc-first .fc-last {
    border-bottom-right-radius: 0 !important;
}
.fc-first .fc-first {
    border-bottom-left-radius: 0 !important;
}

/**********  Custom Style news item selector   *******************/
#slider-next {
}
.slider1-prev a, .slider1-next a, .slider2-prev a, .slider2-next a, .slider3-prev a, .slider3-next a{
    display: inline-block;
    padding: 8px 8px;
    line-height: 12px;
}
.slider1-next, .slider1-prev, .slider2-next, .slider2-prev, .slider3-next, .slider3-prev {
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    font-weight: bold;
    border-radius:3px;
}

.slider1-prev, 	.slider2-prev, 	.slider3-prev  {float: left;}
.slider1-next, .slider2-next, .slider3-next {float: right; margin-left: 5px;}

.bx-wrapper {
    max-width: 2170px !important;
    padding: 0 !important;
}

.row-three .bx-pager {
    display: none;
}
.custom_control {
    float:right;
    margin:-35px 20px 0 0;
}

/**************************/

#news_div {
    background-color: #fff;
    padding: 10px;
}

#paging_container li {
    list-style: none outside none;
}
.error, #error_summary {
    color: red;
}

.pagination ul {
    display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}


.pagination ul > li, .pager li {
    display: inline;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
    padding: 4px 12px;
    }

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999;
    cursor: default;
    background-color: transparent;
}
.btn-next-prev-class{
    background-color: #333;
    color: #fff;
    margin-left: 5px !important;

}

.format_news_events {
    /*width: 330px;*/
    display: inline-block;
    background-color: #fff;
    margin-right: 10px;
    margin-top: 20px;
    vertical-align: top;
    padding: 10px;
    min-height: 550px;
}

.filterblock {
    display: inline-block !important;
    margin-right: 15px;
}
#filters {

    padding: 10px;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 4px 4px 4px 4px;
    margin: 0 0 10px;
    padding: 5px 10px;
}
#filters h2 {
    font-size: 18px;
    margin: 0;
}
#filters .form-control {
    width: 300px;
    display: inline-block ;
    padding: 22px;
}
.filter-btn {
    margin-left: 10px;
    display: inline-block ;
}
.footer-content {
    padding-top: 40px;
}
.club-ical {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}
.news-content {
    padding-top: 10px;
}

.format_news img {
    /*width: 200px !important;*/
}

.format_news a.readMore {
     margin: inherit;
}

.format_gallery {
    padding-left: 0px !important;
}
.call-boxes {
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.image_holder_no_image img {
    display: none !important;
}