#car1 img
{
height: 100%;


}

#myCarousel h3
{font-size: 60px;}

#car2 img
{
height: 100%;
}

#car3 img
{
height: 100%;
}

.navbar-toggle{

}

.mynav {
border-radius: 0;
}

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

body {
  max-width: 100%;
  margin: 0 auto;
}

#social img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-lg-2
{

	margin-bottom:20px;
}

.col-lg-3
{
    text-align: center;
}

#myCarousel2 .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
#myCarousel2 .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
#myCarousel2 .carousel-control:hover,
#myCarousel2 .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=1);
  outline: 0;
}
#myCarousel
{
  margin-left:-15px;
  margin-right:-15px;
}

#middler img
{
width:100%;
}

#skil button
{
margin-top: 5px;
}

#sites img {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#sites img:hover {
    opacity: 0.5;
    filter: alpha(opacity=40);
}

.spacer{
width:100%;
height:50px;
}

.nopopout{
z-index: 10;
position:fixed;
width:100%;
height:1px;
top:0px;
-webkit-box-shadow: 0px 15px 15px 40px rgba(0,0,0,0.74);
-moz-box-shadow: 0px 15px 15px 40px rgba(0,0,0,0.74);
box-shadow: 0px 15px 15px 40px rgba(0,0,0,0.74);
}

.popout{
z-index: 100;
}
