
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
font-family: 'Open Sans', sans-serif;	
}

a:hover{
color: #f9d05f;
text-decoration: none;
}

@media (max-width: 1200px) {
  body {font-size: 12px;}
  h3 {font-size: 18px;}
}

.breadcrumb {
	background: transparent;
}

/* Navbar */
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 0px;
border: 1px solid transparent;
}

.navbar-inverse {
background-image: -webkit-linear-gradient(top,#2e4e4f 0,#2e4e4f 100%);
background-image: -o-linear-gradient(top,#2e4e4f 0,#2e4e4f 100%);
background-image: linear-gradient(to bottom,#2e4e4f 0,#2e4e4f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e4e4f',endColorstr='#ff22e4e4f',GradientType=0);
color: #fff;
border-bottom: 1px solid #1a3637;
font-family: 'Oswald', sans-serif;
font-size: 125%;
}

.navbar-inverse .navbar-nav>li {
color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover {
color: #f9d05f;
}
.navbar-inverse .navbar-nav>li>a:visited {
color: #fff;
}
.navbar-inverse .navbar-nav>li>a:active {
color: #f9d05f;
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* Homepage */
.homepage-features {
/*background: #5b4c4b;*/
background: url(../images/background.jpg);
margin-top:-70px;
color:#fff;
padding: 10px;
}
.homepage-features img {
-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
.homepage-body {
background-color: #4b5b5c;
color: white;
}
.homepage-body a{
color: #fff;
text-decoration: none;
}
.homepage-body a:hover{
color: #f9d05f;
}

/* Social */
.social a{
color: #fff;
text-decoration: none;
}
.social a:hover{
color: #f9d05f;
}

/*Search*/


/* Footer */
footer {
background-color: #2e4e4f;
color: white;
}
.sponsors {
background-color: #4b5b5c;
color: white;
}

/* Column Pages */

.column .img-circle {
  border: 2px solid #E6E6E6;
}

.column img:hover {
  border: 4px solid #FFF;
}

/* Flex Slider */
.flex-direction-nav {
width: 100%;
height: 0px;
bottom: inherit;
top: 50%;
margin-top: -15px;
}
.flex-direction-nav .flex-prev:after {
  	background-color: #2e4e4f;
}
.flex-direction-nav .flex-next:after {
  	background-color: #2e4e4f;
}
.flex-direction-nav .flex-next {
	right: 0 !important; margin-right: -20px; 
   	opacity: 1 !important; 
}
.flex-direction-nav .flex-prev { 
   	left: 0 !important; opacity: 1 !important; 
   	margin-left: -20px; 
}


/* Single Project */
.project-section {
  padding: 65px 0 65px;
}
.project-section .flex-direction-nav {
  width: 100%;
  height: 0px;
  bottom: inherit;
  top: 50%;
  margin-top: -15px;
}
.project-section .flex-direction-nav .flex-next {
	right: 0 !important; margin-right: 0px; 
   	opacity: 1 !important; 
}
.project-section .flex-direction-nav .flex-prev { 
   	left: 0 !important; opacity: 1 !important; 
   	margin-left: 0px; 
}
.project-section .title-section {
  margin-bottom: 26px;
}
.project-section .single-project-content ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-left: 30px;
}
.project-section .single-project-content ul li {
  list-style: none;
  width: 50%;
  float: left;
  color: #191919;
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  margin-bottom: 18px;
  padding-left: 37px;
  position: relative;
}
.project-section .single-project-content ul li:before {
  position: absolute;
  content: '\f05d';
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 24px;
  margin-right: 16px;
  color: #8fd0a6;
  line-height: 24px;
}
/* 
.btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
  background: #8fd0a6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn:hover {
  opacity: 0.7;
}
.btn-warning {
  background: #eb9316;
}
*/
.other-project-section .title-section {
  margin-bottom: 30px;
}
.similar-project {
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .similar-project .even {
    clear: right;
  }
}
.similar-project .project-post {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.similar-project .project-post img {
  width: 100%;
}
.similar-project .project-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8fd0a6;
  opacity: 0;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.similar-project .project-post .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -50px;
  text-align: center;
}
.similar-project .project-post .hover-box .inner-hover h2 {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 -2px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.similar-project .project-post .hover-box .inner-hover p {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 12px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.similar-project .project-post .hover-box .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 50px;
  height: 50px;
  background: #ffffff;
  text-align: center;
  margin-right: -2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.similar-project .project-post .hover-box .inner-hover a i {
  line-height: 50px;
  font-size: 22px;
  color: #8fd0a6;
}
.similar-project .project-post .hover-box .inner-hover a:hover {
  opacity: 0.7;
}
.similar-project .project-post .hover-box .inner-hover a.zoom {
  margin-right: 60px;
}
.similar-project .project-post .hover-box .inner-hover a.link {
  margin-left: 60px;
}
.similar-project .project-post:hover .hover-box {
  opacity: 1;
}
.similar-project .project-post:hover .hover-box .inner-hover h2 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.similar-project .project-post:hover .hover-box .inner-hover p {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.similar-project .project-post:hover .hover-box .inner-hover a.zoom {
  margin-right: -2px;
}
.similar-project .project-post:hover .hover-box .inner-hover a.link {
  margin-left: 0px;
}
.folder-content-list .content-list-items .list-item article .list-item-title a, .component-content-list .content-list-items .list-item article .list-item-title a {
color: #c09853;
text-decoration: none;
}

.folder-grid-circle img {border-radius: 50% !important;border: 2px white solid;}
.folder-grid-circle img:hover {border: 2px blue solid;}
.folder-grid-circle .mura-item-content {text-align: center !important;}
.folder-grid-circle .mura-item-meta__title {text-align: center !important;}

/*Alerts*/
.alert {
  background-position: -17px center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 12px;
  min-height: 56px;
  padding-left: 80px;
  padding-top: 8px;
  padding-right: 30px;
  position: relative
}
.alert .close {text-align: right;}
.alert-success {background-color: #3c763d;background-image: url(../images/alert-success@2x.png)}
.alert-info {background-color: #0fafcd; background-image: url(../images/alert-info@2x.png)}
.alert-warning {background-color: #ec9300;background-image: url(../images/img/alert-warning@2x.png);background-position: -17px center}
.alert-danger, .mura .alert-error {background-color: #d01d1b;background-image: url(../images/alert-danger@2x.png)}
.container>.alert {margin-left: -15px;margin-right: -15px}
