/* ==== Google font ==== */

@import url('custom-fonts.css');
@import url('font-awesome.css');
@import url(http://fonts.googleapis.com/css?family=Roboto:700,400&subset=latin,latin-ext);
a, a:hover, a:focus {
	text-decoration: none!important;
}
a {
	color: #1D55AC
}
a.linkf{color: #1E1E1E;}
#wrapper {
	width: 100%;
	margin: 0;
	background-color:#E5E5E5;
}


.logo {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}


h1, h2, h3, .cim1, .cim3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.ceg {color: #1e1e1e;
font-size: 36px;
margin-top:5px;}

.munka{color: #1e1e1e;
font-size:16px;
font-weight:bold;
padding-left: 15px;}
h1.bt{font-size: 22px;
line-height: 20px;
margin:0;}
.nkep{margin-top:10px;
margin-bottom:10px;}
h1{
	font-size: 2.5em;
	line-height: 1.3em;
	
	margin-bottom: 0;
	letter-spacing: -1px;
	color: #1E1E1E;
	
}
 h2 {
	font-size: 2em;
	line-height: 1.7em;
	margin-top: 0.5em;
	margin-bottom: 0;
	letter-spacing: -1px;
	color: #B12929;
	
}
 h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0;
	letter-spacing: -1px;
	/*color: #B12929;*/
	
}
.udv{
margin-top: 15px;
color: #BD2C2C;
font-size: 16px;}
/*
h2 {
	font-size: 1.7em;
	line-height: 1.7em;
	margin-bottom: 0.3em;
	margin-top: 0.5em;
	
}*/
.cim1, .cim2 {
	font-weight: 400;
	font-size: 1.8em;
	line-height: 1.8em;
	margin-top: 5px;
	padding: 0;
	letter-spacing: normal;

	/*text-shadow: 1px 1px #828282;*/
}

.cim1{font-weight: 400;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-top: 5px;
	padding: 0;
	letter-spacing: -1px;}
.cim2{font-weight: 400;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-top: 5px;
	padding: 0;
	letter-spacing: -1px;
	color: #BD2C2C;}
.red{color: #BD2C2C;}	
a {
	text-decoration: none
}
.link {
	color: #246DB6;
}
a.link:hover, a.link:focus {
	color: #3295E2;
	text-decoration: underline!important;
}
footer, .footer{
	padding-left: 30px;
}
.clear, hr {
	clear: both;
}
.f-kapcs {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
	padding-right: 5px;
}
.f-kapcs a {
	margin-left: 8px;
	color: #BD2C2C;
	
}

.f-kapcs a:hover {
	color:#3E454C!important;
}
.sorki {
	text-align: justify;
}


.ok {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
}

/* ===================================
2. layout
==================================== */



/*headnél*/	
.hatter-1 {
	padding-top:15px;
	margin: 0;
	
	background-color:#e5e5e5;
	border-top: solid 3px #1E1E1E;
	border-bottom: solid 1px #C6C6C6;
}

.hatter-2 {
	padding-top: 15px;
	/*border-top: solid 1px #EBEBEB;*/
	background-color: #F0F0F0;
	margin: 0;
	padding-bottom: 0;
	border-bottom: solid 1px #DEDED0;
}

.hat2{background-color: #F0F0F0;}
.hat2 p {margin-left:10px;
margin-right:10px;}
/*2oszlopos */
.hatter-3 {
	
	margin: 0;
	padding-top:10px;
	padding-bottom: 10px;
background-color:#e5e5e5;
border-top: solid 1px #D0D0D0;
	
	
}
/* tert  */

.content {
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.content img {
	max-width: 100%;
	height: auto;
}
/* =========
11. Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"], #mail, #tel {
	width: 100%;
	border: 1px solid #CCC;
	min-height: 40px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
form#contactform textarea {
	border: 1px solid #CCC;
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-size: 14px;
}
/*
.item-thumbs {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.item-thumbs a + img {
	width: 100%;
}
.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}
.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}
.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 50%;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background: #000;
}
.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
*/
.tovabb {
	text-align: right;
	margin: 20px;
	padding-top: 40px;
	font-weight: bold;
}
footer a, .footer,.footer a {
	color: #FFF;
}
footer .alsolink {
	text-align: center;
}
footer .alsolink a {
	padding: 8px;
	white-space: nowrap;
}
footer a:hover, footer a:focus, .footer a:hover, .footer a:focus {
	text-decoration: underline!important;
}



.map {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.map iframe {
	width: 100%;
	height: 270px;
	border: none;
}


/* ===============================
16. Footer
================================ */



.footer {
	
	
	padding: 20px 0 0 0;
	border-top: medium double #CCC;
}
.hon {
	margin-top: 70px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
}/*
.col-lg-6 strong{color: #31170A;
font-size:16px;
font-weight: 400; }*/
footer, footer strong, footer a, footer a:hover {
	color: #FFF;
}
footer a:hover {
	text-decoration: underline;
}
/* scroll to top */
.scrollup {
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 0px;
	right: 20px;
	background: #D03737;
}
a.scrollup {
	outline: 0;
	text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
	opacity: 1.0;
	text-decoration: none;
	background-color: #00A1E7;
}
a.scrollup i {
	margin-top: 10px;
	color: #000;
}
a.scrollup i:hover {
	text-decoration: none;
}
/* =============================
18. Position & alignment
============================= */


.floatright {
	float: right;
}
.img-floatright {
	float: right;
	margin-left: 10px;
	width: 100px;
	height: auto;
}
.floatleft {
	float: left;
}
.img-floatleft {
	float: left;
	margin-right: 5px;
}

/* ===================================
kis képek
==================================== */




@media (max-width: 480px) {
.flexslider .flex-caption {
	display: none;
}
.click-mobile {
	font-size: 16px;
}
.ceg{font-size: 20px;}
}
/**menüszínek*/
.navbar{background-color: #bd2c2c;
border-bottom: solid 3px #1e1e1e;}
.nav li a {
	color: #FFF;
	font-size: 18px;
	text-shadow: 0 1px 1px #666;
}
.nav li a:hover, .nav li a:focus, .nav li ul li a:hover, .nav li ul li a:focus {
	color: #BD2C2C!important;
	background-color:#F0F0F0;
	/*text-shadow:none*/
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .active > a {
	color: #FFF!important;/*#D6D5C3!important;*/
	background-color:#3E454C;/* hover background-color:#F0F0F0;    */
	text-shadow:none
}
.navbar-nav .open .dropdown-menu .active a {
		background-color:#E5E5E5;
	color: #333;
}
.navbar-nav .open .dropdown-menu a {
	white-space: nowrap
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #666;
	background-color: #111111;
}

@media (max-width:767px) {
.active> a {
	background-color: #999;
}
.nav li a:hover, .nav li a:focus {
	color: #666!important;
	background-color: #ccc;/*#362013;*/
}
}
.keret{border: solid 1px #DDDDDD;
background-color:#F5F5F5;
text-align: center;
padding: 5px;
font-weight: bold; }
.keret2{border: solid 1px #DDDDDD;
background-color:#F5F5F5;
text-align: justify;
padding: 5px;
font-weight: bold; }
.keret3{border: solid 1px #DDDDDD;
background-color:#F5F5F5;
text-align: justify;
padding: 5px;
}