@charset "utf-8";
/* CSS Document */

.navbar {
	width: 100%;
  padding-top: 0px;
  top: 0px;
 

}


.navbar-default {
  background-color: #2c1600;
  min-height:60px;
  border:none;
  padding-top: 0px;
  margin-top: 0px;
  width: 100%;
}

.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: transparent;
  text-decoration:underline;
}

.navbar-fixed-top {
	width: 100%;
}

.navbar-collapse {
	background-color:#2c1600;
	z-index: 1000;
	
}

.jumbotron .h1 {
	font-size:42px;
	text-align:center;
	
}

.caption {
	min-height:80px;
}
.thumbnail_kereso {
	background-color:transparent;
	background-image:url(../images/trafik_kereso_bg.png);
	border:none;
	padding: 10px;
	width: 100%; 
	margin: 0 auto;

}
 
 .thumbnail_trafik_open {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color:#dfffdf;
  background-image:url(../images/nyitva.png);
  background-repeat:no-repeat;
  border: 2px solid #019000;
  border-radius: 4px;
  color:#FFF;

}
 
  .thumbnail_trafik_open a {
  color:#019000;
}

 .thumbnail_trafik_close {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color:#ffe4e4;
  background-image:url(../images/zarva.png);
  background-repeat:no-repeat;
  border: 2px solid #fe0000;
  border-radius: 4px;
  color:#FFF;

}
 
  .thumbnail_trafik_close a {
  color:#fe0000;
}

.thumbnails2 img {
	max-height: 180px;
	max-width: 230px;
	border: 2px solid #555;
	padding: 1px;
	margin: 10px;
}

.thumbnails2 img:hover {
	border: 2px solid #002405;
	cursor:pointer;
}



.thumbnails img {
	max-height: 80px;
	max-width: 100px;
	border: 4px solid #555;
	padding: 1px;
	margin: 0 10px 10px 0;
}

.thumbnails img:hover {
	border: 4px solid #002405;
	cursor:pointer;
}

.preview img {
	border: 4px solid #002405;
	padding: 1px;
	max-width: 500px;
	max-height: 250px;
}

 * Card component
 */
.card {
    background-color: #fff;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.card-container.card {
	margin: 0 auto;
    width: 350px;
    padding: 40px 40px;
}