/*

INDEX OF CONTENT

	01 General 
	02 Page Title Styling 
	03 Slider (Homepage Slider)
	04 FOLDER STYLING: BLOG
	05 FOLDER STYLING: Portfolio 
	06 COMPONENT STYLING 
	07 CONTENT COLLECTIONS
	09 Media Queries

*/
/******************  
	01 General 
	****************/
html,
body {
  height: 100%;
  width: 100%;
}
.navbar-default .navbar-collapse {
  background: #ffffff;
}
.navbar-default #navPrimary > .active > a {
  background: none;
  color: #3ebedb;
}
.content .mura-index,
section .mura-index {
  border: none;
}
.content {
  margin-bottom: 30px;
  margin-top: 30px;
}
.text-light {
  color: #fff;
} 

footer { 
	background: #272727; 
	padding-top: 25px; 
	margin-top: 50px; 
} 
footer a { 
	color:#666; 
	text-decoration: underline;
} 
footer a.btn {
	text-decoration: none;
}
/* Text Styles */
.heading-line {
  display: block;
  height: 3px;
  width: 10%;
  background: #3ebedb;
  margin: 0 auto;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
}
.heading-line.left {
  margin: 0;
  width: 40%;
}
.heading-line:hover {
  width: 15%;
}
.subheading {
  font-weight: 400;
  line-height: 1;
  color: #bbb;
  font-size: 1.5em;
  margin-top: 15px;
}
/****************** 
	02 Page Title 
	****************/
.pageTitle {
  height: 200px;
  padding-top: 75px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #3ebedb !important;
}
.pageTitle h1 {
  text-transform: uppercase;
  font-weight: 200;
}
.imgHero {
  height: 500px;
  padding-top: 0;
}
.overlay {
  height: 100%;
  width: 100%;
  -webkit-transition: background 500ms ease;
  transition: background 500ms ease;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 200px;
}
.overlay:hover {
  background: transparent;
}
.overlay:hover > .container > h1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.breadcrumb-wrapper {
  background-color: #f5f5f5;
  width: 100%;
}
.breadcrumb {
  margin-bottom: 0;
}
.portfolioSingleCrumbWrap {
  margin-top: 65px;
}
/******************  
	03 Slideshow (Homepage Slider) 
	****************/
