
section {
  padding: 50px 0;
}
header{
	padding: 20px 0 30px;
	overflow:;
}
img{
	max-width: 100%;
}
a{
	outline: none !important;
}
.row{
	margin: 0px !important;
}
.container{
	overflow: hidden;
}
.contain{
	width: 1170px;
	margin: auto;
	height: 40px;
	padding: 0 15px;
}
.navbar-right{
	margin-right: 0px;
}
.goToTop {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 150;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
  padding: 10px;
    
    background-image:url("img/logo-small.png");
    background-repeat: no-repeat;
    background-color: white !important;
    
}
.navbar-collapse{
	width: 100%;
}

.text-center{
	text-align: center;
}

.notifications p{
	padding: 5px 10px;
	font-weight: bold;
}

.nav{
	margin-top:5px;
}

.menu-item{
	position: relative;
}
	.sub-menu , .sub-menu li{
		list-style: none;
	}
	.sub-menu{
		position: absolute;
		top: 40px;
		left: 25px;
		width: 235px;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		margin: 0px;
		padding: 0px;
		border-radius: 0 0 5px 5px;
		overflow: hidden;
		z-index: 100;
		display: none;
		border-top: 4px solid #f48530;
	}
	.sub-menu li{
		background: rgba(255,255,255,0.9);
	}

		.sub-menu li a{
			display: block;
			padding: 7px 15px;
			color: inherit;
		}
		.sub-menu li a:hover{
			background: #f48530;
			color: #fff;
		}

.carousel, #navbar , .navbar{
	margin: 0px;
	padding: 0px;
	clear: both;
}
.cta-button, .cta-button:focus{
	border:2px solid #f48530;
	display: inline-block;
	padding: 5px 10px;
	color: #f48530;
	font-weight: bold;
	border-radius: 5px;
	text-transform: uppercase;

	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}
	.cta-button:hover,  .cta-button:active{
		background: #f48530;
		color: #fff;
	}

.cta-button.grey, .cta-button.grey:focus{
	border-color: #666;
	color: #666;
}
	.cta-button.grey:hover,  .cta-button.grey:active{
		background-color:#666;
		color: #fff; 
	}

.cta-box{
	/*background: url(../img/callout-bg.png) no-repeat left center;    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
    text-align: center;
    padding: 75px 20px;
    color: #fff;
    height: auto !important;
}
	.cta-box *{
		font-size: 120%;
		font-weight: normal;
	}
	.cta-box p{
		text-align: center;
		color: #fff;
	}
	.cta-box .cta-button{
		margin-top: 20px;
	}
.cta-box.light-bg , .light-background{
	background: #efefef;
}

	.cta-box.light-bg p, .cta-box.light-bg h2{
		color: #333;
	}

 h5{
 	font-weight: bold;
 }

 td h4{
 	padding-top: 0px;
 }

.cta-header{
	margin-bottom: 0px !important;
}
	.cta-header ul{
		margin: 0px;
	}
.open-mobile-menu{
	display: none;
}
.fix-the-nav{
	padding-top: 140px;
}
.fix-the-nav .cta-header{
	display: none;
}
.topLogo{
	/*width: 120px;*/
}
.scrollLogo{display: none;}
.fix-the-nav .topLogo{
	display: none;
}
.fix-the-nav .scrollLogo{
	display: block;
	width: 103px;
	position: relative;
	top: 15px;
	left: 11px;
}

.fix-the-nav header{
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.fix-the-nav header{
	position: fixed;
	width: 100%;
	z-index: 100;
	background: rgba(255,255,255,0.9);
	top: -10px;
	padding: 20px 0;
}

.testimonials-carousel-content{
	padding: 15px 0;
}

.tab-pane h4{
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0;
}

.form-holder{
	background: #efefef;
	border:1px solid #ccc;
	padding: 20px;
}
	.form-holder p{
		margin-top: 20px;
		font-weight: bold;
	}
	.form-holder input{
		padding: 5px 10px;
		width: 100%;
		background: #fff;
		border:1px solid #ccc;
	}
	.form-holder .place-order{
		display: inline-block;
		padding: 5px 10px;
		color: #fff;
		background:#f48530;
		text-transform: uppercase;
		font-size: 16px;
	}

#mc_embed_signup form{
	padding: 0px;
}
	#mc_embed_signup input.email{
		margin: 0px;
		width: 100%;
	}
	#mc_embed_signup input.button{
		background: #f48530;
		border-radius: 0px;
		width: 100%;
	}

