@import url('gildas.css');

body {
    margin: 0;
    padding: 0;
    outline: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'NeutraText-BookAlt', Helvetica, Arial, sans serif !important;
    /*font-family: 'Lato-Regular';*/
}
a {
    color: #df2027;
}
a:hover,
a:focus {
    color: #000;
}
a:hover,
a:active,
a:focus,
*:hover,
*:active,
*:focus {
    text-decoration: none;
    outline: none;
}
nav,
sub-menu,
.socialLinks,
.socialIcons {
    ul,
    ol {
        padding: 0;
        list-style: none;
    }
}

*:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.no-left {
    padding-left: 0;
}
.no-right {
    padding-right: 0;
}
.no-padding {
    padding: 0;
}

/* ----- Menu ----- */
#navBar {
    background-image: linear-gradient(#454545, #232323);
}

#menu {
    width: 100%;
    margin: 0;
    display: inline-block;
}
nav {
    float: right;
    margin-left: 5%;
}
nav ul {
    text-align: center;
    display: inline-block;
    margin: 0;
    width: 100%;
}
nav li {
    margin-top: -2px;
    position: relative;
    line-height: 25px;
    float: left;
    padding: 0;
}
nav li.active a {
    color: #fff;
}
nav > ul > li:last-child > a {
    background-image: none;
    padding-right: 0px;
}
nav > ul > li:first-child > a {
    padding-left: 16px;
}
.home nav li a {
    /* text-shadow: #000000 1px 1px; */
}
.home nav li li a {
    text-shadow: none;
}
nav li a {
    color: #fff;
    font-size: 17px;
    float: left;
    padding: 30px 25px;
}
nav li a.active,
nav li a:hover,
nav li a:focus {
    color: #df2027;
    text-decoration: none;
}
nav li:hover > a {
    color: #df2027;
}
nav ul ul {
    position: absolute;
    top: 150px;
    left: 0;
    width: 200px;
    background-color: #010d5f;
    z-index: 55;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(#232323, #454545);
    background-image: -webkit-linear-gradient(#232323, #454545);
}
nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 62px; /* border-top:1px solid #fff */
}
nav ul ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(171, 171, 171, 0.65);
    text-align: left;
    padding: 0;
    background: none;
    min-height: inherit;
    float: left;
    width: 100%;
    margin: 0;
}
nav ul ul li:last-child {
    border-bottom: none;
}
nav ul ul li a {
    padding: 7px 13px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
    text-decoration: none;
    color: #fff;
    border: none;
    float: none;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
nav ul ul li:hover > a,
nav ul ul li > a.selected {
    color: #ffffff;
    background-color: #c9161d;
    text-decoration: none;
}
nav ul ul ul {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 200px;
    border-top: none !important; /* border-left:1px solid #fff; */
    opacity: 0;
    visibility: hidden;
    z-index: 40;
}
nav ul ul ul:after {
    display: none;
}
nav ul ul li:hover ul {
    top: 0;
    left: 100%;
}
nav ul ul li a {
    color: #fff !important;
}
nav ul ul li a:hover {
    color: #fff !important;
}
/* ========================= Responsive Menu ==========================*/
.mean-push {
    display: none;
}
a.meanmenu-reveal {
    display: none;
}
.mean-nav ul li ul {
    border-top: none;
    margin: 0px;
    clear: both;
    border-top: 1px dashed #fff;
    overflow: hidden;
    display: block;
    position: relative;
    top: auto;
    left: auto;
}
.mean-bar {
    /*float: left;margin-top:15px;*/
    width: 100%;
    padding: 0;
    min-height: 44px;
    z-index: 60;
    position: relative; /* margin-top: 20px; */
    z-index: 99999;
}
a.meanmenu-reveal {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../images/navigation.png) no-repeat scroll 99% center transparent;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400; /* border: 1px solid #fff; */
}
a.meanmenu-reveal:hover {
    color: #fff;
}
nav.mean-nav {
    float: right;
    width: 100%;
    background: #242f54;
    margin-top: 44px;
    padding: 0;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}
nav.mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    float: left;
    background: none;
}
nav.mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    background: none;
    padding: 0;
    clear: both;
    border-top: 1px dashed #fff;
    border-bottom: none;
    margin: 0;
    background-color: #828181;
}
nav.mean-nav ul li:first-child {
    border-top: none;
}
nav.mean-nav ul li a {
    font-size: 14px;
    display: block;
    line-height: normal;
    float: none;
    padding: 10px 15px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    color: #fff !important;
    width: 100%;
}
nav.mean-nav ul li a:hover,
nav.mean-nav ul li a.active,
nav.mean-nav ul li:hover > a {
    background-color: #626262;
    color: #fff;
}
nav.mean-nav ul li li a {
    padding: 11px 40px;
    visibility: visible;
    display: block;
    float: none;
    width: auto;
}
nav.mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}
nav.mean-nav ul li a.mean-expand {
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: #fff;
    border: none !important;
    padding: 0 !important;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: 2;
    background: #3f4851;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
nav.mean-nav ul li a.mean-expand.mean-clicked {
    color: #fff;
}
nav.mean-nav ul li a.mean-expand:hover {
    color: #fff;
    background: #df2027;
}
nav.mean-nav ul ul ul {
    left: 0;
    position: relative;
    clear: both;
    width: 100%;
    display: block;
}
nav.mean-nav ul ul:after {
    display: none;
}
nav.mean-nav ul li ul {
    opacity: 1 !important;
    visibility: visible !important;
    top: 0 !important;
    background-color: #242f54;
}
nav.mean-nav ul li ul li ul {
    opacity: 1 !important;
    visibility: visible !important;
    top: 0 !important;
    left: 0 !important;
    border-left: none;
    background-color: #242f54;
}
nav.mean-nav ul li ul li ul li a {
    padding: 9px 59px;
    border-top: 1px dashed #fff !important;
}

a.btnf {
    background-color: #df2027;
    padding: 20px 60px;
    font-size: 22px;
    color: #fff;
    border-radius: 50px;
}
a.btnf:hover {
    background-color: #fff;
    color: #df2027;
}
#slider .slogan h1 {
    color: #fff;
    opacity: 1;
    font-size: 45px;
    margin-bottom: 45px;
    text-shadow: #000000 1px 1px;
}
#slider .slogan p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 10px;
}
.upbtn {
    float: right;
    display: inline-block;
}
.upbtn a {
    background-color: #df2027;
    padding: 6px 18px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 13px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
}
.upbtn a:hover {
    background-color: #fff;
    color: #df2027;
    border: 1px solid;
}
/* ----- slider ----- */

