/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*  
 * LAYOUT VARIABLES 
 */
/** CHECKOUT BY STEP */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/******************************************************************************
						Home Page Slider
*******************************************************************************/
/* line 8, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider #homeslider {
  margin: 0 auto;
  padding: 0;
}
/* line 12, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .homeslider-description {
  padding: 10px;
  cursor: pointer;
  color: #555555;
}
/* line 16, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .homeslider-description h3 {
  font: 21px/30px "Montserrat";
  text-transform: uppercase;
  margin: 0 0 20px;
  clear: both;
}
/* line 22, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .homeslider-description h2 {
  font: 36px/20px "Montserrat";
  text-transform: uppercase;
  border: 2px solid #000;
  display: inline;
  padding: 0 10px;
}
/* line 29, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .homeslider-description p {
  font: 14px "Merriweather", sans-serif;
  padding: 20px 0 0;
}
@media (max-width: 1200px) {
  /* line 12, ../../../sass/modules/homeslider/homeslider.scss */
  #homepage-slider .homeslider-description {
    padding: 20px;
    font-size: 0.8em;
  }
}
@media (max-width: 992px) {
  /* line 12, ../../../sass/modules/homeslider/homeslider.scss */
  #homepage-slider .homeslider-description {
    padding: 0 10px 0 0;
    font-size: 0.7em;
  }
  /* line 40, ../../../sass/modules/homeslider/homeslider.scss */
  #homepage-slider .homeslider-description p {
    padding: 15px 0 0;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  /* line 12, ../../../sass/modules/homeslider/homeslider.scss */
  #homepage-slider .homeslider-description {
    padding: 30px;
    font-size: 0.5em;
  }
  /* line 48, ../../../sass/modules/homeslider/homeslider.scss */
  #homepage-slider .homeslider-description p {
    font-size: 1.7em;
  }
}

/*****************************************************************************
						BXSlider Styles
********************************************************************************/
/* line 60, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .homeslider-container {
  position: relative;
}
/* line 63, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .homeslider-image {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 108, ../../../sass/mixins/_app.scss */
.rtl #homepage-slider .homeslider-image {
  right: 0;
  left: auto;
}
/* line 68, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .homeslider-description {
  position: absolute;
  left: 0;
  top: 10%;
  width: 50%;
}
/* line 108, ../../../sass/mixins/_app.scss */
.rtl #homepage-slider .homeslider-description {
  right: 0;
  left: auto;
}
/* line 74, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}
/* line 78, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper a {
  display: block;
}
/* line 84, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-viewport {
  width: 100%;
}
/* line 88, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-pager,
#homepage-slider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* line 95, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-loading {
  min-height: 50px;
  /* background: url(images/bx_loader.gif) center center no-repeat $light-background; */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* line 108, ../../../sass/mixins/_app.scss */
.rtl #homepage-slider .bx-wrapper .bx-loading {
  right: 0;
  left: auto;
}
/* line 106, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: "Merriweather", sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
/* line 114, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-pager .bx-pager-item,
#homepage-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* line 120, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .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;
}
/* line 130, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* line 135, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-prev {
  right: 60px;
}
/* line 115, ../../../sass/mixins/_app.scss */
.rtl #homepage-slider .bx-wrapper .bx-prev {
  left: 60px;
  right: auto;
}
/* line 137, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-prev:after {
  content: "\f053";
}
/* line 141, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-next {
  right: 10px;
}
/* line 115, ../../../sass/mixins/_app.scss */
.rtl #homepage-slider .bx-wrapper .bx-next {
  left: 10px;
  right: auto;
}
/* line 143, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-next:after {
  content: "\f054";
}
/* line 147, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: 10px;
  outline: 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  z-index: 9999;
  border: 2px solid #262626;
}
/* line 156, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls-direction a:before {
  height: 48px;
  width: 48px;
  display: block;
  background: #FFFFFF;
  content: ".";
  filter: alpha(opacity=14);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=14)";
  -moz-opacity: 0.14;
  -khtml-opacity: 0.14;
  opacity: 0.14;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 108, ../../../sass/mixins/_app.scss */
.rtl #homepage-slider .bx-wrapper .bx-controls-direction a:before {
  right: 0;
  left: auto;
}
/* line 169, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls-direction a:after {
  display: block;
  width: 48px;
  height: 48px;
  color: #000000;
  text-indent: 0;
  text-align: center;
  font-size: 21px;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 16px 0 0 0;
}
/* line 108, ../../../sass/mixins/_app.scss */
.rtl #homepage-slider .bx-wrapper .bx-controls-direction a:after {
  right: 0;
  left: auto;
}
/* line 185, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls-direction a:hover:before {
  background: #FFFFFF;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
/* line 191, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* line 195, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls-auto {
  text-align: center;
}
/* line 198, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
/* line 206, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start:hover,
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
/* line 210, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
/* line 218, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop:hover,
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* line 223, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
/* line 227, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* line 232, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
/* line 240, ../../../sass/modules/homeslider/homeslider.scss */
#homepage-slider .bx-wrapper .bx-caption span {
  color: #000000;
  font-family: "Merriweather", sans-serif;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 251, ../../../sass/modules/homeslider/homeslider.scss */
.ie8 #homepage-slider .bx-wrapper .bx-controls-direction a:before {
  background: #000000;
}
