/*

Grill Template 

http://www.templatemo.com/free-website-templates/417-grill

*/

/*-- Basic --*/
a {
  text-decoration: none;
  color: #063b91;
}

a:hover {
  text-decoration: none;
  color: #063b91;
}

.heading-content a {
  text-decoration: none;
  color: #91b9fb;
}

.heading-content a:hover {
  text-decoration: none;
  color: #adcbfc;
  font-weight:bold;
}

.figure {
  margin-bottom:15px;
}

.blue {
	color: #09F;
}

.green {
	color: #0A0;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #666;
}

.heading-section {
  text-align: center;
  padding: 100px 0 30px 0;
}

.heading-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}

.row {
	position: relative;
}

.bottom-align-text {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}

/*-- Table related --*/
thead {
	font-size:120%;
	font-weight:bold;
	background-color:#CCCCCC;
    text-align:center;
}

.left-column {
	font-size:110%;
	font-weight:bold;
	background-color:#EEEEEE !important;
    text-align:right;
}

.bold {
	font-weight:bold;
}

/*-- Header --*/

.navbar {
  background-color: #FFFFFF;
}

.navbar-fixed-top .navbar-toggle,
.navbar-fixed-top .navbar-toggle:hover,
.navbar-fixed-top .navbar-toggle:focus {
	margin:18px;
}

.navbar-fixed-top .nav {
    padding: 15px;
}

.navbar-fixed-top .navbar-brand {
    padding: 18px;
}

.navbar-fixed-top .global {
    margin-top: 18px;
}

.navbar-fixed-top .search {
    margin-top: 18px;
}

/*-- End Header --*/

/*-- KL Added --*/

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
	vertical-align:top;
}

.responsive-circle {
    font-size: 80px;
    font-weight: 700;
    margin: 0 auto 20px;
    width: 100%;
}

.responsive-circle h4{
	font-size:14px;
}

.responsive-circle h5{
	font-size:11px;
}

.responsive-circle::after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
}

.responsive-circle div {
    color: white;
    float: left;
    line-height: 1em;
    margin-top: -0.38em;
    padding-top: 50%;
    text-align: center;
    width: 100%;
}

.color1-circle::after {
	background:#2bb07e;
}

.color2-circle::after {
	background:#005F6B;
}

.color3-circle::after {
	background:#1786b5;
}

.color4-circle::after {
	background:#3763aa;
}

.color5-circle::after {
	background:#294a81;
}

.png-shadow {
  -webkit-filter: drop-shadow(2px 2px 2px #555);
  filter: drop-shadow(2px 2px 2px #555);
}

.infomhz {
	float:right;
	font-size: 12px;
	color: #0060bf;
}

.fixture-no {
	font-size: 13px;
	color: #ff8e1e;
	font-weight:bold;
}

.fixture {
	font-size: 11px;
	color: #555555;
}

.product .img-responsive {
    margin: 0 auto;
}

/*-- End KL Added --*/

#heading {
  background-image: url(../images/bg-image.jpg);
  height: 140px;
  margin-top: 81px;
}

#heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#heading span {
  color: #fff;
  text-transform: uppercase;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}

/*-- End Heading --*/

#main-content {
  border: 1px #e4e4e4 solid;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 6px #ccc;
  background-color: #fff;
  min-height:400px;
}

/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #063b91;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #063b91;
}

/*-- End Timeline --*/


/*-- Our Team --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #063b91;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #063b91;
  text-transform: uppercase;
}

/*-- End Our Team --*/


/*-- Products --*/

#product-heading {
  text-align: center;
  padding: 100px 0 30px 0;
}

#product-heading h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#Container {
  margin-top: 80px;
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 20px;
}

.portfolio-item {
	padding-bottom: 20px;
	height: 280px;
}

#filters {
  text-align: center;
}

#filters ul {
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

#filters span {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #444;
  padding-left: 15px;
}

#filters span.active {
	font-weight:bold;
	color:#f72222;
}

#filters span:hover {
  color: #063b91;
  transition: all 0.3s ease-in;
}

.label-text a {
  color: #333;
}

.label-text a:hover {
  color: #063b91;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.label-text span {
  color: #777;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: block;
  color: #063b91
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-iner a {
  position: absolute;
  top: 35%;
  left: 43%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #063b91;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin-top: 190px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  color: #063b91;
  font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 60px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination a {
  background-color: #444;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #063b91;
}

/*- End Products --*/


/*-- Contact Us --*/

.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

.info ul {
  margin: 0;
  padding: 0;
}

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #666;
}

.info i {
  color: #063b91;
  margin-right: 10px;
  font-size: 18px;
}

/*-- End Contact Us--*/



/*-- Slider --*/

#slider {
  overflow: hidden;
  margin-top:81px;
}

.slider-caption_1 {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 60px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.slider-caption_1 h1 {
  /*text-shadow: 1px 1px #777;*/
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
}

.slider-caption_1 p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
}

