@viewport {
  width: device-width;
}

/************************************************************************************
smaller than 800
*************************************************************************************/

@media screen and (max-width: 800px) {
a {
	color: #4c4042;
}

#mmenu a {
	display: block;
	color: #000;
}

.header_mobile {
	display: block;
	position: fixed;
	width: 100%;
	background-color: #FFF;
	top: 0px;
	box-shadow: 0 0 10px 0 #343433;
	z-index: 15;
}

.header_mobile:after {
	clear: both;
    content: "";
    display: table;
}

.btn_menu {
	float: left;
	width: 25px;
	margin: 7px 10px;
}

.btn_menu a {
	color: #000;
	font-size: 22px;
}

.logo_mobile {
	float: left;
	width: 120px;
	margin: 5px 0px;
}

.logo_mobile a {
	font-size: 18px;
	font-family: Yanone Kaffeesatz, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
}

.logo_mobile a i {
	font-size: 22px;
	margin-right: 10px;
	color: #999;
}

.search {
	width: 130px;
	float: right;
	padding-bottom: 0px;
	margin-top: 5px;
}

.search_input {
	width: 80px;
	float: left;
}

.search_input input {
	width: 68px;
	padding: 3px 5px;
	border: solid 1px #999;
}

.search_btn {
	width: 50px;
	float: left;
}

.search_btn input {
	width: 49px;
	padding: 2px 0px;
}

.mdn {
	display: none;
}

.mt20 {
	margin-top: 36px;
}

.container {
	width: 310px;
}

.promovat {
	width: 298px;
	padding: 5px;
	margin-bottom: 10px;
}	

.mt36 {
	margin-top: 36px;
}

.poza_promovat {
	width: 298px;
	height: 150px;
	background-size: 298px auto;
}

.text_promovat {
	width: 298px;
	padding-left: 0px;
	padding-top: 10px;
	height: auto !important;
}

.text_promovat span {
	font-weight: 700;
	font-size: 20px;
	display: block;
	margin-bottom: 2px;
}

.text_promovat span a {
	font-weight: 700;
	font-size: 25px;
	color: #000;
}

.text_promovat span a:hover {
	color: #039;
}

.text_promovat mic {
	font-weight: 300;
	font-size: 14px;
	display: block;
	color: #999;
	margin-bottom: 10px;
}

.text_promovat mic a {
	font-weight: 300;
	font-size: 14px;
	color: #999;
}

.left_side {
	width: 310px;
}


.right_side {
	display: none;
	
}

.pp_full {
	width: 310px;
}

.poza_pp_full {
	width: 110px;
	float: left;
	height: 80px;
	background-size: 110px auto;
}

.text_pp_full {
	width: 190px;
	padding-left: 10px;

}

.ml30 {
	margin-left: 10px;
}

.pp_half {
	width: 150px;
	min-height: 455px;
}

.poza_pp_half {
	width: 150px;
	height: 100px;
	background-size: 150px auto;
}

.text_pp_half {
	width: 150px;
	float: left;
	padding-top: 10px;
	font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 14px;
}

.text_pp_half span {
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 2px;
}





}