@media only screen and (max-width: 750px) {
	
body {
	width: 100% !important;
	margin:0;
	padding:0;
	/*line-height: 1.5em;*/
	font-family:Cambria;
	font-size: 13px;
	color: #000;
}

#page {
	width: 100%; 
	margin: 0 auto;
	min-height:600px;
	height:auto;
	background-position:top;
	background-repeat:no-repeat;

}

#container_head {
	position: relaitve;
	float: left;
	width: 100%;
	margin: 0 auto;
	min-height:100px;
	background-color: #2e2775;
	padding-top: 0px;
}



#container {
	margin: 0 auto;
	width:100%;
}

#header {
	margin: 0 auto;
	width:95%;
}

#footer {
	margin: 0 auto;
	width:95%;
}

#link {
	margin: 0 auto;
	width:95%;
}

#data {
	margin: 0 auto;
	width: 100%;
	margin: 0;
}

#header_left {
	padding-top: 80px;



}
#kosar_container {
	position: absolute;
	margin: 0 auto;
	top: 0px;
	height:30;
	width: 100%;
	z-index:3;
	background-color: #2e2775;
	padding: 0;


}

#kosar {
	position: relative;
	margin: 0 auto;
	height:30px;

}

#logo_container {
	display:none;
}	

#data_left {
	min-height: 100px;
}

.navbar-collapse {
	background-color:#2e2775;
	z-index:9999;
	min-height:20px;
	
}
.dropdown-menu {
	z-index:9999;
}

#brand {
	position: relaitve;
	float: left;	
	padding-top: 0px;
	padding-left: 0px;
	width: 100%;
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	min-height: 30px;
}


h3{
	font-weight:normal;
	font-size:18px;
	margin-bottom: 0px;
	margin-top: 10px;
	}
	
h2{
	font-weight:bold;
	font-size:20px;
	text-align:left;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.block_mobile {
	display:block;
}	
.block_pc {
	display:none;
}	

.navbar-brand {
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
}

.popup {
	display:none;
}	


}



@media only screen and (min-width: 751px) {

h3{
	font-weight:normal;
	font-size:22px;
	margin-bottom: 0px;
	margin-top: 10px;
	}
h2{
	font-weight:bold;
	font-size: 28px;
	text-align:left;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
.block_mobile {
	display:none;
}	

.block_pc {
	display:block;
}	

.popup {
	display:block;
}		

}