@media (max-width: 1200px) {
	.container {
		width: 98%;
	}
}



/*********************************************/
/* MENÜ */
/*********************************************/

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

.navbar-default .container {
	background-color:#000;
	background-image: linear-gradient(to bottom,#65ac1e,#538d18);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
}

.nav > li > a {
    padding: 10px 9px;
	font-size: 14px;
}
/*********************************************/
/* 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:#666;
	
	
}

.copyright {
	padding: 10px;
	color:#FFF;
}


.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: #999;
    border: 1px solid #000;
}

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







































/*========================= 
	szavazás kép
===========================*/

.szavazasIMG {
	height:120px;
}

.szavazas .form-horizontal .radio {
	min-height:75px;
}

@media only screen and (max-width: 1150px) {
    .szavazasIMG {
		height:170px;
	}
	.szavazas .form-horizontal .radio {
		min-height:95px;
	}
}

@media only screen and (max-width: 992px) {
    .szavazasIMG {
		height:170px;
	}
	.szavazas .form-horizontal .radio {
		min-height:55px;
	}
}

@media only screen and (max-width: 768px) {
    .szavazasIMG {
		height:250px;
	}
	.szavazas .form-horizontal .radio {
		min-height:5px;
	}
}

@media only screen and (max-width: 468px) {
    .szavazasIMG {
		height:200px;
	}
	.szavazas .form-horizontal .radio {
		min-height:5px;
	}
}










/*========================= 
	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);
}



.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}


.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}







#cookies {
	background-color:rgba(2, 136, 193, 0.95);
	background-color: #8cc64e;
	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;
}