/* ==== Google font ==== 
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');*/

/* === prettify === 
@import url('../js/google-code-prettify/prettify.css');*/
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === !!!!!!!toroltem*/
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== 
@import url('overwrite.css');
@import url('animate.css');*/


@import url(http://fonts.googleapis.com/css?family=Almendra:400,700&subset=latin,latin-ext);
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);
/* ===================================
1. General
==================================== */
a {
	color:#A00808;
}
a:hover {
	color: #1044be;
}
a, a:hover {
	text-decoration: none;
}
.pir {
	color:#A00808;
}
.kek {
	color: #1044be;
}
.clear {
	clear: both;
}
.fej {
	padding-top: 10px;
}
.fejbalra {
	display: inline-block;
}
/*guru logó, guru domain*/
.logo {
	margin-right: 5px;
	float: left;
}
.nfont {
	font-family: 'Almendra', serif;
}
.fej a.domain, .cimnagy {
	font-size: 36px;
	font-family: 'Almendra', serif;
	font-weight: 700;
	text-shadow: 1px 1px 1px #CCC;
	line-height: normal;
}
.fej a.domain:hover {
	text-decoration: none;
}
/* ikonok - levél, galéria, feb*/
.f-kapcs {
	width: 150px;
	float: right;
	text-align: right;
	display: inline-block;
	font-weight:700;
	color:#A00808;
	font-size:16px;
}
.f-kapcs a {
	color: #6c0202;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.f-kapcs a:hover, .breadcrumb a:hover {
	color: #1044be;
}
.logok img {
	margin: 1px;
	border: solid 1px #999;
	width: 60px;
	height: auto;
}
/*ALMEDRA FONTS*/
h1.cim1, .cim1, h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	/*color:#F96915;*/
	text-shadow: 1px 1px 1px #CCC;
	line-height: normal;
	color: #2F2F2F;
}
h1, h2, h3, .cimnagy {
	font-size: 26px;/*text-transform:uppercase;*/
}
.sziksz {
	font-size: 18px;/*text-transform:uppercase;*/
	color: #2F2F2F;
	text-shadow: none;
}
.szolg {
	font-size: 18px;/*text-transform:uppercase;*/
	color: #1044be;
}
.ajur{font-size: 18px;
	font-family: 'Almendra', serif;
	font-weight: 700;
	color: #666;
	text-shadow: 1px 1px 1px #CCC;
	line-height: normal;}
.sorki {
	text-align: justify;
}
.ok {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
}
ul.sorol{margin-left:5px;
padding-left:0;
list-style: none;

}
ul.sorol li{
	padding: 5px;
	fon-size: 16px;
	
}
/* ===================================
2. layout
==================================== */


#wrapper {
	width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 1px #666;
	/*border-top: solid 1px #F96915; #999; */
	background-color:#FFF;
}
#wrapper .csik {
	height: 20px;
	width: 100%;
	bacground-color: #4B4A4A;
	-webkit-box-shadow: 0 5px 8px #999;
	box-shadow: 0 5px 8px #999;
	margin-bottom: 8px;
	background-image:url(../img/bg2.jpg);
	
}
.row, .row-fluid {
	width: 100%;
	clear: both;
}

/* ===================================
3. Responsive media
==================================== */

.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;
}
.embed-container iframe, .embed-container object, .embed-container embed, .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%;
}
iframe {
	border: none;
}
img.img-polaroid {
	margin: 0 0 20px 0;
}
.img-box {
	max-width: 100%;
}/**/
/* ===================================
4. Header
==================================== */

/* --- header -- 


header .navbar {
	margin-bottom: 0;
}
.navbar-default {
	border: none;
}
header .navbar-collapse ul.navbar-nav {
	float: right;
	margin-right: 0;
}
header .navbar-default {
	background-color: #fff;
}*/
/* menü mozgása
header .nav li a:hover, header .nav li a:focus, header .nav li.active a, header .nav li.active a:hover, header .nav li a.dropdown-toggle:hover, header .nav li a.dropdown-toggle:focus, header .nav li.active ul.dropdown-menu li a:hover, header .nav li.active ul.dropdown-menu li.active a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .navbar-nav > .open > a:focus {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
header .navbar {
	min-height: 100px;
}
header .navbar-nav > li > a {
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.dropdown-menu li a:hover {}*/
/*	

header .nav .caret {
	border-bottom-color: #CCC;
	border-top-color: #CCC;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: none!important;
	color: #000!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: none; 
	color: #000!important;
}
.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	border: none;
}
.dropdown-menu li:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}
header .nav li .dropdown-menu {
	padding: 0;
}
header .nav li .dropdown-menu li a {
	line-height: 22px;
	padding: 15px 15px;
}*/
/* --- menu --- */
/*
header .navigation {
	float: right;
}

header ul.nav li a {
	font-size: 12px;
	border: none;
	font-weight: 700;
	text-transform: uppercase;
}
header ul.nav li ul li a {
	font-size: 12px;
	border-bottom: solid 1px #999;
}
.navbar .nav > li > a {
	color: #333;
}
.navbar .nav a:hover {
	background-color: none!important;
	color: #fe5e00!important;
	
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
	color: #999!important;
	font-weight: 700;
}
.dropdown-menu a{color: #333;}
.dropdown-menu .active a:hover{color: #333!important;}
.navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
	outline: 0;
}
.navbar .nav li .dropdown-menu {
	z-index: 2000;
}
header ul.nav li ul {
	margin-top: 1px;
}
header ul.nav li ul li ul {
	margin: 1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position: absolute;
	right: 0;
	margin-top: 3px;
	padding-left: 20px;
}
.navbar .nav > li > .dropdown-menu:before {
	display: inline-block;
	
	content: none;
}
ul.nav li.dropdown a {
	z-index: 1000;
	display: block;
}
select.selectmenu {
	display: none;
}

ul li ul li.active{background-color:#E0E0E0!important;}*/
/*  ===================================
5. Section: Featured slideshow háttér, keret
==================================== */