#slider ul {
    margin: 0;
}
#slider img {
    width: 100%;
}
#slider .bx-wrapper {
    margin: 0;
}
#slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0px;
    background: #fff none repeat scroll 0% 0%;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #c3c9ce;
    border-radius: 11px;
    width: 17px;
    height: 17px;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00629f !important;
}
#slider .bx-wrapper .bx-controls-direction a {
    width: 42px;
    height: 42px;
    background-size: cover;
}
#slider .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 31px !important;
}
#slider .bx-wrapper .bx-prev {
    background: transparent url(../images/arrowPrev.png) no-repeat scroll 0px 0px;
    left: 40px;
}
#slider .bx-wrapper .bx-next {
    background: transparent url(../images/arrowNext.png) no-repeat scroll 0px 0px;
    right: 40px;
}
#slider .slogan {
    position: absolute;
    top: 210px;
    width: 100%;
    text-align: center;
    display: inline-block;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

#slider ul.slides li {
    font-family: 'NeutraText-BookAlt', Helvetica, Arial, sans serif !important;
    font-size: 3em;
    text-align: center;
}
#slider ul.slides strong {
    font-family: 'Neutra Display Bold', 'NeutraText-BookAlt', Helvetica, Arial, sans serif !important;
    font-weight: 900;
}
#slider ul.slides a {
    color: #fff;
    border: solid 2px #fff;
    padding: 5px 25px;
    margin-top: 20px;
    display: inline-block;
    width: auto;
    font-size: 18px !important;
    font-weight: normal;
    font-style: italic;
    border-radius: 5px;
}
#slider ul.slides a:hover {
    background: #c9161d;
    border-color: #c9161d;
}
#slider ul.slides a:after {
    content: '>';
    font-style: normal;
    font-weight: 900;
    padding-left: 12px;
}

/* ----- header ----- */

.header {
    position: relative;
    width: 100%;
}
#topheader {
    height: auto;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1111;
}
/* ----- block ----- */
#block {
    background-color: #c9161d;
    width: 100%;
    display: inline-block;
}
.block1 {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 25px 20px 15px 30px;
    cursor: pointer;
}
.block1:hover {
    background-color: #df2027;
}
.bin {
    display: table;
    padding-left: 35px;
}
.block1 img {
    float: left;
}
.block1 h4 {
    font-weight: bold;
    font-size: 27px;
    margin: -3px 0px;
    margin-bottom: 20px;
    color: #fff;
}
.block1 p {
    font-size: 22px;
    margin: 0px;
    color: #fff;
}

/* ----- welcome ----- */
h1.head {
    color: #2c2c2c;
    font-size: 40px;
    margin-bottom: 80px;
    text-align: center;
    font-weight: bold;
}
#welcome {
    padding: 100px 0px;
    background-color: #ececec;
}
#welcome h3:before {
    display: inline-block;
    content: ' ';
    width: 5px;
    height: 70px;
    background-color: #df2027;
    position: absolute;
    left: 16px;
    top: 11px;
}
#welcome h3 {
    font-size: 45px;
    color: #2c2c2c;
    margin: 0px;
    padding-left: 25px;
}
#welcome p {
    font-size: 18px;
    color: #7d7d7d;
}

/* ----- news ----- */
#news {
    background-color: #f4f4f4;
    padding: 65px 0px;
}
.new1 h3 {
    color: #df2027;
    font-size: 23px;
    margin-top: 25px;
}
.new1 p {
    font-size: 18px;
    color: #7d7d7d;
    display: inline-block;
    margin-top: 20px;
}
.new1 img {
    width: 100%;
}
.n1 {
}
.n1 p {
}
p.left {
    float: left;
    margin-top: 0px !important;
}
p.right {
    float: right;
    margin-top: 0px !important;
}
.n1 p span {
    color: #2f81cd;
}

.girlimg {
    overflow: hidden;
}
.home .home-hide {
    display: none;
}

