.navigation {
    font-size: 14px;
}

.fixed_head_in1 .p1{
	float: left;
    padding: 7px 0px 7px 15px;
}
.fixed_head_in1 .p2{
	float:right;
	padding: 7px 15px 7px 15px;
}
.fixed_head_in1 .p3{
	float:right;
	padding: 0px 15px 0px 0px;
}
.fixed_head_in2{
	width:100%;
	background-color: #fff;
}
.fixed_head_out3{
	width:100%;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #fff;
	float:left;
}
.fixed_head_out1{
	width:100%;
	
	background-color: rgb(3,69,87);
	float:left;
}


.fixed_head_out2{
	width:100%;
	background-color: #fff;
	float:left;
	padding:10px 0px;
}
.fixed_head_in2{
	width:300px;
	margin:0px auto;
	position:relative;
}


.slideholder{
	padding-top:150px !important;
}


/*back to top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(3,69,87);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: rgb(0,99,46);
}
.search{
	float:right;
}
.search form{
	margin:3px 0px 6px 0px;
}
.share_top{
	
}
/*dark background links */
.fixed_head_in1 a{
	color:#fff;
}
.fixed_head_in1 a:hover{
	color:#000;
}
/* search button for template override*/
.search_button{
	color:#fff;
	background-color:rgb(3,69,87);
	border:0px solid rgb(3,69,87);
}
.search input{
	border:0px solid #fff;
	color:#fff;
	background-color:rgb(3,69,87);
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
}
.search textarea:focus, .search input:focus, #mod-search-searchword159{
    outline: none !important;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
	color: #fff;
}
.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.search input, .search select, .search textarea{
    color: #fff;
}

#content .search{
	width:100%;
}
/* footer */
.footer_p1{
	background-color:#fff;
	color:#000;
}
.footer_p2{
	background-color:#fff;
	color:#fff;
}
.footer_p3{
	background-color:rgb(3,69,87);
	color:#fff;
	width:100%;
}
.footer_p3_in1{
	padding:15px 0px 0px 0px;
	width:80%;
	margin:0px auto;
	float: none;
}
.footer_p3_in2{
	width:100%;
}
.footer_p1 .nav.menu{
	padding:15px 0px 0px 0px;
}
.footer_p1 .nav.menu a{
	color:#000;
	border-bottom: 1px dotted #000;
}
.footer_p1 .nav.menu a:hover{
	color:#aaaaaa;
	background-color:#fff;
}
.foot_center_1{
	padding:15px 0px 0px 0px;
}
.foot_center_1, .foot_center_2, .foot_center_3{
	text-align:center;
}
.footer_p2 img{
	width:100%;
}
/* dynamic witdh (corrections and improvements)*/
@media (min-width: 1200px){
	.fixed_head{
		position:fixed;
		width:100%;
		z-index: 10000;
	}
	.fixed_head_in1{
		width:1200px;
		color:#fff;
		margin:3px auto;
	}
	.fixed_head_in3{
		width:1200px;
		margin:0px auto;
	}
}
@media (max-width: 979px){
	.fixed_head{
		position:relative;
		width:100%;
		z-index: 10000;
	}
	.fixed_head_in1{
		width:767px;
		color:#fff;
		margin:3px auto;
	}
	.fixed_head_in3{
		width:767px;
		margin:0px auto;
	}
	.navigation.navbar.navbar-default{
		padding:0px 0px 0px 10px;
	}
}


@media (max-width: 767px){
	.fixed_head{
		position:relative;
		width:100%;
		z-index: 10000;
	}
	body {
		padding-left: 0px;
		padding-right: 0px;
	}
	.fixed_head_in1{
		width:100%;
		color:#fff;
		margin:3px auto;
	}
	.fixed_head_in3{
		width:100%;
		margin:0px auto;
	}
	
}
/* slider */
.container.slider_top_out_1, .container.slider_top_out_2{
	width: 100%;
    height: 330px;
	margin:0px;
	max-width:100%;
	background-size: 100%;
    background-position: center;
	background-repeat:no-repeat;
}
@media (max-width: 979px) and (min-width: 768px){
	.row-fluid .span9 {
		width: 100% !important;
	}
}










