/* Add here all your css styles (customizations) */

/* Ha túl hosszú a menü md méretben
@media only screen and (min-width : 992px) and (max-width: 1200px) {
    body { padding-top: 187px !important; }
}
*/

/* Módosítások, amik az eredetiben történtek:

header-v6.css: 1458
@media (min-width: 992px) {

*/

h2{font-size: 20px;}

.gal-image-hide{display:none;}

.lgray{color: #aaa;}
.dred{color: #d41a2d;}

.tn-cont {
	padding-top: 60px;
	padding-bottom: 40px;	
}

.tn-cont-nopad {
	padding-top: 30px !important;
	padding-bottom: 10px !important;
}

.tn-cont h2{color: #999;font-weight: 700;}
.tn-cont h3{color: #d41a2d;}

.tn-color {
	color: #555;
}

.tn-cont img {
	display: block;
	max-width: 100%;
	height: auto;
}

.tn-cont h1 {
	/*color: #ba0100;*/
	color: #d41a2d;
	font-weight: 700;
}

.tn-cont table {
	/*color: #ba0100;*/
	color: #444;
	font-weight: 700;
}

.tn-cont table tr {
	border-bottom: 1px solid #bbb; 
}

.tn-cont table td {
	padding: 10px;
}

.tn-cont .highlight {
	/*color: #ba0100;*/
	color: #d41a2d;
}

.col-centered{
    /*float: none;*/
    margin: 0 auto !important;
}

/* Footer */
.heading-footer h3 {
	color: #d41a2d;
}

h3 span{ color:#ba0100; font-size: 32px; margin-right: 20px; }



/*Top Bar (login, search etc.)
------------------------------------*/
.topbar-v1 {
	color: #fff;
	background: #ba0100;
	border-top: solid 0px #f0f0f0;
	border-bottom: solid 1px #aaa;
}

/*Top Contacts*/
.topbar-v1 ul {
	margin: 0;
}

.topbar-v1 .top-v1-contacts li a {
	color:#fff;
	font-size: 12px; 
}

.topbar-v1 .top-v1-contacts {
	margin-top: 8px;
	font-size: 12px;
}

.topbar-v1 .top-v1-contacts i {
	color: #fff;
	font-size: 12px;
	margin-right: 3px;
}

/*Top Data*/
.topbar-v1 .top-v1-data {
	text-align: right;
}

.topbar-v1 .top-v1-data li {
	padding: 7px 11px;
	margin-right: -4px;
	display: inline-block;	
	border-right: solid 1px #eee;
}

.topbar-v1 .top-v1-data li a {
	color:#fff;
	font-size: 12px; 
}

.topbar-v1 .top-v1-data li a:hover {
	text-decoration: none;
}

.topbar-v1 .top-v1-data li i {
	color: #fff;
	font-size: 13px;
}

.topbar-v1 .top-v1-data li a:hover i {
	color: #72c02c;
}


.thumbnail-style:hover {
    box-shadow: 0 0 8px #555 !important;
    transition: box-shadow 0.5s ease-in-out;
}

.footer-v1 .footer {
    padding: 20px 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	.tn-cont {
		padding-top: 150px;
	}

	.tn-cont-nopad {
		padding-top: 30px !important;
		padding-bottom: 10px !important;
	}

}

/*Responsive Topbar v1*/
@media (max-width: 991px) {
	.topbar-v1 ul {
		text-align: center !important;
	}

	.topbar-v1 .top-v1-contacts {
		margin: 10px 0;
	}

	.topbar-v1 .top-v1-data li {
		top: 1px;
		padding: 6px 16px;
		margin-left: -1px;
		position: relative;
		border-top: solid 1px #eee;
	}		

	.topbar-v1 .top-v1-data li:first-child {
		border-left: solid 1px #eee;
	}		
}

@media (min-width: 992px) {
	.topbar-v1 .top-v1-data li:last-child {
		margin-right: 0;
		border-right: none;
	}

	.header-v6 .navbar-nav > li > a {
    	padding: 20px 12px 20px 12px !important;
	}	
}



