/*!
 * 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: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.portfolio-item {
     margin-top: 50px;
    margin-bottom: 200px;
    margin-left: 0;
    margin-right: 0;
    height: 200px;
}

    .portfolio-item h3 {
        min-height: 80px;
        color: #337ab7;
    }


    footer {
        margin: 50px 0;
    }

#model {    
    position: absolute;
    top: 200px;   
    overflow: auto;
	margin:  0 auto;
	display:none;
	z-index:2000;
	
}



.close a:link{ text-decoration:none; color: #CCC !important;}

#logorow{
margin-bottom:20px;
}

#webshop{
position:absolute;
right:0px;
top:0px;
z-index:30000;
}
img.pdf , .price-exworks{float:left}
table.pricetable td {
  padding-left: 5px;}
  
.aditional-info  {}
.price{

color: #32b0e2;
    font-size: large;
}  
  .price-exworks{
font-weight: 600;
    color: #337ab7;
}   
  /* hover */
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:30px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

#contacts{
color:#32b0e2;
}

#contacts a{
text-decoration:none;
}

@media (max-width: 372px) {
 #contacts a{

font-size:90% !important;

}
#text-machine-name{
font-size: 230% !important;
}
}

a.disabled {
   pointer-events: none;
   cursor: default;
}

.glyphicon-globe, .glyphicon-wrench,.glyphicon-thumbs-up {
    font-size: 75px;
	color:#32b0e2;
}
.centered {

    text-align: center;

}
.justified{
text-align: justify;
}
.webshop {
    background: #fff;
    color: #32b0e2;
    padding: 10px;
    border-radius: 5px 20px;
    font-weight: bolder;
}