.small-screens{
	display: none !important;
}
.large-screens{
	display: block !important;
}


.invalid{
	border-color: #f00 !important;
}

.white-bg{
	border-bottom: 2px solid #efefef;
}
	.white-bg p{
		color: #333;
	}



nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  text-transform: uppercase;
    color: #282828;
}
.nav > li > a{
	background: none !important;
}
nav li { background: #fff; }
.navbar-default .navbar-nav>li>a {
  color: #282828;
}

body {
	color: #282828;
}
a {
  color: #686672;
  text-decoration: none;
}
a:focus, a:hover {
  color: #515155;
  text-decoration: none;
}
.fa-color {
	color: #f48530;
	margin-right: 10px;
}
.top_header {
	margin-right: 30px;
}
.social {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 66px;
	border: 2px solid #f48530;
	font-size: 20px;
	color: #666;
	padding: 3px 0 0 8px;
	text-align: center;
}
.social:hover {
	border: 2px solid #c56319;
	color: #aaa;
	text-decoration: none;
}
.excellence_header {
	color: #f48530;
	text-transform: uppercase;
	margin: 20px 0 20px;
}
.logo {
	float: left;
    padding: 0px;
    z-index: 150;
    top: 10px;
    position: absolute;
}
.text-orange {
	color: #f48530;
}
.caption_text {
	font-size: 25px;
}

.service_top {
	padding-top: 20px;
}
.event_top {
	margin-top: 20px;
	margin-bottom: 20px;
}
.description-text {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
	.description-text p{
		text-align: center;
	}
.btn-orange {
	color: #fff;
	background-color: #f48530;
	padding: 10px;
	margin-top: 10px;
}
.btn-orange.active, .btn-orange.focus, .btn-orange:active, .btn-orange:focus, .btn-orange:hover, .open>.dropdown-toggle.btn-orange {
	color: #fff !important;
	background-color: #dd7322;
}
.circle-responsive {
	background: #f48530;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	margin:auto;
}
.circle-content {
	color: #fff;
	float: left;
	line-height: 1;
	margin-top: -0.5em;
	padding-top: 42%;
	text-align: center;
	width: 100%;
}
a.readmore-link {
	font-weight: bold;
	float: right;
	color: #f48530;
	text-decoration: none;
}
a.readmore-link:hover {
	color: #d67932;
}
a.learnmore-link {
	font-weight: bold;
	color: #f48530;
	text-decoration: none;
}
a.learnmore-link:hover {
	color: #d67932;
}
.divider {
	display: block;
	width: 70%;
	height: 3px;
	margin: 10px auto 20px;
	background-color: #e1e1e1;
	margin-right: 20px;
	float: right;
}
.divider-events {
	display: block;
	width: 30%;
	height: 3px;
	margin: 10px auto 20px;
	background-color: #e1e1e1;
	margin-right: 20px;
	float: right;
}
.callout-text {
	padding: 43px;
	text-align: left;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.callout-header_text {
	font-size: 25px;
	font-weight: bold;
}
.callout-para {
	font-size: 18px;
	margin-bottom: 20px;
}
.callout-color {
	color: #f48530;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
.dark-bg {
	background-color: #282828;
	color: #fff;
	left: 0;
	height: 350px;
}
	.cta-form-box .form-holder{
		background: none;
		border:0px;
	}
.cta-form-box .form-holder *{
	font-size: 18px;
	color: #333;
}
.cta-form-box .form-holder .cta-button{
	color:#f48530;
	background: none;
}
.cta-form-box .form-holder .cta-button:hover{
	color:#fff;
	background: #f48530;
}

.cta-form-box .form-holder input[type=text] , .cta-form-box .form-holder input[type=email] , .cta-form-box .form-holder input[type=tel]{
color: #333;
margin-bottom: 10px;
}

.cta-form-box h2{
	padding-bottom: 25px;
}
.cta-form-box p{
	text-align: left;
	font-size: 16px;
	color: #333;
}

.cta-form-box .order-pabx-form p{
	text-align: center;
}

.grey-bg{
	background: #efefef;
}
	.grey-bg h2{
		color: #333;
		text-transform: uppercase;
		font-weight: bold;
	}
.text-left{
text-align: left;
}
.divider-wrap {
	right: 0;
	height: 350px;
}
.clear:after {
	clear: both;
	display: table;
	content: "";
}
.events {
	padding: 30px;
	margin: 30px;
	display: flex;
}
.text-gray {
	color: #606060;
	font-size: 12px;
}
.btn-dark {
	background-color: #222127;
	color: #686672;
	text-transform: uppercase;
	font-size: 15px;
}
footer {
	background-color: #2d2c32;
	padding: 35px 0 10px;
	color: #686672;
}
.bootom-footer {
	background: #ed6f0e;
	height: 15px;
}
.footer-text {
	color: #a0a0a0;
	text-transform: uppercase;
}
.contact-info {
	color: #f48530;
	margin-right: 20px;
	width: 30px;
	display: inline-block;
}
.contact-divider {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #ed6f0e;
	margin-bottom: 20px;
}
.media-icons {
	font-size: 23px;
}
.news {
	overflow: hidden;
	clear: both;
}

.about-header {
	display: block;
	width: 100%;
	text-align: left;
	background: url(../img/about-header.png) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.application-header {
	display: block;
	width: 100%;
	text-align: left;
	background: url(../img/application-header.png) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.news-header {
	display: block;
	width: 100%;
	text-align: left;
	background: url(../img/news-header.png) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.services-header {
	display: block;
	width: 100%;
	text-align: left;
	background: url(../img/services-header.png) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.careers-header {
	display: block;
	width: 100%;
	text-align: left;
	background: url(../img/careers-header.png) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.contact-header {
	display: block;
	width: 100%;
	text-align: left;
	background: url(../img/contact-header.png) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.supply-header {
	display: block;
	width: 100%;
	text-align: left;
	background: url(../img/supply-header.png) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.products-header {
	display: block;
	width: 100%;
	text-align: left;
	background: url(../img/products-header.jpg) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.product-msl-header {
	display: block;
	width: 100%;
	text-align: left;
	background: url(../img/msl-header.png) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.header-caption{
	padding: 4% 0;
	background: #f23c3c;
	background: -moz-linear-gradient(-45deg,  #f13c3c 0%, #f9a13f 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f13c3c), color-stop(100%,#f9a13f));
	background: -webkit-linear-gradient(-45deg,  #f13c3c 0%,#f9a13f 100%);
	background: -o-linear-gradient(-45deg,  #f13c3c 0%,#f9a13f 100%);
	background: -ms-linear-gradient(-45deg,  #f13c3c 0%,#f9a13f 100%);
	background: linear-gradient(135deg,  #f13c3c 0%,#f9a13f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13c3c', endColorstr='#f9a13f',GradientType=1 );

}
.inner-text , .header-caption h2 {
	font-size: 35px;
	text-align: left;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	background: rgba(0,0,0,0.2);
	display: inline-block;
	padding: 10px 20px;
	margin: 10px 0;
}
button:focus {
	outline: 0 !important;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  margin-top: 20px;
  text-align: right;
  text-transform: uppercase;
  background-color: #fff;
}
.breadcrumb>.active {
  color: #f48530;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f48530;
  outline: 0;
}
.about-text {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	color: #f48530;
	margin-top: 30px;
}
.left-image {
	background: url(../img/app-inner-img-one.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.center-image {
	background: url(../img/app-inner-img-two.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.right-image {
	background: url(../img/app-inner-img-three.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.left-news-image {
	background: url(../img/news-inner-img-one.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.center-news-image {
	background: url(../img/news-inner-img-two.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.right-news-image {
	background: url(../img/news-inner-img-three.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.left-services-image {
	background: url(../img/services-inner-img-one.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.center-services-image {
	background: url(../img/services-inner-img-two.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.right-services-image {
	background: url(../img/services-inner-img-three.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.left-careers-image {
	background: url(../img/careers-inner-img-one.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.center-careers-image {
	background: url(../img/careers-inner-img-two.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.right-careers-image {
	background: url(../img/careers-inner-img-three.png) no-repeat left center;
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.date-bg {
	background-color: #f5f5f5;
	width: 130px;
	height: 130px;
}
.date-darkbg {
	height: 30px;
	background-color: #f48530;
	color: #fff;
	font-size: 18px;
	padding: 5px;
	text-transform: uppercase;
	margin-top: 30px;
}
.date-content {
	font-size: 30px;
	float: left;
	line-height: 1;
	margin-top: -0.5em;
	padding-top: 42%;
	text-align: center;
	width: 100%;
}
.no-space {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
}
/* style settings for Google map */
#map-canvas {
	width : 100%; 	/* map width */
	height: 300px;	/* map height */
}
.map-info-window {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50%;
	min-width: 80px;
}
.gm-style-iw {
	position: absolute;
	left: 12px;
	top: 9px;
	overflow: auto;
	width: 165px!important;
	height: 85px;
}
.bx-wrapper .testimonials-thumbnail {
	margin: 0px 0px 15px;
}
.bx-wrapper .quote {
	font-size: 35px;
	color: #f48530;
}
.bx-wrapper .text {
	margin-left: 20px;
	color: #606060;
}
.bx-wrapper .text-orange , h5 {
	color: #f48530;
	font-size: 15px;
	padding-top: 30px;
}
.bx-wrapper .testimonials-title {
	text-align: center;
	margin: 25px 15px 3px;
	font-size: 24px;
	line-height: 1;
}
.bx-wrapper .testimonials-carousel-thumbnail {
	max-width: 35%;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.bx-wrapper .testimonials-carousel-thumbnail img {
	display: block;
	margin-right: 20px;
	width: 100px;
}
.bx-wrapper .testimonials-carousel-context {
	overflow: hidden;
}
.bx-wrapper .testimonials-name {
	font-size: 16px;
	margin-bottom: 15px;
	color: #000000;
	font-weight: 400;
	margin-left: 20px;
}
.bx-wrapper span {
	font-size: 11px;
	color: #aaa;
}
.bx-wrapper {
	position: relative;
	margin: 30px auto;
	padding: 0;
	width: 100%;
*zoom: 1;
}
.bx-wrapper .slide {
	padding: 0;
	margin: 0;
	display: block;
}
.bx-wrapper .bx-viewport {
	margin-left: 0;
	z-index: 1;
	width: 100%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	display: none;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	border-left: 1px solid #ddd;
	height: 30px;
	cursor: pointer;
	background: #f48530 url(../img/caousel-next.png) no-repeat 0 0;
}
.bx-wrapper .bx-prev {
	position: absolute;
	top: 0px;
	right: 30px;
	border-right: 1px solid #ddd;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #c7c7c7 url(../img/caousel-prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: 0;
	margin-right: 0px;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 2;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #f48530;
  border-bottom: 4px solid #f48530;
  font-weight: bold;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 1px;
  margin-left: 25px;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
b, strong {
  font-weight: 700;
  color: #282828;
}
btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none;
}

.carousel-caption .btn-orange{
	font-weight: bold;
	border-radius: 5px;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(221, 115, 34, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #f48530;
	opacity: 1;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #f48530;
  background-color: #fff;
}
.navbar-default {
  background-color:transparent;
  border-color: transparent;
}
     .space {
         width: 500px;
         height: 60px;
     }
p {
  margin: 0 0 10px;
    text-align: left;
    line-height: 1.75
}
.careers-date {
    float: right;
    color: #f48530;
}

@media only screen and (max-width: 1170px){
	.contain{
		width: 100%;
	}
	.container{
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
		
	.navbar-collapse.collapse{
		display: block ;
	}

}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

@media only screen and (min-width: 990px){


	td img{
		min-width: 100%;
		max-width: inherit;
	}
}

@media only screen and (max-width: 990px){
	table{
		width: 100%;
	}
	td,th{
		display: block;
	}
	.description-text {padding-top: 20px;}
	.description-text , .description-text p{
		text-align: center;
	}
	header .social-holder{
		display: none;
	}
}

@media only screen and (max-width: 768px){
	.carousel-caption{
		position: relative;
		background: #000;
		text-align: center;
		overflow: hidden;
		left: 0px;
		left: 0px;
	}
	.carousel-caption p{
		text-align: center;
	}
	.carousel-caption .btn{
		text-align: center;
		float: none;
		padding: 5px 10px;
		margin-bottom: 10px;
	}
	.caption-header{
		font-size: 20px !important;
	}
	.caption_text{
		font-size: 16px !important;
	}

	.small-screens{
		display: block !important;
	}
	.large-screens{
		display: none !important;
	}
	.navbar-collapse.collapse{
		display: none ;
	}
	.open-mobile-menu{
		display: block;
		position: absolute;
		font-size: 18px;
		color: #f48530;
		font-weight: bold;
		float: right;
		right: 20px;
		top: 80px;
		z-index: 100;
	}
	.fix-the-nav .open-mobile-menu{
		top: 40px;
	}
	.copyright{
		overflow: hidden;
		padding-top: 20px;
	}
		.copyright p{
			text-align: center;
			float: none !important;
		}
	.navbar{
		position: relative;
		top: 0px;
	}
		.navbar li{
			display: block;
		}
	.contain{
		height: auto;
	}
	.main-menu{
		margin-top: 55px;
		padding-left: 20px;
	}
	.sub-menu{
		display: block;
		position: relative;
		top: 0px;
		width: 80%;
		left: 10px;
		border: 0px;
		border-radius: 0px;
		border-left: 5px solid #666;
	}
	.navbar{
		float: none !important;
		width: 100%;
		margin-left: 0px;
	}
	.nav > li{
		padding-left: 10px;
		width: 100%;
		display: block;
	}
	.nav > li > a{
		margin-left: 10px !important;
		background: none !important;
	}
	.top_header{
 		margin-right: 0px;
 	}
 	.fa-color{
 		margin-right: 5px;
 	}
}

 @media(max-width:640px) {
 	.copyright p{
 		font-size: 12px;
 	}
 	.description-text{
 		margin-bottom: 20px;
 		padding-top: 0px;
 	}

 	.breadcrumb{
 		display: none;
 	}
 	.inner-text, .header-caption h2{
 		font-size: 30px;
 	}
 	.bx-wrapper .text-orange, h5{
 		padding-top: 0px;
 	}
 	h1{
 		font-size: 30px;
 	}
 	.service_top{
 		padding-top: 20px;
 	}
 	td img{
 		width: 250px;
 		margin: auto;
 		height: auto;
 	}
 	.main-menu{
		margin-top: 50px;
	}

 	.topLogo{
 		display: none !important;
 	}
 	.open-mobile-menu{
 		top: 20px;
 		right: 20px;
 	}
 	.scrollLogo{
 		display: block !important;
 		width: 90px;
 		left: 20px;
 		top: -5px;
 		position: relative;

 	}

 	header{
 		padding: 10px 0 0;
 	}

	.description-text {
	  margin-top: 20px;
	    margin-bottom: 20px;
	}
	.top_header {
		padding-bottom: 10px;
	}
	     a.readmore-link {
	  font-weight: bold;
	   float: left; 
	  color: #f48530;
	  text-decoration: none;
	}
	     .no-space {
	  margin-bottom: 40px;
	}
	     text-orange {
	    font-size: 15px !important;
	}  

	.dark-bg {
		height: 70%;
	    margin-top: 20px;
	}
	.callout-text {
		padding: 10px;
	}
	.top-context {
		text-align: right;
		font-size: 10px;
	}
	.header-context {
		text-align: center;
	}
	.caption_text {
		font-size: 12px;
	}
	.caption-header {
		font-size: 15px;
	}
	.mobile-only {
		display: none;
	!important;
	}
	.desktop-only {
		display: block!important;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: #f48530;
		border-bottom: none;
		font-weight: bold;
	}
	.nav>li>a {
		position: relative;
		display: block;
		margin-left: -1px;
		background-color: #fff;
	}
	.carousel-caption {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.list-inline > li {
		padding-left: 0px;
		margin-bottom: 0px;
	}
	.main-nav {
		background: #fff;
		height: 80px;
		z-index: 150;
		margin-bottom: -80px;
	}
	.main-nav-scrolled {
		padding-left: 0px !important;
		padding-right: 0px !important;
		height: 100px;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		padding-left: 20px;
	}
	.menu-space {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-default {
		background-color: transparent;
	}
	.small_logo {
		margin-top: 10px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {

	}

	     .form-group {
	  margin-bottom: -25px;
	}
	     .goToTop {
	  position: fixed;
	  top: 0;
	  height: 70px;
	  z-index: 150;
	  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	  padding: 0px;
	  background-image: url("img/logo-small.png");
	  background-repeat: no-repeat;
	  background-color: white !important;
	}
	.goToTop-123 {
	              color: red;
	}
	  
	     .logo {
	    margin-left: -10px;
	}

	     .icon-space {
	         padding-left: 20px;
	     }

	     .inner-text {
	  padding-top: 54px;
	  font-size: 20px;
	  text-align: left;
	  color: #fff;
	  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	  text-transform: uppercase;
	}
	     
	 .services {
	 	padding: 20px 0;
	  /*padding: 20px;*/
	}   
	     .careers-date {
	 float: none;
	  color: #f48530;
	  font-size: 14px;
	}
	address {
	    margin-bottom: 30px;
	    font-style: normal;
	    line-height: 1.42857;
	}
	     .bullet-space {
	         margin-left: -30px;
	     }
	     
	   .carousel .item.left img{
	    width: 100% !important;
	}
}




