
.top_color{
	background:#4C505B;
	text-align:right;
	color:#fff;
	padding:5px;
}
.logo_bg{
	background:#E9EAEE;
}
.logo_bg img{
	padding:7px;
}
.navbar-right > li > a{
	color: rgb(7, 44, 52);
	font-size: 20px;
}
.no-padding{
	padding:0px;
}
.navbar {
    margin-bottom:0px;
}
.menu_border{
	border-bottom:6px solid #E9EAEE;
}
.about_us{
	text-align:center;
	color:#082F40;
	font-size:30px;
	font-weight: bold;
	padding-top: 30px;
}
.about_us_content{
	font-size: 20px;
	padding: 50px 0px;
	text-align: justify;
}
.about_us_content a{
	color:#F67E10;
	font-weight:bold;
}
.about_border{
	background:#F4F4F2;
}
.services h1{
	font-size: 27px;
	font-weight: bold;
	color: rgb(2, 51, 55);
}
.services_middle h1{
	font-size: 27px;
	font-weight: bold;
	color: rgb(2, 51, 55);
}
.services_middle .well{
	border-radius:0px;
	margin-bottom:0px;
	margin-top:-20px;
	min-height: 204px;
}
.services .well{
	background:#fff;
	border-radius:0px;
	min-height: 186px;
}
.image_right_border{
	border-right:1px solid #E3E3E3;
}
.modern{
	padding: 20px 0px 0px 20px;
}
.modern h4{
	text-align:center;
	padding:25px;
}
.modern p{
	margin: 0px 70px 30px;
}
.company h3, .company p{
	text-align: center;
	color: #535564;
	font-size: 28px;
	margin: 20px 0px 20px
}
.company p{
	color:#89A600;
	font-size: 18px;
}
.footer{
	background:#4C505B;
	color:#fff;
}
.footer ul{
	color:#F67E10;
}
.footer h2{
	font-size: 19px;
	font-weight: bold;
}
.footer p > span{
	list-style:none;
	color:#F67E10;
	font-size:14px;
}
.footer p > span > a{
	list-style:none;
	color:#F67E10;
	font-size:14px;
}
.subscribe button{
	background: #FA7E0E none repeat scroll 0% 0%;
	border: medium none;
	padding: -1px;
	font-size: 19px;
	border-radius: 8px;
	color: #fff;
}
.subscribe input{
	width: 100%;
    height: 30px;
    color: #000;
}
.copyright{
	background:#454952;
	color: #808895;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
}
.copyright ul{
	list-style:none;
}
.footer_div{
	font-size: 13px;
	font-weight: bold;
	padding: 15px;
}
.fullWidth img{
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
}
.contact_us .panel{
	margin-top:20px;
}
.contact_us .panel-default .panel-heading{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	background:#EE9543;
}
.contact_us .panel-body{
	padding:0px;
}
.contact_us li{
	font-size: 17px;
	font-weight: bold;
}
.contact_us ul {
    color: #F67E10;
}
.contact_us li > span {
    color: #454442;
	font-size: 20px;
	line-height: 2;
}
.contact_us .subscribe button{
	padding: 6px 40px;
	font-weight:bold;
	font-style:italic;
}
.contact_us label{
	font-size: 20px;
	color: rgb(68, 68, 68);
}
.contact_us h2{
	font-size: 22px;
	font-weight: bold;
}
.contact_us p{
	font-size:20px;
}
.contact_us legend{
	font-weight: bold;
	font-size: 27px;
}

.about .panel-default .panel-heading{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	background:#EE9543;
}
.about ul {
    color: #F67E10;
}
.about .right li > span {
    color: #454442;
	font-size: 20px;
	line-height: 2;
}
.about .left li > span {
    color: #333;
	font-weight:normal;
	font-size:18px;
}
.about li{
	font-size: 17px;
	font-weight: bold;
}
.about .panel-body{
	padding:0px;
}
.about p{
	font-size:18px;
	text-align: justify;
}
.about .no-padding div{
	padding:0px;
}
.clear{
	clear:both;
}

/* Portfolio */
/* Portfolio Filter */
.mix-filter {
  list-style: none;
  margin: 20px 0px 20px;
  padding: 0;
}
.mix-filter li {
  color: #555;
  cursor: pointer;
  padding: 8px 25px;
  margin-right: 2px;
  margin-bottom: 5px;
  background: #fff;
  display: inline-block;
  font-size:19px;
}
.mix-filter li:hover,
.mix-filter li.active {
  color: #fff;
  background: #F5913B;
}
.mix-grid .mix {
  opacity: 0;
  display: none;
}

