@charset "utf-8";
/* CSS Document */

@media only screen and (min-width:766px) {
	
	
}


@media only screen and (min-width:768px) and (max-width:992px) {
.navbar-brand {
	width:150px;
}
.navbar-inverse .navbar-nav > li > a {
  font-size:12px;
  padding:10px 13px;
}
.carousel-caption {
	display:none;
}
	
}

@media only screen and (min-width:992px) and (max-width:1024px) {
.navbar-inverse .navbar-nav > li > a {
  color: #383838;
  font-size:12px;
  padding:10px 11px;
  text-transform:uppercase;
}
	
}

@media only screen and (min-width:480px) and (max-width:767px) {

	
}

@media only screen and (min-width:300px) and (max-width:767px) {

.navbar-brand {
	width:150px;
}
.navbar-inverse .navbar-nav > li > a {
  font-size:14px;
  padding:15px 25px;
}
.navbar-nav {
    margin: 7.5px 0px;
}

.top_panel .left {
   display:none;
}
.top_panel .right {
    text-align: center;
}

.top_panel2 .right {
    text-align: center;
}
.top_panel2 a {
    color: #eaeaea;
    padding:0px 6px;
	font-size:12px;
    text-decoration: none;
    text-transform: uppercase;
}
.about_left {
    padding: 70px 30px;
    text-align: left;
    width: 100%;
	border-bottom:2px solid #ffae00;
}
.approach_left {
	display:none;
}
.approach_right {
    float: left;
    padding: 70px 30px;
    text-align: left;
    width: 100%;
	border-bottom:2px solid #ffae00;
}
.featured_left {
    padding: 70px 30px;
    text-align: left;
    width: 100%;
}
.footer_last p {
	text-align:center;
}
.footer_last .right {
    float: left;
    text-align: center;
}
.carousel-inner>.item>img {
    display: block;
    min-width: 100%;
    line-height: 1;
    width: 100%;
	height:400px;
	margin-top: 100px;
}
.arrow_upper {
    font-size: 13px;
    padding: 10px 0 40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.carousel-caption {
	display:none;
}




	
}