body {
  font-family: 'Proza Libre', sans-serif;
  line-height: 1.8;
  color: #4b4b4b;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.navbar-default {
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  border-bottom: 1px solid #7a97bb;
}

.navbar-default .navbar-brand {
  height: 40px;
}

.navbar-default .navbar-brand img {
  max-width:120px;
  margin-top: -7px;
}

/* .navbar-default .navbar-nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
  color: #ccd5e4;
} */

.nav-social >li {
  width: 30px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.bg-grey {
    background-color: #f6f6f6;
}

.carousel {
  max-width: 940px;
  padding-top: 40px;
  margin: auto;
}

.site-content {
    max-width: 1200px;
    margin: auto;
}

.spacer {
  padding-top: 60px;
  padding-bottom: 60px;

}
.container-fluid {
    padding: 20px 20px 40px;
}

.social {
	position: absolute;
	right:0;
}

.big-social {
	text-align: center;
}

.big-social img {
	margin:0px 5px;
}

.logo {
  font-size: 60px;
  padding: 10%;
  color: #0000bb;
}

.logo-sm {
  font-size: 30px;
  padding: 3%;
  color: #000088;
}

/* Fix Chrome video flash bug */
.embed-responsive {
    z-index:1000
}

.page-title {
	margin-bottom: 10px;
}

.page-title h1 {
	background-color: #fff;
	font-family: 'Enriqueta', serif;
	padding:30px;
	font-size: 30px;
	line-height: 1em;
}

.panel {
      border: 1px solid #efefef;
      border-radius:0 !important;
      transition: box-shadow 0.5s;
}

.desc {
  /* font-family: 'Enriqueta', serif; */
  text-align: justify;
  color: #6e6e6e;
	padding:30px;
	font-size: 20px;
	line-height: 1.5em;
}

.panel.panel-default.panel-body.no-hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(102,153,255, .2);
}

.section-title {
  font-family: 'Amaranth', sans-serif;
  padding: 20px;
  font-size: 3em;
  line-height: 1em;
}

.work-type {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
}

.work-item {
	margin-bottom: 10px;
}

.work-img {
	width:212px;
	height:125px;
	border:1px solid #d7d7d7;
	padding:5px;
	cursor: pointer;
	transition: border 0.4s;
	-webkit-transition: border 0.4s;
}

.work-img:hover {
	border:1px solid #000;
	transition: border 0.4s;
	-webkit-transition: border 0.4s;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}

.work-title {
	margin-left: 5px;
	font-size: 13px;
}

.work-from {
	font-size: 11px;
	color:#999;
	margin-left:5px;
}

.contract-holder {
	width:212px;
	height:125px;
	border:1px solid #d7d7d7;
	padding:5px;
	cursor: pointer;
	transition: border 0.4s;
	-webkit-transition: border 0.4s;
}

.contract-holder:hover {
	border:1px solid #000;
	transition: border 1.4s;
	-webkit-transition: border 0.4s;
	-moz-box-shadow: 0 0 5px #000088;
	-webkit-box-shadow: 0 0 5px #000088;
	box-shadow: 0 0 5px #000088;
}

.heading {
  padding-top: 60px;
  padding-bottom: 30px;
}

.btn-work {
  /* margin-top: 50px; */
  margin-bottom: 40px;
}


.well {
  background-color: #cfe2f2;
  margin-bottom: 80px;
}

.well h3 {
  color: #6f6e6e;
}

.well p {
  font-size: 20px;
}

.team-member {
	margin-bottom: 28px;
}

.member {
	width:200px;
	height:200px;
}

.team-name, .team-position {
	display: block;
	text-align: center;
}

.team-name {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.glow {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

.rounded {
	border-radius: 5px;
}

.actual-list {
	list-style-type: none;
	padding: 0px;
  margin-top: 3%;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

.actual-list li {
	/* font-size: 14px; */
	font-size: 1.2em;
	line-height: 2.2em;
	padding: 5px;
	background-color: #e7e7e7;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #f1f1f1;
}

.actual-list li:hover {
	background-color: #e0e0e0;
}

.mailing {
  font-size: 1.3em;
}

.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible;
}

@media screen and (max-width: 768px) {
    .actual-list {
        margin: 25px;
    }
    .work-type {
      text-align: center;
    }
    .big-social {
      margin-top: 20px;
    }
}


@media (max-width: 996px) {
  .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;
  }

  .work-type {
    text-align: center;
  }
}




/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