/* ----- news letter----- */
#news-letter {
    text-align: center;
}
#news-letter h2 {
    color: #000000;
    font-size: 33px;
    font-weight: bold;
    margin: 60px;
}
.form_box input {
    width: 315px;
    border-radius: 40px;
    height: 45px;
    padding: 0px 50px;
    border: 1px solid #afafaf;
}
a.btnf.second {
    padding: 12px 50px;
    background-color: #df2027;
    font-size: 19px;
    margin-left: 10px;
    border: 1px solid transparent;
}
a.btnf.second:hover {
    background-color: #ffffff;
    border: 1px solid;
}
.mail {
    text-align: center;
}
.mail h5,
.mail h5 a {
    color: #000;
    font-size: 22px;
    font-family: 'Lato-Regular';
    line-height: 28px;
}
.mail img {
    width: ;
}
#icon {
    width: 100%;
    display: inline-block;
    padding: 70px 0px 50px;
}
#footer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}
.mail h5 a:hover {
    color: #df2027;
}

/*-----------------------about----------------*/
#heading {
    background-color: #ececec;
}
#abhead img {
    width: 100%;
}
.scale {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid gray;
    margin-bottom: 20px;
}
#heading nav li a {
    color: #000 !important;
}
#heading nav ul ul li a {
    color: #fff !important;
}
#heading nav li a:hover {
    color: #df2027;
}
#heading .logo {
    position: absolute;
}
#abhead h1 {
    font-family: 'ProximaNova-Bold';
    font-size: 40px;
    margin-bottom: 55px;
}

#abhead {
    position: relative;
    padding: 100px 0px;
}

#abhead p {
    color: #7d7d7d;
    font-size: 20px;
    font-family: 'proximanovalight';
    text-align: center;
    margin-top: 40px;
}

.a1 {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #ebebeb;
    margin-bottom: 80px;
}
.a1 img {
    float: left;
}
.a2 {
    display: inline-block;
    text-align: center;
    width: 45%;
    margin: 0 auto;
}
.a2 h3 {
    font-family: 'ProximaNova-Semibold';
    font-size: 26px;
}
.a2 h3 a {
    color: #df2027;
}
.a2 h3 a:hover {
    color: gray;
}
.a2 p {
    color: #7d7d7d;
    font-size: 18px;
    font-family: 'proximanovalight';
}

/*-----------------------team----------------*/
#teambhead h1 {
    font-family: 'ProximaNova-Bold';
    font-size: 40px;
    margin-bottom: 55px;
}
#teambhead {
    position: relative;
    padding: 100px 0px 30px;
}
.team {
    width: 100%; /* display: inline-block; */
    margin-bottom: 100px;
}
.team img {
    width: 100%;
}
#teambhead p {
    color: #7d7d7d;
    font-size: 20px;
    margin-top: 40px;
}
.team h4 {
    color: #df2027;
    font-size: 26px;
    margin-bottom: 30px;
}
.team p {
    text-align: left !important; /* font-family: 'NeutraText-BookAlt' !important; */
    font-family: 'Lato-Regular';
    font-weight: lighter;
    font-size: 19px !important;
}
.team a {
    color: #ea2929;
    font-size: 20px;
    text-decoration: underline;
}
.team a:hover {
    text-decoration: none;
}
.scale.teamscale {
    margin-bottom: 0px !important;
}
.bod img {
    max-width: 100% !important;
}

/*------------------------history-mission---------------*/
#history {
    position: relative;
    padding: 100px 0px 5px;
}
#history h1 {
    /* font-family: 'Neutra Display Bold'; */
    font-family: 'Lato-Bold';
    font-size: 40px;
    margin-bottom: 55px;
}
#history p {
    color: #7d7d7d; /* font-family: 'Neutra Display Bold'; */
    font-family: 'Lato-Regular';
    font-size: 20px;
    margin-bottom: 65px;
}
.hist h4 {
    color: #df2027;
    font-size: 26px;
    margin-bottom: 30px;
}
.hist p {
    /* font-family: 'NeutraText-BookAlt' !important; */
    font-family: 'Lato-Regular';
    font-size: 19px !important;
}
#heading nav.mean-nav ul li a {
    color: #fff !important;
}
#his-part1 {
    background-color: #f2f2f2;
    padding: 65px 0px;
}
#his-part1 img {
    width: 100%;
}
.centerh {
    text-align: center;
}
.centerh img {
    width: 100%;
}
#his-part2 {
    padding: 75px 0px 30px;
    width: 100%;
    display: inline-block;
}
.histscale {
    padding: 0px 0px 100px 0px;
}

/* ----- dummy ----- */
#dummyBox {
    position: relative;
    padding: 100px 0px 5px;
}
#dummyBox p {
    color: #7d7d7d;
    font-family: 'NeutraText-BookAlt';
    font-size: 19px;
    margin-bottom: 65px;
}
hr.seperator {
    margin-top: 35px;
}

/* ----- Dhrasti ----- */
/* =========== Become A Member Page  & Offsite Program Page & Support Group Page & Resource Page =========== */
.member,
.offset,
.support {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}
.member img,
.offset img {
    width: 100%;
}
.member p,
.offset p,
.support p {
    text-align: left !important;
    /* font-family: 'NeutraText-BookAlt' !important; */
    font-family: 'Lato-Regular';
    font-weight: lighter;
    font-size: 19px !important;
}
.memberText h4,
.offsetText h4 {
    color: #020202;
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'Lato-Bold';
}
#teambhead .memberText p {
    color: #7d7d7d;
    font-size: 16px;
    margin-top: 20px;
    font-family: 'Lato-Regular';
    line-height: 28px;
    padding-left: 0;
}
ul.ulmember,
ul.uloffset {
    margin: 0;
    display: inline-block;
    width: 100%;
}
ul.ulmember li,
ul.uloffset li {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 1%;
}
ul.ulmember li:last-child {
    /* padding-bottom: 70px; */
}
.btmPadd {
    padding-bottom: 70px;
}

