body{
	background-color:#FEF6EB;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.navbar-nav > li > a{
	
	line-height:0px;
	padding-bottom:18px;
	padding-top:18px;
}
.navbar{
	min-height:0px;
	border-radius:0px;
}
.navbar-inverse{
	margin:0px;
	padding:0px;
}
@media (min-width:768px){
	.navbar-brand{
		display:none;
	}
	
	.navbar-collapse{
		padding-left: 0px;
		padding-right: 0px;
	}
	.navbar-fixed-top{
		position:absolute!important;
	}	
	
	.map_frame{
		height:280px;
		width:400px;
	}
	.marginlr{
		margin:0px 30px;
	}
}
@media (max-width:980px){
	.contact-address{
		font-size:18px!important;
	}
	.map_frame{
		height:240px;
		width:320px;
	}
}
@media (max-width:800px){
	.contact-address{
		font-size:13px!important;
	}
	.map_frame{
		height:240px;
		width:320px;
	}
}
@media (max-width:768px){
	
	.company_logo{
		display:none!important;
	}
	.hvr-bounce-to-bottom{
		border-bottom:1px solid #FFF;
	}
	
	.map_add{
		margin:0px 5px;
	}
	.contact-address{
		font-size:12px!important;
	}
	.map_frame{
		height:240px;
		width:300px;
	}
}

@media (max-width:360px){
	.map_frame{
		height:260px;
		width:320px;
	}
	.contact-address{
		font-size:17px!important;
	}
}

@media (max-width:320px){
	.map_frame{
		height:260px;
		width:280px;
	}
	.contact-address{
		font-size:15px!important;
	}
}

@media (max-width:960px){
	.company_contact{
		display:none;
	}
	
}

	
	
.company_logo{
	display:block;
	background-color:#96C0CE;
	padding:10px 10px;
	height:140px;
}
.company_img{
	float:left;
	height:120px;
	width:140px;
	margin: 10px;
}
.company_name{
	
	margin-left:20px;
	color:#525564;
	float:left;
}
.company_contact{

	float:right;
	color:#525564;
}
.navbar-text{
	margin-top:0px;
	margin-bottom:0px;
	
}

.navbar-default .navbar-text{
	color:#FFF;
}

.navbar-default .navbar-text a{
		color:#525564;
}

.navbar-default .navbar-text a:hover{
		color:#d7d7d7;
		text-decoration:none;
}

.navbar-inverse .navbar-brand {
    color: #525564;
	font-size:24px;
}

.navbar-inverse {
    background-color: #74828f;
    border-color: #525564;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background-color:#525564;
}

.navbar-inverse .navbar-nav > li > a{
	color:#d7d7d7;
}

.title{
	border-bottom:2px solid #74828F;
	color:#525564;
	
}

.btitle{
	border-bottom:2px solid #74828F;
	color:#525564;
	font-size:30px;
	font-family: 'Pacifico', cursive;
}
.stitle{
	border-bottom:2px solid #74828F;
	color:#525564;
	font-size:24px;

}
.ctitle{
	color:#525564;
	margin-bottom:20px;

}

p{
	text-align:justify;
	padding:10px;
}

.ftr{

    background-color: #74828f;
    border-color: #525564;

}
.container-fluid{
	padding:0px;
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
	border-left:2px solid #96C0CE;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.last{
	border-right:2px solid #96C0CE;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#525564;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover a, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: #fff;
}
.navbar-nav > li > a:hover {
    color: #fff !important;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:#43C8FA;
}


.news{
	background-color:#525564;
	padding:5px 5px;
	margin:10px;	
	font-size:15px;
	color:#FFF;	
}



.newsa a{
	text-decoration:none;
}


.news{  
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

.news:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#74828F;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news:hover a, .news:focus, .news:active {
  color: #fff;
}

.news:hover:before, .news:focus:before, .news:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ftr p{
	padding:2px;
}

.branch-line{
		margin:0px 10px;
	padding:2px;
	font-size:16px;
}


.contact-sub{
	padding:0px 20px;
	border-right:2px solid #74828F;
}

.order-form-sub{
	padding:0px 30px;
}
.medetory{
	color:red;
	font-weight:bold;	
	font-size:16px;
}
.contact-address{
	padding:0px;
	margin:0px;
	font-size:18px;
	color:#525564;
}


.order-form-table th{
	border-radius:10px;
	border:2px solid #FEF6EB;
	background-color:#525564;
	color:#FFF;
	padding:8px;
	font-size:16px;
}
.order-form-table td{
	border-radius:10px;
	border:2px solid #FEF6EB;
	background-color:#74828F;
	color:#FFF;
	text-align:center;
	padding:8px;
	font-size:16px;
}
