body{
	margin-top: 50px;
}
.bg-highlighter{
	padding:20px 0px;
	background-color:#E4E4E4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #B6B6B6;
	border-bottom-color: #B6B6B6;
}
.bg-job{
	background-color: #EEF7EF;
}
.date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
	color: #fff;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 4px 0px;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: inherit;
  font-weight: 500;
  padding: 6px 0px;
}

.iconpadding i{
	padding-right:7px;
}
.margin-20 {
	margin-top:20px; 
}
.maintitle {
	text-align:right;
}
.maintitle h1 {
	font-size:115%;
}
.category-name h2, .blog-title h3, .side-links h2 {
		font-size:125%;
}
.block-title h3{
		font-size:165%;
}
.blog-title h3, .product-title h2, .side-links h2, .event-list h5 {
		margin-top:0px;
}
.news-title h1 {
	font-size:150%;
	margin-top:0px;


}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #6091ba;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #6091ba;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}
/* ======= Video Carousal =========== */
.video {
  position: relative;
}
.video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.video .video-iframe {
  max-width: 100%;
  margin-bottom: 5px;
  width:100%;
}
.video {
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 30px;
}
.section-content {
  padding: 15px;
  padding-top: 0;
}
h4.section-heading {
  display: inline-block;
  padding: 0 15px;
  padding-top: 5px;
}

.responsive-iframe {
  width:100%;
  margin-bottom:20px;
}

/* ======= Client logo carousal ========== */
.awards {
  background: #fff;
}
.awards .logos {
  margin: 0;
  padding: 0;
}
.awards .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
}
.awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.awards .carousel-control:hover .fa {
  color: #999;
}


@media (max-width:767px){
.maintitle {
	text-align:left;
}

}
@media (min-width:768px){
.dropdown:hover .dropdown-menu {
    display: block;
}
}


/* Five coloum css */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }

