.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-search:before{content:"\f002"}
.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}

.content_div{
	margin-top:0%;
}

#lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
  z-index:9999999999;
}
#lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
  z-index:9999999999;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
  background: url(../images/loading.gif) center center no-repeat;
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}
.lightbox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.lightbox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.lightbox-close {
  right: 10px;
  top: 10px;
  background-image: url('../images/close.png');
  z-index:999999999999;
}
.lightbox-next {
  right: 10px;
  top: 48%;
  background-image: url('../images/next.png');
  z-index:999999999999;
}
.lightbox-previous {
  left: 10px;
  top: 48%;
  background-image: url('../images/previous.png');
  z-index:999999999999;
}

#products {
  background: url(../images/bg1.png) no-repeat center top;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 500px;
  margin-top: -640px;
}
#products #product-inner {
  padding-top: 200px;
}
#products .circle {
  width: 370px;
  height: 370px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-top: -50px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#products .circle h3 {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 0;
  font-size: 26px;
  color: #222;
  line-height: 50px;
  font-weight: 400;
  padding: 0 40px;
}
#products .product-item {
  margin-top: 30px;
}
#products .product-item h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
/*** PORTFOLIO STYLING ***/
#portfolio {
  padding-top: 0px;
  //margin-top: 50px;
  padding-bottom: 100px;
}
#portfolio .title h2 {
  font-size: 22px;
  color: #222222;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#portfolio .title span {
  font-size: 15px;
  font-weight: 300;
}
#portfolio .work-item {
  margin-top: 40px;
}
#portfolio .work-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 20px 0 5px 0;
}
#portfolio .work-item span {
  color: #f55858;
}
#portfolio .work-item .image-holder {
  overflow: hidden;
  position: relative;
}
#portfolio .work-item .image-holder img {
  width: 100%;
}
#portfolio .work-item .image-holder .overlay {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0.8;
  visibility: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #171717;
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;
  
}
#portfolio .work-item .image-holder .overlay a {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 650ms ease-in-out;
  -moz-transition: all 650ms ease-in-out;
  -o-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  line-height: 50px;
}
#portfolio .work-item .image-holder:hover .overlay {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  visibility: visible;
}
#portfolio .work-item .image-holder:hover .overlay a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#portfolio .filters {
  margin-top: 30px;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
  color:fff;
}
#portfolio .filters li {
  display: inline-block;
  margin: 0 2px;
  font-size: 14px;
  cursor: pointer;
  color:#efeeee;
  background-color:#333;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:5px;
  padding-top:5px;
  border-radius:3px;
}

#portfolio .filters li.active {
  color: #f55858;
  background-color:#666;
}
#portfolio #Grid .mix {
  display: block;
  opacity: 1;
}
.zoom_in{
	height:50px;
	width:50px;
	background-image:url(../images/zoom_in.png);
}
/*** BOTTOM SECTION STYLING ***/
#bottom-section {
  background: url(../images/bg2.png) no-repeat center top;
  background-size: cover;
  padding-top: 300px;
  margin-top: -320px;
}
#promotion {
  padding-top: 100px;
}
#promotion .left-one h1 {
  font-size: 30px;
  font-weight: 300;
  color: #222;
  margin: 0 0 60px 0;
}
#promotion .left-one h1 em {
  font-style: normal;
  color: #f55858;
}
#promotion .right-one {
  color: #fff;
}
#promotion .right-one .title {
  padding-top: 60px;
  margin-bottom: 80px;
}
#promotion .right-one .title h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #fff;
}
#promotion .right-one .title span {
  font-size: 16px;
  font-weight: 300;
}
#promotion .right-one .text-left {
  margin-left: 40px;
}
#promotion .right-one .text-left h4 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 40px 0;
}
#promotion .right-one .text-left ul {
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
#promotion .video-holder {
  margin-top: 80px;
  overflow: hidden;
}
#promotion .video-holder iframe {
  width: 100%;
}
#promotion .video-holder h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
#contact {
  padding-top: 80px;
  margin-bottom: 60px;
}
#contact fieldset {
  margin-bottom: 30px;
}
#contact h2 {
  font-size: 22px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#contact span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
#contact form {
  margin-top: 60px;
}
#contact input[type=submit] {
  border: 0;
  outline: 0;
  background: #f55858;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#contact input[type=submit]:focus {
  border: 0;
  outline: 0;
}
#contact textarea {
  height: 140px;
}
#contact .contact-form {
  padding-top: 80px;
}
#contact .right-contact h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  color: #e2e2e2;
  margin: 0 0 60px 0;
}

@media (max-width: 1200px) {
  #products .circle {
    width: 270px;
    height: 270px;
    margin-top: 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
  }
  #products .circle h3 {
    top: 34%;
  }
  #main-menu ul li a {
    margin: 0 30px;
  }
}
/*  Medium devices (desktops, 992px and up)  */
@media (max-width: 992px) {
	
  .top-section {
    text-align: center;
    padding-bottom: 600px;
  }
  .top-section .image-holder {
    text-align: center;
    margin-bottom: 80px;
  }
  .top-section p {
    margin-left: auto;
    margin-right: auto;
  }
  #products {
    margin-top: -900px;
  }
  #products .product-item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #products .product-item h4 {
    color: #222;
  }
  #products .circle {
    margin: 0 auto;
    text-align: center;
  }
  #promotion .right-one .text-left {
    margin-left: 200px;
  }
}
/*  Small devices (tablets, 768px and up)  */
@media (max-width: 768px) {
  #main-menu ul {
    height: auto;
    background: #fff;
    margin: 20px;
    padding: 20px 0;
  }
  #main-menu ul span {
    display: none;
  }
  #main-menu ul li {
    line-height: 40px;
  }
  #main-menu ul li a {
    line-height: 40px;
  }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
