.navbar {
	margin:0;
}

#header {
	width:       100%;
	text-align:center;
	position:relative;
	
	/*padding-top:30px;*/
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: antialiased;
	     -o-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	padding-top:0px;
}


#brand-logo {
	float:left;
	width:25%;
}

#logo {
	margin-bottom:-20px;
	font-size: 46px;
	color:#fff;
	display:block;
	margin-top:-10px;
	
}

#logo-category {
	float:left;
	width:50%;
}

#category h2 {text-align:center;}

.non-visible {visibility:hidden;}

.subtitle {text-align:center; color:#AEAAA9; font-size:24px;}
#header .subtitle{ letter-spacing: 5px; padding-top:-10px;}

	#contacts {
	float:left;
	color:#fff;
	text-align:right;
	z-index:1;
	width:25%;
	margin-top:-10px;
}

#mobile-contacts {
	display:none;
}

.alert {padding:0px;}

.modal-dialog {
	color:white;
}
.modal-content {
	background-color:black;
}

.modal-content >p {
	float:center;
}

.close {
	color:#ffffff;
}

.change_lang {
	float:right; 
	margin:20px 4px;
	height:36px;
}


/***************************************
	C H A N G E  L A N G U A G E
****************************************/
#top_langs {	
	position: absolute;
	right: 60px;
	top:40px;
	height: auto;
	width: 130px;
	background: transparent;
	margin-top: 13px;
	padding: 0;
	z-index: 999;
}
#top_langs #c_langs_top {
	display: none;
	background: none;
	margin: -15px 0 0 0;
}
#top_langs #c_langs_top ul {
	background: white;
	width: 100px;
	margin: 20px 0 0 5px;
	padding: 15px;
	height: auto !important;
	zoom: 1;
}
#top_langs #c_langs_top ul li {
	display: block;
	line-height: 1.2em;
	text-align: right;
}
#top_langs #c_langs_top ul li a:link, 
#top_langs #c_langs_top ul li a:visited {
	font-family: Arial;
	font-size: 9px;
	color: #000;
	text-transform: uppercase;
	line-height: 1em !important;
}
#top_langs #c_langs_top ul li.on a:link, #top_langs #c_langs_top ul li.on a:visited {
	color: #949494;
}

#top_langs #c_langs_top ul li a:link, #top_langs #c_langs_top ul li a:visited {
	font-family: Arial;
	font-size: 9px;
	color: #000;
	text-transform: uppercase;
	line-height: 1em !important;
}
#top_langs #chlngtop {
	font-family: 'Futura';
	text-transform: uppercase;
	font-size: 10px !important;
	line-height: 1em;
	height: auto;
	background: transparent;
	margin: 0px;
	padding: 0;
	z-index: 999;
}

#top_langs #chlngtop ,
#qn {color: #FFF;}
#top_langs #chlngtop:hover ,
#qn:hover { color: #AEAAA9; }

/* ********************************
M E D I A   Q U E R Y 
********************************** */
@media (max-width: 1200px) {
	
}
@media (max-width: 996px) {
	#brand-logo {
	width:25%;
}

#logo {
	font-size: 34px;
}

.nav >li {
	font-size:0.8em;	
	}

#category h2 {text-align:center; font-size:24px;}

#logo-category {
	width:50%;
}


.subtitle {text-align:center; color:#AEAAA9; font-size:15px;}
#header .subtitle{ letter-spacing: 5px; padding-top:-10px;}

	#contacts {
	width:25%;
	}

	#contacts h3 {
		font-size:18px;
	}

	#contacts h4 {
		font-size:14px;
	}
}

@media screen and ( max-width: 782px ) {
	
}
	
@media (max-width: 770px) {



}

@media (max-width: 660px)  {
	
	#logo {
		font-size:30px;
		width:100%;
	}


	#category h2 {text-align:center; font-size: 16px;}

	.subtitle {
		font-size: 12px;
	}
	#contacts {
		display:none;
	}
	#mobile-contacts {
		display:block;
		margin-top:25px;
		margin-left:10%;
	}
	#mobile-contacts >a {
	border-radius:70px;
	-webkit-border-radius:70px;
	border: 3px solid white; display:inline-block;width:65px; height:65px; text-align:center;
	margin:7px;
	font-size:0.8em;

	}
	#logo-category{
		width:60%;
	}
	

}



@media (max-width: 480px) 	{
	#mobile-contacts {
		display:block;
		margin-top:25px;
	}
	#mobile-contacts >a {
	border-radius:70px; border: 3px solid white; display:inline-block;width:47px; height:47px; text-align:center;
	margin:10px;
	font-size:0.7em;
	}
	#logo-category{
		width:60%;
	}
	#logo {
		font-size:26px;
		width:100%;
	}
	#category h2 {text-align:center; font-size: 12px;}

	.subtitle {
		font-size: 10px;
	}
}

@media (max-width: 480px) 	{

	body {
		padding: 0; 
	}

	#header {
		margin-top:-30px;
		z-index:0;
	}
}