/* ============ Offsite Program Page & Support Group Page ============ */
#teambhead .offsetText p {
    color: #7d7d7d;
    font-size: 16px;
    margin-top: 20px;
    font-family: 'Lato-Regular';
    line-height: 28px;
    /* padding-left: 2%; */
}
#teambhead .offsetText p.italic {
    font-family: 'Lato-Italic';
}
.scale.memberscale,
.scale.offsetscale,
.scale.supportscale {
    margin-bottom: 0px !important;
}

ul.ulLogo {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    text-align: center;
}
ul.ulLogo li {
    display: inline-block;
    width: 24%;
    padding: 12px 12px 0;
    margin-bottom: 70px;
}
ul.ulLogo li img {
    width: 100%;
}

/* =========== Educational Lectures and Workshops Page &  Child-Teen Page ============= */
#educational,
#child-teen {
    position: relative;
    padding: 100px 0px 5px;
}
#educational h1,
#child-teen h1 {
    font-family: 'Lato-Bold';
    font-size: 40px;
    margin-bottom: 55px;
}
#educational p,
#child-teen p {
    color: #7d7d7d;
    font-family: 'Lato-Regular';
    font-size: 20px;
    margin-bottom: 65px;
}
#edu-part1,
#child-part1 {
    background-color: #f2f2f2;
    padding: 65px 0px;
}
#edu-part1 img,
#child-part1 img {
    width: 100%;
}
#edu-part2,
#child-part2,
#child-part4 {
    padding: 75px 0px 0px;
    width: 100%;
    display: inline-block;
}

.eduscale,
.childscale {
    padding: 0px 0px 70px 0px;
}
.edu h4,
.child h4 {
    color: #df2027;
    font-size: 26px;
    margin-bottom: 30px;
}
.edu p {
    font-family: 'Lato-Regular';
    font-size: 19px !important;
}
.edu ul.ulLecture,
.edu ul.ulWorkshop {
    list-style: square;
    margin: 0;
    padding: 2% 5% 0;
    display: inline-block;
}
.edu ul.ulLecture li,
.edu ul.ulWorkshop li {
    font-family: 'Lato-Regular';
    font-size: 19px;
}

/* =========== Child-Teen Page & Support Group Page =============== */
.child p {
    font-family: 'Lato-Regular';
    font-size: 19px !important;
    padding-top: 3%;
}
.child img {
    width: 100%;
}
.ulChild {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.ulChild > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 1%;
}
.ulChild h5 {
    color: #df2027;
    font-size: 19px;
    margin-bottom: 20px;
}
.ulChild p {
    padding: 0;
}
.ulChildWorkshop,
ul.ulSupport {
    list-style: disc !important;
    margin: 0;
    /* padding: 2% 5% 0; */
    display: inline-block;
}
.ulChildWorkshop li,
ul.ulSupport li {
    color: #7d7d7d;
    font-family: 'Lato-Regular';
    font-size: 19px;
}
#child-part3 {
    background-color: #f2f2f2;
    padding: 65px 0px 25px;
}
.padding {
    padding-top: 25px;
}

.support p.italic {
    font-family: 'Lato-Italic';
}
.support p.italic a {
    color: #ea2929;
    text-decoration: underline;
}
.support p.italic a:hover {
    text-decoration: none;
}

#teambhead h1.padding {
    margin-bottom: 25px;
}
.resource {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.resource:last-child {
    margin-bottom: 70px;
}
.resource h4 {
    color: #df2027;
    font-size: 24px;
    margin-bottom: 0px;
}
.resource p {
    text-align: left !important;
    /* font-family: 'NeutraText-BookAlt' !important; */
    font-family: 'Lato-Regular';
    font-weight: lighter;
    font-size: 19px !important;
    margin-top: 20px !important;
}

/* ----- Juhi ----- */
.socialIcons {
    display: inline-block;
    padding-top: 16px;
    float: left;
    margin-right: 45px;
}
.socialIcons ul,
.socialLinks ul {
    display: inline-block;
    margin: 0;
}
.socialIcons ul li,
.socialLinks ul li {
    float: left;
    margin: 0 5px;
}
.socialIcons ul li i.fa,
.socialLinks ul li i.fa {
    color: #fff;
    font-size: 16px;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
.searchBox {
    display: inline-block;
    padding-top: 14px;
    float: left;
    margin-right: 45px;
}
.searchBox input {
    width: 250px;
    height: 34px;
    border-radius: 40px;
    padding: 0px 20px;
    border: 1px solid #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}
.searchBox a.searchBtn i.fa {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    position: relative;
    left: -2px;
}
.searchBox a.searchBtn {
    width: 38px;
    display: inline-block;
    height: 34px;
    background: #df2027;
    text-align: center;
    line-height: 34px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 1px solid transparent;
}
.searchBox a.searchBtn:hover {
    background-color: #fff;
}
.searchBox a.searchBtn:hover i.fa,
.btmLinks ul li:hover a {
    color: #df2027;
}
.headUp {
    display: inline-block;
    float: right;
}
.socialIcons ul li:hover i.fa-facebook,
.socialLinks ul li:hover i.fa-facebook,
#heading .socialIcons ul li:hover i.fa-facebook {
    color: #3b5998;
    border-color: #3b5998;
}
.socialIcons ul li:hover i.fa-twitter,
.socialLinks ul li:hover i.fa-twitter,
#heading .socialIcons ul li:hover i.fa-twitter {
    color: #55acee;
    border-color: #55acee;
}
.socialIcons ul li:hover i.fa-instagram,
.socialLinks ul li:hover i.fa-instagram,
#heading .socialIcons ul li:hover i.fa-instagram {
    color: #3f729b;
    border-color: #3f729b;
}
.socialIcons ul li:hover i.fa-youtube,
.socialLinks ul li:hover i.fa-youtube,
#heading .socialIcons ul li:hover i.fa-youtube {
    color: #cd201f;
    border-color: #cd201f;
}
.btmLinks ul li {
    position: relative;
    float: left;
    padding: 0px 15px;
}
.btmLinks ul li:first-child::after {
    content: '\f111';
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top: 7px;
    right: -3px;
    color: #fff;
    font-size: 6px;
}
.btmLinks ul li a {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-bottom: 70px;
    font-family: 'Lato-Regular';
}
.btmLinks {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
#footer {
    padding: 50px 0 15px;
}