#featured {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	border-top: solid 1px #e2e2e2;
	background-image: -webkit-linear-gradient(270deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
	background-image: -moz-linear-gradient(270deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
	background-image: -o-linear-gradient(270deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
	background-image: linear-gradient(180deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
	padding: 15px 0 10px 0;
}
/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- 

#featured .flexslider {
	position: relative;
	zoom: 1;
}
.flex-caption {
	background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	bottom: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	width: 200px;
}
.flex-caption p {
	margin: 0 0 5px;
}*/
/* ===================================
7. Section: callaction - első szakasz háttere
==================================== 
section.callaction {
	background-color: #FFF;
	padding: 30px 0 20px 0;
}*/
/* ===================================
8. Section: Content hátterekszínátmenet h.szürkéből fehérbe
==================================== */

.content, .content2 {
	position: relative;
	background-color: #FFFFFF;
	padding: 30px 0 20px 0;
	border-top: solid 1px #e2e2e2;
	background-image: -webkit-linear-gradient(270deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
	background-image: -moz-linear-gradient(270deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
	background-image: -o-linear-gradient(270deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
	background-image: linear-gradient(180deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
}
.content3 {
	position: relative;
	background-color: #FFFFFF;
	padding: 10px 0 20px 0;
		background-image: -webkit-linear-gradient(270deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
	background-image: -moz-linear-gradient(270deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
	background-image: -o-linear-gradient(270deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
	background-image: linear-gradient(180deg, rgba(248,248,248,1.00) 0%, rgba(255,255,255,1.00) 8.82%);
}
.content img, .content2 img, .content3 img {
	max-width: 100%;
	height: auto;
}
/* --- box  szines boxok - főoldal--- */


.box {
	background-color:#E9E8E8;
	margin: 10px;
	border-radius: 3px;
	/*padding-left: 5px;
	padding-right: 5px;*/
	border: 2px solid #305EC7;
	/*border: 1px solid #CCC;*/
	
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.box p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
.box h2 {
	margin-left: 10px;
	margin-top: 5px;
	color: #fe5e00;
	font-size: 24px;
}
.box img {
	border-bottom: 1px solid #E1E1E0;
}
.box-bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;/*
	background-color: #E85905!important;*/
	/*margin-left:-5px;
	margin-right:-5px;*/
	border-radius: 3px;
	background-color: #666!important;
}
.box-bottom a {
	color: #fff;
	font-weight: bold;
}
.box-bottom a:hover {
	color: #000;
	text-decoration: none;
}
/* 

===================================
10. Inner - aloldalak navigációs sor
==================================== */

#inner-headline {
	background-color: #626161;
	position: relative;
	/*margin:0;*/
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom: solid 1px #131313;
	border-top: solid 1px  #131313;
	background-image: url(../img/bg.jpg);
		-webkit-box-shadow: 0 5px 8px #999;
	box-shadow: 0 5px 8px #999;
	margin-bottom:8px;
	}
/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	float: left;
	color: #fff;
	background-color: #000;
	border-radius: 4px;
}
#inner-headline ul.breadcrumb li {
	margin-bottom: 0;
	padding-bottom: 0;
}
#inner-headline ul.breadcrumb li {
	font-size: 18px;
	color: #fff; /*oldal neve link nélkül*/
}
#inner-headline ul.breadcrumb li i {
	color: #fff; /*ház színe 	*/
}
#inner-headline ul.breadcrumb li .haz:hover i {
	color: #666!important; /*ház színe hover 	*/
}
#inner-headline ul.breadcrumb li a {
	color: #fff;/*menü feljebb színe*/
}
ul.breadcrumb li a:hover {
	text-decoration: none;
	color: #fff!important;/*s,störje*/
}
/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
#tel, #mail, form#contactform input[type="text"] {
	width: 100%;
	border: 1px solid #CCC;
	min-height: 40px;
	padding: 5px;
	font-size: 14px;
	-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;
	font-size: 14px!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
#thumbs {
	margin: 0;
	padding: 0;
}
#thumbs li {
	list-style-type: none;
}
.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}
.nobot {
	margin-bottom: 2px;
}
.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;
	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;
}
/* + beállítása - top-left!!!!!!!!!!!!!!*/
.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;
	filter: alpha(opacity=100);
}
/**/
ul.general {
	list-style: none;
	margin-left: 0;
}
ul.link-list, ul.link-list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.link-list li {
	margin: 0;
	padding: 2px 0 2px 0;
	list-style: none;
}
ul.link-list2 li {
	margin: 0;
	padding: 2px 2px 2px 10px;
	list-style: none;
}

