body {
	font-family: 'Roboto', sans-serif;
}

a  {
  color: #b58533;
}

a:hover  {
  color: #d9b150;
}

.banner-seperator {
  position: absolute;
  left: 0%;
  top: 33%;
  height: 33%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.carousel-control {
	z-index:5;
}

.iconLine i {
	font-size:46px;
	width:80px;
	height:80xp;
	line-height:80px;
	border-radius:25%;
	border:1px solid #b58533;
	margin-bottom:20px;
}

.pfblock-header {
	text-align: center;
	margin: 0 0 60px;
}




#cookies {
	background-color:rgba(217, 177, 80, 0.95);
	position: fixed;
	bottom:0px;
	width:100%;
	left:0;
	right:0;
	padding:20px;
	color:#FFF;
	line-height:40px;
	z-index:6;
}



#cookies a {
	font-weight:bold;
	color:#fff;
}

.pfblock-header-left {
	text-align: left;
}

.pfblock-header-left .pfblock-line {
	width: inherit;
	margin: 30px 0;
}

.pfblock-title{
    font-weight: 300;
	color: #d9b150;
	text-transform:uppercase;
}

.pfblock-subtitle {
	font-style: normal;
	font-weight: 100;
	font-size: 18px;
}

.pfblock-line {
	background: rgba(135, 135, 135, 0.5);
	width: 100px;
	height: 1px;
	margin: 10px auto;
}

.pfblock-icon {
	font-size: 32px;
}

.btn-main {
	margin-bottom:5px;
}

.btn-main {
	color:#FFF;
	background-color: #d9b150;
    border: 1px solid #b58533;
}

.btn-main:hover, .btn-main:active:hover {
	color:#FFF;
	background-color: #b58533;
    border: 1px solid #d9b150;
}
















@media (min-width: 1400px) {

.container {
    /*width: 1400px;*/
}
}

/*****************************************/
/* macskás képek */
/*****************************************/

#photos {
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 3;
   -webkit-column-gap:   5px;
   -moz-column-count:    3;
   -moz-column-gap:      5px;
   column-count:         3;
   column-gap:           5px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom:5px;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}





/*****************************************/
/* intro kép szöveg */
/*****************************************/
.slideContainer {
    position: relative;
    width: 100%;
}

.image:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.3);
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.middle {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:80%;
  z-index:1;
}

.slideContainer:hover .image {
  opacity: 1;
}

.slideContainer:hover .middle {
  opacity: 1;
}

.slideContainer h1 {
  color: white;
  font-size: 80px;
}

.slideContainer h2 {
  color: white;
  font-size: 40px;
}

.slideContainer a {
  color: white;
  font-size: 16px;
  border:1px solid #fff;
  padding:10px 15px;
  font-weight:300;
}

.slideContainer a:hover {
  border:1px solid #ddd;
}


a.albaButton {
  color: #000;
  font-size: 18px;
  border:1px solid #000;
  padding:10px 15px;
  font-weight:300;
  text-transform:uppercase;
}

a:hover.albaButton  {
  border:1px solid #0000ff;
  color: #0000ff;
}



/*****************************************/
/* kategória kép szöveg */
/*****************************************/
.slideCatContainer {
    position: relative;
    width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.slideCatContainer .middle {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:80%;
}

.slideCatContainer:hover .image {
  opacity: 1;
}

.slideCatContainer:hover .middle {
  opacity: 1;
}

.slideCatContainer h1 {
  color: white;
  font-size: 40px;
}

.slideCatContainer h2 {
  color: white;
  font-size: 40px;
}

.slideCatContainer a {
  color: white;
  font-size: 16px;
  border:1px solid #fff;
  padding:10px 15px;
  font-weight:300;
}

.slideCatContainer a:hover {
  border:1px solid #ddd;
}








.portfolio {
	padding-top:100px;
}

.portfolio .title h1 {
	font-size:66px;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}

.portfolio .back a {
	line-height:80px;
	color:#000;
}



.szolgaltatas h1 {
	font-size:40px;
	text-transform:uppercase;
}

.szolgaltatas .price {
	font-size:66px;
}

.szolgaltatas a {
	color: #000;
	font-size: 16px;
	border:1px solid #000;
	padding:10px 15px;
	font-weight:300;
}


.blog h3 {
	font-size:26px;
	text-transform:uppercase;
}

.blog .date {
	font-size:12px;
}
/*
.blog a {
	color: #000;
	font-size: 16px;
	border:1px solid #000;
	padding:10px 15px;
	font-weight:300;
}
*/


/********************************************************/
/* galéria padding */
/********************************************************/
.g_pr5_mb10 {
	padding-right:5px; margin-bottom:10px;
}
.g_pl5_mb10 {
	padding-left:5px; margin-bottom:10px;
}
.g_pr5_pl5_mb10 {
	padding-right:5px; padding-left:5px; margin-bottom:10px;
}

@media (max-width: 992px) {
	.g_pr5_mb10 {
		padding-left: 15px;
    	padding-right: 15px;
	}
	.g_pl5_mb10 {
		padding-left: 15px;
    	padding-right: 15px;
	}
	.g_pr5_pl5_mb10 {
		padding-left: 15px;
    	padding-right: 15px;
	}
}

#nav {
	/*margin-bottom: 100px;*/
}

