/* Add here all your CSS customizations */

.body_html h2, .body_html h3 {
	margin-top: 26px !important;
	margin-bottom: 11px !important;
}



/* Typeahead */
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}



/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


.news-section {
 /*   background-image: url([file:57588fba0643f]) !important;*/
    background-color: #e8a921 !important;
    background-size: cover !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.47);
    border-radius: 5px;
    padding-bottom: 20px !important
}
.news-section .news-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 420px;
    padding-bottom: 20px;
    margin-bottom: 20px
}
.news-section .news-banner .banner-header {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: #e8be21
}
.banner-header-primary {
}
.news-section .news-banner .banner-header h3 {
    padding: 12px 20px;
    background-color: #e8a921;
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}
@media (max-width: 767px) {
    .news-section .news-banner .banner-header h3 {
        font-size: 20px
    }
}
.news-section .news-banner .banner-header p {
    padding: 12px 20px;
    margin-bottom: 0;
    color: #352c2c;
    font-size: 16px
}
@media (max-width: 767px) {
    .news-section .news-banner .banner-header p {
        font-size: 14px
    }
}
.news-section .news-preview-item {
    display: block;
    color: white;
    text-decoration: none !important;
    margin-bottom: 30px
}
.news-section .news-preview-item .label {
    border-radius: 5px;
    padding: 3px 5px
}
.news-section .news-preview-item .label-danger {
    background-color: #cd0a12
}
.news-section .news-preview-item h4 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px
}
.news-section .news-preview-item .news-date {
    font-size: 14px
}
.news-section .news-preview-item .img-preview {
    width: 140px;
    height: 95px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.47);
    border-radius: 5px;
    background-size: cover;
    float: left;
    margin-right: 15px;
    background-position: center
}
.news-section .btn-more {
    border-radius: 5px;
    background-color: rgba(2, 61, 24, 0.6);
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 13px 15px;
    text-decoration: none !important
}
.news-section .btn-more i {
    font-size: 25px;
    margin-left: 5px;
    position: relative;
    top: 2px
}
.featured-box {
    position: relative;
    border-radius: 10px
}
.featured-box .box-img {
    position: absolute;
    top: -15px;
    right: 10px
}
.featured-box h3 {
    padding-right: 50px
}
.featured-box .more-videos-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    font-weight: 700
}
.featured-box .more-videos-btn i {
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 2px
}

.banner-header-primary {
background-color: #ff0000 !important;
}

.event_line2{
    font-size:11px !important;
}
.mb_small{ 
    margin-bottom: 15px !important;
}
@media (min-width: 992px) {
	.event_row_height{
	    height:675px !important;
	}
}
.event_day{
    text-align:center!important;
    font-size:14px;
    font-weight:bold;
    margin-bottom:0px!important;
}
.event_month{
    text-align:center!important;
    font-size:14px;
    margin-bottom:0px!important;
}
.event_title{
    font-weight:bold!important;
    margin-bottom:2px!important;
    text-transform:capitalize!important;
    font-size:15px !important;
}
tr.event_row{
    border-bottom:1px solid #888;
}

@media (min-width: 992px) {
	/*
	#header .header-nav-main nav>ul>li.dropdown:hover>a {
		padding: 10px 13px;
	}

	#header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
		position: absolute;
		top: 100%;
	}
	*/
}

@media (max-width: 991px) {
	#header .header-nav-main nav>ul>.dropdown.in .dropdown-menu {
		position: relative;
		display: block;
	}

	#header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
		position: absolute;
		top: 100%;
	}
}

@media (max-width: 767px) {
	.header-row .header-column:nth-child(1) {
		float: left;
		width: 180px
	}
	.header-row .header-column:nth-child(2) {
		float: right;
		width: 100px;
		margin-top: 30px
	}

	#header {
		min-height: auto !important;
	}
}
