/* This stylesheet is meant for custom styles, on top of the Ever+ Template */

.to-top {
	display: none !important;
}

.navbar-default2 {
	margin-top: 110px !important;
	padding: 0 0 !important;
}

@media screen and (max-width: 1200px) {
  .navbar-default2 {
    margin-top: 50px !important
  }
}

@media screen and (max-width: 992px) {
  .navbar-default {
    padding: 0;
  }
 }

.navbar-default2.affix {
  margin-top: 50px !important;
  -webkit-transition: margin .3s !important;
  transition: margin .3s !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
}

.grid.classic .item .title {
	font-size: 0.9em;
}

.grid.classic .item .description {
	font-size: 0.9em;
}

#folio {
  border-top: 1px solid #f3f3f3;
  padding: 150px 0;
}

@media screen and (max-width: 992px) {
  #folio {
    padding: 70px 0;
  }
}

.hst {
	margin-top: -110px !important;
}

@media screen and (max-width: 1200px) {
  .hst {
    margin-top: -50px !important;
  }
}

.imprint {
	text-align: right;
}

@media screen and (max-width: 992px) {
  .imprint {
	text-align: center;
	padding-top: 10px;
  }
}

.big-list li div p {
  color: #555;
}

.big-list li:hover {
  background: none;
}

.big-list.narrow li div h4, .big-list.narrow li div p {
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.copa {
  padding-top: 80px;
}

@media screen and (max-width: 1200px) {
  .copa {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 992px) {
  .copa {
    padding-top: 40px !important;
  }
}

.content p a {
  border-bottom: none;
}

.active1{
  background-color: #e7e7e7 !important;
  color: #555 !important;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.active1 a {
  background-color: #e7e7e7 !important;
  color: #555 !important;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.active1:hover {
  background: #555 !important;
  color: #e7e7e7 !important;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.active1 a:hover {
  background: #555 !important;
  color: #fff !important;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.active2{
  background-color: #555 !important;
  color: #fff !important;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.active2 a {
  background-color: #555 !important;
  color: #fff !important;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.active2:hover {
  background-color: #555 !important;
  color: #fff !important;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.active2 a:hover {
  background-color: #555 !important;
  color: #fff !important;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media screen and (max-width: 922px) {
  .hideit {
    display: none;
  }
}

.grid .item {
    position: relative;
    display: block;
    overflow: hidden;
}

.grid .item .bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 100%;
}

.grid .item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    color: #333;
}

.grid .item .caption .title {
    margin: 0;
    font-size: 16px;
}

.grid .item .caption .description {
    margin: 5px 0 0;
    font-size: 14px;
}

.grid .item:before {
  padding-top: 0px !important;
}



