/* ==== Google font ==== 
*/

/* === prettify === 
@import url('../js/google-code-prettify/prettify.css');*/
/* === fontawesome === */
/* === custom icon === !!!!!!!toroltem*/
@import url('custom-fonts.css');
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== 
@import url('overwrite.css');
@import url('animate.css');
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,latin-ext);*/

@import 'https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext';


/* ===================================



==================================== */

body{

 height: 100%;  
font-family: 'Roboto', sans-serif;
font-weight: 400; 
color: #272727;
line-height: 1.7em;
font-size: 1.6em;}
.body-inner {
	position: relative;
	overflow: hidden;
	
}

.logobox{margin-top:100px;
padding-left:10px;}

.logonev{font-size:38px;
font-weight:700;
color: #FFF;
text-shadow: 3px 3px 3px #0B5379;
/*color: #FFF;
text-shadow: 1px 1px 3px #0B5379;*/
margin-top:15px;
font-family: 'Roboto', sans-serif;

}
h1, h2, h3, h4, p, li, a{
font-family: 'Roboto', sans-serif;
font-weight: 400; 
}


h1, h2, .cim1 {
	
	/*text-shadow: 1px 1px 0px #513609;*/
	font-size: 1.8em;
	line-height: 2em;
	margin-bottom:5px;
	margin-top: 5px;
	/*margin: .67em 0line-height:normal;
	text-transform:uppercase;*/
}

h3, .cim2{font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom:10px;
	padding:0;
	
	}

.piros{color: #C02D42;}


.kek{
	color:#0B5379;
	
}
.kek2{color: #09779A;
font-size: 18px;}
.fekete{color: #000;}
.feher{color: #FFF;}
.szurke{color:#575757}

a {
	color: #1581B9;
	text-decoration: none
}
a:hover, a:focus {
	color: #C02D42;
	text-decoration: none;
}
.clear {
	clear: both;
}



.fej {
	
	padding-top: 10px;
	width:100%;
}


/*ikonok*/
.f-kapcs {
	width: 240px;
	float: right;
	text-align: right;
	display: inline-block;
	padding-right:10px;
	padding-bottom:10px;
}

.f-kapcs a {

padding: 5px;
margin-bottom:5px;
color: #FFF;
text-shadow: 1px 1px 2px #053D5A;
}

.f-kapcs a:hover,  .f-kapcs a:focus{

color: #C02D42;
}


.sorki {
	text-align: justify;
	
}

.ok {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}
/* ===================================
2. layout
==================================== */


#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	
}

.row, .row-fluid {
/*margin-bottom: 15px;*/
}



.hatter-1{
	background-color: rgba(255,255,255,0.67);	
	max-width:380px;
	margin-left:auto;
	margin-right:auto
}

.hatter-2{
	background-color: rgba(255,255,255,0.67);	
	width:100%;
	
}
footer .nav{padding-top: 50px;}
footer .nav a{padding: 28px;}
.hatter-kep{ 
	 border-top: solid 1px #C4C4C4;
	 border-bottom: solid 1px #C4C4C4;
	background: url(../img/london.jpg) no-repeat;/*5*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	/*background-attachment: fixed;*/
	padding: 60px 0;
}

/* ===================================
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;
}

iframe {
	border: none;
}
/*
.img-box {
	max-width: 100%;
}*/
/* ===================================
4. Header
==================================== */

/* --- header -- */


header .navbar {
	margin-bottom: 0;
		background-color:#3EB2EE;
	/*background-color: #4CCAF0;*/
	background-image: url(../img/london2.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}
.navbar-default {
	border: none;
}


header .navbar-collapse ul.navbar-nav {
	float: right;
	margin-right: 0;
}

/* 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 li.active a{
	color: #0B5379!important;
	background-color: rgba(187,239,255,0.88)
}
header .navbar-nav > li {
	padding-bottom: 5px; 
	/*padding-top: 10px; 20*/
	
	font-size: 16px;
}
header .navbar-nav > li > a {
	background-color: rgba(11,83,121,0.72);
	margin-left: 3px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 700;
	color:#FFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-shadow: 1px 1px 2px rgba(11,83,121,1.00);
	border-top-left-radius: 10px;
}
.dropdown-menu li a:hover {
	background-color: rgba(76,215,246,0.87)!important;
	
}

.dropdown-menu .active
{background-color:#4CD7F6!important; 

}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	  /*lenyíló háttérszín ha nyitva van - ikonos */
	
}

.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: 12px 12px;/*12px*/
}
/* --- menu --- */

header .navigation {
	float: right;
}
header ul.nav li {
/*border: none;
	margin: 0;*/
}
header ul.nav li a {
	/*font-size: 14px;*/
	border: none;
	
	/*text-transform: uppercase;*/
}


.navbar .nav a:hover {
	background-color:#4CD7F6!important;
	
}

.navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
	outline: 0;
}
.navbar .nav li .dropdown-menu {
	z-index: 2000;
}

