/*
    By Weboniselab.
*/
/* schedule page submenu css below the banner */
.error{
    color: #d2322d;
}
input.error {
    color:#5F6053;
}
a {
    text-decoration: none;
}
.subMenuWrap {
    width: 100%;
    min-height: 34px;
}
.subMenuListWrap {
    border-bottom: 2px solid #e3e3e0;
    padding-top: 0;
    min-height: 34px;
}
.subMenuList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.subMenuListWrap,
.subMenuList:after {
    content: '';
    display: block;
    clear: both;
}
.subMenuList li {
    float: left;
    margin-left: 17px;
}
.subMenuList li:first-child {
    margin-left: 6px;
}
.subMenuList li a {
    font-size: 18px;
    line-height: 32px;
    color: #6e6e60;
    text-transform: capitalize;
}
.subMenuList li.active a,
.subMenuList li a:hover {
    color: #23231e;
    border-bottom: 2px solid #cfcfce;
}
.subMenuList li:first-child a {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: none;
}

/* date content css on schedule page */
.scheduleMainRow {
    padding-bottom: 0;
}
.imageSprite {
    background: url("../png/schedule-sprite.png") no-repeat;
}
.dateWrapper {
    float: left;
    position: relative;
}
	
	
	
.dateWrapper a {
    color: #6e6e60;
}



.mainDate {
    float: left;
    min-width: 215px;
    min-height: 215px;
    background: #6e6e60;
}
.dateWrapper:after,
.mainDate:after {
    content: '';
    clear: both;
}
.dateArrowLeft {
    background-position: 0 -270px;
    float: left;
    width: 42px;
    height: 99px;
    margin: 25px 0 0 2px;
}
.mainDateText {
    float: left;
    margin-left: 1px;
    padding-top: 25px;
}
.mainDateText p {
    font-family: 'Oswald';
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}
.mainDateText p:first-child {
    font-size: 94px;
    line-height: 96px;
    font-weight: bold;
}
.dateDropDown {
    float: left;
    position: absolute;
    left: 215px;
    bottom: 0;
    background: #deded9;
    width: 70px;
    height: 106px;
    cursor: pointer;
}
.dropDownArrw {
    background-position: 0 -108px;
    width: 56px;
    height: 48px;
    margin: 30px auto 0;
}

.dropDownArrw input {
    border: none;
    margin: -29px 0 0 -5px;
    width: 70px;
    height: 106px;
    opacity: 0;
    filter: alpha(opacity=0);/* For IE below 9 */

}
.dropDownArrw img {
    display: none;
}
.iphoneApp {
    float: right;
    display: block;
    width: 38%;
    height: 56px;
}
.googlePlayApp {
    margin-left: 10px;
    float: right;
    display: block;
    width: 38%;
    height: 57px;
}
.appsBtnWrap {
    margin-top: 97px;
}
.appsBtnWrap p {
    text-align: right;
    margin: 0;
    line-height: 20px;
    color: #6e6e60;
}
.appBtns {
    margin-top: 16px;
}
.rowwhitecontainer:after {
    display: block;
    content: '';
    clear: both;
}
.activityWrap {
    padding-top: 19px;
    position: relative;
}
.activityWrap h1 {
    margin: 0;
    float: left;
    color: #251f17;
    font-size: 39px;
    text-transform: uppercase;
    margin: 0 0 9px 20px;
}
.activityIcons span,
.activityTexts span {
    display: block;
}
.addActivity {
    background-position: 0 -162px;
    width: 17px;
    height: 20px;
    margin: 17px auto 0;
}
.printMonth {
    background-position: 0 -54px;
    width: 33px;
    height: 30px;
    margin: 13px auto 0;
}
.activityTexts,
.activityIcons {
    display: block;
    width: 53px;
    height: 53px;
    background: #deded9;
    float: left;
    font-family: 'Archivo Narrow';
    font-size: 24px;
    line-height: 53px;
    color: #6e6e60;
    text-transform: uppercase;
}
.activityTexts {
    width: 380px;
    padding: 0 10px 0 20px;
    margin-left: 5px;
}
.activityList {
    position: absolute;
    left: 0;
    top: 55px;
    background: #ffffff;
    z-index: 999;
    padding: 24px;
    border: 1px solid #efefec;
    display: none;
}
.activityList .controls {
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
}
.activityList .controls span {
    margin-left: 20px;
}
.activityList .controls input {
    opacity: 0;
    filter: alpha(opacity=0); /* for IE8 and earlier */
}
.activityList .controls i {
    display: block;
    background: url("../png/schedule-sprite.png") no-repeat 0 -373px;
    width: 17px;
    height: 17px;
    position: absolute;
    left: -2px;
    top: 4px;
}
.activityList .controls.clicked i {
    background-position: -18px -373px;
}
.currentDate {
    color: #6e6e60;
    margin: 0 0 26px 20px;
}
.currentDate h3 {
    font-family: 'Oswald';
    font-weight: normal;
    float: left;
    font-size: 59px;
    line-height: 60px;
    margin: 0;
}
.dayAndMonth {
    float: left;
    margin-left: 7px;
}
.dayAndMonth p {
    font-family: 'Oswald';
    font-size: 17px;
    margin: 0;
    line-height: 20px;
    text-transform: uppercase;
}
.dayAndMonth p:first-child {
    font-size: 32px;
    line-height: 34px;
    background: url("../png/date_bottom_border.png") repeat-x bottom left;
}
.timeWrap {
    float: left;
    width: 127px;
    /*height: 114px;*/
    /*max-height: 114px;*/
   /* background: #3f172e;*/
    text-align: center;
}
.timeWrap p {
    font-family: 'Oswald';
    font-size: 29px;
    line-height: 32px;
    color: #ffffff;
    margin: 0;
}
.iconWatch {
    background-position: 0 -2px;
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 auto 15px;
}
.activityDescWrap {
    width: 71.6%;
    float: left;
    margin-left: 3px;
    min-height: 114px;
    padding: 0 24px;
    background: #251f17;
}
.innerFeeds {
    height: 114px;
    padding: 10px 0;
    display: table-cell;
    vertical-align: middle;
}
.innerTimeWrap {
    height: 114px;
    width: 127px;
    display: table-cell;
    vertical-align: middle;
}
.activityDescWrap h2 {
    margin: 0;
    font-family: 'Oswald';
    font-size: 30px;
    line-height: 32px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
}
.activityDescWrap p {
    margin: 0;
    font-size: 21px;
    color: white;
    line-height: 22px;
	margin-top:5px;
}
.activityDescWrap p span {
    font-weight: bold;
}
.bookActivityWrap,
.timeActivityMain {
    padding: 0 20px;
    width: 100%;
}
.commonActivties {
    float: left;
    width: 50%;
    margin-bottom: 3px;
}
.colorWater {
    background: #1e3238;
}
.timeActivityDesc {
    width: 100%;
    padding: 14px 0;
    background: white;
    min-height: 114px;
}
.aboutClassWrap {
    float: left;
    padding: 0 5px 0 32px;
    max-width: 311px;
}
.aboutClassWrap p {
    margin: 0;
    font-size: 21px;
    line-height: 24px;
}



