.navbar-brand {
	padding:0 !important;
	height:66px;
}

.navbar-brand-logo {
	height:50px;	
	margin: 8px auto;
}

.navbar-brand-text{
	font-weight:300;	
}

.navbar-header {
	background-color:#0072ce !important;
}


/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 7px 25px;
    color: #fff;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background:#428BCA;
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 4px;
    zoom: 1;
}

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background:#428BCA;
}

/* fullcalendar Custom style
--------------------------------------------------------------------------------------------------*/
.fc-header-toolbar{
	text-transform: uppercase;
}

.fc-list-item, .fc-event{
    cursor: pointer;
}

.fc a.fc-event:hover{
	cursor: pointer;
}

.fc td.fc-widget-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 0px;
  font-size: 14px;
  text-transform: uppercase; }

.fc td.fc-widget-content {
  border-width: 1px 0 0; }

.fc td.fc-day.fc-widget-content + .fc-widget-content {
  border-left-width: 1px; }

.fc .fc-row {
  border-width: 0; }

.fc table > thead > tr > th {
  border-width: 0;
  font-weight: 100; }

.fc .fc-toolbar h2 {
  display: inline-block;
  font-size: 20px;
  vertical-align: sub; }

.fc .fc-axis.fc-time {
  text-transform: uppercase; }

.fc .fc-toolbar {
  position: relative; }

.fc-button.fc-prev-button, .fc-button.fc-next-button {
  outline: none;
  box-shadow: none;
  background-image: none;
  background-color: transparent;
  border: 0px solid transparent; }

.fc-button.fc-month-button, .fc-button.fc-agendaWeek-button, .fc-button.fc-agendaDay-button {
  height: auto;
  padding: 8px 14px;
  font-size: 14px;
  box-shadow: none;
  background-image: none;
  text-transform: capitalize;
  background-color: #f6f8f8;
  border-color: #e4eaec;
  outline: none; }

.fc-button.fc-state-active, .fc-button.fc-state-hover {
  background-color: #fff; }

.fc-unthemed .fc-today {
  background-color: #f4f7f8; }

.fc-toolbar .fc-right {
  position: absolute;
  right: 0;
  top: 0; }

.fc-agendaWeek-view .fc-event, .fc-agendaDay-view .fc-event {
  border-radius: 3px; }

.fc-row.fc-widget-header {
  border-color: transparent; }

.calendar-container {
  overflow: hidden;
  padding: 0; 
}

@media (max-width: 991.98px) {
  .fc-toolbar {
    margin-bottom: 60px; }
    .fc-toolbar .fc-center {
      white-space: nowrap; }
    .fc-toolbar .fc-right {
      top: 50px; }
  .fc-button.fc-prev-button {
    padding-left: 0; }
  .fc-button.fc-next-button {
    padding-right: 0; } }