ul.nav li.dropdown a {
	z-index: 1000;
	display: block;
}
select.selectmenu {
	display: none;
}
ul li ul li.active
{background-color: #4CD7F6!important;}



.content{
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}


.content img {
	max-width: 100%;
	height: auto;
}





ul.breadcrumb li a:hover {
	text-decoration: none;
	
}

#tea-valasztek ul{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

/* ============================
11. Forms
============================= */
.mezo{margin:5px;}
/* --- contact form  ---- */
form#contactform input[type="text"], #mail, #tel {
	width: 100%;
	border: 1px solid #CCC;
	min-height: 40px;
	padding: 5px;
	font-size: 16px;
	-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: 16px;
	-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;
}
.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;
}
.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);
}






/* --- Heading style --- */

.widget{padding:10px;}
.heading {
	margin-bottom: 30px;
	position: relative;
}
.map {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	
	
	
}
.map iframe {
	margin-top: 10px;
	width: 100%;
	height: 300px;
	
}


#fb-root {
    display: none;
}
.padright20{margin-right:20px;}
/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
/* ===============================
16. Footer
================================ */



footer {
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;	
	
	
}
footer address {
	line-height: 1.6em;
}

#sub-footer {
	text-shadow: none;
	padding: 0;
	padding-top: 30px;
	margin: 20px 0 0 0;
}
.hon {
	margin: 20px;
	text-align: left;
	font-size: 12px;
	
}


footer a:hover {
	text-decoration: underline;
}


/* scroll to top  kék*/
.scrollup {
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 0px;
	right: 20px;
	background: #AC1A61;
}
a.scrollup {
	outline: 0;
	text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
	opacity: 1;
	text-decoration: none;
}
a.scrollup i {
	margin-top: 10px;
	color: #000;
}
a.scrollup i:hover {
	text-decoration: none;
}
/* =============================
18. Position & alignment
============================= */


.floatright {
	float: right;
}


.floatleft {
	float: left;
}




@media (max-width: 767px) {
body {
	padding-right: 0;
	padding-left: 0;
}

.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: 10px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 16px;
	list-style: none;
	
	background-clip: padding-box;

	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 {
	
	overflow: hidden;
	
}


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) {


h1, h2, h3 {
	font-size: 1.4em;
line-height: 1.5em;
}

.logonev{font-size:26px;

text-shadow: 2px 2px 2px #0B5379;

margin-top:15px;
}
}


/**********************************************************/
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
  border:solid 1px #C6C6C6;
}

.kor2{
	width:100%;
	border-radius: 100%;
}
	.kor{
	width:100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 2px #CECECE;
	-moz-box-shadow: 0 0 0 2px #CECECE;
	box-shadow: 0 0 0 2px #CECECE;
	text-align: center;}
.list{margin:0;

padding: 0;}
.list li{margin-bottom:8px;
margin-top:8px;
margin-left: 5px;
margin-right:0;
padding-left: 3px;
list-style-type:none;}	
	