/* ==== Google font ==== */

@import url('custom-fonts.css');
@import url('font-awesome.css');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin-ext');

a, a:hover, a:focus {
	text-decoration: none!important;
}
a {
	color: #597A91
}
#wrapper {
	width: 100%;
	margin: 0;
	background-color: #EFEFEF;
}

.csik {
	width: 100%;
	height: 2px;
	background-color:#014EA0;
	box-shadow: 0px 2px 8px #333;
	-webkit-box-shadow: 0px 2px 8px #333;
	margin-bottom: 8px;
}
.csik2 {
	width: 100%;
	height: 1px;
	background-color: #003770;
	box-shadow: 0px -2px 8px #333;
	-webkit-box-shadow: 0px -2px 8px #333;
	
}
h1, h2, h3, .cim1{
	font-weight: 400!important;
font-family: 'Oswald', sans-serif;
	color:#014EA0;
}

h1, .cim1 {
	font-size: 2em;
	line-height: 1.7em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
	
}
h2 {
	font-size: 1.7em;
	line-height: 1.7em;
	margin-bottom: 0.3em;
	margin-top: 0.5em;
}
h3, .cim3 {
	
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 10px;
	padding: 0;
	letter-spacing: normal;
}
.fej{
	background-color:#F1F1F1; 
	border-top: solid 15px #014EA0;
	}
.fejcim{float:left;}
h1.taposo, h2.taposo{font-family: 'Oswald', sans-serif;
font-weight:700!important; 
	font-size: 32px; 
	color: #014EA0;
	 margin-top:10px!important;
	 text-transform:uppercase;
	 margin:0!important;
	 padding:0!important;
	 
	}
h2.cimkis{color: #515151;
	font-size: 16px;
	 margin:0!important;
	 padding:0!important;
	}


.piros {
	color: #de4a4a;
}
.kek {
	color: #014EA0;
}
.szurke {
	color: #757576;
}
strong {
	
	font-weight: 400;
}
a {
	text-decoration: none
}
.link, .link a {
	color: #246DB6;
}
a.link:hover, a.link:focus {
	color: #3295E2;
	text-decoration: underline!important;
}
.clear {
	clear: both;
}
.f-kapcs {
	float: right;
	text-align: right;
	padding-top: 5px;
	
}
.f-kapcs a {
	margin-left: 10px;
	color: #FFF!important;
	
}
.f-kapcs a.fb {
	color: #03BBFD!important;
}
.f-kapcs a.goog {
	color: #F30004!important;
}
.f-kapcs a:hover {
	color:#CAE3FE!important;
}
.sorki, .p2 {
	text-align: justify;
}
.ok {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
}
a.alahuz:hover, a.alahuz:focus {
	text-decoration: underline!important;
}
/* ===================================
2. layout
==================================== */



/*headnél*/	
.hatter-1 {
	padding-top: 0;
	margin: 0;
	/*background-color: #597A91;*/
	background-color: #014ea0;
	
}
.hatter-1, .hatter-1 a{color:#E1E5EF}
.font-n{font-size:28px;}
/*tartalom */
.hatter-f{background-color:#FFF;
padding-bottom:20px;
padding-top:20px;
border-top: solid 1px #868686;}
.hatter-h{background-color:#ECECEC;
padding-bottom:20px;
padding-top:20px;
border-top: solid 1px #868686;}
.hatter-3 {
	margin-top: 20px;
	padding-top: 20px;
	background-color:#E9E9E9;
	margin: 0;
	padding-bottom: 20px;
	border-top:solid 1px #DBDBDB
}
/* képek  */
.hatter-4 {
	padding-top: 15px;
	border-top: solid 1px #D5CCCC;
	border-bottom: solid 1px #D5CCCC;
	background-color:#DBDBDB;
	margin: 0;
	padding-bottom: 20px;
}

.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;
}
/*
#thumbs {
	margin: 0;
	padding: 0;
}
#thumbs li {
	list-style-type: none;
}*/
.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);
}
ul.list, ul.list2, ul.list3 {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
}
ul.list li {
	
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: justify;
}


footer a {
	color: #FFF;
}
footer .alsolink {
	text-align: center;
}
footer .alsolink a {
	padding: 8px;
	white-space: nowrap;
}
footer .alsolink a:hover, footer .alsolink a:focus {
	text-decoration: underline!important;
}
/* --- Heading style --- 

.widget {
	padding: 10px;
}
.heading {
	margin-bottom: 30px;
	position: relative;
}*/
/* --- Map --- */


.video-container iframe/*, .map-container iframe, .map-container object, .map-container embed, .video-container object, .video-container embed*/ {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container/*, .map-container, .embed-container */ {
	position: relative;
	margin: 0 0 15px 0;
	padding-bottom: 51%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: none;
}
iframe {
	border: none;
}
.map {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.map iframe {
	width: 100%;
	height: 270px;
	border: none;
}
#fb-root {
	display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
/* ===============================
16. Footer
================================ */



footer {
	padding: 20px 0 0 0;
	border-top: medium double #CCC;
}
.hon {
	margin-top: 40px;
	text-align: left;
	font-size: 12px;
}
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: #de4a4a;
}
a.scrollup {
	outline: 0;
	text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
	opacity: 1.0;
	text-decoration: none;
}
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;
	border-radius: 5px;
	border: 2px solid #e2ceb7;
}
.floatleft {
	float: left;
}
.img-floatleft {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: auto;
	border-radius: 5px;
	border: 2px solid #e2ceb7;
}

/* ===================================
kis képek
==================================== */




@media (max-width: 480px) {
.flexslider .flex-caption {
	display: none;
}
.click-mobile {
	font-size: 18px;
}
}
/**menüszínek*/

.nav li a {
	color: #EFEFEF;
	
}
.nav li a:hover, .nav li a:focus {
	color: #FFF!important;
	background-color:#004690;
	
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .active > a {
	color: #FFF!important;
	background-color:#747474;
}
.navbar-nav .open .dropdown-menu .active a {
	color: #D8D8D8!important;
	
}

/* rövid menü*/	
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #FFF!important;
	background-color:#2E6184;}
.active> a {
	color: #D8D8D8!important;}
}


.kepnel{
	border-bottom: 1px solid #5783A2;
	margin-bottom: 20px!important;
	width: 100%;
	clear: both;
	height: 20px;
}