#topFooter {
    background-image: url('../images/bg-footer.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    padding: 50px 0 0;
}
#topFooter::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fTitle {
    letter-spacing: 1px;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 22px;
}
.quickLinks ul li a {
    color: #f4f4f4;
    font-size: 16px;
    font-family: 'Lato-Regular';
}
.quickLinks ul li {
    padding: 5px 0;
}
.quickLinks ul li:first-child {
    padding-top: 0;
}
.quickLinks ul li a:hover {
    color: #df2027;
}
.feeds ul li img {
    display: inline-block;
    float: left;
}
.feeds ul li {
    padding: 5px 0;
    display: inline-block;
    width: 100%;
}
.feeds ul li .feedText {
    display: table;
    padding: 0 20px;
}
.feeds ul li .feedText h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}
.feeds ul li .feedText h5 {
    margin-top: 0;
    color: #b5b5b5;
}
.btmLogo {
    margin-top: 19px;
}

.pro_title {
    left: -4px;
    top: 50%;
    background: #241b1c;
    background: rgba(36, 27, 28, 0.9);
    padding: 9px 11px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: -1px;
    position: absolute;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    line-height: 15px;
}
.pBox {
    position: relative;
}
.pBox img {
    width: 100%;
}
.pro_title .donateToday {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    margin: 8px -2px -15px;
    padding: 2px 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    line-height: 18px;
    background-color: #df2027;
    color: #fff;
}
.pro_title h4 {
    margin: 0;
    color: #fff;
}
.pBox > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.pBox > a:hover .pro_title {
    margin-top: -10px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}
#projects {
    padding: 25px 0 65px;
    background: #ececec;
}
#projects h1.head {
    margin-bottom: 40px;
}

#heading .socialIcons ul li i.fa {
    color: #df2027;
    border: 1px solid #df2027;
}

.bod h4 {
    color: #df2027;
    font-size: 26px;
}
.bod h4.directors {
    margin-top: 30px;
}
ul.bodList li {
    display: inline-block;
    width: 100%;
    margin: 8px 0;
}
ul.bodList li i {
    color: #020202;
    font-size: 18px;
    font-family: 'Lato-Bold';
}
ul.bodList li h5 {
    color: #020202;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Lato-Bold';
}
ul.bodList li h6 {
    color: #7d7d7d;
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Lato-Regular';
}
ul.bodList.directorsList li {
    margin: 0 0 8px;
}
#teambhead .bod .bodAddress p {
    font-family: 'Lato-Regular';
    font-size: 18px;
    margin-top: 15px;
    line-height: 26px;
}
.bod.rightBod {
    margin-top: 9%;
    padding-left: 10%;
}
.bod.bodLeft::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 97%;
    background-color: #bfbebe;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.bod.bodLeft {
    position: relative;
}
.bodTeam,
.faqBox,
.donateBlock,
.corporateBox {
    padding-bottom: 70px;
}

ul.staffList,
ul.stories {
    margin: 0;
    display: inline-block;
    width: 100%;
}
ul.stories li img,
.newsBox img {
    display: inline-block;
    float: left;
}

.newsBox img {
    display: table;
    padding-left: 25px;
    padding-top: 3%;
}

ul.staffList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 2em;
    margin-bottom: 60px;
    list-style: none;
    text-align: center;
}

