@charset "utf-8";
/*cheaptransfer.eu*/
/* CSS Document */
/* MENU Style  */

@media only screen and (max-width:480px) {
	/*==== za malki displei =====*/

	#menu {
		background-color:#575757;
		color:#FFF;
		float:left;
		width:100%;
		font-weight:bold;
	}
	
	.submenu {
		float:left;
		padding:13px;
	}
	
	li.submenu {
		padding:13px;	
	}
	
	.flags {
		float:left;
		text-decoration:none;	
	}
	
	.flags:hover {
		text-decoration:none;	
	}
	
	#menu a {
		text-decoration:none;
		color: #FFF;
	}
	
	#menu a:hover {
		/*text-decoration:underline;*/
		color: #c62026;
		font-weight:bold;
	}
	
	
	#menu td {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	#menu .submenu ul{
		background-color: #575757;
		display: none;
		position:absolute;
		list-style-type: none; /* premahva tochkite ot listinga премахва точките от листинга*/
		padding: 10px;
		margin-top: 0px;
		opacity: 1;
		border-bottom: 4px solid #484848;
		border-left: 0px;
		border-right: 4px solid #484848;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		text-align: left;
	}
	
	#menu .submenu:hover ul{
		display:block;    /* da pokazva ostanalite opcii ot meniuto  */
	}
	
	.lang {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#car {
		display:none;
		width:60px;
		height:40px;
		position:absolute;
		top:60px;
	}
}


@media only screen and (min-width: 481px) {
	
	/* ===== za golemi displei ==== */
	
	#menu {
		background-color:#575757;
		color:#FFF;
		float:left;
		width:100%;
		font-weight:bold;
	}
	
	.submenu {
		float:left;
		padding:13px;
	}
	
	li.submenu {
		padding:13px;	
	}
	
	.flags {
		float:left;
		text-decoration:none;
		padding-left:5px;
		padding-right:5px;	
	}
	
	.flags:hover {
		text-decoration:none;	
	}
	
	#menu a {
		text-decoration:none;
		color: #FFF;
	}
	
	#menu a:hover {
		/*text-decoration:underline;*/
		color: #c62026;
		font-weight:bold;
		
	}
	
	
	#menu td {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	#menu .submenu ul{
		background-color: #575757;
		display: none;
		position:absolute;
		list-style-type: none; /* premahva tochkite ot listinga премахва точките от листинга*/
		padding: 10px;
		margin-top: 0px;
		opacity: 1;
		border-bottom: 4px solid #484848;
		border-left: 0px;
		border-right: 4px solid #484848;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		text-align: left;
	}
	
	#menu .submenu:hover ul{
		display:block;    /* da pokazva ostanalite opcii ot meniuto  */
	}
	
	.lang {
		padding-left: 0px;
		padding-right: 0px;
	}
}