/**
 * $Desc
 *
 * @version    $Id$
 * @package    wpbase
 * @author     WPOpal  Team <wpopal@gmail.com, support@wpopal.com>
 * @copyright  Copyright (C) 2015 wpopal.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * @website  http://www.wpopal.com
 * @support  http://www.wpopal.com/support/forum.html
 */
/*------------------------------------------------------------------
[Table of contents]

1. Utilities
2. Font
3. Base
4. Layout
5. Page
6. Post
7. Slideshow
8. Form
9. Responsive
10. Widget
----------------------------------------------------------------- --*/
/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* --- 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 --- */
/* 1. Utilities */
/****/
@import url("//fonts.googleapis.com/css?family=Raleway:400,200,300,500,600,700,800,900");
@import url("//fonts.googleapis.com/icon?family=Material+Icons");
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* 2. Font */
@font-face {
  font-family: 'voyageregular';
  src: url("../fonts//voyage/voyage_regular-webfont.eot");
  src: url("../fonts//voyage/voyage_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts//voyage/voyage_regular-webfont.woff2") format("woff2"), url("../fonts//voyage/voyage_regular-webfont.woff") format("woff"), url("../fonts//voyage/voyage_regular-webfont.ttf") format("truetype"), url("../fonts//voyage/voyage_regular-webfont.svg#voyageregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 3. Base */
/* line 214, ../sass/mixins/_template-mixins.scss */
::-moz-selection {
  color: #fff;
  background: #c09c7b;
}

/* line 214, ../sass/mixins/_template-mixins.scss */
::selection {
  color: #fff;
  background: #c09c7b;
}

/* line 5, ../sass/template/_base.scss */
iframe {
  border: none;
}

/* line 8, ../sass/template/_base.scss */
del {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  color: #999999;
}

/* line 12, ../sass/template/_base.scss */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* line 18, ../sass/template/_base.scss */
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
/* line 25, ../sass/template/_base.scss */
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 34, ../sass/template/_base.scss */
.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

/* line 40, ../sass/template/_base.scss */
.nav-center {
  display: inline;
  text-align: center;
}

/* line 44, ../sass/template/_base.scss */
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 51, ../sass/template/_base.scss */
.map_canvas img {
  max-width: none;
}

/*Center Block "Class"*/
/* line 4, ../sass/template/_elements.scss */
.center-block {
  margin: 0 auto;
  text-align: center;
}

/*Divider*/
/* line 10, ../sass/template/_elements.scss */
hr.divider-30 {
  margin: 30px 0;
}

/* line 14, ../sass/template/_elements.scss */
hr.divider-40 {
  margin: 40px 0;
}

/* line 18, ../sass/template/_elements.scss */
hr.divider-50 {
  margin: 50px 0;
}

/* line 22, ../sass/template/_elements.scss */
hr.divider-60 {
  margin: 60px 0;
}

/* line 26, ../sass/template/_elements.scss */
hr.divider-70 {
  margin: 70px 0;
}

/* line 30, ../sass/template/_elements.scss */
hr.divider-snow {
  margin: 50px 0;
  border-color: #ddd;
}

/*Font Weight*/
/* line 36, ../sass/template/_elements.scss */
.fweight-100 {
  font-weight: 100 !important;
}

/* line 40, ../sass/template/_elements.scss */
.fweight-200 {
  font-weight: 200 !important;
}

/* line 44, ../sass/template/_elements.scss */
.fweight-300 {
  font-weight: 300 !important;
}

/* line 48, ../sass/template/_elements.scss */
.fweight-400 {
  font-weight: 400 !important;
}

/* line 52, ../sass/template/_elements.scss */
.fweight-500 {
  font-weight: 500 !important;
}

/* line 56, ../sass/template/_elements.scss */
.fweight-600 {
  font-weight: 600 !important;
}

/* line 60, ../sass/template/_elements.scss */
.fweight-700 {
  font-weight: 700 !important;
}

/* line 64, ../sass/template/_elements.scss */
.fweight-800 {
  font-weight: 800 !important;
}

/* line 68, ../sass/template/_elements.scss */
.fweight-900 {
  font-weight: 900 !important;
}

/*Space Padding
------------------------------------*/
/*Padding Around the Block*/
/* line 76, ../sass/template/_elements.scss */
.no-padding {
  padding: 0 !important;
}
/* line 78, ../sass/template/_elements.scss */
.no-padding .feature-box {
  margin: 0 !important;
}

/* line 83, ../sass/template/_elements.scss */
.space-padding-0 {
  padding: 0 !important;
}

/* line 87, ../sass/template/_elements.scss */
.space-padding-10 {
  padding: 10px !important;
}

/* line 91, ../sass/template/_elements.scss */
.space-padding-20 {
  padding: 20px !important;
}

/* line 95, ../sass/template/_elements.scss */
.space-padding-30 {
  padding: 30px !important;
}

/* line 99, ../sass/template/_elements.scss */
.space-padding-40 {
  padding: 40px !important;
}

/* line 103, ../sass/template/_elements.scss */
.space-padding-50 {
  padding: 5% !important;
}

/* line 107, ../sass/template/_elements.scss */
.space-padding-100 {
  padding: 22% !important;
}

/* line 111, ../sass/template/_elements.scss */
.space-padding-120 {
  padding: 120px !important;
}

/*Padding Top & Bottom*/
/* line 116, ../sass/template/_elements.scss */
.space-padding-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 121, ../sass/template/_elements.scss */
.space-padding-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 126, ../sass/template/_elements.scss */
.space-padding-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 131, ../sass/template/_elements.scss */
.space-padding-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 136, ../sass/template/_elements.scss */
.space-padding-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* line 141, ../sass/template/_elements.scss */
.space-padding-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 146, ../sass/template/_elements.scss */
.space-padding-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* line 151, ../sass/template/_elements.scss */
.space-padding-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* line 156, ../sass/template/_elements.scss */
.space-padding-tb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* line 160, ../sass/template/_elements.scss */
.space-padding-tb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

/*Padding Left & Right*/
/* line 166, ../sass/template/_elements.scss */
.space-padding-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 171, ../sass/template/_elements.scss */
.space-padding-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 175, ../sass/template/_elements.scss */
.space-padding-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 180, ../sass/template/_elements.scss */
.space-padding-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 185, ../sass/template/_elements.scss */
.space-padding-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* line 190, ../sass/template/_elements.scss */
.space-padding-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* line 195, ../sass/template/_elements.scss */
.space-padding-lr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* line 200, ../sass/template/_elements.scss */
.space-padding-tb-5p {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

/* line 205, ../sass/template/_elements.scss */
.space-padding-tb-10p {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}

/* line 210, ../sass/template/_elements.scss */
.space-padding-tb-15p {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
}

/* line 215, ../sass/template/_elements.scss */
.space-padding-lr-5p {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

/* line 220, ../sass/template/_elements.scss */
.space-padding-lr-10p {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

/* line 225, ../sass/template/_elements.scss */
.space-padding-lr-15p {
  padding-left: 15% !important;
  padding-right: 15% !important;
}

/* line 230, ../sass/template/_elements.scss */
.space-padding-lr-20p {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

/* line 235, ../sass/template/_elements.scss */
.space-padding-left-30p {
  padding-left: 30px !important;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .space-padding-left-30p {
  padding-right: 30px !important;
  padding-left: inherit;
}

/* line 239, ../sass/template/_elements.scss */
.space-padding-right-30p {
  padding-right: 30px !important;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .space-padding-right-30p {
  padding-left: 30px !important;
  padding-right: inherit;
}

/* line 243, ../sass/template/_elements.scss */
.space-padding-left-35p {
  padding-left: 35% !important;
}

/* Border
------------------------------------*/
/* line 250, ../sass/template/_elements.scss */
.border {
  border: 1px solid #dde3e8;
}

/* line 254, ../sass/template/_elements.scss */
.border-left {
  border-left: 1px solid #dde3e8;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .border-left {
  border-right: 1px solid #dde3e8;
  border-left: inherit;
}

/* line 258, ../sass/template/_elements.scss */
.border-right {
  border-right: 1px solid #dde3e8;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .border-right {
  border-left: 1px solid #dde3e8;
  border-right: inherit;
}

/* line 262, ../sass/template/_elements.scss */
.border-top-bottom {
  border-top: 1px solid #dde3e8;
  border-bottom: 1px solid #dde3e8;
}

/* line 267, ../sass/template/_elements.scss */
.border-top {
  border-top: 1px solid #dde3e8;
}

/* line 271, ../sass/template/_elements.scss */
.border-bottom {
  border-bottom: 1px solid #dde3e8;
}

@media (max-width: 991px) {
  /* line 276, ../sass/template/_elements.scss */
  div[class*="space-padding-tb-"] {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  /* line 283, ../sass/template/_elements.scss */
  div[class*="space-padding-lr-"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 991px) {
  /* line 290, ../sass/template/_elements.scss */
  div[class*="space-padding-left-"] {
    padding-left: 20px !important;
  }
}
@media (max-width: 991px) {
  /* line 296, ../sass/template/_elements.scss */
  div[class*="space-padding-right-"] {
    padding-right: 20px !important;
  }
}
/*Padding Top*/
/* line 302, ../sass/template/_elements.scss */
.space-padding-top-0 {
  padding-top: 0px !important;
}

/* line 306, ../sass/template/_elements.scss */
.space-padding-top-5 {
  padding-top: 5px !important;
}

/* line 310, ../sass/template/_elements.scss */
.space-padding-top-10 {
  padding-top: 10px !important;
}

/* line 314, ../sass/template/_elements.scss */
.space-padding-top-15 {
  padding-top: 15px !important;
}

/* line 318, ../sass/template/_elements.scss */
.space-padding-top-20 {
  padding-top: 20px !important;
}

/* line 322, ../sass/template/_elements.scss */
.space-padding-top-25 {
  padding-top: 25px !important;
}

/* line 326, ../sass/template/_elements.scss */
.space-padding-top-30 {
  padding-top: 30px !important;
}

/* line 330, ../sass/template/_elements.scss */
.space-padding-top-35 {
  padding-top: 35px !important;
}

/* line 334, ../sass/template/_elements.scss */
.space-padding-top-40 {
  padding-top: 40px !important;
}

/* line 338, ../sass/template/_elements.scss */
.space-padding-top-45 {
  padding-top: 45px !important;
}

/* line 341, ../sass/template/_elements.scss */
.space-padding-top-60 {
  padding-top: 60px !important;
}

/* line 345, ../sass/template/_elements.scss */
.space-padding-top-90 {
  padding-top: 90px !important;
}

/*Space
------------------------------------*/
/*Margin Top*/
/* line 352, ../sass/template/_elements.scss */
.space-top-0 {
  margin-top: 0px !important;
}

/* line 356, ../sass/template/_elements.scss */
.space-top-5 {
  margin-top: 5px !important;
}

/* line 360, ../sass/template/_elements.scss */
.space-top-10 {
  margin-top: 10px !important;
}

/* line 364, ../sass/template/_elements.scss */
.space-top-15 {
  margin-top: 15px !important;
}

/* line 368, ../sass/template/_elements.scss */
.space-top-20 {
  margin-top: 20px !important;
}

/* line 372, ../sass/template/_elements.scss */
.space-top-25 {
  margin-top: 25px !important;
}

/* line 376, ../sass/template/_elements.scss */
.space-top-30 {
  margin-top: 30px !important;
}

/* line 380, ../sass/template/_elements.scss */
.space-top-35 {
  margin-top: 35px !important;
}

/* line 384, ../sass/template/_elements.scss */
.space-top-40 {
  margin-top: 40px !important;
}

/* line 388, ../sass/template/_elements.scss */
.space-top-45 {
  margin-top: 45px !important;
}

/* line 392, ../sass/template/_elements.scss */
.space-top-50 {
  margin-top: 50px !important;
}

/*Margin Bottom*/
/* line 397, ../sass/template/_elements.scss */
.space-5 {
  margin-bottom: 5px !important;
}

/* line 401, ../sass/template/_elements.scss */
.space-10 {
  margin-bottom: 10px !important;
}

/* line 405, ../sass/template/_elements.scss */
.space-15 {
  margin-bottom: 15px !important;
}

/* line 409, ../sass/template/_elements.scss */
.space-20 {
  margin-bottom: 20px !important;
}

/* line 413, ../sass/template/_elements.scss */
.space-25 {
  margin-bottom: 25px !important;
}

/* line 417, ../sass/template/_elements.scss */
.space-30 {
  margin-bottom: 30px !important;
}

/* line 421, ../sass/template/_elements.scss */
.space-35 {
  margin-bottom: 35px !important;
}

/* line 425, ../sass/template/_elements.scss */
.space-40 {
  margin-bottom: 40px !important;
}

/* line 429, ../sass/template/_elements.scss */
.space-45 {
  margin-bottom: 45px !important;
}

/* line 433, ../sass/template/_elements.scss */
.space-50 {
  margin-bottom: 50px !important;
}

/* line 437, ../sass/template/_elements.scss */
.space-55 {
  margin-bottom: 55px !important;
}

/* line 441, ../sass/template/_elements.scss */
.space-60 {
  margin-bottom: 60px !important;
}

/* line 445, ../sass/template/_elements.scss */
.space-65 {
  margin-bottom: 65px !important;
}

/* line 449, ../sass/template/_elements.scss */
.space-70 {
  margin-bottom: 70px !important;
}

/* line 453, ../sass/template/_elements.scss */
.space-75 {
  margin-bottom: 75px !important;
}

/* line 457, ../sass/template/_elements.scss */
.space-80 {
  margin-bottom: 80px !important;
}

/* line 461, ../sass/template/_elements.scss */
.space-85 {
  margin-bottom: 85px !important;
}

/* line 465, ../sass/template/_elements.scss */
.space-90 {
  margin-bottom: 90px !important;
}

/* line 469, ../sass/template/_elements.scss */
.space-95 {
  margin-bottom: 95px !important;
}

/* line 473, ../sass/template/_elements.scss */
.space-100 {
  margin-bottom: 100px !important;
}

/* line 477, ../sass/template/_elements.scss */
.space-0 {
  margin-bottom: 0px !important;
}

/*Margin Left*/
/* line 482, ../sass/template/_elements.scss */
.space-left-5 {
  margin-left: 5px !important;
}

/* line 486, ../sass/template/_elements.scss */
.space-left-10 {
  margin-left: 10px !important;
}

/* line 490, ../sass/template/_elements.scss */
.space-left-15 {
  margin-left: 15px !important;
}

/*Margin Right*/
/* line 495, ../sass/template/_elements.scss */
.space-right-5 {
  margin-right: 5px !important;
}

/* line 499, ../sass/template/_elements.scss */
.space-right-10 {
  margin-right: 10px !important;
}

/* line 503, ../sass/template/_elements.scss */
.space-right-15 {
  margin-right: 15px !important;
}

/*Removes space*/
/* line 508, ../sass/template/_elements.scss */
.space-top-0 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* line 513, ../sass/template/_elements.scss */
.space-bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 518, ../sass/template/_elements.scss */
.space-left-0 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* line 523, ../sass/template/_elements.scss */
.space-right-0 {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

/* line 528, ../sass/template/_elements.scss */
.space-margin-0 {
  margin: 0 !important;
}

/* line 533, ../sass/template/_elements.scss */
.no-space-row .row {
  margin: 0;
}

/* line 538, ../sass/template/_elements.scss */
.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
  padding: 0;
}

/* line 545, ../sass/template/_elements.scss */
.width-50p {
  width: 50%;
}
@media (max-width: 991px) {
  /* line 545, ../sass/template/_elements.scss */
  .width-50p {
    width: 100%;
  }
}

/* line 552, ../sass/template/_elements.scss */
.width-60p {
  width: 60%;
}
@media (max-width: 991px) {
  /* line 552, ../sass/template/_elements.scss */
  .width-60p {
    width: 100%;
  }
}

/*Space for Ul li List
------------------------------------*/
/* line 561, ../sass/template/_elements.scss */
.ul-space-5 li {
  margin-bottom: 5px !important;
}

/* line 565, ../sass/template/_elements.scss */
.ul-space-10 li {
  margin-bottom: 10px !important;
}

/* line 569, ../sass/template/_elements.scss */
.ul-space-15 li {
  margin-bottom: 15px !important;
}

/* line 573, ../sass/template/_elements.scss */
.ul-space-20 li {
  margin-bottom: 20px !important;
}

/* line 577, ../sass/template/_elements.scss */
.ul-space-25 li {
  margin-bottom: 25px !important;
}

/* line 581, ../sass/template/_elements.scss */
.ul-space-30 li {
  margin-bottom: 30px !important;
}

/* line 585, ../sass/template/_elements.scss */
.ul-space-35 li {
  margin-bottom: 35px !important;
}

/* line 589, ../sass/template/_elements.scss */
.ul-space-40 li {
  margin-bottom: 40px !important;
}

/* line 593, ../sass/template/_elements.scss */
.ul-space-45 li {
  margin-bottom: 45px !important;
}

/* line 597, ../sass/template/_elements.scss */
.ul-space-50 li {
  margin-bottom: 50px !important;
}

/*Height
------------------------------------*/
/* line 603, ../sass/template/_elements.scss */
.height-100 {
  height: 100px;
}

/* line 607, ../sass/template/_elements.scss */
.height-200 {
  height: 200px;
}

/* line 611, ../sass/template/_elements.scss */
.height-300 {
  height: 300px;
}

/* line 615, ../sass/template/_elements.scss */
.height-400 {
  height: 400px;
}

/* line 619, ../sass/template/_elements.scss */
.height-500 {
  height: 500px;
}

/*Radius
------------------------------------*/
/* line 625, ../sass/template/_elements.scss */
.radius-0 {
  border-radius: 0 !important;
}

/* line 629, ../sass/template/_elements.scss */
.radius-x {
  border-radius: 50% !important;
}

/* line 633, ../sass/template/_elements.scss */
.radius-1x {
  border-radius: 1px !important;
}

/* line 637, ../sass/template/_elements.scss */
.radius-2x {
  border-radius: 2px !important;
}

/* line 641, ../sass/template/_elements.scss */
.radius-3x {
  border-radius: 3px !important;
}

/* line 645, ../sass/template/_elements.scss */
.radius-4x {
  border-radius: 4px !important;
}

/* line 649, ../sass/template/_elements.scss */
.radius-5x {
  border-radius: 5px !important;
}

/* line 653, ../sass/template/_elements.scss */
.radius-6x {
  border-radius: 4px !important;
}

/* line 657, ../sass/template/_elements.scss */
.border-none {
  border: transparent !important;
}

/* line 661, ../sass/template/_elements.scss */
.border-tb-none {
  border-top: transparent !important;
  border-bottom: transparent !important;
}

/* line 666, ../sass/template/_elements.scss */
.border-lr-none {
  border-left: transparent !important;
  border-right: transparent !important;
}

/* line 671, ../sass/template/_elements.scss */
.border-left-none {
  border-left: transparent !important;
}

/* line 675, ../sass/template/_elements.scss */
.border-right-none {
  border-right: transparent !important;
}

/* line 679, ../sass/template/_elements.scss */
.border-light {
  border-color: #fff !important;
}

/* line 683, ../sass/template/_elements.scss */
.border-dark {
  border-color: #000 !important;
}

/* line 687, ../sass/template/_elements.scss */
.border-right {
  border-right: 1px solid #dde3e8;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .border-right {
  border-left: 1px solid #dde3e8;
  border-right: inherit;
}

/* line 691, ../sass/template/_elements.scss */
.border-top {
  border-top: 1px solid #dde3e8;
}

/* line 695, ../sass/template/_elements.scss */
.border-bottom {
  border-bottom: 1px solid #dde3e8;
}

/* line 699, ../sass/template/_elements.scss */
.border-bottom-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 703, ../sass/template/_elements.scss */
.border-top-dark {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Width for Border */
/* line 708, ../sass/template/_elements.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 712, ../sass/template/_elements.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 716, ../sass/template/_elements.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 720, ../sass/template/_elements.scss */
.border-5 {
  border-width: 5px !important;
}

/*Radius for Left & Right Corners*/
/* line 725, ../sass/template/_elements.scss */
.radius-left-5x {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

/* line 730, ../sass/template/_elements.scss */
.radius-right-5x {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

/* line 735, ../sass/template/_elements.scss */
.radius-top-5xxs {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* line 740, ../sass/template/_elements.scss */
.radius-bottom-5xxs {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* line 745, ../sass/template/_elements.scss */
.radius-left-5xxs {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 750, ../sass/template/_elements.scss */
.radius-right-5xxs {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/*Text Colors
------------------------------------*/
/* line 757, ../sass/template/_elements.scss */
.text-primary {
  color: #333333 !important;
}

/* line 761, ../sass/template/_elements.scss */
.text-info {
  color: #3fa7e8 !important;
}

/* line 765, ../sass/template/_elements.scss */
.text-danger {
  color: #e87169 !important;
}

/* line 769, ../sass/template/_elements.scss */
.text-warning {
  color: #fcd002 !important;
}

/* line 773, ../sass/template/_elements.scss */
.text-success {
  color: #c09c7b !important;
}

/* line 777, ../sass/template/_elements.scss */
.text-purple {
  color: #6c58bd !important;
}

/* line 781, ../sass/template/_elements.scss */
.text-red {
  color: #c32322 !important;
}

/* line 785, ../sass/template/_elements.scss */
.text-red-1 {
  color: #ff0000 !important;
}

/* line 789, ../sass/template/_elements.scss */
.text-orange {
  color: #f66000 !important;
}

/* line 793, ../sass/template/_elements.scss */
.text-yellow {
  color: #e2d951 !important;
}

/* line 797, ../sass/template/_elements.scss */
.text-black {
  color: #000 !important;
}

/* line 801, ../sass/template/_elements.scss */
.text-white, .text-light {
  color: #FFFFFF !important;
}

/* line 805, ../sass/template/_elements.scss */
.text-darker {
  color: #333 !important;
}

/* line 809, ../sass/template/_elements.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 813, ../sass/template/_elements.scss */
.text-small {
  font-size: 12px !important;
}

/* line 817, ../sass/template/_elements.scss */
.text-normal {
  font-size: 14px !important;
}

/* line 821, ../sass/template/_elements.scss */
.text-medium-1 {
  font-size: 16px !important;
}

/* line 825, ../sass/template/_elements.scss */
.text-medium-2 {
  font-size: 16px !important;
  line-height: 1.5;
}

/* line 830, ../sass/template/_elements.scss */
.text-medium {
  font-size: 18px !important;
}

/* line 834, ../sass/template/_elements.scss */
.text-large {
  font-size: 24px !important;
  line-height: 1.4;
}

/* line 839, ../sass/template/_elements.scss */
.text-big {
  font-size: 28px !important;
}

/* line 843, ../sass/template/_elements.scss */
.text-big-1 {
  font-size: 30px !important;
}

/* line 847, ../sass/template/_elements.scss */
.text-big-2 {
  font-size: 36px !important;
}

/* line 851, ../sass/template/_elements.scss */
.text-big-3 {
  font-size: 48px !important;
}

/* line 855, ../sass/template/_elements.scss */
.line-height-1 {
  line-height: 1 !important;
}

/* line 859, ../sass/template/_elements.scss */
.line-height-2 {
  line-height: 2 !important;
}

/* line 863, ../sass/template/_elements.scss */
.line-height-3 {
  line-height: 3 !important;
}

/*Background Colors
------------------------------------*/
/* line 869, ../sass/template/_elements.scss */
.bg-primary {
  background-color: #222222 !important;
}

/* line 873, ../sass/template/_elements.scss */
.bg-theme {
  background-color: #c09c7b !important;
}

/* line 877, ../sass/template/_elements.scss */
.bg-info {
  background: #3fa7e8 !important;
}

/* line 881, ../sass/template/_elements.scss */
.bg-danger {
  background: #e87169 !important;
}

/* line 885, ../sass/template/_elements.scss */
.bg-warning {
  background: #fcd002 !important;
}

/* line 889, ../sass/template/_elements.scss */
.bg-success {
  background: #c09c7b !important;
    display: none;
}

/* line 893, ../sass/template/_elements.scss */
.bg-purple {
  background: #6c58bd !important;
}

/* line 897, ../sass/template/_elements.scss */
.bg-red {
  background: #c32322 !important;
}

/* line 901, ../sass/template/_elements.scss */
.bg-orange {
  background: #f66000 !important;
}

/* line 905, ../sass/template/_elements.scss */
.bg-yellow {
  background: #e2d951 !important;
}

/* line 909, ../sass/template/_elements.scss */
.bg-dark {
  background: #222222 !important;
}

/* line 913, ../sass/template/_elements.scss */
.bg-default {
  background: #f6f6f6 !important;
}

/* line 916, ../sass/template/_elements.scss */
.bg-white {
  background: #fff !important;
}

/* line 920, ../sass/template/_elements.scss */
.bg-darker {
  background: #333333 !important;
}

/* line 924, ../sass/template/_elements.scss */
.bg-none {
  background: transparent !important;
}

/* line 928, ../sass/template/_elements.scss */
.bg-center {
  background-position: center center !important;
}

/* line 932, ../sass/template/_elements.scss */
.bg-right {
  background-position: bottom right !important;
}

/* line 936, ../sass/template/_elements.scss */
.bg-no-repeat {
  background-repeat: no-repeat !important;
}

/*Background Style Image
------------------------------------*/
/* line 943, ../sass/template/_elements.scss */
.wpb-container.bg-style-v1 {
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}

/* line 949, ../sass/template/_elements.scss */
.wpb-container.bg-style-v2 {
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

/* line 954, ../sass/template/_elements.scss */
.wpb-container.bg-style-v3 {
  background-position: center left !important;
  background-repeat: no-repeat !important;
}

/* line 959, ../sass/template/_elements.scss */
.wpb-container.bg-style-v4 {
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-color: #0FBDE0 !important;
}

/* line 967, ../sass/template/_elements.scss */
.bg-style-v4 .heading h1, .bg-style-v4 .heading h2, .bg-style-v4 .heading h3, .bg-style-v4 .heading h4 {
  color: #fff;
}

/*Overflow
------------------------------------*/
/* line 976, ../sass/template/_elements.scss */
.overflow-h {
  overflow: hidden;
}

/* line 980, ../sass/template/_elements.scss */
.overflow-a {
  overflow: auto;
}

/***/
/* line 986, ../sass/template/_elements.scss */
.background-img {
  background: #333333;
}

/* line 990, ../sass/template/_elements.scss */
.background-img-v1 {
  background: #333333;
}

/* line 994, ../sass/template/_elements.scss */
.background-img-v2 {
  background: url("../images/bg-v2.jpg") no-repeat transparent !important;
}

/* line 998, ../sass/template/_elements.scss */
.background-img-v3 {
  background: #f3f3f3;
}

/* line 1002, ../sass/template/_elements.scss */
.background-img-v4 {
  background-image: url("../images/09.png") !important;
}

/* line 1006, ../sass/template/_elements.scss */
.background-img-v5 {
  background-image: url("../images/10.png") !important;
}

/* line 1010, ../sass/template/_elements.scss */
.background-img-v6 {
  background-image: url("../images/11.png") !important;
}

/* line 1014, ../sass/template/_elements.scss */
.background-img-v7 {
  background-image: url("../images/12.jpg") !important;
}

/* line 1018, ../sass/template/_elements.scss */
.parallax {
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center;
  position: relative;
  background-image: none;
}
/* line 1024, ../sass/template/_elements.scss */
.parallax:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

/* Height progress */
/* line 1038, ../sass/template/_elements.scss */
.progress-3 {
  height: 3px;
}

/* line 1042, ../sass/template/_elements.scss */
.progress-4 {
  height: 4px;
}

/* line 1046, ../sass/template/_elements.scss */
.progress-5 {
  height: 5px;
}

/* line 1050, ../sass/template/_elements.scss */
.progress-6 {
  height: 6px;
}

/* line 1054, ../sass/template/_elements.scss */
.progress-7 {
  height: 7px;
}

/* line 1058, ../sass/template/_elements.scss */
.progress-8 {
  height: 8px;
}

/* line 1062, ../sass/template/_elements.scss */
.progress-9 {
  height: 9px;
}

/* line 1066, ../sass/template/_elements.scss */
.progress-10 {
  height: 10px;
}

/* line 1070, ../sass/template/_elements.scss */
.progress-11 {
  height: 11px;
}

/* line 1074, ../sass/template/_elements.scss */
.progress-12 {
  height: 12px;
}

/* line 1078, ../sass/template/_elements.scss */
.progress-13 {
  height: 13px;
}

/* line 1082, ../sass/template/_elements.scss */
.progress-14 {
  height: 14px;
}

/* line 1086, ../sass/template/_elements.scss */
.progress-15 {
  height: 15px;
}

/* icon */
/* line 1092, ../sass/template/_elements.scss */
.fa.fa-2 {
  font-size: 2em;
}
/* line 1095, ../sass/template/_elements.scss */
.fa.fa-3 {
  font-size: 4em;
}
/* line 1098, ../sass/template/_elements.scss */
.fa.fa-4 {
  font-size: 7em;
}
/* line 1101, ../sass/template/_elements.scss */
.fa.fa-5 {
  font-size: 12em;
}
/* line 1104, ../sass/template/_elements.scss */
.fa.fa-6 {
  font-size: 20em;
}

/* line 1109, ../sass/template/_elements.scss */
.zindex-top {
  z-index: 999;
}

/* carousel-controls */
/* line 1115, ../sass/template/_elements.scss */
.carousel-controls .carousel-control {
  z-index: 5;
}

/* line 1120, ../sass/template/_elements.scss */
.carousel-controls-small {
  width: 65px;
  position: relative;
  display: inline-block;
}
/* line 1124, ../sass/template/_elements.scss */
.carousel-controls-small .carousel-control-small {
  width: 28px;
  height: 28px;
  line-height: 26px;
}

/* --- SCSS For Accordion --- */
/* line 1134, ../sass/template/_elements.scss */
.accordion .panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
/* line 1137, ../sass/template/_elements.scss */
.accordion .panel-heading {
  padding: 15px;
  position: relative;
}
/* line 1140, ../sass/template/_elements.scss */
.accordion .panel-heading a {
  text-decoration: none;
  font-weight: bold;
}
/* line 1143, ../sass/template/_elements.scss */
.accordion .panel-heading a:before {
  content: "-";
  font-size: 22px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  color: #c09c7b;
}
/* line 1153, ../sass/template/_elements.scss */
.accordion .panel-heading a.collapsed:before {
  content: "+";
  font-size: 18px;
  line-height: 20px;
}
/* line 1160, ../sass/template/_elements.scss */
.accordion .panel-body {
  border-top-color: transparent !important;
}
/* line 1166, ../sass/template/_elements.scss */
.accordion.collapse-right .panel-heading a:before {
  position: absolute;
  right: 20px;
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl .accordion.collapse-right .panel-heading a:before {
  left: 20px;
  right: auto;
}
/* line 1175, ../sass/template/_elements.scss */
.accordion.collapse-color .panel-heading a:before {
  color: #fff;
  background: #c09c7b;
}
/* line 1182, ../sass/template/_elements.scss */
.accordion.noborder .panel-heading {
  padding-left: 0;
  padding-right: 0;
}
/* line 1186, ../sass/template/_elements.scss */
.accordion.noborder .panel, .accordion.noborder .panel-heading, .accordion.noborder .panel-body {
  background-color: transparent;
  border: none;
}
/* line 1193, ../sass/template/_elements.scss */
.accordion.nobackground .panel, .accordion.nobackground .panel-heading, .accordion.nobackground .panel-body {
  background-color: transparent;
}

/* accordion style version 1 */
/* line 1202, ../sass/template/_elements.scss */
.accordion-v1 .panel-heading a:before {
  left: -10px;
  position: absolute;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .accordion-v1 .panel-heading a:before {
  right: -10px;
  left: auto;
}
/* line 1207, ../sass/template/_elements.scss */
.accordion-v1 .panel, .accordion-v1 .panel-heading, .accordion-v1 .panel-body {
  border: none;
}

/* accordion style version 2 */
/* line 1214, ../sass/template/_elements.scss */
.accordion-v2 .panel, .accordion-v2 .panel-heading, .accordion-v2 .panel-body {
  border: none;
}

/* accordion style version 3 */
/* line 1221, ../sass/template/_elements.scss */
.accordion-v3 .panel .panel-heading {
  border-bottom: solid 1px #eee;
}

/* accordion style version 4 */
/* line 1230, ../sass/template/_elements.scss */
.accordion-v4 .panel-collapse {
  position: relative;
}
/* line 1233, ../sass/template/_elements.scss */
.accordion-v4 .panel-collapse.in:before {
  position: absolute;
  content: "";
  background-color: #c09c7b;
  top: -51px;
  left: -1px;
  height: 3px;
  width: 100.5%;
}

/* --- SCSS For Breadcrumb --- */
/* line 1249, ../sass/template/_elements.scss */
.breadcrumbs {
  border-bottom: 1px solid #dde3e8;
  border-top: 1px solid #dde3e8;
  padding: 30px 0;
  z-index: 1;
  background: none;
  text-align: center;
}
/* line 1256, ../sass/template/_elements.scss */
.breadcrumbs .breadcrumb-heading {
  font-size: 44px;
  padding-top: 5px;
}
/* line 1260, ../sass/template/_elements.scss */
.breadcrumbs h2 {
  margin: 0;
  font-weight: 200;
}
/* line 1264, ../sass/template/_elements.scss */
.breadcrumbs .breadcrumb-links {
  margin: 10px 0 0;
}
/* line 1266, ../sass/template/_elements.scss */
.breadcrumbs .breadcrumb-links > li {
  display: inline-block;
}
/* line 1268, ../sass/template/_elements.scss */
.breadcrumbs .breadcrumb-links > li + li:before {
  color: #757575;
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 15px;
  font-size: 14px;
}
/* line 1276, ../sass/template/_elements.scss */
.breadcrumbs .breadcrumb-links > .active {
  color: #c09c7b;
}
/* line 1280, ../sass/template/_elements.scss */
.breadcrumbs.light-style {
  color: #999999;
  border: 0px;
}
/* line 1283, ../sass/template/_elements.scss */
.breadcrumbs.light-style h2 {
  color: #fff;
}
/* line 1287, ../sass/template/_elements.scss */
.breadcrumbs.light-style .breadcrumb-links a {
  color: #bbbbbb;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2px;
}
/* line 1293, ../sass/template/_elements.scss */
.breadcrumbs.light-style .breadcrumb-links a:hover {
  color: #c09c7b;
}
/* line 1298, ../sass/template/_elements.scss */
.breadcrumbs.light-style .breadcrumb-links > li + li:before {
  color: #999999;
}
/* line 1302, ../sass/template/_elements.scss */
.breadcrumbs.light-style .breadcrumb-links > .active span {
  color: #fff;
  text-decoration: underline;
}

/* line 1310, ../sass/template/_elements.scss */
.breadcrumbs-center {
  text-align: center;
  padding: 50px;
}
/* line 1313, ../sass/template/_elements.scss */
.breadcrumbs-center h2 {
  float: none;
}
/* line 1316, ../sass/template/_elements.scss */
.breadcrumbs-center .breadcrumb-links {
  text-align: center;
}

/* line 1322, ../sass/template/_elements.scss */
.breadcrumbs-left h2 {
  float: none;
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .breadcrumbs-left h2 {
  text-align: right;
}
/* line 1326, ../sass/template/_elements.scss */
.breadcrumbs-left .breadcrumb-links {
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .breadcrumbs-left .breadcrumb-links {
  text-align: right;
}

/* line 1332, ../sass/template/_elements.scss */
.breadcrumbs-right h2 {
  float: none;
  text-align: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .breadcrumbs-right h2 {
  text-align: left;
}
/* line 1336, ../sass/template/_elements.scss */
.breadcrumbs-right .breadcrumb-links {
  text-align: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .breadcrumbs-right .breadcrumb-links {
  text-align: left;
}

/* --- SCSS For Buttons --- */
/* line 1344, ../sass/template/_elements.scss */
.btn {
  border-width: 1px;
  letter-spacing: 2px;
}

/* line 1349, ../sass/template/_elements.scss */
.btn-white {
  color: #000;
  background-color: #fff;
  border-color: none;
}
/* line 464, ../sass/mixins/_functions.scss */
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  color: #fff;
  background-color: #c09c7b;
  border-color: none;
}
/* line 472, ../sass/mixins/_functions.scss */
.open .btn-white.dropdown-toggle {
  color: #fff;
  background-color: #c09c7b;
  border-color: none;
}
/* line 477, ../sass/mixins/_functions.scss */
.btn-white:active, .btn-white.active {
  background-image: none;
}
/* line 481, ../sass/mixins/_functions.scss */
.open .btn-white.dropdown-toggle {
  background-image: none;
}
/* line 487, ../sass/mixins/_functions.scss */
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: none;
}
/* line 497, ../sass/mixins/_functions.scss */
.btn-white .badge {
  color: #fff;
  background-color: #000;
}
/* line 1352, ../sass/template/_elements.scss */
.btn-white:hover a {
  color: #fff;
}

/* line 1357, ../sass/template/_elements.scss */
.btn-outline-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
/* line 464, ../sass/mixins/_functions.scss */
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
/* line 472, ../sass/mixins/_functions.scss */
.open .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
/* line 477, ../sass/mixins/_functions.scss */
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
/* line 481, ../sass/mixins/_functions.scss */
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
/* line 487, ../sass/mixins/_functions.scss */
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
/* line 497, ../sass/mixins/_functions.scss */
.btn-outline-light .badge {
  color: transparent;
  background-color: #FFFFFF;
}

/* line 1361, ../sass/template/_elements.scss */
.btn-outline-dark {
  color: #000;
  background-color: transparent;
  border-color: #dde3e8;
}
/* line 464, ../sass/mixins/_functions.scss */
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  color: #fff;
  background-color: #c09c7b;
  border-color: #c09c7b;
}
/* line 472, ../sass/mixins/_functions.scss */
.open .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #c09c7b;
  border-color: #c09c7b;
}
/* line 477, ../sass/mixins/_functions.scss */
.btn-outline-dark:active, .btn-outline-dark.active {
  background-image: none;
}
/* line 481, ../sass/mixins/_functions.scss */
.open .btn-outline-dark.dropdown-toggle {
  background-image: none;
}
/* line 487, ../sass/mixins/_functions.scss */
.btn-outline-dark.disabled, .btn-outline-dark.disabled:hover, .btn-outline-dark.disabled:focus, .btn-outline-dark.disabled:active, .btn-outline-dark.disabled.active, .btn-outline-dark[disabled], .btn-outline-dark[disabled]:hover, .btn-outline-dark[disabled]:focus, .btn-outline-dark[disabled]:active, .btn-outline-dark[disabled].active, fieldset[disabled] .btn-outline-dark, fieldset[disabled] .btn-outline-dark:hover, fieldset[disabled] .btn-outline-dark:focus, fieldset[disabled] .btn-outline-dark:active, fieldset[disabled] .btn-outline-dark.active {
  background-color: transparent;
  border-color: #dde3e8;
}
/* line 497, ../sass/mixins/_functions.scss */
.btn-outline-dark .badge {
  color: transparent;
  background-color: #000;
}

/* line 1365, ../sass/template/_elements.scss */
.btn-inverse-light {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #FFF;
}
/* line 464, ../sass/mixins/_functions.scss */
.btn-inverse-light:hover, .btn-inverse-light:focus, .btn-inverse-light:active, .btn-inverse-light.active {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
/* line 472, ../sass/mixins/_functions.scss */
.open .btn-inverse-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
/* line 477, ../sass/mixins/_functions.scss */
.btn-inverse-light:active, .btn-inverse-light.active {
  background-image: none;
}
/* line 481, ../sass/mixins/_functions.scss */
.open .btn-inverse-light.dropdown-toggle {
  background-image: none;
}
/* line 487, ../sass/mixins/_functions.scss */
.btn-inverse-light.disabled, .btn-inverse-light.disabled:hover, .btn-inverse-light.disabled:focus, .btn-inverse-light.disabled:active, .btn-inverse-light.disabled.active, .btn-inverse-light[disabled], .btn-inverse-light[disabled]:hover, .btn-inverse-light[disabled]:focus, .btn-inverse-light[disabled]:active, .btn-inverse-light[disabled].active, fieldset[disabled] .btn-inverse-light, fieldset[disabled] .btn-inverse-light:hover, fieldset[disabled] .btn-inverse-light:focus, fieldset[disabled] .btn-inverse-light:active, fieldset[disabled] .btn-inverse-light.active {
  background-color: #FFFFFF;
  border-color: #FFF;
}
/* line 497, ../sass/mixins/_functions.scss */
.btn-inverse-light .badge {
  color: #FFFFFF;
  background-color: #333333;
}

/* line 1369, ../sass/template/_elements.scss */
.btn-outline {
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
}
/* line 451, ../sass/mixins/_functions.scss */
.btn-outline.btn-default {
  color: #000;
}
/* line 453, ../sass/mixins/_functions.scss */
.btn-outline.btn-default:hover {
  color: #FFFFFF;
}
/* line 451, ../sass/mixins/_functions.scss */
.btn-outline.btn-primary {
  color: #333333;
}
/* line 453, ../sass/mixins/_functions.scss */
.btn-outline.btn-primary:hover {
  color: #FFFFFF;
}
/* line 451, ../sass/mixins/_functions.scss */
.btn-outline.btn-success {
  color: #c09c7b;
}
/* line 453, ../sass/mixins/_functions.scss */
.btn-outline.btn-success:hover {
  color: #FFFFFF;
}
/* line 451, ../sass/mixins/_functions.scss */
.btn-outline.btn-info {
  color: #3fa7e8;
}
/* line 453, ../sass/mixins/_functions.scss */
.btn-outline.btn-info:hover {
  color: #FFFFFF;
}
/* line 451, ../sass/mixins/_functions.scss */
.btn-outline.btn-danger {
  color: #e87169;
}
/* line 453, ../sass/mixins/_functions.scss */
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
}
/* line 451, ../sass/mixins/_functions.scss */
.btn-outline.btn-warning {
  color: #fcd002;
}
/* line 453, ../sass/mixins/_functions.scss */
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
}

/* line 442, ../sass/mixins/_functions.scss */
.btn-inverse.btn-primary:hover {
  color: #333333;
  background: transparent;
}
/* line 442, ../sass/mixins/_functions.scss */
.btn-inverse.btn-success:hover {
  color: #c09c7b;
  background: transparent;
}
/* line 442, ../sass/mixins/_functions.scss */
.btn-inverse.btn-info:hover {
  color: #3fa7e8;
  background: transparent;
}
/* line 442, ../sass/mixins/_functions.scss */
.btn-inverse.btn-danger:hover {
  color: #e87169;
  background: transparent;
}
/* line 442, ../sass/mixins/_functions.scss */
.btn-inverse.btn-warning:hover {
  color: #fcd002;
  background: transparent;
}

/* line 1386, ../sass/template/_elements.scss */
.btn-3d {
  border: 0;
  border: 0;
  box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  border: 0;
  border: 0;
}
/* line 429, ../sass/mixins/_functions.scss */
.btn-3d.btn-lg {
  box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
}
/* line 429, ../sass/mixins/_functions.scss */
.btn-3d.btn-sm {
  box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
}
/* line 429, ../sass/mixins/_functions.scss */
.btn-3d.btn-xs {
  box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
}

/* line 1393, ../sass/template/_elements.scss */
.bo-social-icons {
  text-align: center;
}
/* line 1395, ../sass/template/_elements.scss */
.bo-social-icons [class^="bo-social-"] {
  color: #FFFFFF;
  display: inline-block;
  margin: 10px 5px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  line-height: 36px;
  width: 36px;
  height: 36px;
  background: #dde3e8;
  color: #8298aa;
  transition: all 0.2s ease-out 0s;
}
/* line 1408, ../sass/template/_elements.scss */
.bo-social-icons [class^="bo-social-"]:hover {
  background: #c09c7b;
  color: #FFFFFF;
  border-color: #c09c7b;
}
/* line 1414, ../sass/template/_elements.scss */
.bo-social-icons .bo-social-white {
  background: #FFFFFF;
  color: #8298aa;
  border: 1px solid #8298aa;
}
/* line 1419, ../sass/template/_elements.scss */
.bo-social-icons .bo-social-outline {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
/* line 1424, ../sass/template/_elements.scss */
.bo-social-icons .bo-social-outline-light {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
/* line 1428, ../sass/template/_elements.scss */
.bo-social-icons .bo-social-outline-light:hover {
  background: #FFF;
  color: #000;
}
/* line 1434, ../sass/template/_elements.scss */
.bo-social-icons:first-child [class*="bo-social-"] {
  margin-top: 0;
}
/* line 1439, ../sass/template/_elements.scss */
.bo-social-icons:last-child [class*="bo-social-"] {
  margin-bottom: 0;
}
/* line 1444, ../sass/template/_elements.scss */
.bo-social-icons.bo-sicolor [class*="bo-social-"] {
  color: #FFFFFF;
}

/* line 1452, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-twitter {
  background: #00bdec;
}
/* line 1455, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-twitter:hover {
  background: #000000;
}
/* line 1458, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-dribbble {
  background: #ef5b92;
}
/* line 1461, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-dribbble:hover {
  background: #000000;
}
/* line 1464, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-facebook {
  background: #3b5998;
}
/* line 1467, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-facebook:hover {
  background: #000000;
}
/* line 1470, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-duckduckgo {
  background: #de3100;
}
/* line 1473, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-duckduckgo:hover {
  background: #000000;
}
/* line 1476, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-aim {
  background: #158799;
}
/* line 1479, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-aim:hover {
  background: #000000;
}
/* line 1482, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-delicious {
  background: #183864;
}
/* line 1485, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-delicious:hover {
  background: #000000;
}
/* line 1488, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-paypal {
  background: #32689a;
}
/* line 1491, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-paypal:hover {
  background: #000000;
}
/* line 1494, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-android {
  background: #8ab733;
}
/* line 1497, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-android:hover {
  background: #000000;
}
/* line 1500, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-gplus {
  background: #d94a39;
}
/* line 1503, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-gplus:hover {
  background: #000000;
}
/* line 1506, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-lanyrd {
  background: #3879ba;
}
/* line 1509, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-lanyrd:hover {
  background: #000000;
}
/* line 1512, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-stumbleupon {
  background: #ea4b24;
}
/* line 1515, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-stumbleupon:hover {
  background: #000000;
}
/* line 1518, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-fivehundredpx {
  background: #00a6e1;
}
/* line 1521, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-fivehundredpx:hover {
  background: #000000;
}
/* line 1524, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-pinterest {
  background: #b8242a;
}
/* line 1527, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-pinterest:hover {
  background: #000000;
}
/* line 1530, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-bitcoin {
  background: #f7931a;
}
/* line 1533, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-bitcoin:hover {
  background: #000000;
}
/* line 1536, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-w3c {
  background: #005a9c;
}
/* line 1539, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-w3c:hover {
  background: #000000;
}
/* line 1542, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-foursquare {
  background: #3bb7e8;
}
/* line 1545, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-foursquare:hover {
  background: #000000;
}
/* line 1548, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-html5 {
  background: #e44e26;
}
/* line 1551, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-html5:hover {
  background: #000000;
}
/* line 1554, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-ie {
  background: #00ccff;
}
/* line 1557, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-ie:hover {
  background: #000000;
}
/* line 1560, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-grooveshark {
  background: #f66f00;
}
/* line 1563, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-grooveshark:hover {
  background: #000000;
}
/* line 1566, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-ninetyninedesigns {
  background: #ff5501;
}
/* line 1569, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-ninetyninedesigns:hover {
  background: #000000;
}
/* line 1572, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-forrst {
  background: #223f17;
}
/* line 1575, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-forrst:hover {
  background: #000000;
}
/* line 1578, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-spotify {
  background: #8fbd05;
}
/* line 1581, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-spotify:hover {
  background: #000000;
}
/* line 1584, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-reddit {
  background: #ff4500;
}
/* line 1587, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-reddit:hover {
  background: #000000;
}
/* line 1590, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-gowalla {
  background: #f6911d;
}
/* line 1593, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-gowalla:hover {
  background: #000000;
}
/* line 1596, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-apple {
  background: #5f5f5f;
}
/* line 1599, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-apple:hover {
  background: #000000;
}
/* line 1602, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-blogger {
  background: #fb9241;
}
/* line 1605, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-blogger:hover {
  background: #000000;
}
/* line 1608, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-cc {
  background: #5e7c00;
}
/* line 1611, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-cc:hover {
  background: #000000;
}
/* line 1614, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-evernote {
  background: #61b239;
}
/* line 1617, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-evernote:hover {
  background: #000000;
}
/* line 1620, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-flickr {
  background: #ff0084;
}
/* line 1623, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-flickr:hover {
  background: #000000;
}
/* line 1626, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-google {
  background: #d94a39;
}
/* line 1629, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-google:hover {
  background: #000000;
}
/* line 1632, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-viadeo {
  background: #f5a433;
}
/* line 1635, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-viadeo:hover {
  background: #000000;
}
/* line 1638, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-instapaper {
  background: #eaec08;
}
/* line 1641, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-instapaper:hover {
  background: #000000;
}
/* line 1644, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-klout {
  background: #e34600;
}
/* line 1647, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-klout:hover {
  background: #000000;
}
/* line 1650, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-linkedin {
  background: #1b92bd;
}
/* line 1653, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-linkedin:hover {
  background: #000000;
}
/* line 1656, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-meetup {
  background: #e51938;
}
/* line 1659, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-meetup:hover {
  background: #000000;
}
/* line 1662, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-vk {
  background: #587da4;
}
/* line 1665, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-vk:hover {
  background: #000000;
}
/* line 1668, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-disqus {
  background: #2e9fff;
}
/* line 1671, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-disqus:hover {
  background: #000000;
}
/* line 1674, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-rss {
  background: #ff7f00;
}
/* line 1677, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-rss:hover {
  background: #000000;
}
/* line 1680, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-skype {
  background: #18b7f1;
}
/* line 1683, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-skype:hover {
  background: #000000;
}
/* line 1686, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-youtube {
  background: #c4302b;
}
/* line 1689, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-youtube:hover {
  background: #000000;
}
/* line 1692, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-vimeo {
  background: #01557a;
}
/* line 1695, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-vimeo:hover {
  background: #000000;
}
/* line 1698, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-windows {
  background: #00ccff;
}
/* line 1701, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-windows:hover {
  background: #000000;
}
/* line 1704, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-xing {
  background: #036567;
}
/* line 1707, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-xing:hover {
  background: #000000;
}
/* line 1710, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-yahoo {
  background: #61399d;
}
/* line 1713, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-yahoo:hover {
  background: #000000;
}
/* line 1716, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-chrome {
  background: #58b947;
}
/* line 1719, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-chrome:hover {
  background: #000000;
}
/* line 1722, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-macstore {
  background: #6e6e6e;
}
/* line 1725, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-macstore:hover {
  background: #000000;
}
/* line 1728, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-amazon {
  background: #ff9900;
}
/* line 1731, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-amazon:hover {
  background: #000000;
}
/* line 1734, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-steam {
  background: #a5a4a1;
}
/* line 1737, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-steam:hover {
  background: #000000;
}
/* line 1740, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-dropbox {
  background: #7ab6ec;
}
/* line 1743, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-dropbox:hover {
  background: #000000;
}
/* line 1746, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-cloudapp {
  background: #489dde;
}
/* line 1749, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-cloudapp:hover {
  background: #000000;
}
/* line 1752, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-ebay {
  background: #86b817;
}
/* line 1755, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-ebay:hover {
  background: #000000;
}
/* line 1758, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-github {
  background: #667F8E;
}
/* line 1761, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-github:hover {
  background: #000000;
}
/* line 1764, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-googleplay {
  background: #5befd0;
}
/* line 1767, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-googleplay:hover {
  background: #000000;
}
/* line 1770, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-itunes {
  background: #177ac8;
}
/* line 1773, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-itunes:hover {
  background: #000000;
}
/* line 1776, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-plurk {
  background: #a73d07;
}
/* line 1779, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-plurk:hover {
  background: #000000;
}
/* line 1782, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-songkick {
  background: #f80046;
}
/* line 1785, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-songkick:hover {
  background: #000000;
}
/* line 1788, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-lastfm {
  background: #c60e16;
}
/* line 1791, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-lastfm:hover {
  background: #000000;
}
/* line 1794, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-gmail {
  background: #e04a3f;
}
/* line 1797, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-gmail:hover {
  background: #000000;
}
/* line 1800, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-pinboard {
  background: #224cf4;
}
/* line 1803, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-pinboard:hover {
  background: #000000;
}
/* line 1806, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-openid {
  background: #be661b;
}
/* line 1809, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-openid:hover {
  background: #000000;
}
/* line 1812, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-quora {
  background: #c41a00;
}
/* line 1815, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-quora:hover {
  background: #000000;
}
/* line 1818, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-soundcloud {
  background: #ff5c00;
}
/* line 1821, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-soundcloud:hover {
  background: #000000;
}
/* line 1824, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-tumblr {
  background: #395874;
}
/* line 1827, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-tumblr:hover {
  background: #000000;
}
/* line 1830, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-eventasaurus {
  background: #b9f15e;
}
/* line 1833, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-eventasaurus:hover {
  background: #000000;
}
/* line 1836, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-wordpress {
  background: #464646;
}
/* line 1839, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-wordpress:hover {
  background: #000000;
}
/* line 1842, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-yelp {
  background: #c41200;
}
/* line 1845, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-yelp:hover {
  background: #000000;
}
/* line 1848, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-intensedebate {
  background: #00aeef;
}
/* line 1851, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-intensedebate:hover {
  background: #000000;
}
/* line 1854, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-eventbrite {
  background: #ff6c00;
}
/* line 1857, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-eventbrite:hover {
  background: #000000;
}
/* line 1860, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-scribd {
  background: #002939;
}
/* line 1863, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-scribd:hover {
  background: #000000;
}
/* line 1866, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-posterous {
  background: #f8d667;
}
/* line 1869, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-posterous:hover {
  background: #000000;
}
/* line 1872, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-stripe {
  background: #617ee8;
}
/* line 1875, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-stripe:hover {
  background: #000000;
}
/* line 1878, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-opentable {
  background: #990000;
}
/* line 1881, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-opentable:hover {
  background: #000000;
}
/* line 1884, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-instagram {
  background: #4c799f;
}
/* line 1887, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-instagram:hover {
  background: #000000;
}
/* line 1890, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-dwolla {
  background: #ff7404;
}
/* line 1893, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-dwolla:hover {
  background: #000000;
}
/* line 1896, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-appnet {
  background: #1e0c29;
}
/* line 1899, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-appnet:hover {
  background: #000000;
}
/* line 1902, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-statusnet {
  background: #fb6104;
}
/* line 1905, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-statusnet:hover {
  background: #000000;
}
/* line 1908, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-acrobat {
  background: #ff0000;
}
/* line 1911, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-acrobat:hover {
  background: #000000;
}
/* line 1914, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-drupal {
  background: #007dc3;
}
/* line 1917, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-drupal:hover {
  background: #000000;
}
/* line 1920, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-pocket {
  background: #ee4056;
}
/* line 1923, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-pocket:hover {
  background: #000000;
}
/* line 1926, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-bitbucket {
  background: #205081;
}
/* line 1929, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-bitbucket:hover {
  background: #000000;
}
/* line 1932, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-flattr {
  background: #fbbc23;
}
/* line 1935, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-flattr:hover {
  background: #000000;
}
/* line 1938, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-eventful {
  background: #0066cc;
}
/* line 1941, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-eventful:hover {
  background: #000000;
}
/* line 1944, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-smashmag {
  background: #d6231c;
}
/* line 1947, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-smashmag:hover {
  background: #000000;
}
/* line 1950, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-wordpress {
  background: #1e8cbe;
}
/* line 1953, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-wordpress:hover {
  background: #000000;
}
/* line 1956, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-calendar {
  background: #ff0000;
}
/* line 1959, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-calendar:hover {
  background: #000000;
}
/* line 1962, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-call {
  background: #04be3d;
}
/* line 1965, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-call:hover {
  background: #000000;
}
/* line 1968, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-guest {
  background: #03a9d2;
}
/* line 1971, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-guest:hover {
  background: #000000;
}
/* line 1974, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-weibo {
  background: #fd0000;
}
/* line 1977, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-weibo:hover {
  background: #000000;
}
/* line 1980, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-plancast {
  background: #e4b82c;
}
/* line 1983, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-plancast:hover {
  background: #000000;
}
/* line 1986, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-email {
  background: blue;
}
/* line 1989, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-email:hover {
  background: #000000;
}
/* line 1992, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-myspace {
  background: #2068b0;
}
/* line 1995, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-myspace:hover {
  background: #000000;
}
/* line 1998, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-podcast {
  background: #f38b36;
}
/* line 2001, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-podcast:hover {
  background: #000000;
}
/* line 2004, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-cart {
  background: #00a204;
}
/* line 2007, ../sass/template/_elements.scss */
.bo-sicolor .bo-social-cart:hover {
  background: #000000;
}

/* --- SCSS For Call-to-action --- */
/* line 2015, ../sass/template/_elements.scss */
.call-to-action {
  z-index: 1;
  text-align: center;
  width: 100%;
}
/* line 2019, ../sass/template/_elements.scss */
.call-to-action.light-style {
  color: #fff;
}
/* line 2021, ../sass/template/_elements.scss */
.call-to-action.light-style h1, .call-to-action.light-style h2, .call-to-action.light-style h3, .call-to-action.light-style h4, .call-to-action.light-style h5, .call-to-action.light-style h6 {
  color: #fff;
}
/* line 2024, ../sass/template/_elements.scss */
.call-to-action.light-style .btn {
  color: #fff;
}
/* line 2026, ../sass/template/_elements.scss */
.call-to-action.light-style .btn.btn-outline {
  border-color: #fff;
}
/* line 2031, ../sass/template/_elements.scss */
.call-to-action .call-to-action-inner {
  line-height: 24px;
  font-size: 14px;
}
/* line 2035, ../sass/template/_elements.scss */
.call-to-action .action-button .btn {
  min-width: 150px;
}
/* line 2037, ../sass/template/_elements.scss */
.call-to-action .action-button .btn.btn-default {
  background-color: #c09c7b;
  color: #fff;
  border: none;
  margin: 0;
}
/* line 2042, ../sass/template/_elements.scss */
.call-to-action .action-button .btn.btn-default:hover {
  background-color: #b88f6a;
  color: #fff;
}
/* line 2051, ../sass/template/_elements.scss */
.call-to-action .heading.vc_txt_align_center h2:after, .call-to-action .heading.vc_txt_align_center h2:before, .call-to-action .heading.vc_txt_align_center h3:after, .call-to-action .heading.vc_txt_align_center h3:before {
  left: 50% !important;
  margin-left: -15px;
}
/* line 2059, ../sass/template/_elements.scss */
.call-to-action .heading.vc_txt_align_right h2:after, .call-to-action .heading.vc_txt_align_right h2:before, .call-to-action .heading.vc_txt_align_right h3:after, .call-to-action .heading.vc_txt_align_right h3:before {
  right: 0;
  left: auto;
  margin-left: 0;
}
/* line 2067, ../sass/template/_elements.scss */
.call-to-action.action-border {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 30px;
}
/* line 2071, ../sass/template/_elements.scss */
.call-to-action.action-border .heading h2 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
/* line 2077, ../sass/template/_elements.scss */
.call-to-action.action-border.light {
  border: 2px solid #dde3e8;
}
/* line 2080, ../sass/template/_elements.scss */
.call-to-action.action-border.dark {
  border: 2px solid #c09c7b;
}
/* line 2086, ../sass/template/_elements.scss */
.call-to-action.light-style-v2 .heading h2:before, .call-to-action.light-style-v2 .heading h2:after {
  background: #fff !important;
}
/* line 2092, ../sass/template/_elements.scss */
.call-to-action.button-align-right .cta-wrapper {
  position: relative;
}
/* line 2094, ../sass/template/_elements.scss */
.call-to-action.button-align-right .cta-wrapper .cta-content {
  padding-right: 200px;
}
@media (max-width: 767px) {
  /* line 2094, ../sass/template/_elements.scss */
  .call-to-action.button-align-right .cta-wrapper .cta-content {
    padding-right: 0;
    padding-bottom: 65px;
  }
}
/* line 2101, ../sass/template/_elements.scss */
.call-to-action.button-align-right .cta-wrapper .cta-button {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
@media (max-width: 767px) {
  /* line 2101, ../sass/template/_elements.scss */
  .call-to-action.button-align-right .cta-wrapper .cta-button {
    left: 0;
    right: auto;
    bottom: 5px;
    margin-top: 0;
    top: auto;
  }
}

/* call to action style1 */
/* line 2121, ../sass/template/_elements.scss */
.call-to-action-v1 {
  display: table;
  text-align: left;
}
/* line 2125, ../sass/template/_elements.scss */
.call-to-action-v1 .call-to-action-inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 2129, ../sass/template/_elements.scss */
.call-to-action-v1 .action-button {
  min-width: 25%;
  margin-top: 10px;
}

/* call to action style2 */
/* line 2140, ../sass/template/_elements.scss */
.call-to-action-v2 {
  display: table;
  text-align: right;
}
/* line 2143, ../sass/template/_elements.scss */
.call-to-action-v2 .call-to-action-inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 2147, ../sass/template/_elements.scss */
.call-to-action-v2 .action-button {
  min-width: 40%;
  text-align: left;
  padding-left: 50px;
}
/* line 2151, ../sass/template/_elements.scss */
.call-to-action-v2 .action-button .btn {
  margin-top: 0;
}

/* call to action style3 */
/* line 2162, ../sass/template/_elements.scss */
.call-to-action-v3 .call-to-action-inner h1, .call-to-action-v3 .call-to-action-inner h2, .call-to-action-v3 .call-to-action-inner h3, .call-to-action-v3 .call-to-action-inner h4, .call-to-action-v3 .call-to-action-inner h5, .call-to-action-v3 .call-to-action-inner h6 {
  border: 1px solid #222;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  padding: 15px 10%;
}
/* line 2172, ../sass/template/_elements.scss */
.call-to-action-v3.light-style .call-to-action-inner h1, .call-to-action-v3.light-style .call-to-action-inner h2, .call-to-action-v3.light-style .call-to-action-inner h3, .call-to-action-v3.light-style .call-to-action-inner h4, .call-to-action-v3.light-style .call-to-action-inner h5, .call-to-action-v3.light-style .call-to-action-inner h6 {
  border: 1px solid #fff;
}

/* call to action style4 */
/* line 2180, ../sass/template/_elements.scss */
.call-to-action-v4 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  display: table;
}
/* line 2185, ../sass/template/_elements.scss */
.call-to-action-v4 .heading.heading-default h2 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 15px;
  font-family: 'voyageregular';
  font-size: 48px;
  letter-spacing: 2px;
}
/* line 2193, ../sass/template/_elements.scss */
.call-to-action-v4 .heading.heading-v1::after {
  margin: 0;
}
/* line 2197, ../sass/template/_elements.scss */
.call-to-action-v4.style-2 .call-to-action-inner {
  float: none;
  width: 100%;
  display: block;
  padding: 0 10%;
}
@media (max-width: 991px) {
  /* line 2197, ../sass/template/_elements.scss */
  .call-to-action-v4.style-2 .call-to-action-inner {
    padding: 0;
  }
}
/* line 2205, ../sass/template/_elements.scss */
.call-to-action-v4.style-2 .call-to-action-inner .vc_button-2-wrapper {
  padding-top: 0;
}
/* line 2211, ../sass/template/_elements.scss */
.call-to-action-v4.style-3 .call-to-action-inner {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
/* line 2218, ../sass/template/_elements.scss */
.call-to-action-v4.style-4 .call-to-action-inner {
  float: none;
  width: 100%;
  display: block;
  padding: 0 10%;
}
@media (max-width: 991px) {
  /* line 2218, ../sass/template/_elements.scss */
  .call-to-action-v4.style-4 .call-to-action-inner {
    padding: 0;
  }
}
/* line 2226, ../sass/template/_elements.scss */
.call-to-action-v4.style-4 .call-to-action-inner .heading h2 {
  font-weight: 300;
  font-size: 24px;
  text-transform: none;
  padding-bottom: 5px !important;
}
/* line 2231, ../sass/template/_elements.scss */
.call-to-action-v4.style-4 .call-to-action-inner .heading h2:after, .call-to-action-v4.style-4 .call-to-action-inner .heading h2:before {
  content: none !important;
}
/* line 2236, ../sass/template/_elements.scss */
.call-to-action-v4.style-4 .cta-content {
  padding: 0 15%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  /* line 2236, ../sass/template/_elements.scss */
  .call-to-action-v4.style-4 .cta-content {
    padding: 0;
  }
}
/* line 2243, ../sass/template/_elements.scss */
.call-to-action-v4.style-4 .cta-button {
  padding: 0 30%;
}
@media (max-width: 991px) {
  /* line 2243, ../sass/template/_elements.scss */
  .call-to-action-v4.style-4 .cta-button {
    padding: 0 15px;
  }
}
/* line 2248, ../sass/template/_elements.scss */
.call-to-action-v4.style-4 .cta-button > *, .call-to-action-v4.style-4 .cta-button a {
  width: 100%;
  margin: 0 !important;
}

/* --- SCSS For Columns --- */
/* --- SCSS For Contact-form --- */
/* --- SCSS For Content-slider --- */
/* line 2264, ../sass/template/_elements.scss */
.carousel-style {
  position: relative;
  min-height: 80px;
  margin: 0 20px;
}

/* line 2270, ../sass/template/_elements.scss */
.carousel-control {
  z-index: 5;
}

/* line 2274, ../sass/template/_elements.scss */
.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

/* line 2279, ../sass/template/_elements.scss */
.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

/* line 2285, ../sass/template/_elements.scss */
.carousel-xs {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px;
  font-size: 14px;
}

/* line 2293, ../sass/template/_elements.scss */
.carousel-controls-v1 .carousel-control {
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.5) inset;
  color: #999;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
/* line 2297, ../sass/template/_elements.scss */
.carousel-controls-v1 .carousel-control:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5) inset;
  color: #737373;
}

/* line 2305, ../sass/template/_elements.scss */
.carousel-controls-v2 .carousel-control {
  box-shadow: 0 0 0 0 transparent inset;
  color: #999;
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
/* line 2312, ../sass/template/_elements.scss */
.carousel-controls-v2 .carousel-control:hover {
  box-shadow: 0 0 0 transparent inset;
  color: #595959;
}

/* line 2320, ../sass/template/_elements.scss */
.carousel-controls-v3 .carousel-control {
  box-shadow: 0 0 0 30px #c09c7b inset;
  color: #fff;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
/* line 2324, ../sass/template/_elements.scss */
.carousel-controls-v3 .carousel-control:hover {
  box-shadow: 0 0 0 30px #a1754d inset;
  color: #fff;
}

/* Navigation Styles */
/* line 2333, ../sass/template/_elements.scss */
[class*="carousel-indicators-"] li {
  cursor: pointer;
  position: relative;
  border: none;
}
/* line 2337, ../sass/template/_elements.scss */
[class*="carousel-indicators-"] li a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  outline: medium none;
  position: absolute;
  top: 0;
  background-color: transparent;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
/* line 2349, ../sass/template/_elements.scss */
[class*="carousel-indicators-"] li.active {
  background-color: transparent;
}

/* line 2358, ../sass/template/_elements.scss */
.carousel-indicators-v1 li a:before, .carousel-indicators-v1 li a:after {
  backface-visibility: hidden;
  background-color: #ddd;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 2369, ../sass/template/_elements.scss */
.carousel-indicators-v1 li a:after {
  background-color: #c09c7b;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* line 2373, ../sass/template/_elements.scss */
.carousel-indicators-v1 li a:hover, .carousel-indicators-v1 li a:focus {
  opacity: 0.8;
}
/* line 2378, ../sass/template/_elements.scss */
.carousel-indicators-v1 li.active a {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* line 2386, ../sass/template/_elements.scss */
.carousel-indicators-v2 li {
  margin: 0 3px;
}
/* line 2388, ../sass/template/_elements.scss */
.carousel-indicators-v2 li a {
  -webkit-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  background-color: #ddd;
}
/* line 2391, ../sass/template/_elements.scss */
.carousel-indicators-v2 li a:hover, .carousel-indicators-v2 li a:focus {
  background-color: #d5d5d5;
}
/* line 2395, ../sass/template/_elements.scss */
.carousel-indicators-v2 li.active {
  margin: 0 3px;
}
/* line 2398, ../sass/template/_elements.scss */
.carousel-indicators-v2 li.active a {
  background-color: #c09c7b;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 2407, ../sass/template/_elements.scss */
.carousel-indicators-v3 li {
  width: 14px;
  height: 14px;
}
/* line 2409, ../sass/template/_elements.scss */
.carousel-indicators-v3 li a {
  background-color: transparent;
  box-shadow: 0 0 0 1px #c09c7b inset;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 2414, ../sass/template/_elements.scss */
.carousel-indicators-v3 li a:after {
  background-color: #c09c7b;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
}
/* line 2425, ../sass/template/_elements.scss */
.carousel-indicators-v3 li a:hover, .carousel-indicators-v3 li a:focus {
  opacity: 0.8;
}
/* line 2429, ../sass/template/_elements.scss */
.carousel-indicators-v3 li.active {
  width: 14px;
  height: 14px;
}
/* line 2432, ../sass/template/_elements.scss */
.carousel-indicators-v3 li.active a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 2441, ../sass/template/_elements.scss */
.carousel-indicators-v4 li {
  margin: 0 3px;
  width: 14px;
  height: 14px;
}
/* line 2444, ../sass/template/_elements.scss */
.carousel-indicators-v4 li a {
  box-shadow: 0 0 0 8px #c09c7b inset;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
}
/* line 2447, ../sass/template/_elements.scss */
.carousel-indicators-v4 li a:hover, .carousel-indicators-v4 li a:focus {
  box-shadow: 0 0 0 8px #c09c7b inset;
}
/* line 2451, ../sass/template/_elements.scss */
.carousel-indicators-v4 li.active {
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
/* line 2454, ../sass/template/_elements.scss */
.carousel-indicators-v4 li.active a {
  box-shadow: 0 0 0 2px #c09c7b inset;
}

/* line 2462, ../sass/template/_elements.scss */
.carousel-indicators-v5 li {
  margin: 0 3px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px transparent;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 14px;
  height: 14px;
}
/* line 2468, ../sass/template/_elements.scss */
.carousel-indicators-v5 li a {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
}
/* line 2471, ../sass/template/_elements.scss */
.carousel-indicators-v5 li a:hover, .carousel-indicators-v5 li a:focus {
  background-color: #c09c7b;
}
/* line 2475, ../sass/template/_elements.scss */
.carousel-indicators-v5 li.active {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  box-shadow: 0 0 0 2px #c09c7b;
}
/* line 2479, ../sass/template/_elements.scss */
.carousel-indicators-v5 li.active a {
  background-color: #c09c7b;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}

/* line 2488, ../sass/template/_elements.scss */
.carousel-indicators-v6 li {
  width: 14px;
  height: 14px;
}
/* line 2490, ../sass/template/_elements.scss */
.carousel-indicators-v6 li a {
  border: 2px solid #ddd;
  -webkit-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
/* line 2493, ../sass/template/_elements.scss */
.carousel-indicators-v6 li a:after {
  background: none repeat scroll 0 0 #c09c7b;
  border-radius: 50%;
  box-shadow: 0 0 1px #c09c7b;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
  -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
  visibility: hidden;
}
/* line 2507, ../sass/template/_elements.scss */
.carousel-indicators-v6 li a:hover, .carousel-indicators-v6 li a:focus {
  border-color: #c09c7b;
}
/* line 2511, ../sass/template/_elements.scss */
.carousel-indicators-v6 li.active {
  width: 14px;
  height: 14px;
}
/* line 2513, ../sass/template/_elements.scss */
.carousel-indicators-v6 li.active a {
  border-color: #c09c7b;
}
/* line 2515, ../sass/template/_elements.scss */
.carousel-indicators-v6 li.active a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  visibility: visible;
}

/* --- SCSS For Counters --- */
/* line 2529, ../sass/template/_elements.scss */
.counters {
  text-align: center;
}
/* line 2531, ../sass/template/_elements.scss */
.counters .counter-wrap {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
}
/* line 2535, ../sass/template/_elements.scss */
.counters .counter-wrap .fa {
  font-size: 46px;
}
/* line 2538, ../sass/template/_elements.scss */
.counters .counter-wrap .counter {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}
/* line 2544, ../sass/template/_elements.scss */
.counters h5 {
  font-weight: 700;
  margin: 5px 0 30px;
  text-transform: normal;
  position: relative;
  font-size: 16px;
}
/* line 2552, ../sass/template/_elements.scss */
.counters.light-style h5 {
  color: #fff;
  font-weight: 500;
}
/* line 2557, ../sass/template/_elements.scss */
.counters.style-1.light-style {
  position: relative;
  padding: 40px 0px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0px auto 20px;
}
/* line 2563, ../sass/template/_elements.scss */
.counters.style-1.light-style:before {
  background-color: #fff;
  width: 50px;
  height: 2px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  position: absolute;
  content: "";
}
/* line 2574, ../sass/template/_elements.scss */
.counters.style-1.light-style .counter {
  color: #fff;
  margin: 0;
  font-size: 48px;
}
/* line 2578, ../sass/template/_elements.scss */
.counters.style-1.light-style .counter:after {
  content: none;
}

/* --- SCSS For Divider --- */
/* line 2588, ../sass/template/_elements.scss */
[class*="hr-"] {
  min-height: 1px;
}

/* line 2592, ../sass/template/_elements.scss */
.hr-dashed {
  border-top: 1px dashed #ddd;
}

/* line 2596, ../sass/template/_elements.scss */
.hr-dotted {
  border-top: 1px dotted #ddd;
}

/* line 2600, ../sass/template/_elements.scss */
.hr-double {
  border-top: 3px double #ddd;
}

/* line 2604, ../sass/template/_elements.scss */
.hr-double-dashed {
  border-top: 1px dashed #ddd;
  position: relative;
}
/* line 2607, ../sass/template/_elements.scss */
.hr-double-dashed:before {
  border-top: 1px dashed #ddd;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 1px;
}

/* line 2616, ../sass/template/_elements.scss */
.hr-double-dotted {
  border-top: 1px dotted #ddd;
  position: relative;
}
/* line 2619, ../sass/template/_elements.scss */
.hr-double-dotted:before {
  border-top: 1px dotted #ddd;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 1px;
}

/* --- SCSS For Google-map --- */
/* --- SCSS For Heading --- */
/* line 2634, ../sass/template/_elements.scss */
.heading {
  z-index: 1;
  position: relative;
  text-align: center;
}
/* line 2638, ../sass/template/_elements.scss */
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
  text-transform: capitalize;
  margin-top: 0;
  font-weight: 200;
}
/* line 2643, ../sass/template/_elements.scss */
.heading .fa {
  margin-bottom: 26px;
}
/* line 2646, ../sass/template/_elements.scss */
.heading .subheading {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #d0b69e;
  margin-bottom: 0;
  letter-spacing: 3px;
  font-size: 10px;
}
/* line 2656, ../sass/template/_elements.scss */
.heading > small {
  padding-left: 25%;
  padding-right: 25%;
}
@media (max-width: 991px) {
  /* line 2656, ../sass/template/_elements.scss */
  .heading > small {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 2663, ../sass/template/_elements.scss */
.heading > small.des {
  letter-spacing: 0;
}
/* line 2667, ../sass/template/_elements.scss */
.heading p, .heading small {
  margin-bottom: 15px;
  display: inline-block;
}
/* line 2673, ../sass/template/_elements.scss */
.heading.color-light h2 {
  color: #fff;
}
/* line 2677, ../sass/template/_elements.scss */
.heading.heading-light {
  color: #eee;
}
/* line 2679, ../sass/template/_elements.scss */
.heading.heading-light h1, .heading.heading-light h2, .heading.heading-light h3, .heading.heading-light h4, .heading.heading-light h5, .heading.heading-light h6 {
  color: #fff;
}
/* line 2682, ../sass/template/_elements.scss */
.heading.heading-light p, .heading.heading-light small {
  color: #eee;
}
/* line 2687, ../sass/template/_elements.scss */
.heading.align-left, .heading.separator_align_left {
  text-align: left;
}
/* line 2689, ../sass/template/_elements.scss */
.heading.align-left:before, .heading.align-left:after, .heading.separator_align_left:before, .heading.separator_align_left:after {
  left: 0 !important;
  right: auto;
  margin-left: 0 !important;
}
/* line 2694, ../sass/template/_elements.scss */
.heading.align-left .subheading, .heading.align-left .des, .heading.separator_align_left .subheading, .heading.separator_align_left .des {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .heading.align-left .subheading, .rtl .heading.align-left .des, .rtl .heading.separator_align_left .subheading, .rtl .heading.separator_align_left .des {
  text-align: right;
}
/* line 2700, ../sass/template/_elements.scss */
.heading.align-right, .heading.separator_align_right {
  text-align: left;
}
/* line 2702, ../sass/template/_elements.scss */
.heading.align-right:before, .heading.align-right:after, .heading.separator_align_right:before, .heading.separator_align_right:after {
  left: auto !important;
  right: 0 !important;
  margin-left: 0 !important;
}
/* line 2707, ../sass/template/_elements.scss */
.heading.align-right .subheading, .heading.align-right .des, .heading.separator_align_right .subheading, .heading.separator_align_right .des {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
/* line 2714, ../sass/template/_elements.scss */
.heading.heading-v1 {
  padding-bottom: 30px;
}
/* line 2716, ../sass/template/_elements.scss */
.heading.heading-v1 h2 {
  font-size: 44px;
  padding: 6px 0 18px;
}
/* line 2720, ../sass/template/_elements.scss */
.heading.heading-v1:after {
  left: 0;
  right: 0;
  margin: auto;
  width: 135px;
  height: 1px;
  content: " ";
  bottom: 38px;
  background: #ddd;
  position: absolute;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v1:after {
  right: 0;
  left: auto;
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v1:after {
  left: 0;
  right: auto;
}
/* line 2730, ../sass/template/_elements.scss */
.heading.heading-v1 small {
  font-size: 11px;
  letter-spacing: 3px;
}
/* line 2733, ../sass/template/_elements.scss */
.heading.heading-v1 small.des {
  letter-spacing: 0;
}
/* line 2738, ../sass/template/_elements.scss */
.heading.heading-v1.heading-light:after {
  background: #ddd;
}
/* line 2743, ../sass/template/_elements.scss */
.heading.heading-v2 {
  padding-bottom: 35px;
}
/* line 2745, ../sass/template/_elements.scss */
.heading.heading-v2:after {
  width: 100%;
  height: 1px;
  z-index: 1;
  content: " ";
  top: 47%;
  background: #ddd;
  text-align: center;
  position: absolute;
  margin-left: -100px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v2:after {
  margin-right: -100px;
  margin-left: inherit;
}
/* line 2757, ../sass/template/_elements.scss */
.heading.heading-v2.heading-light:after {
  background: #fff;
}
/* line 2760, ../sass/template/_elements.scss */
.heading.heading-v2.heading-light:before {
  background: #ddd;
  border: 1px solid #fff;
}
/* line 2766, ../sass/template/_elements.scss */
.heading.heading-v3 {
  padding-bottom: 15px;
}
/* line 2768, ../sass/template/_elements.scss */
.heading.heading-v3:after {
  width: 100%;
  height: 1px;
  z-index: 1;
  content: " ";
  top: 18px;
  background: #ddd;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 2780, ../sass/template/_elements.scss */
.heading.heading-v3 span {
  text-transform: uppercase;
  color: #c09c7b;
  font-weight: 800;
  background: #fff;
  position: relative;
  z-index: 9;
  font-size: 10px;
  padding-right: 10px;
  letter-spacing: 5px;
  display: inline-block;
  padding: 0 20px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v3 span {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 2798, ../sass/template/_elements.scss */
.heading.heading-v4 {
  z-index: 1;
  text-align: center;
  padding-top: 90px;
  position: relative;
}
/* line 2803, ../sass/template/_elements.scss */
.heading.heading-v4:after {
  left: 50%;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  content: " ";
  bottom: -18px;
  background: #444;
  position: absolute;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v4:after {
  right: 50%;
  left: auto;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v4:after {
  margin-right: -40px;
  margin-left: inherit;
}
/* line 2813, ../sass/template/_elements.scss */
.heading.heading-v4.heading-light:before {
  background: #fff;
}
/* line 2818, ../sass/template/_elements.scss */
.heading.heading-v5 {
  background: none;
}
/* line 2820, ../sass/template/_elements.scss */
.heading.heading-v5 h1, .heading.heading-v5 h2, .heading.heading-v5 h3, .heading.heading-v5 h4, .heading.heading-v5 h5, .heading.heading-v5 h6 {
  padding: 0 30px;
  margin: 0;
  background: none;
  position: relative;
  display: inline-block;
}
/* line 2829, ../sass/template/_elements.scss */
.heading.heading-v6 h1, .heading.heading-v6 h2, .heading.heading-v6 h3, .heading.heading-v6 h4, .heading.heading-v6 h5, .heading.heading-v6 h6 {
  position: relative;
  margin-bottom: 35px;
}
/* line 2836, ../sass/template/_elements.scss */
.heading.heading-v6.heading-light h1:after, .heading.heading-v6.heading-light h2:after, .heading.heading-v6.heading-light h3:after, .heading.heading-v6.heading-light h4:after, .heading.heading-v6.heading-light h5:after, .heading.heading-v6.heading-light h6:after {
  background: #fff;
}
/* line 2842, ../sass/template/_elements.scss */
.heading.heading-v7 {
  padding-bottom: 40px;
}
/* line 2844, ../sass/template/_elements.scss */
.heading.heading-v7:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #ddd;
  bottom: 20px;
  content: "";
  width: 18px;
  height: 14px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v7:before {
  right: 50%;
  left: auto;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v7:before {
  margin-right: -18px;
  margin-left: inherit;
}
/* line 2855, ../sass/template/_elements.scss */
.heading.heading-v7:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #ffffff;
  bottom: 24px;
  content: "";
  left: 50%;
  margin-left: -14px;
  position: absolute;
  width: 10px;
  height: 8px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v7:after {
  margin-right: -14px;
  margin-left: inherit;
}
/* line 2867, ../sass/template/_elements.scss */
.heading.heading-v7.heading-light:before {
  border-top: 18px solid #fff;
}
/* line 2870, ../sass/template/_elements.scss */
.heading.heading-v7.heading-light:after {
  border-top: 12px solid #ddd;
}
/* line 2877, ../sass/template/_elements.scss */
.heading.heading-v8 h1, .heading.heading-v8 h2, .heading.heading-v8 h3, .heading.heading-v8 h4, .heading.heading-v8 h5, .heading.heading-v8 h6 {
  position: relative;
  padding: 20px 0 25px;
}
/* line 2880, ../sass/template/_elements.scss */
.heading.heading-v8 h1:before, .heading.heading-v8 h1:after, .heading.heading-v8 h2:before, .heading.heading-v8 h2:after, .heading.heading-v8 h3:before, .heading.heading-v8 h3:after, .heading.heading-v8 h4:before, .heading.heading-v8 h4:after, .heading.heading-v8 h5:before, .heading.heading-v8 h5:after, .heading.heading-v8 h6:before, .heading.heading-v8 h6:after {
  content: ".";
  font-size: 22px;
  left: 50%;
  position: absolute;
  color: #c1c1c1;
  text-shadow: 10px 0 #ddd, -10px 0 #ddd;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v8 h1:before, .rtl .heading.heading-v8 h1:after, .rtl .heading.heading-v8 h2:before, .rtl .heading.heading-v8 h2:after, .rtl .heading.heading-v8 h3:before, .rtl .heading.heading-v8 h3:after, .rtl .heading.heading-v8 h4:before, .rtl .heading.heading-v8 h4:after, .rtl .heading.heading-v8 h5:before, .rtl .heading.heading-v8 h5:after, .rtl .heading.heading-v8 h6:before, .rtl .heading.heading-v8 h6:after {
  right: 50%;
  left: auto;
}
/* line 2888, ../sass/template/_elements.scss */
.heading.heading-v8 h1:before, .heading.heading-v8 h2:before, .heading.heading-v8 h3:before, .heading.heading-v8 h4:before, .heading.heading-v8 h5:before, .heading.heading-v8 h6:before {
  top: -15px;
}
/* line 2891, ../sass/template/_elements.scss */
.heading.heading-v8 h1:after, .heading.heading-v8 h2:after, .heading.heading-v8 h3:after, .heading.heading-v8 h4:after, .heading.heading-v8 h5:after, .heading.heading-v8 h6:after {
  bottom: 0;
}
/* line 2896, ../sass/template/_elements.scss */
.heading.heading-v9 {
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v9 {
  text-align: right;
}
/* line 2898, ../sass/template/_elements.scss */
.heading.heading-v9 h1, .heading.heading-v9 h2, .heading.heading-v9 h3, .heading.heading-v9 h4, .heading.heading-v9 h5, .heading.heading-v9 h6 {
  position: relative;
  margin-bottom: 30px;
}
/* line 2901, ../sass/template/_elements.scss */
.heading.heading-v9 h1:after, .heading.heading-v9 h2:after, .heading.heading-v9 h3:after, .heading.heading-v9 h4:after, .heading.heading-v9 h5:after, .heading.heading-v9 h6:after {
  left: 0;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -15px;
  right: inherit;
  background-color: #ddd;
  position: absolute;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v9 h1:after, .rtl .heading.heading-v9 h2:after, .rtl .heading.heading-v9 h3:after, .rtl .heading.heading-v9 h4:after, .rtl .heading.heading-v9 h5:after, .rtl .heading.heading-v9 h6:after {
  right: 0;
  left: auto;
}
/* line 2913, ../sass/template/_elements.scss */
.heading.heading-v9.heading-light h1:after, .heading.heading-v9.heading-light h2:after, .heading.heading-v9.heading-light h3:after, .heading.heading-v9.heading-light h4:after, .heading.heading-v9.heading-light h5:after, .heading.heading-v9.heading-light h6:after {
  background-color: #fff;
}
/* line 2920, ../sass/template/_elements.scss */
.heading.heading-v10, .heading.heading-v11, .heading.heading-v12, .heading.heading-v13, .heading.heading-v15, .heading.heading-v14 {
  padding-bottom: 30px;
}
/* line 2922, ../sass/template/_elements.scss */
.heading.heading-v10 h2, .heading.heading-v11 h2, .heading.heading-v12 h2, .heading.heading-v13 h2, .heading.heading-v15 h2, .heading.heading-v14 h2 {
  font-size: 44px;
  padding: 6px 0 18px;
}
/* line 2926, ../sass/template/_elements.scss */
.heading.heading-v10:after, .heading.heading-v11:after, .heading.heading-v12:after, .heading.heading-v13:after, .heading.heading-v15:after, .heading.heading-v14:after {
  left: 0;
  right: 0;
  margin: auto;
  width: 135px;
  height: 1px;
  content: " ";
  bottom: 38px;
  background: #ddd;
  position: absolute;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v10:after, .rtl .heading.heading-v11:after, .rtl .heading.heading-v12:after, .rtl .heading.heading-v13:after, .rtl .heading.heading-v15:after, .rtl .heading.heading-v14:after {
  right: 0;
  left: auto;
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl .heading.heading-v10:after, .rtl .heading.heading-v11:after, .rtl .heading.heading-v12:after, .rtl .heading.heading-v13:after, .rtl .heading.heading-v15:after, .rtl .heading.heading-v14:after {
  left: 0;
  right: auto;
}
/* line 2936, ../sass/template/_elements.scss */
.heading.heading-v10 small, .heading.heading-v11 small, .heading.heading-v12 small, .heading.heading-v13 small, .heading.heading-v15 small, .heading.heading-v14 small {
  font-size: 10px;
  letter-spacing: 3px;
}
/* line 2939, ../sass/template/_elements.scss */
.heading.heading-v10 small.des, .heading.heading-v11 small.des, .heading.heading-v12 small.des, .heading.heading-v13 small.des, .heading.heading-v15 small.des, .heading.heading-v14 small.des {
  letter-spacing: 0;
}
/* line 2944, ../sass/template/_elements.scss */
.heading.heading-v10.heading-light:after, .heading.heading-light.heading-v11:after, .heading.heading-light.heading-v12:after, .heading.heading-light.heading-v13:after, .heading.heading-light.heading-v15:after, .heading.heading-light.heading-v14:after {
  background: #ddd;
}
/* line 2952, ../sass/template/_elements.scss */
.heading.heading-v11 h2 {
  font-size: 30px;
}
/* line 2958, ../sass/template/_elements.scss */
.heading.heading-v12 .subheading {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
}
/* line 2964, ../sass/template/_elements.scss */
.heading.heading-v12 h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
/* line 2971, ../sass/template/_elements.scss */
.heading.heading-v13:after, .heading.heading-v15:after, .heading.heading-v13:before, .heading.heading-v15:before {
  content: none;
  display: none;
}
/* line 2975, ../sass/template/_elements.scss */
.heading.heading-v13 h2, .heading.heading-v15 h2 {
  font-size: 40px;
  margin: 0;
}
/* line 2979, ../sass/template/_elements.scss */
.heading.heading-v13 .subheading, .heading.heading-v15 .subheading {
  color: #cccccc;
  letter-spacing: 5px;
  font-size: 14px;
}
/* line 2984, ../sass/template/_elements.scss */
.heading.heading-v13 small, .heading.heading-v15 small {
  font-size: 18px;
  font-weight: 800;
  color: #f5434c;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0;
}
/* line 2994, ../sass/template/_elements.scss */
.heading.light-style-v2 * {
  color: #fff !important;
}
/* line 2997, ../sass/template/_elements.scss */
.heading.light-style-v2:after {
  background: #fff;
}
/* line 3003, ../sass/template/_elements.scss */
.heading.heading-v14:after {
  width: 40px !important;
}
/* line 3006, ../sass/template/_elements.scss */
.heading.heading-v14 .subheading {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
}
/* line 3012, ../sass/template/_elements.scss */
.heading.heading-v14 h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
/* line 3018, ../sass/template/_elements.scss */
.heading.heading-v15 {
  padding-bottom: 10px;
}
/* line 3021, ../sass/template/_elements.scss */
.heading.heading-v15:after, .heading.heading-v15:before {
  content: none;
  display: none;
}
/* line 3025, ../sass/template/_elements.scss */
.heading.heading-v15 h2 {
  font-size: 80px;
  margin: 0;
  font-weight: 900;
}
/* line 3030, ../sass/template/_elements.scss */
.heading.heading-v15 .subheading {
  letter-spacing: 5px;
  font-size: 14px;
}
/* line 3034, ../sass/template/_elements.scss */
.heading.heading-v15 small {
  font-size: 24px !important;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 5px;
  padding-bottom: 10px;
}

/* line 3045, ../sass/template/_elements.scss */
.light-style .heading-v15 .subheading {
  color: #fff !important;
}

/* --- SCSS For Icon-box --- */
/* line 3050, ../sass/template/_elements.scss */
.feature-box {
  margin-bottom: 30px !important;
  padding-bottom: 30px;
}
/* line 3053, ../sass/template/_elements.scss */
.feature-box .fbox-content {
  overflow: hidden;
}
/* line 3056, ../sass/template/_elements.scss */
.feature-box small {
  font-size: 13px;
  margin-bottom: 15px;
  display: inline-block;
}
/* line 3062, ../sass/template/_elements.scss */
.feature-box h4 {
  margin: 10px 0;
  font-weight: 600;
  text-transform: none;
}
/* line 3067, ../sass/template/_elements.scss */
.feature-box .fbox-icon {
  float: left;
  margin: 10px 20px 0 0;
  color: #c09c7b;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .feature-box .fbox-icon {
  float: right;
}
/* line 35, ../sass/rtl/_rtl.scss */
.rtl .feature-box .fbox-icon {
  margin: 10px 0 0 20px;
}
/* line 3071, ../sass/template/_elements.scss */
.feature-box .fbox-icon i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
/* line 3077, ../sass/template/_elements.scss */
.feature-box .fbox-icon .nostyle {
  background: none !important;
  border: 1px solid #dde3e8 !important;
}
/* line 3083, ../sass/template/_elements.scss */
.feature-box.hasbg {
  color: #FFF;
}
/* line 3085, ../sass/template/_elements.scss */
.feature-box.hasbg h4 {
  color: #FFF;
}
/* line 3089, ../sass/template/_elements.scss */
.feature-box.box-center {
  text-align: center;
}
/* line 3092, ../sass/template/_elements.scss */
.feature-box.box-center .fbox-icon {
  float: none;
  margin: 0;
  margin-bottom: 20px;
}
/* line 3097, ../sass/template/_elements.scss */
.feature-box.box-center .fbox-content {
  text-align: center;
}
/* line 3102, ../sass/template/_elements.scss */
.feature-box.box-top .fbox-icon {
  float: none;
  margin: 0;
  margin-bottom: 20px;
}
/* line 3108, ../sass/template/_elements.scss */
.feature-box.box-left {
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .feature-box.box-left {
  text-align: right;
}
/* line 3111, ../sass/template/_elements.scss */
.feature-box.box-right {
  text-align: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .feature-box.box-right {
  text-align: left;
}
/* line 3113, ../sass/template/_elements.scss */
.feature-box.box-right .fbox-icon {
  float: right;
  margin: 10px 0px 0 20px;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .feature-box.box-right .fbox-icon {
  float: left;
}
/* line 35, ../sass/rtl/_rtl.scss */
.rtl .feature-box.box-right .fbox-icon {
  margin: 10px 20px 0 0px;
}
/* line 3118, ../sass/template/_elements.scss */
.feature-box.box-icon-left {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
/* line 3121, ../sass/template/_elements.scss */
.feature-box.box-icon-left .fbox-image {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .feature-box.box-icon-left .fbox-image {
  float: right;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .feature-box.box-icon-left .fbox-image {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 3127, ../sass/template/_elements.scss */
.feature-box.box-icon-right {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
/* line 3130, ../sass/template/_elements.scss */
.feature-box.box-icon-right .fbox-image {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .feature-box.box-icon-right .fbox-image {
  float: left;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .feature-box.box-icon-right .fbox-image {
  margin-right: 20px;
  margin-left: inherit;
}
/* line 3137, ../sass/template/_elements.scss */
.feature-box.light-style .icons {
  background-color: #c09c7b;
}
/* line 3140, ../sass/template/_elements.scss */
.feature-box.light-style h4, .feature-box.light-style .fbox-content {
  color: #FFFFFF;
}

/* --- SCSS For Icon-progress-bar --- */
/* line 3149, ../sass/template/_elements.scss */
.icon-rating {
  float: left;
}

/* line 3153, ../sass/template/_elements.scss */
.icon-rating input {
  left: -9999px;
  position: absolute;
}

/* line 3158, ../sass/template/_elements.scss */
.icon-rating label {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 22px;
  height: 17px;
  line-height: 17px;
  padding: 0 3px;
}

/* line 3168, ../sass/template/_elements.scss */
.icon-rating label {
  color: #e0e0e0;
  transition: color 0.3s ease 0s;
}

/* line 3173, ../sass/template/_elements.scss */
.icon-rating input + label:hover, .icon-rating input + label:hover ~ label {
  color: #c09c7b;
}

/* line 3177, ../sass/template/_elements.scss */
.icon-rating input:checked ~ label {
  color: #c09c7b;
}

/* line 3181, ../sass/template/_elements.scss */
.icon-rating-horizontal {
  float: none;
  text-align: center;
}

/* line 3186, ../sass/template/_elements.scss */
.icon-rating-horizontal label {
  float: none;
  height: 20px;
  line-height: 20px;
}

/* line 3192, ../sass/template/_elements.scss */
.light-style {
  color: #fff;
}
/* line 3194, ../sass/template/_elements.scss */
.light-style h1, .light-style h2, .light-style h3, .light-style h4, .light-style h5, .light-style h6 {
  color: #fff;
}

/* line 3200, ../sass/template/_elements.scss */
.bg-success .icon-rating label {
  color: #e1473d;
}
/* line 3203, ../sass/template/_elements.scss */
.bg-success .icon-rating input + label:hover, .bg-success .icon-rating input + label:hover ~ label,
.bg-success .icon-rating input:checked ~ label {
  color: #fff;
}

/* line 3210, ../sass/template/_elements.scss */
.bg-danger .icon-rating label {
  color: #de3227;
}
/* line 3213, ../sass/template/_elements.scss */
.bg-danger .icon-rating input + label:hover, .bg-danger .icon-rating input + label:hover ~ label,
.bg-danger .icon-rating input:checked ~ label {
  color: #fff;
}

/* line 3220, ../sass/template/_elements.scss */
.bg-warning .icon-rating label {
  color: #b09101;
}
/* line 3223, ../sass/template/_elements.scss */
.bg-warning .icon-rating input + label:hover, .bg-warning .icon-rating input + label:hover ~ label,
.bg-warning .icon-rating input:checked ~ label {
  color: #fff;
}

/* line 3230, ../sass/template/_elements.scss */
.bg-primary .icon-rating label {
  color: #0d0d0d;
}
/* line 3233, ../sass/template/_elements.scss */
.bg-primary .icon-rating input + label:hover, .bg-primary .icon-rating input + label:hover ~ label,
.bg-primary .icon-rating input:checked ~ label {
  color: #fff;
}

/* line 3240, ../sass/template/_elements.scss */
.bg-info .icon-rating label {
  color: #1781c3;
}
/* line 3243, ../sass/template/_elements.scss */
.bg-info .icon-rating input + label:hover, .bg-info .icon-rating input + label:hover ~ label,
.bg-info .icon-rating input:checked ~ label {
  color: #fff;
}

/* --- SCSS For Interactive-banner --- */
/* line 3251, ../sass/template/_elements.scss */
.interactive-banner {
  color: #fff;
  position: relative;
  overflow: hidden;
}
/* line 3255, ../sass/template/_elements.scss */
.interactive-banner .interactive-banner-profile {
  position: absolute;
  z-index: 2;
  margin: auto;
  content: "";
}
/* line 3260, ../sass/template/_elements.scss */
.interactive-banner .interactive-banner-profile h2 {
  text-transform: uppercase;
  margin: 10px 0 15px;
}
/* line 3264, ../sass/template/_elements.scss */
.interactive-banner .interactive-banner-profile small {
  text-transform: uppercase;
}
/* line 3268, ../sass/template/_elements.scss */
.interactive-banner .mask-link {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
/* line 3281, ../sass/template/_elements.scss */
.interactive-banner .banner-title h2, .interactive-banner .banner-title h3, .interactive-banner .banner-title h4, .interactive-banner .banner-title h5, .interactive-banner .banner-title h6 {
  color: #fff;
}
/* line 3287, ../sass/template/_elements.scss */
.interactive-banner .action .icons:hover {
  background-color: #c09c7b !important;
  border: #c09c7b !important;
}
/* line 3294, ../sass/template/_elements.scss */
.interactive-banner.left .interactive-banner-profile {
  left: 20px;
}
/* line 3299, ../sass/template/_elements.scss */
.interactive-banner.right .interactive-banner-profile {
  right: 20px;
}
/* line 3305, ../sass/template/_elements.scss */
.interactive-banner.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

/* line 3314, ../sass/template/_elements.scss */
.interactive-banner-v1 .interactive-banner-profile {
  width: 55%;
  height: 120px;
  bottom: 0;
  top: 0;
}

/* line 3322, ../sass/template/_elements.scss */
.interactive-banner-v2 .interactive-banner-profile {
  top: 40px;
  width: 55%;
  height: 120px;
}
/* line 3325, ../sass/template/_elements.scss */
.interactive-banner-v2 .interactive-banner-profile .action {
  padding: 5px 15px;
  margin-bottom: 3px;
  background-color: #fff;
  color: #333;
}
/* line 3333, ../sass/template/_elements.scss */
.interactive-banner-v2.left .interactive-banner-profile {
  left: 60px;
}
/* line 3338, ../sass/template/_elements.scss */
.interactive-banner-v2.right .interactive-banner-profile {
  right: 60px;
}
/* line 3344, ../sass/template/_elements.scss */
.interactive-banner-v2.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

/* line 3352, ../sass/template/_elements.scss */
.interactive-banner-v3 .interactive-banner-profile {
  padding: 40px 60px;
  width: 100%;
  height: 100%;
  top: 0;
}
/* line 3359, ../sass/template/_elements.scss */
.interactive-banner-v3 .interactive-banner-profile .action {
  bottom: 60px;
  left: 60px;
  right: 60px;
  content: "";
  position: absolute;
}
/* line 3365, ../sass/template/_elements.scss */
.interactive-banner-v3 .interactive-banner-profile .action:after {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  bottom: -30px;
  left: -30px;
  right: -30px;
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  z-index: -1;
}

/* line 3382, ../sass/template/_elements.scss */
.interactive-banner-v4 .interactive-banner-profile {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  position: absolute;
  content: "";
  transform: translate3d(0px, 60px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
/* line 3391, ../sass/template/_elements.scss */
.interactive-banner-v4 .interactive-banner-profile .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
  position: relative;
  background-color: #c09c7b;
  margin: 0 -30px;
  padding: 20px 30px;
}
/* line 3400, ../sass/template/_elements.scss */
.interactive-banner-v4 .interactive-banner-profile img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
/* line 3406, ../sass/template/_elements.scss */
.interactive-banner-v4:hover .interactive-banner-profile {
  transform: translate3d(0px, 0px, 0px);
}
/* line 3408, ../sass/template/_elements.scss */
.interactive-banner-v4:hover .interactive-banner-profile .action {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 3411, ../sass/template/_elements.scss */
.interactive-banner-v4:hover .interactive-banner-profile img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 3419, ../sass/template/_elements.scss */
.interactive-banner-v5 .interactive-banner-profile {
  width: 55%;
  height: 120px;
  bottom: 0;
  top: 0;
}
/* line 3424, ../sass/template/_elements.scss */
.interactive-banner-v5 a.links {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: translate3d(0px, -60px, 0px);
}
/* line 3435, ../sass/template/_elements.scss */
.interactive-banner-v5:hover a.links {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0px, 0px, 0px);
}

/* --- SCSS For Latest-posts --- */
/* latest posts */
/* line 3445, ../sass/template/_elements.scss */
.latest-posts {
  font-size: 14px;
  color: #696969;
}
/* line 3448, ../sass/template/_elements.scss */
.latest-posts a {
  color: #000;
}
/* line 3450, ../sass/template/_elements.scss */
.latest-posts a:hover {
  color: red;
}
/* line 3454, ../sass/template/_elements.scss */
.latest-posts .latest-posts-title {
  margin-top: 5px;
  font-size: 18px;
}
/* line 3458, ../sass/template/_elements.scss */
.latest-posts .latest-posts-profile {
  font-size: 13px;
  font-style: italic;
  color: #696969;
}
/* line 3462, ../sass/template/_elements.scss */
.latest-posts .latest-posts-profile a {
  color: #696969;
}
/* line 3464, ../sass/template/_elements.scss */
.latest-posts .latest-posts-profile a:hover {
  color: red;
}
/* line 3468, ../sass/template/_elements.scss */
.latest-posts .latest-posts-profile i {
  margin-right: 7px;
  font-size: 14px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .latest-posts .latest-posts-profile i {
  margin-left: 7px;
  margin-right: inherit;
}

/* latest posts v1*/
/* line 3479, ../sass/template/_elements.scss */
.latest-posts-v1 .latest-posts-meta,
.latest-posts-v1 .latest-posts-profile {
  background-color: #f6f6f6;
  padding: 15px;
}
/* line 3484, ../sass/template/_elements.scss */
.latest-posts-v1 .latest-posts-profile {
  border-top: 1px solid #e5e5e5;
}

/* latest posts v2*/
/* line 3492, ../sass/template/_elements.scss */
.latest-posts-v2 .latest-posts-meta,
.latest-posts-v2 .latest-posts-profile {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* latest posts v3*/
/* line 3504, ../sass/template/_elements.scss */
.latest-posts-v3 {
  text-align: center;
}
/* line 3506, ../sass/template/_elements.scss */
.latest-posts-v3 .latest-posts-title {
  position: relative;
}
/* line 3508, ../sass/template/_elements.scss */
.latest-posts-v3 .latest-posts-title:after {
  background-color: #444444;
  content: " ";
  height: 1px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 41px;
  width: 30px;
}
/* line 3519, ../sass/template/_elements.scss */
.latest-posts-v3 .latest-posts-meta {
  padding: 15px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
/* line 3525, ../sass/template/_elements.scss */
.latest-posts-v3 .latest-posts-profile {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  position: absolute;
  top: -42px;
  left: 0;
  padding: 10px 15px;
  width: 100%;
  color: #fff;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .latest-posts-v3 .latest-posts-profile {
  text-align: right;
}
/* line 3534, ../sass/template/_elements.scss */
.latest-posts-v3 .latest-posts-profile a {
  color: #fff;
}
/* line 3536, ../sass/template/_elements.scss */
.latest-posts-v3 .latest-posts-profile a:hover {
  color: red;
}

/* latest posts v4*/
/* line 3545, ../sass/template/_elements.scss */
.latest-posts-v4 .latest-posts-image {
  margin-right: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .latest-posts-v4 .latest-posts-image {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 3547, ../sass/template/_elements.scss */
.latest-posts-v4 .latest-posts-image img {
  width: 100px !important;
  height: auto !important;
}
/* line 3552, ../sass/template/_elements.scss */
.latest-posts-v4 .latest-posts-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 3555, ../sass/template/_elements.scss */
.latest-posts-v4 .latest-posts-item .latest-posts-title {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 3560, ../sass/template/_elements.scss */
.latest-posts-v4 .latest-posts-item .latest-posts-profile > span {
  margin-right: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .latest-posts-v4 .latest-posts-item .latest-posts-profile > span {
  margin-left: 10px;
  margin-right: inherit;
}

/* latest posts v5*/
/* line 3569, ../sass/template/_elements.scss */
.latest-posts-v5 .latest-posts-image {
  margin-left: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .latest-posts-v5 .latest-posts-image {
  margin-right: 10px;
  margin-left: inherit;
}
/* line 3571, ../sass/template/_elements.scss */
.latest-posts-v5 .latest-posts-image img {
  width: 100px !important;
  height: auto !important;
}
/* line 3576, ../sass/template/_elements.scss */
.latest-posts-v5 .latest-posts-item {
  padding: 20px;
}
/* line 3578, ../sass/template/_elements.scss */
.latest-posts-v5 .latest-posts-item:nth-child(even) {
  background-color: rgba(228, 228, 228, 0.3);
}
/* line 3581, ../sass/template/_elements.scss */
.latest-posts-v5 .latest-posts-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 3584, ../sass/template/_elements.scss */
.latest-posts-v5 .latest-posts-item .latest-posts-title {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 3589, ../sass/template/_elements.scss */
.latest-posts-v5 .latest-posts-item .latest-posts-profile > span {
  margin-right: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .latest-posts-v5 .latest-posts-item .latest-posts-profile > span {
  margin-left: 10px;
  margin-right: inherit;
}

/* --- SCSS For List --- */
/* class list */
/* line 3600, ../sass/template/_elements.scss */
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

/* line 3606, ../sass/template/_elements.scss */
.lists li {
  margin-bottom: 10px;
  list-style: none;
}
/* line 3609, ../sass/template/_elements.scss */
.lists li a {
  color: #666;
  font-size: 16px;
}
/* line 3612, ../sass/template/_elements.scss */
.lists li a:hover {
  color: #c09c7b;
  text-decoration: none;
}
/* line 3617, ../sass/template/_elements.scss */
.lists li i {
  color: #666;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/* line 3626, ../sass/template/_elements.scss */
.lists.lists-light li, .lists.lists-light li a, .lists.lists-light li i {
  color: #FFFFFF;
}
/* line 3630, ../sass/template/_elements.scss */
.lists.lists-light li a:hover {
  color: #fff;
}
/* line 3636, ../sass/template/_elements.scss */
.lists.list-style-circle, .lists.list-style-disc {
  list-style: none;
  padding-left: 20px;
}
/* line 3640, ../sass/template/_elements.scss */
.lists.list-style-circle li, .lists.list-style-disc li {
  position: relative;
}
/* line 3642, ../sass/template/_elements.scss */
.lists.list-style-circle li:before, .lists.list-style-disc li:before {
  color: #666;
  font-family: 'FontAwesome';
  font-size: 10px;
  left: -20px;
  position: absolute;
  top: 4px;
}
/* line 3653, ../sass/template/_elements.scss */
.lists.list-style-circle.lists-light li:before, .lists.list-style-disc.lists-light li:before {
  color: #FFFFFF;
}
/* line 3661, ../sass/template/_elements.scss */
.lists.list-style-circle li:before {
  content: "\f10c";
}
/* line 3668, ../sass/template/_elements.scss */
.lists.list-style-disc li:before {
  content: "\f111";
}
/* line 3673, ../sass/template/_elements.scss */
.lists.list-style-square {
  list-style: none;
  padding-left: 20px;
}
/* line 3676, ../sass/template/_elements.scss */
.lists.list-style-square li {
  position: relative;
}
/* line 3678, ../sass/template/_elements.scss */
.lists.list-style-square li:before {
  content: "";
  top: 10px;
  left: -15px;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #666;
}
/* line 3689, ../sass/template/_elements.scss */
.lists.list-style-square.lists-light li:before {
  background-color: #FFFFFF;
}
/* line 3696, ../sass/template/_elements.scss */
.lists.list-style-number {
  counter-reset: li;
  list-style: outside none decimal;
  padding-left: 20px;
}
/* line 3700, ../sass/template/_elements.scss */
.lists.list-style-number li {
  display: block;
  padding-left: 5px;
}
/* line 3703, ../sass/template/_elements.scss */
.lists.list-style-number li:before {
  color: #666;
  content: counter(li,decimal);
  counter-increment: li;
  left: 20px;
  position: absolute;
}
/* line 3714, ../sass/template/_elements.scss */
.lists.list-style-number.lists-light li:before {
  color: #FFFFFF;
}

/* --- SCSS For Media --- */
/* line 3724, ../sass/template/_elements.scss */
.media-image-v1 {
  border: 10px solid #f5f5f5;
  box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.1);
}

/* line 3729, ../sass/template/_elements.scss */
.media-image-v2 {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

/* line 3733, ../sass/template/_elements.scss */
.media-image-v3 {
  border: 10px solid #f5f5f5;
  position: relative;
}
/* line 3736, ../sass/template/_elements.scss */
.media-image-v3:before, .media-image-v3:after {
  width: 22%;
  height: 15px;
  bottom: 2px;
  box-shadow: 0 9px 20px 4px rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
}
/* line 3745, ../sass/template/_elements.scss */
.media-image-v3:before {
  left: 5px;
}
/* line 3748, ../sass/template/_elements.scss */
.media-image-v3:after {
  right: 5px;
}

/* --- SCSS For Message --- */
/* line 3756, ../sass/template/_elements.scss */
.alert-box-success {
  background-color: #f5fdf5;
  border-color: #d6e9c6;
  color: #000;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-box-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-box-success .alert-link {
  color: black;
}

/* line 3760, ../sass/template/_elements.scss */
.alert-box-info {
  background-color: #f5fbfd;
  border-color: #bce8f1;
  color: #000;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-box-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-box-info .alert-link {
  color: black;
}

/* line 3764, ../sass/template/_elements.scss */
.alert-box-warning {
  background-color: #fffdf6;
  border-color: #faebcc;
  color: #000;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-box-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-box-warning .alert-link {
  color: black;
}

/* line 3768, ../sass/template/_elements.scss */
.alert-box-error {
  background-color: #fdf7f5;
  border-color: #ebccd1;
  color: #000;
}
/* line 8, ../sass/bootstrap/mixins/_alerts.scss */
.alert-box-error hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../sass/bootstrap/mixins/_alerts.scss */
.alert-box-error .alert-link {
  color: black;
}

/* --- SCSS For Mockup-presentation --- */
/* line 3773, ../sass/template/_elements.scss */
.mockup {
  font-size: 16px;
  line-height: 32px;
}
/* line 3777, ../sass/template/_elements.scss */
.mockup .heading h1, .mockup .heading h2, .mockup .heading h3, .mockup .heading h4, .mockup .heading h5 {
  margin-top: 0;
}

/* --- SCSS For Newsletter --- */
/* line 3787, ../sass/template/_elements.scss */
[class*="newsletter-v"] {
  border-bottom: 1px solid #dde3e8;
  border-top: 1px solid #dde3e8;
  padding: 30px 0;
}
/* line 3791, ../sass/template/_elements.scss */
[class*="newsletter-v"].light-style {
  color: #fff;
}
/* line 3793, ../sass/template/_elements.scss */
[class*="newsletter-v"].light-style .form-control {
  color: #fff;
  background: transparent;
}
/* line 3797, ../sass/template/_elements.scss */
[class*="newsletter-v"].light-style .newsletter-label {
  color: #FFF;
}
/* line 3801, ../sass/template/_elements.scss */
[class*="newsletter-v"].newsletter-border {
  border: 1px solid #dde3e8;
}
/* line 3804, ../sass/template/_elements.scss */
[class*="newsletter-v"].newsletter-center {
  text-align: center;
}
/* line 3806, ../sass/template/_elements.scss */
[class*="newsletter-v"].newsletter-center .newsletter-heading {
  margin-bottom: 20px;
}
/* line 3809, ../sass/template/_elements.scss */
[class*="newsletter-v"].newsletter-center h2 {
  margin-top: 0;
}

/* line 3816, ../sass/template/_elements.scss */
.newsletter-label {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}

/* line 3825, ../sass/template/_elements.scss */
.newsletter-v3 .newsletter-label {
  color: #FFF;
}

/* line 3833, ../sass/template/_elements.scss */
.newsletter-v8 .heading span {
  display: block;
  margin-bottom: 30px;
}
/* line 3839, ../sass/template/_elements.scss */
.newsletter-v8 .newsletter-group {
  margin: 0 auto;
  width: 60%;
  background: #FFF;
  border: 0;
  padding: 0 2px 0 0px;
  border-radius: 3px;
}
/* line 3847, ../sass/template/_elements.scss */
.newsletter-v8 .newsletter-input {
  background: transparent none;
  border: 0;
}

/* --- SCSS For Parallax --- */
/* line 3857, ../sass/template/_elements.scss */
.parallax {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
/* line 3862, ../sass/template/_elements.scss */
.parallax .parallax-heading h2 {
  font-size: 36px;
  text-transform: uppercase;
}
/* line 3865, ../sass/template/_elements.scss */
.parallax .parallax-heading h2:before, .parallax .parallax-heading h2:after {
  display: none;
}
/* line 3873, ../sass/template/_elements.scss */
.parallax-v1 .parallax-heading h2 {
  margin: 0;
}
/* line 3879, ../sass/template/_elements.scss */
.parallax-light h2, .parallax-light p {
  color: #FFF;
}

/* --- SCSS For Piechart --- */
/* line 3889, ../sass/template/_elements.scss */
[class*="piechart-v"] .piechart-body {
  position: relative;
  display: inline-block;
}
/* line 3892, ../sass/template/_elements.scss */
[class*="piechart-v"] .piechart-body .piechart-body-inner {
  top: 0;
  font-size: 35px;
  line-height: 140px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 140px;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl [class*="piechart-v"] .piechart-body .piechart-body-inner {
  right: 0;
  left: auto;
}
/* line 3901, ../sass/template/_elements.scss */
[class*="piechart-v"].piechart-center {
  text-align: center;
}
/* line 3904, ../sass/template/_elements.scss */
[class*="piechart-v"].light-style {
  color: #fff;
}

/* line 3909, ../sass/template/_elements.scss */
.progress-title {
  font-size: 24px;
  color: #000;
  font-weight: 800;
  line-height: 100%;
}
/* line 3914, ../sass/template/_elements.scss */
.progress-title span {
  margin-right: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .progress-title span {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 3917, ../sass/template/_elements.scss */
.progress-title small {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 3924, ../sass/template/_elements.scss */
.progress-bar {
  box-shadow: none;
}

/* line 3929, ../sass/template/_elements.scss */
.progress-icon .progress-title {
  padding-left: 10px;
}
/* line 3932, ../sass/template/_elements.scss */
.progress-icon .bar-chart {
  padding-left: 50px;
  position: relative;
}
/* line 3936, ../sass/template/_elements.scss */
.progress-icon .bar-icon {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
}

/* line 3944, ../sass/template/_elements.scss */
.progress-box .progress-bar {
  transition: all 3s ease-in 0s;
}

/* line 3948, ../sass/template/_elements.scss */
.process > li:hover i, .process > li:hover i:after {
  transition: all 0.3s ease-in-out 0s;
}

/* line 3952, ../sass/template/_elements.scss */
.chart {
  display: inline-block;
  width: 110px;
  margin: 40px auto 20px;
  padding: 0 10px;
}

/* line 3959, ../sass/template/_elements.scss */
.easyPieChart {
  position: relative;
  text-align: center;
}
/* line 3962, ../sass/template/_elements.scss */
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 3971, ../sass/template/_elements.scss */
.percentage {
  font-size: 24px;
  color: #c09c7b;
  font-weight: 800;
  margin: 0 auto 0.5em;
}

/* line 3978, ../sass/template/_elements.scss */
.piechart-title {
  text-transform: uppercase;
  font-weight: 700;
}

/* line 3983, ../sass/template/_elements.scss */
sup {
  top: -0.2em;
  margin-left: 1px;
}

/* line 3988, ../sass/template/_elements.scss */
.ctrl {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #c4cdcc;
  word-spacing: 5px;
}
/* line 3994, ../sass/template/_elements.scss */
.ctrl span {
  cursor: pointer;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
/* line 3997, ../sass/template/_elements.scss */
.ctrl span:hover {
  color: #000;
}

/* --- SCSS For Pricing --- */
/* line 4006, ../sass/template/_elements.scss */
.pricing {
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 4009, ../sass/template/_elements.scss */
.pricing ul {
  padding-left: 0;
  padding-right: 0;
}
/* line 4012, ../sass/template/_elements.scss */
.pricing ul li {
  list-style: none;
}
/* line 4016, ../sass/template/_elements.scss */
.pricing .btn-pricing {
  background-color: #dadada;
  color: #fff;
  padding: 13px 50px;
}
/* line 4020, ../sass/template/_elements.scss */
.pricing .btn-pricing:hover {
  background-color: #c09c7b;
}
/* line 4025, ../sass/template/_elements.scss */
.pricing-v1 {
  background: #F7F7F7;
  border: 1px solid #dde3e8;
}
/* line 4028, ../sass/template/_elements.scss */
.pricing-v1 .plan-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  padding: 30px 0;
}
/* line 4036, ../sass/template/_elements.scss */
.pricing-v1 .plan-figure {
  font-size: 48px;
  font-weight: 900;
  color: #000;
}
/* line 4041, ../sass/template/_elements.scss */
.pricing-v1 .plan-price {
  font-size: 16px;
  border-bottom: 1px solid #dde3e8;
}
/* line 4045, ../sass/template/_elements.scss */
.pricing-v1 .plan-currency {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
/* line 4050, ../sass/template/_elements.scss */
.pricing-v1 .plain-info {
  padding: 20px;
}
/* line 4053, ../sass/template/_elements.scss */
.pricing-v1 .plain-info li {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 14px 0;
}
/* line 4062, ../sass/template/_elements.scss */
.pricing-v1 .pricing-footer {
  padding: 0px 20px 40px 20px;
}
/* line 4066, ../sass/template/_elements.scss */
.pricing-v2 {
  background: #FFFFFF;
}
/* line 4068, ../sass/template/_elements.scss */
.pricing-v2 .plan-title {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 30px 0;
}
/* line 4076, ../sass/template/_elements.scss */
.pricing-v2 .plan-price {
  background: #333333;
  margin: 0 -10px;
  position: relative;
  height: 100px;
}
/* line 4081, ../sass/template/_elements.scss */
.pricing-v2 .plan-price .plan-price-body {
  background: #333333;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  color: #FFF;
  width: 130px;
  height: 130px;
}
/* line 4092, ../sass/template/_elements.scss */
.pricing-v2 .plan-price .plan-figure {
  font-size: 48px;
  font-weight: 300;
}
/* line 4096, ../sass/template/_elements.scss */
.pricing-v2 .plan-price .plan-currency {
  font-size: 30px;
  font-weight: 300;
}
/* line 4101, ../sass/template/_elements.scss */
.pricing-v2 .plain-info {
  padding: 20px;
}
/* line 4103, ../sass/template/_elements.scss */
.pricing-v2 .plain-info li {
  color: #000;
  line-height: 62px;
  border-bottom: 1px dashed #C8C8C8;
}
/* line 4109, ../sass/template/_elements.scss */
.pricing-v2 .pricing-footer {
  padding: 0 20px 40px 20px;
}
/* line 4113, ../sass/template/_elements.scss */
.pricing-v2.pricing-highlight .plan-title {
  background: #fff;
  color: #000;
}
/* line 4117, ../sass/template/_elements.scss */
.pricing-v2.pricing-highlight .plan-price-body {
  background: #c09c7b;
  color: #fff;
}
/* line 4121, ../sass/template/_elements.scss */
.pricing-v2.pricing-highlight .btn-block {
  background: #c09c7b;
  border-color: #c09c7b;
}
/* line 4124, ../sass/template/_elements.scss */
.pricing-v2.pricing-highlight .btn-block:hover, .pricing-v2.pricing-highlight .btn-block:focus, .pricing-v2.pricing-highlight .btn-block:active {
  background: none;
  color: #c09c7b;
}
/* line 4131, ../sass/template/_elements.scss */
.pricing.pricing-v3 {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
}
/* line 4134, ../sass/template/_elements.scss */
.pricing.pricing-v3 .plan-title {
  background: #261F2F;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 30px 0;
  border: none;
}
/* line 4142, ../sass/template/_elements.scss */
.pricing.pricing-v3 .plan-title span {
  color: #fff;
}
/* line 4146, ../sass/template/_elements.scss */
.pricing.pricing-v3 .plan-figure {
  font-size: 48px;
  font-weight: 300;
  color: #000;
}
/* line 4151, ../sass/template/_elements.scss */
.pricing.pricing-v3 .plan-price {
  font-size: 16px;
  background: #332C3E;
  padding: 15px 0;
}
/* line 4155, ../sass/template/_elements.scss */
.pricing.pricing-v3 .plan-price > * {
  color: #fff;
  line-height: 1;
}
/* line 4160, ../sass/template/_elements.scss */
.pricing.pricing-v3 .plan-currency {
  font-size: 30px;
  font-weight: 300;
}
/* line 4165, ../sass/template/_elements.scss */
.pricing.pricing-v3 .plain-info li {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  background: #F8F8F8;
  padding: 14px 0;
}
/* line 4171, ../sass/template/_elements.scss */
.pricing.pricing-v3 .plain-info li:nth-child(2n+1) {
  background: #fff;
}
/* line 4176, ../sass/template/_elements.scss */
.pricing.pricing-v3 .pricing-footer {
  padding: 0px 20px 40px 20px;
}
/* line 4180, ../sass/template/_elements.scss */
.pricing.pricing-v3.pricing-highlight .plan-title {
  background: #b08258;
  color: #fff;
}
/* line 4184, ../sass/template/_elements.scss */
.pricing.pricing-v3.pricing-highlight .plan-price {
  background: #c09c7b;
  color: #fff;
}
/* line 4188, ../sass/template/_elements.scss */
.pricing.pricing-v3.pricing-highlight .btn-block {
  background: #c09c7b;
  border-color: #c09c7b;
}
/* line 4191, ../sass/template/_elements.scss */
.pricing.pricing-v3.pricing-highlight .btn-block:hover, .pricing.pricing-v3.pricing-highlight .btn-block:focus, .pricing.pricing-v3.pricing-highlight .btn-block:active {
  background: none;
  color: #c09c7b;
}
/* line 4198, ../sass/template/_elements.scss */
.pricing-highlight, .pricing:hover {
  cursor: pointer;
  border: 2px solid #c09c7b;
  background-color: #fff;
  margin-top: -30px;
}
/* line 4204, ../sass/template/_elements.scss */
.pricing-highlight .pricing-header, .pricing:hover .pricing-header {
  padding-top: 50px;
}
/* line 4207, ../sass/template/_elements.scss */
.pricing-highlight .pricing-footer, .pricing:hover .pricing-footer {
  padding-bottom: 50px;
}
/* line 4210, ../sass/template/_elements.scss */
.pricing-highlight .btn-pricing, .pricing:hover .btn-pricing {
  background-color: #c09c7b;
}

/* --- SCSS For Process-steps --- */
/* line 4217, ../sass/template/_elements.scss */
.process-steps {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
/* line 4221, ../sass/template/_elements.scss */
.process-steps li {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 4226, ../sass/template/_elements.scss */
.process-steps li a,
.process-steps li span {
  color: #000;
}
/* line 4229, ../sass/template/_elements.scss */
.process-steps li a .icons,
.process-steps li span .icons {
  background-color: #000;
  color: #fff;
  font-style: normal;
}
/* line 4233, ../sass/template/_elements.scss */
.process-steps li a .icons.icons-bodered,
.process-steps li span .icons.icons-bodered {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
/* line 4242, ../sass/template/_elements.scss */
.process-steps li.step_current a,
.process-steps li.step_current span, .process-steps li.step_done a,
.process-steps li.step_done span {
  color: #c09c7b !important;
}
/* line 4245, ../sass/template/_elements.scss */
.process-steps li.step_current a .icons,
.process-steps li.step_current span .icons, .process-steps li.step_done a .icons,
.process-steps li.step_done span .icons {
  background-color: #c09c7b !important;
  color: #fff !important;
}
/* line 4248, ../sass/template/_elements.scss */
.process-steps li.step_current a .icons.icons-bodered,
.process-steps li.step_current span .icons.icons-bodered, .process-steps li.step_done a .icons.icons-bodered,
.process-steps li.step_done span .icons.icons-bodered {
  background-color: transparent !important;
  border: 1px solid #c09c7b !important;
  color: #c09c7b !important;
}
/* line 4257, ../sass/template/_elements.scss */
.process-steps.process-2 li {
  width: 50%;
}
/* line 4260, ../sass/template/_elements.scss */
.process-steps.process-3 li {
  width: 33.33%;
}
/* line 4263, ../sass/template/_elements.scss */
.process-steps.process-4 li {
  width: 25%;
}
/* line 4266, ../sass/template/_elements.scss */
.process-steps.process-5 li {
  width: 20%;
}

/* line 4273, ../sass/template/_elements.scss */
.process-steps-v1 li:after, .process-steps-v1 li:before {
  border-top: 1px dashed #bbb;
  content: "";
  left: 0;
  margin-left: -26px;
  position: absolute;
  top: 30px;
  width: 50%;
}
/* line 4282, ../sass/template/_elements.scss */
.process-steps-v1 li:after {
  left: auto;
  margin: 0 -26px 0 0;
  right: 0;
}
/* line 4287, ../sass/template/_elements.scss */
.process-steps-v1 li:first-child:before, .process-steps-v1 li:last-child:after {
  display: none;
}
/* line 4291, ../sass/template/_elements.scss */
.process-steps-v1 li span {
  margin: 5px 0;
  overflow: hidden;
  display: inline-block;
}

/* line 4300, ../sass/template/_elements.scss */
.process-steps-v2 {
  border-bottom: 1px solid #bbb;
}
/* line 4303, ../sass/template/_elements.scss */
.process-steps-v2 li a,
.process-steps-v2 li span {
  display: inline-block;
  padding: 10px 0;
}
/* line 4310, ../sass/template/_elements.scss */
.process-steps-v2 li.step_current a,
.process-steps-v2 li.step_current span, .process-steps-v2 li.step_done a,
.process-steps-v2 li.step_done span {
  border-bottom: 3px solid #c09c7b;
}

/* --- SCSS For Service --- */
/* line 4321, ../sass/template/_elements.scss */
.icon-combs {
  position: relative;
}
/* line 4324, ../sass/template/_elements.scss */
.icon-combs .icon-combs-panel i {
  float: left;
  margin: 10px 15px 0 0;
}
/* line 4329, ../sass/template/_elements.scss */
.icon-combs .icon-combs-panel.icon-combs-right i {
  float: right;
  margin: 10px 0 0 15px;
}
/* line 4335, ../sass/template/_elements.scss */
.icon-combs .icon-combs-desc {
  overflow: hidden;
}
/* line 4338, ../sass/template/_elements.scss */
.icon-combs > li {
  float: left;
  padding-right: 20px;
  position: relative;
  text-align: right;
  width: 50%;
}
/* line 4344, ../sass/template/_elements.scss */
.icon-combs > li.icon-combs-inverted {
  clear: right;
  float: right;
  padding: 0 0 0 20px;
}
/* line 4351, ../sass/template/_elements.scss */
.icon-combs.icon-combs-light:before {
  background: #fff;
}
/* line 4355, ../sass/template/_elements.scss */
.icon-combs.icon-combs-light .icon-combs-desc h3, .icon-combs.icon-combs-light .icon-combs-desc p {
  color: #fff;
}
/* line 4360, ../sass/template/_elements.scss */
.icon-combs:before {
  background: #777;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 2px;
}

/* line 4372, ../sass/template/_elements.scss */
.icon-wrap-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #333333;
}
/* line 4376, ../sass/template/_elements.scss */
.icon-wrap-icon .fa {
  font-size: 25px;
  margin: 18px 15px;
  color: #fff;
}

/* line 4383, ../sass/template/_elements.scss */
.social-icons {
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 25px;
  padding: 17px;
  border: 1px solid transparent;
}
/* line 4389, ../sass/template/_elements.scss */
.social-icons.icons-light-brd {
  color: #fff;
  border-color: #fff;
}
/* line 4393, ../sass/template/_elements.scss */
.social-icons.icons-brd {
  color: #444;
  border-color: #444;
}

/* line 4401, ../sass/template/_elements.scss */
.services-v1 .services-icon {
  float: left;
  font-size: 25px;
  color: #c09c7b;
  margin: 0 15px 15px 0px;
}
/* line 4407, ../sass/template/_elements.scss */
.services-v1 .services-title {
  float: left;
  text-transform: uppercase;
}
/* line 4411, ../sass/template/_elements.scss */
.services-v1 .services-description {
  clear: both;
}
/* line 4416, ../sass/template/_elements.scss */
.services-v2 .services-icon {
  float: left;
  font-size: 20px;
  color: #c09c7b;
  margin: 0 15px 15px 0px;
  width: 60px;
  height: 60px;
  background: #e6ebee;
  padding: 15px 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 4427, ../sass/template/_elements.scss */
.services-v2 .services-title {
  font-size: 18px;
}
/* line 4430, ../sass/template/_elements.scss */
.services-v2 .services-description {
  overflow: hidden;
}

/* Service Timeline */
/* line 4438, ../sass/template/_elements.scss */
.timeline-service {
  position: relative;
}
/* line 4440, ../sass/template/_elements.scss */
.timeline-service:before {
  bottom: 0;
  content: " ";
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 2px;
  background: #d5d5d5;
}
/* line 4450, ../sass/template/_elements.scss */
.timeline-service > li {
  float: left;
  position: relative;
  text-align: right;
  width: 50%;
}
/* line 4455, ../sass/template/_elements.scss */
.timeline-service > li > .timeline-panel {
  border: 1px solid #d5d5d5;
  float: left;
  margin: 0 19px;
  padding: 20px 20px 20px 50px;
  position: relative;
  width: 93%;
}
/* line 4462, ../sass/template/_elements.scss */
.timeline-service > li > .timeline-panel i {
  background: #c09c7b;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  margin-top: -20px;
  padding: 7px;
  position: absolute;
  right: -20px;
  text-align: center;
  top: 50%;
}
/* line 4475, ../sass/template/_elements.scss */
.timeline-service > li > .timeline-panel i.left-wing {
  left: -20px;
}
/* line 4480, ../sass/template/_elements.scss */
.timeline-service > li > .timeline-badge {
  background: #c09c7b;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -9px;
  top: 15%;
}
/* line 4488, ../sass/template/_elements.scss */
.timeline-service > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 20px 50px 20px 20px;
  text-align: left;
}
/* line 4493, ../sass/template/_elements.scss */
.timeline-service > li.timeline-inverted > .timeline-badge {
  display: none;
}
/* line 4500, ../sass/template/_elements.scss */
.timeline-service.timeline-service-light .timeline-panel * {
  color: #fff;
}

/* --- SCSS For Style-icon --- */
/* Icon */
/* line 4514, ../sass/template/_elements.scss */
.icons {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  background-color: #c09c7b;
  color: #fff;
  border: 1px solid transparent;
}
/* line 4523, ../sass/template/_elements.scss */
.icons.icons-lg {
  height: 60px !important;
  width: 60px !important;
  line-height: 60px !important;
  font-size: 24px !important;
}
/* line 4529, ../sass/template/_elements.scss */
.icons.icons-big {
  width: 70px !important;
  height: 70px !important;
  line-height: 70px !important;
  font-size: 30px !important;
}
/* line 4535, ../sass/template/_elements.scss */
.icons.icons-big-1 {
  width: 65px !important;
  height: 65px !important;
  line-height: 65px !important;
  font-size: 24px !important;
}
/* line 4541, ../sass/template/_elements.scss */
.icons.icons-sm {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
/* line 4546, ../sass/template/_elements.scss */
.icons.icons-xs {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
/* line 4551, ../sass/template/_elements.scss */
.icons:hover {
  color: #fff;
  background-color: #b88f6a;
}
/* line 4556, ../sass/template/_elements.scss */
.icons.icons-bodered {
  border: 1px solid #c09c7b;
  background-color: transparent;
  color: #c09c7b;
}
/* line 4560, ../sass/template/_elements.scss */
.icons.icons-bodered:hover {
  border: 1px solid #b08258;
  background-color: transparent;
  color: #b08258;
}
/* line 4566, ../sass/template/_elements.scss */
.icons.icons-darker {
  background-color: #000 !important;
  color: #fff !important;
}
/* line 4569, ../sass/template/_elements.scss */
.icons.icons-darker:hover {
  background-color: #595959 !important;
  color: #fff !important;
}
/* line 4574, ../sass/template/_elements.scss */
.icons.icons-light {
  background-color: #f0f0f0 !important;
  color: #000 !important;
}
/* line 4578, ../sass/template/_elements.scss */
.icons.icons-light:hover {
  background-color: #d6d6d6 !important;
  color: #fff !important;
}
/* line 4583, ../sass/template/_elements.scss */
.icons.icons-plain {
  background-color: transparent;
  color: #c09c7b;
  font-size: 28px !important;
  width: auto;
  height: auto;
}
/* line 4589, ../sass/template/_elements.scss */
.icons.icons-plain.icons-lg {
  font-size: 36px !important;
  width: auto;
  height: auto;
}
/* line 4593, ../sass/template/_elements.scss */
.icons.icons-plain.icons-sm {
  font-size: 20px !important;
  width: auto;
  height: auto;
}
/* line 4597, ../sass/template/_elements.scss */
.icons.icons-plain.icons-xs {
  font-size: 14px !important;
  width: auto;
  height: auto;
}
/* line 4602, ../sass/template/_elements.scss */
.icons.icons-plain:hover {
  background-color: transparent;
  color: #000;
}

/* line 4609, ../sass/template/_elements.scss */
.icons-outline {
  color: #d1d646;
  background-color: transparent;
  border-color: #d1d646;
}
/* line 464, ../sass/mixins/_functions.scss */
.icons-outline:hover, .icons-outline:focus, .icons-outline:active, .icons-outline.active {
  color: #fff;
  background-color: #d1d646;
  border-color: #ccd131;
}
/* line 472, ../sass/mixins/_functions.scss */
.open .icons-outline.dropdown-toggle {
  color: #fff;
  background-color: #d1d646;
  border-color: #ccd131;
}
/* line 477, ../sass/mixins/_functions.scss */
.icons-outline:active, .icons-outline.active {
  background-image: none;
}
/* line 481, ../sass/mixins/_functions.scss */
.open .icons-outline.dropdown-toggle {
  background-image: none;
}
/* line 487, ../sass/mixins/_functions.scss */
.icons-outline.disabled, .icons-outline.disabled:hover, .icons-outline.disabled:focus, .icons-outline.disabled:active, .icons-outline.disabled.active, .icons-outline[disabled], .icons-outline[disabled]:hover, .icons-outline[disabled]:focus, .icons-outline[disabled]:active, .icons-outline[disabled].active, fieldset[disabled] .icons-outline, fieldset[disabled] .icons-outline:hover, fieldset[disabled] .icons-outline:focus, fieldset[disabled] .icons-outline:active, fieldset[disabled] .icons-outline.active {
  background-color: transparent;
  border-color: #d1d646;
}
/* line 497, ../sass/mixins/_functions.scss */
.icons-outline .badge {
  color: transparent;
  background-color: #d1d646;
}
/* line 516, ../sass/mixins/_functions.scss */
.icons-outline.icons-primary {
  background: transparent;
  color: #333333;
}
/* line 519, ../sass/mixins/_functions.scss */
.icons-outline.icons-primary:hover {
  color: #FFFFFF;
}
/* line 516, ../sass/mixins/_functions.scss */
.icons-outline.icons-success {
  background: transparent;
  color: #c09c7b;
}
/* line 519, ../sass/mixins/_functions.scss */
.icons-outline.icons-success:hover {
  color: #FFFFFF;
}
/* line 516, ../sass/mixins/_functions.scss */
.icons-outline.icons-info {
  background: transparent;
  color: #3fa7e8;
}
/* line 519, ../sass/mixins/_functions.scss */
.icons-outline.icons-info:hover {
  color: #FFFFFF;
}
/* line 516, ../sass/mixins/_functions.scss */
.icons-outline.icons-danger {
  background: transparent;
  color: #e87169;
}
/* line 519, ../sass/mixins/_functions.scss */
.icons-outline.icons-danger:hover {
  color: #FFFFFF;
}
/* line 516, ../sass/mixins/_functions.scss */
.icons-outline.icons-warning {
  background: transparent;
  color: #fcd002;
}
/* line 519, ../sass/mixins/_functions.scss */
.icons-outline.icons-warning:hover {
  color: #FFFFFF;
}

/* line 4618, ../sass/template/_elements.scss */
.icons-inverse {
  color: #fff;
  background-color: #d1d646;
  border-color: #ccd131;
}
/* line 464, ../sass/mixins/_functions.scss */
.icons-inverse:hover, .icons-inverse:focus, .icons-inverse:active, .icons-inverse.active {
  color: #d1d646;
  background-color: transparent;
  border-color: #d1d646;
}
/* line 472, ../sass/mixins/_functions.scss */
.open .icons-inverse.dropdown-toggle {
  color: #d1d646;
  background-color: transparent;
  border-color: #d1d646;
}
/* line 477, ../sass/mixins/_functions.scss */
.icons-inverse:active, .icons-inverse.active {
  background-image: none;
}
/* line 481, ../sass/mixins/_functions.scss */
.open .icons-inverse.dropdown-toggle {
  background-image: none;
}
/* line 487, ../sass/mixins/_functions.scss */
.icons-inverse.disabled, .icons-inverse.disabled:hover, .icons-inverse.disabled:focus, .icons-inverse.disabled:active, .icons-inverse.disabled.active, .icons-inverse[disabled], .icons-inverse[disabled]:hover, .icons-inverse[disabled]:focus, .icons-inverse[disabled]:active, .icons-inverse[disabled].active, fieldset[disabled] .icons-inverse, fieldset[disabled] .icons-inverse:hover, fieldset[disabled] .icons-inverse:focus, fieldset[disabled] .icons-inverse:active, fieldset[disabled] .icons-inverse.active {
  background-color: #d1d646;
  border-color: #ccd131;
}
/* line 497, ../sass/mixins/_functions.scss */
.icons-inverse .badge {
  color: #d1d646;
  background-color: #fff;
}
/* line 507, ../sass/mixins/_functions.scss */
.icons-inverse.icons-primary:hover {
  color: #333333;
  background: transparent;
}
/* line 507, ../sass/mixins/_functions.scss */
.icons-inverse.icons-success:hover {
  color: #c09c7b;
  background: transparent;
}
/* line 507, ../sass/mixins/_functions.scss */
.icons-inverse.icons-info:hover {
  color: #3fa7e8;
  background: transparent;
}
/* line 507, ../sass/mixins/_functions.scss */
.icons-inverse.icons-danger:hover {
  color: #e87169;
  background: transparent;
}
/* line 507, ../sass/mixins/_functions.scss */
.icons-inverse.icons-warning:hover {
  color: #fcd002;
  background: transparent;
}

/* line 4628, ../sass/template/_elements.scss */
.light-style .icons {
  background-color: transparent;
  color: #c09c7b;
}
/* line 4631, ../sass/template/_elements.scss */
.light-style .icons:hover {
  color: #c09c7b;
  background-color: none;
}
/* line 4637, ../sass/template/_elements.scss */
.light-style .icons-bodered {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
/* line 4641, ../sass/template/_elements.scss */
.light-style .icons-bodered:hover {
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
  background-color: transparent;
}
/* line 4647, ../sass/template/_elements.scss */
.light-style .icons-plain {
  background-color: transparent;
  color: #fff;
}
/* line 4650, ../sass/template/_elements.scss */
.light-style .icons-plain:hover {
  background-color: transparent;
  color: #c09c7b;
}

/* line 4657, ../sass/template/_elements.scss */
.icons-default {
  color: #fff;
  background-color: #C09C7B;
  border-color: #c09c7b;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.icons-default:hover, .icons-default:focus, .icons-default.focus, .icons-default:active, .icons-default.active, .open > .icons-default.dropdown-toggle {
  color: #fff;
  background-color: #b08258;
  border-color: #ac7d52;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.icons-default:active, .icons-default.active, .open > .icons-default.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.icons-default.disabled, .icons-default.disabled:hover, .icons-default.disabled:focus, .icons-default.disabled.focus, .icons-default.disabled:active, .icons-default.disabled.active, .icons-default[disabled], .icons-default[disabled]:hover, .icons-default[disabled]:focus, .icons-default[disabled].focus, .icons-default[disabled]:active, .icons-default[disabled].active, fieldset[disabled] .icons-default, fieldset[disabled] .icons-default:hover, fieldset[disabled] .icons-default:focus, fieldset[disabled] .icons-default.focus, fieldset[disabled] .icons-default:active, fieldset[disabled] .icons-default.active {
  background-color: #C09C7B;
  border-color: #c09c7b;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.icons-default .badge {
  color: #C09C7B;
  background-color: #fff;
}

/* line 4661, ../sass/template/_elements.scss */
.icons-primary {
  color: #fff;
  background-color: #333333;
  border-color: #262626;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.icons-primary:hover, .icons-primary:focus, .icons-primary.focus, .icons-primary:active, .icons-primary.active, .open > .icons-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #080808;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.icons-primary:active, .icons-primary.active, .open > .icons-primary.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.icons-primary.disabled, .icons-primary.disabled:hover, .icons-primary.disabled:focus, .icons-primary.disabled.focus, .icons-primary.disabled:active, .icons-primary.disabled.active, .icons-primary[disabled], .icons-primary[disabled]:hover, .icons-primary[disabled]:focus, .icons-primary[disabled].focus, .icons-primary[disabled]:active, .icons-primary[disabled].active, fieldset[disabled] .icons-primary, fieldset[disabled] .icons-primary:hover, fieldset[disabled] .icons-primary:focus, fieldset[disabled] .icons-primary.focus, fieldset[disabled] .icons-primary:active, fieldset[disabled] .icons-primary.active {
  background-color: #333333;
  border-color: #262626;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.icons-primary .badge {
  color: #333333;
  background-color: #fff;
}

/* line 4666, ../sass/template/_elements.scss */
.icons-success {
  color: #fff;
  background-color: #8bc34a;
  border-color: #8bc34a;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.icons-success:hover, .icons-success:focus, .icons-success.focus, .icons-success:active, .icons-success.active, .open > .icons-success.dropdown-toggle {
  color: #fff;
  background-color: #71a436;
  border-color: #6c9c34;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.icons-success:active, .icons-success.active, .open > .icons-success.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.icons-success.disabled, .icons-success.disabled:hover, .icons-success.disabled:focus, .icons-success.disabled.focus, .icons-success.disabled:active, .icons-success.disabled.active, .icons-success[disabled], .icons-success[disabled]:hover, .icons-success[disabled]:focus, .icons-success[disabled].focus, .icons-success[disabled]:active, .icons-success[disabled].active, fieldset[disabled] .icons-success, fieldset[disabled] .icons-success:hover, fieldset[disabled] .icons-success:focus, fieldset[disabled] .icons-success.focus, fieldset[disabled] .icons-success:active, fieldset[disabled] .icons-success.active {
  background-color: #8bc34a;
  border-color: #8bc34a;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.icons-success .badge {
  color: #8bc34a;
  background-color: #fff;
}

/* line 4671, ../sass/template/_elements.scss */
.icons-info {
  color: #fff;
  background-color: #3fa7e8;
  border-color: #289de5;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.icons-info:hover, .icons-info:focus, .icons-info.focus, .icons-info:active, .icons-info.active, .open > .icons-info.dropdown-toggle {
  color: #fff;
  background-color: #1a90da;
  border-color: #167bba;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.icons-info:active, .icons-info.active, .open > .icons-info.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.icons-info.disabled, .icons-info.disabled:hover, .icons-info.disabled:focus, .icons-info.disabled.focus, .icons-info.disabled:active, .icons-info.disabled.active, .icons-info[disabled], .icons-info[disabled]:hover, .icons-info[disabled]:focus, .icons-info[disabled].focus, .icons-info[disabled]:active, .icons-info[disabled].active, fieldset[disabled] .icons-info, fieldset[disabled] .icons-info:hover, fieldset[disabled] .icons-info:focus, fieldset[disabled] .icons-info.focus, fieldset[disabled] .icons-info:active, fieldset[disabled] .icons-info.active {
  background-color: #3fa7e8;
  border-color: #289de5;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.icons-info .badge {
  color: #3fa7e8;
  background-color: #fff;
}

/* line 4676, ../sass/template/_elements.scss */
.icons-warning {
  color: #fff;
  background-color: #fcd002;
  border-color: #e3bb02;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.icons-warning:hover, .icons-warning:focus, .icons-warning.focus, .icons-warning:active, .icons-warning.active, .open > .icons-warning.dropdown-toggle {
  color: #fff;
  background-color: #c9a602;
  border-color: #a68901;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.icons-warning:active, .icons-warning.active, .open > .icons-warning.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.icons-warning.disabled, .icons-warning.disabled:hover, .icons-warning.disabled:focus, .icons-warning.disabled.focus, .icons-warning.disabled:active, .icons-warning.disabled.active, .icons-warning[disabled], .icons-warning[disabled]:hover, .icons-warning[disabled]:focus, .icons-warning[disabled].focus, .icons-warning[disabled]:active, .icons-warning[disabled].active, fieldset[disabled] .icons-warning, fieldset[disabled] .icons-warning:hover, fieldset[disabled] .icons-warning:focus, fieldset[disabled] .icons-warning.focus, fieldset[disabled] .icons-warning:active, fieldset[disabled] .icons-warning.active {
  background-color: #fcd002;
  border-color: #e3bb02;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.icons-warning .badge {
  color: #fcd002;
  background-color: #fff;
}

/* line 4681, ../sass/template/_elements.scss */
.icons-danger {
  color: #fff;
  background-color: #e87169;
  border-color: #e55c53;
}
/* line 11, ../sass/bootstrap/mixins/_buttons.scss */
.icons-danger:hover, .icons-danger:focus, .icons-danger.focus, .icons-danger:active, .icons-danger.active, .open > .icons-danger.dropdown-toggle {
  color: #fff;
  background-color: #e1473d;
  border-color: #d92d21;
}
/* line 21, ../sass/bootstrap/mixins/_buttons.scss */
.icons-danger:active, .icons-danger.active, .open > .icons-danger.dropdown-toggle {
  background-image: none;
}
/* line 29, ../sass/bootstrap/mixins/_buttons.scss */
.icons-danger.disabled, .icons-danger.disabled:hover, .icons-danger.disabled:focus, .icons-danger.disabled.focus, .icons-danger.disabled:active, .icons-danger.disabled.active, .icons-danger[disabled], .icons-danger[disabled]:hover, .icons-danger[disabled]:focus, .icons-danger[disabled].focus, .icons-danger[disabled]:active, .icons-danger[disabled].active, fieldset[disabled] .icons-danger, fieldset[disabled] .icons-danger:hover, fieldset[disabled] .icons-danger:focus, fieldset[disabled] .icons-danger.focus, fieldset[disabled] .icons-danger:active, fieldset[disabled] .icons-danger.active {
  background-color: #e87169;
  border-color: #e55c53;
}
/* line 40, ../sass/bootstrap/mixins/_buttons.scss */
.icons-danger .badge {
  color: #e87169;
  background-color: #fff;
}

/* line 4685, ../sass/template/_elements.scss */
.icons-color {
  background-color: #3fa7e8;
  color: #fff;
}
/* line 4688, ../sass/template/_elements.scss */
.icons-color:hover {
  background-color: #2199e4;
  color: #fff;
}
/* line 4692, ../sass/template/_elements.scss */
.icons-color.icon-twitter {
  background-color: #00bdec;
}
/* line 4694, ../sass/template/_elements.scss */
.icons-color.icon-twitter:hover {
  background-color: #00a2cb;
}
/* line 4698, ../sass/template/_elements.scss */
.icons-color.icon-facebook {
  background-color: #3b5998;
}
/* line 4700, ../sass/template/_elements.scss */
.icons-color.icon-facebook:hover {
  background-color: #324b80;
}
/* line 4704, ../sass/template/_elements.scss */
.icons-color.icon-linkedin {
  background-color: #ce3d99;
}
/* line 4706, ../sass/template/_elements.scss */
.icons-color.icon-linkedin:hover {
  background-color: #bb2f88;
}
/* line 4710, ../sass/template/_elements.scss */
.icons-color.icon-files-o {
  background-color: #ccca3e;
}
/* line 4712, ../sass/template/_elements.scss */
.icons-color.icon-files-o:hover {
  background-color: #b8b631;
}
/* line 4716, ../sass/template/_elements.scss */
.icons-color.icon-google-plus {
  background-color: #ce3d3d;
}
/* line 4718, ../sass/template/_elements.scss */
.icons-color.icon-google-plus:hover {
  background-color: #bb2f2f;
}
/* line 4722, ../sass/template/_elements.scss */
.icons-color.icon-dribbble {
  background-color: #3ebacc;
}
/* line 4724, ../sass/template/_elements.scss */
.icons-color.icon-dribbble:hover {
  background-color: #31a7b8;
}
/* line 4728, ../sass/template/_elements.scss */
.icons-color.icon-behance {
  background-color: #d2230c;
}
/* line 4730, ../sass/template/_elements.scss */
.icons-color.icon-behance:hover {
  background-color: #b31e0a;
}
/* line 4734, ../sass/template/_elements.scss */
.icons-color.icon-deviantart {
  background-color: #cc3eb3;
}
/* line 4736, ../sass/template/_elements.scss */
.icons-color.icon-deviantart:hover {
  background-color: #b831a0;
}
/* line 4740, ../sass/template/_elements.scss */
.icons-color.icon-tumblr {
  background-color: #c5fb45;
}
/* line 4742, ../sass/template/_elements.scss */
.icons-color.icon-tumblr:hover {
  background-color: #bbfa25;
}
/* line 4746, ../sass/template/_elements.scss */
.icons-color.icon-rss {
  background-color: #cc873e;
}
/* line 4748, ../sass/template/_elements.scss */
.icons-color.icon-rss:hover {
  background-color: #b87631;
}
/* line 4752, ../sass/template/_elements.scss */
.icons-color.icon-apple {
  background-color: #3ecc6d;
}
/* line 4754, ../sass/template/_elements.scss */
.icons-color.icon-apple:hover {
  background-color: #31b85e;
}
/* line 4758, ../sass/template/_elements.scss */
.icons-color.icon-linux {
  background-color: #5c3ecc;
}
/* line 4760, ../sass/template/_elements.scss */
.icons-color.icon-linux:hover {
  background-color: #4d31b8;
}
/* line 4764, ../sass/template/_elements.scss */
.icons-color.icon-vk {
  background-color: #f7cc06;
}
/* line 4766, ../sass/template/_elements.scss */
.icons-color.icon-vk:hover {
  background-color: #d7b105;
}
/* line 4770, ../sass/template/_elements.scss */
.icons-color.icon-github {
  background-color: #f9af50;
}
/* line 4772, ../sass/template/_elements.scss */
.icons-color.icon-github:hover {
  background-color: #f8a030;
}
/* line 4776, ../sass/template/_elements.scss */
.icons-color.icon-html5 {
  background-color: #f95060;
}
/* line 4778, ../sass/template/_elements.scss */
.icons-color.icon-html5:hover {
  background-color: #f83043;
}
/* line 4782, ../sass/template/_elements.scss */
.icons-color.icon-yahoo {
  background-color: #f950b7;
}
/* line 4784, ../sass/template/_elements.scss */
.icons-color.icon-yahoo:hover {
  background-color: #f830aa;
}
/* line 4788, ../sass/template/_elements.scss */
.icons-color.icon-youtube {
  background-color: #fc2736;
}
/* line 4790, ../sass/template/_elements.scss */
.icons-color.icon-youtube:hover {
  background-color: #fc0618;
}
/* line 4794, ../sass/template/_elements.scss */
.icons-color.icon-flickr {
  background-color: #276dfc;
}
/* line 4796, ../sass/template/_elements.scss */
.icons-color.icon-flickr:hover {
  background-color: #0657fc;
}

/* --- SCSS For Table --- */
/* line 4805, ../sass/template/_elements.scss */
.table {
  margin-bottom: 0;
  font-size: 16px;
}

/* line 4810, ../sass/template/_elements.scss */
.table > thead > tr > th {
  border-width: 1px;
  color: #444444;
  font-weight: 600;
}

/* line 4816, ../sass/template/_elements.scss */
.table > tbody > tr > td {
  color: #666666;
  vertical-align: middle;
}

/* line 4826, ../sass/template/_elements.scss */
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: medium none;
}
/* line 4831, ../sass/template/_elements.scss */
.table-v1 {
  border: 1px solid #dde3e8;
}
/* line 4837, ../sass/template/_elements.scss */
.table-v1 > thead > tr > th, .table-v1 > thead > tr td,
.table-v1 > tbody > tr > th,
.table-v1 > tbody > tr td,
.table-v1 > tfoot > tr > th,
.table-v1 > tfoot > tr td {
  text-align: center;
}
/* line 4843, ../sass/template/_elements.scss */
.table-v2 {
  border: 1px solid #dde3e8;
}
/* line 4845, ../sass/template/_elements.scss */
.table-v2 > thead,
.table-v2 > th {
  border-bottom: 2px solid #dde3e8;
  background: #f2f5f6;
}
/* line 4853, ../sass/template/_elements.scss */
.table-v2 > tbody > tr > th, .table-v2 > tbody > tr td,
.table-v2 > tfoot > tr > th,
.table-v2 > tfoot > tr td {
  border: 1px solid #dde3e8;
}
/* line 4859, ../sass/template/_elements.scss */
.table-v3 {
  border: 0;
}
/* line 4861, ../sass/template/_elements.scss */
.table-v3 > thead,
.table-v3 > th {
  border: 0;
  background: #f2f5f6;
}
/* line 4869, ../sass/template/_elements.scss */
.table-v3 > tbody > tr > th, .table-v3 > tbody > tr td,
.table-v3 > tfoot > tr > th,
.table-v3 > tfoot > tr td {
  border: 0;
}
/* line 4873, ../sass/template/_elements.scss */
.table-v3 > tbody tr:nth-child(even),
.table-v3 > tfoot tr:nth-child(even) {
  background: #f9f9f9;
}
/* line 4876, ../sass/template/_elements.scss */
.table-v3 > tbody tr:nth-child(odd),
.table-v3 > tfoot tr:nth-child(odd) {
  background: #FFF;
}
/* line 4882, ../sass/template/_elements.scss */
.table-v4 > thead,
.table-v4 > th {
  border-bottom: 2px solid #dde3e8;
}
/* line 4889, ../sass/template/_elements.scss */
.table-v4 > tbody > tr > th, .table-v4 > tbody > tr td,
.table-v4 > tfoot > tr > th,
.table-v4 > tfoot > tr td {
  border-top: 1px solid #dde3e8;
}

/* line 4897, ../sass/template/_elements.scss */
.table-striped.table-striped-v1 thead {
  background: none repeat scroll 0 0 #dddddd;
}

/* line 4901, ../sass/template/_elements.scss */
.table-striped.table-striped-v1 > thead > tr > th {
  border-bottom: medium none;
}

/* line 4906, ../sass/template/_elements.scss */
.table-striped.table-striped-v1 > tbody > tr:nth-child(2n+1) > td, .table-striped.table-striped-v1 > tbody > tr:nth-child(2n+1) > th {
  background: inherit;
}

/* line 4912, ../sass/template/_elements.scss */
.table-striped.table-striped-v1 > tbody > tr:nth-child(2n+2) > td, .table-striped.table-striped-v1 > tbody > tr:nth-child(2n+2) > th {
  background: none repeat scroll 0 0 #f6f6f6;
}

/* line 4917, ../sass/template/_elements.scss */
.table-striped.table-striped-v2 {
  border: 1px solid #dddddd;
}

/* line 4926, ../sass/template/_elements.scss */
.table-striped.table-striped-v2 > thead > tr > th, .table-striped.table-striped-v2 > thead > tr td,
.table-striped.table-striped-v2 > tbody > tr > th,
.table-striped.table-striped-v2 > tbody > tr td,
.table-striped.table-striped-v2 > tfoot > tr > th,
.table-striped.table-striped-v2 > tfoot > tr td {
  border-top: 1px solid #dddddd;
}

/* line 4934, ../sass/template/_elements.scss */
.table-striped.table-striped-v2 > tbody > tr:nth-child(2n+1) > td, .table-striped.table-striped-v2 > tbody > tr:nth-child(2n+1) > th {
  background: inherit;
}

/* --- SCSS For Tabs --- */
/* tabs style 1 */
/* line 4944, ../sass/template/_elements.scss */
.tab-v1 .nav-tabs {
  border-bottom: none;
}
/* line 4947, ../sass/template/_elements.scss */
.tab-v1 .nav-tabs > li > a {
  color: #bbbbbb;
  border: none;
  border-radius: 0;
  padding: 10px 12px;
  background: transparent;
}
/* line 4954, ../sass/template/_elements.scss */
.tab-v1 .nav-tabs > li.active > a {
  color: #000;
  border: none;
  background: transparent;
}
/* line 4962, ../sass/template/_elements.scss */
.tab-v1 .tab-content {
  padding: 15px 20px;
  background: transparent;
}

/* tabs style 2 */
/* line 4972, ../sass/template/_elements.scss */
.tab-v2 .nav-inner {
  text-align: center;
}
/* line 4975, ../sass/template/_elements.scss */
.tab-v2 .tab-content {
  overflow: hidden;
  padding: 15px 20px;
  background: transparent;
}
/* line 4980, ../sass/template/_elements.scss */
.tab-v2 .nav-tabs {
  border-bottom: none;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 4984, ../sass/template/_elements.scss */
.tab-v2 .nav-tabs > li {
  float: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .tab-v2 .nav-tabs > li {
  float: right;
}
/* line 4986, ../sass/template/_elements.scss */
.tab-v2 .nav-tabs > li > a {
  color: #bbbbbb;
  min-width: 75px;
  border-radius: 0;
  margin: 0 0 2px 0;
  padding: 10px 12px;
  background: transparent;
  border-right: none;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .tab-v2 .nav-tabs > li > a {
  border-left: none;
  border-right: inherit;
}
/* line 4994, ../sass/template/_elements.scss */
.tab-v2 .nav-tabs > li > a:hover {
  color: #000;
}
/* line 4999, ../sass/template/_elements.scss */
.tab-v2 .nav-tabs > li:last-child a {
  border-right: 1px solid #dde3e8;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .tab-v2 .nav-tabs > li:last-child a {
  border-left: 1px solid #dde3e8;
  border-right: inherit;
}
/* line 5003, ../sass/template/_elements.scss */
.tab-v2 .nav-tabs > li.active > a {
  color: #000;
  border: 1px solid #dde3e8;
  background: transparent;
  border-right: none;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .tab-v2 .nav-tabs > li.active > a {
  border-left: none;
  border-right: inherit;
}
/* line 5011, ../sass/template/_elements.scss */
.tab-v2.tabs-left .nav-tabs {
  float: left;
}
/* line 5014, ../sass/template/_elements.scss */
.tab-v2.tabs-right .nav-tabs {
  float: right;
}

/*Tab v3
------------------------------------*/
/*Tab v4
------------------------------------*/
/* line 5034, ../sass/template/_elements.scss */
.tab-v4 .nav-tabs {
  border-bottom: none;
}
/* line 5037, ../sass/template/_elements.scss */
.tab-v4 .nav-tabs > li > a {
  color: #bbbbbb;
  border: none;
  border-radius: 0;
  padding: 10px 12px;
  background: transparent;
}
/* line 5044, ../sass/template/_elements.scss */
.tab-v4 .nav-tabs > li.active > a {
  color: #000;
  border: none;
  background: transparent;
}
/* line 5051, ../sass/template/_elements.scss */
.tab-v4 .tab-content {
  padding: 15px 20px;
}

/*Tab v5
------------------------------------*/
/* line 5059, ../sass/template/_elements.scss */
.tab-v5 .nav-tabs {
  border-bottom: none;
}
/* line 5062, ../sass/template/_elements.scss */
.tab-v5 .nav-tabs > li > a {
  color: #000;
  border: none;
  border-radius: 0;
  background: none;
  margin-right: 2px;
  padding: 10px 12px;
  border-top: 1px solid #dde3e8;
  border-left: 1px solid #dde3e8;
  border-right: 1px solid #dde3e8;
}
/* line 5073, ../sass/template/_elements.scss */
.tab-v5 .nav-tabs > li.active > a {
  color: #222;
  border: none;
  background: #FFFFFF;
  border-top: 2px solid #c09c7b;
  border-left: 1px solid #dde3e8;
  border-right: 1px solid #dde3e8;
}
/* line 5083, ../sass/template/_elements.scss */
.tab-v5 > .tab-content {
  padding: 15px 20px;
  border: 1px solid #dde3e8;
}

/*Tab v6
------------------------------------*/
/* line 5092, ../sass/template/_elements.scss */
.tab-v6 .tab-heading {
  overflow: hidden;
  background: #FFFFFF;
  padding: 10px 20px;
  border-top: 2px solid #000000;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
/* line 5100, ../sass/template/_elements.scss */
.tab-v6 h2.category {
  margin: 0;
  float: left;
  text-transform: uppercase;
}
/* line 5105, ../sass/template/_elements.scss */
.tab-v6 .nav-tabs {
  float: right;
  border-bottom: none;
}
/* line 5109, ../sass/template/_elements.scss */
.tab-v6 .nav-tabs > li > a {
  color: #000000;
  border: none;
  border-radius: 0;
  padding: 10px 12px;
}
/* line 5115, ../sass/template/_elements.scss */
.tab-v6 .nav-tabs > li.active > a {
  color: red;
  color: #222;
}
/* line 5118, ../sass/template/_elements.scss */
.tab-v6 .nav-tabs > li.active > a:hover, .tab-v6 .nav-tabs > li.active > a:focus {
  color: red;
}
/* line 5122, ../sass/template/_elements.scss */
.tab-v6 .nav-tabs > li.active > a:hover, .tab-v6 .nav-tabs > li.active > a:focus {
  border: none;
  color: red;
}
/* line 5127, ../sass/template/_elements.scss */
.tab-v6 .nav-tabs > li > a:hover {
  background: inherit;
}
/* line 5132, ../sass/template/_elements.scss */
.tab-v6 .tab-content {
  padding: 15px 20px;
  border: 1px solid #dde3e8;
}

/* line 5139, ../sass/template/_elements.scss */
.tab-v8 .nav-inner {
  text-align: center;
}
/* line 5142, ../sass/template/_elements.scss */
.tab-v8 .nav-tabs {
  display: inline-block;
  border-bottom: solid 1px #CCC;
}
/* line 5146, ../sass/template/_elements.scss */
.tab-v8 .nav-tabs li a {
  border: none;
  background: transparent;
}
/* line 5149, ../sass/template/_elements.scss */
.tab-v8 .nav-tabs li a.active, .tab-v8 .nav-tabs li a:focus, .tab-v8 .nav-tabs li a:hover {
  background: transparent;
  border-top: none;
}
/* line 5154, ../sass/template/_elements.scss */
.tab-v8 .nav-tabs li.active, .tab-v8 .nav-tabs li:focus, .tab-v8 .nav-tabs li:hover, .tab-v8 .nav-tabs li.ui-state-active {
  background: transparent;
  border-top: none;
  border-bottom: solid 2px transparent;
}

/* --- SCSS For Team --- */
/* our team */
/* line 5175, ../sass/template/_elements.scss */
[class*="team-v"] {
  text-align: center;
}
/* line 5177, ../sass/template/_elements.scss */
[class*="team-v"] [class^="bo-social-"] {
  margin: 0;
}
/* line 5180, ../sass/template/_elements.scss */
[class*="team-v"] .team-name {
  font-size: 14px;
  margin: 0 0 10px 0;
}
/* line 5186, ../sass/template/_elements.scss */
[class*="team-v"].team-v1 {
  position: relative;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}
/* line 5190, ../sass/template/_elements.scss */
[class*="team-v"].team-v1 .team-body {
  padding: 20px 0;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 5197, ../sass/template/_elements.scss */
[class*="team-v"].team-v1 .team-header img {
  display: inline-block;
}
/* line 5201, ../sass/template/_elements.scss */
[class*="team-v"].team-v1 .team-info {
  background: #FFF;
  margin: 0;
  padding: 20px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 5210, ../sass/template/_elements.scss */
[class*="team-v"].team-v1:hover {
  border-bottom: 2px solid #c09c7b;
}
/* line 5213, ../sass/template/_elements.scss */
[class*="team-v"].team-v1:hover .team-info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
/* line 5221, ../sass/template/_elements.scss */
[class*="team-v"].team-light {
  background: black;
  border: 3px solid black;
}
/* line 5224, ../sass/template/_elements.scss */
[class*="team-v"].team-light .team-header {
  padding: 50px;
}
/* line 5227, ../sass/template/_elements.scss */
[class*="team-v"].team-light .team-body {
  color: #fff;
  padding: 0;
}
/* line 5231, ../sass/template/_elements.scss */
[class*="team-v"].team-light .team-name {
  margin-top: 0;
}
/* line 5234, ../sass/template/_elements.scss */
[class*="team-v"].team-light .team-body-content {
  padding-bottom: 20px;
}
/* line 5237, ../sass/template/_elements.scss */
[class*="team-v"].team-light .team-social-icons {
  padding: 20px 0;
  border-top: 1px solid black;
}

/* line 5245, ../sass/template/_elements.scss */
.team-list {
  margin-bottom: 50px;
}
/* line 5247, ../sass/template/_elements.scss */
.team-list .team-name {
  font-size: 18px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  position: relative;
}
/* line 5253, ../sass/template/_elements.scss */
.team-list .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: #c09c7b;
  width: 30px;
  height: 2px;
  position: absolute;
}
/* line 5262, ../sass/template/_elements.scss */
.team-list .team-position {
  text-transform: uppercase;
  color: #c09c7b;
  font-weight: 800;
  margin-bottom: 25px;
}
/* line 5268, ../sass/template/_elements.scss */
.team-list .team-info {
  margin-bottom: 15px;
}
/* line 5271, ../sass/template/_elements.scss */
.team-list .bo-social-icons {
  text-align: left;
}
/* line 5273, ../sass/template/_elements.scss */
.team-list .bo-social-icons [class*="bo-social-"] {
  margin: 0;
}

/* line 5280, ../sass/template/_elements.scss */
.team-gallery {
  background: #FFF;
}
/* line 5282, ../sass/template/_elements.scss */
.team-gallery .team-header {
  position: relative;
  text-align: center;
}
/* line 5285, ../sass/template/_elements.scss */
.team-gallery .team-header:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(192, 156, 123, 0.5);
}
/* line 5297, ../sass/template/_elements.scss */
.team-gallery .team-name {
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
}
/* line 5302, ../sass/template/_elements.scss */
.team-gallery .team-gallery-box {
  top: 0;
  left: 0;
  width: 80%;
  right: 0;
  height: 50%;
  bottom: 0;
  margin: auto;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 5315, ../sass/template/_elements.scss */
.team-gallery .team-info {
  color: #FFFFFF;
}
/* line 5318, ../sass/template/_elements.scss */
.team-gallery .team-position {
  color: #999999;
  margin-bottom: 0;
}
/* line 5322, ../sass/template/_elements.scss */
.team-gallery .team-body-content {
  padding: 30px;
  position: relative;
}
/* line 5325, ../sass/template/_elements.scss */
.team-gallery .team-body-content:before {
  content: "";
  right: 0;
  width: 1px;
  height: 50px;
  position: absolute;
  background: #c09c7b;
}
/* line 5333, ../sass/template/_elements.scss */
.team-gallery .bo-social-white {
  border-color: #fff;
  color: #fff;
  background: none;
}
/* line 5340, ../sass/template/_elements.scss */
.team-gallery:hover .team-header:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 5345, ../sass/template/_elements.scss */
.team-gallery:hover .team-gallery-box {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 5354, ../sass/template/_elements.scss */
.team-hover {
  background: #FFF;
  border: none;
}
/* line 5357, ../sass/template/_elements.scss */
.team-hover .team-header {
  position: relative;
  text-align: center;
}
/* line 5360, ../sass/template/_elements.scss */
.team-hover .team-header:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(192, 156, 123, 0.5);
}
/* line 5372, ../sass/template/_elements.scss */
.team-hover .team-name {
  font-size: 18px;
  margin-top: 10px;
  text-transform: none;
}
/* line 5377, ../sass/template/_elements.scss */
.team-hover .team-gallery-box {
  width: 100%;
  height: 45px;
  top: 30%;
  margin-top: -22.5px;
  color: #FFFFFF;
  padding: 30px;
}
/* line 5385, ../sass/template/_elements.scss */
.team-hover .team-info {
  color: #FFFFFF;
}
/* line 5388, ../sass/template/_elements.scss */
.team-hover .team-position {
  color: #999999;
  margin-bottom: 0;
}
/* line 5392, ../sass/template/_elements.scss */
.team-hover .team-body-content {
  padding: 20px;
  position: relative;
  text-align: center;
}
/* line 5396, ../sass/template/_elements.scss */
.team-hover .team-body-content:before {
  content: none;
}
/* line 5399, ../sass/template/_elements.scss */
.team-hover .team-body-content > * {
  text-align: center;
}
/* line 5402, ../sass/template/_elements.scss */
.team-hover .team-body-content .team-name {
  margin-bottom: 5px;
}
/* line 5405, ../sass/template/_elements.scss */
.team-hover .team-body-content p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
/* line 5412, ../sass/template/_elements.scss */
.team-hover .bo-social-white {
  border-color: #fff;
  color: #fff;
  background: none;
}
/* line 5419, ../sass/template/_elements.scss */
.team-hover:hover .team-header:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 5424, ../sass/template/_elements.scss */
.team-hover:hover .team-gallery-box {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* --- SCSS For Testimonials --- */
/* line 5435, ../sass/template/_elements.scss */
[class*="testimonials-v"] h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
/* line 5441, ../sass/template/_elements.scss */
[class*="testimonials-v"] .testimonials-profile {
  margin: 10px 0;
}
/* line 5443, ../sass/template/_elements.scss */
[class*="testimonials-v"] .testimonials-profile .name {
  margin: 5px 0;
}
/* line 5446, ../sass/template/_elements.scss */
[class*="testimonials-v"] .testimonials-profile .job {
  font-size: 13px;
  font-style: italic;
}
/* line 5451, ../sass/template/_elements.scss */
[class*="testimonials-v"] .testimonials-quote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
/* line 5456, ../sass/template/_elements.scss */
[class*="testimonials-v"].light-style {
  color: #fff;
}
/* line 5458, ../sass/template/_elements.scss */
[class*="testimonials-v"].light-style h2 {
  color: #fff;
}
/* line 5462, ../sass/template/_elements.scss */
[class*="testimonials-v"].light-style .name, [class*="testimonials-v"].light-style .job, [class*="testimonials-v"].light-style .testimonials-quote {
  color: #fff;
}

/* line 5470, ../sass/template/_elements.scss */
.wpo-testimonial.icon-testimonial .testimonials-description {
  position: relative;
  color: #000;
}
/* line 5475, ../sass/template/_elements.scss */
.wpo-testimonial.icon-testimonial .testimonials-avatar .radius-x {
  border: none !important;
}

/* line 5482, ../sass/template/_elements.scss */
.testimonials-avatar .radius-x {
  overflow: hidden;
  display: inline-block;
}

/* line 5489, ../sass/template/_elements.scss */
.testimonials-left .testimonials-profile {
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .testimonials-left .testimonials-profile {
  text-align: right;
}
/* line 5492, ../sass/template/_elements.scss */
.testimonials-left .testimonials-avatar {
  float: left;
  width: 60px;
  height: auto;
  margin-right: 15px;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .testimonials-left .testimonials-avatar {
  float: right;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .testimonials-left .testimonials-avatar {
  margin-left: 15px;
  margin-right: inherit;
}

/* line 5500, ../sass/template/_elements.scss */
.testimonials-center .testimonials-profile {
  text-align: center;
}
/* line 5503, ../sass/template/_elements.scss */
.testimonials-center .testimonials-avatar {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
  height: auto;
}

/* line 5511, ../sass/template/_elements.scss */
.testimonials-right .testimonials-profile {
  text-align: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .testimonials-right .testimonials-profile {
  text-align: left;
}
/* line 5514, ../sass/template/_elements.scss */
.testimonials-right .testimonials-avatar {
  float: right;
  margin-left: 15px;
  width: 60px;
  height: auto;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .testimonials-right .testimonials-avatar {
  float: left;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .testimonials-right .testimonials-avatar {
  margin-right: 15px;
  margin-left: inherit;
}

/* testimonials-style */
/* line 5523, ../sass/template/_elements.scss */
.testimonials-v1 .testimonials-quote {
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
/* line 5528, ../sass/template/_elements.scss */
.testimonials-v1 .testimonials-quote:after {
  bottom: -28px;
  color: #f3f3f3;
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 30px;
  margin-left: -15px;
  position: absolute;
  text-align: center;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .testimonials-v1 .testimonials-quote:after {
  margin-right: -15px;
  margin-left: inherit;
}
/* line 5540, ../sass/template/_elements.scss */
.testimonials-v1 .testimonials-left .testimonials-quote:after {
  left: 30px;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .testimonials-v1 .testimonials-left .testimonials-quote:after {
  right: 30px;
  left: auto;
}
/* line 5545, ../sass/template/_elements.scss */
.testimonials-v1 .testimonials-center .testimonials-quote:after {
  left: 50%;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .testimonials-v1 .testimonials-center .testimonials-quote:after {
  right: 50%;
  left: auto;
}
/* line 5550, ../sass/template/_elements.scss */
.testimonials-v1 .testimonials-right .testimonials-quote:after {
  right: 20px;
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl .testimonials-v1 .testimonials-right .testimonials-quote:after {
  left: 20px;
  right: auto;
}
/* line 5555, ../sass/template/_elements.scss */
.testimonials-v1.light-style .testimonials-quote {
  color: #555;
}

/* testimonials-v2 */
/* line 5564, ../sass/template/_elements.scss */
.testimonials-v2 .testimonials h2 {
  text-align: center;
  text-transform: uppercase;
}
/* line 5568, ../sass/template/_elements.scss */
.testimonials-v2 .testimonials-profile {
  width: 300px;
  margin: 20px auto;
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .testimonials-v2 .testimonials-profile {
  text-align: right;
}
/* line 5572, ../sass/template/_elements.scss */
.testimonials-v2 .testimonials-profile .name {
  padding-top: 15px;
}
/* line 5576, ../sass/template/_elements.scss */
.testimonials-v2 .testimonials-quote {
  font-style: normal;
  background-color: #fff;
  padding: 45px;
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .testimonials-v2 .testimonials-quote {
  text-align: right;
}
/* line 5582, ../sass/template/_elements.scss */
.testimonials-v2 .testimonials-avatar {
  float: left;
  margin-right: 15px;
  width: auto;
  height: auto;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .testimonials-v2 .testimonials-avatar {
  float: right;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .testimonials-v2 .testimonials-avatar {
  margin-left: 15px;
  margin-right: inherit;
}

/* testimonials slide */
/* line 5593, ../sass/template/_elements.scss */
.testimonials-slide .testimonials-quote {
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
/* line 5598, ../sass/template/_elements.scss */
.testimonials-slide .name {
  text-transform: uppercase;
  font-weight: 700;
  color: #c09c7b;
}
/* line 5603, ../sass/template/_elements.scss */
.testimonials-slide.light-style {
  color: #fff;
}
/* line 5605, ../sass/template/_elements.scss */
.testimonials-slide.light-style h2 {
  color: #fff;
}
/* line 5608, ../sass/template/_elements.scss */
.testimonials-slide.light-style .name, .testimonials-slide.light-style .job, .testimonials-slide.light-style .testimonials-quote {
  color: #fff;
}

/* line 5615, ../sass/template/_elements.scss */
.testimonials-carousel .carousel-indicators {
  bottom: -50px;
}

/* line 5620, ../sass/template/_elements.scss */
.testimonials-v4 {
  position: relative;
  padding: 30px 30px 30px 60px;
  border: 1px solid #dde3e8;
  text-align: left;
}
/* line 5625, ../sass/template/_elements.scss */
.testimonials-v4 .testimonials-description {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
/* line 5630, ../sass/template/_elements.scss */
.testimonials-v4 .testimonials-avatar {
  top: 30px;
  left: -39px;
  background: #FFF;
  position: absolute;
  width: 78px;
  height: 78px;
  border: 1px solid #c09c7b;
}
/* line 5637, ../sass/template/_elements.scss */
.testimonials-v4 .testimonials-avatar img {
  padding: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 5642, ../sass/template/_elements.scss */
.testimonials-v4 .testimonials-name {
  text-transform: uppercase;
  padding: 0 0 0 30px;
  position: relative;
}
/* line 5646, ../sass/template/_elements.scss */
.testimonials-v4 .testimonials-name:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: #c09c7b;
  width: 23px;
  height: 1px;
}
/* line 5655, ../sass/template/_elements.scss */
.testimonials-v4 .testimonials-position,
.testimonials-v4 .testimonials-name {
  padding: 0 0 0 30px;
}
/* line 5659, ../sass/template/_elements.scss */
.testimonials-v4:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #c09c7b;
  position: absolute;
  top: -1px;
  left: -1px;
}

/* line 5669, ../sass/template/_elements.scss */
.testimonials-v5 {
  display: table;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
/* line 5674, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-body {
  display: table-cell;
  background: #FFF;
  padding: 30px 60px;
  text-align: left;
  position: relative;
  width: 93%;
  vertical-align: middle;
}
/* line 5682, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-body:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: #c09c7b;
  width: 3px;
  height: 100%;
}
/* line 5691, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-avatar {
  display: table-cell;
  vertical-align: top;
  width: 7%;
}
/* line 5697, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-avatar li:last-child img {
  margin-bottom: 0;
}
/* line 5703, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-avatar li.active a:before {
  display: none;
}
/* line 5709, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-avatar a {
  display: block;
  position: relative;
}
/* line 5712, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-avatar a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/* line 5721, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-avatar img {
  margin: 0 0px 4px 4px;
}
/* line 5725, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-position {
  padding: 0 0 0 30px;
}
/* line 5728, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-name {
  text-transform: uppercase;
  padding: 0 0 0 30px;
  position: relative;
}
/* line 5732, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-name:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: #c09c7b;
  width: 23px;
  height: 1px;
}
/* line 5741, ../sass/template/_elements.scss */
.testimonials-v5 .testimonials-description {
  color: #999999;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
}

/* line 5749, ../sass/template/_elements.scss */
.testimonials-v6 {
  text-align: center;
}
/* line 5751, ../sass/template/_elements.scss */
.testimonials-v6 .testimonials-description {
  font-size: 28px;
  font-weight: 300;
  padding: 0 10%;
  line-height: 40px;
}
@media (max-width: 991px) {
  /* line 5751, ../sass/template/_elements.scss */
  .testimonials-v6 .testimonials-description {
    padding: 0;
  }
}
/* line 5760, ../sass/template/_elements.scss */
.testimonials-v6 .testimonials-avatar {
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 5763, ../sass/template/_elements.scss */
.testimonials-v6 .testimonials-avatar .radius-x {
  border: 2px solid #c09c7b;
}
/* line 5767, ../sass/template/_elements.scss */
.testimonials-v6 .testimonials-avatar li a {
  display: inline-block;
  border: 1px solid #c09c7b;
  padding: 3px;
}
/* line 5774, ../sass/template/_elements.scss */
.testimonials-v6 .testimonials-name {
  font-size: 16px;
}
/* line 5778, ../sass/template/_elements.scss */
.testimonials-v6 .testimonials-position p {
  text-transform: uppercase;
  font-size: 11px;
}

/* --- SCSS For Timeline --- */
/* line 5787, ../sass/template/_elements.scss */
.timeline {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}
/* line 5791, ../sass/template/_elements.scss */
.timeline-right {
  margin-left: 42%;
}
/* line 5794, ../sass/template/_elements.scss */
.timeline-left {
  margin-right: 40%;
}
/* line 5797, ../sass/template/_elements.scss */
.timeline-icon-box {
  width: 30%;
  float: left;
  padding: 30px 26px;
}
/* line 5802, ../sass/template/_elements.scss */
.timeline:before {
  position: absolute;
  background: #dde3e8;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  content: "";
  width: 2px;
  height: 100%;
}
/* line 5816, ../sass/template/_elements.scss */
.timeline [class*="timeline-"]:hover .timeline-icon-inner {
  background: #000;
}
/* line 5821, ../sass/template/_elements.scss */
.timeline-icon {
  padding: 8px;
  z-index: 1;
  position: relative;
  background: #FFF;
  color: #FFF;
  width: 140px;
  height: 140px;
  border: 2px solid #dde3e8;
}
/* line 5829, ../sass/template/_elements.scss */
.timeline-icon-inner {
  margin: auto;
  display: table;
  text-align: center;
  background: #c09c7b;
  width: 120px;
  height: 120px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 5837, ../sass/template/_elements.scss */
.timeline-icon i {
  display: table-cell;
  vertical-align: middle;
}
/* line 5842, ../sass/template/_elements.scss */
.timeline-box {
  float: left;
  width: 70%;
  padding: 30px;
  background: transparent;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/* line 5848, ../sass/template/_elements.scss */
.timeline-box:hover {
  background: #F7F7F7;
}
/* line 5852, ../sass/template/_elements.scss */
.timeline-name {
  text-transform: uppercase;
}

/* --- SCSS For Typography --- */
/* line 5860, ../sass/template/_elements.scss */
.dropcap {
  color: #000;
  float: left;
  font-weight: 800;
  line-height: 48px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 48px;
}
/* line 5871, ../sass/template/_elements.scss */
.dropcap.dropcap-v2 {
  color: #fff;
  background: #333333;
}
/* line 5875, ../sass/template/_elements.scss */
.dropcap.dropcap-info {
  background: #3fa7e8;
}
/* line 5878, ../sass/template/_elements.scss */
.dropcap.dropcap-danger {
  background: #e87169;
}
/* line 5881, ../sass/template/_elements.scss */
.dropcap.dropcap-success {
  background: #c09c7b;
}
/* line 5884, ../sass/template/_elements.scss */
.dropcap.dropcap-warning {
  background: #fcd002;
}

/*Dropcap v2*/
/* line 5891, ../sass/template/_elements.scss */
.blockquote {
  position: relative;
  font-weight: 300;
  font-style: italic;
}
/* line 5895, ../sass/template/_elements.scss */
.blockquote i.blockquote-icon {
  top: 50%;
  color: #FFFFFF;
  width: 34px;
  height: 34px;
  padding: 7px;
  font-size: 14px;
  line-height: 22px;
  margin-top: -15px;
  text-align: center;
  position: absolute;
  background: #333333;
  display: inline-block;
}
/* line 5909, ../sass/template/_elements.scss */
.blockquote.blockquote-left i {
  left: 17px;
  margin-right: 10px;
}
/* line 5914, ../sass/template/_elements.scss */
.blockquote.blockquote-right {
  border-left: none;
  padding-left: 30px;
  padding-right: 20px;
}
/* line 5918, ../sass/template/_elements.scss */
.blockquote.blockquote-right i {
  right: 17px;
  margin-left: 10px;
}
/* line 5922, ../sass/template/_elements.scss */
.blockquote.blockquote-right .blockquote-in {
  margin-right: 45px;
}
/* line 5926, ../sass/template/_elements.scss */
.blockquote.blockquote-brd {
  padding: 15px;
  border: 1px solid #ddd;
}
/* line 5929, ../sass/template/_elements.scss */
.blockquote.blockquote-brd i {
  color: #000000;
  top: 30px;
  left: 25px;
  position: absolute;
}
/* line 5935, ../sass/template/_elements.scss */
.blockquote.blockquote-brd .blockquote-in {
  margin-left: 45px;
}
/* line 5939, ../sass/template/_elements.scss */
.blockquote.blockquote-info {
  border-left-color: #3fa7e8;
}
/* line 5942, ../sass/template/_elements.scss */
.blockquote.blockquote-danger {
  border-left-color: #e87169;
}
/* line 5945, ../sass/template/_elements.scss */
.blockquote.blockquote-success {
  border-left-color: #c09c7b;
}
/* line 5948, ../sass/template/_elements.scss */
.blockquote.blockquote-warning {
  border-left-color: #fcd002;
}
/* line 5951, ../sass/template/_elements.scss */
.blockquote.border {
  border: 1px solid #ddd;
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* line 5961, ../sass/template/_elements.scss */
.owl-carousel-play {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
/* line 5964, ../sass/template/_elements.scss */
.owl-carousel-play .owl-carousel {
  background: transparent;
}
/* line 5971, ../sass/template/_elements.scss */
.owl-carousel-play .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 5976, ../sass/template/_elements.scss */
.owl-carousel-play .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
/* line 5981, ../sass/template/_elements.scss */
.owl-carousel-play .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 1px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
/* line 5993, ../sass/template/_elements.scss */
.owl-carousel-play .owl-theme .owl-controls .owl-page.active span,
.owl-carousel-play .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #c09c7b;
}

/* clearfix */
/* line 6002, ../sass/template/_elements.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 6012, ../sass/template/_elements.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 6019, ../sass/template/_elements.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 6025, ../sass/template/_elements.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 6031, ../sass/template/_elements.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 6039, ../sass/template/_elements.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 6043, ../sass/template/_elements.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 6048, ../sass/template/_elements.scss */
.owl-controls .owl-buttons div {
  position: absolute;
}

/* line 6052, ../sass/template/_elements.scss */
.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 50%;
}

/* line 6057, ../sass/template/_elements.scss */
.owl-carousel-play .carousel-control {
  display: none;
}

/* line 6061, ../sass/template/_elements.scss */
.owl-carousel-play:hover .carousel-control {
  display: block;
}

/* line 6065, ../sass/template/_elements.scss */
.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 50%;
}

/* line 6070, ../sass/template/_elements.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 6080, ../sass/template/_elements.scss */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
/* line 6085, ../sass/template/_elements.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* OpenCart Code */
/* line 6096, ../sass/template/_elements.scss */
.owl-carousel {
  margin: 0 0px;
  background: #fff;
  direction: ltr !important;
  overflow: hidden;
}

/* line 6105, ../sass/template/_elements.scss */
.owl-carousel .owl-buttons div {
  opacity: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease;
}

/* line 6112, ../sass/template/_elements.scss */
.owl-carousel:hover .owl-buttons div {
  opacity: 0.7;
}

/* line 6116, ../sass/template/_elements.scss */
.owl-carousel .owl-buttons div i {
  font-size: 40px;
  margin: -20px 0 0;
}

/* line 6121, ../sass/template/_elements.scss */
.owl-carousel .owl-buttons .owl-prev {
  left: -50px;
}

/* line 6125, ../sass/template/_elements.scss */
.owl-carousel .owl-buttons .owl-next {
  right: -50px;
}

/* line 6129, ../sass/template/_elements.scss */
.owl-carousel:hover .owl-buttons .owl-prev {
  left: 10px;
}

/* line 6133, ../sass/template/_elements.scss */
.owl-carousel:hover .owl-buttons .owl-next {
  right: 10px;
}

/* line 6137, ../sass/template/_elements.scss */
.owl-pagination {
  text-align: center;
  top: 0px;
  position: relative;
}

/* line 6143, ../sass/template/_elements.scss */
.owl-controls .owl-page {
  display: inline-block;
  margin: 0px 6px;
}

/* line 6148, ../sass/template/_elements.scss */
.owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 6157, ../sass/template/_elements.scss */
.owl-controls .owl-page.active span {
  background: rgba(0, 0, 0, 0.9);
}

/* 4. Layout */
/*------------------------------------*\
    Topbar
\*------------------------------------*/
/* line 5, ../sass/template/_layout.scss */
.wpo-topbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 11, ../sass/template/_layout.scss */
.wpo-topbar .topbar-inner .account-links a {
  text-transform: uppercase;
  color: #93a0aa;
  font-weight: 500;
  font-size: 13px;
}
/* line 16, ../sass/template/_layout.scss */
.wpo-topbar .topbar-inner .account-links a:hover {
  color: #c09c7b;
}
/* line 23, ../sass/template/_layout.scss */
.wpo-topbar .account-links .dropdown-menu {
  display: none;
}
/* line 27, ../sass/template/_layout.scss */
.wpo-topbar .topbar-mobile {
  background: #222222;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  line-height: 40px;
  color: #fff;
}
/* line 32, ../sass/template/_layout.scss */
.wpo-topbar .topbar-mobile .cart-popup {
  min-width: 300px;
}
/* line 34, ../sass/template/_layout.scss */
.wpo-topbar .topbar-mobile .cart-popup .title {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
/* line 39, ../sass/template/_layout.scss */
.wpo-topbar .topbar-mobile .cart-popup .product_list_widget > li {
  position: relative;
}
/* line 41, ../sass/template/_layout.scss */
.wpo-topbar .topbar-mobile .cart-popup .product_list_widget > li a.remove {
  position: absolute;
  top: 5px;
  right: -5px;
  line-height: 1;
}
/* line 47, ../sass/template/_layout.scss */
.wpo-topbar .topbar-mobile .cart-popup .product_list_widget > li img.wp-post-image {
  max-width: 80px;
}
/* line 50, ../sass/template/_layout.scss */
.wpo-topbar .topbar-mobile .cart-popup .product_list_widget > li a {
  font-weight: 400;
  font-size: 15px;
}
/* line 55, ../sass/template/_layout.scss */
.wpo-topbar .topbar-mobile .cart-popup .btn {
  padding: 9px 10px !important;
}
/* line 59, ../sass/template/_layout.scss */
.wpo-topbar .topbar-mobile ul.list-action > li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 20px;
}
/* line 64, ../sass/template/_layout.scss */
.wpo-topbar.topbar-brown {
  background: #fff none repeat scroll 0 0;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #dde3e8;
}
/* line 69, ../sass/template/_layout.scss */
.wpo-topbar.topbar-brown .account-links a {
  font-size: 12px;
  font-weight: 700;
  padding: 0 20px;
  border-left: 1px solid #dde3e8;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpo-topbar.topbar-brown .account-links a {
  border-right: 1px solid #dde3e8;
  border-left: inherit;
}
/* line 77, ../sass/template/_layout.scss */
.wpo-topbar.topbar-brown .contact-info ul li {
  display: inline-block;
  border-right: 1px solid #dde3e8;
  padding: 0 20px;
  font-size: 13px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpo-topbar.topbar-brown .contact-info ul li {
  border-left: 1px solid #dde3e8;
  border-right: inherit;
}
/* line 82, ../sass/template/_layout.scss */
.wpo-topbar.topbar-brown .contact-info ul li .fa {
  margin-right: 5px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpo-topbar.topbar-brown .contact-info ul li .fa {
  margin-left: 5px;
  margin-right: inherit;
}
/* line 85, ../sass/template/_layout.scss */
.wpo-topbar.topbar-brown .contact-info ul li:last-child {
  border-right: none;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpo-topbar.topbar-brown .contact-info ul li:last-child {
  border-left: none;
  border-right: inherit;
}
/* line 92, ../sass/template/_layout.scss */
.wpo-topbar.topbar-light {
  background: #FFFFFF;
  border-bottom: solid 1px #dde3e8;
}
/* line 96, ../sass/template/_layout.scss */
.wpo-topbar.topbar-light a .fa {
  color: #999999;
}
/* line 100, ../sass/template/_layout.scss */
.wpo-topbar.topbar-light a:hover .fa {
  color: #c09c7b;
}
/* line 106, ../sass/template/_layout.scss */
.wpo-topbar.topbar-light-v1 {
  border-bottom: solid 1px #dde3e8;
}
/* line 108, ../sass/template/_layout.scss */
.wpo-topbar.topbar-light-v1 .topbar-inner {
  background: #FFFFFF;
}
/* line 113, ../sass/template/_layout.scss */
.wpo-topbar.topbar-dark .topbar-inner {
  background: #000000;
}
/* line 115, ../sass/template/_layout.scss */
.wpo-topbar.topbar-dark .topbar-inner a {
  color: #eb5454;
}
/* line 117, ../sass/template/_layout.scss */
.wpo-topbar.topbar-dark .topbar-inner a:hover {
  color: #c09c7b;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
/* line 128, ../sass/template/_layout.scss */
.wpo-header {
  margin-bottom: 0;
  background: transparent;
  position: relative;
  z-index: 999;
}
/* line 133, ../sass/template/_layout.scss */
.wpo-header .header-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  /* line 138, ../sass/template/_layout.scss */
  .wpo-header .logo {
    text-align: center;
  }
}
/* line 142, ../sass/template/_layout.scss */
.wpo-header .header-bottom {
  padding: 15px 0;
}
/* line 145, ../sass/template/_layout.scss */
.wpo-header .header-quick-action {
  position: relative;
  padding-right: 0px;
}
@media (max-width: 991px) {
  /* line 145, ../sass/template/_layout.scss */
  .wpo-header .header-quick-action {
    padding-right: 15px;
  }
  /* line 150, ../sass/template/_layout.scss */
  .wpo-header .header-quick-action .logo-in-theme {
    padding: 20px 0 !important;
  }
}
/* line 154, ../sass/template/_layout.scss */
.wpo-header .header-quick-action .box-quick-action {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 9;
  margin-top: -25px;
  width: 100px;
    display: none;
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl .wpo-header .header-quick-action .box-quick-action {
  left: 15px;
  right: auto;
}
/* line 161, ../sass/template/_layout.scss */
.wpo-header .header-quick-action .box-quick-action > div {
  display: inline-block;
  float: left;
}
/* line 164, ../sass/template/_layout.scss */
.wpo-header .header-quick-action .box-quick-action > div .minibasket {
  height: 45px;
}
/* line 167, ../sass/template/_layout.scss */
.wpo-header .header-quick-action .box-quick-action > div:first-child {
  margin-right: 5px;
}
/* line 171, ../sass/template/_layout.scss */
.wpo-header .header-quick-action .box-quick-action .minibasket .cart-icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
}
/* line 180, ../sass/template/_layout.scss */
.wpo-header .search_form.no-bg .input-group-btn button {
  background: none;
}
/* line 185, ../sass/template/_layout.scss */
.wpo-header .search_form.hidden-input .input-group {
  display: inline-block;
}
/* line 187, ../sass/template/_layout.scss */
.wpo-header .search_form.hidden-input .input-group > * {
  float: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .wpo-header .search_form.hidden-input .input-group > * {
  float: right;
}
/* line 191, ../sass/template/_layout.scss */
.wpo-header .search_form.hidden-input .input-search {
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
  width: 0;
  padding: 0;
  position: absolute;
  right: 34px;
  top: 0;
  width: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  height: 45px;
  visibility: hidden;
}
/* line 202, ../sass/template/_layout.scss */
.wpo-header .search_form.hidden-input .input-search:focus {
  visibility: visible;
  width: 260px;
  padding: 0 10px;
}
/* line 208, ../sass/template/_layout.scss */
.wpo-header .search_form.hidden-input .input-group-btn {
  position: relative;
  z-index: 99;
}
/* line 211, ../sass/template/_layout.scss */
.wpo-header .search_form.hidden-input .input-group-btn button {
  width: 45px;
  height: 45px;
  padding: 0;
  background: none;
  color: #fff;
}
/* line 216, ../sass/template/_layout.scss */
.wpo-header .search_form.hidden-input .input-group-btn button i {
  font-size: 14px;
}
/* line 222, ../sass/template/_layout.scss */
.wpo-header .search_form.hidden-input:hover .input-search {
  visibility: visible;
  width: 200px;
  padding: 0 10px;
}
/* line 227, ../sass/template/_layout.scss */
.wpo-header .search_form.hidden-input:hover .input-group-btn button {
  color: #fff;
  background: #c09c7b;
}
/* line 233, ../sass/template/_layout.scss */
.wpo-header .search_form.search-default .input-group {
  border: 1px solid #dde3e8;
  background: #F7F7F7;
}
/* line 236, ../sass/template/_layout.scss */
.wpo-header .search_form.search-default .input-group input.input-search {
  height: 35px;
  border: none;
  background: #F7F7F7;
}
/* line 241, ../sass/template/_layout.scss */
.wpo-header .search_form.search-default .input-group .input-group-btn button {
  padding: 6px 10px;
  background: none;
  color: #000;
}
@media (max-width: 991px) {
  /* line 249, ../sass/template/_layout.scss */
  .wpo-header #wpo-mainnav {
    text-align: center;
  }
  /* line 251, ../sass/template/_layout.scss */
  .wpo-header #wpo-mainnav #main-menu {
    display: inline-block;
  }
}

/* line 259, ../sass/template/_layout.scss */
#wpo-header.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 991px) {
  /* line 259, ../sass/template/_layout.scss */
  #wpo-header.header-absolute {
    position: relative;
    background: #918097;
  }
}
/* line 269, ../sass/template/_layout.scss */
#wpo-header.header-absolute .has-sticky {
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 271, ../sass/template/_layout.scss */
#wpo-header.header-absolute .has-sticky.keeptop {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 276, ../sass/template/_layout.scss */
#wpo-header.header-absolute-right {
  width: 375px;
  height: 100%;
  position: absolute;
  z-index: 999;
  text-align: center;
  right: 0;
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl #wpo-header.header-absolute-right {
  left: 0;
  right: auto;
}
/* line 282, ../sass/template/_layout.scss */
#wpo-header.header-absolute-right .header-quick-action {
  padding: 0;
}
/* line 284, ../sass/template/_layout.scss */
#wpo-header.header-absolute-right .header-quick-action > div {
  display: block;
}
/* line 290, ../sass/template/_layout.scss */
#wpo-header.header-border, #wpo-header.header-static {
  background-color: #fff;
}
/* line 294, ../sass/template/_layout.scss */
#wpo-header.header-border .minibasket .cart-icon, #wpo-header.header-static .minibasket .cart-icon {
  color: #000;
}
/* line 299, ../sass/template/_layout.scss */
#wpo-header.header-border .search_form.hidden-input .input-group-btn button, #wpo-header.header-static .search_form.hidden-input .input-group-btn button {
  color: #000;
}
/* line 304, ../sass/template/_layout.scss */
#wpo-header.header-classic {
  background-color: #000;
}
/* line 307, ../sass/template/_layout.scss */
#wpo-header.header-classic .minibasket .cart-icon {
  color: #fff;
}
/* line 312, ../sass/template/_layout.scss */
#wpo-header.header-classic .search_form.hidden-input .input-group-btn button {
  color: #fff;
}
/* line 319, ../sass/template/_layout.scss */
#wpo-header.header-classic .navbar-mega .navbar-nav > li > a {
  color: #fff;
}
/* line 326, ../sass/template/_layout.scss */
#wpo-header.header-offcanvas {
  position: absolute;
  left: 0;
  right: 0;
  padding: 50px 100px;
}
/* line 331, ../sass/template/_layout.scss */
#wpo-header.header-offcanvas .header-quick-action {
  padding: 0;
}
/* line 333, ../sass/template/_layout.scss */
#wpo-header.header-offcanvas .header-quick-action .box-quick-action {
  right: 110px;
  margin-top: -6px;
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl #wpo-header.header-offcanvas .header-quick-action .box-quick-action {
  left: 110px;
  right: auto;
}
/* line 338, ../sass/template/_layout.scss */
#wpo-header.header-offcanvas .btn-toggle-canvas {
  background: none;
  color: #fff;
  padding: 0;
}
/* line 342, ../sass/template/_layout.scss */
#wpo-header.header-offcanvas .btn-toggle-canvas > span {
  display: block;
  float: left;
  height: 40px;
  line-height: 30px;
}
/* line 348, ../sass/template/_layout.scss */
#wpo-header.header-offcanvas .btn-toggle-canvas .fa {
  font-size: 28px;
  color: #c09c7b;
  margin-left: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl #wpo-header.header-offcanvas .btn-toggle-canvas .fa {
  margin-right: 10px;
  margin-left: inherit;
}
/* line 357, ../sass/template/_layout.scss */
#wpo-header .keeptop {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
/* line 363, ../sass/template/_layout.scss */
#wpo-header .keeptop .container-inner {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 367, ../sass/template/_layout.scss */
#wpo-header .keeptop #main-menu > li {
  padding: 20px 0;
}
/* line 369, ../sass/template/_layout.scss */
#wpo-header .keeptop #main-menu > li > a:hover {
  color: #000;
}
/* line 373, ../sass/template/_layout.scss */
#wpo-header .keeptop #main-menu > li.active > a {
  color: #c09c7b !important;
}
/* line 379, ../sass/template/_layout.scss */
#wpo-header .keeptop #logo-inner {
  padding: 0 !important;
}
/* line 381, ../sass/template/_layout.scss */
#wpo-header .keeptop #logo-inner .logo {
  padding: 10px 0 !important;
}

/* line 389, ../sass/template/_layout.scss */
.header-absolute .wpo-breadcrumbs,
.header-absolute .notfound-page {
  padding-top: 120px;
}
/* line 393, ../sass/template/_layout.scss */
.header-absolute .woocommerce-page .wpo-breadcrumbs,
.header-absolute .pb-item-header {
  padding-top: 180px;
}

/* search action */
/* line 400, ../sass/template/_layout.scss */
.has-searchbox-show {
  position: relative;
}
/* line 402, ../sass/template/_layout.scss */
.has-searchbox-show .wpo-mainmenu-wrap, .has-searchbox-show .logo-wrapper {
  visibility: hidden;
}
/* line 405, ../sass/template/_layout.scss */
.has-searchbox-show .navbar-collapse {
  display: none !important;
}
/* line 408, ../sass/template/_layout.scss */
.has-searchbox-show .search-box-form {
  position: absolute;
  top: 0;
  width: 92%;
  left: 0;
}
/* line 415, ../sass/template/_layout.scss */
.has-searchbox-show .search-box-button .fa-search {
  display: none;
}
/* line 418, ../sass/template/_layout.scss */
.has-searchbox-show .search-box-button .fa-times {
  display: block !important;
}

/* line 424, ../sass/template/_layout.scss */
.showwhenclick .search-box-form {
  display: none;
}
/* line 426, ../sass/template/_layout.scss */
.showwhenclick .search-box-form.active {
  display: block;
}

/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/
/*------------------------------------*\
    Slideshow
\*------------------------------------*/
/* line 445, ../sass/template/_layout.scss */
.wpo-mainmenu {
  position: relative;
}
/* line 447, ../sass/template/_layout.scss */
.wpo-mainmenu.bg-transparent {
  border-top: solid 1px #CCCCCC;
}
/* line 450, ../sass/template/_layout.scss */
.wpo-mainmenu.mainmenu-light {
  background: #FFFFFF;
}
/* line 453, ../sass/template/_layout.scss */
.wpo-mainmenu.mainmenu-border {
  border-top: 1px solid #dde3e8;
}
/* line 455, ../sass/template/_layout.scss */
.wpo-mainmenu.mainmenu-border #main-menu > li {
  border-left: 1px solid #dde3e8;
}
/* line 457, ../sass/template/_layout.scss */
.wpo-mainmenu.mainmenu-border #main-menu > li > a {
  border-left: none;
  padding: 0 30px;
}

/*------------------------------------*\
    Container
\*------------------------------------*/
/* line 467, ../sass/template/_layout.scss */
.wpo-mainbody {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

/* line 473, ../sass/template/_layout.scss */
.no-sidebar-left .wpo-content {
  margin-right: 30px;
  position: relative;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .no-sidebar-left .wpo-content {
  margin-left: 30px;
  margin-right: inherit;
}
/* line 476, ../sass/template/_layout.scss */
.no-sidebar-left .wpo-content:after {
  position: absolute;
  height: 120%;
  width: 1px;
  background: #dde3e8;
  top: -35px;
  right: -30px;
  content: "";
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl .no-sidebar-left .wpo-content:after {
  left: -30px;
  right: auto;
}

/*------------------------------------*\
    Content
\*------------------------------------*/
/* line 491, ../sass/template/_layout.scss */
#wpo-content {
  background: transparent;
  overflow: hidden;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
#wpo-content:before, #wpo-content:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
#wpo-content:after {
  clear: both;
}

/*------------------------------------*\
    Pagination
\*------------------------------------*/
/* line 500, ../sass/template/_layout.scss */
.wpo-pagination {
  margin: 0;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
/* line 508, ../sass/template/_layout.scss */
.wpo-footer {
  background: #FFFFFF;
  padding-top: 75px;
    display: none;
  padding-bottom: 30px;
  position: relative;
  color: #93a0aa;
  border-bottom: 1px solid #dde3e8;
  border-top: 1px solid #dde3e8;
  font-size: 14px;
}
/* line 516, ../sass/template/_layout.scss */
.wpo-footer a {
  font-size: 14px;
  color: #999999;
  font-weight: 300;
}
/* line 520, ../sass/template/_layout.scss */
.wpo-footer a:hover, .wpo-footer a:focus, .wpo-footer a:active {
  color: #c09c7b;
}
/* line 526, ../sass/template/_layout.scss */
.wpo-footer .widget_nav_menu ul.menu,
.wpo-footer ul.menu {
  margin-top: -5px !important;
}
/* line 529, ../sass/template/_layout.scss */
.wpo-footer .widget_nav_menu ul.menu > li,
.wpo-footer ul.menu > li {
  margin-bottom: 16px;
  display: inline-block;
  width: 46%;
  padding: 0;
}
/* line 534, ../sass/template/_layout.scss */
.wpo-footer .widget_nav_menu ul.menu > li a,
.wpo-footer ul.menu > li a {
  position: relative;
  padding: 0;
  padding-left: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  font-weight: 400;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpo-footer .widget_nav_menu ul.menu > li a, .rtl
.wpo-footer ul.menu > li a {
  padding-right: 15px;
  padding-left: inherit;
}
/* line 540, ../sass/template/_layout.scss */
.wpo-footer .widget_nav_menu ul.menu > li a:after,
.wpo-footer ul.menu > li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  left: 0;
  top: 6px;
  margin-top: -5px;
  color: #dddddd;
  z-index: 1;
  font-size: 12px;
}
/* line 551, ../sass/template/_layout.scss */
.wpo-footer .widget_nav_menu ul.menu > li a:hover,
.wpo-footer ul.menu > li a:hover {
  padding-left: 20px;
}
/* line 557, ../sass/template/_layout.scss */
.wpo-footer ul > li {
  margin: 0 0 10px;
}
/* line 561, ../sass/template/_layout.scss */
.wpo-footer .footer-top .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 565, ../sass/template/_layout.scss */
.wpo-footer .wpb_wrapper > *, .wpo-footer .wpb-inner {
  margin-bottom: 0;
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/
/* line 573, ../sass/template/_layout.scss */
.wpo-copyright {
  text-align: center;
  background: #FFFFFF;
  color: #93a0aa;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid #c09c7b;
  background: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 582, ../sass/template/_layout.scss */
.wpo-copyright .widget .widget-title, .wpo-copyright .widget .widgettitle, .wpo-copyright .widget .wpb_heading {
  color: #c09c7b;
  text-transform: uppercase;
  margin: 0 0 30px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 1.1rem;
  /* 9 */
}
/* line 589, ../sass/template/_layout.scss */
.wpo-copyright .input-group {
  border: 0px;
}
/* line 591, ../sass/template/_layout.scss */
.wpo-copyright .input-group .fa {
  color: #777777;
}
/* line 595, ../sass/template/_layout.scss */
.wpo-copyright a {
  color: #000000;
}
/* line 596, ../sass/template/_layout.scss */
.wpo-copyright a:hover, .wpo-copyright a:focus, .wpo-copyright a:active {
  color: #c09c7b;
}
/* line 603, ../sass/template/_layout.scss */
.wpo-copyright address {
  margin: 0;
}
/* line 606, ../sass/template/_layout.scss */
.wpo-copyright .payment {
  padding-top: 30px;
}

/* 5. Layout */
/* line 2, ../sass/template/_pages.scss */
body #wpo-content {
  margin-bottom: 30px;
}
/* line 6, ../sass/template/_pages.scss */
body .container-fuild #wpo-content {
  margin-bottom: 0;
}

/* line 12, ../sass/template/_pages.scss */
.page .page-title {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
/* line 18, ../sass/template/_pages.scss */
.page .page-title:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #c09c7b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 29, ../sass/template/_pages.scss */
.notfound-page {
  background: url(../images/bg-404.jpg) center center no-repeat transparent;
}
/* line 31, ../sass/template/_pages.scss */
.notfound-page .title {
  font-size: 160px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  display: block;
}
/* line 37, ../sass/template/_pages.scss */
.notfound-page .title .sub {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  padding: 30px 0;
  margin: 0 0 30px;
  display: block;
  position: relative;
}
/* line 45, ../sass/template/_pages.scss */
.notfound-page .title .sub:before {
  content: "";
  height: 3px;
  width: 100px;
  background: white;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
}
/* line 57, ../sass/template/_pages.scss */
.notfound-page .error-description {
  color: #fff;
  padding: 0 20%;
  font-size: 20px;
}
@media (max-width: 991px) {
  /* line 57, ../sass/template/_pages.scss */
  .notfound-page .error-description {
    padding: 0 10px;
  }
}
/* line 65, ../sass/template/_pages.scss */
.notfound-page .page-action {
  margin-top: 50px;
}
/* line 67, ../sass/template/_pages.scss */
.notfound-page .page-action a {
  margin: 0 10px;
}

/**
 * Single Post or Blog Page.
 */
/* line 78, ../sass/template/_pages.scss */
.single article {
  border: none;
}
/* line 81, ../sass/template/_pages.scss */
.single .page-heading {
  position: relative;
  text-align: center;
}
/* line 85, ../sass/template/_pages.scss */
.single h1 {
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 30px;
}
/* line 91, ../sass/template/_pages.scss */
.single .post-share {
  padding: 20px 0;
  text-transform: uppercase;
}
/* line 94, ../sass/template/_pages.scss */
.single .post-share .wpo-social-share {
  float: right;
}
/* line 99, ../sass/template/_pages.scss */
.single .wpo-post-next {
  margin-bottom: 35px;
  float: right;
  display: inline-block;
}
/* line 103, ../sass/template/_pages.scss */
.single .wpo-post-next .btn {
  margin-right: 10px;
}
/* line 105, ../sass/template/_pages.scss */
.single .wpo-post-next .btn:last-child {
  margin-right: 0;
}
/* line 108, ../sass/template/_pages.scss */
.single .wpo-post-next .btn a {
  color: #fff;
}
/* line 111, ../sass/template/_pages.scss */
.single .wpo-post-next .btn:hover a {
  color: #c09c7b;
}
/* line 117, ../sass/template/_pages.scss */
.single #comments .title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
/* line 124, ../sass/template/_pages.scss */
.single #comments .title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #c09c7b;
  left: 0;
  bottom: 0;
  position: absolute;
  position: absolute;
}
/* line 134, ../sass/template/_pages.scss */
.single #comments ul li, .single #comments ol li {
  list-style: none;
}
/* line 137, ../sass/template/_pages.scss */
.single #comments input {
  height: 42px;
}
/* line 140, ../sass/template/_pages.scss */
.single #comments .form-control {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

/* line 147, ../sass/template/_pages.scss */
.single-portfolio .entry-title {
  margin: 10px 0 25px;
}
/* line 149, ../sass/template/_pages.scss */
.single-portfolio .entry-title .title-post {
  text-transform: uppercase;
  margin: 0 0 15px;
}
/* line 154, ../sass/template/_pages.scss */
.single-portfolio .created {
  color: #bbbbbb;
  font-size: 13px !important;
  font-weight: 400;
}
/* line 159, ../sass/template/_pages.scss */
.single-portfolio .single-body {
  margin-top: 50px;
}
/* line 163, ../sass/template/_pages.scss */
.single-portfolio .list-gallery .row {
  margin-bottom: 28px;
}
/* line 167, ../sass/template/_pages.scss */
.single-portfolio .format-video .content-video {
  background: #FAFAFA;
}
/* line 170, ../sass/template/_pages.scss */
.single-portfolio .format-infomation .single-body {
  margin-top: 0;
}
/* line 172, ../sass/template/_pages.scss */
.single-portfolio .format-infomation .single-body .portfolio-info {
  margin-bottom: 30px;
}
/* line 174, ../sass/template/_pages.scss */
.single-portfolio .format-infomation .single-body .portfolio-info > div {
  padding: 10px 0;
  border-top: 1px solid #F1F1F1;
}
/* line 177, ../sass/template/_pages.scss */
.single-portfolio .format-infomation .single-body .portfolio-info > div:last-child {
  border-bottom: 1px solid #F1F1F1;
}
/* line 180, ../sass/template/_pages.scss */
.single-portfolio .format-infomation .single-body .portfolio-info > div > span {
  font-size: 16px;
  font-weight: 300;
}
/* line 183, ../sass/template/_pages.scss */
.single-portfolio .format-infomation .single-body .portfolio-info > div > span:first-child {
  width: 90px;
  display: inline-block;
  color: #777777;
}
/* line 188, ../sass/template/_pages.scss */
.single-portfolio .format-infomation .single-body .portfolio-info > div > span:last-child {
  color: #000;
}
/* line 193, ../sass/template/_pages.scss */
.single-portfolio .format-infomation .single-body .portfolio-info a:hover {
  color: #c09c7b;
}

/* line 200, ../sass/template/_pages.scss */
.page-comingsoon {
  background: url(../images/bg-coming-soon.jpg) no-repeat transparent;
  padding: 30px 0;
}

/* line 205, ../sass/template/_pages.scss */
.page-under-construction {
  background: url(../images/bg-under-construction.jpg) no-repeat #F8F7F5;
  padding-top: 420px;
}

/* line 211, ../sass/template/_pages.scss */
.main-page-index .icon-sticky {
  display: block !important;
  visibility: visible !important;
}

/* 6. Post */
/*
* General Post Style using for all with naming class entry
*/
/* line 4, ../sass/template/_post.scss */
.entry-date, .entry-create {
  padding: 10px 0 0;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
/* line 9, ../sass/template/_post.scss */
.entry-date > *, .entry-create > * {
  padding-right: 10px;
}

/* line 29, ../sass/template/_post.scss */
.entry-preview {
  margin-bottom: 30px;
}

/* line 32, ../sass/template/_post.scss */
.entry-meta {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
/* line 37, ../sass/template/_post.scss */
.entry-meta a {
  color: #93a0aa;
}
/* line 41, ../sass/template/_post.scss */
.entry-meta .author a {
  color: #000;
}
/* line 43, ../sass/template/_post.scss */
.entry-meta .author a:hover {
  text-decoration: underline;
}

/* line 49, ../sass/template/_post.scss */
.entry-vote {
  z-index: 1;
  display: table;
  text-align: center;
  top: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  right: 20px;
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl .entry-vote {
  left: 20px;
  right: auto;
}
/* line 58, ../sass/template/_post.scss */
.entry-vote .entry-vote-inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
}
/* line 65, ../sass/template/_post.scss */
.entry-vote.vote-perfect .entry-vote-inner {
  color: #c09c7b;
}
/* line 70, ../sass/template/_post.scss */
.entry-vote.vote-good .entry-vote-inner {
  color: #c09c7b;
}
/* line 75, ../sass/template/_post.scss */
.entry-vote.vote-average .entry-vote-inner {
  color: #c09c7b;
}
/* line 80, ../sass/template/_post.scss */
.entry-vote.vote-bad .entry-vote-inner {
  color: #c09c7b;
}
/* line 85, ../sass/template/_post.scss */
.entry-vote.vote-poor .entry-vote-inner {
  color: #c09c7b;
}

/* line 91, ../sass/template/_post.scss */
.entry-title {
  margin-top: 0;
  line-height: 1.5;
  text-transform: none;
  font-weight: 500;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  min-height: 50px;
}
/* line 98, ../sass/template/_post.scss */
.entry-title.entry-title-sm {
  font-size: 100%;
  font-weight: normal;
  text-transform: none;
}
/* line 103, ../sass/template/_post.scss */
.entry-title a:hover {
  color: #c09c7b;
}

/* line 109, ../sass/template/_post.scss */
.entry-category ul > li {
  float: left;
}

/* line 114, ../sass/template/_post.scss */
.entry-content-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 119, ../sass/template/_post.scss */
img.avatar {
  border: solid 1px #dde3e8;
  padding: 3px;
  border-radius: 50%;
  background: #fff;
}

/**
 * Posts in listing
 */
/* line 129, ../sass/template/_post.scss */
.post {
  margin-bottom: 30px;
}

/* line 132, ../sass/template/_post.scss */
.post-area {
  padding-top: 30px;
}
/* line 134, ../sass/template/_post.scss */
.post-area.posts-list {
  padding-top: 0;
}

/* line 139, ../sass/template/_post.scss */
.blog-v1 {
  background: #FFFFFF;
  margin-bottom: 30px;
}
/* line 141, ../sass/template/_post.scss */
.blog-v1 header {
  position: relative;
}
/* line 144, ../sass/template/_post.scss */
.blog-v1 figure {
  position: relative;
}
/* line 146, ../sass/template/_post.scss */
.blog-v1 figure .author-avatar {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
/* line 156, ../sass/template/_post.scss */
.blog-v1 .entry-meta-top {
  display: none;
}
/* line 159, ../sass/template/_post.scss */
.blog-v1 .entry-data {
  padding: 30px;
  border: solid 1px #dde3e8;
}
/* line 166, ../sass/template/_post.scss */
.blog-v1.format-quote .entry-data, .blog-v1.format-quote .entry-category, .blog-v1.format-quote .author-avatar {
  display: none;
}
/* line 177, ../sass/template/_post.scss */
.blog-v1 .entry-category {
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  left: 30px;
  top: 30px;
  border-radius: 2px;
  background: #c09c7b;
  padding: 3px 12px;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .blog-v1 .entry-category {
  right: 30px;
  left: auto;
}
/* line 187, ../sass/template/_post.scss */
.blog-v1 .entry-category a {
  color: #FFF;
}
/* line 191, ../sass/template/_post.scss */
.blog-v1 .comment-count {
  display: block;
}

/**
 * Wpo grid posts
 */
/* line 200, ../sass/template/_post.scss */
.wpo-grid-posts .post {
  background-color: #fff;
}
/* line 203, ../sass/template/_post.scss */
.wpo-grid-posts .entry-content {
  padding: 30px;
  border: 1px solid #dde3e8;
}
/* line 208, ../sass/template/_post.scss */
.wpo-grid-posts.style-2 .entry-content {
  border: none;
  padding-top: 0;
}
/* line 212, ../sass/template/_post.scss */
.wpo-grid-posts.style-2 .entry-title {
  padding-top: 20px;
  min-height: auto;
}
/* line 217, ../sass/template/_post.scss */
.wpo-grid-posts .entry-thumb {
  overflow: hidden;
}
/* line 221, ../sass/template/_post.scss */
.wpo-grid-posts.box-video .entry-image {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
}
/* line 231, ../sass/template/_post.scss */
.wpo-grid-posts.box-video .entry-image .fa {
  font-size: 58px;
  color: #c09c7b;
}
/* line 236, ../sass/template/_post.scss */
.wpo-grid-posts.box-video .entry-image h1 span {
  color: #fff;
  font-size: 45px;
  font-weight: 200;
}
/* line 244, ../sass/template/_post.scss */
.wpo-grid-posts .post-type-video {
  overflow: hidden;
  background-color: #2E2E2E;
  margin-bottom: 30px;
}
/* line 249, ../sass/template/_post.scss */
.wpo-grid-posts .post-type-video .entry-title a {
  color: #fff;
}
/* line 253, ../sass/template/_post.scss */
.wpo-grid-posts .post-type-video .entry-thumb {
  overflow: hidden;
  float: left;
  margin-right: 20px;
  position: relative;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .wpo-grid-posts .post-type-video .entry-thumb {
  float: right;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpo-grid-posts .post-type-video .entry-thumb {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 259, ../sass/template/_post.scss */
.wpo-grid-posts .post-type-video .entry-content {
  border: none;
}
/* line 262, ../sass/template/_post.scss */
.wpo-grid-posts .post-type-video .duration {
  color: #c09c7b;
}
/* line 265, ../sass/template/_post.scss */
.wpo-grid-posts .post-type-video .popup-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9;
  width: 20px;
  height: 20px;
}
/* line 274, ../sass/template/_post.scss */
.wpo-grid-posts .post-type-video .popup-video .fa {
  color: #fff;
  font-size: 28px;
}
/* line 277, ../sass/template/_post.scss */
.wpo-grid-posts .post-type-video .popup-video .fa:hover {
  color: #c09c7b;
}

/* line 284, ../sass/template/_post.scss */
.blog-post-detail {
  text-align: center;
}

/* line 290, ../sass/template/_post.scss */
.frontpage-blog .main-blog .entry-title {
  font-size: 28px;
  margin-top: 10px;
}
/* line 294, ../sass/template/_post.scss */
.frontpage-blog .main-blog .entry-meta {
  margin: 15px 0;
}
/* line 297, ../sass/template/_post.scss */
.frontpage-blog .main-blog .entry-link {
  margin-top: 25px;
  display: block;
}

/**
* Posts Masonry
*/
/* line 313, ../sass/template/_post.scss */
.posts-masonry .blog-post-detail .entry-data {
  border: 1px solid #dde3e8;
  padding: 20px;
}

/**
* Blog Style
*/
/* line 325, ../sass/template/_post.scss */
.nice-style {
  position: relative;
  margin: 0;
}
/* line 328, ../sass/template/_post.scss */
.nice-style .entry-data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
}
/* line 337, ../sass/template/_post.scss */
.nice-style .entry-data .left {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 15px 30px 15px !important;
}
/* line 341, ../sass/template/_post.scss */
.nice-style .entry-data .right {
  padding: 0 15px !important;
}
/* line 345, ../sass/template/_post.scss */
.nice-style .entry-date {
  text-align: right;
  color: #fff;
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
/* line 352, ../sass/template/_post.scss */
.nice-style .entry-date span {
  display: block;
  padding: 0;
}
/* line 355, ../sass/template/_post.scss */
.nice-style .entry-date span.date {
  font-size: 120%;
  font-weight: 700;
}
/* line 359, ../sass/template/_post.scss */
.nice-style .entry-date span.month {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 365, ../sass/template/_post.scss */
.nice-style .entry-date:before {
  content: none;
}
/* line 368, ../sass/template/_post.scss */
.nice-style .entry-date:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fcd002;
  bottom: 0;
  right: 0;
  z-index: 1;
  position: absolute;
}
/* line 378, ../sass/template/_post.scss */
.nice-style .comment-count {
  float: right;
}
/* line 380, ../sass/template/_post.scss */
.nice-style .comment-count a {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}
/* line 385, ../sass/template/_post.scss */
.nice-style .comment-count a:hover {
  color: #c09c7b;
}
/* line 390, ../sass/template/_post.scss */
.nice-style .entry-title a {
  font-size: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
}
/* line 396, ../sass/template/_post.scss */
.nice-style .entry-title a:hover {
  color: #c09c7b;
}
/* line 402, ../sass/template/_post.scss */
.nice-style.v2 .entry-data {
  background: none !important;
  position: static !important;
  float: left;
  width: 100%;
  margin: 25px 0 20px;
}
/* line 409, ../sass/template/_post.scss */
.nice-style.v2 .left {
  position: relative;
  overflow: hidden;
  padding: 0 15px 0 0 !important;
}
/* line 414, ../sass/template/_post.scss */
.nice-style.v2 .right {
  padding: 0 0 0 15px !important;
}
/* line 418, ../sass/template/_post.scss */
.nice-style.v2 .entry-date span {
  color: #666666;
}
/* line 422, ../sass/template/_post.scss */
.nice-style.v2 .comment-count a {
  color: #666666;
}
/* line 425, ../sass/template/_post.scss */
.nice-style.v2 .entry-title {
  margin: 0;
}
/* line 427, ../sass/template/_post.scss */
.nice-style.v2 .entry-title a {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}
/* line 431, ../sass/template/_post.scss */
.nice-style.v2 .entry-title a:hover {
  color: #c09c7b;
}
/* line 438, ../sass/template/_post.scss */
.nice-style.v3 .entry-data {
  float: left;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  padding: 45px 30px 30px;
}
/* line 446, ../sass/template/_post.scss */
.nice-style.v3 .entry-data > div {
  position: relative;
}
/* line 448, ../sass/template/_post.scss */
.nice-style.v3 .entry-data > div:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #c09c7b;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 1;
}
/* line 459, ../sass/template/_post.scss */
.nice-style.v3 .meta-bottom, .nice-style.v3 .meta-top {
  line-height: 1;
}
/* line 461, ../sass/template/_post.scss */
.nice-style.v3 .meta-bottom *, .nice-style.v3 .meta-bottom a, .nice-style.v3 .meta-top *, .nice-style.v3 .meta-top a {
  padding: 0;
  float: none;
  color: #999999;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .nice-style.v3 .meta-bottom *, .rtl .nice-style.v3 .meta-bottom a, .rtl .nice-style.v3 .meta-top *, .rtl .nice-style.v3 .meta-top a {
  text-align: right;
}
/* line 469, ../sass/template/_post.scss */
.nice-style.v3 .meta-bottom *:before, .nice-style.v3 .meta-bottom *:after, .nice-style.v3 .meta-bottom a:before, .nice-style.v3 .meta-bottom a:after, .nice-style.v3 .meta-top *:before, .nice-style.v3 .meta-top *:after, .nice-style.v3 .meta-top a:before, .nice-style.v3 .meta-top a:after {
  content: none;
}
/* line 474, ../sass/template/_post.scss */
.nice-style.v3 .entry-title {
  margin: 0;
}
/* line 476, ../sass/template/_post.scss */
.nice-style.v3 .entry-title a {
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 482, ../sass/template/_post.scss */
.nice-style.v3 .entry-title a:hover {
  color: #c09c7b !important;
}

/** Date style 1 beside left */
/* line 490, ../sass/template/_post.scss */
.entry-meta-top {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 100;
}
/* line 495, ../sass/template/_post.scss */
.entry-meta-top > * {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
/* line 499, ../sass/template/_post.scss */
.entry-meta-top .entry-created {
  line-height: 22px;
}
/* line 501, ../sass/template/_post.scss */
.entry-meta-top .entry-created span {
  display: block;
  text-align: center;
  color: #fff;
}
/* line 505, ../sass/template/_post.scss */
.entry-meta-top .entry-created span.month {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 509, ../sass/template/_post.scss */
.entry-meta-top .entry-created span.date {
  font-size: 30px;
  font-weight: 700;
}

/* line 516, ../sass/template/_post.scss */
.format-link .entry-meta-top, .format-audio .entry-meta-top {
  display: none;
}

/** post timelife */
/* line 522, ../sass/template/_post.scss */
.posts-timeline .entry-meta-top {
  position: absolute;
  left: 0;
}

/*------------------------------------*\
    Post detail
\*------------------------------------*/
/* line 530, ../sass/template/_post.scss */
.sharebox {
  margin-bottom: 30px;
}
/* line 532, ../sass/template/_post.scss */
.sharebox .sharebox-title {
  margin: 10px 0;
}

/* line 537, ../sass/template/_post.scss */
.social-networks {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .social-networks {
  float: left;
}
/* line 541, ../sass/template/_post.scss */
.social-networks li {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 545, ../sass/template/_post.scss */
.social-networks li:last-child a {
  margin-right: 0;
}

/***Posts Styles **/
/* line 554, ../sass/template/_post.scss */
.posts-list article {
  border: none;
  margin-bottom: 0;
}
/* line 557, ../sass/template/_post.scss */
.posts-list article .media {
  padding: 10px 0;
}
/* line 559, ../sass/template/_post.scss */
.posts-list article .media .media-left img {
  width: 80px;
  border: 1px solid #dde3e8;
  padding: 5px;
  margin-right: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .posts-list article .media .media-left img {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 567, ../sass/template/_post.scss */
.posts-list article:first-child .media {
  padding-top: 0;
}
/* line 570, ../sass/template/_post.scss */
.posts-list article:last-child .media {
  border: none;
}

/* block */
/* line 2, ../sass/template/_widgets-layout.scss */
.widget {
  margin-bottom: 30px;
  border: 0px solid transparent;
  position: relative;
  padding: 0;
  /* block styles */
}
/* line 7, ../sass/template/_widgets-layout.scss */
.widget .widget-title, .widget .widgettitle, .widget .wpb_heading {
  color: #c09c7b;
  font-weight: 900;
  padding: 0 0 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 1.1rem;
  /* 9 */
  text-align: center;
  font-family: "Raleway";
  position: relative;
  padding: 0 0 20px;
  overflow: hidden;
  letter-spacing: 3px;
}
/* line 20, ../sass/template/_widgets-layout.scss */
.widget .widget-title > span, .widget .widgettitle > span, .widget .wpb_heading > span {
  position: relative;
  padding: 0px 20px;
}
/* line 23, ../sass/template/_widgets-layout.scss */
.widget .widget-title > span:after, .widget .widget-title > span:before, .widget .widgettitle > span:after, .widget .widgettitle > span:before, .widget .wpb_heading > span:after, .widget .wpb_heading > span:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 1000px;
  background: #dde3e8;
}
/* line 31, ../sass/template/_widgets-layout.scss */
.widget .widget-title > span:after, .widget .widgettitle > span:after, .widget .wpb_heading > span:after {
  left: 100%;
}
/* line 34, ../sass/template/_widgets-layout.scss */
.widget .widget-title > span:before, .widget .widgettitle > span:before, .widget .wpb_heading > span:before {
  right: 100%;
}
/* line 37, ../sass/template/_widgets-layout.scss */
.widget .widget-title > span > span, .widget .widgettitle > span > span, .widget .wpb_heading > span > span {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
}
/* line 41, ../sass/template/_widgets-layout.scss */
.widget .widget-title > span > span:after, .widget .widget-title > span > span:before, .widget .widgettitle > span > span:after, .widget .widgettitle > span > span:before, .widget .wpb_heading > span > span:after, .widget .wpb_heading > span > span:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: #c09c7b;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 50, ../sass/template/_widgets-layout.scss */
.widget .widget-title > span > span:after, .widget .widgettitle > span > span:after, .widget .wpb_heading > span > span:after {
  left: 100%;
}
/* line 53, ../sass/template/_widgets-layout.scss */
.widget .widget-title > span > span:before, .widget .widgettitle > span > span:before, .widget .wpb_heading > span > span:before {
  right: 100%;
}
/* line 59, ../sass/template/_widgets-layout.scss */
.widget .widget-title.widget-desc, .widget .widgettitle.widget-desc, .widget .wpb_heading.widget-desc {
  display: block;
  font-size: 12px;
  color: #CCCCCC;
}
/* line 66, ../sass/template/_widgets-layout.scss */
.widget .widget-title.separator_align_center, .widget .widgettitle.separator_align_center, .widget .wpb_heading.separator_align_center {
  text-align: center;
}
/* line 68, ../sass/template/_widgets-layout.scss */
.widget .widget-title.separator_align_center:after, .widget .widgettitle.separator_align_center:after, .widget .wpb_heading.separator_align_center:after {
  left: 50%;
  margin-left: -50px;
}
/* line 74, ../sass/template/_widgets-layout.scss */
.widget .widget-title.separator_align_right, .widget .widgettitle.separator_align_right, .widget .wpb_heading.separator_align_right {
  text-align: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .widget .widget-title.separator_align_right, .rtl .widget .widgettitle.separator_align_right, .rtl .widget .wpb_heading.separator_align_right {
  text-align: left;
}
/* line 76, ../sass/template/_widgets-layout.scss */
.widget .widget-title.separator_align_right:after, .widget .widgettitle.separator_align_right:after, .widget .wpb_heading.separator_align_right:after {
  left: auto;
  right: 0;
  margin: 0;
}
/* line 83, ../sass/template/_widgets-layout.scss */
.widget .widget-title.separator_align_left, .widget .widgettitle.separator_align_left, .widget .wpb_heading.separator_align_left {
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .widget .widget-title.separator_align_left, .rtl .widget .widgettitle.separator_align_left, .rtl .widget .wpb_heading.separator_align_left {
  text-align: right;
}
/* line 85, ../sass/template/_widgets-layout.scss */
.widget .widget-title.separator_align_left:after, .widget .widgettitle.separator_align_left:after, .widget .wpb_heading.separator_align_left:after {
  left: 0;
  margin: 0;
}
/* line 95, ../sass/template/_widgets-layout.scss */
.widget.widget-buddypress-members .widget-title > span:before, .widget.widget-buddypress-members .widget-title > span:after, .widget.widget-buddypress-members .widgettitle > span:before, .widget.widget-buddypress-members .widgettitle > span:after, .widget.widget-buddypress-members .wpb_heading > span:before, .widget.widget-buddypress-members .wpb_heading > span:after {
  display: none;
}
/* line 103, ../sass/template/_widgets-layout.scss */
.widget .widget-content {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.widget .widget-content:before, .widget .widget-content:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.widget .widget-content:after {
  clear: both;
}
/* line 107, ../sass/template/_widgets-layout.scss */
.widget .widget-title-reversed {
  margin-right: 75px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .widget .widget-title-reversed {
  margin-left: 75px;
  margin-right: inherit;
}
/* line 115, ../sass/template/_widgets-layout.scss */
.widget.nopadding .widget-content {
  padding: 0;
  margin: 0;
}
/* line 121, ../sass/template/_widgets-layout.scss */
.widget.heading-full .widget-title, .widget.heading-full .widgettitle, .widget.heading-full .wpb_heading {
  position: relative;
}
/* line 123, ../sass/template/_widgets-layout.scss */
.widget.heading-full .widget-title:before, .widget.heading-full .widgettitle:before, .widget.heading-full .wpb_heading:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #ECECEC;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 9;
}
/* line 133, ../sass/template/_widgets-layout.scss */
.widget.heading-full .widget-title:after, .widget.heading-full .widgettitle:after, .widget.heading-full .wpb_heading:after {
  height: 2px;
}
/* line 136, ../sass/template/_widgets-layout.scss */
.widget.heading-full .widget-title span:after, .widget.heading-full .widgettitle span:after, .widget.heading-full .wpb_heading span:after {
  bottom: 2px;
}

/* line 143, ../sass/template/_widgets-layout.scss */
.heading-small .widget-title, .heading-small .widgettitle, .heading-small .wpb_heading {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  text-align: left;
  margin-bottom: 20px;
}
/* line 150, ../sass/template/_widgets-layout.scss */
.heading-small .widget-title:after, .heading-small .widgettitle:after, .heading-small .wpb_heading:after {
  margin: 0;
  left: 0;
  width: 30px;
  background: #000;
  height: 2px;
}

/* line 161, ../sass/template/_widgets-layout.scss */
.rtl .separator_align_right {
  text-align: left !important;
}
/* line 163, ../sass/template/_widgets-layout.scss */
.rtl .separator_align_right:after, .rtl .separator_align_right h2:before, .rtl .separator_align_right h3:before, .rtl .separator_align_right h4:before {
  left: 0 !important;
  right: auto !important;
  margin: 0 !important;
}
/* line 169, ../sass/template/_widgets-layout.scss */
.rtl .separator_align_left {
  text-align: right !important;
}
/* line 171, ../sass/template/_widgets-layout.scss */
.rtl .separator_align_left:after, .rtl .separator_align_left h2:before, .rtl .separator_align_left h3:before, .rtl .separator_align_left h4:before {
  left: auto !important;
  right: 0 !important;
  margin: 0 !important;
}

/* line 182, ../sass/template/_widgets-layout.scss */
.widget-theme {
  border-color: #ddd;
}
/* line 530, ../sass/mixins/_functions.scss */
.widget-theme .widget-title, .widget-theme .widgettitle, .widget-theme .wpb_heading {
  color: #fff;
  background-color: #c09c7b;
  border-color: #ddd;
}
/* line 534, ../sass/mixins/_functions.scss */
.widget-theme .widget-title + .widget-collapse .widget-content, .widget-theme .widgettitle + .widget-collapse .widget-content, .widget-theme .wpb_heading + .widget-collapse .widget-content {
  border-top-color: #ddd;
}
/* line 539, ../sass/mixins/_functions.scss */
.widget-theme > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #ddd;
}

/* line 185, ../sass/template/_widgets-layout.scss */
.widget-default {
  border-color: #ddd;
}
/* line 530, ../sass/mixins/_functions.scss */
.widget-default .widget-title, .widget-default .widgettitle, .widget-default .wpb_heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 534, ../sass/mixins/_functions.scss */
.widget-default .widget-title + .widget-collapse .widget-content, .widget-default .widgettitle + .widget-collapse .widget-content, .widget-default .wpb_heading + .widget-collapse .widget-content {
  border-top-color: #ddd;
}
/* line 539, ../sass/mixins/_functions.scss */
.widget-default > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #ddd;
}

/* line 188, ../sass/template/_widgets-layout.scss */
.widget-primary {
  border-color: #333333;
}
/* line 530, ../sass/mixins/_functions.scss */
.widget-primary .widget-title, .widget-primary .widgettitle, .widget-primary .wpb_heading {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
/* line 534, ../sass/mixins/_functions.scss */
.widget-primary .widget-title + .widget-collapse .widget-content, .widget-primary .widgettitle + .widget-collapse .widget-content, .widget-primary .wpb_heading + .widget-collapse .widget-content {
  border-top-color: #333333;
}
/* line 539, ../sass/mixins/_functions.scss */
.widget-primary > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #333333;
}

/* line 191, ../sass/template/_widgets-layout.scss */
.widget-success {
  border-color: #d6e9c6;
}
/* line 530, ../sass/mixins/_functions.scss */
.widget-success .widget-title, .widget-success .widgettitle, .widget-success .wpb_heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 534, ../sass/mixins/_functions.scss */
.widget-success .widget-title + .widget-collapse .widget-content, .widget-success .widgettitle + .widget-collapse .widget-content, .widget-success .wpb_heading + .widget-collapse .widget-content {
  border-top-color: #d6e9c6;
}
/* line 539, ../sass/mixins/_functions.scss */
.widget-success > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #d6e9c6;
}

/* line 194, ../sass/template/_widgets-layout.scss */
.widget-info {
  border-color: #bce8f1;
}
/* line 530, ../sass/mixins/_functions.scss */
.widget-info .widget-title, .widget-info .widgettitle, .widget-info .wpb_heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 534, ../sass/mixins/_functions.scss */
.widget-info .widget-title + .widget-collapse .widget-content, .widget-info .widgettitle + .widget-collapse .widget-content, .widget-info .wpb_heading + .widget-collapse .widget-content {
  border-top-color: #bce8f1;
}
/* line 539, ../sass/mixins/_functions.scss */
.widget-info > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #bce8f1;
}

/* line 197, ../sass/template/_widgets-layout.scss */
.widget-warning {
  border-color: #faebcc;
}
/* line 530, ../sass/mixins/_functions.scss */
.widget-warning .widget-title, .widget-warning .widgettitle, .widget-warning .wpb_heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 534, ../sass/mixins/_functions.scss */
.widget-warning .widget-title + .widget-collapse .widget-content, .widget-warning .widgettitle + .widget-collapse .widget-content, .widget-warning .wpb_heading + .widget-collapse .widget-content {
  border-top-color: #faebcc;
}
/* line 539, ../sass/mixins/_functions.scss */
.widget-warning > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #faebcc;
}

/* line 200, ../sass/template/_widgets-layout.scss */
.widget-danger {
  border-color: #ebccd1;
}
/* line 530, ../sass/mixins/_functions.scss */
.widget-danger .widget-title, .widget-danger .widgettitle, .widget-danger .wpb_heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 534, ../sass/mixins/_functions.scss */
.widget-danger .widget-title + .widget-collapse .widget-content, .widget-danger .widgettitle + .widget-collapse .widget-content, .widget-danger .wpb_heading + .widget-collapse .widget-content {
  border-top-color: #ebccd1;
}
/* line 539, ../sass/mixins/_functions.scss */
.widget-danger > .widget-footer + .widget-collapse .widget-body {
  border-bottom-color: #ebccd1;
}

/* line 204, ../sass/template/_widgets-layout.scss */
.widget-highlighted {
  margin: 0 0 20px;
}
/* line 206, ../sass/template/_widgets-layout.scss */
.widget-highlighted .widget-title, .widget-highlighted .widgettitle, .widget-highlighted .wpb_heading {
  margin: 0;
  color: #000;
  padding: 0;
  padding-right: 0;
  background: transparent;
  font-weight: 900;
  font-size: 14px;
  font-family: "Raleway";
  border: none !important;
  text-transform: uppercase;
  position: relative;
  padding: 0 15px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .widget-highlighted .widget-title, .rtl .widget-highlighted .widgettitle, .rtl .widget-highlighted .wpb_heading {
  padding-left: 0;
  padding-right: inherit;
}
/* line 219, ../sass/template/_widgets-layout.scss */
.widget-highlighted .widget-title:after, .widget-highlighted .widgettitle:after, .widget-highlighted .wpb_heading:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 1000px;
  background: #dde3e8;
}
/* line 228, ../sass/template/_widgets-layout.scss */
.widget-highlighted .widget-content {
  padding: 0;
  background: transparent;
}
/* line 231, ../sass/template/_widgets-layout.scss */
.widget-highlighted .widget-content > div {
  background: transparent;
}
/* line 233, ../sass/template/_widgets-layout.scss */
.widget-highlighted .widget-content > div > ul > li {
  border: none;
}
/* line 235, ../sass/template/_widgets-layout.scss */
.widget-highlighted .widget-content > div > ul > li > a {
  padding: 17px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #666666;
  margin: 0;
}
/* line 240, ../sass/template/_widgets-layout.scss */
.widget-highlighted .widget-content > div > ul > li > a:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 244, ../sass/template/_widgets-layout.scss */
.widget-highlighted .widget-content > div > ul > li:first-child a {
  border-top: none;
}

/* block inline style */
/* line 254, ../sass/template/_widgets-layout.scss */
.widget-inline .icon {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 35px;
  /* 9 */
  font-size: 3.5rem;
  /* 9 */
}
/* line 257, ../sass/template/_widgets-layout.scss */
.widget-inline .explain {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 1.1rem;
  /* 9 */
}
/* line 260, ../sass/template/_widgets-layout.scss */
.widget-inline .widget-content {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 1.1rem;
  /* 9 */
}
/* line 267, ../sass/template/_widgets-layout.scss */
.widget-inline .input-group {
  width: 98%;
}

/* line 274, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget {
  border: none;
  padding: 0;
  margin: 0 0 50px;
  background: #fff;
}
/* line 279, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget .widget-title, .wpo-sidebar .widget .widgettitle, .wpo-sidebar .widget .wpb_heading {
  padding: 0;
  margin: 0 0 20px;
  font-size: 12px;
  color: #c09c7b;
  line-height: 20px;
  font-weight: 900;
  font-family: "Raleway";
}
/* line 290, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget.buddypress span.activity {
  font-size: 9px;
}
/* line 295, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget > ul {
  padding: 0;
}
/* line 297, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget > ul li {
  padding: 10px 0;
  list-style: inside none square;
}
/* line 300, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget > ul li > a {
  font-weight: 400;
}
/* line 304, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget > ul li:last-child {
  border: none;
}
/* line 307, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget > ul li .children {
  padding-left: 30px;
  padding-top: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpo-sidebar .widget > ul li .children {
  padding-right: 30px;
  padding-left: inherit;
}
/* line 310, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget > ul li .children li {
  list-style: none;
  padding: 0;
}
/* line 313, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget > ul li .children li a {
  font-weight: 300;
}
/* line 321, ../sass/template/_widgets-layout.scss */
.wpo-sidebar .widget select {
  border: 1px solid #dde3e8;
  padding: 8px;
}
/* line 330, ../sass/template/_widgets-layout.scss */
.wpo-sidebar.widget_display_topics > ul li:last-child {
  border: 1px solid #dde3e8 !important;
}

/* block style in footer */
/* line 340, ../sass/template/_widgets-layout.scss */
.wpo-footer .widget {
  border: none;
  padding: 0;
  background: transparent;
  margin: 0 0 25px 0;
}
/* line 345, ../sass/template/_widgets-layout.scss */
.wpo-footer .widget .widget-title, .wpo-footer .widget .widgettitle, .wpo-footer .widget .wpb_heading {
  color: #c09c7b;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: 900;
  padding: 0 0 0px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 1.1rem;
  /* 9 */
  text-align: left;
  border: none;
  position: relative;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .wpo-footer .widget .widget-title, .rtl .wpo-footer .widget .widgettitle, .rtl .wpo-footer .widget .wpb_heading {
  text-align: right;
}
/* line 355, ../sass/template/_widgets-layout.scss */
.wpo-footer .widget .widget-title:after, .wpo-footer .widget .widgettitle:after, .wpo-footer .widget .wpb_heading:after {
  display: none;
}
/* line 358, ../sass/template/_widgets-layout.scss */
.wpo-footer .widget .widget-title span, .wpo-footer .widget .widgettitle span, .wpo-footer .widget .wpb_heading span {
  padding: 0;
}
/* line 361, ../sass/template/_widgets-layout.scss */
.wpo-footer .widget .widget-title span:before, .wpo-footer .widget .widget-title span:after, .wpo-footer .widget .widgettitle span:before, .wpo-footer .widget .widgettitle span:after, .wpo-footer .widget .wpb_heading span:before, .wpo-footer .widget .wpb_heading span:after {
  content: none;
}
/* line 365, ../sass/template/_widgets-layout.scss */
.wpo-footer .widget .widget-content {
  border: none;
  padding: 0;
}

/* line 373, ../sass/template/_widgets-layout.scss */
.wpo-topbar .widget, .header-bottom .widget {
  margin: 0;
}

/* 10. Widget */
/* widget styles */
/*------------------------------------*\
	 Widget
\*------------------------------------*/
/* line 7, ../sass/template/_widgets.scss */
.widget label {
  font-weight: 1.2em;
}
/* line 11, ../sass/template/_widgets.scss */
.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative;
}
/* line 15, ../sass/template/_widgets.scss */
.widget .widget_sp_image-image-link img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 23, ../sass/template/_widgets.scss */
.widget.widget_text p {
  margin: 0;
}
/* line 26, ../sass/template/_widgets.scss */
.widget.widget_text img {
  margin: 10px 0;
  height: auto;
}
/* line 33, ../sass/template/_widgets.scss */
.widget .post-widget .item-post {
  overflow: hidden;
}
/* line 35, ../sass/template/_widgets.scss */
.widget .post-widget .item-post .post-date {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 41, ../sass/template/_widgets.scss */
.widget .post-widget .image {
  width: 80px;
  height: auto;
  padding: 5px;
  border: 1px solid #dde3e8;
  margin: 0;
  margin-right: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .widget .post-widget .image {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 47, ../sass/template/_widgets.scss */
.widget .post-widget .image img {
  width: 100%;
  height: auto;
}
/* line 251, ../sass/mixins/_template-mixins.scss */
.widget.widget_archive ul, .widget.widget_archive ol {
  list-style: none;
  padding: 0;
}
/* line 254, ../sass/mixins/_template-mixins.scss */
.widget.widget_archive ul li, .widget.widget_archive ol li {
  border-bottom: 1px solid #dde3e8;
  padding: 10px 0;
  font-weight: 600;
}
/* line 258, ../sass/mixins/_template-mixins.scss */
.widget.widget_archive ul li .children,
.widget.widget_archive ul li .sub-menu, .widget.widget_archive ol li .children,
.widget.widget_archive ol li .sub-menu {
  padding: 9px 10px;
}
/* line 261, ../sass/mixins/_template-mixins.scss */
.widget.widget_archive ul li .children li,
.widget.widget_archive ul li .sub-menu li, .widget.widget_archive ol li .children li,
.widget.widget_archive ol li .sub-menu li {
  padding: 9px 0px;
  font-weight: 300;
}
/* line 266, ../sass/mixins/_template-mixins.scss */
.widget.widget_archive ul li a, .widget.widget_archive ol li a {
  padding: 0 12px;
  font-weight: 600;
}
/* line 270, ../sass/mixins/_template-mixins.scss */
.widget.widget_archive ul li:first-child, .widget.widget_archive ol li:first-child {
  background-position: 0 10px;
}
/* line 273, ../sass/mixins/_template-mixins.scss */
.widget.widget_archive ul li:last-child, .widget.widget_archive ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 279, ../sass/mixins/_template-mixins.scss */
.widget.widget_archive ul ul li:first-child, .widget.widget_archive ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
/* line 55, ../sass/template/_widgets.scss */
.widget.widget_archive > ul > li {
  border-bottom: 2px solid #dde3e8;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 100%;
  clear: both;
  text-align: right;
  overflow: hidden;
}
/* line 63, ../sass/template/_widgets.scss */
.widget.widget_archive > ul > li a {
  text-align: left;
  font-weight: 600;
  color: 777777;
  display: inline-block;
  float: left;
  position: relative;
  padding-left: 25px;
}
/* line 71, ../sass/template/_widgets.scss */
.widget.widget_archive > ul > li a:after {
  content: "\f07c";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  left: 0;
  color: #777777;
}
/* line 79, ../sass/template/_widgets.scss */
.widget.widget_archive > ul > li a:hover {
  color: #c09c7b;
}
/* line 83, ../sass/template/_widgets.scss */
.widget.widget_archive > ul > li:last-child {
  border-bottom: 2px solid #dde3e8 !important;
  padding-bottom: 5px;
}
/* line 91, ../sass/template/_widgets.scss */
.widget.widget_categories ul {
  padding: 0;
  list-style: none;
}
/* line 94, ../sass/template/_widgets.scss */
.widget.widget_categories ul > li {
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #dde3e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
/* line 101, ../sass/template/_widgets.scss */
.widget.widget_categories ul > li a {
  text-align: left;
  font-weight: 600;
  color: 777777;
  display: inline-block;
  float: left;
  position: relative;
  padding-left: 25px;
  padding-right: 5px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .widget.widget_categories ul > li a {
  padding-right: 25px;
  padding-left: inherit;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .widget.widget_categories ul > li a {
  padding-left: 5px;
  padding-right: inherit;
}
/* line 110, ../sass/template/_widgets.scss */
.widget.widget_categories ul > li a:after {
  content: "\f07c";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  left: 0;
  color: #777777;
}
/* line 118, ../sass/template/_widgets.scss */
.widget.widget_categories ul > li a:hover {
  color: #c09c7b;
}
/* line 122, ../sass/template/_widgets.scss */
.widget.widget_categories ul > li .count {
  float: right;
  padding: 0 5px;
  background-color: #F4F4F4;
  position: relative;
  z-index: 9;
  font-weight: 300;
  font-size: 14px;
  color: #d1d1d1;
}
/* line 132, ../sass/template/_widgets.scss */
.widget.widget_categories ul > li ul {
  padding-left: 30px;
}
/* line 134, ../sass/template/_widgets.scss */
.widget.widget_categories ul > li ul li:first-child {
  padding-top: 10px;
}
/* line 137, ../sass/template/_widgets.scss */
.widget.widget_categories ul > li ul li:last-child {
  border: none;
}
/* line 145, ../sass/template/_widgets.scss */
.widget.wpo-grid-posts .entry-description {
  max-height: 70px;
  overflow: hidden;
}
/* line 149, ../sass/template/_widgets.scss */
.widget.wpo-grid-posts .entry-content-inner {
  padding: 5px 0;
}
/* line 155, ../sass/template/_widgets.scss */
.widget.widget_display_topics ul {
  list-style: none;
  padding: 0;
}
/* line 158, ../sass/template/_widgets.scss */
.widget.widget_display_topics ul li {
  border: 1px solid #dde3e8 !important;
  padding: 20px;
  margin-bottom: 10px;
}
/* line 162, ../sass/template/_widgets.scss */
.widget.widget_display_topics ul li a {
  color: #93a0aa;
}
/* line 164, ../sass/template/_widgets.scss */
.widget.widget_display_topics ul li a:hover {
  color: #c09c7b;
}
/* line 251, ../sass/mixins/_template-mixins.scss */
.widget.widget_pages ul, .widget.widget_pages ol {
  list-style: none;
  padding: 0;
}
/* line 254, ../sass/mixins/_template-mixins.scss */
.widget.widget_pages ul li, .widget.widget_pages ol li {
  border-bottom: 1px solid #dde3e8;
  padding: 10px 0;
  font-weight: 600;
}
/* line 258, ../sass/mixins/_template-mixins.scss */
.widget.widget_pages ul li .children,
.widget.widget_pages ul li .sub-menu, .widget.widget_pages ol li .children,
.widget.widget_pages ol li .sub-menu {
  padding: 9px 10px;
}
/* line 261, ../sass/mixins/_template-mixins.scss */
.widget.widget_pages ul li .children li,
.widget.widget_pages ul li .sub-menu li, .widget.widget_pages ol li .children li,
.widget.widget_pages ol li .sub-menu li {
  padding: 9px 0px;
  font-weight: 300;
}
/* line 266, ../sass/mixins/_template-mixins.scss */
.widget.widget_pages ul li a, .widget.widget_pages ol li a {
  padding: 0 12px;
  font-weight: 600;
}
/* line 270, ../sass/mixins/_template-mixins.scss */
.widget.widget_pages ul li:first-child, .widget.widget_pages ol li:first-child {
  background-position: 0 10px;
}
/* line 273, ../sass/mixins/_template-mixins.scss */
.widget.widget_pages ul li:last-child, .widget.widget_pages ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 279, ../sass/mixins/_template-mixins.scss */
.widget.widget_pages ul ul li:first-child, .widget.widget_pages ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
/* line 251, ../sass/mixins/_template-mixins.scss */
.widget.widget_meta ul, .widget.widget_meta ol {
  list-style: none;
  padding: 0;
}
/* line 254, ../sass/mixins/_template-mixins.scss */
.widget.widget_meta ul li, .widget.widget_meta ol li {
  border-bottom: 1px solid #dde3e8;
  padding: 10px 0;
  font-weight: 600;
}
/* line 258, ../sass/mixins/_template-mixins.scss */
.widget.widget_meta ul li .children,
.widget.widget_meta ul li .sub-menu, .widget.widget_meta ol li .children,
.widget.widget_meta ol li .sub-menu {
  padding: 9px 10px;
}
/* line 261, ../sass/mixins/_template-mixins.scss */
.widget.widget_meta ul li .children li,
.widget.widget_meta ul li .sub-menu li, .widget.widget_meta ol li .children li,
.widget.widget_meta ol li .sub-menu li {
  padding: 9px 0px;
  font-weight: 300;
}
/* line 266, ../sass/mixins/_template-mixins.scss */
.widget.widget_meta ul li a, .widget.widget_meta ol li a {
  padding: 0 12px;
  font-weight: 600;
}
/* line 270, ../sass/mixins/_template-mixins.scss */
.widget.widget_meta ul li:first-child, .widget.widget_meta ol li:first-child {
  background-position: 0 10px;
}
/* line 273, ../sass/mixins/_template-mixins.scss */
.widget.widget_meta ul li:last-child, .widget.widget_meta ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 279, ../sass/mixins/_template-mixins.scss */
.widget.widget_meta ul ul li:first-child, .widget.widget_meta ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
/* line 251, ../sass/mixins/_template-mixins.scss */
.widget.widget_nav_menu ul, .widget.widget_nav_menu ol {
  list-style: none;
  padding: 0;
}
/* line 254, ../sass/mixins/_template-mixins.scss */
.widget.widget_nav_menu ul li, .widget.widget_nav_menu ol li {
  border-bottom: 1px solid #dde3e8;
  padding: 10px 0;
  font-weight: 600;
}
/* line 258, ../sass/mixins/_template-mixins.scss */
.widget.widget_nav_menu ul li .children,
.widget.widget_nav_menu ul li .sub-menu, .widget.widget_nav_menu ol li .children,
.widget.widget_nav_menu ol li .sub-menu {
  padding: 9px 10px;
}
/* line 261, ../sass/mixins/_template-mixins.scss */
.widget.widget_nav_menu ul li .children li,
.widget.widget_nav_menu ul li .sub-menu li, .widget.widget_nav_menu ol li .children li,
.widget.widget_nav_menu ol li .sub-menu li {
  padding: 9px 0px;
  font-weight: 300;
}
/* line 266, ../sass/mixins/_template-mixins.scss */
.widget.widget_nav_menu ul li a, .widget.widget_nav_menu ol li a {
  padding: 0 12px;
  font-weight: 600;
}
/* line 270, ../sass/mixins/_template-mixins.scss */
.widget.widget_nav_menu ul li:first-child, .widget.widget_nav_menu ol li:first-child {
  background-position: 0 10px;
}
/* line 273, ../sass/mixins/_template-mixins.scss */
.widget.widget_nav_menu ul li:last-child, .widget.widget_nav_menu ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 279, ../sass/mixins/_template-mixins.scss */
.widget.widget_nav_menu ul ul li:first-child, .widget.widget_nav_menu ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
/* line 251, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul, .widget.widget_rss ol {
  list-style: none;
  padding: 0;
}
/* line 254, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li, .widget.widget_rss ol li {
  border-bottom: 1px solid #dde3e8;
  padding: 10px 0;
  font-weight: 600;
}
/* line 258, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li .children,
.widget.widget_rss ul li .sub-menu, .widget.widget_rss ol li .children,
.widget.widget_rss ol li .sub-menu {
  padding: 9px 10px;
}
/* line 261, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li .children li,
.widget.widget_rss ul li .sub-menu li, .widget.widget_rss ol li .children li,
.widget.widget_rss ol li .sub-menu li {
  padding: 9px 0px;
  font-weight: 300;
}
/* line 266, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li a, .widget.widget_rss ol li a {
  padding: 0 12px;
  font-weight: 600;
}
/* line 270, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li:first-child, .widget.widget_rss ol li:first-child {
  background-position: 0 10px;
}
/* line 273, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 279, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
/* line 185, ../sass/template/_widgets.scss */
.widget.widget_rss ul li {
  background: none;
}
/* line 187, ../sass/template/_widgets.scss */
.widget.widget_rss ul li a {
  padding: 0;
}
/* line 251, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_entries ul, .widget.widget_recent_entries ol {
  list-style: none;
  padding: 0;
}
/* line 254, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_entries ul li, .widget.widget_recent_entries ol li {
  border-bottom: 1px solid #dde3e8;
  padding: 10px 0;
  font-weight: 600;
}
/* line 258, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_entries ul li .children,
.widget.widget_recent_entries ul li .sub-menu, .widget.widget_recent_entries ol li .children,
.widget.widget_recent_entries ol li .sub-menu {
  padding: 9px 10px;
}
/* line 261, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_entries ul li .children li,
.widget.widget_recent_entries ul li .sub-menu li, .widget.widget_recent_entries ol li .children li,
.widget.widget_recent_entries ol li .sub-menu li {
  padding: 9px 0px;
  font-weight: 300;
}
/* line 266, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_entries ul li a, .widget.widget_recent_entries ol li a {
  padding: 0 12px;
  font-weight: 600;
}
/* line 270, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_entries ul li:first-child, .widget.widget_recent_entries ol li:first-child {
  background-position: 0 10px;
}
/* line 273, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_entries ul li:last-child, .widget.widget_recent_entries ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 279, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_entries ul ul li:first-child, .widget.widget_recent_entries ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
/* line 196, ../sass/template/_widgets.scss */
.widget.widget_recent_entries ul li {
  background: none;
}
/* line 251, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_comments ul, .widget.widget_recent_comments ol {
  list-style: none;
  padding: 0;
}
/* line 254, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_comments ul li, .widget.widget_recent_comments ol li {
  border-bottom: 1px solid #dde3e8;
  padding: 10px 0;
  font-weight: 600;
}
/* line 258, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_comments ul li .children,
.widget.widget_recent_comments ul li .sub-menu, .widget.widget_recent_comments ol li .children,
.widget.widget_recent_comments ol li .sub-menu {
  padding: 9px 10px;
}
/* line 261, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_comments ul li .children li,
.widget.widget_recent_comments ul li .sub-menu li, .widget.widget_recent_comments ol li .children li,
.widget.widget_recent_comments ol li .sub-menu li {
  padding: 9px 0px;
  font-weight: 300;
}
/* line 266, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_comments ul li a, .widget.widget_recent_comments ol li a {
  padding: 0 12px;
  font-weight: 600;
}
/* line 270, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_comments ul li:first-child, .widget.widget_recent_comments ol li:first-child {
  background-position: 0 10px;
}
/* line 273, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_comments ul li:last-child, .widget.widget_recent_comments ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 279, ../sass/mixins/_template-mixins.scss */
.widget.widget_recent_comments ul ul li:first-child, .widget.widget_recent_comments ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
/* line 203, ../sass/template/_widgets.scss */
.widget.widget_recent_comments ul li {
  background: none;
}
/* line 251, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul, .widget.widget_rss ol {
  list-style: none;
  padding: 0;
}
/* line 254, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li, .widget.widget_rss ol li {
  border-bottom: 1px solid #dde3e8;
  padding: 10px 0;
  font-weight: 600;
}
/* line 258, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li .children,
.widget.widget_rss ul li .sub-menu, .widget.widget_rss ol li .children,
.widget.widget_rss ol li .sub-menu {
  padding: 9px 10px;
}
/* line 261, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li .children li,
.widget.widget_rss ul li .sub-menu li, .widget.widget_rss ol li .children li,
.widget.widget_rss ol li .sub-menu li {
  padding: 9px 0px;
  font-weight: 300;
}
/* line 266, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li a, .widget.widget_rss ol li a {
  padding: 0 12px;
  font-weight: 600;
}
/* line 270, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li:first-child, .widget.widget_rss ol li:first-child {
  background-position: 0 10px;
}
/* line 273, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 279, ../sass/mixins/_template-mixins.scss */
.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
/* line 210, ../sass/template/_widgets.scss */
.widget.widget_rss ul li {
  background: none;
  font-weight: 300;
}
/* line 213, ../sass/template/_widgets.scss */
.widget.widget_rss ul li .rsswidget {
  font-weight: 600;
}
/* line 216, ../sass/template/_widgets.scss */
.widget.widget_rss ul li a {
  padding: 0;
}
/* line 219, ../sass/template/_widgets.scss */
.widget.widget_rss ul li:before {
  display: none;
}
/* line 226, ../sass/template/_widgets.scss */
.widget.widget_tag_cloud .tagcloud > a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 13px !important;
  border: 1px solid #dde3e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #93a0aa;
}
/* line 234, ../sass/template/_widgets.scss */
.widget.widget_tag_cloud .tagcloud > a:hover {
  color: #c09c7b;
  border: 1px solid #c09c7b;
}
/* line 243, ../sass/template/_widgets.scss */
.widget.widget_wpo_featured_video_widget .widget-video-name {
  line-height: 1.6667;
}
/* line 249, ../sass/template/_widgets.scss */
.widget.widget_wpo_tabs_widget .nav-tabs li {
  margin-bottom: 10px;
}
/* line 255, ../sass/template/_widgets.scss */
.widget.widget-products .widget-title {
  max-width: 300px;
  margin: 20px auto;
}
/* line 261, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_comment article {
  margin-bottom: 15px;
}
/* line 264, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_comment .avatar-comment-widget {
  margin-right: 10px;
  float: left;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .widget.widget_wpo_recent_comment .avatar-comment-widget {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .widget.widget_wpo_recent_comment .avatar-comment-widget {
  float: right;
}
/* line 268, ../sass/template/_widgets.scss */
.widget.widget_wpo_recent_comment .content-comment-widget {
  font-size: 14px;
}
/* line 273, ../sass/template/_widgets.scss */
.widget.widget_recent_entries ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 277, ../sass/template/_widgets.scss */
.widget.widget_recent_entries ul > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
/* line 282, ../sass/template/_widgets.scss */
.widget.widget_recent_entries ul > li a:hover {
  color: #c09c7b;
}
/* line 286, ../sass/template/_widgets.scss */
.widget.widget_recent_entries ul > li .post-date {
  font-weight: 400 !important;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 299, ../sass/template/_widgets.scss */
.widget.widget-buddypress-members .heading.heading-v2 {
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  padding-right: 50px;
  margin-right: 40px;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .widget.widget-buddypress-members .heading.heading-v2 {
  float: right;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .widget.widget-buddypress-members .heading.heading-v2 {
  padding-left: 50px;
  padding-right: inherit;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .widget.widget-buddypress-members .heading.heading-v2 {
  margin-left: 40px;
  margin-right: inherit;
}
/* line 305, ../sass/template/_widgets.scss */
.widget.widget-buddypress-members .heading.heading-v2:after {
  top: 24px;
}
/* line 308, ../sass/template/_widgets.scss */
.widget.widget-buddypress-members .heading.heading-v2 span {
  line-height: 32px;
}
/* line 314, ../sass/template/_widgets.scss */
.widget.widget-buddypress-members .heading.heading-v3:after {
  max-width: 500px;
  left: 0;
  right: 0;
  margin: auto;
  top: 18px;
}
/* line 322, ../sass/template/_widgets.scss */
.widget.widget-buddypress-members .heading.heading-v2 span, .widget.widget-buddypress-members .heading.heading-v3 span {
  text-transform: uppercase;
  color: #c09c7b;
  font-weight: 800;
  background: #fff;
  position: relative;
  z-index: 9;
  font-size: 10px;
  padding-right: 10px;
  letter-spacing: 5px;
  display: inline-block;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .widget.widget-buddypress-members .heading.heading-v2 span, .rtl .widget.widget-buddypress-members .heading.heading-v3 span {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 338, ../sass/template/_widgets.scss */
.widget.blog-type img.avatar {
  width: 40px;
}

/*------------------------------------*\
	 Category Filter
\*------------------------------------*/
/* line 352, ../sass/template/_widgets.scss */
.wpo-category-filter .category-filter-content {
  position: absolute;
  z-index: 9;
  text-align: center;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  margin: auto;
  color: #fff;
}
/* line 361, ../sass/template/_widgets.scss */
.wpo-category-filter .category-filter-content .category-filter-subtitle {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
}
/* line 367, ../sass/template/_widgets.scss */
.wpo-category-filter .category-filter-content .category-filter-heading a {
  padding: 0;
}
/* line 369, ../sass/template/_widgets.scss */
.wpo-category-filter .category-filter-content .category-filter-heading a:hover {
  text-decoration: none;
}
/* line 373, ../sass/template/_widgets.scss */
.wpo-category-filter .category-filter-content .category-filter-heading .category-filter-title {
  padding: 0 0 12px;
  margin: 0 0 12px;
  font-size: 44px;
  color: #fff;
  text-transform: none;
  font-weight: 200;
  letter-spacing: 0;
  position: relative;
}
/* line 382, ../sass/template/_widgets.scss */
.wpo-category-filter .category-filter-content .category-filter-heading .category-filter-title:before {
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  content: "";
}
/* line 396, ../sass/template/_widgets.scss */
.wpo-category-filter .category-image {
  position: relative;
  overflow: hidden;
}
/* line 399, ../sass/template/_widgets.scss */
.wpo-category-filter .category-image img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 402, ../sass/template/_widgets.scss */
.wpo-category-filter .category-image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
/* line 412, ../sass/template/_widgets.scss */
.wpo-category-filter .category-image:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/* line 417, ../sass/template/_widgets.scss */
.wpo-category-filter:hover {
  cursor: pointer;
}

/*------------------------------------*\
	 Widget Buddypress Group
\*------------------------------------*/
/* line 428, ../sass/template/_widgets.scss */
.widget-buddypress-group .buddypress-group .item-title {
  margin-bottom: 10px;
}
/* line 430, ../sass/template/_widgets.scss */
.widget-buddypress-group .buddypress-group .item-title a {
  font-size: 18px;
  font-weight: 500;
}
/* line 435, ../sass/template/_widgets.scss */
.widget-buddypress-group .buddypress-group .item-count, .widget-buddypress-group .buddypress-group .item-meta {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: 700;
}
/* line 443, ../sass/template/_widgets.scss */
.widget-buddypress-group.left .item {
  padding: 30px 0;
}
/* line 446, ../sass/template/_widgets.scss */
.widget-buddypress-group.left .buddypress-group {
  margin: 20px 0;
}
/* line 448, ../sass/template/_widgets.scss */
.widget-buddypress-group.left .buddypress-group .item-avatar {
  float: left;
  margin-right: 20px;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .widget-buddypress-group.left .buddypress-group .item-avatar {
  float: right;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .widget-buddypress-group.left .buddypress-group .item-avatar {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 455, ../sass/template/_widgets.scss */
.widget-buddypress-group.center .buddypress-group {
  text-align: center;
}
/* line 458, ../sass/template/_widgets.scss */
.widget-buddypress-group.center .item {
  padding: 10px 0;
  min-height: 130px;
}
/* line 464, ../sass/template/_widgets.scss */
.widget-buddypress-group.bg-gray .widget-content-v1 {
  background-color: #F9F9F9;
  padding: 30px;
}
/* line 471, ../sass/template/_widgets.scss */
.widget-buddypress-group.light .item-title a {
  color: #fff;
}
/* line 473, ../sass/template/_widgets.scss */
.widget-buddypress-group.light .item-title a:hover {
  color: #c09c7b;
}
/* line 480, ../sass/template/_widgets.scss */
.widget-buddypress-group.light .item-count {
  color: #fff;
}
/* line 487, ../sass/template/_widgets.scss */
.widget-buddypress-group.bg-gray .item-title a, .widget-buddypress-group.dark .item-title a {
  color: #000;
}
/* line 489, ../sass/template/_widgets.scss */
.widget-buddypress-group.bg-gray .item-title a:hover, .widget-buddypress-group.dark .item-title a:hover {
  color: #c09c7b;
}
/* line 494, ../sass/template/_widgets.scss */
.widget-buddypress-group.bg-gray .item-count, .widget-buddypress-group.dark .item-count {
  color: #000;
}

/*------------------------------------*\
	 Portfolio Carousel
\*------------------------------------*/
/* line 504, ../sass/template/_widgets.scss */
.portfolio-carousel {
  position: relative;
}
/* line 507, ../sass/template/_widgets.scss */
.portfolio-carousel .heading.heading-v1 h2 a {
  color: #fff;
}
/* line 511, ../sass/template/_widgets.scss */
.portfolio-carousel .img {
  padding: 0;
}
/* line 514, ../sass/template/_widgets.scss */
.portfolio-carousel .info {
  padding: 5% 10%;
}
/* line 516, ../sass/template/_widgets.scss */
.portfolio-carousel .info .info-inner {
  padding-bottom: 100px;
}
/* line 521, ../sass/template/_widgets.scss */
.portfolio-carousel .owl-carousel-play .carousel-controls {
  position: absolute;
  bottom: 50px;
  right: 22%;
  z-index: 9;
  width: 130px;
  height: 100px;
}
/* line 527, ../sass/template/_widgets.scss */
.portfolio-carousel .owl-carousel-play .carousel-controls .carousel-control {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 0 1px rgba(221, 227, 232, 0.6) inset;
}
/* line 532, ../sass/template/_widgets.scss */
.portfolio-carousel .owl-carousel-play .carousel-controls .carousel-control:hover, .portfolio-carousel .owl-carousel-play .carousel-controls .carousel-control:focus {
  box-shadow: 0 0 0 1px rgba(221, 227, 232, 0.6) inset;
}

/*------------------------------------*\
	 Widget Sidebar
\*------------------------------------*/
/* line 546, ../sass/template/_widgets.scss */
.wpo-sidebar select, .wpo-sidebar table {
  width: 100%;
}
/* line 551, ../sass/template/_widgets.scss */
.wpo-sidebar .post-widget .blog-title, .wpo-sidebar .post-widget h6,
.wpo-sidebar .comment-widget .blog-title,
.wpo-sidebar .comment-widget h6 {
  margin: 0;
  line-height: 1.6667;
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
}
/* line 557, ../sass/template/_widgets.scss */
.wpo-sidebar .post-widget p,
.wpo-sidebar .comment-widget p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
}
/* line 560, ../sass/template/_widgets.scss */
.wpo-sidebar .post-widget .post-date,
.wpo-sidebar .comment-widget .post-date {
  margin: 0;
  line-height: 18px;
}

/* line 567, ../sass/template/_widgets.scss */
.isotope-list {
  overflow: hidden;
}

/*------------------------------------*\
	 Widget Footer
\*------------------------------------*/
/* line 578, ../sass/template/_widgets.scss */
.wpo-footer ul li {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 585, ../sass/template/_widgets.scss */
.wpcf7 .contact-footer input:not([type*="submit"]), .wpcf7 .contact-footer textarea {
  color: #999999;
}
/* line 590, ../sass/template/_widgets.scss */
.wpcf7 .contact-footer textarea {
  height: 160px;
}

/* line 595, ../sass/template/_widgets.scss */
.wpo-pagination {
  text-align: center;
}
/* line 597, ../sass/template/_widgets.scss */
.wpo-pagination ul.pagination {
  display: inline-block;
  float: none !important;
}
/* line 601, ../sass/template/_widgets.scss */
.wpo-pagination ul.pagination > li > a, .wpo-pagination ul.pagination > li > span {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  margin: 0 5px;
  border: none;
  background: #F5F5F5;
  padding: 8px 0 0;
  text-align: center;
}
/* line 612, ../sass/template/_widgets.scss */
.wpo-pagination ul.pagination > li > a.prev, .wpo-pagination ul.pagination > li > a.next, .wpo-pagination ul.pagination > li > span.prev, .wpo-pagination ul.pagination > li > span.next {
  text-indent: -9999px;
  position: relative;
  overflow: hidden;
}
/* line 616, ../sass/template/_widgets.scss */
.wpo-pagination ul.pagination > li > a.prev:after, .wpo-pagination ul.pagination > li > a.next:after, .wpo-pagination ul.pagination > li > span.prev:after, .wpo-pagination ul.pagination > li > span.next:after {
  position: absolute;
  top: 8px;
  right: 15px;
  font-family: FontAwesome;
  z-index: 1;
  text-indent: 99px !important;
}
/* line 625, ../sass/template/_widgets.scss */
.wpo-pagination ul.pagination > li > a.next:after, .wpo-pagination ul.pagination > li > span.next:after {
  content: "\f101";
}
/* line 628, ../sass/template/_widgets.scss */
.wpo-pagination ul.pagination > li > a.prev:after, .wpo-pagination ul.pagination > li > span.prev:after {
  content: "\f100";
}
/* line 631, ../sass/template/_widgets.scss */
.wpo-pagination ul.pagination > li > a:hover, .wpo-pagination ul.pagination > li > span:hover {
  background: #c09c7b;
  color: #fff;
}
/* line 635, ../sass/template/_widgets.scss */
.wpo-pagination ul.pagination > li > a.current, .wpo-pagination ul.pagination > li > span.current {
  background: #c09c7b;
  color: #fff;
}
/* line 642, ../sass/template/_widgets.scss */
.wpo-pagination .result-count {
  display: none;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
/* line 6, ../sass/template/_offcanvas.scss */
.sidebar-offcanvas {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

/* line 13, ../sass/template/_offcanvas.scss */
.bottom-offcanvas {
  border-top: 1px solid red;
  padding: 10px 0;
}

/* line 19, ../sass/template/_offcanvas.scss */
.offcanvas-head button {
  padding: 14px 25px;
}

/* line 24, ../sass/template/_offcanvas.scss */
.row-offcanvas {
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* line 29, ../sass/template/_offcanvas.scss */
.offcanvas-showright {
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  width: 400px;
  position: absolute;
  right: -800px;
  top: 0;
  z-index: 1000;
  display: none;
}
/* line 38, ../sass/template/_offcanvas.scss */
.offcanvas-showright .above {
  padding: 0 50px;
}
/* line 41, ../sass/template/_offcanvas.scss */
.offcanvas-showright.active {
  width: 100%;
  display: block;
  right: 0;
}
/* line 43, ../sass/template/_offcanvas.scss */
.offcanvas-showright.active:before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* line 53, ../sass/template/_offcanvas.scss */
.offcanvas-showright.active .inner {
  min-width: 360px;
  height: 100%;
  padding: 50px 0;
  background: rgba(192, 156, 123, 0.8);
  float: right;
  position: relative;
  z-index: 999;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .offcanvas-showright.active .inner {
  float: left;
}
/* line 64, ../sass/template/_offcanvas.scss */
.offcanvas-showright.active .account-links {
  margin-right: 20px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .offcanvas-showright.active .account-links {
  margin-left: 20px;
  margin-right: inherit;
}
/* line 66, ../sass/template/_offcanvas.scss */
.offcanvas-showright.active .account-links a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
}
/* line 72, ../sass/template/_offcanvas.scss */
.offcanvas-showright.active .account-links a:hover {
  text-decoration: underline;
}
/* line 78, ../sass/template/_offcanvas.scss */
.offcanvas-showright .showright {
  width: 40px;
  height: 40px;
  border: none;
}
/* line 82, ../sass/template/_offcanvas.scss */
.offcanvas-showright .showright .fa {
  color: #c09c7b;
}
/* line 89, ../sass/template/_offcanvas.scss */
.offcanvas-showright .navbar-mega .navbar-nav > li > a {
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
}
/* line 96, ../sass/template/_offcanvas.scss */
.offcanvas-showright .navbar-mega .navbar-nav > .active > a {
  color: #fff !important;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  /* line 107, ../sass/template/_offcanvas.scss */
  .row-offcanvas-right {
    right: 0;
  }
  /* line 115, ../sass/rtl/_rtl.scss */
  .rtl .row-offcanvas-right {
    left: 0;
    right: auto;
  }

  /* line 110, ../sass/template/_offcanvas.scss */
  .row-offcanvas-left {
    left: 0;
  }
  /* line 108, ../sass/rtl/_rtl.scss */
  .rtl .row-offcanvas-left {
    right: 0;
    left: auto;
  }

  /* line 113, ../sass/template/_offcanvas.scss */
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%;
  }
  /* line 115, ../sass/rtl/_rtl.scss */
  .rtl .row-offcanvas-right
  .sidebar-offcanvas {
    left: -50%;
    right: auto;
  }

  /* line 117, ../sass/template/_offcanvas.scss */
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%;
  }
  /* line 108, ../sass/rtl/_rtl.scss */
  .rtl .row-offcanvas-left
  .sidebar-offcanvas {
    right: -50%;
    left: auto;
  }

  /* line 121, ../sass/template/_offcanvas.scss */
  .row-offcanvas-right.active {
    right: 50%;
  }
  /* line 115, ../sass/rtl/_rtl.scss */
  .rtl .row-offcanvas-right.active {
    left: 50%;
    right: auto;
  }

  /* line 124, ../sass/template/_offcanvas.scss */
  .row-offcanvas-left.active {
    left: 50%;
  }
  /* line 108, ../sass/rtl/_rtl.scss */
  .rtl .row-offcanvas-left.active {
    right: 50%;
    left: auto;
  }
}
/* line 129, ../sass/template/_offcanvas.scss */
#wpo-off-canvas {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* line 132, ../sass/template/_offcanvas.scss */
.navbar-offcanvas {
  border: none;
}
/* line 136, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 139, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li > * {
  background: none;
  font-size: 20px;
  color: black;
}
/* line 144, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li:first-child {
  border: none;
}
/* line 147, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li .dropdown-menu {
  background: #fff;
  min-width: 250px;
  padding: 20px;
}
/* line 151, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li .dropdown-menu ul {
  list-style: none;
  padding: 0;
}
/* line 155, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li .dropdown-menu a {
  font-size: 14px;
}
/* line 157, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li .dropdown-menu a:hover {
  color: #c09c7b;
}
/* line 163, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li .wpo-search .input-search {
  height: 40px;
}
/* line 167, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li.mini-cart {
  display: block;
}
/* line 169, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li.mini-cart a.mini-cart-button {
  padding: 18px 25px 12px;
  display: inline-block;
}
/* line 172, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li.mini-cart a.mini-cart-button span {
  padding: 0;
}
/* line 174, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li.mini-cart a.mini-cart-button span i {
  font-size: 20px;
  color: #000;
}
/* line 180, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li.mini-cart .open > a {
  background: none;
  color: #fff;
}
/* line 184, ../sass/template/_offcanvas.scss */
.navbar-offcanvas .offcanvas-inner .list-action > li.mini-cart .dropdown-menu {
  left: -200px;
  right: auto;
}
/* line 192, ../sass/template/_offcanvas.scss */
.navbar-offcanvas ul#main-menu-offcanvas {
  float: none;
  display: block;
}
/* line 195, ../sass/template/_offcanvas.scss */
.navbar-offcanvas ul#main-menu-offcanvas > li {
  position: relative;
  border-bottom: 1px solid #dde3e8;
  display: block;
  float: none;
}
/* line 200, ../sass/template/_offcanvas.scss */
.navbar-offcanvas ul#main-menu-offcanvas > li .caret {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #dde3e8;
  z-index: 9;
  background: #f5f5f5;
}
/* line 208, ../sass/template/_offcanvas.scss */
.navbar-offcanvas ul#main-menu-offcanvas > li .caret:hover {
  cursor: pointer;
}
/* line 211, ../sass/template/_offcanvas.scss */
.navbar-offcanvas ul#main-menu-offcanvas > li .caret:after {
  font-family: FontAwesome;
  content: "\f107";
  top: 0px;
  left: 7px;
  position: absolute;
  z-index: 9;
}
/* line 220, ../sass/template/_offcanvas.scss */
.navbar-offcanvas ul#main-menu-offcanvas > li ul {
  padding-left: 20px;
}
/* line 222, ../sass/template/_offcanvas.scss */
.navbar-offcanvas ul#main-menu-offcanvas > li ul li a {
  font-size: 13px;
  font-weight: 300;
}
/* line 228, ../sass/template/_offcanvas.scss */
.navbar-offcanvas ul#main-menu-offcanvas li.active > a {
  background: none;
  color: #c09c7b;
}

/* line 4, ../sass/template/_menu.scss */
.navbar-vertical.navbar-mega .navbar-nav > li {
  display: block !important;
  float: none !important;
}
/* line 8, ../sass/template/_menu.scss */
.navbar-vertical.navbar-mega .navbar-nav .dropdown-menu {
  right: 100% !important;
  left: auto !important;
  margin-top: -30px;
}
/* line 13, ../sass/template/_menu.scss */
.navbar-vertical.navbar-mega .navbar-nav .aligned-fullwidth {
  position: relative !important;
}
/* line 15, ../sass/template/_menu.scss */
.navbar-vertical.navbar-mega .navbar-nav .aligned-fullwidth > .dropdown-menu {
  position: absolute !important;
  top: auto;
  width: 900px !important;
}

/*
*  Main Menu
*/
/* line 28, ../sass/template/_menu.scss */
.navbar-mega {
  min-height: inherit;
  margin: 0px;
  border: 0px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* line 33, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav {
  float: none;
}
/* line 36, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > .open > a {
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  color: #c09c7b;
  background: transparent;
}
/* line 41, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > .open > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 46, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 49, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav ul li.parent {
  position: relative;
}
/* line 52, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav ul li.dropdown-submenu {
  position: relative;
}
/* line 54, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav ul li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  position: absolute;
}
/* line 64, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav li.active {
  background: none;
}
/* line 66, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav li.active > a {
  background: none;
  color: #c09c7b !important;
}
/* line 72, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav li a:hover, .navbar-mega .navbar-nav li a:active, .navbar-mega .navbar-nav li a:focus {
  background: none;
  color: #c09c7b;
}
/* line 77, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav li.open > a {
  background: none;
  color: #c09c7b;
}
/* line 82, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li {
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 0;
  padding: 18px 0;
}
/* line 87, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li > a {
  position: relative;
  color: #000;
  padding: 0 11px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 1199px) {
  /* line 87, ../sass/template/_menu.scss */
  .navbar-mega .navbar-nav > li > a {
    padding: 0 15px;
  }
}
/* line 101, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li > a .caret {
  color: #DDDDDD;
  border-width: 3px;
}
/* line 106, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li > a:hover, .navbar-mega .navbar-nav > li > a:focus {
  color: #c09c7b;
  background: transparent;
}
/* line 114, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
/* line 118, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li:first-child a {
  border: none;
}
/* line 122, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .dropdown-menu {
  border-top: 2px solid #c09c7b;
  background: #fff;
  min-width: 240px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
}
/* line 128, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .dropdown-menu ul.dropdown-menu {
  left: 100%;
  top: 0;
  position: absolute;
}
/* line 133, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .dropdown-menu .row {
  padding-top: 0;
}
/* line 136, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .dropdown-menu li {
  display: block;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #dde3e8;
}
/* line 141, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .dropdown-menu li a {
  min-height: inherit;
  display: block;
  font-weight: 400;
  padding: 15px 30px;
  color: #93a0aa;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 151, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .dropdown-menu li a:hover {
  color: #c09c7b;
  background: transparent;
  padding-left: 40px;
}
/* line 157, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .dropdown-menu li:last-child {
  border: 0;
}
/* line 163, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .container-mega ul {
  padding-top: 20px;
  padding-top: 20px;
}
/* line 167, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .container-mega li {
  border: none;
}
/* line 169, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .container-mega li a {
  padding: 10px 30px;
}
/* line 174, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .mega-dropdown-menu {
  padding: 30px;
}
/* line 178, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a {
  padding-left: 0;
  padding-right: 0;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a {
  padding-right: 0;
  padding-left: inherit;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a {
  padding-left: 0;
  padding-right: inherit;
}
/* line 181, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a:hover {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a:hover {
  padding-right: 10px;
  padding-left: inherit;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .navbar-mega .navbar-nav > li .mega-dropdown-menu ul li a:hover {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 190, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > .active {
  background: transparent;
}
/* line 192, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > .active > a {
  color: #c09c7b;
}
/* line 194, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav > .active > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 199, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav .aligned-fullwidth {
  position: static !important;
}
/* line 201, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav .aligned-fullwidth .dropdown-menu {
  width: 100% !important;
}
/* line 206, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav .aligned-right > .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 212, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav .container-mega .row {
  padding-bottom: 0;
  margin: 0px !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 218, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav .container-mega .row > div {
  position: relative;
  padding: 0;
}
/* line 221, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav .container-mega .row > div:after {
  content: "";
  width: 1px;
  height: 1000px;
  background: #dde3e8;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 229, ../sass/template/_menu.scss */
.navbar-mega .navbar-nav .container-mega .row > div:first-child:after {
  content: none;
}
/* line 237, ../sass/template/_menu.scss */
.navbar-mega .widget widget-title, .navbar-mega .widget .widgettitle, .navbar-mega .widget .wpb_heading {
  font-size: 12px;
  font-weight: 900;
  color: #000;
  letter-spacing: 0;
  text-align: left;
  padding: 20px 30px;
  margin: 0 !important;
  border-bottom: 1px solid #dde3e8;
}
/* line 246, ../sass/template/_menu.scss */
.navbar-mega .widget widget-title:after, .navbar-mega .widget widget-title:before, .navbar-mega .widget .widgettitle:after, .navbar-mega .widget .widgettitle:before, .navbar-mega .widget .wpb_heading:after, .navbar-mega .widget .wpb_heading:before {
  content: none;
}

/* line 260, ../sass/template/_menu.scss */
nav#wpo-mainnav.padding-large .navbar-nav > li {
  padding: 38px 0;
}
/* line 262, ../sass/template/_menu.scss */
nav#wpo-mainnav.padding-large .navbar-nav > li > a:before {
  top: -50px;
}
@media (max-width: 991px) {
  /* line 260, ../sass/template/_menu.scss */
  nav#wpo-mainnav.padding-large .navbar-nav > li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  /* line 268, ../sass/template/_menu.scss */
  nav#wpo-mainnav.padding-large .navbar-nav > li > a:before {
    top: -15px;
  }
}
/* line 277, ../sass/template/_menu.scss */
nav#wpo-mainnav.padding-small .navbar-nav > li {
  padding: 18px 0;
}
/* line 279, ../sass/template/_menu.scss */
nav#wpo-mainnav.padding-small .navbar-nav > li > a:before {
  top: -18px;
}
/* line 286, ../sass/template/_menu.scss */
nav#wpo-mainnav.border .navbar-nav > li {
  border-left: 1px solid #dde3e8;
  padding: 21px 0;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl nav#wpo-mainnav.border .navbar-nav > li {
  border-right: 1px solid #dde3e8;
  border-left: inherit;
}
/* line 289, ../sass/template/_menu.scss */
nav#wpo-mainnav.border .navbar-nav > li:last-child {
  border-right: 1px solid #dde3e8;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl nav#wpo-mainnav.border .navbar-nav > li:last-child {
  border-left: 1px solid #dde3e8;
  border-right: inherit;
}
/* line 292, ../sass/template/_menu.scss */
nav#wpo-mainnav.border .navbar-nav > li > a {
  border: none;
}
/* line 299, ../sass/template/_menu.scss */
nav#wpo-mainnav.style-vertical .navbar-nav > li {
  display: inline-block;
  width: 100%;
}
/* line 305, ../sass/template/_menu.scss */
nav#wpo-mainnav.style-dark .navbar-nav > li {
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 307, ../sass/template/_menu.scss */
nav#wpo-mainnav.style-dark .navbar-nav > li > a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 310, ../sass/template/_menu.scss */
nav#wpo-mainnav.style-dark .navbar-nav > li > a:hover {
  color: #c09c7b;
}

/* line 318, ../sass/template/_menu.scss */
.bg-menu-v1 {
  background: transparent;
}

/* line 321, ../sass/template/_menu.scss */
.bg-menu-v2 {
  background: #fff;
}

/* line 324, ../sass/template/_menu.scss */
.bg-menu-v3 {
  background: #2E2739;
}

/* line 327, ../sass/template/_menu.scss */
.bg-menu-v4 {
  background: #332C3E;
}

/* 8. Form */
/* line 1, ../sass/template/_style.scss */
.font-size-lg {
  font-size: 46px;
}

/* line 4, ../sass/template/_style.scss */
.font-size-md {
  font-size: 24px;
}

/* line 7, ../sass/template/_style.scss */
.font-size-sm {
  font-size: 18px;
}

/* line 10, ../sass/template/_style.scss */
.font-size-xs {
  font-size: 14px;
}

/* line 14, ../sass/template/_style.scss */
.position-relative {
  position: relative;
  z-index: 9;
}

/* line 18, ../sass/template/_style.scss */
.position-static {
  position: static !important;
}

/* line 21, ../sass/template/_style.scss */
.padding-special-right {
  padding-right: 2px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .padding-special-right {
  padding-left: 2px;
  padding-right: inherit;
}

/* line 24, ../sass/template/_style.scss */
.padding-special-left {
  padding-left: 2px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .padding-special-left {
  padding-right: 2px;
  padding-left: inherit;
}

/* line 27, ../sass/template/_style.scss */
.border-col-right {
  border: 1px solid #DDD;
  border-left: 0;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .border-col-right {
  border-right: 0;
  border-left: inherit;
}

/* line 32, ../sass/template/_style.scss */
.social {
  margin-top: 10px;
  padding: 0;
}
/* line 35, ../sass/template/_style.scss */
.social li {
  float: left;
  list-style: none;
  margin-left: 15px;
}
/* line 39, ../sass/template/_style.scss */
.social li a {
  color: #93a0aa;
  padding: 10px;
  font-size: 16px;
}
/* line 43, ../sass/template/_style.scss */
.social li a:hover {
  color: #c09c7b;
}
/* line 48, ../sass/template/_style.scss */
.social li:first-child a {
  padding-left: 0;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .social li:first-child a {
  padding-right: 0;
  padding-left: inherit;
}
/* line 53, ../sass/template/_style.scss */
.social.v2 {
  display: inline-block;
}
/* line 55, ../sass/template/_style.scss */
.social.v2 li {
  text-align: center;
}
/* line 57, ../sass/template/_style.scss */
.social.v2 li i {
  width: 65px;
  height: 65px;
  font-size: 26px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 69, ../sass/template/_style.scss */
.social.v3 li i {
  color: #999999;
  border-color: #999999;
}

/* line 76, ../sass/template/_style.scss */
.return-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
}
/* line 81, ../sass/template/_style.scss */
.return-top:hover {
  cursor: pointer;
}

/* line 96, ../sass/template/_style.scss */
.wpo-commentlists .commentlists {
  padding: 0;
}
/* line 99, ../sass/template/_style.scss */
.wpo-commentlists .commentlists .children .the-comment {
  position: relative;
  padding-left: 30px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpo-commentlists .commentlists .children .the-comment {
  padding-right: 30px;
  padding-left: inherit;
}
/* line 102, ../sass/template/_style.scss */
.wpo-commentlists .commentlists .children .the-comment:before {
  background: #dde3e8 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 1;
}
/* line 115, ../sass/template/_style.scss */
.wpo-commentlists .the-comment {
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 118, ../sass/template/_style.scss */
.wpo-commentlists .the-comment .avatar {
  float: left;
  margin-right: 10px;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .wpo-commentlists .the-comment .avatar {
  float: right;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpo-commentlists .the-comment .avatar {
  margin-left: 10px;
  margin-right: inherit;
}

/**
 * jPreloader
 */
/* line 130, ../sass/template/_style.scss */
#jpreLoader {
  display: block;
  width: 100%;
  top: 50% !important;
}

/* line 135, ../sass/template/_style.scss */
.js-preloader {
  position: relative;
}
/* line 137, ../sass/template/_style.scss */
.js-preloader .wpo-page {
  opacity: 0;
}

/* line 141, ../sass/template/_style.scss */
#jpreContent {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
/* line 149, ../sass/template/_style.scss */
#jpreContent #jprecontent-inner {
  width: 260px;
  height: 260px;
  border: 1px solid #D0D0D0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding-top: 30px;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  top: 250px;
}
@media (max-width: 991px) {
  /* line 149, ../sass/template/_style.scss */
  #jpreContent #jprecontent-inner {
    top: 200px;
  }
}
/* line 161, ../sass/template/_style.scss */
#jpreContent #jprecontent-inner .site-logo {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 171, ../sass/template/_style.scss */
.js-preloader.preloader-done .wpo-page {
  opacity: 1;
}
/* line 174, ../sass/template/_style.scss */
.js-preloader.preloader-done #jpreContent {
  display: none;
}

/* line 179, ../sass/template/_style.scss */
#jpreOverlay {
  background-color: transparent;
  height: auto !important;
  top: 0 !important;
  position: absolute !important;
}

/* line 185, ../sass/template/_style.scss */
#jpreSlide {
  width: 100%;
  text-align: center;
  top: 0 !important;
  margin-top: 0 !important;
  bottom: auto !important;
  position: relative !important;
}
/* line 192, ../sass/template/_style.scss */
#jpreSlide #jpreContent {
  display: block;
}

/* line 197, ../sass/template/_style.scss */
#jpreOverlay {
  background-color: #ffffff;
  height: 100% !important;
  position: fixed !important;
}

/* line 203, ../sass/template/_style.scss */
#jprePercentage {
  display: block !important;
  text-align: center;
}

/* line 207, ../sass/template/_style.scss */
#jpreBar {
  position: fixed !important;
  top: 0 !important;
  height: 5px !important;
  background: #c09c7b !important;
  z-index: 2;
  background-color: #000000;
}

/* line 216, ../sass/template/_style.scss */
#jprePercentage {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 80px;
  font-size: 18px;
  color: #c09c7b;
}
@media (max-width: 991px) {
  /* line 216, ../sass/template/_style.scss */
  #jprePercentage {
    margin-top: 60px;
  }
}

/* line 228, ../sass/template/_style.scss */
.social-links {
  display: inline-block;
}
/* line 230, ../sass/template/_style.scss */
.social-links > li {
  display: inline-block;
  text-align: center;
  list-style: none;
  float: left;
  margin-left: 50px !important;
}
/* line 236, ../sass/template/_style.scss */
.social-links > li a {
  font-size: 18px;
  font-weight: 400;
}
/* line 240, ../sass/template/_style.scss */
.social-links > li:last-child {
  margin-left: 0;
}

/* line 1, ../sass/template/_animation.scss */
.wpb_start_animation {
  opacity: 1 !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* line 47, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 72, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 114, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/* line 156, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* line 220, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  }
  80%,100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  }
  80%,100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
/* line 1293, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* line 1298, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/* line 1303, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

/* line 1308, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

/* line 1313, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

/* line 1318, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

/* line 1323, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

/* line 1328, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

/* line 1333, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/* line 1338, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 1345, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

/* line 1353, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

/* line 1361, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

/* line 1369, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

/* line 1374, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* line 1379, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

/* line 1384, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* line 1389, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

/* line 1394, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* line 1399, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

/* line 1404, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* line 1409, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 1414, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* line 1419, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

/* line 1424, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* line 1429, ../sass/template/_animation.scss */
.wpb_start_animation.wpb_swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/* line 3, ../sass/template/_visual-composer.scss */
.wpb-container {
  margin-bottom: 0;
  background: transparent;
  position: relative;
}
/* line 9, ../sass/template/_visual-composer.scss */
.wpb-container > .wpb-inner > .row .row {
  padding: 0;
}
/* line 13, ../sass/template/_visual-composer.scss */
.wpb-container .container .container {
  width: 100%;
  padding: 0;
}
/* line 17, ../sass/template/_visual-composer.scss */
.wpb-container .icon-row {
  padding-top: 28px;
  position: absolute;
  top: -43px;
  margin-left: -35.5px;
  z-index: 99;
  left: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 70px;
  height: 70px;
}
/* line 28, ../sass/template/_visual-composer.scss */
.wpb-container .icon-row i, .wpb-container .icon-row em {
  position: relative;
  z-index: 99;
}
/* line 32, ../sass/template/_visual-composer.scss */
.wpb-container .icon-row:before {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  width: 58px;
  height: 58px;
  left: 6px;
  top: 24px;
  background: #c09c7b;
  margin: 3px 0 0 30px;
  /* Rotate */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* Rotate Origin */
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
/* line 60, ../sass/template/_visual-composer.scss */
.wpb-container.no-padding > .wpb-inner > .row, .wpb-container.nopadding > .wpb-inner > .row {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 66, ../sass/template/_visual-composer.scss */
.wpb-container.col-nopadding .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 69, ../sass/template/_visual-composer.scss */
.wpb-container.col-nopadding .row div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* line 76, ../sass/template/_visual-composer.scss */
.wpb-container.border-col > .wpb-inner > .row {
  padding: 0;
  border-bottom: 1px solid #dde3e8;
}
/* line 79, ../sass/template/_visual-composer.scss */
.wpb-container.border-col > .wpb-inner > .row > .wpb_column > div {
  border-left: 1px solid #dde3e8;
  padding: 50px 15%;
}
@media (max-width: 991px) {
  /* line 79, ../sass/template/_visual-composer.scss */
  .wpb-container.border-col > .wpb-inner > .row > .wpb_column > div {
    padding: 30px 15px;
  }
}

/* line 92, ../sass/template/_visual-composer.scss */
.wpb_column.bg-center .wpb_wrapper {
  background-position: center center !important;
}

/* line 100, ../sass/template/_visual-composer.scss */
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background: url("../images/toggle_open.png") no-repeat center center transparent !important;
  width: 10px !important;
  height: 10px !important;
}
/* line 105, ../sass/template/_visual-composer.scss */
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background: url("../images/toggle_close.png") no-repeat center center transparent !important;
  width: 10px !important;
  height: 10px !important;
}
/* line 110, ../sass/template/_visual-composer.scss */
.wpb_accordion .wpb_accordion_header {
  background: none !important;
  border-bottom: 1px solid #DCDCDC;
}
/* line 113, ../sass/template/_visual-composer.scss */
.wpb_accordion .wpb_accordion_header a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0 !important;
  font-size: 14px;
}
/* line 121, ../sass/template/_visual-composer.scss */
.wpb_accordion.style-1 .wpb_accordion_content {
  padding: 1em 0 !important;
}
/* line 126, ../sass/template/_visual-composer.scss */
.wpb_accordion.style-2 .wpb_accordion_section {
  border: 1px solid #DCDCDC;
  margin-top: 5px;
}
/* line 129, ../sass/template/_visual-composer.scss */
.wpb_accordion.style-2 .wpb_accordion_section .wpb_accordion_header {
  border: none;
  padding: 0 30px;
}
/* line 132, ../sass/template/_visual-composer.scss */
.wpb_accordion.style-2 .wpb_accordion_section .wpb_accordion_header .ui-accordion-header-icon {
  top: 1.2em;
}
/* line 135, ../sass/template/_visual-composer.scss */
.wpb_accordion.style-2 .wpb_accordion_section .wpb_accordion_header.ui-state-active {
  border-top: 3px solid #c09c7b;
}
/* line 139, ../sass/template/_visual-composer.scss */
.wpb_accordion.style-2 .wpb_accordion_section .wpb_accordion_content {
  padding: 0 30px 30px;
}

/* line 145, ../sass/template/_visual-composer.scss */
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 0 !important;
}

/* line 154, ../sass/template/_visual-composer.scss */
.wpb_single_image.space-30 {
  margin-bottom: 30px !important;
}

/**
* Widget Styles
*/
/* line 169, ../sass/template/_visual-composer.scss */
.widget-content .blog-v1.format-quote .entry-data, .widget-content .blog-v1.format-quote .entry-category, .widget-content .blog-v1.format-quote .author-avatar {
  display: block;
}

/* line 177, ../sass/template/_visual-composer.scss */
.hentry-box {
  background: none repeat scroll 0 0 #fff;
}

/* line 180, ../sass/template/_visual-composer.scss */
.posts-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 187, ../sass/template/_visual-composer.scss */
.posts-timeline .hentry {
  position: relative;
}
/* line 190, ../sass/template/_visual-composer.scss */
.posts-timeline:before {
  background: #ddd;
  content: "";
  left: 50%;
  top: 10px;
  bottom: 0;
  position: absolute;
  width: 2px;
  margin-left: -1px;
  margin-top: -10px;
  height: 9999px;
}
/* line 203, ../sass/template/_visual-composer.scss */
.posts-timeline li:nth-child(1) {
  animation-delay: 0.1s;
}
/* line 206, ../sass/template/_visual-composer.scss */
.posts-timeline li:nth-child(2) {
  animation-delay: 0.2s;
}
/* line 209, ../sass/template/_visual-composer.scss */
.posts-timeline li:nth-child(3) {
  animation-delay: 0.3s;
}
/* line 212, ../sass/template/_visual-composer.scss */
.posts-timeline li:nth-child(4) {
  animation-delay: 0.4s;
}
/* line 216, ../sass/template/_visual-composer.scss */
.posts-timeline > li {
  display: block;
  width: 50%;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 991px) {
  /* line 216, ../sass/template/_visual-composer.scss */
  .posts-timeline > li {
    width: 100%;
    float: left;
    clear: left;
  }
}
/* line 226, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(odd) {
  float: left;
  clear: left;
  padding-right: 20px;
}
/* line 231, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(odd) .hentry .entry-created {
  right: 0;
  left: auto;
}
/* line 234, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(odd) .hentry .entry-created:after {
  border-left-color: #c09c7b;
  left: 100%;
}
/* line 238, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(odd) .hentry .entry-created span:before {
  right: -42px;
}
/* line 245, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(even) {
  float: right;
  clear: right;
  padding-left: 20px;
}
/* line 250, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(even) .hentry .entry-created {
  left: 0;
  right: auto;
}
/* line 253, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(even) .hentry .entry-created:after {
  border-right-color: #c09c7b;
  right: 100%;
}
/* line 257, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(even) .hentry .entry-created span:before {
  left: -42px;
}
/* line 263, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(1) {
  padding-top: 60px;
}
/* line 266, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(2) {
  padding-top: 60px;
}
/* line 269, ../sass/template/_visual-composer.scss */
.posts-timeline > li:nth-child(2n) {
  margin-top: 80px;
}
/* line 273, ../sass/template/_visual-composer.scss */
.posts-timeline > li .hentry .entry-created {
  display: inline-block;
  position: absolute;
  right: -28px;
  top: -40px;
  padding: 5px 15px !important;
  background: #eaebed;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}
/* line 283, ../sass/template/_visual-composer.scss */
.posts-timeline > li .hentry .entry-created:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
}
/* line 291, ../sass/template/_visual-composer.scss */
.posts-timeline > li .hentry .entry-created span {
  position: relative;
}
/* line 293, ../sass/template/_visual-composer.scss */
.posts-timeline > li .hentry .entry-created span:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #DDDDDD;
  background: #c09c7b;
  z-index: 9;
  top: 50%;
  margin-top: -7px;
}
/* line 306, ../sass/template/_visual-composer.scss */
.posts-timeline > li .hentry .entry-date {
  position: absolute;
  top: -40px;
}

/* line 316, ../sass/template/_visual-composer.scss */
.style-2 .posts-timeline:before {
  background: #dde3e8 !important;
}
/* line 319, ../sass/template/_visual-composer.scss */
.style-2 .posts-timeline:after {
  content: "";
  top: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: 9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #dde3e8;
}
/* line 331, ../sass/template/_visual-composer.scss */
.style-2 .entry-timeline {
  padding-top: 30px !important;
}
/* line 333, ../sass/template/_visual-composer.scss */
.style-2 .entry-timeline:nth-child(odd) {
  float: left;
  clear: left;
  padding-right: 35px;
}
/* line 338, ../sass/template/_visual-composer.scss */
.style-2 .entry-timeline:nth-child(odd) .hentry:after {
  right: -42px;
}
/* line 341, ../sass/template/_visual-composer.scss */
.style-2 .entry-timeline:nth-child(odd) .hentry:before {
  right: -42px;
}
/* line 346, ../sass/template/_visual-composer.scss */
.style-2 .entry-timeline:nth-child(even) {
  float: right;
  clear: right;
  padding-left: 35px;
}
/* line 351, ../sass/template/_visual-composer.scss */
.style-2 .entry-timeline:nth-child(even) .hentry:after {
  left: -42px;
}
/* line 354, ../sass/template/_visual-composer.scss */
.style-2 .entry-timeline:nth-child(even) .hentry:before {
  left: -42px;
}
/* line 359, ../sass/template/_visual-composer.scss */
.style-2 .entry-timeline:nth-child(1) {
  padding-top: 30px;
}
/* line 362, ../sass/template/_visual-composer.scss */
.style-2 .entry-timeline:nth-child(2) {
  padding-top: 30px;
}
/* line 365, ../sass/template/_visual-composer.scss */
.style-2 .entry-timeline:nth-child(2n) {
  margin-top: 40px;
}
/* line 370, ../sass/template/_visual-composer.scss */
.style-2 .posts-timeline .entry-created {
  display: none !important;
}
/* line 374, ../sass/template/_visual-composer.scss */
.style-2 .posts-timeline .hentry:after {
  content: "";
  top: 30px;
  right: -27px;
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: 9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #dde3e8;
  border: 2px solid #c09c7b;
}
/* line 385, ../sass/template/_visual-composer.scss */
.style-2 .posts-timeline .hentry:before {
  content: "";
  top: 37px;
  position: absolute;
  width: 42px;
  height: 2px;
  background: #dde3e8;
  z-index: 1;
}
/* line 394, ../sass/template/_visual-composer.scss */
.style-2 .posts-timeline .entry-created-2 {
  display: inline-block !important;
  visibility: visible !important;
  padding-top: 15px !important;
}
/* line 398, ../sass/template/_visual-composer.scss */
.style-2 .posts-timeline .entry-created-2 span {
  display: block;
  line-height: 1;
}
/* line 401, ../sass/template/_visual-composer.scss */
.style-2 .posts-timeline .entry-created-2 span.month {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
/* line 408, ../sass/template/_visual-composer.scss */
.style-2 .posts-timeline .entry-created-2 span.day {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

/* News styles */
/* line 422, ../sass/template/_visual-composer.scss */
.frontpage-posts .main-posts.large .entry-title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 20px;
  position: relative;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 431, ../sass/template/_visual-composer.scss */
.frontpage-posts .main-posts.large .entry-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #c09c7b;
  z-index: 1;
  border: 1px solid #DDDDDD;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .frontpage-posts .main-posts.large .entry-title:after {
  right: 0;
  left: auto;
}
/* line 445, ../sass/template/_visual-composer.scss */
.frontpage-posts .main-posts.large .category-highlight {
  position: absolute;
  top: 20px;
  left: -10px;
  background: #c09c7b;
  z-index: 9;
  display: block !important;
  visibility: visible !important;
  padding: 0 15px;
  color: #fff;
}
/* line 455, ../sass/template/_visual-composer.scss */
.frontpage-posts .main-posts.large .category-highlight:after {
  content: "";
  position: absolute;
  background: url(../images/arrow-cate.png) no-repeat center center transparent;
  width: 10px;
  height: 10px;
  left: 0;
  top: 100%;
}
/* line 463, ../sass/template/_visual-composer.scss */
.frontpage-posts .main-posts.large .category-highlight a {
  line-height: 35px;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 470, ../sass/template/_visual-composer.scss */
.frontpage-posts .main-posts.large .category-highlight a:hover {
  text-decoration: underline;
  color: #fff !important;
}
/* line 479, ../sass/template/_visual-composer.scss */
.frontpage-posts .main-posts.large .entry-category {
  display: none;
}
/* line 484, ../sass/template/_visual-composer.scss */
.frontpage-posts .secondary-posts .media {
  position: relative;
  margin: 40px 0;
}
/* line 486, ../sass/template/_visual-composer.scss */
.frontpage-posts .secondary-posts .media:first-child {
  margin-top: 0;
}
/* line 490, ../sass/template/_visual-composer.scss */
.frontpage-posts .secondary-posts .media:after {
  content: " ";
  width: 1px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  background: #ddd;
  height: 1px;
}
/* line 499, ../sass/template/_visual-composer.scss */
.frontpage-posts .secondary-posts .media:last-child {
  margin-bottom: none;
}
/* line 502, ../sass/template/_visual-composer.scss */
.frontpage-posts .secondary-posts .media .entry-title {
  line-height: 1.3;
}
/* line 505, ../sass/template/_visual-composer.scss */
.frontpage-posts .secondary-posts .media .media-left {
  padding-right: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .frontpage-posts .secondary-posts .media .media-left {
  padding-left: 10px;
  padding-right: inherit;
}
/* line 509, ../sass/template/_visual-composer.scss */
.frontpage-posts .secondary-posts .entry-thumb {
  width: 51px;
}

/* line 516, ../sass/template/_visual-composer.scss */
.frontpage-3 .main-posts .post .entry-title {
  padding-top: 20px;
}
/* line 520, ../sass/template/_visual-composer.scss */
.frontpage-3 .post {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px !important;
}
/* line 524, ../sass/template/_visual-composer.scss */
.frontpage-3 .post:last-child {
  margin-bottom: 0;
}
/* line 527, ../sass/template/_visual-composer.scss */
.frontpage-3 .post .entry-date span {
  font-size: 13px;
}
/* line 534, ../sass/template/_visual-composer.scss */
.frontpage-3.style-1 .main-posts .post .entry-thumb {
  display: none;
}
/* line 537, ../sass/template/_visual-composer.scss */
.frontpage-3.style-1 .main-posts .post .entry-title {
  padding-top: 0;
}
/* line 541, ../sass/template/_visual-composer.scss */
.frontpage-3.style-1 .entry-description {
  display: none;
}
/* line 544, ../sass/template/_visual-composer.scss */
.frontpage-3.style-1 .entry-date span {
  font-size: 10px;
  text-transform: uppercase;
}
/* line 551, ../sass/template/_visual-composer.scss */
.frontpage-3.style-2 .main-posts .entry-title {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 20px;
  font-weight: 800;
  line-height: 1.3;
  padding-top: 20px;
}
/* line 560, ../sass/template/_visual-composer.scss */
.frontpage-3.style-2 .main-posts .entry-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #c09c7b;
  z-index: 1;
}
/* line 572, ../sass/template/_visual-composer.scss */
.frontpage-3.style-2 .secondary-posts .post:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 581, ../sass/template/_visual-composer.scss */
.frontpage-9 .post {
  position: relative;
}
/* line 583, ../sass/template/_visual-composer.scss */
.frontpage-9 .post .entry-content {
  background: #c09c7b;
}
/* line 585, ../sass/template/_visual-composer.scss */
.frontpage-9 .post .entry-content .entry-title {
  font-size: 100%;
}
/* line 588, ../sass/template/_visual-composer.scss */
.frontpage-9 .post .entry-content a {
  color: #fff;
}

/* line 596, ../sass/template/_visual-composer.scss */
.frontpage-posts-14 .main-posts.large .post-body {
  padding: 45px;
}
/* line 599, ../sass/template/_visual-composer.scss */
.frontpage-posts-14 .main-posts.large .entry-title {
  margin: 0;
  padding: 0;
}
/* line 602, ../sass/template/_visual-composer.scss */
.frontpage-posts-14 .main-posts.large .entry-title:before, .frontpage-posts-14 .main-posts.large .entry-title:after {
  content: none !important;
}
/* line 605, ../sass/template/_visual-composer.scss */
.frontpage-posts-14 .main-posts.large .entry-title a {
  font-size: 30px;
}

/**INFOR BOX */
@media (max-width: 991px) {
  /* line 613, ../sass/template/_visual-composer.scss */
  .wpo-inforbox {
    min-height: 100px;
  }
}
/* line 617, ../sass/template/_visual-composer.scss */
.wpo-inforbox > div {
  float: left;
}
@media (max-width: 600px) {
  /* line 617, ../sass/template/_visual-composer.scss */
  .wpo-inforbox > div {
    width: 100%;
    float: none;
    display: block;
  }
  /* line 623, ../sass/template/_visual-composer.scss */
  .wpo-inforbox > div.inforbox-right {
    display: none;
  }
}
/* line 627, ../sass/template/_visual-composer.scss */
.wpo-inforbox > div .inforbox-inner {
  padding: 0;
  position: relative;
}
/* line 632, ../sass/template/_visual-composer.scss */
.wpo-inforbox .subheading {
  padding: 0;
}
/* line 635, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-align-left {
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .wpo-inforbox.inforbox-align-left {
  text-align: right;
}
/* line 638, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-align-center {
  text-align: center;
}
/* line 641, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-align-right {
  text-align: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .wpo-inforbox.inforbox-align-right {
  text-align: left;
}
/* line 645, ../sass/template/_visual-composer.scss */
.wpo-inforbox .inforbox-left .inforbox-inner {
  float: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .wpo-inforbox .inforbox-left .inforbox-inner {
  float: left;
}
/* line 652, ../sass/template/_visual-composer.scss */
.wpo-inforbox .inforbox-right {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 661, ../sass/template/_visual-composer.scss */
.wpo-inforbox.style-1.inforbox-light {
  color: #93a0aa;
}
/* line 664, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-light {
  color: #fff;
}
/* line 667, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-light .heading .subheading,
.wpo-inforbox.inforbox-light .heading h2 {
  color: #fff;
}
/* line 674, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-dark .heading h2 {
  color: #000;
}
/* line 677, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-dark .subheading {
  color: #c09c7b;
}
/* line 680, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-dark .inforbox-left {
  background: transparent;
}
/* line 685, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-align-right {
  background-position: center left;
}
/* line 687, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-align-right > div {
  float: right;
}
/* line 691, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-align-right .inforbox-left .inforbox-inner {
  float: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .wpo-inforbox.inforbox-align-right .inforbox-left .inforbox-inner {
  float: right;
}
/* line 695, ../sass/template/_visual-composer.scss */
.wpo-inforbox.inforbox-align-right .inforbox-right {
  left: 0;
  right: auto;
}
/* line 701, ../sass/template/_visual-composer.scss */
.wpo-inforbox.full-width .inforbox-left {
  padding-left: 215px;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  /* line 701, ../sass/template/_visual-composer.scss */
  .wpo-inforbox.full-width .inforbox-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 710, ../sass/template/_visual-composer.scss */
.wpo-inforbox.full-width.inforbox-align-right .inforbox-left {
  padding-left: 80px;
  padding-right: 160px;
}
@media (max-width: 1199px) {
  /* line 710, ../sass/template/_visual-composer.scss */
  .wpo-inforbox.full-width.inforbox-align-right .inforbox-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 723, ../sass/template/_visual-composer.scss */
.wpo-inforbox.style-1 .heading:after {
  width: 80px;
  background: #fff;
}
/* line 727, ../sass/template/_visual-composer.scss */
.wpo-inforbox.style-1 .heading .font-size-sm {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  line-height: 24px;
  display: block;
}
/* line 738, ../sass/template/_visual-composer.scss */
.wpo-inforbox.style-1 .information * {
  font-size: 14px;
  line-height: 26px;
}

/* line 746, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2 {
  position: relative;
  padding: 65px 60px;
}
/* line 749, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2 .heading {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
/* line 757, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2 .inforbox-inner ul {
  padding: 0;
  list-style: none;
}
/* line 760, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2 .inforbox-inner ul li {
  border-bottom: 1px solid #dde3e8;
  padding: 6px 0;
  line-height: 26px;
}
/* line 764, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2 .inforbox-inner ul li:last-child {
  border-bottom: none;
}
/* line 770, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2 .inforbox-icon {
  position: absolute;
  top: 40%;
  left: -35px;
  background-color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* line 778, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2 .inforbox-icon .material-icons {
  line-height: 70px;
  font-size: 26px;
  color: #000;
}
/* line 784, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2 .btn {
  margin-top: 20px;
  font-size: 11px;
}
/* line 788, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2 .icons {
  height: 50px;
  width: 50px;
}
/* line 792, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-color-1 {
  background-color: #433C44;
}
/* line 794, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-color-1 .inforbox-icon {
  background-color: #504852;
}
/* line 796, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-color-1 .inforbox-icon .material-icons {
  color: #fff;
}
/* line 800, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-color-1 .heading {
  color: #fff;
}
/* line 804, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-color-2 {
  background-color: #c09c7b;
}
/* line 806, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-color-2 .inforbox-icon {
  background-color: #c8a98c;
}
/* line 808, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-color-2 .inforbox-icon .material-icons {
  color: #fff;
}
/* line 812, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-color-2 .heading {
  color: #fff;
}
/* line 816, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-border {
  padding: 0;
  padding-left: 80px;
  margin-bottom: 50px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpo-inforbox-v2.bg-border {
  padding-right: 80px;
  padding-left: inherit;
}
/* line 820, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-border .inforbox-icon {
  border: 1px solid #dde3e8;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .wpo-inforbox-v2.bg-border .inforbox-icon {
  right: 0;
  left: auto;
}
/* line 825, ../sass/template/_visual-composer.scss */
.wpo-inforbox-v2.bg-border .inforbox-icon .material-icons {
  line-height: 60px;
  color: #c09c7b;
}

/* line 835, ../sass/template/_visual-composer.scss */
.style-1 .widget_mc4wp_widget {
  margin-bottom: 0;
}
/* line 838, ../sass/template/_visual-composer.scss */
.style-1 .widget_mc4wp_widget form .description {
  float: left;
  width: 35%;
}
/* line 841, ../sass/template/_visual-composer.scss */
.style-1 .widget_mc4wp_widget form .description .title {
  display: block !important;
  visibility: visible !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
}
/* line 850, ../sass/template/_visual-composer.scss */
.style-1 .widget_mc4wp_widget form .content-form {
  float: left;
  width: 65%;
  position: relative;
}
/* line 854, ../sass/template/_visual-composer.scss */
.style-1 .widget_mc4wp_widget form .content-form .input-form {
  padding-right: 130px;
}
/* line 856, ../sass/template/_visual-composer.scss */
.style-1 .widget_mc4wp_widget form .content-form .input-form input {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 860, ../sass/template/_visual-composer.scss */
.style-1 .widget_mc4wp_widget form .content-form .button-submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
/* line 865, ../sass/template/_visual-composer.scss */
.style-1 .widget_mc4wp_widget form .content-form .button-submit input:hover {
  background: #fff !important;
}

/* line 876, ../sass/template/_visual-composer.scss */
.style-2 .widget_mc4wp_widget .description .content {
  display: none;
}
/* line 879, ../sass/template/_visual-composer.scss */
.style-2 .widget_mc4wp_widget .description .content-long {
  display: block !important;
  visibility: visible !important;
  line-height: 24px;
  padding-bottom: 20px;
}
/* line 887, ../sass/template/_visual-composer.scss */
.style-2 .widget_mc4wp_widget .content-form input#mc4wp_email {
  border: none;
  background: #3B3248;
  height: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 893, ../sass/template/_visual-composer.scss */
.style-2 .widget_mc4wp_widget .content-form .button-submit {
  margin-top: 10px;
}
/* line 895, ../sass/template/_visual-composer.scss */
.style-2 .widget_mc4wp_widget .content-form .button-submit input {
  width: 100%;
}

/* line 906, ../sass/template/_visual-composer.scss */
.style-4 .widget_mc4wp_widget .description .content {
  display: none;
}
/* line 909, ../sass/template/_visual-composer.scss */
.style-4 .widget_mc4wp_widget .description .content-long {
  display: block !important;
  visibility: visible !important;
  line-height: 24px;
  padding-bottom: 20px;
}
/* line 916, ../sass/template/_visual-composer.scss */
.style-4 .widget_mc4wp_widget .content-form {
  position: relative;
}
/* line 918, ../sass/template/_visual-composer.scss */
.style-4 .widget_mc4wp_widget .content-form input#mc4wp_email {
  border: none;
  background: #2A2A36;
  height: 40px;
}
/* line 923, ../sass/template/_visual-composer.scss */
.style-4 .widget_mc4wp_widget .content-form .button-submit {
  width: auto;
  height: 40px;
  background: #c09c7b;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/* line 930, ../sass/template/_visual-composer.scss */
.style-4 .widget_mc4wp_widget .content-form .button-submit:after {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  left: 50%;
  margin-left: -3px;
  top: 8px;
  z-index: 9;
  color: #fff;
  font-size: 16px;
}
/* line 941, ../sass/template/_visual-composer.scss */
.style-4 .widget_mc4wp_widget .content-form .button-submit input {
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: -999px;
  border-radius: 0 !important;
}
/* line 946, ../sass/template/_visual-composer.scss */
.style-4 .widget_mc4wp_widget .content-form .button-submit input:hover {
  background: none;
}

/* line 956, ../sass/template/_visual-composer.scss */
.newsletter-coming-soon .widget_title {
  color: #fff;
  text-transform: none;
  font-size: 24px;
  font-weight: 300;
}
/* line 961, ../sass/template/_visual-composer.scss */
.newsletter-coming-soon .widget_title:after, .newsletter-coming-soon .widget_title:before {
  content: none;
}
/* line 965, ../sass/template/_visual-composer.scss */
.newsletter-coming-soon .description {
  display: none;
}
/* line 968, ../sass/template/_visual-composer.scss */
.newsletter-coming-soon .content-form {
  position: relative;
  height: 55px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  margin: 0 15%;
}
@media (max-width: 991px) {
  /* line 968, ../sass/template/_visual-composer.scss */
  .newsletter-coming-soon .content-form {
    padding: 0 10px;
    margin: 0;
  }
}
/* line 979, ../sass/template/_visual-composer.scss */
.newsletter-coming-soon .content-form input.form-control {
  border: none;
  height: 55px;
}
/* line 983, ../sass/template/_visual-composer.scss */
.newsletter-coming-soon .content-form .button-submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  margin: 5px;
}

/* line 995, ../sass/template/_visual-composer.scss */
.vc_progress_bar .vc_single_bar {
  background: none !important;
  position: relative;
  padding-bottom: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 18px !important;
  overflow: hidden;
}
/* line 1002, ../sass/template/_visual-composer.scss */
.vc_progress_bar .vc_single_bar:after {
  content: "";
  height: 5px;
  left: 0;
  bottom: 0;
  background: #DCDCDA;
  width: 100%;
  position: absolute;
  z-index: 1;
}
/* line 1012, ../sass/template/_visual-composer.scss */
.vc_progress_bar .vc_single_bar .vc_label {
  padding: 0 !important;
  color: #93a0aa;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
/* line 1018, ../sass/template/_visual-composer.scss */
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  font-size: 14px;
  font-weight: 800;
  color: #c09c7b;
  float: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  float: left;
}
/* line 1025, ../sass/template/_visual-composer.scss */
.vc_progress_bar .vc_single_bar .vc_bar {
  background: none !important;
}
/* line 1027, ../sass/template/_visual-composer.scss */
.vc_progress_bar .vc_single_bar .vc_bar:after {
  content: "";
  height: 5px;
  left: 0;
  bottom: 0;
  background: #c09c7b;
  position: absolute;
  width: 100%;
  z-index: 99;
}
/* line 1040, ../sass/template/_visual-composer.scss */
.vc_progress_bar.light-style .vc_label {
  color: #fff;
}
/* line 1045, ../sass/template/_visual-composer.scss */
.vc_progress_bar.style-v2 .vc_single_bar {
  margin-bottom: 30px !important;
}
/* line 1047, ../sass/template/_visual-composer.scss */
.vc_progress_bar.style-v2 .vc_single_bar .vc_label {
  font-size: 14px;
  font-weight: 800;
  min-height: 30px;
}
/* line 1051, ../sass/template/_visual-composer.scss */
.vc_progress_bar.style-v2 .vc_single_bar .vc_label .vc_label_units {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  float: right;
  margin: 0;
}
/* line 1059, ../sass/template/_visual-composer.scss */
.vc_progress_bar.style-v2 .vc_single_bar:last-child {
  margin-bottom: 0;
}

/* line 1067, ../sass/template/_visual-composer.scss */
.vc_toggle {
  border-top: 1px solid #DCDCDC;
  max-width: 775px;
  margin-right: auto !important;
  margin-left: auto !important;
}
/* line 1072, ../sass/template/_visual-composer.scss */
.vc_toggle .vc_toggle_title {
  padding: 12px 45px 12px 30px;
}
/* line 1074, ../sass/template/_visual-composer.scss */
.vc_toggle .vc_toggle_title h4 {
  font-size: 15px;
  font-weight: 600;
}
/* line 1079, ../sass/template/_visual-composer.scss */
.vc_toggle .vc_toggle_content {
  font-size: 13px;
}
/* line 1082, ../sass/template/_visual-composer.scss */
.vc_toggle .vc_toggle_icon {
  background: url("../images/toggle_open.png") no-repeat center center transparent !important;
  width: 10px !important;
  height: 10px !important;
  border: none !important;
}
/* line 1087, ../sass/template/_visual-composer.scss */
.vc_toggle .vc_toggle_icon:after, .vc_toggle .vc_toggle_icon:before {
  content: none !important;
}
/* line 1091, ../sass/template/_visual-composer.scss */
.vc_toggle.vc_toggle_active .vc_toggle_icon {
  background: url("../images/toggle_close.png") no-repeat center center transparent !important;
  width: 10px !important;
  height: 10px !important;
}
/* line 1095, ../sass/template/_visual-composer.scss */
.vc_toggle.vc_toggle_active .vc_toggle_icon:after, .vc_toggle.vc_toggle_active .vc_toggle_icon:before {
  content: none !important;
}
/* line 1099, ../sass/template/_visual-composer.scss */
.vc_toggle .vc_toggle_icon {
  right: 30px;
  left: auto !important;
  color: #c09c7b;
}
/* line 1104, ../sass/template/_visual-composer.scss */
.vc_toggle .vc_toggle_content {
  font-size: 16px;
  font-weight: 300;
}
/* line 1108, ../sass/template/_visual-composer.scss */
.vc_toggle.vc_toggle_active {
  border-top: 2px solid #c09c7b;
}
/* line 1111, ../sass/template/_visual-composer.scss */
.vc_toggle.style-2 {
  border: none !important;
  margin-bottom: 0;
}
/* line 1114, ../sass/template/_visual-composer.scss */
.vc_toggle.style-2 .vc_toggle_title {
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0 !important;
}
/* line 1118, ../sass/template/_visual-composer.scss */
.vc_toggle.style-2 .vc_toggle_content {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1126, ../sass/template/_visual-composer.scss */
.wpb_tabs .wpb_tabs_nav {
  width: 100%;
  margin-bottom: 25px !important;
}
/* line 1129, ../sass/template/_visual-composer.scss */
.wpb_tabs .wpb_tabs_nav > li {
  margin: 0 !important;
}
/* line 1133, ../sass/template/_visual-composer.scss */
.wpb_tabs .wpb_tab {
  background: none !important;
  padding: 0 !important;
}
/* line 1139, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-1 .wpb_tabs_nav > li {
  background: none !important;
  border-top: 1px solid #DCDCDC !important;
  border-left: 1px solid #DCDCDC !important;
  border-bottom: 0 !important;
  position: relative;
}
/* line 1145, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-1 .wpb_tabs_nav > li:last-child {
  border-right: 1px solid #DCDCDC !important;
}
/* line 1148, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-1 .wpb_tabs_nav > li a {
  padding: 10px 25px;
}
/* line 1150, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-1 .wpb_tabs_nav > li a:after {
  width: 100%;
  height: 3px;
  background: #c09c7b;
  top: -1px;
  left: 0;
  position: absolute;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 1160, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-1 .wpb_tabs_nav > li a:hover:after, .wpb_tabs.style-1 .wpb_tabs_nav > li a:focus:after, .wpb_tabs.style-1 .wpb_tabs_nav > li a:active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1166, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-1 .wpb_tabs_nav > li:hover a:after, .wpb_tabs.style-1 .wpb_tabs_nav > li:focus a:after, .wpb_tabs.style-1 .wpb_tabs_nav > li:active a:after, .wpb_tabs.style-1 .wpb_tabs_nav > li.ui-tabs-active a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1175, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-2 .wpb_tabs_nav > li {
  background: none !important;
  border: none;
  position: relative;
}
/* line 1179, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-2 .wpb_tabs_nav > li a {
  padding: 10px 25px !important;
  position: relative;
}
/* line 1182, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-2 .wpb_tabs_nav > li a:after {
  width: 100%;
  height: 3px;
  background: #c09c7b;
  bottom: -1px;
  left: 0;
  position: absolute;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 1192, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-2 .wpb_tabs_nav > li a:hover:after, .wpb_tabs.style-2 .wpb_tabs_nav > li a:focus:after, .wpb_tabs.style-2 .wpb_tabs_nav > li a:active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1198, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-2 .wpb_tabs_nav > li:hover a:after, .wpb_tabs.style-2 .wpb_tabs_nav > li:focus a:after, .wpb_tabs.style-2 .wpb_tabs_nav > li:active a:after, .wpb_tabs.style-2 .wpb_tabs_nav > li.ui-tabs-active a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1206, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-3 .wpb_tabs_nav li {
  white-space: normal;
  padding: 60px 60px;
  border-left: 1px solid #DDD;
  text-align: center;
  background: none !important;
}
@media (max-width: 1199px) {
  /* line 1206, ../sass/template/_visual-composer.scss */
  .wpb_tabs.style-3 .wpb_tabs_nav li {
    padding: 30px 10px;
  }
}
@media (max-width: 991px) {
  /* line 1206, ../sass/template/_visual-composer.scss */
  .wpb_tabs.style-3 .wpb_tabs_nav li {
    width: 50% !important;
  }
}
/* line 1218, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-3 .wpb_tabs_nav li:hover {
  cursor: pointer;
}
/* line 1221, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-3 .wpb_tabs_nav li a {
  position: relative;
  margin-bottom: 15px;
}
/* line 1224, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-3 .wpb_tabs_nav li a i {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 48px;
  margin-bottom: 15px;
}
/* line 1231, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-3 .wpb_tabs_nav li a:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #c09c7b;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  z-index: 1;
}
/* line 1243, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-3 .wpb_tabs_nav li:first-child {
  border: none;
}
/* line 1246, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-3 .wpb_tabs_nav li.ui-state-active, .wpb_tabs.style-3 .wpb_tabs_nav li:hover, .wpb_tabs.style-3 .wpb_tabs_nav li:active, .wpb_tabs.style-3 .wpb_tabs_nav li:focus {
  position: relative;
  border-bottom: none !important;
}
/* line 1249, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-3 .wpb_tabs_nav li.ui-state-active:after, .wpb_tabs.style-3 .wpb_tabs_nav li:hover:after, .wpb_tabs.style-3 .wpb_tabs_nav li:active:after, .wpb_tabs.style-3 .wpb_tabs_nav li:focus:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  display: block !important;
  border-bottom: 2px solid #c09c7b;
}
/* line 1260, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-3 .wpb_tab {
  margin: 60px 0 30px;
}
/* line 1265, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-4 .wpb_wrapper {
  text-align: center;
}
/* line 1267, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs {
  display: inline-block;
  width: auto;
}
/* line 1271, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs > li a {
  padding: 0.5em 1.5em;
}
/* line 1274, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs > li.ui-state-active {
  background: none !important;
}
/* line 1277, ../sass/template/_visual-composer.scss */
.wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs > li:hover, .wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs > li:focus, .wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs > li:active {
  background: none !important;
}
/* line 1285, ../sass/template/_visual-composer.scss */
.wpb_tabs.tabs-border .wpb_tabs_nav {
  margin: 0 !important;
}
/* line 1288, ../sass/template/_visual-composer.scss */
.wpb_tabs.tabs-border .ui-tabs-panel {
  padding: 20px !important;
  border: 1px solid #DCDCDC;
  border-top: 0;
  margin-top: -8px;
}

/* line 1297, ../sass/template/_visual-composer.scss */
.wpb_tour {
  overflow: hidden;
}
/* line 1299, ../sass/template/_visual-composer.scss */
.wpb_tour .wpb_tabs_nav {
  border-bottom: 0;
  position: relative;
}
/* line 1302, ../sass/template/_visual-composer.scss */
.wpb_tour .wpb_tabs_nav:after {
  content: "";
  width: 1px;
  height: 1000px;
  background: #DCDCDC;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* line 1311, ../sass/template/_visual-composer.scss */
.wpb_tour .wpb_tabs_nav > li {
  background: none !important;
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  border-bottom: 0;
  padding: 0;
  margin: 0 !important;
}
/* line 1318, ../sass/template/_visual-composer.scss */
.wpb_tour .wpb_tabs_nav > li:last-child {
  border-bottom: 1px solid #DCDCDC !important;
}
/* line 1321, ../sass/template/_visual-composer.scss */
.wpb_tour .wpb_tabs_nav > li a {
  text-align: center;
  position: relative;
  padding: 15px 10px !important;
}
/* line 1325, ../sass/template/_visual-composer.scss */
.wpb_tour .wpb_tabs_nav > li a:after {
  width: 3px;
  height: 100%;
  background: #c09c7b;
  top: 0;
  left: -1px;
  position: absolute;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 1335, ../sass/template/_visual-composer.scss */
.wpb_tour .wpb_tabs_nav > li:hover, .wpb_tour .wpb_tabs_nav > li:focus, .wpb_tour .wpb_tabs_nav > li:active, .wpb_tour .wpb_tabs_nav > li.ui-tabs-active {
  border-bottom: 0;
  border-top: 1px solid #DCDCDC;
}
/* line 1338, ../sass/template/_visual-composer.scss */
.wpb_tour .wpb_tabs_nav > li:hover a:after, .wpb_tour .wpb_tabs_nav > li:focus a:after, .wpb_tour .wpb_tabs_nav > li:active a:after, .wpb_tour .wpb_tabs_nav > li.ui-tabs-active a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1345, ../sass/template/_visual-composer.scss */
.wpb_tour.tabs-border .wpb_tabs_nav {
  margin: 0 !important;
}
/* line 1348, ../sass/template/_visual-composer.scss */
.wpb_tour.tabs-border .ui-tabs-panel {
  padding: 20px !important;
  border: 1px solid #DCDCDC;
  border-top: 0;
  margin-top: -8px;
}
/* line 1354, ../sass/template/_visual-composer.scss */
.wpb_tour.tabs-border .panel_wapper {
  border: 1px solid #DCDCDC;
  border-left: 0;
  padding: 20px;
  width: 68.33333333%;
  float: left;
}
/* line 1360, ../sass/template/_visual-composer.scss */
.wpb_tour.tabs-border .panel_wapper .ui-tabs-panel {
  width: 100% !important;
}
/* line 1363, ../sass/template/_visual-composer.scss */
.wpb_tour.tabs-border .panel_wapper .wpb_tour_next_prev_nav {
  margin: 0 30px !important;
  padding: 0;
}

/* line 1372, ../sass/template/_visual-composer.scss */
.wpb_flickr_widget .flickr_badge_image {
  margin: 0 3% 10px 0 !important;
  width: 30.33% !important;
  overflow: hidden;
  float: left;
}
/* line 1377, ../sass/template/_visual-composer.scss */
.wpb_flickr_widget .flickr_badge_image img {
  transition: all 0.35s;
}
/* line 1382, ../sass/template/_visual-composer.scss */
.wpb_flickr_widget .flickr_badge_image a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 1390, ../sass/template/_visual-composer.scss */
.vc_icon_element {
  margin-bottom: 10px !important;
}

/* line 1395, ../sass/template/_visual-composer.scss */
.vc_pie_chart .vc_pie_chart_value {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: #c09c7b;
  border-width: 3px;
}
/* line 1402, ../sass/template/_visual-composer.scss */
.vc_pie_chart .wpb_pie_chart_heading {
  text-transform: uppercase;
}
/* line 1405, ../sass/template/_visual-composer.scss */
.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back {
  border-color: #dbdbdb !important;
  border-width: 3px;
}

/* line 1412, ../sass/template/_visual-composer.scss */
.widget-brand-logo.border-style
.owl-item {
  border-right: 1px solid #E4E4E4;
}
/* line 1415, ../sass/template/_visual-composer.scss */
.widget-brand-logo.border-style
.owl-item:last-child {
  border: none;
}

/* line 1421, ../sass/template/_visual-composer.scss */
.wpo-banner {
  position: relative;
}
@media (max-width: 767px) {
  /* line 1421, ../sass/template/_visual-composer.scss */
  .wpo-banner {
    margin-bottom: 20px;
  }
}
/* line 1427, ../sass/template/_visual-composer.scss */
.wpo-banner.light-hide-effect {
  color: #FFFFFF;
}
/* line 1428, ../sass/template/_visual-composer.scss */
.wpo-banner.light-hide-effect:before {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #000000;
  opacity: 0.4;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
/* line 1439, ../sass/template/_visual-composer.scss */
.wpo-banner.light-hide-effect:hover:before {
  opacity: 0.2;
}
/* line 1443, ../sass/template/_visual-composer.scss */
.wpo-banner.light-hide-effect small, .wpo-banner.light-hide-effect h3 {
  color: #FFFFFF;
}
/* line 1450, ../sass/template/_visual-composer.scss */
.wpo-banner.content_position_right .banner-body {
  right: 60px;
  width: auto;
}
/* line 1455, ../sass/template/_visual-composer.scss */
.wpo-banner.content_position_right .heading {
  text-align: left;
}
/* line 1457, ../sass/template/_visual-composer.scss */
.wpo-banner.content_position_right .heading > small {
  padding: 0;
  text-align: left;
}
/* line 1464, ../sass/template/_visual-composer.scss */
.wpo-banner.content_position_left .banner-body {
  left: 60px;
  width: auto;
  text-align: left;
}
/* line 1469, ../sass/template/_visual-composer.scss */
.wpo-banner.content_position_left .heading {
  text-align: left;
}
/* line 1471, ../sass/template/_visual-composer.scss */
.wpo-banner.content_position_left .heading > small {
  padding: 0;
  text-align: left;
}
/* line 1478, ../sass/template/_visual-composer.scss */
.wpo-banner h3 {
  font-size: 50px;
}
/* line 1481, ../sass/template/_visual-composer.scss */
.wpo-banner .banner-body {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: -55px 0 0;
}

/* line 1491, ../sass/template/_visual-composer.scss */
.wpo-portfolio.hidden-filter #filters {
  display: none;
}
/* line 1496, ../sass/template/_visual-composer.scss */
.wpo-portfolio.style-special #filters {
  position: absolute;
  right: 100px;
  top: -200px;
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl .wpo-portfolio.style-special #filters {
  left: 100px;
  right: auto;
}
@media (max-width: 991px) {
  /* line 1496, ../sass/template/_visual-composer.scss */
  .wpo-portfolio.style-special #filters {
    right: 30px;
  }
}
/* line 1503, ../sass/template/_visual-composer.scss */
.wpo-portfolio.style-special #filters ul {
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 1505, ../sass/template/_visual-composer.scss */
.wpo-portfolio.style-special #filters ul > li a {
  color: #fff;
}

/* line 1514, ../sass/template/_visual-composer.scss */
.wpo-coming-soon .coming-soon-time {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 60px 0;
}
/* line 1519, ../sass/template/_visual-composer.scss */
.wpo-coming-soon .coming-soon-time .pts-countdown {
  display: inline-block;
}
/* line 1521, ../sass/template/_visual-composer.scss */
.wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times {
  margin-top: 0;
}
/* line 1523, ../sass/template/_visual-composer.scss */
.wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div {
  background: url(../images/bg-time.png) no-repeat transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
  padding-top: 50px;
  float: left;
  color: #fff;
  margin: 0 20px;
  font-size: 12px;
  font-weight: 800;
  font-family: "Raleway";
  text-transform: none !important;
}
@media (max-width: 991px) {
  /* line 1523, ../sass/template/_visual-composer.scss */
  .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div {
    width: 100px;
    height: 100px;
    background-size: contain;
    padding-top: 15px;
  }
  /* line 1540, ../sass/template/_visual-composer.scss */
  .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div b {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  /* line 1523, ../sass/template/_visual-composer.scss */
  .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div {
    width: 80px;
    height: 80px;
    background-size: contain;
    padding-top: 10px;
    font-size: 8px;
  }
  /* line 1549, ../sass/template/_visual-composer.scss */
  .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div b {
    font-size: 18px !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* line 1555, ../sass/template/_visual-composer.scss */
.wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div b {
  font-size: 48px;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 15px;
  line-height: 1;
  position: relative;
  font-weight: 800;
}
/* line 1563, ../sass/template/_visual-composer.scss */
.wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div b:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  position: absolute;
  z-index: 1;
}
/* line 1574, ../sass/template/_visual-composer.scss */
.wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times > div:first-child {
  margin-left: 0;
}
/* line 1581, ../sass/template/_visual-composer.scss */
.wpo-coming-soon.countdown-v2 {
  border-top: 2px solid #DFDEDC;
  border-bottom: 2px solid #DFDEDC;
}
/* line 1584, ../sass/template/_visual-composer.scss */
.wpo-coming-soon.countdown-v2 .pts-countdown {
  display: inline-block;
}
/* line 1586, ../sass/template/_visual-composer.scss */
.wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times {
  margin-top: 0;
}
/* line 1588, ../sass/template/_visual-composer.scss */
.wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times > div {
  background: url(../images/bg-time-2.png) no-repeat transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  /* line 1588, ../sass/template/_visual-composer.scss */
  .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times > div {
    width: 100px;
    height: 100px;
    background-size: contain;
    padding-top: 15px;
  }
  /* line 1596, ../sass/template/_visual-composer.scss */
  .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times > div b {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  /* line 1588, ../sass/template/_visual-composer.scss */
  .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times > div {
    width: 80px;
    height: 80px;
    background-size: contain;
    padding-top: 10px;
    font-size: 8px;
  }
  /* line 1605, ../sass/template/_visual-composer.scss */
  .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times > div b {
    font-size: 18px !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

/* line 1618, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .date-heading {
  background: #332C3E;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  padding: 15px 0;
}
/* line 1626, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .events-timeline {
  position: relative;
  overflow: hidden;
}
/* line 1629, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .events-timeline:before {
  background: #F9F9F9 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 9999px;
  left: 16.6667%;
  margin-left: -1px;
  position: absolute;
  top: 30px;
  width: 2px;
}
/* line 1641, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item {
  margin-top: 30px;
}
/* line 1643, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .event-content {
  padding-left: 25px;
}
/* line 1645, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .event-content .content-inner {
  background: #F9F9F9;
  padding: 25px 30px;
}
/* line 1649, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .event-content .content-inner .event-title h2 {
  margin: 0;
  position: relative;
  padding-bottom: 15px;
}
/* line 1653, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .event-content .content-inner .event-title h2:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #c09c7b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 1663, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .event-content .content-inner .event-title a {
  text-transform: uppercase;
  font-size: 20px;
}
/* line 1666, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .event-content .content-inner .event-title a:hover {
  color: #c09c7b;
}
/* line 1673, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .event-date {
  float: right;
  background: #c09c7b;
  padding: 3px 10px;
  position: relative;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
/* line 1684, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .event-date:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-left-color: #c09c7b;
  left: 100%;
  top: 50%;
  z-index: 1;
  margin-top: -4px;
}
/* line 1694, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .event-date:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #DEDDE5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 50%;
  z-index: 1;
  margin-top: -7px;
  right: -32px;
  background: #c09c7b;
}
/* line 1707, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .event_room {
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2px;
}
/* line 1714, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .speaker {
  float: right;
}
/* line 1716, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .speaker .item {
  width: 30px;
  height: auto;
  float: left;
  margin-right: 10px;
}
/* line 1720, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .speaker .item:last-child {
  margin-right: 0;
}
/* line 1723, ../sass/template/_visual-composer.scss */
.wpo-event-of-date .tribe-events-item .speaker .item img {
  width: 100%;
  height: auto;
}

/* line 1739, ../sass/template/_visual-composer.scss */
.widget-buddypress-members.style-center .list-inline {
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* line 1753, ../sass/template/_visual-composer.scss */
.contact-form .form-group input {
  display: inline;
}
/* line 1756, ../sass/template/_visual-composer.scss */
.contact-form .form-group input[type="email"] {
  width: 220px;
  margin-right: 10px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .contact-form .form-group input[type="email"] {
  margin-left: 10px;
  margin-right: inherit;
}
/* line 1760, ../sass/template/_visual-composer.scss */
.contact-form .form-group input[type="submit"] {
  width: 130px;
  font-size: 10px;
}

/* 7. Slideshow */
/*
*  Revolution Slider
*/
/* line 4, ../sass/template/_slider.scss */
.slide-full {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 13, ../sass/template/_slider.scss */
#wpo_sliders-2 .item {
  position: relative;
}
/* line 15, ../sass/template/_slider.scss */
#wpo_sliders-2 .item:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  width: 100%;
  height: 100%;
}
/* line 25, ../sass/template/_slider.scss */
#wpo_sliders-2 img.wp-post-image {
  width: 100%;
}
/* line 28, ../sass/template/_slider.scss */
#wpo_sliders-2 .carousel-caption {
  left: 0;
  right: 0;
  top: 30%;
  max-width: 500px;
  margin: auto;
  z-index: 99;
}
/* line 36, ../sass/template/_slider.scss */
#wpo_sliders-2 .carousel-caption h3 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  color: #c09c7b;
  margin-bottom: 20px;
}
/* line 43, ../sass/template/_slider.scss */
#wpo_sliders-2 .carousel-caption .entry-create {
  color: #93a0aa;
}
/* line 45, ../sass/template/_slider.scss */
#wpo_sliders-2 .carousel-caption .entry-create a {
  color: #fff;
}
/* line 47, ../sass/template/_slider.scss */
#wpo_sliders-2 .carousel-caption .entry-create a:hover {
  color: #c09c7b;
}
/* line 52, ../sass/template/_slider.scss */
#wpo_sliders-2 .carousel-caption .btn {
  margin-top: 20px;
}
/* line 57, ../sass/template/_slider.scss */
#wpo_sliders-2 .carousel-control.left {
  left: 40px;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl #wpo_sliders-2 .carousel-control.left {
  right: 40px;
  left: auto;
}
/* line 60, ../sass/template/_slider.scss */
#wpo_sliders-2 .carousel-control.right {
  right: 40px;
}
/* line 115, ../sass/rtl/_rtl.scss */
.rtl #wpo_sliders-2 .carousel-control.right {
  left: 40px;
  right: auto;
}

/* line 68, ../sass/template/_slider.scss */
.wpb_revslider_element {
  overflow: hidden;
}
/* line 71, ../sass/template/_slider.scss */
.wpb_revslider_element:hover .tparrows {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 75, ../sass/template/_slider.scss */
.wpb_revslider_element:hover .tp-leftarrow {
  margin-left: 0px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpb_revslider_element:hover .tp-leftarrow {
  margin-right: 0px;
  margin-left: inherit;
}
/* line 78, ../sass/template/_slider.scss */
.wpb_revslider_element:hover .tp-rightarrow {
  margin-right: 0px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .wpb_revslider_element:hover .tp-rightarrow {
  margin-left: 0px;
  margin-right: inherit;
}
/* line 82, ../sass/template/_slider.scss */
.wpb_revslider_element .tp-bullets {
  bottom: 40px !important;
}
/* line 85, ../sass/template/_slider.scss */
.wpb_revslider_element .tp-bullets.simplebullets.round .bullet {
  background-image: none;
  background-color: #fff;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 10px;
}
/* line 95, ../sass/template/_slider.scss */
.wpb_revslider_element .tp-bullets.simplebullets.round .bullet.selected {
  background: #c09c7b;
}
/* line 100, ../sass/template/_slider.scss */
.wpb_revslider_element .no-slides-text {
  padding: 50px 0px;
}

/* line 106, ../sass/template/_slider.scss */
.tp-caption.text-large-white {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 80px;
  /* 9 */
  font-size: 8rem;
  /* 9 */
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1 !important;
}
/* line 114, ../sass/template/_slider.scss */
.tp-caption.text-large-black {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 80px;
  /* 9 */
  font-size: 8rem;
  /* 9 */
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1 !important;
}
/* line 122, ../sass/template/_slider.scss */
.tp-caption span.color-theme {
  color: #c09c7b;
}
/* line 125, ../sass/template/_slider.scss */
.tp-caption strong {
  font-weight: 900;
  color: #c09c7b;
}
/* line 129, ../sass/template/_slider.scss */
.tp-caption.text-medium {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  color: #999999;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  letter-spacing: 8px;
}
/* line 137, ../sass/template/_slider.scss */
.tp-caption.text-small {
  font-size: 24px !important;
  color: #999999;
  text-transform: none;
  font-weight: 300;
  font-style: italic;
  font-family: "Raleway", sans-serif;
}
/* line 145, ../sass/template/_slider.scss */
.tp-caption.text-white {
  color: #fff;
}
/* line 148, ../sass/template/_slider.scss */
.tp-caption.align-left {
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .tp-caption.align-left {
  text-align: right;
}
/* line 151, ../sass/template/_slider.scss */
.tp-caption.align-right {
  text-align: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .tp-caption.align-right {
  text-align: left;
}
/* line 154, ../sass/template/_slider.scss */
.tp-caption.align-center {
  text-align: center;
}
/* line 157, ../sass/template/_slider.scss */
.tp-caption.overlay {
  display: block;
  z-index: 1 !important;
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.5);
  width: 960px;
  height: 227px;
}
/* line 164, ../sass/template/_slider.scss */
.tp-caption.font-big {
  font-size: 60px;
  line-height: 60px !important;
}
/* line 168, ../sass/template/_slider.scss */
.tp-caption.font-big-2 {
  font-size: 72px;
  line-height: 72px !important;
}
/* line 172, ../sass/template/_slider.scss */
.tp-caption.font-large {
  font-size: 48px;
  line-height: 48px !important;
}
/* line 176, ../sass/template/_slider.scss */
.tp-caption.font-medium-1 {
  font-size: 24px;
  line-height: 36px !important;
}
/* line 180, ../sass/template/_slider.scss */
.tp-caption.font-medium {
  font-size: 36px;
  line-height: 45px !important;
}
/* line 184, ../sass/template/_slider.scss */
.tp-caption.font-small-1 {
  font-size: 18px;
  line-height: 26px !important;
}
/* line 188, ../sass/template/_slider.scss */
.tp-caption.font-small {
  font-size: 14px;
  line-height: 26px !important;
}
/* line 192, ../sass/template/_slider.scss */
.tp-caption.color-white {
  color: #fff;
}
/* line 195, ../sass/template/_slider.scss */
.tp-caption.color-theme {
  color: #c09c7b;
}
/* line 198, ../sass/template/_slider.scss */
.tp-caption.color-black {
  color: #000;
}
/* line 201, ../sass/template/_slider.scss */
.tp-caption.color-dark {
  color: #999999;
}
/* line 204, ../sass/template/_slider.scss */
.tp-caption.color-dark-2 {
  color: #CCCCCC;
}
/* line 207, ../sass/template/_slider.scss */
.tp-caption.color-white-2 {
  color: #f4f4f4;
}
/* line 210, ../sass/template/_slider.scss */
.tp-caption.text-uppercase {
  text-transform: uppercase;
}
/* line 213, ../sass/template/_slider.scss */
.tp-caption.text-spacing-3 {
  letter-spacing: 3px !important;
}
/* line 216, ../sass/template/_slider.scss */
.tp-caption.text-spacing-2 {
  letter-spacing: 2px !important;
}
/* line 219, ../sass/template/_slider.scss */
.tp-caption.text-spacing-1 {
  letter-spacing: 1px !important;
}
/* line 222, ../sass/template/_slider.scss */
.tp-caption.text-italic {
  font-style: italic;
}

/* line 227, ../sass/template/_slider.scss */
.tparrows {
  -webkit-box-shadow: inset 0 0 0 0 rgba(192, 156, 123, 0.8);
  box-shadow: inset 0 0 0 0 rgba(192, 156, 123, 0.8);
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
}
/* line 228, ../sass/template/_slider.scss */
.tparrows.default {
  top: 46%;
  color: #fff;
  background-image: none;
  position: relative;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 32px;
  height: 50px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 238, ../sass/template/_slider.scss */
.tparrows.default:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin: auto;
  display: block;
  color: #fff;
  font-weight: bold;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 4px;
  height: 25px;
  position: absolute;
}
/* line 249, ../sass/template/_slider.scss */
.tparrows.tp-leftarrow {
  margin-left: -52px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .tparrows.tp-leftarrow {
  margin-right: -52px;
  margin-left: inherit;
}
/* line 251, ../sass/template/_slider.scss */
.tparrows.tp-leftarrow:before {
  content: "\f104";
}
/* line 255, ../sass/template/_slider.scss */
.tparrows.tp-rightarrow {
  margin-right: -52px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .tparrows.tp-rightarrow {
  margin-left: -52px;
  margin-right: inherit;
}
/* line 258, ../sass/template/_slider.scss */
.tparrows:hover {
  background-color: rgba(192, 156, 123, 0.8);
}
/* line 260, ../sass/template/_slider.scss */
.tparrows:hover:before {
  color: #fff;
}
/* line 141, ../sass/mixins/_functions.scss */
.tparrows:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0, 1);
  -webkit-box-shadow: inset 0 -50px 0 0 rgba(192, 156, 123, 0.8);
  box-shadow: inset 0 -50px 0 0 rgba(192, 156, 123, 0.8);
}

/* 9. Responsive */
@media (max-width: 1280px) {
  /* line 7, ../sass/template/_responsive.scss */
  #buddypress.pb_profile_search.style-basic {
    top: 20px;
  }

  /* line 11, ../sass/template/_responsive.scss */
  #buddypress.pb_profile_search.style-couple {
    position: inherit;
  }
  /* line 13, ../sass/template/_responsive.scss */
  #buddypress.pb_profile_search.style-couple .standard-form {
    width: 100%;
    position: inherit;
    margin-top: 20px;
    background-color: #F7F7F7;
  }
  /* line 18, ../sass/template/_responsive.scss */
  #buddypress.pb_profile_search.style-couple .standard-form .widget-title {
    background: none;
    color: #000;
  }
  /* line 22, ../sass/template/_responsive.scss */
  #buddypress.pb_profile_search.style-couple .standard-form .editfield {
    float: left;
    width: 23%;
    margin-right: 10px;
  }
  /* line 27, ../sass/template/_responsive.scss */
  #buddypress.pb_profile_search.style-couple .standard-form div.submit input {
    width: 200px !important;
  }
}
@media (max-width: 992px) {
  /* line 40, ../sass/template/_responsive.scss */
  #wpo-header.header-absolute .has-sticky {
    background-color: transparent;
  }

  /* line 43, ../sass/template/_responsive.scss */
  #wpo-header.header-absolute {
    background-color: #000;
  }

  /* line 46, ../sass/template/_responsive.scss */
  nav#wpo-mainnav.border .navbar-nav > li {
    border: none;
  }
  /* line 47, ../sass/template/_responsive.scss */
  nav#wpo-mainnav.border .navbar-nav > li:last-child {
    border: none;
  }

  /* line 52, ../sass/template/_responsive.scss */
  .navbar.navbar-offcanvas {
    margin-bottom: 0;
  }

  /* line 55, ../sass/template/_responsive.scss */
  .navbar-mega .navbar-nav > li > a {
    padding: 0 10px;
  }

  /* line 58, ../sass/template/_responsive.scss */
  .pb_profile_search {
    display: none;
  }

  /* line 61, ../sass/template/_responsive.scss */
  .wpo-inforbox-v2 {
    padding: 45px;
  }
  /* line 66, ../sass/template/_responsive.scss */
  .wpo-inforbox-v2.bg-color-1 .inforbox-icon, .wpo-inforbox-v2.bg-color-2 .inforbox-icon, .wpo-inforbox-v2.bg-nostyle .inforbox-icon {
    display: none;
  }
  /* line 70, ../sass/template/_responsive.scss */
  .wpo-inforbox-v2 .btn {
    width: 100%;
    padding: 10px 0;
    font-size: 9px;
  }

  /* line 76, ../sass/template/_responsive.scss */
  .navbar-mega .navbar-nav {
    float: left;
  }
  /* line 11, ../sass/rtl/_rtl.scss */
  .rtl .navbar-mega .navbar-nav {
    float: right;
  }
}
@media (max-width: 768px) {
  /* line 83, ../sass/template/_responsive.scss */
  .navbar-mega .navbar-nav > li > a {
    padding: 0 10px;
  }

  /* line 86, ../sass/template/_responsive.scss */
  .widget.widget-buddypress-members .heading.heading-v2 {
    width: 100%;
  }

  /* line 89, ../sass/template/_responsive.scss */
  .bg-style-v2 {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 96, ../sass/template/_responsive.scss */
  .masonry-item img {
    width: 100%;
  }
}
/* line 1, ../sass/template/_theme-effect.scss */
.wpb_start_animation {
  opacity: 1 !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 9, ../sass/template/_theme-effect.scss */
.zoom-2 {
  overflow: hidden;
}
/* line 11, ../sass/template/_theme-effect.scss */
.zoom-2 img {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
/* line 18, ../sass/template/_theme-effect.scss */
.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 25, ../sass/template/_theme-effect.scss */
.filter-grayscale, .widget .widget_sp_image-image-link img {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
/* line 27, ../sass/template/_theme-effect.scss */
.filter-grayscale:hover, .widget .widget_sp_image-image-link img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

/* line 33, ../sass/template/_theme-effect.scss */
.filter-brightness {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
/* line 35, ../sass/template/_theme-effect.scss */
.filter-brightness:hover {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
}

/* line 41, ../sass/template/_theme-effect.scss */
.filter-blur {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
/* line 43, ../sass/template/_theme-effect.scss */
.filter-blur:hover {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

/* line 48, ../sass/template/_theme-effect.scss */
.tab-pane {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 55, ../sass/template/_theme-effect.scss */
.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 59, ../sass/template/_theme-effect.scss */
.close:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 66, ../sass/template/_theme-effect.scss */
.image-overlay-1:after, .image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .image-overlay-1:after, .rtl .image-overlay-1:before {
  right: 0;
  left: auto;
}
/* line 77, ../sass/template/_theme-effect.scss */
.image-overlay-1:after {
  top: -100%;
}
/* line 80, ../sass/template/_theme-effect.scss */
.image-overlay-1:before {
  bottom: -100%;
}
/* line 84, ../sass/template/_theme-effect.scss */
.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 88, ../sass/template/_theme-effect.scss */
.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 96, ../sass/template/_theme-effect.scss */
.image-plus-1 {
  position: relative;
}
/* line 98, ../sass/template/_theme-effect.scss */
.image-plus-1::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .image-plus-1::before {
  right: 0;
  left: auto;
}
/* line 112, ../sass/template/_theme-effect.scss */
.image-plus-1:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

/* line 120, ../sass/template/_theme-effect.scss */
.image-plus-2 {
  position: relative;
}
/* line 122, ../sass/template/_theme-effect.scss */
.image-plus-2::before {
  content: "";
  z-index: 199;
  top: 0;
  position: absolute;
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .image-plus-2::before {
  right: 0;
  left: auto;
}
/* line 136, ../sass/template/_theme-effect.scss */
.image-plus-2:hover::before {
  opacity: .6;
  visibility: visible;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
}

/* line 144, ../sass/template/_theme-effect.scss */
.image-plus-3 {
  position: relative;
}
/* line 146, ../sass/template/_theme-effect.scss */
.image-plus-3::before {
  content: "";
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.8);
}
/* line 108, ../sass/rtl/_rtl.scss */
.rtl .image-plus-3::before {
  right: 0;
  left: auto;
}
/* line 160, ../sass/template/_theme-effect.scss */
.image-plus-3:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
}

/* line 169, ../sass/template/_theme-effect.scss */
.icon-effect-1 {
  position: relative;
}
/* line 171, ../sass/template/_theme-effect.scss */
.icon-effect-1:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
}
/* line 181, ../sass/template/_theme-effect.scss */
.icon-effect-1:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 189, ../sass/template/_theme-effect.scss */
.ih-item.square {
  position: relative;
}
/* line 191, ../sass/template/_theme-effect.scss */
.ih-item.square .info {
  backface-visibility: hidden;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  background: #333333;
  color: #fff;
}
/* line 201, ../sass/template/_theme-effect.scss */
.ih-item.square .info > * {
  color: #fff;
}
/* line 204, ../sass/template/_theme-effect.scss */
.ih-item.square .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  font-size: 15px;
}
/* line 213, ../sass/template/_theme-effect.scss */
.ih-item.square .info p {
  font-style: italic;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  font-size: 14px;
}

/* line 225, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16 .info {
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(192, 156, 123, 0.8);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 991px) {
  /* line 225, ../sass/template/_theme-effect.scss */
  .ih-item.square.effect16 .info {
    padding-top: 10% !important;
  }
}
/* line 233, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16 .info h3 {
  background: none;
  text-transform: none;
}
/* line 235, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16 .info h3 a {
  color: #fff;
}
/* line 239, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16 .info h3:hover {
  text-decoration: underline;
}
/* line 243, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16 .info .fa {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
}
/* line 249, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16 .info .description {
  display: none;
}
/* line 252, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16 .info .created, .ih-item.square.effect16 .info .zoom {
  display: block !important;
  visibility: visible !important;
  padding: 0;
  color: #fff;
  font-weight: 400;
}
/* line 259, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16 .info .info-inner {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
/* line 266, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16 .info .info-inner h3 {
  margin: 0;
}
/* line 271, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16:hover {
  cursor: pointer;
}
/* line 273, ../sass/template/_theme-effect.scss */
.ih-item.square.effect16:hover .info {
  margin: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 280, ../sass/template/_theme-effect.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}

/* line 285, ../sass/template/_theme-effect.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 288, ../sass/template/_theme-effect.scss */
.preloader-wrapper.big {
  width: 200px;
  height: 200px;
}

/* line 291, ../sass/template/_theme-effect.scss */
.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
/* line 303, ../sass/template/_theme-effect.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 309, ../sass/template/_theme-effect.scss */
.spinner-blue, .spinner-blue-only {
  border-color: #c09c7b;
}

/* line 312, ../sass/template/_theme-effect.scss */
.spinner-red, .spinner-red-only {
  border-color: #db4437;
}

/* line 315, ../sass/template/_theme-effect.scss */
.spinner-yellow, .spinner-yellow-only {
  border-color: #f4b400;
}

/* line 318, ../sass/template/_theme-effect.scss */
.spinner-green, .spinner-green-only {
  border-color: #0f9d58;
}

/* line 321, ../sass/template/_theme-effect.scss */
.active .spinner-layer.spinner-blue {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 325, ../sass/template/_theme-effect.scss */
.active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 515, ../sass/template/_theme-effect.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 524, ../sass/template/_theme-effect.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 528, ../sass/template/_theme-effect.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 535, ../sass/template/_theme-effect.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 550, ../sass/template/_theme-effect.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

/* line 555, ../sass/template/_theme-effect.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

/* line 561, ../sass/template/_theme-effect.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 566, ../sass/template/_theme-effect.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
/* line 611, ../sass/template/_theme-effect.scss */
#spinnerContainer.cooldown {
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* Table of Contents:
*
* 1.0 - Body
* 2.0 - Headings
* 3.0 - Text Elements
* 4.0 - Links
* 5.0 - Alignment
* 6.0 - Tables
* 7.0 - Images
* 8.0 - Galleries
* 9.0 - Audio/Video
* 10.0 - RTL
* ----------------------------------------------------------------------------
*/
/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */
/* line 22, ../sass/template/_editor-style.scss */
.alignleft {
  float: left;
  margin: 0px 24px 0px 0;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .alignleft {
  float: right;
}
/* line 35, ../sass/rtl/_rtl.scss */
.rtl .alignleft {
  margin: 0px 0 0px 24px;
}

/* line 27, ../sass/template/_editor-style.scss */
.alignright {
  float: right;
  margin: 0px 0 0px 24px;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .alignright {
  float: left;
}
/* line 35, ../sass/rtl/_rtl.scss */
.rtl .alignright {
  margin: 0px 24px 0px 0;
}

/* line 32, ../sass/template/_editor-style.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0px auto;
}

/* line 38, ../sass/template/_editor-style.scss */
blockquote.alignleft,
blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

/* line 46, ../sass/template/_editor-style.scss */
blockquote.alignleft p,
blockquote.alignright p {
  margin-bottom: 17px;
}

/* line 51, ../sass/template/_editor-style.scss */
.attachment .site-content {
  margin-left: auto;
  width: 100%;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .attachment .site-content {
  margin-right: auto;
  margin-left: inherit;
}

/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */
/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */
/* line 67, ../sass/template/_editor-style.scss */
img {
  vertical-align: middle;
}

/* line 71, ../sass/template/_editor-style.scss */
.wp-caption {
  background: transparent;
  border: none;
  color: #767676;
  margin: 0 0 24px 0;
  max-width: 474px;
  padding: 0;
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .wp-caption {
  text-align: right;
}

/* line 81, ../sass/template/_editor-style.scss */
.html5-captions .wp-caption {
  padding: 0;
}

/* line 85, ../sass/template/_editor-style.scss */
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

/* line 89, ../sass/template/_editor-style.scss */
.html5-captions .wp-caption.alignleft {
  margin-right: 24px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .html5-captions .wp-caption.alignleft {
  margin-left: 24px;
  margin-right: inherit;
}

/* line 93, ../sass/template/_editor-style.scss */
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

/* line 97, ../sass/template/_editor-style.scss */
.wp-caption.alignright img,
.wp-caption.alignright .wp-caption-dd {
  padding-left: 10px;
}

/* line 102, ../sass/template/_editor-style.scss */
.html5-captions .wp-caption.alignright {
  margin-left: 24px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .html5-captions .wp-caption.alignright {
  margin-right: 24px;
  margin-left: inherit;
}

/* line 106, ../sass/template/_editor-style.scss */
.html5-captions .wp-caption.alignright img,
.html5-captions .wp-caption.alignright .wp-caption-dd {
  padding: 0;
}

/* line 111, ../sass/template/_editor-style.scss */
.wp-caption.aligncenter {
  margin: 7px 0;
}

/* line 115, ../sass/template/_editor-style.scss */
.wp-caption-dt {
  margin: 0;
}

/* line 119, ../sass/template/_editor-style.scss */
.wp-caption .wp-caption-text,
.wp-caption-dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding: 0 10px 0 0;
  /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
  text-align: left;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .wp-caption .wp-caption-text, .rtl
.wp-caption-dd {
  text-align: right;
}

/* line 130, ../sass/template/_editor-style.scss */
.mceTemp + ul,
.mceTemp + ol {
  list-style-position: inside;
}

/**
 * 8.0 Gallery
 * -----------------------------------------------------------------------------
 */
/* line 140, ../sass/template/_editor-style.scss */
.gallery .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .gallery .gallery-item {
  float: right;
}
/* line 35, ../sass/rtl/_rtl.scss */
.rtl .gallery .gallery-item {
  margin: 0 0 4px 4px;
}

/* line 148, ../sass/template/_editor-style.scss */
.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: auto;
}

/* line 153, ../sass/template/_editor-style.scss */
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 14px);
  max-width: calc(50% - 14px);
  width: auto;
}

/* line 160, ../sass/template/_editor-style.scss */
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 11px);
  max-width: calc(33.3% - 11px);
  width: auto;
}

/* line 167, ../sass/template/_editor-style.scss */
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 9px);
  max-width: calc(25% - 9px);
  width: auto;
}

/* line 174, ../sass/template/_editor-style.scss */
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 8px);
  max-width: calc(20% - 8px);
  width: auto;
}

/* line 181, ../sass/template/_editor-style.scss */
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 7px);
  max-width: calc(16.7% - 7px);
  width: auto;
}

/* line 188, ../sass/template/_editor-style.scss */
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 7px);
  max-width: calc(14.28% - 7px);
  width: auto;
}

/* line 195, ../sass/template/_editor-style.scss */
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 6px);
  max-width: calc(12.5% - 6px);
  width: auto;
}

/* line 202, ../sass/template/_editor-style.scss */
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 6px);
  max-width: calc(11.1% - 6px);
  width: auto;
}

/* line 209, ../sass/template/_editor-style.scss */
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .gallery-columns-1 .gallery-item:nth-of-type(1n), .rtl
.gallery-columns-2 .gallery-item:nth-of-type(2n), .rtl
.gallery-columns-3 .gallery-item:nth-of-type(3n), .rtl
.gallery-columns-4 .gallery-item:nth-of-type(4n), .rtl
.gallery-columns-5 .gallery-item:nth-of-type(5n), .rtl
.gallery-columns-6 .gallery-item:nth-of-type(6n), .rtl
.gallery-columns-7 .gallery-item:nth-of-type(7n), .rtl
.gallery-columns-8 .gallery-item:nth-of-type(8n), .rtl
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-left: 0;
  margin-right: inherit;
}

/* line 221, ../sass/template/_editor-style.scss */
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
  margin-left: 12px;
}
/* line 22, ../sass/rtl/_rtl.scss */
.rtl .gallery-columns-1 .gallery-item:nth-of-type(1n), .rtl
.gallery-columns-2 .gallery-item:nth-of-type(2n - 1), .rtl
.gallery-columns-3 .gallery-item:nth-of-type(3n - 2), .rtl
.gallery-columns-4 .gallery-item:nth-of-type(4n - 3), .rtl
.gallery-columns-5 .gallery-item:nth-of-type(5n - 4), .rtl
.gallery-columns-6 .gallery-item:nth-of-type(6n - 5), .rtl
.gallery-columns-7 .gallery-item:nth-of-type(7n - 6), .rtl
.gallery-columns-8 .gallery-item:nth-of-type(8n - 7), .rtl
.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
  margin-right: 12px;
  margin-left: inherit;
}

/* line 233, ../sass/template/_editor-style.scss */
.gallery .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .gallery .gallery-caption {
  text-align: right;
}

/* line 250, ../sass/template/_editor-style.scss */
.gallery .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 260, ../sass/template/_editor-style.scss */
.gallery-item:hover .gallery-caption {
  opacity: 1;
}

/* line 264, ../sass/template/_editor-style.scss */
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */
/* line 276, ../sass/template/_editor-style.scss */
.mejs-mediaelement,
.mejs-container .mejs-controls {
  background: #000;
}

/* line 281, ../sass/template/_editor-style.scss */
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

/* line 286, ../sass/template/_editor-style.scss */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d;
}

/* line 290, ../sass/template/_editor-style.scss */
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}

/* line 295, ../sass/template/_editor-style.scss */
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

/* line 301, ../sass/template/_editor-style.scss */
.mejs-overlay-loading {
  background: transparent;
}

/**
 * 10.0 RTL
 * ----------------------------------------------------------------------------
 */
/* line 311, ../sass/template/_editor-style.scss */
html .mceContentBody.rtl {
  direction: rtl;
  unicode-bidi: embed;
}

/* line 316, ../sass/template/_editor-style.scss */
.rtl .wp-caption,
.rtl tr th {
  text-align: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .rtl .wp-caption, .rtl
.rtl tr th {
  text-align: left;
}

/* line 321, ../sass/template/_editor-style.scss */
.rtl td {
  text-align: right;
}
/* line 11, ../sass/rtl/_rtl.scss */
.rtl .rtl td {
  text-align: left;
}

/* line 1, ../sass/template/_event.scss */
#tribe-events-bar {
  margin-bottom: 15px;
}
/* line 3, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form {
  background: #fff;
}
/* line 5, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form label {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
/* line 10, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .first-column {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #E5E5E5;
  border-bottom: 0;
}
/* line 15, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .first-column input {
  margin-top: 10px;
  height: 30px;
  font-weight: 700;
  border-bottom: 1px solid #E5E5E5;
  font-size: 12px;
}
/* line 22, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .first-column .tribe-bar-submit button {
  margin-top: 4px;
}
/* line 26, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .second-column {
  padding: 0;
}
/* line 28, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .second-column #tribe-bar-views {
  left: 0;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background: #F2F2F2;
}
/* line 35, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-list {
  padding: 0;
}
/* line 37, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-list > li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #000;
  background: none;
  margin: 0 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/* line 44, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-list > li a {
  background: none;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 50, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-list > li a span {
  line-height: 17px;
}
/* line 54, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-list > li.tribe-bar-active, #tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-list > li:hover {
  background: #c09c7b;
  border-color: #c09c7b;
}
/* line 57, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-list > li.tribe-bar-active a, #tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-list > li:hover a {
  color: #fff;
}
/* line 63, ../sass/template/_event.scss */
#tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-inner {
  background: none;
  padding: 5px 0 45px;
}
/* line 70, ../sass/template/_event.scss */
#tribe-events-bar .tribe-bar-submit button {
  background: #c09c7b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 75, ../sass/template/_event.scss */
#tribe-events-bar .tribe-bar-submit button:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

/* line 85, ../sass/template/_event.scss */
.tribe-events-list .tribe-events-page-title {
  display: none;
}
/* line 88, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events {
  padding: 25px 15px !important;
}
/* line 90, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner {
  position: relative;
  margin-top: 45px;
}
/* line 94, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .date {
  display: none;
}
/* line 97, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body {
  position: relative;
  padding: 30px 0;
  border: 1px solid #dde3e8;
  border-top: 0;
}
/* line 102, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .left {
  padding: 0 110px 0 30px;
}
/* line 105, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .right {
  width: 95px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #dde3e8;
}
/* line 111, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .right .event-cost {
  margin-top: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "Raleway";
}
/* line 117, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .right .event-cost i {
  display: block;
  font-size: 24px;
}
/* line 124, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .tribe-events-address i, .tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .time-details i {
  display: inline-block;
  width: 15px;
  text-align: center;
  margin-right: 5px;
}
/* line 132, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .event-title .entry-title {
  margin-bottom: 0;
  line-height: 22px;
  margin-bottom: 15px;
}
/* line 136, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .event-title .entry-title a {
  color: #54575a;
}
/* line 138, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .event-title .entry-title a:hover {
  color: #c09c7b;
}
/* line 144, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .time-details {
  font-weight: 400;
  font-size: 13px;
}
/* line 148, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .tribe-events-address {
  font-style: normal;
  font-size: 13px;
  margin: 0 0 5px;
  display: block;
}
/* line 159, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 {
  margin: 0;
  position: relative;
}
/* line 162, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-date {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 70px;
  height: 70px;
  background: #c09c7b;
  text-align: center;
  padding-top: 12px;
}
/* line 171, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-date > * {
  margin: 0;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
/* line 177, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-date .day {
  font-size: 30px;
  line-height: 35px;
}
/* line 181, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-date .month {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
/* line 188, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .entry-title a {
  font-size: 20px;
  font-weight: 800;
  color: #000 !important;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 199, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .entry-title a:hover {
  color: #c09c7b !important;
}
/* line 202, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .entry-title a:after {
  content: "";
  width: 70px;
  height: 2px;
  background: #c09c7b;
  left: 0;
  bottom: 0;
  position: absolute;
}
/* line 212, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body {
  border: 1px solid #F5F5F5;
  background: #fff;
}
/* line 215, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .left {
  padding: 0 150px 0 30px !important;
}
@media (max-width: 991px) {
  /* line 215, ../sass/template/_event.scss */
  .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .left {
    padding: 0 100 0 30px !important;
  }
}
/* line 221, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .right {
  background: #fff;
  color: #c09c7b;
  border: none;
}
/* line 225, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .right .event-cost {
  line-height: 1;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 800;
  text-align: left;
}
@media (max-width: 991px) {
  /* line 225, ../sass/template/_event.scss */
  .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .right .event-cost {
    font-size: 20px;
  }
}
/* line 234, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .right .event-cost .free {
  color: #CCCCCC;
}
/* line 240, ../sass/template/_event.scss */
.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .tribe-events-address, .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .time-details {
  color: #54575a;
}

/* line 248, ../sass/template/_event.scss */
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: 100% !important;
}

/* line 256, ../sass/template/_event.scss */
.tribe-events-list .tribe-events-event-image {
  width: 100%;
  margin: 0;
  position: relative;
}

/* line 264, ../sass/template/_event.scss */
.tribe-events-loop .tribe-events-list-separator-month {
  margin: 30px 0;
  background: none;
  color: #000;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
/* line 273, ../sass/template/_event.scss */
.tribe-events-loop .tribe-events-list-separator-month:before, .tribe-events-loop .tribe-events-list-separator-month:after {
  content: none;
}
/* line 276, ../sass/template/_event.scss */
.tribe-events-loop .tribe-events-list-separator-month > span {
  background: none;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
/* line 286, ../sass/template/_event.scss */
.tribe-events-loop .tribe-events-list-separator-month > span:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background: #c09c7b;
  left: 50%;
  margin-left: -45px;
  z-index: 1;
  bottom: 0;
}
/* line 299, ../sass/template/_event.scss */
.tribe-events-loop .tribe-events-event-meta {
  margin: 0;
}
/* line 302, ../sass/template/_event.scss */
.tribe-events-loop .tribe-events-day-time-slot h5 {
  margin: 30px 0;
  background: none;
  color: #000;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 900;
  display: block;
}

/* line 315, ../sass/template/_event.scss */
.single-tribe_events .tribe-events-event-meta {
  margin: 0 0 30px;
}

/* line 319, ../sass/template/_event.scss */
.wpo-tribe-events-meta .tribe-events-venue-map {
  width: 100%;
  margin: 0;
}
/* line 323, ../sass/template/_event.scss */
.wpo-tribe-events-meta .tribe-events-meta-group {
  width: 100%;
}
/* line 325, ../sass/template/_event.scss */
.wpo-tribe-events-meta .tribe-events-meta-group .tribe-events-single-section-title {
  font-weight: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 331, ../sass/template/_event.scss */
.wpo-tribe-events-meta .tribe-events-meta-group dl .clearfix {
  padding: 2.5px 0;
}
/* line 334, ../sass/template/_event.scss */
.wpo-tribe-events-meta .tribe-events-meta-group dl dt {
  clear: both;
  float: left;
  padding-right: 10px;
  width: 140px;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 342, ../sass/template/_event.scss */
.wpo-tribe-events-meta .tribe-events-meta-group dl dd {
  width: 100%;
  padding-left: 120px;
}
/* line 345, ../sass/template/_event.scss */
.wpo-tribe-events-meta .tribe-events-meta-group dl dd.author, .wpo-tribe-events-meta .tribe-events-meta-group dl dd.location {
  padding: 0;
}
/* line 350, ../sass/template/_event.scss */
.wpo-tribe-events-meta .tribe-events-meta-group .fn.org {
  padding: 0;
  font-weight: 700;
  color: #c09c7b;
  font-style: italic;
}

/* line 360, ../sass/template/_event.scss */
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin: 0;
}

/* line 367, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header-inner {
  padding: 0 10%;
}
/* line 370, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header {
  border: 1px solid #fff;
  position: relative;
}
/* line 373, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header .event-cost {
  width: 80px;
  height: 100%;
  border-left: 1px solid #fff;
  padding-top: 40px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "Raleway";
  color: #fff;
}
/* line 386, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header .event-cost i {
  display: block;
  font-size: 24px;
}
/* line 391, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header .date {
  width: 80px;
  height: 100%;
  border-right: 1px solid #fff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 25px 0;
}
/* line 402, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header .date .day {
  font-size: 36px;
  font-family: "Raleway";
  font-weight: 700;
}
/* line 407, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header .date .month {
  font-size: 18px;
  font-weight: 700;
}
/* line 412, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header .event-title {
  padding: 20px 80px;
}
/* line 414, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header .event-title .entry-title, .wpo-event-countdown .layout-1 .event-header .event-title .tribe-events-address {
  text-align: center;
  margin: 0;
  color: #fff;
}
/* line 418, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header .event-title .entry-title a, .wpo-event-countdown .layout-1 .event-header .event-title .tribe-events-address a {
  color: #fff;
}
/* line 422, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header .event-title .tribe-events-address {
  margin: 10px 0 0;
}
/* line 425, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-header .event-title .entry-title a {
  font-size: 30px;
  font-family: "Raleway";
  text-transform: uppercase;
}
/* line 432, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-time {
  text-align: center;
}
/* line 434, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-time .pts-countdown {
  display: inline-block;
}
/* line 436, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-time .pts-countdown .countdown-times {
  margin-top: 70px;
}
/* line 438, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-time .pts-countdown .countdown-times > div {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 168px;
  height: 168px;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 30px;
  float: left;
  color: #fff;
  margin-left: 115px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway";
  text-transform: none !important;
}
/* line 451, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-time .pts-countdown .countdown-times > div b {
  font-size: 60px;
  display: block;
  margin-bottom: 50px;
}
/* line 456, ../sass/template/_event.scss */
.wpo-event-countdown .layout-1 .event-time .pts-countdown .countdown-times > div:first-child {
  margin-left: 0;
}
/* line 465, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-title {
  padding: 25px;
  background: #c09c7b;
  text-align: center;
}
/* line 469, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-title .event-date {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  margin-bottom: 3px;
}
/* line 473, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-title .event-date i {
  margin-right: 5px;
}
/* line 477, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-title .entry-title {
  text-align: center;
  margin: 0;
}
/* line 480, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-title .entry-title a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
/* line 487, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-time {
  background: #433C44;
  padding: 0 20px;
}
/* line 490, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-time .heading-time {
  padding: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 499, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-time .time {
  padding: 30px 0;
}
/* line 502, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-time .time .countdown-times > div {
  float: left;
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
/* line 510, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-time .time .countdown-times > div b {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
/* line 517, ../sass/template/_event.scss */
.wpo-event-countdown .layout-2 .event-time .time .countdown-times > div:last-child {
  border: none;
}
/* line 525, ../sass/template/_event.scss */
.wpo-event-countdown.layout-3 {
  padding: 30px 0;
}
/* line 527, ../sass/template/_event.scss */
.wpo-event-countdown.layout-3 .widget-title {
  display: none;
}
/* line 530, ../sass/template/_event.scss */
.wpo-event-countdown.layout-3 .event-header-inner {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 534, ../sass/template/_event.scss */
.wpo-event-countdown.layout-3 .title-2 {
  display: block !important;
  visibility: visible !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c09c7b;
  padding-top: 11px;
}
/* line 542, ../sass/template/_event.scss */
.wpo-event-countdown.layout-3 .title-2 i {
  margin-right: 5px;
}
/* line 546, ../sass/template/_event.scss */
.wpo-event-countdown.layout-3 .entry-title {
  margin-bottom: 5px;
}
/* line 548, ../sass/template/_event.scss */
.wpo-event-countdown.layout-3 .entry-title a {
  color: #fff;
}
/* line 550, ../sass/template/_event.scss */
.wpo-event-countdown.layout-3 .entry-title a:hover {
  color: #c09c7b;
}
/* line 555, ../sass/template/_event.scss */
.wpo-event-countdown.layout-3 .tribe-events-address {
  font-size: 14px;
  color: #b4b4b4;
  margin: 0;
}
/* line 560, ../sass/template/_event.scss */
.wpo-event-countdown.layout-3 .action {
  display: inline-block;
  float: right;
}

/* line 568, ../sass/template/_event.scss */
.tribe-events-accordion .tribe_events {
  border: 0;
  border-bottom: 1px solid #dde3e8;
  margin: 0 !important;
}
/* line 573, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading {
  position: relative;
}
/* line 575, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading .heading-icon {
  float: left;
  font-size: 30px;
  color: #93a0aa;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -25px;
}
/* line 584, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 592, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading .date {
  font-size: 14px;
  font-weight: 400;
}
/* line 595, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading .date i {
  margin-right: 10px;
}
/* line 599, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading .heading-inner {
  padding-left: 75px;
}
/* line 601, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading .heading-inner .panel-title {
  text-transform: uppercase;
  font-weight: 700;
}
/* line 604, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading .heading-inner .panel-title a {
  font-size: 18px;
}
/* line 609, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading.active {
  background: #c09c7b;
}
/* line 611, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading.active .date, .tribe-events-accordion .panel-heading.active .heading-icon i, .tribe-events-accordion .panel-heading.active .panel-title {
  color: #fff;
}
/* line 614, ../sass/template/_event.scss */
.tribe-events-accordion .panel-heading.active .arrow {
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 620, ../sass/template/_event.scss */
.tribe-events-accordion .event-desc {
  background: none repeat scroll 0 0 #c09c7b;
  padding: 25px;
  color: #fff;
  line-height: 1.4;
}
/* line 625, ../sass/template/_event.scss */
.tribe-events-accordion .event-desc a {
  color: #fff;
}
/* line 627, ../sass/template/_event.scss */
.tribe-events-accordion .event-desc a:hover {
  color: #000;
}
/* line 631, ../sass/template/_event.scss */
.tribe-events-accordion .event-desc .readmore {
  font-weight: 700;
}
/* line 635, ../sass/template/_event.scss */
.tribe-events-accordion .event-body {
  padding: 20px 0;
}
/* line 637, ../sass/template/_event.scss */
.tribe-events-accordion .event-body .left {
  width: 80px;
  float: left;
}
/* line 639, ../sass/template/_event.scss */
.tribe-events-accordion .event-body .left img {
  width: 100%;
}
/* line 644, ../sass/template/_event.scss */
.tribe-events-accordion .event-body .right {
  padding-left: 90px;
  line-height: 1.2;
}
/* line 647, ../sass/template/_event.scss */
.tribe-events-accordion .event-body .right .readmore {
  margin: 5px 0 0;
}
/* line 649, ../sass/template/_event.scss */
.tribe-events-accordion .event-body .right .readmore a {
  font-weight: 700;
  font-size: 12px;
  color: #c09c7b;
  text-transform: uppercase;
}
/* line 654, ../sass/template/_event.scss */
.tribe-events-accordion .event-body .right .readmore a:hover {
  color: #000;
}
/* line 663, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-detail-tab {
  display: none;
}
/* line 665, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-detail-tab.active {
  display: block;
}
/* line 669, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-title {
  padding: 25px;
  background: #c09c7b;
  text-align: center;
}
/* line 673, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-title .event-date {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  margin-bottom: 3px;
}
/* line 677, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-title .event-date i {
  margin-right: 5px;
}
/* line 681, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-title .entry-title {
  text-align: center;
  margin: 0;
}
/* line 684, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-title .entry-title a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
/* line 691, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-time {
  background: #433C44;
  padding: 0 20px;
}
/* line 694, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-time .heading-time {
  padding: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 703, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-time .time {
  padding: 30px 0;
}
/* line 706, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-time .time .countdown-times > div {
  float: left;
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
/* line 714, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-time .time .countdown-times > div b {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
/* line 721, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-time .time .countdown-times > div:last-child {
  border: none;
}
/* line 727, ../sass/template/_event.scss */
.tribe-events-accordion .tribe-events-content .event-time .lof-labelexpired {
  color: #fff;
  text-align: center;
}

/* line 736, ../sass/template/_event.scss */
.tribe-events-month .tribe-events-page-title {
  margin: 0;
  padding: 30px 0;
  background: none;
  text-transform: uppercase;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #000 !important;
}
/* line 745, ../sass/template/_event.scss */
.tribe-events-month #tribe-events-header {
  margin: 0 !important;
}
/* line 748, ../sass/template/_event.scss */
.tribe-events-month table {
  margin: 0 !important;
}
/* line 752, ../sass/template/_event.scss */
.tribe-events-month #tribe-events-content .tribe-events-calendar td {
  width: 140px !important;
}
/* line 756, ../sass/template/_event.scss */
.tribe-events-month table.tribe-events-calendar {
  border: none !important;
  border-spacing: 10px !important;
  border-collapse: separate !important;
}
/* line 760, ../sass/template/_event.scss */
.tribe-events-month table.tribe-events-calendar thead tr th {
  background: #F2F2F2 !important;
  border: none !important;
  color: #000;
}
/* line 765, ../sass/template/_event.scss */
.tribe-events-month table.tribe-events-calendar tr td {
  border-top: 1px solid #D2D2D2 !important;
}
/* line 767, ../sass/template/_event.scss */
.tribe-events-month table.tribe-events-calendar tr td .tribe-month-single-day {
  min-height: 220px !important;
}
/* line 772, ../sass/template/_event.scss */
.tribe-events-month .tribe-events-thismonth {
  padding: 0 !important;
}
/* line 774, ../sass/template/_event.scss */
.tribe-events-month .tribe-events-thismonth.tribe-events-present {
  position: relative;
}
/* line 776, ../sass/template/_event.scss */
.tribe-events-month .tribe-events-thismonth.tribe-events-present:after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #c09c7b;
  content: "";
  top: 20px;
  right: 20px;
  z-index: 99;
}
/* line 788, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day {
  position: relative;
  height: 100%;
}
/* line 791, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-month-daynumber {
  background: none !important;
  padding: 0;
}
/* line 794, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-month-daynumber a {
  width: 38px;
  height: 38px;
  padding-top: 8px;
  text-align: center;
  display: block;
  background: #F2F2F2 !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
/* line 805, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list {
  display: none;
  background: #fff;
  padding: 18px;
  position: absolute;
  min-width: 430px;
  z-index: 9999;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  /* line 805, ../sass/template/_event.scss */
  .tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list {
    display: none;
  }
}
/* line 818, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list:before {
  content: "";
  border: 10px solid transparent;
  position: absolute;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 18px;
}
/* line 826, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list > div {
  width: 100%;
  padding: 0 !important;
  margin: 0 0 10px !important;
  border: none !important;
}
/* line 831, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list > div .entry-title a {
  color: #5d5d5d !important;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding-bottom: 5px;
}
/* line 837, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list > div .entry-title a:hover {
  color: #c09c7b !important;
}
/* line 841, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list > div .date {
  color: #b3b3b3;
  font-size: 12px;
}
/* line 844, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list > div .date i {
  margin-right: 8px;
}
/* line 848, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list > div .thumbnail {
  width: 65px;
  height: auto;
  float: left;
  margin: 0 10px 0 !important;
}
/* line 855, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-events-viewmore {
  border: none !important;
  display: inline-block;
  text-transform: none;
  background: #c09c7b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 2px !important;
  line-height: 1;
  margin-top: 20px;
}
/* line 864, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-events-viewmore a {
  color: #5d5d5d;
  font-weight: 400 !important;
}
/* line 868, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day .tribe-events-viewmore:hover a, .tribe-events-month .tribe-month-single-day .tribe-events-viewmore:focus a {
  color: #000;
}
/* line 872, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day:hover, .tribe-events-month .tribe-month-single-day:focus {
  background: #c09c7b;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 876, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day:hover .tribe-month-sigle-day-list, .tribe-events-month .tribe-month-single-day:focus .tribe-month-sigle-day-list {
  display: block;
}
/* line 879, ../sass/template/_event.scss */
.tribe-events-month .tribe-month-single-day:hover .tribe-events-viewmore, .tribe-events-month .tribe-month-single-day:focus .tribe-events-viewmore {
  background: #fff !important;
}
/* line 884, ../sass/template/_event.scss */
.tribe-events-month #tribe-events-footer {
  margin-top: 20px;
}
/* line 886, ../sass/template/_event.scss */
.tribe-events-month #tribe-events-footer ul {
  padding: 0 !important;
}
/* line 890, ../sass/template/_event.scss */
.tribe-events-month #tribe-events-footer .tribe-events-sub-nav a {
  font-size: 16px;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #5d5d5d;
}
/* line 895, ../sass/template/_event.scss */
.tribe-events-month #tribe-events-footer .tribe-events-sub-nav a:hover {
  color: #c09c7b;
}

.wpb_map_wraper iframe {
     pointer-events: none;
}