ul.stories li {
    display: inline-block;
    width: 100%;
    margin-bottom: 3%;
    border-bottom: 1px solid #000;
    padding-bottom: 3%;
}
ul.staffList li:last-child,
ul.stories li:last-child {
    border-bottom: 0;
    padding: 0;
}
ul.staffList li .staffText h4 {
    color: #020202;
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'Lato-Bold';
}
#teambhead ul.staffList li .staffText p {
    color: #7d7d7d;
    font-size: 16px;
    margin-top: 8px;
    font-family: 'Lato-Regular';
}
ul.staffList li .staffText a {
    color: #df2027;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}
ul.staffList li .staffText a:hover,
ul.staffList li .staffText a:active,
ul.staffList li .staffText a:focus {
    color: #000;
}
.staffBox {
    padding-bottom: 60px;
}

.storyText h4 {
    color: #020202;
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'Lato-Bold';
}
#teambhead .storyText p {
    color: #7d7d7d;
    font-size: 16px;
    margin-top: 20px;
    font-family: 'Lato-Regular';
    line-height: 28px;
    padding-left: 2%;
}
#teambhead p.headBtm {
    margin: 0 0 50px;
}
.newsBox img {
    padding: 0;
}
.newsBox .newsBoxText {
    display: table;
    padding-left: 25px;
}
.newsBox .newsBoxText a {
    color: #fff;
    border-radius: 50px;
    padding: 12px 32px;
    background-color: #df2027;
    font-size: 16px;
    border: 1px solid transparent;
}
.newsBox .newsBoxText a:hover {
    background: #fff;
    color: #df2027;
    border: 1px solid;
}
.newsBox {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.newsSection h4 {
    color: #df2027;
    font-size: 26px;
    border-bottom: 1px solid #000;
    padding-bottom: 3%;
}
.newsSection ul li h2 a {
    color: #020202;
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'Lato-Bold';
}
#teambhead .newsSection ul li p {
    line-height: 30px;
    color: #7d7d7d;
    font-size: 18px;
    margin-top: 25px;
    font-family: 'Lato-Regular';
    margin-bottom: 5px;
}
/* #teambhead .newsSection ul li > a, #teambhead .newsSection ul li p a { color: #df2027; font-size: 16px; } */
/* #teambhead .newsSection ul li > a:hover, #teambhead .newsSection ul li > a:active, #teambhead .newsSection ul li > a:focus, #teambhead .newsSection ul li p a:hover, #teambhead .newsSection ul li p a:active, #teambhead .newsSection ul li p a:focus {color:#000;} */
.newsSection ul li {
    margin: 15px 0 4%;
}
.collapsePanel .panel-default > .panel-heading {
    background-color: #ececec;
    padding: 0;
}
.collapsePanel .panel-default > .panel-heading a {
    font-size: 18px;
    padding: 12px 25px;
    display: inline-block;
    width: 100%;
}
.collapsePanel .panel-body {
    padding: 12px 25px;
    color: #7d7d7d;
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Lato-Regular';
}
.collapsePanel .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.contact,
.socialActvts,
.programs,
.joinTeamBlock,
.wishListBox,
.promoBox,
.volunteerBox,
.teen_youthBox,
.indVolBox,
.familyWalk,
.brasCause {
    padding-bottom: 70px;
}
.formBox label {
    color: #020202;
    font-size: 16px;
    font-family: 'Lato-Bold';
    display: block;
}
.formBox input[type='text'],
.formBox input[type='email'],
.formBox input[type='tel'],
.formBox textarea,
select {
    width: 75%;
    height: 36px;
    padding: 5px 15px;
    border: 1px solid #afafaf;
}
.wpcf7-list-item-label {
    float: left;
    line-height: 1.4;
}
.formBox {
    margin-bottom: 15px;
}
.formBox textarea {
    height: 120px;
}
.formBox input[type='submit'],
.dBtns {
    background-color: #df2027;
    font-size: 15px;
    color: #fff;
    height: 35px;
    border: 1px solid transparent;
    padding: 0 25px;
}
.formBox input[type='submit']:hover,
.dBtns:hover,
.formBox input[type='submit']:focus,
.dBtns:focus,
.formBox input[type='submit']:active,
.dBtns:active,
.nightOut .nightBox a.dBtns:hover,
.nightOut .nightBox a.dBtns:active,
.nightOut .nightBox a.dBtns:focus {
    background-color: #ffffff;
    border: 1px solid #df2027;
    color: #df2027 !important;
}
.formBox span {
    /* margin-top: 6px; */
    display: block;
    color: #020202;
    font-size: 14px;
    font-family: 'Lato-Regular';
}
.formBox span input[type='radio'] {
    margin-right: 6px;
    float: left;
}
.formBox span input[type='checkbox'] {
    margin-right: 6px;
    float: left;
}
.sideForm .formBox {
    margin-bottom: 23px;
}
.edu.socialActv ul.ulWorkshop li {
    font-size: 16px;
    margin-bottom: 5px;
}
.edu.socialActv ul li b {
    width: 9%;
    display: inline-block;
}
.edu.socialActv ul.ulWorkshop {
    padding: 10px 0 0 35px;
    width: 100%;
}
.socialActvts img,
.corporateBox img {
    width: 100%;
}

