/*!
 * Start Bootstrap - 3 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.portfolio-item {
    margin-bottom: 25px;
}

.catalog-wrapper{
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
  padding: 15px;
  border-radius: 5px;
  padding-bottom: 5px;
}

footer {
    margin: 50px 0;
}
.img-responsive{
  opacity: 0.8;
}
.start{
  color: white !important;
  display: inline-block;
  float: right;
  font-size: 16px;
  height: 100%;
  padding: 0 20px;
  line-height: 26px;
  border-radius: 3px;
  background: #46a2d8;
  text-decoration: none !important;
}
.type-icon{
  color: white;
  padding: 9px 10.5px 7px 11.5px;
  position: absolute;
  top: 8px;
  left: 23px;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
  background: #063b70;
}
.difficulty-icon{
  border-radius: 50%;
  position: absolute;
  top: 8px;
  height: 44px;
  width: 44px;
  right: 23px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}
#css3{
  padding: 9px 7.5px 7px 8.5px;
}
#jsfiddle{
  padding: 9px 5.5px 7px 6.5px;
}
#bars{
  padding: 9px 9.5px 7px 10.5px;
}
#calc{
  padding: 9px 7px 7px 9px;
}
#spin{
  padding: 9px 9.25px 7px 10.25px;
}
#plug{
  padding: 9px 7.5px 7px 8.5px;
}
#cal{
  padding: 9px 8.5px 7px 9.5px;
}
.video-holder{
  position: fixed;
  z-index: -1;
  opacity: 0;
  left: calc(50% - 400px);
  top: calc(50% - 250px);
  transition: 1s;
}
.overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  opacity: 0;
	transition: 1s;
}
.preview{
  float: left;
  padding: 0 10px;
  background: rgb(180, 0, 0);
}
.line{
  line-height: 26px;
  display: inline-block;
  max-width: calc(100% - 148px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.preview:hover{
  cursor: pointer;
  user-select: none;
}
.catalog-wrapper h3{
  text-align:center;
  font-size: 20px;
}
