
/*-----start-header----*/
.body-banner-01 .header{
	position: relative;
	padding: 2em 0;
}
.body-banner-01 .bg{
	background: url(../images/blockTemp/body-banner-01-bg.jpg) no-repeat 0px 0px;
	min-height: 809px;
	background-size: 100% 100%;
}
.body-banner-01 .contact-no{
	float: left;
}
.body-banner-01 .contact-no span{
	font-size: 1.5em;
	color: #9DA0B2;
	font-weight: 500;
	margin-top: 1.2em;
	display: block;
	text-transform: uppercase;
}
.body-banner-01 .contact-order{
	float:right;
}
.body-banner-01 .contact-order a{
	font-size: 1.3em;
	color: #9DA0B2;
	font-weight: 500;
	margin-top: 1.5em;
	display: block;
	text-transform: uppercase;
	border-bottom: 2.5px dashed;
}
.body-banner-01 .contact-order a:hover{
	text-decoration:none;
	color:#44C1F3;
}
.body-banner-01 .logo{
	position:absolute;
	left: 45%;
}
/*----navbar-nav----*/
.body-banner-01 .top-nav ul li a{
	color: #FFF;
	padding: 0.1em 2.7em;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
}
.body-banner-01 .top-nav ul li.selected a{
    color:#44C1F3;
}
.body-banner-01 .top-nav ul li a:hover{
	color:#44C1F3;
}
.body-banner-01 .logo a{
	display:block;
}
/* top-nav */
.body-banner-01 .top-nav:before,
.body-banner-01 .top-nav:after {
    content: " ";
    display: table;
}
.body-banner-01 .top-nav:after {
    clear: both;
}
.body-banner-01 nav {
	position: relative;
	top: 615px;
}
.body-banner-01 nav ul {
	padding: 0;
}
.body-banner-01 nav li {
	display: inline;
	float: left;
	position:relative;
}
.body-banner-01 nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
.body-banner-01 nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
.body-banner-01 nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	.body-banner-01 nav {
  		height: auto;
  	}
	.body-banner-01 nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
	.body-banner-01 nav li {
  		width: 100%;
  		position: relative;
  	}
	.body-banner-01 nav li a {
		border-bottom: 1px solid #eee;
	}
	.body-banner-01 nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	.body-banner-01 nav {
		border-bottom: 0;
	}
	.body-banner-01 nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
	}
	.body-banner-01 nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		/*--top:35px;--*/
	}
	.body-banner-01 nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.body-banner-01 nav a#pull img{
		margin-right:2%;
		padding-top: 65px;
	}
	.body-banner-01 .top-nav ul li a {
		color: #2C3E50;
		padding: 0em 0;
	}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	.body-banner-01 nav li {
		display: block;
		float: none;
		width: 100%;
	}
	.body-banner-01 nav li a {
		border-bottom: 1px solid #576979;
	}
}