.navbar {
    min-height: 100px;
    margin-bottom: 21px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    min-height: 100px;
}

.navbar-right {
	margin-top:25px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}


.navbar-default .navbar-nav > li > a {
    color: #b58533;
	font-weight:300;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #d9b150;
	background-color:#FFF;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #8b98a7;
	background-color:#FFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #8b98a7;
    background-color: #fff;
}

.navbar-brand {
	padding: 0px 15px;
}

.nav > li > a {
    margin-left:0px;
}



@media (max-width: 992px) {
	.nav > li > a {
		margin-left:0px;
	}
}

.navbar-default .navbar-toggle {
    margin-top:30px;
	border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #dddddd;
	background-color:#CCC;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}













/*********************************************/
/* Toolbar */
/*********************************************/
#toolbar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#toolbar ul li {
	float:left;
	padding-right:10px;
}








.mm-slideout { z-index:auto;}

a:hover {
	text-decoration:none;
}
/*
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
*/
.shop-toolbar {
	background-color:#f1f1f1;
	padding:5px;
}
/****************************************************/
/* Shop kategória oldal */
/****************************************************/
.shop-category-item {
	margin-bottom: 10px;
    padding: 0px;
    border: 0px solid #ddd;
}

.shop-category-item .img-container {
	margin-bottom: 5px;
}

.shop-category-item .img-text {
	margin: 0;
    top: 5px;
    display: block;
    left: auto;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 10px 4px 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 9;
	background-color:#F00;
}

.shop-category-item .img-text.akcio {
	margin: 0;
    top: 35px;
    color: #fff;
	background-color: #F90;
}

.shop-category-item .img-text.uj {
	
}

.shop-category-item .title {
	background-color:#eee;
	padding:5px;
	border-bottom: 3px solid #CCC;
	margin-bottom: 10px;
	text-align:center;
	
}

.shop-category-item .title h3 {
	margin:0px;
	padding: 0px;
	font-size:16px;
}

.shop-category-item .parameters {
	font-size:12px;
	color:#999;
}

.shop-category-item hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.shop-category-item .price {
	text-align:center;
	font-size:18px;
	color:#999;
}

.shop-category-item .price .item-price {
	color: #090;
}

.shop-category-item .price .old-price {
	font-size:12px;
	color:#CCC;
}


.shop-category-item .price .no-price {
	color:#F00;
}

/****************************************************/
/* Shop termék oldal */
/****************************************************/
.shop-product-item {
	margin-bottom: 10px;
    padding: 0px;
    border: 0px solid #ddd;
}

.shop-product-item .img-container {
	margin-bottom: 5px;
}

.shop-product-item .img-text {
	margin: 0;
    top: 5px;
    display: block;
    left: auto;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 10px 4px 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 9;
	background-color:#F00;
}

.shop-product-item .img-text.akcio {
	margin: 0;
    top: 35px;
    color: #fff;
	background-color: #F90;
}

.shop-product-item .img-text.uj {
	
}

.shop-product-item .title {
	background-color:#eee;
	padding:5px;
	border-bottom: 3px solid #CCC;
	margin-bottom: 10px;
	
}

.shop-product-item .title h3 {
	margin:0px;
	padding: 0px;
	font-size:16px;
}

.shop-product-item .parameters {
	font-size:12px;
	color:#999;
}

.shop-product-item hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.shop-product-item .price {
	text-align:center;
	font-size:24px;
	color:#999;
}

.shop-product-item .price .item-price {
	color: #090;
}

.shop-product-item .price .old-price {
	font-size:18px;
	color:#CCC;
}


.shop-product-item .price .no-price {
	color:#F00;
}























/****************************************************/
/* tartalmi oldal */
/****************************************************/
.blog-content-item {
	margin-bottom: 10px;
    padding: 0px;
    border: 0px solid #ddd;
}

.blog-content-item .img-container {
	margin-bottom: 10px;
}