.proBox {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #ebebeb;
    margin: 50px 0 30px;
}
.proBox .a2 {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin: 15px 50px;
}
#teambhead .proBox .a2 p {
    margin-top: 25px;
}
#abhead .involved p {
    text-align: left;
}
.foundersImg {
    padding-top: 45px;
}
.bodTeam img {
    width: 100%;
    padding-bottom: 30px;
}
.donateBlock hr.seperator {
    margin: 50px 0;
    border-top: 1px solid #d8d8d8;
}
#teambhead .ulChild p {
    font-family: 'Lato-Regular';
    font-size: 19px;
    margin: 0;
}
.dBtns {
    display: inline-block;
    line-height: 45px;
    height: 45px;
    margin: 15px 15px 0 0;
    text-transform: uppercase;
}
.dChilds {
    margin-bottom: 20px;
}
.dChilds img {
    margin: 15px 0 5px;
    width: 100%;
}
.corporateBox ul.cLists {
    margin-top: 40px;
    padding-left: 50px;
    color: #7d7d7d;
    font-family: 'Lato-Regular';
    font-size: 19px;
    list-style: square;
}
.dChilds ul {
    color: #333;
    margin: 15px 0;
    padding-left: 50px;
    list-style: square;
}
.dChilds ul li {
    padding: 5px 0;
}
.dChilds ul li a,
.dChilds ul li {
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #7d7d7d;
}
.dChilds ul li a:hover {
    color: #df2027;
}
#teambhead .ulChild p span {
    display: block;
    margin-top: 10px;
}
.dChilds .partnerLists ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.dChilds .partnerLists {
    margin: 15px 0;
    padding: 0;
}
#teambhead .partnerBtm p {
    font-family: 'Lato-Regular';
    font-size: 14px;
    color: #7d7d7d;
}

/*--11/4/16--*/
.join_box {
    padding: 35px 0;
}
.join_box img {
    margin: 10px 0;
    width: 100%;
}
.join_box hr.seperator {
    margin: 40px 0;
}
.wishListBox a.dBtns {
    margin-bottom: 35px;
}
ul.staffList.promoLists li .staffText {
    padding-top: 0;
}
ul.staffList.promoLists li .staffText a {
    font-size: 16px;
}
ul.staffList.promoLists {
    margin-top: 40px;
}
.teen_youthBox img,
.indVolBox img {
    width: 100%;
}

/*--12/4/16--*/
#teambhead .indBlock p {
    font-family: 'Lato-Regular';
    font-size: 17px;
    margin: 0;
    line-height: 25px;
}
.indBlock p {
    font-family: 'Lato-Regular';
    font-size: 15px;
    margin: 0;
}
#teambhead .indBlock p span {
    color: #df2027;
    font-size: 17px;
    margin-bottom: 20px;
    font-family: 'Lato-Regular';
}
.indBlock {
    margin: 22px 0 0;
}
.nightOut .nightBox a.dBtns {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin-top: 8px;
}
#teambhead .nightBox p.topP {
    margin-top: 0;
}
#teambhead .nightBox p {
    margin: 15px 0;
}
#teambhead .nightBox img {
    width: auto;
    margin: 15px 0 35px;
}
.alignRight {
    float: right;
}
.alignLeft {
    float: left;
}
.familyWalk img,
.brasCause img,
.support img {
    margin: 0 5px 1.5em;
}
.brasCause h4 {
    color: #df2027;
    font-size: 26px;
    margin-bottom: 0px;
}
#teambhead .brasCause p {
    margin-top: 10px;
}
.memberscale ul.ulmember {
    width: 70%;
}
.workshopImg img {
    width: 100%;
}
#teambhead .supportscale p {
    margin-top: 0;
}

.wff-facebook-feed-title-div {
    float: left !important;
    width: 76% !important;
}

.wff-fb-item-event-wrapper {
    display: none;
}

.wff-fb-item {
    padding: 0 0 5px !important;
}
.foundersImg {
    padding-top: 45px;
}
/*pagination */

ul.page-numbers {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
}

.page-numbers:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span {
    padding: 0;
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover {
    text-decoration: none;
}
#searchpage h2 {
    font-family: 'ProximaNova-Bold';
    font-size: 32px;
    margin-bottom: 55px;
}
#searchpage {
    padding: 100px 0 30px;
    position: relative;
}
#searchpage h3 {
    font-family: 'ProximaNova-Bold';
    font-size: 24px;
    color: #df2027;
}
#searchpage p {
    color: #7d7d7d;
    font-size: 20px;
    margin-top: 10px;
    text-align: justify;
}
.seachimage img {
    border: medium none #df2027;
    border-radius: 5px;
}
.searchresult {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #df2027;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #000;
}
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.newsSection ul li {
    margin: 15px 0 4%;
}

/* Newsletter signup */
.team .e2ma_signup_image_container img {
    width: auto;
    margin: 0 auto;
}
.e2ma_signup_form {
    text-align: center;
    margin: 0 auto;
}

img.fluid {
    max-width: 100%;
    height: auto;
}

.non-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*  Some enhancements to the bootstrap grid system to make possible same-height
 *  columns depending on the breakpoint (will work only for 2 column rows)
*********************************************************************************/
.row.height-switch {
    position: relative;
}

.row.height-switch .col-xs-same-height {
    position: absolute;
    height: 100%;
    overflow: auto;
}

.row.height-switch .col-xs-same-height:first-child,
.row.height-switch .col-sm-same-height:first-child,
.row.height-switch .col-md-same-height:first-child,
.row.height-switch .col-lg-same-height:first-child {
    left: 0;
}

.row.height-switch .col-xs-same-height.xs-same-height-left {
    left: 0;
}
.row.height-switch .col-xs-same-height.xs-same-height-right {
    right: 0;
}

.row.height-switch .col-xs-same-height:last-child,
.row.height-switch .col-sm-same-height:last-child,
.row.height-switch .col-md-same-height:last-child,
.row.height-switch .col-lg-same-height:last-child {
    right: 0;
}