.slider-caption_1 a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #063b91;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.slider-caption_2 {
  text-align: right;
  position: absolute;
  width: 100%;
  margin-top: 60px;
  margin-right:50px;
  padding-right:50px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
	background-color: rgba(255,255,255,0.3);
}

.slider-caption_2 h1 {
  text-shadow: 1px 1px #777;
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #3a7fef;
  text-transform: uppercase;
}

.slider-caption_2 p {
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 15px;
}

.slider-caption_2 a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #063b91;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.slider-caption_3 {
  text-align: left;
  position: absolute;
  width: 100%;
  margin-top: 330px;
  margin-left:50px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
	background-color: rgba(255,255,255,0.3);
}

.slider-caption_3 h1 {
  text-shadow: 1px 1px #777;
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #3a7fef;
  text-transform: uppercase;
}

.slider-caption_3 p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
  text-shadow: 1px 1px 3px #333333;
}

.slider-caption_3 a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #063b91;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.slider-caption_4 {
  text-align: right;
  position: absolute;
  width: 100%;
  margin-top: 330px;
  margin-right:50px;
  padding-right:50px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
	background-color: rgba(255,255,255,0.3);
}

.slider-caption_4 h1 {
  text-shadow: 1px 1px #777;
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #063b91;
  text-transform: uppercase;
}

.slider-caption_4 p {
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 15px;
}

.slider-caption_4 a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #063b91;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}



/*-- End Slider --*/





/*-- Services --*/

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

.icon i {
  border-radius: 50%;
  border: 20px solid #063b91;
  color: #063b91;
  font-size: 28px;
  line-height: 80px;
  width: 120px;
  height: 120px;
}

.service-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 25px;
}

/*-- End Services --*/





/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
}

.content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span {
  color: #063b91;
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

/*-- End Latest Posts --*/





/*--Footer--*/

footer {
  background-color: #f3f3f3;
  border-top: 4px solid #063b91;
  margin-top: 120px;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #bbb;
}

.social-bottom a:hover {
  background-color: #063b91;
  color: #fff;
}

.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.subscribeForm {
  position: relative;
  display: inline-block;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
}

.subscribe-form input#subscribe {
  padding: 4px 10px 4px 10px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border-color: #f3f3f3;
}

.footer-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.global-contact-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 20px 0 10px 0;
}


.more-info p {
  padding: 10px;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #666;
}

.more-info i {
  color: #063b91;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: left;
  padding: 60px 0 15px 0;
}

/*-- End Footer --*/









/*--- RESPONSIVE ---*/

@media screen and (max-width: 990px) {
  
  .slider-caption_1 {
    display: none;
  }

  .slider-caption_2 {
    display: none;
  }

  .slider-caption_3 {
    display: none;
  }

.navbar-fixed-top .global {
    display: none;
  }

.navbar-fixed-top .search {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

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

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }
  
	/* centered columns styles */
	.col-centered {
		display: block;
		float:left;
		/* reset the text-align */
		text-align:left;
	}

  .affix {
	display: none;
  }
  
}

@media screen and (max-width: 568px) {

  .home-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

.navbar-fixed-top .search {
    display: none;
  }

  .content-hide p {
    display: none;
  }

  .slider-caption_1 {
    display: none;
  }

  .slider-caption_2 {
    display: none;
  }

  .slider-caption_3 {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

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

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

  .logo {
    padding-bottom: 60px;
  }

  .main-menu li {
    display: block;
    margin-top: -60px;
    margin-right: -35px;
	text-align:center;
  }

  #heading-section img {
    display: none;
  }

  .divide-line img {
    display: none;
  }

  .top-footer {
    display: none;
  }
  
  .affix {
	display: none;
  }
  
}

@media screen and (max-width: 1000px) {

  .slider-caption_1 {
    display: none;
  }

  .slider-caption_2 {
    display: none;
  }

  .slider-caption_3 {
    display: none;
  }

	#submodel {
		display: none;
	}

    .navbar-fixed-top
    {
		position: relative;
		top: auto;
    }
	
	
	#slider {
	  margin-top:0px;
	}
	
	#heading {
	  margin-top:0px;
	}
}

@media screen and (max-width: 600px) {

  .heading-section img {
    display: none;
  }

  body {
    overflow-x: hidden;
  }

	#submodel {
		display: none;
	}

  	#main-content {
		min-height: auto;
	}

    .nav {
        padding-left:2px;
        padding-right:2px;
    }
    .nav li {
        display:block !important;
        width:100%;
        margin:0px;
    }
    .nav li.active {
        border-bottom:1px solid #ddd!important;
        margin: 0px;
    }
	
	tbody {
		font-size: 70%;
	}

  .affix {
	display: none;
  }
  
}

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

  .hover-iner span {
  margin-top: 160px;
  }

  body {
    overflow-x: hidden;
  }

}

/*--- END RESPONSIVE ---*/