/*Prefix Styles*/
.m0 {
  margin: 0;
}
.m0a {
  margin: 0 auto;
}
.p0 {
  padding: 0;
}
body {
  position: relative;
}
/*Floating*/
.fleft {
  float: left;
}
.fright {
  float: right;
}
/*Section Fix*/
section.row,
header.row,
footer.row {
	margin: 0;
	position: relative;
	background-color: #ffffff;
}

/*Modify Core CSS*/
.list-inline {
  margin: 0;
}
/*Section Title*/
.sectionTitles {
  margin-bottom: 40px;
}
.sectionTitles .sectionTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 0;
}
.sectionTitles .sectionTitle.whiteTC {
  color: #FFF;
}
.sectionTitles .sectionSubTitle {
font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #4c545f;
  text-align: center;
}
.sectionTitles .sectionSubTitle:before,
.sectionTitles .sectionSubTitle:after {
  width: 75px;
  height: 1px;
  background: #4c545f;
  content: '';
  display: inline-block;
  top: -4px;
  position: relative;
}
.sectionTitles .sectionSubTitle:before {
  margin-right: 20px;
}
.sectionTitles .sectionSubTitle:after {
  margin-left: 20px;
}
.sectionTitles .sectionSubTitle.whiteTC {
  color: #FFF;
}
.sectionTitles .sectionSubTitle.whiteTC:before,
.sectionTitles .sectionSubTitle.whiteTC:after {
  background: #FFF;
}
@media (max-width: 1024px) {
  .sectionTitles .sectionTitle {
    font-size: 30px;
  }
  .sectionTitles .sectionSubTitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}

/*Latest Post*/
#latestPosts {
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
#latestPosts .sectionTitles {
  margin-bottom: 10px;
}
/*----------------------------------------------------------------*/
/*Blogs*/
#blogs {
  padding-top: 5px;
  margin-bottom: 5px;
}
.blog {
  margin-top: 5px;
}
.blog .blogInner {
  border: 1px solid rgba(156, 156, 156, 0.3);
  overflow: hidden;
}
.blog .blogInner .blogDateTime {
  line-height: 60px;
  color: #4c545f;
font-family: 'Open Sans', sans-serif;
}
.blog .blogInner .blogDateTime i {
  line-height: 60px;
  width: 60px;
  background: #8a8a8a;
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #FFF;
  margin-right: 30px;
  float: left;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .blogDateTime i:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #8a8a8a;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: -10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .featureImg {
	max-height: 150px;
	position: relative;
}
.blog .blogInner .featureImg a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.blog .blogInner .featureImg a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts {
  background: #f2eded;
  padding: 0 10px 10px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts .postExcerptInner {
	margin-top: -10px;
	padding: 20px;
	font-family: "Open Sans",sans-serif;
	background: #FFF;
	position: relative;
}
.blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 15px;
  color: #000;
  margin-top: 0;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts .postExcerptInner p {
  font-size: 14px;
  color: #5a5a5a;
}
.blog .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #f7b71e;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner:hover .blogDateTime i {
  background: #f7b71e;
}
.blog .blogInner:hover .blogDateTime i:after {
  border-left-color: #f7b71e;
}
.blog .blogInner:hover .featureImg a img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.blog .blogInner:hover .postExcerpts {
  background: #f7b71e;
}
.blog .blogInner:hover .postExcerpts .postExcerptInner a.postTitle h4 {
  color: #f7b71e;
}
.blog .blogInner:hover .postExcerpts .postExcerptInner a.readMore {
  color: #9c9c9c;
}
.blog.row {
  padding: 0 15px;
}
.blog.row .blogInner .featureImg a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.row .blogInner .postExcerpts {
  padding: 0px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner {
  margin-top: 0;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 17px;
  color: #000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}ss
.blog.row .blogInner .postExcerpts .postExcerptInner p {
  font-size: 8px;
  color: #585555;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #f7b71e;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.sinlge-blog {
  margin-bottom: 20px;
  padding-right: 20px;
}
.blog.sinlge-blog .blogInner .featureImg {
  max-height: 100%;
}
.blog.sinlge-blog .blogInner .featureImg a {
  height: 100%;
}
.blog.sinlge-blog .blogInner .featureImg a img {
  width: 100%;
}
.blog.sinlge-blog .blogInner .postExcerpts {
  padding-top: 0;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
  margin-top: -40px;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
  font-size: 10px;
  color: #555555;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #f7b71e;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1024px) {
  .blog .blogInner .blogDateTime {
    line-height: 50px;
    font-size: 13px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 50px;
    width: 50px;
    font-size: 13px;
    margin-right: 20px;
  }
  .blog .blogInner .postExcerpts {
    background: #f2eded;
    padding: 0 25px 25px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
    padding: 20px;
  }
  .blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
    font-weight: normal;
  }
  .blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 12px;
    color: #555555;
    margin-bottom: 0;
  }
  .blog .blogInner .postExcerpts .postExcerptInner a.readMore {
    font-size: 13px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 33px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 12px;
  color: #555555;
  }
}
@media (max-width: 992px) {
  #blogs .col-sm-9 {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .blog .blogInner .blogDateTime {
    line-height: 40px;
    font-size: 12px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 40px;
    width: 40px;
    font-size: 12px;
    margin-right: 15px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 30px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
   font-size: 12px;
   color: #555555;
  }
}
@media (max-width: 767px) {
  .blog {
    max-width: 400px;
    margin: 30px auto 0;
  }
  .blog .blogInner .blogDateTime {
    line-height: 40px;
    font-size: 12px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    margin-right: 15px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 33px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
   font-size: 12px;
   color: #555555;
    margin-bottom: 14px;
  }
  .blog.sinlge-blog {
    max-width: 100%;
    padding: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 12px;
    color: #555555;
  }
}
/*----------------------------------------------------------------*/
