@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}
/* Add icons you will be using below */
.glyphicon-fire:before {
  content: '\e104';
}
.glyphicon-eye-open:before {
  content: '\e105';
}
.sub-menu {
    position: absolute;
    white-space: nowrap;
    visibility:hidden;
	 border-top: 2px solid #3466ab;
}
.sub-menu li {
    list-style: none;
    font-size: 14px;
	    background: #0c1b3e;
}

.sub-menu li a:hover {
	background-color: #3466ab;
    color: #0c1b3e;
}
.carousel-slider .owl-stage , .carousel-slider .owl-stage-outer , .carousel-slider.owl-loaded{
	z-index:0 !important;
	position:relative;
}
#widget_carousel_slider-3{
	z-index:0 !important;
		position:relative;
}
.sub-menu li a {
    color: #ffffff;
    text-decoration: none;
    background: #0c1b3e;
    padding: 10px 10px;
    width: 100%;
    display: block;
    border-bottom: solid 1px #1d2a48;
}
.active-sub-menu{
	visibility:visible;
	 -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  }
  @keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
  } 















.ai1ec-event.ai1ec-event-id-1628.ai1ec-event-instance-id-1{
	width:100% !important;
}

.ai1ec-date-block-wrap {
    width: auto;
    float: left;
}

#ai1ec-calendar-view .ai1ec-month ,#ai1ec-calendar-view  .ai1ec-day ,#ai1ec-calendar-view  .ai1ec-weekday ,#ai1ec-calendar-view  .ai1ec-year{
  
	color:#fff;
	padding:5px;
}


.ai1ec-event-title-wrap.ai1ec-clearfix {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.ai1ec-posterboard-image-container {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ai1ec-load-event {
    float: left;
}
.ai1ec-posterboard-time {
    float: left;
    width: 70%;
    margin-left: 15px;
}
.ai1ec-event-description {
    float: left;
    width: 70%;
    margin-left: 15px;
}
.ai1ec-sas-actions.ai1ec-btn-group.ai1ec-clearfix {
    float: left;
}
.ai1ec-event-wrap.ai1ec-clearfix {
    margin-top: 15px;
}
.ai1ec-event-avatar-wrap.ai1ec-pull-left img{
	width:100px;
}
.ai1ec-event-meta {
    float: left;
    margin-left: 15px;
}
.ai1ec-event-title {
	float: left;
width: 100%;
	margin-bottom:15px;
}
.ai1ec-clearfix.ai1ec-event.ai1ec-event-id-1628.ai1ec-event-instance-id-1 {
    margin-bottom: 15px;
}
.ai1ec-col-sm-7.ai1ec-col-sm-pull-5 {
    background: #f2f2f2;
    padding-top: 15px;
}

.ai1ec-field-label {
    color: #0c1b3e;
}
.ai1ec-single-event #ai1ec-gmap-canvas, .ai1ec-multi-event #ai1ec-gmap-canvas {
    width: 100%;
    height: 287px !important;
}
#comment-1:hover {
    background: transparent !important;
}

.comment-list .parent:hover {
    color: #020202 !important;
}

.ai1ec-event-description .ai1ec-load-event {

}
.ai1ec-event-description .ai1ec-load-event {
    float: none;
}












a.ai1ec-date-title.ai1ec-load-view {
    background-image: inherit;
    background: #0c1b3e;
    width: 55px;
}
.ai1ec-title-buttons .ai1ec-btn-group {
    margin-left: 0 !important;
}

#ai1ec-calendar-view .ai1ec-oneday-view table {
    table-layout: auto !important;
}
#ai1ec-calendar-view .ai1ec-week-view table {
    table-layout: auto !important;
}
.ai1ec-agenda-widget-view {
    max-width: 100%;
}





.ai1ec-date-title.ai1ec-load-view .ai1ec-year {
    background: #ffae03 !important;
}
#myCarousel .carousel-caption h1 {
	color: #fff !important;
	font-size: 50px;
	font-weight: bold;
}
#myCarousel .carousel-caption h3{
	color: #fff !important;
}

.carousel-caption{
	top: calc(30%/2) !important;
}
@media screen and (min-width: 768px){
	.carousel-caption{
	top: calc(50%/2) !important;
}
}
/*#myCarousel .carousel-indicators {
	display: none;
}*/

@media screen and (max-width: 768px){
	#myCarousel .carousel-caption h3, #myCarousel .carousel-caption div {
		display: none;
	}
	#myCarousel .carousel-caption h1 {
		font-size: 35px;
	}
	
  .col-client .owl-nav{
    display: none;
  }
  .col-client .owl-carousel {
    height: 150px;
  } 
}

@media screen and (min-width: 768px) and (max-width: 990px) {
	#myCarousel .carousel-caption h1 {
		font-size: 40px;
	}
	#myCarousel .carousel-caption h3 {
		font-size: 20px;
	}
	#myCarousel .carousel-caption div {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px){
	#myCarousel .carousel-caption h1 {
    font-size: 20px;
    margin: 0;
}
}


.ai1ec-single-event .ai1ec-event-details {
    overflow: visible !important;
}