.blog-content-item .img-text {
    margin: 0;
    top: 0;
    display: block;
    left: auto;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 10px 4px 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 9;
	background-color:#F00;
}

.blog-content-item hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.blog-content-item .title {
	background-color:#eee;
	padding:10px;
	border-left: 3px solid #CCC;
	margin-bottom: 10px;
	
}

.blog-content-item .title h3 {
	margin:0px;
	padding: 0px;
}

.blog-content-item .icon-holder {
	font-size:12px;
	margin-bottom: 10px;
}

.blog-content-item .icon-holder a {
	padding: 0px 0px 0px 10px;
}

.zoom-thumb {
  position: relative;
  margin: 0%;
  overflow: hidden;
}
.zoom-thumb img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom-thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sidebar {
    margin: 35px 0;
    padding: 0 15px;
    border: 1px solid #ddd;
}

.sidebar .sidebar-heading {
    padding: 11px 0 8px;
    border-bottom: 1px solid #ececec;
    position: relative;
	font-weight:bold;
}

.sidebar .sidebar-content {
    padding: 11px 0 11px;
    position: relative;
}

#top-a, #top-b, #top-c,  #bottom-a, #bottom-b, #bottom-c {
	background-color:#CCC;
	margin:50px 0px;
	padding:50px;
}


footer {
	background-color:#333;
}

#copyright {
	background-color:#fff;
	
	
}

.copyright {
	padding: 10px;
	color:#000;
	font-weight:300;
}
.copyright a  {
	padding: 10px;
	color:#000;
	font-weight:300;
}

.copyright .icons {
	margin:20px;
}

.copyright i  {
	font-size:24px;
	margin: 0px 10px;
}


.scrollToTop {
    bottom: 60px;
    color: #fff;
    display: none;
    font-size: 23px;
    height: 50px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 50px;
    z-index: 999;
    background-color: #d9b150;
    border: 1px solid #b58533;
}

.scrollToTop:hover {
    color: #fff;
    background-color: #b58533;
    border: 1px solid #d9b150;
}















































/*========================= 
	Shopping Cart 
===========================*/
.cart-active {
    position: relative;
}
.cart-form {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #EFEFEF;
    padding: 25px;
    position: absolute;
    right: 0;
    width: 275px;
    z-index: 99999999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.action-cart a {
    background: none repeat scroll 0 0 #ededed;
    display: inline-block;
    font-weight: 700;
    padding: 10px 15px;
}
.action-cart {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 10px;
}
.cart-active .cart-form .action-cart a:hover {
    background: #36538d;
    color: #fff;
}
.viewcart {
    margin-right: 9px;
}
.checkout {
    margin-left: 9px;
}
.cart-active:hover .cart-form {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}










.p50 {
	padding:50px;
}

.p100 {
	padding:100px;
}

.p150_50 {
	padding:150px 50px;
}

.p0_50 {
	padding:0px 50px;
}

.m100_0 { margin:100px 0px; }

.p30{ padding:30px; }

/******************************************************************/
/* RESPONSIVE */
/******************************************************************/
@media (max-width: 1200px) {
.nav > li > a {
    margin-left: 0px;
}
}

@media (max-width: 992px) {
.nav > li > a {
    margin-left: 0px;
	padding: 10px 4px;
	padding: 10px 0px;
}

}

@media (max-width: 768px) {

.slideContainer h1 {
    font-size: 24px;
}

.slideContainer h2 {
    font-size: 16px;
}

.middle {
    width: 90%;
}

.portfolio .title h1 {
    font-size: 36px;
}

.portfolio p {
	text-align:justify;
}

.szolgaltatas h1 {
    font-size: 26px;
    text-transform: uppercase;
}

.p100 {
	padding:30px;
}

.p150_50 {
	padding:50px 30px;
}

.p0_50 {
	padding:0px 0px;
}

.m100_0 { margin:0px 0px; }

.p30{ padding:15px; }

.p50 {
	padding:30px;
}

}












.pfblock {
	padding: 120px 0 100px;
}

.pfblock-image {
	padding: 0;
}

#elvalaszto01 {
	height:50vh;
	background: url(../../../../upload/images/ev_01.jpg);
	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover; 
}

#elvalaszto02 { 
height:50vh;
	background: url(../../../../upload/images/ev_02.jpg);
	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover; 
}

#elvalaszto03 { 
height:50vh;
	background: url(../../../../upload/images/ev_03.jpg);
	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover; 
}

#elvalaszto04 { 
height:50vh;
	background: url(../../../../upload/images/ev_04.jpg);
	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover; 
}

#elvalaszto05 { 
height:50vh;
	background: url(../../../../upload/images/ev_01.jpg);
	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover; 
}