.aboutClassWrap a {
    color: #6e6e60;
    font-weight:;
	font-family: 'Archivo Narrow', Arial, Helvetica, sans-serif;
}



.aboutClassWrap a i {
    display: inline-block;
}
.aboutClassWrap p span {
    font-weight: bold;
}
.rightArrwSmall {
    background-position: -26px -163px;
    width: 10px;
    height: 12px;
}
.aboutClassWrap a.clicked i {
    background-position: -42px -163px;
    width: 12px;
    height: 10px;
}

.aboutClassDesc p {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
}
.aboutClassDesc {
    padding: 0 32px 14px 32px;
    min-height: 100%;
}

.rightBookWrap {
    float: right;
    width: 128px;
    text-align: center;
    border-left: 1px dotted #3f172e;
    padding: 5px 15px 0 18px;
    min-height: 86px;
    max-height: 86px;
    display: table-cell;

}



.rightBookWrap a {
    display: block;
	color: #dadad3;
}





.bookLink {
    background: #502f1d;
    font-size: 18px;
    line-height: 26px;
    color: white;
    padding: 0 14px;
    margin: 0 0 7px 0;
}
.addCalender {
    background-position: 0 -198px;
    width: 48px;
    height: 50px;
    margin: 0 auto;
}
.noBookBtn .addCalender {
    margin-top: 16px;
}

.dateDropDown tcalInput {
    border: 0;
}
.submitBtn {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 9px rgba(194, 192, 194, 0.8) inset;
    font-size: 15px;
    height: 28px;
    margin-top: 10px;
    padding: 0;
    text-shadow: 0 -3px 0 transparent, 0 1px 0 rgba(255, 255, 255, 0);
    width: 80px;
    text-transform: capitalize
}

.nextweek a {
    font-family: 'Archivo Narrow';
    font-size: 18px;
    line-height: 20px;
    color: #6e6e60;
}
.nextweek a:hover {
    color: #222222;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.btnWrap {
    min-width: 220px;
    margin-right: 20px;
}
.prevweek a {
    font-family: 'Archivo Narrow';
    font-size: 18px;
    line-height: 20px;
    color: #6e6e60;
}
.prevweek a:hover {
    color: #222222;
}


.multipleCalenderOptions {
    margin-top: 20px;
}
.multipleCalenderOptions a {
    float: left;
    margin-left: 8px;
}
.multipleCalenderOptions a:first-child {
    margin-left: 0;
}
.iconGoogleAdd {
    width: 23px;
}
.iconAppleOutlookAdd {
    width: 25px;
}

.reduceCaptchaWidth {
    width: 215px;
    overflow: hidden ! important;
}