﻿
    /* Start: Homepage Calendar Section*/
    #hp-cal-cont, #hp-cal-tabs, #tabs-1, #tabs-2, #tabs-3{ margin: 0; padding: 0; }

    #tabs-1, #tabs-2, #tabs-3,  {
    margin: 0;
    padding: 0;
    background: #dae9f8;
    height: 300px;
    }
    
    #panel-container {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 11;
    height: 100%;
    margin-top:0;
    padding: 0 0 15px 0;
    }

    #tab-container .home_title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 20px;
    font-size: 2.8em;
    margin: 0;
    margin-left: 10px;
    }

    #events_list {
    padding: 2px;
    margin-right: 5px;
    }

    /* --> Tabs ----------------------------------------------*/

    #tab-container {
    display: inline-block;
    height: 100%;
    position: relative;
    padding: 0;
    }

    ul.tab-nav{
    display: inline-block;
    margin: 0;
    padding: 16px;
    bottom: 0;
    position: relative;
    z-index: 10;
    list-style: none;
    float: right;
    }
    
    ul.tab-nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    }

    ul.tab-nav li a {
    opacity: 0.5;
    }

    a.active{
    display: inline-block;
    vertical-align: top;
    position: relative;
    opacity: 1 !important;
    }

    a#events_list_click {
    top: -2px;
    }


/*------------------------------------------------------------------
--> Homepage Calendar
------------------------------------------------------------------*/

/* --> Calendar Wrapper -----------------------------------------------*/

    #aj-calwrapper {
    padding: 0;
    display: inline-block !important;
    width: 100%;
    position: relative;
    }

    #cal-warp{
    float: left;
    width: 100%;
    position: relative;
    display: block;
    }

    #aj-calwrapper table tr.even, 
    #aj-calwrapper table tr.alt, 
    #aj-calwrapper table tr:nth-of-type(2n){
    background: none;
    }

/* --> Calendar Header -----------------------------------------------*/

    #month{
    float: left;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    margin-bottom: 0;
    }

    #month a{
    font-size: 1.9em;
    padding-top: 0;

    transition: background .6s ease-in-out; 
    -o-transition: background .6s ease-in-out; 
    -moz-transition: background .6s ease-in-out; 
    -webkit-transition: background .6s ease-in-out;
    }

    #month a.prev{
    position: relative;
    display: inline-block;
    width: 23px;
    left: 0;
    height: 23px;
    background: #ccc;
    color: white;
    text-decoration: none;
    margin-left: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    }

    #month a.next{
    position: relative;
    display: inline-block;
    padding: 0 0 0 1px;
    width: 23px;
    height: 23px;
    right: 0;
    background: #ccc;
    color: white;
    text-decoration: none;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    }


    /* Event Header Day Cell */
    #aj-calwrapper #smlCal002_Head td {
    background: none;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 2px;
    width: 14.2%;
    }

    #month #smlCal002_Head {
    font-size: 1.2em;
    }

    #aj-calwrapper span.cal-curr-date{
    font-size: 1.7em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 6px 0;
    display: inline-block;
    width: auto;
    padding: 0 10%;
    }

/* --> Calendar Controls -----------------------------------------------*/

    #aj-calwrapper #month .cal_controls{
    position: relative;
    float: right;
    display: block;
    padding-top: 15px;
    }

    #aj-calwrapper #month .cal_controls a.prev,
    #aj-calwrapper #month .cal_controls a.next{
    background: #b7b9bc;
    padding: 8px 10px 0 10px;
    margin-bottom: 5px;
    height: 35px;
    position: relative;
    display: block;
    color: white;
    font-weight: bold;
    }

/* --> Calendar Date -----------------------------------------------*/

    /* Event Date Links */
    #aj-calwrapper .smlCal002_Table a {
    color: #1c2129;
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    }

    /* Event Date Cell */
    #aj-calwrapper .smlCal002_Table td {
    background: none;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 2px;
    width: 14.2%;
    }

    /* Event Date Weeknd/day */
    #aj-calwrapper .smlCal002_Table td.WeekEndDay a,
    #aj-calwrapper .smlCal002_Table td.Day a {
    color: #1c2129;
    background-color: #e3e3e3;
    border: 1px solid #d1d1d1;
    }

    /* Event Date Current */ 
    #aj-calwrapper .smlCal002_Table td.CurrentDay a {
    color: #fff;
    font-weight: bold;
    background-color: #d53930;
    }

/* --> Short Month -----------------------------------------------*/

    #aj-calwrapper .long{
    display: none;
    }

    #aj-calwrapper .short{
    display: none;
    }

/* --> Events List -----------------------------------------------*/

    #tab-events_gird {
    display: inline-block;
    position: relative;
    width: 100%;
    }

    #event-list, #tab-events_list{
    display: block;
    overflow: hidden;
    height: 618px;
    }

    #event-gird {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 618px;
    padding: 0 25px 0 0;
    }

    #tab-events_list .calday {
    border: 1px solid #e9b521;
    display: block;
    padding: 0 !important;
    font-family: 'Roboto Slab', serif;
    }

    #tab-events_list .calday span {
    clear: both;
    color: #052133;
    display: block;
    float: left;
    font-size: 1.3em;
    line-height: 1.2em;
    text-align: center;
    text-transform: lowercase;
    width: 100%;
    font-family: 'Roboto Slab', serif;
    }

    #tab-events_list .calday span.month {
    background: none repeat scroll 0 0 #e9b521;
    color: #052133;
    line-height: 1.7em;
    text-transform: uppercase;
    }

    #tab-events_list .calday span.day {
    font-size: 1.6em;
    line-height: 1.5em;
    padding: 1%;
    }

    #tab-events_list .calbody span {
    clear: both;
    display: block;
    float: left;
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: 0.025em;
    }

    #tab-events_list .calbody .caltime {
    font-size: 1em;
    }

    #tab-events_list .calbody .caltitle {
    font-size: 1.8em;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    margin-bottom: 5px;
    }

    #tab-events_list .calbody .caltitle a {
    font-size: inherit;
    font-weight: normal;
    }

    .ev-row {
    margin: 0 0 15px !important;
    padding: 0 0 10px;
    }

    /* These styles are applied for viewports 481px and higher */
    @media only screen and (min-width: 481px) {

        a#tab_button{
        padding:5px 16px 5px 25px;
        font-size: 1.2em;
        -webkit-border-radius: 50px 0 0 0;
        border-radius: 50px 0 0 0;

        -webkit-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.75);
        }

        a#tab_button:after {
        -webkit-border-radius: 50px 0 0 0;
        border-radius: 50px 0 0 0;
        }

        .calenders-tab {
        width: auto;
        background-image: linear-gradient(to bottom, #fefefe, #e5e5e5);
        -webkit-backface-visibility: hidden;
        }


    }

/* These styles are applied for viewports 768px and higher */
@media only screen and (min-width: 768px) {

    a#tab_button{
    font-size: 1.4em;
    }


}

@media only screen and (min-width: 1030px) { 


}