@charset "utf-8";
/* CSS Document */

/* for 980px or less */
@media screen and (max-width: 1000px) {

.header-right {
	padding-top:0px;
	padding-bottom:0px;
}
.logo img {
	max-width:80px;
	height:auto;
	margin:0 auto;	
}
.logo .img-thumbnail {
	margin:0 auto;
	text-align:center;	
}
.logo {
	text-align:center !important;
	padding-top:0px;	
	text-align:center;
	margin:0 auto;	
}
.header-right {
	vertical-align:bottom !important;
	bottom:0% !important;
	height:100%;
	min-height:inherit;
	padding-top:10px;
	
		
}
.header-sec1 h3 {
	text-align:center;
	color:#000;	
}
}
@media screen and (max-width: 860px) {

}

/* for 700px or less */
@media screen and (max-width: 767px) {
.header-right {
	padding-top:0px;
	padding-bottom:0px;
}
.logo img {
	max-width:70px;
	height:auto;	
}
.logo {
	text-align:center;
	padding-top:0px;	
}
.header-right {
	vertical-align:bottom !important;
	bottom:0% !important;
	height:100%;
	min-height:inherit;
	padding-top:0px;
	
		
}
}
@media screen and (max-width: 680px) {

	
}
/*Smartphone*/
@media screen and (max-width: 520px) {


}
/*Smartphone*/
@media only screen and (max-width : 480px) {

}
/*Smartphone*/
@media only screen and (max-width : 320px) {


}
/************************************************************************************
MOBILE
*************************************************************************************/
@media screen and (max-width: 600px) {

	/* nav-wrap */
	#nav-wrap {
		position: relative;
	}

	/* menu icon */
	#menu-icon {
		color: #000;
		height: 30px;
		background: #ecebeb url(../images/menu-icon.png) no-repeat 10px center;
		padding: 2px 10px 0 42px;
		cursor: pointer;
		border: solid 0px #666;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #f8f8f8;
	}
	#menu-icon.active {
		background-color: #bbb;
	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 38px;
		width: 160px;
		z-index: 10000;
		padding: 5px;
		background: #f8f8f8;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 10px;
	}
	#nav a, 
	#nav ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		color: #666;
		border: none;
	}
	#nav a:hover, 
	#nav ul a:hover {
		background: none;
		color: #000;
	}
	
	/* dropdown */
	#nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#nav ul li {
		margin: 3px 0 3px 15px;
	}

}

@media screen and (min-width: 600px) {

	/* ensure #nav is visible on desktop version */
	#nav {
		display: block !important;
	}

}