/* --- Heading style --- */

.heading {
	margin-bottom: 30px;
	position: relative;
}

/*
aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}*/

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right: 0;
}
/* --- Map --- */
.map {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.map iframe {
	width: 100%;
	height: 450px;
	border: none;
}
/* ===============================
16. Footer
================================ */



footer {
	padding: 50px 0 0 0;
	border-top: double 5px #999;
	text-align: center;
}
footer address {
	line-height: 1.6em;
}
/*
ul.social-network {
	list-style: none;
	margin: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
*/
#sub-footer {
	text-shadow: none;
	padding: 0;
	padding-top: 30px;
	margin: 20px 0 0 0;
}
.hon {
	margin-top: 20px;
	text-align: left;
	font-size: 11px;
}
footer, footer strong, footer a, footer a:hover {
	color: #fff;
	text-transform:uppercase;
}
footer a:hover {
	text-decoration: underline;
}
.margin-top{margin-top:20px;}
/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */


/* ===============================
17. Divider, Line & Misc
================================ */

/* scroll to top  kék*/
.scrollup {
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 0px;
	right: 20px;
	background: #1C70C8;
	color:#FFF!important;
}
a.scrollup {
	outline: 0;
	text-align: center;
	color:#FFF!important;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
	opacity: 1;
	text-decoration: none;
	color:#FFF!important;
}
a.scrollup i {
	margin-top: 10px;
	color:#FFF!important;
}
a.scrollup i:hover {
	text-decoration: none;
	color:#FFF!important;
}
/* =============================
18. Position & alignment
============================= */


.floatright {
	float: right;
}
.floatleft {
	float: left;
}

/* =============================
21. Media queries -flex slider
============================= */

@media (min-width: 768px) and (max-width: 979px) {
a.detail {
	background: none;
	width: 100%;
}
/*
footer .widget form input#appendedInputButton {
	display: block;
	width: 91%;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
footer .widget form .input-append .btn {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
}

ul.related-folio li {
	width: 156px;
	margin: 0 20px 0 0;
}*/
}

@media (max-width: 767px) {
body {
	padding-right: 0;
	padding-left: 0;
}/*
.navbar-brand {
	margin-top: 10px;
	border-bottom: none;
}
*/
.navbar-header {
	margin-top: 10px;
	border-bottom: none;
}
.navbar-nav {
	border-top: none;
	float: none;
	width: 100%;
}
header .navbar-nav > li {
	padding-bottom: 0;
	padding-top: 0;
}
header .nav li .dropdown-menu {
	margin-top: 0;
}
.dropdown-menu {
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	list-style: none;
	background-color: #fff; /* háttér menünél - kisebb képernyő*/
	background-clip: padding-box;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;/*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
}
.navbar-collapse.collapse {
	border: none;
	overflow: hidden;
}
/*
.box {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 20px;
}*/
#featured .flexslider .slide-caption {
	width: 90%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: -40px;
}
#inner-headline .breadcrumb {
	float: left;
	clear: both;/*width: 100%;*/
}
.breadcrumb > li {
	font-size: 13px;
}
/*
ul.portfolio li article a i.icon-48 {
	width: 20px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
}
.left-sidebar {
	border-right: none;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.right-sidebar {
	margin-top: 30px;
	border-left: none;
	padding: 0 0 0 0;
}*/
footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12 {
	margin-bottom: 20px;
}
#sub-footer ul.social-network {
	float: left;
}
[class*="span"] {
	margin-bottom: 20px;
}
}

@media (max-width: 480px) {
.bottom-article a.pull-right {
	float: left;
	margin-top: 20px;
}
.flexslider .flex-caption {
	display: none;
}
/*
.cta-text {
	margin: 0 auto;
	text-align: center;
}
ul.portfolio li article a i {
	width: 20px;
	height: 20px;
	font-size: 14px;
}*/
}

@media (max-width: 360px) {
}
