/**
 * $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 */
/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* 2. Font */
/* Merriweather */
@import url(//fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900italic,900);
/* Oswald */
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);
/* Ubuntu */
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700);
/* 3. Base */
::-moz-selection {
  color: #fff;
  background: #2966b9; }

::selection {
  color: #fff;
  background: #2966b9; }

iframe {
  border: none; }

del {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  color: #999; }

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden; }
  .video-responsive embed,.video-responsive iframe,.video-responsive object,.video-responsive video {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }

.audio-responsive iframe {
  width: 100%;
  height: 126px; }

.nav-center {
  display: inline;
  text-align: center; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.map_canvas img {
  max-width: none; }

/*Center Block "Class"*/
.center-block {
  margin: 0 auto;
  text-align: center; }

/*Divider*/
hr.divider-30 {
  margin: 30px 0; }

hr.divider-40 {
  margin: 40px 0; }

hr.divider-50 {
  margin: 50px 0; }

hr.divider-60 {
  margin: 60px 0; }

hr.divider-70 {
  margin: 70px 0; }

hr.divider-snow {
  margin: 50px 0;
  border-color: #ddd; }

/*Font Weight*/
.fweight-100 {
  font-weight: 100 !important; }

.fweight-200 {
  font-weight: 200 !important; }

.fweight-300 {
  font-weight: 300 !important; }

.fweight-400 {
  font-weight: 400 !important; }

.fweight-500 {
  font-weight: 500 !important; }

.fweight-600 {
  font-weight: 600 !important; }

.fweight-700 {
  font-weight: 700 !important; }

.fweight-800 {
  font-weight: 800 !important; }

.fweight-900 {
  font-weight: 900 !important; }

/*Space Padding
------------------------------------*/
/*Padding Around the Block*/
.space-padding-0 {
  padding: 0 !important; }

.space-padding-10 {
  padding: 10px !important; }

.space-padding-20 {
  padding: 20px !important; }

.space-padding-30 {
  padding: 30px !important; }

.space-padding-40 {
  padding: 40px !important; }

.space-padding-50 {
  padding: 50px !important; }

.space-padding-100 {
  padding: 100px !important; }

/*Padding Top & Bottom*/
.space-padding-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.space-padding-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.space-padding-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.space-padding-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.space-padding-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.space-padding-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.space-padding-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.space-padding-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.space-padding-tb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

/*Padding Left & Right*/
.space-padding-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.space-padding-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.space-padding-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.space-padding-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.space-padding-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.space-padding-lr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.space-padding-tb-5p {
  padding-top: 5% !important;
  padding-bottom: 5% !important; }

.space-padding-tb-10p {
  padding-top: 10% !important;
  padding-bottom: 10% !important; }

.space-padding-tb-15p {
  padding-top: 15% !important;
  padding-bottom: 15% !important; }

.space-padding-lr-5p {
  padding-left: 5% !important;
  padding-right: 5% !important; }

.space-padding-lr-10p {
  padding-left: 10% !important;
  padding-right: 10% !important; }

.space-padding-lr-15p {
  padding-left: 15% !important;
  padding-right: 15% !important; }

.space-padding-lr-20p {
  padding-left: 20% !important;
  padding-right: 20% !important; }

.space-padding-left-30p {
  padding-left: 30px !important; }
  .rtl .space-padding-left-30p {
    padding-left: inherit; }

.rtl .space-padding-left-30p,.space-padding-right-30p {
    padding-right: 30px !important; }
  .rtl .space-padding-right-30p {
    padding-left: 30px !important;
    padding-right: inherit; }

.space-padding-left-35p {
  padding-left: 35% !important; }

/* Border
------------------------------------*/
.border {
  border: 1px solid #e6e6e6; }

.border-left {
  border-left: 1px solid #e6e6e6; }
  .rtl .border-left {
    border-right: 1px solid #e6e6e6;
    border-left: inherit; }

.border-top-bottom {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

@media (max-width: 991px) {
  div[class*=space-padding-tb-] {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media (max-width: 991px) {
  div[class*=space-padding-lr-] {
    padding-right: 10px !important; } }

@media (max-width: 991px) {
  div[class*=space-padding-left-],div[class*=space-padding-lr-] {
    padding-left: 10px !important; } }

@media (max-width: 991px) {
  div[class*=space-padding-right-] {
    padding-right: 10px !important; } }

/*Padding Top*/
.space-padding-top-0 {
  padding-top: 0 !important; }

.space-padding-top-5 {
  padding-top: 5px !important; }

.space-padding-top-10 {
  padding-top: 10px !important; }

.space-padding-top-15 {
  padding-top: 15px !important; }

.space-padding-top-20 {
  padding-top: 20px !important; }

.space-padding-top-25 {
  padding-top: 25px !important; }

.space-padding-top-30 {
  padding-top: 30px !important; }

.space-padding-top-35 {
  padding-top: 35px !important; }

.space-padding-top-40 {
  padding-top: 40px !important; }

.space-padding-top-45 {
  padding-top: 45px !important; }

.space-padding-top-50 {
  padding-top: 50px !important; }

.space-padding-top-90 {
  padding-top: 90px !important; }

/*Padding bottom*/
.space-padding-bottom-0 {
  padding-bottom: 0 !important; }

.space-padding-bottom-5 {
  padding-bottom: 5px !important; }

.space-padding-bottom-10 {
  padding-bottom: 10px !important; }

.space-padding-bottom-15 {
  padding-bottom: 15px !important; }

.space-padding-bottom-20 {
  padding-bottom: 20px !important; }

.space-padding-bottom-25 {
  padding-bottom: 25px !important; }

.space-padding-bottom-30 {
  padding-bottom: 30px !important; }

.space-padding-bottom-35 {
  padding-bottom: 35px !important; }

.space-padding-bottom-40 {
  padding-bottom: 40px !important; }

.space-padding-bottom-45 {
  padding-bottom: 45px !important; }

.space-padding-bottom-90 {
  padding-bottom: 90px !important; }

/*Space
------------------------------------*/
/*Margin Top*/

.space-top-5 {
  margin-top: 5px !important; }

.space-top-10 {
  margin-top: 10px !important; }

.space-top-15 {
  margin-top: 15px !important; }

.space-top-20 {
  margin-top: 20px !important; }

.space-top-25 {
  margin-top: 25px !important; }

.space-top-30 {
  margin-top: 30px !important; }

.space-top-35 {
  margin-top: 35px !important; }

.space-top-40 {
  margin-top: 40px !important; }

.space-top-45 {
  margin-top: 45px !important; }

.space-top-50 {
  margin-top: 50px !important; }

/*Margin Bottom*/
.space-5 {
  margin-bottom: 5px !important; }

.space-10 {
  margin-bottom: 10px !important; }

.space-15 {
  margin-bottom: 15px !important; }

.space-20 {
  margin-bottom: 20px !important; }

.space-25 {
  margin-bottom: 25px !important; }

.space-30 {
  margin-bottom: 30px !important; }

.space-35 {
  margin-bottom: 35px !important; }

.space-40 {
  margin-bottom: 40px !important; }

.space-45 {
  margin-bottom: 45px !important; }

.space-50 {
  margin-bottom: 50px !important; }

.space-55 {
  margin-bottom: 55px !important; }

.space-60 {
  margin-bottom: 60px !important; }

.space-65 {
  margin-bottom: 65px !important; }

.space-70 {
  margin-bottom: 70px !important; }

.space-75 {
  margin-bottom: 75px !important; }

.space-80 {
  margin-bottom: 80px !important; }

.space-85 {
  margin-bottom: 85px !important; }

.space-90 {
  margin-bottom: 90px !important; }

.space-95 {
  margin-bottom: 95px !important; }

.space-100 {
  margin-bottom: 100px !important; }

.space-0 {
  margin-bottom: 0 !important; }

/*Margin Left*/
.space-left-5 {
  margin-left: 5px !important; }

.space-left-10 {
  margin-left: 10px !important; }

.space-left-15 {
  margin-left: 15px !important; }

/*Margin Right*/
.space-right-5 {
  margin-right: 5px !important; }

.space-right-10 {
  margin-right: 10px !important; }

.space-right-15 {
  margin-right: 15px !important; }

/*Removes space*/
.space-top-0 {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.space-bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.space-left-0 {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.space-right-0 {
  margin-right: 0 !important;
  padding-right: 0 !important; }

.space-margin-0 {
  margin: 0 !important; }

.no-space-row .row {
  margin: 0; }

.no-space-row [class*=col-],.no-space-row [class^=col-] {
  padding: 0; }

.width-50p {
  width: 50%; }
  @media (max-width: 991px) {
    .width-50p {
      width: 100%; } }

.width-60p {
  width: 60%; }
  @media (max-width: 991px) {
    .width-60p {
      width: 100%; } }

/*Space for Ul li List
------------------------------------*/
.ul-space-5 li {
  margin-bottom: 5px !important; }

.ul-space-10 li {
  margin-bottom: 10px !important; }

.ul-space-15 li {
  margin-bottom: 15px !important; }

.ul-space-20 li {
  margin-bottom: 20px !important; }

.ul-space-25 li {
  margin-bottom: 25px !important; }

.ul-space-30 li {
  margin-bottom: 30px !important; }

.ul-space-35 li {
  margin-bottom: 35px !important; }

.ul-space-40 li {
  margin-bottom: 40px !important; }

.ul-space-45 li {
  margin-bottom: 45px !important; }

.ul-space-50 li {
  margin-bottom: 50px !important; }

/*Height
------------------------------------*/
.height-100 {
  height: 100px; }

.height-200 {
  height: 200px; }

.height-300 {
  height: 300px; }

.height-400 {
  height: 400px; }

.height-500 {
  height: 500px; }

/*Radius
------------------------------------*/
.radius-0 {
  border-radius: 0 !important; }

.radius-x {
  border-radius: 50% !important; }

.radius-1x {
  border-radius: 10px !important; }

.radius-2x {
  border-radius: 20px !important; }

.radius-3x {
  border-radius: 30px !important; }

.radius-4x {
  border-radius: 40px !important; }

.radius-5x {
  border-radius: 5px !important; }

.radius-6x {
  border-radius: 4px !important; }

.border-none {
  border: transparent !important; }

.border-tb-none {
  border-top: transparent !important;
  border-bottom: transparent !important; }

.border-lr-none {
  border-right: transparent !important; }

.border-left-none,.border-lr-none {
  border-left: transparent !important; }

.border-right-none {
  border-right: transparent !important; }

.border-light {
  border-color: #fff !important; }

.border-dark {
  border-color: #000 !important; }

.border-right {
  border-right: 1px solid #e6e6e6; }
  .rtl .border-right {
    border-left: 1px solid #e6e6e6;
    border-right: inherit; }

.border-top {
  border-top: 1px solid #e6e6e6; }

.border-bottom {
  border-bottom: 1px solid #e6e6e6; }

.border-bottom-dark {
  border-bottom: 1px solid hsla(0,0%,100%,.1); }

.border-top-dark {
  border-top: 1px solid hsla(0,0%,100%,.1); }

/* Width for Border */
.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

/*Radius for Left & Right Corners*/
.radius-left-5x {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important; }

.radius-right-5x {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important; }

.radius-top-5xxs {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important; }

.radius-bottom-5xxs {
  border-bottom-right-radius: 5px !important; }

.radius-bottom-5xxs,.radius-left-5xxs {
  border-bottom-left-radius: 5px !important; }

.radius-left-5xxs {
  border-top-left-radius: 5px !important; }

.radius-right-5xxs {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

/*Text Colors
------------------------------------*/
.text-primary {
  color: #333 !important; }

.text-info {
  color: #1ab2e8 !important; }

.text-danger {
  color: #e51717 !important; }

.text-warning {
  color: #fcd002 !important; }

.text-success {
  color: #2966b9 !important; }

.text-purple {
  color: #6c58bd !important; }

.text-red {
  color: #c32322 !important; }

.text-red-1 {
  color: red !important; }

.text-orange {
  color: #f66000 !important; }

.text-yellow {
  color: #e2d951 !important; }

.text-black {
  color: #000 !important; }

.text-light,.text-white {
  color: #fff !important; }

.text-darker {
  color: #333 !important; }

.text-uppercase {
  text-transform: uppercase; }

.text-small {
  font-size: 12px !important; }

.text-normal {
  font-size: 14px !important; }

.text-medium-1,.text-medium-2 {
  font-size: 16px !important; }

.text-medium-2 {
  line-height: 1.5; }

.text-medium {
  font-size: 18px !important; }

.text-large {
  font-size: 24px !important;
  line-height: 1.4; }

.text-big {
  font-size: 28px !important; }

.text-big-1 {
  font-size: 30px !important; }

.text-big-2 {
  font-size: 36px !important; }

.text-big-3 {
  font-size: 48px !important; }

.line-height-1 {
  line-height: 1 !important; }

.line-height-2 {
  line-height: 2 !important; }

.line-height-3 {
  line-height: 3 !important; }

/*Background Colors
------------------------------------*/
.bg-primary {
  background-color: #222 !important; }

.bg-theme {
  background-color: #2966b9 !important; }

.bg-info {
  background: #1ab2e8 !important; }

.bg-danger {
  background: #e51717 !important; }

.bg-warning {
  background: #fcd002 !important; }

.bg-success {
  background: #2966b9 !important; }

.bg-purple {
  background: #6c58bd !important; }

.bg-red {
  background: #c32322 !important; }

.bg-orange {
  background: #f66000 !important; }

.bg-yellow {
  background: #e2d951 !important; }

.bg-dark {
  background: #222 !important; }

.bg-default {
  background: #f6f6f6 !important; }

.bg-darker {
  background: #333 !important; }

.bg-none {
  background: transparent !important; }

.bg-center {
  background-position: 50% !important; }

.bg-right {
  background-position: 100% 100% !important; }

/*Background Style Image
------------------------------------*/
.bg-no-repeat,.bg-style-v1 {
  background-repeat: no-repeat !important; }
.bg-style-v1 {
  background-position: bottom !important; }

.bg-style-v2 {
  background-position: top !important; }

.bg-style-v2,.bg-style-v3 {
  background-repeat: no-repeat !important; }

.bg-style-v3 {
  background-position: 0 !important; }

.bg-style-v4 {
  background-position: 100% !important;
  background-repeat: no-repeat !important;
  background-color: #0fbde0 !important; }

/*Overflow
------------------------------------*/
.overflow-h {
  overflow: hidden; }

.overflow-a {
  overflow: auto; }

/***/

.background-img,.background-img-v1 {
  background: #333; }

.background-img-v2 {
  background: url(../images/bg-v2.jpg) no-repeat transparent !important; }

.background-img-v3 {
  background: #f3f3f3; }

.background-img-v4 {
  background-image: url(../images/09.png) !important; }

.background-img-v5 {
  background-image: url(../images/10.png) !important; }

.background-img-v6 {
  background-image: url(../images/11.png) !important; }

.background-img-v7 {
  background-image: url(../images/12.jpg) !important; }

.parallax {
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: 50%;
  position: relative;
  background-image: none; }
  .parallax:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: " ";
    height: 100%;
    text-align: center;
    position: absolute;
    background: rgba(0,0,0,.3); }

/* Height progress */
.progress-3 {
  height: 3px; }

.progress-4 {
  height: 4px; }

.progress-5 {
  height: 5px; }

.progress-6 {
  height: 6px; }

.progress-7 {
  height: 7px; }

.progress-8 {
  height: 8px; }

.progress-9 {
  height: 9px; }

.progress-10 {
  height: 10px; }

.progress-11 {
  height: 11px; }

.progress-12 {
  height: 12px; }

.progress-13 {
  height: 13px; }

.progress-14 {
  height: 14px; }

.progress-15 {
  height: 15px; }

/* icon */
.fa.fa-2 {
  font-size: 2em; }

.fa.fa-3 {
  font-size: 4em; }

.fa.fa-4 {
  font-size: 7em; }

.fa.fa-5 {
  font-size: 12em; }

.fa.fa-6 {
  font-size: 20em; }

.zindex-top {
  z-index: 999; }

/* carousel-controls */
.carousel-controls .carousel-control {
  z-index: 5; }

.carousel-controls-small {
  width: 65px;
  position: relative;
  display: inline-block; }
  .carousel-controls-small .carousel-control-small {
    width: 28px;
    height: 28px;
    line-height: 26px; }

/* --- SCSS For Accordion --- */
.accordion .panel {
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
  box-shadow: 0 0 0 rgba(0,0,0,.05); }

.accordion .panel-heading {
  padding: 15px;
  position: relative; }
  .accordion .panel-heading a {
    text-decoration: none;
    font-weight: 700; }
    .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: #2966b9; }
    .accordion .panel-heading a.collapsed:before {
      content: "+";
      font-size: 18px;
      line-height: 20px; }

.accordion .panel-body {
  border-top-color: transparent !important; }

.accordion.collapse-right .panel-heading a:before {
  position: absolute;
  right: 20px; }
  .rtl .accordion.collapse-right .panel-heading a:before {
    left: 20px;
    right: auto; }

.accordion.collapse-color .panel-heading a:before {
  color: #fff;
  background: #2966b9; }

.accordion.noborder .panel-heading {
  padding-left: 0;
  padding-right: 0; }

.accordion.noborder .panel,.accordion.noborder .panel-body,.accordion.noborder .panel-heading {
  background-color: transparent;
  border: none; }

.accordion.nobackground .panel,.accordion.nobackground .panel-body,.accordion.nobackground .panel-heading {
  background-color: transparent; }

/* accordion style version 1 */
.accordion-v1 .panel-heading a:before {
  left: -10px;
  position: absolute; }
  .rtl .accordion-v1 .panel-heading a:before {
    right: -10px;
    left: auto; }

/* accordion style version 2 */
.accordion-v1 .panel,.accordion-v1 .panel-body,.accordion-v1 .panel-heading,.accordion-v2 .panel,.accordion-v2 .panel-body,.accordion-v2 .panel-heading {
  border: none; }

/* accordion style version 3 */
.accordion-v3 .panel .panel-heading {
  border-bottom: 1px solid #eee; }

/* accordion style version 4 */
.accordion-v4 .panel-collapse {
  position: relative; }
  .accordion-v4 .panel-collapse.in:before {
    position: absolute;
    content: "";
    background-color: #2966b9;
    top: -51px;
    left: -1px;
    height: 3px;
    width: 100.5%; }

/* --- SCSS For Breadcrumb --- */
.breadcrumbs {
  border: none;
  padding: 0;
  z-index: 1;
  background: none !important; }
  .breadcrumbs .breadcrumb-heading {
    font-size: 44px;
    padding-top: 5px; }
  .breadcrumbs h2 {
    margin: 0;
    font-weight: 200; }
  .breadcrumbs .breadcrumb-links {
    margin: 0;
    font-size: 11px; }
    .breadcrumbs .breadcrumb-links>li {
      display: inline-block; }
      .breadcrumbs .breadcrumb-links>li+li:before {
        color: #757575;
        content: "\f105";
        font-family: FontAwesome;
        padding: 0 15px;
        font-size: 14px; }
    .breadcrumbs .breadcrumb-links>.active {
      color: #2966b9; }
  .breadcrumbs.light-style {
    color: #999;
    border: 0; }
    .breadcrumbs.light-style h2 {
      color: #fff; }
    .breadcrumbs.light-style .breadcrumb-links a {
      color: #999;
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 1px; }
      .breadcrumbs.light-style .breadcrumb-links a:hover {
        color: #2966b9; }
    .breadcrumbs.light-style .breadcrumb-links>li+li:before {
      color: #999; }
    .breadcrumbs.light-style .breadcrumb-links>.active span {
      color: #fff;
      text-decoration: underline; }

.breadcrumbs-center {
  text-align: center;
  padding: 50px; }
  .breadcrumbs-center h2 {
    float: none; }
  .breadcrumbs-center .breadcrumb-links {
    text-align: center; }

.breadcrumbs-left h2 {
  float: none;
  text-align: left; }
  .rtl .breadcrumbs-left h2 {
    text-align: right; }

.breadcrumbs-left .breadcrumb-links {
  text-align: left; }
  .rtl .breadcrumbs-left .breadcrumb-links {
    text-align: right; }

.breadcrumbs-right h2 {
  float: none;
  text-align: right; }
  .rtl .breadcrumbs-right h2 {
    text-align: left; }

.breadcrumbs-right .breadcrumb-links {
  text-align: right; }
  .rtl .breadcrumbs-right .breadcrumb-links {
    text-align: left; }

/* --- SCSS For Buttons --- */
.btn {
  border-width: 1px; }

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn-outline-light.active,.btn-outline-light:active,.btn-outline-light:focus,.btn-outline-light:hover,.open .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #2966b9;
    border-color: #2966b9; }
  .btn-outline-light.active,.btn-outline-light:active,.open .btn-outline-light.dropdown-toggle {
    background-image: none; }
  .btn-outline-light.disabled,.btn-outline-light.disabled.active,.btn-outline-light.disabled:active,.btn-outline-light.disabled:focus,.btn-outline-light.disabled:hover,.btn-outline-light[disabled],.btn-outline-light[disabled].active,.btn-outline-light[disabled]:active,.btn-outline-light[disabled]:focus,.btn-outline-light[disabled]:hover,fieldset[disabled] .btn-outline-light,fieldset[disabled] .btn-outline-light.active,fieldset[disabled] .btn-outline-light:active,fieldset[disabled] .btn-outline-light:focus,fieldset[disabled] .btn-outline-light:hover {
    background-color: transparent;
    border-color: #fff; }
  .btn-outline-light .badge {
    color: transparent;
    background-color: #fff; }

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  border-color: #000; }
  .btn-outline-dark.active,.btn-outline-dark:active,.btn-outline-dark:focus,.btn-outline-dark:hover,.open .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #2966b9;
    border-color: #2966b9; }
  .btn-outline-dark.active,.btn-outline-dark:active,.open .btn-outline-dark.dropdown-toggle {
    background-image: none; }
  .btn-outline-dark.disabled,.btn-outline-dark.disabled.active,.btn-outline-dark.disabled:active,.btn-outline-dark.disabled:focus,.btn-outline-dark.disabled:hover,.btn-outline-dark[disabled],.btn-outline-dark[disabled].active,.btn-outline-dark[disabled]:active,.btn-outline-dark[disabled]:focus,.btn-outline-dark[disabled]:hover,fieldset[disabled] .btn-outline-dark,fieldset[disabled] .btn-outline-dark.active,fieldset[disabled] .btn-outline-dark:active,fieldset[disabled] .btn-outline-dark:focus,fieldset[disabled] .btn-outline-dark:hover {
    background-color: transparent;
    border-color: #000; }
  .btn-outline-dark .badge {
    color: transparent;
    background-color: #000; }

.btn-inverse-light {
  color: #333;
  background-color: #fff;
  border-color: #fff; }
  .btn-inverse-light.active,.btn-inverse-light:active,.btn-inverse-light:focus,.btn-inverse-light:hover,.open .btn-inverse-light.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-inverse-light.active,.btn-inverse-light:active,.open .btn-inverse-light.dropdown-toggle {
    background-image: none; }
  .btn-inverse-light.disabled,.btn-inverse-light.disabled.active,.btn-inverse-light.disabled:active,.btn-inverse-light.disabled:focus,.btn-inverse-light.disabled:hover,.btn-inverse-light[disabled],.btn-inverse-light[disabled].active,.btn-inverse-light[disabled]:active,.btn-inverse-light[disabled]:focus,.btn-inverse-light[disabled]:hover,fieldset[disabled] .btn-inverse-light,fieldset[disabled] .btn-inverse-light.active,fieldset[disabled] .btn-inverse-light:active,fieldset[disabled] .btn-inverse-light:focus,fieldset[disabled] .btn-inverse-light:hover {
    background-color: #fff;
    border-color: #fff; }
  .btn-inverse-light .badge {
    color: #fff;
    background-color: #333; }

.btn-outline {
  background: transparent; }
  .btn-outline.btn-default {
    color: #000; }
    .btn-outline.btn-default:hover {
      color: #fff; }
  .btn-outline.btn-primary {
    color: #333; }
    .btn-outline.btn-primary:hover {
      color: #fff; }
  .btn-outline.btn-success {
    color: #2966b9; }
    .btn-outline.btn-success:hover {
      color: #fff; }
  .btn-outline.btn-info {
    color: #1ab2e8; }
    .btn-outline.btn-info:hover {
      color: #fff; }
  .btn-outline.btn-danger {
    color: #e51717; }
    .btn-outline.btn-danger:hover {
      color: #fff; }
  .btn-outline.btn-warning {
    color: #fcd002; }
    .btn-outline.btn-warning:hover {
      color: #fff; }

.btn-inverse.btn-primary:hover {
  color: #333;
  background: transparent; }

.btn-inverse.btn-success:hover {
  color: #2966b9;
  background: transparent; }

.btn-inverse.btn-info:hover {
  color: #1ab2e8;
  background: transparent; }

.btn-inverse.btn-danger:hover {
  color: #e51717;
  background: transparent; }

.btn-inverse.btn-warning:hover {
  color: #fcd002;
  background: transparent; }

.btn-3d {
  border: 0; }
  .btn-3d,.btn-3d.btn-lg {
  box-shadow: inset 0 -5px rgba(0,0,0,.15);
  -o-box-shadow: 0 -5px rgba(0,0,0,.15) inset;
  -moz-box-shadow: 0 -5px rgba(0,0,0,.15) inset;
  -webkit-box-shadow: 0 -5px rgba(0,0,0,.15) inset;
  -ms-box-shadow: 0 -5px rgba(0,0,0,.15) inset; }
  .btn-3d.btn-sm {
    box-shadow: inset 0 -4px rgba(0,0,0,.15);
    -o-box-shadow: 0 -4px rgba(0,0,0,.15) inset;
    -moz-box-shadow: 0 -4px rgba(0,0,0,.15) inset;
    -webkit-box-shadow: 0 -4px rgba(0,0,0,.15) inset;
    -ms-box-shadow: 0 -4px rgba(0,0,0,.15) inset; }
  .btn-3d.btn-xs {
    box-shadow: inset 0 -2px rgba(0,0,0,.15);
    -o-box-shadow: 0 -2px rgba(0,0,0,.15) inset;
    -moz-box-shadow: 0 -2px rgba(0,0,0,.15) inset;
    -webkit-box-shadow: 0 -2px rgba(0,0,0,.15) inset;
    -ms-box-shadow: 0 -2px rgba(0,0,0,.15) inset; }

.bo-social-icons {
  text-align: center; }
  .bo-social-icons [class^=bo-social-] {
    color: #fff;
    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: #e6e6e6;
    color: #9a9a9a;
    transition: all .2s ease-out 0s; }
    .bo-social-icons [class^=bo-social-]:hover {
      background: #000;
      color: #fff; }
  .bo-social-icons .bo-social-white {
    background: #fff;
    color: #9a9a9a;
    border: 1px solid #9a9a9a; }
  .bo-social-icons .bo-social-outline {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .bo-social-icons .bo-social-outline-light {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
    .bo-social-icons .bo-social-outline-light:hover {
      background: #fff;
      color: #000; }
  .bo-social-icons:first-child [class*=bo-social-] {
    margin-top: 0; }
  .bo-social-icons:last-child [class*=bo-social-] {
    margin-bottom: 0; }
  .bo-social-icons.bo-sicolor [class*=bo-social-] {
    color: #fff; }

.bo-sicolor .bo-social-twitter {
  background: #00bdec; }

.bo-sicolor .bo-social-twitter:hover {
  background: #000; }

.bo-sicolor .bo-social-dribbble {
  background: #ef5b92; }

.bo-sicolor .bo-social-dribbble:hover {
  background: #000; }

.bo-sicolor .bo-social-facebook {
  background: #3b5998; }

.bo-sicolor .bo-social-facebook:hover {
  background: #000; }

.bo-sicolor .bo-social-duckduckgo {
  background: #de3100; }

.bo-sicolor .bo-social-duckduckgo:hover {
  background: #000; }

.bo-sicolor .bo-social-aim {
  background: #158799; }

.bo-sicolor .bo-social-aim:hover {
  background: #000; }

.bo-sicolor .bo-social-delicious {
  background: #183864; }

.bo-sicolor .bo-social-delicious:hover {
  background: #000; }

.bo-sicolor .bo-social-paypal {
  background: #32689a; }

.bo-sicolor .bo-social-paypal:hover {
  background: #000; }

.bo-sicolor .bo-social-android {
  background: #8ab733; }

.bo-sicolor .bo-social-android:hover {
  background: #000; }

.bo-sicolor .bo-social-gplus {
  background: #d94a39; }

.bo-sicolor .bo-social-gplus:hover {
  background: #000; }

.bo-sicolor .bo-social-lanyrd {
  background: #3879ba; }

.bo-sicolor .bo-social-lanyrd:hover {
  background: #000; }

.bo-sicolor .bo-social-stumbleupon {
  background: #ea4b24; }

.bo-sicolor .bo-social-stumbleupon:hover {
  background: #000; }

.bo-sicolor .bo-social-fivehundredpx {
  background: #00a6e1; }

.bo-sicolor .bo-social-fivehundredpx:hover {
  background: #000; }

.bo-sicolor .bo-social-pinterest {
  background: #b8242a; }

.bo-sicolor .bo-social-pinterest:hover {
  background: #000; }

.bo-sicolor .bo-social-bitcoin {
  background: #f7931a; }

.bo-sicolor .bo-social-bitcoin:hover {
  background: #000; }

.bo-sicolor .bo-social-w3c {
  background: #005a9c; }

.bo-sicolor .bo-social-w3c:hover {
  background: #000; }

.bo-sicolor .bo-social-foursquare {
  background: #3bb7e8; }

.bo-sicolor .bo-social-foursquare:hover {
  background: #000; }

.bo-sicolor .bo-social-html5 {
  background: #e44e26; }

.bo-sicolor .bo-social-html5:hover {
  background: #000; }

.bo-sicolor .bo-social-ie {
  background: #0cf; }

.bo-sicolor .bo-social-ie:hover {
  background: #000; }

.bo-sicolor .bo-social-grooveshark {
  background: #f66f00; }

.bo-sicolor .bo-social-grooveshark:hover {
  background: #000; }

.bo-sicolor .bo-social-ninetyninedesigns {
  background: #ff5501; }

.bo-sicolor .bo-social-ninetyninedesigns:hover {
  background: #000; }

.bo-sicolor .bo-social-forrst {
  background: #223f17; }

.bo-sicolor .bo-social-forrst:hover {
  background: #000; }

.bo-sicolor .bo-social-spotify {
  background: #8fbd05; }

.bo-sicolor .bo-social-spotify:hover {
  background: #000; }

.bo-sicolor .bo-social-reddit {
  background: #ff4500; }

.bo-sicolor .bo-social-reddit:hover {
  background: #000; }

.bo-sicolor .bo-social-gowalla {
  background: #f6911d; }

.bo-sicolor .bo-social-gowalla:hover {
  background: #000; }

.bo-sicolor .bo-social-apple {
  background: #5f5f5f; }

.bo-sicolor .bo-social-apple:hover {
  background: #000; }

.bo-sicolor .bo-social-blogger {
  background: #fb9241; }

.bo-sicolor .bo-social-blogger:hover {
  background: #000; }

.bo-sicolor .bo-social-cc {
  background: #5e7c00; }

.bo-sicolor .bo-social-cc:hover {
  background: #000; }

.bo-sicolor .bo-social-evernote {
  background: #61b239; }

.bo-sicolor .bo-social-evernote:hover {
  background: #000; }

.bo-sicolor .bo-social-flickr {
  background: #ff0084; }

.bo-sicolor .bo-social-flickr:hover {
  background: #000; }

.bo-sicolor .bo-social-google {
  background: #d94a39; }

.bo-sicolor .bo-social-google:hover {
  background: #000; }

.bo-sicolor .bo-social-viadeo {
  background: #f5a433; }

.bo-sicolor .bo-social-viadeo:hover {
  background: #000; }

.bo-sicolor .bo-social-instapaper {
  background: #eaec08; }

.bo-sicolor .bo-social-instapaper:hover {
  background: #000; }

.bo-sicolor .bo-social-klout {
  background: #e34600; }

.bo-sicolor .bo-social-klout:hover {
  background: #000; }

.bo-sicolor .bo-social-linkedin {
  background: #1b92bd; }

.bo-sicolor .bo-social-linkedin:hover {
  background: #000; }

.bo-sicolor .bo-social-meetup {
  background: #e51938; }

.bo-sicolor .bo-social-meetup:hover {
  background: #000; }

.bo-sicolor .bo-social-vk {
  background: #587da4; }

.bo-sicolor .bo-social-vk:hover {
  background: #000; }

.bo-sicolor .bo-social-disqus {
  background: #2e9fff; }

.bo-sicolor .bo-social-disqus:hover {
  background: #000; }

.bo-sicolor .bo-social-rss {
  background: #ff7f00; }

.bo-sicolor .bo-social-rss:hover {
  background: #000; }

.bo-sicolor .bo-social-skype {
  background: #18b7f1; }

.bo-sicolor .bo-social-skype:hover {
  background: #000; }

.bo-sicolor .bo-social-youtube {
  background: #c4302b; }

.bo-sicolor .bo-social-youtube:hover {
  background: #000; }

.bo-sicolor .bo-social-vimeo {
  background: #01557a; }

.bo-sicolor .bo-social-vimeo:hover {
  background: #000; }

.bo-sicolor .bo-social-windows {
  background: #0cf; }

.bo-sicolor .bo-social-windows:hover {
  background: #000; }

.bo-sicolor .bo-social-xing {
  background: #036567; }

.bo-sicolor .bo-social-xing:hover {
  background: #000; }

.bo-sicolor .bo-social-yahoo {
  background: #61399d; }

.bo-sicolor .bo-social-yahoo:hover {
  background: #000; }

.bo-sicolor .bo-social-chrome {
  background: #58b947; }

.bo-sicolor .bo-social-chrome:hover {
  background: #000; }

.bo-sicolor .bo-social-macstore {
  background: #6e6e6e; }

.bo-sicolor .bo-social-macstore:hover {
  background: #000; }

.bo-sicolor .bo-social-amazon {
  background: #f90; }

.bo-sicolor .bo-social-amazon:hover {
  background: #000; }

.bo-sicolor .bo-social-steam {
  background: #a5a4a1; }

.bo-sicolor .bo-social-steam:hover {
  background: #000; }

.bo-sicolor .bo-social-dropbox {
  background: #7ab6ec; }

.bo-sicolor .bo-social-dropbox:hover {
  background: #000; }

.bo-sicolor .bo-social-cloudapp {
  background: #489dde; }

.bo-sicolor .bo-social-cloudapp:hover {
  background: #000; }

.bo-sicolor .bo-social-ebay {
  background: #86b817; }

.bo-sicolor .bo-social-ebay:hover {
  background: #000; }

.bo-sicolor .bo-social-github {
  background: #667f8e; }

.bo-sicolor .bo-social-github:hover {
  background: #000; }

.bo-sicolor .bo-social-googleplay {
  background: #5befd0; }

.bo-sicolor .bo-social-googleplay:hover {
  background: #000; }

.bo-sicolor .bo-social-itunes {
  background: #177ac8; }

.bo-sicolor .bo-social-itunes:hover {
  background: #000; }

.bo-sicolor .bo-social-plurk {
  background: #a73d07; }

.bo-sicolor .bo-social-plurk:hover {
  background: #000; }

.bo-sicolor .bo-social-songkick {
  background: #f80046; }

.bo-sicolor .bo-social-songkick:hover {
  background: #000; }

.bo-sicolor .bo-social-lastfm {
  background: #c60e16; }

.bo-sicolor .bo-social-lastfm:hover {
  background: #000; }

.bo-sicolor .bo-social-gmail {
  background: #e04a3f; }

.bo-sicolor .bo-social-gmail:hover {
  background: #000; }

.bo-sicolor .bo-social-pinboard {
  background: #224cf4; }

.bo-sicolor .bo-social-pinboard:hover {
  background: #000; }

.bo-sicolor .bo-social-openid {
  background: #be661b; }

.bo-sicolor .bo-social-openid:hover {
  background: #000; }

.bo-sicolor .bo-social-quora {
  background: #c41a00; }

.bo-sicolor .bo-social-quora:hover {
  background: #000; }

.bo-sicolor .bo-social-soundcloud {
  background: #ff5c00; }

.bo-sicolor .bo-social-soundcloud:hover {
  background: #000; }

.bo-sicolor .bo-social-tumblr {
  background: #395874; }

.bo-sicolor .bo-social-tumblr:hover {
  background: #000; }

.bo-sicolor .bo-social-eventasaurus {
  background: #b9f15e; }

.bo-sicolor .bo-social-eventasaurus:hover {
  background: #000; }

.bo-sicolor .bo-social-wordpress {
  background: #464646; }

.bo-sicolor .bo-social-yelp {
  background: #c41200; }

.bo-sicolor .bo-social-yelp:hover {
  background: #000; }

.bo-sicolor .bo-social-intensedebate {
  background: #00aeef; }

.bo-sicolor .bo-social-intensedebate:hover {
  background: #000; }

.bo-sicolor .bo-social-eventbrite {
  background: #ff6c00; }

.bo-sicolor .bo-social-eventbrite:hover {
  background: #000; }

.bo-sicolor .bo-social-scribd {
  background: #002939; }

.bo-sicolor .bo-social-scribd:hover {
  background: #000; }

.bo-sicolor .bo-social-posterous {
  background: #f8d667; }

.bo-sicolor .bo-social-posterous:hover {
  background: #000; }

.bo-sicolor .bo-social-stripe {
  background: #617ee8; }

.bo-sicolor .bo-social-stripe:hover {
  background: #000; }

.bo-sicolor .bo-social-opentable {
  background: #900; }

.bo-sicolor .bo-social-opentable:hover {
  background: #000; }

.bo-sicolor .bo-social-instagram {
  background: #4c799f; }

.bo-sicolor .bo-social-instagram:hover {
  background: #000; }

.bo-sicolor .bo-social-dwolla {
  background: #ff7404; }

.bo-sicolor .bo-social-dwolla:hover {
  background: #000; }

.bo-sicolor .bo-social-appnet {
  background: #1e0c29; }

.bo-sicolor .bo-social-appnet:hover {
  background: #000; }

.bo-sicolor .bo-social-statusnet {
  background: #fb6104; }

.bo-sicolor .bo-social-statusnet:hover {
  background: #000; }

.bo-sicolor .bo-social-acrobat {
  background: red; }

.bo-sicolor .bo-social-acrobat:hover {
  background: #000; }

.bo-sicolor .bo-social-drupal {
  background: #007dc3; }

.bo-sicolor .bo-social-drupal:hover {
  background: #000; }

.bo-sicolor .bo-social-pocket {
  background: #ee4056; }

.bo-sicolor .bo-social-pocket:hover {
  background: #000; }

.bo-sicolor .bo-social-bitbucket {
  background: #205081; }

.bo-sicolor .bo-social-bitbucket:hover {
  background: #000; }

.bo-sicolor .bo-social-flattr {
  background: #fbbc23; }

.bo-sicolor .bo-social-flattr:hover {
  background: #000; }

.bo-sicolor .bo-social-eventful {
  background: #06c; }

.bo-sicolor .bo-social-eventful:hover {
  background: #000; }

.bo-sicolor .bo-social-smashmag {
  background: #d6231c; }

.bo-sicolor .bo-social-smashmag:hover {
  background: #000; }

.bo-sicolor .bo-social-wordpress {
  background: #1e8cbe; }

.bo-sicolor .bo-social-wordpress:hover {
  background: #000; }

.bo-sicolor .bo-social-calendar {
  background: red; }

.bo-sicolor .bo-social-calendar:hover {
  background: #000; }

.bo-sicolor .bo-social-call {
  background: #04be3d; }

.bo-sicolor .bo-social-call:hover {
  background: #000; }

.bo-sicolor .bo-social-guest {
  background: #03a9d2; }

.bo-sicolor .bo-social-guest:hover {
  background: #000; }

.bo-sicolor .bo-social-weibo {
  background: #fd0000; }

.bo-sicolor .bo-social-weibo:hover {
  background: #000; }

.bo-sicolor .bo-social-plancast {
  background: #e4b82c; }

.bo-sicolor .bo-social-plancast:hover {
  background: #000; }

.bo-sicolor .bo-social-email {
  background: blue; }

.bo-sicolor .bo-social-email:hover {
  background: #000; }

.bo-sicolor .bo-social-myspace {
  background: #2068b0; }

.bo-sicolor .bo-social-myspace:hover {
  background: #000; }

.bo-sicolor .bo-social-podcast {
  background: #f38b36; }

.bo-sicolor .bo-social-podcast:hover {
  background: #000; }

.bo-sicolor .bo-social-cart {
  background: #00a204; }

.bo-sicolor .bo-social-cart:hover {
  background: #000; }

/* --- SCSS For Call-to-action --- */
.call-to-action {
  z-index: 1;
  text-align: center;
  width: 100%; }
    .call-to-action.light-style,.call-to-action.light-style .btn,.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; }
      .call-to-action.light-style .btn.btn-outline {
        border-color: #fff; }
  .call-to-action .call-to-action-inner {
    font-size: 16px;
    line-height: 30px; }
  .call-to-action .action-button .btn {
    margin-top: 15px;
    min-width: 150px;
    margin-left: 8px;
    margin-right: 8px; }
  .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; }
  .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; }
  .call-to-action.light-style-v2 .heading h2:after,.call-to-action.light-style-v2 .heading h2:before {
    background: #fff !important; }
  .call-to-action.button-align-right .cta-wrapper {
    position: relative; }
    .call-to-action.button-align-right .cta-wrapper .cta-content {
      padding-right: 200px; }
      @media (max-width: 767px) {
        .call-to-action.button-align-right .cta-wrapper .cta-content {
          padding-right: 0;
          padding-bottom: 65px; } }
    .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) {
        .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 */
.call-to-action-v1 {
  display: table;
  text-align: left; }
  .call-to-action-v1 .call-to-action-inner {
    display: table-cell;
    vertical-align: middle; }
  .call-to-action-v1 .action-button {
    min-width: 25%;
    text-align: right; }
    .call-to-action-v1 .action-button .btn {
      margin-top: 0; }

/* call to action style2 */
.call-to-action-v2 {
  display: table;
  text-align: right; }
  .call-to-action-v2 .call-to-action-inner {
    display: table-cell;
    vertical-align: middle; }
  .call-to-action-v2 .action-button {
    min-width: 40%;
    text-align: left;
    padding-left: 50px; }
    .call-to-action-v2 .action-button .btn {
      margin-top: 0; }

/* call to action style3 */
.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%; }

.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 */
.call-to-action-v4 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  display: table; }
  .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; }
  .call-to-action-v4.style-2 .call-to-action-inner {
    float: none;
    width: 100%;
    display: block;
    padding: 0 10%; }
    @media (max-width: 991px) {
      .call-to-action-v4.style-2 .call-to-action-inner {
        padding: 0; } }
    .call-to-action-v4.style-2 .call-to-action-inner .vc_button-2-wrapper {
      padding-top: 0; }
  .call-to-action-v4.style-3 .call-to-action-inner {
    padding: 0;
    display: table-cell;
    vertical-align: middle; }
  .call-to-action-v4.style-4 .call-to-action-inner {
    float: none;
    width: 100%;
    display: block;
    padding: 0 10%; }
    @media (max-width: 991px) {
      .call-to-action-v4.style-4 .call-to-action-inner {
        padding: 0; } }
    .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; }
      .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; }
  .call-to-action-v4.style-4 .cta-content {
    padding: 0 15%;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .call-to-action-v4.style-4 .cta-content {
        padding: 0; } }
  .call-to-action-v4.style-4 .cta-button {
    padding: 0 30%; }
    @media (max-width: 991px) {
      .call-to-action-v4.style-4 .cta-button {
        padding: 0 15px; } }
    .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 --- */
.carousel-style {
  position: relative;
  min-height: 80px;
  margin: 0 20px; }

.carousel-control {
  z-index: 5; }

.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px; }

.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px; }

.carousel-xs {
  width: 28px !important;
  height: 28px !important;
  line-height: 24px;
  font-size: 14px;
  color: #fff; }

.carousel-controls-v1 .carousel-control {
  box-shadow: inset 0 0 0 30px rgba(0,0,0,.5);
  color: #999;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s; }
  .carousel-controls-v1 .carousel-control:hover {
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.5);
    color: #737373; }

.carousel-controls-v2 .carousel-control {
  box-shadow: inset 0 0 0 0 transparent;
  color: #999;
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s; }
  .carousel-controls-v2 .carousel-control:hover {
    box-shadow: inset 0 0 0 transparent;
    color: #595959; }

.carousel-controls-v3 .carousel-control {
  box-shadow: inset 0 0 0 30px #2966b9;
  color: #fff;
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s; }
  .carousel-controls-v3 .carousel-control:hover {
    box-shadow: inset 0 0 0 30px #1b437a;
    color: #fff; }

/* Navigation Styles */
[class*=carousel-indicators-] li {
  cursor: pointer;
  position: relative;
  border: none; }
  [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 .3s ease 0s,opacity .3s ease 0s;
    -o-transition: transform .3s ease 0s,opacity .3s ease 0s;
    transition: transform .3s ease 0s,opacity .3s ease 0s; }
  [class*=carousel-indicators-] li.active {
    background-color: transparent; }

.carousel-indicators-v1 li a:after,.carousel-indicators-v1 li a:before {
  backface-visibility: hidden;
  background-color: #ddd;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.carousel-indicators-v1 li a:after {
  background-color: #2966b9;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.carousel-indicators-v1 li a:focus,.carousel-indicators-v1 li a:hover {
  opacity: .8; }

.carousel-indicators-v1 li.active a {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.carousel-indicators-v2 li {
  margin: 0 3px; }
  .carousel-indicators-v2 li a {
    -webkit-transition: transform .3s ease 0s,background-color .3s ease 0s;
    -o-transition: transform .3s ease 0s,background-color .3s ease 0s;
    transition: transform .3s ease 0s,background-color .3s ease 0s;
    background-color: #ddd; }
    .carousel-indicators-v2 li a:focus,.carousel-indicators-v2 li a:hover {
      background-color: #d5d5d5; }
  .carousel-indicators-v2 li.active {
    margin: 0 3px; }
    .carousel-indicators-v2 li.active a {
      background-color: #2966b9;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }

.carousel-indicators-v3 li {
  width: 14px;
  height: 14px; }
  .carousel-indicators-v3 li a {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #2966b9;
    overflow: hidden; }
    .carousel-indicators-v3 li a,.carousel-indicators-v3 li a:after {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s; }
    .carousel-indicators-v3 li a:after {
      background-color: #2966b9;
      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;
      width: 100%;
      height: 100%; }
    .carousel-indicators-v3 li a:focus,.carousel-indicators-v3 li a:hover {
      opacity: .8; }
  .carousel-indicators-v3 li.active {
    width: 14px;
    height: 14px; }
    .carousel-indicators-v3 li.active a:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.carousel-indicators-v4 li {
  margin: 0 3px;
  width: 14px;
  height: 14px; }
  .carousel-indicators-v4 li a {
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s; }
    .carousel-indicators-v4 li a,.carousel-indicators-v4 li a:focus,.carousel-indicators-v4 li a:hover {
    box-shadow: inset 0 0 0 8px #2966b9; }
  .carousel-indicators-v4 li.active {
    width: 14px;
    height: 14px;
    margin: 0 3px; }
    .carousel-indicators-v4 li.active a {
      box-shadow: inset 0 0 0 2px #2966b9; }

.carousel-indicators-v5 li {
  margin: 0 3px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px transparent;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 14px;
  height: 14px; }
  .carousel-indicators-v5 li a {
    background-color: rgba(0,0,0,.2);
    -webkit-transition: background-color .3s ease 0s,transform .3s ease 0s;
    -o-transition: background-color .3s ease 0s,transform .3s ease 0s;
    transition: background-color .3s ease 0s,transform .3s ease 0s; }
    .carousel-indicators-v5 li a:focus,.carousel-indicators-v5 li a:hover {
      background-color: #2966b9; }
  .carousel-indicators-v5 li.active {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    box-shadow: 0 0 0 2px #2966b9; }
    .carousel-indicators-v5 li.active a {
      background-color: #2966b9;
      -webkit-transform: scale(.4);
      -ms-transform: scale(.4);
      -o-transform: scale(.4);
      transform: scale(.4); }

.carousel-indicators-v6 li {
  width: 14px;
  height: 14px; }
  .carousel-indicators-v6 li a {
    border: 2px solid #ddd;
    -webkit-transition: border-color .3s ease 0s;
    -o-transition: border-color .3s ease 0s;
    transition: border-color .3s ease 0s; }
    .carousel-indicators-v6 li a:after {
      background: none repeat scroll 0 0 #2966b9;
      border-radius: 50%;
      box-shadow: 0 0 1px #2966b9;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* IE 5-7 */
      filter: alpha(opacity=0);
      /* Netscape */
      -moz-opacity: 0;
      /* Safari 1.x */
      -khtml-opacity: 0;
      /* Good browsers */
      opacity: 0;
      position: absolute;
      top: 0;
      -webkit-transform: scale(3);
      -ms-transform: scale(3);
      -o-transform: scale(3);
      transform: scale(3);
      -webkit-transition: opacity .3s ease 0s,transform .3s ease 0s,visibility 0s ease .3s;
      -o-transition: opacity .3s ease 0s,transform .3s ease 0s,visibility 0s ease .3s;
      transition: opacity .3s ease 0s,transform .3s ease 0s,visibility 0s ease .3s;
      visibility: hidden; }
    .carousel-indicators-v6 li a:focus,.carousel-indicators-v6 li a:hover {
      border-color: #2966b9; }
  .carousel-indicators-v6 li.active {
    width: 14px;
    height: 14px; }
    .carousel-indicators-v6 li.active a {
      border-color: #2966b9; }
      .carousel-indicators-v6 li.active a:after {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity .3s ease 0s,transform .3s ease 0s;
        -o-transition: opacity .3s ease 0s,transform .3s ease 0s;
        transition: opacity .3s ease 0s,transform .3s ease 0s;
        visibility: visible; }

/* --- SCSS For Counters --- */
.counters {
  text-align: center; }
  .counters .counter-wrap {
    font-size: 48px;
    color: #2966b9;
    font-weight: 500; }
    .counters .counter-wrap .fa {
      font-size: 46px; }
    .counters .counter-wrap .counter {
      position: relative;
      display: inline-block;
      text-transform: capitalize; }
  .counters h5 {
    font-weight: 700;
    margin: 5px 0 30px;
    text-transform: uppercase;
    position: relative;
    font-size: 16px; }
  .counters.light-style h5 {
    color: #fff;
    font-weight: 500; }
  .counters.style-1.light-style {
    background: url(../images/ellipse-counter.png) no-repeat 50% transparent;
    padding: 70px 0 30px; }
    .counters.style-1.light-style h5 {
      color: #000; }
    .counters.style-1.light-style .counter {
      color: #fff;
      margin: 0;
      font-size: 48px;
      font-weight: 900; }
      .counters.style-1.light-style .counter:after {
        content: none; }

/* --- SCSS For Divider --- */
[class*=hr-] {
  min-height: 1px; }

.hr-dashed {
  border-top: 1px dashed #ddd; }

.hr-dotted {
  border-top: 1px dotted #ddd; }

.hr-double {
  border-top: 3px double #ddd; }

.hr-double-dashed {
  border-top: 1px dashed #ddd;
  position: relative; }
  .hr-double-dashed:before {
    border-top: 1px dashed #ddd;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 1px; }

.hr-double-dotted {
  border-top: 1px dotted #ddd;
  position: relative; }
  .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 --- */
.heading {
  z-index: 1;
  position: relative;
  text-align: center; }
  .heading h1,.heading h2,.heading h3,.heading h4,.heading h5,.heading h6 {
    text-transform: capitalize;
    margin-top: 0;
    font-weight: 200; }
  .heading .fa {
    margin-bottom: 26px; }
  .heading .subheading {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #407fd5;
    margin-bottom: 0;
    letter-spacing: 3px;
    font-size: 10px; }
  .heading>small {
    padding-left: 25%;
    padding-right: 25%; }
    @media (max-width: 991px) {
      .heading>small {
        padding-left: 15px;
        padding-right: 15px; } }
    .heading>small.des {
      letter-spacing: 0; }
  .heading p,.heading small {
    margin-bottom: 15px;
    display: inline-block; }
  .heading.heading-light {
    color: #eee; }
    .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; }
    .heading.heading-light p,.heading.heading-light small {
      color: #eee; }
  .heading.align-left,.heading.separator_align_left {
    text-align: left; }
    .heading.align-left:after,.heading.align-left:before,.heading.separator_align_left:after,.heading.separator_align_left:before {
      left: 0 !important;
      right: auto;
      margin-left: 0 !important; }
    .heading.align-left .des,.heading.align-left .subheading,.heading.separator_align_left .des,.heading.separator_align_left .subheading {
      padding-left: 0;
      padding-right: 0;
      text-align: left; }
      .rtl .heading.align-left .des,.rtl .heading.align-left .subheading,.rtl .heading.separator_align_left .des,.rtl .heading.separator_align_left .subheading {
        text-align: right; }
  .heading.align-right,.heading.separator_align_right {
    text-align: left; }
    .heading.align-right:after,.heading.align-right:before,.heading.separator_align_right:after,.heading.separator_align_right:before {
      left: auto !important;
      right: 0 !important;
      margin-left: 0 !important; }
    .heading.align-right .des,.heading.align-right .subheading,.heading.separator_align_right .des,.heading.separator_align_right .subheading {
      padding-left: 0;
      padding-right: 0;
      text-align: right; }
  .heading.heading-v1 {
    position: relative;
    padding-bottom: 35px; }
    .heading.heading-v1:after,.heading.heading-v1:before {
      left: 50%;
      width: 80px;
      height: 5px;
      content: "";
      bottom: 30px;
      position: absolute; }
      .rtl .heading.heading-v1:after,.rtl .heading.heading-v1:before {
        right: 50%;
        left: auto; }
    .heading.heading-v1:before {
      margin-left: -80px;
      background: #ddd; }
      .rtl .heading.heading-v1:before {
        margin-right: -80px;
        margin-left: inherit; }
    .heading.heading-v1:after {
      background: #444; }
    .heading.heading-v1.heading-light:after {
      background: #fff; }
  .heading.heading-v2 {
    padding-bottom: 35px; }
    .heading.heading-v2:after {
      left: 50%;
      width: 200px;
      height: 1px;
      z-index: 1;
      content: " ";
      bottom: 30px;
      background: #ddd;
      text-align: center;
      position: absolute;
      margin-left: -100px; }
      .rtl .heading.heading-v2:after {
        right: 50%;
        left: auto;
        margin-right: -100px;
        margin-left: inherit; }
    .heading.heading-v2:before {
      left: 50%;
      width: 12px;
      height: 12px;
      margin-left: -6px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 2;
      content: " ";
      bottom: 25px;
      text-align: center;
      position: absolute;
      background: #fff;
      border: 1px solid #ddd; }
      .rtl .heading.heading-v2:before {
        right: 50%;
        left: auto;
        margin-right: -6px;
        margin-left: inherit; }
    .heading.heading-v2.heading-light:after {
      background: #fff; }
    .heading.heading-v2.heading-light:before {
      background: #ddd;
      border: 1px solid #fff; }
  .heading.heading-v3 {
    padding-bottom: 35px; }
    .heading.heading-v3:after {
      left: 50%;
      width: 100px;
      height: 2px;
      margin-left: -50px;
      content: " ";
      bottom: 30px;
      background: #ddd;
      position: absolute; }
      .rtl .heading.heading-v3:after {
        right: 50%;
        left: auto;
        margin-right: -50px;
        margin-left: inherit; }
    .heading.heading-v3 span {
      display: block;
      margin-bottom: 20px; }
    .heading.heading-v3.heading-light:after {
      background: #ddd; }
  .heading.heading-v4 {
    z-index: 1;
    text-align: center;
    padding-top: 90px;
    position: relative; }
    .heading.heading-v4:before {
      left: 50%;
      z-index: -1;
      width: 50px;
      height: 50px;
      content: "";
      top: 10px;
      text-align: center;
      position: absolute;
      background-color: #ddd;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-left: -25px; }
      .rtl .heading.heading-v4:before {
        right: 50%;
        left: auto;
        margin-right: -25px;
        margin-left: inherit; }
    .heading.heading-v4:after {
      left: 50%;
      z-index: -1;
      width: 50px;
      height: 50px;
      line-height: 50px;
      content: "\f109";
      font-family: FontAwesome;
      top: 11px;
      text-align: center;
      position: absolute;
      color: #fff;
      margin-left: -25px;
      font-size: 20px; }
      .rtl .heading.heading-v4:after {
        right: 50%;
        left: auto;
        margin-right: -25px;
        margin-left: inherit; }
    .heading.heading-v4.heading-light:before {
      background: #fff; }
  .heading.heading-v5 {
    background: none; }
    .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; }
  .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; }
    .heading.heading-v6 h1:after,.heading.heading-v6 h2:after,.heading.heading-v6 h3:after,.heading.heading-v6 h4:after,.heading.heading-v6 h5:after,.heading.heading-v6 h6:after {
      left: 50%;
      width: 80px;
      height: 2px;
      margin-left: -40px;
      content: " ";
      bottom: -18px;
      background: #444;
      position: absolute; }
      .rtl .heading.heading-v6 h1:after,.rtl .heading.heading-v6 h2:after,.rtl .heading.heading-v6 h3:after,.rtl .heading.heading-v6 h4:after,.rtl .heading.heading-v6 h5:after,.rtl .heading.heading-v6 h6:after {
        right: 50%;
        left: auto;
        margin-right: -40px;
        margin-left: inherit; }
  .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; }
  .heading.heading-v7 {
    padding-bottom: 40px; }
    .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; }
      .rtl .heading.heading-v7:before {
        right: 50%;
        left: auto;
        margin-right: -18px;
        margin-left: inherit; }
    .heading.heading-v7:after {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 12px solid #fff;
      bottom: 24px;
      content: "";
      left: 50%;
      margin-left: -14px;
      position: absolute;
      width: 10px;
      height: 8px; }
      .rtl .heading.heading-v7:after {
        margin-right: -14px;
        margin-left: inherit; }
    .heading.heading-v7.heading-light:before {
      border-top: 18px solid #fff; }
    .heading.heading-v7.heading-light:after {
      border-top: 12px solid #ddd; }
  .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; }
    .heading.heading-v8 h1:after,.heading.heading-v8 h1:before,.heading.heading-v8 h2:after,.heading.heading-v8 h2:before,.heading.heading-v8 h3:after,.heading.heading-v8 h3:before,.heading.heading-v8 h4:after,.heading.heading-v8 h4:before,.heading.heading-v8 h5:after,.heading.heading-v8 h5:before,.heading.heading-v8 h6:after,.heading.heading-v8 h6:before {
      content: ".";
      font-size: 22px;
      left: 50%;
      position: absolute;
      color: #c1c1c1;
      text-shadow: 10px 0 #ddd,-10px 0 #ddd; }
      .rtl .heading.heading-v8 h1:after,.rtl .heading.heading-v8 h1:before,.rtl .heading.heading-v8 h2:after,.rtl .heading.heading-v8 h2:before,.rtl .heading.heading-v8 h3:after,.rtl .heading.heading-v8 h3:before,.rtl .heading.heading-v8 h4:after,.rtl .heading.heading-v8 h4:before,.rtl .heading.heading-v8 h5:after,.rtl .heading.heading-v8 h5:before,.rtl .heading.heading-v8 h6:after,.rtl .heading.heading-v8 h6:before {
        right: 50%;
        left: auto; }
    .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; }
    .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; }
  .heading.heading-v9 {
    text-align: left; }
    .rtl .heading.heading-v9 {
      text-align: right; }
    .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; }
      .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; }
        .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; }
    .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; }
  .heading.heading-v10,.heading.heading-v11,.heading.heading-v12,.heading.heading-v13,.heading.heading-v14,.heading.heading-v15 {
    padding-bottom: 40px; }
    .heading.heading-v10 h2,.heading.heading-v11 h2,.heading.heading-v12 h2,.heading.heading-v13 h2,.heading.heading-v14 h2,.heading.heading-v15 h2 {
      font-size: 44px;
      padding: 5px 0; }
    .heading.heading-v10:after,.heading.heading-v11:after,.heading.heading-v12:after,.heading.heading-v13:after,.heading.heading-v14:after,.heading.heading-v15:after {
      left: 0;
      right: 0;
      margin: auto;
      width: 135px;
      height: 1px;
      content: " ";
      bottom: 38px;
      background: #ddd;
      position: absolute; }
      .rtl .heading.heading-v10:after,.rtl .heading.heading-v11:after,.rtl .heading.heading-v12:after,.rtl .heading.heading-v13:after,.rtl .heading.heading-v14:after,.rtl .heading.heading-v15:after {
        right: 0;
        left: auto;
        left: 0;
        right: auto; }
    .heading.heading-v10 small,.heading.heading-v11 small,.heading.heading-v12 small,.heading.heading-v13 small,.heading.heading-v14 small,.heading.heading-v15 small {
      font-size: 10px;
      letter-spacing: 3px; }
      .heading.heading-v10 small.des,.heading.heading-v11 small.des,.heading.heading-v12 small.des,.heading.heading-v13 small.des,.heading.heading-v14 small.des,.heading.heading-v15 small.des {
        letter-spacing: 0; }
    .heading.heading-light.heading-v11:after,.heading.heading-light.heading-v12:after,.heading.heading-light.heading-v13:after,.heading.heading-light.heading-v14:after,.heading.heading-light.heading-v15:after,.heading.heading-v10.heading-light:after {
      background: #ddd; }
  .heading.heading-v11 h2 {
    font-size: 30px; }
  .heading.heading-v12 .subheading {
    font-weight: 300;
    font-size: 18px;
    color: #000;
    letter-spacing: 0; }
  .heading.heading-v12 h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .heading.heading-v13:after,.heading.heading-v13:before,.heading.heading-v15:after,.heading.heading-v15:before {
    content: none;
    display: none; }
  .heading.heading-v13 h2,.heading.heading-v15 h2 {
    font-size: 40px;
    margin: 0; }
  .heading.heading-v13 .subheading,.heading.heading-v15 .subheading {
    color: #ccc;
    letter-spacing: 5px;
    font-size: 14px; }
  .heading.heading-v13 small,.heading.heading-v15 small {
    font-size: 18px;
    font-weight: 800;
    color: #f5434c;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0; }
  .heading.light-style-v2 * {
    color: #fff !important; }
  .heading.light-style-v2:after {
    background: #fff; }
  .heading.heading-v14:after {
    width: 40px !important; }
  .heading.heading-v14 .subheading {
    font-weight: 300;
    font-size: 18px;
    color: #000;
    letter-spacing: 0; }
  .heading.heading-v14 h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .heading.heading-v15 {
    padding-bottom: 10px; }
    .heading.heading-v15:after,.heading.heading-v15:before {
      content: none;
      display: none; }
    .heading.heading-v15 h2 {
      font-size: 80px;
      margin: 0;
      font-weight: 900; }
    .heading.heading-v15 .subheading {
      letter-spacing: 5px;
      font-size: 14px; }
    .heading.heading-v15 small {
      font-size: 24px !important;
      font-weight: 800;
      text-transform: uppercase;
      padding: 0;
      letter-spacing: 5px;
      padding-bottom: 10px; }
  .heading.heading-v16 h4 {
    font-family: Ubuntu,sans-serif;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px; }

.light-style .heading-v15 .subheading {
  color: #fff !important; }

/* --- SCSS For Icon-box --- */
.feature-box {
  padding-bottom: 30px; }
  .feature-box .fbox-content {
    overflow: hidden; }
  .feature-box small {
    font-size: 13px;
    margin-bottom: 15px;
    display: inline-block; }
  .feature-box h4 {
    margin: 10px 0;
    font-weight: 600;
    text-transform: none; }
  .feature-box .fbox-icon {
    float: left;
    margin: 10px 20px 0 0;
    color: #2966b9; }
    .rtl .feature-box .fbox-icon {
      float: right;
      margin: 10px 0 0 20px; }
    .feature-box .fbox-icon i {
      font-size: 20px;
      height: 40px;
      width: 40px;
      line-height: 40px; }
    .feature-box .fbox-icon .nostyle {
      background: none !important;
      border: 1px solid #e6e6e6 !important; }
    .feature-box .fbox-icon .icons {
      width: 70px;
      height: 70px;
      line-height: 70px;
      font-size: 24px; }
    .feature-box.hasbg,.feature-box.hasbg h4 {
      color: #fff; }
  .feature-box.bg-default {
    color: inherit;
    background-color: #fff; }
    .feature-box.bg-default h4 {
      color: inherit; }
  .feature-box.icon-box-center {
    text-align: center; }
    .feature-box.icon-box-center .fbox-icon {
      float: none;
      margin: 0;
      margin-bottom: 20px; }
    .feature-box.icon-box-center .fbox-content {
      text-align: center; }
  .feature-box.icon-box-top .fbox-icon {
    float: none;
    margin: 0;
    margin-bottom: 20px; }
  .feature-box.icon-box-right {
    text-align: right; }
    .rtl .feature-box.icon-box-right {
      text-align: left; }
    .feature-box.icon-box-right .fbox-icon {
      float: right;
      margin: 10px 0 0 20px; }
      .rtl .feature-box.icon-box-right .fbox-icon {
        float: left;
        margin: 10px 20px 0 0; }
  .feature-box.light-style .fbox-content,.feature-box.light-style h4 {
    color: #fff; }

/* --- SCSS For Icon-progress-bar --- */
.icon-rating {
  float: left; }

.icon-rating input {
  left: -9999px;
  position: absolute; }

.icon-rating label {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 22px;
  height: 17px;
  line-height: 17px;
  padding: 0 3px;
  color: #e0e0e0;
  transition: color .3s ease 0s; }

.icon-rating input+label:hover,.icon-rating input+label:hover~label,.icon-rating input:checked~label {
  color: #2966b9; }

.icon-rating-horizontal {
  float: none;
  text-align: center; }

.icon-rating-horizontal label {
  float: none;
  height: 20px;
  line-height: 20px; }
  .light-style,.light-style h1,.light-style h2,.light-style h3,.light-style h4,.light-style h5,.light-style h6 {
    color: #fff; }

.bg-success .icon-rating label {
  color: #b71212; }

.bg-success .icon-rating input+label:hover,.bg-success .icon-rating input+label:hover~label,.bg-success .icon-rating input:checked~label {
  color: #fff; }

.bg-danger .icon-rating label {
  color: #9f1010; }

.bg-danger .icon-rating input+label:hover,.bg-danger .icon-rating input+label:hover~label,.bg-danger .icon-rating input:checked~label {
  color: #fff; }

.bg-warning .icon-rating label {
  color: #b09101; }

.bg-warning .icon-rating input+label:hover,.bg-warning .icon-rating input+label:hover~label,.bg-warning .icon-rating input:checked~label {
  color: #fff; }

.bg-primary .icon-rating label {
  color: #0d0d0d; }

.bg-primary .icon-rating input+label:hover,.bg-primary .icon-rating input+label:hover~label,.bg-primary .icon-rating input:checked~label {
  color: #fff; }

.bg-info .icon-rating label {
  color: #117ea5; }

.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 --- */
.interactive-banner {
  color: #fff;
  position: relative;
  overflow: hidden; }
  .interactive-banner .interactive-banner-profile {
    position: absolute;
    z-index: 2;
    margin: auto;
    content: ""; }
    .interactive-banner .interactive-banner-profile h2 {
      text-transform: uppercase;
      margin: 10px 0 15px; }
    .interactive-banner .interactive-banner-profile small {
      text-transform: uppercase; }
  .interactive-banner .mask-link {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; }
  .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; }
  .interactive-banner .action .icons:hover {
    background-color: #2966b9 !important;
    border: #2966b9 !important; }
  .interactive-banner.left .interactive-banner-profile {
    left: 20px; }
  .interactive-banner.right .interactive-banner-profile {
    right: 20px; }
  .interactive-banner.center .interactive-banner-profile {
    right: 0;
    left: 0; }

.interactive-banner-v1 .interactive-banner-profile {
  width: 55%;
  height: 120px;
  bottom: 0;
  top: 0; }

.interactive-banner-v2 .interactive-banner-profile {
  top: 40px;
  width: 55%;
  height: 120px; }
  .interactive-banner-v2 .interactive-banner-profile .action {
    padding: 5px 15px;
    margin-bottom: 3px;
    background-color: #fff;
    color: #333; }

.interactive-banner-v2.left .interactive-banner-profile {
  left: 60px; }

.interactive-banner-v2.right .interactive-banner-profile {
  right: 60px; }

.interactive-banner-v2.center .interactive-banner-profile {
  right: 0;
  left: 0; }

.interactive-banner-v3 .interactive-banner-profile {
  padding: 40px 60px;
  width: 100%;
  height: 100%;
  top: 0; }
  .interactive-banner-v3 .interactive-banner-profile .action {
    bottom: 60px;
    left: 60px;
    right: 60px;
    content: "";
    position: absolute; }
    .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; }

.interactive-banner-v4 .interactive-banner-profile {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  position: absolute;
  content: "";
  transform: translate3d(0,60px,0);
  -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
  transition: opacity .35s ease 0s,transform .35s ease 0s; }
  .interactive-banner-v4 .interactive-banner-profile .action {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    position: relative;
    background-color: #2966b9;
    margin: 0 -30px;
    padding: 20px 30px; }
  .interactive-banner-v4 .interactive-banner-profile .action,.interactive-banner-v4 .interactive-banner-profile img {
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s; }
  .interactive-banner-v4 .interactive-banner-profile img {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }

.interactive-banner-v4:hover .interactive-banner-profile {
  transform: translateZ(0); }
  .interactive-banner-v4:hover .interactive-banner-profile .action {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }
  .interactive-banner-v4:hover .interactive-banner-profile img {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: .5;
    /* Safari 1.x */
    -khtml-opacity: .5;
    /* Good browsers */
    opacity: .5; }

.interactive-banner-v5 .interactive-banner-profile {
  width: 55%;
  height: 120px;
  bottom: 0;
  top: 0; }

.interactive-banner-v5 a.links {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
  transition: opacity .35s ease 0s,transform .35s ease 0s;
  transform: translate3d(0,-60px,0); }

.interactive-banner-v5:hover a.links {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  transform: translateZ(0); }

/* --- SCSS For Latest-posts --- */
/* latest posts */
.latest-posts {
  font-size: 14px;
  color: #696969; }
  .latest-posts a {
    color: #000; }
    .latest-posts a:hover {
      color: red; }
  .latest-posts .latest-posts-title {
    margin-top: 5px;
    font-size: 18px; }
  .latest-posts .latest-posts-profile {
    font-size: 13px;
    font-style: italic;
    color: #696969; }
    .latest-posts .latest-posts-profile a {
      color: #696969; }
      .latest-posts .latest-posts-profile a:hover {
        color: red; }
    .latest-posts .latest-posts-profile i {
      margin-right: 7px;
      font-size: 14px; }
      .rtl .latest-posts .latest-posts-profile i {
        margin-left: 7px;
        margin-right: inherit; }

/* latest posts v1*/
.latest-posts-v1 .latest-posts-meta,.latest-posts-v1 .latest-posts-profile {
  background-color: #f6f6f6;
  padding: 15px; }

.latest-posts-v1 .latest-posts-profile {
  border-top: 1px solid #e5e5e5; }

/* latest posts v2*/
.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: hsla(0,0%,100%,.7); }

/* latest posts v3*/
.latest-posts-v3 {
  text-align: center; }
  .latest-posts-v3 .latest-posts-title {
    position: relative; }
    .latest-posts-v3 .latest-posts-title:after {
      background-color: #444;
      content: " ";
      height: 1px;
      left: 50%;
      margin-left: -15px;
      position: absolute;
      top: 41px;
      width: 30px; }
  .latest-posts-v3 .latest-posts-meta {
    padding: 15px;
    position: relative;
    background-color: hsla(0,0%,100%,.7); }
  .latest-posts-v3 .latest-posts-profile {
    background-color: rgba(0,0,0,.3);
    text-align: left;
    position: absolute;
    top: -42px;
    left: 0;
    padding: 10px 15px;
    width: 100%;
    color: #fff; }
    .rtl .latest-posts-v3 .latest-posts-profile {
      text-align: right; }
    .latest-posts-v3 .latest-posts-profile a {
      color: #fff; }
      .latest-posts-v3 .latest-posts-profile a:hover {
        color: red; }

/* latest posts v4*/
.latest-posts-v4 .latest-posts-image {
  margin-right: 10px; }
  .rtl .latest-posts-v4 .latest-posts-image {
    margin-left: 10px;
    margin-right: inherit; }
  .latest-posts-v4 .latest-posts-image img {
    width: 100px !important;
    height: auto !important; }

.latest-posts-v4 .latest-posts-item {
  padding-top: 15px;
  padding-bottom: 15px; }
  .latest-posts-v4 .latest-posts-item .latest-posts-title {
    font-size: 14px;
    text-transform: uppercase; }
  .latest-posts-v4 .latest-posts-item .latest-posts-profile>span {
    margin-right: 10px; }
    .rtl .latest-posts-v4 .latest-posts-item .latest-posts-profile>span {
      margin-left: 10px;
      margin-right: inherit; }

/* latest posts v5*/
.latest-posts-v5 .latest-posts-image {
  margin-left: 10px; }
  .rtl .latest-posts-v5 .latest-posts-image {
    margin-right: 10px;
    margin-left: inherit; }
  .latest-posts-v5 .latest-posts-image img {
    width: 100px !important;
    height: auto !important; }

.latest-posts-v5 .latest-posts-item {
  padding: 20px; }
  .latest-posts-v5 .latest-posts-item:nth-child(2n) {
    background-color: hsla(0,0%,89%,.3); }
  .latest-posts-v5 .latest-posts-item:nth-child(odd) {
    background-color: hsla(0,0%,100%,.3); }
  .latest-posts-v5 .latest-posts-item .latest-posts-title {
    font-size: 14px;
    text-transform: uppercase; }
  .latest-posts-v5 .latest-posts-item .latest-posts-profile>span {
    margin-right: 10px; }
    .rtl .latest-posts-v5 .latest-posts-item .latest-posts-profile>span {
      margin-left: 10px;
      margin-right: inherit; }

/* --- SCSS For List --- */
/* class list */
.list-unstyled {
  list-style: none;
  padding-left: 0; }

.lists li {
  margin-bottom: 10px;
  list-style: none; }
  .lists li a {
    color: #666;
    font-size: 16px; }
    .lists li a:hover {
      color: #2966b9;
      text-decoration: none; }
  .lists li i {
    color: #666;
    margin-right: 10px;
    position: relative;
    top: 2px; }

.lists.lists-light li,.lists.lists-light li a,.lists.lists-light li a:hover,.lists.lists-light li i {
  color: #fff; }

.lists.list-style-circle,.lists.list-style-disc {
  list-style: none;
  padding-left: 20px; }
  .lists.list-style-circle li,.lists.list-style-disc li {
    position: relative; }
    .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; }
  .lists.list-style-circle.lists-light li:before,.lists.list-style-disc.lists-light li:before {
    color: #fff; }

.lists.list-style-circle li:before {
  content: "\f10c"; }

.lists.list-style-disc li:before {
  content: "\f111"; }

.lists.list-style-square {
  list-style: none;
  padding-left: 20px; }
  .lists.list-style-square li {
    position: relative; }
    .lists.list-style-square li:before {
      content: "";
      top: 10px;
      left: -15px;
      position: absolute;
      width: 4px;
      height: 4px;
      background-color: #666; }
  .lists.list-style-square.lists-light li:before {
    background-color: #fff; }

.lists.list-style-number {
  counter-reset: a;
  list-style: outside none decimal;
  padding-left: 20px; }
  .lists.list-style-number li {
    display: block;
    padding-left: 5px; }
    .lists.list-style-number li:before {
      color: #666;
      content: counter(a,decimal);
      counter-increment: a;
      left: 20px;
      position: absolute; }
  .lists.list-style-number.lists-light li:before {
    color: #fff; }

/* --- SCSS For Media --- */
.media-image-v1 {
  border: 10px solid #f5f5f5;
  box-shadow: 0 4px 3px -2px rgba(0,0,0,.1); }

.media-image-v2 {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.1); }

.media-image-v3 {
  border: 10px solid #f5f5f5;
  position: relative; }
  .media-image-v3:after,.media-image-v3:before {
    width: 22%;
    height: 15px;
    bottom: 2px;
    box-shadow: 0 9px 20px 4px rgba(0,0,0,.1);
    content: "";
    position: absolute;
    z-index: -1; }
  .media-image-v3:before {
    left: 5px; }
  .media-image-v3:after {
    right: 5px; }

/* --- SCSS For Message --- */
.alert-box-success {
  background-color: #f5fdf5;
  border-color: #d6e9c6;
  color: #000; }
  .alert-box-success hr {
    border-top-color: #c9e2b3; }
  .alert-box-success .alert-link {
    color: #000; }

.alert-box-info {
  background-color: #f5fbfd;
  border-color: #bce8f1;
  color: #000; }
  .alert-box-info hr {
    border-top-color: #a6e1ec; }
  .alert-box-info .alert-link {
    color: #000; }

.alert-box-warning {
  background-color: #fffdf6;
  border-color: #faebcc;
  color: #000; }
  .alert-box-warning hr {
    border-top-color: #f7e1b5; }
  .alert-box-warning .alert-link {
    color: #000; }

.alert-box-error {
  background-color: #fdf7f5;
  border-color: #ebccd1;
  color: #000; }
  .alert-box-error hr {
    border-top-color: #e4b9c0; }
  .alert-box-error .alert-link {
    color: #000; }

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

/* --- SCSS For Newsletter --- */
[class*=newsletter-v].light-style {
  color: #fff; }
  [class*=newsletter-v].light-style .form-control {
    color: #fff;
    background: transparent; }
  [class*=newsletter-v].light-style .newsletter-label {
    color: #fff; }

[class*=newsletter-v].newsletter-border {
  border: 1px solid #e6e6e6; }

[class*=newsletter-v].newsletter-center {
  text-align: center; }
  [class*=newsletter-v].newsletter-center .newsletter-heading {
    margin-bottom: 20px; }
  [class*=newsletter-v].newsletter-center h2 {
    margin-top: 0; }

.newsletter-label {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase; }

.newsletter-v3 .newsletter {
  position: relative;
  display: inline-block;
  width: 476px; }
  .newsletter-v3 .newsletter-label {
    color: #fff; }
  .newsletter-v3 .newsletter input[type=email] {
    height: 42px;
    padding: 5px 103px 5px 15px;
    line-height: 32px;
    border: none;
    font-size: 11px;
    font-weight: 300;
    border-radius: 3px 4px 4px 3px;
    width: 100%; }
  .newsletter-v3 .newsletter input[type=submit] {
    height: 42px;
    color: #fff;
    border: none;
    padding: 5px 20px;
    line-height: 32px;
    font-family: Ubuntu,sans-serif;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
    background-color: #000;
    text-transform: uppercase; }
    .newsletter-v3 .newsletter input[type=submit]:hover {
      background-color: #2966b9; }

.footer-newsletter-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: 700;
  padding: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
  text-align: left;
  border: none;
  position: relative;
  letter-spacing: 2px; }
  .rtl .footer-newsletter-title {
    text-align: right; }

.newsletter-v4>p {
  text-align: left;
  margin-bottom: 25px; }

.newsletter-v4 .newsletter {
  position: relative;
  display: inline-block;
  width: 100%; }
  .newsletter-v4 .newsletter-label {
    color: #fff; }
  .newsletter-v4 .newsletter input[type=email] {
    height: 32px;
    padding: 5px 85px 5px 15px;
    line-height: 22px;
    border: none;
    font-size: 11px;
    font-weight: 300;
    border-radius: 3px;
    width: 100%;
    background: #303030;
    color: #aaa; }
  .newsletter-v4 .newsletter input[type=submit] {
    height: 32px;
    color: #fff;
    border: none;
    padding: 5px 15px;
    line-height: 22px;
    font-family: Oswald,sans-serif;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
    background-color: #2966b9;
    text-transform: uppercase; }

.newsletter-v8 .heading span {
  display: block;
  margin-bottom: 30px; }

.newsletter-v8 .newsletter-group {
  margin: 0 auto;
  width: 60%;
  background: #fff;
  border: 0;
  padding: 0 2px 0 0;
  border-radius: 3px; }

.newsletter-v8 .newsletter-input {
  background: transparent none;
  border: 0; }

/* --- SCSS For Parallax --- */
.parallax {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  .parallax .parallax-heading h2 {
    font-size: 36px;
    text-transform: uppercase; }
    .parallax .parallax-heading h2:after,.parallax .parallax-heading h2:before {
      display: none; }
  .parallax-v1 .parallax-heading h2 {
    margin: 0; }
  .parallax-light h2,.parallax-light p {
    color: #fff; }

/* --- SCSS For Piechart --- */
[class*=piechart-v] .piechart-body {
  position: relative;
  display: inline-block; }
  [class*=piechart-v] .piechart-body .piechart-body-inner {
    top: 0;
    font-size: 35px;
    line-height: 140px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 140px; }
    .rtl [class*=piechart-v] .piechart-body .piechart-body-inner {
      right: 0;
      left: auto; }

[class*=piechart-v].piechart-center {
  text-align: center; }

[class*=piechart-v].light-style {
  color: #fff; }

.progress-title {
  font-size: 24px;
  color: #000;
  font-weight: 800;
  line-height: 100%; }
  .progress-title span {
    margin-right: 10px; }
    .rtl .progress-title span {
      margin-left: 10px;
      margin-right: inherit; }
  .progress-title small {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }

.progress-bar {
  box-shadow: none; }

.progress-icon .progress-title {
  padding-left: 10px; }

.progress-icon .bar-chart {
  padding-left: 50px;
  position: relative; }

.progress-icon .bar-icon {
  position: absolute;
  content: "";
  top: 9px;
  left: 0; }

.progress-box .progress-bar {
  transition: all 3s ease-in 0s; }

.process>li:hover i,.process>li:hover i:after {
  transition: all .3s ease-in-out 0s; }

.chart {
  display: inline-block;
  width: 110px;
  margin: 40px auto 20px;
  padding: 0 10px; }

.easyPieChart {
  position: relative;
  text-align: center; }
  .easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

.percentage {
  font-size: 24px;
  color: #2966b9;
  font-weight: 800;
  margin: 0 auto .5em; }

.piechart-title {
  text-transform: uppercase;
  font-weight: 700; }

sup {
  top: -.2em;
  margin-left: 1px; }

.ctrl {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #c4cdcc;
  word-spacing: 5px; }
  .ctrl span {
    cursor: pointer;
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out; }
    .ctrl span:hover {
      color: #000; }

/* --- SCSS For Pricing --- */
.pricing {
  text-align: center; }
  .pricing ul {
    padding-left: 0;
    padding-right: 0; }
    .pricing ul li {
      list-style: none; }
  .pricing-v1 {
    background: #fff; }
    .pricing-v1 .plan-title {
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 300;
      margin: 0;
      padding: 30px 0;
      border-bottom: 2px solid #e6e6e6; }
    .pricing-v1 .plan-figure {
      font-size: 48px;
      font-weight: 300;
      color: #000; }
    .pricing-v1 .plan-price {
      font-size: 16px;
      border-bottom: 2px solid #e6e6e6; }
    .pricing-v1 .plan-currency {
      font-size: 30px;
      font-weight: 300; }
    .pricing-v1 .plain-info {
      padding: 20px; }
      .pricing-v1 .plain-info li {
        font-size: 16px;
        color: #000;
        font-weight: 300;
        background: #ededed;
        margin-bottom: 10px;
        padding: 14px 0; }
    .pricing-v1 .pricing-footer {
      padding: 0 20px 40px; }
  .pricing-v2 {
    background: #fff; }
    .pricing-v2 .plan-title {
      color: #000;
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 300;
      margin: 0;
      padding: 30px 0; }
    .pricing-v2 .plan-price {
      background: #333;
      margin: 0 -10px;
      position: relative;
      height: 100px; }
      .pricing-v2 .plan-price .plan-price-body {
        background: #333;
        margin: 0 auto;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -15px;
        right: 0;
        color: #fff;
        width: 130px;
        height: 130px; }
      .pricing-v2 .plan-price .plan-figure {
        font-size: 48px;
        font-weight: 300; }
      .pricing-v2 .plan-price .plan-currency {
        font-size: 30px;
        font-weight: 300; }
    .pricing-v2 .plain-info {
      padding: 20px; }
      .pricing-v2 .plain-info li {
        color: #000;
        line-height: 62px;
        border-bottom: 1px dashed #c8c8c8; }
    .pricing-v2 .pricing-footer {
      padding: 0 20px 40px; }
    .pricing-v2.pricing-highlight .plan-title {
      background: #fff;
      color: #000; }
    .pricing-v2.pricing-highlight .plan-price-body {
      background: #2966b9;
      color: #fff; }
    .pricing-v2.pricing-highlight .btn-block {
      background: #2966b9;
      border-color: #2966b9; }
      .pricing-v2.pricing-highlight .btn-block:active,.pricing-v2.pricing-highlight .btn-block:focus,.pricing-v2.pricing-highlight .btn-block:hover {
        background: none;
        color: #2966b9; }
  .pricing.pricing-v3 {
    background: #fff;
    border: 1px solid #dedede; }
    .pricing.pricing-v3 .plan-title {
      background: #261f2f;
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 300;
      margin: 0;
      padding: 30px 0;
      border: none; }
      .pricing.pricing-v3 .plan-title span {
        color: #fff; }
    .pricing.pricing-v3 .plan-figure {
      font-size: 48px;
      font-weight: 300;
      color: #000; }
    .pricing.pricing-v3 .plan-price {
      font-size: 16px;
      background: #332c3e;
      padding: 15px 0; }
      .pricing.pricing-v3 .plan-price>* {
        color: #fff;
        line-height: 1; }
    .pricing.pricing-v3 .plan-currency {
      font-size: 30px;
      font-weight: 300; }
    .pricing.pricing-v3 .plain-info li {
      font-size: 16px;
      color: #000;
      font-weight: 300;
      background: #f8f8f8;
      padding: 14px 0; }
      .pricing.pricing-v3 .plain-info li:nth-child(odd) {
        background: #fff; }
    .pricing.pricing-v3 .pricing-footer {
      padding: 0 20px 40px; }
    .pricing.pricing-v3.pricing-highlight .plan-title {
      background: #204f8f;
      color: #fff; }
    .pricing.pricing-v3.pricing-highlight .plan-price {
      background: #2966b9;
      color: #fff; }
    .pricing.pricing-v3.pricing-highlight .btn-block {
      background: #2966b9;
      border-color: #2966b9; }
      .pricing.pricing-v3.pricing-highlight .btn-block:active,.pricing.pricing-v3.pricing-highlight .btn-block:focus,.pricing.pricing-v3.pricing-highlight .btn-block:hover {
        background: none;
        color: #2966b9; }
  .pricing-highlight .plan-title {
    background: #2966b9;
    color: #fff; }

/* --- SCSS For Process-steps --- */
.process-steps {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  .process-steps li {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .process-steps li a,.process-steps li span {
      color: #000; }
      .process-steps li a .icons,.process-steps li span .icons {
        background-color: #000;
        color: #fff;
        font-style: normal; }
        .process-steps li a .icons.icons-bodered,.process-steps li span .icons.icons-bodered {
          background-color: transparent;
          border: 1px solid #000;
          color: #000; }
    .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: #2966b9 !important; }
      .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: #2966b9 !important;
        color: #fff !important; }
        .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 #2966b9 !important;
          color: #2966b9 !important; }
  .process-steps.process-2 li {
    width: 50%; }
  .process-steps.process-3 li {
    width: 33.33%; }
  .process-steps.process-4 li {
    width: 25%; }
  .process-steps.process-5 li {
    width: 20%; }

.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%; }

.process-steps-v1 li:after {
  left: auto;
  margin: 0 -26px 0 0;
  right: 0; }

.process-steps-v1 li:first-child:before,.process-steps-v1 li:last-child:after {
  display: none; }

.process-steps-v1 li span {
  margin: 5px 0;
  overflow: hidden;
  display: inline-block; }

.process-steps-v2 {
  border-bottom: 1px solid #bbb; }
  .process-steps-v2 li a,.process-steps-v2 li span {
    display: inline-block;
    padding: 10px 0; }
  .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 #2966b9; }

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

.icon-wrap-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #333; }
  .icon-wrap-icon .fa {
    font-size: 25px;
    margin: 18px 15px;
    color: #fff; }

.social-icons {
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 25px;
  padding: 17px;
  border: 1px solid transparent; }
  .social-icons.icons-light-brd {
    color: #fff;
    border-color: #fff; }
  .social-icons.icons-brd {
    color: #444;
    border-color: #444; }

.services-v1 .services-icon {
  float: left;
  font-size: 25px;
  color: #2966b9;
  margin: 0 15px 15px 0; }

.services-v1 .services-title {
  float: left;
  text-transform: uppercase; }

.services-v1 .services-description {
  clear: both; }

.services-v2 .services-icon {
  float: left;
  font-size: 20px;
  color: #2966b9;
  margin: 0 15px 15px 0;
  width: 60px;
  height: 60px;
  background: #eee;
  padding: 15px 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.services-v2 .services-title {
  font-size: 18px; }

.services-v2 .services-description {
  overflow: hidden; }

/* Service Timeline */
.timeline-service {
  position: relative; }
  .timeline-service:before {
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    top: 0;
    width: 2px;
    background: #d5d5d5; }
  .timeline-service>li {
    float: left;
    position: relative;
    text-align: right;
    width: 50%; }
    .timeline-service>li>.timeline-panel {
      border: 1px solid #d5d5d5;
      float: left;
      margin: 0 19px;
      padding: 20px 20px 20px 50px;
      position: relative;
      width: 93%; }
      .timeline-service>li>.timeline-panel i {
        background: #2966b9;
        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%; }
        .timeline-service>li>.timeline-panel i.left-wing {
          left: -20px; }
    .timeline-service>li>.timeline-badge {
      background: #2966b9;
      width: 20px;
      height: 20px;
      position: absolute;
      right: -9px;
      top: 15%; }
    .timeline-service>li.timeline-inverted>.timeline-panel {
      float: right;
      padding: 20px 50px 20px 20px;
      text-align: left; }
    .timeline-service>li.timeline-inverted>.timeline-badge {
      display: none; }

/* --- SCSS For Style-icon --- */
/* Icon */
.icons,.timeline-service.timeline-service-light .timeline-panel * {
    color: #fff; }
.icons {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  background-color: #2966b9;
  border: 1px solid transparent; }
  .icons.icons-lg {
    height: 60px !important;
    width: 60px !important;
    line-height: 60px !important;
    font-size: 24px !important; }
  .icons.icons-big {
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
    font-size: 30px !important; }
  .icons.icons-big-1 {
    width: 65px !important;
    height: 65px !important;
    line-height: 65px !important;
    font-size: 24px !important; }
  .icons.icons-sm {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px; }
  .icons.icons-xs {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px; }
  .icons:hover {
    color: #fff;
    background-color: #245aa4; }
  .icons.icons-bodered {
    border: 1px solid #2966b9;
    background-color: transparent;
    color: #2966b9; }
    .icons.icons-bodered:hover {
      border: 1px solid #204f8f;
      background-color: transparent;
      color: #204f8f; }
  .icons.icons-darker {
    background-color: #000 !important;
    color: #fff !important; }
    .icons.icons-darker:hover {
      background-color: #595959 !important;
      color: #fff !important; }
  .icons.icons-light {
    background-color: #f0f0f0 !important;
    color: #000 !important; }
    .icons.icons-light:hover {
      background-color: #d7d7d7 !important;
      color: #fff !important; }
  .icons.icons-plain {
    background-color: transparent;
    color: #2966b9;
    font-size: 28px !important;
    width: auto;
    height: auto; }
    .icons.icons-plain.icons-lg {
      font-size: 36px !important;
      width: auto;
      height: auto; }
    .icons.icons-plain.icons-sm {
      font-size: 20px !important;
      width: auto;
      height: auto; }
    .icons.icons-plain.icons-xs {
      font-size: 14px !important;
      width: auto;
      height: auto; }
    .icons.icons-plain:hover {
      background-color: transparent;
      color: #000; }

.icons-outline {
  color: #d1d646;
  background-color: transparent;
  border-color: #d1d646; }
  .icons-outline.active,.icons-outline:active,.icons-outline:focus,.icons-outline:hover,.open .icons-outline.dropdown-toggle {
    color: #fff;
    background-color: #d1d646;
    border-color: #ccd131; }
  .icons-outline.active,.icons-outline:active,.open .icons-outline.dropdown-toggle {
    background-image: none; }
  .icons-outline.disabled,.icons-outline.disabled.active,.icons-outline.disabled:active,.icons-outline.disabled:focus,.icons-outline.disabled:hover,.icons-outline[disabled],.icons-outline[disabled].active,.icons-outline[disabled]:active,.icons-outline[disabled]:focus,.icons-outline[disabled]:hover,fieldset[disabled] .icons-outline,fieldset[disabled] .icons-outline.active,fieldset[disabled] .icons-outline:active,fieldset[disabled] .icons-outline:focus,fieldset[disabled] .icons-outline:hover {
    background-color: transparent;
    border-color: #d1d646; }
  .icons-outline .badge {
    color: transparent;
    background-color: #d1d646; }
  .icons-outline.icons-primary {
    background: transparent;
    color: #333; }
    .icons-outline.icons-primary:hover {
      color: #fff; }
  .icons-outline.icons-success {
    background: transparent;
    color: #2966b9; }
    .icons-outline.icons-success:hover {
      color: #fff; }
  .icons-outline.icons-info {
    background: transparent;
    color: #1ab2e8; }
    .icons-outline.icons-info:hover {
      color: #fff; }
  .icons-outline.icons-danger {
    background: transparent;
    color: #e51717; }
    .icons-outline.icons-danger:hover {
      color: #fff; }
  .icons-outline.icons-warning {
    background: transparent;
    color: #fcd002; }
    .icons-outline.icons-warning:hover {
      color: #fff; }

.icons-inverse {
  color: #fff;
  background-color: #d1d646;
  border-color: #ccd131; }
  .icons-inverse.active,.icons-inverse:active,.icons-inverse:focus,.icons-inverse:hover,.open .icons-inverse.dropdown-toggle {
    color: #d1d646;
    background-color: transparent;
    border-color: #d1d646; }
  .icons-inverse.active,.icons-inverse:active,.open .icons-inverse.dropdown-toggle {
    background-image: none; }
  .icons-inverse.disabled,.icons-inverse.disabled.active,.icons-inverse.disabled:active,.icons-inverse.disabled:focus,.icons-inverse.disabled:hover,.icons-inverse[disabled],.icons-inverse[disabled].active,.icons-inverse[disabled]:active,.icons-inverse[disabled]:focus,.icons-inverse[disabled]:hover,fieldset[disabled] .icons-inverse,fieldset[disabled] .icons-inverse.active,fieldset[disabled] .icons-inverse:active,fieldset[disabled] .icons-inverse:focus,fieldset[disabled] .icons-inverse:hover {
    background-color: #d1d646;
    border-color: #ccd131; }
  .icons-inverse .badge {
    color: #d1d646;
    background-color: #fff; }
  .icons-inverse.icons-primary:hover {
    color: #333;
    background: transparent; }
  .icons-inverse.icons-success:hover {
    color: #2966b9;
    background: transparent; }
  .icons-inverse.icons-info:hover {
    color: #1ab2e8;
    background: transparent; }
  .icons-inverse.icons-danger:hover {
    color: #e51717;
    background: transparent; }
  .icons-inverse.icons-warning:hover {
    color: #fcd002;
    background: transparent; }

.light-style .icons {
  background-color: transparent;
  color: #2966b9; }
  .light-style .icons:hover {
    color: #2966b9;
    background-color: none; }

.light-style .icons-bodered {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent; }
  .light-style .icons-bodered:hover {
    border: 1px solid #f2f2f2;
    color: #f2f2f2;
    background-color: transparent; }

.light-style .icons-plain {
  background-color: transparent;
  color: #fff; }
  .light-style .icons-plain:hover {
    background-color: transparent;
    color: #2966b9; }

.icons-default {
  color: #fff;
  background-color: #11aba3;
  border-color: #11aba3; }
  .icons-default.active,.icons-default.focus,.icons-default:active,.icons-default:focus,.icons-default:hover,.open>.icons-default.dropdown-toggle {
    color: #fff;
    background-color: #0c7d77;
    border-color: #0b736e; }
  .icons-default.active,.icons-default:active,.open>.icons-default.dropdown-toggle {
    background-image: none; }
  .icons-default.disabled,.icons-default.disabled.active,.icons-default.disabled.focus,.icons-default.disabled:active,.icons-default.disabled:focus,.icons-default.disabled:hover,.icons-default[disabled],.icons-default[disabled].active,.icons-default[disabled].focus,.icons-default[disabled]:active,.icons-default[disabled]:focus,.icons-default[disabled]:hover,fieldset[disabled] .icons-default,fieldset[disabled] .icons-default.active,fieldset[disabled] .icons-default.focus,fieldset[disabled] .icons-default:active,fieldset[disabled] .icons-default:focus,fieldset[disabled] .icons-default:hover {
    background-color: #11aba3;
    border-color: #11aba3; }
  .icons-default .badge {
    color: #11aba3;
    background-color: #fff; }

.icons-primary {
  color: #fff;
  background-color: #333;
  border-color: #262626; }
  .icons-primary.active,.icons-primary.focus,.icons-primary:active,.icons-primary:focus,.icons-primary:hover,.open>.icons-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #080808; }
  .icons-primary.active,.icons-primary:active,.open>.icons-primary.dropdown-toggle {
    background-image: none; }
  .icons-primary.disabled,.icons-primary.disabled.active,.icons-primary.disabled.focus,.icons-primary.disabled:active,.icons-primary.disabled:focus,.icons-primary.disabled:hover,.icons-primary[disabled],.icons-primary[disabled].active,.icons-primary[disabled].focus,.icons-primary[disabled]:active,.icons-primary[disabled]:focus,.icons-primary[disabled]:hover,fieldset[disabled] .icons-primary,fieldset[disabled] .icons-primary.active,fieldset[disabled] .icons-primary.focus,fieldset[disabled] .icons-primary:active,fieldset[disabled] .icons-primary:focus,fieldset[disabled] .icons-primary:hover {
    background-color: #333;
    border-color: #262626; }
  .icons-primary .badge {
    color: #333;
    background-color: #fff; }

.icons-success {
  color: #fff;
  background-color: #11aba3;
  border-color: #11aba3; }
  .icons-success.active,.icons-success.focus,.icons-success:active,.icons-success:focus,.icons-success:hover,.open>.icons-success.dropdown-toggle {
    color: #fff;
    background-color: #0c7d77;
    border-color: #0b736e; }
  .icons-success.active,.icons-success:active,.open>.icons-success.dropdown-toggle {
    background-image: none; }
  .icons-success.disabled,.icons-success.disabled.active,.icons-success.disabled.focus,.icons-success.disabled:active,.icons-success.disabled:focus,.icons-success.disabled:hover,.icons-success[disabled],.icons-success[disabled].active,.icons-success[disabled].focus,.icons-success[disabled]:active,.icons-success[disabled]:focus,.icons-success[disabled]:hover,fieldset[disabled] .icons-success,fieldset[disabled] .icons-success.active,fieldset[disabled] .icons-success.focus,fieldset[disabled] .icons-success:active,fieldset[disabled] .icons-success:focus,fieldset[disabled] .icons-success:hover {
    background-color: #11aba3;
    border-color: #11aba3; }
  .icons-success .badge {
    color: #11aba3;
    background-color: #fff; }

.icons-info {
  color: #fff;
  background-color: #1ab2e8;
  border-color: #15a1d3; }
  .icons-info.active,.icons-info.focus,.icons-info:active,.icons-info:focus,.icons-info:hover,.open>.icons-info.dropdown-toggle {
    color: #fff;
    background-color: #1390bc;
    border-color: #10779c; }
  .icons-info.active,.icons-info:active,.open>.icons-info.dropdown-toggle {
    background-image: none; }
  .icons-info.disabled,.icons-info.disabled.active,.icons-info.disabled.focus,.icons-info.disabled:active,.icons-info.disabled:focus,.icons-info.disabled:hover,.icons-info[disabled],.icons-info[disabled].active,.icons-info[disabled].focus,.icons-info[disabled]:active,.icons-info[disabled]:focus,.icons-info[disabled]:hover,fieldset[disabled] .icons-info,fieldset[disabled] .icons-info.active,fieldset[disabled] .icons-info.focus,fieldset[disabled] .icons-info:active,fieldset[disabled] .icons-info:focus,fieldset[disabled] .icons-info:hover {
    background-color: #1ab2e8;
    border-color: #15a1d3; }
  .icons-info .badge {
    color: #1ab2e8;
    background-color: #fff; }

.icons-warning {
  color: #fff;
  background-color: #fcd002;
  border-color: #e3bb02; }
  .icons-warning.active,.icons-warning.focus,.icons-warning:active,.icons-warning:focus,.icons-warning:hover,.open>.icons-warning.dropdown-toggle {
    color: #fff;
    background-color: #c9a602;
    border-color: #a68901; }
  .icons-warning.active,.icons-warning:active,.open>.icons-warning.dropdown-toggle {
    background-image: none; }
  .icons-warning.disabled,.icons-warning.disabled.active,.icons-warning.disabled.focus,.icons-warning.disabled:active,.icons-warning.disabled:focus,.icons-warning.disabled:hover,.icons-warning[disabled],.icons-warning[disabled].active,.icons-warning[disabled].focus,.icons-warning[disabled]:active,.icons-warning[disabled]:focus,.icons-warning[disabled]:hover,fieldset[disabled] .icons-warning,fieldset[disabled] .icons-warning.active,fieldset[disabled] .icons-warning.focus,fieldset[disabled] .icons-warning:active,fieldset[disabled] .icons-warning:focus,fieldset[disabled] .icons-warning:hover {
    background-color: #fcd002;
    border-color: #e3bb02; }
  .icons-warning .badge {
    color: #fcd002;
    background-color: #fff; }

.icons-danger {
  color: #fff;
  background-color: #e51717;
  border-color: #ce1515; }
  .icons-danger.active,.icons-danger.focus,.icons-danger:active,.icons-danger:focus,.icons-danger:hover,.open>.icons-danger.dropdown-toggle {
    color: #fff;
    background-color: #b71212;
    border-color: #960f0f; }
  .icons-danger.active,.icons-danger:active,.open>.icons-danger.dropdown-toggle {
    background-image: none; }
  .icons-danger.disabled,.icons-danger.disabled.active,.icons-danger.disabled.focus,.icons-danger.disabled:active,.icons-danger.disabled:focus,.icons-danger.disabled:hover,.icons-danger[disabled],.icons-danger[disabled].active,.icons-danger[disabled].focus,.icons-danger[disabled]:active,.icons-danger[disabled]:focus,.icons-danger[disabled]:hover,fieldset[disabled] .icons-danger,fieldset[disabled] .icons-danger.active,fieldset[disabled] .icons-danger.focus,fieldset[disabled] .icons-danger:active,fieldset[disabled] .icons-danger:focus,fieldset[disabled] .icons-danger:hover {
    background-color: #e51717;
    border-color: #ce1515; }
  .icons-danger .badge {
    color: #e51717;
    background-color: #fff; }

.icons-color {
  background-color: #1ab2e8;
  color: #fff; }
  .icons-color:hover {
    background-color: #159ccc;
    color: #fff; }
  .icons-color.icon-twitter {
    background-color: #00bdec; }
    .icons-color.icon-twitter:hover {
      background-color: #00a2cb; }
  .icons-color.icon-facebook {
    background-color: #3b5998; }
    .icons-color.icon-facebook:hover {
      background-color: #324b80; }
  .icons-color.icon-linkedin {
    background-color: #ce3d99; }
    .icons-color.icon-linkedin:hover {
      background-color: #bb2f88; }
  .icons-color.icon-files-o {
    background-color: #ccca3e; }
    .icons-color.icon-files-o:hover {
      background-color: #b8b631; }
  .icons-color.icon-google-plus {
    background-color: #ce3d3d; }
    .icons-color.icon-google-plus:hover {
      background-color: #bb2f2f; }
  .icons-color.icon-dribbble {
    background-color: #3ebacc; }
    .icons-color.icon-dribbble:hover {
      background-color: #31a7b8; }
  .icons-color.icon-behance {
    background-color: #d2230c; }
    .icons-color.icon-behance:hover {
      background-color: #b31e0a; }
  .icons-color.icon-deviantart {
    background-color: #cc3eb3; }
    .icons-color.icon-deviantart:hover {
      background-color: #b831a0; }
  .icons-color.icon-tumblr {
    background-color: #c5fb45; }
    .icons-color.icon-tumblr:hover {
      background-color: #bbfa25; }
  .icons-color.icon-rss {
    background-color: #cc873e; }
    .icons-color.icon-rss:hover {
      background-color: #b87631; }
  .icons-color.icon-apple {
    background-color: #3ecc6d; }
    .icons-color.icon-apple:hover {
      background-color: #31b85e; }
  .icons-color.icon-linux {
    background-color: #5c3ecc; }
    .icons-color.icon-linux:hover {
      background-color: #4d31b8; }
  .icons-color.icon-vk {
    background-color: #f7cc06; }
    .icons-color.icon-vk:hover {
      background-color: #d7b105; }
  .icons-color.icon-github {
    background-color: #f9af50; }
    .icons-color.icon-github:hover {
      background-color: #f8a030; }
  .icons-color.icon-html5 {
    background-color: #f95060; }
    .icons-color.icon-html5:hover {
      background-color: #f83043; }
  .icons-color.icon-yahoo {
    background-color: #f950b7; }
    .icons-color.icon-yahoo:hover {
      background-color: #f830aa; }
  .icons-color.icon-youtube {
    background-color: #fc2736; }
    .icons-color.icon-youtube:hover {
      background-color: #fc0618; }
  .icons-color.icon-flickr {
    background-color: #276dfc; }
    .icons-color.icon-flickr:hover {
      background-color: #0657fc; }

/* --- SCSS For Table --- */
.table {
  margin-bottom: 0;
  font-size: 16px; }

.table>thead>tr>th {
  border-width: 1px;
  color: #444;
  font-weight: 600; }

.table>tbody>tr>td {
  color: #666;
  vertical-align: middle; }

.table>tbody>tr>td,.table>tfoot>tr>td,.table>thead>tr>td {
  border-top: medium none; }

.table-v1 {
  border: 1px solid #e6e6e6; }
  .table-v1>tbody>tr>th,.table-v1>tbody>tr td,.table-v1>tfoot>tr>th,.table-v1>tfoot>tr td,.table-v1>thead>tr>th,.table-v1>thead>tr td {
    text-align: center; }

.table-v2 {
  border: 1px solid #e6e6e6; }
  .table-v2>th,.table-v2>thead {
    border-bottom: 2px solid #e6e6e6;
    background: #f8f8f8; }
  .table-v2>tbody>tr>th,.table-v2>tbody>tr td,.table-v2>tfoot>tr>th,.table-v2>tfoot>tr td {
    border: 1px solid #e6e6e6; }

.table-v3 {
  border: 0; }
  .table-v3>th,.table-v3>thead {
    border: 0;
    background: #f8f8f8; }
  .table-v3>tbody>tr>th,.table-v3>tbody>tr td,.table-v3>tfoot>tr>th,.table-v3>tfoot>tr td {
    border: 0; }
  .table-v3>tbody tr:nth-child(2n),.table-v3>tfoot tr:nth-child(2n) {
    background: #f9f9f9; }
  .table-v3>tbody tr:nth-child(odd),.table-v3>tfoot tr:nth-child(odd) {
    background: #fff; }

.table-v4>th,.table-v4>thead {
  border-bottom: 2px solid #e6e6e6; }

.table-v4>tbody>tr>th,.table-v4>tbody>tr td,.table-v4>tfoot>tr>th,.table-v4>tfoot>tr td {
  border-top: 1px solid #e6e6e6; }

.table-striped.table-striped-v1 thead {
  background: none repeat scroll 0 0 #ddd; }

.table-striped.table-striped-v1>thead>tr>th {
  border-bottom: medium none; }

.table-striped.table-striped-v1>tbody>tr:nth-child(odd)>td,.table-striped.table-striped-v1>tbody>tr:nth-child(odd)>th {
  background: inherit; }

.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; }

.table-striped.table-striped-v2 {
  border: 1px solid #ddd; }

.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,.table-striped.table-striped-v2>thead>tr>th,.table-striped.table-striped-v2>thead>tr td {
  border-top: 1px solid #ddd; }

.table-striped.table-striped-v2>tbody>tr:nth-child(odd)>td,.table-striped.table-striped-v2>tbody>tr:nth-child(odd)>th {
  background: inherit; }

/* --- SCSS For Tabs --- */
/* tabs style 1 */
.tab-v1 .nav-tabs {
  border-bottom: none; }
  .tab-v1 .nav-tabs>li>a {
    color: #bbb;
    border: none;
    border-radius: 0;
    padding: 10px 12px;
    background: transparent; }
  .tab-v1 .nav-tabs>li.active>a {
    color: #000;
    border: none;
    background: transparent; }

.tab-v1 .tab-content {
  padding: 15px 20px;
  background: transparent; }

/* tabs style 2 */
.tab-v2 .nav-inner {
  text-align: center; }

.tab-v2 .tab-content {
  overflow: hidden;
  padding: 15px 20px;
  background: transparent; }

.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; }
  .tab-v2 .nav-tabs>li {
    float: left; }
    .rtl .tab-v2 .nav-tabs>li {
      float: right; }
    .tab-v2 .nav-tabs>li>a {
      color: #bbb;
      min-width: 75px;
      border-radius: 0;
      margin: 0 0 2px;
      padding: 10px 12px;
      background: transparent;
      border-right: none; }
      .rtl .tab-v2 .nav-tabs>li>a {
        border-left: none;
        border-right: inherit; }
      .tab-v2 .nav-tabs>li>a:hover {
        color: #000; }
    .tab-v2 .nav-tabs>li:last-child a {
      border-right: 1px solid #e6e6e6; }
      .rtl .tab-v2 .nav-tabs>li:last-child a {
        border-left: 1px solid #e6e6e6;
        border-right: inherit; }
    .tab-v2 .nav-tabs>li.active>a {
      color: #000;
      border: 1px solid #e6e6e6;
      background: transparent;
      border-right: none; }
      .rtl .tab-v2 .nav-tabs>li.active>a {
        border-left: none;
        border-right: inherit; }

.tab-v2.tabs-left .nav-tabs {
  float: left; }

.tab-v2.tabs-right .nav-tabs {
  float: right; }

/*Tab v3
------------------------------------*/
/*Tab v4
------------------------------------*/
.tab-v4 .nav-tabs {
  border-bottom: none; }
  .tab-v4 .nav-tabs>li>a {
    color: #bbb;
    border: none;
    border-radius: 0;
    padding: 10px 12px;
    background: transparent; }
  .tab-v4 .nav-tabs>li.active>a {
    color: #000;
    border: none;
    background: transparent; }

.tab-v4 .tab-content {
  padding: 15px 20px; }

/*Tab v5
------------------------------------*/
.tab-v5 {
  border: 1px solid #e6e6e6;
  padding: 25px 0; }
  .tab-v5 .nav-tabs {
    border-bottom: none;
    padding: 0 30px; }
    .tab-v5 .nav-tabs>li {
      margin: 0 0 0 30px; }
      .tab-v5 .nav-tabs>li:first-child {
        margin: 0; }
      .tab-v5 .nav-tabs>li>a {
        color: #000;
        border: none;
        border-radius: 0;
        background: none;
        padding: 0 0 5px;
        font-size: 14px;
        font-family: Ubuntu,sans-serif;
        color: #999;
        position: relative; }
        .tab-v5 .nav-tabs>li>a:after {
          content: "";
          height: 1px;
          width: 100%;
          background-color: #2966b9;
          position: absolute;
          left: 0;
          bottom: 0;
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          /* IE 5-7 */
          filter: alpha(opacity=0);
          /* Netscape */
          -moz-opacity: 0;
          /* Safari 1.x */
          -khtml-opacity: 0;
          /* Good browsers */
          opacity: 0; }
      .tab-v5 .nav-tabs>li.active>a {
        color: #222;
        border: none;
        background: #fff; }
        .tab-v5 .nav-tabs>li.active>a:after {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          /* IE 5-7 */
          filter: alpha(opacity=100);
          /* Netscape */
          -moz-opacity: 1;
          /* Safari 1.x */
          -khtml-opacity: 1;
          /* Good browsers */
          opacity: 1; }
  .tab-v5>.tab-content {
    padding: 25px 30px 15px; }

/*Tab v6
------------------------------------*/
.tab-v6 .tab-heading {
  overflow: hidden;
  background: #fff;
  padding: 10px 20px;
  border-top: 2px solid #000;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }

.tab-v6 h2.category {
  margin: 0;
  float: left;
  text-transform: uppercase; }

.tab-v6 .nav-tabs {
  float: right;
  border-bottom: none; }
  .tab-v6 .nav-tabs>li>a {
    color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 12px; }
  .tab-v6 .nav-tabs>li.active>a {
    color: red;
    color: #222; }
    .tab-v6 .nav-tabs>li.active>a:focus,.tab-v6 .nav-tabs>li.active>a:hover {
      border: none;
      color: red; }
  .tab-v6 .nav-tabs>li>a:hover {
    background: inherit; }

.tab-v6 .tab-content {
  padding: 15px 20px;
  border: 1px solid #e6e6e6; }

.tab-v8 .nav-inner {
  text-align: center; }

.tab-v8 .nav-tabs {
  display: inline-block;
  border-bottom: 1px solid #ccc; }
  .tab-v8 .nav-tabs li a {
    border: none;
    background: transparent; }
    .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; }
  .tab-v8 .nav-tabs li.active,.tab-v8 .nav-tabs li.ui-state-active,.tab-v8 .nav-tabs li:focus,.tab-v8 .nav-tabs li:hover {
    background: transparent;
    border-top: none;
    border-bottom: 2px solid transparent; }

/* --- SCSS For Team --- */
/* our team */
[class*=team-v] {
  text-align: center; }
  [class*=team-v] [class^=bo-social-] {
    margin: 0; }
  [class*=team-v] .team-name {
    font-size: 14px;
    margin: 0 0 10px; }
  [class*=team-v].team-v1 {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd; }
    [class*=team-v].team-v1 .team-body {
      padding: 20px 0;
      background: #fff;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all .5s ease 0s;
      -o-transition: all .5s ease 0s;
      transition: all .5s ease 0s; }
    [class*=team-v].team-v1 .team-header img {
      display: inline-block; }
    [class*=team-v].team-v1 .team-info {
      visibility: hidden;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #fff;
      margin: 0;
      padding: 20px;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* IE 5-7 */
      filter: alpha(opacity=0);
      /* Netscape */
      -moz-opacity: 0;
      /* Safari 1.x */
      -khtml-opacity: 0;
      /* Good browsers */
      opacity: 0;
      -webkit-transition: all .5s ease 0s;
      -o-transition: all .5s ease 0s;
      transition: all .5s ease 0s; }
    [class*=team-v].team-v1:hover {
      border-bottom: 2px solid #2966b9; }
      [class*=team-v].team-v1:hover .team-body {
        -webkit-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
        -o-transform: translateY(-90%);
        transform: translateY(-90%); }
      [class*=team-v].team-v1:hover .team-info {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: visible; }
  [class*=team-v].team-light {
    background: #000;
    border: 3px solid #000; }
    [class*=team-v].team-light .team-header {
      padding: 50px; }
    [class*=team-v].team-light .team-body {
      color: #fff;
      padding: 0; }
    [class*=team-v].team-light .team-name {
      margin-top: 0; }
    [class*=team-v].team-light .team-body-content {
      padding-bottom: 20px; }
    [class*=team-v].team-light .team-social-icons {
      padding: 20px 0;
      border-top: 1px solid #000; }

.team-list {
  margin-bottom: 50px; }
  .team-list .team-name {
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
    padding: 0 0 20px;
    position: relative; }
    .team-list .team-name:after {
      bottom: 0;
      left: 0;
      content: "";
      background: #2966b9;
      width: 30px;
      height: 2px;
      position: absolute; }
  .team-list .team-position {
    text-transform: uppercase;
    color: #2966b9;
    font-weight: 800;
    margin-bottom: 25px; }
  .team-list .team-info {
    margin-bottom: 15px; }
  .team-list .bo-social-icons {
    text-align: left; }
    .team-list .bo-social-icons [class*=bo-social-] {
      margin: 0; }

.team-gallery {
  background: #fff; }
  .team-gallery .team-header {
    position: relative;
    text-align: center; }
    .team-gallery .team-header:before {
      top: 0;
      left: 0;
      content: "";
      position: absolute;
      visibility: hidden;
      width: 100%;
      height: 100%;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* IE 5-7 */
      filter: alpha(opacity=0);
      /* Netscape */
      -moz-opacity: 0;
      /* Safari 1.x */
      -khtml-opacity: 0;
      /* Good browsers */
      opacity: 0;
      -webkit-transition: all .5s ease 0s;
      -o-transition: all .5s ease 0s;
      transition: all .5s ease 0s;
      background: rgba(41,102,185,.5); }
  .team-gallery .team-name {
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase; }
  .team-gallery .team-gallery-box {
    top: 0;
    left: 0;
    width: 80%;
    right: 0;
    height: 50%;
    bottom: 0;
    margin: auto;
    position: absolute;
    visibility: hidden;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; }
  .team-gallery .team-info {
    color: #fff; }
  .team-gallery .team-position {
    color: #999;
    margin-bottom: 0; }
  .team-gallery .team-body-content {
    padding: 30px;
    position: relative; }
    .team-gallery .team-body-content:before {
      content: "";
      right: 0;
      width: 1px;
      height: 50px;
      position: absolute;
      background: #2966b9; }
  .team-gallery .bo-social-white {
    border-color: #fff;
    color: #fff;
    background: none; }
  .team-gallery:hover .team-gallery-box,.team-gallery:hover .team-header:before {
    visibility: visible;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }

.team-hover {
  background: #fff;
  border: none; }
  .team-hover .team-header {
    position: relative;
    text-align: center; }
    .team-hover .team-header:before {
      top: 0;
      left: 0;
      content: "";
      position: absolute;
      visibility: hidden;
      width: 100%;
      height: 100%;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* IE 5-7 */
      filter: alpha(opacity=0);
      /* Netscape */
      -moz-opacity: 0;
      /* Safari 1.x */
      -khtml-opacity: 0;
      /* Good browsers */
      opacity: 0;
      -webkit-transition: all .5s ease 0s;
      -o-transition: all .5s ease 0s;
      transition: all .5s ease 0s;
      background: rgba(41,102,185,.5); }
  .team-hover .team-name {
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase; }
  .team-hover .team-gallery-box {
    width: 100%;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
    color: #fff; }
  .team-hover .team-info {
    color: #fff; }
  .team-hover .team-position {
    color: #999;
    margin-bottom: 0; }
  .team-hover .team-body-content {
    padding: 20px;
    position: relative;
    text-align: center; }
    .team-hover .team-body-content:before {
      content: none; }
    .team-hover .team-body-content>* {
      text-align: center; }
    .team-hover .team-body-content .team-name {
      margin-bottom: 5px; }
  .team-hover .bo-social-white {
    border-color: #fff;
    color: #fff;
    background: none; }
  .team-hover:hover .team-gallery-box,.team-hover:hover .team-header:before {
    visibility: visible;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }

/* --- SCSS For Testimonials --- */
[class*=testimonials-v] h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase; }

[class*=testimonials-v] .testimonials-profile {
  margin: 10px 0; }
  [class*=testimonials-v] .testimonials-profile .name {
    margin: 5px 0; }
  [class*=testimonials-v] .testimonials-profile .job {
    font-size: 13px;
    font-style: italic; }

[class*=testimonials-v] .testimonials-quote {
  font-size: 20px;
  font-style: italic;
  font-weight: 300; }
  [class*=testimonials-v].light-style,[class*=testimonials-v].light-style .job,[class*=testimonials-v].light-style .name,[class*=testimonials-v].light-style .testimonials-quote,[class*=testimonials-v].light-style h2 {
    color: #fff; }

.wpo-testimonial.icon-testimonial .testimonials-description {
  position: relative;
  color: #000; }

.wpo-testimonial.icon-testimonial .testimonials-avatar .radius-x {
  border: none !important; }

.testimonials-avatar .radius-x {
  overflow: hidden;
  display: inline-block; }

.testimonials-left .testimonials-profile {
  text-align: left; }
  .rtl .testimonials-left .testimonials-profile {
    text-align: right; }

.testimonials-left .testimonials-avatar {
  float: left;
  width: 60px;
  height: auto;
  margin-right: 15px; }
  .rtl .testimonials-left .testimonials-avatar {
    float: right;
    margin-left: 15px;
    margin-right: inherit; }

.testimonials-center .testimonials-profile {
  text-align: center; }

.testimonials-center .testimonials-avatar {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
  height: auto; }

.testimonials-right .testimonials-profile {
  text-align: right; }
  .rtl .testimonials-right .testimonials-profile {
    text-align: left; }

.testimonials-right .testimonials-avatar {
  float: right;
  margin-left: 15px;
  width: 60px;
  height: auto; }
  .rtl .testimonials-right .testimonials-avatar {
    float: left;
    margin-right: 15px;
    margin-left: inherit; }

/* testimonials-style */
.testimonials-v1 .testimonials-quote {
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 15px;
  position: relative; }
  .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; }
    .rtl .testimonials-v1 .testimonials-quote:after {
      margin-right: -15px;
      margin-left: inherit; }

.testimonials-v1 .testimonials-left .testimonials-quote:after {
  left: 30px; }
  .rtl .testimonials-v1 .testimonials-left .testimonials-quote:after {
    right: 30px;
    left: auto; }

.testimonials-v1 .testimonials-center .testimonials-quote:after {
  left: 50%; }
  .rtl .testimonials-v1 .testimonials-center .testimonials-quote:after {
    right: 50%;
    left: auto; }

.testimonials-v1 .testimonials-right .testimonials-quote:after {
  right: 20px; }
  .rtl .testimonials-v1 .testimonials-right .testimonials-quote:after {
    left: 20px;
    right: auto; }

.testimonials-v1.light-style .testimonials-quote {
  color: #555; }

/* testimonials-v2 */
.testimonials-v2.testimonials h2 {
  text-align: center;
  text-transform: uppercase; }

.testimonials-v2 .testimonials-avatar {
  float: left;
  margin-right: 15px;
  width: 120px;
  height: auto; }
  .rtl .testimonials-v2 .testimonials-avatar {
    float: right;
    margin-left: 15px;
    margin-right: inherit; }

/* testimonials slide */
.testimonials-slide .testimonials-quote {
  font-weight: 300;
  font-size: 14px;
  color: #000; }

.testimonials-slide .name {
  text-transform: uppercase;
  font-weight: 700;
  color: #2966b9; }
  .testimonials-slide.light-style,.testimonials-slide.light-style .job,.testimonials-slide.light-style .name,.testimonials-slide.light-style .testimonials-quote,.testimonials-slide.light-style h2 {
    color: #fff; }

.testimonials-carousel .carousel-indicators {
  bottom: -50px; }

.testimonials-v4 {
  position: relative;
  padding: 30px 30px 30px 60px;
  border: 1px solid #e6e6e6;
  text-align: left; }
  .testimonials-v4 .testimonials-description {
    font-size: 20px;
    font-weight: 300;
    font-style: italic; }
  .testimonials-v4 .testimonials-avatar {
    top: 30px;
    left: -39px;
    background: #fff;
    position: absolute;
    width: 78px;
    height: 78px;
    border: 1px solid #2966b9; }
    .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%; }
  .testimonials-v4 .testimonials-name {
    text-transform: uppercase;
    padding: 0 0 0 30px;
    position: relative; }
    .testimonials-v4 .testimonials-name:before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      background: #2966b9;
      width: 23px;
      height: 1px; }
  .testimonials-v4 .testimonials-name,.testimonials-v4 .testimonials-position {
    padding: 0 0 0 30px; }
  .testimonials-v4:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #2966b9;
    position: absolute;
    top: -1px;
    left: -1px; }

.testimonials-v5 {
  display: table;
  text-align: center;
  width: 70%;
  margin: 0 auto; }
  .testimonials-v5 .testimonials-body {
    display: table-cell;
    background: #fff;
    padding: 30px 60px;
    text-align: left;
    position: relative;
    width: 93%;
    vertical-align: middle; }
    .testimonials-v5 .testimonials-body:before {
      top: 0;
      left: 0;
      content: "";
      position: absolute;
      background: #2966b9;
      width: 3px;
      height: 100%; }
  .testimonials-v5 .testimonials-avatar {
    display: table-cell;
    vertical-align: top;
    width: 7%; }
    .testimonials-v5 .testimonials-avatar li:last-child img {
      margin-bottom: 0; }
    .testimonials-v5 .testimonials-avatar li.active a:before {
      display: none; }
    .testimonials-v5 .testimonials-avatar a {
      display: block;
      position: relative; }
      .testimonials-v5 .testimonials-avatar a:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5); }
    .testimonials-v5 .testimonials-avatar img {
      margin: 0 0 4px 4px; }
  .testimonials-v5 .testimonials-position {
    padding: 0 0 0 30px; }
  .testimonials-v5 .testimonials-name {
    text-transform: uppercase;
    padding: 0 0 0 30px;
    position: relative; }
    .testimonials-v5 .testimonials-name:before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      background: #2966b9;
      width: 23px;
      height: 1px; }
  .testimonials-v5 .testimonials-description {
    color: #999;
    font-style: italic;
    font-size: 14px;
    font-weight: 300; }

.testimonials-v6 {
  text-align: center; }
  .testimonials-v6 .testimonials-description {
    font-size: 28px;
    font-weight: 300;
    padding: 0 10%;
    line-height: 40px; }
    @media (max-width: 991px) {
      .testimonials-v6 .testimonials-description {
        padding: 0; } }
  .testimonials-v6 .testimonials-avatar {
    margin-top: 30px;
    margin-bottom: 20px; }
    .testimonials-v6 .testimonials-avatar .radius-x {
      border: 2px solid #2966b9; }
    .testimonials-v6 .testimonials-avatar li a {
      display: inline-block;
      border: 1px solid #2966b9;
      padding: 3px; }
  .testimonials-v6 .testimonials-name {
    font-size: 15px; }
  .testimonials-v6 .testimonials-position p {
    text-transform: uppercase;
    font-size: 10px; }

/* --- SCSS For Timeline --- */
.timeline {
  padding: 40px 0;
  overflow: hidden;
  position: relative; }
  .timeline-right {
    margin-left: 42%; }
  .timeline-left {
    margin-right: 40%; }
  .timeline-icon-box {
    width: 30%;
    float: left;
    padding: 30px 26px; }
  .timeline:before {
    position: absolute;
    background: #e6e6e6;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    content: "";
    width: 2px;
    height: 100%; }
  .timeline [class*=timeline-]:hover .timeline-icon-inner {
    background: #000; }
  .timeline-icon {
    padding: 8px;
    z-index: 1;
    position: relative;
    background: #fff;
    color: #fff;
    width: 140px;
    height: 140px;
    border: 2px solid #e6e6e6; }
    .timeline-icon-inner {
      margin: auto;
      display: table;
      text-align: center;
      background: #2966b9;
      width: 120px;
      height: 120px;
      -webkit-transition: all .5s ease 0s;
      -o-transition: all .5s ease 0s;
      transition: all .5s ease 0s; }
    .timeline-icon i {
      display: table-cell;
      vertical-align: middle; }
  .timeline-box {
    float: left;
    width: 70%;
    padding: 30px;
    background: transparent;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; }
    .timeline-box:hover {
      background: #f7f7f7; }

/* --- SCSS For Typography --- */
.dropcap,.timeline-name {
    text-transform: uppercase; }
.dropcap {
  color: #000;
  float: left;
  font-weight: 800;
  line-height: 58px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  text-align: center;
  font-size: 48px; }
  .dropcap.dropcap-v2 {
    color: #fff;
    background: #333; }
  .dropcap.dropcap-info {
    background: #1ab2e8; }
  .dropcap.dropcap-danger {
    background: #e51717; }
  .dropcap.dropcap-success {
    background: #2966b9; }
  .dropcap.dropcap-warning {
    background: #fcd002; }

/*Dropcap v2*/
.blockquote {
  position: relative;
  font-weight: 300;
  font-style: italic; }
  .blockquote p:last-child {
    margin-bottom: 0; }
  .blockquote i.blockquote-icon {
    top: 50%;
    color: #fff;
    width: 34px;
    height: 34px;
    padding: 7px;
    font-size: 14px;
    line-height: 22px;
    margin-top: -15px;
    text-align: center;
    position: absolute;
    background: #333;
    display: inline-block; }
  .blockquote.blockquote-left i {
    left: 17px;
    margin-right: 10px; }
  .blockquote.blockquote-right {
    border-left: none;
    padding-left: 30px;
    padding-right: 20px; }
    .blockquote.blockquote-right i {
      right: 17px;
      margin-left: 10px; }
    .blockquote.blockquote-right .blockquote-in {
      margin-right: 45px; }
  .blockquote.blockquote-brd {
    padding: 15px;
    border: 1px solid #ddd; }
    .blockquote.blockquote-brd i {
      color: #000;
      top: 30px;
      left: 25px;
      position: absolute; }
    .blockquote.blockquote-brd .blockquote-in {
      margin-left: 45px; }
  .blockquote.blockquote-info {
    border-left-color: #1ab2e8; }
  .blockquote.blockquote-danger {
    border-left-color: #e51717; }
  .blockquote.blockquote-success {
    border-left-color: #2966b9; }
  .blockquote.blockquote-warning {
    border-left-color: #fcd002; }
  .blockquote.border {
    border: 1px solid #ddd; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
.owl-carousel-play {
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  .owl-carousel-play .owl-carousel {
    background: transparent; }
  .owl-carousel-play .owl-item {
    padding-left: 15px;
    padding-right: 15px; }
  .owl-carousel-play .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */ }
  .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: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791; }
  .owl-carousel-play .owl-theme .owl-controls.clickable .owl-page:hover span,.owl-carousel-play .owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    background: #2966b9; }

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

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translateZ(0); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-buttons div,.owl-controls .owl-page {
  cursor: pointer; }

.owl-controls .owl-buttons div {
  position: absolute; }

.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 50%; }

.owl-carousel-play .carousel-control {
  display: none; }

.owl-carousel-play:hover .carousel-control {
  display: block; }

.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 50%; }

.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 */
.grabbing {
  cursor: url(grabbing.png) 8 8,move; }

/* fix */
.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0); }

/* OpenCart Code */
.owl-carousel {
  margin: 0;
  background: #fff;
  direction: ltr !important;
  overflow: hidden; }

.owl-carousel .owl-buttons div {
  opacity: 0;
  color: rgba(0,0,0,.8);
  text-shadow: 1px 1px 0 hsla(0,0%,100%,.3);
  text-transform: capitalize;
  transition: all .3s ease; }

.owl-carousel:hover .owl-buttons div {
  opacity: 0; }

.owl-carousel .owl-buttons div i {
  font-size: 40px;
  margin: -20px 0 0; }

.owl-carousel .owl-buttons .owl-prev {
  left: -50px; }

.owl-carousel .owl-buttons .owl-next {
  right: -50px; }

.owl-carousel:hover .owl-buttons .owl-prev {
  left: 10px; }

.owl-carousel:hover .owl-buttons .owl-next {
  right: 10px; }

.owl-pagination {
  text-align: center;
  top: 0;
  position: relative; }

.owl-controls .owl-page {
  display: inline-block;
  margin: 0 6px; }

.owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(0,0,0,.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0,0,0,.3); }

.owl-controls .owl-page.active span {
  background: rgba(0,0,0,.9); }

/* 
 *  Core Flexslider CSS File
 *  v1.0.0
 */
.wpb_wrapper .flexslider {
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
  border: none;
  max-height: 595px;
  overflow: hidden; }
  .wpb_wrapper .flexslider .slides>li {
    position: relative; }
    .wpb_wrapper .flexslider .slides>li>a {
      display: block; }
    .wpb_wrapper .flexslider .slides>li .flex-caption {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 0 50% 30px 50px;
      background: url(../images/bg/flex-caption-bg.png) repeat-x 0 bottom;
      font-weight: 300;
      font-size: 13px;
      color: #fff; }
      .wpb_wrapper .flexslider .slides>li .flex-caption .post-title {
        font-size: 30px;
        font-weight: 900;
        font-family: Merriweather,serif;
        line-height: 1.35; }
        .wpb_wrapper .flexslider .slides>li .flex-caption .post-title a {
          color: #fff; }
          .wpb_wrapper .flexslider .slides>li .flex-caption .post-title a:hover {
            color: #2966b9; }
  .wpb_wrapper .flexslider .flex-control-nav {
    display: none; }
  .wpb_wrapper .flexslider .flex-direction-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
    overflow: hidden; }
    .wpb_wrapper .flexslider .flex-direction-nav li {
      float: left;
      margin: 0 0 0 1px; }
    .wpb_wrapper .flexslider .flex-direction-nav a {
      position: static;
      width: 38px;
      height: 38px;
      color: #181818;
      text-align: center;
      line-height: 38px;
      background-color: #181818;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Good browsers */
      opacity: 1;
      font-size: 16px;
      margin: 0;
      text-shadow: none;
      border-radius: 3px; }
      .wpb_wrapper .flexslider .flex-direction-nav a:before {
        font-size: 14px;
        color: #fff; }
      .wpb_wrapper .flexslider .flex-direction-nav a.flex-prev:before {
        content: "\f104"; }
      .wpb_wrapper .flexslider .flex-direction-nav a.flex-next:before {
        content: "\f105"; }
      .wpb_wrapper .flexslider .flex-direction-nav a:hover:before {
        color: #2966b9; }

.wpo-contact-info {
  color: #aaa; }
  .wpo-contact-info a {
    color: #fff; }
    .wpo-contact-info a:hover {
      color: #2966b9; }

/* Socials Link */
.socials-link {
  margin: 0;
  padding: 0; }
  .socials-link li {
    list-style: none;
    float: left;
    margin: 0 0 0 20px;
    font-size: 14px; }
    .socials-link li:first-child {
      margin: 0; }
    .socials-link li a {
      color: #b1b1b1; }
      .socials-link li a:hover {
        color: #2966b9; }

.vc_empty_space {
  border-bottom: 1px solid hsla(0,0%,100%,.1); }

/* 4. Layout */
/*------------------------------------*\ 
    Topbar
\*------------------------------------*/
.wpo-topbar {
  background-color: #222e39;
  font-size: 12px; }
  .wpo-topbar a {
    color: #666;
    font-weight: 300;
    display: block;
    line-height: 46px; }
    .wpo-topbar a:hover {
      color: #fff; }
    .wpo-topbar a i {
      font-size: 11px;
      margin-right: 5px;
      color: #999; }
      .rtl .wpo-topbar a i {
        margin-left: 5px;
        margin-right: inherit; }
  .wpo-topbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 -5px; }
    .wpo-topbar ul li {
      display: inline-block;
      margin: 0 5px; }
  .wpo-topbar .topbar-mobile {
    background: #222;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */
    line-height: 40px;
    color: #fff; }
    .wpo-topbar .topbar-mobile .cart-popup {
      min-width: 300px; }
      .wpo-topbar .topbar-mobile .cart-popup .title {
        font-size: 15px;
        text-transform: uppercase;
        margin: 0 0 20px; }
      .wpo-topbar .topbar-mobile .cart-popup .product_list_widget>li {
        position: relative; }
        .wpo-topbar .topbar-mobile .cart-popup .product_list_widget>li a.remove {
          position: absolute;
          top: 5px;
          right: -5px;
          line-height: 1; }
        .wpo-topbar .topbar-mobile .cart-popup .product_list_widget>li img.wp-post-image {
          max-width: 80px; }
        .wpo-topbar .topbar-mobile .cart-popup .product_list_widget>li a {
          font-weight: 400;
          font-size: 15px; }
      .wpo-topbar .topbar-mobile .cart-popup .btn {
        padding: 9px 10px !important; }
    .wpo-topbar .topbar-mobile ul.list-action>li {
      border-right: 1px solid hsla(0,0%,100%,.1);
      font-size: 20px; }
  .wpo-topbar.topbar-light {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 6px 0; }
    .wpo-topbar.topbar-light a {
      color: #000;
      text-transform: uppercase;
      font-size: 11px;
      font-family: Ubuntu,sans-serif;
      line-height: 28px; }
        .wpo-topbar.topbar-light a:hover,.wpo-topbar.topbar-light a:hover .fa {
          color: #2966b9; }
    .wpo-topbar.topbar-light ul {
      margin: 0 -10px; }
      .wpo-topbar.topbar-light ul li {
        margin: 0 10px; }
      .wpo-topbar.topbar-light ul.socials-link {
        margin: 0 -2px; }
        .wpo-topbar.topbar-light ul.socials-link li {
          margin: 0 2px; }
          .wpo-topbar.topbar-light ul.socials-link li a {
            background-color: #000;
            padding-left: 5px;
            width: 28px; }
            .wpo-topbar.topbar-light ul.socials-link li a i {
              color: #fff;
              font-size: 14px;
              margin: 0;
              line-height: 28px;
              display: block;
              height: 28px;
              background-color: #000;
              text-align: center;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
            .wpo-topbar.topbar-light ul.socials-link li a.facebook:hover {
              background-color: #3b5998; }
              .wpo-topbar.topbar-light ul.socials-link li a.facebook:hover i {
                background-color: #3b5998;
                color: #fff; }
            .wpo-topbar.topbar-light ul.socials-link li a.twitter:hover {
              background-color: #00bdec; }
              .wpo-topbar.topbar-light ul.socials-link li a.twitter:hover i {
                background-color: #00bdec;
                color: #fff; }
            .wpo-topbar.topbar-light ul.socials-link li a.google-plus:hover {
              background-color: #d94a39; }
              .wpo-topbar.topbar-light ul.socials-link li a.google-plus:hover i {
                background-color: #d94a39;
                color: #fff; }
            .wpo-topbar.topbar-light ul.socials-link li a.youtube:hover {
              background-color: #b8242a; }
              .wpo-topbar.topbar-light ul.socials-link li a.youtube:hover i {
                background-color: #b8242a;
                color: #fff; }
  .wpo-topbar.topbar-light-v1 {
    border-bottom: 1px solid #e6e6e6; }
    .wpo-topbar.topbar-light-v1 .topbar-inner {
      background: #fff; }
  .wpo-topbar.topbar-v2 {
    background-color: #34495e;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    color: #a5acb8; }
    .wpo-topbar.topbar-v2 a {
      color: #a5acb8;
      display: inline-block;
      margin-left: 10px; }
      .rtl .wpo-topbar.topbar-v2 a {
        margin-right: 10px;
        margin-left: inherit; }
      .wpo-topbar.topbar-v2 a:hover {
        color: #fff; }
      .wpo-topbar.topbar-v2 a i {
        color: #fff;
        font-size: 14px; }
    .wpo-topbar.topbar-v2 ul {
      margin: 0 -5px; }
      .wpo-topbar.topbar-v2 ul li {
        display: inline-block;
        margin: 0 5px; }
        .wpo-topbar.topbar-v2 ul li a {
          margin-left: 0; }
          .rtl .wpo-topbar.topbar-v2 ul li a {
            margin-right: 0;
            margin-left: inherit; }
      .wpo-topbar.topbar-v2 ul.top-contact-info {
        margin: 0 -15px; }
        .wpo-topbar.topbar-v2 ul.top-contact-info li {
          margin: 0 15px; }

/*------------------------------------*    Header
\*------------------------------------*/
.wpo-header {
  margin-bottom: 0;
  background: transparent;
  position: relative;
  z-index: 999; }
  .wpo-header .header-wrapper {
    padding-top: 0;
    padding-bottom: 0; }
  @media (max-width: 991px) {
    .wpo-header .logo {
      text-align: center; } }
  .wpo-header .header-top {
    padding: 15px 0; }
  .wpo-header .header-middle {
    background-color: #181818; }
  .wpo-header .header-bottom .row>div {
    overflow: hidden; }
  .wpo-header .header-bottom .social-box {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 11px 20px 10px;
    margin-left: -15px; }
    .wpo-header .header-bottom .social-box span {
      text-transform: uppercase;
      color: #000;
      font-size: 11px;
      font-family: Oswald,sans-serif;
      letter-spacing: 2px;
      line-height: 26px;
      display: inline-block; }
  .wpo-header .header-bottom .breaking-news {
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 15px 10px 20px;
    position: relative; }
    .wpo-header .header-bottom .breaking-news:after {
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      left: 100%;
      bottom: -1px;
      background-color: #e6e6e6; }
    .wpo-header .header-bottom .breaking-news div.pull-left {
      text-transform: uppercase;
      color: #e51717;
      font-size: 11px;
      font-family: Oswald,sans-serif;
      letter-spacing: 1px;
      line-height: 26px;
      display: inline-block;
      margin-right: 10px; }
    .wpo-header .header-bottom .breaking-news .breaking-news-inner {
      min-height: 27px;
      overflow: hidden; }
    .wpo-header .header-bottom .breaking-news .breaking-owl-carousel {
      position: static; }
      .wpo-header .header-bottom .breaking-news .breaking-owl-carousel .item {
        height: 27px;
        overflow: hidden; }
        .wpo-header .header-bottom .breaking-news .breaking-owl-carousel .item a {
          display: inline-block;
          line-height: 27px;
          font-size: 12px; }
          .wpo-header .header-bottom .breaking-news .breaking-owl-carousel .item a:hover {
            color: #2966b9; }
      .wpo-header .header-bottom .breaking-news .breaking-owl-carousel .owl-controls .owl-buttons {
        position: absolute;
        right: 15px;
        top: 0; }
        .wpo-header .header-bottom .breaking-news .breaking-owl-carousel .owl-controls .owl-buttons div {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          /* IE 5-7 */
          filter: alpha(opacity=100);
          /* Netscape */
          -moz-opacity: 1;
          /* Safari 1.x */
          -khtml-opacity: 1;
          /* Good browsers */
          opacity: 1;
          text-shadow: none !important;
          -moz-text-shadow: none !important;
          -webkit-text-shadow: none !important;
          color: #fff;
          width: 27px;
          height: 27px;
          text-align: center;
          line-height: 27px;
          position: static;
          background-color: #181818;
          border-radius: 3px;
          display: inline-block;
          margin-left: 1px;
          font-size: 14px; }
          .wpo-header .header-bottom .breaking-news .breaking-owl-carousel .owl-controls .owl-buttons div:hover {
            background-color: #2966b9; }
          .wpo-header .header-bottom .breaking-news .breaking-owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
            content: "\f104"; }
          .wpo-header .header-bottom .breaking-news .breaking-owl-carousel .owl-controls .owl-buttons div.owl-next:before {
            content: "\f105"; }
  .wpo-header .header-quick-action {
    position: relative;
    padding-right: 65px; }
    .wpo-header .header-quick-action:after {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 15px;
      display: block;
      background-color: hsla(0,0%,100%,.1); }
    @media (max-width: 991px) {
      .wpo-header .header-quick-action {
        padding-right: 15px; }
        .wpo-header .header-quick-action .logo-in-theme {
          padding: 20px 0 !important; } }
    .wpo-header .header-quick-action .box-quick-action {
      position: absolute;
      top: 50%;
      right: 25px;
      z-index: 9;
      margin-top: -17px;
      width: 100px; }
      .rtl .wpo-header .header-quick-action .box-quick-action {
        left: 25px;
        right: auto; }
      .wpo-header .header-quick-action .box-quick-action>div {
        display: inline-block;
        float: right; }
        .wpo-header .header-quick-action .box-quick-action>div .minibasket {
          height: 45px; }
      .wpo-header .header-quick-action .box-quick-action .minibasket .cart-icon {
        width: 35px;
        height: 35px;
        display: inline-block;
        text-align: center; }
  .wpo-header .search_form {
    height: 35px; }
    .wpo-header .search_form.no-bg .input-group-btn button {
      background: none; }
    .wpo-header .search_form.hidden-input .input-group {
      display: inline-block; }
      .wpo-header .search_form.hidden-input .input-group>* {
        float: left; }
        .rtl .wpo-header .search_form.hidden-input .input-group>* {
          float: right; }
    .wpo-header .search_form.hidden-input .input-search {
      -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,.02);
      box-shadow: inset 0 0 2px 2px rgba(0,0,0,.02);
      padding: 0;
      position: absolute;
      right: 34px;
      top: 0;
      width: 0;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      height: 35px;
      visibility: hidden;
      background: none;
      border: 1px solid hsla(0,0%,100%,.1);
      color: #fff; }
      .wpo-header .search_form.hidden-input .input-search:focus {
        visibility: visible;
        width: 200px;
        padding: 0 10px; }
    .wpo-header .search_form.hidden-input .input-group-btn {
      position: relative;
      z-index: 99; }
      .wpo-header .search_form.hidden-input .input-group-btn button {
        width: 35px;
        height: 35px;
        padding: 0;
        background: none;
        color: #fff; }
        .wpo-header .search_form.hidden-input .input-group-btn button i {
          font-size: 14px;
          line-height: 33px; }
    .wpo-header .search_form.hidden-input:hover .input-search {
      visibility: visible;
      width: 200px;
      padding: 0 10px; }
    .wpo-header .search_form.hidden-input:hover .input-group-btn button {
      color: #fff;
      background: none;
      border: 1px solid hsla(0,0%,100%,.1); }
    .wpo-header .search_form.search-default .input-group {
      border: 1px solid #e6e6e6;
      background: none; }
      .wpo-header .search_form.search-default .input-group input.input-search {
        height: 35px;
        border: none;
        background: #f7f7f7; }
      .wpo-header .search_form.search-default .input-group .input-group-btn button {
        padding: 6px 10px;
        background: none;
        color: #000; }
  @media (max-width: 991px) {
    .wpo-header #wpo-mainnav {
      text-align: center; } }

#wpo-header.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  @media (max-width: 991px) {
    #wpo-header.header-absolute {
      position: relative;
      background: #918097; } }
  #wpo-header.header-absolute .has-sticky {
    background-color: rgba(0,0,0,.4); }
    #wpo-header.header-absolute .has-sticky.keeptop {
      background-color: rgba(0,0,0,.8); }

#wpo-header.header-absolute-right {
  width: 375px;
  height: 100%;
  position: absolute;
  z-index: 999;
  text-align: center;
  right: 0; }
  .rtl #wpo-header.header-absolute-right {
    left: 0;
    right: auto; }
  #wpo-header.header-absolute-right .header-quick-action {
    padding: 0; }
    #wpo-header.header-absolute-right .header-quick-action>div {
      display: block; }

#wpo-header.header-border,#wpo-header.header-static {
  background-color: #fff; }
  #wpo-header.header-border .minibasket .cart-icon,#wpo-header.header-static .minibasket .cart-icon {
    color: #000; }
  #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: #fff;
    border-radius: 0 !important; }

#wpo-header.header-classic {
  background-color: #000; }
  #wpo-header.header-classic .minibasket .cart-icon,#wpo-header.header-classic .navbar-mega .navbar-nav>li>a,#wpo-header.header-classic .search_form.hidden-input .input-group-btn button {
    color: #fff; }

#wpo-header.header-offcanvas {
  position: absolute;
  left: 0;
  right: 0; }

#wpo-header .keeptop {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  #wpo-header .keeptop .container-inner {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  #wpo-header .keeptop #main-menu>li {
    padding: 20px 0; }
    #wpo-header .keeptop #main-menu>li>a:hover {
      color: #000; }
    #wpo-header .keeptop #main-menu>li.active>a {
      color: #000 !important; }
  #wpo-header .keeptop #logo-inner {
    padding: 0 !important; }
    #wpo-header .keeptop #logo-inner .logo {
      padding: 10px 0 !important; }

#wpo-header.wpo-header-v2 {
  background-color: #34495e;
  margin-bottom: 30px; }
  #wpo-header.wpo-header-v2 .navbar-mega .navbar-nav>li {
    border: none;
    padding-top: 45px;
    padding-bottom: 45px; }
    #wpo-header.wpo-header-v2 .navbar-mega .navbar-nav>li:first-child {
      padding-left: 0; }
    #wpo-header.wpo-header-v2 .navbar-mega .navbar-nav>li>a {
      font-size: 12px;
      font-weight: 700;
      padding: 0;
      font-family: Ubuntu,sans-serif;
      color: #fff; }
      #wpo-header.wpo-header-v2 .navbar-mega .navbar-nav>li>a:before {
        content: none; }
  #wpo-header.wpo-header-v2 .search_form.hidden-input {
    height: 44px;
    margin-top: 35px;
    position: relative;
    z-index: 1; }
    #wpo-header.wpo-header-v2 .search_form.hidden-input .input-group-btn button {
      height: 44px;
      width: 44px;
      border: 2px solid #fff;
      border-radius: 50% !important; }
    #wpo-header.wpo-header-v2 .search_form.hidden-input .input-search {
      height: 44px;
      border: 2px solid #fff;
      color: #fff;
      right: 0;
      border-right: none;
      border-radius: 22px;
      padding-right: 44px;
      background-color: #34495e; }

#wpo-header.wpo-header-v4 {
  margin-bottom: 35px; }
  #wpo-header.wpo-header-v4 .header-middle {
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #e6e6e6; }
    #wpo-header.wpo-header-v4 .header-middle:before {
      right: 100%; }
    #wpo-header.wpo-header-v4 .header-middle:after,#wpo-header.wpo-header-v4 .header-middle:before {
      content: "";
      height: 100%;
      width: 300%;
      position: absolute;
      top: 0;
      background-color: #2d3a47; }
    #wpo-header.wpo-header-v4 .header-middle:after {
      left: 100%; }
  #wpo-header.wpo-header-v4 .header-top {
    background-color: #2d3a47; }
  #wpo-header.wpo-header-v4 .header-bottom .breaking-news {
    background-color: #fff;
    border-bottom: none;
    border-left: none;
    margin-right: -15px; }
    #wpo-header.wpo-header-v4 .header-bottom .breaking-news:after {
      content: none; }
    #wpo-header.wpo-header-v4 .header-bottom .breaking-news .breaking-owl-carousel .owl-controls .owl-buttons {
      right: 20px; }
  #wpo-header.wpo-header-v4 .header-bottom .social-box {
    border-bottom: none;
    background-color: #fff;
    border-right: none; }
  #wpo-header.wpo-header-v4 .header-quick-action {
    padding-right: 15px; }
    #wpo-header.wpo-header-v4 .header-quick-action .box-quick-action {
      right: 10px; }
  #wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li {
    padding: 0;
    border-color: #e6e6e6; }
    #wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li>a {
      padding: 18px 20px;
      color: #000; }
      #wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li>a:before {
        content: none; }
    #wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li.active,#wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li:hover {
      background-color: #222e39;
      border-color: #222e39; }
      #wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li.active>a,#wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li:hover>a {
        color: #fff !important; }
    #wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li:first-child {
      border-left: none; }
    #wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li .dropdown-menu>li.active>a,#wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li .dropdown-menu>li:hover>a {
      color: #2966b9 !important; }
  #wpo-header.wpo-header-v4 .search_form.hidden-input .input-group-btn button {
    color: #000; }
    #wpo-header.wpo-header-v4 .search_form.hidden-input .input-group-btn button:hover {
      color: #2966b9; }
  #wpo-header.wpo-header-v4 .search_form.hidden-input .input-search {
    border-color: #e6e6e6; }

#wpo-header.wpo-header-v5 {
  margin-bottom: 30px; }
  #wpo-header.wpo-header-v5 .header-middle {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff; }
    #wpo-header.wpo-header-v5 .header-middle .navbar-mega .navbar-nav>li {
      padding: 0; }
      #wpo-header.wpo-header-v5 .header-middle .navbar-mega .navbar-nav>li>a {
        font-size: 12px;
        color: #000;
        padding: 14px 25px;
        font-family: Ubuntu,sans-serif;
        font-weight: 700;
        border-right: 1px solid #e6e6e6;
        background-color: #fff; }
        #wpo-header.wpo-header-v5 .header-middle .navbar-mega .navbar-nav>li>a:before {
          background-color: #000; }
      #wpo-header.wpo-header-v5 .header-middle .navbar-mega .navbar-nav>li:first-child>a {
        border-left: 1px solid #e6e6e6; }
      #wpo-header.wpo-header-v5 .header-middle .navbar-mega .navbar-nav>li.active>a,#wpo-header.wpo-header-v5 .header-middle .navbar-mega .navbar-nav>li:hover>a {
        color: #000 !important;
        padding-top: 20px;
        margin-top: -6px; }
    #wpo-header.wpo-header-v5 .header-middle .search_form.hidden-input .input-group-btn button {
      color: #000; }
    #wpo-header.wpo-header-v5 .header-middle .search_form.hidden-input .input-search {
      border-color: #e6e6e6;
      color: #000;
      background-color: #fff; }
    #wpo-header.wpo-header-v5 .header-middle .wpo-mainmenu-wrap {
      border-right: 1px solid #e6e6e6; }
    #wpo-header.wpo-header-v5 .header-middle .header-quick-action {
      padding-right: 30px; }
  #wpo-header.wpo-header-v5 .header-bottom {
    background-color: #303030; }
    #wpo-header.wpo-header-v5 .header-bottom .breaking-news {
      border: none;
      padding: 20px 0; }
      #wpo-header.wpo-header-v5 .header-bottom .breaking-news:after {
        content: none; }

/* search action */
.has-searchbox-show {
  position: relative; }
  .has-searchbox-show .logo-wrapper,.has-searchbox-show .wpo-mainmenu-wrap {
    visibility: hidden; }
  .has-searchbox-show .navbar-collapse {
    display: none !important; }
  .has-searchbox-show .search-box-form {
    position: absolute;
    top: 0;
    width: 92%;
    left: 0; }
  .has-searchbox-show .search-box-button .fa-search {
    display: none; }
  .has-searchbox-show .search-box-button .fa-times {
    display: block !important; }

.showwhenclick .search-box-form {
  display: none; }
  .showwhenclick .search-box-form.active {
    display: block; }

/*------------------------------------*    Breadcrumb
\*------------------------------------*/
/*------------------------------------*    Slideshow
\*------------------------------------*/
.wpo-mainmenu {
  position: relative; }
  .wpo-mainmenu.bg-transparent {
    border-top: 1px solid #ccc; }
  .wpo-mainmenu.mainmenu-light {
    background: #fff; }
  .wpo-mainmenu.mainmenu-border {
    border-top: 1px solid #e6e6e6; }
    .wpo-mainmenu.mainmenu-border #main-menu>li {
      border-left: 1px solid #e6e6e6; }
      .wpo-mainmenu.mainmenu-border #main-menu>li>a {
        border-left: none;
        padding: 0 30px; }

/*------------------------------------*    Container
\*------------------------------------*/
.wpo-mainbody {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0; }

.no-sidebar-left .wpo-content,.wpo-mainbody {
  position: relative; }

/*------------------------------------*    Content
\*------------------------------------*/
#wpo-content {
  background: transparent; }
  #wpo-content:after,#wpo-content:before {
    content: " ";
    display: table; }
  #wpo-content:after {
    clear: both; }

/*------------------------------------*    Pagination
\*------------------------------------*/
.wpo-pagination {
  margin: 0; }

/*------------------------------------*    Footer
\*------------------------------------*/
.wpo-footer {
  background: #181818;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  border-bottom: 1px solid hsla(0,0%,100%,.1); }
  .wpo-footer,.wpo-footer a {
  color: #666;
  font-size: 13px; }
  .wpo-footer a {
    font-weight: 300; }
    .wpo-footer a:active,.wpo-footer a:focus,.wpo-footer a:hover {
      color: #2966b9; }
  .wpo-footer ul.menu {
    margin: -10px -20px 0 !important;
    text-align: right; }
    .wpo-footer ul.menu>li {
      display: inline-block;
      margin: 10px 20px 0; }
  .wpo-footer ul>li {
    margin: 0 0 10px; }
  .wpo-footer .footer-top .container {
    border-bottom: 1px solid hsla(0,0%,100%,.1); }
  .wpo-footer .wpb-inner,.wpo-footer .wpb_wrapper>* {
    margin-bottom: 0; }
  .wpo-footer.footer-v1 {
    padding-top: 0; }
    .wpo-footer.footer-v1 .row {
      overflow: hidden;
      margin-left: -30px;
      margin-right: -30px; }
      .wpo-footer.footer-v1 .row.twitter-row {
        overflow: visible; }
      .wpo-footer.footer-v1 .row>div {
        padding-left: 30px;
        padding-right: 30px; }
        .wpo-footer.footer-v1 .row>div:before {
          content: "";
          width: 1px;
          height: 1000px;
          background-color: hsla(0,0%,100%,.1);
          position: absolute;
          left: 0;
          top: 0; }
        .wpo-footer.footer-v1 .row>div:first-child {
          padding-left: 15px; }
          .wpo-footer.footer-v1 .row>div:first-child:before {
            content: none; }
        .wpo-footer.footer-v1 .row>div:last-child {
          padding-right: 15px; }
  .wpo-footer.footer-v2 {
    background: #222e39;
    color: #aaa;
    padding-top: 0; }
    .wpo-footer.footer-v2 .newsletter-v4 .newsletter input[type=email] {
      background: #2d3a47;
      color: #aaa; }
    .wpo-footer.footer-v2 a {
      color: #aaa; }
      .wpo-footer.footer-v2 a:hover {
        color: #2966b9; }
    .wpo-footer.footer-v2 .row {
      overflow: hidden;
      margin-left: -30px;
      margin-right: -30px; }
      .wpo-footer.footer-v2 .row.flickr-row {
        overflow: visible; }
      .wpo-footer.footer-v2 .row>div {
        padding-left: 30px;
        padding-right: 30px; }
        .wpo-footer.footer-v2 .row>div.flickr-label {
          padding-right: 0;
          padding-left: 0; }
        .wpo-footer.footer-v2 .row>div.flickr-content {
          padding-left: 0;
          padding-right: 0 !important; }
        .wpo-footer.footer-v2 .row>div:before {
          content: "";
          width: 1px;
          height: 1000px;
          background-color: hsla(0,0%,100%,.1);
          position: absolute;
          left: 0;
          top: 0; }
        .wpo-footer.footer-v2 .row>div:first-child {
          padding-left: 15px; }
          .wpo-footer.footer-v2 .row>div:first-child:before {
            content: none; }
        .wpo-footer.footer-v2 .row>div:last-child {
          padding-right: 15px; }
        .wpo-footer.footer-v2 .row>div .widget.widget_recent_entries ul>li {
          border-color: hsla(0,0%,100%,.1);
          margin-bottom: 15px;
          padding-bottom: 15px; }
          .wpo-footer.footer-v2 .row>div .widget.widget_recent_entries ul>li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0; }
          .wpo-footer.footer-v2 .row>div .widget.widget_recent_entries ul>li .post-date {
            font-size: 11px;
            font-weight: 300 !important;
            font-style: italic;
            text-transform: none;
            color: #666; }
  .wpo-footer.footer-v3 {
    background-color: #000;
    color: #aaa;
    padding-top: 0; }
    .wpo-footer.footer-v3 a {
      color: #aaa; }
      .wpo-footer.footer-v3 a:hover {
        color: #2966b9; }
  .wpo-footer.footer-v4 {
    background-color: #34495e;
    color: #a5acb8;
    font-weight: 300; }
    .wpo-footer.footer-v4 a {
      color: #a5acb8; }
      .wpo-footer.footer-v4 a:hover {
        color: #2966b9; }
    .wpo-footer.footer-v4 .newsletter-v4 .newsletter input[type=email] {
      background: #42586e;
      color: #aaa; }
    .wpo-footer.footer-v4 .newsletter-v4 .newsletter input[type=submit] {
      background-color: #2966b9; }

/*------------------------------------*    Copyright
\*------------------------------------*/
.wpo-copyright {
  text-align: center;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  background: #181818;
  padding-top: 30px;
  padding-bottom: 30px; }
  .wpo-copyright .widget .widget-title,.wpo-copyright .widget .widgettitle,.wpo-copyright .widget .wpb_heading {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */ }
  .wpo-copyright .input-group {
    border: 0; }
    .wpo-copyright .input-group .fa {
      color: #777; }
    .wpo-copyright a,.wpo-copyright a:active,.wpo-copyright a:focus,.wpo-copyright a:hover {
      color: #2966b9; }
  .wpo-copyright address {
    margin: 0; }
  .wpo-copyright .payment {
    padding-top: 30px; }
  .wpo-copyright.footer-v2 {
    background: #222e39;
    color: #aaa; }

.twitter-row {
  margin-bottom: 20px !important; }
  .twitter-row .latest-twitter {
    position: relative; }
    .twitter-row .latest-twitter:before {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -30px;
      background-color: #e6e6e6; }
      .rtl .twitter-row .latest-twitter:before {
        right: -30px;
        left: auto; }

/* 5. Layout */

body #wpo-content,body .container-fuild #wpo-content {
  margin-bottom: 0; }

.page .page-title {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  margin: 0 -15px; }

.page-title {
  margin-top: 0;
  font-size: 18px; }

.notfound-page .title {
  font-size: 160px;
  color: #2966b9;
  font-weight: 800;
  line-height: 1;
  display: block; }
  .notfound-page .title .sub {
    font-size: 36px;
    font-weight: 300;
    color: #000;
    padding: 30px 0;
    margin: 0 0 30px;
    display: block;
    position: relative; }
    .notfound-page .title .sub:before {
      content: "";
      height: 3px;
      width: 100px;
      background: #fff;
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -50px; }

.notfound-page .error-description {
  color: #000;
  padding: 0 20%;
  font-size: 20px; }
  @media (max-width: 991px) {
    .notfound-page .error-description {
      padding: 0 10px; } }

.notfound-page .page-action {
  margin-top: 50px; }
  .notfound-page .page-action a {
    margin: 0 10px; }

/**
 * Single Post or Blog Page.
 */
.single article {
  border: none; }
  .single article .entry-thumb,.single article .entry-thumb.entry-preview {
    margin-bottom: 0; }
  .single article .meta-box {
    color: #aaa;
    padding: 10px 20px;
    background-color: #181818;
    margin-bottom: 40px; }
    .single article .meta-box a {
      color: #aaa; }
      .single article .meta-box a:hover {
        color: #2966b9; }
    .single article .meta-box .meta-sep {
      margin: 0 5px; }
    .single article .meta-box .author-avatar {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 10px; }
      .single article .meta-box .author-avatar img.avatar {
        border: none;
        padding: 0;
        border-radius: 50%; }
    .single article .meta-box .author-link a {
      color: #fff;
      text-transform: capitalize; }
      .single article .meta-box .author-link a:hover {
        color: #2966b9; }
  .single article .entry-title {
    font-size: 30px;
    padding: 0;
    margin-bottom: 20px; }
  .single article .entry-content {
    font-size: 15px; }
  .single article .entry-content>p,.single article footer.entry-meta {
    margin-bottom: 20px; }

.single>h1 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 30px; }

.single .post-share {
  padding: 20px 0 40px;
  text-transform: uppercase; }
  .single .post-share .wpo-social-share {
    float: right; }

.single .wpo-post-next {
  margin-bottom: 15px;
  overflow: hidden; }
  .single .wpo-post-next p {
    margin: 0; }
  .single .wpo-post-next a {
    border: 2px solid #e6e6e6;
    border-radius: 3px;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 700;
    font-family: Ubuntu,sans-serif; }
    .single .wpo-post-next a:hover {
      color: #2966b9;
      border-color: #2966b9; }

.single #comments .the-comment {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin: 25px 0 0; }

.single #comments .title {
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  margin: 0 0 15px;
  letter-spacing: 1px; }

.single #comments .children,.single #comments ol.commentlists,.single #comments ul.commentlists {
  padding: 0; }

.single #comments .children>li,.single #comments ol.commentlists>li,.single #comments ul.commentlists>li {
  list-style: none; }

.single #comments input {
  height: 35px;
  border-radius: 0;
  line-height: 21px;
  padding: 5px 20px; }

.single #comments .form-submit {
  margin-top: 20px; }
  .single #comments .form-submit input {
    height: 44px;
    line-height: 32px;
    border: 2px solid #e6e6e6;
    border-radius: 3px !important; }
    .single #comments .form-submit input:hover {
      border-color: #2966b9;
      color: #2966b9;
      background-color: #fff; }

.single #comments div.avatar {
  float: left;
  margin-right: 20px;
  width: 50px; }
  .single #comments div.avatar img.avatar {
    border-radius: 0;
    padding: 0;
    border: none; }

.single #comments div.comment-box {
  overflow: hidden; }
  .single #comments div.comment-box .comment-author {
    margin: -3px 0 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #000; }
    .single #comments div.comment-box .comment-author span {
      font-weight: 300;
      color: #666; }
  .single #comments div.comment-box .comment-text {
    margin-bottom: 7px; }
    .single #comments div.comment-box .comment-text p:last-child {
      margin-bottom: 0; }
  .single #comments div.comment-box .meta {
    font-family: Lato,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #878787; }
    .single #comments div.comment-box .meta a {
      color: #d82731; }

.single #comments .depth-1 ul.children {
  margin: 0 0 0 70px; }

.single #comments .depth-1:first-child {
  margin: 0;
  padding: 0;
  border-top: none; }

.single .comment-respond {
  margin-top: 10px; }
  .single .comment-respond label.required {
    font-family: Montserrat,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-bottom: 3px; }
  .single .comment-respond .form-group {
    margin-bottom: 15px; }
    .single .comment-respond .form-group>span {
      position: relative;
      display: block; }
      .single .comment-respond .form-group>span:before {
        content: "";
        height: 100%;
        width: 2px;
        background-color: #d82731;
        position: absolute;
        left: 1px;
        top: 0; }

.single-portfolio .entry-title {
  margin: 10px 0 25px; }
  .single-portfolio .entry-title .title-post {
    text-transform: uppercase;
    margin: 0 0 15px; }

.single-portfolio .created {
  color: #bbb;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase; }

.single-portfolio .single-body {
  margin-top: 50px; }

.single-portfolio .list-gallery .row {
  margin-bottom: 28px; }

.single-portfolio .format-video .content-video {
  background: #fafafa; }

.single-portfolio .format-infomation .single-body {
  margin-top: 0; }
  .single-portfolio .format-infomation .single-body .portfolio-info {
    margin-bottom: 30px; }
    .single-portfolio .format-infomation .single-body .portfolio-info>div {
      padding: 10px 0;
      border-top: 1px solid #f1f1f1; }
      .single-portfolio .format-infomation .single-body .portfolio-info>div:last-child {
        border-bottom: 1px solid #f1f1f1; }
      .single-portfolio .format-infomation .single-body .portfolio-info>div>span {
        font-size: 16px;
        font-weight: 300; }
        .single-portfolio .format-infomation .single-body .portfolio-info>div>span:first-child {
          width: 90px;
          display: inline-block;
          color: #777; }
        .single-portfolio .format-infomation .single-body .portfolio-info>div>span:last-child {
          color: #000; }
    .single-portfolio .format-infomation .single-body .portfolio-info a:hover {
      color: #2966b9; }

.page-comingsoon {
  background: url(../images/bg-coming-soon.jpg) no-repeat transparent;
  padding: 30px 0; }

.page-under-construction {
  background: url(../images/bg-under-construction.jpg) no-repeat #f8f7f5;
  padding-top: 420px; }

.main-page-index .icon-sticky {
  display: block !important;
  visibility: visible !important; }

.author-about {
  border-top: 10px solid #181818;
  margin-bottom: 45px; }
  .author-about .avatar-img {
    margin-top: -10px;
    width: 140px; }
    .author-about .avatar-img img.avatar {
      border: none;
      padding: 0;
      width: 100%;
      display: block;
      border-radius: 0; }
  .author-about .description {
    font-size: 14px; }
    .author-about .description .author-title {
      text-transform: uppercase;
      font-family: Merriweather,serif;
      font-size: 11px;
      font-weight: 300;
      margin: 17px 0 8px;
      color: #666; }
      .author-about .description .author-title a {
        font-weight: 700; }
        .author-about .description .author-title a:hover {
          color: #2966b9; }
  .author-about .social-author {
    margin-top: 35px; }
    .author-about .social-author .icons {
      list-style: none;
      padding: 0;
      background: transparent;
      display: block;
      float: right;
      height: 25px;
      width: auto;
      font-size: 13px;
      line-height: 25px;
      margin: -5px -2px 0; }
      .rtl .author-about .social-author .icons {
        float: left; }
      .author-about .social-author .icons li {
        display: inline-block;
        margin: 5px 2px 0; }
        .author-about .social-author .icons li a {
          display: block;
          border-radius: 3px;
          width: 25px;
          line-height: 25px;
          color: #fff; }
        .author-about .social-author .icons li.twitter a {
          background-color: #00aced; }
        .author-about .social-author .icons li.facebook a {
          background-color: #3b5998; }
        .author-about .social-author .icons li.google a {
          background-color: #d14836; }
        .author-about .social-author .icons li.linkedin a {
          background-color: #007fb1; }
        .author-about .social-author .icons li.pinterest a {
          background-color: #cb2027; }
        .author-about .social-author .icons li.instagram a {
          background-color: #517fa4; }

.blog-page {
  position: relative;
  margin-top: 25px; }
  .blog-page .button-gridlist {
    position: absolute;
    top: -52px;
    z-index: 1;
    right: 0; }
    .rtl .blog-page .button-gridlist {
      left: 0;
      right: auto; }
    .blog-page .button-gridlist .display-post {
      overflow: hidden; }
      .blog-page .button-gridlist .display-post span {
        display: block;
        float: left;
        line-height: 36px;
        margin-right: 10px;
        font-size: 12px; }
      .blog-page .button-gridlist .display-post .class-button {
        float: left;
        border-left: 1px solid #e6e6e6; }
        .blog-page .button-gridlist .display-post .class-button a {
          display: block;
          float: left;
          width: 35px;
          height: 35px;
          text-align: center;
          line-height: 35px;
          font-size: 14px;
          border-right: 1px solid #e6e6e6;
          border-bottom: 1px solid #e6e6e6;
          border-top: 1px solid #e6e6e6;
          color: #e6e6e6; }
          .blog-page .button-gridlist .display-post .class-button a:hover {
            color: #2966b9; }
          .blog-page .button-gridlist .display-post .class-button a.active {
            color: #000; }

#related-post {
  margin-bottom: 35px; }
  #related-post .related-post-title {
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase; }
  #related-post .element-item .entry-thumb {
    overflow: hidden;
    margin-bottom: 10px; }
  #related-post .element-item .entry-meta-2 .post-icon {
    top: 0; }
  #related-post .element-item .entry-title {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 12px; }

.login-form,.post-listgrid,.single-blog {
  margin-top: 25px; }

.wpo-content>div#comments {
  padding: 30px; }

/* 6. Post */
/*
* General Post Style using for all with naming class entry
*/
.entry-create,.entry-date {
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  text-transform: none; }
  .entry-create>*,.entry-date>* {
    padding-right: 5px; }

.entry-comment {
  color: #aaa; }
  .entry-comment i {
    margin-right: 5px; }
  .entry-comment a {
    color: #aaa; }
    .entry-comment a:hover {
      color: #2966b9; }

.entry-author a {
  color: #aaa; }
  .entry-author a:hover {
    color: #2966b9; }

.entry-thumb {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative; }
  .entry-thumb .post-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 3px;
    background-color: #fff;
    width: 28px;
    text-align: center;
    line-height: 28px;
    height: 28px; }
    .rtl .entry-thumb .post-icon {
      left: 10px;
      right: auto; }

.entry-preview {
  margin-bottom: 30px; }

.entry-meta {
  margin: 0;
  font-style: italic;
  font-size: 11px;
  font-weight: 300; }
  .entry-meta a {
    color: #696969; }
    .entry-meta a:hover {
      color: #2966b9; }
  .entry-meta .author a {
    color: #000; }
    .entry-meta .author a:hover {
      text-decoration: underline; }

.entry-meta-2 {
  position: relative; }
  .entry-meta-2 a {
    color: #2966b9;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Oswald,sans-serif;
    letter-spacing: 1px; }
  .entry-meta-2 .post-icon {
    position: absolute;
    right: 0;
    top: -4px;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    line-height: 24px;
    display: block;
    color: #999;
    font-size: 12px;
    padding: 0 6px; }

.entry-vote {
  z-index: 1;
  display: table;
  text-align: center;
  top: 20px;
  position: absolute;
  background: rgba(0,0,0,.5);
  width: 44px;
  height: 44px;
  right: 20px; }
  .rtl .entry-vote {
    left: 20px;
    right: auto; }
  .entry-vote .entry-vote-inner {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700; }
  .entry-vote.vote-average .entry-vote-inner,.entry-vote.vote-bad .entry-vote-inner,.entry-vote.vote-good .entry-vote-inner,.entry-vote.vote-perfect .entry-vote-inner,.entry-vote.vote-poor .entry-vote-inner {
    color: #2966b9; }

.entry-title {
  margin-top: 0;
  line-height: 1.5;
  font-family: Merriweather,serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  padding-top: 10px; }
  .entry-title,.entry-title.entry-title-sm {
  text-transform: none;
  font-weight: 400; }
  .entry-title.entry-title-sm {
    font-size: 100%; }
  .entry-title a:hover {
    color: #2966b9; }

.entry-category ul>li {
  float: left; }

/**
 * Posts in listing
 */
.post {
  margin-bottom: 30px; }
  .post .entry-thumb>img {
    width: 100%; }
  .post.sticky .post-container .entry-data .entry-title a {
    color: #fff;
    background-color: #2966b9;
    padding: 5px 10px; }

.blog-page-fullwidth .hentry,.blog-page-fullwidth .post,.blog-page-fullwidth .post-default,.blog-page-grid .hentry,.blog-page-grid .post,.blog-page-grid .post-default {
  margin-bottom: 30px; }
  .blog-page-fullwidth .hentry .entry-thumb .post-icon,.blog-page-fullwidth .post-default .entry-thumb .post-icon,.blog-page-fullwidth .post .entry-thumb .post-icon,.blog-page-grid .hentry .entry-thumb .post-icon,.blog-page-grid .post-default .entry-thumb .post-icon,.blog-page-grid .post .entry-thumb .post-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 3px;
    background-color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .rtl .blog-page-fullwidth .hentry .entry-thumb .post-icon,.rtl .blog-page-fullwidth .post-default .entry-thumb .post-icon,.rtl .blog-page-fullwidth .post .entry-thumb .post-icon,.rtl .blog-page-grid .hentry .entry-thumb .post-icon,.rtl .blog-page-grid .post-default .entry-thumb .post-icon,.rtl .blog-page-grid .post .entry-thumb .post-icon {
      left: 10px;
      right: auto; }

.blog-v1 {
  background: #fff; }
  .blog-v1,.blog-v1:last-child {
  margin-bottom: 40px; }
  .blog-v1 .entry-thumb {
    overflow: hidden; }
  .blog-v1.format-quote .author-avatar,.blog-v1.format-quote .entry-category,.blog-v1.format-quote .entry-data {
    display: none; }
  .blog-v1 .entry-category {
    font-size: 11px;
    text-transform: uppercase; }
    .blog-v1 .entry-category a {
      color: #2966b9; }
      .blog-v1 .entry-category a:hover {
        color: #000; }
  .blog-v1 .entry-meta .meta-sep {
    font-weight: 300; }
  .blog-v1 .entry-meta .byline {
    display: none; }
  .blog-v1 .entry-meta .comment-count i {
    margin-right: 3px; }
  .blog-v1 .entry-title {
    font-size: 20px; }

/**
 * Posts in masonry
 */
.masonry-item .post-masonry .post-container .blog-post-detail .entry-thumb {
  margin: 0;
  overflow: hidden; }

.masonry-item .post-masonry .post-container .blog-post-detail .entry-data {
  background-color: #f8f8f8;
  padding: 15px 20px;
  position: relative; }
  .masonry-item .post-masonry .post-container .blog-post-detail .entry-data .entry-meta-top {
    position: static;
    float: left;
    margin: -25px 20px 0 0; }
    .masonry-item .post-masonry .post-container .blog-post-detail .entry-data .entry-meta-top .entry-created {
      line-height: 16px; }
      .masonry-item .post-masonry .post-container .blog-post-detail .entry-data .entry-meta-top .entry-created span.month {
        font-size: 11px;
        font-weight: 700; }
      .masonry-item .post-masonry .post-container .blog-post-detail .entry-data .entry-meta-top .entry-created span.date {
        font-size: 14px; }
    .masonry-item .post-masonry .post-container .blog-post-detail .entry-data .entry-meta-top .icon-post {
      background-color: #2966b9; }
  .masonry-item .post-masonry .post-container .blog-post-detail .entry-data .entry-category {
    font-size: 10px;
    text-transform: uppercase;
    font-family: Ubuntu,sans-serif;
    font-weight: 700;
    letter-spacing: 1px; }
    .masonry-item .post-masonry .post-container .blog-post-detail .entry-data .entry-category a {
      color: #999; }
      .masonry-item .post-masonry .post-container .blog-post-detail .entry-data .entry-category a:hover {
        color: #2966b9; }
  .masonry-item .post-masonry .post-container .blog-post-detail .entry-data .entry-title {
    padding-top: 5px;
    margin-bottom: 15px; }

/**
 * Wpo grid posts
 */
.wpo-grid-posts .entry-content .entry-title {
  padding-top: 10px;
  margin-bottom: 10px; }

.wpo-grid-posts .entry-thumb {
  overflow: hidden; }

.wpo-grid-posts.style-1 .entry-thumb {
  margin-bottom: 0; }

.wpo-grid-posts.style-1 .entry-content {
  padding: 25px 30px;
  background-color: #fff; }
  .wpo-grid-posts.style-1 .entry-content .entry-meta-2 .category {
    display: none; }
  .wpo-grid-posts.style-1 .entry-content .entry-meta-2 .post-icon {
    top: -65px;
    right: -20px;
    border: none;
    background-color: #fff;
    line-height: 28px;
    padding: 0 8px; }
  .wpo-grid-posts.style-1 .entry-content .entry-title {
    padding-top: 0; }

/**
 * Blog Style
 */
.nice-style {
  position: relative;
  margin: 0; }
  .nice-style .entry-data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.99)) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(180deg,transparent 0,rgba(0,0,0,.99)) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(to bottom,transparent 0,rgba(0,0,0,.99) 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(to bottom,transparent 0,rgba(0,0,0,.99) 100%) repeat scroll 0 0 transparent; }
    .nice-style .entry-data .left {
      border-right: 1px solid hsla(0,0%,100%,.3);
      padding: 0 15px 30px !important; }
    .nice-style .entry-data .right {
      padding: 0 15px !important; }
  .nice-style .entry-date {
    text-align: right;
    color: #fff;
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 5px; }
    .nice-style .entry-date span {
      display: block;
      padding: 0; }
      .nice-style .entry-date span.date {
        font-size: 120%;
        font-weight: 700; }
      .nice-style .entry-date span.month {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase; }
    .nice-style .entry-date:before {
      content: none; }
    .nice-style .entry-date:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #fcd002;
      bottom: 0;
      right: 0;
      z-index: 1;
      position: absolute; }
  .nice-style .comment-count {
    float: right; }
    .nice-style .comment-count a {
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      font-size: 10px; }
      .nice-style .comment-count a:hover {
        color: #2966b9; }
  .nice-style .entry-title a {
    font-size: 120%;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1; }
    .nice-style .entry-title a:hover {
      color: #2966b9; }
  .nice-style.v2 {
    margin-bottom: 30px; }
      .nice-style.v2 .blog-post-detail,.nice-style.v2 .blog-post-detail .entry-detail {
      background-color: #f8f8f8;
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .nice-style.v2 .blog-post-detail .entry-detail {
        padding: 15px 20px 25px; }
      .nice-style.v2 .blog-post-detail .entry-content-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #2d3a47;
        padding: 10px 20px;
        font-size: 11px;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Good browsers */
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .rtl .nice-style.v2 .blog-post-detail .entry-content-footer {
          right: 0;
          left: auto; }
        .nice-style.v2 .blog-post-detail .entry-content-footer .author-avatar {
          display: table-cell;
          padding-right: 8px; }
          .rtl .nice-style.v2 .blog-post-detail .entry-content-footer .author-avatar {
            padding-left: 8px;
            padding-right: inherit; }
          .nice-style.v2 .blog-post-detail .entry-content-footer .author-avatar img {
            width: 30px;
            height: 30px;
            border-radius: 50%; }
        .nice-style.v2 .blog-post-detail .entry-content-footer .author-link {
          display: table-cell; }
        .nice-style.v2 .blog-post-detail .entry-content-footer a {
          color: #fff; }
          .nice-style.v2 .blog-post-detail .entry-content-footer a:hover {
            color: #2966b9; }
        .nice-style.v2 .blog-post-detail .entry-content-footer .comment-count {
          color: #fff;
          line-height: 30px; }
          .nice-style.v2 .blog-post-detail .entry-content-footer .comment-count i {
            padding-right: 5px;
            display: table-cell;
            font-size: 13px; }
            .rtl .nice-style.v2 .blog-post-detail .entry-content-footer .comment-count i {
              padding-left: 5px;
              padding-right: inherit; }
          .nice-style.v2 .blog-post-detail .entry-content-footer .comment-count a {
            font-style: italic;
            display: table-cell; }
      .nice-style.v2 .blog-post-detail:hover {
        padding-bottom: 40px; }
        .nice-style.v2 .blog-post-detail:hover .entry-content-footer {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          /* IE 5-7 */
          filter: alpha(opacity=100);
          /* Netscape */
          -moz-opacity: 1;
          /* Safari 1.x */
          -khtml-opacity: 1;
          /* Good browsers */
          opacity: 1;
          display: block; }
        .nice-style.v2 .blog-post-detail:hover .entry-detail {
          margin-top: -40px;
          margin-right: -1px; }
          .rtl .nice-style.v2 .blog-post-detail:hover .entry-detail {
            margin-left: -1px;
            margin-right: inherit; }
    .nice-style.v2 .entry-thumb {
      margin-bottom: 0;
      overflow: hidden; }
    .nice-style.v2 .entry-data {
      background: none !important;
      position: static !important;
      float: left;
      width: 100%;
      margin: 0 0 20px; }
      .nice-style.v2 .entry-data .entry-meta {
        text-align: center;
        margin-top: -30px; }
        .nice-style.v2 .entry-data .entry-meta .entry-date {
          color: #fff;
          background-color: #000;
          font-style: normal;
          text-align: center;
          line-height: 18px;
          padding: 8px 0;
          margin: 0;
          display: block; }
          .nice-style.v2 .entry-data .entry-meta .entry-date:after {
            display: none; }
          .nice-style.v2 .entry-data .entry-meta .entry-date span {
            color: #fff; }
            .nice-style.v2 .entry-data .entry-meta .entry-date span.date,.nice-style.v2 .entry-data .entry-meta .entry-date span.month {
              font-size: 11px; }
        .nice-style.v2 .entry-data .entry-meta .post-icon {
          display: block;
          background-color: #2966b9;
          color: #fff;
          font-size: 14px;
          padding: 10px 0; }
    .nice-style.v2 .left {
      position: relative;
      padding: 0 15px 0 0 !important; }
    .nice-style.v2 .right {
      padding: 0 0 0 5px !important; }
      .nice-style.v2 .right .entry-category {
        font-size: 10px;
        text-transform: uppercase;
        font-family: Ubuntu,sans-serif; }
        .nice-style.v2 .right .entry-category a {
          color: #999; }
          .nice-style.v2 .right .entry-category a:hover {
            color: #2966b9; }
    .nice-style.v2 .comment-count a,.nice-style.v2 .entry-date span {
      color: #666; }
    .nice-style.v2 .entry-title {
      margin: 0;
      padding: 5px 0 0; }
      .nice-style.v2 .entry-title a {
        color: #000;
        line-height: 1.5;
        text-transform: none;
        font-size: 14px;
        font-weight: 400; }
        .nice-style.v2 .entry-title a:hover {
          color: #2966b9; }
  .nice-style.v3 .entry-data {
    float: left;
    width: 100%;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.99)) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(180deg,transparent 0,rgba(0,0,0,.99)) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(to bottom,transparent 0,rgba(0,0,0,.99) 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(to bottom,transparent 0,rgba(0,0,0,.99) 100%) repeat scroll 0 0 transparent;
    padding: 45px 30px 30px; }
    .nice-style.v3 .entry-data>div {
      position: relative; }
      .nice-style.v3 .entry-data>div:after {
        content: "";
        width: 2px;
        height: 100%;
        background: #2966b9;
        position: absolute;
        left: -10px;
        top: 0;
        z-index: 1; }
  .nice-style.v3 .meta-bottom,.nice-style.v3 .meta-top {
    line-height: 1; }
    .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: #999;
      font-size: 12px;
      text-transform: none;
      font-weight: 400;
      text-align: left; }
      .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; }
      .nice-style.v3 .meta-bottom :after,.nice-style.v3 .meta-bottom :before,.nice-style.v3 .meta-bottom a:after,.nice-style.v3 .meta-bottom a:before,.nice-style.v3 .meta-top :after,.nice-style.v3 .meta-top :before,.nice-style.v3 .meta-top a:after,.nice-style.v3 .meta-top a:before {
        content: none; }
  .nice-style.v3 .entry-title {
    margin: 0; }
    .nice-style.v3 .entry-title a {
      font-size: 18px;
      line-height: 1.5;
      text-transform: none;
      font-weight: 700;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      .nice-style.v3 .entry-title a:hover {
        color: #2966b9 !important; }

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

.format-audio .entry-meta-top,.format-link .entry-meta-top {
  display: none; }

/** post timelife */
.posts-timeline .entry-thumb {
  margin-bottom: 0; }

.posts-timeline .entry-data {
  padding: 15px 20px;
  position: relative;
  background-color: #f8f8f8; }
  .posts-timeline .entry-data .entry-meta-top {
    position: static;
    float: left;
    margin: -25px 20px 0 0; }
    .posts-timeline .entry-data .entry-meta-top .entry-created {
      line-height: 16px; }
      .posts-timeline .entry-data .entry-meta-top .entry-created span.month {
        font-size: 11px;
        font-weight: 700; }
      .posts-timeline .entry-data .entry-meta-top .entry-created span.date {
        font-size: 14px; }
  .posts-timeline .entry-data .entry-category {
    font-size: 10px;
    text-transform: uppercase;
    font-family: Ubuntu,sans-serif;
    font-weight: 700;
    letter-spacing: 1px; }
    .posts-timeline .entry-data .entry-category a {
      color: #999; }
      .posts-timeline .entry-data .entry-category a:hover {
        color: #2966b9; }
  .posts-timeline .entry-data .entry-title {
    padding-top: 5px;
    margin-bottom: 15px; }

/*------------------------------------*    Post detail
\*------------------------------------*/
.sharebox {
  margin-bottom: 30px; }
  .sharebox .sharebox-title {
    margin: 10px 0; }

.social-networks {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px; }
  .rtl .social-networks {
    float: left; }
  .social-networks li {
    padding-left: 10px;
    padding-right: 10px; }
    .social-networks li:last-child a {
      margin-right: 0; }

/***Posts Styles **/
.wpo-grid-posts .posts-list {
  padding: 30px; }

.posts-list {
  background-color: #fff; }
  .posts-list article {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .posts-list article .media {
      padding: 0; }
      .posts-list article .media .media-left {
        padding-right: 10px; }
        .posts-list article .media .media-left img {
          padding: 0;
          border: none;
          width: 60px; }
      .posts-list article .media .media-body h4 {
        font-size: 12px;
        margin-bottom: 5px !important;
        font-family: Merriweather,serif;
        font-weight: 400;
        margin-top: -4px !important; }
        .posts-list article .media .media-body h4 a.entry-title {
          font-size: 12px; }
          .posts-list article .media .media-body h4 a.entry-title:hover {
            color: #2966b9; }
      .posts-list article .media .media-body .entry-date {
        margin-bottom: 0; }
    .posts-list article:last-child {
      border-bottom: none;
      margin-bottom: 10px; }

.blog-page-list .posts-list article .entry-thumb .post-icon {
  position: absolute;
  padding: 0 8px;
  right: 10px;
  background-color: #fff;
  font-size: 12px;
  display: block;
  bottom: 10px;
  line-height: 28px;
  border-radius: 2px;
  color: #999; }

/* Post Format Icon*/
.post .post-icon>i:before {
  content: "\f040"; }

.post.format-video .post-icon i:before,.post.video .post-icon i:before {
  content: "\f03d"; }

.post.audio .post-icon i:before,.post.format-audio .post-icon i:before {
  content: "\f001"; }

.post.format-gallery .post-icon i:before,.post.gallery .post-icon i:before {
  content: "\f03e"; }

.post.format-image .post-icon i:before,.post.image .post-icon i:before {
  content: "\f083"; }

.post.chat .post-icon i:before,.post.format-chat .post-icon i:before {
  content: "\f17e"; }

.post.format-link .post-icon i:before,.post.link .post-icon i:before {
  content: "\f0c1"; }

.post.format-quote .post-icon i:before,.post.quote .post-icon i:before {
  content: "\f10e"; }

.post.format-status .post-icon i:before,.post.status .post-icon i:before {
  content: "\f0e6"; }

.post.aside .post-icon i:before,.post.format-aside .post-icon i:before {
  content: "\f0f6"; }

.post.format-standard .post-icon i:before,.post.standard .post-icon i:before {
  content: "\f040"; }

/* Frontpage-5 */
.frontpage-5 article.post {
  margin-bottom: 0;
  padding: 0 20px; }
  .frontpage-5 article.post .entry-content .entry-meta-2 a {
    font-family: Ubuntu,sans-serif;
    color: #999;
    font-size: 10px;
    font-weight: 700; }
    .frontpage-5 article.post .entry-content .entry-meta-2 a:hover {
      color: #2966b9; }
  .frontpage-5 article.post .entry-content .entry-title {
    margin-bottom: 15px; }

.frontpage-5 .posts-grid .row>div {
  border-left: 1px solid #e6e6e6; }
  .frontpage-5 .posts-grid .row>div:first-child {
    border-left: none; }

/* block */
.widget {
  margin-bottom: 30px;
  border: 0 solid transparent;
  position: relative;
  padding: 0;
  /* block styles */ }
  .widget .widget-title,.widget .widgettitle,.widget .wpb_heading {
    color: #000;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    font-family: Oswald,sans-serif;
    position: relative;
    overflow: hidden;
    letter-spacing: 2px;
    border-top: 1px solid #e6e6e6;
    padding-top: 12px; }
    .widget .widget-title>span,.widget .widgettitle>span,.widget .wpb_heading>span {
      position: relative; }
      .widget .widget-title>span>span,.widget .widgettitle>span>span,.widget .wpb_heading>span>span {
        display: inline-block;
        position: relative;
        padding: 5px 15px; }
        .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: #2966b9;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .widget .widget-title>span>span:after,.widget .widgettitle>span>span:after,.widget .wpb_heading>span>span:after {
          left: 100%; }
        .widget .widget-title>span>span:before,.widget .widgettitle>span>span:before,.widget .wpb_heading>span>span:before {
          right: 100%; }
    .widget .widget-title.widget-desc,.widget .widgettitle.widget-desc,.widget .wpb_heading.widget-desc {
      display: block;
      font-size: 12px;
      color: #ccc; }
    .widget .widget-title.widget-title-v2,.widget .widgettitle.widget-title-v2,.widget .wpb_heading.widget-title-v2 {
      border-top: none;
      padding-top: 0; }
    .widget .widget-title.widget-title-v3,.widget .widgettitle.widget-title-v3,.widget .wpb_heading.widget-title-v3 {
      border-top: none;
      padding-top: 0;
      overflow: visible;
      margin-bottom: 15px;
      font-size: 13px; }
      .widget .widget-title.widget-title-v3 span,.widget .widgettitle.widget-title-v3 span,.widget .wpb_heading.widget-title-v3 span {
        padding: 15px 0 5px;
        display: inline-block;
        position: relative;
        color: #2966b9; }
        .widget .widget-title.widget-title-v3 span:before,.widget .widgettitle.widget-title-v3 span:before,.widget .wpb_heading.widget-title-v3 span:before {
          content: "";
          width: 100%;
          height: 3px;
          position: absolute;
          left: 0;
          top: -3px;
          background-color: #2966b9; }
    .widget .widget-title.widget-title-v4,.widget .widgettitle.widget-title-v4,.widget .wpb_heading.widget-title-v4 {
      border-top: none;
      font-family: Ubuntu,sans-serif;
      font-size: 24px;
      padding: 0 0 18px;
      border-bottom: none; }
    .widget .widget-title.widget-title-v5,.widget .widgettitle.widget-title-v5,.widget .wpb_heading.widget-title-v5 {
      padding-top: 25px;
      font-size: 14px;
      margin-bottom: 20px;
      margin-left: -30px;
      padding-left: 30px;
      font-family: Ubuntu,sans-serif; }
    .widget .widget-title.widget-title-v6,.widget .widgettitle.widget-title-v6,.widget .wpb_heading.widget-title-v6 {
      font-family: Ubuntu,sans-serif;
      font-size: 24px;
      border-top: none;
      padding: 0;
      margin-bottom: 40px; }
    .widget .widget-title.widget-title-v7,.widget .widgettitle.widget-title-v7,.widget .wpb_heading.widget-title-v7 {
      font-family: Ubuntu,sans-serif;
      font-size: 24px;
      border-top: none;
      border-bottom: 1px solid #e6e6e6;
      padding: 0 0 15px;
      margin-bottom: 30px; }
    .widget .widget-title.widget-title-v8,.widget .widgettitle.widget-title-v8,.widget .wpb_heading.widget-title-v8 {
      font-family: Ubuntu,sans-serif;
      font-size: 24px;
      border-top: none;
      border-bottom: 1px solid hsla(0,0%,100%,.2);
      padding: 0 0 15px;
      margin-bottom: 30px;
      color: #fff; }
    .widget .widget-title.separator_align_center,.widget .widgettitle.separator_align_center,.widget .wpb_heading.separator_align_center {
      text-align: center; }
      .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; }
    .widget .widget-title.separator_align_right,.widget .widgettitle.separator_align_right,.widget .wpb_heading.separator_align_right {
      text-align: right; }
      .rtl .widget .widget-title.separator_align_right,.rtl .widget .widgettitle.separator_align_right,.rtl .widget .wpb_heading.separator_align_right {
        text-align: left; }
      .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; }
    .widget .widget-title.separator_align_left,.widget .widgettitle.separator_align_left,.widget .wpb_heading.separator_align_left {
      text-align: left; }
      .rtl .widget .widget-title.separator_align_left,.rtl .widget .widgettitle.separator_align_left,.rtl .widget .wpb_heading.separator_align_left {
        text-align: right; }
      .widget .widget-title.separator_align_left:after,.widget .widgettitle.separator_align_left:after,.widget .wpb_heading.separator_align_left:after {
        left: 0;
        margin: 0; }
  .widget .widget-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
    .widget .widget-content:after,.widget .widget-content:before {
      content: " ";
      display: table; }
    .widget .widget-content:after {
      clear: both; }
  .widget .widget-title-reversed {
    margin-right: 75px; }
    .rtl .widget .widget-title-reversed {
      margin-left: 75px;
      margin-right: inherit; }
  .widget.nopadding .widget-content {
    padding: 0;
    margin: 0; }
  .widget.heading-full .widget-title,.widget.heading-full .widgettitle,.widget.heading-full .wpb_heading {
    position: relative; }
    .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; }
    .widget.heading-full .widget-title:after,.widget.heading-full .widgettitle:after,.widget.heading-full .wpb_heading:after {
      height: 2px; }
    .widget.heading-full .widget-title span:after,.widget.heading-full .widgettitle span:after,.widget.heading-full .wpb_heading span:after {
      bottom: 2px; }
  .widget:last-child {
    margin-bottom: 0; }

.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; }
  .heading-small .widget-title:after,.heading-small .widgettitle:after,.heading-small .wpb_heading:after {
    margin: 0;
    left: 0;
    width: 30px;
    background: #000;
    height: 2px; }

.rtl .separator_align_right {
  text-align: left !important; }
  .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; }

.rtl .separator_align_left {
  text-align: right !important; }
  .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; }

.widget-theme {
  border-color: #ddd; }
  .widget-theme .widget-title,.widget-theme .widgettitle,.widget-theme .wpb_heading {
    color: #fff;
    background-color: #2966b9;
    border-color: #ddd; }
    .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; }
  .widget-theme>.widget-footer+.widget-collapse .widget-body {
    border-bottom-color: #ddd; }

.widget-default {
  border-color: #ddd; }
  .widget-default .widget-title,.widget-default .widgettitle,.widget-default .wpb_heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .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; }
  .widget-default>.widget-footer+.widget-collapse .widget-body {
    border-bottom-color: #ddd; }

.widget-primary {
  border-color: #333; }
  .widget-primary .widget-title,.widget-primary .widgettitle,.widget-primary .wpb_heading {
    color: #fff;
    background-color: #333;
    border-color: #333; }
    .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: #333; }
  .widget-primary>.widget-footer+.widget-collapse .widget-body {
    border-bottom-color: #333; }

.widget-success {
  border-color: #d6e9c6; }
  .widget-success .widget-title,.widget-success .widgettitle,.widget-success .wpb_heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .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; }
  .widget-success>.widget-footer+.widget-collapse .widget-body {
    border-bottom-color: #d6e9c6; }

.widget-info {
  border-color: #bce8f1; }
  .widget-info .widget-title,.widget-info .widgettitle,.widget-info .wpb_heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .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; }
  .widget-info>.widget-footer+.widget-collapse .widget-body {
    border-bottom-color: #bce8f1; }

.widget-warning {
  border-color: #faebcc; }
  .widget-warning .widget-title,.widget-warning .widgettitle,.widget-warning .wpb_heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .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; }
  .widget-warning>.widget-footer+.widget-collapse .widget-body {
    border-bottom-color: #faebcc; }

.widget-danger {
  border-color: #ebccd1; }
  .widget-danger .widget-title,.widget-danger .widgettitle,.widget-danger .wpb_heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .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; }
  .widget-danger>.widget-footer+.widget-collapse .widget-body {
    border-bottom-color: #ebccd1; }

.widget-highlighted {
  margin: 0 0 20px; }
  .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: Ubuntu,sans-serif;
    border: none !important;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px; }
    .rtl .widget-highlighted .widget-title,.rtl .widget-highlighted .widgettitle,.rtl .widget-highlighted .wpb_heading {
      padding-left: 0;
      padding-right: inherit; }
    .widget-highlighted .widget-title:after,.widget-highlighted .widgettitle:after,.widget-highlighted .wpb_heading:after {
      content: "";
      position: absolute;
      top: 50%;
      height: 1px;
      width: 1000px;
      background: #e6e6e6; }
  .widget-highlighted .widget-content {
    padding: 0;
    background: transparent; }
    .widget-highlighted .widget-content>div {
      background: transparent; }
      .widget-highlighted .widget-content>div>ul>li {
        border: none; }
        .widget-highlighted .widget-content>div>ul>li>a {
          padding: 17px 15px;
          color: #666;
          margin: 0; }
          .widget-highlighted .widget-content>div>ul>li>a,.widget-highlighted .widget-content>div>ul>li>a:hover {
          border-top: 1px solid rgba(0,0,0,.1); }
        .widget-highlighted .widget-content>div>ul>li:first-child a {
          border-top: none; }

/* block inline style */
.widget-inline .icon {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 35px;
  /* 9 */
  font-size: 3.5rem;
  /* 9 */ }

.widget-inline .explain {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 1.1rem;
  /* 9 */ }

.widget-inline .widget-content {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */ }

.widget-inline .input-group {
  width: 98%; }

.wpo-sidebar .widget {
  border: 1px solid #e6e6e6;
  padding: 0 30px 25px;
  margin: 0 0 35px;
  background: #fff; }
  .wpo-sidebar .widget .widget-title,.wpo-sidebar .widget .widgettitle,.wpo-sidebar .widget .wpb_heading {
    padding: 15px 30px;
    margin: 0 -30px 25px;
    font-size: 13px;
    color: #2966b9;
    line-height: 20px;
    font-weight: 700;
    font-family: Oswald,sans-serif;
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    overflow: visible; }
    .wpo-sidebar .widget .widget-title span,.wpo-sidebar .widget .widgettitle span,.wpo-sidebar .widget .wpb_heading span {
      position: relative; }
      .wpo-sidebar .widget .widget-title span:before,.wpo-sidebar .widget .widgettitle span:before,.wpo-sidebar .widget .wpb_heading span:before {
        content: "";
        background-color: #2966b9;
        height: 3px;
        width: 100%;
        left: 0;
        top: -18px;
        position: absolute; }
  .wpo-sidebar .widget.widget_wpo_tabs_widget {
    border: none;
    padding: 0; }
    .wpo-sidebar .widget.widget_wpo_tabs_widget .tab-content {
      border: 1px solid #e6e6e6;
      padding: 25px 30px; }

/* block style in footer */
.wpo-footer .widget {
  border: none;
  padding: 0;
  background: transparent;
  margin: 0 0 25px; }
  .wpo-footer .widget .widget-title,.wpo-footer .widget .widgettitle,.wpo-footer .widget .wpb_heading {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 700;
    padding: 0;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */
    text-align: left;
    border: none;
    position: relative; }
    .rtl .wpo-footer .widget .widget-title,.rtl .wpo-footer .widget .widgettitle,.rtl .wpo-footer .widget .wpb_heading {
      text-align: right; }
    .wpo-footer .widget .widget-title:after,.wpo-footer .widget .widgettitle:after,.wpo-footer .widget .wpb_heading:after {
      display: none; }
    .wpo-footer .widget .widget-title span,.wpo-footer .widget .widgettitle span,.wpo-footer .widget .wpb_heading span {
      padding: 0; }
    .wpo-footer .widget .widget-title span:after,.wpo-footer .widget .widget-title span:before,.wpo-footer .widget .widgettitle span:after,.wpo-footer .widget .widgettitle span:before,.wpo-footer .widget .wpb_heading span:after,.wpo-footer .widget .wpb_heading span:before {
      content: none; }
  .wpo-footer .widget .widget-content {
    border: none;
    padding: 0; }
  .wpo-footer .widget:last-child {
    margin-bottom: 0; }

.header-bottom .widget,.wpo-topbar .widget {
  margin: 0; }

/* 10. Widget */
/* widget styles */
/*------------------------------------*	 Widget
\*------------------------------------*/
.widget label {
  font-weight: 1.2em; }

.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative; }
  .widget .widget_sp_image-image-link img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }

.widget.widget_text img {
  margin: 10px 0;
  height: auto; }

.widget .post-widget .image {
  width: 70px;
  height: auto;
  margin: 0;
  padding-right: 10px; }
  .widget .post-widget .image img {
    width: 100%;
    height: auto; }

.widget .post-widget .media-body .entry-title {
  padding-top: 0;
  margin-top: -3px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 18px; }

.widget.widget_archive ol,.widget.widget_archive ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget.widget_archive ol li:last-child,.widget.widget_archive ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .widget.widget_archive ol li .children>li:before,.widget.widget_archive ul li .children>li:before {
    top: 24px; }
  .widget.widget_archive ol ul li:first-child,.widget.widget_archive ul ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px; }

.widget.widget_archive>ul>li {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 100%;
  clear: both;
  text-align: right;
  overflow: hidden; }
  .widget.widget_archive>ul>li a {
    text-align: left;
    font-weight: 400;
    color: 777777;
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 25px; }
    .widget.widget_archive>ul>li a:after {
      content: "\f07c";
      font-family: FontAwesome;
      position: absolute;
      top: 2px;
      left: 0;
      color: #777; }
    .widget.widget_archive>ul>li a:hover {
      color: #2966b9; }
  .widget.widget_archive>ul>li:last-child {
    border-bottom: 2px solid #e6e6e6 !important;
    padding-bottom: 5px; }

.widget.widget_categories ul {
  padding: 0;
  list-style: none; }
  .widget.widget_categories ul>li {
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%; }
    .widget.widget_categories ul>li a {
      text-align: left;
      font-weight: 400;
      color: 777777;
      display: inline-block;
      float: left;
      position: relative;
      padding-left: 25px; }
      .widget.widget_categories ul>li a:after {
        content: "\f07c";
        font-family: FontAwesome;
        position: absolute;
        top: 2px;
        left: 0;
        color: #777; }
      .widget.widget_categories ul>li a:hover {
        color: #2966b9; }
    .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; }
    .widget.widget_categories ul>li ul {
      padding-left: 30px; }
      .widget.widget_categories ul>li ul li:first-child {
        padding-top: 10px; }
      .widget.widget_categories ul>li ul li:last-child {
        border: none; }

.widget.widget_pages ol,.widget.widget_pages ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget.widget_pages ol li:last-child,.widget.widget_pages ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .widget.widget_pages ol li .children>li:before,.widget.widget_pages ul li .children>li:before {
    top: 24px; }
  .widget.widget_pages ol ul li:first-child,.widget.widget_pages ul ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px; }

.widget.widget_meta ol,.widget.widget_meta ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget.widget_meta ol li:last-child,.widget.widget_meta ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .widget.widget_meta ol li .children>li:before,.widget.widget_meta ul li .children>li:before {
    top: 24px; }
  .widget.widget_meta ol ul li:first-child,.widget.widget_meta ul ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px; }

.widget.widget_nav_menu ol,.widget.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget.widget_nav_menu ol li:last-child,.widget.widget_nav_menu ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .widget.widget_nav_menu ol li .children>li:before,.widget.widget_nav_menu ul li .children>li:before {
    top: 24px; }
  .widget.widget_nav_menu ol ul li:first-child,.widget.widget_nav_menu ul ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px; }

.widget.widget_recent_entries ol,.widget.widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget.widget_recent_entries ol li:last-child,.widget.widget_recent_entries ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .widget.widget_recent_entries ol li .children>li:before,.widget.widget_recent_entries ul li .children>li:before {
    top: 24px; }
  .widget.widget_recent_entries ol ul li:first-child,.widget.widget_recent_entries ul ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px; }

.widget.widget_recent_entries ul li {
  background: none; }

.widget.widget_recent_comments ol,.widget.widget_recent_comments ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget.widget_recent_comments ol li:last-child,.widget.widget_recent_comments ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .widget.widget_recent_comments ol li .children>li:before,.widget.widget_recent_comments ul li .children>li:before {
    top: 24px; }
  .widget.widget_recent_comments ol ul li:first-child,.widget.widget_recent_comments ul ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px; }

.widget.widget_recent_comments ul li {
  background: #f8f8f8;
  padding: 15px 20px;
  margin-top: 20px; }
  .widget.widget_recent_comments ul li:first-child {
    margin-top: 0; }
  .widget.widget_recent_comments ul li:last-child {
    padding-bottom: 15px; }
  .widget.widget_recent_comments ul li a:hover {
    color: #2966b9; }

.widget.widget_rss ol,.widget.widget_rss ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget.widget_rss ol li:last-child,.widget.widget_rss ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .widget.widget_rss ol li .children>li:before,.widget.widget_rss ul li .children>li:before {
    top: 24px; }
  .widget.widget_rss ol ul li:first-child,.widget.widget_rss ul ul li:first-child {
    padding-top: 14px;
    background-position: 0 24px; }

.widget.widget_rss ul li {
  background: none; }
  .widget.widget_rss ul li a {
    padding: 0; }
  .widget.widget_rss ul li:before {
    display: none; }

.widget.widget_tag_cloud .tagcloud>a {
  display: inline-block;
  color: #999;
  line-height: 1;
  font-size: 12px;
  font-style: italic; }
  .widget.widget_tag_cloud .tagcloud>a:hover {
    color: #2966b9; }

.widget.widget_wpo_featured_video_widget .widget-video-name {
  line-height: 1.6667; }

.widget.widget_wpo_tabs_widget .nav-tabs li {
  margin-bottom: 0; }

.widget.widget_wpo_recent_comment article {
  margin-bottom: 15px; }

.widget.widget_wpo_recent_comment .avatar-comment-widget {
  margin-right: 10px;
  float: left; }
  .rtl .widget.widget_wpo_recent_comment .avatar-comment-widget {
    margin-left: 10px;
    margin-right: inherit;
    float: right; }

.widget.widget_wpo_recent_comment .content-comment-widget {
  font-size: 14px; }

.widget.widget_recent_entries ul>li {
  margin-bottom: 20px; }
  .widget.widget_recent_entries ul>li,.widget.widget_recent_entries ul>li:last-child {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 20px; }
  .widget.widget_recent_entries ul>li a:hover {
    color: #2966b9; }
  .widget.widget_recent_entries ul>li .post-date {
    font-weight: 400 !important;
    font-size: 10px;
    text-transform: uppercase; }
  .widget.widget_recent_entries ul>li a {
    font-weight: 400 !important;
    display: block; }

.widget.widget_pages ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0; }
  .widget.widget_pages ul li ul.children {
    padding-left: 15px; }
    .rtl .widget.widget_pages ul li ul.children {
      padding-right: 15px;
      padding-left: inherit; }
    .widget.widget_pages ul li ul.children li:first-child {
      padding-top: 10px; }

.widget.widget_calendar table {
  margin-bottom: 0; }
  .widget.widget_calendar table caption {
    padding-top: 0; }

.widget.widget_calendar .table>thead>tr>th,.widget.widget_calendar table>thead>tr>th {
  border-bottom-width: 1px; }

.widget.widget_calendar table>tbody>tr>td,.widget.widget_calendar table>tbody>tr>th,.widget.widget_calendar table>tfoot>tr>td,.widget.widget_calendar table>tfoot>tr>th,.widget.widget_calendar table>thead>tr>td,.widget.widget_calendar table>thead>tr>th {
  padding: 5px; }

.widget.wpo-video-box .entry-thumb {
  margin-bottom: 0; }

.widget.wpo-video-box .wpo-video-content {
  background-color: #181818;
  padding: 25px 30px 30px; }
  .widget.wpo-video-box .wpo-video-content .entry-title {
    padding: 0;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px; }

.widget.wpo-testimonial .wpo-testimonial-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 217px;
  height: 217px;
  z-index: 2; }
  .rtl .widget.wpo-testimonial .wpo-testimonial-bg {
    left: 0;
    right: auto; }

.widget.wpo-testimonial .widget-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 25px 15px 125px;
  margin: 0; }
    .widget.wpo-testimonial .widget-content .item,.widget.wpo-testimonial .widget-content .item .testimonials-body {
    position: relative;
    z-index: 3; }
      .widget.wpo-testimonial .widget-content .item .testimonials-body p {
        font-size: 24px;
        font-style: italic;
        font-weight: 300;
        line-height: 38px; }
    .widget.wpo-testimonial .widget-content .item .testimonials-name {
      font-weight: 400;
      text-transform: uppercase;
      color: #2966b9;
      letter-spacing: 1px; }

.widget.blog-type img.avatar {
  width: 40px; }

.widget.blog-type .author-avatar {
  bottom: -20px;
  right: 44%; }

.widget.top-author-widget {
  background-color: #f8f8f8;
  padding: 0 20px;
  text-align: center; }
  .widget.top-author-widget .widget-title.widget-title-v3 span:before {
    top: 0; }
  .widget.top-author-widget .widget-content .content-user {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative; }
    .widget.top-author-widget .widget-content .content-user:after {
      content: "";
      background-color: #eaeaea;
      position: absolute;
      bottom: -1px;
      left: 50%;
      margin-left: -15px;
      height: 3px;
      width: 30px; }
    .widget.top-author-widget .widget-content .content-user .avatar-user {
      margin-bottom: 20px; }
      .widget.top-author-widget .widget-content .content-user .avatar-user img {
        width: 100px;
        border-radius: 50%; }
    .widget.top-author-widget .widget-content .content-user .info-user .name-user {
      font-size: 14px;
      margin-bottom: 5px; }
      .widget.top-author-widget .widget-content .content-user .info-user .name-user a:hover {
        color: #2966b9; }
    .widget.top-author-widget .widget-content .content-user .info-user .roles-user {
      font-size: 11px;
      font-style: italic;
      font-weight: 300;
      color: #aaa; }
      .widget.top-author-widget .widget-content .content-user .info-user .roles-user .count-user {
        color: #2966b9; }
  .widget.top-author-widget.style2 {
    background-color: #fff; }
    .widget.top-author-widget.style2 .widget-content .content-user .info-user .roles-user .count-user {
      color: #000; }

.widget.wpo-grid-list .header-gridpost {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 25px; }
  .widget.wpo-grid-list .header-gridpost .title-widget {
    float: left; }
    .widget.wpo-grid-list .header-gridpost .title-widget .widget-title {
      border-top: none;
      margin: 0; }
  .widget.wpo-grid-list .header-gridpost .button-gridlist {
    float: right;
    overflow: hidden; }
    .widget.wpo-grid-list .header-gridpost .button-gridlist span {
      display: block;
      float: left;
      line-height: 36px;
      margin-right: 10px;
      font-size: 12px; }
    .widget.wpo-grid-list .header-gridpost .button-gridlist .class-button {
      float: left;
      border-left: 1px solid #e6e6e6; }
      .widget.wpo-grid-list .header-gridpost .button-gridlist .class-button a {
        display: block;
        float: left;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 14px;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        color: #e6e6e6; }
        .widget.wpo-grid-list .header-gridpost .button-gridlist .class-button a:hover {
          color: #2966b9; }
        .widget.wpo-grid-list .header-gridpost .button-gridlist .class-button a.active {
          color: #000; }

.widget.wpo-grid-list .widget-content .post-thumb {
  overflow: hidden; }

.widget.wpo-grid-list .widget-content .display-grid {
  overflow: hidden;
  margin: 0 -15px; }
  .widget.wpo-grid-list .widget-content .display-grid .post {
    width: 50%;
    float: left;
    padding: 0 15px; }
    .widget.wpo-grid-list .widget-content .display-grid .post .post-container .row>div {
      width: 100%; }
      .widget.wpo-grid-list .widget-content .display-grid .post .post-container .row>div .post-thumb {
        margin-bottom: 15px; }

.widget.wpo-grid-list .button-loadmore {
  text-align: center; }
  .widget.wpo-grid-list .button-loadmore a i {
    margin-right: 10px;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .rtl .widget.wpo-grid-list .button-loadmore a i {
      margin-left: 10px;
      margin-right: inherit; }
  .widget.wpo-grid-list .button-loadmore a.active,.widget.wpo-grid-list .button-loadmore a:active,.widget.wpo-grid-list .button-loadmore a:hover {
    color: #fff;
    border-color: #2966b9;
    background-color: #2966b9; }
    .widget.wpo-grid-list .button-loadmore a.active i,.widget.wpo-grid-list .button-loadmore a:active i,.widget.wpo-grid-list .button-loadmore a:hover i {
      -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
      -o-transform: rotate(1turn);
      transform: rotate(1turn); }

.widget.wpo-grid-list.style2 .header-gridpost {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  margin-right: -30px;
  padding-right: 30px; }
  .rtl .widget.wpo-grid-list.style2 .header-gridpost {
    margin-left: -30px;
    margin-right: inherit;
    padding-left: 30px;
    padding-right: inherit; }
  .widget.wpo-grid-list.style2 .header-gridpost:after {
    content: "";
    position: absolute;
    left: 100%;
    height: 1px;
    width: 30px;
    background-color: #e6e6e6;
    bottom: 0; }
  .widget.wpo-grid-list.style2 .header-gridpost .button-gridlist .class-button a {
    border-top: 1px solid #e6e6e6; }
  .widget.wpo-grid-list.style2 .blog-post-detail,.widget.wpo-grid-list.style2 .blog-post-detail .entry-detail {
  background-color: #f8f8f8;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .widget.wpo-grid-list.style2 .blog-post-detail .entry-detail {
    padding: 15px 20px 25px; }
  .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2d3a47;
    padding: 10px 20px;
    font-size: 11px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .rtl .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer {
      right: 0;
      left: auto; }
    .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer .author-avatar {
      display: table-cell;
      padding-right: 8px; }
      .rtl .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer .author-avatar {
        padding-left: 8px;
        padding-right: inherit; }
      .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer .author-avatar img {
        width: 30px;
        height: 30px;
        border-radius: 50%; }
    .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer .author-link {
      display: table-cell; }
    .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer a {
      color: #fff; }
      .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer a:hover {
        color: #2966b9; }
    .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer .comment-count {
      color: #fff;
      line-height: 30px; }
      .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer .comment-count i {
        padding-right: 5px;
        display: table-cell;
        font-size: 13px; }
        .rtl .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer .comment-count i {
          padding-left: 5px;
          padding-right: inherit; }
      .widget.wpo-grid-list.style2 .blog-post-detail .entry-content-footer .comment-count a {
        font-style: italic;
        display: table-cell; }
  .widget.wpo-grid-list.style2 .blog-post-detail:hover {
    padding-bottom: 30px; }
    .widget.wpo-grid-list.style2 .blog-post-detail:hover .entry-content-footer {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Good browsers */
      opacity: 1;
      display: block; }
    .widget.wpo-grid-list.style2 .blog-post-detail:hover .entry-detail {
      margin-top: -30px; }
  .widget.wpo-grid-list.style2 .blog-post-detail .entry-thumb {
    margin-bottom: 0;
    overflow: hidden; }
  .widget.wpo-grid-list.style2 .blog-post-detail .entry-data {
    background: none !important;
    position: static !important;
    float: left;
    width: 100%;
    margin: 0 0 20px; }
    .widget.wpo-grid-list.style2 .blog-post-detail .entry-data .entry-meta {
      text-align: center;
      margin-top: -30px; }
      .widget.wpo-grid-list.style2 .blog-post-detail .entry-data .entry-meta .entry-date {
        color: #fff;
        background-color: #000;
        font-style: normal;
        text-align: center;
        line-height: 18px;
        padding: 8px 0;
        margin: 0; }
        .widget.wpo-grid-list.style2 .blog-post-detail .entry-data .entry-meta .entry-date:after {
          display: none; }
        .widget.wpo-grid-list.style2 .blog-post-detail .entry-data .entry-meta .entry-date span {
          color: #fff; }
          .widget.wpo-grid-list.style2 .blog-post-detail .entry-data .entry-meta .entry-date span.date,.widget.wpo-grid-list.style2 .blog-post-detail .entry-data .entry-meta .entry-date span.month {
            font-size: 11px; }
      .widget.wpo-grid-list.style2 .blog-post-detail .entry-data .entry-meta .post-icon {
        display: block;
        background-color: #2966b9;
        color: #fff;
        font-size: 14px;
        padding: 10px 0; }
  .widget.wpo-grid-list.style2 .blog-post-detail .left {
    position: relative;
    padding: 0 15px 0 0 !important; }
  .widget.wpo-grid-list.style2 .blog-post-detail .right {
    padding: 0 0 0 5px !important; }
    .widget.wpo-grid-list.style2 .blog-post-detail .right .entry-category {
      font-size: 10px;
      text-transform: uppercase;
      font-family: Ubuntu,sans-serif; }
      .widget.wpo-grid-list.style2 .blog-post-detail .right .entry-category a {
        color: #999; }
        .widget.wpo-grid-list.style2 .blog-post-detail .right .entry-category a:hover {
          color: #2966b9; }
  .widget.wpo-grid-list.style2 .blog-post-detail .entry-date {
    text-align: right;
    color: #fff;
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 5px; }
    .widget.wpo-grid-list.style2 .blog-post-detail .entry-date span {
      display: block;
      padding: 0; }
      .widget.wpo-grid-list.style2 .blog-post-detail .entry-date span.date {
        font-size: 120%;
        font-weight: 700; }
      .widget.wpo-grid-list.style2 .blog-post-detail .entry-date span.month {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase; }
  .widget.wpo-grid-list.style2 .blog-post-detail .entry-title {
    margin: 0;
    padding: 5px 0 0; }
    .widget.wpo-grid-list.style2 .blog-post-detail .entry-title a {
      color: #000;
      line-height: 1.5;
      text-transform: none;
      font-size: 14px;
      font-weight: 400; }
      .widget.wpo-grid-list.style2 .blog-post-detail .entry-title a:hover {
        color: #2966b9; }

.widget.wpo-grid-list.style2 .display-list .blog-post-detail .left {
  width: 15%; }

.widget.wpo-grid-list.style2 .display-list .blog-post-detail .right {
  width: 85%; }

.widget.wpo-grid-list .button-loadmore a {
  display: block; }

.widget.frontpage-8 .header-gridpost {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  margin-right: -30px;
  padding-right: 30px; }
  .rtl .widget.frontpage-8 .header-gridpost {
    margin-left: -30px;
    margin-right: inherit;
    padding-left: 30px;
    padding-right: inherit; }
  .widget.frontpage-8 .header-gridpost .title-widget {
    float: left; }
    .widget.frontpage-8 .header-gridpost .title-widget .widget-title {
      border-top: none;
      margin: 0; }
  .widget.frontpage-8 .header-gridpost .button-gridlist {
    float: right;
    overflow: hidden; }
    .widget.frontpage-8 .header-gridpost .button-gridlist span {
      display: block;
      float: left;
      line-height: 36px;
      margin-right: 10px;
      font-size: 12px; }
    .widget.frontpage-8 .header-gridpost .button-gridlist .class-button {
      float: left;
      border-left: 1px solid #e6e6e6; }
      .widget.frontpage-8 .header-gridpost .button-gridlist .class-button a {
        display: block;
        float: left;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 14px;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        color: #e6e6e6; }
        .widget.frontpage-8 .header-gridpost .button-gridlist .class-button a:hover {
          color: #2966b9; }
        .widget.frontpage-8 .header-gridpost .button-gridlist .class-button a.active {
          color: #000; }

.widget.frontpage-8 .widget-content .display-list .row>div {
  width: 100%; }
  .widget.frontpage-8 .widget-content .display-list .row>div .nice-style.v2 .left {
    width: 15%; }
  .widget.frontpage-8 .widget-content .display-list .row>div .nice-style.v2 .right {
    width: 85%; }

.widget.frontpage-8 .button-loadmore {
  text-align: center; }
  .widget.frontpage-8 .button-loadmore a i {
    margin-right: 10px;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .rtl .widget.frontpage-8 .button-loadmore a i {
      margin-left: 10px;
      margin-right: inherit; }
  .widget.frontpage-8 .button-loadmore a:hover {
    color: #fff;
    border-color: #2966b9;
    background-color: #2966b9; }
    .widget.frontpage-8 .button-loadmore a:hover i {
      -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
      -o-transform: rotate(1turn);
      transform: rotate(1turn); }

.widget.wpo-grid-posts.slide-show {
  overflow: hidden; }
  .widget.wpo-grid-posts.slide-show .widget-content .carousel-controls {
    position: absolute;
    right: 35px;
    top: 54.7%;
    display: block !important;
    z-index: 10;
    overflow: hidden; }
    .rtl .widget.wpo-grid-posts.slide-show .widget-content .carousel-controls {
      left: 35px;
      right: auto; }
    .widget.wpo-grid-posts.slide-show .widget-content .carousel-controls .carousel-control {
      position: static;
      border-radius: 3px !important;
      color: #fff;
      background-color: #181818;
      border: none;
      display: block !important;
      float: left;
      margin-left: 1px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      font-size: 14px; }
      .rtl .widget.wpo-grid-posts.slide-show .widget-content .carousel-controls .carousel-control {
        margin-right: 1px;
        margin-left: inherit; }
      .widget.wpo-grid-posts.slide-show .widget-content .carousel-controls .carousel-control span {
        display: block; }
      .widget.wpo-grid-posts.slide-show .widget-content .carousel-controls .carousel-control.left span:before {
        content: "\f104"; }
      .widget.wpo-grid-posts.slide-show .widget-content .carousel-controls .carousel-control.right span:before {
        content: "\f105"; }
      .widget.wpo-grid-posts.slide-show .widget-content .carousel-controls .carousel-control:hover {
        background-color: #2966b9; }
    .widget.wpo-grid-posts.slide-show .widget-content .owl-controls,.widget.wpo-grid-posts.slide-show .widget-content .owl-controls .owl-buttons {
      display: none; }
  .widget.wpo-grid-posts.slide-show .widget-content .post {
    margin-bottom: 2px !important;
    position: relative; }
    .widget.wpo-grid-posts.slide-show .widget-content .post:hover .entry-thumb img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .widget.wpo-grid-posts.slide-show .widget-content .post>div {
      position: relative; }
    .widget.wpo-grid-posts.slide-show .widget-content .post .entry-thumb {
      margin-bottom: 0; }
    .widget.wpo-grid-posts.slide-show .widget-content .post .entry-content {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 80px 50% 40px 50px;
      color: #fff;
      background: -moz-linear-gradient(top,rgba(76,76,76,0) 0,hsla(0,0%,7%,.7) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(76,76,76,0)),color-stop(100%,hsla(0,0%,7%,.7)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,rgba(76,76,76,0),hsla(0,0%,7%,.7));
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,rgba(76,76,76,0) 0,hsla(0,0%,7%,.7) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top,rgba(76,76,76,0) 0,hsla(0,0%,7%,.7) 100%);
      /* IE10+ */
      background: linear-gradient(180deg,rgba(76,76,76,0) 0,hsla(0,0%,7%,.7));
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c4c4c",endColorstr="#b3131313",GradientType=0);
      /* IE6-9 */ }
      .rtl .widget.wpo-grid-posts.slide-show .widget-content .post .entry-content {
        right: 0;
        left: auto; }
      .widget.wpo-grid-posts.slide-show .widget-content .post .entry-content .entry-title {
        font-weight: 900;
        font-size: 30px;
        line-height: 1.4; }
        .widget.wpo-grid-posts.slide-show .widget-content .post .entry-content .entry-title a {
          color: #fff; }
          .widget.wpo-grid-posts.slide-show .widget-content .post .entry-content .entry-title a:hover {
            color: #2966b9; }
      .widget.wpo-grid-posts.slide-show .widget-content .post .entry-content .entry-category {
        margin-bottom: 10px; }
        .widget.wpo-grid-posts.slide-show .widget-content .post .entry-content .entry-category a {
          display: inline-block;
          text-transform: uppercase;
          color: #fff;
          background-color: #2966b9;
          border-radius: 3px;
          font-style: normal;
          font-weight: 400;
          font-family: Oswald,sans-serif;
          padding: 1px 10px;
          letter-spacing: 1px; }
  .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-1 .row {
    margin-left: 0;
    margin-right: 0; }
    .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-1 .row>div {
      padding-left: 1px;
      padding-right: 1px; }
  .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row {
    margin-left: -1px;
    margin-right: -1px; }
    .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row>div {
      padding-left: 1px;
      padding-right: 1px; }
      .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row>div .post .entry-content {
        padding: 80px 30% 30px 51px; }
        .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row>div .post .entry-content .entry-title {
          font-size: 24px;
          font-weight: 400;
          padding-top: 0; }
      .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row>div.col-md-4 .post .entry-content {
        padding: 30px 10% 15px 31px; }
        .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row>div.col-md-4 .post .entry-content .entry-title {
          font-size: 18px; }

.widget-social-links.style-1 .social {
  overflow: hidden;
  margin: -10px -5px 0; }
  .widget-social-links.style-1 .social li {
    margin: 10px 5px 0; }
    .widget-social-links.style-1 .social li a {
      width: 36px;
      height: 36px;
      color: #fff;
      border: 2px solid hsla(0,0%,100%,.2);
      border-radius: 50%;
      padding: 0;
      line-height: 32px;
      display: block;
      text-align: center;
      font-size: 15px; }
      .widget-social-links.style-1 .social li a:hover {
        border-color: #fff; }

.footer-v4 .widget-social-links {
  margin-top: 25px; }

/*------------------------------------*	 Widget Sidebar
\*------------------------------------*/
.wpo-sidebar select,.wpo-sidebar table {
  width: 100%; }

.wpo-sidebar .comment-widget .blog-title,.wpo-sidebar .comment-widget h6,.wpo-sidebar .post-widget .blog-title,.wpo-sidebar .post-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 */ }

.wpo-sidebar .comment-widget p,.wpo-sidebar .post-widget p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */ }

.wpo-sidebar .comment-widget .post-date,.wpo-sidebar .post-widget .post-date {
  margin: 0;
  line-height: 1;
  font-size: 11px;
  font-style: italic;
  color: #aaa; }

.isotope-list {
  overflow: hidden; }

/*------------------------------------*	 Widget Footer
\*------------------------------------*/
.wpo-footer .widget_text p {
  margin: 0; }

.wpo-footer .widget_categories ul {
  overflow: hidden; }
  .wpo-footer .widget_categories ul li {
    border: none;
    margin: 0;
    padding: 5px;
    width: 50%;
    float: left; }
    .wpo-footer .widget_categories ul li a {
      padding-left: 10px;
      font-size: 11px;
      color: #aaa;
      text-transform: uppercase; }
      .wpo-footer .widget_categories ul li a:after {
        content: "\f105";
        top: 0;
        color: #aaa;
        font-size: 10px; }
    .wpo-footer .widget_categories ul li .children {
      display: none; }

.wpcf7 .contact-footer input:not([type*=submit]),.wpcf7 .contact-footer textarea {
  background: #3b3248;
  color: #999;
  border: none; }

.wpcf7 .contact-footer textarea {
  height: 160px; }

.wpo-pagination {
  text-align: center; }
  .wpo-pagination ul.pagination {
    display: inline-block;
    float: none !important;
    margin-bottom: 60px; }
    .wpo-pagination ul.pagination>li>a,.wpo-pagination ul.pagination>li>span {
      width: 34px;
      height: 34px;
      color: #000;
      font-size: 12px;
      margin: 0 5px;
      border: 1px solid #e6e6e6;
      padding: 0;
      text-align: center;
      line-height: 32px; }
      .wpo-pagination ul.pagination>li>a.next,.wpo-pagination ul.pagination>li>a.prev,.wpo-pagination ul.pagination>li>span.next,.wpo-pagination ul.pagination>li>span.prev {
        text-indent: -9999px;
        position: relative;
        overflow: hidden; }
        .wpo-pagination ul.pagination>li>a.next:after,.wpo-pagination ul.pagination>li>a.prev:after,.wpo-pagination ul.pagination>li>span.next:after,.wpo-pagination ul.pagination>li>span.prev:after {
          position: absolute;
          top: 0;
          right: 13px;
          font-family: FontAwesome;
          z-index: 1;
          text-indent: 99px !important; }
      .wpo-pagination ul.pagination>li>a.next:after,.wpo-pagination ul.pagination>li>span.next:after {
        content: "\f101"; }
      .wpo-pagination ul.pagination>li>a.prev:after,.wpo-pagination ul.pagination>li>span.prev:after {
        content: "\f100"; }
      .wpo-pagination ul.pagination>li>a.active,.wpo-pagination ul.pagination>li>a.current,.wpo-pagination ul.pagination>li>a:hover,.wpo-pagination ul.pagination>li>span.active,.wpo-pagination ul.pagination>li>span.current,.wpo-pagination ul.pagination>li>span:hover {
        background: #000;
        color: #fff; }
  .wpo-pagination .result-count {
    display: none; }

.widget_wpo_socials_widget .widget-title {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 400;
  line-height: 1; }

.widget_wpo_breaking_post_widget .widget-title {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 400;
  line-height: 26px;
  color: #e51717;
  font-size: 11px; }

.widget_wpo_breaking_post_widget.widget .post-widget .media-body .entry-title {
  margin: -1px 0 0; }

.widget_wpo_breaking_post_widget .carousel-controls {
  display: none; }

.widget .widget-content .post .entry-content-footer {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  display: none; }

.widget.tab-categories-posts .tab-title {
  border-top: 3px solid #000;
  padding: 15px 0 20px; }
  .widget.tab-categories-posts .tab-title .nav-tabs>li {
    margin: 6px 0 0 20px; }
    .rtl .widget.tab-categories-posts .tab-title .nav-tabs>li {
      margin: 6px 20px 0 0; }
      .rtl .widget.tab-categories-posts .tab-title .nav-tabs>li:first-child,.widget.tab-categories-posts .tab-title .nav-tabs>li:first-child {
        margin: 0; }
    .widget.tab-categories-posts .tab-title .nav-tabs>li>a {
      border: none;
      color: #999;
      font-size: 11px;
      font-weight: 400;
      margin: 0;
      padding: 0;
      line-height: 1; }
      .widget.tab-categories-posts .tab-title .nav-tabs>li>a:hover {
        color: #2966b9; }
      .widget.tab-categories-posts .tab-title .nav-tabs>li>a:before {
        content: none; }
    .widget.tab-categories-posts .tab-title .nav-tabs>li .widget-title {
      border: none;
      margin: 0;
      padding: 0;
      line-height: 1;
      position: relative;
      overflow: visible; }
      .widget.tab-categories-posts .tab-title .nav-tabs>li .widget-title:before {
        content: "";
        position: absolute;
        top: -18px;
        height: 3px;
        left: 0;
        background-color: #2966b9;
        width: 100%; }
        .rtl .widget.tab-categories-posts .tab-title .nav-tabs>li .widget-title:before {
          right: 0;
          left: auto; }
      .widget.tab-categories-posts .tab-title .nav-tabs>li .widget-title a {
        color: #2966b9; }
  .widget.tab-categories-posts .tab-title .view-all {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    display: block;
    font-family: Oswald,sans-serif;
    line-height: 1;
    margin-top: 5px; }
    .widget.tab-categories-posts .tab-title .view-all:hover {
      color: #2966b9; }

.widget.tab-categories-posts .widget-content .post {
  background-color: #fff;
  margin-bottom: 0;
  position: relative; }
  .widget.tab-categories-posts .widget-content .post .entry-thumb {
    margin-bottom: 0; }
    .widget.tab-categories-posts .widget-content .post .entry-thumb .post-icon {
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      border-radius: 3px;
      background-color: #fff;
      position: absolute;
      bottom: 10px;
      right: 10px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .rtl .widget.tab-categories-posts .widget-content .post .entry-thumb .post-icon {
        left: 10px;
        right: auto; }
  .widget.tab-categories-posts .widget-content .post .entry-content {
    padding: 25px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff;
    position: relative; }
    .widget.tab-categories-posts .widget-content .post .entry-content>p {
      margin-bottom: 10px; }
    .widget.tab-categories-posts .widget-content .post .entry-content .entry-meta-2 {
      margin-bottom: 5px; }
  .widget.tab-categories-posts .widget-content .post.media {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #e6e6e6; }
    .widget.tab-categories-posts .widget-content .post.media .media-left {
      padding-right: 10px; }
      .rtl .widget.tab-categories-posts .widget-content .post.media .media-left {
        padding-left: 10px;
        padding-right: inherit; }
      .widget.tab-categories-posts .widget-content .post.media .media-left .entry-thumb {
        margin: 0;
        width: 60px; }
    .widget.tab-categories-posts .widget-content .post.media .media-body .entry-title {
      font-size: 12px;
      margin-bottom: 3px; }
    .widget.tab-categories-posts .widget-content .post.media:first-child {
      border-top: none; }
  .widget.tab-categories-posts .widget-content .post .entry-content-footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2d3a47;
    padding: 10px 20px;
    font-size: 11px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .rtl .widget.tab-categories-posts .widget-content .post .entry-content-footer {
      right: 0;
      left: auto; }
    .widget.tab-categories-posts .widget-content .post .entry-content-footer .author-avatar {
      display: table-cell;
      padding-right: 8px; }
      .rtl .widget.tab-categories-posts .widget-content .post .entry-content-footer .author-avatar {
        padding-left: 8px;
        padding-right: inherit; }
      .widget.tab-categories-posts .widget-content .post .entry-content-footer .author-avatar img {
        width: 30px;
        height: 30px;
        border-radius: 50%; }
    .widget.tab-categories-posts .widget-content .post .entry-content-footer .author-link {
      display: table-cell; }
    .widget.tab-categories-posts .widget-content .post .entry-content-footer a {
      color: #fff; }
      .widget.tab-categories-posts .widget-content .post .entry-content-footer a:hover {
        color: #2966b9; }
    .widget.tab-categories-posts .widget-content .post .entry-content-footer .comment-count {
      color: #fff;
      line-height: 30px; }
      .widget.tab-categories-posts .widget-content .post .entry-content-footer .comment-count i {
        padding-right: 5px;
        display: table-cell;
        font-size: 13px; }
        .rtl .widget.tab-categories-posts .widget-content .post .entry-content-footer .comment-count i {
          padding-left: 5px;
          padding-right: inherit; }
      .widget.tab-categories-posts .widget-content .post .entry-content-footer .comment-count a {
        font-style: italic;
        display: table-cell; }
  .widget.tab-categories-posts .widget-content .post:hover .entry-content-footer {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    visibility: visible; }
  .widget.tab-categories-posts .widget-content .post:hover .entry-content {
    margin-top: -45px;
    padding-bottom: 70px; }
  .widget.tab-categories-posts .widget-content .post:hover .entry-thumb .post-icon {
    bottom: 40px; }

.widget.tab-categories-posts .widget-content .media-wrapper {
  background-color: #fff;
  padding: 10px 30px; }

.widget.tab-categories-posts .widget-content .banner-wrapper {
  padding: 15px;
  background-color: #fff; }

.widget.tab-categories-posts .widget-content .style5 .posts-inner .row .col-md-3>article.post:last-child {
  padding: 0 30px 20px; }
  .widget.tab-categories-posts .widget-content .style5 .posts-inner .row .col-md-3>article.post:last-child .entry-title {
    padding-top: 25px;
    border-top: 1px solid #e6e6e6; }

.footer-v3 .widget-social-links {
  float: right; }
  .rtl .footer-v3 .widget-social-links {
    float: left; }
  .footer-v3 .widget-social-links .widget-content .social {
    overflow: hidden;
    margin: 0; }
    .footer-v3 .widget-social-links .widget-content .social li {
      margin: 0 0 0 5px; }
      .rtl .footer-v3 .widget-social-links .widget-content .social li {
        margin: 0 5px 0 0; }
      .footer-v3 .widget-social-links .widget-content .social li a {
        line-height: 46px;
        width: 46px;
        text-align: center;
        background-color: #303030;
        border-radius: 50%;
        display: block;
        padding: 0;
        color: #575757;
        font-size: 16px; }
        .footer-v3 .widget-social-links .widget-content .social li a:hover {
          color: #fff; }

.widget.trending-widget .heading-title {
  border: 1px solid #e6e6e6;
  padding: 0 20px 0 30px; }
  .widget.trending-widget .heading-title .widget-title {
    float: left;
    margin: 0;
    font-size: 12px;
    border-top: none;
    overflow: visible;
    color: #2966b9;
    padding-bottom: 18px;
    padding-top: 15px; }
    .rtl .widget.trending-widget .heading-title .widget-title {
      float: right; }
    .widget.trending-widget .heading-title .widget-title:before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      height: 3px;
      width: 100%;
      background-color: #2966b9; }
      .rtl .widget.trending-widget .heading-title .widget-title:before {
        right: 0;
        left: auto; }
  .widget.trending-widget .heading-title .heading-tab {
    float: right; }
    .rtl .widget.trending-widget .heading-title .heading-tab {
      float: left; }
    .widget.trending-widget .heading-title .heading-tab .nav-tabs {
      border-bottom: none; }
      .widget.trending-widget .heading-title .heading-tab .nav-tabs>li {
        margin: 0 0 0 10px; }
        .rtl .widget.trending-widget .heading-title .heading-tab .nav-tabs>li {
          margin: 0 10px 0 0; }
          .rtl .widget.trending-widget .heading-title .heading-tab .nav-tabs>li:first-child,.widget.trending-widget .heading-title .heading-tab .nav-tabs>li:first-child {
            margin: 0; }
        .widget.trending-widget .heading-title .heading-tab .nav-tabs>li>a {
          border: none;
          margin: 0;
          padding: 10px 0;
          font-size: 14px;
          color: #ccc; }
          .widget.trending-widget .heading-title .heading-tab .nav-tabs>li>a:before {
            content: none; }
        .widget.trending-widget .heading-title .heading-tab .nav-tabs>li.active>a {
          color: #000; }

.tab-comments.trending .content-post,.tab-views.trending .content-post {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding: 20px; }
  .tab-comments.trending .content-post .count-views,.tab-views.trending .content-post .count-views {
    display: table-cell;
    padding-right: 30px;
    font-size: 18px;
    color: #999;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    font-family: Oswald,sans-serif; }
    .rtl .tab-comments.trending .content-post .count-views,.rtl .tab-views.trending .content-post .count-views {
      padding-left: 30px;
      padding-right: inherit; }
  .tab-comments.trending .content-post .post-content,.tab-views.trending .content-post .post-content {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: top; }
    .tab-comments.trending .content-post .post-content .category-post,.tab-views.trending .content-post .post-content .category-post {
      font-size: 11px;
      text-transform: uppercase;
      font-family: Oswald,sans-serif; }
      .tab-comments.trending .content-post .post-content .category-post a,.tab-views.trending .content-post .post-content .category-post a {
        color: #2966b9; }
        .tab-comments.trending .content-post .post-content .category-post a:hover,.tab-views.trending .content-post .post-content .category-post a:hover {
          color: #000; }
    .tab-comments.trending .content-post .post-content .entry-title,.tab-views.trending .content-post .post-content .entry-title {
      padding-top: 5px;
      font-size: 12px;
      margin: 0; }
  .tab-comments.trending .content-post .value_bar_container,.tab-views.trending .content-post .value_bar_container {
    position: absolute;
    bottom: 0;
    left: 0; }
    .rtl .tab-comments.trending .content-post .value_bar_container,.rtl .tab-views.trending .content-post .value_bar_container {
      right: 0;
      left: auto; }
    .tab-comments.trending .content-post .value_bar_container .value_bar,.tab-views.trending .content-post .value_bar_container .value_bar {
      height: 100%;
      background-color: #f8f8f8; }

.wpo-sidebar .widget.widget_search {
  padding-top: 25px; }

.responsiveHeight {
  height: 730px;
  padding-bottom: 0;
  position: relative;
  overflow: visible; }

.responsiveHeight>.inner {
  width: 100%;
  height: 100%;
  max-height: 730px;
  position: relative;
  top: 0;
  left: 0; }
  .responsiveHeight>.inner .carousel-control {
    height: 38px;
    border-radius: 0;
    border: 2px solid #fff;
    background-color: #000;
    width: 38px;
    line-height: 34px;
    color: #fff;
    font-size: 18px;
    top: auto;
    bottom: 100px; }
    .responsiveHeight>.inner .carousel-control.right {
      right: 19%;
      margin-right: -70px; }
    .responsiveHeight>.inner .carousel-control.left {
      left: 19%;
      margin-left: -70px; }
    .responsiveHeight>.inner .carousel-control:hover {
      background-color: #fff;
      color: #000; }

.iosSlider {
  position: relative;
  overflow: hidden; }
  .iosSlider,.iosSlider .loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .iosSlider .loading {
    position: absolute;
    text-align: center;
    z-index: 11;
    background-color: #fff; }
    .iosSlider .loading>i {
      color: #2966b9;
      font-size: 30px;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      top: 30%; }

.iosSlider .slider {
  width: 100%;
  height: 100%; }

.iosSlider .slider .item {
  width: 62%;
  height: 100%;
  text-align: center;
  padding: 0;
  float: left; }
  .iosSlider .slider .item .post {
    margin-bottom: 0; }
    .iosSlider .slider .item .post .entry-image .mask {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(0,0,0,.4);
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Good browsers */
      opacity: 1; }
    .iosSlider .slider .item .post .entry-content {
      padding: 30px 30px 0;
      position: absolute;
      bottom: 0;
      height: 211px;
      width: 100%;
      left: 0;
      z-index: 100;
      background-color: #303030; }
      .iosSlider .slider .item .post .entry-content .entry-title {
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 0;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Good browsers */
        opacity: 0; }
        .iosSlider .slider .item .post .entry-content .entry-title a {
          color: #fff; }
          .iosSlider .slider .item .post .entry-content .entry-title a:hover {
            color: #2966b9; }
      .iosSlider .slider .item .post .entry-content .entry-categories {
        display: inline-block;
        border-radius: 3px;
        color: #fff;
        text-transform: uppercase;
        background-color: #000;
        padding: 3px 10px;
        font-size: 10px;
        font-weight: 700;
        font-family: Ubuntu,sans-serif;
        letter-spacing: 1px;
        margin-bottom: 5px; }
        .iosSlider .slider .item .post .entry-content .entry-categories:hover {
          background-color: #2966b9; }
  .iosSlider .slider .item.selected .post .entry-image .mask {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0; }
  .iosSlider .slider .item.selected .post .entry-content .entry-title {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }

.iosSlider .slider .item img {
  width: 100%;
  left: 0;
  margin: 0 auto;
  position: relative;
  top: 0; }

.widget_wpo_breaking_post_widget .special .widget-content .media-body {
  display: block; }
  .widget_wpo_breaking_post_widget .special .widget-content .media-body .entry-date {
    display: table-cell;
    vertical-align: top;
    border: 2px solid #2966b9;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    font-family: Ubuntu,sans-serif;
    font-style: normal;
    text-align: center;
    padding: 8px 13px 9px;
    text-transform: uppercase; }
    .widget_wpo_breaking_post_widget .special .widget-content .media-body .entry-date .date {
      font-size: 14px;
      margin-bottom: 5px; }
    .widget_wpo_breaking_post_widget .special .widget-content .media-body .entry-date>span {
      display: block;
      padding-right: 0;
      line-height: 1; }
      .rtl .widget_wpo_breaking_post_widget .special .widget-content .media-body .entry-date>span {
        padding-left: 0;
        padding-right: inherit; }
  .widget_wpo_breaking_post_widget .special .widget-content .media-body .entry-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }
    .rtl .widget_wpo_breaking_post_widget .special .widget-content .media-body .entry-title {
      padding-right: 15px;
      padding-left: inherit; }
    .widget_wpo_breaking_post_widget .special .widget-content .media-body .entry-title a {
      color: #fff; }
      .widget_wpo_breaking_post_widget .special .widget-content .media-body .entry-title a:hover {
        color: #2966b9; }

/*
 * Off Canvas
 * --------------------------------------------------
 */
.sidebar-offcanvas {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%; }

.bottom-offcanvas {
  border-top: 1px solid red;
  padding: 10px 0; }

.offcanvas-head button {
  padding: 16px 25px;
  margin-right: 17px; }

.row-offcanvas {
  position: relative; }

.offcanvas-showright,.row-offcanvas {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }

.offcanvas-showright {
  background: #2966b9;
  position: relative;
  width: 400px;
  position: absolute;
  right: -800px;
  top: 0;
  z-index: 1000;
  display: block;
  opacity: .96; }
  .offcanvas-showright.active {
    display: block;
    right: 0; }

@media screen and (max-width: 992px) {
  .row-offcanvas-right {
    right: 0; }
    .rtl .row-offcanvas-right {
      left: 0;
      right: auto; }
  .row-offcanvas-left {
    left: 0; }
    .rtl .row-offcanvas-left {
      right: 0;
      left: auto; }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%; }
    .rtl .row-offcanvas-right .sidebar-offcanvas {
      left: -50%;
      right: auto; }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%; }
    .rtl .row-offcanvas-left .sidebar-offcanvas {
      right: -50%;
      left: auto; }
  .row-offcanvas-right.active {
    right: 50%; }
    .rtl .row-offcanvas-right.active {
      left: 50%;
      right: auto; }
  .row-offcanvas-left.active {
    left: 50%; }
    .rtl .row-offcanvas-left.active {
      right: 50%;
      left: auto; } }

#wpo-off-canvas {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  z-index: 999;
  background-color: #fff; }

.navbar-offcanvas {
  border: none; }
  .navbar-offcanvas .offcanvas-inner .list-action>li {
    border-left: 1px solid hsla(0,0%,100%,.3); }
    .navbar-offcanvas .offcanvas-inner .list-action>li>* {
      background: none;
      font-size: 20px;
      color: #000; }
    .navbar-offcanvas .offcanvas-inner .list-action>li:first-child {
      border: none; }
    .navbar-offcanvas .offcanvas-inner .list-action>li .dropdown-menu {
      background: #fff;
      min-width: 250px;
      padding: 20px; }
      .navbar-offcanvas .offcanvas-inner .list-action>li .dropdown-menu ul {
        list-style: none;
        padding: 0; }
      .navbar-offcanvas .offcanvas-inner .list-action>li .dropdown-menu a {
        font-size: 14px; }
        .navbar-offcanvas .offcanvas-inner .list-action>li .dropdown-menu a:hover {
          color: #2966b9; }
        .navbar-offcanvas .offcanvas-inner .list-action>li .dropdown-menu a.btn:hover {
          color: #fff; }
        .navbar-offcanvas .offcanvas-inner .list-action>li .dropdown-menu a.btn.checkout:hover {
          color: #000; }
    .navbar-offcanvas .offcanvas-inner .list-action>li .wpo-search .input-search {
      height: 40px; }
    .navbar-offcanvas .offcanvas-inner .list-action>li.mini-cart {
      display: block; }
      .navbar-offcanvas .offcanvas-inner .list-action>li.mini-cart a.mini-cart-button {
        padding: 18px 25px 12px;
        display: inline-block; }
        .navbar-offcanvas .offcanvas-inner .list-action>li.mini-cart a.mini-cart-button span {
          padding: 0; }
          .navbar-offcanvas .offcanvas-inner .list-action>li.mini-cart a.mini-cart-button span i {
            font-size: 20px;
            color: #000; }
      .navbar-offcanvas .offcanvas-inner .list-action>li.mini-cart .open>a {
        background: none;
        color: #fff; }
      .navbar-offcanvas .offcanvas-inner .list-action>li.mini-cart .dropdown-menu {
        left: -75px;
        right: auto; }
  .navbar-offcanvas ul#main-menu-offcanvas {
    float: none;
    display: block; }
    .navbar-offcanvas ul#main-menu-offcanvas>li {
      position: relative;
      border-bottom: 1px solid #e6e6e6;
      display: block;
      float: none; }
      .navbar-offcanvas ul#main-menu-offcanvas>li .caret {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
        border: 1px solid #e6e6e6;
        z-index: 9;
        background: #f5f5f5; }
        .navbar-offcanvas ul#main-menu-offcanvas>li .caret:hover {
          cursor: pointer; }
        .navbar-offcanvas ul#main-menu-offcanvas>li .caret:after {
          font-family: FontAwesome;
          content: "\f107";
          top: 0;
          left: 7px;
          position: absolute;
          z-index: 9; }
      .navbar-offcanvas ul#main-menu-offcanvas>li ul {
        padding-left: 20px; }
        .navbar-offcanvas ul#main-menu-offcanvas>li ul li a {
          font-size: 13px;
          font-weight: 300; }
    .navbar-offcanvas ul#main-menu-offcanvas li.active>a {
      background: none;
      color: #2966b9; }

.navbar-vertical .navbar-nav>li {
  display: block !important;
  float: none !important; }

.navbar-vertical .navbar-nav .dropdown-menu {
  right: 100% !important;
  left: auto !important;
  margin-top: -30px; }

.navbar-vertical .navbar-nav .aligned-fullwidth {
  position: relative !important; }
  .navbar-vertical .navbar-nav .aligned-fullwidth>.dropdown-menu {
    position: absolute !important;
    top: auto;
    width: 700px !important; }

/*
*  Main Menu
*/
.navbar-mega {
  min-height: inherit;
  margin: 0;
  border: 0 solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  .navbar-mega .navbar-nav {
    float: none; }
    .navbar-mega .navbar-nav>.open>a {
      border-color: transparent;
      border-left-color: rgba(0,0,0,.1);
      color: #2966b9;
      background: transparent; }
      .navbar-mega .navbar-nav>.open>a:before {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1; }
    .navbar-mega .navbar-nav ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .navbar-mega .navbar-nav ul li.dropdown-submenu,.navbar-mega .navbar-nav ul li.parent {
        position: relative; }
        .navbar-mega .navbar-nav ul li.dropdown-submenu .dropdown-menu {
          top: 0;
          left: 100%;
          right: auto;
          position: absolute; }
    .navbar-mega .navbar-nav li.active {
      background: none; }
      .navbar-mega .navbar-nav li.active>a {
        background: none;
        color: #2966b9 !important; }
    .navbar-mega .navbar-nav li.open>a,.navbar-mega .navbar-nav li a:active,.navbar-mega .navbar-nav li a:focus,.navbar-mega .navbar-nav li a:hover {
      background: none;
      color: #2966b9; }
    .navbar-mega .navbar-nav>li {
      border-right: 1px solid hsla(0,0%,100%,.1);
      float: left;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-top: 0;
      padding: 18px 20px; }
      .navbar-mega .navbar-nav>li:first-child {
        border-left: 1px solid hsla(0,0%,100%,.1); }
      .navbar-mega .navbar-nav>li>a {
        position: relative;
        font-family: Oswald,sans-serif;
        letter-spacing: 1px;
        color: #fff;
        margin: 0;
        padding: 18px 0;
        text-transform: uppercase;
        font-weight: 400;
        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: 13px;
        /* 9 */
        font-size: 1.3rem;
        /* 9 */
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        .navbar-mega .navbar-nav>li>a .text-label {
          position: absolute;
          font-size: 9px;
          right: -15px;
          bottom: -6px;
          line-height: 1;
          background-color: #2966b9;
          color: #fff;
          padding: 3px 5px; }
        .navbar-mega .navbar-nav>li>a .caret {
          color: #ddd;
          border-width: 3px;
          display: none; }
        .navbar-mega .navbar-nav>li>a:focus,.navbar-mega .navbar-nav>li>a:hover {
          color: #2966b9;
          background: transparent; }
        .navbar-mega .navbar-nav>li>a:before {
          content: "";
          width: 100%;
          height: 3px;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #2966b9;
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          /* IE 5-7 */
          filter: alpha(opacity=0);
          /* Netscape */
          -moz-opacity: 0;
          /* Safari 1.x */
          -khtml-opacity: 0;
          /* Good browsers */
          opacity: 0; }
      .navbar-mega .navbar-nav>li:hover>.dropdown-menu {
        display: block; }
      .navbar-mega .navbar-nav>li:hover a:before {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1; }
      .navbar-mega .navbar-nav>li:first-child a {
        border: none; }
      .navbar-mega .navbar-nav>li .dropdown-menu {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 2px solid #2966b9 !important;
        background: #000;
        min-width: 200px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-top: 1px solid rgba(0,0,0,.1); }
        .navbar-mega .navbar-nav>li .dropdown-menu ul.dropdown-menu {
          left: 100%;
          top: 0;
          position: absolute; }
        .navbar-mega .navbar-nav>li .dropdown-menu .row {
          padding-top: 0; }
        .navbar-mega .navbar-nav>li .dropdown-menu li {
          display: block;
          padding: 0;
          position: relative; }
          .navbar-mega .navbar-nav>li .dropdown-menu li a {
            min-height: inherit;
            display: block;
            font-weight: 300;
            padding: 8px 18px;
            color: #999;
            text-transform: none;
            font-family: Oswald,sans-serif;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            font-size: 14px;
            /* 9 */
            font-size: 1.4rem;
            /* 9 */ }
            .navbar-mega .navbar-nav>li .dropdown-menu li a:hover {
              color: #2966b9;
              background: transparent; }
          .navbar-mega .navbar-nav>li .dropdown-menu li:last-child {
            border: 0; }
      .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu {
        padding: 0 15px;
        border-top: none !important;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none !important; }
        .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row {
          margin: 0 !important;
          padding-top: 15px;
          padding-bottom: 15px;
          border: 1px solid #ccc;
          border: 1px solid rgba(0,0,0,.15);
          -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
          box-shadow: 0 6px 12px rgba(0,0,0,.175);
          background-clip: padding-box;
          border-top: 2px solid #2966b9 !important;
          background: #000; }
          .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row .container-mega>.row>div:after {
            content: none; }
          .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row.mega-shop {
            background: #fff !important;
            padding-top: 30px;
            color: #999;
            border-top: 1px solid rgba(0,0,0,.15) !important; }
            .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row.mega-shop .widget .widget-title,.navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row.mega-shop .widget .widgettitle,.navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row.mega-shop .widget .wpb_heading {
              color: #000;
              border-bottom: 1px solid #e6e6e6;
              padding: 15px 0;
              margin: 0 0 10px 15px !important; }
            .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row.mega-shop .widget.widget_nav_menu a {
              text-transform: uppercase;
              font-size: 13px; }
          .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row .products .product-grid.style-fashion {
            margin-bottom: 0; }
            .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row .products .product-grid.style-fashion .action-bottom,.navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row .products .product-grid.style-fashion .button-action.button-groups {
              display: none !important; }
            .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row .products .product-grid.style-fashion .caption {
              border-bottom: none;
              padding: 15px; }
              .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row .products .product-grid.style-fashion .caption .meta {
                text-align: center; }
                .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row .products .product-grid.style-fashion .caption .meta .category {
                  float: none;
                  font-style: italic; }
                .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row .products .product-grid.style-fashion .caption .meta .name {
                  text-align: center;
                  font-weight: 700;
                  padding-bottom: 10px; }
            .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row .products .product-grid.style-fashion .price ins {
              color: #2966b9; }
            .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu .dropdown-menu-inner .wpb-container .container-mega>.row .products .product-grid.style-fashion:hover .caption {
              margin-top: 0; }
      .navbar-mega .navbar-nav>li .mega-dropdown-menu {
        padding: 30px; }
        .navbar-mega .navbar-nav>li .mega-dropdown-menu ul li a {
          padding-left: 0;
          padding-right: 0; }
          .rtl .navbar-mega .navbar-nav>li .mega-dropdown-menu ul li a {
            padding-right: 0;
            padding-left: inherit;
            padding-left: 0;
            padding-right: inherit; }
          .navbar-mega .navbar-nav>li .mega-dropdown-menu ul li a:hover {
            padding-left: 10px;
            padding-right: 10px; }
            .rtl .navbar-mega .navbar-nav>li .mega-dropdown-menu ul li a:hover {
              padding-right: 10px;
              padding-left: inherit;
              padding-left: 10px;
              padding-right: inherit; }
    .navbar-mega .navbar-nav>.active {
      background: transparent; }
      .navbar-mega .navbar-nav>.active>a {
        color: #2966b9; }
        .navbar-mega .navbar-nav>.active>a:before {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          /* IE 5-7 */
          filter: alpha(opacity=100);
          /* Netscape */
          -moz-opacity: 1;
          /* Safari 1.x */
          -khtml-opacity: 1;
          /* Good browsers */
          opacity: 1; }
    .navbar-mega .navbar-nav .aligned-fullwidth {
      position: static !important; }
      .navbar-mega .navbar-nav .aligned-fullwidth .dropdown-menu {
        width: 100% !important; }
    .navbar-mega .navbar-nav .aligned-right>.dropdown-menu {
      right: 0;
      left: auto; }
    .navbar-mega .navbar-nav .container-mega>.row {
      padding-bottom: 0;
      margin: 15px 0 30px !important;
      width: 100%;
      position: relative;
      overflow: hidden; }
      .navbar-mega .navbar-nav .container-mega>.row>div {
        position: relative; }
        .navbar-mega .navbar-nav .container-mega>.row>div:after {
          content: "";
          width: 1px;
          height: 1000px;
          background: hsla(0,0%,100%,.1);
          position: absolute;
          left: 0;
          top: 0; }
        .navbar-mega .navbar-nav .container-mega>.row>div:first-child:after {
          content: none; }
  .navbar-mega .widget .widgettitle,.navbar-mega .widget .wpb_heading,.navbar-mega .widget widget-title {
    border-top: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    margin: 0 !important; }
    .navbar-mega .widget .widgettitle:after,.navbar-mega .widget .widgettitle:before,.navbar-mega .widget .wpb_heading:after,.navbar-mega .widget .wpb_heading:before,.navbar-mega .widget widget-title:after,.navbar-mega .widget widget-title:before {
      content: none; }

.wpo-header-v2 .navbar-mega .navbar-nav .aligned-fullwidth .dropdown-menu {
  width: 110% !important; }

.wpo-header-v4 .navbar-mega .navbar-nav>li.aligned-fullwidth .dropdown-menu {
  padding: 0; }

.wpo-header-v4 .navbar-mega .navbar-nav>li>a .text-label,.wpo-header-v5 .navbar-mega .navbar-nav>li>a .text-label {
  bottom: auto;
  top: -6px;
  right: 3px; }

.wpo-header-v2 .navbar-mega .navbar-nav>li>a .text-label {
  bottom: auto;
  top: -15px;
  right: -5px;
  font-size: 8px; }

nav#wpo-mainnav.padding-large .navbar-nav>li,nav#wpo-mainnav.padding-small .navbar-nav>li {
  padding: 0 20px; }
  nav#wpo-mainnav.padding-small .navbar-nav>li>a:before {
    top: -18px; }

nav#wpo-mainnav.border .navbar-nav>li {
  border-left: 1px solid #e6e6e6;
  padding: 21px 0; }
  .rtl nav#wpo-mainnav.border .navbar-nav>li {
    border-right: 1px solid #e6e6e6;
    border-left: inherit; }
  nav#wpo-mainnav.border .navbar-nav>li:last-child {
    border-right: 1px solid #e6e6e6; }
    .rtl nav#wpo-mainnav.border .navbar-nav>li:last-child {
      border-left: 1px solid #e6e6e6;
      border-right: inherit; }
  nav#wpo-mainnav.border .navbar-nav>li>a {
    border: none; }

nav#wpo-mainnav.style-vertical .navbar-nav>li {
  display: inline-block;
  width: 100%; }

nav#wpo-mainnav.style-dark .navbar-nav>li {
  border-color: hsla(0,0%,100%,.1); }
  nav#wpo-mainnav.style-dark .navbar-nav>li>a {
    color: #fff;
    border-color: hsla(0,0%,100%,.1); }
    nav#wpo-mainnav.style-dark .navbar-nav>li>a:hover {
      color: #2966b9; }

.bg-menu-v1 {
  background: transparent; }

.bg-menu-v2 {
  background: #fff; }

.bg-menu-v3 {
  background: #2e2739; }

.bg-menu-v4 {
  background: #332c3e; }

/* 8. Form */
.font-size-lg {
  font-size: 48px; }

.font-size-md {
  font-size: 24px; }

.font-size-sm {
  font-size: 18px; }

.font-size-xs {
  font-size: 14px; }

.position-relative {
  position: relative;
  z-index: 9; }

.position-static {
  position: static !important; }

.padding-special-right {
  padding-right: 2px; }
  .rtl .padding-special-right {
    padding-left: 2px;
    padding-right: inherit; }

.padding-special-left {
  padding-left: 2px; }
  .rtl .padding-special-left {
    padding-right: 2px;
    padding-left: inherit; }

.border-col-right {
  border: 1px solid #ddd;
  border-left: 0; }
  .rtl .border-col-right {
    border-right: 0;
    border-left: inherit; }

.social {
  margin-top: 10px;
  padding: 0; }
  .social li {
    float: left;
    list-style: none;
    margin-left: 15px; }
    .social li a {
      color: #696969;
      padding: 10px; }
      .social li a:hover {
        color: #2966b9; }
    .social li:first-child a {
      padding-left: 0; }
      .rtl .social li:first-child a {
        padding-right: 0;
        padding-left: inherit; }
  .social.v2 {
    display: inline-block; }
      .social.v2 li,.social.v2 li i {
      text-align: center; }
      .social.v2 li i {
        width: 65px;
        height: 65px;
        font-size: 26px;
        line-height: 65px;
        color: #fff;
        border: 1px solid hsla(0,0%,100%,.6);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
  .social.v3 li i {
    color: #999;
    border-color: #999; }

.return-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99; }
  .return-top:hover {
    cursor: pointer; }

/**
 * jPreloader
 */
#jpreLoader {
  display: block;
  width: 100%;
  top: 50% !important; }

.js-preloader {
  position: relative; }
  .js-preloader .wpo-page {
    opacity: 0; }

#jpreContent {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%; }
  #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) {
      #jpreContent #jprecontent-inner {
        top: 200px; } }
    #jpreContent #jprecontent-inner .site-logo {
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      height: 100%; }

.js-preloader.preloader-done .wpo-page {
  opacity: 1; }

.js-preloader.preloader-done #jpreContent {
  display: none; }

#jpreOverlay {
  background-color: transparent;
  height: auto !important;
  top: 0 !important;
  position: absolute !important; }

#jpreSlide {
  width: 100%;
  text-align: center;
  top: 0 !important;
  margin-top: 0 !important;
  bottom: auto !important;
  position: relative !important; }
  #jpreSlide #jpreContent {
    display: block; }

#jpreOverlay {
  background-color: #fff;
  height: 100% !important;
  position: fixed !important; }

#jprePercentage {
  display: block !important;
  text-align: center; }

#jpreBar {
  position: fixed !important;
  top: 0 !important;
  height: 5px !important;
  background: #2966b9 !important;
  z-index: 2;
  background-color: #000; }

#jprePercentage {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 80px;
  font-size: 18px;
  color: #2966b9; }
  @media (max-width: 991px) {
    #jprePercentage {
      margin-top: 60px; } }
  .social-links,.social-links>li {
  display: inline-block; }
  .social-links>li {
    text-align: center;
    list-style: none;
    float: left;
    margin-left: 50px !important; }
    .social-links>li a {
      font-size: 18px;
      font-weight: 400; }
    .social-links>li:last-child {
      margin-left: 0; }

.wpb-container {
  margin-bottom: 0;
  background: transparent;
  position: relative; }
  .wpb-container>.wpb-inner>.row .row {
    padding: 0; }
  .wpb-container .container .container {
    width: 100%;
    padding: 0; }
  .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; }
    .wpb-container .icon-row em,.wpb-container .icon-row i {
      position: relative;
      z-index: 99; }
    .wpb-container .icon-row:before {
      content: "";
      position: absolute;
      width: 58px;
      height: 58px;
      left: 6px;
      top: 24px;
      background: #2966b9;
      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%; }
  .wpb-container.no-padding>.wpb-inner>.row,.wpb-container.nopadding>.wpb-inner>.row {
    padding-top: 0;
    padding-bottom: 0; }
  .wpb-container.col-nopadding .row {
    margin-left: 0;
    margin-right: 0; }
    .wpb-container.col-nopadding .row div[class*=col-] {
      padding-left: 0;
      padding-right: 0; }
  .wpb-container.border-col>.wpb-inner>.row {
    padding: 0;
    border-bottom: 1px solid #e6e6e6; }
    .wpb-container.border-col>.wpb-inner>.row>.wpb_column>div {
      border-left: 1px solid #e6e6e6;
      padding: 50px 15%; }
      @media (max-width: 991px) {
        .wpb-container.border-col>.wpb-inner>.row>.wpb_column>div {
          padding: 30px 15px; } }

.wpb_column.bg-center .wpb_wrapper {
  background-position: 50% !important; }

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  width: 10px !important;
  height: 10px !important;
  top: 1.2em !important;
  background-image: none !important; }
  .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #2966b9;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px; }
  .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #2966b9;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px; }
  .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
    content: none; }

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  width: 10px !important;
  height: 10px !important; }

.wpb_accordion .wpb_accordion_header {
  background: none !important;
  border-bottom: 1px solid #dcdcdc; }
  .wpb_accordion .wpb_accordion_header a {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 !important;
    font-size: 14px; }

.wpb_accordion.style-1 .wpb_accordion_content {
  padding: 1em 0 !important; }

.wpb_accordion.style-2 .wpb_accordion_section {
  border: 1px solid #dcdcdc;
  margin-top: 5px; }
  .wpb_accordion.style-2 .wpb_accordion_section .wpb_accordion_header {
    border: none;
    padding: 0 30px; }
    .wpb_accordion.style-2 .wpb_accordion_section .wpb_accordion_header .ui-accordion-header-icon {
      top: 1.2em; }
    .wpb_accordion.style-2 .wpb_accordion_section .wpb_accordion_header.ui-state-active {
      border-top: 3px solid #2966b9; }
  .wpb_accordion.style-2 .wpb_accordion_section .wpb_accordion_content {
    padding: 0 30px 30px; }

.vc_tta-container .vc_tta-style-classic .vc_tta-tabs-container {
  margin-bottom: 0 !important; }
  .vc_tta-container .vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    background-color: #fff;
    color: #000;
    border-color: #e6e6e6;
    border-left: none;
    border-bottom: none;
    font-size: 15px;
    position: relative; }
  .vc_tta-container .vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child>a {
    border-left: 1px solid #e6e6e6; }
  .vc_tta-container .vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a:before,.vc_tta-container .vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover>a:before {
    content: "";
    width: 100%;
    height: 4px !important;
    background-color: #2966b9;
    position: absolute;
    left: 0;
    top: -1px !important;
    display: block; }

.vc_tta-container .vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
  background-color: #fff !important;
  border: 1px solid #e6e6e6 !important; }

.vc_tta-container .vc_tta-style-modern {
  padding: 25px 30px;
  border: 1px solid #e6e6e6; }
  .vc_tta-container .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels {
    background-color: #fff !important;
    border: none !important; }
    .vc_tta-container .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
      padding: 20px 0 10px; }
  .vc_tta-container .vc_tta-style-modern .vc_tta-tabs-container {
    margin-bottom: 0 !important; }
    .vc_tta-container .vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
      margin-left: 30px; }
      .vc_tta-container .vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
        background-color: #fff;
        color: #000;
        border: none;
        font-size: 15px;
        position: relative;
        padding: 0 0 8px; }
      .vc_tta-container .vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child {
        margin-left: 0; }
      .vc_tta-container .vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a:before,.vc_tta-container .vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover>a:before {
        content: "";
        width: 100%;
        height: 3px !important;
        background-color: #2966b9;
        position: absolute;
        left: 0;
        top: auto !important;
        bottom: -1px !important;
        display: block; }
  .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-left {
    padding: 0;
    position: relative; }
    .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-left:after {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 31.6667%;
      background-color: #e6e6e6; }
    .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container {
      width: 31.6667%;
      text-align: center;
      overflow: visible; }
      .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list {
        margin: 0;
        overflow: visible; }
        .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
          margin: 0;
          padding: 0;
          border-bottom: 1px solid #e6e6e6; }
          .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
            padding: 15px 20px;
            text-align: center; }
          .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a:before,.vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover>a:before {
            left: -1px !important;
            top: 0 !important;
            height: 100% !important;
            width: 3px;
            bottom: auto !important; }
    .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panel-body {
      padding: 20px; }

.vc_tta-container .vc_tta-tabs-position-left {
  padding: 0;
  position: relative; }
  .vc_tta-container .vc_tta-tabs-position-left:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 31.6667%;
    background-color: #e6e6e6; }
  .vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container {
    width: 31.6667%;
    text-align: center;
    overflow: visible; }
    .vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list {
      margin: 0;
      overflow: visible; }
      .vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #e6e6e6; }
        .vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
          padding: 15px 20px;
          text-align: center; }
        .vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a:before,.vc_tta-container .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover>a:before {
          left: -1px !important;
          top: 0 !important;
          height: 100% !important;
          width: 3px;
          bottom: auto !important; }

.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border-width: 1px !important;
  border-color: #2966b9 !important; }

.vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #2966b9 !important; }

.btn i {
  line-height: inherit; }
  .btn i.pull-right {
    margin-left: 15px; }
  .btn i.pull-left {
    margin-right: 15px; }

/**
* Widget Styles
*/
.widget-content .blog-v1.format-quote .author-avatar,.widget-content .blog-v1.format-quote .entry-category,.widget-content .blog-v1.format-quote .entry-data {
  display: block; }

.hentry-box {
  background: none repeat scroll 0 0 #fff; }

.posts-timeline {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }
  .posts-timeline,.posts-timeline .hentry {
  position: relative; }
  .posts-timeline:before {
    background: #ddd;
    content: "";
    left: 50%;
    top: 10px;
    bottom: 0;
    position: absolute;
    width: 2px;
    margin-left: -1px;
    margin-top: -10px;
    height: 9999px; }
  .posts-timeline li:first-child {
    animation-delay: .1s; }
  .posts-timeline li:nth-child(2) {
    animation-delay: .2s; }
  .posts-timeline li:nth-child(3) {
    animation-delay: .3s; }
  .posts-timeline li:nth-child(4) {
    animation-delay: .4s; }
  .posts-timeline>li {
    display: block;
    width: 50%;
    position: relative;
    padding-top: 100px; }
    @media (max-width: 991px) {
      .posts-timeline>li {
        float: left;
        clear: left; } }
    .posts-timeline>li:nth-child(odd) {
      float: left;
      clear: left;
      padding-right: 20px; }
      .posts-timeline>li:nth-child(odd) .hentry .entry-created {
        right: 0;
        left: auto; }
        .posts-timeline>li:nth-child(odd) .hentry .entry-created:after {
          border-left-color: #2966b9;
          left: 100%; }
        .posts-timeline>li:nth-child(odd) .hentry .entry-created span:before {
          right: -42px; }
    .posts-timeline>li:nth-child(2n) {
      float: right;
      clear: right;
      padding-left: 20px; }
      .posts-timeline>li:nth-child(2n) .hentry .entry-created {
        left: 0;
        right: auto; }
        .posts-timeline>li:nth-child(2n) .hentry .entry-created:after {
          border-right-color: #2966b9;
          right: 100%; }
        .posts-timeline>li:nth-child(2n) .hentry .entry-created span:before {
          left: -42px; }
    .posts-timeline>li:first-child,.posts-timeline>li:nth-child(2) {
      padding-top: 60px; }
    .posts-timeline>li:nth-child(2n) {
      margin-top: 80px; }
    .posts-timeline>li .hentry .entry-created {
      display: block; }
    .posts-timeline>li .hentry .entry-date {
      position: absolute;
      top: -40px; }

.style-2 .posts-timeline:before {
  background: #e6e6e6 !important; }

.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: #e6e6e6; }

.style-2 .entry-timeline {
  padding-top: 30px !important; }
  .style-2 .entry-timeline:nth-child(odd) {
    float: left;
    clear: left;
    padding-right: 35px; }
    .style-2 .entry-timeline:nth-child(odd) .hentry:after,.style-2 .entry-timeline:nth-child(odd) .hentry:before {
      right: -42px; }
  .style-2 .entry-timeline:nth-child(2n) {
    float: right;
    clear: right;
    padding-left: 35px; }
    .style-2 .entry-timeline:nth-child(2n) .hentry:after,.style-2 .entry-timeline:nth-child(2n) .hentry:before {
      left: -42px; }
  .style-2 .entry-timeline:first-child,.style-2 .entry-timeline:nth-child(2) {
    padding-top: 30px; }
  .style-2 .entry-timeline:nth-child(2n) {
    margin-top: 40px; }

.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: #fff;
  border: 2px solid #2966b9; }

.style-2 .posts-timeline .hentry:before {
  content: "";
  top: 37px;
  position: absolute;
  width: 42px;
  height: 2px;
  background: #e6e6e6;
  z-index: 1; }

.style-2 .posts-timeline .entry-created-2 {
  display: inline-block !important;
  visibility: visible !important;
  padding-top: 15px !important; }
  .style-2 .posts-timeline .entry-created-2 span {
    display: block;
    line-height: 1; }
    .style-2 .posts-timeline .entry-created-2 span.month {
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
    .style-2 .posts-timeline .entry-created-2 span.day {
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      color: #fff; }

/* News styles */
.frontpage-posts .entry-thumb {
  overflow: hidden; }

.frontpage-posts .entry-title {
  padding-top: 0; }

.frontpage-posts .main-posts .entry-thumb {
  position: relative;
  margin-bottom: 0; }
  .frontpage-posts .main-posts .entry-thumb .post-icon {
    border-radius: 2px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    font-size: 12px;
    padding: 0 8px;
    line-height: 28px;
    display: block;
    color: #999; }

.frontpage-posts .main-posts .entry-content {
  padding: 25px 30px;
  background-color: #fff; }

.frontpage-posts .main-posts .post-single-v4 .entry-thumb {
  margin-bottom: 15px; }

.frontpage-posts .secondary-posts .wrap-media {
  background-color: #fff;
  padding: 30px; }

.frontpage-posts .secondary-posts .media {
  position: relative;
  margin: 40px 0; }
  .frontpage-posts .secondary-posts .media:first-child {
    margin-top: 0; }
  .frontpage-posts .secondary-posts .media:after {
    content: " ";
    width: 1px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    background: #ddd;
    height: 1px; }
  .frontpage-posts .secondary-posts .media:last-child {
    margin-bottom: 0; }
    .frontpage-posts .secondary-posts .media:last-child:after {
      content: none; }
  .frontpage-posts .secondary-posts .media .entry-title {
    font-size: 12px;
    margin-bottom: 3px; }
  .frontpage-posts .secondary-posts .media .media-left {
    padding-right: 10px; }
    .rtl .frontpage-posts .secondary-posts .media .media-left {
      padding-left: 10px;
      padding-right: inherit; }

.frontpage-posts .secondary-posts .entry-thumb {
  width: 60px;
  margin-bottom: 0; }

.frontpage-3 .main-posts .post .entry-title {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 900; }

.frontpage-3 .main-posts .post .entry-thumb {
  margin-bottom: 15px; }

.frontpage-3 .main-posts .post .entry-content {
  background-color: transparent;
  padding: 0; }

.frontpage-3 .post {
  margin-bottom: 40px !important; }
  .frontpage-3 .post:last-child {
    margin-bottom: 0 !important; }
  .frontpage-3 .post .entry-date span {
    font-size: 13px; }

.frontpage-3.style-1 .main-posts .post .entry-thumb {
  display: none; }

.frontpage-3.style-1 .main-posts .post .entry-title {
  padding-top: 0; }

.frontpage-3.style-1 .entry-description {
  display: none; }

.frontpage-3.style-1 .entry-date span {
  font-size: 10px;
  text-transform: uppercase; }

.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; }
  .frontpage-3.style-2 .main-posts .entry-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #2966b9;
    z-index: 1; }

.frontpage-3.style-2 .secondary-posts .post:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.frontpage-3.style-3 .main-posts .post {
  border-bottom: none; }

.frontpage-3.style-3 .main-posts .entry-title {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  font-weight: 400;
  padding-bottom: 0;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 0; }

.frontpage-3.style-3 .main-posts .entry-content-inner,.frontpage-3.style-3 .main-posts .entry-description,.frontpage-3.style-3 .main-posts .entry-title:after {
  display: none; }

.frontpage-3.style-4 .main-posts .post {
  border-left: 1px solid #e6e6e6;
  padding-left: 30px;
  margin-bottom: 30px !important; }
  .frontpage-3.style-4 .main-posts .post .entry-content .entry-description,.frontpage-3.style-4 .main-posts .post .entry-content .entry-meta-2 .post-icon,.frontpage-3.style-4 .main-posts .post .entry-thumb {
    display: none; }
  .frontpage-3.style-4 .main-posts .post .entry-content .entry-title {
    font-size: 13px;
    font-weight: 400; }

.frontpage-4 .post .post-body .entry-category {
  text-transform: uppercase;
  margin-bottom: 5px; }
  .frontpage-4 .post .post-body .entry-category a {
    color: #2966b9;
    font-size: 11px;
    font-family: Oswald,sans-serif; }

.frontpage-7 {
  background-color: #181818; }
  .frontpage-7 .entry-thumb {
    margin-bottom: 0; }
  .frontpage-7 .entry-content {
    padding: 25px 30px 30px; }
    .frontpage-7 .entry-content .entry-title {
      font-size: 18px; }
      .frontpage-7 .entry-content .entry-title a {
        color: #fff; }
        .frontpage-7 .entry-content .entry-title a:hover {
          color: #2966b9; }

.frontpage-9 .post {
  position: relative; }
  .frontpage-9 .post .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px 10px;
    background: -moz-linear-gradient(top,rgba(76,76,76,0) 0,hsla(0,0%,7%,.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(76,76,76,0)),color-stop(100%,hsla(0,0%,7%,.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,rgba(76,76,76,0),hsla(0,0%,7%,.7));
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,rgba(76,76,76,0) 0,hsla(0,0%,7%,.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top,rgba(76,76,76,0) 0,hsla(0,0%,7%,.7) 100%);
    /* IE10+ */
    background: linear-gradient(180deg,rgba(76,76,76,0) 0,hsla(0,0%,7%,.7));
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c4c4c",endColorstr="#b3131313",GradientType=0);
    /* IE6-9 */
    color: #fff; }
    .frontpage-9 .post .entry-content .entry-title {
      font-size: 18px;
      margin-bottom: 8px;
      padding-top: 0; }
      .frontpage-9 .post .entry-content .entry-title a {
        color: #fff; }
        .frontpage-9 .post .entry-content .entry-title a:hover {
          color: #2966b9; }
    .frontpage-9 .post .entry-content .entry-description {
      font-weight: 300; }
    .frontpage-9 .post .entry-content .entry-meta-2 {
      margin-bottom: 5px; }
      .frontpage-9 .post .entry-content .entry-meta-2 a:hover {
        color: #fff; }
  .frontpage-9 .post:last-child {
    margin-bottom: 0; }

.frontpage-posts-14 .main-posts.large .post-body {
  padding: 45px; }

.frontpage-posts-14 .main-posts.large .entry-title {
  margin: 0;
  padding: 0; }
  .frontpage-posts-14 .main-posts.large .entry-title:after,.frontpage-posts-14 .main-posts.large .entry-title:before {
    content: none !important; }
  .frontpage-posts-14 .main-posts.large .entry-title a {
    font-size: 30px; }

/**INFOR BOX */
@media (max-width: 991px) {
  .wpo-inforbox {
    min-height: 100px; } }

.wpo-inforbox>div {
  float: left; }
  @media (max-width: 600px) {
    .wpo-inforbox>div {
      width: 100%;
      float: none;
      display: block; }
      .wpo-inforbox>div.inforbox-right {
        display: none; } }
  .wpo-inforbox>div .inforbox-inner {
    padding: 70px 0 0;
    position: relative; }

.wpo-inforbox .subheading {
  padding: 0; }

.wpo-inforbox .inforbox-left .inforbox-inner {
  float: right; }
  .rtl .wpo-inforbox .inforbox-left .inforbox-inner {
    float: left; }

.wpo-inforbox .inforbox-left .subheading {
  text-align: left; }
  .rtl .wpo-inforbox .inforbox-left .subheading {
    text-align: right; }

.wpo-inforbox .inforbox-right {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.wpo-inforbox.inforbox-dark {
  background: #000; }
  .wpo-inforbox.inforbox-dark * {
    color: #fff; }
  .wpo-inforbox.inforbox-dark .inforbox-left {
    background: transparent; }

.wpo-inforbox.inforbox-align-right {
  background-position: 0; }
  .wpo-inforbox.inforbox-align-right>div {
    float: right; }
  .wpo-inforbox.inforbox-align-right .inforbox-left .inforbox-inner {
    float: left; }
    .rtl .wpo-inforbox.inforbox-align-right .inforbox-left .inforbox-inner {
      float: right; }
  .wpo-inforbox.inforbox-align-right .inforbox-right {
    left: 0;
    right: auto; }

.wpo-inforbox.full-width .inforbox-left {
  padding-left: 215px;
  padding-right: 80px; }
  @media (max-width: 1199px) {
    .wpo-inforbox.full-width .inforbox-left {
      padding-left: 15px;
      padding-right: 15px; } }

.wpo-inforbox.full-width.inforbox-align-right .inforbox-left {
  padding-left: 80px;
  padding-right: 160px; }
  @media (max-width: 1199px) {
    .wpo-inforbox.full-width.inforbox-align-right .inforbox-left {
      padding-left: 15px;
      padding-right: 15px; } }

.wpo-inforbox.style-1 .heading:after {
  width: 30px;
  background: #000; }

.wpo-inforbox.style-1 .heading .font-size-sm {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  line-height: 24px;
  display: block; }

.wpo-inforbox.style-1 .information * {
  font-size: 14px;
  line-height: 26px; }

.wpo-inforbox-v2 {
  position: relative; }
  .wpo-inforbox-v2 .inforbox-icon {
    position: absolute;
    top: 40%;
    left: -30px; }
  .wpo-inforbox-v2 .icons {
    height: 50px;
    width: 50px; }
  .wpo-inforbox-v2 h4 {
    color: #fff; }
  .wpo-inforbox-v2.bg-danger .icons {
    background: #dc1616; }
  .wpo-inforbox-v2.bg-info .icons {
    background: #17ace1; }
  .wpo-inforbox-v2.bg-primary .icons {
    background: #2e2e2e; }
  .wpo-inforbox-v2.bg-warning .icons {
    background: #f2c802; }
  .wpo-inforbox-v2.bg-success .icons {
    background: #10a29a; }
  .wpo-inforbox-v2.bg-nostyle {
    background: #fff; }
    .wpo-inforbox-v2.bg-nostyle .icons {
      background: #fff;
      color: #000; }
    .wpo-inforbox-v2.bg-nostyle h4 {
      color: #000; }

.style-1 .widget_mc4wp_widget {
  margin-bottom: 0; }
  .style-1 .widget_mc4wp_widget form .description {
    float: left;
    width: 35%; }
    .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; }
  .style-1 .widget_mc4wp_widget form .content-form {
    float: left;
    width: 65%;
    position: relative; }
    .style-1 .widget_mc4wp_widget form .content-form .input-form {
      padding-right: 130px; }
      .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; }
    .style-1 .widget_mc4wp_widget form .content-form .button-submit {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 99; }
      .style-1 .widget_mc4wp_widget form .content-form .button-submit input:hover {
        background: #fff !important; }

.style-2 .widget_mc4wp_widget .description .content {
  display: none; }

.style-2 .widget_mc4wp_widget .description .content-long {
  display: block !important;
  visibility: visible !important;
  line-height: 24px;
  padding-bottom: 20px; }

.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; }

.style-2 .widget_mc4wp_widget .content-form .button-submit {
  margin-top: 10px; }
  .style-2 .widget_mc4wp_widget .content-form .button-submit input {
    width: 100%; }

.style-4 .widget_mc4wp_widget .description .content {
  display: none; }

.style-4 .widget_mc4wp_widget .description .content-long {
  display: block !important;
  visibility: visible !important;
  line-height: 24px;
  padding-bottom: 20px; }

.style-4 .widget_mc4wp_widget .content-form {
  position: relative; }
  .style-4 .widget_mc4wp_widget .content-form input#mc4wp_email {
    border: none;
    background: #2a2a36;
    height: 40px; }
  .style-4 .widget_mc4wp_widget .content-form .button-submit {
    width: auto;
    height: 40px;
    background: #2966b9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .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; }
    .style-4 .widget_mc4wp_widget .content-form .button-submit input {
      width: 100%;
      height: 100%;
      position: relative;
      text-indent: -999px;
      border-radius: 0 !important; }
      .style-4 .widget_mc4wp_widget .content-form .button-submit input:hover {
        background: none; }

.newsletter-coming-soon .widget_title {
  color: #fff;
  text-transform: none;
  font-size: 24px;
  font-weight: 300; }
  .newsletter-coming-soon .widget_title:after,.newsletter-coming-soon .widget_title:before {
    content: none; }

.newsletter-coming-soon .description {
  display: none; }

.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) {
    .newsletter-coming-soon .content-form {
      padding: 0 10px;
      margin: 0; } }
  .newsletter-coming-soon .content-form input.form-control {
    border: none;
    height: 55px; }
  .newsletter-coming-soon .content-form .button-submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    margin: 5px; }

.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; }
  .vc_progress_bar .vc_single_bar:after {
    content: "";
    height: 5px;
    left: 0;
    bottom: 0;
    background: #dcdcda;
    width: 100%;
    position: absolute;
    z-index: 1; }
  .vc_progress_bar .vc_single_bar .vc_label {
    padding: 0 !important;
    color: #000;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase; }
    .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
      font-size: 14px;
      font-weight: 800;
      color: #2966b9;
      float: right; }
      .rtl .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
        float: left; }
  .vc_progress_bar .vc_single_bar .vc_bar {
    background: none !important; }
    .vc_progress_bar .vc_single_bar .vc_bar:after {
      content: "";
      height: 5px;
      left: 0;
      bottom: 0;
      background: #2966b9;
      position: absolute;
      width: 100%;
      z-index: 99; }

.vc_progress_bar.light-style .vc_label {
  color: #fff; }

.vc_progress_bar.style-v2 .vc_single_bar {
  margin-bottom: 30px !important; }
  .vc_progress_bar.style-v2 .vc_single_bar .vc_label {
    font-size: 14px;
    font-weight: 800;
    min-height: 30px; }
    .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; }
  .vc_progress_bar.style-v2 .vc_single_bar:last-child {
    margin-bottom: 0; }

.vc_toggle {
  border: 1px solid #e6e6e6; }
  .vc_toggle .vc_toggle_title {
    padding: 12px 45px 12px 30px; }
    .vc_toggle .vc_toggle_title h4 {
      font-size: 14px;
      text-transform: uppercase; }
  .vc_toggle .vc_toggle_icon {
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    background: none !important; }
    .vc_toggle .vc_toggle_icon:before {
      width: 2px !important;
      height: 100% !important;
      top: 0 !important;
      left: 50% !important;
      margin-left: -1px !important;
      border: none !important; }
    .vc_toggle .vc_toggle_icon:after,.vc_toggle .vc_toggle_icon:before {
      content: "";
      background: #2966b9 !important;
      position: absolute;
      visibility: visible !important;
      transform: translate(0) !important; }
    .vc_toggle .vc_toggle_icon:after {
      width: 100% !important;
      height: 2px !important;
      top: 50% !important;
      left: 0 !important;
      margin-top: -1px !important; }
  .vc_toggle.vc_toggle_active .vc_toggle_icon {
    width: 10px !important;
    height: 10px !important; }
    .vc_toggle.vc_toggle_active .vc_toggle_icon:before {
      content: none; }
  .vc_toggle .vc_toggle_icon {
    right: 30px;
    left: auto !important;
    color: #2966b9; }
  .vc_toggle .vc_toggle_content {
    font-size: 16px;
    font-weight: 300; }
  .vc_toggle.vc_toggle_active {
    border-top: 2px solid #2966b9; }
  .vc_toggle.style-2 {
    border: none !important;
    margin-bottom: 0; }
    .vc_toggle.style-2 .vc_toggle_title {
      border-bottom: 1px solid #e6e6e6;
      padding: 10px 0 !important; }
    .vc_toggle.style-2 .vc_toggle_content {
      padding: 0 !important;
      margin-bottom: 0 !important; }

.wpb_tabs .wpb_tabs_nav {
  width: 100%;
  margin-bottom: 25px !important; }
  .wpb_tabs .wpb_tabs_nav>li {
    margin: 0 !important; }
    .wpb_tabs .wpb_tabs_nav>li a {
      border: 1px solid #e6e6e6;
      border-left: none;
      padding: 1em 1.5em !important;
      font-size: 15px;
      position: relative; }
    .wpb_tabs .wpb_tabs_nav>li:first-child a {
      border-left: 1px solid #e6e6e6; }
    .wpb_tabs .wpb_tabs_nav>li.ui-tabs-active,.wpb_tabs .wpb_tabs_nav>li:hover {
      background-color: transparent !important; }
      .wpb_tabs .wpb_tabs_nav>li.ui-tabs-active a:after,.wpb_tabs .wpb_tabs_nav>li:hover a:after {
        content: "";
        height: 3px;
        width: 100%;
        background-color: #2966b9;
        top: 0;
        left: 0;
        position: absolute; }

.wpb_tabs .wpb_tab {
  background: none !important;
  padding: 0 !important; }

.wpb_tabs.style-1 .wpb_tabs_nav>li {
  background: none !important;
  border-top: 1px solid #e6e6e6 !important;
  border-left: 1px solid #e6e6e6 !important;
  border-bottom: 0 !important;
  position: relative; }
  .wpb_tabs.style-1 .wpb_tabs_nav>li:last-child {
    border-right: 1px solid #e6e6e6 !important; }
  .wpb_tabs.style-1 .wpb_tabs_nav>li a {
    padding: 10px 25px; }
    .wpb_tabs.style-1 .wpb_tabs_nav>li a:after {
      width: 100%;
      height: 3px;
      background: #2966b9;
      top: -1px;
      left: 0;
      position: absolute;
      content: "";
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* IE 5-7 */
      filter: alpha(opacity=0);
      /* Netscape */
      -moz-opacity: 0;
      /* Safari 1.x */
      -khtml-opacity: 0;
      /* Good browsers */
      opacity: 0; }
    .wpb_tabs.style-1 .wpb_tabs_nav>li a:active:after,.wpb_tabs.style-1 .wpb_tabs_nav>li a:focus:after,.wpb_tabs.style-1 .wpb_tabs_nav>li a:hover:after {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Good browsers */
      opacity: 1; }
  .wpb_tabs.style-1 .wpb_tabs_nav>li.ui-tabs-active a:after,.wpb_tabs.style-1 .wpb_tabs_nav>li:active a:after,.wpb_tabs.style-1 .wpb_tabs_nav>li:focus a:after,.wpb_tabs.style-1 .wpb_tabs_nav>li:hover a:after {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }

.wpb_tabs.style-2 .wpb_tabs_nav>li {
  background: none !important;
  border: none;
  position: relative; }
  .wpb_tabs.style-2 .wpb_tabs_nav>li a {
    padding: 10px 25px !important;
    position: relative; }
    .wpb_tabs.style-2 .wpb_tabs_nav>li a:after {
      width: 100%;
      height: 3px;
      background: #2966b9;
      bottom: -1px;
      left: 0;
      position: absolute;
      content: "";
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* IE 5-7 */
      filter: alpha(opacity=0);
      /* Netscape */
      -moz-opacity: 0;
      /* Safari 1.x */
      -khtml-opacity: 0;
      /* Good browsers */
      opacity: 0; }
    .wpb_tabs.style-2 .wpb_tabs_nav>li a:active:after,.wpb_tabs.style-2 .wpb_tabs_nav>li a:focus:after,.wpb_tabs.style-2 .wpb_tabs_nav>li a:hover:after {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Good browsers */
      opacity: 1; }
  .wpb_tabs.style-2 .wpb_tabs_nav>li.ui-tabs-active a:after,.wpb_tabs.style-2 .wpb_tabs_nav>li:active a:after,.wpb_tabs.style-2 .wpb_tabs_nav>li:focus a:after,.wpb_tabs.style-2 .wpb_tabs_nav>li:hover a:after {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }

.wpb_tabs.style-3 .wpb_tabs_nav li {
  white-space: normal;
  padding: 60px;
  border-left: 1px solid #ddd;
  text-align: center;
  background: none !important; }
  @media (max-width: 1199px) {
    .wpb_tabs.style-3 .wpb_tabs_nav li {
      padding: 30px 10px; } }
  @media (max-width: 991px) {
    .wpb_tabs.style-3 .wpb_tabs_nav li {
      width: 50% !important; } }
  .wpb_tabs.style-3 .wpb_tabs_nav li:hover {
    cursor: pointer; }
  .wpb_tabs.style-3 .wpb_tabs_nav li a {
    position: relative;
    margin-bottom: 15px; }
    .wpb_tabs.style-3 .wpb_tabs_nav li a i {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 48px;
      margin-bottom: 15px; }
    .wpb_tabs.style-3 .wpb_tabs_nav li a:after {
      content: "";
      width: 30px;
      height: 2px;
      background: #2966b9;
      bottom: 0;
      left: 50%;
      margin-left: -15px;
      position: absolute;
      z-index: 1; }
  .wpb_tabs.style-3 .wpb_tabs_nav li:first-child {
    border: none; }
  .wpb_tabs.style-3 .wpb_tabs_nav li.ui-state-active,.wpb_tabs.style-3 .wpb_tabs_nav li:active,.wpb_tabs.style-3 .wpb_tabs_nav li:focus,.wpb_tabs.style-3 .wpb_tabs_nav li:hover {
    position: relative;
    border-bottom: none !important; }
    .wpb_tabs.style-3 .wpb_tabs_nav li.ui-state-active:after,.wpb_tabs.style-3 .wpb_tabs_nav li:active:after,.wpb_tabs.style-3 .wpb_tabs_nav li:focus:after,.wpb_tabs.style-3 .wpb_tabs_nav li:hover:after {
      content: "";
      position: absolute;
      width: 100%;
      bottom: -1px;
      left: 0;
      display: block !important;
      border-bottom: 2px solid #2966b9; }

.wpb_tabs.style-3 .wpb_tab {
  margin: 60px 0 30px; }

.wpb_tabs.style-4 .wpb_wrapper {
  text-align: center; }
  .wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs {
    display: inline-block;
    width: auto; }
    .wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs>li a {
      padding: .5em 1.5em; }
    .wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs>li.ui-state-active,.wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs>li:active,.wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs>li:focus,.wpb_tabs.style-4 .wpb_wrapper ul.nav-tabs>li:hover {
      background: none !important; }

.wpb_tabs.tabs-border .wpb_tabs_nav {
  margin: 0 !important; }

.wpb_tabs.tabs-border .ui-tabs-panel {
  padding: 20px !important;
  border: 1px solid #e6e6e6; }

.wpb_tour {
  overflow: hidden; }
  .wpb_tour .wpb_tabs_nav {
    border-bottom: 0;
    position: relative; }
    .wpb_tour .wpb_tabs_nav:after {
      content: "";
      width: 1px;
      height: 1000px;
      background: #e6e6e6;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
    .wpb_tour .wpb_tabs_nav>li {
      background: none !important;
      border-top: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6;
      border-bottom: 0;
      padding: 0;
      margin: 0 !important; }
      .wpb_tour .wpb_tabs_nav>li:last-child {
        border-bottom: 1px solid #e6e6e6 !important; }
      .wpb_tour .wpb_tabs_nav>li a {
        text-align: center;
        position: relative;
        padding: 15px 10px !important;
        font-size: 15px; }
        .wpb_tour .wpb_tabs_nav>li a:after {
          width: 3px;
          height: 100%;
          background: #2966b9;
          top: 0;
          left: -1px;
          position: absolute;
          content: "";
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          /* IE 5-7 */
          filter: alpha(opacity=0);
          /* Netscape */
          -moz-opacity: 0;
          /* Safari 1.x */
          -khtml-opacity: 0;
          /* Good browsers */
          opacity: 0; }
      .wpb_tour .wpb_tabs_nav>li.ui-tabs-active,.wpb_tour .wpb_tabs_nav>li:active,.wpb_tour .wpb_tabs_nav>li:focus,.wpb_tour .wpb_tabs_nav>li:hover {
        border-bottom: 0;
        border-top: 1px solid #e6e6e6; }
        .wpb_tour .wpb_tabs_nav>li.ui-tabs-active a:after,.wpb_tour .wpb_tabs_nav>li:active a:after,.wpb_tour .wpb_tabs_nav>li:focus a:after,.wpb_tour .wpb_tabs_nav>li:hover a:after {
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          /* IE 5-7 */
          filter: alpha(opacity=100);
          /* Netscape */
          -moz-opacity: 1;
          /* Safari 1.x */
          -khtml-opacity: 1;
          /* Good browsers */
          opacity: 1; }
  .wpb_tour.tabs-border .wpb_tabs_nav {
    margin: 0 !important; }
  .wpb_tour.tabs-border .ui-tabs-panel {
    padding: 20px !important;
    border: 1px solid #e6e6e6; }
  .wpb_tour.tabs-border .panel_wapper {
    border: 1px solid #e6e6e6;
    border-left: 0;
    padding: 20px;
    width: 68.33333333%;
    float: left; }
    .wpb_tour.tabs-border .panel_wapper .ui-tabs-panel {
      width: 100% !important; }
    .wpb_tour.tabs-border .panel_wapper .wpb_tour_next_prev_nav {
      margin: 0 30px !important;
      padding: 0; }
  .wpb_tour.tabs-border .wpb_tour_next_prev_nav {
    border: 1px solid #e6e6e6;
    border-left: 0;
    padding: 20px;
    font-size: 100%; }
    .wpb_tour.tabs-border .wpb_tour_next_prev_nav span {
      padding-top: 0; }

.wpb_flickr_widget .flickr_badge_image {
  margin: 0 10px 10px 0 !important;
  width: 57px !important;
  height: 57px !important;
  overflow: hidden;
  float: left; }
  .wpb_flickr_widget .flickr_badge_image img {
    transition: all .35s; }
  .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); }

.wpb_flickr_widget .flickr_stream_wrap {
  display: none; }

.vc_icon_element {
  margin-bottom: 10px !important; }

.vc_pie_chart .vc_pie_chart_value {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: #2966b9;
  border-width: 3px; }

.vc_pie_chart .wpb_pie_chart_heading {
  text-transform: uppercase; }

.vc_pie_chart[data-pie-color=btn-success] .vc_pie_chart_back {
  border-color: #dbdbdb !important;
  border-width: 3px; }

.widget-brand-logo.border-style .owl-item {
  border-right: 1px solid #e4e4e4; }
  .widget-brand-logo.border-style .owl-item:last-child {
    border: none; }

.wpo-banner {
  position: relative; }
  @media (max-width: 767px) {
    .wpo-banner {
      margin-bottom: 20px; } }
  .wpo-banner.light-hide-effect {
    color: #fff; }
    .wpo-banner.light-hide-effect:before {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      background: #000;
      opacity: .4;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      display: block; }
    .wpo-banner.light-hide-effect:hover:before {
      opacity: .2; }
    .wpo-banner.light-hide-effect h3,.wpo-banner.light-hide-effect small {
      color: #fff; }
  .wpo-banner.content_position_right .banner-body {
    right: 60px;
    width: auto; }
  .wpo-banner.content_position_right .heading {
    text-align: left; }
    .wpo-banner.content_position_right .heading>small {
      padding: 0;
      text-align: left; }
  .wpo-banner.content_position_left .banner-body {
    left: 60px;
    width: auto;
    text-align: left; }
  .wpo-banner.content_position_left .heading {
    text-align: left; }
    .wpo-banner.content_position_left .heading>small {
      padding: 0;
      text-align: left; }
  .wpo-banner h3 {
    font-size: 50px; }
  .wpo-banner .banner-body {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: -55px 0 0; }

.wpo-portfolio.hidden-filter #filters {
  display: none; }

.wpo-portfolio.style-special #filters {
  position: absolute;
  right: 100px;
  top: -200px; }
  .rtl .wpo-portfolio.style-special #filters {
    left: 100px;
    right: auto; }
  @media (max-width: 991px) {
    .wpo-portfolio.style-special #filters {
      right: 30px; } }
  .wpo-portfolio.style-special #filters ul {
    border-color: hsla(0,0%,100%,.1); }
    .wpo-portfolio.style-special #filters ul>li a {
      color: #fff; }

.wpo-coming-soon .coming-soon-time {
  text-align: center;
  border-top: 1px solid hsla(0,0%,100%,.1);
  border-bottom: 1px solid hsla(0,0%,100%,.1);
  padding: 60px 0; }
  .wpo-coming-soon .coming-soon-time .pts-countdown {
    display: inline-block; }
    .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times {
      margin-top: 0; }
      .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: Ubuntu,sans-serif;
        text-transform: none !important; }
        @media (max-width: 991px) {
          .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times>div {
            width: 100px;
            height: 100px;
            background-size: contain;
            padding-top: 15px; }
            .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times>div b {
              font-size: 24px !important; } }
        @media (max-width: 767px) {
          .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times>div {
            width: 80px;
            height: 80px;
            background-size: contain;
            padding-top: 10px;
            font-size: 8px; }
            .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times>div b {
              font-size: 18px !important;
              margin-bottom: 0;
              padding-bottom: 0; } }
        .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; }
          .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; }
        .wpo-coming-soon .coming-soon-time .pts-countdown .countdown-times>div:first-child {
          margin-left: 0; }

.wpo-coming-soon.countdown-v2 {
  border-top: 2px solid #dfdedc;
  border-bottom: 2px solid #dfdedc; }
  .wpo-coming-soon.countdown-v2 .pts-countdown {
    display: inline-block; }
    .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times {
      margin-top: 0; }
      .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) {
          .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times>div {
            width: 100px;
            height: 100px;
            background-size: contain;
            padding-top: 15px; }
            .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times>div b {
              font-size: 24px !important; } }
        @media (max-width: 767px) {
          .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times>div {
            width: 80px;
            height: 80px;
            background-size: contain;
            padding-top: 10px;
            font-size: 8px; }
            .wpo-coming-soon.countdown-v2 .pts-countdown .countdown-times>div b {
              font-size: 18px !important;
              margin-bottom: 10px;
              padding-bottom: 10px; } }

.wpo-event-of-date .date-heading {
  background: #332c3e;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  padding: 15px 0; }

.wpo-event-of-date .events-timeline {
  position: relative;
  overflow: hidden; }
  .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; }

.wpo-event-of-date .tribe-events-item {
  margin-top: 30px; }
  .wpo-event-of-date .tribe-events-item .event-content {
    padding-left: 25px; }
    .wpo-event-of-date .tribe-events-item .event-content .content-inner {
      background: #f9f9f9;
      padding: 25px 30px; }
      .wpo-event-of-date .tribe-events-item .event-content .content-inner .event-title h2 {
        margin: 0;
        position: relative;
        padding-bottom: 15px; }
        .wpo-event-of-date .tribe-events-item .event-content .content-inner .event-title h2:after {
          content: "";
          width: 30px;
          height: 2px;
          background: #2966b9;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 1; }
      .wpo-event-of-date .tribe-events-item .event-content .content-inner .event-title a {
        text-transform: uppercase;
        font-size: 20px; }
        .wpo-event-of-date .tribe-events-item .event-content .content-inner .event-title a:hover {
          color: #2966b9; }
  .wpo-event-of-date .tribe-events-item .event-date {
    float: right;
    background: #2966b9;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    position: relative; }
    .wpo-event-of-date .tribe-events-item .event-date:after {
      content: "";
      position: absolute;
      border: 4px solid transparent;
      border-left-color: #2966b9;
      left: 100%;
      top: 50%;
      z-index: 1;
      margin-top: -4px; }
    .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: #2966b9; }
  .wpo-event-of-date .tribe-events-item .event_room {
    font-size: 12px;
    color: #aaa;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2px; }
  .wpo-event-of-date .tribe-events-item .speaker {
    float: right; }
    .wpo-event-of-date .tribe-events-item .speaker .item {
      width: 30px;
      height: auto;
      float: left;
      margin-right: 10px; }
      .wpo-event-of-date .tribe-events-item .speaker .item:last-child {
        margin-right: 0; }
      .wpo-event-of-date .tribe-events-item .speaker .item img {
        width: 100%;
        height: auto; }

.frontpage-6 {
  background-color: #181818;
  padding: 30px; }
  .frontpage-6 .widget-title {
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    font-family: Oswald,sans-serif;
    padding: 0;
    letter-spacing: 1px;
    margin-left: -50px;
    border-top: none;
    margin-bottom: 20px; }
    .frontpage-6 .widget-title span {
      background-color: #e51717;
      color: #fff;
      display: inline-block;
      padding: 8px 15px; }
      .frontpage-6 .widget-title span:after {
        display: none; }
  .frontpage-6 .posts-grid .posts-grid .post {
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .frontpage-6 .posts-grid .posts-grid .post .entry-thumb {
      display: none; }
    .frontpage-6 .posts-grid .posts-grid .post .entry-content {
      background: transparent;
      font-size: 14px;
      position: relative;
      padding: 0; }
      .frontpage-6 .posts-grid .posts-grid .post .entry-content .entry-meta-2 {
        margin-bottom: 5px; }
      .frontpage-6 .posts-grid .posts-grid .post .entry-content .entry-title {
        margin-bottom: 0;
        font-size: 14px; }
        .frontpage-6 .posts-grid .posts-grid .post .entry-content .entry-title a {
          color: #fff; }
          .frontpage-6 .posts-grid .posts-grid .post .entry-content .entry-title a:hover {
            color: #2966b9; }
      .frontpage-6 .posts-grid .posts-grid .post .entry-content .entry-description {
        display: none; }
  .frontpage-6 .posts-grid .posts-grid:last-child .post {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

/* Style widget for only Widget Area 5 */
.widget-area-5 .widget {
  border: 1px solid #e6e6e6; }
  .widget-area-5 .widget .widget-title {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 30px;
    font-size: 13px;
    color: #2966b9;
    letter-spacing: 1px;
    overflow: visible; }
    .widget-area-5 .widget .widget-title span {
      padding: 15px 0;
      display: inline-block; }
      .widget-area-5 .widget .widget-title span:before {
        content: "";
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: -1px;
        background-color: #2966b9; }
  .widget-area-5 .widget .widgettitle {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 30px;
    font-size: 13px;
    color: #2966b9;
    letter-spacing: 1px;
    overflow: visible; }
  .widget-area-5 .widget>ul {
    padding: 0 30px; }
    .widget-area-5 .widget>ul>li {
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .widget-area-5 .widget>ul>li:last-child {
        border-bottom: none !important;
        padding-bottom: 15px;
        margin-bottom: 10px; }
  .widget-area-5 .widget .widget-content {
    padding: 0 30px; }
    .widget-area-5 .widget .widget-content .posts-list {
      padding: 0;
      background-color: transparent; }
      .widget-area-5 .widget .widget-content .posts-list article {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .widget-area-5 .widget .widget-content .posts-list article .media {
          padding: 0; }
          .widget-area-5 .widget .widget-content .posts-list article .media .media-left {
            padding-right: 10px; }
            .widget-area-5 .widget .widget-content .posts-list article .media .media-left img {
              padding: 0;
              border: none;
              width: 60px; }
          .widget-area-5 .widget .widget-content .posts-list article .media .media-body h4 {
            font-size: 12px;
            margin-bottom: 7px !important;
            font-family: Merriweather,serif;
            font-weight: 400;
            margin-top: -4px !important; }
            .widget-area-5 .widget .widget-content .posts-list article .media .media-body h4 a:hover {
              color: #2966b9; }
          .widget-area-5 .widget .widget-content .posts-list article .media .media-body .entry-date {
            margin-bottom: 0; }
        .widget-area-5 .widget .widget-content .posts-list article:last-child {
          border-bottom: none;
          margin-bottom: 10px; }
  .widget-area-5 .widget.widget_sp_image {
    border: 15px solid #f8f8f8; }
  .widget-area-5 .widget.widget_tag_cloud .tagcloud {
    padding: 0 15px 10px; }
  .widget-area-5 .widget.widget_tag_cloud a {
    padding: 0;
    background: none;
    color: #696969;
    line-height: 1; }
    .widget-area-5 .widget.widget_tag_cloud a:hover {
      color: #2966b9; }

/* Style widget for only Light Area */
.light-area .widget .widget-title {
  border-top: none;
  padding-top: 0; }

.wpo-footer.footer-v1 .row>div.twitter-block-left {
  position: relative; }

.wpo-footer.footer-v1 .row.twitter-row>div:before {
  content: none; }

.wpo-wrapper {
  overflow-x: hidden; }

/* Widget title styles*/
.widget.widget-title-s1 .widget-title {
  border-top: 3px solid #000; }

.widget.widget-title-s3 .widget-title,.widget.widget-title-s3 .widget_title,.widget.widget-title-s3 .widgettitle {
  border-top: none;
  padding-top: 0;
  font-size: 24px;
  font-family: Ubuntu,sans-serif;
  margin-bottom: 45px; }

.wpo-footer.footer-v2 .row>div.flickr-content:after {
  content: "";
  width: 500%;
  left: 100%;
  top: 0;
  height: 100%;
  background-color: #2d3a47;
  position: absolute; }

.wpo-footer.footer-v2 .row>div.flickr-content:before {
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #2d3a47;
  top: 50%;
  left: -5px;
  margin-top: -3px;
  height: 0;
  background-color: transparent; }

/* Style widget for only Sidebar */
.sidebar .widget {
  margin-bottom: 40px; }
  .sidebar .widget .widget-title,.sidebar .widget .widget_title,.sidebar .widget .widgettitle {
    padding-top: 25px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: -30px;
    padding-left: 30px;
    font-family: Ubuntu,sans-serif; }
  .sidebar .widget .posts-list {
    padding: 0;
    background-color: transparent; }
    .sidebar .widget .posts-list article {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 10px; }
      .sidebar .widget .posts-list article:last-child {
        margin-bottom: 0; }

/* Style widget for only Col-a */
.col-a {
  position: relative; }
  .col-a:after {
    content: "";
    width: 1px;
    height: 56px;
    position: absolute;
    right: -1px;
    top: 0;
    background-color: #fff; }

.wpb_revslider_element.wpb_content_element:hover .tp-rightarrow {
  transform: matrix(1,0,0,1,-50,-20) !important;
  -ms-transform: matrix(1,0,0,1,-50,-20) !important;
  -webkit-transform: matrix(1,0,0,1,-50,-20) !important; }

/* 7. Slideshow */
/*
*  Revolution Slider
*/
.slide-full {
  margin-left: -20px;
  margin-right: -20px; }

.wpb_revslider_element {
  overflow: hidden; }
  .wpb_revslider_element:hover .tparrows {
    visibility: visible;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }
  .wpb_revslider_element:hover .tp-leftarrow {
    margin-left: 0; }
    .rtl .wpb_revslider_element:hover .tp-leftarrow {
      margin-right: 0;
      margin-left: inherit; }
  .wpb_revslider_element:hover .tp-rightarrow {
    margin-right: 0; }
    .rtl .wpb_revslider_element:hover .tp-rightarrow {
      margin-left: 0;
      margin-right: inherit; }
  .wpb_revslider_element .tp-bullets {
    bottom: 40px !important; }
    .wpb_revslider_element .tp-bullets.simplebullets.round .bullet {
      background-image: none;
      background-color: #fff;
      border: none;
      -webkit-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      transition: all .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; }
      .wpb_revslider_element .tp-bullets.simplebullets.round .bullet.selected {
        background: #2966b9; }
  .wpb_revslider_element .no-slides-text {
    padding: 50px 0; }

.tp-caption.text-large-white {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 9 */
  /* 9 */
  color: #fff; }

.tp-caption.text-large-black,.tp-caption.text-large-white {
  font-size: 80px;
  font-size: 8rem;
  font-family: Merriweather,serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1 !important; }

.tp-caption.text-large-black {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 9 */
  /* 9 */
  color: #000; }

.tp-caption span.color-theme {
  color: #2966b9; }

.tp-caption.text-medium {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  color: #999;
  text-transform: uppercase;
  font-weight: 800;
  font-family: Merriweather,serif;
  letter-spacing: 8px; }

.tp-caption.text-small {
  font-size: 24px !important;
  color: #999;
  text-transform: none;
  font-weight: 300;
  font-style: italic;
  font-family: Merriweather,serif; }

.tp-caption.text-white {
  color: #fff; }

.tp-caption.overlay {
  display: block;
  z-index: 1 !important;
  text-indent: -9999px;
  background: rgba(0,0,0,.5);
  width: 960px;
  height: 227px; }

.tp-caption.font-raleway {
  font-family: Raleway,sans-serif; }

.tp-caption.font-big {
  font-size: 80px; }

.tp-caption.font-big-2 {
  font-size: 72px; }

.tp-caption.font-large {
  font-size: 48px; }

.tp-caption.font-medium-1 {
  font-size: 24px; }

.tp-caption.font-medium {
  font-size: 36px; }

.tp-caption.font-small-1 {
  font-size: 18px; }

.tp-caption.font-small {
  font-size: 14px; }

.tp-caption.color-white {
  color: #fff; }

.tp-caption.color-theme {
  color: #2966b9; }

.tp-caption.color-black {
  color: #000; }

.tp-caption.color-dark {
  color: #999; }

.tp-caption.color-dark-2 {
  color: #ccc; }

.tp-caption.color-white-2 {
  color: #f4f4f4; }

.tp-caption.text-uppercase {
  text-transform: uppercase; }

.tp-caption.text-spacing {
  letter-spacing: 8px; }

.tp-caption.text-spacing-2 {
  letter-spacing: -4px; }

.tp-caption.text-spacing-3 {
  letter-spacing: 24px; }

.tp-caption.text-italic {
  font-style: italic; }

.tparrows {
  -webkit-box-shadow: inset 0 0 0 0 rgba(41,102,185,.8);
  box-shadow: inset 0 0 0 0 rgba(41,102,185,.8);
  -webkit-transition: all .5s cubic-bezier(.8,0,0,1);
  -o-transition: all .5s cubic-bezier(.8,0,0,1);
  transition: all .5s cubic-bezier(.8,0,0,1); }
  .tparrows.default {
    top: 46%;
    color: #fff;
    background-image: none;
    position: relative;
    visibility: hidden;
    background-color: rgba(0,0,0,.25);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    width: 32px;
    height: 50px;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in; }
    .tparrows.default:before {
      content: "\f105";
      font-family: FontAwesome;
      display: block;
      color: #fff;
      font-weight: 700;
      /* 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; }
  .tparrows.tp-leftarrow {
    margin-left: -52px; }
    .rtl .tparrows.tp-leftarrow {
      margin-right: -52px;
      margin-left: inherit; }
    .tparrows.tp-leftarrow:before {
      content: "\f104"; }
  .tparrows.tp-rightarrow {
    margin-right: -52px; }
    .rtl .tparrows.tp-rightarrow {
      margin-left: -52px;
      margin-right: inherit; }
  .tparrows:hover {
    background-color: rgba(41,102,185,.8); }
    .tparrows:hover:before {
      color: #fff; }
  .tparrows:hover {
    -webkit-transition: all .5s cubic-bezier(.8,0,0,1);
    -o-transition: all .5s cubic-bezier(.8,0,0,1);
    transition: all .5s cubic-bezier(.8,0,0,1);
    -webkit-box-shadow: inset 0 -50px 0 0 rgba(41,102,185,.8);
    box-shadow: inset 0 -50px 0 0 rgba(41,102,185,.8); }

.text-opal-small {
  position: relative;
  padding-left: 35px !important; }
  .text-opal-small:before {
    content: "";
    background-color: #2966b9;
    height: 2px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px; }

/* 9. Responsive */
@media (max-width: 767px) {
  .masonry-item img {
    width: 100%; } }

@media screen and (max-width: 1367px) {
  .responsiveHeight {
    height: 711px; }
    .responsiveHeight .inner {
      max-height: 711px; } }

@media screen and (max-width: 1120px) {
  #wpo-header.wpo-header-v2 .navbar-mega .navbar-nav>li {
    padding-left: 15px;
    padding-right: 15px; }
  .cartwrapper .minibasket .cart-icon {
    display: none; }
  .woocommerce.post-type-archive-product .wpo-wrapper,.woocommerce.single-product .wpo-wrapper {
    width: 100%; }
  .responsiveHeight {
    height: 590px; }
    .responsiveHeight .inner {
      max-height: 590px; }
      .responsiveHeight .inner .iosSlider .slider .item .post .entry-content {
        height: 210px; }
  .footer-v3 .widget-social-links .widget-content .social li a {
    width: 40px;
    line-height: 40px; }
  .iosSlider .slider .item .post .entry-content .entry-title {
    font-size: 34px; } }

@media screen and (max-width: 1023px) {
  .container {
    width: 940px; }
  .logo-in-theme.space-padding-top-20 {
    padding-top: 5px !important; }
  .wpo-header-v2 .navbar-mega .navbar-nav>li {
    float: none; }
  .searchform .btn {
    border-radius: 0 3px 3px 0 !important;
    background-color: #181818;
    color: #fff;
    padding: 6px 28px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .searchform .btn:hover {
      background-color: #2966b9; }
  .top-banner {
    display: none; }
  .navbar-offcanvas .offcanvas-inner .list-action>li {
    border-left: none; }
  .wpb_column>.wpb_wrapper>:last-child {
    margin-bottom: 30px !important; }
  .wpo-footer .wpb_column>.wpb_wrapper>:last-child {
    margin-bottom: 0 !important; }
  .tab-categories-posts .widget-content .row {
    margin-top: -20px; }
    .tab-categories-posts .widget-content .row>div {
      margin-top: 30px; }
      .tab-categories-posts .widget-content .row>div .banner-wrapper {
        text-align: center; }
  .widget.widget-products.style2 .product-wrapper .product .caption .meta .price,.widget.widget-related-products .product-wrapper .product .caption .meta .price {
    margin-bottom: 15px; }
  .widget.widget-products.style2 .product-wrapper .product .caption .meta .name,.widget.widget-related-products .product-wrapper .product .caption .meta .name {
    font-size: 12px;
    padding-top: 10px; }
  .responsiveHeight {
    height: 573px; }
    .responsiveHeight .inner {
      max-height: 573px; }
  .wpo-header .header-bottom .breaking-news {
    padding-right: 5px; }
    .rtl .wpo-header .header-bottom .breaking-news {
      padding-left: 5px;
      padding-right: inherit; }
  .widget_wpo_breaking_post_widget .widget-title {
    display: none; }
  .widget.wpo-grid-posts.slide-show .widget-content .carousel-controls {
    top: 53%; } }

@media screen and (max-width: 979px) {
  .container {
    width: 760px; }
  nav#wpo-mainnav.padding-large .navbar-nav>li {
    padding: 0 15px; }
  .flex-caption>p {
    display: none; }
  .wpb_flickr_widget .flickr_badge_image {
    width: 50px !important;
    height: 50px !important; }
  #wpo-header.wpo-header-v5 .header-middle .navbar-mega .navbar-nav>li>a {
    padding: 15px 20px; }
  #wpo-header.wpo-header-v5 .header-middle .navbar-mega .navbar-nav>li.active>a,#wpo-header.wpo-header-v5 .header-middle .navbar-mega .navbar-nav>li:hover>a {
    padding-top: 21px; }
  #wpo-header.wpo-header-v5 .header-middle .wpo-mainmenu-wrap {
    border-right: none; }
  .wpo-footer ul.menu>li {
    margin: 10px 10px 0; }
  .pricing-footer .btn {
    padding: 10px 0;
    display: block; }
  .wpo-header .header-bottom .breaking-news {
    padding-right: 5px; }
  .product-info .caroufredsel_wrapper,.product-info .caroufredsel_wrapper .yith_magnifier_gallery {
    height: 392px !important; }
  .product-info .bo-social-icons [class^=bo-social-] {
    width: 25px;
    height: 25px;
    line-height: 25px; }
  .product-info .wpo-social-share {
    margin-top: 10px; }
  .responsiveHeight {
    height: 506px; }
    .responsiveHeight .inner {
      max-height: 506px; }
      .responsiveHeight .inner .iosSlider .slider .item .post .entry-content .entry-title {
        font-size: 30px; }
  .wpo-header .header-bottom .breaking-news .breaking-owl-carousel .owl-controls .owl-buttons {
    display: none; }
  .widget.wpo-testimonial .widget-content {
    padding-bottom: 175px; }
    .widget.wpo-testimonial .widget-content .item .testimonials-body p {
      font-size: 20px; }
  .responsiveHeight .inner .iosSlider .slider .item .post .entry-content .entry-title {
    font-size: 28px; }
  .footer-v3 .widget-social-links .widget-content .social li a {
    width: 30px;
    line-height: 30px;
    font-size: 14px; }
  .wpo-footer ul.menu {
    text-align: left; }
  .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row>div.col-md-4 .post .entry-content {
    padding: 20px 21px 5px; } }

@media screen and (max-width: 799px) {
  .container {
    width: 720px; }
  #wpo-header.wpo-header-v2 .navbar-mega .navbar-nav>li {
    padding-top: 30px;
    padding-bottom: 30px; }
  .widget.widget-products.style2 .product-wrapper .product .image,.widget.widget-related-products .product-wrapper .product .image {
    float: none;
    width: 100%; }
  .widget.widget-products.style2 .product-wrapper .product .caption,.widget.widget-related-products .product-wrapper .product .caption {
    position: static;
    width: 100%; }
  .widget.widget-products.style2 .product-wrapper .product .caption .meta .action-bottom,.widget.widget-related-products .product-wrapper .product .caption .meta .action-bottom {
    position: static;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    padding: 0 20px 15px;
    width: 100%; }
  .widget.widget-products.style2 .product-wrapper .product:hover .caption,.widget.widget-related-products .product-wrapper .product:hover .caption {
    width: 100%; }
  .widget.widget-products.style2 .product-wrapper .product:hover .caption .meta,.widget.widget-related-products .product-wrapper .product:hover .caption .meta {
    padding-right: 0; }
  #wpo_breaking_post_widget-2 .widget-title,#wpo_socials_widget-2 .widget-title {
    display: none; }
  .responsiveHeight {
    height: 494px; }
    .responsiveHeight .inner {
      max-height: 494px; }
      .responsiveHeight .inner .iosSlider .slider .item .post .entry-content .entry-title {
        font-size: 28px; }
  .wpo-header .widget_wpo_socials_widget .widget-title {
    display: none; }
  .wpb_flickr_widget .flickr_badge_image {
    width: 48px !important;
    height: 48px !important; }
  .footer-v3 .widget-social-links .widget-content .social li a {
    width: 36px;
    height: 36px;
    line-height: 36px; }
  .wpo-footer .widget_categories ul li {
    width: 100%; }
  .wpo-header .header-quick-action .box-quick-action {
    display: none; }
  .frontpage-posts .frontpage-4 .post {
    margin-bottom: 0 !important; }
  .widget.wpo-grid-posts.slide-show .widget-content .carousel-controls {
    top: 51%; }
  .responsiveHeight .inner .iosSlider .slider .item .post .entry-content .entry-title {
    font-size: 26px; }
  .footer-v3 .widget-social-links .widget-content .social li a {
    width: 28px;
    height: 28px;
    line-height: 28px; }
  .product-grid.style-fashion {
    margin-bottom: 0; }
  .widget-products-carousel {
    margin-top: -30px; }
    .widget-products-carousel .product-grid.style-fashion {
      margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .container {
    width: 600px; }
  .wpo-header .header-bottom .breaking-news {
    border-right: 1px solid #e6e6e6;
    padding-right: 20px; }
    .wpo-header .header-bottom .breaking-news:after {
      content: none; }
  .wpo-header .header-bottom .social-box {
    margin-left: 0;
    text-align: center;
    padding-bottom: 5px; }
    .wpo-header .header-bottom .social-box>ul {
      float: none !important;
      display: inline-block; }
  .frontpage-3 .post:last-child {
    margin-bottom: 30px !important; }
  .wpo-footer.footer-v1 .row>div.twitter-block-right:before {
    border: none;
    height: 100%;
    width: 100%;
    left: auto;
    right: 100%;
    top: 0;
    margin: 0;
    background-color: #272727; }
  .wpo-footer.footer-v1 .row>div:before,.wpo-footer.footer-v2 .row>div:before {
    content: none; }
  .newsletter .ajax-loader {
    display: none; }
  .wpo-footer.footer-v1 .vc_row.row {
    margin-bottom: 0; }
  .wpb_wrapper .flexslider .slides>li .flex-caption {
    padding-right: 30%; }
  .wpb_wrapper .flexslider .slides>li .flex-caption .post-title {
    font-size: 20px; }
  .wpo-footer.footer-v2 .row>div.flickr-content:before {
    border: none;
    height: 100%;
    width: 100%;
    left: auto;
    right: 100%;
    top: 0;
    margin: 0;
    background-color: #2d3a47; }
  .wpo-footer.footer-v2 .row>div:first-child {
    padding-left: 30px; }
  #wpo-header.wpo-header-v4 .header-middle {
    display: none; }
  #wpo-header.wpo-header-v4 .header-bottom .breaking-news {
    margin-right: 0;
    border: 1px solid #e6e6e6; }
  .wpo-header .header-bottom .social-box {
    border: 1px solid #e6e6e6 !important;
    border-top: none !important;
    padding-bottom: 0; }
  #wpo-header.wpo-header-v5 .header-middle {
    border-bottom: none; }
  .row .vc_custom_1438847816076 {
    border-right: none !important;
    padding-right: 15px !important;
    margin-right: 0 !important; }
  .col-a .widget .widget-title,.col-a .widget .widget_title,.col-a .widget .widgettitle {
    margin-right: 0;
    padding-right: 0; }
  .row .vc_custom_1437797518939 {
    padding-left: 15px !important;
    border-left: none !important;
    margin-top: 0 !important; }
  .sidebar .widget .widget-title,.sidebar .widget .widget_title,.sidebar .widget .widgettitle {
    margin-left: 0;
    padding-left: 0; }
  .frontpage-posts.frontpage-5 .row>div {
    margin-top: 25px; }
    .frontpage-posts.frontpage-5 .row>div:first-child {
      margin-top: 0; }
  .vc_custom_1440835325581>div {
    margin-bottom: 35px; }
  #menu-footer-menu,.vc_custom_1440835720804 {
    text-align: center; }
  .widget.widget-products.style2 .product-wrapper .product .caption .meta .action-bottom,.widget.widget-related-products .product-wrapper .product .caption .meta .action-bottom {
    padding: 15px 20px; }
  .feature-box {
    overflow: hidden; }
  .product-meta {
    padding: 0 20px; }
  .order-review,.woocommerce-shipping-fields {
    margin-bottom: 30px; }
  .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
    white-space: normal; }
  th.product-thumbnail {
    display: none; }
  .product-info .caroufredsel_wrapper,.product-info .caroufredsel_wrapper .yith_magnifier_gallery {
    height: 475px !important; }
  .wpo-social-share {
    margin: 0 0 30px; }
  .vc_tta-container .vc_tta-style-modern {
    border: none;
    padding: 0; }
  .vc_tta-container .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 20px; }
  .vc_tta-container .vc_tta-style-modern.vc_tta-tabs-position-left:after,.vc_tta-container .vc_tta-tabs-position-left:after {
    content: none; }
  .responsiveHeight {
    height: 447px; }
    .responsiveHeight .inner {
      max-height: 447px; }
      .responsiveHeight .inner .iosSlider .slider .item .post .entry-content .entry-title {
        font-size: 24px; }
  .wpo-header.wpo-header-v5 .header-bottom .breaking-news .row {
    margin-top: -15px; }
    .wpo-header.wpo-header-v5 .header-bottom .breaking-news .row>div {
      margin-top: 15px; }
  .widget_wpo_breaking_post_widget .widget-title {
    display: block; }
  .tab-v5 .nav-tabs>li>a {
    font-size: 13px; }
  .woocommerce .summary.entry-summary {
    padding-top: 30px; }
  .woocommerce .tab-content .table-responsive>.table>tbody>tr>td,.woocommerce .tab-content .table-responsive>.table>tbody>tr>th,.woocommerce .tab-content .table-responsive>.table>tfoot>tr>td,.woocommerce .tab-content .table-responsive>.table>tfoot>tr>th,.woocommerce .tab-content .table-responsive>.table>thead>tr>td,.woocommerce .tab-content .table-responsive>.table>thead>tr>th {
    border-top: none; }
  .twitter-row .latest-twitter:before {
    content: none; }
  .twitter-row .latest-twitter:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    width: 100%;
    height: 100%; }
    .rtl .twitter-row .latest-twitter:after {
      right: 100%;
      left: auto; }
  .wpo-footer.footer-v1 .row>div:first-child {
    padding-left: 30px; }
    .rtl .wpo-footer.footer-v1 .row>div:first-child {
      padding-right: 30px;
      padding-left: inherit; }
  .row .vc_custom_1443689495377 {
    border-right: none !important;
    margin-right: 0 !important;
    padding-right: 15px !important; }
  .widget.frontpage-8 .header-gridpost {
    margin-right: 0;
    padding-right: 0; }
    .rtl .widget.frontpage-8 .header-gridpost {
      margin-left: 0;
      margin-right: inherit;
      padding-left: 0;
      padding-right: inherit; }
  .row .vc_custom_1443690316414 {
    border-left: none !important;
    padding-left: 15px !important; }
  .wpo-footer.footer-v3 .textwidget {
    padding-top: 20px;
    text-align: center; }
  .wpo-header.wpo-header-v2 .logo-in-theme {
    margin: 20px 0 !important; }
  #related-post .row {
    margin-top: -25px; }
    #related-post .row>div {
      margin-top: 25px; }
  .product-grid.style-fashion .caption {
    margin-top: -70px; }
  .product-grid.style-fashion .button-action>div {
    opacity: 1;
    right: 10px; }
  .product-grid.style-fashion .meta .rating {
    opacity: 0; }
  .product-grid.style-fashion .meta .action-bottom {
    margin-bottom: 20px;
    opacity: 1;
    visibility: visible; }
  .widget-products-carousel .product-grid.style-fashion .caption {
    margin-top: 0; }
  .widget.widget-products.style2 .product-wrapper .product .caption,.widget.widget-related-products .product-wrapper .product .caption {
    padding-bottom: 20px; }
  .row .vc_custom_1442485431286 {
    margin-bottom: 0 !important; }
  .vc_custom_1440834871871 .wpb_wrapper {
    text-align: center; }
    .vc_custom_1440834871871 .wpb_wrapper .widget-social-links {
      display: inline-block; }
  .footer-v3 .widget-social-links {
    float: none;
    margin-bottom: 20px; }
  .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row>div .post .entry-content,.widget.wpo-grid-posts.slide-show .widget-content .post .entry-content {
    padding: 30px 30px 10px; }
  .frontpage-posts .frontpage-4 .post {
    margin-top: 30px; }
  .frontpage-posts .frontpage-4 .main-posts {
    margin-top: -30px; } }

@media screen and (max-width: 639px) {
  .container {
    width: 440px; }
  .rev-btn,.rev-btn:visited {
    padding: 5px 10px !important; }
  .logo-in-theme {
    margin-bottom: 20px;
    margin-top: 20px !important; }
  .wpo-header .header-bottom .breaking-news .breaking-owl-carousel .owl-controls .owl-buttons {
    display: none; }
  .wpb_wrapper .flexslider .slides>li .flex-caption {
    padding: 0 30% 5px 20px; }
  .newsletter-v3 .newsletter {
    width: 100%; }
  .footer-v1 .vc_custom_1440818167048 {
    padding-top: 90px !important; }
  blockquote {
    padding-left: 30px; }
  .blockquote.blockquote-brd .blockquote-in {
    margin-left: 10px; }
  .blockquote.blockquote-right .blockquote-in {
    margin-right: 10px; }
  .product-info .caroufredsel_wrapper,.product-info .caroufredsel_wrapper .yith_magnifier_gallery {
    height: 337px !important; }
  .table {
    font-size: 14px; }
  .responsiveHeight {
    height: 387px; }
    .responsiveHeight .inner {
      max-height: 387px; }
      .responsiveHeight .inner .iosSlider .slider .item .post .entry-content .entry-title {
        font-size: 24px; }
  .widget.wpo-grid-list .widget-content .post-thumb {
    margin-bottom: 15px; }
  .woocommerce-lost-password .form-row.form-row-first {
    width: 60%; }
  .posts-timeline>li {
    float: none;
    width: 100%; }
  .style-2 .entry-timeline:nth-child(odd) {
    padding-right: 0; }
    .rtl .style-2 .entry-timeline:nth-child(odd) {
      padding-left: 0;
      padding-right: inherit; }
  .style-2 .entry-timeline:nth-child(2n) {
    padding-left: 0; }
    .rtl .style-2 .entry-timeline:nth-child(2n) {
      padding-right: 0;
      padding-left: inherit; }
  .widget.wpo-grid-posts.slide-show .widget-content .post .entry-content .entry-description {
    display: none; }
  .widget.wpo-grid-posts.slide-show .widget-content .post .entry-content .entry-title {
    font-size: 24px; }
  .responsiveHeight .inner .iosSlider .slider .item .post .entry-content .entry-title {
    font-size: 20px; }
  .widget.wpo-grid-list .widget-content .display-grid .post {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .container {
    width: 280px;
    padding-left: 0;
    padding-right: 0; }
  .frontpage-9 .post .entry-content {
    padding: 0 20px 10px; }
    .frontpage-9 .post .entry-content .entry-description {
      display: none; }
  .frontpage-3.style-4 .main-posts .post {
    padding-left: 20px; }
  .widget-area-5 .widget .widget-content,.widget-area-5 .widget .widget-title {
    padding: 0 20px; }
  .widget-area-5 .widget .widget-title {
    margin-bottom: 20px; }
  .wpb_wrapper .flexslider .slides>li .flex-caption .post-title {
    font-size: 14px;
    font-weight: 700; }
  .frontpage-posts .main-posts .entry-content,.wpo-grid-posts.style-1 .entry-content,.wpo-sidebar .widget.widget_wpo_tabs_widget .tab-content {
    padding: 15px 20px; }
  .frontpage-posts .secondary-posts .wrap-media,.wpo-grid-posts .posts-list {
    padding: 20px; }
  .row .vc_custom_1440744877623 {
    margin-top: 5px !important; }
  .posts-list article:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  .wpb_wrapper .flexslider .flex-direction-nav a {
    height: 28px;
    line-height: 28px;
    width: 28px; }
  .wpo-header-v4 .logo-in-theme,.wpo-header-v5 .logo-in-theme {
    margin: 0 !important; }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%; }
  .sidebar-offcanvas {
    width: 100%; }
  .row-offcanvas-left.active {
    left: 100%; }
  .wpo-header-v5 .header-top {
    padding: 30px 0 !important; }
  .wpb_flickr_widget .flickr_badge_image {
    width: 46px !important;
    height: 46px !important; }
  .wpo-footer ul.menu>li {
    margin: 5px 5px 0; }
  .widget .widget-title.widget-title-v7,.widget .widget-title.widget-title-v8,.widget .widgettitle.widget-title-v7,.widget .widgettitle.widget-title-v8,.widget .wpb_heading.widget-title-v7,.widget .wpb_heading.widget-title-v8 {
    font-size: 16px;
    padding-right: 65px; }
  .widget.widget-products .carousel-controls {
    top: -70px; }
  .pricing {
    margin-bottom: 20px !important; }
  .wpo-sidebar .widget .widget-title,.wpo-sidebar .widget .widgettitle,.wpo-sidebar .widget .wpb_heading {
    padding: 15px 20px;
    margin: 0 -20px 20px; }
  .wpo-sidebar .widget {
    padding: 0 20px 20px; }
  .nav>li>a {
    padding: 10px 20px; }
  .logo-in-theme {
    margin: 0 !important;
    padding: 0 !important; }
  #wpo-filter .row>div {
    float: none !important; }
    #wpo-filter .row>div:first-child {
      margin-bottom: 20px; }
  .wpo-pagination {
    float: none !important; }
  .wpo-pagination ul.pagination {
    margin: 0; }
  .woocommerce .woocommerce-result-count {
    float: none !important;
    margin: 0 0 30px;
    padding-top: 10px;
    text-align: center; }
  #single-product.product-info .row {
    margin-left: -5px;
    margin-right: -5px; }
    #single-product.product-info .row>div {
      padding-left: 5px;
      padding-right: 5px; }
  .product-info .caroufredsel_wrapper,.product-info .caroufredsel_wrapper .yith_magnifier_gallery {
    height: 232px !important; }
  .product-info .yith_magnifier_gallery li {
    margin: 0 0 15px; }
  .bo-social-icons [class^=bo-social-] {
    margin-left: 3px;
    margin-right: 3px; }
  .product-info .price {
    font-size: 30px; }
  .tab-v5 .nav-tabs {
    padding: 0 20px; }
  .tab-v5 .nav-tabs>li>a {
    font-size: 12px; }
  .tab-v5 .nav-tabs>li {
    margin: 0 0 0 20px; }
  .tab-v5>.tab-content {
    padding: 15px 20px 0; }
  .table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th,table>tbody>tr>td,table>tbody>tr>th,table>tfoot>tr>td,table>tfoot>tr>th,table>thead>tr>td,table>thead>tr>th {
    padding: 5px; }
  .table {
    font-size: 12px; }
  .woocommerce table.cart input.btn-primary {
    padding: 7px 20px; }
  table.cart td.actions .pull-left,table.cart td.actions .pull-right {
    float: none !important; }
  table.cart td.actions .coupon {
    margin-bottom: 20px; }
  .order-review {
    padding: 0 20px; }
  .responsiveHeight {
    height: 282px; }
    .responsiveHeight .inner {
      max-height: 282px; }
      .responsiveHeight .inner .iosSlider .slider .item .post .entry-content .entry-title {
        font-size: 14px; }
      .responsiveHeight .inner .iosSlider .slider .item .post .entry-content {
        height: 165px; }
      .responsiveHeight .inner .carousel-control.left {
        left: 0;
        margin-left: 0; }
      .responsiveHeight .inner .carousel-control.right {
        right: 0;
        margin-right: 0; }
  .wpo-topbar {
    display: none; }
  .wpb_column>.wpb_wrapper>:last-child {
    margin-bottom: 0 !important; }
  .vc_custom_1438929951741 .space-padding-top-20 {
    padding-top: 0 !important; }
  .widget_wpo_breaking_post_widget .widget-title {
    display: none; }
  .widget.wpo-grid-list .widget-content .display-grid .post {
    width: 100%; }
  #wpo-loadmore-posts {
    margin-bottom: 40px; }
  .wpb_column>.wpb_wrapper .wpo-testimonial,.wpb_column>.wpb_wrapper .wpo-video-box {
    margin-bottom: 30px !important; }
  .wpo-footer.footer-v3 .wpb_column>.wpb_wrapper .wpb_single_image {
    text-align: center; }
  .container-fuild .vc_custom_1440834871871 {
    padding-top: 30px !important; }
  .footer-v3 .widget-social-links {
    float: none;
    text-align: center; }
    .footer-v3 .widget-social-links li {
      display: inline-block;
      float: none; }
  .woocommerce-lost-password .form-row.form-row-first {
    width: 100%;
    padding-right: 0; }
    .rtl .woocommerce-lost-password .form-row.form-row-first {
      padding-left: 0;
      padding-right: inherit; }
  .woocommerce-lost-password .form-row input.button {
    margin-top: 10px;
    width: 100%; }
  .widget .widget-title.widget-title-v4,.widget .widgettitle.widget-title-v4,.widget .wpb_heading.widget-title-v4 {
    font-size: 18px; }
  .page .page-title {
    margin: 0; }
      .blog-page,.blog-page .posts-list article,.blog-page .posts-list article:last-child {
        margin-bottom: 30px; }
  .product-info .product_title {
    font-size: 18px; }
  .responsiveHeight .inner .iosSlider .slider .item .post .entry-content .entry-meta-2 {
    display: none; }
  .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row>div.col-md-4 .post .entry-content .entry-title,.widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row>div .post .entry-content .entry-title,.widget.wpo-grid-posts.slide-show .widget-content .post .entry-content .entry-title {
    font-size: 14px; }
  .widget.wpo-grid-posts.slide-show .widget-content .blog-grid-2 .row>div .post .entry-content,.widget.wpo-grid-posts.slide-show .widget-content .post .entry-content {
    padding: 20px 20px 5px; }
  .widget .widget-title,.widget .widgettitle,.widget .wpb_heading {
    font-size: 1.5rem; }
  .widget.tab-categories-posts .tab-title .nav-tabs>li {
    margin: 4px 0 0 10px; }
  .widget.tab-categories-posts .tab-title .nav-tabs>li>a {
    font-size: 10px; } }

.wpb_start_animation {
  opacity: 1 !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.zoom-2 {
  overflow: hidden; }
  .zoom-2 img {
    position: relative;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  .zoom-2:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

.filter-grayscale,.widget .widget_sp_image-image-link img {
  -webkit-transition: all .6s ease-out 0s;
  -o-transition: all .6s ease-out 0s;
  transition: all .6s ease-out 0s; }
  .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%); }

.filter-brightness {
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s; }
  .filter-brightness:hover {
    filter: brightness(.4);
    -webkit-filter: brightness(.4);
    -moz-filter: brightness(.4);
    -o-filter: brightness(.4);
    -ms-filter: brightness(.4); }

.filter-blur {
  -webkit-transition: all .6s ease-out 0s;
  -o-transition: all .6s ease-out 0s;
  transition: all .6s ease-out 0s; }
  .filter-blur:hover {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px); }

.tab-pane {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.close:hover .fa {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  -o-transform: rotate(1turn);
  transform: rotate(1turn); }

.image-overlay-1:after,.image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  left: 0;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }
  .rtl .image-overlay-1:after,.rtl .image-overlay-1:before {
    right: 0;
    left: auto; }

.image-overlay-1:after {
  top: -100%; }

.image-overlay-1:before {
  bottom: -100%; }

.image-overlay-1:hover:after {
  top: -50%;
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */ }

.image-overlay-1:hover:after,.image-overlay-1:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.image-overlay-1:hover:before {
  bottom: -50%;
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */ }

.image-plus-1 {
  position: relative; }
  .image-plus-1:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(.5) rotateY(180deg);
    -moz-transform: scale(.5) rotateY(180deg);
    -ms-transform: scale(.5) rotateY(180deg);
    -o-transform: scale(.5) rotateY(180deg);
    transform: scale(.5) rotateY(180deg);
    background: url(../images/plus.png) no-repeat scroll 50%/60px 60px rgba(0,0,0,.6); }
    .rtl .image-plus-1:before {
      right: 0;
      left: auto; }
  .image-plus-1:hover:before {
    visibility: visible;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: .6;
    /* Safari 1.x */
    -khtml-opacity: .6;
    /* Good browsers */
    opacity: .6;
    -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); }

.image-plus-2 {
  position: relative; }
  .image-plus-2:before {
    content: "";
    z-index: 199;
    top: 0;
    position: absolute;
    background: url(../images/plus.png) no-repeat scroll 50%/60px 60px rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    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; }
    .rtl .image-plus-2:before {
      right: 0;
      left: auto; }
  .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%; }

.image-plus-3 {
  position: relative; }
  .image-plus-3:before {
    content: "";
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    -webkit-transform: scale(.5) rotateX(180deg);
    -moz-transform: scale(.5) rotateX(180deg);
    -ms-transform: scale(.5) rotateX(180deg);
    -o-transform: scale(.5) rotateX(180deg);
    transform: scale(.5) rotateX(180deg);
    width: 100%;
    height: 100%;
    left: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: rgba(0,0,0,.8); }
    .rtl .image-plus-3:before {
      right: 0;
      left: auto; }
  .image-plus-3:hover:before {
    visibility: visible;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: .6;
    /* Safari 1.x */
    -khtml-opacity: .6;
    /* Good browsers */
    opacity: .6;
    -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); }

.icon-effect-1 {
  position: relative; }
  .icon-effect-1:before {
    content: "";
    display: block;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent; }
  .icon-effect-1:before,.icon-effect-1:hover:before {
    -webkit-transition: transform .5s cubic-bezier(.19,1,.22,1),background-color .2s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .5s cubic-bezier(.19,1,.22,1),background-color .2s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1),background-color .2s cubic-bezier(.19,1,.22,1); }
  .icon-effect-1:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.ih-item.square {
  position: relative; }
  .ih-item.square .info {
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background: #333;
    color: #fff; }
    .ih-item.square .info>* {
      color: #fff; }
    .ih-item.square .info h3 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      padding: 10px;
      background: #111;
      margin: 30px 0 0;
      font-size: 14px; }
    .ih-item.square .info p {
      font-style: italic;
      position: relative;
      color: #bbb;
      padding: 20px;
      text-align: center;
      font-size: 13px; }

.ih-item.square.effect16 .info {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  background: rgba(0,0,0,.5);
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media (max-width: 991px) {
    .ih-item.square.effect16 .info {
      padding-top: 10% !important; } }
  .ih-item.square.effect16 .info h3 {
    background: none; }
    .ih-item.square.effect16 .info h3:hover {
      color: #2966b9; }
  .ih-item.square.effect16 .info .description {
    display: none; }
  .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; }
  .ih-item.square.effect16 .info .info-inner {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1; }
    .ih-item.square.effect16 .info .info-inner h3 {
      margin: 0; }

.ih-item.square.effect16:hover .info {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1; }

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }

.preloader-wrapper.small {
  width: 36px;
  height: 36px; }

.preloader-wrapper.big {
  width: 200px;
  height: 200px; }

.preloader-wrapper.active {
  -webkit-animation: a 1568ms linear infinite;
  animation: a 1568ms linear infinite; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn); } }

@keyframes a {
  to {
    transform: rotate(1turn); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

.spinner-blue,.spinner-blue-only {
  border-color: #2966b9; }

.spinner-red,.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,.spinner-green-only {
  border-color: #0f9d58; }

.active .spinner-layer.spinner-blue {
  -webkit-animation: b 5332ms cubic-bezier(.4,0,.2,1) infinite both,c 5332ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: b 5332ms cubic-bezier(.4,0,.2,1) infinite both,c 5332ms cubic-bezier(.4,0,.2,1) infinite both; }

.active .spinner-layer.spinner-blue-only,.active .spinner-layer.spinner-green-only,.active .spinner-layer.spinner-red-only,.active .spinner-layer.spinner-yellow-only {
  opacity: 1;
  -webkit-animation: b 5332ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: b 5332ms cubic-bezier(.4,0,.2,1) infinite both; }

@-webkit-keyframes b {
  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(3turn); } }

@keyframes b {
  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(3turn); } }

@-webkit-keyframes c {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  to {
    opacity: 1; } }

@keyframes c {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  to {
    opacity: 1; } }

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.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; }

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg); }

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: d 1333ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: d 1333ms cubic-bezier(.4,0,.2,1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: e 1333ms cubic-bezier(.4,0,.2,1) infinite both;
  animation: e 1333ms cubic-bezier(.4,0,.2,1) infinite both; }

@-webkit-keyframes d {
  0% {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes d {
  0% {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }

@-webkit-keyframes e {
  0% {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes e {
  0% {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  -webkit-animation: a 1568ms linear infinite,f .4s cubic-bezier(.4,0,.2,1);
  animation: a 1568ms linear infinite,f .4s cubic-bezier(.4,0,.2,1); }

@-webkit-keyframes f {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes f {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

#wpo-header.wpo-header-v4 .navbar-mega .navbar-nav>li,#wpo-header.wpo-header-v4 .search_form.hidden-input .input-group-btn button,.navbar-mega .navbar-nav>li>a:before,.newsletter-v3 .newsletter input[type=submit],.newsletter-v4 .newsletter input[type=submit],.tab-v5 .nav-tabs>li>a:after,a {
  transition: all .3s,visibility 0s;
  -ms-transition: all .3s,visibility 0s;
  -webkit-transition: all .3s,visibility;
  -moz-transition: all .3s,visibility 0s; }

.widget.wpo-grid-posts.slide-show .widget-content .carousel-controls .carousel-control span:before,.wpb_wrapper .flexslider .flex-direction-nav a:before,.wpo-header .header-bottom .breaking-news .breaking-owl-carousel .owl-controls .owl-buttons div:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
* 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
 * ----------------------------------------------------------------------------
 */
.alignleft {
  float: left;
  margin: 0 24px 0 0; }

.alignright,.rtl .alignleft {
  float: right;
  margin: 0 0 0 24px; }
  .rtl .alignright {
    float: left;
    margin: 0 24px 0 0; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

blockquote.alignleft,blockquote.alignright {
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-top: 17px;
  width: 50%; }

blockquote.alignleft p,blockquote.alignright p {
  margin-bottom: 17px; }

.attachment .site-content {
  margin-left: auto;
  width: 100%; }
  .rtl .attachment .site-content {
    margin-right: auto;
    margin-left: inherit; }

/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */
/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */
img {
  vertical-align: middle; }

.wp-caption {
  background: transparent;
  border: none;
  color: #767676;
  margin: 0 0 24px;
  max-width: 474px;
  padding: 0;
  text-align: left; }
  .rtl .wp-caption {
    text-align: right; }

.html5-captions .wp-caption {
  padding: 0; }

.wp-caption.alignleft {
  margin: 7px 14px 7px 0; }

.html5-captions .wp-caption.alignleft {
  margin-right: 24px; }
  .rtl .html5-captions .wp-caption.alignleft {
    margin-left: 24px;
    margin-right: inherit; }

.wp-caption.alignright {
  margin: 7px 0 7px 14px; }

.wp-caption.alignright .wp-caption-dd,.wp-caption.alignright img {
  padding-left: 10px; }

.html5-captions .wp-caption.alignright {
  margin-left: 24px; }
  .rtl .html5-captions .wp-caption.alignright {
    margin-right: 24px;
    margin-left: inherit; }

.html5-captions .wp-caption.alignright .wp-caption-dd,.html5-captions .wp-caption.alignright img {
  padding: 0; }

.wp-caption.aligncenter {
  margin: 7px 0; }

.wp-caption-dt {
  margin: 0; }

.wp-caption-dd,.wp-caption .wp-caption-text {
  -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; }
  .rtl .wp-caption-dd,.rtl .wp-caption .wp-caption-text {
    text-align: right; }

.mceTemp+ol,.mceTemp+ul {
  list-style-position: inside; }

/**
 * 8.0 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .rtl .gallery .gallery-item {
    float: right;
    margin: 0 0 4px 4px; }

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: auto; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 14px);
  max-width: calc(50% - 14px);
  width: auto; }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 11px);
  max-width: calc(33.3% - 11px);
  width: auto; }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 9px);
  max-width: calc(25% - 9px);
  width: auto; }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 8px);
  max-width: calc(20% - 8px);
  width: auto; }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 7px);
  max-width: calc(16.7% - 7px);
  width: auto; }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 7px);
  max-width: calc(14.28% - 7px);
  width: auto; }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 6px);
  max-width: calc(12.5% - 6px);
  width: auto; }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 6px);
  max-width: calc(11.1% - 6px);
  width: auto; }

.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; }
  .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; }

.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;
  /* Compensate for the default negative margin on .gallery, which can't be changed. */ }
  .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; }

.gallery .gallery-caption {
  background-color: rgba(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%; }
  .rtl .gallery .gallery-caption {
    text-align: right; }

.gallery .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */
.mejs-container .mejs-controls,.mejs-mediaelement {
  background: #000; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total {
  background: hsla(0,0%,100%,.33); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span {
  border-radius: 0; }

.mejs-overlay-loading {
  background: transparent; }

/**
 * 10.0 RTL
 * ----------------------------------------------------------------------------
 */
html .mceContentBody.rtl {
  direction: rtl;
  unicode-bidi: embed; }

.rtl .wp-caption,.rtl tr th {
  text-align: right; }
  .rtl .rtl .wp-caption,.rtl .rtl tr th {
    text-align: left; }

.rtl td {
  text-align: right; }
  .rtl .rtl td {
    text-align: left; }

#tribe-events-bar {
  margin-bottom: 15px; }
  #tribe-events-bar #tribe-bar-form {
    background: #fff; }
    #tribe-events-bar #tribe-bar-form label {
      font-size: 14px;
      font-weight: 700;
      color: #000; }
    #tribe-events-bar #tribe-bar-form .first-column {
      padding-top: 15px;
      padding-bottom: 15px;
      border: 1px solid #e5e5e5;
      border-bottom: 0; }
      #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; }
      #tribe-events-bar #tribe-bar-form .first-column .tribe-bar-submit button {
        margin-top: 4px; }
    #tribe-events-bar #tribe-bar-form .second-column {
      padding: 0; }
      #tribe-events-bar #tribe-bar-form .second-column #tribe-bar-views {
        left: 0;
        padding: 15px 0;
        width: 100%;
        text-align: center;
        background: #f2f2f2; }
      #tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-list {
        padding: 0; }
        #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; }
          #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; }
            #tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-list>li a span {
              line-height: 17px; }
          #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: #2966b9;
            border-color: #2966b9; }
            #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; }
      #tribe-events-bar #tribe-bar-form .second-column .tribe-bar-views-inner {
        background: none;
        padding: 5px 0 45px; }
  #tribe-events-bar .tribe-bar-submit button {
    background: #2966b9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    #tribe-events-bar .tribe-bar-submit button:hover {
      background: #fff;
      border: 1px solid #000;
      color: #000; }

.tribe-events-list .tribe-events-page-title {
  display: none; }

.tribe-events-list .type-tribe_events {
  padding: 25px 15px !important; }
  .tribe-events-list .type-tribe_events .wpo-event-inner {
    position: relative;
    margin-top: 45px; }
    .tribe-events-list .type-tribe_events .wpo-event-inner .caption .date {
      display: none; }
    .tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body {
      position: relative;
      padding: 30px 0;
      border: 1px solid #e6e6e6;
      border-top: 0; }
      .tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .left {
        padding: 0 110px 0 30px; }
      .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 #e6e6e6; }
        .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: Ubuntu,sans-serif; }
          .tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .right .event-cost i {
            display: block;
            font-size: 24px; }
      .tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .time-details i,.tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .tribe-events-address i {
        display: inline-block;
        width: 15px;
        text-align: center;
        margin-right: 5px; }
      .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; }
        .tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .event-title .entry-title a {
          color: #54575a; }
          .tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .event-title .entry-title a:hover {
            color: #2966b9; }
      .tribe-events-list .type-tribe_events .wpo-event-inner .caption .event-body .time-details {
        font-weight: 400;
        font-size: 13px; }
      .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; }
    .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 {
      margin: 0;
      position: relative; }
      .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: #2966b9;
        text-align: center;
        padding-top: 12px; }
        .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-date>* {
          margin: 0;
          font-weight: 800;
          color: #fff;
          text-transform: uppercase; }
        .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-date .day {
          font-size: 30px;
          line-height: 35px; }
        .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-date .month {
          font-size: 14px;
          line-height: 14px;
          font-weight: 400; }
      .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 .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .entry-title a:hover {
          color: #2966b9 !important; }
        .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .entry-title a:after {
          content: "";
          width: 70px;
          height: 2px;
          background: #2966b9;
          left: 0;
          bottom: 0;
          position: absolute; }
      .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body {
        border: 1px solid #f5f5f5;
        background: #fff; }
        .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .left {
          padding: 0 150px 0 30px !important; }
          @media (max-width: 991px) {
            .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .left {
              padding: 0 100 0 30px !important; } }
        .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .right {
          background: #fff;
          color: #2966b9;
          border: none; }
          .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) {
              .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .right .event-cost {
                font-size: 20px; } }
            .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .event-body .right .event-cost .free {
              color: #ccc; }
      .tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .time-details,.tribe-events-list .type-tribe_events .wpo-event-inner.style-2 .tribe-events-address {
        color: #54575a; }

.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; }

.tribe-events-list .tribe-events-event-image {
  width: 100%;
  margin: 0;
  position: relative; }

.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; }
  .tribe-events-loop .tribe-events-list-separator-month:after,.tribe-events-loop .tribe-events-list-separator-month:before {
    content: none; }
  .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; }
    .tribe-events-loop .tribe-events-list-separator-month>span:before {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #2966b9;
      left: 50%;
      margin-left: -45px;
      z-index: 1;
      bottom: 0; }

.tribe-events-loop .tribe-events-event-meta {
  margin: 0; }

.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; }

.single-tribe_events .tribe-events-event-meta {
  margin: 0 0 30px; }

.wpo-tribe-events-meta .tribe-events-venue-map {
  width: 100%;
  margin: 0; }

.wpo-tribe-events-meta .tribe-events-meta-group {
  width: 100%; }
  .wpo-tribe-events-meta .tribe-events-meta-group .tribe-events-single-section-title {
    font-weight: 18px;
    font-weight: 900;
    text-transform: uppercase; }
  .wpo-tribe-events-meta .tribe-events-meta-group dl .clearfix {
    padding: 2.5px 0; }
  .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; }
  .wpo-tribe-events-meta .tribe-events-meta-group dl dd {
    width: 100%;
    padding-left: 120px; }
    .wpo-tribe-events-meta .tribe-events-meta-group dl dd.author,.wpo-tribe-events-meta .tribe-events-meta-group dl dd.location {
      padding: 0; }
  .wpo-tribe-events-meta .tribe-events-meta-group .fn.org {
    padding: 0;
    font-weight: 700;
    color: #2966b9;
    font-style: italic; }

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin: 0; }

.wpo-event-countdown .layout-1 .event-header-inner {
  padding: 0 10%; }

.wpo-event-countdown .layout-1 .event-header {
  border: 1px solid #fff;
  position: relative; }
  .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: Ubuntu,sans-serif;
    color: #fff; }
    .wpo-event-countdown .layout-1 .event-header .event-cost i {
      display: block;
      font-size: 24px; }
  .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; }
    .wpo-event-countdown .layout-1 .event-header .date .day {
      font-size: 36px;
      font-family: Ubuntu,sans-serif;
      font-weight: 700; }
    .wpo-event-countdown .layout-1 .event-header .date .month {
      font-size: 18px;
      font-weight: 700; }
  .wpo-event-countdown .layout-1 .event-header .event-title {
    padding: 20px 80px; }
    .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; }
      .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; }
    .wpo-event-countdown .layout-1 .event-header .event-title .tribe-events-address {
      margin: 10px 0 0; }
    .wpo-event-countdown .layout-1 .event-header .event-title .entry-title a {
      font-size: 30px;
      font-family: Ubuntu,sans-serif;
      text-transform: uppercase; }

.wpo-event-countdown .layout-1 .event-time {
  text-align: center; }
  .wpo-event-countdown .layout-1 .event-time .pts-countdown {
    display: inline-block; }
    .wpo-event-countdown .layout-1 .event-time .pts-countdown .countdown-times {
      margin-top: 70px; }
      .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: Ubuntu,sans-serif;
        text-transform: none !important; }
        .wpo-event-countdown .layout-1 .event-time .pts-countdown .countdown-times>div b {
          font-size: 60px;
          display: block;
          margin-bottom: 50px; }
        .wpo-event-countdown .layout-1 .event-time .pts-countdown .countdown-times>div:first-child {
          margin-left: 0; }

.wpo-event-countdown .layout-2 .event-title {
  padding: 25px;
  background: #2966b9;
  text-align: center; }
  .wpo-event-countdown .layout-2 .event-title .event-date {
    color: hsla(0,0%,100%,.3);
    font-size: 14px;
    margin-bottom: 3px; }
    .wpo-event-countdown .layout-2 .event-title .event-date i {
      margin-right: 5px; }
  .wpo-event-countdown .layout-2 .event-title .entry-title {
    text-align: center;
    margin: 0; }
    .wpo-event-countdown .layout-2 .event-title .entry-title a {
      color: #fff;
      font-size: 18px;
      font-weight: 700; }

.wpo-event-countdown .layout-2 .event-time {
  background: #000;
  padding: 0 20px; }
  .wpo-event-countdown .layout-2 .event-time .heading-time {
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: hsla(0,0%,100%,.2);
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid hsla(0,0%,100%,.1); }
  .wpo-event-countdown .layout-2 .event-time .time {
    padding: 30px 0; }
    .wpo-event-countdown .layout-2 .event-time .time .countdown-times>div {
      float: left;
      width: 25%;
      border-right: 1px solid hsla(0,0%,100%,.1);
      color: hsla(0,0%,100%,.2);
      text-align: center;
      font-weight: 700;
      font-size: 14px; }
      .wpo-event-countdown .layout-2 .event-time .time .countdown-times>div b {
        display: block;
        width: 100%;
        font-weight: 700;
        font-size: 30px;
        color: #fff; }
      .wpo-event-countdown .layout-2 .event-time .time .countdown-times>div:last-child {
        border: none; }

.wpo-event-countdown.layout-3 {
  padding: 30px 0; }
  .wpo-event-countdown.layout-3 .widget-title {
    display: none; }
  .wpo-event-countdown.layout-3 .event-header-inner {
    padding-left: 30px;
    border-left: 1px solid hsla(0,0%,100%,.1); }
  .wpo-event-countdown.layout-3 .title-2 {
    display: block !important;
    visibility: visible !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2966b9;
    padding-top: 11px; }
    .wpo-event-countdown.layout-3 .title-2 i {
      margin-right: 5px; }
  .wpo-event-countdown.layout-3 .entry-title {
    margin-bottom: 5px; }
    .wpo-event-countdown.layout-3 .entry-title a {
      color: #fff; }
      .wpo-event-countdown.layout-3 .entry-title a:hover {
        color: #2966b9; }
  .wpo-event-countdown.layout-3 .tribe-events-address {
    font-size: 14px;
    color: #b4b4b4;
    margin: 0; }
  .wpo-event-countdown.layout-3 .action {
    display: inline-block;
    float: right; }

.tribe-events-accordion .tribe_events {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 !important; }

.tribe-events-accordion .panel-heading {
  position: relative; }
  .tribe-events-accordion .panel-heading .heading-icon {
    float: left;
    font-size: 30px;
    color: #696969;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px; }
  .tribe-events-accordion .panel-heading .arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
  .tribe-events-accordion .panel-heading .date {
    font-size: 14px;
    font-weight: 400; }
    .tribe-events-accordion .panel-heading .date i {
      margin-right: 10px; }
  .tribe-events-accordion .panel-heading .heading-inner {
    padding-left: 75px; }
    .tribe-events-accordion .panel-heading .heading-inner .panel-title {
      text-transform: uppercase;
      font-weight: 700; }
      .tribe-events-accordion .panel-heading .heading-inner .panel-title a {
        font-size: 18px; }
  .tribe-events-accordion .panel-heading.active {
    background: #2966b9; }
    .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; }
    .tribe-events-accordion .panel-heading.active .arrow {
      color: #fff;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.tribe-events-accordion .event-desc {
  background: none repeat scroll 0 0 #2966b9;
  padding: 25px;
  color: #fff;
  line-height: 1.4; }
  .tribe-events-accordion .event-desc a {
    color: #fff; }
    .tribe-events-accordion .event-desc a:hover {
      color: #000; }
  .tribe-events-accordion .event-desc .readmore {
    font-weight: 700; }

.tribe-events-accordion .event-body {
  padding: 20px 0; }
  .tribe-events-accordion .event-body .left {
    width: 80px;
    float: left; }
    .tribe-events-accordion .event-body .left img {
      width: 100%; }
  .tribe-events-accordion .event-body .right {
    padding-left: 90px;
    line-height: 1.2; }
    .tribe-events-accordion .event-body .right .readmore {
      margin: 5px 0 0; }
      .tribe-events-accordion .event-body .right .readmore a {
        font-weight: 700;
        font-size: 12px;
        color: #2966b9;
        text-transform: uppercase; }
        .tribe-events-accordion .event-body .right .readmore a:hover {
          color: #000; }

.tribe-events-accordion .tribe-events-content .event-detail-tab {
  display: none; }
  .tribe-events-accordion .tribe-events-content .event-detail-tab.active {
    display: block; }

.tribe-events-accordion .tribe-events-content .event-title {
  padding: 25px;
  background: #2966b9;
  text-align: center; }
  .tribe-events-accordion .tribe-events-content .event-title .event-date {
    color: hsla(0,0%,100%,.3);
    font-size: 14px;
    margin-bottom: 3px; }
    .tribe-events-accordion .tribe-events-content .event-title .event-date i {
      margin-right: 5px; }
  .tribe-events-accordion .tribe-events-content .event-title .entry-title {
    text-align: center;
    margin: 0; }
    .tribe-events-accordion .tribe-events-content .event-title .entry-title a {
      color: #fff;
      font-size: 18px;
      font-weight: 700; }

.tribe-events-accordion .tribe-events-content .event-time {
  background: #000;
  padding: 0 20px; }
  .tribe-events-accordion .tribe-events-content .event-time .heading-time {
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: hsla(0,0%,100%,.2);
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid hsla(0,0%,100%,.1); }
  .tribe-events-accordion .tribe-events-content .event-time .time {
    padding: 30px 0; }
    .tribe-events-accordion .tribe-events-content .event-time .time .countdown-times>div {
      float: left;
      width: 25%;
      border-right: 1px solid hsla(0,0%,100%,.1);
      color: hsla(0,0%,100%,.2);
      text-align: center;
      font-weight: 700;
      font-size: 14px; }
      .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; }
      .tribe-events-accordion .tribe-events-content .event-time .time .countdown-times>div:last-child {
        border: none; }
  .tribe-events-accordion .tribe-events-content .event-time .lof-labelexpired {
    color: #fff;
    text-align: center; }

.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; }

.tribe-events-month #tribe-events-header,.tribe-events-month table {
  margin: 0 !important; }

.tribe-events-month #tribe-events-content .tribe-events-calendar td {
  width: 140px !important; }

.tribe-events-month table.tribe-events-calendar {
  border: none !important;
  border-spacing: 10px !important;
  border-collapse: separate !important; }
  .tribe-events-month table.tribe-events-calendar thead tr th {
    background: #f2f2f2 !important;
    border: none !important;
    color: #000; }
  .tribe-events-month table.tribe-events-calendar tr td {
    border-top: 1px solid #d2d2d2 !important; }
    .tribe-events-month table.tribe-events-calendar tr td .tribe-month-single-day {
      min-height: 220px !important; }

.tribe-events-month .tribe-events-thismonth {
  padding: 0 !important; }
  .tribe-events-month .tribe-events-thismonth.tribe-events-present {
    position: relative; }
    .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: #2966b9;
      content: "";
      top: 20px;
      right: 20px;
      z-index: 99; }

.tribe-events-month .tribe-month-single-day {
  position: relative;
  height: 100%; }
  .tribe-events-month .tribe-month-single-day .tribe-month-daynumber {
    background: none !important;
    padding: 0; }
    .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; }
  .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: 0 2px 4px 2px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.3); }
    @media (max-width: 767px) {
      .tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list {
        display: none; } }
    .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; }
    .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; }
      .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; }
        .tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list>div .entry-title a:hover {
          color: #2966b9 !important; }
      .tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list>div .date {
        color: #b3b3b3;
        font-size: 12px; }
        .tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list>div .date i {
          margin-right: 8px; }
      .tribe-events-month .tribe-month-single-day .tribe-month-sigle-day-list>div .thumbnail {
        width: 65px;
        height: auto;
        float: left;
        margin: 0 10px !important; }
  .tribe-events-month .tribe-month-single-day .tribe-events-viewmore {
    border: none !important;
    display: inline-block;
    text-transform: none;
    background: #2966b9;
    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; }
    .tribe-events-month .tribe-month-single-day .tribe-events-viewmore a {
      color: #5d5d5d;
      font-weight: 400 !important; }
    .tribe-events-month .tribe-month-single-day .tribe-events-viewmore:focus a,.tribe-events-month .tribe-month-single-day .tribe-events-viewmore:hover a {
      color: #000; }
  .tribe-events-month .tribe-month-single-day:focus,.tribe-events-month .tribe-month-single-day:hover {
    background: #2966b9;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .tribe-events-month .tribe-month-single-day:focus .tribe-month-sigle-day-list,.tribe-events-month .tribe-month-single-day:hover .tribe-month-sigle-day-list {
      display: block; }
    .tribe-events-month .tribe-month-single-day:focus .tribe-events-viewmore,.tribe-events-month .tribe-month-single-day:hover .tribe-events-viewmore {
      background: #fff !important; }

.tribe-events-month #tribe-events-footer {
  margin-top: 20px; }
  .tribe-events-month #tribe-events-footer ul {
    padding: 0 !important; }
  .tribe-events-month #tribe-events-footer .tribe-events-sub-nav a {
    font-size: 16px;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    color: #5d5d5d; }
    .tribe-events-month #tribe-events-footer .tribe-events-sub-nav a:hover {
      color: #2966b9; }