.row.height-switch .col-xs-auto-height {
    position: static;
    height: auto;
    overflow: visible;
}

@media (max-width: 767px) {
    #slider ul.slides a {
        padding: 4px 0;
        display: block;
        margin-top: 5px;
        font-size: 12px !important;
    }
}

@media (max-width: 568px) {
    #slider ul.slides a {
        padding: 2px 0;
        margin-top: 2px;
        font-size: 10px !important;
    }
    .facebook_feeds iframe {
        width: 290px !important;
    }
}
@media (min-width: 768px) {
    .row.height-switch .col-sm-same-height {
        position: absolute;
        height: 100%;
        overflow: auto;
    }

    .row.height-switch .col-sm-auto-height {
        position: static;
        height: auto;
        overflow: visible;
    }

    .row.height-switch .col-sm-same-height.sm-same-height-left {
        left: 0;
    }
    .row.height-switch .col-sm-same-height.sm-same-height-right {
        right: 0;
    }
}

@media (min-width: 992px) {
    .row.height-switch .col-md-same-height {
        position: absolute;
        height: 100%;
        overflow: auto;
    }

    .row.height-switch .col-md-auto-height {
        position: static;
        height: auto;
        overflow: visible;
    }

    .row.height-switch .col-md-same-height.md-same-height-left {
        left: 0;
    }
    .row.height-switch .col-md-same-height.md-same-height-right {
        right: 0;
    }
}

@media (min-width: 1200px) {
    .row.height-switch .col-lg-same-height {
        position: absolute;
        height: 100%;
        overflow: auto;
    }
    .row.height-switch .col-lg-auto-height {
        position: static;
        height: auto;
        overflow: visible;
    }

    .row.height-switch .col-lg-same-height.lg-same-height-left {
        left: 0;
    }
    .row.height-switch .col-lg-same-height.lg-same-height-right {
        right: 0;
    }
}

/*  Some rows need columns without paddings
*********************************************************************************/

.row.collapsed [class*='col-'] {
    padding: 0;
}

/*  Some enhancements to the  home page
*********************************************************************************/

@media (min-width: 768px) {
    .girlimg {
        height: 100%;
        background: url('http://gildas/wp-content/uploads/2016/03/left.gif') no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
}

/*  Events calendar styling
*********************************************************************************/

.bg-red {
    background: #c7161c;
}
.color-black {
    color: #000;
}

#calendar {
    background: #f4f4f4;
}
#calendar .progress-message {
    display: inline-block;
    margin-left: 0.25em;
}

/* Current Date */
.gc-current-day {
    display: inline-block;
    text-align: center;
}
.gc-current-day .gc-current-day-number {
    color: #fff;
    font-size: 130px;
    font-family: 'ProximaNova-Bold';
}
.gc-current-day .gc-current-day-agenda {
    color: #fff;
    font-size: 16px;
    font-family: 'proximanovalight';
}

.gc-events-box {
    padding: 60px 45px 45px;
    min-height: 100%;
}
.gc-events-box-title {
    color: #2c2c2c;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 40px;
}
.gc-events-box-message {
    color: #999;
    font-size: 20px;
    padding: 3em 0 0;
    text-align: center;
}

.gc-event-title {
    color: #020202;
    font-size: 20px;
    font-weight: bold;
}
.gc-event-description {
    font-size: 18px;
}
.gc-event-time {
    /* color: #df2027; */
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.cal {
    padding: 60px 45px 45px;
}
.cal h5 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 0px;
}
.cal h4 {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.cal h4 a {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.upside {
    color: #fff;
    padding: 85px 20px 64px 110px;
}
.upside h4 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 35px;
}
.upside p {
    font-size: 18px;
    margin-bottom: 45px;
}

a.btnf.second.trans {
    background-color: transparent;
    border: 1px solid #fff;
}
a.btnf.second.trans:hover,
a.btnf.second.trans:focus {
    background-color: #fff;
    border: 1px solid;
}

.responsive-calendar .controls {
    margin-bottom: 20px;
}
.responsive-calendar .controls h4 {
    color: #fff;
}
.responsive-calendar .controls i.fa {
    color: #fff;
    position: relative;
}
.responsive-calendar .controls i.fa.fa-chevron-left {
    left: 15px;
}
.responsive-calendar .controls i.fa.fa-chevron-right {
    left: -15px;
}
.responsive-calendar .badge {
    display: none;
}
.responsive-calendar .day-headers {
    margin-bottom: 20px;
}
.responsive-calendar .day a {
    width: 40px;
    color: #fff !important;
    display: inline-block !important;
}
.responsive-calendar .day.not-current a {
    color: #000 !important;
}
.responsive-calendar .day.not-current a:hover {
    color: #fff !important;
}
.responsive-calendar .day.header {
    border-bottom: 0px !important;
    color: #fff;
}
.responsive-calendar .day a {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 30% 0 20% 0 !important;
}
.responsive-calendar .day.active a {
    border-radius: 50%;
    background-color: #000 !important;
}
.responsive-calendar .day a:hover {
    border-radius: 50px;
    background-color: #000 !important;
    color: #fff;
}
.responsive-calendar .day.today {
    padding: 0;
    position: relative;
}
.responsive-calendar .day.today a {
    background: #fff;
    color: #c7161c !important;
    font-weight: bold;
}