/* Portfolio Hover */
.mix-grid .mix {
  position: relative;
  overflow: hidden; 
  margin-bottom: 15px;
}
.mix-grid .mix .mix-inner {
  position: relative;
  width: 100%;
}
.mix-grid .mix .mix-details {
  color: #fff;
  width: 90%;
  height: 100%;
  bottom: -100%;
  text-align: center;
  position: absolute;
  background: #F5913B;
  opacity:0.8;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;  
}
.mix-grid .mix:hover .mix-details {
  bottom: 0;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;  
}
.mix-grid .mix .mix-details h4 {
  color: #fff;  
  margin-top: 30px;
  padding: 0 10px;
}
.mix-grid .mix .mix-details p {
  padding: 0 30px;
}
.mix-grid .mix .mix-details i {
  color: #fff;
  font-size: 14px;
}
.mix-grid .mix a.mix-link, 
.mix-grid .mix a.mix-preview {
  color: #fff;
  display: block;
  cursor: pointer; 
  position: absolute;
  padding: 10px 10px;
  background: #000;
  
}
.mix-grid .mix a.mix-preview {
  left: 39%;
}
.mix-grid .mix a.mix-link {
  right: 50%;
  margin-right: 5px;
}
.mix-grid .mix a.mix-link:hover,
.mix-grid .mix a.mix-preview:hover {
  color: #fff;
  padding: 10px 10px;
  text-decoration: none;
  border: solid 1px #eee;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) { 
  .mix-grid .mix.col-md-6.col-sm-6 .mix-details {
    height: 50%;
  }

}
@media (min-width: 768px) and (max-width: 991px) { 
  .mix-grid .mix a.mix-link,
  .mix-grid .mix a.mix-preview {
    margin-top: 5px;
  }
}

.contact_us .no-padding{
	padding:0px;
}
.contact_us .call_us p{
	font-size: 15px;
	font-weight: bold;
	padding: 20px;
	white-space: pre;
}
.contact_us .call_us h3{
	margin: -13px 0px 0px 25px;
	font-weight: bold;
}
.contact_us .call_us{
	background:#EFE9EB;
}
.contact_us .printers{
	background:#FEFCFD;
}
#container{
	background:#E9EAEE;
}
.navbar-nav li.active{
	border-bottom:3px solid #F67E10;
}
.navbar-nav .dropdown-menu li.active{
	border-bottom:none;
}
.navbar-nav > li:hover > ul {
    display: block;
}
.navbar-nav .dropdown-menu-right{
	background: #fff;
	font-size: 20px;
}
.navbar-nav .dropdown-menu > li > a{
	padding: 5px 30px;
}
.navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a:hover{
	background:#F69544;
	color:#fff;
}
.services a:hover{
	background:#F5F5F5;
}
.about_footer ul > li > a:focus, .about_footer ul > li > a:hover, .about_footer ul > li > a{
	color:#fff;
}
.copyright a, .copyright a:focus, .copyright a:hover{
	color:#F67E10;
}
.navbar-nav .dropdown-menu > .active > a, .navbar-nav .dropdown-menu > .active > a:focus{
	color: #000;
	text-decoration: none;
	outline: 0px none;
	background-color: #fff;
}
.submenu > ul > li > span > a{
	color:#333;
}
@media (min-width: 768px) { 
	nav.navbar-inverse {
		background-color: #fff;
		border-color: #fff;
	}
	nav.navbar-inverse .navbar-nav > .active > a, nav.navbar-inverse .navbar-nav > .active > a:focus, nav.navbar-inverse .navbar-nav > .active > a:hover {
		color: #000;
		background-color: #fff;
	}
	nav.navbar-inverse .navbar-nav > li > a, nav.navbar-inverse .navbar-nav > li > a:focus, nav.navbar-inverse .navbar-nav > li > a:hover {
		color: #000;
		background-color: transparent;
	}
}
@media (max-width: 767px) { 
	.carousel-inner .item .fill{
		height: 200px !important;
	}
}
.panel-body a:hover {
    color: #EE9543 !important;
    text-decoration: underline;
}
.modern img{
	width:100%;
}