.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel-caption {
  top: 20%;
  text-shadow: none;
}
.carousel-caption h3 {
  font-weight: 200;
  font-size: 2em;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.carousel-caption p {
  font-size: 1.3em;
  font-weight: 200;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
/****************** 
	04 FOLDER STYLING: Blog
	****************/
.blogimg {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.blogHeading {
  margin-bottom: 5px;
  margin-top: 0;
}
.blogContent {
  margin-top: 20px;
}
.blogimgCaption {
  visibility: hidden;
  transition: background 400ms ease;
  text-align: center;
  padding-top: 85px;
}
.blogimgCaption i {
  color: #fff;
}
.blogimg:hover > .blogimgCaption {
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}
.blogsingleSubHeading {
  font-size: 1.5em;
}
.blogsingleContent {
  margin: 1.5em 0;
  padding-top: 1.2em;
}
/****************** 
	05 FOLDER STYLING: Portfolio 
	****************/
.filter-box {
  margin-bottom: 30px;
}
#option .btn-default.active {
  background: #3ebedb;
  color: #fff;
  border-color: #3ebedb;
}
.grid-item {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.grid-item:hover .caption {
  opacity: 1;
}
.grid-item:hover img {
  opacity: 1;
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}
.grid-item img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
}
.grid-item .caption {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.grid-item img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.grid-item .blur {
  background-color: rgba(0, 0, 0, 0.75);
  height: 250px;
  width: 900px;
  z-index: 5;
  position: absolute;
}
.grid-item .caption-text a {
  color: #fff;
}
.grid-item .caption-text p {
  color: #eeeeee;
}
.grid-item .caption-text h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.grid-item .caption-text {
  z-index: 10;
  position: absolute;
  width: 255px;
  text-align: left;
  top: 20px;
  left: 20px;
}
.gallery > .carousel-indicators {
  display: none;
}
.gallery > .controls {
  position: absolute;
  bottom: -15px;
  right: 5px;
  background-color: #3ebedb;
  padding: 3px 5px;
  color: white;
}
.gallery > .controls a {
  color: #fff;
}
.portfolioSingle h2 {
  margin-top: 1em;
}
.portfolioSingle .subheading {
  margin-top: 0;
}
/****************** 
	06 COMPONENT STYLING
	****************/
/* Component: Payoff */
.payoff {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 15px;
}
/* Component: Columns Fullwidth */
.column-fullwidth {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Component Accordion  */
#accordion > .panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
#accordion .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dashed #eeeeee;
  background-color: rgba(255, 255, 255, 0.6);
}
#accordion .panel-title {
  font-weight: 600;
}
/* Component: Icon List  */
.iconList {
  margin-top: 0px;
}
.iconList-item {
  margin-top: 30px;
}
.iconList-text h3 {
  margin: 0;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.iconList-box {
  display: block;
  background: transparent;
  padding: 1em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #3ebedb;
  color: #3ebedb;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.iconList-item:hover .iconList-text h3 {
  color: #3ebedb;
}
.iconList-item:hover .iconList-box {
  background: #3ebedb;
  color: #fff;
}
.iconListBG {
  position: absolute;
  top: 0;
  left: 20px;
  color: rgba(0, 0, 0, 0.05);
  font-size: 8em;
  -ms-transform: rotate(-7deg);
  /* IE 9 */
  -webkit-transform: rotate(-7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-7deg);
}
/****************** 
	07 CONTENT COLLECTIONS
	****************/
/* Team Member */
.imgTeamThumb {
  height: 180px;
  width: 180px;
  background-position: center center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.imgTeamThumb .caption {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
}
.imgTeamThumb:hover .caption {
  opacity: 1;
}
.memberSocialLinks {
  color: #fff;
  font-size: 21px;
  margin-right: 4px;
  margin-left: 4px;
}
.memberSocialLinks:hover {
  color: #3ebedb;
}
/* Testimonials */
.testimonials > .carousel-indicators {
  display: none;
}
.testimonials .talktext > .controls {
  width: 42px;
  margin: 0 auto;
  background-color: transparent;
  padding: 3px 5px;
  color: white;
  top: 0;
}
.testimonials .talktext > .controls a {
  color: #fff;
}
.testimonials .talktext > .controls .left,
.testimonials .talktext > .controls .right {
  margin-right: 5px;
  margin-left: 5px;
}
.testimonials .carousel-inner > .item > img {
  max-width: 80px;
  margin: 0 auto;
}
.talk-bubble {
  margin: 40px;
  display: inline-block;
  position: relative;
  width: 70%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 7px;
  padding-top: 7px;
}
.tri-right.btm-right:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 48%;
  top: -20px;
  border: 10px solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.3) transparent;
}
.talktext small {
  margin-top: 5px;
}
.talktext p {
  margin: 0;
}
/****************** 
	08 DISPLAY OBJECTS 
	****************/
.mura-category-summary {
  padding-top: 1em;
  margin: 1em 0;
}
.mura-category-summary li {
  border-bottom: 1px solid #eeeeee;
}
.mura-category-summary li a {
  color: #666666;
}
.mura-category-summary .last a {
  color: #999999;
}
.mura-comments h2 {
  display: none;
}
/****************** 
	09 Media Queries
	****************/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 669px) {
  .grid-item {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .carousel-caption {
    top: 30%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .carousel-caption {
    top: 30%;
  }
  .carousel-caption h3 {
    font-size: 4em;
  }
}
/* Large devices (large desktops, 1200px and up) */
