@charset "UTF-8";
.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1; }
  .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  .owl-carousel .owl-stage {
    position: relative; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden; }
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    user-select: none; }
  .owl-carousel .owl-controls .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    user-select: none; }
  .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    user-select: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%;
      transform-style: preserve-3d; }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      transition: opacity 400ms ease; }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    transition: scale 100ms ease; }
    .owl-carousel .owl-video-play-icon:hover {
      transition: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1; }
  .owl-carousel .owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-text-select-on .owl-item {
    user-select: auto; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 500ms ease-in-out; }

.no-js .owl-carousel {
  display: block; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../plugins/fancybox/source/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../plugins/fancybox/source/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../plugins/fancybox/source/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../plugins/fancybox/source/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../plugins/fancybox/source/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../plugins/fancybox/source/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
@font-face {
  font-family: "Pe-icon-7-stroke";
  src: url("../fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("../fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("../fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal; }
.pe-7s-album:before {
  content: "\e6aa"; }

.pe-7s-arc:before {
  content: "\e6ab"; }

.pe-7s-back-2:before {
  content: "\e6ac"; }

.pe-7s-bandaid:before {
  content: "\e6ad"; }

.pe-7s-car:before {
  content: "\e6ae"; }

.pe-7s-diamond:before {
  content: "\e6af"; }

.pe-7s-door-lock:before {
  content: "\e6b0"; }

.pe-7s-eyedropper:before {
  content: "\e6b1"; }

.pe-7s-female:before {
  content: "\e6b2"; }

.pe-7s-gym:before {
  content: "\e6b3"; }

.pe-7s-hammer:before {
  content: "\e6b4"; }

.pe-7s-headphones:before {
  content: "\e6b5"; }

.pe-7s-helm:before {
  content: "\e6b6"; }

.pe-7s-hourglass:before {
  content: "\e6b7"; }

.pe-7s-leaf:before {
  content: "\e6b8"; }

.pe-7s-magic-wand:before {
  content: "\e6b9"; }

.pe-7s-male:before {
  content: "\e6ba"; }

.pe-7s-map-2:before {
  content: "\e6bb"; }

.pe-7s-next-2:before {
  content: "\e6bc"; }

.pe-7s-paint-bucket:before {
  content: "\e6bd"; }

.pe-7s-pendrive:before {
  content: "\e6be"; }

.pe-7s-photo:before {
  content: "\e6bf"; }

.pe-7s-piggy:before {
  content: "\e6c0"; }

.pe-7s-plugin:before {
  content: "\e6c1"; }

.pe-7s-refresh-2:before {
  content: "\e6c2"; }

.pe-7s-rocket:before {
  content: "\e6c3"; }

.pe-7s-settings:before {
  content: "\e6c4"; }

.pe-7s-shield:before {
  content: "\e6c5"; }

.pe-7s-smile:before {
  content: "\e6c6"; }

.pe-7s-usb:before {
  content: "\e6c7"; }

.pe-7s-vector:before {
  content: "\e6c8"; }

.pe-7s-wine:before {
  content: "\e6c9"; }

.pe-7s-cloud-upload:before {
  content: "\e68a"; }

.pe-7s-cash:before {
  content: "\e68c"; }

.pe-7s-close:before {
  content: "\e680"; }

.pe-7s-bluetooth:before {
  content: "\e68d"; }

.pe-7s-cloud-download:before {
  content: "\e68b"; }

.pe-7s-way:before {
  content: "\e68e"; }

.pe-7s-close-circle:before {
  content: "\e681"; }

.pe-7s-id:before {
  content: "\e68f"; }

.pe-7s-angle-up:before {
  content: "\e682"; }

.pe-7s-wristwatch:before {
  content: "\e690"; }

.pe-7s-angle-up-circle:before {
  content: "\e683"; }

.pe-7s-world:before {
  content: "\e691"; }

.pe-7s-angle-right:before {
  content: "\e684"; }

.pe-7s-volume:before {
  content: "\e692"; }

.pe-7s-angle-right-circle:before {
  content: "\e685"; }

.pe-7s-users:before {
  content: "\e693"; }

.pe-7s-angle-left:before {
  content: "\e686"; }

.pe-7s-user-female:before {
  content: "\e694"; }

.pe-7s-angle-left-circle:before {
  content: "\e687"; }

.pe-7s-up-arrow:before {
  content: "\e695"; }

.pe-7s-angle-down:before {
  content: "\e688"; }

.pe-7s-switch:before {
  content: "\e696"; }

.pe-7s-angle-down-circle:before {
  content: "\e689"; }

.pe-7s-scissors:before {
  content: "\e697"; }

.pe-7s-wallet:before {
  content: "\e600"; }

.pe-7s-safe:before {
  content: "\e698"; }

.pe-7s-volume2:before {
  content: "\e601"; }

.pe-7s-volume1:before {
  content: "\e602"; }

.pe-7s-voicemail:before {
  content: "\e603"; }

.pe-7s-video:before {
  content: "\e604"; }

.pe-7s-user:before {
  content: "\e605"; }

.pe-7s-upload:before {
  content: "\e606"; }

.pe-7s-unlock:before {
  content: "\e607"; }

.pe-7s-umbrella:before {
  content: "\e608"; }

.pe-7s-trash:before {
  content: "\e609"; }

.pe-7s-tools:before {
  content: "\e60a"; }

.pe-7s-timer:before {
  content: "\e60b"; }

.pe-7s-ticket:before {
  content: "\e60c"; }

.pe-7s-target:before {
  content: "\e60d"; }

.pe-7s-sun:before {
  content: "\e60e"; }

.pe-7s-study:before {
  content: "\e60f"; }

.pe-7s-stopwatch:before {
  content: "\e610"; }

.pe-7s-star:before {
  content: "\e611"; }

.pe-7s-speaker:before {
  content: "\e612"; }

.pe-7s-signal:before {
  content: "\e613"; }

.pe-7s-shuffle:before {
  content: "\e614"; }

.pe-7s-shopbag:before {
  content: "\e615"; }

.pe-7s-share:before {
  content: "\e616"; }

.pe-7s-server:before {
  content: "\e617"; }

.pe-7s-search:before {
  content: "\e618"; }

.pe-7s-film:before {
  content: "\e6a5"; }

.pe-7s-science:before {
  content: "\e619"; }

.pe-7s-disk:before {
  content: "\e6a6"; }

.pe-7s-ribbon:before {
  content: "\e61a"; }

.pe-7s-repeat:before {
  content: "\e61b"; }

.pe-7s-refresh:before {
  content: "\e61c"; }

.pe-7s-add-user:before {
  content: "\e6a9"; }

.pe-7s-refresh-cloud:before {
  content: "\e61d"; }

.pe-7s-paperclip:before {
  content: "\e69c"; }

.pe-7s-radio:before {
  content: "\e61e"; }

.pe-7s-note2:before {
  content: "\e69d"; }

.pe-7s-print:before {
  content: "\e61f"; }

.pe-7s-network:before {
  content: "\e69e"; }

.pe-7s-prev:before {
  content: "\e620"; }

.pe-7s-mute:before {
  content: "\e69f"; }

.pe-7s-power:before {
  content: "\e621"; }

.pe-7s-medal:before {
  content: "\e6a0"; }

.pe-7s-portfolio:before {
  content: "\e622"; }

.pe-7s-like2:before {
  content: "\e6a1"; }

.pe-7s-plus:before {
  content: "\e623"; }

.pe-7s-left-arrow:before {
  content: "\e6a2"; }

.pe-7s-play:before {
  content: "\e624"; }

.pe-7s-key:before {
  content: "\e6a3"; }

.pe-7s-plane:before {
  content: "\e625"; }

.pe-7s-joy:before {
  content: "\e6a4"; }

.pe-7s-photo-gallery:before {
  content: "\e626"; }

.pe-7s-pin:before {
  content: "\e69b"; }

.pe-7s-phone:before {
  content: "\e627"; }

.pe-7s-plug:before {
  content: "\e69a"; }

.pe-7s-pen:before {
  content: "\e628"; }

.pe-7s-right-arrow:before {
  content: "\e699"; }

.pe-7s-paper-plane:before {
  content: "\e629"; }

.pe-7s-delete-user:before {
  content: "\e6a7"; }

.pe-7s-paint:before {
  content: "\e62a"; }

.pe-7s-bottom-arrow:before {
  content: "\e6a8"; }

.pe-7s-notebook:before {
  content: "\e62b"; }

.pe-7s-note:before {
  content: "\e62c"; }

.pe-7s-next:before {
  content: "\e62d"; }

.pe-7s-news-paper:before {
  content: "\e62e"; }

.pe-7s-musiclist:before {
  content: "\e62f"; }

.pe-7s-music:before {
  content: "\e630"; }

.pe-7s-mouse:before {
  content: "\e631"; }

.pe-7s-more:before {
  content: "\e632"; }

.pe-7s-moon:before {
  content: "\e633"; }

.pe-7s-monitor:before {
  content: "\e634"; }

.pe-7s-micro:before {
  content: "\e635"; }

.pe-7s-menu:before {
  content: "\e636"; }

.pe-7s-map:before {
  content: "\e637"; }

.pe-7s-map-marker:before {
  content: "\e638"; }

.pe-7s-mail:before {
  content: "\e639"; }

.pe-7s-mail-open:before {
  content: "\e63a"; }

.pe-7s-mail-open-file:before {
  content: "\e63b"; }

.pe-7s-magnet:before {
  content: "\e63c"; }

.pe-7s-loop:before {
  content: "\e63d"; }

.pe-7s-look:before {
  content: "\e63e"; }

.pe-7s-lock:before {
  content: "\e63f"; }

.pe-7s-lintern:before {
  content: "\e640"; }

.pe-7s-link:before {
  content: "\e641"; }

.pe-7s-like:before {
  content: "\e642"; }

.pe-7s-light:before {
  content: "\e643"; }

.pe-7s-less:before {
  content: "\e644"; }

.pe-7s-keypad:before {
  content: "\e645"; }

.pe-7s-junk:before {
  content: "\e646"; }

.pe-7s-info:before {
  content: "\e647"; }

.pe-7s-home:before {
  content: "\e648"; }

.pe-7s-help2:before {
  content: "\e649"; }

.pe-7s-help1:before {
  content: "\e64a"; }

.pe-7s-graph3:before {
  content: "\e64b"; }

.pe-7s-graph2:before {
  content: "\e64c"; }

.pe-7s-graph1:before {
  content: "\e64d"; }

.pe-7s-graph:before {
  content: "\e64e"; }

.pe-7s-global:before {
  content: "\e64f"; }

.pe-7s-gleam:before {
  content: "\e650"; }

.pe-7s-glasses:before {
  content: "\e651"; }

.pe-7s-gift:before {
  content: "\e652"; }

.pe-7s-folder:before {
  content: "\e653"; }

.pe-7s-flag:before {
  content: "\e654"; }

.pe-7s-filter:before {
  content: "\e655"; }

.pe-7s-file:before {
  content: "\e656"; }

.pe-7s-expand1:before {
  content: "\e657"; }

.pe-7s-exapnd2:before {
  content: "\e658"; }

.pe-7s-edit:before {
  content: "\e659"; }

.pe-7s-drop:before {
  content: "\e65a"; }

.pe-7s-drawer:before {
  content: "\e65b"; }

.pe-7s-download:before {
  content: "\e65c"; }

.pe-7s-display2:before {
  content: "\e65d"; }

.pe-7s-display1:before {
  content: "\e65e"; }

.pe-7s-diskette:before {
  content: "\e65f"; }

.pe-7s-date:before {
  content: "\e660"; }

.pe-7s-cup:before {
  content: "\e661"; }

.pe-7s-culture:before {
  content: "\e662"; }

.pe-7s-crop:before {
  content: "\e663"; }

.pe-7s-credit:before {
  content: "\e664"; }

.pe-7s-copy-file:before {
  content: "\e665"; }

.pe-7s-config:before {
  content: "\e666"; }

.pe-7s-compass:before {
  content: "\e667"; }

.pe-7s-comment:before {
  content: "\e668"; }

.pe-7s-coffee:before {
  content: "\e669"; }

.pe-7s-cloud:before {
  content: "\e66a"; }

.pe-7s-clock:before {
  content: "\e66b"; }

.pe-7s-check:before {
  content: "\e66c"; }

.pe-7s-chat:before {
  content: "\e66d"; }

.pe-7s-cart:before {
  content: "\e66e"; }

.pe-7s-camera:before {
  content: "\e66f"; }

.pe-7s-call:before {
  content: "\e670"; }

.pe-7s-calculator:before {
  content: "\e671"; }

.pe-7s-browser:before {
  content: "\e672"; }

.pe-7s-box2:before {
  content: "\e673"; }

.pe-7s-box1:before {
  content: "\e674"; }

.pe-7s-bookmarks:before {
  content: "\e675"; }

.pe-7s-bicycle:before {
  content: "\e676"; }

.pe-7s-bell:before {
  content: "\e677"; }

.pe-7s-battery:before {
  content: "\e678"; }

.pe-7s-ball:before {
  content: "\e679"; }

.pe-7s-back:before {
  content: "\e67a"; }

.pe-7s-attention:before {
  content: "\e67b"; }

.pe-7s-anchor:before {
  content: "\e67c"; }

.pe-7s-albums:before {
  content: "\e67d"; }

.pe-7s-alarm:before {
  content: "\e67e"; }

.pe-7s-airplay:before {
  content: "\e67f"; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX {
    animation-duration: .75s; }
  .animated.flipOutY {
    animation-duration: .75s; }
  .animated.bounceIn {
    animation-duration: .75s; }
  .animated.bounceOut {
    animation-duration: .75s; }
  .animated.flip {
    backface-visibility: visible;
    animation-name: flip; }

@-webkit-keyframes bounce {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  20% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  53% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  20% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  53% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from {
    opacity: 1; }
  50% {
    opacity: 1; }
  to {
    opacity: 1; }
  25% {
    opacity: 0; }
  75% {
    opacity: 0; } }
@keyframes flash {
  from {
    opacity: 1; }
  50% {
    opacity: 1; }
  to {
    opacity: 1; }
  25% {
    opacity: 0; }
  75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); }
  10% {
    transform: translate3d(-10px, 0, 0); }
  30% {
    transform: translate3d(-10px, 0, 0); }
  50% {
    transform: translate3d(-10px, 0, 0); }
  70% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(-10px, 0, 0); }
  20% {
    transform: translate3d(10px, 0, 0); }
  40% {
    transform: translate3d(10px, 0, 0); }
  60% {
    transform: translate3d(10px, 0, 0); }
  80% {
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); }
  10% {
    transform: translate3d(-10px, 0, 0); }
  30% {
    transform: translate3d(-10px, 0, 0); }
  50% {
    transform: translate3d(-10px, 0, 0); }
  70% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(-10px, 0, 0); }
  20% {
    transform: translate3d(10px, 0, 0); }
  40% {
    transform: translate3d(10px, 0, 0); }
  60% {
    transform: translate3d(10px, 0, 0); }
  80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(0); }
  0.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  1.5% {
    transform: translateX(5px) rotateY(7deg); }
  2.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  3.5% {
    transform: translateX(2px) rotateY(3deg); } }
@keyframes headShake {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(0); }
  0.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  1.5% {
    transform: translateX(5px) rotateY(7deg); }
  2.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  3.5% {
    transform: translateX(2px) rotateY(3deg); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

@-webkit-keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@-webkit-keyframes jello {
  from {
    transform: none; }
  to {
    transform: none; }
  0.1% {
    transform: none; }
  1.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  2.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  3.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  4.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  5.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  6.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  7.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from {
    transform: none; }
  to {
    transform: none; }
  0.1% {
    transform: none; }
  1.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  2.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  3.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  4.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  5.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  6.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  7.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  20% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceIn {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  20% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceIn {
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); } }
@keyframes bounceInDown {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); } }
.bounceInDown {
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); } }
@keyframes bounceInLeft {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; } }
@keyframes bounceInRight {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0); }
  90% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0); }
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

hr {
  margin: 30px 0; }
  hr.hr-xs {
    margin: 10px 0; }
  hr.hr-md {
    margin: 20px 0; }
  hr.hr-lg {
    margin: 40px 0; }

h1 {
  font-size: 28px;
  line-height: 35px;
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", "Arial", "sans-serif"; }
  h1 i {
    margin-right: 5px; }
  h1.title-light {
    color: #fff; }
  h1.title-v3-lg {
    font-size: 24px;
    line-height: 28px; }
  h1.title-v3-md {
    font-size: 20px;
    line-height: 24px; }
  h1.title-v2.title-center {
    text-align: center; }
    h1.title-v2.title-center:after {
      left: 50%;
      width: 70px;
      margin-left: -35px; }

h2 {
  font-size: 24px;
  line-height: 33px;
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", "Arial", "sans-serif"; }
  h2 i {
    margin-right: 5px; }
  h2.title-v2 {
    color: #555;
    position: relative;
    margin-bottom: 30px; }
    h2.title-v2:after {
      left: 0;
      width: 70px;
      height: 2px;
      content: " ";
      bottom: -10px;
      background: #555;
      position: absolute; }
    h2.title-v2.title-center {
      text-align: center; }
      h2.title-v2.title-center:after {
        left: 50%;
        width: 70px;
        margin-left: -35px; }
  h2.title-light {
    color: #fff; }
    h2.title-light:after {
      background: #fff; }
  h2.title-v3-xlg {
    font-size: 28px;
    line-height: 32px; }
  h2.title-v3-lg {
    font-size: 24px;
    line-height: 28px; }
  h2.title-v3-md {
    font-size: 20px;
    line-height: 24px; }
  h2.title-v3-sm {
    font-size: 18px;
    line-height: 24px; }
  h2.title-v3-xs {
    font-size: 16px;
    line-height: 22px; }
  h2.heading-md {
    font-size: 20px;
    line-height: 24px; }
  h2.heading-sm {
    font-size: 18px;
    line-height: 24px; }
  h2.heading-xs {
    font-size: 16px;
    line-height: 22px; }

h3 {
  font-size: 20px;
  line-height: 27px;
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", "Arial", "sans-serif"; }
  h3 i {
    margin-right: 5px; }
  h3.title-light {
    color: #fff; }
  h3.title-v3-md {
    font-size: 18px;
    line-height: 24px;
    line-height: 22px; }
  h3.title-v3-sm {
    font-size: 16px;
    line-height: 20px; }
  h3.title-v3-xs {
    font-size: 14px;
    margin-bottom: 0; }
  h3.heading-md {
    font-size: 18px;
    line-height: 24px;
    line-height: 22px; }
  h3.heading-sm {
    font-size: 16px;
    line-height: 20px; }
  h3.heading-xs {
    font-size: 14px;
    margin-bottom: 0; }
  h3.title-v2.title-center {
    text-align: center; }
    h3.title-v2.title-center:after {
      left: 50%;
      width: 70px;
      margin-left: -35px; }

h4 {
  line-height: 25px;
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", "Arial", "sans-serif"; }
  h4 i {
    margin-right: 5px; }

h5 {
  line-height: 20px;
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", "Arial", "sans-serif"; }
  h5 i {
    margin-right: 5px; }

h6 {
  line-height: 18px;
  color: #555;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", "Arial", "sans-serif"; }
  h6 i {
    margin-right: 5px; }

.font-open-sans {
  font-family: "Open Sans", "Arial", "sans-serif"; }

.headline {
  display: block;
  margin: 10px 0 25px;
  border-bottom: 1px dotted #e4e9f0; }
  .headline h2 {
    font-size: 22px;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c; }
  .headline h3 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c; }
  .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c; }

.headline-md {
  margin-bottom: 15px; }
  .headline-md h2 {
    font-size: 21px; }

.heading {
  text-align: center; }
  .heading h2 {
    padding: 0 12px;
    position: relative;
    display: inline-block;
    line-height: 34px !important; }
    .heading h2:before {
      content: ' ';
      width: 70%;
      position: absolute;
      border-width: 1px;
      border-color: #bbb;
      right: 100%; }
    .heading h2:after {
      content: ' ';
      width: 70%;
      position: absolute;
      border-width: 1px;
      border-color: #bbb;
      left: 100%; }

@media (max-width: 768px) {
  .table th.hidden-sm {
    display: none !important; }
  .table td.hidden-sm {
    display: none !important; }

  .sm-margin-bottom-10 {
    margin-bottom: 10px; }

  .sm-margin-bottom-20 {
    margin-bottom: 20px; }

  .sm-margin-bottom-30 {
    margin-bottom: 30px; }

  .sm-margin-bottom-40 {
    margin-bottom: 40px; }

  .sm-margin-bottom-50 {
    margin-bottom: 50px; }

  .sm-margin-bottom-60 {
    margin-bottom: 60px; }

  .heading h2:before {
    width: 20%; }
  .heading h2:after {
    width: 20%; } }
.title-v1 {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 60px; }
  .title-v1 h1 {
    color: #444;
    font-size: 28px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: "Open Sans", "Arial", "sans-serif"; }
    .title-v1 h1:after {
      bottom: 0;
      left: 50%;
      height: 1px;
      width: 70px;
      content: " ";
      margin-left: -35px;
      position: absolute;
      background: #72c02c; }
  .title-v1 h2 {
    color: #444;
    font-size: 28px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: "Open Sans", "Arial", "sans-serif"; }
    .title-v1 h2:after {
      bottom: 0;
      left: 50%;
      height: 1px;
      width: 70px;
      content: " ";
      margin-left: -35px;
      position: absolute;
      background: #72c02c; }
  .title-v1 p {
    font-size: 17px;
    font-weight: 200; }

h1[class^="title-v3-"] {
  color: #555; }

h2[class^="title-v3-"] {
  color: #555; }

h3[class^="title-v3-"] {
  color: #555; }

.title-v4 {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  border-bottom: 3px solid #333; }

.headline-center {
  text-align: center;
  position: relative; }
  .headline-center h2 {
    color: #555;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px; }
    .headline-center h2:after {
      left: 50%;
      z-index: 1;
      width: 30px;
      height: 2px;
      content: " ";
      bottom: -5px;
      margin-left: -15px;
      text-align: center;
      position: absolute;
      background: #72c02c; }
  .headline-center p {
    font-size: 14px; }
  .headline-center.headline-light h2 {
    color: #fff; }
  .headline-center.headline-light p {
    color: #eee; }

@media (max-width: 991px) {
  .headline-center p {
    padding: 0 50px; } }
.headline-center-v2 {
  z-index: 0;
  text-align: center;
  position: relative; }
  .headline-center-v2 h2 {
    color: #555;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .headline-center-v2 p {
    color: #555;
    font-size: 14px;
    padding: 0 70px; }
  .headline-center-v2.headline-center-v2-dark p {
    color: #666; }
  .headline-center-v2.headline-center-v2-dark span.bordered-icon {
    color: #666; }
    .headline-center-v2.headline-center-v2-dark span.bordered-icon:before {
      background: #666; }
    .headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
      background: #666; }
  .headline-center-v2 span.bordered-icon {
    color: #fff;
    padding: 0 10px;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block; }
    .headline-center-v2 span.bordered-icon:before {
      top: 8px;
      height: 1px;
      content: " ";
      width: 100px;
      background: #fff;
      position: absolute;
      left: 100%; }
    .headline-center-v2 span.bordered-icon:after {
      top: 8px;
      height: 1px;
      content: " ";
      width: 100px;
      background: #fff;
      position: absolute;
      right: 100%; }

.headline-left {
  position: relative; }
  .headline-left .headline-brd {
    color: #555;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px; }
    .headline-left .headline-brd:after {
      left: 1px;
      z-index: 1;
      width: 30px;
      height: 2px;
      content: " ";
      bottom: -5px;
      position: absolute;
      background: #72c02c; }

.headline-v2 {
  display: block;
  background: #fff;
  padding: 1px 10px;
  margin: 0 0 20px 0;
  border-left: 2px solid #000; }
  .headline-v2 h2 {
    margin: 3px 0;
    font-size: 20px;
    font-weight: 200; }

.devider.devider-dotted {
  border-top: 2px dotted #eee; }
.devider.devider-dashed {
  border-top: 2px dashed #eee; }
.devider.devider-db {
  height: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
.devider.devider-db-dashed {
  height: 5px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd; }
.devider.devider-db-dotted {
  height: 5px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd; }

.form-control {
  box-shadow: none;
  border-radius: 0; }
  .form-control:focus {
    border-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9; }

.input-group-addon {
  border-radius: 0;
  color: #b3b3b3;
  font-size: 14px;
  background: #fff; }

.dropdown-menu {
  border-radius: 0; }

.navbar-toggle {
  border-radius: 0; }

.btn {
  box-shadow: none;
  border-radius: 0; }

.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #72c02c;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none; }
  .btn-u:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: #5fb611; }
  .btn-u.btn-block {
    text-align: center; }
  .btn-u:focus {
    background: #5fb611; }
  .btn-u:active {
    background: #5fb611; }
  .btn-u.active {
    background: #5fb611; }
  .btn-u.btn-u-blue {
    background: #3498db; }
    .btn-u.btn-u-blue:hover {
      background: #2980b9; }
    .btn-u.btn-u-blue:focus {
      background: #2980b9; }
    .btn-u.btn-u-blue:active {
      background: #2980b9; }
    .btn-u.btn-u-blue.active {
      background: #2980b9; }
  .btn-u.btn-u-red {
    background: #e74c3c; }
    .btn-u.btn-u-red:hover {
      background: #c0392b; }
    .btn-u.btn-u-red:focus {
      background: #c0392b; }
    .btn-u.btn-u-red:active {
      background: #c0392b; }
    .btn-u.btn-u-red.active {
      background: #c0392b; }
  .btn-u.btn-u-orange {
    background: #e67e22; }
    .btn-u.btn-u-orange:hover {
      background: #d35400; }
    .btn-u.btn-u-orange:focus {
      background: #d35400; }
    .btn-u.btn-u-orange:active {
      background: #d35400; }
    .btn-u.btn-u-orange.active {
      background: #d35400; }
  .btn-u.btn-u-sea {
    background: #1abc9c; }
    .btn-u.btn-u-sea:hover {
      background: #16a085; }
    .btn-u.btn-u-sea:focus {
      background: #16a085; }
    .btn-u.btn-u-sea:active {
      background: #16a085; }
    .btn-u.btn-u-sea.active {
      background: #16a085; }
  .btn-u.btn-u-green {
    background: #2ecc71; }
    .btn-u.btn-u-green:hover {
      background: #27ae60; }
    .btn-u.btn-u-green:focus {
      background: #27ae60; }
    .btn-u.btn-u-green:active {
      background: #27ae60; }
    .btn-u.btn-u-green.active {
      background: #27ae60; }
  .btn-u.btn-u-yellow {
    background: #f1c40f; }
    .btn-u.btn-u-yellow:hover {
      background: #f39c12; }
    .btn-u.btn-u-yellow:focus {
      background: #f39c12; }
    .btn-u.btn-u-yellow:active {
      background: #f39c12; }
    .btn-u.btn-u-yellow.active {
      background: #f39c12; }
  .btn-u.btn-u-default {
    background: #95a5a6; }
    .btn-u.btn-u-default:hover {
      background: #7f8c8d; }
    .btn-u.btn-u-default:focus {
      background: #7f8c8d; }
    .btn-u.btn-u-default:active {
      background: #7f8c8d; }
    .btn-u.btn-u-default.active {
      background: #7f8c8d; }
  .btn-u.btn-u-purple {
    background: #9b6bcc; }
    .btn-u.btn-u-purple:hover {
      background: #814fb5; }
    .btn-u.btn-u-purple:focus {
      background: #814fb5; }
    .btn-u.btn-u-purple:active {
      background: #814fb5; }
    .btn-u.btn-u-purple.active {
      background: #814fb5; }
  .btn-u.btn-u-aqua {
    background: #27d7e7; }
    .btn-u.btn-u-aqua:hover {
      background: #26bac8; }
    .btn-u.btn-u-aqua:focus {
      background: #26bac8; }
    .btn-u.btn-u-aqua:active {
      background: #26bac8; }
    .btn-u.btn-u-aqua.active {
      background: #26bac8; }
  .btn-u.btn-u-brown {
    background: #9c8061; }
    .btn-u.btn-u-brown:hover {
      background: #81674b; }
    .btn-u.btn-u-brown:focus {
      background: #81674b; }
    .btn-u.btn-u-brown:active {
      background: #81674b; }
    .btn-u.btn-u-brown.active {
      background: #81674b; }
  .btn-u.btn-u-dark-blue {
    background: #4765a0; }
    .btn-u.btn-u-dark-blue:hover {
      background: #324c80; }
    .btn-u.btn-u-dark-blue:focus {
      background: #324c80; }
    .btn-u.btn-u-dark-blue:active {
      background: #324c80; }
    .btn-u.btn-u-dark-blue.active {
      background: #324c80; }
  .btn-u.btn-u-light-green {
    background: #79d5b3; }
    .btn-u.btn-u-light-green:hover {
      background: #59b795; }
    .btn-u.btn-u-light-green:focus {
      background: #59b795; }
    .btn-u.btn-u-light-green:active {
      background: #59b795; }
    .btn-u.btn-u-light-green.active {
      background: #59b795; }
  .btn-u.btn-u-dark {
    background: #555; }
    .btn-u.btn-u-dark:hover {
      background: #333; }
    .btn-u.btn-u-dark:focus {
      background: #333; }
    .btn-u.btn-u-dark:active {
      background: #333; }
    .btn-u.btn-u-dark.active {
      background: #333; }
  .btn-u.btn-u-light-grey {
    background: #585f69; }
    .btn-u.btn-u-light-grey:hover {
      background: #484f58; }
    .btn-u.btn-u-light-grey:focus {
      background: #484f58; }
    .btn-u.btn-u-light-grey:active {
      background: #484f58; }
    .btn-u.btn-u-light-grey.active {
      background: #484f58; }
  .btn-u.btn-brd {
    color: #555;
    background: none;
    padding: 5px 13px;
    border: solid 1px transparent;
    border-color: #72c02c; }
    .btn-u.btn-brd:hover {
      background: none;
      color: #5fb611;
      border-color: #5fb611; }
    .btn-u.btn-brd:focus {
      background: none; }
    .btn-u.btn-brd.btn-u-blue {
      border-color: #3498db; }
      .btn-u.btn-brd.btn-u-blue:hover {
        color: #2980b9;
        border-color: #2980b9; }
      .btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
        background: #2980b9; }
    .btn-u.btn-brd.btn-u-red {
      border-color: #e74c3c; }
      .btn-u.btn-brd.btn-u-red:hover {
        color: #c0392b;
        border-color: #c0392b; }
      .btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
        background: #c0392b; }
    .btn-u.btn-brd.btn-u-orange {
      border-color: #e67e22; }
      .btn-u.btn-brd.btn-u-orange:hover {
        color: #d35400;
        border-color: #d35400; }
      .btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
        background: #d35400; }
    .btn-u.btn-brd.btn-u-sea {
      border-color: #1abc9c; }
      .btn-u.btn-brd.btn-u-sea:hover {
        color: #16a085;
        border-color: #16a085; }
      .btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
        background: #16a085; }
    .btn-u.btn-brd.btn-u-green {
      border-color: #2ecc71; }
      .btn-u.btn-brd.btn-u-green:hover {
        color: #27ae60;
        border-color: #27ae60; }
      .btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
        background: #27ae60; }
    .btn-u.btn-brd.btn-u-yellow {
      border-color: #f1c40f; }
      .btn-u.btn-brd.btn-u-yellow:hover {
        color: #f39c12;
        border-color: #f39c12; }
      .btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
        background: #f39c12; }
    .btn-u.btn-brd.btn-u-default {
      border-color: #95a5a6; }
      .btn-u.btn-brd.btn-u-default:hover {
        color: #7f8c8d;
        border-color: #7f8c8d; }
      .btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
        background: #7f8c8d; }
    .btn-u.btn-brd.btn-u-dark {
      border-color: #555; }
      .btn-u.btn-brd.btn-u-dark:hover {
        color: #333;
        border-color: #333; }
      .btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
        background: #333; }
    .btn-u.btn-brd.btn-u-light-grey {
      border-color: #585f69; }
      .btn-u.btn-brd.btn-u-light-grey:hover {
        color: #484f58;
        border-color: #484f58; }
      .btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
        background: #484f58; }
    .btn-u.btn-brd.btn-u-purple {
      border-color: #9b6bcc; }
      .btn-u.btn-brd.btn-u-purple:hover {
        color: #814fb5;
        border-color: #814fb5; }
      .btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
        background: #814fb5; }
    .btn-u.btn-brd.btn-u-aqua {
      border-color: #27d7e7; }
      .btn-u.btn-brd.btn-u-aqua:hover {
        color: #26bac8;
        border-color: #26bac8; }
      .btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
        background: #26bac8; }
    .btn-u.btn-brd.btn-u-brown {
      border-color: #9c8061; }
      .btn-u.btn-brd.btn-u-brown:hover {
        color: #81674b;
        border-color: #81674b; }
      .btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
        background: #81674b; }
    .btn-u.btn-brd.btn-u-dark-blue {
      border-color: #4765a0; }
      .btn-u.btn-brd.btn-u-dark-blue:hover {
        color: #324c80;
        border-color: #324c80; }
      .btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
        background: #324c80; }
    .btn-u.btn-brd.btn-u-light-green {
      border-color: #79d5b3; }
      .btn-u.btn-brd.btn-u-light-green:hover {
        color: #59b795;
        border-color: #59b795; }
      .btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
        background: #59b795; }
    .btn-u.btn-brd.btn-u-light {
      color: #fff;
      border-color: #fff; }
      .btn-u.btn-brd.btn-u-light:hover {
        border-color: #fff; }
      .btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
        background: #fff;
        color: #555 !important; }
    .btn-u.btn-brd.btn-brd-hover:hover {
      color: #fff !important;
      background: #5fb611; }
  .btn-u.btn-brd-width-2 {
    padding: 7px 18px;
    border-width: 2px; }
  .btn-u.btn-u-split-blue.dropdown-toggle {
    border-left: solid 1px #2980b9; }
  .btn-u.btn-u-split-red.dropdown-toggle {
    border-left: solid 1px #c0392b; }
  .btn-u.btn-u-split-orange.dropdown-toggle {
    border-left: solid 1px #d35400; }
  .btn-u.btn-u-split-sea.dropdown-toggle {
    border-left: solid 1px #16a085; }
  .btn-u.btn-u-split-green.dropdown-toggle {
    border-left: solid 1px #27ae60; }
  .btn-u.btn-u-split-yellow.dropdown-toggle {
    border-left: solid 1px #f39c12; }
  .btn-u.btn-u-split-default.dropdown-toggle {
    border-left: solid 1px #7f8c8d; }
  .btn-u.btn-u-split-purple.dropdown-toggle {
    border-left: solid 1px #814fb5; }
  .btn-u.btn-u-split-aqua.dropdown-toggle {
    border-left: solid 1px #26bac8; }
  .btn-u.btn-u-split-brown.dropdown-toggle {
    border-left: solid 1px #81674b; }
  .btn-u.btn-u-split-dark.dropdown-toggle {
    border-left: solid 1px #324c80;
    border-left: solid 1px #333; }
  .btn-u.btn-u-split-light-green.dropdown-toggle {
    border-left: solid 1px #59b795; }
  .btn-u.btn-u-split-light-grey.dropdown-toggle {
    border-left: solid 1px #484f58; }

.btn-u-sm {
  padding: 3px 12px; }

a.btn-u-sm {
  padding: 3px 12px; }
a.btn-u-md {
  padding: 10px 20px; }
a.btn-u-lg {
  font-size: 18px;
  padding: 10px 25px; }
a.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px; }
a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out; }

.btn-u-md {
  padding: 10px 20px; }

.btn-u-lg {
  font-size: 18px;
  padding: 10px 25px; }

.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px; }

.btn-group .dropdown-menu > li > a {
  padding: 3px 13px; }
.btn-group > .btn-u {
  float: left;
  position: relative; }
  .btn-group > .btn-u:first-child {
    margin-left: 0; }

.dropdown-show {
  box-shadow: 0 0 4px #eee;
  display: inline-block;
  position: relative; }

.badge {
  border-radius: 0; }

.label {
  border-radius: 0; }

span.label {
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px; }
span.badge {
  color: #fff;
  font-weight: 400;
  padding: 4px 7px; }
span.label-u {
  background: #72c02c; }
span.badge-u {
  background: #72c02c; }
span.label-blue {
  background: #3498db; }
span.badge-blue {
  background: #3498db; }
span.label-red {
  background: #e74c3c; }
span.badge-red {
  background: #e74c3c; }
span.label-green {
  background: #2ecc71; }
span.badge-green {
  background: #2ecc71; }
span.label-sea {
  background: #1abc9c; }
span.badge-sea {
  background: #1abc9c; }
span.label-orange {
  background: #e67e22; }
span.badge-orange {
  background: #e67e22; }
span.label-yellow {
  background: #f1c40f; }
span.badge-yellow {
  background: #f1c40f; }
span.label-purple {
  background: #9b6bcc; }
span.badge-purple {
  background: #9b6bcc; }
span.label-aqua {
  background: #27d7e7; }
span.badge-aqua {
  background: #27d7e7; }
span.label-brown {
  background: #9c8061; }
span.badge-brown {
  background: #9c8061; }
span.label-dark-blue {
  background: #4765a0; }
span.badge-dark-blue {
  background: #4765a0; }
span.label-light-green {
  background: #79d5b3; }
span.badge-light-green {
  background: #79d5b3; }
span.label-light {
  color: #777;
  background: #ecf0f1; }
span.badge-light {
  color: #777;
  background: #ecf0f1; }
span.label-dark {
  background: #555; }
span.badge-dark {
  background: #555; }

.badge-lists li {
  position: relative; }
.badge-lists.badge-icons i {
  font-size: 18px;
  min-width: 25px; }
.badge-lists.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px; }
.badge-lists span.badge {
  top: -10px;
  right: -6px;
  position: absolute; }

.social-icons {
  margin: 0;
  padding: 0; }
  .social-icons li {
    list-style: none;
    margin-right: 3px;
    margin-bottom: 5px;
    text-indent: -9999px;
    display: inline-block; }
    .social-icons li a {
      width: 28px;
      height: 28px;
      display: block;
      background-position: 0 0;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out; }
    .social-icons li:hover a {
      background-position: 0 -38px; }

.social_amazon {
  background: url("../img/icons/social/amazon.png") no-repeat; }

.social_behance {
  background: url("../img/icons/social/behance.png") no-repeat; }

.social_blogger {
  background: url("../img/icons/social/blogger.png") no-repeat; }

.social_deviantart {
  background: url("../img/icons/social/deviantart.png") no-repeat; }

.social_dribbble {
  background: url("../img/icons/social/dribbble.png") no-repeat; }

.social_dropbox {
  background: url("../img/icons/social/dropbox.png") no-repeat; }

.social_evernote {
  background: url("../img/icons/social/evernote.png") no-repeat; }

.social_facebook {
  background: url("../img/icons/social/facebook.png") no-repeat; }

.social_forrst {
  background: url("../img/icons/social/forrst.png") no-repeat; }

.social_github {
  background: url("../img/icons/social/github.png") no-repeat; }

.social_googleplus {
  background: url("../img/icons/social/googleplus.png") no-repeat; }

.social_jolicloud {
  background: url("../img/icons/social/jolicloud.png") no-repeat; }

.social_last-fm {
  background: url("../img/icons/social/last-fm.png") no-repeat; }

.social_linkedin {
  background: url("../img/icons/social/linkedin.png") no-repeat; }

.social_picasa {
  background: url("../img/icons/social/picasa.png") no-repeat; }

.social_pintrest {
  background: url("../img/icons/social/pintrest.png") no-repeat; }

.social_rss {
  background: url("../img/icons/social/rss.png") no-repeat; }

.social_skype {
  background: url("../img/icons/social/skype.png") no-repeat; }

.social_spotify {
  background: url("../img/icons/social/spotify.png") no-repeat; }

.social_stumbleupon {
  background: url("../img/icons/social/stumbleupon.png") no-repeat; }

.social_tumblr {
  background: url("../img/icons/social/tumblr.png") no-repeat; }

.social_twitter {
  background: url("../img/icons/social/twitter.png") no-repeat; }

.social_vimeo {
  background: url("../img/icons/social/vimeo.png") no-repeat; }

.social_wordpress {
  background: url("../img/icons/social/wordpress.png") no-repeat; }

.social_xing {
  background: url("../img/icons/social/xing.png") no-repeat; }

.social_yahoo {
  background: url("../img/icons/social/yahoo.png") no-repeat; }

.social_youtube {
  background: url("../img/icons/social/youtube.png") no-repeat; }

.social_vk {
  background: url("../img/icons/social/vk.png") no-repeat; }

.social_instagram {
  background: url("../img/icons/social/instagram.png") no-repeat; }

i.icon-custom {
  color: #555;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  border: solid 1px #555; }
i.icon-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px; }
  i.icon-sm.icon-line {
    font-size: 14px; }
i.icon-md {
  width: 55px;
  height: 55px;
  font-size: 22px;
  line-height: 55px; }
  i.icon-md.icon-line {
    font-size: 22px; }
i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 10px; }
  i.icon-lg.icon-line {
    font-size: 28px; }
i.icon-2x {
  font-size: 30px; }
  i.icon-2x.icon-line {
    font-size: 27px; }
i.icon-3x {
  font-size: 40px; }
  i.icon-3x.icon-line {
    font-size: 36px; }
i.icon-4x {
  font-size: 50px; }
  i.icon-4x.icon-line {
    font-size: 47px; }
i.icon-line {
  font-size: 17px; }
i.icon-color-u {
  background: none;
  color: #72c02c;
  border: solid 1px #72c02c; }
i.icon-color-red {
  background: none;
  color: #e74c3c;
  border: solid 1px #e74c3c; }
i.icon-color-sea {
  background: none;
  color: #1abc9c;
  border: solid 1px #1abc9c; }
i.icon-color-dark {
  background: none; }
i.icon-color-grey {
  background: none;
  color: #95a5a6;
  border: solid 1px #95a5a6; }
i.icon-color-blue {
  background: none;
  color: #3498db;
  border: solid 1px #3498db; }
i.icon-color-green {
  background: none;
  color: #2ecc71;
  border: solid 1px #2ecc71; }
i.icon-color-yellow {
  background: none;
  color: #f1c40f;
  border: solid 1px #f1c40f; }
i.icon-color-orange {
  background: none;
  color: #e67e22;
  border: solid 1px #e67e22; }
i.icon-color-purple {
  background: none;
  color: #9b6bcc;
  border: solid 1px #9b6bcc; }
i.icon-color-aqua {
  background: none;
  color: #27d7e7;
  border: solid 1px #27d7e7; }
i.icon-color-brown {
  background: none;
  color: #9c8061;
  border: solid 1px #9c8061; }
i.icon-color-dark-blue {
  background: none;
  color: #4765a0;
  border: solid 1px #4765a0; }
i.icon-color-light-grey {
  background: none;
  color: #585f69;
  border: solid 1px #585f69; }
i.icon-color-light-green {
  background: none;
  color: #79d5b3;
  border: solid 1px #79d5b3; }
i.icon-color-light {
  color: #fff;
  border: solid 1px #fff; }
i.icon-bg-u {
  color: #fff;
  border-color: transparent;
  background: #72c02c; }
i.icon-bg-red {
  color: #fff;
  border-color: transparent;
  background: #e74c3c; }
i.icon-bg-sea {
  color: #fff;
  border-color: transparent;
  background: #1abc9c; }
i.icon-bg-dark {
  color: #fff;
  border-color: transparent;
  background: #555; }
i.icon-bg-darker {
  color: #fff;
  border-color: transparent;
  background: #333; }
i.icon-bg-grey {
  color: #fff;
  border-color: transparent;
  background: #95a5a6; }
i.icon-bg-blue {
  color: #fff;
  border-color: transparent;
  background: #3498db; }
i.icon-bg-green {
  color: #fff;
  border-color: transparent;
  background: #2ecc71; }
i.icon-bg-yellow {
  color: #fff;
  border-color: transparent;
  background: #f1c40f; }
i.icon-bg-orange {
  color: #fff;
  border-color: transparent;
  background: #e67e22; }
i.icon-bg-purple {
  color: #fff;
  border-color: transparent;
  background: #9b6bcc; }
i.icon-bg-aqua {
  color: #fff;
  border-color: transparent;
  background: #27d7e7; }
i.icon-bg-brown {
  color: #fff;
  border-color: transparent;
  background: #9c8061; }
i.icon-bg-dark-blue {
  color: #fff;
  border-color: transparent;
  background: #4765a0; }
i.icon-bg-light-grey {
  color: #fff;
  border-color: transparent;
  background: #585f69;
  border-color: transparent; }
i.icon-bg-light-green {
  color: #fff;
  border-color: transparent;
  background: #79d5b3; }
i.icon-bg-light {
  background: #fff;
  border-color: transparent; }

.link-icon {
  color: #555; }
  .link-icon:hover {
    border: none;
    text-decoration: none; }
    .link-icon:hover i {
      color: #72c02c;
      background: none;
      border: solid 1px #72c02c; }

.link-bg-icon {
  color: #555; }
  .link-bg-icon:hover {
    border: none;
    text-decoration: none; }
    .link-bg-icon:hover i {
      color: #72c02c;
      background: #72c02c;
      border-color: #72c02c;
      color: #fff !important; }

.fa-fixed [class^="fa"] {
  width: 1.25em;
  text-align: center;
  display: inline-block; }
  .fa-fixed [class^="fa"].fa-lg {
    width: 1.5625em; }
.fa-fixed [class*=" fa"] {
  width: 1.25em;
  text-align: center;
  display: inline-block; }
  .fa-fixed [class*=" fa"].fa-lg {
    width: 1.5625em; }

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

.text-transform-normal {
  text-transform: inherit !important; }

.font-bold {
  font-weight: 600; }

.font-light {
  font-weight: 200; }

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

.dropcap {
  float: left;
  color: #72c02c;
  padding: 5px 0;
  font-size: 45px;
  font-weight: 200;
  line-height: 30px;
  margin: 0 5px 0 0; }

.dropcap-bg {
  float: left;
  color: #fff;
  padding: 7px 0;
  min-width: 50px;
  font-size: 35px;
  font-weight: 200;
  line-height: 35px;
  text-align: center;
  background: #72c02c;
  margin: 4px 10px 0 0; }

.text-highlights {
  color: #fff;
  font-weight: 200;
  padding: 0 5px;
  background: #555; }

.text-highlights-green {
  background: #72c02c; }

.text-highlights-blue {
  background: #3498db; }

.text-highlights-red {
  background: #e74c3c; }

.text-highlights-sea {
  background: #1abc9c; }

.text-highlights-orange {
  background: #e67e22; }

.text-highlights-yellow {
  background: #f1c40f; }

.text-highlights-purple {
  background: #9b6bcc; }

.text-highlights-aqua {
  background: #27d7e7; }

.text-highlights-brown {
  background: #9c8061; }

.text-highlights-dark-blue {
  background: #4765a0; }

.text-highlights-light-green {
  background: #79d5b3; }

.text-border {
  border-bottom: dashed 1px #555; }

.text-border-default {
  border-color: #95a5a6; }

.text-border-green {
  border-color: #72c02c; }

.text-border-blue {
  border-color: #3498db; }

.text-border-red {
  border-color: #e74c3c; }

.text-border-yellow {
  border-color: #f1c40f; }

.text-border-purple {
  border-color: #9b6bcc; }

blockquote {
  padding: 5px 15px;
  border-left-width: 2px; }
  blockquote p {
    font-size: 14px;
    font-weight: 400; }
  blockquote h1 {
    font-size: 18px;
    margin: 0 0 8px;
    line-height: 24px; }
  blockquote h2 {
    font-size: 18px;
    margin: 0 0 8px;
    line-height: 24px; }
  blockquote span {
    font-size: 18px;
    margin: 0 0 8px;
    line-height: 24px; }
  blockquote.bq-text-lg p {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px; }
  blockquote.bq-text-lg small {
    text-transform: uppercase; }
  blockquote.text-right {
    border-left: none;
    border-right: 2px solid #eee; }
    blockquote.text-right:hover {
      border-color: #72c02c;
      transition: all 0.4s ease-in-out; }
  blockquote.hero {
    border: none;
    padding: 18px;
    font-size: 16px;
    background: #f3f3f3;
    border-left: solid 2px #666; }
    blockquote.hero.text-right {
      border-left: none;
      border-right: 2px solid #eee;
      border-color: #555; }
      blockquote.hero.text-right:hover {
        border-color: #555; }
    blockquote.hero:hover {
      background: #eee;
      border-left-color: #666; }
    blockquote.hero.hero-dark {
      border: none;
      background: #444; }
      blockquote.hero.hero-dark:hover {
        background: #555; }
      blockquote.hero.hero-dark p {
        color: #fff;
        font-weight: 200; }
      blockquote.hero.hero-dark h2 {
        color: #fff;
        font-weight: 200; }
      blockquote.hero.hero-dark small {
        color: #fff;
        font-weight: 200; }
    blockquote.hero.hero-default {
      border: none;
      background: #72c02c; }
      blockquote.hero.hero-default:hover {
        background: #5fb611; }
      blockquote.hero.hero-default p {
        color: #fff;
        font-weight: 200; }
      blockquote.hero.hero-default h2 {
        color: #fff;
        font-weight: 200; }
      blockquote.hero.hero-default small {
        color: #fff;
        font-weight: 200; }
  blockquote:hover {
    border-color: #72c02c;
    transition: all 0.4s ease-in-out; }
  blockquote.bq-dark {
    border-color: #585f69; }
    blockquote.bq-dark:hover {
      border-color: #585f69; }
  blockquote.bq-green {
    border-color: #72c02c; }

.list-row {
  padding: 0;
  margin-bottom: 0;
  list-style: none; }

.lists-v1 li {
  margin-bottom: 10px; }
.lists-v1 i {
  color: #fff;
  width: 15px;
  height: 15px;
  padding: 1px;
  font-size: 13px;
  margin-right: 7px;
  text-align: center;
  background: #72c02c;
  display: inline-block;
  border-radius: 50% !important; }

.lists-v2 li {
  margin-bottom: 10px; }
.lists-v2 i {
  color: #72c02c;
  font-size: 13px;
  margin-right: 7px;
  display: inline-block; }

.alert {
  border-radius: 0; }

.thumbnail {
  border-radius: 0; }

.panel {
  border-radius: 0; }
  .panel .table {
    margin-bottom: 0; }

.panel-heading {
  border-radius: 0;
  color: #fff;
  padding: 5px 15px; }

.panel-u {
  border-color: #72c02c; }
  .panel-u > .panel-heading {
    background: #72c02c; }

.panel-blue {
  border-color: #3498db; }
  .panel-blue > .panel-heading {
    background: #3498db; }

.panel-red {
  border-color: #e74c3c; }
  .panel-red > .panel-heading {
    background: #e74c3c; }

.panel-green {
  border-color: #2ecc71; }
  .panel-green > .panel-heading {
    background: #2ecc71; }

.panel-sea {
  border-color: #1abc9c; }
  .panel-sea > .panel-heading {
    background: #1abc9c; }

.panel-orange {
  border-color: #e67e22; }
  .panel-orange > .panel-heading {
    background: #e67e22; }

.panel-yellow {
  border-color: #f1c40f; }
  .panel-yellow > .panel-heading {
    background: #f1c40f; }

.panel-grey {
  border-color: #95a5a6; }
  .panel-grey > .panel-heading {
    background: #95a5a6; }

.panel-dark {
  border-color: #555; }
  .panel-dark > .panel-heading {
    background: #555; }

.panel-purple {
  border-color: #9b6bcc; }
  .panel-purple > .panel-heading {
    background: #9b6bcc; }

.panel-aqua {
  border-color: #27d7e7; }
  .panel-aqua > .panel-heading {
    background: #27d7e7; }

.panel-brown {
  border-color: #9c8061; }
  .panel-brown > .panel-heading {
    background: #9c8061; }

.panel-dark-blue {
  border-color: #4765a0; }
  .panel-dark-blue > .panel-heading {
    background: #4765a0; }

.panel-light-green {
  border-color: #79d5b3; }
  .panel-light-green > .panel-heading {
    background: #79d5b3; }

.panel-default-dark {
  border-color: #585f69; }
  .panel-default-dark > .panel-heading {
    background: #585f69; }

.progress {
  border-radius: 0;
  background: #e5e5e5;
  position: relative; }
  .progress .progress-bar {
    overflow: hidden;
    line-height: 20px; }
  .progress.vertical {
    float: left;
    width: 100%;
    height: 200px;
    margin-right: 20px; }
    .progress.vertical.bottom {
      position: relative; }
      .progress.vertical.bottom .progress-bar {
        bottom: 0;
        position: absolute; }
    .progress.vertical .progress-bar {
      height: 0;
      width: 100%;
      transition: height 3s ease; }

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

.progress-lg {
  height: 25px; }
  .progress-lg p {
    padding-top: 3px; }

.progress-sm {
  height: 12px; }

.progress-xs {
  height: 7px; }

.progress-xxs {
  height: 3px; }

.progress-bar-u {
  background: #72c02c; }

.progress-bar-blue {
  background: #3498db; }

.progress-bar-orange {
  background: #e67e22; }

.progress-bar-red {
  background: #e74c3c; }

.progress-bar-purple {
  background: #9b6bcc; }

.progress-bar-aqua {
  background: #27d7e7; }

.progress-bar-brown {
  background: #9c8061; }

.progress-bar-dark-blue {
  background: #4765a0; }

.progress-bar-light-green {
  background: #79d5b3; }

.progress-bar-dark {
  background: #555; }

.stars-existing {
  color: #72c02c;
  cursor: pointer; }

.star-lg {
  font-size: 30px; }

.star-sm {
  font-size: 25px; }

.star-xs {
  font-size: 20px; }

.star-default {
  font-size: 16px; }

img.img-bordered {
  padding: 3px !important;
  border: solid 1px #eee !important; }
img.img-circle {
  border-radius: 50% !important; }
img.image-sm {
  width: 50px;
  height: 50px; }
img.image-md {
  width: 100px;
  height: 100px; }
img.img-center {
  margin-left: auto;
  margin-right: auto; }

.responsive-video {
  height: 0;
  padding-top: 1px;
  position: relative;
  padding-bottom: 56.25%; }
  .responsive-video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
.no-gutter.no-gutter-boxed {
  padding-right: 15px;
  padding-left: 15px; }

.height-100 {
  min-height: 100px; }

.height-150 {
  min-height: 150px; }

.height-200 {
  min-height: 200px; }

.height-250 {
  min-height: 250px; }

.height-300 {
  min-height: 300px; }

.height-350 {
  min-height: 350px; }

.height-400 {
  min-height: 400px; }

.height-450 {
  min-height: 450px; }

.height-500 {
  min-height: 500px !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0; }

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

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

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

.no-padding-bottom {
  padding-bottom: 0 !important; }

.content-xs {
  padding-top: 20px;
  padding-bottom: 20px; }

.content {
  padding-top: 40px;
  padding-bottom: 40px; }

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px; }

.content-md {
  padding-top: 80px;
  padding-bottom: 80px; }

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px; }

.content-xlg {
  padding-top: 150px;
  padding-bottom: 150px; }

.space-md-hor {
  padding-left: 40px;
  padding-right: 40px; }

.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px; }

.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px; }

.margin-bottom-5 {
  clear: both;
  margin-bottom: 5px; }

.margin-bottom-10 {
  clear: both;
  margin-bottom: 10px; }

.margin-bottom-15 {
  clear: both;
  margin-bottom: 15px; }

.margin-bottom-20 {
  clear: both;
  margin-bottom: 20px; }

.margin-bottom-25 {
  clear: both;
  margin-bottom: 25px; }

.margin-bottom-30 {
  clear: both;
  margin-bottom: 30px; }

.margin-bottom-35 {
  clear: both;
  margin-bottom: 35px; }

.margin-bottom-40 {
  clear: both;
  margin-bottom: 40px; }

.margin-bottom-45 {
  clear: both;
  margin-bottom: 45px; }

.margin-bottom-50 {
  clear: both;
  margin-bottom: 50px; }

.margin-bottom-55 {
  clear: both;
  margin-bottom: 55px; }

.margin-bottom-60 {
  clear: both;
  margin-bottom: 60px; }

.margin-bottom-100 {
  clear: both;
  margin-bottom: 100px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px; }

  .md-margin-bottom-20 {
    margin-bottom: 20px; }

  .md-margin-bottom-30 {
    margin-bottom: 30px; }

  .md-margin-bottom-40 {
    margin-bottom: 40px; }

  .md-margin-bottom-50 {
    margin-bottom: 50px; }

  .md-margin-bottom-60 {
    margin-bottom: 60px; } }
.margin-top-20 {
  margin-top: 20px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-20 {
  margin-right: 20px; }

.padding-sm {
  padding: 40px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-left-5 {
  padding-left: 5px; }

.color-sea {
  color: #1abc9c; }

.color-red {
  color: #e74c3c; }

.color-aqua {
  color: #27d7e7; }

.color-blue {
  color: #3498db; }

.color-grey {
  color: #95a5a6; }

.color-dark {
  color: #555; }

.color-darker {
  color: #444; }

.color-green {
  color: #72c02c; }

.color-brown {
  color: #9c8061; }

.color-light {
  color: #fff; }

.color-orange {
  color: #e67e22; }

.color-yellow {
  color: #f1c40f; }

.color-green1 {
  color: #2ecc71; }

.color-purple {
  color: #9b6bcc; }

.color-inherit {
  color: inherit; }

.color-dark-blue {
  color: #4765a0; }

.color-light-grey {
  color: #585f69; }

.color-light-green {
  color: #79d5b3; }

.color-teal {
  color: #1abc9c; }

.bg-color-dark {
  color: #fff;
  background-color: #555 !important; }

.bg-color-darker {
  color: #fff;
  background-color: #222 !important; }

.bg-color-sea {
  color: #fff;
  background-color: #1abc9c !important; }

.bg-color-red {
  color: #fff;
  background-color: #e74c3c !important; }

.bg-color-aqua {
  color: #fff;
  background-color: #27d7e7 !important; }

.bg-color-blue {
  color: #fff;
  background-color: #3498db !important; }

.bg-color-grey {
  color: #fff;
  background-color: #95a5a6 !important; }

.bg-color-light {
  color: #fff;
  background-color: #f7f7f7 !important; }

.bg-color-green {
  color: #fff;
  background-color: #72c02c !important; }

.bg-color-brown {
  color: #fff;
  background-color: #9c8061 !important; }

.bg-color-orange {
  color: #fff;
  background-color: #e67e22 !important; }

.bg-color-green1 {
  color: #fff;
  background-color: #2ecc71 !important; }

.bg-color-purple {
  color: #fff;
  background-color: #9b6bcc !important; }

.bg-color-dark-blue {
  color: #fff;
  background-color: #4765a0 !important; }

.bg-color-light-grey {
  color: #fff;
  background-color: #585f69 !important; }

.bg-color-light-green {
  color: #fff;
  background-color: #79d5b3 !important; }

.bg-color-primary {
  color: #fff;
  background-color: #72c02c !important; }

.bg-color-white {
  color: #555;
  background-color: #fff !important; }

.bg-color-teal {
  background-color: #1abc9c !important; }

.rgba-red {
  background-color: rgba(231, 76, 60, 0.8); }

.rgba-blue {
  background-color: rgba(52, 152, 219, 0.8); }

.rgba-aqua {
  background-color: rgba(39, 215, 231, 0.8); }

.rgba-yellow {
  background-color: rgba(241, 196, 15, 0.8); }

.rgba-default {
  background-color: rgba(114, 192, 44, 0.8); }

.rgba-purple {
  background-color: rgba(155, 107, 204, 0.8); }

.bg-grey {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee; }

.no-rounded {
  border-radius: 0 !important; }

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

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

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

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

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

.rounded-sm {
  border-radius: 2px !important; }

.rounded-md {
  border-radius: 3px !important; }

.rounded-top {
  border-radius: 4px 4px 0 0 !important; }

.rounded-left {
  border-radius: 4px 0 0 4px !important; }

.rounded-right {
  border-radius: 0 4px 4px 0 !important; }

.rounded-bottom {
  border-radius: 0 0 4px 4px !important; }

.overflow-h {
  overflow: hidden; }

.overflow-a {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.clear-both {
  clear: both; }

.dp-none {
  display: none; }

.dp-block {
  display: block; }

.dp-table {
  display: table; }

.dp-inline-block {
  display: inline-block; }

.dp-table-cell {
  display: table-cell;
  vertical-align: middle; }

.text-light {
  font-weight: 200; }

.text-normal {
  font-weight: 400; }

.text-bold {
  font-weight: 600 !important; }

.full-width {
  width: 100%; }

@media (max-width: 767px) {
  .equal-height-column {
    height: auto !important; } }
.img-width-60 {
  width: 60px; }

.img-width-200 {
  width: 200px; }

.lft-img-margin {
  margin: 0 20px 5px 0; }

.rgt-img-margin {
  margin: 0 0 5px 10px; }

.bg-light {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fcfcfc;
  border: solid 1px #e5e5e5; }
  .bg-light:hover {
    border: solid 1px #bbb; }

.hover-effect {
  transition: all 0.4s ease-in-out; }

.hover-effect-kenburn {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.8s ease-in-out; }
  .hover-effect-kenburn:hover {
    transform: scale(2) rotate(5deg); }

.scroll-btn-icon {
  position: absolute;
  left: 50%;
  width: 30px;
  z-index: 2;
  height: 50px;
  bottom: 30px;
  margin-left: -25px;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); }
  .scroll-btn-icon:before {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 8px;
    height: 8px;
    content: '';
    background: #fff;
    margin-left: -4px;
    border-radius: 4px;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-iteration-count: infinite; }

.scroll-btn-icon-dark {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5); }
  .scroll-btn-icon-dark:before {
    background: #333; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(36px); } }
@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(36px); } }
.heading-v1 h2:before {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid; }
.heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid; }

.heading-v2 h2:before {
  top: 15px;
  height: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed; }
.heading-v2 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed; }

.heading-v3 h2:before {
  top: 15px;
  height: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted; }
.heading-v3 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted; }

.heading-v4 h2:before {
  top: 17px;
  border-bottom-style: solid; }
.heading-v4 h2:after {
  top: 17px;
  border-bottom-style: solid; }

.heading-v5 h2:before {
  top: 17px;
  border-bottom-style: dashed; }
.heading-v5 h2:after {
  top: 17px;
  border-bottom-style: dashed; }

.heading-v6 h2:before {
  top: 17px;
  border-bottom-style: dotted; }
.heading-v6 h2:after {
  top: 17px;
  border-bottom-style: dotted; }

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

.form-spacing .form-control {
  margin-bottom: 15px; }

.btn-group-vertical > .btn-u {
  float: left;
  position: relative; }

.open .dropdown-toggle.btn-u {
  background: #5fb611; }
  .open .dropdown-toggle.btn-u.btn-u-blue {
    background: #2980b9; }
  .open .dropdown-toggle.btn-u.btn-u-red {
    background: #c0392b; }
  .open .dropdown-toggle.btn-u.btn-u-orange {
    background: #d35400; }
  .open .dropdown-toggle.btn-u.btn-u-sea {
    background: #16a085; }
  .open .dropdown-toggle.btn-u.btn-u-green {
    background: #27ae60; }
  .open .dropdown-toggle.btn-u.btn-u-yellow {
    background: #f39c12; }
  .open .dropdown-toggle.btn-u.btn-u-default {
    background: #7f8c8d; }
  .open .dropdown-toggle.btn-u.btn-u-purple {
    background: #814fb5; }
  .open .dropdown-toggle.btn-u.btn-u-aqua {
    background: #26bac8; }
  .open .dropdown-toggle.btn-u.btn-u-brown {
    background: #81674b; }
  .open .dropdown-toggle.btn-u.btn-u-dark-blue {
    background: #324c80; }
  .open .dropdown-toggle.btn-u.btn-u-light-green {
    background: #59b795; }
  .open .dropdown-toggle.btn-u.btn-u-dark {
    background: #333; }
  .open .dropdown-toggle.btn-u.btn-u-light-grey {
    background: #484f58; }

.btn-u-split.dropdown-toggle {
  border-left: solid 1px #5fb611; }

.list-group-item.active > .badge {
  color: #fff;
  font-weight: 400;
  padding: 4px 7px;
  background: #3498db;
  background: #e74c3c; }
  .list-group-item.active > .badge.badge-u {
    background: #72c02c; }
  .list-group-item.active > .badge.badge-green {
    background: #2ecc71; }
  .list-group-item.active > .badge.badge-sea {
    background: #1abc9c; }
  .list-group-item.active > .badge.badge-orange {
    background: #e67e22; }
  .list-group-item.active > .badge.badge-yellow {
    background: #f1c40f; }
  .list-group-item.active > .badge.badge-purple {
    background: #9b6bcc; }
  .list-group-item.active > .badge.badge-aqua {
    background: #27d7e7; }
  .list-group-item.active > .badge.badge-brown {
    background: #9c8061; }
  .list-group-item.active > .badge.badge-dark-blue {
    background: #4765a0; }
  .list-group-item.active > .badge.badge-light-green {
    background: #79d5b3; }
  .list-group-item.active > .badge.badge-light {
    color: #777;
    background: #ecf0f1; }
  .list-group-item.active > .badge.badge-dark {
    background: #555; }

.badge-box-v1 a {
  color: #777;
  min-width: 40px;
  font-size: 18px;
  padding: 8px 9px;
  display: inline-block;
  border: solid 1px #eee; }
  .badge-box-v1 a i {
    display: block;
    margin: 1px auto 2px; }
  .badge-box-v1 a:hover {
    color: #555;
    border-color: #555;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }

.badge-box-v2 a {
  color: #777;
  font-size: 12px;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  border: solid 1px #eee; }
  .badge-box-v2 a i {
    font-size: 20px;
    display: block;
    margin: 1px auto 2px; }
  .badge-box-v2 a:hover {
    color: #555;
    border-color: #555;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important; }
  .social-icons-color li a:hover {
    opacity: 1; }

.text-justify p {
  text-align: justify; }

.list-styles li {
  margin-bottom: 8px; }

.contex-bg p {
  opacity: 0.8;
  padding: 8px 10px; }
  .contex-bg p:hover {
    opacity: 1; }

.panel-group .panel {
  border-radius: 0; }

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

.img-center img {
  margin-left: auto;
  margin-right: auto; }

.promo-bg-pattern-v1-dark {
  background: url("../img/patterns/5.png") repeat; }

.promo-bg-pattern-v1-light {
  background: url("../img/patterns/16.png") repeat; }

.promo-bg-img-v1 {
  background: url("../img/bg/img1.jpg") no-repeat;
  background-size: cover; }

.promo-bg-img-v2 {
  background: url("../img/bg/img5.jpg") no-repeat;
  background-size: cover; }

.promo-bg-img-v3 {
  background: url("../img/bg/img10.jpg") no-repeat;
  background-size: cover; }

.promo-bg-img-v4 {
  background: url("../img/bg/img11.jpg") no-repeat;
  background-size: cover; }

.promo-bg-img-v5 {
  background: url("../img/bg/img6.jpg") no-repeat;
  background-size: cover; }

.promo-bg-fixed {
  background-attachment: fixed; }

.promo-text-v1 {
  padding: 3px 0;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  border-bottom: solid 2px #fff; }
  .promo-text-v1.color-dark {
    border-color: #555; }

.promo-text-v2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 63px; }

.promo-video-icon-wrap {
  width: 64px;
  height: 64px;
  font-size: 18px;
  line-height: 70px;
  display: inline-block;
  transition: all .3s ease-in-out; }
  .promo-video-icon-wrap:hover {
    color: #333;
    text-decoration: none; }
  .promo-video-icon-wrap.color-light {
    color: #333;
    background: white; }
    .promo-video-icon-wrap.color-light:hover {
      background: rgba(255, 255, 255, 0.9); }
  .promo-video-icon-wrap.color-dark {
    color: #fff;
    background: rgba(0, 0, 0, 0.8); }
    .promo-video-icon-wrap.color-dark:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.9); }

.promo-video-icon {
  left: 3px;
  position: relative; }

.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #eee;
  background: url("../img/patterns/breadcrumbs.png") repeat; }
  .breadcrumbs h1 {
    color: #666;
    font-size: 22px;
    margin-top: 8px; }
  .breadcrumbs.breadcrumbs-dark {
    background: #222;
    padding: 30px 0 20px;
    border-bottom: solid 3px #777; }
    .breadcrumbs.breadcrumbs-dark h1 {
      color: #fff;
      font-weight: 200;
      font-size: 24px; }
    .breadcrumbs.breadcrumbs-dark a {
      color: #fff;
      font-weight: 200; }
  .breadcrumbs.breadcrumbs-light {
    background: #222;
    padding: 30px 0 20px;
    border-bottom: solid 3px #777;
    background: #f7f7f7;
    border-bottom: 1px solid #eee; }
    .breadcrumbs.breadcrumbs-light h1 {
      color: #fff;
      font-weight: 200;
      color: #555;
      font-size: 26px; }
    .breadcrumbs.breadcrumbs-light a {
      color: #fff;
      font-weight: 200;
      color: #555; }

.video-business-img1 {
  background: url("../video/youtube-business/video-business-img1.jpg") no-repeat center;
  background-size: cover; }

.breadcrumb {
  top: 10px;
  z-index: 1;
  padding-right: 0;
  background: none;
  position: relative; }
  .breadcrumb a {
    color: #777; }
  .breadcrumb li.active {
    color: #72c02c;
    text-decoration: none; }
  .breadcrumb li a:hover {
    color: #72c02c;
    text-decoration: none; }

@media (max-width: 550px) {
  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px; }
  .breadcrumbs h1.pull-left {
    width: 100%;
    text-align: center;
    margin-bottom: 0; }
  .breadcrumbs ul.pull-right {
    width: 100%;
    text-align: center; }

  .parallax-counter-v3 .features {
    width: 110px;
    height: 110px;
    padding: 22px; }
    .parallax-counter-v3 .features:after {
      top: -7px;
      left: -7px;
      right: -7px;
      bottom: -7px; }
    .parallax-counter-v3 .features span.counter {
      font-size: 20px; }
    .parallax-counter-v3 .features span.features-info {
      font-size: 11px; } }
.breadcrumbs-sm {
  padding: 50px 0; }

.breadcrumbs-md {
  padding: 100px 0; }

.breadcrumbs-lg {
  padding: 200px 0; }

.breadcrumbs-v1 {
  transition: all 0.8s ease-in-out;
  padding: 100px 0;
  position: relative;
  background: url("../img/breadcrumbs/img1.jpg") center no-repeat;
  background-size: cover; }
  .breadcrumbs-v1:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.15); }
  .breadcrumbs-v1 span {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 5px;
    display: inline-block; }
  .breadcrumbs-v1 h1 {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 55px;
    text-transform: uppercase; }

.breadcrumbs-v3 {
  transition: all 0.8s ease-in-out;
  z-index: 1;
  padding: 100px 0;
  position: relative; }
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 200px 0; }
  .breadcrumbs-v3.img-v1 {
    background: url("../img/breadcrumbs/img1.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .breadcrumbs-v3.img-v2 {
    background: url("../img/breadcrumbs/img2.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .breadcrumbs-v3.img-v3 {
    background: url("../img/breadcrumbs/img3.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .breadcrumbs-v3:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.2); }
  .breadcrumbs-v3 h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase; }
  .breadcrumbs-v3 p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 0;
    text-transform: uppercase; }

@media (max-width: 768px) {
  .breadcrumbs-v1 {
    padding: 50px 0; }
    .breadcrumbs-v1 h1 {
      font-size: 40px;
      line-height: 45px; }

  .breadcrumbs-v3 {
    padding: 50px 0; }
    .breadcrumbs-v3.breadcrumbs-lg {
      padding: 50px 0; }
    .breadcrumbs-v3 h1 {
      font-size: 30px;
      line-height: 40px; }
    .breadcrumbs-v3 p {
      font-size: 18px; }

  .portfolio-box {
    margin-bottom: 60px; }

  .parallax-quote-in {
    padding: 0 40px; }
    .parallax-quote-in p {
      font-size: 20px; }

  .interactive-slider-v1 h2 {
    font-size: 30px; }
  .interactive-slider-v1 p {
    font-size: 18px; }

  .blog-post-quote {
    padding: 35px 25px; }
    .blog-post-quote p {
      font-size: 26px;
      line-height: 35px; }

  .rs-caption-1 {
    font-weight: normal; }
    .rs-caption-1:after {
      content: ""; }
    .rs-caption-1:before {
      content: ""; }

  .rs-caption-2 {
    font-weight: normal; }

  .rs-caption-3 {
    font-weight: normal; }

  .title-box .title-box-text {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px; }
  .title-box p {
    font-size: 15px; }

  .process-v1 .process-border:before {
    border: none; }

  .call-action-v2 p {
    padding: inherit; }

  .parallax-quote-light .parallax-quote-in {
    padding: 30px 40px; }
    .parallax-quote-light .parallax-quote-in p {
      font-size: 20px; }
    .parallax-quote-light .parallax-quote-in small {
      font-weight: 200; }

  .testimonials-v6 .testimonials-wrap {
    padding-left: 0;
    padding-right: 0; }

  .blog-comments .comments-itself:before {
    display: none;
    display: none; }
  .blog-comments .comments-itself:after {
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent; }

  .quote-v1 p {
    font-size: 18px;
    padding: 0 50px; }

  .interactive-slider-v2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px; }

  .news-v3 h2 {
    font-size: 22px;
    line-height: 30px; }

  .content-boxes-v3.content-boxes-v3-right {
    text-align: inherit; }
    .content-boxes-v3.content-boxes-v3-right i.icon-custom {
      float: left;
      margin-left: 0; }

  .line-icon-page .item-box {
    height: 115px; } }
.breadcrumbs-v2 {
  text-align: center;
  position: relative;
  background: url("../img/bg/11.jpg") no-repeat center; }
  .breadcrumbs-v2 h1 {
    color: #fff;
    text-transform: uppercase; }

.breadcrumbs-v2-in {
  padding: 80px 0;
  position: relative; }

@media (max-width: 992px) {
  .content-boxes-v2 {
    text-align: center; }
    .content-boxes-v2 .text-justify {
      text-align: center; }
    .content-boxes-v2 span {
      display: block;
      margin-top: 5px; }

  .purchase {
    text-align: center; }
    .purchase span {
      font-size: 22px;
      line-height: 29px; }
    .purchase .btn-buy a {
      margin-top: 25px;
      font-size: 16px; }

  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 100px 0; }

  .service-block-v5 .service-border {
    border-left: none;
    border-right: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }

  .funny-boxes .funny-boxes-img li {
    display: inline-block; }

  .call-action-v1 .call-action-v1-in {
    display: block;
    text-align: center; }
    .call-action-v1 .call-action-v1-in.inner-btn {
      display: block;
      text-align: center; }
    .call-action-v1 .call-action-v1-in p {
      margin-bottom: 20px; }

  .parallax-counter-v2 .counters {
    margin-bottom: 0 !important; } }
.img-hover-v1 span {
  display: block;
  overflow: hidden;
  position: relative; }
  .img-hover-v1 span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    transition: all 0.5s ease-in-out; }
.img-hover-v1:hover span:after {
  background: rgba(0, 0, 0, 0.3); }
.img-hover-v1 img {
  transition: all 0.5s ease-in-out; }

.img-hover-v2 img {
  transition: all 0.5s ease-in-out;
  filter: grayscale(100%); }
.img-hover-v2:hover img {
  filter: grayscale(0); }

.block-grid-v1 {
  background: #fff;
  padding: 15px 15px 5px;
  border-bottom: solid 2px #eee;
  transition: all 0.4s ease-in-out; }
  .block-grid-v1:hover {
    border-color: #72c02c; }
  .block-grid-v1 img {
    margin-bottom: 10px; }
    .block-grid-v1 img.block-grid-v1-img {
      width: 35px;
      height: 35px;
      margin-top: 8px; }
  .block-grid-v1.content-boxes-v1 h3 {
    margin-bottom: 0; }
    .block-grid-v1.content-boxes-v1 h3 a {
      color: #555; }
  .block-grid-v1.content-boxes-v1 img.pull-left {
    float: inherit !important; }
  .block-grid-v1 .star-vote {
    padding: 0;
    margin-bottom: 10px;
    vertical-align: middle; }
    .block-grid-v1 .star-vote li {
      padding: 0;
      font-size: 11px;
      display: inline-block; }
  .block-grid-v1 h3 a {
    font-size: 22px;
    font-weight: 200;
    margin-right: 10px; }

.block-grid-v1-add-info {
  margin: 0;
  padding-top: 15px;
  border-top: solid 1px #eee; }
  .block-grid-v1-add-info li {
    padding: 0;
    margin-right: 3px;
    margin-bottom: 10px; }
    .block-grid-v1-add-info li a {
      font-size: 11px;
      padding: 4px 7px;
      text-decoration: none;
      border: solid 2px #eee;
      border-radius: 3px !important; }

.block-grid-v2 {
  padding: 0; }
  .block-grid-v2 li {
    list-style: none;
    position: relative; }
    .block-grid-v2 li:hover .block-grid-v2-info {
      border-color: #72c02c; }

.block-grid-v2-info {
  padding: 15px;
  text-align: center;
  background: #f9f9f9;
  border-bottom: solid 3px #eee;
  transition: all 0.4s ease-in-out; }
  .block-grid-v2-info h3 {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 10px; }
  .block-grid-v2-info .star-vote li {
    padding: 2px;
    font-size: 16px; }

.service-box-v1 .service-block {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px; }
.service-box-v1 p {
  position: relative;
  margin-bottom: 50px; }
  .service-box-v1 p:after {
    content: " ";
    left: 50%;
    height: 1px;
    width: 50px;
    bottom: -15px;
    position: absolute;
    margin-left: -25px;
    background: #72c02c; }
.service-box-v1 ul {
  padding: 0 40px; }
.service-box-v1 li {
  margin: 8px 0;
  font-size: 15px;
  padding-top: 8px;
  border-top: dotted 1px #72c02c; }
  .service-box-v1 li:hover {
    color: #72c02c; }
  .service-box-v1 li:first-child {
    padding-top: 0;
    border-top: none; }

.service-block-v1 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  padding: 45px 20px 20px;
  border: 1px solid #f2f2f2; }
  .service-block-v1 i {
    left: 50%;
    top: -30px;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 62px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #72c02c;
    display: inline-block; }
  .service-block-v1 h3 {
    margin-bottom: 20px; }
  .service-block-v1 p {
    margin-bottom: 20px; }

.service-block-v3 {
  padding: 20px; }
  .service-block-v3 i {
    color: #fff;
    float: left;
    font-size: 50px;
    margin: 0 20px 20px 0; }
  .service-block-v3 .service-heading {
    color: #fff;
    opacity: 0.8;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase; }
  .service-block-v3 .service-in small {
    color: #fff;
    opacity: 0.8;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase; }
  .service-block-v3 .service-in h4 {
    color: #fff;
    font-size: 16px;
    line-height: 0.8;
    margin-bottom: 0; }
  .service-block-v3 .counter {
    color: #fff;
    display: block;
    line-height: 1;
    font-size: 30px; }
  .service-block-v3 .progress {
    margin-bottom: 7px; }
  .service-block-v3 .statistics .heading-xs {
    color: #fff;
    opacity: 0.8; }
  .service-block-v3 .statistics small {
    color: #fff; }
  .service-block-v3 .statistics .progress {
    background: #bbb; }
  .service-block-v3 .statistics .progress-bar-light {
    background: #fff; }

.service-block-v4 {
  position: relative;
  background: #f7f7f7; }
  .service-block-v4:after {
    top: 0;
    width: 0;
    height: 0;
    left: 50%;
    content: '';
    margin-left: -20px;
    position: absolute;
    border-style: solid;
    border-width: 25px 20px 0 20px;
    border-color: #fff transparent transparent transparent; }
  .service-block-v4 .service-desc {
    text-align: center; }
    .service-block-v4 .service-desc i {
      color: #72c02c;
      display: block;
      font-size: 30px;
      margin-bottom: 20px; }
    .service-block-v4 .service-desc h3 {
      font-size: 18px;
      margin-bottom: 15px;
      text-transform: uppercase; }

.service-block-v5 {
  text-align: center;
  background: #f7f7f7; }
  .service-block-v5 .service-inner {
    padding: 80px 40px; }
    .service-block-v5 .service-inner i {
      margin-bottom: 30px; }
    .service-block-v5 .service-inner span {
      display: block;
      font-size: 18px;
      font-weight: 200;
      margin-bottom: 15px;
      text-transform: uppercase; }
  .service-block-v5 .service-border {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; }

.service-block-v6 i {
  float: left;
  margin: 5px 15px 0 0; }
.service-block-v6 .service-desc {
  overflow: hidden; }
  .service-block-v6 .service-desc h2 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .service-block-v6 .service-desc a {
    text-transform: uppercase; }

.service-block-v7 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 45px 20px 20px; }
  .service-block-v7 i {
    left: 50%;
    top: -25px;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    background: #72c02c;
    margin-left: -22.5px;
    display: inline-block; }
  .service-block-v7 h3 {
    margin-bottom: 20px; }
  .service-block-v7 p {
    margin-bottom: 20px; }

.service-block-v8 {
  padding: 25px;
  background: #fff; }
  .service-block-v8 i {
    color: #555;
    float: left;
    font-size: 22px;
    margin: 5px 25px 0 0; }
  .service-block-v8 .service-block-desc {
    overflow: hidden; }
    .service-block-v8 .service-block-desc h3 {
      font-size: 18px;
      margin: 0 0 30px;
      position: relative;
      text-transform: uppercase; }
      .service-block-v8 .service-block-desc h3:after {
        left: 0;
        top: 40px;
        height: 1px;
        width: 30px;
        content: " ";
        position: absolute;
        background: #72c02c; }

.service-block {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px; }
  .service-block p {
    color: #fff; }
  .service-block h2 {
    color: #fff; }
    .service-block h2 a:hover {
      text-decoration: none; }

.service-block-light {
  background: #fafafa;
  border: solid 1px #eee;
  background: #ecf0f1; }
  .service-block-light p {
    color: #555; }
  .service-block-light h2 {
    color: #555; }

.service-block-default {
  background: #fafafa;
  border: solid 1px #eee; }
  .service-block-default:hover {
    box-shadow: 0 0 8px #eee; }
  .service-block-default p {
    color: #555; }
  .service-block-default h2 {
    color: #555; }

.service-block-u {
  background: #72c02c; }

.service-block-blue {
  background: #3498db; }

.service-block-red {
  background: #e74c3c; }

.service-block-sea {
  background: #1abc9c; }

.service-block-grey {
  background: #95a5a6; }

.service-block-yellow {
  background: #f1c40f; }

.service-block-orange {
  background: #e67e22; }

.service-block-green {
  background: #2ecc71; }

.service-block-purple {
  background: #9b6bcc; }

.service-block-aqua {
  background: #27d7e7; }

.service-block-brown {
  background: #9c8061; }

.service-block-dark-blue {
  background: #4765a0; }

.service-block-light-green {
  background: #79d5b3; }

.service-block-dark {
  background: #555; }

.funny-boxes {
  background: #f7f7f7;
  padding: 20px 20px 15px;
  transition: all 0.3s ease-in-out; }
  .funny-boxes h2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px; }
    .funny-boxes h2 a {
      color: #555; }
  .funny-boxes .funny-boxes-img li {
    font-size: 12px;
    margin-bottom: 2px; }
    .funny-boxes .funny-boxes-img li i {
      color: #72c02c;
      font-size: 12px;
      margin-right: 5px; }
  .funny-boxes .funny-boxes-img img {
    margin: 5px 10px 15px 0; }
  .funny-boxes p a {
    color: #72c02c; }
  .funny-boxes ul.funny-boxes-rating li {
    display: inline-block; }
    .funny-boxes ul.funny-boxes-rating li i {
      color: #f8be2c;
      cursor: pointer;
      font-size: 14px; }
      .funny-boxes ul.funny-boxes-rating li i:hover {
        color: #f8be2c; }

.funny-boxes-colored p {
  color: #fff; }
.funny-boxes-colored h2 a {
  color: #fff; }
.funny-boxes-colored .funny-boxes-img li {
  color: #fff; }
  .funny-boxes-colored .funny-boxes-img li i {
    color: #fff; }

.funny-boxes-red {
  background: #e74c3c; }

.funny-boxes-purple {
  background: #9b6bcc; }

.funny-boxes-blue {
  background: #3498db; }

.funny-boxes-grey {
  background: #95a5a6; }

.funny-boxes-sea {
  background: #1abc9c; }

.funny-boxes-top-sea {
  border-top: solid 2px #1abc9c; }
  .funny-boxes-top-sea:hover {
    border-top-color: #16a085; }

.funny-boxes-top-yellow {
  border-top: solid 2px #f1c40f; }
  .funny-boxes-top-yellow:hover {
    border-top-color: #f39c12; }

.funny-boxes-top-red {
  border-top: solid 2px #e74c3c; }
  .funny-boxes-top-red:hover {
    border-top-color: #c0392b; }

.funny-boxes-top-purple {
  border-top: solid 2px #9b6bcc; }
  .funny-boxes-top-purple:hover {
    border-top-color: #814fb5; }

.funny-boxes-left-orange {
  border-left: solid 2px #e67e22; }
  .funny-boxes-left-orange:hover {
    border-left-color: #d35400; }

.funny-boxes-left-green {
  border-left: solid 2px #72c02c; }
  .funny-boxes-left-green:hover {
    border-left-color: #5fb611; }

.funny-boxes-left-blue {
  border-left: solid 2px #3498db; }
  .funny-boxes-left-blue:hover {
    border-left-color: #2980b9; }

.funny-boxes-left-dark {
  border-left: solid 2px #555; }
  .funny-boxes-left-dark:hover {
    border-left-color: #333; }

.process-v1 .process-in {
  text-align: center; }
  .process-v1 .process-in > li i {
    z-index: 1;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    background: #72c02c;
    margin-bottom: 15px;
    display: inline-block;
    border: solid 9px #fff; }
    .process-v1 .process-in > li i:after {
      top: -9px;
      left: -9px;
      right: -9px;
      bottom: -9px;
      content: " ";
      border-radius: 50%;
      position: absolute;
      border: 1px solid #bbb; }
  .process-v1 .process-in > li h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .process-v1 .process-in .process-desc {
    padding: 0 20px; }
.process-v1 .process-border {
  position: relative; }
  .process-v1 .process-border:before {
    top: 15px;
    width: 75%;
    left: 12%;
    content: " ";
    display: block;
    position: absolute;
    border-top: solid 2px #ddd; }

.team-v1 ul {
  position: relative; }
.team-v1 li:hover > .team-img:after {
  background: rgba(0, 0, 0, 0.5); }
.team-v1 li:hover > .team-img ul {
  top: 50%;
  visibility: visible; }
.team-v1 li:hover > p:before {
  width: 100%;
  background: #72c02c; }
.team-v1 li > h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
  text-transform: uppercase;
  color: #555; }
.team-v1 li > h4 {
  color: #999;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase; }
.team-v1 li > p {
  margin: 20px 0;
  position: relative; }
  .team-v1 li > p:before {
    left: 0;
    top: -10px;
    height: 1px;
    width: 40px;
    content: " ";
    position: absolute;
    background: #bbb;
    transition: all 0.4s ease-in-out; }
.team-v1 li > .team-img {
  position: relative; }
  .team-v1 li > .team-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: transparent;
    transition: all 0.4s ease-in-out; }
  .team-v1 li > .team-img ul {
    left: 0;
    top: 45%;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 36px;
    list-style: none;
    margin-top: -18px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-in-out; }
    .team-v1 li > .team-img ul li {
      margin: 0 5px;
      text-align: center;
      display: inline-block; }
  .team-v1 li > .team-img li i {
    color: #eee;
    border-width: 2px;
    border-color: #eee;
    transition: all 0.1s ease-in-out; }
    .team-v1 li > .team-img li i.fa-twitter:hover {
      color: #fff;
      background: #3498db;
      border-color: #3498db; }
    .team-v1 li > .team-img li i.fa-facebook:hover {
      color: #fff;
      background: #4765a0;
      border-color: #4765a0; }
    .team-v1 li > .team-img li i.fa-google-plus:hover {
      color: #fff;
      background: #e74c3c;
      border-color: #e74c3c; }

.team-v2 {
  position: relative;
  margin-bottom: 20px; }
  .team-v2 img {
    width: 100%; }
  .team-v2 .inner-team {
    padding: 20px;
    background: #fff;
    text-align: center; }
    .team-v2 .inner-team h3 {
      margin: 0; }
    .team-v2 .inner-team small {
      display: block;
      font-size: 12px;
      margin-bottom: 7px; }
    .team-v2 .inner-team p {
      font-size: 13px; }
    .team-v2 .inner-team hr {
      margin: 10px 0 15px; }

.team-social {
  margin-bottom: 0; }
  .team-social li {
    padding: 0 2px; }
    .team-social li a {
      font-size: 14px;
      padding: 6px 4px;
      text-align: center;
      border-radius: 50% !important; }
      .team-social li a.fb {
        color: #4765a0;
        border: 1px solid #4765a0; }
        .team-social li a.fb:hover {
          color: #fff;
          background: #4765a0; }
      .team-social li a.tw {
        color: #159ceb;
        border: 1px solid #159ceb; }
        .team-social li a.tw:hover {
          color: #fff;
          background: #159ceb; }
      .team-social li a.gp {
        color: #dc4a38;
        border: 1px solid #dc4a38; }
        .team-social li a.gp:hover {
          color: #fff;
          background: #dc4a38; }
      .team-social li a:hover {
        text-decoration: none; }
    .team-social li i {
      min-width: 20px; }

.team-v3 .team-img {
  position: relative; }
  .team-v3 .team-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    transition: all 0.4s ease-in-out; }
  .team-v3 .team-img:hover:after {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in-out; }
  .team-v3 .team-img:hover .team-hover {
    top: 50%;
    visibility: visible; }
  .team-v3 .team-img > img {
    width: 100%; }
.team-v3 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  padding: 20px;
  list-style: none;
  margin-top: -90px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out; }
  .team-v3 .team-hover span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
  .team-v3 .team-hover small {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 10px; }
  .team-v3 .team-hover p {
    color: #fff;
    font-weight: 200;
    margin-bottom: 20px; }
  .team-v3 .team-hover .team-social-v3 i {
    color: #fff;
    width: 33px;
    height: 33px;
    padding: 9px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff; }
    .team-v3 .team-hover .team-social-v3 i:hover {
      color: #666;
      background: #fff;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }

.team-v4 {
  text-align: center; }
  .team-v4 img {
    width: 100%;
    margin-bottom: 20px; }
  .team-v4 span {
    color: #333;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .team-v4 small {
    color: #999;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px; }
  .team-v4 .team-social-v4 a {
    color: #555;
    font-size: 16px; }
    .team-v4 .team-social-v4 a:hover {
      color: #72c02c;
      text-decoration: none; }

.team-v5 {
  text-align: center; }
  .team-v5 span {
    color: #555;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .team-v5 small {
    display: block;
    color: #72c02c;
    font-size: 13px;
    font-style: italic;
    position: relative;
    margin-bottom: 25px; }
    .team-v5 small:after {
      left: 50%;
      top: 30px;
      height: 1px;
      width: 30px;
      content: " ";
      background: #777;
      margin-left: -15px;
      position: absolute; }
  .team-v5 .team-img {
    position: relative; }
    .team-v5 .team-img:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: " ";
      position: absolute;
      transition: all 0.4s ease-in-out; }
    .team-v5 .team-img:hover:after {
      background: rgba(0, 0, 0, 0.5);
      transition: all 0.2s ease-in-out; }
    .team-v5 .team-img:hover .team-hover {
      top: 50%;
      visibility: visible; }
    .team-v5 .team-img > img {
      width: 100%;
      margin-bottom: 20px; }
  .team-v5 .team-hover {
    left: 0;
    top: 60%;
    z-index: 1;
    padding: 0;
    width: 100%;
    list-style: none;
    margin-top: -16px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-in-out; }
    .team-v5 .team-hover .team-social-v5 i {
      color: #fff;
      width: 33px;
      height: 33px;
      padding: 9px;
      font-size: 14px;
      text-align: center;
      display: inline-block;
      border: 1px solid #fff; }
      .team-v5 .team-hover .team-social-v5 i:hover {
        color: #666;
        background: #fff;
        text-decoration: none;
        transition: all 0.2s ease-in-out; }

.team-v6 {
  text-align: center; }
  .team-v6 img {
    width: 100%;
    margin-bottom: 20px; }
  .team-v6 span {
    color: #777;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .team-v6 small {
    display: block;
    color: #72c02c;
    font-size: 13px;
    margin-bottom: 15px; }

.team-v7 .team-v7-in {
  padding: 0 50px; }
.team-v7 .team-v7-name {
  color: #555;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-top: 60px; }
.team-v7 .team-v7-position {
  display: block;
  color: #72c02c;
  font-style: normal;
  margin-bottom: 15px; }
.team-v7 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px; }
.team-v7 .social-icons-v1 {
  margin-bottom: 60px; }
.team-v7 .team-v7-img {
  position: relative; }
  .team-v7 .team-v7-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.1); }
.team-v7 .team-arrow-right {
  position: relative; }
  .team-v7 .team-arrow-right:before {
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    content: " ";
    position: absolute;
    border-style: solid;
    right: -25px;
    border-width: 20px 0 20px 25px;
    border-color: transparent transparent transparent #fff; }
.team-v7 .team-arrow-left {
  position: relative; }
  .team-v7 .team-arrow-left:before {
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    content: " ";
    position: absolute;
    border-style: solid;
    left: -25px;
    border-width: 20px 25px 20px 0;
    border-color: transparent #fff transparent transparent; }

@media (max-width: 991px) {
  .team-v7 .equal-height-column {
    height: auto !important; }
  .team-v7 .team-arrow-left:before {
    top: auto;
    border-color: #fff transparent transparent transparent;
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px; }
  .team-v7 .team-arrow-right:before {
    top: auto;
    border-color: #fff transparent transparent transparent;
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px; }

  .badge-sidebar {
    border-left: none; }

  .flat-bg-block-v1 img.img-over {
    position: static; } }
.call-action-v1 p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0; }
.call-action-v1.call-action-v1-boxed {
  padding: 0 25px; }
.call-action-v1 .call-action-v1-box {
  width: 100%;
  display: table;
  padding: 30px 0;
  vertical-align: middle; }
.call-action-v1 .call-action-v1-in {
  display: table-cell;
  vertical-align: middle; }
  .call-action-v1 .call-action-v1-in.inner-btn {
    padding-top: 1px;
    min-width: 250px;
    text-align: right; }

.call-action-v2 {
  padding: 50px 0;
  text-align: center;
  background: url("../img/patterns/16.png"); }
  .call-action-v2 h2 {
    font-size: 22px;
    text-transform: uppercase; }
  .call-action-v2 p {
    padding: 0 100px;
    margin-bottom: 20px; }

@media (min-width: 991px) and (max-width: 1199px) {
  .portfolio-box {
    margin-bottom: 60px; }

  .flat-bg-block-v1 img.img-over {
    top: -18px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .portfolio-box {
    margin-bottom: 0; } }
.portfolio-box .portfolio-box-in {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
  background: #72c02c;
  font-size: 20px;
  text-align: center;
  line-height: 53px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px; }
.portfolio-box a.fancybox {
  overflow: hidden;
  position: relative; }
  .portfolio-box a.fancybox:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute; }
  .portfolio-box a.fancybox:hover:after {
    background: rgba(0, 0, 0, 0.5); }
  .portfolio-box a.fancybox:hover img {
    transform: scale(1.1); }
  .portfolio-box a.fancybox:hover .portfolio-box-in {
    visibility: visible; }
  .portfolio-box a.fancybox img {
    transition: all .5s ease; }
.portfolio-box small.project-tag {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #999; }
  .portfolio-box small.project-tag a {
    color: #999; }
    .portfolio-box small.project-tag a:hover {
      color: #72c02c; }
  .portfolio-box small.project-tag i {
    margin-right: 5px; }

.portfolio-box-v1 {
  margin: 0; }
  .portfolio-box-v1 [class^="col-"] {
    padding: 0;
    overflow: hidden; }
  .portfolio-box-v1 li {
    background: #333;
    position: relative; }
    .portfolio-box-v1 li:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: " ";
      position: absolute;
      transition: all 0.3s ease-in-out; }
    .portfolio-box-v1 li:hover:after {
      background: rgba(0, 0, 0, 0.7);
      transition: all 0.3s ease-in-out; }
    .portfolio-box-v1 li:hover .portfolio-box-v1-in {
      visibility: visible; }
    .portfolio-box-v1 li img {
      width: 100%;
      overflow: hidden;
      transition: all 0.3s ease-in-out; }
  .portfolio-box-v1 .portfolio-box-v1-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    visibility: hidden;
    min-height: 150px;
    margin-top: -75px;
    text-align: center;
    position: absolute;
    font-family: "Open Sans", "Arial", "sans-serif"; }
    .portfolio-box-v1 .portfolio-box-v1-in h3 {
      font-size: 22px;
      margin-top: 20px;
      position: relative;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: #fff; }
      .portfolio-box-v1 .portfolio-box-v1-in h3:after {
        left: 50%;
        height: 1px;
        width: 40px;
        content: " ";
        bottom: -10px;
        background: #fff;
        margin-left: -20px;
        position: absolute; }
    .portfolio-box-v1 .portfolio-box-v1-in p {
      color: #fff;
      font-size: 16px;
      margin-bottom: 20px; }
    .portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
      font-weight: normal; }

.portfolio-box-v2 {
  margin: 0 0 60px; }
  .portfolio-box-v2 [class^="col-"] {
    padding: 0;
    overflow: hidden; }
  .portfolio-box-v2 li {
    background: #333;
    overflow: hidden;
    position: relative; }
    .portfolio-box-v2 li:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: " ";
      position: absolute;
      transition: all 0.3s ease-in-out; }
    .portfolio-box-v2 li:hover:after {
      background: rgba(255, 255, 255, 0.6);
      transition: all 0.3s ease-in-out; }
    .portfolio-box-v2 li:hover .portfolio-box-v2-in {
      visibility: visible; }
    .portfolio-box-v2 li img {
      width: 100%;
      overflow: hidden;
      transition: all 0.3s ease-in-out; }
  .portfolio-box-v2 .portfolio-box-v2-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    visibility: hidden;
    min-height: 60px;
    margin-top: -30px;
    text-align: center;
    position: absolute;
    font-family: "Open Sans", "Arial", "sans-serif"; }
    .portfolio-box-v2 .portfolio-box-v2-in i {
      color: #fff;
      width: 60px;
      height: 60px;
      padding: 20px;
      font-size: 22px;
      cursor: pointer;
      margin-right: 5px;
      text-align: center;
      display: inline-block;
      background: rgba(114, 192, 44, 0.8); }
      .portfolio-box-v2 .portfolio-box-v2-in i:hover {
        background: #72c02c; }

.thumbnails-v1 .thumbnail-img {
  margin-bottom: 12px; }
.thumbnails-v1 h3 {
  margin-bottom: 5px; }
  .thumbnails-v1 h3 a {
    color: #555;
    font-size: 15px;
    text-transform: uppercase; }
.thumbnails-v1 .read-more {
  color: #72c02c;
  font-size: 12px;
  text-transform: uppercase; }

.bg-image-v1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url("../img/bg/11.jpg") repeat fixed;
  background-size: cover; }
  .bg-image-v1:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }

.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url("../img/bg/7.jpg") repeat fixed; }
  .bg-image-v2:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(255, 255, 255, 0.7); }

.bg-image-v2-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.5); }
.bg-image-v2-dark h2 {
  color: #eee !important; }
.bg-image-v2-dark p {
  color: #eee !important; }

.parallax-quote {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: url("../img/team/faces.jpg") 50% 0 repeat fixed; }
  .parallax-quote:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.8); }
  .parallax-quote:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url("../img/patterns/gridtile.png") repeat; }

.parallax-quote-in {
  z-index: 1;
  padding: 0 80px;
  position: relative; }
  .parallax-quote-in p {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Open Sans", "Arial", "sans-serif"; }
    .parallax-quote-in p:after {
      content: ' " ';
      position: absolute;
      font-family: "Tahoma";
      margin-left: 3px; }
    .parallax-quote-in p:before {
      content: ' " ';
      position: absolute;
      font-family: "Tahoma";
      margin-left: -15px; }
  .parallax-quote-in small {
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase; }

.parallax-quote-light:after {
  background: rgba(255, 255, 255, 0.9); }
.parallax-quote-light .parallax-quote-in {
  background: #fff;
  padding: 30px 80px;
  border-bottom: solid 2px #ddd; }
  .parallax-quote-light .parallax-quote-in p {
    color: #555;
    font-size: 28px;
    font-weight: 200; }
  .parallax-quote-light .parallax-quote-in small {
    color: #555; }

.parallax-team {
  background: url("../img/team/faces.jpg") 50% 0 repeat fixed;
  position: relative; }
  .parallax-team .title-box-v2 {
    position: relative; }
  .parallax-team:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(255, 255, 255, 0.9); }

.parallax-bg {
  background: url("../img/patterns/5.png") repeat fixed; }

.parallax-counter {
  padding: 30px 0;
  background: url("../img/patterns/5.png") repeat fixed; }
  .parallax-counter .counters {
    color: #fff;
    padding: 15px 0; }
  .parallax-counter h4 {
    color: #999;
    font-size: 16px;
    text-transform: uppercase; }
  .parallax-counter span.counter {
    font-size: 48px; }

.parallax-counter-v1 {
  padding: 60px 0;
  background: url("../img/patterns/5.png") repeat fixed; }
  .parallax-counter-v1 .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555; }
  .parallax-counter-v1 h4 {
    color: #eee;
    font-size: 16px;
    text-transform: uppercase; }
  .parallax-counter-v1 span.counter {
    font-size: 42px;
    line-height: 48px; }

.parallax-counter-v2 {
  position: relative;
  padding: 80px 0 60px;
  background: url("../img/patterns/16.png") repeat fixed; }
  .parallax-counter-v2:after {
    top: 0;
    left: 50%;
    content: " ";
    margin-left: -25px;
    position: absolute;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent; }
  .parallax-counter-v2:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.02); }
  .parallax-counter-v2 .counters {
    padding: 20px 0;
    border-bottom: solid 2px #ddd;
    background: rgba(255, 255, 255, 0.9); }
    .parallax-counter-v2 .counters h4 {
      color: #555;
      font-weight: 200;
      font-family: "Open Sans", "Arial", "sans-serif";
      font-size: 22px;
      text-transform: uppercase; }
    .parallax-counter-v2 .counters span {
      color: #555;
      font-weight: 200;
      font-family: "Open Sans", "Arial", "sans-serif";
      font-size: 36px; }

.parallax-counter-v3 {
  z-index: 1;
  height: auto;
  padding: 80px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url("../img/bg/25.jpg") 50% 0 fixed; }
  .parallax-counter-v3:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: " ";
    height: 100%;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .parallax-counter-v3 .features {
    width: 130px;
    height: 130px;
    padding: 25px;
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.2); }
    .parallax-counter-v3 .features:after {
      top: -9px;
      left: -9px;
      right: -9px;
      bottom: -9px;
      content: " ";
      border-radius: 50%;
      position: absolute;
      border: 1px solid #fff; }
    .parallax-counter-v3 .features span {
      color: #fff;
      display: block;
      font-weight: 200; }
      .parallax-counter-v3 .features span.counter {
        font-size: 30px; }
      .parallax-counter-v3 .features span.features-info {
        text-transform: uppercase; }

.parallax-counter-v4 {
  z-index: 1;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url("../img/bg/19.jpg") 50% 0 fixed; }
  .parallax-counter-v4:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: " ";
    height: 100%;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .parallax-counter-v4 i {
    color: #fff;
    display: block;
    font-size: 50px;
    margin-bottom: 20px; }
  .parallax-counter-v4 h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase; }
  .parallax-counter-v4 span.counter {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px; }

.flat-bg-block-v1 {
  padding: 40px 0;
  background: url("../img/patterns/16.png") repeat; }
  .flat-bg-block-v1 .checked-list.first-child {
    float: left;
    margin-right: 100px; }
  .flat-bg-block-v1 .checked-list li {
    color: #888;
    margin-bottom: 5px; }
  .flat-bg-block-v1 .checked-list i {
    color: #72c02c;
    margin-right: 5px; }
  .flat-bg-block-v1 img.img-over {
    top: -70px;
    right: 10px;
    position: absolute; }

.flat-testimonials {
  padding: 50px 0;
  background-color: #333; }
  .flat-testimonials .flat-testimonials-in {
    padding: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2); }
    .flat-testimonials .flat-testimonials-in img {
      width: 135px;
      height: 135px;
      margin: 0 auto 25px; }
    .flat-testimonials .flat-testimonials-in h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 200; }
    .flat-testimonials .flat-testimonials-in span {
      display: block;
      margin-bottom: 5px; }
    .flat-testimonials .flat-testimonials-in p {
      color: #fff;
      font-weight: 200;
      position: relative; }
      .flat-testimonials .flat-testimonials-in p:before {
        top: 5px;
        font-size: 22px;
        line-height: 10px;
        position: relative;
        content: "“";
        padding-right: 5px; }
      .flat-testimonials .flat-testimonials-in p:after {
        top: 5px;
        font-size: 22px;
        line-height: 10px;
        position: relative;
        content: "”";
        padding-left: 5px; }

.testimonials-v4 .testimonials-v4-in {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .testimonials-v4 .testimonials-v4-in:before {
    color: #bbb;
    font-size: 60px;
    content: "\201C";
    position: absolute;
    margin: -25px 0 0 -40px;
    font-family: "Georgia", "serif"; }
  .testimonials-v4 .testimonials-v4-in:after {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -30px;
    position: absolute;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1)); }
  .testimonials-v4 .testimonials-v4-in p {
    color: #777;
    font-size: 14px;
    font-style: italic; }
.testimonials-v4 img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px; }
.testimonials-v4 .testimonials-author {
  color: #555;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase; }
  .testimonials-v4 .testimonials-author em {
    font-size: 13px;
    text-transform: capitalize; }

.testimonials-v5 {
  padding-top: 50px;
  padding-bottom: 50px; }
  .testimonials-v5 .testimonials-desc span {
    font-size: 13px;
    font-weight: 200; }
  .testimonials-v5 .testimonials-desc p {
    padding: 15px;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 25px; }
    .testimonials-v5 .testimonials-desc p:after {
      width: 0;
      height: 0;
      left: 30px;
      color: #fff;
      bottom: -12px;
      content: " ";
      text-align: center;
      position: absolute;
      border-style: solid;
      border-width: 13px 10px 0 10px;
      border-color: #f9f9f9 transparent transparent transparent; }
  .testimonials-v5 .testimonials-by {
    margin-left: 20px; }
    .testimonials-v5 .testimonials-by img {
      float: left;
      width: 40px;
      height: auto;
      margin-right: 15px; }
    .testimonials-v5 .testimonials-by small {
      color: #72c02c;
      font-size: 12px; }
    .testimonials-v5 .testimonials-by span {
      text-transform: uppercase; }

.testimonials-v6.testimonials-wrap {
  padding-left: 70px;
  padding-right: 70px; }
.testimonials-v6 .testimonials-info {
  padding: 20px;
  background: #fff;
  border-bottom: solid 3px #eee;
  transition: all 0.4s ease-in-out; }
  .testimonials-v6 .testimonials-info:hover {
    border-color: #72c02c; }
  .testimonials-v6 .testimonials-info img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px; }
.testimonials-v6 .testimonials-desc {
  overflow: hidden; }
  .testimonials-v6 .testimonials-desc p {
    margin-bottom: 15px; }
  .testimonials-v6 .testimonials-desc strong {
    color: #555;
    display: block; }
  .testimonials-v6 .testimonials-desc span {
    color: #555;
    display: block; }

.testimonials-section3 .owl-stage-outer {
  margin-right: 1px; }
.testimonials-section3 .testimonials-item {
  border-right: solid 1px #eee;
  padding: 15px 15px 20px; }
  .testimonials-section3 .testimonials-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px; }
  .testimonials-section3 .testimonials-item em {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    opacity: 0.7;
    font-weight: 400; }
.testimonials-section3 img {
  width: 74px !important;
  height: 74px !important;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  border: solid 1px #e6e6e6;
  margin: 0 auto 5px;
  display: block; }
.testimonials-section3 blockquote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 20px;
  border: none; }
  .testimonials-section3 blockquote p {
    z-index: 9;
    position: relative;
    margin-bottom: 5px; }

.testimonials-section4 .testimonials-item {
  border-right: solid 1px #eee;
  padding: 15px 15px 20px; }
  .testimonials-section4 .testimonials-item:last-child {
    border-right: none; }
  .testimonials-section4 .testimonials-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px; }
  .testimonials-section4 .testimonials-item em {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    opacity: 0.7;
    font-weight: 400; }
.testimonials-section4 img {
  width: 74px !important;
  height: 74px !important;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  border: solid 1px #e6e6e6;
  margin: 0 auto 5px;
  display: block; }
.testimonials-section4 blockquote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 20px;
  border: none; }
  .testimonials-section4 blockquote p {
    z-index: 9;
    position: relative;
    margin-bottom: 5px; }

.testimonials {
  margin-bottom: 10px; }
  .testimonials .testimonial-info {
    color: #72c02c;
    font-size: 16px;
    padding: 0 15px;
    margin-top: 18px; }
    .testimonials .testimonial-info span {
      top: 3px;
      position: relative; }
    .testimonials .testimonial-info em {
      color: #777;
      display: block;
      font-size: 13px; }
    .testimonials .testimonial-info img {
      width: 60px;
      float: left;
      height: 60px;
      padding: 2px;
      margin-right: 15px;
      border: solid 1px #ccc; }
  .testimonials .testimonial-author {
    overflow: hidden; }
  .testimonials .carousel-arrow {
    top: -65px;
    position: relative; }
    .testimonials .carousel-arrow i {
      color: #777;
      padding: 2px;
      min-width: 25px;
      font-size: 20px;
      text-align: center;
      background: #f5f5f5; }
      .testimonials .carousel-arrow i:hover {
        color: #fff;
        background: #72c02c; }
  .testimonials .carousel-control {
    opacity: 1;
    width: 100%;
    text-align: right;
    text-shadow: none;
    position: absolute;
    filter: Alpha(opacity=100); }
    .testimonials .carousel-control.left {
      right: 27px;
      left: auto; }
    .testimonials .carousel-control.right {
      right: 0; }
  .testimonials.testimonials-v1 p {
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    background: #f5f5f5; }
  .testimonials.testimonials-v1 .item p {
    position: relative; }
    .testimonials.testimonials-v1 .item p:after {
      left: 80px;
      bottom: -20px;
      border-top: 22px solid;
      border-left: 0 solid transparent;
      border-right: 22px solid transparent;
      width: 0;
      height: 0;
      content: " ";
      display: block;
      position: absolute;
      border-top-color: #f5f5f5;
      border-left-style: inset;
      border-right-style: inset; }
    .testimonials.testimonials-v1 .item p:before {
      left: 80px;
      bottom: -20px; }
  .testimonials.testimonials-v2 .testimonial-info {
    padding: 0 20px; }
  .testimonials.testimonials-v2 p {
    padding-bottom: 15px;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    background: #f5f5f5; }
  .testimonials.testimonials-v2 .carousel-arrow {
    top: -55px; }
  .testimonials.testimonials-v2 .item p:after {
    left: 8%;
    bottom: 45px;
    border-top: 20px solid;
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top-color: #f5f5f5;
    border-left-style: inset;
    border-right-style: inset; }
  .testimonials.testimonials-v2 .item p:before {
    left: 8%;
    bottom: 45px; }
  .testimonials.testimonials-bg-default .item p:after {
    border-top-color: #72c02c;
    border-top-color: #72c02c; }
  .testimonials.testimonials-bg-default .carousel-arrow i:hover {
    background: #5fb611; }
  .testimonials.testimonials-bg-dark .testimonial-info {
    color: #555; }
  .testimonials.testimonials-bg-dark .item p:after {
    border-top-color: #555;
    border-top-color: #555; }
  .testimonials.testimonials-bg-dark .carousel-arrow i:hover {
    background: #333; }

.testimonials-bg-dark .item p {
  color: #fff;
  font-weight: 200;
  background: #555; }
.testimonials-bg-dark .carousel-arrow i {
  color: #fff;
  color: #fff;
  background: #555; }

.testimonials-bg-default .item p {
  color: #fff;
  font-weight: 200;
  background: #72c02c; }
.testimonials-bg-default .carousel-arrow i {
  color: #fff;
  background: #72c02c; }

.featured-blog h2 {
  font-size: 18px;
  margin: 0 0 25px;
  line-height: 25px;
  position: relative; }
  .featured-blog h2:after {
    left: 0;
    z-index: 1;
    width: 30px;
    height: 2px;
    content: " ";
    bottom: -10px;
    position: absolute;
    background: #72c02c; }
.featured-blog .featured-img {
  position: relative; }
  .featured-blog .featured-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    transition: all 0.4s ease-in-out; }
  .featured-blog .featured-img:hover:after {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out; }
  .featured-blog .featured-img:hover i {
    top: 50%;
    visibility: visible; }
  .featured-blog .featured-img > img {
    width: 100%; }
  .featured-blog .featured-img i {
    top: 60%;
    left: 50%;
    z-index: 1;
    width: 100%;
    list-style: none;
    visibility: hidden;
    position: absolute;
    margin: -17.5px 0 0 -17.5px;
    transition: all 0.2s ease-in-out;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 11px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    background: rgba(255, 255, 255, 0.4); }
    .featured-blog .featured-img i:hover {
      color: #fff;
      background: #72c02c;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }

.blog-comments img {
  width: 80px;
  height: auto; }
.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative; }
  .blog-comments .comments-itself:before {
    width: 0;
    height: 0;
    top: 20px;
    left: -17px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 15px 17px 15px 0;
    border-color: transparent #fff transparent transparent; }
  .blog-comments .comments-itself h3 {
    margin: 0 0 10px; }
  .blog-comments .comments-itself span {
    color: #999;
    color: #555;
    float: right;
    font-size: 13px; }
  .blog-comments .comments-itself p {
    color: #999;
    color: #555; }
.blog-comments.blog-comments-reply {
  margin-left: 70px; }

.quote-v1 {
  padding: 60px 0;
  text-align: center;
  background: url("../img/patterns/5.png") repeat; }
  .quote-v1 p {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    padding: 0 100px;
    position: relative;
    margin-bottom: 20px; }
    .quote-v1 p:before {
      color: #72c02c;
      font-size: 60px;
      content: "\201C";
      position: absolute;
      margin: -30px 0 0 -40px;
      font-family: "Georgia", "serif"; }
  .quote-v1 span {
    color: #fff;
    font-size: 18px; }

.quote-v2 {
  text-align: center;
  padding: 85px 10% 40px; }
  .quote-v2 p {
    color: #555;
    font-size: 16px;
    font-style: italic;
    position: relative;
    margin-bottom: 20px; }
    .quote-v2 p:before {
      left: 50%;
      top: -75px;
      font-size: 80px;
      content: "\201C";
      position: absolute;
      margin-left: -25px;
      font-family: "Georgia", "serif"; }
  .quote-v2 span {
    color: #555;
    font-weight: 400; }

.shadow-wrapper {
  z-index: 1;
  position: relative; }

.box-shadow {
  background: #fff;
  position: relative; }
  .box-shadow:after {
    top: 80%;
    left: 5px;
    width: 50%;
    z-index: -1;
    content: "";
    bottom: 15px;
    max-width: 300px;
    background: #999;
    position: absolute; }
  .box-shadow:before {
    top: 80%;
    left: 5px;
    width: 50%;
    z-index: -1;
    content: "";
    bottom: 15px;
    max-width: 300px;
    background: #999;
    position: absolute; }

.shadow-effect-1 {
  box-shadow: 0 10px 6px -6px #bbb; }

.shadow-effect-2 {
  position: relative; }
  .shadow-effect-2:after {
    transform: rotate(-3deg);
    box-shadow: 0 15px 10px #999;
    left: auto;
    right: 5px;
    transform: rotate(3deg); }
  .shadow-effect-2:before {
    transform: rotate(-3deg);
    box-shadow: 0 15px 10px #999; }

.shadow-effect-5 {
  box-shadow: 0 0 2px #ccc; }

.interactive-slider-v1 {
  z-index: 1;
  padding: 130px 0;
  position: relative; }
  .interactive-slider-v1.img-v1 {
    background: url("../img/bg/18.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v1.img-v2 {
    background: url("../img/bg/19.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v1.img-v3 {
    background: url("../img/bg/18.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v1:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.3); }
  .interactive-slider-v1 h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase; }
  .interactive-slider-v1 p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase; }

.interactive-slider-v2 {
  z-index: 1;
  padding: 200px 0;
  position: relative;
  text-align: center;
  background: url("../img/bg/18.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }
  .interactive-slider-v2.img-v1 {
    background: url("../img/bg/25.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v2.img-v2 {
    background: url("../img/bg/14.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v2.img-v3 {
    background: url("../img/bg/img8.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v2.img-v4 {
    background: url("../img/bg/img9.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v2.intro-promo-img {
    background: url("../img/intro/promo.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0; }
  .interactive-slider-v2:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.4); }
  .interactive-slider-v2 h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase; }
  .interactive-slider-v2 p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    font-family: "Open Sans", "Arial", "sans-serif"; }

.interactive-slider-v2-md {
  padding: 250px 0; }

.blog-trending li {
  margin-bottom: 20px; }
.blog-trending h3 {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 17px; }
.blog-trending small {
  color: #777; }
  .blog-trending small a {
    color: #777; }
    .blog-trending small a:hover {
      color: #72c02c; }

.blog-latest-posts li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd; }
  .blog-latest-posts li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
.blog-latest-posts h3 {
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 20px; }
.blog-latest-posts small {
  color: #777;
  margin-bottom: 8px;
  display: inline-block; }
  .blog-latest-posts small a {
    color: #777; }
.blog-latest-posts p {
  font-size: 12px; }

.blog-photostream {
  margin-right: -5px; }
  .blog-photostream li {
    padding: 0;
    margin: 3px 5px 5px;
    position: relative; }
    .blog-photostream li img {
      width: 78px;
      height: auto; }

.blog-newsletter p {
  color: #555;
  margin-bottom: 15px; }
.blog-newsletter .form-control {
  border: none; }
  .blog-newsletter .form-control:focus {
    box-shadow: none; }

.blog-post-quote {
  padding: 35px 60px;
  background: #fff;
  text-align: center; }
  .blog-post-quote p {
    color: #555;
    font-size: 32px;
    font-weight: 200;
    line-height: 45px;
    position: relative;
    margin-bottom: 20px;
    font-family: "Open Sans", "Arial", "sans-serif"; }
    .blog-post-quote p:before {
      top: -3px;
      font-size: 30px;
      position: relative;
      left: -10px;
      content: "\0022"; }
    .blog-post-quote p:after {
      top: -3px;
      font-size: 30px;
      position: relative;
      right: -10px;
      content: "\0022"; }
  .blog-post-quote span {
    color: #555;
    font-size: 20px;
    font-weight: 200; }

.blog-author {
  padding: 20px;
  background: #fff; }
  .blog-author img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px; }
  .blog-author .blog-author-desc {
    overflow: hidden; }
    .blog-author .blog-author-desc h4 {
      float: left;
      font-size: 18px;
      margin: 0 0 10px;
      text-transform: uppercase; }
    .blog-author .blog-author-desc ul {
      float: right;
      margin-top: 6px; }
    .blog-author .blog-author-desc p {
      color: #555; }

.news-section {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee; }

.news-v1 .news-v1-in {
  background: #fafafa; }
.news-v1 h3 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 28px;
  padding: 10px 15px 15px; }
  .news-v1 h3 a {
    color: #555; }
    .news-v1 h3 a:hover {
      color: #72c02c; }
.news-v1 p {
  color: #555;
  padding: 0 15px;
  margin-bottom: 20px; }
.news-v1 .news-v1-info {
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #eee; }
  .news-v1 .news-v1-info li {
    font-size: 12px; }
    .news-v1 .news-v1-info li a:hover {
      color: #72c02c;
      text-decoration: none; }

.news-v2 .news-v2-badge {
  overflow: hidden;
  position: relative; }
  .news-v2 .news-v2-badge p {
    left: 0;
    top: 20px;
    background: #fff;
    padding: 5px 15px;
    text-align: center;
    position: absolute; }
  .news-v2 .news-v2-badge span {
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 16px; }
  .news-v2 .news-v2-badge small {
    color: #555;
    display: block;
    font-size: 10px;
    text-transform: uppercase; }
.news-v2 .news-v2-desc {
  padding: 20px;
  background: #fff; }
  .news-v2 .news-v2-desc h3 {
    margin: 0 0 3px;
    font-size: 16px; }
    .news-v2 .news-v2-desc h3 a {
      color: #555; }
      .news-v2 .news-v2-desc h3 a:hover {
        color: #72c02c; }
  .news-v2 .news-v2-desc small {
    color: #555;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .news-v2 .news-v2-desc p {
    color: #555; }

.news-v3 .news-v3-in {
  padding: 35px 30px; }
.news-v3 .news-v3-in-sm {
  padding: 20px; }
  .news-v3 .news-v3-in-sm h2 {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 30px;
    text-transform: inherit; }
  .news-v3 .news-v3-in-sm .post-shares {
    margin: 20px 0 0 -5px; }
  .news-v3 .news-v3-in-sm .posted-info li {
    padding: 0;
    font-size: 12px;
    padding-left: 5px; }
    .news-v3 .news-v3-in-sm .posted-info li:before {
      content: '/';
      font-size: 11px;
      line-height: 11px;
      margin-right: 9px; }
    .news-v3 .news-v3-in-sm .posted-info li:first-child:before {
      content: " ";
      margin-right: 0; }
.news-v3 h2 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 45px;
  text-transform: uppercase; }
  .news-v3 h2 a {
    color: #555; }
    .news-v3 h2 a:hover {
      color: #72c02c;
      text-decoration: none; }
.news-v3 p {
  color: #555;
  margin-bottom: 20px; }
.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px; }
  .news-v3 .post-shares li {
    position: relative;
    padding: 0 10px 0 5px;
    display: inline-block; }
    .news-v3 .post-shares li i {
      color: #555;
      width: 40px;
      height: 40px;
      padding: 13px;
      font-size: 16px;
      background: #eee;
      text-align: center;
      display: inline-block; }
      .news-v3 .post-shares li i:hover {
        background: #ddd; }
    .news-v3 .post-shares li span {
      top: -5px;
      right: 6px;
      color: #fff;
      width: 22px;
      height: 22px;
      padding: 4px;
      font-size: 10px;
      line-height: 10px;
      position: absolute;
      text-align: center;
      background: #72c02c;
      border: 2px solid #fff;
      border-radius: 50% !important; }
.news-v3 .posted-info li {
  color: #555;
  font-style: italic; }
  .news-v3 .posted-info li:before {
    content: '/';
    font-size: 12px;
    line-height: 12px;
    margin-right: 13px; }
  .news-v3 .posted-info li a {
    color: #555; }
    .news-v3 .posted-info li a:hover {
      color: #72c02c; }
  .news-v3 .posted-info li:first-child:before {
    content: " ";
    margin-right: 0; }
.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px; }

.blog-grid img {
  margin-bottom: 15px; }
.blog-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.4; }
  .blog-grid h3.blog-grid-title-sm {
    font-size: 15px;
    line-height: 1.4; }
  .blog-grid h3 a {
    color: #333; }
.blog-grid p {
  margin-bottom: 15px; }
.blog-grid .blog-grid-grad {
  position: relative; }
  .blog-grid .blog-grid-grad i {
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5); }
    .blog-grid .blog-grid-grad i:hover {
      background: #72c02c; }
.blog-grid .blog-grid-info {
  padding-left: 0;
  list-style: none; }
  .blog-grid .blog-grid-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block; }
    .blog-grid .blog-grid-info li:before {
      content: '/';
      font-size: 12px;
      line-height: 1.4;
      margin-right: 9px; }
    .blog-grid .blog-grid-info li a {
      color: #888; }
      .blog-grid .blog-grid-info li a:hover {
        text-decoration: none; }
    .blog-grid .blog-grid-info li:first-child:before {
      content: " ";
      margin-right: 0; }
.blog-grid h2.blog-grid-title-lg {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px; }
.blog-grid a.r-more {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  display: inline-block; }
  .blog-grid a.r-more:hover {
    text-decoration: none; }

.blog-grid-inner {
  padding: 20px;
  background: #fff;
  margin: -70px 40px 0;
  position: relative; }

.blog-thumb {
  overflow: hidden; }
  .blog-thumb .blog-thumb-hover {
    float: left;
    position: relative;
    margin-right: 15px; }
    .blog-thumb .blog-thumb-hover:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: " ";
      position: absolute;
      transition: all 0.35s, transform 0.35s; }
    .blog-thumb .blog-thumb-hover img {
      width: 120px;
      height: auto; }
      .blog-thumb .blog-thumb-hover img.video-play-btn {
        width: 30px;
        height: 30px; }
    .blog-thumb .blog-thumb-hover .hover-grad {
      left: 0;
      top: 50%;
      z-index: 1;
      opacity: 0;
      width: 100%;
      color: #fff;
      font-size: 20px;
      margin-top: -14px;
      text-align: center;
      position: absolute;
      display: inline-block;
      transition: all 0.65s, transform 0.65s; }
    .blog-thumb .blog-thumb-hover:hover .hover-grad {
      opacity: 1;
      transition: opacity 0.55s; }
    .blog-thumb .blog-thumb-hover:hover:after {
      background: rgba(114, 192, 44, 0.9); }
  .blog-thumb .blog-thumb-desc {
    overflow: hidden; }
    .blog-thumb .blog-thumb-desc h3 {
      font-size: 14px;
      margin: 0 0 5px;
      font-weight: 400;
      line-height: 1.4; }
      .blog-thumb .blog-thumb-desc h3 a {
        color: #555; }
  .blog-thumb .blog-thumb-info {
    padding-left: 0;
    list-style: none; }
    .blog-thumb .blog-thumb-info li {
      color: #888;
      padding: 0 2px;
      font-size: 12px;
      display: inline-block; }
      .blog-thumb .blog-thumb-info li:before {
        content: '/';
        font-size: 12px;
        line-height: 1.4;
        margin-right: 9px; }
      .blog-thumb .blog-thumb-info li a {
        color: #888; }
        .blog-thumb .blog-thumb-info li a:hover {
          color: #e74c3c; }
      .blog-thumb .blog-thumb-info li:first-child:before {
        content: " ";
        margin-right: 0; }
  .blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
    border-radius: 50% !important; }
  .blog-thumb.blog-thumb-circle .blog-thumb-hover img {
    width: 50px;
    height: 50px; }
  .blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
    font-size: 15px;
    margin-top: -10px; }

.shop-subscribe {
  padding: 25px 0; }
  .shop-subscribe h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase; }
  .shop-subscribe input {
    border-color: #fff;
    border-right: none;
    background: transparent; }
  .shop-subscribe .form-control {
    color: #fff;
    font-size: 14px;
    font-weight: 200; }
    .shop-subscribe .form-control:focus {
      box-shadow: none;
      border-color: #fff; }
    .shop-subscribe .form-control:-ms-input-placeholder {
      color: #fff; }
  .shop-subscribe .form-control::-moz-placeholder {
    color: #fff; }
  .shop-subscribe .form-control::-webkit-input-placeholder {
    color: #fff; }
  .shop-subscribe .input-group-btn {
    border-color: #fff;
    background: transparent; }
    .shop-subscribe .input-group-btn .btn {
      border: 1px solid #fff;
      background: transparent; }
    .shop-subscribe .input-group-btn i {
      color: #fff;
      font-size: 16px;
      font-weight: 200; }

.slider-inner .da-slider {
  box-shadow: none;
  border-bottom: 2px solid #ddd; }
.slider-inner .da-dots {
  z-index: 10; }

@media (max-width: 450px) {
  .da-slide p {
    display: none; }

  .line-icon-page .item-box {
    height: 130px; } }
@media (max-width: 900px) {
  .da-slide .da-img {
    display: none; } }
.ms-promo-info {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.ms-promo-info-in {
  font-size: 60px;
  font-weight: 600; }

.ms-promo-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.ms-promo-sub-in {
  font-size: 15px; }

.ms-img-bordered {
  background: #fff;
  padding: 7px; }

.tp-dottedoverlay {
  z-index: 1 !important; }

.tp-banner-container {
  position: relative; }
  .tp-banner-container a.btn-u {
    color: #fff;
    border: solid 1px transparent; }
    .tp-banner-container a.btn-u:hover {
      color: #fff;
      border: solid 1px transparent; }
  .tp-banner-container a.re-btn-brd {
    background: none;
    border: solid 1px #fff; }
    .tp-banner-container a.re-btn-brd:hover {
      color: #555;
      background: #fff; }
  .tp-banner-container ul li {
    list-style: none;
    visibility: hidden; }
  .tp-banner-container .btn-u.btn-brd {
    font-weight: 400; }

.fullscreen-container {
  padding: 0;
  width: 100%;
  position: relative; }

.revolution-ch1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.revolution-ch2 {
  color: #fff;
  font-size: 20px;
  max-width: 470px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-family: "Open Sans", "Arial", "sans-serif"; }
  .revolution-ch2:after {
    left: 50%;
    width: 70px;
    height: 2px;
    content: ' ';
    bottom: -20px;
    background: #fff;
    margin-left: -35px;
    position: absolute; }

.re-title-v1 {
  color: #fff;
  font-size: 75px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.re-title-v2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.re-text-v1 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.re-text-v2 {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.rs-caption-1 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  padding: 6px 75px;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff; }
  .rs-caption-1:after {
    font-size: 16px;
    content: "\f005";
    position: absolute;
    font-family: "FontAwesome";
    right: 4%; }
  .rs-caption-1:before {
    font-size: 16px;
    content: "\f005";
    position: absolute;
    font-family: "FontAwesome";
    left: 4%; }

.rs-caption-2 {
  color: #fff;
  position: relative;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 50px;
  text-align: center; }
  .rs-caption-2:after {
    left: 50%;
    content: "";
    height: 1px;
    width: 100px;
    bottom: -10px;
    background: #fff;
    margin-left: -50px;
    position: absolute; }

.layer_slider {
  overflow: hidden; }

.ls-ct-half {
  border-radius: 100px !important; }

.ls-ct-center {
  border-radius: 100px !important; }

.clients {
  border: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: none !important;
  margin-bottom: 0 !important; }
  .clients li {
    overflow: hidden;
    margin-left: 1px;
    position: relative;
    background: #fafafa; }
    .clients li:hover {
      background: #f7f7f7; }
      .clients li:hover img.color-img {
        display: block; }
    .clients li img {
      filter: gray;
      float: none !important;
      margin: 0 auto !important; }
      .clients li img.color-img {
        top: 0;
        left: 0;
        display: none;
        position: absolute; }
      .clients li img:hover {
        filter: none; }

.pie-progress-charts .inner-pchart {
  text-align: center; }
.pie-progress-charts .circle {
  color: #555;
  font-weight: 200;
  margin-bottom: 20px; }
.pie-progress-charts .circle-title {
  font-size: 22px; }

@media (max-width: 767px) {
  .counters {
    margin-bottom: 30px; }
    .counters:last-child {
      margin-bottom: inherit; }

  .pie-progress-charts .inner-pchart {
    margin-bottom: 40px; }

  .icon-page-fa .item-box {
    width: 20% !important; } }
.counters {
  color: #555;
  text-align: center; }
  .counters span {
    font-size: 35px; }
    .counters span.counter-icon {
      display: block;
      margin-bottom: 10px; }
      .counters span.counter-icon i {
        color: #fff;
        padding: 16px;
        min-width: 65px;
        font-size: 30px;
        position: relative;
        background: #72c02c; }
        .counters span.counter-icon i:after {
          width: 0;
          height: 0;
          left: 38%;
          content: " ";
          bottom: -7px;
          display: block;
          position: absolute;
          border-top: 7px solid #72c02c;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-left-style: inset;
          border-right-style: inset; }
  .counters:hover span.counter-icon i {
    border-color: #000; }

#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important; }
  #topcontrol:after {
    top: -2px;
    left: 8.5px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: "FontAwesome"; }
  #topcontrol:hover {
    color: #fff;
    background: #72c02c;
    transition: all 0.3s ease-in-out; }

.owl-btn {
  color: #777;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 9px;
  text-align: center;
  background: #f5f5f5; }
  .owl-btn:hover {
    color: #fff;
    background: #72c02c; }

.owl-carousel-v1 .owl-navigation {
  text-align: right;
  margin-bottom: 20px; }
.owl-carousel-v1 .item {
  margin: 0 5px; }
  .owl-carousel-v1 .item img {
    text-align: center; }
.owl-carousel-v1 .owl-pagination {
  display: none; }

.owl-carousel-v2 .owl-slider-v2 {
  margin-bottom: 20px; }
.owl-carousel-v2 .item {
  margin: 0 15px; }
  .owl-carousel-v2 .item img {
    text-align: center; }
.owl-carousel-v2 .owl-navigation {
  text-align: center; }
.owl-carousel-v2 .owl-pagination {
  display: none; }

.owl-carousel-v3 .item {
  margin: 0 15px; }
  .owl-carousel-v3 .item img {
    text-align: center; }
.owl-carousel-v3 .owl-pagination {
  display: none; }

.owl-carousel-v4 .owl-wrapper-outer {
  margin-bottom: 20px; }
.owl-carousel-v4 .item {
  margin: 0 3px; }
  .owl-carousel-v4 .item img {
    width: 100%; }

.owl-carousel-v5 .owl-wrapper-outer {
  margin-bottom: 20px; }
.owl-carousel-v5 .owl-controls .owl-page span {
  margin: 5px 3px !important; }
.owl-carousel-v5 .owl-controls .owl-page.active span {
  background: #72c02c; }
.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background: #72c02c; }

.owl-carousel-v6 .owl-carousel-item {
  margin: 0 10px;
  padding: 7px 0;
  text-align: center;
  position: relative;
  border: 1px solid #e4e2e2; }
  .owl-carousel-v6 .owl-carousel-item img {
    width: 150px;
    height: auto; }
.owl-carousel-v6 .owl-wrapper-outer {
  margin-bottom: 20px; }
.owl-carousel-v6 .owl-controls .owl-page span {
  margin: 5px 3px !important; }

.owl-pagination {
  text-align: center !important; }

.owl-carousel-style-v2 .item {
  margin: 0 3px;
  background: #fafafa;
  text-align: center;
  border: solid 1px #eee; }
  .owl-carousel-style-v2 .item img {
    padding: 0 3px;
    display: inline-block; }
  .owl-carousel-style-v2 .item:hover {
    background: #f7f7f7;
    border-color: #e5e5e5;
    transition: all 0.4s ease-in-out; }
.owl-carousel-style-v2 .owl-pagination {
  display: none; }

.owl-clients-v1 img {
  width: 120px;
  height: auto; }
.owl-clients-v1 .owl-pagination {
  display: none; }

.testimonials-v3 {
  padding: 100px 0;
  font-family: "Open Sans", "Arial", "sans-serif"; }
  .testimonials-v3 ul {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative; }
  .testimonials-v3 li img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px; }
  .testimonials-v3 li > p {
    font-size: 14px; }
  .testimonials-v3 .testimonials-v3-title {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 20px; }
    .testimonials-v3 .testimonials-v3-title p {
      color: #72c02c;
      margin-bottom: 0; }
    .testimonials-v3 .testimonials-v3-title span {
      color: #777;
      display: block;
      font-size: 14px; }
  .testimonials-v3 .owl-pagination {
    display: none; }
  .testimonials-v3 .owl-buttons .owl-prev {
    padding: 13px;
    position: relative;
    margin: 15px 2px 0;
    background: #f5f5f5;
    display: inline-block; }
    .testimonials-v3 .owl-buttons .owl-prev:after {
      top: 0;
      color: #bbb;
      font-size: 16px;
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: "FontAwesome";
      left: 10px;
      content: "\f104"; }
    .testimonials-v3 .owl-buttons .owl-prev:hover {
      background: #72c02c;
      transition: background 0.4s ease-in-out; }
      .testimonials-v3 .owl-buttons .owl-prev:hover:after {
        color: #fff; }
  .testimonials-v3 .owl-buttons .owl-next {
    padding: 13px;
    position: relative;
    margin: 15px 2px 0;
    background: #f5f5f5;
    display: inline-block; }
    .testimonials-v3 .owl-buttons .owl-next:after {
      top: 0;
      color: #bbb;
      font-size: 16px;
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: "FontAwesome";
      right: 10px;
      content: "\f105"; }
    .testimonials-v3 .owl-buttons .owl-next:hover {
      background: #72c02c;
      transition: background 0.4s ease-in-out; }
      .testimonials-v3 .owl-buttons .owl-next:hover:after {
        color: #fff; }

.owl-work-v1 .owl-navigation {
  top: 3px;
  position: relative;
  margin-bottom: 10px; }
.owl-work-v1 .item a {
  text-align: center; }
  .owl-work-v1 .item a:hover {
    text-decoration: none; }
    .owl-work-v1 .item a:hover strong {
      color: #555; }
    .owl-work-v1 .item a:hover img {
      opacity: 0.8;
      transform: scale(1.2) rotate(3deg); }
    .owl-work-v1 .item a:hover span {
      border-bottom: solid 2px #72c02c;
      transition: all 0.3s ease-in-out; }
  .owl-work-v1 .item a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee; }
  .owl-work-v1 .item a strong {
    color: #555;
    display: block; }
  .owl-work-v1 .item a i {
    color: #777; }
  .owl-work-v1 .item a img {
    transition: all 0.8s ease-in-out; }
.owl-work-v1 .item em.overflow-hidden {
  display: block; }

.parallax-twitter {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: #333 url("../img/bg/19.jpg") 50% 0 fixed;
  background-size: cover;
  background-position: center center; }
  .parallax-twitter:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .parallax-twitter:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url("../img/patterns/gridtile.png") repeat; }

.parallax-twitter-in {
  z-index: 1;
  position: relative; }
  .parallax-twitter-in ul {
    margin: 0; }
  .parallax-twitter-in li {
    color: #fff; }
    .parallax-twitter-in li p {
      color: #fff;
      font-size: 18px;
      font-weight: 200; }
    .parallax-twitter-in li a {
      color: #eee;
      text-decoration: underline; }
      .parallax-twitter-in li a:hover {
        text-decoration: none; }
    .parallax-twitter-in li span {
      color: #ddd;
      display: block;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 20px; }
  .parallax-twitter-in .owl-page {
    width: 18px; }

.clients-section {
  padding: 60px 0;
  position: relative;
  background: #333 url("../img/bg/7.jpg") 50% fixed;
  background-size: cover;
  background-position: center center; }
  .clients-section:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.8); }
  .clients-section:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url("../img/patterns/gridtile.png") repeat; }
  .clients-section .title-v1 p {
    color: #fff; }
  .clients-section .title-v1 h2 {
    color: #fff; }
  .clients-section ul {
    padding: 0;
    z-index: 1;
    list-style: none; }
  .clients-section li {
    margin: 0 3px;
    background: #fff; }
    .clients-section li a {
      padding: 10px;
      display: block;
      overflow: hidden;
      text-align: center;
      transition: all 0.3s ease-in-out; }
  .clients-section img {
    width: 100px;
    height: 100px; }
  .clients-section .owl-pagination {
    display: none; }

.owl-video img {
  position: relative;
  text-align: center;
  margin: 0 auto 20px; }
  .owl-video img.video-play {
    top: 50%;
    left: 50%;
    margin-top: -52px;
    margin-left: -52px;
    position: absolute; }
.owl-video .owl-controls .owl-page span {
  margin: 5px 3px; }

.carousel-v1 .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 15px;
  background: rgba(0, 0, 0, 0.7); }
  .carousel-v1 .carousel-caption p {
    color: #fff;
    margin-bottom: 0; }
.carousel-v1 .carousel-arrow a.carousel-control {
  opacity: 1;
  font-size: 30px;
  height: inherit;
  width: inherit;
  background: none;
  text-shadow: none;
  position: inherit; }
.carousel-v1 .carousel-arrow a i {
  top: 50%;
  opacity: 0.6;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute; }
  .carousel-v1 .carousel-arrow a i:hover {
    opacity: 0.8; }
.carousel-v1 .carousel-arrow a.left i {
  left: 0; }
.carousel-v1 .carousel-arrow a.right i {
  right: 0; }

@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 10px; }

  .bs-glyphicons li {
    width: 12.5%; } }
.nav-tabs > li > a {
  border-radius: 0; }
.nav-tabs.nav-justified > li > a {
  border-radius: 0; }

.tab-v1 .nav-tabs {
  border: none;
  background: none;
  border-bottom: solid 2px #72c02c; }
  .tab-v1 .nav-tabs a {
    font-size: 14px;
    padding: 5px 15px; }
  .tab-v1 .nav-tabs > .active > a {
    color: #fff;
    border: none;
    background: #72c02c; }
    .tab-v1 .nav-tabs > .active > a:hover {
      color: #fff;
      border: none;
      background: #72c02c; }
    .tab-v1 .nav-tabs > .active > a:focus {
      color: #fff;
      border: none;
      background: #72c02c; }
  .tab-v1 .nav-tabs > li > a {
    border: none; }
    .tab-v1 .nav-tabs > li > a:hover {
      color: #fff;
      background: #72c02c; }
.tab-v1 .tab-content {
  padding: 10px 0; }
  .tab-v1 .tab-content img {
    margin-top: 4px;
    margin-bottom: 15px; }
    .tab-v1 .tab-content img.img-tab-space {
      margin-top: 7px; }

.tab-v2 .nav-tabs {
  border-bottom: none; }
  .tab-v2 .nav-tabs li a {
    padding: 9px 16px;
    background: none;
    border: none; }
  .tab-v2 .nav-tabs li.active a {
    background: #fff;
    padding: 7px 15px 9px;
    border: solid 1px #eee;
    border-top: solid 2px #72c02c;
    border-bottom: none !important; }
.tab-v2 .tab-content {
  padding: 10px 16px;
  border: solid 1px #eee; }

.tab-v3 .tab-content {
  padding: 15px;
  background: #fafafa;
  border: solid 1px #eee; }
.tab-v3 .nav-pills li a {
  color: #777;
  font-size: 17px;
  padding: 4px 8px;
  margin-bottom: 3px;
  background: #fafafa;
  border: solid 1px #eee; }
  .tab-v3 .nav-pills li a:hover {
    color: #fff;
    background: #72c02c;
    border: solid 1px #5fb611; }
.tab-v3 .nav-pills li i {
  width: 1.25em;
  margin-right: 5px;
  text-align: center;
  display: inline-block; }
.tab-v3 .nav-pills li.active a {
  color: #fff;
  background: #72c02c;
  border: solid 1px #5fb611; }

.tab-v4 .tab-heading {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 3px solid #333; }
  .tab-v4 .tab-heading h2 {
    margin: 0;
    float: left;
    font-size: 18px;
    font-weight: bold; }
.tab-v4 .nav-tabs {
  top: 3px;
  border: none;
  float: right;
  overflow: hidden;
  position: relative; }
  .tab-v4 .nav-tabs a {
    color: #555;
    font-size: 12px;
    padding: 6px 15px;
    text-transform: uppercase; }
  .tab-v4 .nav-tabs > .active > a {
    border: none;
    background: inherit; }
    .tab-v4 .nav-tabs > .active > a:hover {
      border: none;
      background: inherit; }
    .tab-v4 .nav-tabs > .active > a:focus {
      border: none;
      background: inherit; }
  .tab-v4 .nav-tabs > li > a {
    border: none; }
    .tab-v4 .nav-tabs > li > a:hover {
      background: inherit; }
.tab-v4 .tab-content {
  padding: 20px 0 10px; }

.tab-v5 .nav-tabs {
  border-bottom: none; }
  .tab-v5 .nav-tabs li a {
    border: none;
    font-size: 14px;
    background: none;
    padding: 9px 16px; }
  .tab-v5 .nav-tabs li.active a {
    background: #fff;
    padding: 7px 15px 9px;
    border: solid 1px #eee;
    border-top: solid 3px #222;
    border-bottom: none !important; }
.tab-v5 .tab-content {
  padding: 13px;
  border: solid 1px #eee; }

.tab-v6 .nav-tabs {
  border-bottom-color: #ddd; }
  .tab-v6 .nav-tabs > li {
    margin-right: 30px; }
    .tab-v6 .nav-tabs > li > a {
      border: none;
      color: #687074;
      padding: 6px 0;
      font-size: 18px;
      margin-right: 0;
      background: none;
      text-transform: uppercase;
      border-bottom: solid 1px transparent; }
      .tab-v6 .nav-tabs > li > a:hover {
        border-bottom: 1px solid #1abc9c; }
      .tab-v6 .nav-tabs > li > a:focus {
        border: none; }
    .tab-v6 .nav-tabs > li.active > a {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #1abc9c; }
      .tab-v6 .nav-tabs > li.active > a:hover {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #1abc9c; }
      .tab-v6 .nav-tabs > li.active > a:focus {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #1abc9c; }
.tab-v6 .tab-content {
  padding: 30px 0; }

.pagination > li:first-child > a {
  border-radius: 0; }
.pagination > li:first-child > span {
  border-radius: 0; }
.pagination > li:last-child > a {
  border-radius: 0; }
.pagination > li:last-child > span {
  border-radius: 0; }
.pagination li a {
  color: #777;
  padding: 5px 15px; }
  .pagination li a:hover {
    color: #fff;
    background: #5fb611;
    border-color: #5fb611; }
.pagination > .active > a {
  border-color: #72c02c;
  background-color: #72c02c; }
  .pagination > .active > a:hover {
    border-color: #72c02c;
    background-color: #72c02c; }
  .pagination > .active > a:focus {
    border-color: #72c02c;
    background-color: #72c02c; }
.pagination > .active > span {
  border-color: #72c02c;
  background-color: #72c02c; }
  .pagination > .active > span:hover {
    border-color: #72c02c;
    background-color: #72c02c; }
  .pagination > .active > span:focus {
    border-color: #72c02c;
    background-color: #72c02c; }

.pager li > a {
  border-radius: 0; }
  .pager li > a:hover {
    color: #fff;
    background: #5fb611;
    border-color: #5fb611; }
  .pager li > a:focus {
    color: #fff;
    background: #5fb611;
    border-color: #5fb611; }
.pager li > span {
  border-radius: 0; }
.pager.pager-v2 li > a {
  border: none;
  transition: all 0.1s ease-in-out; }
  .pager.pager-v2 li > a:hover {
    color: #fff;
    background: #72c02c; }
  .pager.pager-v2 li > a:focus {
    color: #fff;
    background: #72c02c; }
.pager.pager-v2 li.page-amount {
  font-size: 16px;
  font-style: italic;
  top: 7px;
  color: #777;
  position: relative; }
  .pager.pager-v2 li.page-amount:hover {
    top: 7px;
    color: #777;
    position: relative; }
  .pager.pager-v2 li.page-amount:focus {
    top: 7px;
    color: #777;
    position: relative; }
.pager.pager-v2.pager-md li a {
  font-size: 16px;
  padding: 8px 18px; }
.pager.pager-v3 li > a {
  transition: all 0.1s ease-in-out; }
  .pager.pager-v3 li > a:hover {
    color: #fff;
    background: #72c02c; }
  .pager.pager-v3 li > a:focus {
    color: #fff;
    background: #72c02c; }
.pager.pager-v3 li.page-amount {
  font-size: 16px;
  font-style: italic;
  top: 7px;
  color: #777;
  position: relative; }
  .pager.pager-v3 li.page-amount:hover {
    top: 7px;
    color: #777;
    position: relative; }
  .pager.pager-v3 li.page-amount:focus {
    top: 7px;
    color: #777;
    position: relative; }
.pager.pager-v3.pager-md li a {
  font-size: 16px;
  padding: 8px 18px; }
.pager.pager-v4 li > a {
  line-height: normal;
  transition: all 0.1s ease-in-out; }
  .pager.pager-v4 li > a:hover {
    color: #fff;
    background: #222;
    border-color: #222; }
  .pager.pager-v4 li > a:focus {
    color: #fff;
    background: #222;
    border-color: #222; }
.pager.pager-v4 li.page-amount {
  font-size: 14px;
  font-style: italic;
  top: 7px;
  color: #777;
  position: relative; }
  .pager.pager-v4 li.page-amount:hover {
    top: 7px;
    color: #777;
    position: relative; }
  .pager.pager-v4 li.page-amount:focus {
    top: 7px;
    color: #777;
    position: relative; }

.sidebar-nav-v1 li {
  padding: 0; }
  .sidebar-nav-v1 li a {
    display: block;
    padding: 8px 30px 8px 10px; }
    .sidebar-nav-v1 li a:hover {
      text-decoration: none; }
  .sidebar-nav-v1 li ul {
    padding: 0;
    list-style: none;
    background: #f8f8f8; }
    .sidebar-nav-v1 li ul a {
      color: #555;
      font-size: 12px;
      border-top: solid 1px #ddd;
      padding: 6px 30px 6px 17px; }
  .sidebar-nav-v1 li.active ul a {
    background: #f8f8f8; }
.sidebar-nav-v1 > li.active {
  background: #717984;
  border-color: #ddd; }
  .sidebar-nav-v1 > li.active:hover {
    background: #717984;
    border-color: #ddd; }
  .sidebar-nav-v1 > li.active:focus {
    border-color: #ddd; }
  .sidebar-nav-v1 > li.active > a {
    color: #fff; }
.sidebar-nav-v1 ul li:hover a {
  color: #72c02c; }
.sidebar-nav-v1 ul li.active a {
  color: #72c02c; }
.sidebar-nav-v1 ul li span.badge {
  margin-top: 8px;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 10px; }
.sidebar-nav-v1 span.badge {
  margin-top: 8px;
  margin-right: 10px; }
.sidebar-nav-v1 .list-toggle > span.badge {
  margin-right: 25px; }

.list-group-item:first-child {
  border-radius: 0; }
.list-group-item:last-child {
  border-radius: 0; }
.list-group-item li > .badge {
  float: right; }

.list-toggle:after {
  top: 7px;
  right: 10px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: "FontAwesome"; }
.list-toggle.active:after {
  color: #fff;
  content: "\f107"; }

.content-boxes-v1 {
  text-align: center; }
  .content-boxes-v1 span {
    display: block;
    margin-top: 5px; }

.content-boxes-v2-o span {
  display: block;
  overflow: hidden; }
.content-boxes-v2-o small {
  display: block;
  line-height: 1.6; }
.content-boxes-v2-o .icon-custom {
  float: left;
  margin-top: 3px;
  margin-right: 15px; }
.content-boxes-v2-o .icon-md + span {
  margin-top: 9px; }
.content-boxes-v2-o .icon-lg + span {
  margin-top: 11px; }

.content-boxes-v3 .content-boxes-in-v3 {
  padding: 0 20px;
  overflow: hidden; }
  .content-boxes-v3 .content-boxes-in-v3 h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 3px;
    text-transform: capitalize; }
    .content-boxes-v3 .content-boxes-in-v3 h3 a {
      color: #555; }
.content-boxes-v3.content-boxes-v3-right {
  text-align: right; }
  .content-boxes-v3.content-boxes-v3-right i.icon-custom {
    float: right; }
.content-boxes-v3 i.icon-custom {
  top: 8px;
  float: left;
  position: relative; }

.content-boxes-v4 h2 {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }
.content-boxes-v4 a {
  color: #777;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }
.content-boxes-v4 i {
  width: 25px;
  color: #72c02c;
  font-size: 35px;
  margin-top: 10px; }

.content-boxes-in-v4 {
  padding: 0 10px;
  overflow: hidden; }

.content-boxes-v5 i {
  float: left;
  color: #999;
  width: 50px;
  height: 50px;
  padding: 11px;
  font-size: 22px;
  background: #eee;
  line-height: 28px;
  text-align: center;
  margin-right: 15px;
  display: inline-block; }
.content-boxes-v5:hover i {
  color: #fff;
  background: #72c02c; }

.content-boxes-v6 {
  padding-top: 25px;
  text-align: center; }
  .content-boxes-v6 i {
    color: #fff;
    width: 90px;
    height: 90px;
    padding: 30px;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    background: #ddd;
    margin-bottom: 25px;
    display: inline-block; }
    .content-boxes-v6 i:after {
      top: -8px;
      left: -8px;
      right: -8px;
      bottom: -8px;
      content: " ";
      position: absolute;
      border: 1px solid #ddd;
      border-radius: 50% !important; }
  .content-boxes-v6:hover i {
    transition: all 0.3s ease-in-out;
    background: #72c02c; }
    .content-boxes-v6:hover i:after {
      transition: all 0.3s ease-in-out;
      border-color: #72c02c; }

.tag-box {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px; }
  .tag-box h2 {
    font-size: 20px;
    line-height: 25px; }
  .tag-box p {
    margin-bottom: 0; }
  .tag-box.tag-text-space p {
    margin-bottom: 10px; }

.tag-box-v1 {
  border: solid 1px #eee;
  border-top: solid 2px #72c02c; }

.tag-box-v2 {
  background: #fafafa;
  border: solid 1px #eee;
  border-left: solid 2px #72c02c; }

.tag-box-v3 {
  border: solid 2px #eee; }

.tag-box-v4 {
  border: dashed 1px #bbb; }

.tag-box-v5 {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #ccc; }
  .tag-box-v5 span {
    color: #555;
    font-size: 28px;
    margin-bottom: 0; }

.tag-box-v6 {
  background: #fafafa;
  border: solid 1px #eee; }

.tag-box-v7 {
  border: solid 1px #eee;
  border-bottom: solid 2px #72c02c; }

.tags-v4 {
  padding-left: 0;
  list-style: none; }
  .tags-v4 li {
    padding: 3px 2px;
    line-height: 28px;
    display: inline-block; }
  .tags-v4 a {
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
    border: 1px solid #bbb; }
    .tags-v4 a:hover {
      color: #fff;
      background: #e74c3c;
      border-color: #e74c3c;
      text-decoration: none;
      transition: all 0.25s, transform 0.25s; }

.purchase {
  padding: 25px 0 30px;
  border-bottom: solid 1px #eee;
  background: url("../img/patterns/breadcrumbs.png") repeat; }
  .purchase p {
    margin-bottom: 0; }
  .purchase span {
    color: #666;
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 12px;
    font-family: "Open Sans", "Arial", "sans-serif"; }
  .purchase .btn-buy {
    text-align: center; }
    .purchase .btn-buy a {
      margin-top: 27px; }
      .purchase .btn-buy a i {
        margin-right: 5px; }

.service {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 15px 10px; }
  .service:hover {
    background: #f9f9f9;
    box-shadow: 0 0 5px #ddd;
    transition: box-shadow 0.2s ease-in-out; }
    .service:hover i {
      color: #666; }
  .service .desc {
    padding: 0 15px;
    overflow: hidden; }
    .service .desc h4 {
      font-size: 22px;
      line-height: 25px; }
  .service .service-icon {
    float: left;
    padding: 10px;
    color: #72c02c;
    font-size: 35px;
    text-align: center;
    transition: all 0.4s ease-in-out; }
    .service .service-icon.icon-cogs {
      font-size: 37px; }
    .service .service-icon.icon-plane {
      font-size: 43px; }

.recent-work a {
  text-align: center;
  background: #f9f9f9;
  display: inline-block; }
  .recent-work a:hover {
    text-decoration: none; }
    .recent-work a:hover strong {
      color: #555; }
    .recent-work a:hover img {
      opacity: 0.8;
      transform: scale(1.2) rotate(3deg); }
    .recent-work a:hover span {
      border-bottom: solid 2px #72c02c;
      transition: all 0.3s ease-in-out; }
  .recent-work a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee; }
  .recent-work a strong {
    color: #555;
    display: block; }
  .recent-work a i {
    color: #777; }
  .recent-work a img {
    transition: all 0.8s ease-in-out; }
.recent-work em.overflow-hidden {
  display: block; }

.work {
  margin-top: 6px; }
  .work .details {
    padding: 10px; }
  .work .caption {
    display: block;
    padding-top: 5px;
    color: #585f69 !important;
    font-size: 18px !important; }
    .work .caption:hover {
      cursor: pointer;
      color: #444 !important;
      text-decoration: underline; }

.footer-logo {
  margin: 17px 0 20px; }

.latest-list li {
  padding: 8px 0;
  border-top: 1px solid #353535; }
  .latest-list li:first-child {
    padding-top: 0;
    border-top: none; }
  .latest-list li a {
    color: #eee; }
.latest-list small {
  color: #999;
  display: block; }

.link-list li {
  border-top: solid 1px #353535; }
  .link-list li:first-child {
    border-top: none !important; }
  .link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px; }
.link-list a {
  color: #eee;
  font-size: 11px;
  padding: 6px 0;
  display: inline-block;
  text-transform: uppercase; }

.social-icons {
  margin-top: 5px; }
  .social-icons li {
    margin: 0; }
    .social-icons li a {
      margin: 0 3px; }

.thumbnail-style {
  padding: 7px;
  margin-bottom: 20px; }
  .thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    transition: box-shadow 0.2s ease-in-out; }
    .thumbnail-style:hover a.btn-more {
      right: 10px; }
  .thumbnail-style h3 {
    margin: 6px 0 8px; }
    .thumbnail-style h3 a {
      color: #585f69;
      font-size: 18px; }
      .thumbnail-style h3 a:hover {
        color: #72c02c;
        text-decoration: none; }
  .thumbnail-style .thumbnail-img {
    position: relative;
    margin-bottom: 11px; }
  .thumbnail-style a.btn-more {
    right: -10px;
    bottom: 10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: #72c02c;
    display: inline-block; }
    .thumbnail-style a.btn-more:hover {
      text-decoration: none;
      box-shadow: 0 0 0 2px #5fb611; }

.thumbnail-kenburn img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.8s ease-in-out; }
.thumbnail-kenburn:hover img {
  transform: scale(1.2) rotate(2deg); }

.service-v1 h2 {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 28px; }
.service-v1 p {
  text-align: justify; }

.team .thumbnail-style {
  padding: 12px; }
  .team .thumbnail-style img {
    margin-bottom: 7px; }
  .team .thumbnail-style h3 {
    margin-bottom: 5px; }
  .team .thumbnail-style small {
    display: block;
    margin-top: 5px;
    font-size: 12px; }
  .team .thumbnail-style:hover h3 a {
    color: #72c02c !important; }
.team ul.team-socail {
  text-align: right; }
  .team ul.team-socail li {
    margin: 0 !important;
    padding: 0 !important; }
    .team ul.team-socail li a {
      text-decoration: none; }
      .team ul.team-socail li a:hover {
        text-decoration: none; }
    .team ul.team-socail li i {
      color: #aaa;
      padding: 6px 7px;
      min-width: 30px;
      font-size: 18px;
      text-align: center;
      background: #f7f7f7;
      display: inline-block; }
      .team ul.team-socail li i:hover {
        color: #fff;
        background: #72c02c;
        transition: all 0.2s ease-in-out; }

.about-me {
  overflow: hidden; }
  .about-me h2 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase; }
  .about-me span {
    color: #999;
    display: block;
    font-size: 14px;
    margin-bottom: 10px; }
  .about-me .social-icons {
    margin-top: 7px; }

.about-skills {
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: url("../img/breadcrumbs.png") repeat; }

.gallery-page .thumbnail {
  padding: 0;
  border: none;
  box-shadow: none; }
  .gallery-page .thumbnail:hover {
    padding: 0;
    border: none;
    box-shadow: none; }
.gallery-page .thumbnails {
  margin-bottom: 6px; }

.portfolio-item h2 {
  color: #555;
  font-size: 24px;
  margin: 0 0 15px; }
.portfolio-item li {
  padding: 3px 0; }
.portfolio-item p a {
  text-decoration: underline; }
  .portfolio-item p a:hover {
    text-decoration: none; }

.portfolio-item1 ul {
  margin: 10px 0 20px; }
.portfolio-item1 li {
  font-size: 16px;
  margin-bottom: 3px; }
  .portfolio-item1 li i {
    font-size: 18px;
    margin-right: 4px; }

ul.blog-tags li {
  display: inline-block; }
ul.blog-tags a {
  font-size: 13px;
  padding: 2px 7px;
  background: #f7f7f7;
  margin: 0 3px 6px 0;
  display: inline-block; }
  ul.blog-tags a i {
    color: #666; }
  ul.blog-tags a:hover {
    background: #72c02c;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
    ul.blog-tags a:hover i {
      color: #fff !important;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }
ul.labels-demo {
  margin: 5px 0; }
  ul.labels-demo li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 2px 0; }

.slider-promo-info-bg {
  padding: 25px 20px 20px;
  background: url("../img/bg-black.png") repeat; }

.slider-promo-info p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0; }
.slider-promo-info span.big-size {
  color: #fff;
  display: block;
  font-size: 30px;
  margin-bottom: 25px;
  text-shadow: none !important; }

.promo-box {
  padding: 20px;
  margin: 25px 0 20px;
  text-align: center; }
  .promo-box i {
    display: block;
    font-size: 50px; }
  .promo-box p {
    font-size: 14px;
    margin-bottom: 0; }
  .promo-box strong {
    color: #555;
    display: block;
    font-size: 20px;
    font-weight: 200;
    margin: 20px 0 15px; }
    .promo-box strong a {
      color: #555;
      display: block;
      font-size: 20px;
      font-weight: 200;
      margin: 20px 0 15px; }
  .promo-box:hover strong {
    color: #72c02c; }
    .promo-box:hover strong a {
      color: #72c02c; }

.promo-service {
  margin-bottom: 20px; }
  .promo-service li {
    margin-bottom: 5px; }
  .promo-service a.btn-u {
    margin: 0 20px 10px 0; }

.title-box {
  font-size: 16px;
  text-align: center;
  padding: 10px 0 30px;
  border-bottom: solid 1px #eee; }
  .title-box .title-box-text {
    color: #555;
    display: block;
    font-size: 35px;
    font-weight: 200; }

.block-blockquote {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #ccc; }
  .block-blockquote p {
    font-size: 26px;
    margin-bottom: 0; }

.block-blockquote-inner {
  padding: 15px; }

.info-blocks {
  margin-bottom: 15px; }
  .info-blocks .info-blocks-in {
    padding: 0 10px;
    overflow: hidden; }
    .info-blocks .info-blocks-in h3 {
      color: #555;
      font-size: 20px;
      line-height: 28px; }
    .info-blocks .info-blocks-in p {
      font-size: 12px; }
  .info-blocks:hover i.icon-info-blocks {
    color: #72c02c;
    transition: all 0.2s ease-in-out; }
  .info-blocks i.icon-info-blocks {
    float: left;
    color: #777;
    font-size: 30px;
    min-width: 50px;
    margin-top: 10px;
    text-align: center; }

.form-page input {
  margin-bottom: 10px; }
.form-page select {
  margin-bottom: 10px; }

.badge-sidebar {
  border-left: solid 1px #eee; }

.line-icon-page .item-box {
  width: 25%;
  float: left;
  height: 90px;
  text-align: center;
  padding: 20px 10px;
  margin: 0 -1px -1px 0;
  word-wrap: break-word;
  border: 1px solid #ddd; }
  .line-icon-page .item-box:hover {
    background: #fafafa; }
.line-icon-page .item-box--higher {
  height: 120px; }
.line-icon-page .item span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px; }
.line-icon-page .item:hover {
  color: #72c02c; }

.icon-page-fa {
  margin-bottom: 20px; }
  .icon-page-fa .item-box {
    float: left;
    height: 100px;
    width: 16% !important; }
  .icon-page-fa .item {
    font-size: 12px; }
    .icon-page-fa .item i {
      color: #555;
      display: block;
      font-size: 24px;
      margin-bottom: 10px; }

@media (max-width: 600px) {
  .icon-page-fa .item-box {
    width: 30% !important; } }
@media (max-width: 400px) {
  .icon-page-fa .item-box {
    width: 50% !important; } }
.bs-glyphicons {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: 20px; }
  .bs-glyphicons li {
    width: 25%;
    float: left;
    height: 115px;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    margin: 0 -1px -1px 0;
    border: 1px solid #ddd; }
    .bs-glyphicons li:hover {
      color: #72c02c;
      background-color: #fafafa; }
  .bs-glyphicons .glyphicon {
    display: block;
    font-size: 18px;
    margin: 5px auto 10px; }

.demo-pro-glyphicons li {
  width: 170px;
  height: 100px;
  padding: 20px 10px 30px; }
.demo-pro-glyphicons span {
  height: 40px;
  display: block; }
  .demo-pro-glyphicons span:before {
    color: #555;
    padding: 10px 62px; }
  .demo-pro-glyphicons span.halflings {
    height: 30px; }
    .demo-pro-glyphicons span.halflings:before {
      padding: 10px 70px; }
  .demo-pro-glyphicons span.glyphicons:before {
    font-size: 22px; }

.map {
  width: 100%;
  height: 350px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee; }

.map-box {
  height: 250px; }

.map-box-space {
  margin-top: 15px; }

.map-box-space1 {
  margin-top: 7px; }

.service-or {
  overflow: hidden;
  position: relative; }

.service-bg {
  width: 250px;
  padding: 60px;
  position: absolute;
  top: -10px;
  right: -100px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(55deg); }

.easy-block-v1 {
  position: relative; }
  .easy-block-v1 img {
    width: 100%; }
  .easy-block-v1 .easy-block-v1-badge {
    left: 0;
    top: 10px;
    z-index: 1;
    color: #fff;
    padding: 4px 10px;
    position: absolute; }
  .easy-block-v1 .overflow-h h3 {
    width: 60%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px; }

.easy-block-v2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }
  .easy-block-v2 img {
    width: 100%; }
  .easy-block-v2 .easy-bg-v2 {
    top: 5px;
    color: #fff;
    width: 100px;
    padding: 5px;
    right: -32px;
    font-size: 13px;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    transform: rotate(45deg); }

.easy-block-v3 {
  text-align: left;
  background: #585f69;
  padding: 30px 20px 20px; }
  .easy-block-v3.first {
    background: #687074; }
  .easy-block-v3.second {
    background: #717984; }
  .easy-block-v3.third {
    background: #787f88; }
  .easy-block-v3 i {
    color: #fff;
    float: left;
    font-size: 30px;
    min-width: 45px;
    padding-top: 10px; }
  .easy-block-v3 .inner-faq-b {
    overflow: hidden; }
    .easy-block-v3 .inner-faq-b h2 {
      font-size: 21px;
      margin-bottom: 8px;
      color: #fff; }
    .easy-block-v3 .inner-faq-b h3 {
      font-size: 21px;
      margin-bottom: 8px;
      color: #fff; }
    .easy-block-v3 .inner-faq-b h4 {
      color: #fff;
      font-size: 17px;
      margin-bottom: 2px; }
    .easy-block-v3 .inner-faq-b p {
      color: #fff; }

.full-w-block {
  padding: 30px 0;
  background: #282828; }
  .full-w-block .info-blocks i {
    color: #fff; }
  .full-w-block .info-blocks:hover i.icon-info-blocks {
    color: #fff; }
  .full-w-block .info-blocks-in h3 {
    color: #fff; }
  .full-w-block .info-blocks-in p {
    color: #ccc; }

.simple-block {
  margin-bottom: 20px; }
  .simple-block img {
    width: 100%; }
  .simple-block p {
    text-align: center; }
  .simple-block .carousel-indicators {
    top: 10px;
    left: 65%;
    text-align: right; }
    .simple-block .carousel-indicators .active {
      background: #555; }
    .simple-block .carousel-indicators li {
      border-color: #555; }
  .simple-block .responsive-video {
    margin-bottom: 3px; }
  .simple-block .carousel-inner > .item {
    margin: 0; }

.two-blocks {
  text-align: center; }

.two-blocks-in {
  margin-bottom: 30px; }
  .two-blocks-in i {
    color: #fff;
    padding: 11px;
    font-size: 30px;
    min-width: 50px;
    text-align: center;
    background: #585f69;
    margin-bottom: 10px;
    display: inline-block; }

.three-blocks {
  text-align: center; }

.three-blocks-in {
  margin-bottom: 30px; }
  .three-blocks-in i {
    color: #777;
    padding: 9px 6px;
    font-size: 20px;
    min-width: 40px;
    margin-bottom: 10px;
    border: 1px solid #777; }
  .three-blocks-in h3 {
    font-size: 20px;
    margin-bottom: 7px; }

.banner-info {
  margin-bottom: 10px; }
  .banner-info i {
    float: left;
    color: #fff;
    padding: 11px;
    min-width: 40px;
    font-size: 22px;
    text-align: center;
    margin: 7px 20px 0 0; }
    .banner-info i.fa {
      min-width: 46px; }
  .banner-info.light i {
    border: 1px solid #fff; }
  .banner-info.light h3 {
    color: #fff; }
  .banner-info.light p {
    color: #eee; }
  .banner-info h3 {
    font-size: 21px;
    margin-bottom: 5px; }
  .banner-info.dark i {
    background: #555; }

.title-box-v2 {
  text-align: center;
  margin-bottom: 40px; }
  .title-box-v2 h2 {
    font-size: 25px;
    text-transform: uppercase; }
  .title-box-v2 p {
    font-size: 13px; }

.no-space {
  padding: 0; }

.no-space-left {
  padding-left: 0;
  padding-right: 15px !important; }

.no-space-right {
  padding-right: 0;
  padding-left: 15px !important; }

.list-style-v1 li {
  margin-bottom: 7px; }
.list-style-v1 i {
  margin-right: 5px; }

.status-bar-in {
  padding: 10px;
  position: relative;
  background: #eee; }
  .status-bar-in:after {
    width: 0;
    height: 0;
    top: -10px;
    left: 50px;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 11px solid #eee;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-left-style: inset;
    border-right-style: inset; }

.share-list {
  margin-bottom: 0; }
  .share-list li {
    padding-left: 20px; }
    .share-list li:first-child {
      padding-left: 0; }
    .share-list li i {
      color: #72c02c;
      margin-right: 5px; }

.people-say img {
  float: left;
  width: 40px;
  height: auto;
  margin: 6px 10px 0 0; }
.people-say .overflow-h span {
  font-weight: 700; }
.people-say .overflow-h p {
  font-style: italic;
  line-height: 1.3; }
.people-say .overflow-h small {
  text-align: right;
  font-style: italic; }

.service-info {
  position: relative;
  padding: 40px 0 50px;
  background: url("../img/patterns/17.png") repeat; }
  .service-info .info-description {
    overflow: hidden; }
    .service-info .info-description h3 {
      margin: 0 0 10px; }
    .service-info .info-description p {
      color: #777; }
  .service-info i.service-info-icon {
    color: #777;
    float: left;
    width: 50px;
    height: 50px;
    padding: 15px;
    font-size: 20px;
    line-height: 17px;
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #777; }

.project-details li {
  color: #555;
  font-weight: 200;
  margin-bottom: 5px; }
.project-details strong {
  min-width: 100px;
  display: inline-block; }
.project-details a {
  text-decoration: underline; }

.testimonials-bs {
  padding: 50px 0;
  background: url("../img/bg/16.jpg") 50% 0 repeat fixed; }
  .testimonials-bs .item {
    margin-bottom: 30px; }
  .testimonials-bs .carousel-arrow {
    text-align: center; }
  .testimonials-bs .carousel-control-v2 i {
    color: #888;
    width: 30px;
    height: 30px;
    padding: 2px;
    font-size: 22px;
    display: inline-block;
    border: 2px solid #888; }
    .testimonials-bs .carousel-control-v2 i:hover {
      color: #72c02c;
      border-color: #72c02c;
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
  .testimonials-bs .carousel-control-v2.left {
    text-decoration: none;
    background-image: none; }
  .testimonials-bs .carousel-control-v2.right {
    text-decoration: none;
    background-image: none; }
  .testimonials-bs .headline-center-v2 span.author {
    color: #777;
    font-size: 14px; }

.breadcrumb-v2 li a {
  color: #fff; }
.breadcrumb-v2 li.active {
  color: #fff; }
.breadcrumb-v2 li i {
  color: #fff;
  min-width: 19px;
  padding: 3px 7px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #fff; }

.service-block-v2 .service-block-in {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.2); }
  .service-block-v2 .service-block-in i {
    font-size: 40px;
    color: #fff; }
  .service-block-v2 .service-block-in h4 {
    line-height: 25px;
    color: #fff; }
  .service-block-v2 .service-block-in p {
    margin-bottom: 20px;
    color: #fff; }

.parallax-team-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.8); }

.social-icons-v1 i {
  color: #555;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  background: #f7f7f7;
  display: inline-block; }
  .social-icons-v1 i:hover {
    color: #fff;
    background: #72c02c;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }

.social-icons-v1--dark i {
  color: #fff;
  background: #333; }

.shadow-effect-3:before {
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999; }

.shadow-effect-4:after {
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999;
  left: auto;
  right: 5px;
  transform: rotate(3deg); }

.intro-promo-cover-dark:after {
  background: rgba(0, 0, 0, 0.8); }

.intro-promo-cover-light:after {
  background: rgba(255, 255, 255, 0.9); }

.tp-bullets.preview4 .bullet {
  border-radius: 10px !important; }

.fullscreenbanner-container ul li {
  list-style: none;
  visibility: hidden; }

.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  background: rgba(0, 0, 0, 0.3); }

.rs-caption-3 a {
  margin: 0 5px;
  padding: 7px 20px;
  text-transform: uppercase; }

.owl-theme .owl-controls .owl-page {
  zoom: 1;
  display: inline-block;
  *display: inline; }
  .owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    opacity: 0.3;
    display: block;
    margin: 5px 7px;
    background: #bbb;
    filter: Alpha(Opacity=50);
    border-radius: 50% !important; }
  .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    filter: Alpha(Opacity=100); }
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100); }

.owl-carousel-style-v1 img {
  width: 120px;
  height: auto; }

.carousel-v2 .carousel-control {
  opacity: 1;
  text-shadow: none; }
  .carousel-v2 .carousel-control:hover {
    opacity: 1;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out; }
  .carousel-v2 .carousel-control.left {
    top: 50%;
    z-index: 5;
    color: #eee;
    width: 45px;
    height: 45px;
    font-size: 30px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    display: inline-block;
    border: 2px solid #eee;
    background: rgba(0, 0, 0, 0.1);
    left: 20px; }
  .carousel-v2 .carousel-control.right {
    top: 50%;
    z-index: 5;
    color: #eee;
    width: 45px;
    height: 45px;
    font-size: 30px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    display: inline-block;
    border: 2px solid #eee;
    background: rgba(0, 0, 0, 0.1);
    right: 20px; }
  .carousel-v2 .carousel-control .arrow-prev {
    top: -5px;
    position: relative; }
  .carousel-v2 .carousel-control .arrow-next {
    top: -5px;
    position: relative;
    right: -2px; }

.nav-pills > li > a {
  border-radius: 0; }

.acc-v1 .panel-heading {
  padding: 0;
  box-shadow: none; }
  .acc-v1 .panel-heading a {
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    background: #fefefe; }

.acc-icon a.accordion-toggle i {
  color: #555;
  margin-right: 8px; }
.acc-icon a.accordion-toggle:hover i {
  color: #39414c; }

.pagination-lg > li:first-child > a {
  border-radius: 0; }
.pagination-lg > li:first-child > span {
  border-radius: 0; }
.pagination-lg > li:last-child > a {
  border-radius: 0; }
.pagination-lg > li:last-child > span {
  border-radius: 0; }

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

.content-boxes-v4-sm i {
  font-size: 26px;
  margin-top: 10px;
  margin-right: 5px; }

.tags-v1 li {
  margin: 0;
  padding: 0; }
  .tags-v1 li a {
    font-size: 13px;
    padding: 4px 8px;
    line-height: 32px;
    border: solid 2px #eee;
    border-radius: 20px !important;
    transition: all 0.2s ease-in-out; }
    .tags-v1 li a:hover {
      text-decoration: none;
      border-color: #e4e2e2; }

.tags-v2 li {
  padding: 7px 0 7px 4px; }
  .tags-v2 li a {
    color: #555;
    font-size: 13px;
    padding: 5px 10px;
    border: solid 1px #bbb; }
    .tags-v2 li a:hover {
      color: #fff;
      background: #555;
      border-color: #555;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }

.tags-v3 li {
  padding: 7px 0 7px 4px; }
  .tags-v3 li a {
    color: #555;
    font-size: 12px;
    padding: 4px 12px;
    border: solid 1px #eee; }
    .tags-v3 li a:hover {
      color: #fff;
      background: #222;
      border-color: #222;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }

.thumb-headline h2 {
  color: #eee;
  font-size: 16px; }

.latest-tweets .latest-tweets-inner p {
  color: #555;
  font-size: 13px; }
.latest-tweets .latest-tweets-inner a {
  text-decoration: none; }
  .latest-tweets .latest-tweets-inner a:hover {
    text-decoration: underline; }
.latest-tweets .latest-tweets-inner small {
  color: #777;
  display: block; }
.latest-tweets .latest-tweets-inner i.fa {
  top: 2px;
  float: left;
  color: #bbb;
  color: #55acee;
  font-size: 18px;
  margin-right: 5px;
  position: relative; }

a.thumbnail {
  padding: 0;
  border: none;
  margin-bottom: 15px; }

.thumbnail h3 {
  margin: 6px 0 8px; }
  .thumbnail h3 a {
    color: #585f69;
    font-size: 18px; }
    .thumbnail h3 a:hover {
      color: #72c02c;
      text-decoration: none; }

.service-alternative .service:hover {
  background: #72c02c;
  transition: all 0.4s ease-in-out; }
  .service-alternative .service:hover i {
    color: #fff; }
  .service-alternative .service:hover p {
    color: #fff; }
  .service-alternative .service:hover h4 {
    color: #fff; }

.posts .dl-horizontal {
  margin-bottom: 15px;
  overflow: hidden; }
  .posts .dl-horizontal a {
    color: #555; }
  .posts .dl-horizontal dt {
    width: 60px;
    float: left; }
    .posts .dl-horizontal dt img {
      width: 60px;
      height: 60px;
      padding: 2px;
      margin-top: 2px;
      border: solid 1px #ddd; }
  .posts .dl-horizontal dd {
    margin-left: 70px; }
    .posts .dl-horizontal dd p {
      margin: 0; }
    .posts .dl-horizontal dd a {
      font-size: 14px;
      line-height: 16px !important; }
      .posts .dl-horizontal dd a:hover {
        color: #72c02c;
        text-decoration: none; }
  .posts .dl-horizontal:hover dt img {
    color: #72c02c;
    border-color: #72c02c !important;
    transition: all 0.2s ease-in-out; }
  .posts .dl-horizontal:hover dd a {
    color: #72c02c;
    border-color: #72c02c !important;
    transition: all 0.2s ease-in-out; }

.about-my-goals h2 {
  text-transform: uppercase; }

.privacy a {
  text-decoration: underline; }
  .privacy a:hover {
    color: #72c02c;
    text-decoration: none; }

.blog-photos li {
  display: inline; }
  .blog-photos li img {
    width: 58px;
    height: 58px;
    margin: 0 2px 8px; }
    .blog-photos li img:hover {
      box-shadow: 0 0 0 2px #72c02c; }

.blog-twitter .blog-twitter-inner {
  padding: 10px;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out; }
  .blog-twitter .blog-twitter-inner:after {
    transition: all 0.3s ease-in-out;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0 solid transparent;
    border-left-style: inset;
    border-right-style: inset; }
  .blog-twitter .blog-twitter-inner:before {
    transition: all 0.3s ease-in-out;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    border-bottom-style: inset; }
  .blog-twitter .blog-twitter-inner:hover {
    border-color: #72c02c;
    border-top-color: #72c02c; }
    .blog-twitter .blog-twitter-inner:hover:after {
      border-top-color: #72c02c; }
  .blog-twitter .blog-twitter-inner a {
    color: #72c02c;
    text-decoration: none; }
    .blog-twitter .blog-twitter-inner a:hover {
      text-decoration: underline; }
  .blog-twitter .blog-twitter-inner span.twitter-time {
    color: #777;
    display: block;
    font-size: 11px; }
  .blog-twitter .blog-twitter-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative; }

.who li {
  margin-bottom: 6px; }
  .who li i {
    color: #72c02c;
    font-size: 13px;
    min-width: 15px;
    margin-right: 8px;
    text-align: center;
    position: relative; }
  .who li:hover i {
    color: #777; }
  .who li:hover a {
    color: #777; }
    .who li:hover a:hover {
      text-decoration: none; }

.fullwidthbanner-container.slider-promo {
  max-height: 460px !important; }

.brand-page .btn {
  margin-bottom: 10px; }

.social-contacts li {
  padding: 5px 0;
  border-top: 1px solid #ddd; }
  .social-contacts li:first-child {
    border-top: none; }
  .social-contacts li i {
    color: #777;
    font-size: 13px;
    min-width: 13px;
    margin-right: 12px;
    text-align: center; }

.status-bar li {
  padding-left: 9px;
  border-left: 1px solid #eee; }
  .status-bar li:first-child {
    border-left: none; }
  .status-bar li i {
    color: #72c02c;
    margin-right: 5px; }
  .status-bar li a:hover {
    text-decoration: none; }

img.img-mouse {
  width: 150px;
  height: auto;
  margin: 0 auto 60px; }

.owl2-carousel-v2 .owl-prev, .owl2-carousel-v2 .owl-next, .contact-button-link:hover, .contact-button-link:focus, .contact-button-link:active, .g-heading-v7 h2, .g-heading-v7 .h2 {
  color: #999;
  background: #f7f7f7;
  padding: 6px 15px;
  display: inline-block; }

body {
  font-family: Roboto, Arial, sans-serif; }

h1 {
  font-family: Roboto, Arial, sans-serif; }

h2 {
  font-family: Roboto, Arial, sans-serif; }

h3 {
  font-family: Roboto, Arial, sans-serif; }

h4 {
  font-family: Roboto, Arial, sans-serif; }

h5 {
  font-family: Roboto, Arial, sans-serif; }

h6 {
  font-family: Roboto, Arial, sans-serif; }

::-moz-selection {
  color: #fff;
  background: #3949a0; }

::selection {
  color: #fff;
  background: #3949a0; }

.promo-block--cover {
  position: relative; }
  .promo-block--cover:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(20, 17, 44, 0.2);
    content: "";
    z-index: 1; }

.promo-block__item {
  z-index: 2;
  color: #fff;
  padding: 60px 20px;
  letter-spacing: 3px;
  position: relative;
  background: rgba(20, 17, 44, 0.9); }
  .promo-block__item:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: "";
    border: solid 1px rgba(255, 255, 255, 0.4); }
  .promo-block__item a:focus {
    text-decoration: none; }

.promo-block__item-text {
  display: block;
  font-size: 35px;
  letter-spacing: 5px;
  text-transform: uppercase; }

.promo-block__item-text1 {
  line-height: 25px; }

.owl2-carousel-v1-dots .owl-dots {
  text-align: center; }
.owl2-carousel-v1-dots .owl-dot {
  width: 5px;
  height: 5px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: all .4s ease-in-out; }
  .owl2-carousel-v1-dots .owl-dot.active {
    background: #3949a0; }

.owl2-carousel-v2__item {
  overflow: hidden;
  position: relative; }
  .owl2-carousel-v2__item:hover .owl2-carousel-v2__item-img {
    transform: scale(1.1); }
  .owl2-carousel-v2__item:hover .owl2-carousel-v2__item-info {
    opacity: 1; }
  .owl2-carousel-v2__item:hover .owl2-carousel-v2__item-info--news {
    border-color: #fff;
    background: rgba(57, 73, 160, 0.8); }

.owl2-carousel-v2__item-img {
  transition: all .2s ease-in; }

.owl2-carousel-v2__item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  color: #fff;
  background: rgba(57, 73, 160, 0.8);
  opacity: 0;
  transition: all .2s ease-in; }
  .owl2-carousel-v2__item-info span {
    font-size: 16px; }
  .owl2-carousel-v2__item-info p {
    font-size: 12px; }

.owl2-carousel-v2 .owl-controls {
  position: absolute;
  top: 0;
  right: 0; }
.owl2-carousel-v2 .owl-prev {
  margin-right: 10px; }
  .owl2-carousel-v2 .owl-prev:hover {
    color: #fff;
    background: #3949a0; }
  .owl2-carousel-v2 .owl-prev:after {
    font-size: 18px;
    font-family: FontAwesome;
    content: "\f104"; }
.owl2-carousel-v2 .owl-next:hover {
  color: #fff;
  background: #3949a0; }
.owl2-carousel-v2 .owl-next:after {
  font-size: 18px;
  font-family: FontAwesome;
  content: "\f105"; }

.owl2-carousel-v3__item {
  transition: all .3s ease;
  margin-left: 1px;
  border: solid 1px transparent; }
  .owl2-carousel-v3__item:hover {
    border-color: #bbb; }

.owl2-carousel-v2__item-info--news {
  color: #fff;
  padding: 30px;
  visibility: visible;
  background: rgba(20, 17, 44, 0.4);
  border: solid 10px transparent;
  transition: all .3s ease; }
  .owl2-carousel-v2__item-info--news span {
    display: block;
    margin: 5px 0;
    font-size: 18px;
    letter-spacing: 1px; }
  .owl2-carousel-v2__item-info--news em {
    color: #eee;
    font-size: 12px;
    font-style: normal; }

.owl2-carousel-v2__item-info__item {
  position: absolute;
  bottom: 20px;
  display: block; }

.steps-v1 {
  position: relative;
  padding: 25px 25px 25px 80px; }
  .steps-v1:hover .steps-v1__icon {
    visibility: hidden; }
  .steps-v1:hover .steps-v1__img {
    opacity: 1; }

.steps-v1--lspace {
  padding-left: 50px; }

.steps-v1--rspace {
  padding-left: 50px; }

@media (min-width: 992px) {
  .steps-v1--rspace {
    padding-right: 0; } }
.steps-v1__block {
  top: 50%;
  left: -50px;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  background: #3949a0;
  border: solid 5px #14112c; }

.steps-v1__icon {
  top: 25px;
  left: 25px;
  color: #fff;
  font-size: 40px;
  position: absolute; }

.steps-v1__img {
  width: 80px;
  height: 80px;
  margin-top: 5px;
  margin-left: 5px;
  opacity: 0;
  transition: all .3s; }

.steps-v2__block {
  padding: 20px;
  border-left: solid 3px #3949a0;
  transition: all .1s ease-out; }
  .steps-v2__block:hover {
    border-color: #fff; }

.pricing-v10 {
  padding: 10px;
  border: solid 1px #f7f7f7; }

.pricing-v10__block {
  margin-bottom: 0;
  padding: 10px 40px;
  transition: all .3s ease; }

.pricing-v10__block-list {
  padding: 10px 0;
  border-bottom: solid 1px #e7e7e7; }
  .pricing-v10__block-list:last-child {
    border-bottom: none;
    padding-top: 25px; }

.pricing-v10__price {
  font-size: 30px;
  line-height: 35px; }

.pricing-v10--lg {
  margin-top: -15px; }

@media (max-width: 991px) {
  .pricing-v10--lg {
    margin-top: 0; }

  .pricing-v10 {
    margin-bottom: 20px; }

  .contact-blocks-v1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: solid 1px rgba(57, 73, 160, 0.5); }
    .contact-blocks-v1:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }

  .equal-height-column-v2[data-image-src$=".jpg"] {
    display: none; }

  .equal-height-column-v2[data-image-src$=".png"] {
    display: none; }

  .equal-height-column-v2[data-image-src$=".gif"] {
    display: none; }

  .equal-height-column-v2 {
    height: auto !important; } }
.pricing-v10__block--lg {
  padding-top: 30px;
  padding-bottom: 30px; }

.service-box-v1--business .service-block {
  padding-top: 50px;
  margin-right: -1px;
  padding-bottom: 30px;
  transition: all .3s ease-in-out; }
  .service-box-v1--business .service-block:hover {
    box-shadow: none;
    padding-top: 35px;
    transition: all .2s ease-in;
    border-bottom-color: #3949a0;
    border-bottom-width: 2px; }
.service-box-v1--business .icon {
  color: #3949a0;
  font-size: 40px; }
.service-box-v1--business .h3 {
  color: #333;
  font-size: 16px;
  letter-spacing: 1px; }
.service-box-v1--business ul {
  padding: 0; }
.service-box-v1--business li {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  border-top: solid 1px #e5e5e5; }
  .service-box-v1--business li:hover {
    color: #3949a0; }
.service-box-v1--business p:after {
  height: 2px;
  background: #3949a0; }

.contact-blocks-v1 {
  border-right: solid 1px rgba(57, 73, 160, 0.5); }
  .contact-blocks-v1:last-child {
    border: none; }
  .contact-blocks-v1 h4 {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0; }

.contact-blocks-v1__icon {
  font-size: 50px;
  margin-bottom: 18px; }

.social-block-v1__list-btn {
  color: #999;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1d1a37;
  transition: all .2s ease; }
  .social-block-v1__list-btn:hover {
    color: #fff;
    background: #3949a0; }

.subscribe-block-v1 {
  border: none; }

.subscribe-block-v1__form {
  border-right: none;
  border-color: #eee;
  padding-top: 20px;
  padding-bottom: 20px; }
  .subscribe-block-v1__form:focus {
    box-shadow: none;
    border-color: #eee; }

.subscribe-block-v1__addon {
  box-shadow: none;
  border-color: #eee; }

.pace .pace-progress {
  background: #fff; }
.pace .pace-progress-inner {
  box-shadow: 0 0 10px #fff, 0 0 5px #fff; }
.pace .pace-activity {
  border-top-color: #fff;
  border-left-color: #fff; }

.input-group-addon {
  padding: 8px 12px 6px; }

@media (max-width: 767px) {
  .no-gutter > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; } }
.social-block-v1__list:nth-child(2n + 1) .social-block-v1__list-btn {
  background-color: #211e3f; }
  .social-block-v1__list:nth-child(2n + 1) .social-block-v1__list-btn:hover {
    color: #fff;
    background: #3949a0; }

a.btn-u {
  letter-spacing: 1px;
  padding: 6px 13px 5px; }

.contact-button-link.show-hide-contact-bar:focus, .contact-button-link.show-hide-contact-bar:active, .show-hide-contact-bar, .g-heading-v7 h3, .g-heading-v7 .h3 {
  background: transparent;
  color: #000;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50px; }

#contact-buttons-bar {
  position: fixed;
  top: 120px;
  left: -50px;
  width: 50px; }
  #contact-buttons-bar.slide-on-scroll {
    position: absolute; }

.contact-button-link {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-bottom: 1px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  background: #8e8e93;
  color: #fff;
  position: relative;
  left: 0;
  box-sizing: border-box;
  transition: all 250ms; }
  .contact-button-link.cb-hidden {
    left: -50px; }
  .contact-button-link.facebook {
    background: #3b5998; }
  .contact-button-link.linkedin {
    background: #0077b5; }
  .contact-button-link.gplus {
    background: #db4437; }
  .contact-button-link.separated {
    margin-top: 1em; }
  .contact-button-link.show-hide-contact-bar:hover {
    color: #000;
    background: #ccc;
    padding: 0;
    width: 50px; }

.owl2-carousel-v2 .owl-prev, .owl2-carousel-v2 .owl-next, .contact-button-link:hover, .contact-button-link:focus, .contact-button-link:active, .g-heading-v7 h2, .g-heading-v7 .h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px; }

.contact-button-link.show-hide-contact-bar:focus, .contact-button-link.show-hide-contact-bar:active, .show-hide-contact-bar, .g-heading-v7 h3, .g-heading-v7 .h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #3949a0; }

.g-heading-v7 h4, .g-heading-v7 .h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 5px;
  color: #3949a0; }

.g-heading-v7 h5, .g-heading-v7 .h5 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 5px;
  color: #3949a0; }

.g-color-primary {
  color: #3949a0; }
  .g-color-primary:hover {
    color: #3949a0; }

.g-bg-dark-blue1 {
  color: #ccc;
  background: #14112c; }

.g-bg-dark-blue2 {
  color: #ccc;
  background: #1d1a37; }

.btn-u--dark-blue {
  color: #fff;
  background: #3949a0; }
  .btn-u--dark-blue:hover {
    color: #fff;
    background: #3949a0;
    opacity: .9; }
  .btn-u--dark-blue:focus {
    color: #fff;
    background: #3949a0; }

h2 {
  letter-spacing: 2px; }

.h2 {
  letter-spacing: 2px; }

.g-heading-v7 .h2 .block-name {
  font-size: 12px;
  font-style: normal;
  display: block;
  color: #3949a0;
  margin-bottom: 20px;
  letter-spacing: 2px; }
.g-heading-v7 .h2:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 10px;
  background: #3949a0;
  position: absolute;
  left: 0;
  bottom: 0; }
.g-heading-v7.text-center .h2:after {
  left: 50%;
  margin-left: -35px; }

@media (max-width: 500px) {
  .g-heading-v7 h2 {
    font-size: 30px;
    padding-bottom: 30px; }
  .g-heading-v7 .h2 {
    font-size: 30px;
    padding-bottom: 30px; }
    .g-heading-v7 .h2:after {
      height: 7px; }

  .hidden-3xs {
    display: none; } }
h3 {
  letter-spacing: 1px; }

.g-textarea-noresize {
  resize: none; }

.g-text-height-md {
  line-height: 24px; }

.g-text-height-lg {
  line-height: 54px; }

.g-valign-top {
  vertical-align: top; }

.g-valign-middle {
  vertical-align: middle; }

.g-valign-bottom {
  vertical-align: bottom; }

.g-display-block {
  display: block; }

.g-display-inline-block {
  display: inline-block; }

.g-display-table {
  display: table;
  width: 100%; }

.g-display-table-cell {
  display: table-cell; }

.g-position-rel {
  position: relative; }

.g-position-abs {
  position: absolute; }

@media (min-width: 600px) {
  .visible-2xs {
    display: none; } }
@media (max-width: 600px) {
  .hidden-2xs {
    display: none; }

  .col-2xs-12 {
    width: 100%; } }
@media (min-width: 500px) {
  .visible-3xs {
    display: none; } }
.g-color-white {
  color: #fff; }

.g-color-gray-dark {
  color: #777; }

.g-color-gray-darker {
  color: #999; }

.g-color-default {
  color: #4fd2c2; }

.g-text-size-12 {
  font-size: 12px; }

.g-text-size-17 {
  font-size: 17px; }

.g-bg-gray {
  background: #f7f7f7; }

.g-no-rounded {
  border-radius: 0; }

.g-rounded-1 {
  border-radius: 1px; }

.g-rounded-2 {
  border-radius: 2px; }

.g-rounded-3 {
  border-radius: 3px; }

.g-rounded-4 {
  border-radius: 4px; }

.g-rounded-5 {
  border-radius: 5px; }

.g-rounded-10 {
  border-radius: 10px; }

.g-rounded-20 {
  border-radius: 20px; }

.g-rounded-50x {
  border-radius: 50%; }

.g-rounded-t4 {
  border-radius: 4px 4px 0 0; }

.g-rounded-l4 {
  border-radius: 4px 0 0 4px; }

.g-rounded-r4 {
  border-radius: 0 4px 4px 0; }

.g-rounded-b4 {
  border-radius: 0 0 4px 4px; }

.g-no-mb {
  margin-bottom: 0; }

.g-no-padding {
  padding: 0; }

.g-no-left-padding {
  padding-left: 0; }

.g-no-side-padding {
  padding-left: 0;
  padding-right: 0; }

.g-padding-5 {
  padding: 5px; }

.g-padding-10 {
  padding: 10px; }

.g-padding-15 {
  padding: 15px; }

.g-padding-20 {
  padding: 20px; }

.g-padding-25 {
  padding: 25px; }

.g-padding-30 {
  padding: 30px; }

.g-padding-35 {
  padding: 35px; }

.g-padding-40 {
  padding: 40px; }

.g-padding-45 {
  padding: 45px; }

.g-padding-50 {
  padding: 50px; }

.g-pt-10 {
  padding-top: 10px; }

.g-pt-20 {
  padding-top: 20px; }

.g-pt-30 {
  padding-top: 30px; }

.g-pt-35 {
  padding-top: 35px; }

.g-pt-40 {
  padding-top: 40px; }

.g-pt-50 {
  padding-top: 50px; }

.g-pt-60 {
  padding-top: 60px; }

.g-pt-70 {
  padding-top: 70px; }

.g-pt-80 {
  padding-top: 80px; }

.g-pt-85 {
  padding-top: 80px; }

.g-pt-90 {
  padding-top: 90px; }

.g-pt-100 {
  padding-top: 100px; }

.g-pt-110 {
  padding-top: 110px; }

.g-pt-120 {
  padding-top: 120px; }

.g-pt-130 {
  padding-top: 130px; }

.g-pt-140 {
  padding-top: 140px; }

.g-pt-150 {
  padding-top: 150px; }

.g-pt-160 {
  padding-top: 160px; }

.g-pt-170 {
  padding-top: 170px; }

.g-pb-10 {
  padding-bottom: 10px; }

.g-pb-20 {
  padding-bottom: 20px; }

.g-pb-30 {
  padding-bottom: 30px; }

.g-pb-40 {
  padding-bottom: 40px; }

.g-pb-50 {
  padding-bottom: 50px; }

.g-pb-60 {
  padding-bottom: 60px; }

.g-pb-70 {
  padding-bottom: 70px; }

.g-pb-75 {
  padding-bottom: 75px; }

.g-pb-80 {
  padding-bottom: 80px; }

.g-pb-90 {
  padding-bottom: 90px; }

.g-pb-100 {
  padding-bottom: 100px; }

.g-pl-10 {
  padding-left: 10px; }

.g-pl-20 {
  padding-left: 20px; }

.g-pl-30 {
  padding-left: 30px; }

.g-pl-40 {
  padding-left: 40px; }

.g-pl-50 {
  padding-left: 50px; }

.g-pl-60 {
  padding-left: 60px; }

.g-pl-70 {
  padding-left: 70px; }

.g-pl-80 {
  padding-left: 80px; }

.g-pl-90 {
  padding-left: 90px; }

.g-pl-100 {
  padding-left: 100px; }

.g-pr-10 {
  padding-right: 10px; }

.g-pr-20 {
  padding-right: 20px; }

.g-pr-30 {
  padding-right: 30px; }

.g-pr-40 {
  padding-right: 40px; }

.g-pr-50 {
  padding-right: 50px; }

.g-pr-60 {
  padding-right: 60px; }

.g-pr-70 {
  padding-right: 70px; }

.g-pr-80 {
  padding-right: 80px; }

.g-pr-90 {
  padding-right: 90px; }

.g-pr-100 {
  padding-right: 100px; }

.g-mt-10 {
  margin-top: 10px; }

.g-mt-20 {
  margin-top: 20px; }

.g-mt-30 {
  margin-top: 30px; }

.g-mt-40 {
  margin-top: 40px; }

.g-mt-50 {
  margin-top: 50px; }

.g-mt-60 {
  margin-top: 60px; }

.g-mt-70 {
  margin-top: 70px; }

.g-mt-80 {
  margin-top: 80px; }

.g-mt-90 {
  margin-top: 90px; }

.g-mt-100 {
  margin-top: 100px; }

.g-mb-10 {
  margin-bottom: 10px; }

.g-mb-15 {
  margin-bottom: 15px; }

.g-mb-20 {
  margin-bottom: 20px; }

.g-mb-25 {
  margin-bottom: 25px; }

.g-mb-30 {
  margin-bottom: 30px; }

.g-mb-35 {
  margin-bottom: 35px; }

.g-mb-40 {
  margin-bottom: 40px; }

.g-mb-45 {
  margin-bottom: 45px; }

.g-mb-50 {
  margin-bottom: 50px; }

.g-mb-55 {
  margin-bottom: 55px; }

.g-mb-60 {
  margin-bottom: 60px; }

.g-mb-65 {
  margin-bottom: 65px; }

.g-mb-70 {
  margin-bottom: 70px; }

.g-mb-75 {
  margin-bottom: 75px; }

.g-mb-80 {
  margin-bottom: 80px; }

.g-mb-85 {
  margin-bottom: 85px; }

.g-mb-90 {
  margin-bottom: 90px; }

.g-mb-95 {
  margin-bottom: 95px; }

.g-mb-100 {
  margin-bottom: 100px; }

.g-ml-10 {
  margin-left: 10px; }

.g-ml-20 {
  margin-left: 20px; }

.g-ml-30 {
  margin-left: 30px; }

.g-ml-40 {
  margin-left: 40px; }

.g-ml-50 {
  margin-left: 50px; }

.g-ml-60 {
  margin-left: 60px; }

.g-ml-70 {
  margin-left: 70px; }

.g-ml-80 {
  margin-left: 80px; }

.g-ml-90 {
  margin-left: 90px; }

.g-ml-100 {
  margin-left: 100px; }

.g-mr-10 {
  margin-right: 10px; }

.g-mr-20 {
  margin-right: 20px; }

.g-mr-30 {
  margin-right: 30px; }

.g-mr-40 {
  margin-right: 40px; }

.g-mr-50 {
  margin-right: 50px; }

.g-mr-60 {
  margin-right: 60px; }

.g-mr-70 {
  margin-right: 70px; }

.g-mr-80 {
  margin-right: 80px; }

.g-mr-90 {
  margin-right: 90px; }

.g-mr-100 {
  margin-right: 100px; }

@media (max-width: 992px) {
  .g-sm-mb-20 {
    margin-bottom: 20px; }

  .g-sm-mb-30 {
    margin-bottom: 30px; } }
.text-center .g-heading-v7 .h2:after {
  left: 50%;
  margin-left: -35px; }

/*----------------------------------------------------------------------

[-----*** TABLE OF CONTENT ***-----]

1. Header - Topbar
2. Header - Navbar
3. Header - Responsive Navbar Style
4. Header - Submenu
5. Header - Search
6. Header - Mega Menu
7. Header - Dark Option
-----------------------------------------------------------------------*/
/*--------------------------------------------------
    [1. Header - Topbar]
----------------------------------------------------*/
/*Top Bar (login, search etc.)
------------------------------------*/
.topbar-v1 {
  background: #fdfdfd;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0; }
  .topbar-v1 ul {
    margin: 0; }
  .topbar-v1 .top-v1-contacts {
    margin-top: 8px;
    font-size: 12px; }
    .topbar-v1 .top-v1-contacts i {
      color: #999;
      font-size: 12px;
      margin-right: 3px; }
  .topbar-v1 .top-v1-data {
    text-align: right; }
    .topbar-v1 .top-v1-data li {
      padding: 7px 11px;
      margin-right: -4px;
      display: inline-block;
      border-right: solid 1px #eee; }
      .topbar-v1 .top-v1-data li a {
        font-size: 12px; }
        .topbar-v1 .top-v1-data li a:hover {
          text-decoration: none; }
      .topbar-v1 .top-v1-data li i {
        color: #777;
        font-size: 13px; }
      .topbar-v1 .top-v1-data li a:hover i {
        color: #72c02c; }

/*Top Contacts*/
/*Top Data*/
/*Responsive Topbar v1*/
@media (max-width: 991px) {
  .topbar-v1 ul {
    text-align: center !important; }
  .topbar-v1 .top-v1-contacts {
    margin: 10px 0; }
  .topbar-v1 .top-v1-data li {
    top: 1px;
    padding: 6px 16px;
    margin-left: -1px;
    position: relative;
    border-top: solid 1px #eee; }
    .topbar-v1 .top-v1-data li:first-child {
      border-left: solid 1px #eee; } }
@media (min-width: 992px) {
  .topbar-v1 .top-v1-data li:last-child {
    margin-right: 0;
    border-right: none; } }
/*--------------------------------------------------
    [2. Header - Navbar]
----------------------------------------------------*/
/*Navbar*/
.header {
  z-index: 99;
  background: #fff;
  position: relative;
  border-bottom: solid 2px #eee; }
  .header .logo img {
    margin: 20px 0; }
  .header .navbar-toggle {
    margin-top: 25px;
    border-color: #5fb611;
    background: #72c02c;
    padding: 6px 10px 2px; }
    .header .navbar-toggle .fa {
      color: #fff;
      font-size: 19px; }
    .header .navbar-toggle:hover, .header .navbar-toggle:focus {
      background: #72c02c;
      padding: 6px 10px 2px; }
    .header .navbar-toggle:hover {
      background: #5fb611 !important; }
  .header .navbar-collapse {
    position: relative; }
  .header .navbar-nav > li > a {
    color: #687074;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase; }
  .header .navbar-nav > .active > a {
    color: #72c02c; }
  .header .dropdown-submenu {
    position: relative; }
  .header .dropdown > a:after, .header .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome; }
  .header .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107"; }
  .header .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px; }
    .header .dropdown-submenu > .dropdown-menu.submenu-left {
      left: -100%; }
  .header .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .header .dropdown-submenu.pull-left {
    float: none; }
    .header .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px; }
  .header .dropdown-menu li [class^="fa-"], .header .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block; }
  .header .dropdown-menu li [class^="fa-"].fa-lg, .header .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em; }
  .header .nav > li > .search {
    color: #aaa;
    cursor: pointer;
    min-width: 35px;
    font-size: 15px;
    text-align: center;
    background: #f7f7f7;
    padding: 11px 0 12px;
    display: inline-block;
    border-bottom: solid 2px #aaa; }
    .header .nav > li > .search:hover {
      color: #72c02c;
      background: #f7f7f7;
      border-bottom-color: #72c02c; }
  .header .nav .search-open {
    right: 0;
    top: 40px;
    display: none;
    padding: 14px;
    position: absolute;
    background: #fcfcfc;
    border-top: solid 2px #eee;
    box-shadow: 0 1px 3px #ddd; }
    .header .nav .search-open form {
      margin: 0; }
  .header .mega-menu .nav, .header .mega-menu .dropup, .header .mega-menu .dropdown, .header .mega-menu .collapse {
    position: static; }
  .header .mega-menu .navbar-inner, .header .mega-menu .container {
    position: relative; }
  .header .mega-menu .dropdown-menu {
    left: auto; }
    .header .mega-menu .dropdown-menu > li {
      display: block; }
  .header .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%; }
  .header .mega-menu .nav.pull-right .dropdown-menu {
    right: 0; }
  .header .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 4px 15px; }
    .header .mega-menu .mega-menu-content:before {
      content: "";
      display: table;
      line-height: 0; }
    .header .mega-menu .mega-menu-content:after {
      content: "";
      display: table;
      line-height: 0;
      clear: both; }
  .header .mega-menu .nav > li > .dropdown-menu:after, .header .mega-menu .nav > li > .dropdown-menu:before {
    display: none; }
  .header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden; }
  .header .mega-menu .dropdown.mega-menu-left .dropdown-menu {
    left: auto;
    overflow: hidden; }
  .header .mega-menu .dropdown.mega-menu-right .dropdown-menu, .header .mega-menu .dropdown.mega-menu-two-col-right .dropdown-menu {
    right: 0;
    overflow: hidden; }
  .header .mega-menu .equal-height-list h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase; }
  .header.header-dark {
    background: #2d2d2d;
    border-bottom-color: #555; }
    .header.header-dark .topbar ul.languages {
      background: #444; }
    .header.header-dark .topbar ul.loginbar li.topbar-devider {
      border-right-color: #666; }
    .header.header-dark .topbar ul.languages li a {
      color: #bbb; }
    .header.header-dark .topbar ul.languages:after {
      border-bottom-color: #444; }
    .header.header-dark .topbar ul.languages li a:hover, .header.header-dark .topbar ul.languages li.active a {
      color: #bbb;
      background: #555; }
    .header.header-dark .navbar-nav > li > a {
      color: #ddd; }
    .header.header-dark .navbar-nav > .open > a {
      background: inherit; }
      .header.header-dark .navbar-nav > .open > a:hover, .header.header-dark .navbar-nav > .open > a:focus {
        background: inherit; }
    .header.header-dark .nav > li > .search {
      background: #444; }
    .header.header-dark .search-open {
      background: #2d2d2d;
      border-top-color: #555;
      box-shadow: 0 1px 3px #888; }
    .header.header-dark .input-group .form-control {
      color: #bbb;
      background: #555;
      border-color: #999;
      box-shadow: 0 0 2px #555; }
    .header.header-dark .mega-menu .equal-height-list h3 {
      color: #eee; }

/*Logo*/
@media (min-width: 992px) {
  .header .logo {
    display: block;
    text-align: center; } }
@media (max-width: 991px) {
  .header .logo {
    float: left; } }
/*Navbar Toggle*/
@media (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0; } }
/*Navbar Collapse*/
/*Navbar Menu*/
/*--------------------------------------------------
    [3. Header - Responsive Navbar Style]
----------------------------------------------------*/
/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .header .navbar-header {
    float: none; }
  .header .navbar-toggle {
    display: block; }
  .header .navbar-collapse.collapse {
    display: none !important; }
    .header .navbar-collapse.collapse.in {
      display: block !important;
      overflow-y: auto !important; }
  .header .navbar-nav {
    margin: 0 0 5px;
    float: none !important; }
    .header .navbar-nav > li {
      float: none; }
      .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px; }
  .header .dropdown-menu.pull-right {
    float: none !important; }
  .header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent; }
    .header .navbar-nav .open .dropdown-menu > li > a, .header .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .header .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
      color: #777; }
      .header .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; }
      .header .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .header .navbar-nav .open .dropdown-menu > .active > a {
      color: #555;
      background-color: #e7e7e7; }
      .header .navbar-nav .open .dropdown-menu > .active > a:hover, .header .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
    .header .navbar-nav .open .dropdown-menu > .disabled > a {
      color: #ccc;
      background-color: transparent; }
      .header .navbar-nav .open .dropdown-menu > .disabled > a:hover, .header .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; }
  .header .navbar-nav .open > a {
    border-bottom-color: #eee; }
    .header .navbar-nav .open > a:hover, .header .navbar-nav .open > a:focus {
      border-bottom-color: #eee; }
  .header .dropdown-menu.no-bottom-space {
    padding-bottom: 0; }
  .header .navbar-nav > li > a {
    font-size: 14px;
    padding: 9px 10px; }
  .header .navbar-nav > li a {
    border-bottom: solid 1px #eee; }
  .header .navbar-nav > li > a:focus {
    background: none; }
  .header .navbar-nav > li > a:hover {
    color: #72c02c; }
  .header .navbar-nav > .active > a {
    background: #72c02c;
    color: #fff !important; }
    .header .navbar-nav > .active > a:hover, .header .navbar-nav > .active > a:focus {
      background: #72c02c;
      color: #fff !important; }
  .header .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #555 !important;
    text-transform: uppercase; }

  /*Pull Right*/
  /*Dropdown Menu Slide Down Effect*/
  /*Design for max-width: 991px*/ }
@media (min-width: 992px) {
  /*Navbar Collapse*/
  .header .navbar-collapse {
    padding: 0;
    text-align: center; }
  .header .container > .navbar-header, .header .container-fluid > .navbar-header, .header .container > .navbar-collapse, .header .container-fluid > .navbar-collapse {
    margin-bottom: -10px; }
  .header .navbar-nav {
    float: none;
    position: relative;
    vertical-align: top;
    display: inline-block; }
    .header .navbar-nav > li > a {
      bottom: -2px;
      position: relative;
      padding: 9px 30px 9px 20px;
      border-bottom: solid 2px transparent; }
      .header .navbar-nav > li > a:focus {
        border-bottom: solid 2px transparent; }
      .header .navbar-nav > li > a:hover {
        bottom: -2px;
        position: relative;
        border-bottom: solid 2px #72c02c; }
    .header .navbar-nav > .active > a {
      bottom: -2px;
      position: relative;
      border-bottom: solid 2px #72c02c; }
    .header .navbar-nav > li > a {
      background: none; }
      .header .navbar-nav > li > a:hover, .header .navbar-nav > li > a:focus {
        background: none; }
    .header .navbar-nav > .active > a {
      background: none; }
      .header .navbar-nav > .active > a:hover, .header .navbar-nav > .active > a:focus {
        background: none; }
    .header .navbar-nav > .open > a {
      color: #72c02c; }
      .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
        color: #72c02c; }
    .header .navbar-nav > li:hover > a {
      color: #72c02c; }
  .header .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #72c02c;
    border-bottom: solid 2px #687074; }
    .header .dropdown-menu li a {
      color: #687074;
      font-size: 13px;
      font-weight: 400;
      padding: 6px 15px;
      border-bottom: solid 1px #eee; }
    .header .dropdown-menu .active > a {
      color: #687074;
      filter: none !important;
      background: #eee !important;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .header .dropdown-menu li > a:hover {
      color: #687074;
      filter: none !important;
      background: #eee !important;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .header .dropdown-menu li > a:focus {
      background: none;
      filter: none !important; }
  .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block; }
  .header .open > .dropdown-menu {
    display: none; }
  .header .navbar-nav .search-open {
    width: 330px; }

  /*Navbar*/
  /*Dropdown Menu*/
  /*Search*/ }
/*--------------------------------------------------
    [4. Header - Submenu]
----------------------------------------------------*/
/*Dropdown Submenu for BS3
------------------------------------*/
@media (max-width: 991px) {
  .header .dropdown-submenu > a:after {
    content: " "; } }
/*Submenu comes from LEFT side*/
@media (max-width: 991px) {
  .header .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px; } }
/*Dropdow Mmenu Icons (Font Awesome)*/
/*--------------------------------------------------
    [5. Header - Search]
----------------------------------------------------*/
/*Search Box
------------------------------------*/
@media (min-width: 992px) {
  .header .nav > li > .search {
    bottom: -2px;
    position: relative; } }
@media (min-width: 767px) and (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0; }
  .header .nav .search-open {
    width: 93%; } }
@media (max-width: 991px) {
  .header .nav > li > .search {
    color: #999;
    width: 35px;
    height: 34px;
    text-align: left;
    background: #eee;
    line-height: 12px;
    text-align: center;
    margin: 5px 10px 0;
    border-bottom: none; }
    .header .nav > li > .search:hover {
      background: #5fb611;
      color: #fff !important; }
  .header .nav .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px; } }
/*--------------------------------------------------
    [6. Header - Mega Menu]
----------------------------------------------------*/
/*Mega Menu
------------------------------------*/
@media (min-width: 992px) {
  /*Mega Menu for Two Columns*/
  .header .mega-menu .mega-menu-content.content-two-col {
    min-width: 596px; }
  .header .mega-menu .mega-menu-content.content-three-col {
    min-width: 864px; }

  /*Mega Menu for Three Columns*/ }
/*Mega Menu Dropdown OPENS from LEFT Side*/
/*Mega Menu Dropdown OPENS from RIGHT Side*/
/*Equal Height Lists*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height, .header .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
/*Mega Menu Style Effect*/
/*Space for only Big Resolution*/
@media (min-width: 992px) {
  .header .mega-menu .big-screen-space {
    margin-bottom: 20px; } }
/*Mega Menu Content*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #eee; }
    .header .mega-menu .equal-height-in:first-child {
      border-left: none;
      margin-left: -1px; }
  .header .mega-menu .equal-height-list {
    width: 100%; }
    .header .mega-menu .equal-height-list li a {
      display: block;
      margin-bottom: 1px;
      position: relative;
      border-bottom: none;
      padding: 5px 10px 5px 15px; }
    .header .mega-menu .equal-height-list a:hover {
      text-decoration: none; }
  .header .mega-menu .mega-menu-content li a {
    padding: 5px 10px 5px 30px; }
    .header .mega-menu .mega-menu-content li a:after {
      top: 7px;
      left: 15px;
      font-size: 11px;
      content: "\f105";
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: FontAwesome; }
  .header .mega-menu .disable-icons li a {
    padding: 5px 10px 5px 15px; }
    .header .mega-menu .disable-icons li a:after {
      display: none; }

  /*Dropdown Arrow Icons*/
  /*Dropdown Arrow Icons Disable class*/ }
/*Equal Hight List Style*/
@media (max-width: 991px) {
  /*Equal Height List Style*/
  .header .mega-menu .equal-height-list h3 {
    color: #555;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px 5px;
    border-bottom: solid 1px #eee; }
  .header .mega-menu .equal-height-list li a {
    color: #687074;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    padding: 6px 25px;
    border-bottom: solid 1px #eee; }
    .header .mega-menu .equal-height-list li a:hover {
      color: #333;
      text-decoration: none; }
  .header .mega-menu .equal-height-list > h3.active {
    color: #555;
    background-color: #e7e7e7; }
  .header .mega-menu .equal-height-list > .active > a {
    color: #555;
    background-color: #e7e7e7; }
    .header .mega-menu .equal-height-list > .active > a:hover, .header .mega-menu .equal-height-list > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; } }
/*--------------------------------------------------
    [7. Header - Dark Option]
----------------------------------------------------*/
/*Header*/
/*Topbar*/
/*Navbar Nav*/
@media (max-width: 991px) {
  .header.header-dark .navbar-nav > li a {
    border-bottom-color: #666; }
  .header.header-dark .navbar-nav .dropdown > a:hover {
    color: #72c02c;
    background: inherit; }
  .header.header-dark .navbar-nav .open > a {
    border-bottom-color: #666; }
    .header.header-dark .navbar-nav .open > a:hover, .header.header-dark .navbar-nav .open > a:focus {
      border-bottom-color: #666; }
  .header.header-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #bbb; }
    .header.header-dark .navbar-nav .open .dropdown-menu > li > a:hover, .header.header-dark .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff !important; }
  .header.header-dark .navbar-nav .open .dropdown-menu > .active > a {
    color: #bbb;
    background: #444; }
    .header.header-dark .navbar-nav .open .dropdown-menu > .active > a:hover, .header.header-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #bbb;
      background: #444; }
  .header.header-dark .dropdown .dropdown-submenu > a {
    color: #bbb !important; } }
@media (min-width: 992px) {
  .header.header-dark .navbar-nav > li > a:hover, .header.header-dark .navbar-nav > .active > a {
    color: #72c02c !important; }
  .header.header-dark .dropdown-menu {
    background: #2d2d2d; }
    .header.header-dark .dropdown-menu li > a {
      color: #bbb;
      border-bottom-color: #666; }
    .header.header-dark .dropdown-menu .active > a, .header.header-dark .dropdown-menu li > a:hover {
      background: #202020 !important; } }
/*Search*/
/*Mega Menu*/
@media (max-width: 991px) {
  .header.header-dark .mega-menu .equal-height-list li a {
    color: #bbb;
    border-bottom-color: #666; }
    .header.header-dark .mega-menu .equal-height-list li a:focus, .header.header-dark .mega-menu .equal-height-list li a:hover {
      color: #fff; }
  .header.header-dark .mega-menu .equal-height-list h3 {
    border-bottom-color: #666; } }
@media (min-width: 992px) {
  .header.header-dark .mega-menu .equal-height-in {
    border-left-color: #666; } }
/*----------------------------------------------------------------------

[-----*** TABLE OF CONTENT ***-----]

1. Header - Topbar
2. Header - Navbar
3. Header - Responsive Navbar Style
4. Header - Submenu
5. Header - Search
6. Header - Mega Menu
7. Header - Dark Option
8. Header - Fixed
9. Header - Fixed Boxed
-----------------------------------------------------------------------*/
body.header-fixed-space-default {
  padding-top: 81px; }

@media (max-width: 991px) {
  body.header-fixed-space-default {
    padding-top: 0; } }
/*--------------------------------------------------
    [1. Header - Topbar]
----------------------------------------------------*/
/*Top Bar (login, search etc.)
------------------------------------*/
.header {
  z-index: 99;
  background: #fff;
  position: relative;
  border-bottom: solid 2px #eee; }
  .header .topbar {
    z-index: 12;
    padding: 8px 0;
    position: relative; }
    .header .topbar ul.loginbar {
      margin: 0; }
      .header .topbar ul.loginbar > li {
        display: inline;
        list-style: none;
        position: relative;
        padding-bottom: 15px; }
        .header .topbar ul.loginbar > li > a {
          color: #7c8082;
          font-size: 11px;
          text-transform: uppercase; }
          .header .topbar ul.loginbar > li > a:hover {
            color: #7c8082;
            font-size: 11px;
            text-transform: uppercase; }
      .header .topbar ul.loginbar li i.fa {
        color: #bbb; }
      .header .topbar ul.loginbar li.topbar-devider {
        top: -1px;
        padding: 0;
        font-size: 8px;
        position: relative;
        margin: 0 9px 0 5px;
        font-family: Tahoma;
        border-right: solid 1px #bbb; }
    .header .topbar ul.languages {
      top: 25px;
      left: -5px;
      display: none;
      padding: 4px 0;
      padding-left: 0;
      list-style: none;
      min-width: 100px;
      position: absolute;
      background: #f0f0f0; }
    .header .topbar li:hover ul.languages {
      display: block; }
    .header .topbar ul.languages:after {
      top: -4px;
      width: 0;
      height: 0;
      left: 8px;
      content: " ";
      display: block;
      position: absolute;
      border-bottom: 6px solid #f0f0f0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-left-style: inset;
      /*FF fixes*/
      border-right-style: inset;
      /*FF fixes*/ }
    .header .topbar ul.languages li a {
      color: #555;
      display: block;
      font-size: 10px;
      padding: 2px 12px;
      margin-bottom: 1px;
      text-transform: uppercase; }
    .header .topbar ul.languages li.active a i {
      color: #999;
      float: right;
      margin-top: 2px; }
    .header .topbar ul.languages li a:hover, .header .topbar ul.languages li.active a {
      background: #fafafa; }
    .header .topbar ul.languages li a:hover {
      text-decoration: none; }
  .header.no-topbar .navbar-toggle {
    margin-top: 25px; }
  .header > .container {
    display: table;
    margin-bottom: -40px; }
  .header .logo {
    height: 100%;
    min-height: 40px;
    min-width: 100px;
    display: table-cell;
    vertical-align: middle; }
    .header .logo img {
      z-index: 1;
      margin: 20px 0;
      position: relative; }
  .header .navbar-toggle {
    border-color: #5fb611;
    background: #72c02c;
    padding: 6px 10px 2px; }
    .header .navbar-toggle .fa {
      color: #fff;
      font-size: 19px; }
    .header .navbar-toggle:hover, .header .navbar-toggle:focus {
      background: #72c02c;
      padding: 6px 10px 2px; }
    .header .navbar-toggle:hover {
      background: #5fb611 !important; }
  .header .navbar-collapse {
    position: relative; }
  .header .navbar-nav > li > a {
    color: #687074;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase; }
  .header .navbar-nav > .active > a {
    color: #72c02c; }
  .header .dropdown-submenu {
    position: relative; }
  .header .dropdown > a:after, .header .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome; }
  .header .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107"; }
  .header .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px; }
    .header .dropdown-submenu > .dropdown-menu.submenu-left {
      left: -100% !important; }
  .header .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .header .dropdown-submenu.pull-left {
    float: none; }
    .header .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px; }
  .header .dropdown-menu li [class^="fa-"], .header .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block; }
  .header .dropdown-menu li [class^="fa-"].fa-lg, .header .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em; }
  .header .nav > li > .search {
    color: #aaa;
    cursor: pointer;
    min-width: 35px;
    font-size: 15px;
    text-align: center;
    background: #f7f7f7;
    padding: 11px 0 12px;
    display: inline-block;
    border-bottom: solid 2px #aaa; }
    .header .nav > li > .search:hover {
      color: #72c02c;
      background: #f7f7f7;
      border-bottom-color: #72c02c; }
  .header .nav .search-open {
    right: 0;
    top: 40px;
    display: none;
    padding: 14px;
    position: absolute;
    background: #fcfcfc;
    border-top: solid 2px #eee;
    box-shadow: 0 1px 3px #ddd; }
    .header .nav .search-open form {
      margin: 0; }
  .header .mega-menu .nav, .header .mega-menu .dropup, .header .mega-menu .dropdown, .header .mega-menu .collapse {
    position: static; }
  .header .mega-menu .navbar-inner, .header .mega-menu .container {
    position: relative; }
  .header .mega-menu .dropdown-menu {
    left: auto; }
    .header .mega-menu .dropdown-menu > li {
      display: block; }
  .header .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%; }
  .header .mega-menu .nav.pull-right .dropdown-menu {
    right: 0; }
  .header .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 4px 15px; }
    .header .mega-menu .mega-menu-content:before {
      content: "";
      display: table;
      line-height: 0; }
    .header .mega-menu .mega-menu-content:after {
      content: "";
      display: table;
      line-height: 0;
      clear: both; }
  .header .mega-menu .nav > li > .dropdown-menu:after, .header .mega-menu .nav > li > .dropdown-menu:before {
    display: none; }
  .header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden; }
  .header .mega-menu .dropdown.mega-menu-left .dropdown-menu {
    left: auto;
    overflow: hidden; }
  .header .mega-menu .dropdown.mega-menu-right .dropdown-menu, .header .mega-menu .dropdown.mega-menu-two-col-right .dropdown-menu {
    right: 0;
    overflow: hidden; }
  .header .mega-menu .equal-height-list h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase; }
  .header.header-dark {
    background: #2d2d2d;
    border-bottom-color: #555; }
    .header.header-dark .topbar ul.languages {
      background: #444; }
    .header.header-dark .topbar ul.loginbar li.topbar-devider {
      border-right-color: #666; }
    .header.header-dark .topbar ul.languages li a {
      color: #bbb; }
    .header.header-dark .topbar ul.languages:after {
      border-bottom-color: #444; }
    .header.header-dark .topbar ul.languages li a:hover, .header.header-dark .topbar ul.languages li.active a {
      color: #bbb;
      background: #555; }
    .header.header-dark .navbar-nav > li > a {
      color: #ddd; }
    .header.header-dark .navbar-nav > .open > a {
      background: inherit; }
      .header.header-dark .navbar-nav > .open > a:hover, .header.header-dark .navbar-nav > .open > a:focus {
        background: inherit; }
    .header.header-dark .nav > li > .search {
      background: #444; }
    .header.header-dark .search-open {
      background: #2d2d2d;
      border-top-color: #555;
      box-shadow: 0 1px 3px #888; }
    .header.header-dark .input-group .form-control {
      color: #bbb;
      background: #555;
      border-color: #999;
      box-shadow: 0 0 2px #555; }
    .header.header-dark .mega-menu .equal-height-list h3 {
      color: #eee; }

@media (max-width: 991px) {
  .header .topbar {
    margin-bottom: 20px; } }
/*languages*/
/*No Topbar*/
/*--------------------------------------------------
    [2. Header - Navbar]
----------------------------------------------------*/
/*Navbar*/
/*Header Container*/
@media (max-width: 768px) {
  .header > .container {
    width: 100%; } }
@media (max-width: 991px) {
  .header > .container {
    margin-bottom: 0; } }
/*Logo*/
/*Big Logo Style*/
@media (max-width: 1200px) {
  .header img.big-logo {
    width: 120px;
    height: auto; } }
/*Navbar Toggle*/
@media (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0; } }
/*Navbar Collapse*/
/*Navbar Collapse*/
@media (max-width: 991px) {
  .header .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
    .header .navbar-collapse .container {
      padding-left: 0;
      padding-right: 0; } }
/*Navbar Menu*/
@media (min-width: 992px) {
  .header .navbar-nav {
    float: right; } }
/*--------------------------------------------------
    [3. Header - Responsive Navbar Style]
----------------------------------------------------*/
/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .header .navbar-header {
    float: none; }
  .header .navbar-toggle {
    display: block; }
  .header .navbar-collapse.collapse {
    display: none !important; }
    .header .navbar-collapse.collapse.in {
      display: block !important;
      overflow-y: auto !important; }
  .header .navbar-nav {
    margin: 0 0 5px;
    float: none !important; }
    .header .navbar-nav > li {
      float: none; }
      .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px; }
  .header .dropdown-menu.pull-right {
    float: none !important; }
  .header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent; }
    .header .navbar-nav .open .dropdown-menu > li > a, .header .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .header .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
      color: #777; }
      .header .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; }
      .header .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .header .navbar-nav .open .dropdown-menu > .active > a {
      color: #555;
      background-color: #e7e7e7; }
      .header .navbar-nav .open .dropdown-menu > .active > a:hover, .header .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
    .header .navbar-nav .open .dropdown-menu > .disabled > a {
      color: #ccc;
      background-color: transparent; }
      .header .navbar-nav .open .dropdown-menu > .disabled > a:hover, .header .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; }
  .header .navbar-nav .open > a {
    border-bottom-color: #eee; }
    .header .navbar-nav .open > a:hover, .header .navbar-nav .open > a:focus {
      border-bottom-color: #eee; }
  .header .dropdown-menu.no-bottom-space {
    padding-bottom: 0; }
  .header .navbar-nav > li > a {
    font-size: 14px;
    padding: 9px 10px; }
  .header .navbar-nav > li a {
    border-bottom: solid 1px #eee; }
  .header .navbar-nav > li > a:focus {
    background: none; }
  .header .navbar-nav > li > a:hover {
    color: #72c02c; }
  .header .navbar-nav > .active > a {
    background: #72c02c;
    color: #fff !important; }
    .header .navbar-nav > .active > a:hover, .header .navbar-nav > .active > a:focus {
      background: #72c02c;
      color: #fff !important; }
  .header .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #555 !important;
    text-transform: uppercase; }

  /*Pull Right*/
  /*Dropdown Menu Slide Down Effect*/
  /*Design for max-width: 991px*/ }
@media (min-width: 992px) {
  /*Navbar Collapse*/
  .header .navbar-collapse {
    padding: 0; }
  .header .container > .navbar-header, .header .container-fluid > .navbar-header, .header .container > .navbar-collapse, .header .container-fluid > .navbar-collapse {
    margin-bottom: -10px; }
  .header .navbar-nav {
    position: relative; }
    .header .navbar-nav > li > a {
      bottom: -2px;
      position: relative;
      padding: 9px 30px 9px 20px;
      border-bottom: solid 2px transparent; }
      .header .navbar-nav > li > a:focus {
        border-bottom: solid 2px transparent; }
      .header .navbar-nav > li > a:hover {
        bottom: -2px;
        position: relative;
        border-bottom: solid 2px #72c02c; }
    .header .navbar-nav > .active > a {
      bottom: -2px;
      position: relative;
      border-bottom: solid 2px #72c02c; }
    .header .navbar-nav > li > a {
      background: none; }
      .header .navbar-nav > li > a:hover, .header .navbar-nav > li > a:focus {
        background: none; }
    .header .navbar-nav > .active > a {
      background: none; }
      .header .navbar-nav > .active > a:hover, .header .navbar-nav > .active > a:focus {
        background: none; }
    .header .navbar-nav > .open > a {
      color: #72c02c; }
      .header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
        color: #72c02c; }
    .header .navbar-nav > li:hover > a {
      color: #72c02c; }
  .header .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #72c02c;
    border-bottom: solid 2px #687074; }
    .header .dropdown-menu li a {
      color: #687074;
      font-size: 13px;
      font-weight: 400;
      padding: 6px 15px;
      border-bottom: solid 1px #eee; }
    .header .dropdown-menu .active > a {
      color: #687074;
      filter: none !important;
      background: #eee !important;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .header .dropdown-menu li > a:hover {
      color: #687074;
      filter: none !important;
      background: #eee !important;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .header .dropdown-menu li > a:focus {
      background: none;
      filter: none !important; }
  .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block; }
  .header .open > .dropdown-menu {
    display: none; }
  .header .navbar-nav .search-open {
    width: 330px; }

  /*Navbar*/
  /*Dropdown Menu*/
  /*Search*/ }
/*--------------------------------------------------
    [4. Header - Submenu]
----------------------------------------------------*/
/*Dropdown Submenu for BS3
------------------------------------*/
@media (max-width: 991px) {
  .header .dropdown-submenu > a:after {
    content: " "; } }
/*Submenu comes from LEFT side*/
@media (max-width: 991px) {
  .header .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px; } }
/*Dropdow Mmenu Icons (Font Awesome)*/
/*--------------------------------------------------
    [5. Header - Search]
----------------------------------------------------*/
/*Search Box
------------------------------------*/
@media (min-width: 992px) {
  .header .nav > li > .search {
    bottom: -2px;
    position: relative; } }
@media (min-width: 767px) and (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0; }
  .header .nav .search-open {
    width: 93%; } }
@media (max-width: 991px) {
  .header .nav > li > .search {
    color: #999;
    width: 35px;
    height: 34px;
    text-align: left;
    background: #eee;
    line-height: 12px;
    text-align: center;
    margin: 5px 10px 0;
    border-bottom: none; }
    .header .nav > li > .search:hover {
      background: #5fb611;
      color: #fff !important; }
  .header .nav .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px; } }
/*--------------------------------------------------
    [6. Header - Mega Menu]
----------------------------------------------------*/
/*Mega Menu
------------------------------------*/
@media (min-width: 992px) {
  /*Mega Menu for Two Columns*/
  .header .mega-menu .mega-menu-content.content-two-col {
    min-width: 596px; }
  .header .mega-menu .mega-menu-content.content-three-col {
    min-width: 864px; }

  /*Mega Menu for Three Columns*/ }
/*Mega Menu Dropdown OPENS from LEFT Side*/
/*Mega Menu Dropdown OPENS from RIGHT Side*/
/*Equal Height Lists*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height, .header .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
/*Mega Menu Style Effect*/
/*Space for only Big Resolution*/
@media (min-width: 992px) {
  .header .mega-menu .big-screen-space {
    margin-bottom: 20px; } }
/*Mega Menu Content*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #eee; }
    .header .mega-menu .equal-height-in:first-child {
      border-left: none;
      margin-left: -1px; }
  .header .mega-menu .equal-height-list {
    width: 100%; }
    .header .mega-menu .equal-height-list li a {
      display: block;
      margin-bottom: 1px;
      position: relative;
      border-bottom: none;
      padding: 5px 10px 5px 15px; }
    .header .mega-menu .equal-height-list a:hover {
      text-decoration: none; }
  .header .mega-menu .mega-menu-content li a {
    padding: 5px 10px 5px 30px; }
    .header .mega-menu .mega-menu-content li a:after {
      top: 7px;
      left: 15px;
      font-size: 11px;
      content: "\f105";
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: FontAwesome; }
  .header .mega-menu .disable-icons li a {
    padding: 5px 10px 5px 15px; }
    .header .mega-menu .disable-icons li a:after {
      display: none; }

  /*Dropdown Arrow Icons*/
  /*Dropdown Arrow Icons Disable class*/ }
/*Equal Hight List Style*/
@media (max-width: 991px) {
  /*Equal Height List Style*/
  .header .mega-menu .equal-height-list h3 {
    color: #555;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px 5px;
    border-bottom: solid 1px #eee; }
  .header .mega-menu .equal-height-list li a {
    color: #687074;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    padding: 6px 25px;
    border-bottom: solid 1px #eee; }
    .header .mega-menu .equal-height-list li a:hover {
      color: #333;
      text-decoration: none; }
  .header .mega-menu .equal-height-list > h3.active {
    color: #555;
    background-color: #e7e7e7; }
  .header .mega-menu .equal-height-list > .active > a {
    color: #555;
    background-color: #e7e7e7; }
    .header .mega-menu .equal-height-list > .active > a:hover, .header .mega-menu .equal-height-list > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; } }
/*--------------------------------------------------
    [7. Header - Dark Option]
----------------------------------------------------*/
/*Header*/
/*Topbar*/
/*Navbar Nav*/
@media (max-width: 991px) {
  .header.header-dark .navbar-nav > li a {
    border-bottom-color: #666; }
  .header.header-dark .navbar-nav .dropdown > a:hover {
    color: #72c02c;
    background: inherit; }
  .header.header-dark .navbar-nav .open > a {
    border-bottom-color: #666; }
    .header.header-dark .navbar-nav .open > a:hover, .header.header-dark .navbar-nav .open > a:focus {
      border-bottom-color: #666; }
  .header.header-dark .navbar-nav .open .dropdown-menu > li > a {
    color: #bbb; }
    .header.header-dark .navbar-nav .open .dropdown-menu > li > a:hover, .header.header-dark .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff !important; }
  .header.header-dark .navbar-nav .open .dropdown-menu > .active > a {
    color: #bbb;
    background: #444; }
    .header.header-dark .navbar-nav .open .dropdown-menu > .active > a:hover, .header.header-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #bbb;
      background: #444; }
  .header.header-dark .dropdown .dropdown-submenu > a {
    color: #bbb !important; } }
@media (min-width: 992px) {
  .header.header-dark .navbar-nav > li > a:hover, .header.header-dark .navbar-nav > .active > a {
    color: #72c02c !important; }
  .header.header-dark .dropdown-menu {
    background: #2d2d2d; }
    .header.header-dark .dropdown-menu li > a {
      color: #bbb;
      border-bottom-color: #666; }
    .header.header-dark .dropdown-menu .active > a, .header.header-dark .dropdown-menu li > a:hover {
      background: #202020 !important; } }
/*Search*/
/*Mega Menu*/
@media (max-width: 991px) {
  .header.header-dark .mega-menu .equal-height-list li a {
    color: #bbb;
    border-bottom-color: #666; }
    .header.header-dark .mega-menu .equal-height-list li a:focus, .header.header-dark .mega-menu .equal-height-list li a:hover {
      color: #fff; }
  .header.header-dark .mega-menu .equal-height-list h3 {
    border-bottom-color: #666; } }
@media (min-width: 992px) {
  .header.header-dark .mega-menu .equal-height-in {
    border-left-color: #666; } }
/*--------------------------------------------------
    [8. Header - Fixed]
----------------------------------------------------*/
/*Header*/
.header-fixed .header {
  height: auto; }
  .header-fixed .header.header-sticky {
    margin-top: 0;
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .header-fixed .header.header-fixed-shrink {
    z-index: 10100;
    border-bottom: none;
    box-shadow: 0 0 3px #bbb;
    background: rgba(255, 255, 255, 0.96);
    transition: all 0.3s ease-in-out; }

/*z-index fixed in v1.9 for layer slider arrows*/
@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header.header-sticky, .header-fixed .header.header-fixed-shrink {
    position: relative; } }
@media (min-width: 992px) {
  .header-fixed .header.header-fixed-shrink {
    margin-top: -35px; }
    .header-fixed .header.header-fixed-shrink > .container {
      margin-bottom: -46px; }
    .header-fixed .header.header-fixed-shrink .logo img {
      max-width: 105px;
      margin: 45px 0 -4px; }
    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
      padding-top: 19px;
      padding-bottom: 19px; }
      .header-fixed .header.header-fixed-shrink .navbar-nav > li > a:hover {
        border-bottom: none; }
    .header-fixed .header.header-fixed-shrink .navbar-nav > .active > a {
      border-bottom: none; }
    .header-fixed .header.header-fixed-shrink .dropdown > a:after {
      top: 20px; }
    .header-fixed .header.header-fixed-shrink .nav > li > .search {
      color: #777;
      padding: 20px 0 22px;
      background: inherit;
      border-bottom: none; }
    .header-fixed .header.header-fixed-shrink .nav .search-open {
      top: 60px; }

  /*Logo*/
  /*Navbar Nav*/
  /*Dropdown*/
  /*Search*/ }
/*--------------------------------------------------
    [9. Header - Fixed Boxed]
----------------------------------------------------*/
.boxed-layout.header-fixed .header.header-sticky {
  left: inherit;
  width: inherit; }

/*----------------------------------------------------------------------

[-----*** TABLE OF CONTENT ***-----]

1. Header - Navbar
2. Header - Menu Inner Right Style
3. Header - Responsive Navbar Style
4. Header - Submenu
5. Header - Mega Menu
6. Header - Fixed
6.1. Header - Fixed Boxed
7. Header - Border Bottom Style Option
8. Header - White Transparent Background Option
9. Header - Dark Transparent Background Option
10. Header - Dark On Scroll Option
11. Header - Dark Search Option
12. Header - Dark Dropdown Background Option
13. Header - Dark Responsive Navbar Option
14. Header - Classic White Option
15. Header - Classic Dark Option
16. Header - Hamburger

[--- HEADER STYLE CLASSES --]

1. header-v6
2. header-border-bottom
3. header-white-transparent
4. header-dark-transparent
5. header-dark-scroll
6. header-dark-search
7. header-dark-dropdown
8. header-dark-res-nav
9. header-dark-classic-white
10. header-dark-classic-dark
-----------------------------------------------------------------------*/
/*--------------------------------------------------
	[1. Header - Navbar]
----------------------------------------------------*/
/*Header v6*/
.header-v6 {
  z-index: 99;
  position: relative; }
  .header-v6 .navbar {
    border: none;
    margin-bottom: 0; }
  .header-v6 .navbar-brand {
    height: 93px;
    max-height: 93px;
    line-height: 65px; }
    .header-v6 .navbar-brand img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      vertical-align: middle; }
      .header-v6 .navbar-brand img.shrink-logo {
        display: none; }
      .header-v6 .navbar-brand img.default-logo {
        display: inherit; }
  .header-v6 .navbar-toggle {
    border: none;
    margin: 31px 0 31px 15px;
    background: inherit; }
    .header-v6 .navbar-toggle .icon-bar {
      height: 1px;
      width: 20px;
      font-size: 20px;
      background: #555;
      margin-bottom: 5px; }
      .header-v6 .navbar-toggle .icon-bar:last-child {
        margin-bottom: 0; }
    .header-v6 .navbar-toggle:hover, .header-v6 .navbar-toggle:focus {
      background: inherit; }
  .header-v6 .navbar-collapse {
    position: relative; }
  .header-v6 .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .header-v6 .nav > li > a:hover, .header-v6 .nav > li > a:focus {
    background: inherit; }
  .header-v6 .header-inner-right {
    float: right;
    z-index: 999;
    margin-left: -20px;
    position: relative; }
  .header-v6 .menu-icons-list {
    margin: 0;
    list-style: none; }
  .header-v6 li.menu-icons {
    position: relative;
    display: inline-block; }
    .header-v6 li.menu-icons:first-child {
      padding-right: 15px; }
    .header-v6 li.menu-icons i.menu-icons-style {
      color: #fff;
      width: 25px;
      cursor: pointer;
      font-size: 16px;
      line-height: 94px;
      text-align: center;
      display: inline-block; }
    .header-v6 li.menu-icons span.badge {
      top: 28px;
      left: 12px;
      color: #fff;
      width: 18px;
      height: 18px;
      padding: 4px;
      display: block;
      font-size: 11px;
      text-align: center;
      position: absolute;
      background: #72c02c;
      display: inline-block;
      border-radius: 50% !important; }
  .header-v6 .shopping-cart .shopping-cart-open {
    right: 0;
    top: 94px;
    padding: 15px;
    display: none;
    min-width: 250px;
    background: #fff;
    position: absolute;
    border: 1px solid #e7e7e7;
    border-top: 2px solid #72c02c; }
  .header-v6 .shopping-cart:hover .shopping-cart-open {
    display: block; }
  .header-v6 .shopping-cart-open span.shc-title {
    color: #444;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7; }
  .header-v6 .shopping-cart-open span.shc-total {
    color: #444;
    float: right;
    font-size: 12px;
    margin-top: 6px;
    text-transform: uppercase; }
    .header-v6 .shopping-cart-open span.shc-total strong {
      padding-left: 3px; }
  .header-v6 .shopping-cart-open .btn-u {
    padding: 4px 12px; }
  .header-v6 .search-open {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    height: auto;
    display: none;
    padding: 10px;
    position: fixed;
    background: #fff; }
    .header-v6 .search-open .form-control {
      color: #555;
      border: none;
      height: 75px;
      font-size: 33px;
      font-weight: 200;
      box-shadow: none;
      background: #fff;
      padding: 0 14% 0 13%;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif; }
      .header-v6 .search-open .form-control::-moz-placeholder, .header-v6 .search-open .form-control:-ms-input-placeholder, .header-v6 .search-open .form-control::-webkit-input-placeholder {
        color: #555; }
      .header-v6 .search-open .form-control:hover, .header-v6 .search-open .form-control:active, .header-v6 .search-open .form-control:focus {
        border: none;
        box-shadow: none; }
  .header-v6 .search-close {
    z-index: 999;
    position: relative; }
  .header-v6 li.menu-icons i.search-btn {
    color: #fff; }
  .header-v6 li.menu-icons i.fa-times {
    color: #444; }
  .header-v6 .dropdown-submenu {
    position: relative; }
    .header-v6 .dropdown-submenu > a:after {
      top: 9px;
      right: 15px;
      font-size: 11px;
      content: "\f105";
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: FontAwesome; }
    .header-v6 .dropdown-submenu > .dropdown-menu {
      top: -20px;
      left: 100%;
      margin-left: 0px; }
      .header-v6 .dropdown-submenu > .dropdown-menu.submenu-left {
        left: -100%; }
    .header-v6 .dropdown-submenu:hover > .dropdown-menu {
      display: block; }
    .header-v6 .dropdown-submenu.pull-left {
      float: none; }
      .header-v6 .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px; }
  .header-v6 .dropdown-menu li [class^="fa-"], .header-v6 .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block; }
  .header-v6 .dropdown-menu li [class^="fa-"].fa-lg, .header-v6 .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em; }
  .header-v6 .mega-menu .nav, .header-v6 .mega-menu .dropup, .header-v6 .mega-menu .dropdown, .header-v6 .mega-menu .collapse {
    position: static; }
  .header-v6 .mega-menu .navbar-inner, .header-v6 .mega-menu .container {
    position: relative; }
  .header-v6 .mega-menu .dropdown-menu {
    left: auto; }
    .header-v6 .mega-menu .dropdown-menu > li {
      display: block; }
  .header-v6 .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%; }
  .header-v6 .mega-menu .nav.pull-right .dropdown-menu {
    right: 0; }
  .header-v6 .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 0; }
    .header-v6 .mega-menu .mega-menu-content:before {
      content: "";
      display: table;
      line-height: 0; }
    .header-v6 .mega-menu .mega-menu-content:after {
      content: "";
      display: table;
      line-height: 0;
      clear: both; }
  .header-v6 .mega-menu.navbar .nav > li > .dropdown-menu:after, .header-v6 .mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none; }
  .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden; }
  .header-v6 .mega-menu .equal-height-list h3 {
    color: #555;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase; }

@media (max-width: 991px) {
  .header-v6 {
    position: static; } }
/*Containers
------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .header-v6 .menu-container {
    width: 750px; } }
@media (max-width: 991px) {
  .header-v6 .menu-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .header-v6 .menu-container:before {
      content: " ";
      display: table; }
    .header-v6 .menu-container:after {
      content: " ";
      display: table;
      clear: both; }
  .header-v6 > .navbar > .container {
    width: inherit;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    .header-v6 > .navbar > .container > .navbar-header, .header-v6 > .navbar > .container > .navbar-collapse {
      margin-left: 0;
      margin-right: 0; } }
/*Navbar*/
/*Navbar Brand*/
/*Media Queries*/
@media (max-width: 991px) {
  .header-v6 .navbar-brand {
    padding-top: 20px; }
    .header-v6 .navbar-brand img.shrink-logo {
      display: inherit; }
    .header-v6 .navbar-brand img.default-logo {
      display: none; } }
/*Navbar Toggle*/
/*Navbar Collapse*/
/*Navbar Menu*/
@media (min-width: 992px) {
  .navbar {
    border-radius: 0; }

  .header-v6 .navbar-nav {
    float: right; } }
/*--------------------------------------------------
	[2. Header - Menu Inner Right Style]
----------------------------------------------------*/
/*Menu Inner Right
------------------------------------*/
@media (max-width: 350px) {
  .header-v6 .header-inner-right {
    display: none; } }
/*Shopping Cart*/
/*Search Box
------------------------------------*/
@media (max-width: 768px) {
  .header-v6 .search-open .form-control {
    font-size: 20px; } }
@media (max-width: 991px) {
  .header-v6 .search-open .form-control {
    padding: 0 28% 0 5%; } }
/*--------------------------------------------------
	[3. Header - Responsive Navbar Style]
----------------------------------------------------*/
/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .header-v6 .navbar-header {
    float: none; }
  .header-v6 .navbar-toggle {
    display: block; }
  .header-v6 .navbar-collapse {
    border-color: #eee;
    border-bottom: 1px solid #eee; }
    .header-v6 .navbar-collapse.collapse {
      display: none !important; }
      .header-v6 .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important; }
  .header-v6 .navbar-nav {
    margin: 0;
    float: none !important; }
    .header-v6 .navbar-nav > li {
      float: none; }
      .header-v6 .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
        color: #444; }
  .header-v6 .dropdown-menu.pull-right {
    float: none !important; }
  .header-v6 .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent; }
    .header-v6 .navbar-nav .open .dropdown-menu > li > a, .header-v6 .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .header-v6 .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
      color: #777; }
      .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover, .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; }
      .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover, .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #72c02c;
        background-color: transparent; }
    .header-v6 .navbar-nav .open .dropdown-menu > .active > a {
      color: #72c02c;
      background-color: transparent; }
      .header-v6 .navbar-nav .open .dropdown-menu > .active > a:hover, .header-v6 .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #72c02c;
        background-color: transparent; }
    .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a {
      color: #72c02c;
      background-color: transparent; }
      .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:hover, .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #72c02c;
        background-color: transparent; }
  .header-v6 .dropdown-menu.no-bottom-space {
    padding-bottom: 0; }
  .header-v6 .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .header-v6 .navbar-collapse .container {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .header-v6 .navbar-nav > li > a {
    font-size: 14px;
    padding: 12px 5px; }
  .header-v6 .navbar-nav > li a {
    border-bottom: none;
    border-top: 1px solid #eee; }
  .header-v6 .navbar-nav > li:first-child > a {
    border-top: transparent; }
  .header-v6 .navbar-nav > li > a:hover {
    color: #72c02c; }
  .header-v6 .navbar-nav > .open > a {
    color: #555;
    background: inherit; }
    .header-v6 .navbar-nav > .open > a:hover, .header-v6 .navbar-nav > .open > a:focus {
      color: #555;
      background: inherit; }
  .header-v6 .navbar-nav > .active > a {
    background: inherit;
    color: #72c02c !important; }
    .header-v6 .navbar-nav > .active > a:hover, .header-v6 .navbar-nav > .active > a:focus {
      background: inherit;
      color: #72c02c !important; }
  .header-v6 .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #555 !important;
    text-transform: uppercase; }

  /*Navbar Nav*/
  /*Pull Right*/
  /*Dropdown Menu Slide Down Effect*/
  /*Design for max-width: 991px*/ }
@media (min-width: 992px) {
  /*Navbar Collapse*/
  .header-v6 .navbar-collapse {
    padding: 0; }
  .header-v6 .navbar {
    min-height: 40px !important; }
  .header-v6 .container > .navbar-header, .header-v6 .container-fluid > .navbar-header, .header-v6 .container > .navbar-collapse, .header-v6 .container-fluid > .navbar-collapse {
    margin-bottom: -10px; }
  .header-v6 .navbar-nav {
    top: 2px;
    position: relative; }
    .header-v6 .navbar-nav > li > a {
      padding: 20px;
      line-height: 54px;
      color: #fff;
      font-weight: 200;
      background: none; }
      .header-v6 .navbar-nav > li > a:hover, .header-v6 .navbar-nav > li > a:focus {
        color: #fff;
        font-weight: 200;
        background: none; }
    .header-v6 .navbar-nav > .active > a {
      color: #fff;
      font-weight: 200;
      background: none; }
      .header-v6 .navbar-nav > .active > a:hover, .header-v6 .navbar-nav > .active > a:focus {
        color: #fff;
        font-weight: 200;
        background: none; }
    .header-v6 .navbar-nav > .open > a {
      color: #fff; }
      .header-v6 .navbar-nav > .open > a:hover, .header-v6 .navbar-nav > .open > a:focus {
        color: #fff; }
  .header-v6 .dropdown-menu {
    border: none;
    padding: 15px 0;
    min-width: 230px;
    border-radius: 0;
    background: #fff;
    z-index: 9999 !important;
    border-top: solid 3px #72c02c; }
    .header-v6 .dropdown-menu li a {
      color: #777;
      font-size: 13px;
      font-weight: 400;
      padding: 6px 25px; }
    .header-v6 .dropdown-menu .active > a {
      color: #72c02c;
      background: inherit;
      filter: none !important;
      transition: all .1s ease-in-out; }
    .header-v6 .dropdown-menu li > a:hover {
      color: #72c02c;
      background: inherit;
      filter: none !important;
      transition: all .1s ease-in-out; }
    .header-v6 .dropdown-menu li > a:focus {
      background: none;
      filter: none !important; }
  .header-v6 .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block; }
  .header-v6 .open > .dropdown-menu {
    display: none; }

  /*Navbar*/
  /*Dropdown Menu*/ }
/*--------------------------------------------------
	[4. Header - Submenu]
----------------------------------------------------*/
/*Dropdown Submenu for BS3
------------------------------------*/
@media (max-width: 991px) {
  .header-v6 .dropdown-submenu > a:after {
    content: " "; } }
/*Submenu comes from LEFT side*/
@media (max-width: 991px) {
  .header-v6 .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px; } }
/*--------------------------------------------------
	[5. Header - Mega Menu]
----------------------------------------------------*/
/*Mega Menu
------------------------------------*/
@media (min-width: 992px) {
  .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin-left: 10px;
    margin-right: 15px; } }
/*Equal Height Lists*/
@media (min-width: 992px) {
  .header-v6 .mega-menu .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/ }
  .header-v6 .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
/*Mega Menu Style Effect*/
/*Space for only Big Resolution*/
@media (min-width: 992px) {
  .header-v6 .mega-menu .big-screen-space {
    margin-bottom: 20px; } }
/*Mega Menu Content*/
@media (min-width: 992px) {
  .header-v6 .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #bbb; }
    .header-v6 .mega-menu .equal-height-in:first-child {
      border-left: none;
      margin-left: -1px; }
  .header-v6 .mega-menu .equal-height-list {
    width: 100%; }
    .header-v6 .mega-menu .equal-height-list li a {
      display: block;
      position: relative;
      border-bottom: none;
      padding: 5px 10px 5px 15px; }
    .header-v6 .mega-menu .equal-height-list a:hover {
      text-decoration: none; }
  .header-v6 .mega-menu .mega-menu-fullwidth li a {
    padding: 5px 10px 5px 30px; }
    .header-v6 .mega-menu .mega-menu-fullwidth li a:after {
      top: 7px;
      left: 15px;
      font-size: 11px;
      content: "\f105";
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: FontAwesome; }
  .header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a {
    padding: 5px 10px 5px 15px; }
    .header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
      display: none; }

  /*Dropdown Arrow Icons*/
  /*Dropdown Arrow Icons Disable class*/ }
/*Space Effect inside the container to avoid scroll bar*/
@media (min-width: 737px) and (max-width: 991px) {
  .header-v6 .mega-menu .mega-menu-content .container {
    width: 690px !important; }
  .header-v6 .mega-menu .equal-height {
    margin-right: 0; }
  .header-v6 .mega-menu .equal-height-in {
    padding-right: 0;
    margin-right: -15px; } }
@media (max-width: 991px) {
  .header-v6 .mega-menu .equal-height {
    margin-right: 0; }
  .header-v6 .mega-menu .equal-height-in {
    padding-right: 0;
    padding-left: 5px; } }
/*Equal Hight List Style*/
@media (max-width: 991px) {
  .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: auto; }
  .header-v6 .mega-menu .equal-height-in, .header-v6 .mega-menu .equal-height-list, .header-v6 .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
    display: block; }
  .header-v6 .mega-menu .equal-height-list h3 {
    color: #555;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px 5px; }
  .header-v6 .mega-menu .equal-height-list li a {
    color: #777;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    padding: 6px 25px; }
    .header-v6 .mega-menu .equal-height-list li a:hover {
      color: #72c02c;
      text-decoration: none; }
  .header-v6 .mega-menu .equal-height-list > h3.active {
    color: #72c02c;
    background-color: transparent; }
  .header-v6 .mega-menu .equal-height-list > .active > a {
    color: #72c02c;
    background-color: transparent; }
    .header-v6 .mega-menu .equal-height-list > .active > a:hover, .header-v6 .mega-menu .equal-height-list > .active > a:focus {
      color: #72c02c;
      background-color: transparent; }

  /*Equal Height List Style*/ }
/*--------------------------------------------------
	[6. Header - Fixed]
----------------------------------------------------*/
/*Header Fixed
------------------------------------*/
/*Media Queries*/
@media (min-width: 992px) {
  /*Header Sticky*/
  .header-fixed .header-v6.header-sticky {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    position: fixed; }
  .header-fixed .header-v6.header-fixed-shrink {
    border-bottom: none;
    box-shadow: 0 0 3px #bbb; }
    .header-fixed .header-v6.header-fixed-shrink .navbar {
      background: #fff; }
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
      color: #555; }
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
      color: #72c02c; }
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand img.default-logo {
      display: none; }
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand img.shrink-logo {
      display: inherit; }
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
      color: #555; }
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand, .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
      transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1); }
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style, .header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge {
      transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1); }
    .header-fixed .header-v6.header-fixed-shrink .shopping-cart .shopping-cart-open, .header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
      transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1); }
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand {
      height: 70px;
      max-height: 70px;
      line-height: 39px; }
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
      line-height: 30px; }
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
      line-height: 70px; }
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge {
      top: 17px; }
    .header-fixed .header-v6.header-fixed-shrink .shopping-cart .shopping-cart-open {
      top: 70px; }
    .header-fixed .header-v6.header-fixed-shrink .search-open {
      border-bottom: 1px solid #eee; }
      .header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
        height: 49px;
        font-size: 25px; }

  /*Navbar*/
  /*Navbar Brand*/
  /*Menu Inner Right*/
  /*Transition*/
  /*Navbar Brand*/
  /*Navbar Nav*/
  /*Menu Icons*/
  /*Search*/ }
/*Media Queries*/
@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header-v6 {
    height: inherit;
    position: relative; }
    .header-fixed .header-v6.header-fixed-shrink {
      height: inherit;
      position: relative; }
      .header-fixed .header-v6.header-fixed-shrink .header-inner-right, .header-fixed .header-v6.header-fixed-shrink .menu-icons-list {
        margin-left: 0;
        /*margin-right: 20px;*/ }

  /*Header Inner Right*/
  /*Menu Icons*/
  .header-v6 li.menu-icons i.menu-icons-style {
    color: #555; } }
/*--------------------------------------------------
    [6.1. Header - Fixed Boxed]
----------------------------------------------------*/
.boxed-layout.header-fixed .header-v6.header-sticky {
  left: inherit;
  width: inherit; }

/*--------------------------------------------------
	[7. Header - Border Bottom Style Option]
----------------------------------------------------*/
/*Navbar*/
.header-v6.header-border-bottom .navbar {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
  border-bottom: none; }

/*Media Queries*/
@media (min-width: 992px) {
  .header-v6.header-border-bottom .navbar {
    background: transparent; }

  .header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
    background: #fff; } }
/*--------------------------------------------------
	[8. Header - White Transparent Background Option]
----------------------------------------------------*/
/*Navbar*/
.header-v6.header-white-transparent .navbar {
  background: rgba(255, 255, 255, 0.5); }
.header-v6.header-dark-transparent .navbar {
  background: rgba(0, 0, 0, 0.5); }
.header-v6.header-dark-transparent li.menu-icons i.fa-times {
  color: #555; }

/*Media Queries*/
@media (min-width: 992px) {
  .header-fixed .header-v6.header-white-transparent.header-fixed-shrink .navbar {
    background: #fff; } }
/*--------------------------------------------------
	[9. Header - Dark Transparent Background Option]
----------------------------------------------------*/
/*Navbar*/
/*Media Queries*/
@media (min-width: 992px) {
  /*Header*/
  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink {
    box-shadow: none; }
    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar {
      background: #2a2b2b; }
    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-brand img.default-logo {
      display: inherit; }
    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-brand img.shrink-logo {
      display: none; }
    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav > li > a {
      color: #fff; }
    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav li > a:hover {
      color: #72c02c; }
    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink li.menu-icons i.menu-icons-style {
      color: #fff; }

  /*Navbar Brand*/
  /*Navbar*/ }
@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header-v6.header-dark-transparent .navbar {
    background: #fff; } }
/*Search*/
.header-fixed .header-v6.header-dark-transparent.header-fixed-shrink li.menu-icons i.fa-times, .header-v6.header-dark-scroll li.menu-icons i.fa-times, .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink li.menu-icons i.fa-times {
  color: #555; }

/*--------------------------------------------------
	[10. Header - Dark On Scroll Option]
----------------------------------------------------*/
/*Media Queries*/
@media (min-width: 992px) {
  /*Header*/
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink {
    box-shadow: none;
    background: #2a2b2b; }
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar {
      background-color: inherit; }
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-brand img.default-logo {
      display: inherit; }
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-brand img.shrink-logo {
      display: none; }
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav > li > a {
      color: #fff; }
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav li > a:hover {
      color: #72c02c; }
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink li.menu-icons i.menu-icons-style {
      color: #fff; }

  /*Navbar Brand*/
  /*Navbar*/ }
/*Search*/
/*--------------------------------------------------
	[11. Header - Dark Search Option]
----------------------------------------------------*/
/*Media Queries*/
@media (min-width: 992px) {
  /*Navbar*/
  .header-fixed .header-v6.header-dark-search.header-fixed-shrink {
    box-shadow: none; }
  .header-fixed .header-v6.header-dark-search.header-dark-scroll.header-fixed-shrink .navbar {
    background: inherit; }
  .header-fixed .header-v6.header-dark-search.header-classic-white.header-fixed-shrink {
    box-shadow: none; }

  /*Search*/
  .header-v6.header-dark-search .search-open {
    background: #2a2b2b;
    border-bottom: 1px solid #555; }

  .header-fixed .header-v6.header-dark-search.header-fixed-shrink .search-open {
    border-bottom-color: #555; }

  .header-v6.header-dark-search .search-open .form-control {
    color: #fff;
    background: #2a2b2b; }
    .header-v6.header-dark-search .search-open .form-control::-moz-placeholder, .header-v6.header-dark-search .search-open .form-control:-ms-input-placeholder, .header-v6.header-dark-search .search-open .form-control::-webkit-input-placeholder {
      color: #fff; }
  .header-v6.header-dark-search li.menu-icons i.fa-times {
    color: #fff; }

  .header-fixed .header-v6.header-dark-search.header-fixed-shrink li.menu-icons i.fa-times {
    color: #fff; } }
/*--------------------------------------------------
	[12. Header - Dark Dropdown Option]
----------------------------------------------------*/
/*Shopping Cart*/
.header-v6.header-dark-dropdown .shopping-cart .shopping-cart-open, .header-v6.header-classic-dark .shopping-cart .shopping-cart-open {
  background: #2a2b2b;
  border-color: #555;
  border-top-color: #72c02c; }
.header-v6.header-dark-dropdown .shopping-cart-open span.shc-title, .header-v6.header-classic-dark .shopping-cart-open span.shc-title {
  color: #fff;
  border-bottom-color: #555; }
.header-v6.header-dark-dropdown .shopping-cart-open span.shc-total, .header-v6.header-classic-dark .shopping-cart-open span.shc-total {
  color: #fff; }
.header-v6 .sliding-panel__btn {
  display: block; }
  .header-v6 .sliding-panel__btn .icon-bar {
    background: #fff; }
.header-v6 .sliding-panel__btn--dark .icon-bar {
  background: #555; }

/*Media Queries*/
@media (min-width: 992px) {
  /*Dropdown*/
  .header-v6.header-dark-dropdown .dropdown-menu {
    background: #2a2b2b; }
    .header-v6.header-dark-dropdown .dropdown-menu li a {
      color: #ccc; }
    .header-v6.header-dark-dropdown .dropdown-menu .active > a, .header-v6.header-dark-dropdown .dropdown-menu li > a:hover {
      color: #72c02c; }
  .header-v6.header-dark-dropdown .mega-menu .equal-height-in {
    border-left-color: #777; }
  .header-v6.header-dark-dropdown .mega-menu .equal-height-list h3 {
    color: #fff; }
  .header-v6.header-dark-dropdown .mega-menu .equal-height-list li a {
    color: #ccc; }
  .header-v6.header-dark-dropdown .mega-menu .equal-height-list .active > a, .header-v6.header-dark-dropdown .mega-menu .equal-height-list li a:hover {
    color: #72c02c; }

  /*Equal Height List Style*/ }
/*--------------------------------------------------
	[13. Header - Dark Responsive Navbar Option]
----------------------------------------------------*/
/*Media Queries*/
@media (max-width: 991px) {
  .header-v6.header-dark-res-nav {
    background: #2a2b2b; }

  /*Navbar Brand*/
  .header-fixed .header-v6.header-dark-res-nav .navbar-brand img.default-logo {
    display: inherit; }
  .header-fixed .header-v6.header-dark-res-nav .navbar-brand img.shrink-logo {
    display: none; }

  /*Toggle*/
  .header-v6.header-dark-res-nav .navbar-toggle .icon-bar {
    background: #fff; }
  .header-v6.header-dark-res-nav li.menu-icons i.menu-icons-style {
    color: #fff; }
  .header-v6.header-dark-res-nav .search-open {
    background: #2a2b2b;
    border-bottom: 1px solid #555; }

  /*Menu Inner Right*/
  /*Search*/
  .header-fixed .header-v6.header-dark-res-nav.header-fixed-shrink .search-open {
    border-bottom-color: #555; }

  .header-v6.header-dark-res-nav .search-open .form-control {
    color: #fff;
    background: #2a2b2b; }
    .header-v6.header-dark-res-nav .search-open .form-control::-moz-placeholder, .header-v6.header-dark-res-nav .search-open .form-control:-ms-input-placeholder, .header-v6.header-dark-res-nav .search-open .form-control::-webkit-input-placeholder {
      color: #fff; }
  .header-v6.header-dark-res-nav li.menu-icons i.fa-times {
    color: #fff; }

  .header-fixed .header-v6.header-dark-res-nav.header-fixed-shrink li.menu-icons i.fa-times {
    color: #fff; }

  /*Navbar Collapse*/
  .header-v6.header-dark-res-nav .navbar-collapse {
    border-color: #555;
    border-bottom-color: #555; }
  .header-v6.header-dark-res-nav .navbar-nav > li a {
    color: #ccc;
    border-top-color: #555; }
    .header-v6.header-dark-res-nav .navbar-nav > li a:hover {
      color: #72c02c; }
  .header-v6.header-dark-res-nav .navbar-nav > .open > a {
    color: #fff; }
    .header-v6.header-dark-res-nav .navbar-nav > .open > a:hover, .header-v6.header-dark-res-nav .navbar-nav > .open > a:focus {
      color: #fff; }
  .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a {
    color: #ccc; }
    .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #72c02c; }
  .header-v6.header-dark-res-nav .dropdown .dropdown-submenu > a {
    color: #fff !important; }
  .header-v6.header-dark-res-nav .mega-menu .equal-height-list h3 {
    color: #fff; }

  /*Navbar Nav*/
  /*Dropdown*/
  /*Submenu*/
  /*Mega Menu*/ }
/*--------------------------------------------------
	[14. Header - Classic White Option]
----------------------------------------------------*/
/*Media Queries*/
@media (min-width: 992px) {
  /*Header Sticky*/
  .header-v6.header-classic-white .navbar {
    background: #fff; }

  /*Navbar*/
  .header-fixed .header-v6.header-classic-white .navbar-nav > li > a {
    color: #555;
    font-weight: 400; }
  .header-fixed .header-v6.header-classic-white .navbar-nav .active > a, .header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover {
    color: #72c02c; }
  .header-fixed .header-v6.header-classic-white .navbar-brand img.default-logo {
    display: none; }
  .header-fixed .header-v6.header-classic-white .navbar-brand img.shrink-logo {
    display: inherit; }
  .header-fixed .header-v6.header-classic-white li.menu-icons i.menu-icons-style {
    color: #555; }
  .header-fixed .header-v6.header-classic-white.header-dark-search li.menu-icons i.fa-times {
    color: #fff; }

  /*Navbar Brand*/
  /*Menu Inner Right*/ }
/*--------------------------------------------------
	[15. Header - Classic Dark Option]
----------------------------------------------------*/
/*Shopping Cart*/
/*Media Queries*/
@media (min-width: 992px) {
  /*Header*/
  .header-v6.header-classic-dark, .header-fixed .header-v6.header-classic-dark.header-fixed-shrink {
    box-shadow: none;
    background: #2a2b2b; }

  .header-v6.header-classic-dark .navbar, .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar {
    background-color: inherit; }

  /*Navbar Brand*/
  .header-v6.header-classic-dark .navbar-brand img.default-logo, .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.default-logo {
    display: inherit; }

  .header-v6.header-classic-dark .navbar-brand img.shrink-logo, .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.shrink-logo {
    display: none; }

  /*Navbar*/
  .header-v6.header-classic-dark .navbar-nav > li > a, .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav > li > a {
    color: #fff; }

  .header-v6.header-classic-dark .navbar-nav .active > a, .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav .active > a, .header-v6.header-classic-dark .navbar-nav li > a:hover, .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav li > a:hover {
    color: #72c02c; }

  .header-v6.header-classic-dark li.menu-icons i.menu-icons-style, .header-fixed .header-v6.header-classic-dark.header-fixed-shrink li.menu-icons i.menu-icons-style {
    color: #fff; }

  /*Search*/
  .header-v6.header-classic-dark .search-open {
    background: #2a2b2b; }

  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .search-open {
    border-bottom: none; }

  .header-v6.header-classic-dark .search-open .form-control {
    color: #fff;
    background: #2a2b2b; }
    .header-v6.header-classic-dark .search-open .form-control::-moz-placeholder, .header-v6.header-classic-dark .search-open .form-control:-ms-input-placeholder, .header-v6.header-classic-dark .search-open .form-control::-webkit-input-placeholder {
      color: #fff; }
  .header-v6.header-classic-dark li.menu-icons i.fa-times {
    color: #fff; }

  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink li.menu-icons i.fa-times {
    color: #fff; }

  /*Dropdown*/
  .header-v6.header-classic-dark .dropdown-menu {
    background: #2a2b2b; }
    .header-v6.header-classic-dark .dropdown-menu li a {
      color: #ccc; }
    .header-v6.header-classic-dark .dropdown-menu .active > a, .header-v6.header-classic-dark .dropdown-menu li > a:hover {
      color: #72c02c; }
  .header-v6.header-classic-dark .mega-menu .equal-height-in {
    border-left-color: #777; }
  .header-v6.header-classic-dark .mega-menu .equal-height-list h3 {
    color: #fff; }
  .header-v6.header-classic-dark .mega-menu .equal-height-list li a {
    color: #ccc; }
  .header-v6.header-classic-dark .mega-menu .equal-height-list .active > a, .header-v6.header-classic-dark .mega-menu .equal-height-list li a:hover {
    color: #72c02c; }

  /*Equal Height List Style*/ }
/*--------------------------------------------------
	[16. Header - Hamburger]
----------------------------------------------------*/
@media (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .sliding-panel__btn {
    margin-top: 20px;
    margin-bottom: 0;
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1); }
    .header-fixed .header-v6.header-fixed-shrink .sliding-panel__btn .icon-bar {
      background: #555;
      transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1); }

  /*Transition*/ }
@media (max-width: 991px) {
  .header-v6 .sliding-panel__btn .icon-bar {
    background: #555; } }
* {
  border-radius: 0; }

body {
  color: #333;
  font-size: 13px;
  line-height: 1.6; }
  body.header-fixed-space {
    padding-top: 94px; }
  body.header-fixed-space-v2 {
    padding-top: 135px; }

@media (max-width: 991px) {
  body.header-fixed-space {
    padding-top: 0; }
  body.header-fixed-space-v2 {
    padding-top: 0; } }
a {
  color: #72c02c;
  text-decoration: none;
  outline: 0 !important; }
  a:focus {
    outline: 0 !important;
    text-decoration: none; }
  a:hover {
    outline: 0 !important;
    color: #72c02c;
    text-decoration: underline; }
  a:active {
    outline: 0 !important; }

button {
  outline: 0 !important; }
  button:hover {
    outline: 0 !important; }

.wrapper {
  background: #fff; }

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat; }

@media (max-width: 991px) {
  body.dark .header .nav > li.active > a:hover {
    background: #72c02c; }
  body.dark .header .navbar-nav > li a {
    border-bottom-color: #333; }
  body.dark .header .dropdown .dropdown-submenu > a {
    color: #999 !important; }
  body.dark .header .mega-menu .equal-height-list h3 {
    color: #999;
    border-bottom: solid 1px #333; }
  body.dark .header-v1 {
    border-color: #555; }
    body.dark .header-v1 .topbar-v1 .top-v1-data li {
      border-color: #555; }
    body.dark .header-v1 .navbar .nav > li > .search {
      background: #333; }
    body.dark .header-v1 .navbar-default .navbar-nav > li a {
      border-bottom-color: #333; }
    body.dark .header-v1 .dropdown .dropdown-submenu > a {
      color: #999 !important; }
    body.dark .header-v1 .mega-menu .equal-height-list h3 {
      color: #999;
      border-bottom: solid 1px #333; }
  body.dark .header-v4 .navbar-default .navbar-toggle {
    border-color: #555; }
    body.dark .header-v4 .navbar-default .navbar-toggle:hover {
      background: #1c1c1c; }
    body.dark .header-v4 .navbar-default .navbar-toggle:focus {
      background: #1c1c1c; }
  body.dark .header-v4 .navbar-default .navbar-nav > li a {
    border-bottom-color: #333;
    border-color: #555; }
  body.dark .header-v4 .navbar-toggle {
    background: #1c1c1c; }
  body.dark .header-v4 .navbar-nav {
    border-color: #555; }
    body.dark .header-v4 .navbar-nav.navbar-border-bottom {
      border-color: #555; }
  body.dark .header-v4 .topbar-v1 .top-v1-data li {
    border-color: #555; }
  body.dark .header-v4 .dropdown .dropdown-submenu > a {
    color: #999 !important; }
  body.dark .header-v4 .mega-menu .equal-height-list h3 {
    color: #999;
    border-bottom: solid 1px #333; }
  body.dark .header-v4 .navbar .nav > li > .search {
    background: #292929; }
  body.dark .navbar-form {
    border-color: #555; }
  body.dark .navbar-collapse {
    border-color: #555;
    background: #333; }
  body.dark .navbar-nav > .active > a {
    color: #fff; }
  body.dark .navbar-nav > li a {
    color: #999;
    border-bottom-color: #555; }
  body.dark .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
    color: #999;
    background: transparent; }
  body.dark .navbar-nav .open .dropdown-menu > .active > a {
    color: #999;
    background: transparent; }
    body.dark .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #999;
      background: transparent; }
    body.dark .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #999;
      background: transparent; }
  body.dark .header-v3 .navbar-default .navbar-nav > li a {
    border-bottom-color: #333; }
  body.dark .header-v3 .dropdown .dropdown-submenu > a {
    color: #999 !important; }
  body.dark .header-v3 .mega-menu .equal-height-list h3 {
    color: #999;
    border-bottom: solid 1px #333; }
  body.dark .header-v3 .navbar .nav > li > .search {
    color: #999;
    background: #292929;
    border-bottom-color: #555; }
    body.dark .header-v3 .navbar .nav > li > .search:hover {
      background: #333; }
  body.dark .header-v2 .topbar-v2 {
    border-color: #555; }
    body.dark .header-v2 .topbar-v2 li {
      color: #999; }
      body.dark .header-v2 .topbar-v2 li a {
        color: #999; }
  body.dark .header-v2 .languages-dropdown {
    background: #222; }
    body.dark .header-v2 .languages-dropdown:after {
      border-bottom-color: #222; }
    body.dark .header-v2 .languages-dropdown > li > a:hover {
      background: #333; }
    body.dark .header-v2 .languages-dropdown > li.active > a {
      background: #333; }
  body.dark .header-v2 .dropdown .dropdown-submenu > a {
    color: #999 !important; }
  body.dark .header-v2 .navbar-default .navbar-nav > li a {
    border-color: #555; }
  body.dark .header-v2 .topbar-buttons .btn-u-light {
    border-color: #eee; }
  body.dark .header-v6 {
    background: #292929; }
    body.dark .header-v6 .search-open {
      background: #292929;
      border-bottom: 1px solid #555; }
      body.dark .header-v6 .search-open .form-control {
        color: #fff;
        background: #292929; }
        body.dark .header-v6 .search-open .form-control:-ms-input-placeholder {
          color: #fff; }
      body.dark .header-v6 .search-open .form-control::-moz-placeholder {
        color: #fff; }
      body.dark .header-v6 .search-open .form-control::-webkit-input-placeholder {
        color: #fff; }
    body.dark .header-v6 .navbar-collapse {
      border-color: #555;
      border-bottom-color: #555; }
    body.dark .header-v6 .navbar-nav > li a {
      color: #ccc;
      border-top-color: #555; }
      body.dark .header-v6 .navbar-nav > li a:hover {
        color: #72c02c; }
    body.dark .header-v6 .navbar-nav > .open > a {
      color: #fff; }
      body.dark .header-v6 .navbar-nav > .open > a:hover {
        color: #fff; }
      body.dark .header-v6 .navbar-nav > .open > a:focus {
        color: #fff; }
    body.dark .header-v6 .navbar-nav .open .dropdown-menu > li > a {
      color: #ccc; }
      body.dark .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #72c02c; }
    body.dark .header-v6 .navbar-toggle .icon-bar {
      background: #fff; }
    body.dark .header-v6 li.menu-icons i.menu-icons-style {
      color: #fff; }
    body.dark .header-v6 li.menu-icons i.fa-times {
      color: #fff; }
    body.dark .header-v6 .dropdown .dropdown-submenu > a {
      color: #fff !important; }
    body.dark .header-v6 .mega-menu .equal-height-list h3 {
      color: #fff; }
  body.dark .navbar-default .navbar-nav > .open > a {
    color: #eee; }
    body.dark .navbar-default .navbar-nav > .open > a:hover {
      color: #eee; }
    body.dark .navbar-default .navbar-nav > .open > a:focus {
      color: #eee; }
  body.dark.header-fixed .header-v6.header-fixed-shrink .search-open {
    border-bottom-color: #555; }
  body.dark.header-fixed .header-v6.header-fixed-shrink li.menu-icons i.fa-times {
    color: #fff; }
  body.dark.header-fixed .header-v6 .navbar-brand img.default-logo {
    display: inherit; }
  body.dark.header-fixed .header-v6 .navbar-brand img.shrink-logo {
    display: none; }
  body.dark .header-v7 .navbar-default .navbar-nav > li > a {
    border-bottom-color: #777; } }
@media (min-width: 992px) {
  body.dark .header-v4 .navbar-collapse {
    border-top-color: #333;
    border-bottom-color: #333; }
  body.dark .header-v4 .navbar-default .navbar-nav > li {
    margin-left: -1px;
    border-left: 1px solid #333;
    border-right: 1px solid #333; }
    body.dark .header-v4 .navbar-default .navbar-nav > li > a {
      color: #999; }
  body.dark .header-v4 .mega-menu .equal-height-in {
    border-left-color: #333; }
  body.dark .header-v6 .search-open {
    background: #292929;
    border-bottom: 1px solid #555; }
    body.dark .header-v6 .search-open .form-control {
      color: #fff;
      background: #292929; }
      body.dark .header-v6 .search-open .form-control:-ms-input-placeholder {
        color: #fff; }
    body.dark .header-v6 .search-open .form-control::-moz-placeholder {
      color: #fff; }
    body.dark .header-v6 .search-open .form-control::-webkit-input-placeholder {
      color: #fff; }
  body.dark .header-v6 .dropdown-menu {
    background: #292929; }
    body.dark .header-v6 .dropdown-menu li a {
      color: #ccc; }
    body.dark .header-v6 .dropdown-menu li > a:hover {
      color: #72c02c; }
    body.dark .header-v6 .dropdown-menu .active > a {
      color: #72c02c; }
    body.dark .header-v6 .dropdown-menu > li > a:hover {
      background: inherit; }
    body.dark .header-v6 .dropdown-menu > li > a:focus {
      background: inherit; }
  body.dark .header-v6 .mega-menu .equal-height-in {
    border-left-color: #777; }
  body.dark .header-v6 .mega-menu .equal-height-list h3 {
    color: #fff; }
  body.dark .header-v6 .mega-menu .equal-height-list li a {
    color: #ccc; }
    body.dark .header-v6 .mega-menu .equal-height-list li a:hover {
      color: #72c02c; }
  body.dark .header-v6 .mega-menu .equal-height-list .active > a {
    color: #72c02c; }
  body.dark .header-v6.header-classic-white .navbar {
    box-shadow: none;
    background: #292929; }
  body.dark .header-v6 li.menu-icons i.fa-times {
    color: #fff; }
  body.dark .header .mega-menu .equal-height-in {
    border-left-color: #333; }
  body.dark .header-v1 .mega-menu .equal-height-in {
    border-left-color: #333; }
  body.dark .header-v2 .mega-menu .equal-height-in {
    border-left-color: #333; }
  body.dark .header-v3 .mega-menu .equal-height-in {
    border-left-color: #333; }
  body.dark.header-fixed .header-v6.header-fixed-shrink {
    box-shadow: none;
    background: #292929; }
    body.dark.header-fixed .header-v6.header-fixed-shrink .navbar {
      background-color: inherit; }
    body.dark.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
      color: #fff; }
    body.dark.header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a {
      color: #72c02c; }
    body.dark.header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
      color: #72c02c; }
    body.dark.header-fixed .header-v6.header-fixed-shrink .search-open {
      border-bottom-color: #555; }
    body.dark.header-fixed .header-v6.header-fixed-shrink .navbar-brand img.default-logo {
      display: inherit; }
    body.dark.header-fixed .header-v6.header-fixed-shrink .navbar-brand img.shrink-logo {
      display: none; }
    body.dark.header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
      color: #fff; }
  body.dark.header-fixed .header-v6.header-classic-white .navbar-nav > li > a {
    color: #fff; }
  body.dark.header-fixed .header-v6.header-classic-white li.menu-icons i.menu-icons-style {
    color: #fff; }
  body.dark .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.fa-times {
    color: #fff; } }
@media (min-width: 768px) {
  body.dark .header-v7 .navbar-default {
    border-left-color: rgba(218, 218, 218, 0.1);
    border-right-color: rgba(218, 218, 218, 0.1); }
    body.dark .header-v7 .navbar-default .navbar-nav > li > a:focus {
      color: #ccc; }
  body.dark .header-v7 .dropdown-menu {
    background: #333; } }
label {
  color: #999; }

@media screen and (max-width: 767px) {
  body.dark .timeline-v2 > li .cbp_tmlabel:after {
    border-bottom-color: #222;
    border-right-color: transparent; } }
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.dark .timeline-v2 > li .cbp_tmlabel:after {
    border-bottom-color: #222;
    border-right-color: transparent; } }
body.dark {
  color: #999;
  background-color: #292929; }
  body.dark .wrapper {
    background: #292929; }
    body.dark .wrapper p {
      color: #999; }
  body.dark h1 {
    color: #ccc;
    font-weight: 200; }
  body.dark h2 {
    color: #ccc;
    font-weight: 200; }
  body.dark h3 {
    color: #ccc;
    font-weight: 200; }
  body.dark h4 {
    color: #ccc;
    font-weight: 200; }
  body.dark h5 {
    color: #ccc;
    font-weight: 200; }
  body.dark h6 {
    color: #ccc;
    font-weight: 200; }
  body.dark p {
    color: #999; }
  body.dark li {
    color: #999; }
    body.dark li a {
      color: #999; }
      body.dark li a.btn-u {
        color: #fff; }
  body.dark .headline {
    border-bottom: 1px dotted #555; }
  body.dark .headline-v2 {
    background: #333 !important; }
    body.dark .headline-v2.bg-color-light {
      background: #333 !important; }
  body.dark .parallax-bg {
    background-color: #333; }
    body.dark .parallax-bg:before {
      background: rgba(0, 0, 0, 0.6); }
  body.dark .tp-bannertimer {
    background: rgba(0, 0, 0, 0.5); }
  body.dark .header {
    background: #222;
    border-bottom-color: #333; }
    body.dark .header.header-v1 {
      background: none; }
    body.dark .header .search-open {
      background: #222;
      box-shadow: none;
      border-top-color: #333; }
    body.dark .header .dropdown-menu {
      background: #222;
      border-bottom-color: #222; }
      body.dark .header .dropdown-menu li a {
        color: #999;
        border-bottom-color: #333; }
      body.dark .header .dropdown-menu li > a:hover {
        color: #999 !important;
        background: #333 !important; }
      body.dark .header .dropdown-menu .active > a {
        color: #999 !important;
        background: #333 !important; }
    body.dark .header .navbar-nav .open > a {
      border-bottom-color: #333; }
      body.dark .header .navbar-nav .open > a:hover {
        border-bottom-color: #333; }
      body.dark .header .navbar-nav .open > a:focus {
        border-bottom-color: #333; }
    body.dark .header .nav > li > a:hover {
      background: inherit; }
    body.dark .header .nav > li > a:focus {
      background: inherit; }
    body.dark .header .nav > li > .search {
      color: #999;
      background: #292929;
      border-bottom-color: #555; }
      body.dark .header .nav > li > .search:hover {
        background: #333; }
  body.dark .header-v3 {
    background: #222;
    border-bottom-color: #333; }
    body.dark .header-v3 .dropdown-menu {
      background: #222;
      border-bottom-color: #222; }
      body.dark .header-v3 .dropdown-menu li a {
        color: #999;
        border-bottom-color: #333; }
      body.dark .header-v3 .dropdown-menu li > a:hover {
        color: #999 !important;
        background: #333 !important; }
      body.dark .header-v3 .dropdown-menu .active > a {
        color: #999 !important;
        background: #333 !important; }
    body.dark .header-v3 .navbar .search-open {
      background: #222;
      box-shadow: none;
      border-top-color: #333; }
  body.dark .topbar-v1 {
    background: #222;
    border-color: #555; }
    body.dark .topbar-v1 .top-v1-data li {
      border-right-color: #555; }
      body.dark .topbar-v1 .top-v1-data li:first-child {
        border-left-color: #555; }
      body.dark .topbar-v1 .top-v1-data li i {
        color: #999; }
    body.dark .topbar-v1 .top-v1-contacts li {
      color: #999; }
  body.dark .header-v1 .dropdown-menu {
    background: #222;
    border-bottom-color: #222; }
    body.dark .header-v1 .dropdown-menu li a {
      color: #999;
      border-bottom-color: #333; }
    body.dark .header-v1 .dropdown-menu li > a:hover {
      color: #999 !important;
      background: #333 !important; }
    body.dark .header-v1 .dropdown-menu .active > a {
      color: #999 !important;
      background: #333 !important; }
  body.dark .header-v1 .navbar .search-open {
    background: #222;
    box-shadow: none;
    border-top-color: #333; }
  body.dark .header-v4 .dropdown-menu {
    background: #222;
    border-bottom-color: #222; }
    body.dark .header-v4 .dropdown-menu li a {
      color: #999;
      border-bottom-color: #333; }
    body.dark .header-v4 .dropdown-menu li > a:hover {
      color: #999 !important;
      background: #333 !important; }
    body.dark .header-v4 .dropdown-menu .active > a {
      color: #999 !important;
      background: #333 !important; }
  body.dark .header-v4 .navbar .search-open {
    background: #222;
    box-shadow: none;
    border-top-color: #333; }
  body.dark .header-v5 .dropdown-menu {
    background: #222;
    border-bottom-color: #222; }
    body.dark .header-v5 .dropdown-menu .active > a {
      color: #999 !important;
      background: #333 !important; }
    body.dark .header-v5 .dropdown-menu li > a:hover {
      color: #999 !important;
      background: #333 !important; }
  body.dark .header-v5 .badge-open {
    background: #222 none repeat scroll 0 0; }
  body.dark .header-v5 .subtotal {
    background: #222 none repeat scroll 0 0; }
  body.dark .header-v5.dropdown-menu li a {
    color: #999;
    border-bottom-color: #333; }
  body.dark.header-fixed .header.header-fixed-shrink {
    box-shadow: 0 0 3px #000;
    background: rgba(0, 0, 0, 0.9); }
    body.dark.header-fixed .header.header-fixed-shrink .search-open {
      box-shadow: none;
      background: rgba(0, 0, 0, 0.9); }
  body.dark.header-fixed .header-v1.header-fixed-shrink {
    box-shadow: 0 0 3px #000;
    background: rgba(0, 0, 0, 0.9); }
    body.dark.header-fixed .header-v1.header-fixed-shrink .navbar .search-open {
      box-shadow: none;
      background: rgba(0, 0, 0, 0.9); }
  body.dark.header-fixed .header-v2.header-fixed-shrink {
    box-shadow: 0 0 3px #000;
    background: rgba(0, 0, 0, 0.9); }
    body.dark.header-fixed .header-v2.header-fixed-shrink .navbar .search-open {
      box-shadow: none;
      background: rgba(0, 0, 0, 0.9); }
    body.dark.header-fixed .header-v2.header-fixed-shrink .navbar-nav > li > a {
      color: #999; }
  body.dark.header-fixed .header-v3.header-fixed-shrink {
    box-shadow: 0 0 3px #000;
    background: rgba(0, 0, 0, 0.9); }
    body.dark.header-fixed .header-v3.header-fixed-shrink .navbar .search-open {
      box-shadow: none;
      background: rgba(0, 0, 0, 0.9); }
  body.dark.header-fixed .header-v5.header-fixed-shrink {
    box-shadow: 0 0 3px #000;
    background: rgba(0, 0, 0, 0.9); }
    body.dark.header-fixed .header-v5.header-fixed-shrink .navbar .search-open {
      box-shadow: none;
      background: rgba(0, 0, 0, 0.9); }
  body.dark .header-v6 .shopping-cart .shopping-cart-open {
    background: #292929;
    border-color: #555;
    border-top-color: #72c02c; }
  body.dark .header-v6 .shopping-cart-open span.shc-title {
    color: #fff;
    border-bottom-color: #555; }
  body.dark .header-v6 .shopping-cart-open span.shc-total {
    color: #fff; }
  body.dark .header-v7 .navbar {
    background: #333; }
  body.dark .header-v7 .navbar-default .navbar-nav > li > a {
    color: #ccc; }
    body.dark .header-v7 .navbar-default .navbar-nav > li > a:after {
      color: #ccc; }
  body.dark .header-v7 .navbar-toggle .icon-bar {
    background: #ccc; }
  body.dark.boxed-layout {
    box-shadow: 0 0 5px #1c1c1c;
    background: url("../../img/patterns/4.png") repeat; }
  body.dark .breadcrumbs {
    background: #1c1c1c;
    border-bottom-color: #292929; }
  body.dark .breadcrumbs-v1 h1 {
    font-weight: 400;
    color: #ccc; }
  body.dark .breadcrumbs-v1 p {
    color: #ccc; }
  body.dark .breadcrumbs-v1 span {
    color: #ccc; }
  body.dark .breadcrumbs-v1:after {
    background: rgba(0, 0, 0, 0.6); }
  body.dark .breadcrumbs-v3 h1 {
    font-weight: 400;
    color: #eee; }
  body.dark .breadcrumbs-v3 p {
    color: #eee; }
  body.dark .breadcrumbs-v3:after {
    background: rgba(0, 0, 0, 0.6); }
  body.dark .purchase {
    background: #292929;
    border-bottom-color: #2b2b2b; }
    body.dark .purchase span {
      color: #ccc;
      font-weight: 200; }
  body.dark .list-group-item {
    background: #222;
    border-color: #333; }
    body.dark .list-group-item:hover {
      background: #222;
      border-color: #333; }
  body.dark .list-toggle:after {
    color: #999; }
  body.dark .list-toggle a:focus {
    color: #ccc; }
  body.dark .sidebar-nav-v1 li ul {
    color: #999;
    background: #222; }
    body.dark .sidebar-nav-v1 li ul a {
      border-top-color: #333; }
      body.dark .sidebar-nav-v1 li ul a:hover {
        color: #ccc; }
  body.dark .sidebar-nav-v1 li.active ul a {
    color: #999;
    background: #222; }
  body.dark .sidebar-nav-v1 > li.active {
    background: #222; }
    body.dark .sidebar-nav-v1 > li.active > a {
      color: #ccc;
      background: #292929; }
    body.dark .sidebar-nav-v1 > li.active:hover {
      background: #222; }
  body.dark .sidebar-nav-v1 ul li.active a {
    color: #ccc; }
  body.dark strong {
    color: #ccc; }
  body.dark dt {
    color: #ccc; }
  body.dark dd {
    color: #999; }
  body.dark hr {
    border-color: #333; }
  body.dark code {
    background: #333; }
  body.dark .form-control {
    color: #999;
    border-color: #333;
    background: #222; }
    body.dark .form-control:focus {
      box-shadow: none;
      border-color: #555; }
  body.dark .input-group-addon {
    border-color: #333;
    background: #222; }
  body.dark .close {
    color: #999;
    text-shadow: none; }
    body.dark .close:hover {
      color: #bbb; }
  body.dark .alert-info {
    border-color: #444;
    background-color: #333; }
  body.dark .alert-danger {
    border-color: #444;
    background-color: #333; }
  body.dark .alert-success {
    border-color: #444;
    background-color: #333; }
  body.dark .alert-warning {
    border-color: #444;
    background-color: #333; }
  body.dark .alert h4 {
    color: inherit; }
  body.dark .alert strong {
    color: inherit; }
  body.dark .alert code {
    background: #444; }
  body.dark .popover {
    color: #999;
    box-shadow: none;
    border-color: #444;
    background-color: #333; }
    body.dark .popover.top .arrow:after {
      border-top-color: #333; }
    body.dark .popover.left .arrow:after {
      border-left-color: #333; }
    body.dark .popover.right .arrow:after {
      border-right-color: #333; }
    body.dark .popover.bottom .arrow:after {
      border-bottom-color: #333; }
  body.dark address {
    color: #999; }
  body.dark .contacts-section .title-v1 h2 {
    color: #ccc; }
  body.dark .contacts-section .sky-form fieldset {
    background: transparent none repeat scroll 0 0; }
  body.dark .contacts-section .btn-u.btn-brd.btn-u-dark {
    color: #999;
    border-color: #333; }
  body.dark .devider.devider-dotted {
    border-color: #555; }
  body.dark .devider.devider-dashed {
    border-color: #555; }
  body.dark .devider.devider-db {
    border-color: #555; }
  body.dark .devider.devider-db-dotted {
    border-color: #555; }
  body.dark .devider.devider-db-dashed {
    border-color: #555; }
  body.dark blockquote {
    border-left-color: #555; }
    body.dark blockquote.hero {
      border-left-color: #555;
      background: #222; }
      body.dark blockquote.hero.text-right {
        border-right-color: #555; }
      body.dark blockquote.hero:hover {
        background: #292929;
        border-color: #555 !important; }
      body.dark blockquote.hero.hero-default {
        background: #72c02c; }
        body.dark blockquote.hero.hero-default:hover {
          background: #5fb611; }
        body.dark blockquote.hero.hero-default p {
          color: #fff; }
        body.dark blockquote.hero.hero-default small {
          color: #fff; }
      body.dark blockquote.hero.hero-dark {
        background: #444; }
        body.dark blockquote.hero.hero-dark:hover {
          background: #555; }
        body.dark blockquote.hero.hero-dark p {
          color: #fff; }
        body.dark blockquote.hero.hero-dark small {
          color: #fff; }
    body.dark blockquote.text-right {
      border-right-color: #555; }
    body.dark blockquote.bq-dark {
      border-color: #333 !important; }
      body.dark blockquote.bq-dark:hover {
        border-color: #333 !important; }
  body.dark .shadow-effect-1 {
    box-shadow: 0 10px 6px -6px #151515; }
  body.dark .shadow-effect-2:after {
    box-shadow: 0 15px 10px #151515; }
  body.dark .shadow-effect-2:before {
    box-shadow: 0 15px 10px #151515; }
  body.dark .tag-box {
    background: #222; }
  body.dark .tag-box-v1 {
    border-color: #333; }
  body.dark .tag-box-v2 {
    border-color: #333; }
  body.dark .tag-box-v3 {
    border-color: #333; }
  body.dark .tag-box-v4 {
    border-color: #333; }
  body.dark .tag-box-v5 {
    border-color: #333; }
  body.dark .tag-box-v6 {
    border-color: #333; }
  body.dark .tag-box-v7 {
    border-color: #333; }
  body.dark .bg-light {
    border-color: #333;
    background: #222; }
    body.dark .bg-light i {
      color: #999; }
  body.dark .bg-grey {
    background: #222;
    border-top-color: #222;
    border-bottom-color: #222; }
  body.dark .testimonials.testimonials-v1 p {
    background: #222; }
  body.dark .testimonials.testimonials-v1 .item p:after {
    border-top-color: #222; }
  body.dark .testimonials.testimonials-v1 .carousel-arrow i:hover {
    color: #fff;
    background: #444; }
  body.dark .testimonials.testimonials-v2 p {
    background: #222; }
  body.dark .testimonials.testimonials-v2 .item p:after {
    border-top-color: #222; }
  body.dark .testimonials .testimonial-info img {
    border-color: #999; }
  body.dark .testimonials .carousel-arrow i {
    color: #999;
    background: #222; }
  body.dark i.icon-custom {
    color: #999;
    border-color: #999; }
    body.dark i.icon-custom.icon-color-u {
      color: #72c02c;
      border: solid 1px #72c02c; }
    body.dark i.icon-custom.icon-color-blue {
      color: #3498db;
      border: solid 1px #3498db; }
    body.dark i.icon-custom.icon-color-red {
      color: #e74c3c;
      border: solid 1px #e74c3c; }
    body.dark i.icon-custom.icon-color-sea {
      color: #1abc9c;
      border: solid 1px #1abc9c; }
    body.dark i.icon-custom.icon-color-green {
      color: #2ecc71;
      border: solid 1px #2ecc71; }
    body.dark i.icon-custom.icon-color-yellow {
      color: #f1c40f;
      border: solid 1px #f1c40f; }
    body.dark i.icon-custom.icon-color-orange {
      color: #e67e22;
      border: solid 1px #e67e22; }
    body.dark i.icon-custom.icon-color-grey {
      color: #95a5a6;
      border: solid 1px #95a5a6; }
    body.dark i.icon-custom.icon-color-purple {
      color: #9b6bcc;
      border: solid 1px #9b6bcc; }
    body.dark i.icon-custom.icon-color-aqua {
      color: #27d7e7;
      border: solid 1px #27d7e7; }
    body.dark i.icon-custom.icon-color-brown {
      color: #9c8061;
      border: solid 1px #9c8061; }
    body.dark i.icon-custom.icon-color-dark-blue {
      color: #4765a0;
      border: solid 1px #4765a0; }
    body.dark i.icon-custom.icon-color-light-green {
      color: #79d5b3;
      border: solid 1px #79d5b3; }
    body.dark i.icon-custom.icon-color-light {
      color: #fff;
      border: solid 1px #fff; }
    body.dark i.icon-custom.icon-color-light-grey {
      color: #585f69;
      border: solid 1px #585f69; }
    body.dark i.icon-custom.icon-bg-u {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-red {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-sea {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-dark {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-grey {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-blue {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-green {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-yellow {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-orange {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-purple {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-aqua {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-brown {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-dark-blue {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-light-grey {
      color: #fff;
      border: none; }
    body.dark i.icon-custom.icon-bg-light-green {
      color: #fff;
      border: none; }
  body.dark i.icon-bg-dark {
    color: #fff;
    border-color: #fff; }
  body.dark .team .thumbnail-style {
    background: #292929; }
    body.dark .team .thumbnail-style small {
      color: #555; }
  body.dark .team ul.team-socail li i {
    color: #999;
    background: #222; }
    body.dark .team ul.team-socail li i:hover {
      color: #fff;
      background: #333; }
  body.dark .line-icon-page .item-box {
    border-color: #333; }
    body.dark .line-icon-page .item-box:hover {
      background: #222; }
  body.dark .line-icon-page .item {
    color: #999; }
    body.dark .line-icon-page .item:hover {
      color: #72c02c; }
  body.dark .service-block-default {
    background: #222;
    border-color: #333; }
    body.dark .service-block-default:hover {
      box-shadow: none; }
    body.dark .service-block-default i.icon-custom {
      color: #ccc;
      border-color: #ccc; }
  body.dark .service-block.service-block-u h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-u p {
    color: #fff !important; }
  body.dark .service-block.service-block-blue h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-blue p {
    color: #fff !important; }
  body.dark .service-block.service-block-red h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-red p {
    color: #fff !important; }
  body.dark .service-block.service-block-sea h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-sea p {
    color: #fff !important; }
  body.dark .service-block.service-block-grey h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-grey p {
    color: #fff !important; }
  body.dark .service-block.service-block-yellow h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-yellow p {
    color: #fff !important; }
  body.dark .service-block.service-block-orange h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-orange p {
    color: #fff !important; }
  body.dark .service-block.service-block-green h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-green p {
    color: #fff !important; }
  body.dark .service-block.service-block-purple h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-purple p {
    color: #fff !important; }
  body.dark .service-block.service-block-aqua h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-aqua p {
    color: #fff !important; }
  body.dark .service-block.service-block-brown h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-brown p {
    color: #fff !important; }
  body.dark .service-block.service-block-dark-blue h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-dark-blue p {
    color: #fff !important; }
  body.dark .service-block.service-block-light-green h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-light-green p {
    color: #fff !important; }
  body.dark .service-block.service-block-dark h2 {
    color: #fff !important; }
  body.dark .service-block.service-block-dark p {
    color: #fff !important; }
  body.dark .service-block.service-block-light h2 {
    color: #555 !important; }
  body.dark .service-block.service-block-light p {
    color: #555 !important; }
  body.dark .service-block-v4 {
    background: #292929; }
    body.dark .service-block-v4:after {
      border-color: #292929 transparent transparent transparent; }
  body.dark .service-block-v5 {
    background: #333; }
    body.dark .service-block-v5 .service-border {
      border-left-color: #292929;
      border-right-color: #292929; }
  body.dark .service-block-v8 {
    background: #333; }
    body.dark .service-block-v8 i {
      color: #999; }
  body.dark .funny-boxes {
    background: #292929 !important; }
    body.dark .funny-boxes.funny-boxes-red {
      background: #e74c3c; }
      body.dark .funny-boxes.funny-boxes-red p {
        color: #fff; }
      body.dark .funny-boxes.funny-boxes-red h2 a {
        color: #fff; }
    body.dark .funny-boxes.funny-boxes-blue {
      background: #3498db; }
      body.dark .funny-boxes.funny-boxes-blue p {
        color: #fff; }
      body.dark .funny-boxes.funny-boxes-blue h2 a {
        color: #fff; }
    body.dark .funny-boxes.funny-boxes-grey {
      background: #95a5a6; }
      body.dark .funny-boxes.funny-boxes-grey p {
        color: #fff; }
      body.dark .funny-boxes.funny-boxes-grey h2 a {
        color: #fff; }
    body.dark .funny-boxes.funny-boxes-sea {
      background: #1abc9c; }
      body.dark .funny-boxes.funny-boxes-sea p {
        color: #fff; }
      body.dark .funny-boxes.funny-boxes-sea h2 a {
        color: #fff; }
    body.dark .funny-boxes h2 a {
      color: #ccc; }
  body.dark .thumbnail {
    border: none;
    background: none; }
    body.dark .thumbnail .caption {
      background: #222; }
    body.dark .thumbnail h3 a {
      color: #ccc; }
  body.dark .thumbnail-style:hover {
    box-shadow: none; }
  body.dark .thumbnail-style h3 a {
    color: #ccc; }
  body.dark .badge-sidebar {
    border-color: #333; }
  body.dark .dropdown-show {
    box-shadow: none;
    border-color: #333;
    background: #292929; }
    body.dark .dropdown-show a {
      color: #999; }
  body.dark .dropdown-menu .divider {
    background: #333; }
  body.dark .dropdown-menu > li > a:hover {
    color: #ccc;
    background: #777; }
  body.dark .dropdown-menu > li > a:focus {
    color: #ccc;
    background: #777; }
  body.dark .progress {
    background: #777; }
  body.dark .progress-bar-dark {
    background: #555; }
  body.dark .panel {
    background: none; }
    body.dark .panel .panel-title {
      color: inherit; }
    body.dark .panel .panel-body {
      background: #222; }
    body.dark .panel.panel-default .panel-heading {
      color: #ccc;
      background: #222;
      border-color: #333; }
    body.dark .panel > .panel-body + body.dark .panel > .panel-body.table {
      border-color: #333; }
    body.dark .panel > .panel-body + body.dark .panel > .panel-body.table-responsive {
      border-color: #333; }
  body.dark .pagination > li > a {
    color: #999;
    border-color: #333;
    background: #222; }
    body.dark .pagination > li > a:hover {
      color: #fff;
      background: #333;
      border-color: #333; }
  body.dark .pagination > li > span {
    border-color: #333;
    background: #222; }
  body.dark .pagination > .active > a {
    color: #fff;
    background: #444;
    border-color: #333; }
    body.dark .pagination > .active > a:hover {
      color: #fff;
      background: #444;
      border-color: #333; }
    body.dark .pagination > .active > a:focus {
      color: #fff;
      background: #444;
      border-color: #333; }
  body.dark .pagination > .active > span {
    color: #fff;
    background: #444;
    border-color: #333; }
    body.dark .pagination > .active > span:hover {
      color: #fff;
      background: #444;
      border-color: #333; }
    body.dark .pagination > .active > span:focus {
      color: #fff;
      background: #444;
      border-color: #333; }
  body.dark .pagination > .disabled > span {
    background: #222;
    border-color: #555; }
    body.dark .pagination > .disabled > span:hover {
      background: #222;
      border-color: #555; }
    body.dark .pagination > .disabled > span:focus {
      background: #222;
      border-color: #555; }
  body.dark .pagination > .disabled > a {
    background: #222;
    border-color: #555; }
    body.dark .pagination > .disabled > a:hover {
      background: #222;
      border-color: #555; }
    body.dark .pagination > .disabled > a:focus {
      background: #222;
      border-color: #555; }
  body.dark .panel-default {
    border-color: #333; }
  body.dark .tab-v2 .tab-content {
    border-color: #333; }
  body.dark .tab-v2 .nav-tabs li.active a {
    color: #999;
    background: #292929;
    border-left-color: #333;
    border-right-color: #333; }
  body.dark .tab-v3 .tab-content {
    border-color: #333;
    background: #222; }
  body.dark .tab-v3 .nav-pills li a {
    color: #999;
    border-color: #333;
    background: #222; }
    body.dark .tab-v3 .nav-pills li a:hover {
      color: #fff; }
  body.dark .tab-v3 .nav-pills li.active a {
    color: #fff; }
  body.dark .timeline-v1 .btn-u {
    color: #fff; }
  body.dark .timeline-v1:before {
    background: #333; }
  body.dark .timeline-v1 .timeline-footer {
    border-top-color: #333; }
    body.dark .timeline-v1 .timeline-footer .likes i {
      color: #999; }
    body.dark .timeline-v1 .timeline-footer .likes:hover i {
      color: #72c02c; }
    body.dark .timeline-v1 .timeline-footer .blog-info i {
      color: #999; }
  body.dark .timeline-v1 > li > .timeline-badge {
    color: #555; }
  body.dark .timeline-v1 > li > .timeline-panel {
    border-color: #333; }
    body.dark .timeline-v1 > li > .timeline-panel:before {
      border-left-color: #333;
      border-right-color: #333; }
    body.dark .timeline-v1 > li > .timeline-panel:after {
      border-left-color: #333;
      border-right-color: #333; }
  body.dark .timeline-v1 .timeline-body h2 a {
    color: #ccc; }
    body.dark .timeline-v1 .timeline-body h2 a:hover {
      color: #72c02c; }
  body.dark .timeline-v2 > li .cbp_tmlabel {
    background: #222; }
    body.dark .timeline-v2 > li .cbp_tmlabel h2 {
      border-color: #333; }
    body.dark .timeline-v2 > li .cbp_tmlabel:after {
      border-right-color: #222; }
  body.dark .timeline-v2 > li .cbp_tmicon {
    box-shadow: 0 0 0 4px #222; }
  body.dark .timeline-v2 > li .cbp_tmtime span:last-child {
    color: #ccc; }
  body.dark .timeline-v2:before {
    background: #222; }
  body.dark .owl-btn {
    background: #333; }
    body.dark .owl-btn:hover {
      background: #444; }
  body.dark .table {
    color: #999;
    background: #222;
    border-color: #333; }
    body.dark .table > thead > tr > th {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table > thead > tr > td {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table > thead:first-child > tr:first-child > th {
      color: #ccc; }
    body.dark .table > thead:first-child > tr:first-child > td {
      color: #ccc; }
    body.dark .table > tbody > tr > th {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table > tbody > tr > td {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table > tfoot > tr > th {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table > tfoot > tr > td {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table > caption + thead > tr:first-child > th {
      color: #ccc; }
    body.dark .table > caption + thead > tr:first-child > td {
      color: #ccc; }
    body.dark .table > colgroup + thead > tr:first-child > th {
      color: #ccc; }
    body.dark .table > colgroup + thead > tr:first-child > td {
      color: #ccc; }
  body.dark .table-bordered {
    color: #999;
    background: #222;
    border-color: #333; }
    body.dark .table-bordered > thead > tr > th {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table-bordered > thead > tr > td {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table-bordered > tbody > tr > th {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table-bordered > tbody > tr > td {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table-bordered > tfoot > tr > th {
      color: #999;
      background: #222;
      border-color: #333; }
    body.dark .table-bordered > tfoot > tr > td {
      color: #999;
      background: #222;
      border-color: #333; }
  body.dark .counters {
    color: #999; }
  body.dark .circles-text-wrp {
    color: #999; }
  body.dark .title-box {
    border-color: #555; }
    body.dark .title-box .title-box-text {
      color: #ccc; }
  body.dark .sky-form {
    border-color: #555; }
    body.dark .sky-form header {
      background: #222;
      border-color: #555;
      color: #ccc; }
    body.dark .sky-form fieldset {
      background: #222;
      border-color: #555; }
    body.dark .sky-form footer {
      background: #222;
      border-color: #555; }
    body.dark .sky-form label {
      color: #999; }
    body.dark .sky-form input {
      color: #999;
      box-shadow: none;
      border-color: #333;
      background: #222; }
      body.dark .sky-form input:hover {
        box-shadow: none;
        border-color: #555; }
      body.dark .sky-form input:focus {
        box-shadow: none;
        border-color: #555; }
    body.dark .sky-form .select select {
      color: #999;
      box-shadow: none;
      border-color: #333;
      background: #222;
      border-color: #555; }
      body.dark .sky-form .select select:focus {
        color: #999;
        box-shadow: none;
        border-color: #333;
        background: #222; }
    body.dark .sky-form .select i {
      background: #333;
      box-shadow: 0 0 0 12px #333; }
      body.dark .sky-form .select i:after {
        border-top-color: #999; }
      body.dark .sky-form .select i:before {
        border-bottom-color: #999; }
    body.dark .sky-form .radio i {
      border-color: #555;
      background: #333; }
    body.dark .sky-form .radio input + i:after {
      background: #999; }
    body.dark .sky-form .radio input:checked + i {
      border-color: #555; }
    body.dark .sky-form .radio.state-success i {
      background: #ceedce !important; }
    body.dark .sky-form .radio.state-error i {
      background: #fff0e0 !important; }
    body.dark .sky-form .radio:hover i {
      border-color: #444 !important; }
    body.dark .sky-form .checkbox i {
      border-color: #555;
      background: #333; }
    body.dark .sky-form .checkbox input:checked + i {
      border-color: #555; }
    body.dark .sky-form .checkbox.state-success i {
      background: #ceedce !important; }
    body.dark .sky-form .checkbox.state-error i {
      background: #fff0e0 !important; }
    body.dark .sky-form .checkbox:hover i {
      border-color: #444 !important; }
    body.dark .sky-form .toggle i {
      border-color: #555;
      background: #333; }
      body.dark .sky-form .toggle i:before {
        color: #999; }
      body.dark .sky-form .toggle i:after {
        color: #999; }
    body.dark .sky-form .toggle input:checked + i {
      border-color: #555; }
    body.dark .sky-form .toggle.state-success i {
      background: #ceedce !important; }
    body.dark .sky-form .toggle.state-error i {
      background: #fff0e0 !important; }
    body.dark .sky-form .toggle:hover i {
      border-color: #444 !important; }
    body.dark .sky-form .icon-append {
      border-color: #555;
      color: #999; }
    body.dark .sky-form .icon-prepend {
      border-color: #555;
      color: #999; }
    body.dark .sky-form .rating {
      color: #999; }
    body.dark .sky-form .ui-slider {
      border-color: #555; }
    body.dark .sky-form .ui-slider-handle {
      background: #999;
      border-color: #555; }
      body.dark .sky-form .ui-slider-handle:hover {
        border-color: #444 !important; }
    body.dark .sky-form .state-success input {
      background: #ceedce !important; }
    body.dark .sky-form .state-success select {
      background: #ceedce !important; }
    body.dark .sky-form .state-success textarea {
      background: #ceedce !important; }
    body.dark .sky-form .state-error input {
      background: #fff0e0 !important; }
    body.dark .sky-form .state-error select {
      background: #fff0e0 !important; }
    body.dark .sky-form .state-error textarea {
      background: #fff0e0 !important; }
    body.dark .sky-form.contact-style fieldset {
      background: #292929 none repeat scroll 0 0; }
    body.dark .sky-form .input input {
      color: #999;
      box-shadow: none;
      border-color: #333;
      background: #222;
      border-color: #555; }
      body.dark .sky-form .input input:focus {
        color: #999;
        box-shadow: none;
        border-color: #333;
        background: #222; }
    body.dark .sky-form .textarea textarea {
      color: #999;
      box-shadow: none;
      border-color: #333;
      background: #222;
      border-color: #555; }
      body.dark .sky-form .textarea textarea:focus {
        color: #999;
        box-shadow: none;
        border-color: #333;
        background: #222; }
    body.dark .sky-form.comment-style fieldset {
      background: inherit; }
  body.dark .ui-datepicker {
    background: rgba(0, 0, 0, 0.9); }
    body.dark .ui-datepicker span {
      color: #ccc; }
      body.dark .ui-datepicker span:hover {
        color: #72c02c; }
  body.dark .ui-datepicker-inline {
    background: #222;
    border-color: #555; }
  body.dark .ui-datepicker-header {
    border-color: #555; }
  body.dark .ui-datepicker-calendar a {
    color: #999; }
    body.dark .ui-datepicker-calendar a:hover {
      border-color: #555; }
  body.dark .ui-datepicker-calendar span {
    color: #999; }
  body.dark .ui-datepicker-calendar .ui-state-active {
    color: #eee;
    border-color: #555; }
    body.dark .ui-datepicker-calendar .ui-state-active:hover {
      color: #72c02c;
      border-color: #555; }
  body.dark .modal-content {
    box-shadow: none;
    border-color: #333;
    background: #222; }
  body.dark .modal-header {
    border-color: #333; }
  body.dark .modal-footer {
    border-color: #333; }
  body.dark .pricing {
    box-shadow: none;
    border: 1px solid #333; }
    body.dark .pricing .btn-group .dropdown-menu {
      border-color: #333 !important; }
      body.dark .pricing .btn-group .dropdown-menu li a {
        color: #fff !important; }
  body.dark .pricing-light h3 {
    background: #222 !important;
    border-color: #333 !important; }
  body.dark .pricing-light .pricing-footer h4 {
    background: #222 !important;
    border-color: #333 !important; }
  body.dark .pricing-medium-light .pricing-footer {
    background: #222; }
    body.dark .pricing-medium-light .pricing-footer h4 {
      background: #222 !important;
      border-color: #333 !important; }
  body.dark .pricing-medium-light .pricing {
    background: #222; }
  body.dark .pricing-medium-light .pricing-head h3 {
    background: #222 !important;
    border-color: #333 !important; }
  body.dark .pricing-medium-light .pricing-content > li {
    border-color: #555 !important; }
  body.dark .pricing-medium-light .btn-u.btn-brd.btn-u-default {
    border-color: #555;
    background: none !important; }
    body.dark .pricing-medium-light .btn-u.btn-brd.btn-u-default:hover {
      color: #ccc;
      background: #555 !important; }
  body.dark .pricing-medium-dark .pricing-footer {
    background: #222 !important;
    border-color: #333 !important; }
    body.dark .pricing-medium-dark .pricing-footer h4 {
      background: #333 !important; }
  body.dark .pricing-medium-dark .pricing-head h3 {
    background: #222 !important;
    border-color: #333 !important;
    color: #717984; }
  body.dark .pricing-medium-dark .btn-u.btn-brd.btn-u-default {
    border-color: #555;
    background: none !important; }
    body.dark .pricing-medium-dark .btn-u.btn-brd.btn-u-default:hover {
      color: #ccc;
      background: #555 !important; }
  body.dark .pricing-dark .pricing-footer {
    background: #222; }
    body.dark .pricing-dark .pricing-footer h4 {
      background: #222 !important;
      border-color: #333 !important; }
  body.dark .pricing-dark .pricing {
    background: none; }
    body.dark .pricing-dark .pricing li i {
      color: #999; }
  body.dark .pricing-dark .pricing-head h3 {
    background: #222 !important;
    border-color: #333 !important; }
  body.dark .pricing-dark .btn-u.btn-brd.btn-u-default {
    border-color: #555;
    background: none !important; }
    body.dark .pricing-dark .btn-u.btn-brd.btn-u-default:hover {
      color: #ccc;
      background: #555 !important; }
  body.dark .pricing-head h3 {
    color: #fafafa; }
  body.dark .pricing-head h4 {
    color: #ccc;
    background: #222;
    border-color: #333;
    text-shadow: 0 1px 0 #999; }
  body.dark .pricing-bg-colored h4 {
    color: #ccc;
    background: #222;
    border-color: #333;
    text-shadow: 0 1px 0 #999; }
  body.dark .pricing-bg-colored .pricing-head p {
    color: #999;
    border-color: #333; }
  body.dark .pricing-bg-colored .pricing:hover h4 {
    color: #fff;
    background: transparent; }
  body.dark .pricing-bg-colored .pricing:hover p {
    border-color: #fff; }
  body.dark .pricing-bg-colored .pricing:hover .pricing-content li {
    border-color: #fff; }
  body.dark .pricing-mega-v2 .pricing-head .price {
    color: #ccc;
    background: #222;
    border-color: #333;
    text-shadow: 0 1px 0 #999; }
  body.dark .pricing-mega-v2 .block:hover h3 {
    color: #fff !important;
    background: #222; }
  body.dark .pricing-mega-v2 .block:hover h4 {
    color: #fff !important;
    background: #222; }
    body.dark .pricing-mega-v2 .block:hover h4 i {
      color: #fff !important;
      background: #222; }
  body.dark .pricing-mega-v2 .block:hover li {
    color: #fff !important;
    background: #222; }
    body.dark .pricing-mega-v2 .block:hover li i {
      color: #fff !important;
      background: #222; }
  body.dark .pricing-mega-v2 .block:hover .bg-color {
    background: #222; }
  body.dark .bg-color {
    background: #222; }
  body.dark .pricing-mega-v3 .btn-u {
    border-color: transparent; }
  body.dark .pricing-mega-v3 .pricing-content {
    border-color: transparent; }
  body.dark .pricing-mega-v3 .hidden-area .pricing-content {
    border-color: transparent; }
  body.dark .pricing-mega-v3 .hidden-area .pricing-head h4 {
    border-color: transparent; }
  body.dark .pricing-mega-v3 .pricing-head h3 {
    border-color: transparent; }
  body.dark .pricing-mega-v3 .pricing h5 {
    color: #ccc; }
  body.dark .pricing-table-v1 .pricing-v1-content {
    background: #222; }
  body.dark .pricing-table-v1 .pricing-v1:hover li {
    background: #333; }
  body.dark .pricing-table-v2 .pricing-v2-grey {
    border-color: #555; }
    body.dark .pricing-table-v2 .pricing-v2-grey .pricing-v2-head {
      border-color: #555; }
    body.dark .pricing-table-v2 .pricing-v2-grey .pricing-v2-content li {
      border-color: #555; }
  body.dark .pricing-table-v2 .btn-u.btn-u-default {
    color: #999;
    background: #333; }
    body.dark .pricing-table-v2 .btn-u.btn-u-default:hover {
      background: #555; }
  body.dark .pricing-table-v4 .pricing-v4 {
    background: #222; }
  body.dark .pricing-table-v4 .pricing-v4-head a .price-corner-2 {
    border-color: transparent transparent transparent #222; }
  body.dark .pricing-table-v5 .btn-u {
    color: #fff; }
  body.dark .pricing-table-v5 .pricing-v5-grey {
    border-color: #555; }
    body.dark .pricing-table-v5 .pricing-v5-grey .pricing-v5-head {
      border-color: #555; }
    body.dark .pricing-table-v5 .pricing-v5-grey .pricing-v5-content li {
      border-color: #555; }
  body.dark .pricing-table-v6 h3 {
    color: #fff; }
    body.dark .pricing-table-v6 h3 i {
      color: #fff; }
    body.dark .pricing-table-v6 h3 span {
      color: #fff; }
  body.dark .pricing-table-v6 ul li {
    color: #fff; }
  body.dark .pricing-table-v6 .btn-u.btn-brd {
    color: #fff; }
    body.dark .pricing-table-v6 .btn-u.btn-brd:hover {
      color: #fff;
      background: #333;
      border-color: transparent; }
  body.dark .pricing-table-v7 .service-block p {
    color: #fff; }
  body.dark .pricing-table-v7 .service-block h2 {
    color: #fff; }
  body.dark .pricing-table-v7 .pricing-body {
    background: #333; }
  body.dark .pricing-table-v7 .pricing-inner-1 {
    border-color: #555; }
  body.dark .pricing-table-v7 .pricing-inner-2 {
    border-color: #555; }
  body.dark .pricing-table-v7 .btn-u.btn-brd {
    color: #fff; }
    body.dark .pricing-table-v7 .btn-u.btn-brd:hover {
      color: #fff;
      background: #333;
      border-color: transparent; }
  body.dark .pricing-table-v8 .service-block p {
    color: #fff; }
  body.dark .pricing-table-v8 .service-block h2 {
    color: #fff; }
  body.dark .pricing-table-v8 .pricing-body {
    background: #333; }
  body.dark .pricing-table-v8 .pricing-inner-1 {
    border-color: #555; }
  body.dark .pricing-table-v8 .pricing-inner-2 {
    border-color: #555; }
  body.dark .pricing-table-v8 .btn-u.btn-brd {
    color: #fff; }
    body.dark .pricing-table-v8 .btn-u.btn-brd:hover {
      color: #fff;
      background: #333;
      border-color: transparent; }
  body.dark .map {
    border-color: #333; }
  body.dark .about-skills {
    border-color: #333;
    background: #222; }
  body.dark .info-blocks .info-blocks-in h3 {
    color: #ccc; }
  body.dark .info-blocks i.icon-info-blocks {
    color: #999; }
  body.dark .parallax-about .title-box-v2 h2 {
    color: #fff; }
  body.dark .parallax-about .title-box-v2 p {
    color: #eee; }
  body.dark .parallax-about .banner-info h3 {
    color: #fff; }
  body.dark .parallax-about .banner-info p {
    color: #eee; }
  body.dark .parallax-team {
    border-color: #353535; }
    body.dark .parallax-team:before {
      background: rgba(0, 0, 0, 0.9); }
  body.dark .image-block .company-description {
    background: rgba(0, 0, 0, 0.9); }
  body.dark .image-block .benefits li i {
    color: #ccc;
    border-color: #ccc; }
  body.dark .job-description {
    background: #1c1c1c;
    border: none; }
    body.dark .job-description .left-inner {
      background: #222; }
      body.dark .job-description .left-inner h2 {
        color: #ccc;
        font-weight: 200; }
      body.dark .job-description .left-inner h3 {
        color: #ccc;
        font-weight: 200; }
      body.dark .job-description .left-inner img {
        border-color: #555; }
      body.dark .job-description .left-inner small {
        color: #999; }
      body.dark .job-description .left-inner i.position-top {
        color: #999; }
        body.dark .job-description .left-inner i.position-top:hover {
          color: #666; }
    body.dark .job-description .right-inner {
      background: #222; }
      body.dark .job-description .right-inner .font-s {
        color: #ccc; }
      body.dark .job-description .right-inner small {
        color: #999; }
    body.dark .job-description .progression span {
      color: #999; }
    body.dark .job-description .people-say .overflow-h span {
      color: #ccc; }
  body.dark .block-description {
    background: #1c1c1c;
    border: none; }
    body.dark .block-description .left-inner {
      background: #222; }
      body.dark .block-description .left-inner img {
        border-color: #555; }
      body.dark .block-description .left-inner i.position-top {
        color: #999; }
        body.dark .block-description .left-inner i.position-top:hover {
          color: #666; }
    body.dark .block-description .right-inner {
      background: #222; }
      body.dark .block-description .right-inner .font-s {
        color: #ccc; }
      body.dark .block-description .right-inner small {
        color: #999; }
    body.dark .block-description .progression span {
      color: #999; }
    body.dark .block-description .people-say .overflow-h span {
      color: #ccc; }
  body.dark .job-team {
    background: #1c1c1c;
    border: none; }
  body.dark .block-level-v2 {
    border-color: #353535;
    background: #292929; }
  body.dark .contacts {
    border-color: #353535;
    background: #292929; }
  body.dark .center-icon {
    color: #777;
    background: #222;
    border-color: #353535; }
  body.dark .team-v7 .team-v7-name {
    color: #ccc; }
  body.dark .team-v7 .team-arrow-left:before {
    border-color: transparent #292929 transparent transparent; }
  body.dark .team-v7 .team-arrow-right:before {
    border-color: transparent transparent transparent #292929; }
  body.dark .search-block {
    background: #222;
    border-color: #333; }
    body.dark .search-block:before {
      background: rgba(0, 0, 0, 0.7); }
    body.dark .search-block form.page-search-form .checkbox {
      color: #ccc; }
  body.dark .content-boxes-v3 .icon-bg-darker {
    border: transparent; }
  body.dark .content-boxes-v3 .content-boxes-in-v3 h3 a {
    color: #ccc; }
  body.dark .search-block-v2 {
    background: #222;
    border-color: #333; }
  body.dark .s-results .related-search {
    border-color: #555; }
  body.dark .s-results .inner-results .btn-default {
    color: #bbb;
    background: #1c1c1c; }
  body.dark .s-results .inner-results h3 a {
    color: #ccc; }
    body.dark .s-results .inner-results h3 a:hover {
      color: #72c02c; }
  body.dark .s-results .up-ul li {
    color: #bbb; }
    body.dark .s-results .up-ul li a {
      color: #bbb; }
  body.dark .easy-block-v3 {
    background: #333; }
    body.dark .easy-block-v3.second {
      background: #353535; }
    body.dark .easy-block-v3.third {
      background: #353535; }
    body.dark .easy-block-v3 .inner-faq-b h3 {
      color: #fff; }
    body.dark .easy-block-v3 .inner-faq-b p {
      color: #eee; }
    body.dark .easy-block-v3 i {
      color: #ccc; }
  body.dark .faq-bg .title-box-v2 h2 {
    color: #fff; }
  body.dark .faq-bg .title-box-v2 p {
    color: #eee; }
  body.dark .faq-bg .banner-info h3 {
    color: #fff; }
  body.dark .faq-bg .banner-info i {
    color: #eee; }
  body.dark .faq-bg .banner-info p {
    color: #eee; }
  body.dark .reg-page {
    background: #222;
    box-shadow: none;
    border-color: #333; }
  body.dark .reg-header {
    border-color: #555; }
  body.dark .view {
    box-shadow: none; }
  body.dark .blog-post-tags {
    border-top-color: #333;
    border-bottom-color: #333; }
    body.dark .blog-post-tags li i {
      color: #999; }
    body.dark .blog-post-tags ul.blog-tags a {
      color: #999;
      background: #292929; }
      body.dark .blog-post-tags ul.blog-tags a:hover {
        color: #fff; }
  body.dark .one-page .one-grey {
    background: none; }
    body.dark .one-page .one-grey h1 {
      color: #ccc; }
    body.dark .one-page .one-grey h2 {
      color: #ccc; }
  body.dark .one-page .one-default {
    background: none; }
    body.dark .one-page .one-default h1 {
      color: #ccc; }
    body.dark .one-page .one-default h2 {
      color: #ccc; }
  body.dark .one-page .one-red h1 {
    color: #fff !important; }
  body.dark .one-page .one-red h2 {
    color: #fff !important; }
  body.dark .one-page .one-red p {
    color: #fff !important; }
  body.dark .one-page .one-blue h1 {
    color: #fff !important; }
  body.dark .one-page .one-blue h2 {
    color: #fff !important; }
  body.dark .one-page .one-blue p {
    color: #fff !important; }
  body.dark .clients-page {
    border-color: #333; }
    body.dark .clients-page img {
      border-color: #333;
      background: #292929; }
  body.dark .profile-body {
    background: #1c1c1c; }
  body.dark .profile .notification {
    border-top-color: #333; }
  body.dark .profile .project-share {
    border-top-color: #333;
    background: #292929; }
  body.dark .profile .comment {
    border-bottom-color: #333; }
  body.dark .profile .panel-heading {
    border-bottom-color: #333;
    background: #292929; }
    body.dark .profile .panel-heading h2 {
      color: #999; }
  body.dark .profile .profile-bio {
    background: #292929; }
    body.dark .profile .profile-bio span {
      color: #999; }
  body.dark .profile .projects {
    background: #292929; }
  body.dark .profile .profile-blog {
    background: #292929;
    border-color: #444; }
  body.dark .profile .profile-post {
    background: #292929; }
  body.dark .profile .profile-edit {
    background: #292929; }
  body.dark .profile .profile-event {
    background: #292929; }
  body.dark .profile .social-contacts-v3 li {
    border-top-color: #333; }
  body.dark .profile .profile-post-in h3 a {
    color: #999; }
  body.dark .profile .timeline-me .cbp_tmlabel:after {
    border: none; }
  body.dark .profile .timeline-v2.timeline-me > li .cbp_tmtime span:first-child {
    color: #666; }
  body.dark .profile .comment-list-v2 li a {
    color: #999; }
  body.dark .profile .media.media-v2 {
    border-color: #555; }
  body.dark .profile .blog-info-v2 li {
    border-color: #555; }
  body.dark .profile .btn-u.btn-u-default {
    color: #999;
    background: #333; }
    body.dark .profile .btn-u.btn-u-default:hover {
      background: #444; }
  body.dark .footer-default .footer {
    color: #999;
    background: #1c1c1c;
    border-top: solid 1px #222; }
    body.dark .footer-default .footer h2 {
      color: #ccc; }
    body.dark .footer-default .footer h3 {
      color: #ccc; }
    body.dark .footer-default .footer h4 {
      color: #ccc; }
    body.dark .footer-default .footer p {
      color: #999; }
    body.dark .footer-default .footer .blog-list {
      color: #999; }
    body.dark .footer-default .footer .posts .dl-horizontal a {
      color: #999; }
    body.dark .footer-default .footer .dl-horizontal img {
      border-color: #999 !important; }
  body.dark .footer-default .copyright {
    background: #1c1c1c;
    border-top-color: #222; }
    body.dark .footer-default .copyright p {
      color: #999; }
  body.dark .footer-v1 address {
    color: #999; }
  body.dark .footer-v1 .link-list a {
    color: #999; }
  body.dark .footer-v1 .link-list i {
    color: #999; }
  body.dark .footer-v1 .footer {
    background: #1c1c1c; }
  body.dark .copyright-v2 {
    background: #222; }
  body.dark .footer-v2 .footer {
    border-color: #333;
    background: #1c1c1c; }
  body.dark .footer-v2 .link-list li {
    border-color: #555; }
  body.dark .footer-v2 .link-list a {
    color: #999; }
  body.dark .footer-v2 .copyright {
    background: #1c1c1c; }
  body.dark .footer-v2 .headline h2 {
    color: #ccc; }
  body.dark .copyright-section {
    background: #1c1c1c; }
    body.dark .copyright-section i.back-to-top {
      background: #1c1c1c; }
  body.dark .parallax-counter-v2 {
    background: #222 url("../../img/patterns/5.png") repeat fixed; }
    body.dark .parallax-counter-v2:after {
      border-top-color: #292929; }
    body.dark .parallax-counter-v2 .counters {
      background: rgba(0, 0, 0, 0.9);
      border-bottom-color: #222; }
      body.dark .parallax-counter-v2 .counters h4 {
        color: #ccc; }
      body.dark .parallax-counter-v2 .counters span {
        color: #ccc; }
  body.dark .block-grid-v1 {
    background: #222;
    border-bottom-color: #292929; }
  body.dark .block-grid-v2-info {
    background: #222;
    border-color: #292929; }
  body.dark .block-grid-v1-add-info {
    border-color: #292929; }
    body.dark .block-grid-v1-add-info li a {
      border-color: #292929; }
  body.dark .testimonials-v4 .testimonials-v4-in {
    background: #333;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2); }
    body.dark .testimonials-v4 .testimonials-v4-in:after {
      border-color: #333 transparent transparent transparent;
      filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2)); }
  body.dark .testimonials-v4 .testimonials-author {
    color: #ccc; }
    body.dark .testimonials-v4 .testimonials-author em {
      color: #999; }
  body.dark .bg-image-v2:before {
    background: rgba(0, 0, 0, 0.6); }
  body.dark .bg-image-v2 p {
    color: #ccc; }
  body.dark .flat-bg-block-v1 {
    background: #222 url("../../img/patterns/5.png") repeat; }
  body.dark .service-info {
    background: #222 url("../../img/patterns/5.png") repeat; }
  body.dark .service-block-v1 {
    border-color: #555; }
  body.dark .fancybox-skin {
    color: #999;
    background: #333; }
  body.dark .reg-block {
    background: #333; }
  body.dark .reg-block-header {
    border-bottom-color: #555; }
  body.dark .bg-color-light {
    background: #292929 !important; }
  body.dark .fusion-portfolio .cbp-l-caption-desc {
    color: #555; }
  body.dark .fusion-portfolio #filters-container .cbp-filter-item {
    color: #999;
    border-color: #555; }
    body.dark .fusion-portfolio #filters-container .cbp-filter-item:hover {
      color: #ccc; }
  body.dark .fusion-portfolio .product-description span {
    color: #555; }
  body.dark .blog_masonry_3col .grid-boxes-in {
    border-color: #555; }
  body.dark .blog_masonry_3col h3 a {
    color: #999; }
  body.dark .news-v2 .news-v2-badge p {
    background: #555; }
  body.dark .news-v2 .news-v2-badge span {
    color: #ccc; }
  body.dark .news-v2 .news-v2-badge small {
    color: #ccc; }
  body.dark .news-v2 .news-v2-desc {
    background: #333; }
    body.dark .news-v2 .news-v2-desc small {
      color: #999; }
    body.dark .news-v2 .news-v2-desc p {
      color: #999; }
    body.dark .news-v2 .news-v2-desc h3 a {
      color: #ccc; }
      body.dark .news-v2 .news-v2-desc h3 a:hover {
        color: #72c02c; }
  body.dark .news-v3 {
    background: #292929; }
    body.dark .news-v3 .news-v3-in {
      background: #333; }
    body.dark .news-v3 h2 a {
      color: #ccc; }
      body.dark .news-v3 h2 a:hover {
        color: #72c02c; }
    body.dark .news-v3 .posted-info li {
      color: #999; }
      body.dark .news-v3 .posted-info li a {
        color: #999; }
        body.dark .news-v3 .posted-info li a:hover {
          color: #72c02c; }
    body.dark .news-v3 .post-shares li i {
      background: #bbb; }
      body.dark .news-v3 .post-shares li i:hover {
        background: #ddd; }
    body.dark .news-v3 .post-shares li span {
      border-color: #bbb; }
  body.dark .blog-author {
    background: #333; }
  body.dark .blog-latest-posts li {
    border-top-color: #777; }
  body.dark .blog-latest-posts h3 a:hover {
    color: #72c02c; }
  body.dark .blog-post-quote {
    background: #333; }
    body.dark .blog-post-quote p {
      color: #ccc; }
    body.dark .blog-post-quote span {
      color: #999; }
  body.dark .parallax-quote-light .parallax-quote-in {
    background: #333;
    border-color: #555; }
  body.dark .parallax-quote-light:after {
    background: rgba(0, 0, 0, 0.8); }
  body.dark .cube-portfolio .cbp-l-inline {
    background: #333; }
  body.dark .cube-portfolio .cbp-l-inline-title {
    color: #ccc; }
  body.dark .cube-portfolio .cbp-l-inline-desc {
    color: #999; }
  body.dark .cube-portfolio .cbp-title-dark .cbp-l-grid-agency-title {
    color: #ccc !important; }
  body.dark .cube-portfolio .cbp-title-dark .cbp-l-grid-agency-desc {
    color: #999 !important; }
  body.dark .cube-portfolio .cbp-l-filters-text {
    color: #777; }
  body.dark .call-action-v2 {
    background: #333; }
  body.dark .call-action-v1 a {
    color: #eee; }
  body.dark .call-action-v1 p {
    color: #eee; }
  body.dark .call-action-v1 .btn-u.btn-brd {
    color: #eee; }
  body.dark .tp-banner-container .btn-u.btn-brd.btn-u-light {
    color: #fff; }
  body.dark .topbar ul.loginbar li.topbar-devider {
    border-right-color: #999; }
  body.dark .topbar ul.loginbar li i.fa {
    color: #999; }
  body.dark .topbar ul.loginbar > li > a {
    color: #999; }
    body.dark .topbar ul.loginbar > li > a:hover {
      color: #fff; }
  body.dark .topbar ul.languages {
    background: #333; }
    body.dark .topbar ul.languages li a {
      color: #999; }
      body.dark .topbar ul.languages li a:hover {
        color: #ccc;
        background: #555; }
    body.dark .topbar ul.languages li.active a {
      color: #ccc;
      background: #555; }
      body.dark .topbar ul.languages li.active a i {
        color: #ccc; }
    body.dark .topbar ul.languages:after {
      border-bottom-color: #333; }
  body.dark .nav .open > a {
    background: inherit; }
    body.dark .nav .open > a:hover {
      background: inherit; }
    body.dark .nav .open > a:focus {
      background: inherit; }
  body.dark .header-v2 .dropdown-menu {
    background: #222;
    border-bottom-color: #222; }
    body.dark .header-v2 .dropdown-menu li a {
      color: #999;
      border-bottom-color: #333; }
    body.dark .header-v2 .dropdown-menu li > a:hover {
      color: #999 !important;
      background: #333 !important; }
    body.dark .header-v2 .dropdown-menu .active > a {
      color: #999 !important;
      background: #333 !important; }
  body.dark .breadcrumb a {
    color: #999; }
  body.dark .breadcrumbs-v2 h1 {
    color: #eee; }
  body.dark .slider-inner .da-slider {
    border-bottom-color: #444; }
  body.dark .clients li {
    background: #292929; }
    body.dark .clients li:hover {
      background: #333; }
  body.dark .contex-bg p.bg-info {
    background-color: #333;
    color: #27d7e7; }
  body.dark .contex-bg p.bg-danger {
    background-color: #333;
    color: #e74c3c; }
  body.dark .contex-bg p.bg-warning {
    background-color: #333;
    color: #e67e22; }
  body.dark .contex-bg p.bg-primary {
    background-color: #333;
    color: #3498db; }
  body.dark .contex-bg p.bg-success {
    background-color: #333;
    color: #72c02c; }
  body.dark .heading h2:before {
    border-color: #555; }
  body.dark .heading h2:after {
    border-color: #555; }
  body.dark .headline-left .headline-brd {
    color: #ccc; }
  body.dark .headline-center-v2.headline-center-v2-dark span.bordered-icon {
    color: #eee; }
    body.dark .headline-center-v2.headline-center-v2-dark span.bordered-icon:before {
      background: #eee; }
    body.dark .headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
      background: #eee; }
  body.dark .shadow-effect-3:before {
    box-shadow: 0 15px 10px #151515; }
  body.dark .shadow-effect-4:after {
    box-shadow: 0 15px 10px #151515; }
  body.dark .testimonials-v6 .testimonials-info {
    background: #333;
    border-color: #292929; }
  body.dark .btn-u.btn-brd {
    color: #ddd; }
    body.dark .btn-u.btn-brd.btn-u-dark {
      border-color: #eee; }
      body.dark .btn-u.btn-brd.btn-u-dark:hover {
        border-color: #333; }
  body.dark .btn-group .dropdown-menu {
    background: #222; }
    body.dark .btn-group .dropdown-menu li a {
      color: #999; }
    body.dark .btn-group .dropdown-menu li > a:hover {
      color: #999; }
    body.dark .btn-group .dropdown-menu .active > a {
      color: #999; }
  body.dark .bs-glyphicons li {
    color: #999;
    border-color: #333; }
    body.dark .bs-glyphicons li:hover {
      color: #72c02c;
      background: #222; }
  body.dark .service:hover {
    box-shadow: none;
    background: #1c1c1c; }
    body.dark .service:hover i {
      color: #999; }
  body.dark .content-boxes-v2 .link-bg-icon span {
    color: #ccc; }
  body.dark .badge-box-v2 a {
    border-color: #333; }
    body.dark .badge-box-v2 a:hover {
      color: #555;
      border-color: #555; }
  body.dark .badge-box-v1 a {
    border-color: #333; }
    body.dark .badge-box-v1 a:hover {
      color: #555;
      border-color: #555; }
  body.dark img.img-bordered {
    background: #222;
    border-color: #333; }
  body.dark .pager li > a {
    color: #999;
    border-color: #333;
    background: #222; }
    body.dark .pager li > a:hover {
      color: #fff;
      background: #222;
      border-color: #555; }
  body.dark .pager li > span {
    color: #999;
    border-color: #333;
    background: #222; }
    body.dark .pager li > span:hover {
      color: #fff;
      background: #222;
      border-color: #555; }
  body.dark .acc-v1 .panel-heading a {
    color: #ccc;
    background: #222; }
  body.dark .panel-group .panel-heading + .panel-collapse .panel-body {
    color: #999;
    background: #222;
    border-top-color: #555; }
  body.dark .owl-carousel-style-v2 .item {
    background: #292929;
    border-color: #333; }
    body.dark .owl-carousel-style-v2 .item:hover {
      border-color: #555;
      background: #333; }
  body.dark .table-hover > tbody > tr:hover > td {
    background: #222; }
  body.dark .table-hover > tbody > tr:hover > th {
    background: #222; }
  body.dark .table-hover > tbody > tr:nth-child(2n + 1):hover > td {
    background: #222; }
  body.dark .table-hover > tbody > tr:nth-child(2n + 1):hover > th {
    background: #222; }
  body.dark .table-striped > tbody > tr:nth-child(2n + 1) > td {
    background: #222; }
  body.dark .table-striped > tbody > tr:nth-child(2n + 1) > th {
    background: #222; }
  body.dark .pie-progress-charts .circle {
    color: #ccc; }
  body.dark .title-box-v2 h2 {
    color: #ccc; }
  body.dark .pricing-mega-v1 .pricing-head .price {
    color: #ccc;
    background: #222;
    border-color: #333;
    text-shadow: 0 1px 0 #999; }
  body.dark .pricing-content li {
    color: #999;
    border-color: #333; }
  body.dark .pricing-rounded h4 {
    background: #222 !important;
    border-color: #333 !important;
    text-shadow: 0 1px 0 #999 !important; }
  body.dark .pricing-zoom .pricing-head h4 {
    background: #222 !important;
    border-color: #333 !important;
    text-shadow: 0 1px 0 #999 !important; }
  body.dark .job-partners .our-clients li {
    border-color: #555;
    background: #292929; }
  body.dark #effect-2 figure .img-hover {
    color: #999;
    background: #333; }
  body.dark .job-content .categories li {
    border-bottom-color: #444; }
  body.dark .job-img .job-banner {
    background: rgba(0, 0, 0, 0.9); }
  body.dark .team-v2 .inner-team {
    background: #222; }
  body.dark .category .section-block {
    background: #222;
    border-color: #292929;
    box-shadow: 0 0 3px #111; }
  body.dark .section-block .section-block-info {
    border-color: #292929; }
  body.dark .table-search-v1 thead {
    border-color: #333; }
  body.dark .table-search-v2 thead {
    border-color: #333; }
  body.dark .faq-page .faq-add {
    border-color: #333; }
  body.dark .easy-block-v1 i {
    color: #ccc; }
  body.dark .easy-block-v2 i {
    color: #ccc; }
  body.dark .sorting-block .sorting-grid li span.sorting-cover {
    background: #222; }
  body.dark .sorting-block .sorting-grid li:hover span.sorting-cover {
    background: #333; }
  body.dark .sorting-block .sorting-grid li a:hover span.sorting-cover p {
    color: #999; }
  body.dark .sorting-block .sorting-grid li a:hover span.sorting-cover span {
    color: #999; }
  body.dark .recent-work a {
    background: #222; }
    body.dark .recent-work a span {
      border-bottom-color: #333; }
    body.dark .recent-work a:hover span {
      border-bottom-color: #72c02c; }
      body.dark .recent-work a:hover span strong {
        color: #ccc; }
  body.dark .blog h2 a {
    color: #ccc; }
  body.dark ul.blog-tags a {
    color: #999;
    background: #292929; }
    body.dark ul.blog-tags a:hover {
      color: #fff; }
    body.dark ul.blog-tags a i {
      color: #999; }
  body.dark .posts .dl-horizontal a {
    color: #999; }
  body.dark .blog-info li i {
    color: #999; }
  body.dark .blog-item .media h4.media-heading {
    color: #ccc; }
  body.dark .magazine-page h3 {
    color: #ccc; }
    body.dark .magazine-page h3 a {
      color: #ccc; }
      body.dark .magazine-page h3 a:hover {
        color: #72c02c; }
    body.dark .magazine-page h3:hover {
      color: #72c02c; }
  body.dark .blog-twitter .blog-twitter-inner {
    color: #999;
    background: #292929; }
    body.dark .blog-twitter .blog-twitter-inner:before {
      border-bottom: 15px solid #292929; }
    body.dark .blog-twitter .blog-twitter-inner:after {
      border-top-color: #555; }
    body.dark .blog-twitter .blog-twitter-inner i.fa {
      color: #999; }
  body.dark .owl-work-v1 .item a span {
    background: #222;
    border-color: #333; }
  body.dark .owl-work-v1 .item:hover a span {
    border-color: #444; }
  body.dark .team-social li a.fb {
    color: #999;
    border-color: #555; }
    body.dark .team-social li a.fb:hover {
      color: #fff;
      border-color: transparent; }
  body.dark .team-social li a.tw {
    color: #999;
    border-color: #555; }
    body.dark .team-social li a.tw:hover {
      color: #fff;
      border-color: transparent; }
  body.dark .team-social li a.gp {
    color: #999;
    border-color: #555; }
    body.dark .team-social li a.gp:hover {
      color: #fff;
      border-color: transparent; }
  body.dark .footer-v6 .contacts {
    background: none; }
  body.dark .footer-v3 .footer {
    border-color: #333;
    background: #1c1c1c; }
  body.dark .footer-v5 .footer {
    background: #1c1c1c; }
  body.dark .tags-v1 li a {
    color: #777;
    border: solid 2px #555; }
    body.dark .tags-v1 li a:hover {
      color: #999; }
  body.dark .testimonials-v3 .owl-buttons .owl-prev {
    background: #333; }
    body.dark .testimonials-v3 .owl-buttons .owl-prev:hover {
      background: #444; }
  body.dark .testimonials-v3 .owl-buttons .owl-next {
    background: #333; }
    body.dark .testimonials-v3 .owl-buttons .owl-next:hover {
      background: #444; }
  body.dark .portfolio-box-v1-in p {
    color: #eee; }
  body.dark .thumbnails-v1 h3 a {
    color: #eee; }
  body.dark .bg-image-v1 p {
    color: #eee; }
  body.dark .content-boxes-v5 i {
    background: #333; }
  body.dark .content-boxes-v6 i {
    background: #333; }
    body.dark .content-boxes-v6 i:after {
      border-color: #555; }
  body.dark .portfolio-box-v2 li:hover:after {
    background: rgba(0, 0, 0, 0.6); }
  body.dark .owl-carousel-v6 .owl-carousel-item {
    border-color: #555; }
  body.dark .invoice-header .invoice-numb {
    color: #999; }
  body.dark .icon-page-fa .item i {
    color: #999; }
  body.dark .demo-pro-glyphicons span:before {
    color: #999; }
  body.dark .view-tenth:hover p {
    color: #ccc; }
  body.dark .grid-boxes-caption.grid-boxes-quote p {
    color: #fff; }
  body.dark .news-v1-in.bg-color-white {
    background-color: #333 !important; }
  body.dark .news-v1 .news-v1-info {
    border-top-color: #777; }
  body.dark .blog-comments .comments-itself {
    background: #333; }
    body.dark .blog-comments .comments-itself:before {
      border-color: transparent #333 transparent transparent; }
    body.dark .blog-comments .comments-itself span {
      color: #999; }
  body.dark .blog-trending h3 a:hover {
    color: #72c02c; }

body {
  color: #a49da6;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  background: #fff;
  text-rendering: optimizelegibility;
  font: 14px/1.5 "Open Sans", sans-serif;
  color: #555555;
  overflow-x: hidden; }

html {
  width: 100%;
  height: 100%; }

a {
  color: #e74c3c;
  color: #ff0000;
  text-decoration: none;
  outline: 0;
  outline: 0 !important; }
  a:focus {
    outline: 0;
    outline: 0 !important;
    text-decoration: none; }
  a:hover {
    outline: 0;
    outline: 0 !important;
    color: #e74c3c;
    color: #ff0000;
    text-decoration: underline; }
  a:active {
    outline: 0;
    outline: 0 !important; }
  a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px; }
  a.btn-u-lg.btn-u-upper {
    font-size: 12px;
    font-weight: bold; }

::-moz-selection {
  background: #e74c3c;
  color: #fff;
  background: #ff0000; }

::selection {
  background: #e74c3c;
  color: #fff;
  background: #ff0000; }

.clear {
  clear: both; }

@media (min-width: 600px) {
  .visible-2xs {
    display: none;
    display: none;
    display: none; } }
@media (max-width: 600px) {
  .hidden-2xs {
    display: none;
    display: none;
    display: none; }

  .col-2xs-12 {
    width: 100%;
    width: 100%;
    width: 100%; }

  .icon-page-fa .item-box {
    width: 30% !important; } }
@media (min-width: 500px) {
  .visible-3xs {
    display: none;
    display: none;
    display: none; } }
@media (max-width: 500px) {
  .hidden-3xs {
    display: none;
    display: none;
    display: none; }

  .g-heading-v7 h2 {
    font-size: 30px;
    padding-bottom: 30px; }
  .g-heading-v7 .h2 {
    font-size: 30px;
    padding-bottom: 30px; }
    .g-heading-v7 .h2:after {
      height: 7px; }

  .testimonials-v6 .owl-controls {
    display: none; }
  .testimonials-v6 .owl-buttons {
    display: none; }

  .g-heading-v8 h2 {
    font-size: 30px;
    padding-bottom: 30px; }
  .g-heading-v8 .h2 {
    font-size: 30px;
    padding-bottom: 30px; }

  .col-3xs-12 {
    width: 100%; } }
.g-padding-5 {
  padding: 5px; }

.g-padding-10 {
  padding: 10px; }

.g-padding-15 {
  padding: 15px; }

.g-padding-20 {
  padding: 20px; }

.g-padding-25 {
  padding: 25px; }

.g-padding-30 {
  padding: 30px; }

.g-padding-35 {
  padding: 35px; }

.g-padding-40 {
  padding: 40px; }

.g-padding-45 {
  padding: 45px; }

.g-padding-50 {
  padding: 50px; }

.g-pt-10 {
  padding-top: 10px; }

.g-pt-20 {
  padding-top: 20px; }

.g-pt-30 {
  padding-top: 30px; }

.g-pt-40 {
  padding-top: 40px; }

.g-pt-50 {
  padding-top: 50px; }

.g-pt-60 {
  padding-top: 60px; }

.g-pt-70 {
  padding-top: 70px; }

.g-pt-80 {
  padding-top: 80px; }

.g-pt-85 {
  padding-top: 80px; }

.g-pt-90 {
  padding-top: 90px; }

.g-pt-100 {
  padding-top: 100px; }

.g-pt-110 {
  padding-top: 110px; }

.g-pt-120 {
  padding-top: 120px; }

.g-pt-130 {
  padding-top: 130px; }

.g-pt-140 {
  padding-top: 140px; }

.g-pt-150 {
  padding-top: 150px; }

.g-pt-160 {
  padding-top: 160px; }

.g-pt-170 {
  padding-top: 170px; }

.g-pb-10 {
  padding-bottom: 10px; }

.g-pb-20 {
  padding-bottom: 20px; }

.g-pb-30 {
  padding-bottom: 30px; }

.g-pb-40 {
  padding-bottom: 40px; }

.g-pb-50 {
  padding-bottom: 50px; }

.g-pb-60 {
  padding-bottom: 60px; }

.g-pb-70 {
  padding-bottom: 70px; }

.g-pb-75 {
  padding-bottom: 75px; }

.g-pb-80 {
  padding-bottom: 80px; }

.g-pb-90 {
  padding-bottom: 90px; }

.g-pb-100 {
  padding-bottom: 100px; }

.g-pl-10 {
  padding-left: 10px; }

.g-pl-20 {
  padding-left: 20px; }

.g-pl-30 {
  padding-left: 30px; }

.g-pl-40 {
  padding-left: 40px; }

.g-pl-50 {
  padding-left: 50px; }

.g-pl-60 {
  padding-left: 60px; }

.g-pl-70 {
  padding-left: 70px; }

.g-pl-80 {
  padding-left: 80px; }

.g-pl-90 {
  padding-left: 90px; }

.g-pl-100 {
  padding-left: 100px; }

.g-pr-10 {
  padding-right: 10px; }

.g-pr-20 {
  padding-right: 20px; }

.g-pr-30 {
  padding-right: 30px; }

.g-pr-40 {
  padding-right: 40px; }

.g-pr-50 {
  padding-right: 50px; }

.g-pr-60 {
  padding-right: 60px; }

.g-pr-70 {
  padding-right: 70px; }

.g-pr-80 {
  padding-right: 80px; }

.g-pr-90 {
  padding-right: 90px; }

.g-pr-100 {
  padding-right: 100px; }

.g-mt-0 {
  margin-top: 0; }

.g-mt-10 {
  margin-top: 10px; }

.g-mt-20 {
  margin-top: 20px; }

.g-mt-30 {
  margin-top: 30px; }

.g-mt-40 {
  margin-top: 40px; }

.g-mt-50 {
  margin-top: 50px; }

.g-mt-60 {
  margin-top: 60px; }

.g-mt-70 {
  margin-top: 70px; }

.g-mt-80 {
  margin-top: 80px; }

.g-mt-90 {
  margin-top: 90px; }

.g-mt-100 {
  margin-top: 100px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-ml-10 {
  margin-left: 10px; }

.g-ml-20 {
  margin-left: 20px; }

.g-ml-30 {
  margin-left: 30px; }

.g-ml-40 {
  margin-left: 40px; }

.g-ml-50 {
  margin-left: 50px; }

.g-ml-60 {
  margin-left: 60px; }

.g-ml-70 {
  margin-left: 70px; }

.g-ml-80 {
  margin-left: 80px; }

.g-ml-90 {
  margin-left: 90px; }

.g-ml-100 {
  margin-left: 100px; }

.g-mr-10 {
  margin-right: 10px; }

.g-mr-20 {
  margin-right: 20px; }

.g-mr-30 {
  margin-right: 30px; }

.g-mr-40 {
  margin-right: 40px; }

.g-mr-50 {
  margin-right: 50px; }

.g-mr-60 {
  margin-right: 60px; }

.g-mr-70 {
  margin-right: 70px; }

.g-mr-80 {
  margin-right: 80px; }

.g-mr-90 {
  margin-right: 90px; }

.g-mr-100 {
  margin-right: 100px; }

.margin-top-minus-225 {
  margin-top: -225px; }

@media (max-width: 992px) {
  .g-mb-30--sm {
    margin-bottom: 30px; }

  .g-sm-mb-20 {
    margin-bottom: 20px;
    margin-bottom: 20px; }

  .g-sm-mb-30 {
    margin-bottom: 30px;
    margin-bottom: 30px; }

  .our-service-info {
    height: auto !important;
    padding-bottom: 100px; }

  .content-boxes-v2 {
    text-align: center; }
    .content-boxes-v2 .text-justify {
      text-align: center; }
    .content-boxes-v2 span {
      display: block;
      margin-top: 5px; }

  .purchase {
    text-align: center; }
    .purchase span {
      font-size: 22px;
      line-height: 29px; }
    .purchase .btn-buy a {
      margin-top: 25px;
      font-size: 16px; }

  .intro-section {
    margin-top: 185px; }

  .shiping-type-img {
    width: 50%;
    right: 0;
    transition: all 1s ease-in-out 0s; }

  .shiping-type-text {
    width: 50%;
    left: 0;
    transition: all 1s ease-in-out 0s; }

  .testimonials-v3-text {
    padding: 5px 0; }
    .testimonials-v3-text p {
      margin-bottom: 10px; }

  .why-we-item--dark .g-display-table {
    padding: 70px 30px; }

  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 100px 0; }

  .service-block-v5 .service-border {
    border-left: none;
    border-right: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }

  .funny-boxes .funny-boxes-img li {
    display: inline-block; }

  .call-action-v1 .call-action-v1-in {
    display: block;
    text-align: center; }
    .call-action-v1 .call-action-v1-in.inner-btn {
      display: block;
      text-align: center; }
    .call-action-v1 .call-action-v1-in p {
      margin-bottom: 20px; }

  .parallax-counter-v2 .counters {
    margin-bottom: 0 !important; }

  .shiping-type:hover .shiping-type-img {
    width: 100%;
    right: 0;
    transition: all 1s ease-in-out 0s; }
  .shiping-type:hover .shiping-type-text {
    width: 100%;
    left: 0;
    transition: all 1s ease-in-out 0s; }

  .pie-progress-charts .inner-pchart {
    margin-bottom: 20px; }

  .process img {
    margin: 0 auto; }

  .faq .faq-img img {
    margin: 0 auto; }

  .testimonials-v3 li img {
    width: 100px !important;
    height: 100px !important; } }
.GMap-stand-alone {
  height: 500px; }

.g-section-bg-gray {
  background: #f8f8f8; }

.g-social-icons-v2 {
  margin: 0;
  padding: 0; }
  .g-social-icons-v2 li {
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block; }
  .g-social-icons-v2 a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    background: #fff;
    color: #e74c3c;
    transition: all 0.3s ease-in-out; }
    .g-social-icons-v2 a:hover {
      background: #383339;
      background: #31353e;
      color: #fff; }
      .g-social-icons-v2 a:hover i {
        color: #fff; }
    .g-social-icons-v2 a i {
      color: #e74c3c; }

.g-display-inline-block {
  display: inline-block; }

.g-display-table {
  display: table;
  width: 100%; }
  .g-display-table:hover i {
    border-color: #e74c3c; }

.g-display-td {
  display: table-cell; }

.g-text-top {
  vertical-align: top; }

.g-text-middle {
  vertical-align: middle; }

.g-text-bottom {
  vertical-align: bottom; }

.btn-u-upper {
  text-transform: uppercase; }

i.icon-2lg {
  width: 100px;
  height: 100px;
  line-height: 95px;
  font-size: 35px; }
i.icon-3lg {
  width: 130px;
  height: 130px;
  line-height: 115px;
  font-size: 40px; }
  i.icon-3lg.g-icon-hover-1 span {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px; }
i.icon-color-u {
  border: 1px solid #e74c3c;
  color: #e74c3c; }
i.icon-border-v2 {
  border: 4px solid #504a51; }
i.icon-border-v3 {
  border: 10px solid #f8f8f8; }
  i.icon-border-v3.g-icon-hover-1:hover {
    border-color: transparent;
    color: #fff; }
  i.icon-border-v3.g-icon-hover-1 span {
    background: #e74c3c; }
i.icon-v4 {
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 40px;
  color: #e74c3c;
  display: inline-block; }
i.num-icon-v2 {
  border: 4px solid #504a51;
  color: #e74c3c;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  width: 40px;
  height: 40px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%; }

.g-icon-hover-1 {
  position: relative;
  transition: border-color .3s ease-in-out;
  transition: box-shadow .4s ease-in-out;
  transition: background .5s ease-in-out; }
  .g-icon-hover-1 span {
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all .2s ease-in-out; }
  .g-icon-hover-1:hover span {
    transform: scale(1); }

.g-heading-v7 h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #383339; }
.g-heading-v7 .h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #383339; }
  .g-heading-v7 .h2 .block-name {
    font-size: 12px;
    font-style: normal;
    display: block;
    color: #fe6466;
    margin-bottom: 20px; }
  .g-heading-v7 .h2:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 10px;
    background: #fe6466;
    position: absolute;
    left: 0;
    bottom: 0; }
.g-heading-v7 h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #383339; }
.g-heading-v7 .h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #383339; }
.g-heading-v7 h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 5px;
  color: #383339; }
.g-heading-v7 .h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 5px;
  color: #383339; }
.g-heading-v7 h5 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 5px;
  color: #383339; }
.g-heading-v7 .h5 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 5px;
  color: #383339; }
.g-heading-v7.text-center .h2:after {
  left: 50%;
  margin-left: -35px; }

@media (min-width: 768px) and (max-width: 991px) {
  .one-page-header .menu-container {
    width: 720px;
    width: 720px; } }
@media (min-width: 768px) {
  .testimonials-clients-block {
    width: 100%; }

  .carousel-indicators {
    bottom: 10px; }

  .one-page-header .navbar-nav {
    padding: 0;
    position: relative;
    top: 22px;
    padding: 0;
    position: relative;
    top: 25px; }

  .bs-glyphicons li {
    width: 12.5%; }

  .header-links-red.one-page-header .navbar-nav {
    padding: 0;
    position: relative;
    top: 15px; }
  .header-links-red.one-page-header.header-fixed-shrink .navbar-nav {
    top: 20px; }
  .header-links-red.one-page-header .container .menu-container .navbar-brand {
    position: relative;
    z-index: 99; } }
@media (max-width: 991px) {
  .one-page-header .menu-container:before {
    content: " ";
    display: table;
    content: " ";
    display: table; }
  .one-page-header .menu-container:after {
    content: " ";
    display: table;
    content: " ";
    display: table;
    clear: both;
    clear: both; }
  .one-page-header .navbar-brand {
    padding: 20px 15px; }
  .one-page-header .navbar-nav {
    margin: 0;
    float: none !important;
    top: 0;
    padding: 10px 0;
    float: none !important;
    top: 0;
    padding: 10px;
    margin: 0;
    background: rgba(49, 53, 62, 0.8); }
    .one-page-header .navbar-nav > li {
      float: none;
      float: none; }
      .one-page-header .navbar-nav > li > a span[data-hover]:before {
        content: "";
        display: none;
        top: 0;
        content: "";
        display: none;
        top: 0;
        content: "";
        display: none;
        top: 0; }
      .one-page-header .navbar-nav > li > a:hover span[data-hover] {
        transform: translate3d(0, 0, 0);
        transition: color .3s;
        color: #e74c3c;
        font-weight: bold;
        transform: translate3d(0, 0, 0);
        transition: color .3s;
        color: #e74c3c;
        font-weight: bold;
        transform: translate3d(0, 0, 0);
        transition: color .3s;
        color: #e74c3c;
        font-weight: bold; }
  .one-page-header .navbar-header {
    float: none;
    float: none; }
  .one-page-header .navbar-toggle {
    display: block;
    margin: 26px 0 5px;
    display: block;
    margin: 20px 0 5px; }
  .one-page-header .navbar-collapse {
    padding: 0; }
    .one-page-header .navbar-collapse.collapse {
      display: none !important;
      display: none !important; }
      .one-page-header .navbar-collapse.collapse.in {
        display: block !important;
        display: block !important; }
  .one-page-header .dropdown-menu {
    position: relative;
    position: relative; }
    .one-page-header .dropdown-menu a {
      color: #fff !important;
      padding: 10px 20px;
      background: none !important;
      color: #fff !important;
      padding: 10px 20px;
      background: none !important; }
      .one-page-header .dropdown-menu a:hover {
        color: #72c02c !important;
        color: #72c02c !important; }
  .one-page-header.top-nav-collapse .navbar-nav {
    background: none;
    padding: 10px 0; }
  .one-page-header.top-nav-collapse .dropdown-menu > li > a {
    color: #777 !important;
    color: #777 !important; }
    .one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
      color: #72c02c !important;
      color: #72c02c !important; }
  .one-page-header > .navbar-default > .container {
    width: inherit;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: inherit;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    .one-page-header > .navbar-default > .container > .navbar-header {
      margin-left: 0;
      margin-right: 0;
      margin-left: 0;
      margin-right: 0; }
    .one-page-header > .navbar-default > .container > .navbar-collapse {
      margin-left: 0;
      margin-right: 0;
      margin-left: 0;
      margin-right: 0; }

  .search-tours:before {
    display: none; }
  .search-tours:after {
    display: none; }
  .search-tours > .container {
    width: 100%; }

  .search-tours-title-wrapper {
    padding-top: 22px;
    padding-bottom: 34px; } }
@media (max-width: 991px) and (max-width: 500px) {
  .g-heading-v8 h2 {
    padding-bottom: 0; }
  .g-heading-v8 .h2 {
    padding-bottom: 0; } }
@media (max-width: 991px) {
  .team-v7 .equal-height-column {
    height: auto !important; }
  .team-v7 .team-arrow-left:before {
    top: auto;
    border-color: #fff transparent transparent transparent;
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px; }
  .team-v7 .team-arrow-right:before {
    top: auto;
    border-color: #fff transparent transparent transparent;
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px; }

  .badge-sidebar {
    border-left: none; }

  .navbar-default .navbar-nav > li > a {
    padding: 5px 0;
    padding: 5px 0; }
  .navbar-default .navbar-nav > li > a::before {
    content: '';
    content: ''; }

  .sky-form .col {
    padding-left: 0 !important;
    padding-right: 30px !important; }

  .flat-bg-block-v1 img.img-over {
    position: static; } }
.one-page-header {
  background: #fff;
  margin-bottom: 0;
  border-bottom: none;
  background: transparent; }
  .one-page-header .navbar-brand {
    padding: 10px 15px;
    height: auto; }
  .one-page-header .navbar-toggle {
    border: none;
    margin-right: 3px;
    padding-right: 0; }
    .one-page-header .navbar-toggle:hover {
      background: none; }
    .one-page-header .navbar-toggle:focus {
      background: none; }
  .one-page-header .container {
    position: relative; }
  .one-page-header.top-nav-collapse {
    box-shadow: 0 0 3px #b5b5b5;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    box-shadow: none;
    background: rgba(49, 53, 62, 0.8); }
    .one-page-header.top-nav-collapse .navbar-brand {
      color: #383339;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      color: #fff !important; }
    .one-page-header.top-nav-collapse .navbar-nav > li > a {
      color: #383339;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff; }
      .one-page-header.top-nav-collapse .navbar-nav > li > a:before {
        color: #383339;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff; }
    .one-page-header.top-nav-collapse .navbar-nav a.dropdown-toggle {
      color: #777 !important; }
    .one-page-header.top-nav-collapse .dropdown-menu {
      border: none;
      background: none;
      box-shadow: none;
      float: none; }
      .one-page-header.top-nav-collapse .dropdown-menu > .active > a {
        z-index: 1;
        background: none;
        font-weight: bold; }
        .one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover] {
          color: #e74c3c;
          transform: translate3d(0, 0, 0); }
        .one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover {
          z-index: 1;
          background: none;
          font-weight: bold; }
          .one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover] {
            color: #e74c3c;
            transform: translate3d(0, 0, 0); }
        .one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus {
          z-index: 1;
          background: none;
          font-weight: bold; }
          .one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover] {
            color: #e74c3c;
            transform: translate3d(0, 0, 0); }
    .one-page-header.top-nav-collapse .navbar-toggle .icon-bar {
      background: #383339;
      background: #fff; }
    .one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
      background: #e74c3c; }
  .one-page-header .navbar-nav > li > a {
    color: #383339;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: bold;
    overflow: hidden;
    position: relative; }
    .one-page-header .navbar-nav > li > a span[data-hover] {
      color: #fff;
      color: #383339;
      position: relative;
      display: inline-block;
      transition: transform .4s; }
      .one-page-header .navbar-nav > li > a span[data-hover]:before {
        position: absolute;
        top: 100%;
        font-weight: bold;
        color: #e74c3c;
        content: attr(data-hover);
        transform: translate3d(0, 0, 0);
        transition: color .4s; }
    .one-page-header .navbar-nav > li > a:hover span[data-hover] {
      transform: translate3d(0, -100%, 0);
      font-weight: bold; }
  .one-page-header .navbar-nav > .active > a {
    z-index: 1;
    background: none;
    font-weight: bold; }
    .one-page-header .navbar-nav > .active > a span[data-hover] {
      color: #e74c3c;
      transform: translate3d(0, 0, 0); }
    .one-page-header .navbar-nav > .active > a:hover {
      z-index: 1;
      background: none;
      font-weight: bold; }
      .one-page-header .navbar-nav > .active > a:hover span[data-hover] {
        color: #e74c3c;
        transform: translate3d(0, 0, 0); }
    .one-page-header .navbar-nav > .active > a:focus {
      z-index: 1;
      background: none;
      font-weight: bold; }
      .one-page-header .navbar-nav > .active > a:focus span[data-hover] {
        color: #e74c3c;
        transform: translate3d(0, 0, 0); }
  .one-page-header .navbar-nav a.dropdown-toggle {
    color: #fff !important; }
  .one-page-header .dropdown-menu {
    border: none;
    background: none;
    box-shadow: none;
    float: none; }
    .one-page-header .dropdown-menu > .active > a {
      z-index: 1;
      background: none;
      font-weight: bold; }
      .one-page-header .dropdown-menu > .active > a span[data-hover] {
        color: #e74c3c;
        transform: translate3d(0, 0, 0); }
      .one-page-header .dropdown-menu > .active > a:hover {
        z-index: 1;
        background: none;
        font-weight: bold; }
        .one-page-header .dropdown-menu > .active > a:hover span[data-hover] {
          color: #e74c3c;
          transform: translate3d(0, 0, 0); }
      .one-page-header .dropdown-menu > .active > a:focus {
        z-index: 1;
        background: none;
        font-weight: bold; }
        .one-page-header .dropdown-menu > .active > a:focus span[data-hover] {
          color: #e74c3c;
          transform: translate3d(0, 0, 0); }
    .one-page-header .dropdown-menu .active > a {
      background: none;
      filter: none !important;
      transition: all 0.1s ease-in-out; }
    .one-page-header .dropdown-menu li > a:hover {
      background: none;
      filter: none !important;
      transition: all 0.1s ease-in-out; }
    .one-page-header .dropdown-menu li > a:focus {
      background: none;
      filter: none !important; }
  .one-page-header.navbar-default .navbar-toggle .icon-bar {
    background: #383339;
    background: #fff; }
  .one-page-header.navbar-default .navbar-toggle:hover .icon-bar {
    background: #e74c3c; }

@media (max-width: 768px) {
  .one-page-header .navbar-brand {
    padding-left: 0;
    padding-left: 0; }
  .one-page-header .navbar-nav {
    padding-left: 15px; }
    .one-page-header .navbar-nav > li > a:before {
      content: "";
      content: ""; }
  .one-page-header.top-nav-collapse {
    padding: 0;
    padding: 0; }

  .chess-about-us-item {
    width: 100%; }

  .chess-about-us-inner {
    width: 100%; }

  .chess-about-us-inner--left {
    text-align: left;
    padding: 30px 15px; }

  .chess-about-us-inner--right {
    padding: 30px 15px; }

  .why-we-item {
    width: 100%; }

  .why-we-item-inner {
    width: 100%; }

  .why-we-item--dark .why-we-item-inner {
    padding: 30px 15px; }
  .why-we-item--dark .g-display-table {
    padding: 30px 0; }

  .our-team-v4-members {
    margin-top: -175px; }

  .breadcrumbs-v1 {
    padding: 50px 0; }
    .breadcrumbs-v1 h1 {
      font-size: 40px;
      line-height: 45px; }

  .breadcrumbs-v3 {
    padding: 50px 0; }
    .breadcrumbs-v3.breadcrumbs-lg {
      padding: 50px 0; }
    .breadcrumbs-v3 h1 {
      font-size: 30px;
      line-height: 40px; }
    .breadcrumbs-v3 p {
      font-size: 18px; }

  .portfolio-box {
    margin-bottom: 60px; }

  .parallax-quote-in {
    padding: 0 40px; }
    .parallax-quote-in p {
      font-size: 20px; }

  .interactive-slider-v1 h2 {
    font-size: 30px; }
  .interactive-slider-v1 p {
    font-size: 18px; }

  .blog-post-quote {
    padding: 35px 25px; }
    .blog-post-quote p {
      font-size: 26px;
      line-height: 35px; }

  .rs-caption-1 {
    font-weight: normal; }
    .rs-caption-1:after {
      content: ""; }
    .rs-caption-1:before {
      content: ""; }

  .rs-caption-2 {
    font-weight: normal; }

  .rs-caption-3 {
    font-weight: normal; }

  .title-box .title-box-text {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px; }
  .title-box p {
    font-size: 15px; }

  .g-xs-mb-20 {
    margin-bottom: 20px; }

  .g-xs-mb-30 {
    margin-bottom: 30px; }

  .intro-section {
    margin-top: 167px;
    overflow-y: auto; }

  .shipping-form {
    margin-top: 50px;
    margin-bottom: 50px; }

  .intro-section-info {
    display: none; }

  .soffer-link {
    text-align: center; }

  .special-offer h2 {
    text-align: center; }
  .special-offer p {
    text-align: center; }

  .shipping-service {
    margin-bottom: 30px; }

  .testimonials-v3-text {
    text-align: center;
    padding: 0; }

  .chess-about-us img {
    display: none; }

  .why-we-item--light .why-we-item-inner {
    padding: 30px 15px; }

  .process-v1 .process-border:before {
    border: none; }

  .call-action-v2 p {
    padding: inherit; }

  .parallax-quote-light .parallax-quote-in {
    padding: 30px 40px; }
    .parallax-quote-light .parallax-quote-in p {
      font-size: 20px; }
    .parallax-quote-light .parallax-quote-in small {
      font-weight: 200; }

  .testimonials-v6 .testimonials-wrap {
    padding-left: 0;
    padding-right: 0; }

  .blog-comments .comments-itself:before {
    display: none;
    display: none; }
  .blog-comments .comments-itself:after {
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent; }

  .quote-v1 p {
    font-size: 18px;
    padding: 0 50px; }

  .interactive-slider-v2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px; }

  .news-v3 h2 {
    font-size: 22px;
    line-height: 30px; }

  .content-boxes-v3.content-boxes-v3-right {
    text-align: inherit; }
    .content-boxes-v3.content-boxes-v3-right i.icon-custom {
      float: left;
      margin-left: 0; }

  .line-icon-page .item-box {
    height: 115px; }

  .testimonials-v3 li img {
    display: none !important; } }
@media (max-width: 1205px) {
  .one-page-header .navbar-nav > li > a {
    padding: 0 10px;
    padding: 0 10px; } }
@media (min-width: 992px) {
  .one-page-header.navbar {
    padding: 4px 0;
    transition: background .3s ease-in-out,padding .3s ease-in-out;
    padding: 0;
    transition: background .3s ease-in-out,padding .3s ease-in-out; }
    .one-page-header.navbar .navbar-nav {
      float: right;
      float: right; }
  .one-page-header .dropdown-menu {
    padding-top: 12px;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    top: 100%;
    padding-top: 12px;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    top: 100%; }
    .one-page-header .dropdown-menu > li {
      background: rgba(0, 0, 0, 0.4);
      background: rgba(0, 0, 0, 0.4); }
      .one-page-header .dropdown-menu > li:first-child {
        padding-top: 15px;
        padding-top: 15px; }
      .one-page-header .dropdown-menu > li:last-child {
        padding-bottom: 15px;
        padding-bottom: 15px; }
      .one-page-header .dropdown-menu > li > a {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 25px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 25px; }
  .one-page-header.top-nav-collapse {
    padding: 4px 0; }
    .one-page-header.top-nav-collapse .dropdown-menu {
      padding-top: 12px;
      min-width: 200px;
      border-radius: 0;
      z-index: 9999 !important;
      top: 100%;
      padding-top: 12px;
      min-width: 200px;
      border-radius: 0;
      z-index: 9999 !important;
      top: 100%;
      padding-top: 7px;
      padding-top: 7px; }
      .one-page-header.top-nav-collapse .dropdown-menu > li {
        background: #fff;
        background: #fff; }
        .one-page-header.top-nav-collapse .dropdown-menu > li > a {
          color: #777;
          color: #777; }
          .one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
            color: #72c02c;
            color: #72c02c; }
  .one-page-header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
    display: block; }
  .one-page-header .open > .dropdown-menu {
    display: none;
    display: none; }

  .one-page-header-style-2.navbar .navbar-nav {
    float: left;
    margin-left: 25px;
    float: left;
    margin-left: 25px; }

  .search-tours-title-wrapper > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .search-tours-col-bg-default > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
.promo {
  position: relative;
  height: 315px;
  overflow: hidden; }

.tp-caption {
  z-index: 1;
  position: absolute; }
  .tp-caption.RotatingWords-TitleWhite {
    font-family: "Open Sans", "Arial", "sans-serif"; }
  .tp-caption.RotatingWords-Button {
    font-family: "Open Sans", "Arial", "sans-serif"; }
  .tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important; }
  .tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0; }
  .tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0; }
  .tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0; }
  .tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0; }
  .tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
    .tp-caption.fullscreenvideo iframe {
      width: 100% !important;
      height: 100% !important;
      display: none; }
      .tp-caption.fullscreenvideo iframe video {
        width: 100% !important;
        height: 100% !important;
        display: none; }
  .tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important; }
  .tp-caption:hover .tp-video-play-button {
    opacity: 1;
    display: block; }
  .tp-caption:hover .tp-video-controls {
    opacity: .9; }
  .tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
    margin-top: 15px !important;
    line-height: 20px !important;
    vertical-align: top;
    font-size: 25px !important; }
  .tp-caption img {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom: 1; }
  .tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url("../assets/coloredbg.png") repeat; }
  .tp-caption.slidelink a span {
    background: url("../assets/coloredbg.png") repeat; }

.RotatingWords-TitleWhite {
  font-family: "Open Sans", "Arial", "sans-serif"; }

.RotatingWords-Button {
  font-family: "Open Sans", "Arial", "sans-serif"; }

.chess-about-us {
  color: #fff;
  position: relative;
  overflow: hidden; }
  .chess-about-us h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: auto; }
  .chess-about-us img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -115px 0 0 -115px; }

.chess-about-us-item {
  width: 50%;
  float: left;
  min-height: 1px;
  background: #3e393f;
  position: relative;
  transition: all .3s ease-in-out; }
  .chess-about-us-item:hover {
    background: #e74c3c; }
    .chess-about-us-item:hover:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(231, 76, 60, 0.9); }
    .chess-about-us-item:hover p {
      opacity: 1; }
  .chess-about-us-item p {
    opacity: .5; }

.chess-about-us-item--dark {
  background: #383339; }

.chess-about-us-inner {
  float: left;
  z-index: 2;
  position: relative; }

.chess-about-us-inner--left {
  padding: 90px 170px 90px 30px;
  text-align: right;
  float: right; }

.chess-about-us-inner--right {
  padding: 90px 30px 90px 170px; }

.why-we {
  position: relative;
  overflow: hidden; }

.why-we-item {
  width: 50%;
  float: left;
  min-height: 1px;
  position: relative; }

.why-we-item--light {
  background: #f8f8f8; }
  .why-we-item--light .why-we-item-inner {
    float: right;
    padding: 140px 85px 70px 30px; }
  .why-we-item--light p {
    margin-bottom: 30px; }

.why-we-item--dark {
  color: #fff;
  background: #383339; }
  .why-we-item--dark .why-we-item-inner {
    float: left; }
  .why-we-item--dark .g-display-table {
    padding: 70px 30px 60px 85px;
    border-bottom: solid 1px #3e393f;
    transition: all 0.3s ease-in-out; }
    .why-we-item--dark .g-display-table:hover {
      background: #3e393f; }
  .why-we-item--dark i {
    margin-right: 30px; }
  .why-we-item--dark h4 {
    color: #fff; }
  .why-we-item--dark p {
    opacity: .5;
    margin-bottom: 0; }

.pie-progress-charts .circle {
  color: #383339;
  font-weight: 600;
  font-size: 30px;
  color: #555555;
  font-weight: 200;
  margin-bottom: 20px; }
.pie-progress-charts .inner-pchart {
  text-align: center;
  padding: 20px 10px; }
.pie-progress-charts .circle-title {
  font-size: 22px; }
.pie-progress-charts .circles-text-wrp {
  left: 5px; }
.pie-progress-charts h3 {
  font-size: 14px;
  font-weight: bold;
  color: #2c2c2c;
  text-transform: uppercase; }

.progress {
  background: #f1f1f1;
  box-shadow: none;
  overflow: visible;
  height: 10px; }
  .progress .progress-bar {
    overflow: visible;
    height: 10px; }

.progress-bar {
  background: #383339; }
  .progress-bar span {
    position: absolute;
    right: -21px;
    top: 0;
    margin-top: -16px;
    color: #fff;
    background: #e74c3c;
    width: 42px;
    height: 42px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    padding-top: 11px; }

.contacts-v4 .row {
  margin-left: 0;
  margin-right: 0; }
.contacts-v4 em {
  font-style: normal;
  display: block;
  text-transform: uppercase;
  color: #89848a;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 10px; }
.contacts-v4 strong {
  font-size: 16px;
  line-height: 1; }
.contacts-v4 a {
  color: #fff; }

.contacts-v4-info {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
  background: #3e393f; }

.contacts-v4-info--dark {
  background: #383339; }

.v-tab-content {
  background: #3e393f url("../img-temp/How-We-Work.jpg") no-repeat 50% 0/cover;
  position: relative;
  color: #89848a;
  padding: 80px 0 50px; }
  .v-tab-content:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(56, 51, 57, 0.95); }
  .v-tab-content .container {
    z-index: 1;
    position: relative; }
  .v-tab-content h2 {
    color: #fff; }
  .v-tab-content .h2 {
    color: #fff; }
  .v-tab-content a {
    color: #fff; }
  .v-tab-content .nav-tabs {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    border: none; }
    .v-tab-content .nav-tabs > li {
      margin-bottom: 10px; }
      .v-tab-content .nav-tabs > li.active > a {
        background: #e74c3c;
        border: none;
        color: #fff; }
        .v-tab-content .nav-tabs > li.active > a:focus {
          background: #e74c3c;
          border: none;
          color: #fff; }
        .v-tab-content .nav-tabs > li.active > a:hover {
          background: #e74c3c;
          border: none;
          color: #fff; }
    .v-tab-content .nav-tabs a {
      border: none;
      margin: 0; }
      .v-tab-content .nav-tabs a:hover {
        background: none; }
  .v-tab-content .g-display-td {
    padding-right: 15px; }
  .v-tab-content .tab-content {
    line-height: 1.4; }
  .v-tab-content h4 {
    color: #fff;
    line-height: 1.4; }
  .v-tab-content .h4 {
    color: #fff;
    line-height: 1.4; }

.our-team-v4 {
  color: #89848a;
  padding-bottom: 20px; }
  .our-team-v4 .container {
    z-index: 1;
    position: relative; }
  .our-team-v4 h2 {
    color: #fff; }
  .our-team-v4 .h2 {
    color: #fff; }

.our-team-v4-start {
  background: #3e393f url("../img-temp/Our-Team.jpg") no-repeat 50% 0/cover;
  position: relative;
  color: #89848a;
  height: 585px;
  padding-top: 80px; }
  .our-team-v4-start:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(56, 51, 57, 0.95); }

.our-team-v4-members {
  margin-top: -225px; }

.our-team-v4-member-wrapper {
  position: relative; }
  .our-team-v4-member-wrapper img {
    width: 100%;
    height: auto; }
  .our-team-v4-member-wrapper div {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(231, 76, 60, 0.8);
    transition: all 0.3s ease-in-out; }
  .our-team-v4-member-wrapper:hover div {
    opacity: 1; }

.our-team-v4-member .g-social-icons-v2 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px; }
  .our-team-v4-member .g-social-icons-v2 li {
    margin: 0 5px 10px; }
  .our-team-v4-member .g-social-icons-v2 a:hover {
    background: #e74c3c; }
.our-team-v4-member div em {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -30px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%); }
  .our-team-v4-member div em:before {
    content: "\â€œ";
    display: block;
    font-size: 36px;
    line-height: 1; }

.our-team-v4__role {
  display: block;
  line-height: 1;
  color: #e74c3c;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 15px; }

.our-team-v4__name {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 18px;
  color: #383339;
  margin-bottom: 15px; }

.our-team-v4__position {
  display: block;
  line-height: 1;
  font-size: 13px;
  text-transform: lowercase; }

.testimonials-clients {
  position: relative;
  overflow: hidden; }

.tc-testimonials {
  width: 50%;
  height: 320px;
  float: left;
  min-height: 1px;
  position: relative;
  color: #89848a;
  background: #383339; }
  .tc-testimonials .testimonials-clients-block {
    padding: 70px 50px 50px 30px;
    float: right; }

.tc-testimonials-clients {
  width: 50%;
  height: 320px;
  float: left;
  min-height: 1px;
  position: relative;
  color: #89848a;
  background: #3e393f; }
  .tc-testimonials-clients .testimonials-clients-block {
    padding: 125px 30px 90px 37px;
    float: left; }

@media (max-width: 900px) {
  .tc-testimonials {
    width: 100%;
    height: auto; }

  .tc-testimonials-clients {
    width: 100%;
    height: auto; }

  .testimonials-clients-block {
    width: 100%; }

  .why-we-item--light .why-we-item-inner {
    padding: 30px; }

  .why-we-item--dark .why-we-item-inner {
    padding: 30px; }

  .da-slide .da-img {
    display: none; } }
.testimonials-v6 {
  position: relative; }
  .testimonials-v6 img {
    border-radius: 50%;
    overflow: hidden; }
  .testimonials-v6 strong {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 3px; }
  .testimonials-v6 em {
    text-transform: uppercase;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #89848a;
    display: block; }
  .testimonials-v6 blockquote {
    border-left: none;
    font-size: 14px;
    margin: 0;
    padding: 0; }
  .testimonials-v6 .owl-controls {
    position: absolute;
    top: 15px;
    right: 0; }
  .testimonials-v6 .owl-prev {
    width: 48px;
    height: 48px;
    background: #3e393f;
    color: #fff;
    position: relative;
    margin-left: 20px;
    border-radius: 50%;
    display: inline-block; }
    .testimonials-v6 .owl-prev:hover {
      background: #e74c3c; }
    .testimonials-v6 .owl-prev:after {
      top: 10px;
      color: #fff;
      font-size: 18px;
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: "FontAwesome";
      left: 20px;
      content: "\f104"; }
  .testimonials-v6 .owl-next {
    width: 48px;
    height: 48px;
    background: #3e393f;
    color: #fff;
    position: relative;
    margin-left: 20px;
    border-radius: 50%;
    display: inline-block; }
    .testimonials-v6 .owl-next:hover {
      background: #e74c3c; }
    .testimonials-v6 .owl-next:after {
      top: 10px;
      color: #fff;
      font-size: 18px;
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: "FontAwesome";
      right: 20px;
      content: "\f105"; }
  .testimonials-v6.testimonials-wrap {
    padding-left: 70px;
    padding-right: 70px; }
  .testimonials-v6 .testimonials-info {
    padding: 20px;
    background: #fff;
    border-bottom: solid 3px #eee;
    transition: all 0.4s ease-in-out; }
    .testimonials-v6 .testimonials-info:hover {
      border-color: #72c02c; }
    .testimonials-v6 .testimonials-info img {
      float: left;
      width: 80px;
      height: auto;
      margin-right: 20px; }
  .testimonials-v6 .testimonials-desc {
    overflow: hidden; }
    .testimonials-v6 .testimonials-desc p {
      margin-bottom: 15px; }
    .testimonials-v6 .testimonials-desc strong {
      color: #555555;
      display: block; }
    .testimonials-v6 .testimonials-desc span {
      color: #555555;
      display: block; }
  .testimonials-v6 .g-display-td:first-child {
    padding-right: 20px; }

.owl-clients-v5 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .owl-clients-v5 img {
    width: 128px;
    height: auto; }

.footer-logo {
  margin: 17px 0 20px; }
  .footer-logo > img {
    width: 130px;
    opacity: .5;
    width: 130px; }

.footer-v9 {
  background: #e74c3c;
  color: rgba(255, 255, 255, 0.7);
  padding: 40px 0 25px; }

.footer-v9-menu {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }
  .footer-v9-menu > li {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 15px; }
  .footer-v9-menu a {
    color: rgba(255, 255, 255, 0.7); }
    .footer-v9-menu a:focus {
      color: #fff;
      text-decoration: none; }
    .footer-v9-menu a:hover {
      color: #fff;
      text-decoration: none; }
    .footer-v9-menu a:active {
      color: #fff;
      text-decoration: none; }

.sky-form {
  margin: 0;
  outline: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666666;
  box-shadow: none;
  border: 1px solid #eee; }
  .sky-form fieldset.no-padding {
    padding: 0; }
  .sky-form.submited .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.9);
    font: 300 18px/27px "Open Sans", "Helvetica", "Arial", "sans-serif";
    text-align: center;
    background: transparent; }
    .sky-form.submited .message p {
      color: #383339;
      color: #fff;
      color: #2c2c2c; }
  .sky-form.submited fieldset {
    display: none; }
  .sky-form.submited footer {
    display: none; }
  .sky-form .input {
    position: relative;
    display: block; }
    .sky-form .input.state-error {
      margin-bottom: 0; }
    .sky-form .input input {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: 39px;
      padding: 6px 10px;
      outline: none;
      border-width: 2px;
      border-style: solid;
      border-radius: 0;
      background: #fff;
      font: 15px/23px "Open Sans", "Helvetica", "Arial", "sans-serif";
      appearance: normal;
      border-width: 1px;
      font-size: 14px;
      color: #404040;
      border-color: #e5e5e5;
      border-color: #bbb;
      height: 34px;
      padding: 6px 12px; }
      .sky-form .input input:focus {
        border-color: #219bd7;
        border-color: #bbb;
        box-shadow: 0 0 2px #c9c9c9; }
    .sky-form .input .icon-prepend + input {
      padding-left: 46px; }
    .sky-form .input .icon-prepend + .icon-append + input {
      padding-left: 46px; }
    .sky-form .input.state-disabled input {
      cursor: default;
      opacity: 0.5; }
    .sky-form .input.state-disabled:hover input {
      border-color: #e5e5e5;
      border-color: #bbb; }
    .sky-form .input.state-success input {
      background: #fff; }
    .sky-form .input .icon-append + input {
      padding-right: 46px; }
    .sky-form .input:hover input {
      border-color: #8dc9e5;
      border-color: #999999; }
  .sky-form .select {
    position: relative;
    display: block; }
    .sky-form .select.state-error {
      margin-bottom: 0; }
    .sky-form .select select {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: 39px;
      padding: 6px 10px;
      outline: none;
      border-width: 2px;
      border-style: solid;
      border-radius: 0;
      background: #fff;
      font: 15px/23px "Open Sans", "Helvetica", "Arial", "sans-serif";
      appearance: normal;
      border-width: 1px;
      font-size: 14px;
      color: #404040;
      padding-right: 28px;
      height: 33px;
      padding: 6px 10px;
      border-color: #e5e5e5;
      border-color: #bbb; }
      .sky-form .select select:focus {
        border-color: #219bd7;
        border-color: #bbb;
        box-shadow: 0 0 2px #c9c9c9; }
    .sky-form .select i {
      position: absolute;
      top: 2px;
      right: 2px;
      width: 28px;
      height: 35px;
      background: #fff;
      pointer-events: none;
      top: 14px;
      width: 9px;
      right: 13px;
      height: 6px; }
      .sky-form .select i:after {
        content: '';
        position: absolute;
        right: 10px;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        top: 4px;
        bottom: 12px;
        border-top: 4px solid #404040; }
      .sky-form .select i:before {
        content: '';
        position: absolute;
        right: 10px;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        top: 4px;
        top: 12px;
        top: -2px;
        border-bottom: 4px solid #404040; }
    .sky-form .select.state-disabled {
      cursor: default;
      opacity: 0.5; }
      .sky-form .select.state-disabled:hover select {
        border-color: #e5e5e5;
        border-color: #bbb; }
    .sky-form .select.state-success select {
      background: #fff; }
    .sky-form .select:hover select {
      border-color: #8dc9e5;
      border-color: #999999; }
  .sky-form .textarea {
    position: relative;
    display: block; }
    .sky-form .textarea.state-error {
      margin-bottom: 0; }
    .sky-form .textarea textarea {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: 39px;
      padding: 6px 10px;
      outline: none;
      border-width: 2px;
      border-style: solid;
      border-radius: 0;
      background: #fff;
      font: 15px/23px "Open Sans", "Helvetica", "Arial", "sans-serif";
      appearance: normal;
      border-width: 1px;
      font-size: 14px;
      color: #404040;
      height: auto;
      resize: none;
      border-color: #e5e5e5;
      border-color: #bbb; }
      .sky-form .textarea textarea:focus {
        border-color: #219bd7;
        border-color: #bbb;
        box-shadow: 0 0 2px #c9c9c9; }
    .sky-form .textarea .icon-prepend + textarea {
      padding-left: 46px; }
    .sky-form .textarea .icon-prepend + .icon-append + textarea {
      padding-left: 46px; }
    .sky-form .textarea.state-disabled {
      cursor: default;
      opacity: 0.5; }
      .sky-form .textarea.state-disabled:hover textarea {
        border-color: #e5e5e5;
        border-color: #bbb; }
    .sky-form .textarea.state-success textarea {
      background: #fff; }
    .sky-form .textarea .icon-append + textarea {
      padding-right: 46px; }
    .sky-form .textarea:hover textarea {
      border-color: #8dc9e5;
      border-color: #999999; }
  .sky-form .message {
    color: #c1493c;
    display: none;
    color: #6fb679;
    color: #e74c3c;
    color: #ff0000; }
    .sky-form .message i {
      border: 1px solid #c1493c;
      display: block;
      margin: 0 auto 20px;
      width: 81px;
      height: 81px;
      border: 1px solid #6fb679;
      border-radius: 50%;
      font-size: 30px;
      line-height: 81px;
      border: 1px solid #e74c3c;
      border: 1px solid #ff0000; }
  .sky-form header {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(248, 248, 248, 0.9);
    font-size: 25px;
    font-weight: 300;
    color: #222222;
    color: inherit;
    display: block;
    font-size: 20px;
    background: #fff;
    font-weight: 400;
    padding: 8px 30px; }
  .sky-form section {
    margin-bottom: 20px; }
  .sky-form footer {
    display: block;
    padding: 15px 30px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(248, 248, 248, 0.9);
    background: #fff;
    padding: 15px 30px; }
    .sky-form footer:after {
      content: '';
      display: table;
      clear: both; }
  .sky-form a {
    color: #219bd7;
    color: inherit; }
    .sky-form a.btn-u {
      color: #fff; }
  .sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    border-radius: 0;
    font-size: 100%;
    text-align: left;
    white-space: normal;
    color: inherit; }
    .sky-form .label.col {
      margin: 0;
      padding-top: 10px; }
  .sky-form .note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999999; }
  .sky-form .radio {
    position: relative;
    display: block;
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
    font-weight: 400; }
    .sky-form .radio:last-child {
      margin-bottom: 0; }
    .sky-form .radio input {
      position: absolute;
      left: -9999px; }
      .sky-form .radio input + i:after {
        position: absolute;
        opacity: 0;
        content: '';
        top: 4px;
        left: 4px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #219bd7;
        top: 5px;
        left: 5px;
        background-color: #999999; }
      .sky-form .radio input:checked + i {
        border-color: #219bd7;
        border-color: #999999; }
        .sky-form .radio input:checked + i:after {
          opacity: 1; }
      .sky-form .radio input:focus + i {
        border-color: #219bd7;
        border-color: #999999;
        box-shadow: none; }
    .sky-form .radio i {
      position: absolute;
      top: 5px;
      left: 0;
      display: block;
      width: 13px;
      height: 13px;
      outline: none;
      border-width: 2px;
      border-style: solid;
      background: #fff;
      width: 17px;
      height: 17px;
      border-width: 1px;
      border-radius: 50%;
      border-color: #e5e5e5;
      border-color: #bbb; }
    .sky-form .radio.state-disabled {
      cursor: default;
      opacity: 0.5; }
      .sky-form .radio.state-disabled:hover i {
        border-color: #e5e5e5;
        border-color: #bbb; }
    .sky-form .radio:hover i {
      border-color: #8dc9e5;
      border-color: #999999; }
    .sky-form .radio.state-error i {
      background: #fff0f0; }
    .sky-form .radio.state-success i {
      background: #f0fff0; }
    .sky-form .radio + .radio {
      margin-top: 0; }
  .sky-form .checkbox {
    position: relative;
    display: block;
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
    font-weight: 400; }
    .sky-form .checkbox:last-child {
      margin-bottom: 0; }
    .sky-form .checkbox input {
      position: absolute;
      left: -9999px; }
      .sky-form .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        content: '\f00c';
        top: -1px;
        left: -1px;
        width: 15px;
        height: 15px;
        font: normal 12px/16px "FontAwesome";
        text-align: center;
        color: #219bd7;
        top: 2px;
        left: 0;
        font: normal 10px "FontAwesome";
        color: #999999; }
      .sky-form .checkbox input:checked + i {
        border-color: #219bd7;
        border-color: #999999; }
        .sky-form .checkbox input:checked + i:after {
          opacity: 1; }
      .sky-form .checkbox input:focus + i {
        border-color: #219bd7;
        border-color: #999999;
        box-shadow: none; }
    .sky-form .checkbox i {
      position: absolute;
      top: 5px;
      left: 0;
      display: block;
      width: 13px;
      height: 13px;
      outline: none;
      border-width: 2px;
      border-style: solid;
      background: #fff;
      width: 17px;
      height: 17px;
      border-width: 1px;
      border-color: #e5e5e5;
      border-color: #bbb; }
    .sky-form .checkbox.state-disabled {
      cursor: default;
      opacity: 0.5; }
      .sky-form .checkbox.state-disabled:hover i {
        border-color: #e5e5e5;
        border-color: #bbb; }
    .sky-form .checkbox:hover i {
      border-color: #8dc9e5;
      border-color: #999999; }
    .sky-form .checkbox.state-error i {
      background: #fff0f0; }
    .sky-form .checkbox.state-success i {
      background: #f0fff0; }
    .sky-form .checkbox + .checkbox {
      margin-top: 0; }
  .sky-form .toggle {
    position: relative;
    display: block;
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
    font-weight: normal; }
    .sky-form .toggle:last-child {
      margin-bottom: 0; }
    .sky-form .toggle input {
      position: absolute;
      left: -9999px; }
      .sky-form .toggle input:checked + i {
        border-color: #219bd7;
        border-color: #999999; }
        .sky-form .toggle input:checked + i:after {
          content: 'ON';
          text-align: right; }
        .sky-form .toggle input:checked + i:before {
          right: 36px; }
      .sky-form .toggle input:focus + i {
        border-color: #219bd7;
        border-color: #999999;
        box-shadow: none; }
    .sky-form .toggle i {
      content: '';
      position: absolute;
      top: 4px;
      right: 0;
      display: block;
      width: 49px;
      height: 17px;
      border-width: 2px;
      border-style: solid;
      border-radius: 12px;
      background: #fff;
      width: 54px;
      height: 21px;
      border-width: 1px;
      border-color: #e5e5e5;
      border-color: #bbb; }
      .sky-form .toggle i:after {
        content: 'OFF';
        position: absolute;
        top: 2px;
        right: 8px;
        left: 8px;
        font-style: normal;
        font-size: 9px;
        line-height: 13px;
        font-weight: 700;
        text-align: left;
        color: #5f5f5f;
        top: 3px; }
      .sky-form .toggle i:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 4px;
        right: 4px;
        display: block;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        opacity: 1;
        background-color: #219bd7;
        background-color: #999999;
        top: 5px;
        right: 6px; }
    .sky-form .toggle.state-error i {
      background: #fff0f0; }
    .sky-form .toggle.state-error input:checked + i {
      background: #fff0f0; }
    .sky-form .toggle.state-success i {
      background: #f0fff0; }
    .sky-form .toggle.state-success input:checked + i {
      background: #f0fff0; }
    .sky-form .toggle.state-disabled {
      cursor: default;
      opacity: 0.5; }
      .sky-form .toggle.state-disabled:hover i {
        border-color: #e5e5e5;
        border-color: #bbb; }
    .sky-form .toggle:hover i {
      border-color: #8dc9e5;
      border-color: #999999; }
  .sky-form .button {
    position: relative;
    display: block;
    float: right;
    height: 39px;
    overflow: hidden;
    margin: 10px 0 0 20px;
    padding: 0 25px;
    outline: none;
    border: 0;
    font: 300 15px/39px "Open Sans", "Helvetica", "Arial", "sans-serif";
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background-color: #219bd7;
    opacity: 0.8;
    background: #72c02c; }
    .sky-form .button.button-secondary {
      background-color: #b5b5b5; }
    .sky-form .button:hover {
      opacity: 1; }
    .sky-form .button.state-disabled {
      cursor: default;
      opacity: 0.5; }
  .sky-form .progress {
    float: right;
    margin-top: 10px;
    line-height: 39px;
    color: #222222; }
  .sky-form button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .sky-form .inline-group {
    margin: 0 -30px -4px 0; }
    .sky-form .inline-group:after {
      content: '';
      display: table;
      clear: both; }
    .sky-form .inline-group .radio {
      float: left;
      margin-right: 30px; }
      .sky-form .inline-group .radio:last-child {
        margin-bottom: 4px; }
    .sky-form .inline-group .checkbox {
      float: left;
      margin-right: 30px; }
      .sky-form .inline-group .checkbox:last-child {
        margin-bottom: 4px; }
  .sky-form .rating {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 27px;
    color: #404040; }
    .sky-form .rating:last-child {
      margin-bottom: 0; }
    .sky-form .rating input {
      position: absolute;
      left: -9999px; }
      .sky-form .rating input + label:hover {
        color: #219bd7;
        color: #72c02c; }
        .sky-form .rating input + label:hover ~ label {
          color: #219bd7;
          color: #72c02c; }
      .sky-form .rating input:checked ~ label {
        color: #219bd7;
        color: #72c02c; }
    .sky-form .rating label {
      display: block;
      float: right;
      height: 17px;
      margin-top: 5px;
      padding: 0 2px;
      font-size: 17px;
      line-height: 17px;
      cursor: pointer;
      color: #ccc; }
    .sky-form .rating.state-error + em {
      margin-top: -4px;
      margin-bottom: 4px; }
  .sky-form .button-uploading {
    position: relative;
    color: transparent;
    cursor: default; }
    .sky-form .button-uploading:after {
      content: 'Uploading...';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #fff; }
  .sky-form .icon-append {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #ccc;
    top: 1px;
    height: 32px;
    font-size: 14px;
    line-height: 33px;
    background: inherit;
    color: #b5b5b5;
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
    right: 1px;
    padding: 0 3px;
    min-width: 34px;
    border-color: #e5e5e5;
    border-color: #bbb; }
  .sky-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #ccc;
    top: 1px;
    height: 32px;
    font-size: 14px;
    line-height: 33px;
    background: inherit;
    color: #b5b5b5;
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
    left: 6px;
    padding-right: 5px;
    border-color: #e5e5e5;
    border-color: #bbb; }
  .sky-form .row {
    margin: 0 -15px; }
    .sky-form .row:after {
      content: '';
      display: table;
      clear: both; }
  .sky-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box; }
  .sky-form .col-1 {
    width: 8.33%; }
  .sky-form .col-2 {
    width: 16.66%; }
  .sky-form .col-3 {
    width: 25%; }
  .sky-form .col-4 {
    width: 33.33%; }
  .sky-form .col-5 {
    width: 41.66%; }
  .sky-form .col-6 {
    width: 50%; }
  .sky-form .col-7 {
    width: 58.33%; }
  .sky-form .col-8 {
    width: 66.67%; }
  .sky-form .col-9 {
    width: 75%; }
  .sky-form .col-10 {
    width: 83.33%; }
  .sky-form .col-11 {
    width: 91.66%; }
  .sky-form .tooltip {
    position: absolute;
    z-index: 1;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    opacity: 0; }
    .sky-form .tooltip:after {
      content: '';
      position: absolute; }
  .sky-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px; }
    .sky-form .tooltip-top-right:after {
      top: 100%;
      right: 16px;
      border-top: 4px solid rgba(0, 0, 0, 0.9);
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }
  .sky-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px; }
    .sky-form .tooltip-top-left:after {
      top: 100%;
      left: 16px;
      border-top: 4px solid rgba(0, 0, 0, 0.9);
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }
  .sky-form .tooltip-right {
    top: 9px;
    white-space: nowrap;
    margin-left: 15px; }
    .sky-form .tooltip-right:after {
      top: 6px;
      right: 100%;
      border-top: 4px solid transparent;
      border-right: 4px solid rgba(0, 0, 0, 0.9);
      border-bottom: 4px solid transparent; }
  .sky-form .tooltip-left {
    top: 9px;
    white-space: nowrap;
    margin-right: 15px; }
    .sky-form .tooltip-left:after {
      top: 6px;
      left: 100%;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid rgba(0, 0, 0, 0.9); }
  .sky-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px; }
    .sky-form .tooltip-bottom-right:after {
      bottom: 100%;
      right: 16px;
      border-right: 4px solid transparent;
      border-bottom: 4px solid rgba(0, 0, 0, 0.9);
      border-left: 4px solid transparent; }
  .sky-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px; }
    .sky-form .tooltip-bottom-left:after {
      bottom: 100%;
      left: 16px;
      border-right: 4px solid transparent;
      border-bottom: 4px solid rgba(0, 0, 0, 0.9);
      border-left: 4px solid transparent; }
  .sky-form .ui-slider-handle {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -8px;
    border: 2px solid #e5e5e5;
    outline: none;
    background: #fff; }
    .sky-form .ui-slider-handle:hover {
      border-color: #8dc9e5;
      border-color: #999999; }
  .sky-form .state-error input {
    background: #fff0f0; }
  .sky-form .state-error select {
    background: #fff0f0; }
    .sky-form .state-error select + i {
      background: #fff0f0; }
  .sky-form .state-error textarea {
    background: #fff0f0; }
  .sky-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393; }
  .sky-form .state-success input {
    background: #f0fff0; }
  .sky-form .state-success select {
    background: #f0fff0; }
    .sky-form .state-success select + i {
      background: #f0fff0; }
  .sky-form .state-success textarea {
    background: #f0fff0; }
  .sky-form .state-success + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393; }
  .sky-form .note-success {
    color: #6fb679; }
  .sky-form .ui-slider {
    position: relative;
    height: 3px;
    border: 2px solid #e5e5e5;
    background: #fff;
    margin: 12px 6px 26px; }
  .sky-form.contact-style {
    border: none; }
  .sky-form.comment-style {
    padding: 0;
    border: none;
    background: inherit; }
    .sky-form.comment-style fieldset {
      padding: 0;
      border: none;
      background: inherit; }
    .sky-form.comment-style input {
      border: none; }
      .sky-form.comment-style input:focus {
        box-shadow: none; }
    .sky-form.comment-style textarea {
      border: none; }
      .sky-form.comment-style textarea:focus {
        box-shadow: none; }
  .sky-form.comment-style-v2 {
    padding: 0;
    border: none;
    background: inherit; }
    .sky-form.comment-style-v2 fieldset {
      padding: 0;
      border: none;
      background: inherit; }
    .sky-form.comment-style-v2 input {
      border: none; }
      .sky-form.comment-style-v2 input:focus {
        box-shadow: none; }
    .sky-form.comment-style-v2 textarea {
      border: none; }
      .sky-form.comment-style-v2 textarea:focus {
        box-shadow: none; }
    .sky-form.comment-style-v2 .form-control {
      padding: 20px 15px; }
  .sky-form .sky-space-20 {
    margin-bottom: 20px; }
  .sky-form .sky-space-30 {
    margin-bottom: 30px; }
  .sky-form .input-captcha img {
    top: 2px;
    right: 2px;
    position: absolute;
    top: 1px;
    right: 1px;
    border-left: 1px solid #e5e5e5; }
  .sky-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 31px;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    line-height: 31px;
    height: 32px;
    top: 1px;
    right: 1px; }
    .sky-form .input-file .button:hover {
      box-shadow: none; }
    .sky-form .input-file .button input {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      font-size: 30px;
      cursor: pointer;
      opacity: 0; }
  .sky-form .select-multiple select {
    height: auto; }
  .sky-form .textarea-resizable textarea {
    resize: vertical; }
  .sky-form .textarea-expandable textarea {
    height: 39px; }
    .sky-form .textarea-expandable textarea:focus {
      height: auto; }
  .sky-form button * {
    margin: 0 auto;
    padding: 0 auto; }
    .sky-form button *:after {
      margin: 0 auto;
      padding: 0 auto; }
    .sky-form button *:before {
      margin: 0 auto;
      padding: 0 auto; }

.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%; }
  .ares.tparrows:hover:before {
    color: #000; }
  .ares.tparrows:hover .tp-title-wrap {
    transform: scaleX(1) scaleY(1); }
  .ares.tparrows:hover .tp-arr-titleholder {
    transform: translateX(0px);
    transition-delay: 0.1s;
    opacity: 1; }
  .ares.tparrows:before {
    font-family: "revicons";
    font-size: 25px;
    color: #aaa;
    display: block;
    line-height: 60px;
    text-align: center;
    transition: color 0.3s;
    z-index: 2;
    position: relative; }
  .ares.tparrows.tp-leftarrow:before {
    content: "\e81f"; }
  .ares.tparrows.tp-rightarrow:before {
    content: "\e81e"; }
.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  line-height: 60px;
  top: 0;
  margin-left: 30px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: 0 50%; }
.ares.tp-rightarrow .tp-title-wrap {
  right: 0;
  margin-right: 30px;
  margin-left: 0;
  border-radius: 30px 0 0 30px; }
.ares.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0;
  margin-right: 10px; }
.ares .tp-arr-titleholder {
  position: relative;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 10px;
  opacity: 0; }
.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box; }
.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden; }
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible; }
.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box; }
  .ares .tp-bullet:hover {
    background: #fff; }
    .ares .tp-bullet:hover .tp-bullet-title {
      visibility: visible;
      transform: translateX(0px); }
  .ares .tp-bullet.selected {
    background: #fff; }
    .ares .tp-bullet.selected:hover .tp-bullet-title {
      background: #fff; }
      .ares .tp-bullet.selected:hover .tp-bullet-title:after {
        border-color: transparent transparent transparent #fff; }
.ares .tp-bullet-title {
  position: absolute;
  color: #888;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap; }
  .ares .tp-bullet-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    position: absolute;
    right: -10px;
    top: 0; }
.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", "sans-serif";
  border-bottom: 1px solid #e5e5e5; }
  .ares .tp-tab:hover {
    background: #eee; }
  .ares .tp-tab.selected {
    background: #eee; }
.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left; }
.ares .tp-tab-content {
  background: transparent;
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute; }
.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0; }
.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px; }

.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100; }
  .custom.tparrows:hover {
    background: #000; }
  .custom.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center; }
  .custom.tparrows.tp-leftarrow:before {
    content: "\e824"; }
  .custom.tparrows.tp-rightarrow:before {
    content: "\e825"; }
.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, 0.5);
  cursor: pointer;
  box-sizing: content-box; }
  .custom .tp-bullet:hover {
    background: #7d7d7d; }
  .custom .tp-bullet.selected {
    background: #7d7d7d; }
.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box; }

.dione.tparrows {
  height: 100%;
  width: 100px;
  background: transparent;
  background: transparent;
  line-height: 100%;
  transition: all 0.3s; }
  .dione.tparrows:hover {
    background: rgba(0, 0, 0, 0.45); }
    .dione.tparrows:hover:before {
      transform: translateX(-20px);
      opacity: 0; }
    .dione.tparrows:hover .tp-arr-imgholder {
      transform: translateX(0px);
      opacity: 1;
      visibility: visible; }
  .dione.tparrows.tp-rightarrow .tp-arr-imgholder {
    right: 0;
    left: auto;
    transform: translateX(50px); }
  .dione.tparrows.tp-rightarrow:before {
    margin-left: 6px; }
  .dione.tparrows.tp-rightarrow:hover:before {
    transform: translateX(20px); }
  .dione.tparrows:before {
    position: absolute;
    line-height: 30px;
    margin-left: -22px;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    transition: all 0.3s; }
.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden; }
.dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100%;
  top: 0;
  visibility: hidden;
  transform: translateX(-50px);
  transition: all 0.3s;
  opacity: 0;
  left: 0; }
.dione .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s; }
  .dione .tp-bullet:hover {
    background: white;
    background: linear-gradient(to bottom, white 0, #777 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$white", endcolorstr="$color_tapa_approx", gradienttype=0 ); }
    .dione .tp-bullet:hover .tp-bullet-title {
      transform: rotateX(0deg) translateX(-50%);
      opacity: 1; }
  .dione .tp-bullet.selected {
    background: white;
    background: linear-gradient(to bottom, white 0, #777 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$white", endcolorstr="$color_tapa_approx", gradienttype=0 ); }
.dione .tp-bullet-image {
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center; }
.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap; }
  .dione .tp-bullet-title:after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
    bottom: -8px; }
.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0; }

.erinyen.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px; }
  .erinyen.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative; }
  .erinyen.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    opacity: 1;
    visibility: visible; }
  .erinyen.tparrows:hover .tp-arr-titleholder {
    transform: translateX(0px);
    transition-delay: 0.1s;
    opacity: 1; }
  .erinyen.tparrows.tp-leftarrow:before {
    content: "\e824"; }
  .erinyen.tparrows.tp-rightarrow:before {
    content: "\e825"; }
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0;
  margin-left: 0;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  transform: scale(0);
  visibility: hidden;
  opacity: 0; }
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0;
  margin-right: 0;
  margin-left: 0;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px; }
.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0;
  margin-right: 11px; }
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 11px;
  opacity: 0; }
.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover; }
.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5); }
.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box; }
  .erinyen .tp-bullet:hover {
    background: #e5e5e5;
    background: linear-gradient(to bottom, #e5e5e5 0, #999999 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$mercury", endcolorstr="$color_mountain_mist_approx",gradienttype=0 );
    border: 1px solid #555555;
    width: 12px;
    height: 12px; }
  .erinyen .tp-bullet.selected {
    background: #e5e5e5;
    background: linear-gradient(to bottom, #e5e5e5 0, #999999 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$mercury", endcolorstr="$color_mountain_mist_approx",gradienttype=0 );
    border: 1px solid #555555;
    width: 12px;
    height: 12px; }
.erinyen .tp-thumb {
  opacity: 1; }
  .erinyen .tp-thumb.selected .tp-thumb-over {
    background: #fff; }
  .erinyen .tp-thumb.selected .tp-thumb-title {
    color: #000; }
  .erinyen .tp-thumb.selected .tp-thumb-more:before {
    color: #aaa; }
  .erinyen .tp-thumb:hover .tp-thumb-over {
    background: #fff; }
  .erinyen .tp-thumb:hover .tp-thumb-title {
    color: #000; }
  .erinyen .tp-thumb:hover .tp-thumb-more:before {
    color: #aaa; }
.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s; }
.erinyen .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  font-weight: 500; }
.erinyen .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab"; }
.erinyen .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab"; }
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px; }
.erinyen.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555555;
  background: linear-gradient(to bottom, #555555 0, #222222 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$color_fuscous_gray_approx", endcolorstr="$color_log_cabin_approx",gradienttype=0 );
  padding: 10px 15px;
  margin-left: -15px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
  box-shadow: 0 0 2px 1px rgba(33, 33, 33, 0.3); }
.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  content: "\e825"; }

.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box; }
  .gyges .tp-bullet:hover {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0, #e1e1e1 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$white", endcolorstr="$color_bon_jour_approx",gradienttype=0 ); }
  .gyges .tp-bullet.selected {
    background: #fff;
    background: linear-gradient(to bottom, #fff 0, #e1e1e1 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$white", endcolorstr="$color_bon_jour_approx",gradienttype=0 ); }
.gyges .tp-thumb {
  opacity: 1; }
  .gyges .tp-thumb:hover .tp-thumb-title {
    transform: rotateX(0deg) translateX(-50%);
    opacity: 1; }
  .gyges .tp-thumb:hover .tp-thumb-img-wrap {
    background: white;
    background: linear-gradient(to bottom, white 0, #777 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$white", endcolorstr="$color_tapa_approx", gradienttype=0 ); }
  .gyges .tp-thumb.selected .tp-thumb-img-wrap {
    background: white;
    background: linear-gradient(to bottom, white 0, #777 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$white", endcolorstr="$color_tapa_approx", gradienttype=0 ); }
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s; }
.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25); }
.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  white-space: nowrap; }
  .gyges .tp-thumb-title:after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
    bottom: -8px; }
.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", "sans-serif";
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .gyges .tp-tab:hover {
    background: rgba(0, 0, 0, 0.5); }
  .gyges .tp-tab.selected {
    background: rgba(0, 0, 0, 0.5); }
.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left; }
.gyges .tp-tab-content {
  background: transparent;
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute; }
.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0; }
.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px; }
.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777;
  background: linear-gradient(to bottom, #777 0, #666666 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$color_tapa_approx", endcolorstr="$color_storm_dust_approx",gradienttype=0 );
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px; }

.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 100; }
  .hades.tparrows:before {
    font-family: "revicons";
    font-size: 30px;
    color: #fff;
    display: block;
    line-height: 100px;
    text-align: center;
    transition: background 0.3s, color 0.3s; }
  .hades.tparrows.tp-leftarrow:before {
    content: "\e824"; }
  .hades.tparrows.tp-rightarrow:before {
    content: "\e825"; }
  .hades.tparrows:hover:before {
    color: #aaa;
    background: #fff;
    background: white; }
.hades .tp-arr-allwrapper {
  position: absolute;
  left: 100%;
  top: 0;
  background: #888;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  filter: alpha(opacity=0);
  opacity: 0.0;
  transform: rotatey(-90deg);
  transform-origin: 0 50%; }
.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.hades .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #888;
  cursor: pointer;
  border: 5px solid #fff;
  box-sizing: content-box;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  perspective: 400;
  transform: translatez(0.01px); }
  .hades .tp-bullet:hover {
    background: #555555; }
    .hades .tp-bullet:hover .tp-bullet-image {
      display: block;
      opacity: 1;
      transform: rotatex(0deg);
      visibility: visible; }
  .hades .tp-bullet.selected {
    background: #555555; }
.hades .tp-bullet-image {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform-style: flat;
  perspective: 600;
  transform: rotatex(-90deg);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%; }
.hades .tp-thumb {
  opacity: 1; }
  .hades .tp-thumb:hover .tp-thumb-img-wrap {
    background: white;
    background: linear-gradient(to bottom, white 0, #777 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$white", endcolorstr="$color_tapa_approx", gradienttype=0 ); }
  .hades .tp-thumb.selected .tp-thumb-img-wrap {
    background: white;
    background: linear-gradient(to bottom, white 0, #777 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$white", endcolorstr="$color_tapa_approx", gradienttype=0 ); }
.hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s; }
.hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25); }
.hades .tp-tab {
  opacity: 1; }
.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px; }
.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px; }
.hades .tp-tab-button {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  background: #219bd7;
  border-radius: 4px;
  font-weight: 400; }
.hades .tp-tab-inner {
  text-align: center; }
.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  transform-origin: 100% 50%;
  transform: rotatey(90deg); }
.hades:hover .tp-arr-allwrapper {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: rotatey(0deg); }
.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box; }
.hades .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px; }

.hebe.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100; }
  .hebe.tparrows:hover:before {
    color: #000; }
  .hebe.tparrows:hover .tp-title-wrap {
    transform: scaleX(1); }
  .hebe.tparrows:hover .tp-arr-titleholder {
    transform: translateX(0px);
    transition-delay: 0.1s;
    opacity: 1; }
  .hebe.tparrows:before {
    font-family: "revicons";
    font-size: 30px;
    color: #aaa;
    display: block;
    line-height: 70px;
    text-align: center;
    transition: color 0.3s;
    z-index: 2;
    position: relative;
    background: #fff;
    min-width: 70px;
    min-height: 70px; }
  .hebe.tparrows.tp-leftarrow:before {
    content: "\e824"; }
  .hebe.tparrows.tp-rightarrow:before {
    content: "\e825"; }
.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0;
  transition: transform 0.3s;
  transform: scaleX(0);
  transform-origin: 0 50%; }
.hebe.tp-rightarrow .tp-title-wrap {
  right: 0; }
.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0;
  padding: 0 90px 0 20px; }
.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px; }
.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0 20px 0 90px; }
.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0;
  right: -90px; }
.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222222;
  border-radius: 50%;
  box-sizing: content-box;
  perspective: 400;
  transform: translateZ(0.01px);
  transition: all 0.3s; }
  .hebe .tp-bullet:hover {
    background: #222222;
    border-color: #fff; }
    .hebe .tp-bullet:hover .tp-bullet-image {
      display: block;
      opacity: 1;
      transform: scale(1);
      visibility: visible; }
  .hebe .tp-bullet.selected {
    background: #222222;
    border-color: #fff; }
.hebe .tp-bullet-image {
  position: absolute;
  top: -90px;
  left: -40px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform-style: flat;
  perspective: 600;
  transform: scale(0);
  transform-origin: 50% 100%;
  border-radius: 6px; }
.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab"; }
.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab"; }
.hebe.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box; }

.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%; }
  .hephaistos.tparrows:hover {
    background: #000; }
  .hephaistos.tparrows:before {
    font-family: "revicons";
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center; }
  .hephaistos.tparrows.tp-leftarrow:before {
    content: "\e82c";
    margin-left: -2px; }
  .hephaistos.tparrows.tp-rightarrow:before {
    content: "\e82d";
    margin-right: -2px; }
.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0 0 2px 1px rgba(130, 130, 130, 0.3); }
  .hephaistos .tp-bullet:hover {
    background: #fff;
    border-color: #000; }
  .hephaistos .tp-bullet.selected {
    background: #fff;
    border-color: #000; }
.hephaistos.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box; }

.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 100; }
  .hermes.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 110px;
    text-align: center;
    transform: translateX(0px);
    transition: all 0.3s; }
  .hermes.tparrows.tp-leftarrow:before {
    content: "\e824"; }
  .hermes.tparrows.tp-leftarrow:hover:before {
    transform: translateX(-20px);
    opacity: 0; }
  .hermes.tparrows.tp-rightarrow:before {
    content: "\e825"; }
  .hermes.tparrows.tp-rightarrow:hover:before {
    transform: translateX(20px);
    opacity: 0; }
  .hermes.tparrows:hover .tp-arr-allwrapper {
    visibility: visible; }
  .hermes.tparrows:hover .tp-arr-imgholder {
    transform: translateX(0px); }
  .hermes.tparrows:hover .tp-arr-titleholder {
    transition-delay: 0.6s;
    transform: rotateX(0deg); }
.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: transform 0.3s 0.3s;
  perspective: 1000px; }
.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0;
  left: auto; }
.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px); }
.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  transform: translateX(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s; }
.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: all 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  box-sizing: border-box; }
.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background 0.3s ease;
  position: absolute; }
  .hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.2); }
  .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    transition: height 0.3s ease; }
  .hermes .tp-bullet.selected:after {
    height: 100%; }
.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  box-sizing: border-box; }
  .hermes .tp-tab.selected .tp-tab-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 10px;
    border-color: transparent transparent transparent #383339;
    content: " ";
    position: absolute;
    right: -9px;
    bottom: 50%;
    margin-bottom: -30px; }
.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative; }
.hermes .tp-tab-content {
  background: #383339;
  position: absolute;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 40%;
  bottom: 0;
  left: -10px; }
.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px; }
.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px; }
.hermes .tp-tab-mask {
  padding-right: 10px !important; }

.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%; }
  .hesperiden.tparrows:hover {
    background: #000; }
  .hesperiden.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center; }
  .hesperiden.tparrows.tp-leftarrow:before {
    content: "\e82c";
    margin-left: -3px; }
  .hesperiden.tparrows.tp-rightarrow:before {
    content: "\e82d";
    margin-right: -3px; }
.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999;
  background: linear-gradient(to bottom, #999999 0, #e1e1e1 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$color_mountain_mist_approx", endcolorstr="$color_bon_jour_approx",gradienttype=0 );
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box; }
  .hesperiden .tp-bullet:hover {
    background: #666666; }
  .hesperiden .tp-bullet.selected {
    background: #666666; }
.hesperiden .tp-thumb {
  opacity: 1;
  perspective: 600px; }
  .hesperiden .tp-thumb .tp-thumb-title {
    font-size: 12px;
    position: absolute;
    margin-top: -10px;
    color: #fff;
    display: block;
    z-index: 1000;
    background-color: #000;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s;
    transform: rotatex(90deg) translatez(0.001px);
    transform-origin: 50% 100%;
    opacity: 0; }
  .hesperiden .tp-thumb:hover .tp-thumb-title {
    transform: rotatex(0deg);
    opacity: 1; }
.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", "sans-serif";
  border-bottom: 1px solid #e5e5e5; }
  .hesperiden .tp-tab:hover {
    background: #eee; }
  .hesperiden .tp-tab.selected {
    background: #eee; }
.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left; }
.hesperiden .tp-tab-content {
  background: transparent;
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute; }
.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0; }
.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px; }
.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 8px; }

.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box; }
  .metis.tparrows:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.75); }
    .metis.tparrows:hover:before {
      transform: scale(1.5); }
  .metis.tparrows:before {
    color: #000;
    transition: all 0.3s; }
.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 50%; }
  .metis .tp-bullet:hover {
    background: white;
    background: linear-gradient(to bottom, white 0, #777 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$white", endcolorstr="$color_tapa_approx", gradienttype=0 ); }
    .metis .tp-bullet:hover .tp-bullet-title {
      transform: rotateX(0deg) translateX(-50%);
      opacity: 1; }
  .metis .tp-bullet.selected {
    background: white;
    background: linear-gradient(to bottom, white 0, #777 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr="$white", endcolorstr="$color_tapa_approx", gradienttype=0 ); }
.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center; }
.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap; }
  .metis .tp-bullet-title:after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
    bottom: -8px; }

.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(200, 200, 200, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5; }
  .persephone.tparrows:hover {
    background: #333; }
  .persephone.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center; }
  .persephone.tparrows.tp-leftarrow:before {
    content: "\e824"; }
  .persephone.tparrows.tp-rightarrow:before {
    content: "\e825"; }
.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: content-box; }
  .persephone .tp-bullet:hover {
    background: #222222; }
  .persephone .tp-bullet.selected {
    background: #222222; }
.persephone.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box; }

.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: transparent; }
  .uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s; }
  .uranus.tparrows:hover:before {
    opacity: 0.75; }
.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease;
  background: transparent; }
  .uranus .tp-bullet.selected {
    box-shadow: 0 0 0 2px #fff;
    border: none;
    border-radius: 50%;
    background: transparent; }
    .uranus .tp-bullet.selected .tp-bullet-inner {
      transform: scale(0.4);
      background-color: #fff; }
  .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px #fff;
    border: none;
    border-radius: 50%;
    background: transparent; }
    .uranus .tp-bullet:hover .tp-bullet-inner {
      transform: scale(0.4);
      background-color: #fff; }
.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute; }

.zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1); }
  .zeus.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative; }
  .zeus.tparrows:hover .tp-arr-imgholder {
    transform: translateX(0);
    opacity: 1; }
  .zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    opacity: 1; }
  .zeus.tparrows.tp-leftarrow:before {
    content: "\e824"; }
  .zeus.tparrows.tp-rightarrow:before {
    content: "\e825"; }
.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  border-radius: 50%; }
.zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  transition: all 0.3s; }
.zeus .tp-bullet {
  box-sizing: content-box;
  border-radius: 50%;
  background-color: transparent;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff; }
  .zeus .tp-bullet:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform 0.3s ease; }
  .zeus .tp-bullet:hover:after {
    transform: scale(1.2); }
  .zeus .tp-bullet:hover .tp-bullet-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .zeus .tp-bullet:hover .tp-bullet-image {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .zeus .tp-bullet:hover .tp-bullet-imageoverlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .zeus .tp-bullet.selected:after {
    transform: scale(1.2); }
.zeus .tp-bullet-image {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  border-radius: 4px; }
.zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  border-radius: 4px;
  z-index: 2;
  transition: all 0.5s ease; }
.zeus .tp-bullet-title {
  z-index: 2;
  transition: all 0.5s ease;
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
  left: -57px; }
.zeus .tp-thumb {
  opacity: 1; }
  .zeus .tp-thumb.selected .tp-thumb-over {
    background: #000; }
  .zeus .tp-thumb.selected .tp-thumb-title {
    color: #fff; }
  .zeus .tp-thumb.selected .tp-thumb-more:before {
    color: #aaa; }
  .zeus .tp-thumb:hover .tp-thumb-over {
    background: #000; }
  .zeus .tp-thumb:hover .tp-thumb-title {
    color: #fff; }
  .zeus .tp-thumb:hover .tp-thumb-more:before {
    color: #aaa; }
.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s; }
.zeus .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  font-weight: 500; }
.zeus .tp-tab {
  opacity: 1;
  box-sizing: border-box; }
  .zeus .tp-tab:hover .tp-tab-title {
    color: #000;
    background: white; }
  .zeus .tp-tab.selected .tp-tab-title {
    color: #000;
    background: white; }
.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-family: "Roboto Slab", "serif";
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px; }
.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%); }
.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  content: "\e825"; }

.post-tabs .tp-thumb {
  opacity: 1; }
  .post-tabs .tp-thumb.selected .tp-thumb-over {
    background: #fff; }
  .post-tabs .tp-thumb.selected .tp-thumb-title {
    color: #000; }
  .post-tabs .tp-thumb.selected .tp-thumb-more:before {
    color: #aaa; }
  .post-tabs .tp-thumb:hover .tp-thumb-over {
    background: #fff; }
  .post-tabs .tp-thumb:hover .tp-thumb-title {
    color: #000; }
  .post-tabs .tp-thumb:hover .tp-thumb-more:before {
    color: #aaa; }
.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s; }
.post-tabs .tp-thumb-title {
  font-family: "raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  font-weight: 500; }
.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  content: "\e825"; }

@font-face {
  font-family: "revicons";
  src: url("../fonts/revicons/revicons.eot?5510888");
  src: url("../fonts/revicons/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../fonts/revicons/revicons.woff?5510888") format("woff"), url("../fonts/revicons/revicons.ttf?5510888") format("truetype"), url("../fonts/revicons/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal; }
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%; }
  .rev_slider_wrapper > ul {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0; }

.rev_slider {
  position: relative;
  overflow: visible; }
  .rev_slider img {
    max-width: none !important;
    transition: none 0;
    margin: 0;
    padding: 0;
    border-width: 0;
    border: none; }
  .rev_slider .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px; }
  .rev_slider > ul {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0; }
    .rev_slider > ul > li {
      list-style: none !important;
      position: absolute;
      margin: 0 !important;
      padding: 0 !important;
      overflow-x: visible;
      overflow-y: visible;
      list-style-type: none !important;
      background-image: none;
      background-position: 0 0;
      text-indent: 0;
      top: 0;
      left: 0;
      visibility: hidden; }
      .rev_slider > ul > li:before {
        list-style: none !important;
        position: absolute;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: visible;
        overflow-y: visible;
        list-style-type: none !important;
        background-image: none;
        background-position: 0 0;
        text-indent: 0;
        top: 0;
        left: 0;
        visibility: hidden; }
  .rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block; }
  .rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block; }
  .rev_slider embed {
    max-width: none !important; }
  .rev_slider iframe {
    max-width: none !important; }
  .rev_slider object {
    max-width: none !important; }
  .rev_slider video {
    max-width: none !important; }

.tp-overflow-hidden {
  overflow: hidden; }

.tp-simpleresponsive img {
  max-width: none !important;
  transition: none 0;
  margin: 0;
  padding: 0;
  border-width: 0;
  border: none; }
.tp-simpleresponsive > ul {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0; }
  .tp-simpleresponsive > ul > li {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0;
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    visibility: hidden; }
    .tp-simpleresponsive > ul > li:before {
      list-style: none !important;
      position: absolute;
      margin: 0 !important;
      padding: 0 !important;
      overflow-x: visible;
      overflow-y: visible;
      list-style-type: none !important;
      background-image: none;
      background-position: 0 0;
      text-indent: 0;
      top: 0;
      left: 0;
      visibility: hidden; }

.tp-revslider-mainul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important; }
  .tp-revslider-mainul > li {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0;
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    visibility: hidden; }
    .tp-revslider-mainul > li:before {
      list-style: none !important;
      position: absolute;
      margin: 0 !important;
      padding: 0 !important;
      overflow-x: visible;
      overflow-y: visible;
      list-style-type: none !important;
      background-image: none;
      background-position: 0 0;
      text-indent: 0;
      top: 0;
      left: 0;
      visibility: hidden; }

.tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important; }

.tp-carousel-wrapper {
  cursor: url("openhand.cur"), move; }
  .tp-carousel-wrapper.dragged {
    cursor: url("closedhand.cur"), move; }

.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important; }

.tp-forcenotvisible {
  visibility: hidden !important;
  display: none !important; }

.tp-hide-revslider {
  visibility: hidden !important;
  display: none !important; }

.fullscreen-container {
  padding: 0;
  width: 100%;
  position: relative; }

.fullwidthbanner-container {
  position: relative;
  padding: 0;
  overflow: hidden; }
  .fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative; }
  .fullwidthbanner-container.slider-promo {
    max-height: 460px !important; }

.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0;
  left: 0; }

.tp-layer-inner-rotation {
  position: relative !important; }

img.tp-slider-alternative-image {
  width: 100%;
  height: auto; }
img.img-mouse {
  width: 150px;
  height: auto;
  margin: 0 auto 60px; }

.noFilterClass {
  filter: none !important; }

.rs-background-video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 0; }

.caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%; }
  .caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
    display: none; }
  .caption.fullscreenvideo video {
    width: 100% !important;
    height: 100% !important;
    display: none; }
.caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url("../assets/coloredbg.png") repeat; }

.fullcoveredvideo video {
  background: #000; }
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.fullcoveredvideo .tp-video-play-button {
  display: none !important; }

.fullscreenvideo video {
  background: #000; }
.fullscreenvideo .fullscreenvideo video {
  object-fit: contain !important; }
.fullscreenvideo .fullcoveredvideo video {
  object-fit: cover !important; }

.videoisplaying .revicon-right-dir {
  display: none; }
.videoisplaying .tp-revstop {
  display: inline-block; }
.videoisplaying .tp-video-play-button {
  display: none; }
.videoisplaying .html5vid .tp-poster {
  display: none; }

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  transition: opacity 300ms ease-out !important; }
  .tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 40px !important; }

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity .3s;
  background-image: linear-gradient(bottom, #000 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #eee;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: none; }
  .tp-video-button:hover {
    cursor: pointer; }

.tp-video-button-wrap {
  padding: 0 5px;
  display: table-cell; }

.tp-video-seek-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  width: 80%; }

.tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  width: 20%; }

.tp-volume-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0; }

.tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0; }

.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent;
  z-index: 5; }

.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  z-index: 1 !important; }
  .tp-dottedoverlay.twoxtwo {
    background: url("../assets/gridtile.png"); }
  .tp-dottedoverlay.twoxtwowhite {
    background: url("../assets/gridtile_white.png"); }
  .tp-dottedoverlay.threexthree {
    background: url("../assets/gridtile_3x3.png"); }
  .tp-dottedoverlay.threexthreewhite {
    background: url("../assets/gridtile_3x3_white.png"); }

.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1; }

.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8); }

.tp-shadow2:before {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg); }
.tp-shadow2:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .tp-shadow5:before {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px / 20px; }
  .tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px / 20px; }

.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url("../images/gradient/g30.png") repeat-x top;
  font-family: "arial", "sans-serif";
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none; }
  .tp-button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url("../images/gradient/g40.png") repeat-x top; }
    .tp-button.big:hover {
      background-position: bottom, 15px 11px; }
  .tp-button:hover {
    background-position: bottom, 15px 11px; }
    .tp-button:hover.green {
      background-color: #21a117;
      box-shadow: 0 3px 0 0 #104d0b; }
    .tp-button:hover.blue {
      background-color: #1d78cb;
      box-shadow: 0 3px 0 0 #0f3e68; }
    .tp-button:hover.red {
      background-color: #cb1d1d;
      box-shadow: 0 3px 0 0 #7c1212; }
    .tp-button:hover.orange {
      background-color: #ff7700;
      box-shadow: 0 3px 0 0 #a34c00; }
    .tp-button:hover.darkgrey {
      background-color: #555555;
      box-shadow: 0 3px 0 0 #222222; }
    .tp-button:hover.grey {
      background-color: #555555;
      box-shadow: 0 3px 0 0 #222222; }
    .tp-button:hover.lightgrey {
      background-color: #888;
      box-shadow: 0 3px 0 0 #555555; }
  .tp-button.green {
    background-color: #21a117;
    box-shadow: 0 3px 0 0 #104d0b; }
  .tp-button.blue {
    background-color: #1d78cb;
    box-shadow: 0 3px 0 0 #0f3e68; }
  .tp-button.red {
    background-color: #cb1d1d;
    box-shadow: 0 3px 0 0 #7c1212; }
  .tp-button.orange {
    background-color: #ff7700;
    box-shadow: 0 3px 0 0 #a34c00; }
  .tp-button.darkgrey {
    background-color: #555555;
    box-shadow: 0 3px 0 0 #222222; }
  .tp-button.grey {
    background-color: #555555;
    box-shadow: 0 3px 0 0 #222222; }
  .tp-button.lightgrey {
    background-color: #888;
    box-shadow: 0 3px 0 0 #555555; }

.purchase {
  padding: 25px 0 30px;
  border-bottom: solid 1px #eee;
  background: url("../img/patterns/breadcrumbs.png") repeat; }
  .purchase:hover {
    background-position: bottom, 15px 11px; }
    .purchase:hover.green {
      background-color: #21a117;
      box-shadow: 0 3px 0 0 #104d0b; }
    .purchase:hover.blue {
      background-color: #1d78cb;
      box-shadow: 0 3px 0 0 #0f3e68; }
    .purchase:hover.red {
      background-color: #cb1d1d;
      box-shadow: 0 3px 0 0 #7c1212; }
    .purchase:hover.orange {
      background-color: #ff7700;
      box-shadow: 0 3px 0 0 #a34c00; }
    .purchase:hover.darkgrey {
      background-color: #555555;
      box-shadow: 0 3px 0 0 #222222; }
    .purchase:hover.lightgrey {
      background-color: #888;
      box-shadow: 0 3px 0 0 #555555; }
  .purchase.green {
    background-color: #21a117;
    box-shadow: 0 3px 0 0 #104d0b; }
  .purchase.blue {
    background-color: #1d78cb;
    box-shadow: 0 3px 0 0 #0f3e68; }
  .purchase.red {
    background-color: #cb1d1d;
    box-shadow: 0 3px 0 0 #7c1212; }
  .purchase.orange {
    background-color: #ff7700;
    box-shadow: 0 3px 0 0 #a34c00; }
  .purchase.darkgrey {
    background-color: #555555;
    box-shadow: 0 3px 0 0 #222222; }
  .purchase.lightgrey {
    background-color: #888;
    box-shadow: 0 3px 0 0 #555555; }
  .purchase p {
    margin-bottom: 0; }
  .purchase span {
    color: #666666;
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 12px;
    font-family: "Open Sans", "Arial", "sans-serif"; }
  .purchase .btn-buy {
    text-align: center; }
    .purchase .btn-buy a {
      margin-top: 27px; }
      .purchase .btn-buy a i {
        margin-right: 5px; }

.rev-btn {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: "Roboto", "sans-serif";
  cursor: pointer; }
  .rev-btn:visited {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    font-family: "Roboto", "sans-serif";
    cursor: pointer; }
  .rev-btn.rev-uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 900; }
    .rev-btn.rev-uppercase:visited {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 15px;
      font-weight: 900; }
  .rev-btn.rev-hiddenicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important; }
  .rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important; }
  .rev-btn.rev-medium {
    line-height: 36px;
    font-size: 14px;
    padding: 10px 30px; }
    .rev-btn.rev-medium:visited {
      line-height: 36px;
      font-size: 14px;
      padding: 10px 30px; }
    .rev-btn.rev-medium.rev-withicon i {
      font-size: 14px;
      top: 0; }
    .rev-btn.rev-medium.rev-hiddenicon i {
      font-size: 14px;
      top: 0; }
  .rev-btn.rev-small {
    line-height: 28px;
    font-size: 12px;
    padding: 7px 20px; }
    .rev-btn.rev-small:visited {
      line-height: 28px;
      font-size: 12px;
      padding: 7px 20px; }
    .rev-btn.rev-small.rev-withicon i {
      font-size: 12px;
      top: 0; }
    .rev-btn.rev-small.rev-hiddenicon i {
      font-size: 12px;
      top: 0; }
  .rev-btn.rev-withicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0;
    margin-left: 10px !important; }

.rev-maxround {
  border-radius: 30px; }

.rev-minround {
  border-radius: 3px; }

.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  tap-highlight-color: transparent;
  cursor: pointer; }
  .rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important; }
    .rev-burger span:nth-child(2) {
      margin: 3px 0; }
  .rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, 0.2); }
    .rev-burger.revb-white span {
      background: #fff; }
  .rev-burger.revb-whitenoborder {
    border: 0; }
    .rev-burger.revb-whitenoborder span {
      background: #fff; }
  .rev-burger.revb-darknoborder {
    border: 0; }
    .rev-burger.revb-darknoborder span {
      background: #333; }
  .rev-burger.revb-whitefull {
    background: #fff;
    border: none; }
    .rev-burger.revb-whitefull span {
      background: #333; }
  .rev-burger.revb-darkfull {
    background: #333;
    border: none; }
    .rev-burger.revb-darkfull span {
      background: #fff; }

.open .rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg); }
.open .rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0; }
.open .rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg); }
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg); }
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0; }
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg); }

@-webkit-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
@-moz-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px; }
  .rev-scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    letter-spacing: 2px; }
    .rev-scroll-btn > *:hover {
      color: #fff;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .rev-scroll-btn > *:focus {
      color: #fff;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .rev-scroll-btn > *.active {
      color: #fff;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .rev-scroll-btn > *:active {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .rev-scroll-btn.revs-fullwhite {
    background: #fff; }
    .rev-scroll-btn.revs-fullwhite span {
      background: #333; }
  .rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none; }
    .rev-scroll-btn.revs-fulldark span {
      background: #fff; }
  .rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite; }
  .rev-scroll-btn.revs-dark {
    border-color: #333; }
    .rev-scroll-btn.revs-dark span {
      background: #333; }

.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: "Raleway";
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer; }

.rev-cbutton-dark-sr {
  border-radius: 3px; }

.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75); }

.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3;
  background-color: rgba(255, 255, 255, 0.75); }

.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px; }

.rev-sbutton-blue {
  background-color: #3b5998; }

.rev-sbutton-lightblue {
  background-color: #00a0d1; }

.rev-sbutton-red {
  background-color: #dd4b39; }

.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 200;
  top: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  height: 5px; }
  .tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0 !important;
    height: 5px; }

.tp-shape {
  width: 100%;
  height: 100%; }

.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute; }
  .tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background: url("../assets/loader.gif") no-repeat center center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px; }
  .tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px; }
  .tp-loader.spinner5 {
    background: url("../assets/loader.gif") no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px; }
  .tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ff0000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    animation: tp-scaleout 1.0s infinite ease-in-out; }
  .tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center; }
    .tp-loader.spinner3 .bounce1 {
      width: 18px;
      height: 18px;
      background-color: #fff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
      border-radius: 100%;
      display: inline-block;
      animation: tp-bouncedelay 1.4s infinite ease-in-out;
      animation-fill-mode: both;
      animation-delay: -0.32s; }
    .tp-loader.spinner3 .bounce2 {
      width: 18px;
      height: 18px;
      background-color: #fff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
      border-radius: 100%;
      display: inline-block;
      animation: tp-bouncedelay 1.4s infinite ease-in-out;
      animation-fill-mode: both;
      animation-delay: -0.16s; }
    .tp-loader.spinner3 .bounce3 {
      width: 18px;
      height: 18px;
      background-color: #fff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
      border-radius: 100%;
      display: inline-block;
      animation: tp-bouncedelay 1.4s infinite ease-in-out;
      animation-fill-mode: both; }
  .tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2.0s infinite linear; }
    .tp-loader.spinner4 .dot1 {
      width: 60%;
      height: 60%;
      display: inline-block;
      position: absolute;
      top: 0;
      background-color: #fff;
      border-radius: 100%;
      animation: tp-bounce 2.0s infinite ease-in-out;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
    .tp-loader.spinner4 .dot2 {
      width: 60%;
      height: 60%;
      display: inline-block;
      position: absolute;
      top: 0;
      background-color: #fff;
      border-radius: 100%;
      animation: tp-bounce 2.0s infinite ease-in-out;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
      top: auto;
      bottom: 0;
      animation-delay: -1.0s; }

@-webkit-keyframes tp-rotateplane {}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@-webkit-keyframes tp-scaleout {
  100% {
    opacity: 0; } }
@keyframes tp-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes tp-bouncedelay {}
@keyframes tp-bouncedelay {
  0% {
    transform: scale(0); }
  80% {
    transform: scale(0); }
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
@-webkit-keyframes tp-rotate {}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes tp-bounce {}
@keyframes tp-bounce {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
.tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
  box-sizing: content-box !important; }
  .tp-thumbs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0; }

.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0; }
  .tp-bullets.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0; }
  .tp-bullets.preview4 .bullet {
    border-radius: 10px !important; }

.tp-tabs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
  box-sizing: content-box !important; }
  .tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0; }

.tp-tab {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box; }
  .tp-tab:hover {
    opacity: 1; }
  .tp-tab.selected {
    opacity: 1; }

.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box; }
  .tp-thumb:hover {
    opacity: 1; }
  .tp-thumb.selected {
    opacity: 1; }

.tp-videoposter {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.tp-thumb-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.tp-tab-mask {
  box-sizing: border-box !important; }

.tp-thumb-mask {
  box-sizing: border-box !important; }

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer; }
  .tp-bullet.selected {
    background: #fff; }
  .tp-bullet:hover {
    background: #fff; }

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100; }
  .tparrows:hover {
    background: #000; }
  .tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center; }
  .tparrows.tp-leftarrow:before {
    content: '\e824'; }
  .tparrows.tp-rightarrow:before {
    content: '\e825'; }

.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal; }

.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px; }

.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0;
  peft: 0;
  z-index: 0; }

.g-color-default {
  color: #e74c3c;
  color: #4fd2c2; }

.g-bg-default {
  background: #e74c3c;
  background: #4fd2c2; }

.g-color-white {
  color: #fff;
  color: #fff !important; }

.g-dp-table {
  display: table; }

.g-dp-table-cell {
  display: table-cell; }

.g-va-top {
  vertical-align: top; }

.g-va-middle {
  vertical-align: middle; }

.g-va-bottom {
  vertical-align: bottom; }

.g-heading-v8 h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  margin: 0 0 40px;
  color: #31353e; }
  .g-heading-v8 h2 .block-name {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    color: #fff;
    background: #31353e;
    padding: 10px 15px;
    margin-bottom: 20px; }
  .g-heading-v8 h2 strong {
    color: #e74c3c; }
.g-heading-v8 .h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  margin: 0 0 40px;
  color: #31353e; }
  .g-heading-v8 .h2 .block-name {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    color: #fff;
    background: #31353e;
    padding: 10px 15px;
    margin-bottom: 20px; }
  .g-heading-v8 .h2 strong {
    color: #e74c3c; }
.g-heading-v8 h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #383339; }
.g-heading-v8 .h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #383339; }
.g-heading-v8 h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 5px;
  color: #383339; }
.g-heading-v8 .h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 5px;
  color: #383339; }
.g-heading-v8 h5 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 5px;
  color: #383339; }
.g-heading-v8 .h5 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 5px;
  color: #383339; }
.g-heading-v8 .our-service-info h2 {
  margin: 90px 0 30px; }
  .g-heading-v8 .our-service-info h2 strong {
    color: #fff; }
.g-heading-v8 .our-service-info .h2 {
  margin: 90px 0 30px; }
  .g-heading-v8 .our-service-info .h2 strong {
    color: #fff; }

.img-wrapper--shadow {
  position: relative; }
  .img-wrapper--shadow:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.capitalise {
  text-transform: uppercase; }

.g-bg-default-color {
  background: #e74c3c; }

.navbar-default .navbar-collapse {
  border-color: transparent;
  border-top: none;
  box-shadow: none; }
.navbar-default .navbar-form {
  border-color: transparent;
  border-top: none;
  box-shadow: none; }

.get-discount {
  background: #31353e url("../img-temp/discount.jpg") no-repeat 50% 0/cover;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  padding: 100px 0; }
  .get-discount:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.6); }
  .get-discount .container {
    z-index: 1;
    position: relative; }
  .get-discount h2 {
    font-size: 56px;
    color: #fff; }
    .get-discount h2 strong {
      color: #e74c3c; }
  .get-discount .h2 {
    font-size: 56px;
    color: #fff; }
    .get-discount .h2 strong {
      color: #e74c3c; }
  .get-discount .sky-form {
    box-shadow: none;
    border: none; }
    .get-discount .sky-form .row {
      margin: 0 -15px 15px; }
    .get-discount .sky-form .input input {
      background: none;
      border: solid 1px #fff;
      color: #fff; }
      .get-discount .sky-form .input input:hover {
        border: solid 1px #fff;
        box-shadow: none; }
      .get-discount .sky-form .input input:focus {
        border: solid 1px #fff;
        box-shadow: none; }
      .get-discount .sky-form .input input:active {
        border: solid 1px #fff;
        box-shadow: none; }
  .get-discount ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }
  .get-discount ::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .get-discount :-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .get-discount :-ms-input-placeholder {
    color: #fff;
    opacity: 1; }

.special-purposes-item {
  position: relative; }
  .special-purposes-item:hover .special-purposes-item-info {
    background: rgba(231, 76, 60, 0.8); }
  .special-purposes-item:hover .special-purposes-item--big .special-purposes-item-info {
    max-width: 200px;
    top: auto;
    right: auto;
    padding: 20px 30px;
    padding-bottom: 60px;
    background: #e74c3c; }
  .special-purposes-item h3 {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 20px; }
    .special-purposes-item h3 em {
      font-style: normal;
      font-size: 11px;
      display: block;
      margin-bottom: 10px; }

.special-purposes-item-info {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  transition: background 0.1s ease-in-out; }
  .special-purposes-item-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    margin: 0; }

.special-purposes-item--big .special-purposes-item-info {
  max-width: 200px;
  top: auto;
  right: auto;
  padding: 20px 30px;
  padding-bottom: 60px;
  background: #e74c3c; }
.special-purposes-item--big .special-purposes-item-info-price {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #31353e;
  font-size: 18px;
  padding: 5px; }
  .special-purposes-item--big .special-purposes-item-info-price strong {
    color: #e74c3c; }
.special-purposes-item--big .special-purposes-item h3 {
  font-size: 18px; }

.special-purposes-item-info-inner {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 5%; }

.special-purposes-item-info-price {
  font-weight: bold;
  font-size: 11px;
  background: #e74c3c;
  display: inline-block;
  padding: 10px; }

.special-purposes-item__more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -10000px; }

.popular-tours-item__more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -10000px; }

.our-tours-list-item__more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -10000px; }

.popular-tours-item {
  position: relative; }
  .popular-tours-item:hover .popular-tours-item-info {
    background: rgba(49, 53, 62, 0.8); }

.popular-tours-item-info {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  transition: background 0.1s ease-in-out; }
  .popular-tours-item-info h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 10px; }
    .popular-tours-item-info h3 em {
      font-style: normal;
      font-size: 11px;
      display: block;
      margin-bottom: 10px; }
  .popular-tours-item-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    margin: 0; }

.popular-tours-item-info-inner {
  position: absolute;
  left: 10px;
  bottom: 10px; }

.popular-tours-item-info-price {
  background: #31353e;
  font-size: 13px;
  padding: 5px;
  display: inline-block; }
  .popular-tours-item-info-price strong {
    color: #e74c3c; }

.contact-section {
  background: #31353e;
  color: rgba(255, 255, 255, 0.7); }
  .contact-section .address {
    text-transform: uppercase;
    margin-bottom: 40px; }
    .contact-section .address li {
      margin-bottom: 20px; }
    .contact-section .address strong {
      color: #fff; }
  .contact-section a {
    color: #fff; }
  .contact-section h2 {
    color: #fff; }
    .contact-section h2 strong {
      color: #31353e; }
  .contact-section .h2 {
    color: #fff; }
    .contact-section .h2 strong {
      color: #31353e; }
  .contact-section h3 {
    color: #e74c3c;
    font-style: 26px;
    margin: 15px 0 30px; }
    .contact-section h3 strong {
      color: #fff; }
  .contact-section .h3 {
    color: #e74c3c;
    font-style: 26px;
    margin: 15px 0 30px; }
    .contact-section .h3 strong {
      color: #fff; }
  .contact-section .sky-form {
    box-shadow: none;
    border: 0; }
    .contact-section .sky-form .input input {
      box-shadow: inset 5px 5px 5px #252525;
      border: none;
      background: #282c34;
      color: rgba(255, 255, 255, 0.7); }
      .contact-section .sky-form .input input:hover {
        box-shadow: inset 5px 5px 5px #252525;
        border: none;
        background: #282c34;
        color: rgba(255, 255, 255, 0.7); }
      .contact-section .sky-form .input input:focus {
        box-shadow: inset 5px 5px 5px #252525;
        border: none;
        background: #282c34;
        color: rgba(255, 255, 255, 0.7); }
    .contact-section .sky-form .textarea textarea {
      box-shadow: inset 5px 5px 5px #252525;
      border: none;
      background: #282c34;
      color: rgba(255, 255, 255, 0.7); }
      .contact-section .sky-form .textarea textarea:hover {
        box-shadow: inset 5px 5px 5px #252525;
        border: none;
        background: #282c34;
        color: rgba(255, 255, 255, 0.7); }
      .contact-section .sky-form .textarea textarea:focus {
        box-shadow: inset 5px 5px 5px #252525;
        border: none;
        background: #282c34;
        color: rgba(255, 255, 255, 0.7); }
    .contact-section .sky-form .textarea-expandable textarea {
      height: 125px; }
      .contact-section .sky-form .textarea-expandable textarea:hover {
        height: 125px; }
      .contact-section .sky-form .textarea-expandable textarea:focus {
        height: 125px; }
  .contact-section ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1; }
  .contact-section ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1; }
  .contact-section :-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1; }
  .contact-section :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1; }

.contact-section-map {
  min-height: 680px; }

.contact-section-col {
  padding: 0;
  min-height: 680px; }

.contact-section-content {
  padding: 100px 50px;
  height: auto; }

.contact-section-info {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 45px; }

.testimonials {
  margin-bottom: 0;
  margin-bottom: 10px; }
  .testimonials .container-fluid {
    padding: 0; }
    .testimonials .container-fluid > .row {
      margin-left: 0;
      margin-right: 0; }
  .testimonials .ms-info-name {
    font-size: 14px;
    margin: 0; }
  .testimonials .ms-info-position {
    color: #e74c3c;
    margin: 0 0 15px;
    font-size: 10px; }
  .testimonials .ms-info-quote {
    font-size: 16px;
    font-style: italic;
    opacity: .8; }
  .testimonials .testimonial-info {
    color: #72c02c;
    font-size: 16px;
    padding: 0 15px;
    margin-top: 18px; }
    .testimonials .testimonial-info span {
      top: 3px;
      position: relative; }
    .testimonials .testimonial-info em {
      color: #777;
      display: block;
      font-size: 13px; }
    .testimonials .testimonial-info img {
      width: 60px;
      float: left;
      height: 60px;
      padding: 2px;
      margin-right: 15px;
      border: solid 1px #ccc; }
  .testimonials .testimonial-author {
    overflow: hidden; }
  .testimonials .carousel-arrow {
    top: -65px;
    position: relative; }
    .testimonials .carousel-arrow i {
      color: #777;
      padding: 2px;
      min-width: 25px;
      font-size: 20px;
      text-align: center;
      background: #f5f5f5; }
      .testimonials .carousel-arrow i:hover {
        color: #fff;
        background: #72c02c; }
  .testimonials .carousel-control {
    opacity: 1;
    width: 100%;
    text-align: right;
    text-shadow: none;
    position: absolute;
    filter: Alpha(opacity=100); }
    .testimonials .carousel-control.left {
      right: 27px;
      left: auto; }
    .testimonials .carousel-control.right {
      right: 0; }
  .testimonials.testimonials-v1 p {
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    background: #f5f5f5; }
  .testimonials.testimonials-v1 .item p {
    position: relative; }
    .testimonials.testimonials-v1 .item p:after {
      left: 80px;
      bottom: -20px;
      border-top: 22px solid;
      border-left: 0 solid transparent;
      border-right: 22px solid transparent;
      width: 0;
      height: 0;
      content: " ";
      display: block;
      position: absolute;
      border-top-color: #f5f5f5;
      border-left-style: inset;
      border-right-style: inset; }
    .testimonials.testimonials-v1 .item p:before {
      left: 80px;
      bottom: -20px; }
  .testimonials.testimonials-v2 .testimonial-info {
    padding: 0 20px; }
  .testimonials.testimonials-v2 p {
    padding-bottom: 15px;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    background: #f5f5f5; }
  .testimonials.testimonials-v2 .carousel-arrow {
    top: -55px; }
  .testimonials.testimonials-v2 .item p:after {
    left: 8%;
    bottom: 45px;
    border-top: 20px solid;
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top-color: #f5f5f5;
    border-left-style: inset;
    border-right-style: inset; }
  .testimonials.testimonials-v2 .item p:before {
    left: 8%;
    bottom: 45px; }
  .testimonials.testimonials-bg-default .item p:after {
    border-top-color: #72c02c;
    border-top-color: #72c02c; }
  .testimonials.testimonials-bg-default .carousel-arrow i:hover {
    background: #5fb611; }
  .testimonials.testimonials-bg-dark .testimonial-info {
    color: #555555; }
  .testimonials.testimonials-bg-dark .item p:after {
    border-top-color: #555555;
    border-top-color: #555555; }
  .testimonials.testimonials-bg-dark .carousel-arrow i:hover {
    background: #333; }
  .testimonials .ms-staff-carousel .ms-staff-info {
    background: none; }

.our-service-section .container-fluid {
  padding: 0; }
  .our-service-section .container-fluid > .row {
    margin-left: 0;
    margin-right: 0; }
.our-service-section .owl-buttons {
  position: absolute;
  top: 99px;
  left: 0;
  right: 0; }
.our-service-section .owl-prev {
  width: 45px;
  height: 45px;
  background: #e74c3c;
  color: #fff;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  left: 0; }
  .our-service-section .owl-prev:hover {
    background: #31353e; }
  .our-service-section .owl-prev:after {
    top: 10px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: "FontAwesome";
    left: 18px;
    content: "\f104"; }
.our-service-section .owl-next {
  width: 45px;
  height: 45px;
  background: #e74c3c;
  color: #fff;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  right: 0; }
  .our-service-section .owl-next:hover {
    background: #31353e; }
  .our-service-section .owl-next:after {
    top: 10px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: "FontAwesome";
    right: 18px;
    content: "\f105"; }

.our-service-info {
  background: #e74c3c;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 50px; }
  .our-service-info h2 {
    margin-left: 30px;
    margin-right: 30px; }
  .our-service-info .h2 {
    margin-left: 30px;
    margin-right: 30px; }
  .our-service-info p {
    margin-left: 30px;
    margin-right: 30px; }

.our-services-list-wrapper {
  padding: 0;
  position: relative; }

.our-services-list-item {
  color: rgba(255, 255, 255, 0.8);
  background: #31353e;
  box-shadow: inset 5px 0 10px #252525;
  padding-bottom: 50px;
  position: relative;
  transition: all 0.3s ease-in-out; }
  .our-services-list-item:hover {
    background: #e74c3c;
    box-shadow: inset 5px 0 10px #bd332b; }
    .our-services-list-item:hover .btn-u-red {
      background: #31353e; }
  .our-services-list-item h3 {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 45px 45px 15px; }
  .our-services-list-item p {
    margin: 0 45px 35px; }

.cbp-l-loadMore-text {
  margin-top: 0; }

.gallery .cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(49, 53, 62, 0.9);
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  width: auto;
  height: auto; }

.our-tours {
  background: #efefef; }
  .our-tours h2 {
    margin-bottom: 70px; }
  .our-tours .h2 {
    margin-bottom: 70px; }
  .our-tours .container-fluid {
    padding: 0; }
    .our-tours .container-fluid > .row {
      margin-left: 0;
      margin-right: 0; }

.our-tours-list-wrapper {
  padding: 0 30px; }

.our-tours-list-item {
  color: rgba(255, 255, 255, 0.8);
  background: #31353e;
  padding-bottom: 30px;
  transition: all 0.3s ease-in-out; }
  .our-tours-list-item:hover {
    background: #e74c3c; }
    .our-tours-list-item:hover .g-color-default {
      color: #31353e; }
    .our-tours-list-item:hover .our-tours-price {
      background: #31353e; }
  .our-tours-list-item .img-wrapper {
    margin-bottom: 20px; }
  .our-tours-list-item h3 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px;
    margin-left: 20px;
    margin-right: 20px; }
  .our-tours-list-item .star-vote {
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px; }
    .our-tours-list-item .star-vote li {
      padding: 0;
      margin-right: 5px; }
  .our-tours-list-item .g-color-default {
    transition: all 0.3s ease-in-out; }
  .our-tours-list-item p {
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px; }
  .our-tours-list-item .our-tours-price {
    margin-left: 20px;
    margin-right: 20px; }

.our-tours-price {
  color: #fff;
  background: #e74c3c;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  padding: 10px 11px;
  transition: all 0.3s ease-in-out; }

.our-tours-list .owl-buttons {
  position: absolute;
  top: 190px;
  left: 0;
  right: 0; }
.our-tours-list .owl-prev {
  width: 45px;
  height: 45px;
  background: #e74c3c;
  color: #fff;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  left: -30px; }
  .our-tours-list .owl-prev:hover {
    background: #31353e; }
  .our-tours-list .owl-prev:after {
    top: 10px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: "FontAwesome";
    left: 18px;
    content: "\f104"; }
.our-tours-list .owl-next {
  width: 45px;
  height: 45px;
  background: #e74c3c;
  color: #fff;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  right: -30px; }
  .our-tours-list .owl-next:hover {
    background: #31353e; }
  .our-tours-list .owl-next:after {
    top: 10px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: "FontAwesome";
    right: 18px;
    content: "\f105"; }

.search-tours {
  position: relative; }
  .search-tours:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    left: 0;
    background: #31353e; }
  .search-tours:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    right: 0;
    background: #e74c3c; }
  .search-tours .container {
    z-index: 2;
    position: relative; }
  .search-tours .sky-form {
    box-shadow: none;
    color: #fff; }
    .search-tours .sky-form .label {
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 0;
      margin-bottom: 15px; }
    .search-tours .sky-form .btn-u {
      margin-top: 34px;
      background: #31353e; }
      .search-tours .sky-form .btn-u:hover {
        background: #1c1e24; }
    .search-tours .sky-form .select select {
      background: #dd4b39;
      box-shadow: 0 0 3px #ca352b inset;
      color: #fff;
      border: none;
      color: #fff; }
    .search-tours .sky-form .select i {
      width: auto;
      height: auto;
      background: none; }
      .search-tours .sky-form .select i:before {
        display: none; }
      .search-tours .sky-form .select i:after {
        border-top: 4px solid #fff;
        top: 17px; }
    .search-tours .sky-form .icon-append {
      border: none;
      color: #fff; }
    .search-tours .sky-form .input input {
      background: #dd4b39;
      box-shadow: 0 0 3px #ca352b inset;
      color: #fff;
      border: none; }
    .search-tours .sky-form .textarea textarea {
      background: #dd4b39;
      box-shadow: 0 0 3px #ca352b inset;
      color: #fff;
      border: none; }
  .search-tours h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 0; }
    .search-tours h2 .block-name {
      font-size: 11px;
      padding: 0;
      margin-bottom: 0;
      color: #e74c3c; }
  .search-tours .h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 0; }
    .search-tours .h2 .block-name {
      font-size: 11px;
      padding: 0;
      margin-bottom: 0;
      color: #e74c3c; }
  .search-tours ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }
  .search-tours ::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .search-tours :-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .search-tours :-ms-input-placeholder {
    color: #fff;
    opacity: 1; }

.search-tours-title-wrapper {
  background: #31353e;
  padding-top: 52px;
  padding-bottom: 64px; }

.search-tours-col-bg-default {
  background: #e74c3c;
  padding-top: 65px;
  padding-bottom: 41px; }

.promo-bg-pattern-v1-dark {
  background: url("../img/patterns/5.png") repeat; }

.promo-bg-pattern-v1-light {
  background: url("../img/patterns/16.png") repeat; }

.promo-bg-img-v1 {
  background: url("../img/bg/img1.jpg") no-repeat;
  background-size: cover; }

.promo-bg-img-v2 {
  background: url("../img/bg/img5.jpg") no-repeat;
  background-size: cover; }

.promo-bg-img-v3 {
  background: url("../img/bg/img10.jpg") no-repeat;
  background-size: cover; }

.promo-bg-img-v4 {
  background: url("../img/bg/img11.jpg") no-repeat;
  background-size: cover; }

.promo-bg-img-v5 {
  background: url("../img/bg/img6.jpg") no-repeat;
  background-size: cover; }

.promo-bg-fixed {
  background-attachment: fixed; }

.promo-text-v1 {
  padding: 3px 0;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  border-bottom: solid 2px #fff; }
  .promo-text-v1.color-dark {
    border-color: #555555; }

.promo-text-v2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 63px; }

.promo-video-icon-wrap {
  width: 64px;
  height: 64px;
  font-size: 18px;
  line-height: 70px;
  display: inline-block;
  transition: all .3s ease-in-out; }
  .promo-video-icon-wrap:hover {
    color: #333;
    text-decoration: none; }
  .promo-video-icon-wrap.color-light {
    color: #333;
    background: white; }
    .promo-video-icon-wrap.color-light:hover {
      background: rgba(255, 255, 255, 0.9); }
  .promo-video-icon-wrap.color-dark {
    color: #fff;
    background: rgba(0, 0, 0, 0.8); }
    .promo-video-icon-wrap.color-dark:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.9); }

.promo-video-icon {
  left: 3px;
  position: relative; }

.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #eee;
  background: url("../img/patterns/breadcrumbs.png") repeat; }
  .breadcrumbs h1 {
    color: #666666;
    font-size: 22px;
    margin-top: 8px; }
  .breadcrumbs.breadcrumbs-dark {
    background: #222222;
    padding: 30px 0 20px;
    border-bottom: solid 3px #777; }
    .breadcrumbs.breadcrumbs-dark h1 {
      color: #fff;
      font-weight: 200;
      font-size: 24px; }
    .breadcrumbs.breadcrumbs-dark a {
      color: #fff;
      font-weight: 200; }
  .breadcrumbs.breadcrumbs-light {
    background: #222222;
    padding: 30px 0 20px;
    border-bottom: solid 3px #777;
    background: #f7f7f7;
    border-bottom: 1px solid #eee; }
    .breadcrumbs.breadcrumbs-light h1 {
      color: #fff;
      font-weight: 200;
      color: #555555;
      font-size: 26px; }
    .breadcrumbs.breadcrumbs-light a {
      color: #fff;
      font-weight: 200;
      color: #555555; }

.video-business-img1 {
  background: url("../video/youtube-business/video-business-img1.jpg") no-repeat center;
  background-size: cover; }

.breadcrumb {
  top: 10px;
  z-index: 1;
  padding-right: 0;
  background: none;
  position: relative; }
  .breadcrumb a {
    color: #777; }
  .breadcrumb li.active {
    color: #72c02c;
    text-decoration: none; }
  .breadcrumb li a:hover {
    color: #72c02c;
    text-decoration: none; }

@media (max-width: 550px) {
  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px; }
  .breadcrumbs h1.pull-left {
    width: 100%;
    text-align: center;
    margin-bottom: 0; }
  .breadcrumbs ul.pull-right {
    width: 100%;
    text-align: center; }

  .parallax-counter-v3 .features {
    width: 110px;
    height: 110px;
    padding: 22px; }
    .parallax-counter-v3 .features:after {
      top: -7px;
      left: -7px;
      right: -7px;
      bottom: -7px; }
    .parallax-counter-v3 .features span.counter {
      font-size: 20px; }
    .parallax-counter-v3 .features span.features-info {
      font-size: 11px; } }
.breadcrumbs-sm {
  padding: 50px 0; }

.breadcrumbs-md {
  padding: 100px 0; }

.breadcrumbs-lg {
  padding: 200px 0; }

.breadcrumbs-v1 {
  transition: all 0.8s ease-in-out;
  padding: 100px 0;
  position: relative;
  background: url("../img/breadcrumbs/img1.jpg") center no-repeat;
  background-size: cover; }
  .breadcrumbs-v1:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.15); }
  .breadcrumbs-v1 span {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 5px;
    display: inline-block; }
  .breadcrumbs-v1 h1 {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 55px;
    text-transform: uppercase; }

.breadcrumbs-v3 {
  transition: all 0.8s ease-in-out;
  z-index: 1;
  padding: 100px 0;
  position: relative; }
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 200px 0; }
  .breadcrumbs-v3.img-v1 {
    background: url("../img/breadcrumbs/img1.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .breadcrumbs-v3.img-v2 {
    background: url("../img/breadcrumbs/img2.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .breadcrumbs-v3.img-v3 {
    background: url("../img/breadcrumbs/img3.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .breadcrumbs-v3:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.2); }
  .breadcrumbs-v3 h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase; }
  .breadcrumbs-v3 p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 0;
    text-transform: uppercase; }

.breadcrumbs-v2 {
  text-align: center;
  position: relative;
  background: url("../img/bg/11.jpg") no-repeat center; }
  .breadcrumbs-v2 h1 {
    color: #fff;
    text-transform: uppercase; }

.breadcrumbs-v2-in {
  padding: 80px 0;
  position: relative; }

.img-hover-v1 span {
  display: block;
  overflow: hidden;
  position: relative; }
  .img-hover-v1 span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    transition: all 0.5s ease-in-out; }
.img-hover-v1:hover span:after {
  background: rgba(0, 0, 0, 0.3); }
.img-hover-v1 img {
  transition: all 0.5s ease-in-out; }

.img-hover-v2 img {
  transition: all 0.5s ease-in-out;
  filter: grayscale(100%); }
.img-hover-v2:hover img {
  filter: grayscale(0); }

.block-grid-v1 {
  background: #fff;
  padding: 15px 15px 5px;
  border-bottom: solid 2px #eee;
  transition: all 0.4s ease-in-out; }
  .block-grid-v1:hover {
    border-color: #72c02c; }
  .block-grid-v1 img {
    margin-bottom: 10px; }
    .block-grid-v1 img.block-grid-v1-img {
      width: 35px;
      height: 35px;
      margin-top: 8px; }
  .block-grid-v1.content-boxes-v1 h3 {
    margin-bottom: 0; }
    .block-grid-v1.content-boxes-v1 h3 a {
      color: #555555; }
  .block-grid-v1.content-boxes-v1 img.pull-left {
    float: inherit !important; }
  .block-grid-v1 .star-vote {
    padding: 0;
    margin-bottom: 10px;
    vertical-align: middle; }
    .block-grid-v1 .star-vote li {
      padding: 0;
      font-size: 11px;
      display: inline-block; }
  .block-grid-v1 h3 a {
    font-size: 22px;
    font-weight: 200;
    margin-right: 10px; }

.block-grid-v1-add-info {
  margin: 0;
  padding-top: 15px;
  border-top: solid 1px #eee; }
  .block-grid-v1-add-info li {
    padding: 0;
    margin-right: 3px;
    margin-bottom: 10px; }
    .block-grid-v1-add-info li a {
      font-size: 11px;
      padding: 4px 7px;
      text-decoration: none;
      border: solid 2px #eee;
      border-radius: 3px !important; }

.block-grid-v2 {
  padding: 0; }
  .block-grid-v2 li {
    list-style: none;
    position: relative; }
    .block-grid-v2 li:hover .block-grid-v2-info {
      border-color: #72c02c; }

.block-grid-v2-info {
  padding: 15px;
  text-align: center;
  background: #f9f9f9;
  border-bottom: solid 3px #eee;
  transition: all 0.4s ease-in-out; }
  .block-grid-v2-info h3 {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 10px; }
  .block-grid-v2-info .star-vote li {
    padding: 2px;
    font-size: 16px; }

.service-box-v1 .service-block {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px; }
.service-box-v1 p {
  position: relative;
  margin-bottom: 50px; }
  .service-box-v1 p:after {
    content: " ";
    left: 50%;
    height: 1px;
    width: 50px;
    bottom: -15px;
    position: absolute;
    margin-left: -25px;
    background: #72c02c; }
.service-box-v1 ul {
  padding: 0 40px; }
.service-box-v1 li {
  margin: 8px 0;
  font-size: 15px;
  padding-top: 8px;
  border-top: dotted 1px #72c02c; }
  .service-box-v1 li:hover {
    color: #72c02c; }
  .service-box-v1 li:first-child {
    padding-top: 0;
    border-top: none; }

.service-block-v1 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  padding: 45px 20px 20px;
  border: 1px solid #f2f2f2; }
  .service-block-v1 i {
    left: 50%;
    top: -30px;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 62px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #72c02c;
    display: inline-block; }
  .service-block-v1 h3 {
    margin-bottom: 20px; }
  .service-block-v1 p {
    margin-bottom: 20px; }

.service-block-v3 {
  padding: 20px; }
  .service-block-v3 i {
    color: #fff;
    float: left;
    font-size: 50px;
    margin: 0 20px 20px 0; }
  .service-block-v3 .service-heading {
    color: #fff;
    opacity: 0.8;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase; }
  .service-block-v3 .service-in small {
    color: #fff;
    opacity: 0.8;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase; }
  .service-block-v3 .service-in h4 {
    color: #fff;
    font-size: 16px;
    line-height: 0.8;
    margin-bottom: 0; }
  .service-block-v3 .counter {
    color: #fff;
    display: block;
    line-height: 1;
    font-size: 30px; }
  .service-block-v3 .progress {
    margin-bottom: 7px; }
  .service-block-v3 .statistics .heading-xs {
    color: #fff;
    opacity: 0.8; }
  .service-block-v3 .statistics small {
    color: #fff; }
  .service-block-v3 .statistics .progress {
    background: #bbb; }
  .service-block-v3 .statistics .progress-bar-light {
    background: #fff; }

.service-block-v4 {
  position: relative;
  background: #f7f7f7; }
  .service-block-v4:after {
    top: 0;
    width: 0;
    height: 0;
    left: 50%;
    content: '';
    margin-left: -20px;
    position: absolute;
    border-style: solid;
    border-width: 25px 20px 0 20px;
    border-color: #fff transparent transparent transparent; }
  .service-block-v4 .service-desc {
    text-align: center; }
    .service-block-v4 .service-desc i {
      color: #72c02c;
      display: block;
      font-size: 30px;
      margin-bottom: 20px; }
    .service-block-v4 .service-desc h3 {
      font-size: 18px;
      margin-bottom: 15px;
      text-transform: uppercase; }

.service-block-v5 {
  text-align: center;
  background: #f7f7f7; }
  .service-block-v5 .service-inner {
    padding: 80px 40px; }
    .service-block-v5 .service-inner i {
      margin-bottom: 30px; }
    .service-block-v5 .service-inner span {
      display: block;
      font-size: 18px;
      font-weight: 200;
      margin-bottom: 15px;
      text-transform: uppercase; }
  .service-block-v5 .service-border {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee; }

.service-block-v6 i {
  float: left;
  margin: 5px 15px 0 0; }
.service-block-v6 .service-desc {
  overflow: hidden; }
  .service-block-v6 .service-desc h2 {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .service-block-v6 .service-desc a {
    text-transform: uppercase; }

.service-block-v7 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  padding: 45px 20px 20px; }
  .service-block-v7 i {
    left: 50%;
    top: -25px;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    background: #72c02c;
    margin-left: -22.5px;
    display: inline-block; }
  .service-block-v7 h3 {
    margin-bottom: 20px; }
  .service-block-v7 p {
    margin-bottom: 20px; }

.service-block-v8 {
  padding: 25px;
  background: #fff; }
  .service-block-v8 i {
    color: #555555;
    float: left;
    font-size: 22px;
    margin: 5px 25px 0 0; }
  .service-block-v8 .service-block-desc {
    overflow: hidden; }
    .service-block-v8 .service-block-desc h3 {
      font-size: 18px;
      margin: 0 0 30px;
      position: relative;
      text-transform: uppercase; }
      .service-block-v8 .service-block-desc h3:after {
        left: 0;
        top: 40px;
        height: 1px;
        width: 30px;
        content: " ";
        position: absolute;
        background: #72c02c; }

.service-block {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px; }
  .service-block p {
    color: #fff; }
  .service-block h2 {
    color: #fff; }
    .service-block h2 a:hover {
      text-decoration: none; }

.service-block-light {
  background: #fafafa;
  border: solid 1px #eee;
  background: #ecf0f1; }
  .service-block-light p {
    color: #555555; }
  .service-block-light h2 {
    color: #555555; }

.service-block-default {
  background: #fafafa;
  border: solid 1px #eee; }
  .service-block-default:hover {
    box-shadow: 0 0 8px #eee; }
  .service-block-default p {
    color: #555555; }
  .service-block-default h2 {
    color: #555555; }

.service-block-u {
  background: #72c02c; }

.service-block-blue {
  background: #219bd7; }

.service-block-red {
  background: #e74c3c; }

.service-block-sea {
  background: #1abc9c; }

.service-block-grey {
  background: #95a5a6; }

.service-block-yellow {
  background: #f1c40f; }

.service-block-orange {
  background: #e67e22; }

.service-block-green {
  background: #2ecc71; }

.service-block-purple {
  background: #9b6bcc; }

.service-block-aqua {
  background: #27d7e7; }

.service-block-brown {
  background: #9c8061; }

.service-block-dark-blue {
  background: #4765a0; }

.service-block-light-green {
  background: #79d5b3; }

.service-block-dark {
  background: #555555; }

.funny-boxes {
  background: #f7f7f7;
  padding: 20px 20px 15px;
  transition: all 0.3s ease-in-out; }
  .funny-boxes h2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 20px; }
    .funny-boxes h2 a {
      color: #555555; }
  .funny-boxes .funny-boxes-img li {
    font-size: 12px;
    margin-bottom: 2px; }
    .funny-boxes .funny-boxes-img li i {
      color: #72c02c;
      font-size: 12px;
      margin-right: 5px; }
  .funny-boxes .funny-boxes-img img {
    margin: 5px 10px 15px 0; }
  .funny-boxes p a {
    color: #72c02c; }
  .funny-boxes ul.funny-boxes-rating li {
    display: inline-block; }
    .funny-boxes ul.funny-boxes-rating li i {
      color: #f8be2c;
      cursor: pointer;
      font-size: 14px; }
      .funny-boxes ul.funny-boxes-rating li i:hover {
        color: #f8be2c; }

.funny-boxes-colored p {
  color: #fff; }
.funny-boxes-colored h2 a {
  color: #fff; }
.funny-boxes-colored .funny-boxes-img li {
  color: #fff; }
  .funny-boxes-colored .funny-boxes-img li i {
    color: #fff; }

.funny-boxes-red {
  background: #e74c3c; }

.funny-boxes-purple {
  background: #9b6bcc; }

.funny-boxes-blue {
  background: #219bd7; }

.funny-boxes-grey {
  background: #95a5a6; }

.funny-boxes-sea {
  background: #1abc9c; }

.funny-boxes-top-sea {
  border-top: solid 2px #1abc9c; }
  .funny-boxes-top-sea:hover {
    border-top-color: #16a085; }

.funny-boxes-top-yellow {
  border-top: solid 2px #f1c40f; }
  .funny-boxes-top-yellow:hover {
    border-top-color: #f39c12; }

.funny-boxes-top-red {
  border-top: solid 2px #e74c3c; }
  .funny-boxes-top-red:hover {
    border-top-color: #c0392b; }

.funny-boxes-top-purple {
  border-top: solid 2px #9b6bcc; }
  .funny-boxes-top-purple:hover {
    border-top-color: #814fb5; }

.funny-boxes-left-orange {
  border-left: solid 2px #e67e22; }
  .funny-boxes-left-orange:hover {
    border-left-color: #d35400; }

.funny-boxes-left-green {
  border-left: solid 2px #72c02c; }
  .funny-boxes-left-green:hover {
    border-left-color: #5fb611; }

.funny-boxes-left-blue {
  border-left: solid 2px #219bd7; }
  .funny-boxes-left-blue:hover {
    border-left-color: #2980b9; }

.funny-boxes-left-dark {
  border-left: solid 2px #555555; }
  .funny-boxes-left-dark:hover {
    border-left-color: #333; }

.process-v1 .process-in {
  text-align: center; }
  .process-v1 .process-in > li i {
    z-index: 1;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    background: #72c02c;
    margin-bottom: 15px;
    display: inline-block;
    border: solid 9px #fff; }
    .process-v1 .process-in > li i:after {
      top: -9px;
      left: -9px;
      right: -9px;
      bottom: -9px;
      content: " ";
      border-radius: 50%;
      position: absolute;
      border: 1px solid #bbb; }
  .process-v1 .process-in > li h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .process-v1 .process-in .process-desc {
    padding: 0 20px; }
.process-v1 .process-border {
  position: relative; }
  .process-v1 .process-border:before {
    top: 15px;
    width: 75%;
    left: 12%;
    content: " ";
    display: block;
    position: absolute;
    border-top: solid 2px #ddd; }

.team-v1 ul {
  position: relative; }
.team-v1 li:hover > .team-img:after {
  background: rgba(0, 0, 0, 0.5); }
.team-v1 li:hover > .team-img ul {
  top: 50%;
  visibility: visible; }
.team-v1 li:hover > p:before {
  width: 100%;
  background: #72c02c; }
.team-v1 li > h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
  text-transform: uppercase;
  color: #555555; }
.team-v1 li > h4 {
  color: #999999;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase; }
.team-v1 li > p {
  margin: 20px 0;
  position: relative; }
  .team-v1 li > p:before {
    left: 0;
    top: -10px;
    height: 1px;
    width: 40px;
    content: " ";
    position: absolute;
    background: #bbb;
    transition: all 0.4s ease-in-out; }
.team-v1 li > .team-img {
  position: relative; }
  .team-v1 li > .team-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: transparent;
    transition: all 0.4s ease-in-out; }
  .team-v1 li > .team-img ul {
    left: 0;
    top: 45%;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 36px;
    list-style: none;
    margin-top: -18px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-in-out; }
    .team-v1 li > .team-img ul li {
      margin: 0 5px;
      text-align: center;
      display: inline-block; }
  .team-v1 li > .team-img li i {
    color: #eee;
    border-width: 2px;
    border-color: #eee;
    transition: all 0.1s ease-in-out; }
    .team-v1 li > .team-img li i.fa-twitter:hover {
      color: #fff;
      background: #219bd7;
      border-color: #219bd7; }
    .team-v1 li > .team-img li i.fa-facebook:hover {
      color: #fff;
      background: #4765a0;
      border-color: #4765a0; }
    .team-v1 li > .team-img li i.fa-google-plus:hover {
      color: #fff;
      background: #e74c3c;
      border-color: #e74c3c; }

.team-v2 {
  position: relative;
  margin-bottom: 20px; }
  .team-v2 img {
    width: 100%; }
  .team-v2 .inner-team {
    padding: 20px;
    background: #fff;
    text-align: center; }
    .team-v2 .inner-team h3 {
      margin: 0; }
    .team-v2 .inner-team small {
      display: block;
      font-size: 12px;
      margin-bottom: 7px; }
    .team-v2 .inner-team p {
      font-size: 13px; }
    .team-v2 .inner-team hr {
      margin: 10px 0 15px; }

.team-social {
  margin-bottom: 0; }
  .team-social li {
    padding: 0 2px; }
    .team-social li a {
      font-size: 14px;
      padding: 6px 4px;
      text-align: center;
      border-radius: 50% !important; }
      .team-social li a.fb {
        color: #4765a0;
        border: 1px solid #4765a0; }
        .team-social li a.fb:hover {
          color: #fff;
          background: #4765a0; }
      .team-social li a.tw {
        color: #00a8ff;
        border: 1px solid #00a8ff; }
        .team-social li a.tw:hover {
          color: #fff;
          background: #00a8ff; }
      .team-social li a.gp {
        color: #dd4b39;
        border: 1px solid #dd4b39; }
        .team-social li a.gp:hover {
          color: #fff;
          background: #dd4b39; }
      .team-social li a:hover {
        text-decoration: none; }
    .team-social li i {
      min-width: 20px; }

.team-v3 .team-img {
  position: relative; }
  .team-v3 .team-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    transition: all 0.4s ease-in-out; }
  .team-v3 .team-img:hover:after {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in-out; }
  .team-v3 .team-img:hover .team-hover {
    top: 50%;
    visibility: visible; }
  .team-v3 .team-img > img {
    width: 100%; }
.team-v3 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  padding: 20px;
  list-style: none;
  margin-top: -90px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out; }
  .team-v3 .team-hover span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
  .team-v3 .team-hover small {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 10px; }
  .team-v3 .team-hover p {
    color: #fff;
    font-weight: 200;
    margin-bottom: 20px; }
  .team-v3 .team-hover .team-social-v3 i {
    color: #fff;
    width: 33px;
    height: 33px;
    padding: 9px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff; }
    .team-v3 .team-hover .team-social-v3 i:hover {
      color: #666666;
      background: #fff;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }

.team-v4 {
  text-align: center; }
  .team-v4 img {
    width: 100%;
    margin-bottom: 20px; }
  .team-v4 span {
    color: #333;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .team-v4 small {
    color: #999999;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px; }
  .team-v4 .team-social-v4 a {
    color: #555555;
    font-size: 16px; }
    .team-v4 .team-social-v4 a:hover {
      color: #72c02c;
      text-decoration: none; }

.team-v5 {
  text-align: center; }
  .team-v5 span {
    color: #555555;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .team-v5 small {
    display: block;
    color: #72c02c;
    font-size: 13px;
    font-style: italic;
    position: relative;
    margin-bottom: 25px; }
    .team-v5 small:after {
      left: 50%;
      top: 30px;
      height: 1px;
      width: 30px;
      content: " ";
      background: #777;
      margin-left: -15px;
      position: absolute; }
  .team-v5 .team-img {
    position: relative; }
    .team-v5 .team-img:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: " ";
      position: absolute;
      transition: all 0.4s ease-in-out; }
    .team-v5 .team-img:hover:after {
      background: rgba(0, 0, 0, 0.5);
      transition: all 0.2s ease-in-out; }
    .team-v5 .team-img:hover .team-hover {
      top: 50%;
      visibility: visible; }
    .team-v5 .team-img > img {
      width: 100%;
      margin-bottom: 20px; }
  .team-v5 .team-hover {
    left: 0;
    top: 60%;
    z-index: 1;
    padding: 0;
    width: 100%;
    list-style: none;
    margin-top: -16px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-in-out; }
    .team-v5 .team-hover .team-social-v5 i {
      color: #fff;
      width: 33px;
      height: 33px;
      padding: 9px;
      font-size: 14px;
      text-align: center;
      display: inline-block;
      border: 1px solid #fff; }
      .team-v5 .team-hover .team-social-v5 i:hover {
        color: #666666;
        background: #fff;
        text-decoration: none;
        transition: all 0.2s ease-in-out; }

.team-v6 {
  text-align: center; }
  .team-v6 img {
    width: 100%;
    margin-bottom: 20px; }
  .team-v6 span {
    color: #777;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .team-v6 small {
    display: block;
    color: #72c02c;
    font-size: 13px;
    margin-bottom: 15px; }

.team-v7 .team-v7-in {
  padding: 0 50px; }
.team-v7 .team-v7-name {
  color: #555555;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-top: 60px; }
.team-v7 .team-v7-position {
  display: block;
  color: #72c02c;
  font-style: normal;
  margin-bottom: 15px; }
.team-v7 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px; }
.team-v7 .social-icons-v1 {
  margin-bottom: 60px; }
.team-v7 .team-v7-img {
  position: relative; }
  .team-v7 .team-v7-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.1); }
.team-v7 .team-arrow-right {
  position: relative; }
  .team-v7 .team-arrow-right:before {
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    content: " ";
    position: absolute;
    border-style: solid;
    right: -25px;
    border-width: 20px 0 20px 25px;
    border-color: transparent transparent transparent #fff; }
.team-v7 .team-arrow-left {
  position: relative; }
  .team-v7 .team-arrow-left:before {
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    content: " ";
    position: absolute;
    border-style: solid;
    left: -25px;
    border-width: 20px 25px 20px 0;
    border-color: transparent #fff transparent transparent; }

.call-action-v1 p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0; }
.call-action-v1.call-action-v1-boxed {
  padding: 0 25px; }
.call-action-v1 .call-action-v1-box {
  width: 100%;
  display: table;
  padding: 30px 0;
  vertical-align: middle; }
.call-action-v1 .call-action-v1-in {
  display: table-cell;
  vertical-align: middle; }
  .call-action-v1 .call-action-v1-in.inner-btn {
    padding-top: 1px;
    min-width: 250px;
    text-align: right; }

.call-action-v2 {
  padding: 50px 0;
  text-align: center;
  background: url("../img/patterns/16.png"); }
  .call-action-v2 h2 {
    font-size: 22px;
    text-transform: uppercase; }
  .call-action-v2 p {
    padding: 0 100px;
    margin-bottom: 20px; }

@media (min-width: 991px) and (max-width: 1199px) {
  .portfolio-box {
    margin-bottom: 60px; }

  .flat-bg-block-v1 img.img-over {
    top: -18px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .portfolio-box {
    margin-bottom: 0; } }
.portfolio-box .portfolio-box-in {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
  background: #72c02c;
  font-size: 20px;
  text-align: center;
  line-height: 53px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px; }
.portfolio-box a.fancybox {
  overflow: hidden;
  position: relative; }
  .portfolio-box a.fancybox:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute; }
  .portfolio-box a.fancybox:hover:after {
    background: rgba(0, 0, 0, 0.5); }
  .portfolio-box a.fancybox:hover img {
    transform: scale(1.1); }
  .portfolio-box a.fancybox:hover .portfolio-box-in {
    visibility: visible; }
  .portfolio-box a.fancybox img {
    transition: all .5s ease; }
.portfolio-box small.project-tag {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #999999; }
  .portfolio-box small.project-tag a {
    color: #999999; }
    .portfolio-box small.project-tag a:hover {
      color: #72c02c; }
  .portfolio-box small.project-tag i {
    margin-right: 5px; }

.portfolio-box-v1 {
  margin: 0; }
  .portfolio-box-v1 [class^="col-"] {
    padding: 0;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 0 15px; }
  .portfolio-box-v1 li {
    background: #333;
    position: relative; }
    .portfolio-box-v1 li:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: " ";
      position: absolute;
      transition: all 0.3s ease-in-out; }
    .portfolio-box-v1 li:hover:after {
      background: rgba(0, 0, 0, 0.7);
      transition: all 0.3s ease-in-out; }
    .portfolio-box-v1 li:hover .portfolio-box-v1-in {
      visibility: visible; }
    .portfolio-box-v1 li img {
      width: 100%;
      overflow: hidden;
      transition: all 0.3s ease-in-out; }
  .portfolio-box-v1 .portfolio-box-v1-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    visibility: hidden;
    min-height: 150px;
    margin-top: -75px;
    text-align: center;
    position: absolute;
    font-family: "Open Sans", "Arial", "sans-serif"; }
    .portfolio-box-v1 .portfolio-box-v1-in h3 {
      font-size: 22px;
      margin-top: 20px;
      position: relative;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: #fff; }
      .portfolio-box-v1 .portfolio-box-v1-in h3:after {
        left: 50%;
        height: 1px;
        width: 40px;
        content: " ";
        bottom: -10px;
        background: #fff;
        margin-left: -20px;
        position: absolute; }
    .portfolio-box-v1 .portfolio-box-v1-in p {
      color: #fff;
      font-size: 16px;
      margin-bottom: 20px; }
    .portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
      font-weight: normal; }
  .portfolio-box-v1 .img-hover-v1 {
    display: block;
    position: relative; }
    .portfolio-box-v1 .img-hover-v1:hover .portfolio-box-v1-in {
      visibility: visible; }

.portfolio-box-v2 {
  margin: 0 0 60px; }
  .portfolio-box-v2 [class^="col-"] {
    padding: 0;
    overflow: hidden; }
  .portfolio-box-v2 li {
    background: #333;
    overflow: hidden;
    position: relative; }
    .portfolio-box-v2 li:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: " ";
      position: absolute;
      transition: all 0.3s ease-in-out; }
    .portfolio-box-v2 li:hover:after {
      background: rgba(255, 255, 255, 0.6);
      transition: all 0.3s ease-in-out; }
    .portfolio-box-v2 li:hover .portfolio-box-v2-in {
      visibility: visible; }
    .portfolio-box-v2 li img {
      width: 100%;
      overflow: hidden;
      transition: all 0.3s ease-in-out; }
  .portfolio-box-v2 .portfolio-box-v2-in {
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    visibility: hidden;
    min-height: 60px;
    margin-top: -30px;
    text-align: center;
    position: absolute;
    font-family: "Open Sans", "Arial", "sans-serif"; }
    .portfolio-box-v2 .portfolio-box-v2-in i {
      color: #fff;
      width: 60px;
      height: 60px;
      padding: 20px;
      font-size: 22px;
      cursor: pointer;
      margin-right: 5px;
      text-align: center;
      display: inline-block;
      background: rgba(114, 192, 44, 0.8); }
      .portfolio-box-v2 .portfolio-box-v2-in i:hover {
        background: #72c02c; }

.thumbnails-v1 .thumbnail-img {
  margin-bottom: 12px; }
.thumbnails-v1 h3 {
  margin-bottom: 5px; }
  .thumbnails-v1 h3 a {
    color: #555555;
    font-size: 15px;
    text-transform: uppercase; }
.thumbnails-v1 .read-more {
  color: #72c02c;
  font-size: 12px;
  text-transform: uppercase; }

.bg-image-v1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url("../img/bg/11.jpg") repeat fixed;
  background-size: cover; }
  .bg-image-v1:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }

.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url("../img/bg/7.jpg") repeat fixed; }
  .bg-image-v2:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(255, 255, 255, 0.7); }

.bg-image-v2-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.5); }
.bg-image-v2-dark h2 {
  color: #eee !important; }
.bg-image-v2-dark p {
  color: #eee !important; }

.parallax-quote {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: url("../img/team/faces.jpg") 50% 0 repeat fixed; }
  .parallax-quote:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.8); }
  .parallax-quote:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url("../img/patterns/gridtile.png") repeat; }

.parallax-quote-in {
  z-index: 1;
  padding: 0 80px;
  position: relative; }
  .parallax-quote-in p {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Open Sans", "Arial", "sans-serif"; }
    .parallax-quote-in p:after {
      content: ' " ';
      position: absolute;
      font-family: "Tahoma";
      margin-left: 3px; }
    .parallax-quote-in p:before {
      content: ' " ';
      position: absolute;
      font-family: "Tahoma";
      margin-left: -15px; }
  .parallax-quote-in small {
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase; }

.parallax-quote-light:after {
  background: rgba(255, 255, 255, 0.9); }
.parallax-quote-light .parallax-quote-in {
  background: #fff;
  padding: 30px 80px;
  border-bottom: solid 2px #ddd; }
  .parallax-quote-light .parallax-quote-in p {
    color: #555555;
    font-size: 28px;
    font-weight: 200; }
  .parallax-quote-light .parallax-quote-in small {
    color: #555555; }

.parallax-team {
  background: url("../img/team/faces.jpg") 50% 0 repeat fixed;
  position: relative; }
  .parallax-team .title-box-v2 {
    position: relative; }
  .parallax-team:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(255, 255, 255, 0.9); }

.parallax-bg {
  background: url("../img/patterns/5.png") repeat fixed; }

.parallax-counter {
  padding: 30px 0;
  background: url("../img/patterns/5.png") repeat fixed; }
  .parallax-counter .counters {
    color: #fff;
    padding: 15px 0; }
  .parallax-counter h4 {
    color: #999999;
    font-size: 16px;
    text-transform: uppercase; }
  .parallax-counter span.counter {
    font-size: 48px; }

.parallax-counter-v1 {
  padding: 60px 0;
  background: url("../img/patterns/5.png") repeat fixed; }
  .parallax-counter-v1 .counters {
    color: #fff;
    padding: 15px 0 10px;
    border: solid 1px #555555; }
  .parallax-counter-v1 h4 {
    color: #eee;
    font-size: 16px;
    text-transform: uppercase; }
  .parallax-counter-v1 span.counter {
    font-size: 42px;
    line-height: 48px; }

.parallax-counter-v2 {
  position: relative;
  padding: 80px 0 60px;
  background: url("../img/patterns/16.png") repeat fixed; }
  .parallax-counter-v2:after {
    top: 0;
    left: 50%;
    content: " ";
    margin-left: -25px;
    position: absolute;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent; }
  .parallax-counter-v2:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.02); }
  .parallax-counter-v2 .counters {
    padding: 20px 0;
    border-bottom: solid 2px #ddd;
    background: rgba(255, 255, 255, 0.9); }
    .parallax-counter-v2 .counters h4 {
      color: #555555;
      font-weight: 200;
      font-family: "Open Sans", "Arial", "sans-serif";
      font-size: 22px;
      text-transform: uppercase; }
    .parallax-counter-v2 .counters span {
      color: #555555;
      font-weight: 200;
      font-family: "Open Sans", "Arial", "sans-serif";
      font-size: 36px; }

.parallax-counter-v3 {
  z-index: 1;
  height: auto;
  padding: 80px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url("../img/bg/25.jpg") 50% 0 fixed; }
  .parallax-counter-v3:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: " ";
    height: 100%;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .parallax-counter-v3 .features {
    width: 130px;
    height: 130px;
    padding: 25px;
    position: relative;
    text-align: center;
    display: inline-block;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.2); }
    .parallax-counter-v3 .features:after {
      top: -9px;
      left: -9px;
      right: -9px;
      bottom: -9px;
      content: " ";
      border-radius: 50%;
      position: absolute;
      border: 1px solid #fff; }
    .parallax-counter-v3 .features span {
      color: #fff;
      display: block;
      font-weight: 200; }
      .parallax-counter-v3 .features span.counter {
        font-size: 30px; }
      .parallax-counter-v3 .features span.features-info {
        text-transform: uppercase; }

.parallax-counter-v4 {
  z-index: 1;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url("../img/bg/19.jpg") 50% 0 fixed; }
  .parallax-counter-v4:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: " ";
    height: 100%;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .parallax-counter-v4 i {
    color: #fff;
    display: block;
    font-size: 50px;
    margin-bottom: 20px; }
  .parallax-counter-v4 h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase; }
  .parallax-counter-v4 span.counter {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px; }

.flat-bg-block-v1 {
  padding: 40px 0;
  background: url("../img/patterns/16.png") repeat; }
  .flat-bg-block-v1 .checked-list.first-child {
    float: left;
    margin-right: 100px; }
  .flat-bg-block-v1 .checked-list li {
    color: #888;
    margin-bottom: 5px; }
  .flat-bg-block-v1 .checked-list i {
    color: #72c02c;
    margin-right: 5px; }
  .flat-bg-block-v1 img.img-over {
    top: -70px;
    right: 10px;
    position: absolute; }

.flat-testimonials {
  padding: 50px 0;
  background-color: #333; }
  .flat-testimonials .flat-testimonials-in {
    padding: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2); }
    .flat-testimonials .flat-testimonials-in img {
      width: 135px;
      height: 135px;
      margin: 0 auto 25px; }
    .flat-testimonials .flat-testimonials-in h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 200; }
    .flat-testimonials .flat-testimonials-in span {
      display: block;
      margin-bottom: 5px; }
    .flat-testimonials .flat-testimonials-in p {
      color: #fff;
      font-weight: 200;
      position: relative; }
      .flat-testimonials .flat-testimonials-in p:before {
        top: 5px;
        font-size: 22px;
        line-height: 10px;
        position: relative;
        content: "â€œ";
        padding-right: 5px; }
      .flat-testimonials .flat-testimonials-in p:after {
        top: 5px;
        font-size: 22px;
        line-height: 10px;
        position: relative;
        content: "â€";
        padding-left: 5px; }

.testimonials-v4 .testimonials-v4-in {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .testimonials-v4 .testimonials-v4-in:before {
    color: #bbb;
    font-size: 60px;
    content: "\201C";
    position: absolute;
    margin: -25px 0 0 -40px;
    font-family: "Georgia", "serif"; }
  .testimonials-v4 .testimonials-v4-in:after {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -30px;
    position: absolute;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1)); }
  .testimonials-v4 .testimonials-v4-in p {
    color: #777;
    font-size: 14px;
    font-style: italic; }
.testimonials-v4 img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px; }
.testimonials-v4 .testimonials-author {
  color: #555555;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase; }
  .testimonials-v4 .testimonials-author em {
    font-size: 13px;
    text-transform: capitalize; }

.testimonials-v5 {
  padding-top: 50px;
  padding-bottom: 50px; }
  .testimonials-v5 .testimonials-desc span {
    font-size: 13px;
    font-weight: 200; }
  .testimonials-v5 .testimonials-desc p {
    padding: 15px;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 25px; }
    .testimonials-v5 .testimonials-desc p:after {
      width: 0;
      height: 0;
      left: 30px;
      color: #fff;
      bottom: -12px;
      content: " ";
      text-align: center;
      position: absolute;
      border-style: solid;
      border-width: 13px 10px 0 10px;
      border-color: #f9f9f9 transparent transparent transparent; }
  .testimonials-v5 .testimonials-by {
    margin-left: 20px; }
    .testimonials-v5 .testimonials-by img {
      float: left;
      width: 40px;
      height: auto;
      margin-right: 15px; }
    .testimonials-v5 .testimonials-by small {
      color: #72c02c;
      font-size: 12px; }
    .testimonials-v5 .testimonials-by span {
      text-transform: uppercase; }

.testimonials-section3 .owl-stage-outer {
  margin-right: 1px; }
.testimonials-section3 .testimonials-item {
  border-right: solid 1px #eee;
  padding: 15px 15px 20px; }
  .testimonials-section3 .testimonials-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px; }
  .testimonials-section3 .testimonials-item em {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    opacity: 0.7;
    font-weight: 400; }
.testimonials-section3 img {
  width: 74px !important;
  height: 74px !important;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  border: solid 1px #e6e6e6;
  margin: 0 auto 5px;
  display: block; }
.testimonials-section3 blockquote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 20px;
  border: none; }
  .testimonials-section3 blockquote p {
    z-index: 9;
    position: relative;
    margin-bottom: 5px; }

.testimonials-section4 .testimonials-item {
  border-right: solid 1px #eee;
  padding: 15px 15px 20px; }
  .testimonials-section4 .testimonials-item:last-child {
    border-right: none; }
  .testimonials-section4 .testimonials-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px; }
  .testimonials-section4 .testimonials-item em {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    opacity: 0.7;
    font-weight: 400; }
.testimonials-section4 img {
  width: 74px !important;
  height: 74px !important;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  border: solid 1px #e6e6e6;
  margin: 0 auto 5px;
  display: block; }
.testimonials-section4 blockquote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 20px;
  border: none; }
  .testimonials-section4 blockquote p {
    z-index: 9;
    position: relative;
    margin-bottom: 5px; }

.testimonials-bg-dark .item p {
  color: #fff;
  font-weight: 200;
  background: #555555; }
.testimonials-bg-dark .carousel-arrow i {
  color: #fff;
  color: #fff;
  background: #555555; }

.testimonials-bg-default .item p {
  color: #fff;
  font-weight: 200;
  background: #72c02c; }
.testimonials-bg-default .carousel-arrow i {
  color: #fff;
  background: #72c02c; }

.featured-blog h2 {
  font-size: 18px;
  margin: 0 0 25px;
  line-height: 25px;
  position: relative; }
  .featured-blog h2:after {
    left: 0;
    z-index: 1;
    width: 30px;
    height: 2px;
    content: " ";
    bottom: -10px;
    position: absolute;
    background: #72c02c; }
.featured-blog .featured-img {
  position: relative; }
  .featured-blog .featured-img:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    transition: all 0.4s ease-in-out; }
  .featured-blog .featured-img:hover:after {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out; }
  .featured-blog .featured-img:hover i {
    top: 50%;
    visibility: visible; }
  .featured-blog .featured-img > img {
    width: 100%; }
  .featured-blog .featured-img i {
    top: 60%;
    left: 50%;
    z-index: 1;
    width: 100%;
    list-style: none;
    visibility: hidden;
    position: absolute;
    margin: -17.5px 0 0 -17.5px;
    transition: all 0.2s ease-in-out;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 11px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    background: rgba(255, 255, 255, 0.4); }
    .featured-blog .featured-img i:hover {
      color: #fff;
      background: #72c02c;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }

.blog-comments img {
  width: 80px;
  height: auto; }
.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative; }
  .blog-comments .comments-itself:before {
    width: 0;
    height: 0;
    top: 20px;
    left: -17px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 15px 17px 15px 0;
    border-color: transparent #fff transparent transparent; }
  .blog-comments .comments-itself h3 {
    margin: 0 0 10px; }
  .blog-comments .comments-itself span {
    color: #999999;
    color: #555555;
    float: right;
    font-size: 13px; }
  .blog-comments .comments-itself p {
    color: #999999;
    color: #555555; }
.blog-comments.blog-comments-reply {
  margin-left: 70px; }

.quote-v1 {
  padding: 60px 0;
  text-align: center;
  background: url("../img/patterns/5.png") repeat; }
  .quote-v1 p {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    padding: 0 100px;
    position: relative;
    margin-bottom: 20px; }
    .quote-v1 p:before {
      color: #72c02c;
      font-size: 60px;
      content: "\201C";
      position: absolute;
      margin: -30px 0 0 -40px;
      font-family: "Georgia", "serif"; }
  .quote-v1 span {
    color: #fff;
    font-size: 18px; }

.quote-v2 {
  text-align: center;
  padding: 85px 10% 40px; }
  .quote-v2 p {
    color: #555555;
    font-size: 16px;
    font-style: italic;
    position: relative;
    margin-bottom: 20px; }
    .quote-v2 p:before {
      left: 50%;
      top: -75px;
      font-size: 80px;
      content: "\201C";
      position: absolute;
      margin-left: -25px;
      font-family: "Georgia", "serif"; }
  .quote-v2 span {
    color: #555555;
    font-weight: 400; }

.shadow-wrapper {
  z-index: 1;
  position: relative; }

.box-shadow {
  background: #fff;
  position: relative; }
  .box-shadow:after {
    top: 80%;
    left: 5px;
    width: 50%;
    z-index: -1;
    content: "";
    bottom: 15px;
    max-width: 300px;
    background: #999999;
    position: absolute; }
  .box-shadow:before {
    top: 80%;
    left: 5px;
    width: 50%;
    z-index: -1;
    content: "";
    bottom: 15px;
    max-width: 300px;
    background: #999999;
    position: absolute; }

.shadow-effect-1 {
  box-shadow: 0 10px 6px -6px #bbb; }

.shadow-effect-2 {
  position: relative; }
  .shadow-effect-2:after {
    transform: rotate(-3deg);
    box-shadow: 0 15px 10px #999999;
    left: auto;
    right: 5px;
    transform: rotate(3deg); }
  .shadow-effect-2:before {
    transform: rotate(-3deg);
    box-shadow: 0 15px 10px #999999; }

.shadow-effect-5 {
  box-shadow: 0 0 2px #ccc; }

.interactive-slider-v1 {
  z-index: 1;
  padding: 130px 0;
  position: relative; }
  .interactive-slider-v1.img-v1 {
    background: url("../img/bg/18.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v1.img-v2 {
    background: url("../img/bg/19.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v1.img-v3 {
    background: url("../img/bg/18.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v1:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.3); }
  .interactive-slider-v1 h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase; }
  .interactive-slider-v1 p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase; }

.interactive-slider-v2 {
  z-index: 1;
  padding: 200px 0;
  position: relative;
  text-align: center;
  background: url("../img/bg/18.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }
  .interactive-slider-v2.img-v1 {
    background: url("../img/bg/25.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v2.img-v2 {
    background: url("../img/bg/14.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v2.img-v3 {
    background: url("../img/bg/img8.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v2.img-v4 {
    background: url("../img/bg/img9.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  .interactive-slider-v2.intro-promo-img {
    background: url("../img/intro/promo.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0; }
  .interactive-slider-v2:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.4); }
  .interactive-slider-v2 h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase; }
  .interactive-slider-v2 p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    font-family: "Open Sans", "Arial", "sans-serif"; }

.interactive-slider-v2-md {
  padding: 250px 0; }

.blog-trending li {
  margin-bottom: 20px; }
.blog-trending h3 {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 17px; }
.blog-trending small {
  color: #777; }
  .blog-trending small a {
    color: #777; }
    .blog-trending small a:hover {
      color: #72c02c; }

.blog-latest-posts li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd; }
  .blog-latest-posts li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
.blog-latest-posts h3 {
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 20px; }
.blog-latest-posts small {
  color: #777;
  margin-bottom: 8px;
  display: inline-block; }
  .blog-latest-posts small a {
    color: #777; }
.blog-latest-posts p {
  font-size: 12px; }

.blog-photostream {
  margin-right: -5px; }
  .blog-photostream li {
    padding: 0;
    margin: 3px 5px 5px;
    position: relative; }
    .blog-photostream li img {
      width: 78px;
      height: auto; }

.blog-newsletter p {
  color: #555555;
  margin-bottom: 15px; }
.blog-newsletter .form-control {
  border: none; }
  .blog-newsletter .form-control:focus {
    box-shadow: none; }

.blog-post-quote {
  padding: 35px 60px;
  background: #fff;
  text-align: center; }
  .blog-post-quote p {
    color: #555555;
    font-size: 32px;
    font-weight: 200;
    line-height: 45px;
    position: relative;
    margin-bottom: 20px;
    font-family: "Open Sans", "Arial", "sans-serif"; }
    .blog-post-quote p:before {
      top: -3px;
      font-size: 30px;
      position: relative;
      left: -10px;
      content: "\0022"; }
    .blog-post-quote p:after {
      top: -3px;
      font-size: 30px;
      position: relative;
      right: -10px;
      content: "\0022"; }
  .blog-post-quote span {
    color: #555555;
    font-size: 20px;
    font-weight: 200; }

.blog-author {
  padding: 20px;
  background: #fff; }
  .blog-author img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px; }
  .blog-author .blog-author-desc {
    overflow: hidden; }
    .blog-author .blog-author-desc h4 {
      float: left;
      font-size: 18px;
      margin: 0 0 10px;
      text-transform: uppercase; }
    .blog-author .blog-author-desc ul {
      float: right;
      margin-top: 6px; }
    .blog-author .blog-author-desc p {
      color: #555555; }

.news-section {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee; }

.news-v1 .news-v1-in {
  background: #fafafa; }
.news-v1 h3 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 28px;
  padding: 10px 15px 15px; }
  .news-v1 h3 a {
    color: #555555; }
    .news-v1 h3 a:hover {
      color: #72c02c; }
.news-v1 p {
  color: #555555;
  padding: 0 15px;
  margin-bottom: 20px; }
.news-v1 .news-v1-info {
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #eee; }
  .news-v1 .news-v1-info li {
    font-size: 12px; }
    .news-v1 .news-v1-info li a:hover {
      color: #72c02c;
      text-decoration: none; }

.news-v2 .news-v2-badge {
  overflow: hidden;
  position: relative; }
  .news-v2 .news-v2-badge p {
    left: 0;
    top: 20px;
    background: #fff;
    padding: 5px 15px;
    text-align: center;
    position: absolute; }
  .news-v2 .news-v2-badge span {
    color: #555555;
    display: block;
    font-size: 16px;
    line-height: 16px; }
  .news-v2 .news-v2-badge small {
    color: #555555;
    display: block;
    font-size: 10px;
    text-transform: uppercase; }
.news-v2 .news-v2-desc {
  padding: 20px;
  background: #fff; }
  .news-v2 .news-v2-desc h3 {
    margin: 0 0 3px;
    font-size: 16px; }
    .news-v2 .news-v2-desc h3 a {
      color: #555555; }
      .news-v2 .news-v2-desc h3 a:hover {
        color: #72c02c; }
  .news-v2 .news-v2-desc small {
    color: #555555;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .news-v2 .news-v2-desc p {
    color: #555555; }

.news-v3 .news-v3-in {
  padding: 35px 30px; }
.news-v3 .news-v3-in-sm {
  padding: 20px; }
  .news-v3 .news-v3-in-sm h2 {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 30px;
    text-transform: inherit; }
  .news-v3 .news-v3-in-sm .post-shares {
    margin: 20px 0 0 -5px; }
  .news-v3 .news-v3-in-sm .posted-info li {
    padding: 0;
    font-size: 12px;
    padding-left: 5px; }
    .news-v3 .news-v3-in-sm .posted-info li:before {
      content: '/';
      font-size: 11px;
      line-height: 11px;
      margin-right: 9px; }
    .news-v3 .news-v3-in-sm .posted-info li:first-child:before {
      content: " ";
      margin-right: 0; }
.news-v3 h2 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 45px;
  text-transform: uppercase; }
  .news-v3 h2 a {
    color: #555555; }
    .news-v3 h2 a:hover {
      color: #72c02c;
      text-decoration: none; }
.news-v3 p {
  color: #555555;
  margin-bottom: 20px; }
.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px; }
  .news-v3 .post-shares li {
    position: relative;
    padding: 0 10px 0 5px;
    display: inline-block; }
    .news-v3 .post-shares li i {
      color: #555555;
      width: 40px;
      height: 40px;
      padding: 13px;
      font-size: 16px;
      background: #eee;
      text-align: center;
      display: inline-block; }
      .news-v3 .post-shares li i:hover {
        background: #ddd; }
    .news-v3 .post-shares li span {
      top: -5px;
      right: 6px;
      color: #fff;
      width: 22px;
      height: 22px;
      padding: 4px;
      font-size: 10px;
      line-height: 10px;
      position: absolute;
      text-align: center;
      background: #72c02c;
      border: 2px solid #fff;
      border-radius: 50% !important; }
.news-v3 .posted-info li {
  color: #555555;
  font-style: italic; }
  .news-v3 .posted-info li:before {
    content: '/';
    font-size: 12px;
    line-height: 12px;
    margin-right: 13px; }
  .news-v3 .posted-info li a {
    color: #555555; }
    .news-v3 .posted-info li a:hover {
      color: #72c02c; }
  .news-v3 .posted-info li:first-child:before {
    content: " ";
    margin-right: 0; }
.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px; }

.blog-grid img {
  margin-bottom: 15px; }
.blog-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.4; }
  .blog-grid h3.blog-grid-title-sm {
    font-size: 15px;
    line-height: 1.4; }
  .blog-grid h3 a {
    color: #333; }
.blog-grid p {
  margin-bottom: 15px; }
.blog-grid .blog-grid-grad {
  position: relative; }
  .blog-grid .blog-grid-grad i {
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5); }
    .blog-grid .blog-grid-grad i:hover {
      background: #72c02c; }
.blog-grid .blog-grid-info {
  padding-left: 0;
  list-style: none; }
  .blog-grid .blog-grid-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block; }
    .blog-grid .blog-grid-info li:before {
      content: '/';
      font-size: 12px;
      line-height: 1.4;
      margin-right: 9px; }
    .blog-grid .blog-grid-info li a {
      color: #888; }
      .blog-grid .blog-grid-info li a:hover {
        text-decoration: none; }
    .blog-grid .blog-grid-info li:first-child:before {
      content: " ";
      margin-right: 0; }
.blog-grid h2.blog-grid-title-lg {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px; }
.blog-grid a.r-more {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  display: inline-block; }
  .blog-grid a.r-more:hover {
    text-decoration: none; }

.blog-grid-inner {
  padding: 20px;
  background: #fff;
  margin: -70px 40px 0;
  position: relative; }

.blog-thumb {
  overflow: hidden; }
  .blog-thumb .blog-thumb-hover {
    float: left;
    position: relative;
    margin-right: 15px; }
    .blog-thumb .blog-thumb-hover:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: " ";
      position: absolute;
      transition: all 0.35s, transform 0.35s; }
    .blog-thumb .blog-thumb-hover img {
      width: 120px;
      height: auto; }
      .blog-thumb .blog-thumb-hover img.video-play-btn {
        width: 30px;
        height: 30px; }
    .blog-thumb .blog-thumb-hover .hover-grad {
      left: 0;
      top: 50%;
      z-index: 1;
      opacity: 0;
      width: 100%;
      color: #fff;
      font-size: 20px;
      margin-top: -14px;
      text-align: center;
      position: absolute;
      display: inline-block;
      transition: all 0.65s, transform 0.65s; }
    .blog-thumb .blog-thumb-hover:hover .hover-grad {
      opacity: 1;
      transition: opacity 0.55s; }
    .blog-thumb .blog-thumb-hover:hover:after {
      background: rgba(114, 192, 44, 0.9); }
  .blog-thumb .blog-thumb-desc {
    overflow: hidden; }
    .blog-thumb .blog-thumb-desc h3 {
      font-size: 14px;
      margin: 0 0 5px;
      font-weight: 400;
      line-height: 1.4; }
      .blog-thumb .blog-thumb-desc h3 a {
        color: #555555; }
  .blog-thumb .blog-thumb-info {
    padding-left: 0;
    list-style: none; }
    .blog-thumb .blog-thumb-info li {
      color: #888;
      padding: 0 2px;
      font-size: 12px;
      display: inline-block; }
      .blog-thumb .blog-thumb-info li:before {
        content: '/';
        font-size: 12px;
        line-height: 1.4;
        margin-right: 9px; }
      .blog-thumb .blog-thumb-info li a {
        color: #888; }
        .blog-thumb .blog-thumb-info li a:hover {
          color: #e74c3c; }
      .blog-thumb .blog-thumb-info li:first-child:before {
        content: " ";
        margin-right: 0; }
  .blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
    border-radius: 50% !important; }
  .blog-thumb.blog-thumb-circle .blog-thumb-hover img {
    width: 50px;
    height: 50px; }
  .blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
    font-size: 15px;
    margin-top: -10px; }

.shop-subscribe {
  padding: 25px 0; }
  .shop-subscribe h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase; }
  .shop-subscribe input {
    border-color: #fff;
    border-right: none;
    background: transparent; }
  .shop-subscribe .form-control {
    color: #fff;
    font-size: 14px;
    font-weight: 200; }
    .shop-subscribe .form-control:focus {
      box-shadow: none;
      border-color: #fff; }
    .shop-subscribe .form-control:-ms-input-placeholder {
      color: #fff; }
  .shop-subscribe .form-control::-moz-placeholder {
    color: #fff; }
  .shop-subscribe .form-control::-webkit-input-placeholder {
    color: #fff; }
  .shop-subscribe .input-group-btn {
    border-color: #fff;
    background: transparent; }
    .shop-subscribe .input-group-btn .btn {
      border: 1px solid #fff;
      background: transparent; }
    .shop-subscribe .input-group-btn i {
      color: #fff;
      font-size: 16px;
      font-weight: 200; }

.slider-inner .da-slider {
  box-shadow: none;
  border-bottom: 2px solid #ddd; }
.slider-inner .da-dots {
  z-index: 10; }

@media (max-width: 450px) {
  .da-slide p {
    display: none; }

  .line-icon-page .item-box {
    height: 130px; } }
.ms-promo-info {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.ms-promo-info-in {
  font-size: 60px;
  font-weight: 600; }

.ms-promo-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.ms-promo-sub-in {
  font-size: 15px; }

.ms-img-bordered {
  background: #fff;
  padding: 7px; }

.tp-banner-container {
  position: relative; }
  .tp-banner-container a.btn-u {
    color: #fff;
    border: solid 1px transparent; }
    .tp-banner-container a.btn-u:hover {
      color: #fff;
      border: solid 1px transparent; }
  .tp-banner-container a.re-btn-brd {
    background: none;
    border: solid 1px #fff; }
    .tp-banner-container a.re-btn-brd:hover {
      color: #555555;
      background: #fff; }
  .tp-banner-container ul li {
    list-style: none;
    visibility: hidden; }
  .tp-banner-container .btn-u.btn-brd {
    font-weight: 400; }

.revolution-ch1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.revolution-ch2 {
  color: #fff;
  font-size: 20px;
  max-width: 470px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-family: "Open Sans", "Arial", "sans-serif"; }
  .revolution-ch2:after {
    left: 50%;
    width: 70px;
    height: 2px;
    content: ' ';
    bottom: -20px;
    background: #fff;
    margin-left: -35px;
    position: absolute; }

.re-title-v1 {
  color: #fff;
  font-size: 75px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.re-title-v2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.re-text-v1 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.re-text-v2 {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", "Arial", "sans-serif"; }

.rs-caption-1 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  padding: 6px 75px;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff; }
  .rs-caption-1:after {
    font-size: 16px;
    content: "\f005";
    position: absolute;
    font-family: "FontAwesome";
    right: 4%; }
  .rs-caption-1:before {
    font-size: 16px;
    content: "\f005";
    position: absolute;
    font-family: "FontAwesome";
    left: 4%; }

.rs-caption-2 {
  color: #fff;
  position: relative;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 50px;
  text-align: center; }
  .rs-caption-2:after {
    left: 50%;
    content: "";
    height: 1px;
    width: 100px;
    bottom: -10px;
    background: #fff;
    margin-left: -50px;
    position: absolute; }

.layer_slider {
  overflow: hidden; }

.ls-ct-half {
  border-radius: 100px !important; }

.ls-ct-center {
  border-radius: 100px !important; }

.clients {
  border: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  margin-top: 0; }
  .clients li {
    overflow: hidden;
    margin-left: 1px;
    position: relative;
    background: #fafafa;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    text-align: center;
    padding: 50px 0;
    margin: 0; }
    .clients li:hover {
      background: #f7f7f7;
      background: #fff; }
      .clients li:hover img.color-img {
        display: block; }
    .clients li img {
      filter: gray;
      float: none !important;
      margin: 0 auto !important;
      width: 120px !important;
      height: auto !important; }
      .clients li img.color-img {
        top: 0;
        left: 0;
        display: none;
        position: absolute; }
      .clients li img:hover {
        filter: none; }

@media (max-width: 767px) {
  .counters {
    margin-bottom: 30px; }
    .counters:last-child {
      margin-bottom: inherit; }

  .pie-progress-charts .inner-pchart {
    margin-bottom: 40px; }

  .icon-page-fa .item-box {
    width: 20% !important; } }
.counters {
  color: #555555;
  text-align: center; }
  .counters span {
    font-size: 35px; }
    .counters span.counter-icon {
      display: block;
      margin-bottom: 10px; }
      .counters span.counter-icon i {
        color: #fff;
        padding: 16px;
        min-width: 65px;
        font-size: 30px;
        position: relative;
        background: #72c02c; }
        .counters span.counter-icon i:after {
          width: 0;
          height: 0;
          left: 38%;
          content: " ";
          bottom: -7px;
          display: block;
          position: absolute;
          border-top: 7px solid #72c02c;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-left-style: inset;
          border-right-style: inset; }
  .counters:hover span.counter-icon i {
    border-color: #000; }

#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222222;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important; }
  #topcontrol:after {
    top: -2px;
    left: 8.5px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: "FontAwesome"; }
  #topcontrol:hover {
    color: #fff;
    background: #72c02c;
    transition: all 0.3s ease-in-out; }

.owl-btn {
  color: #777;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 9px;
  text-align: center;
  background: #f5f5f5; }
  .owl-btn:hover {
    color: #fff;
    background: #72c02c; }

.owl-carousel-v1 .owl-navigation {
  text-align: right;
  margin-bottom: 20px; }
.owl-carousel-v1 .item {
  margin: 0 5px; }
  .owl-carousel-v1 .item img {
    text-align: center; }
.owl-carousel-v1 .owl-pagination {
  display: none; }

.owl-carousel-v2 .owl-slider-v2 {
  margin-bottom: 20px; }
.owl-carousel-v2 .item {
  margin: 0 15px; }
  .owl-carousel-v2 .item img {
    text-align: center; }
.owl-carousel-v2 .owl-navigation {
  text-align: center; }
.owl-carousel-v2 .owl-pagination {
  display: none; }

.owl-carousel-v3 .item {
  margin: 0 15px; }
  .owl-carousel-v3 .item img {
    text-align: center; }
.owl-carousel-v3 .owl-pagination {
  display: none; }

.owl-carousel-v4 .owl-wrapper-outer {
  margin-bottom: 20px; }
.owl-carousel-v4 .item {
  margin: 0 3px; }
  .owl-carousel-v4 .item img {
    width: 100%; }

.owl-carousel-v5 .owl-wrapper-outer {
  margin-bottom: 20px; }
.owl-carousel-v5 .owl-controls .owl-page span {
  margin: 5px 3px !important; }
.owl-carousel-v5 .owl-controls .owl-page.active span {
  background: #72c02c; }
.owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background: #72c02c; }

.owl-carousel-v6 .owl-carousel-item {
  margin: 0 10px;
  padding: 7px 0;
  text-align: center;
  position: relative;
  border: 1px solid #e1e1e1; }
  .owl-carousel-v6 .owl-carousel-item img {
    width: 150px;
    height: auto; }
.owl-carousel-v6 .owl-wrapper-outer {
  margin-bottom: 20px; }
.owl-carousel-v6 .owl-controls .owl-page span {
  margin: 5px 3px !important; }

.owl-pagination {
  text-align: center !important; }

.owl-carousel-style-v2 .item {
  margin: 0 3px;
  background: #fafafa;
  text-align: center;
  border: solid 1px #eee; }
  .owl-carousel-style-v2 .item img {
    padding: 0 3px;
    display: inline-block; }
  .owl-carousel-style-v2 .item:hover {
    background: #f7f7f7;
    border-color: #e5e5e5;
    transition: all 0.4s ease-in-out; }
.owl-carousel-style-v2 .owl-pagination {
  display: none; }

.owl-clients-v1 img {
  width: 120px;
  height: auto; }
.owl-clients-v1 .owl-pagination {
  display: none; }

.testimonials-v3 {
  padding: 100px 0;
  font-family: "Open Sans", "Arial", "sans-serif";
  padding: 0 10px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; }
  .testimonials-v3 ul {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    text-align: left; }
  .testimonials-v3 li > p {
    font-size: 14px; }
  .testimonials-v3 li img {
    width: 120px !important;
    height: auto !important;
    border: 5px solid #fff;
    display: inline-block !important; }
  .testimonials-v3 .testimonials-v3-title {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 20px; }
    .testimonials-v3 .testimonials-v3-title p {
      color: #72c02c;
      margin-bottom: 0; }
    .testimonials-v3 .testimonials-v3-title span {
      color: #777;
      display: block;
      font-size: 14px; }
  .testimonials-v3 .owl-pagination {
    display: none; }
  .testimonials-v3 .owl-nav .owl-prev {
    padding: 13px;
    position: relative;
    margin: 15px 2px 0;
    background: #f5f5f5;
    display: inline-block; }
    .testimonials-v3 .owl-nav .owl-prev:after {
      top: 0;
      color: #bbb;
      font-size: 16px;
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: "FontAwesome";
      left: 10px;
      content: "\f104"; }
    .testimonials-v3 .owl-nav .owl-prev:hover {
      background: #72c02c;
      transition: background 0.4s ease-in-out; }
      .testimonials-v3 .owl-nav .owl-prev:hover:after {
        color: #fff; }
  .testimonials-v3 .owl-nav .owl-next {
    padding: 13px;
    position: relative;
    margin: 15px 2px 0;
    background: #f5f5f5;
    display: inline-block; }
    .testimonials-v3 .owl-nav .owl-next:after {
      top: 0;
      color: #bbb;
      font-size: 16px;
      position: absolute;
      font-weight: normal;
      display: inline-block;
      font-family: "FontAwesome";
      right: 10px;
      content: "\f105"; }
    .testimonials-v3 .owl-nav .owl-next:hover {
      background: #72c02c;
      transition: background 0.4s ease-in-out; }
      .testimonials-v3 .owl-nav .owl-next:hover:after {
        color: #fff; }
  .testimonials-v3 .owl-buttons {
    text-align: center; }
    .testimonials-v3 .owl-buttons .owl-prev {
      padding: 13px;
      position: relative;
      margin: 15px 2px 0;
      background: #f5f5f5;
      display: inline-block;
      margin: 15px 8px 0;
      border-radius: 50%;
      padding: 20px;
      cursor: pointer; }
      .testimonials-v3 .owl-buttons .owl-prev:after {
        top: 0;
        font-size: 16px;
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: "FontAwesome";
        color: #bbb;
        font-size: 14px;
        top: 9px;
        font-weight: bold;
        left: 10px;
        content: "\f104";
        left: 17px; }
      .testimonials-v3 .owl-buttons .owl-prev:hover {
        background: #72c02c;
        transition: background 0.4s ease-in-out;
        background: #ff0000;
        transition: none; }
        .testimonials-v3 .owl-buttons .owl-prev:hover:after {
          color: #fff; }
    .testimonials-v3 .owl-buttons .owl-next {
      padding: 13px;
      position: relative;
      margin: 15px 2px 0;
      background: #f5f5f5;
      display: inline-block;
      margin: 15px 8px 0;
      border-radius: 50%;
      padding: 20px;
      cursor: pointer; }
      .testimonials-v3 .owl-buttons .owl-next:after {
        top: 0;
        font-size: 16px;
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: "FontAwesome";
        color: #bbb;
        font-size: 14px;
        top: 9px;
        font-weight: bold;
        right: 10px;
        content: "\f105";
        right: 17px; }
      .testimonials-v3 .owl-buttons .owl-next:hover {
        background: #72c02c;
        transition: background 0.4s ease-in-out;
        background: #ff0000;
        transition: none; }
        .testimonials-v3 .owl-buttons .owl-next:hover:after {
          color: #fff; }
  .testimonials-v3 .owl-carousel li img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    display: inline-block; }

.owl-work-v1 .owl-navigation {
  top: 3px;
  position: relative;
  margin-bottom: 10px; }
.owl-work-v1 .item a {
  text-align: center; }
  .owl-work-v1 .item a:hover {
    text-decoration: none; }
    .owl-work-v1 .item a:hover strong {
      color: #555555; }
    .owl-work-v1 .item a:hover img {
      opacity: 0.8;
      transform: scale(1.2) rotate(3deg); }
    .owl-work-v1 .item a:hover span {
      border-bottom: solid 2px #72c02c;
      transition: all 0.3s ease-in-out; }
  .owl-work-v1 .item a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee; }
  .owl-work-v1 .item a strong {
    color: #555555;
    display: block; }
  .owl-work-v1 .item a i {
    color: #777; }
  .owl-work-v1 .item a img {
    transition: all 0.8s ease-in-out; }
.owl-work-v1 .item em.overflow-hidden {
  display: block; }

.parallax-twitter {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: #333 url("../img/bg/19.jpg") 50% 0 fixed;
  background-size: cover;
  background-position: center center; }
  .parallax-twitter:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .parallax-twitter:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url("../img/patterns/gridtile.png") repeat; }

.parallax-twitter-in {
  z-index: 1;
  position: relative; }
  .parallax-twitter-in ul {
    margin: 0; }
  .parallax-twitter-in li {
    color: #fff; }
    .parallax-twitter-in li p {
      color: #fff;
      font-size: 18px;
      font-weight: 200; }
    .parallax-twitter-in li a {
      color: #eee;
      text-decoration: underline; }
      .parallax-twitter-in li a:hover {
        text-decoration: none; }
    .parallax-twitter-in li span {
      color: #ddd;
      display: block;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 20px; }
  .parallax-twitter-in .owl-page {
    width: 18px; }

.clients-section {
  padding: 60px 0;
  position: relative;
  background: #333 url("../img/bg/7.jpg") 50% fixed;
  background-size: cover;
  background-position: center center; }
  .clients-section:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.8); }
  .clients-section:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url("../img/patterns/gridtile.png") repeat; }
  .clients-section .title-v1 p {
    color: #fff; }
  .clients-section .title-v1 h2 {
    color: #fff; }
  .clients-section ul {
    padding: 0;
    z-index: 1;
    list-style: none; }
  .clients-section li {
    margin: 0 3px;
    background: #fff; }
    .clients-section li a {
      padding: 10px;
      display: block;
      overflow: hidden;
      text-align: center;
      transition: all 0.3s ease-in-out; }
  .clients-section img {
    width: 100px;
    height: 100px; }
  .clients-section .owl-pagination {
    display: none; }

.owl-video img {
  position: relative;
  text-align: center;
  margin: 0 auto 20px; }
  .owl-video img.video-play {
    top: 50%;
    left: 50%;
    margin-top: -52px;
    margin-left: -52px;
    position: absolute; }
.owl-video .owl-controls .owl-page span {
  margin: 5px 3px; }

.carousel-v1 .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 15px;
  background: rgba(0, 0, 0, 0.7); }
  .carousel-v1 .carousel-caption p {
    color: #fff;
    margin-bottom: 0; }
.carousel-v1 .carousel-arrow a.carousel-control {
  opacity: 1;
  font-size: 30px;
  height: inherit;
  width: inherit;
  background: none;
  text-shadow: none;
  position: inherit; }
.carousel-v1 .carousel-arrow a i {
  top: 50%;
  opacity: 0.6;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute; }
  .carousel-v1 .carousel-arrow a i:hover {
    opacity: 0.8; }
.carousel-v1 .carousel-arrow a.left i {
  left: 0; }
.carousel-v1 .carousel-arrow a.right i {
  right: 0; }

.nav-tabs > li > a {
  border-radius: 0; }
.nav-tabs.nav-justified > li > a {
  border-radius: 0; }

.tab-v1 .nav-tabs {
  border: none;
  background: none;
  border-bottom: solid 2px #72c02c; }
  .tab-v1 .nav-tabs a {
    font-size: 14px;
    padding: 5px 15px; }
  .tab-v1 .nav-tabs > .active > a {
    color: #fff;
    border: none;
    background: #72c02c; }
    .tab-v1 .nav-tabs > .active > a:hover {
      color: #fff;
      border: none;
      background: #72c02c; }
    .tab-v1 .nav-tabs > .active > a:focus {
      color: #fff;
      border: none;
      background: #72c02c; }
  .tab-v1 .nav-tabs > li > a {
    border: none; }
    .tab-v1 .nav-tabs > li > a:hover {
      color: #fff;
      background: #72c02c; }
.tab-v1 .tab-content {
  padding: 10px 0; }
  .tab-v1 .tab-content img {
    margin-top: 4px;
    margin-bottom: 15px; }
    .tab-v1 .tab-content img.img-tab-space {
      margin-top: 7px; }

.tab-v2 .nav-tabs {
  border-bottom: none; }
  .tab-v2 .nav-tabs li a {
    padding: 9px 16px;
    background: none;
    border: none; }
  .tab-v2 .nav-tabs li.active a {
    background: #fff;
    padding: 7px 15px 9px;
    border: solid 1px #eee;
    border-top: solid 2px #72c02c;
    border-bottom: none !important; }
.tab-v2 .tab-content {
  padding: 10px 16px;
  border: solid 1px #eee; }

.tab-v3 .tab-content {
  padding: 15px;
  background: #fafafa;
  border: solid 1px #eee; }
.tab-v3 .nav-pills li a {
  color: #777;
  font-size: 17px;
  padding: 4px 8px;
  margin-bottom: 3px;
  background: #fafafa;
  border: solid 1px #eee; }
  .tab-v3 .nav-pills li a:hover {
    color: #fff;
    background: #72c02c;
    border: solid 1px #5fb611; }
.tab-v3 .nav-pills li i {
  width: 1.25em;
  margin-right: 5px;
  text-align: center;
  display: inline-block; }
.tab-v3 .nav-pills li.active a {
  color: #fff;
  background: #72c02c;
  border: solid 1px #5fb611; }

.tab-v4 .tab-heading {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 3px solid #333; }
  .tab-v4 .tab-heading h2 {
    margin: 0;
    float: left;
    font-size: 18px;
    font-weight: bold; }
.tab-v4 .nav-tabs {
  top: 3px;
  border: none;
  float: right;
  overflow: hidden;
  position: relative; }
  .tab-v4 .nav-tabs a {
    color: #555555;
    font-size: 12px;
    padding: 6px 15px;
    text-transform: uppercase; }
  .tab-v4 .nav-tabs > .active > a {
    border: none;
    background: inherit; }
    .tab-v4 .nav-tabs > .active > a:hover {
      border: none;
      background: inherit; }
    .tab-v4 .nav-tabs > .active > a:focus {
      border: none;
      background: inherit; }
  .tab-v4 .nav-tabs > li > a {
    border: none; }
    .tab-v4 .nav-tabs > li > a:hover {
      background: inherit; }
.tab-v4 .tab-content {
  padding: 20px 0 10px; }

.tab-v5 .nav-tabs {
  border-bottom: none; }
  .tab-v5 .nav-tabs li a {
    border: none;
    font-size: 14px;
    background: none;
    padding: 9px 16px; }
  .tab-v5 .nav-tabs li.active a {
    background: #fff;
    padding: 7px 15px 9px;
    border: solid 1px #eee;
    border-top: solid 3px #222222;
    border-bottom: none !important; }
.tab-v5 .tab-content {
  padding: 13px;
  border: solid 1px #eee; }

.tab-v6 .nav-tabs {
  border-bottom-color: #ddd; }
  .tab-v6 .nav-tabs > li {
    margin-right: 30px; }
    .tab-v6 .nav-tabs > li > a {
      border: none;
      color: #687074;
      padding: 6px 0;
      font-size: 18px;
      margin-right: 0;
      background: none;
      text-transform: uppercase;
      border-bottom: solid 1px transparent; }
      .tab-v6 .nav-tabs > li > a:hover {
        border-bottom: 1px solid #1abc9c; }
      .tab-v6 .nav-tabs > li > a:focus {
        border: none; }
    .tab-v6 .nav-tabs > li.active > a {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #1abc9c; }
      .tab-v6 .nav-tabs > li.active > a:hover {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #1abc9c; }
      .tab-v6 .nav-tabs > li.active > a:focus {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #1abc9c; }
.tab-v6 .tab-content {
  padding: 30px 0; }

.pagination > li:first-child > a {
  border-radius: 0; }
.pagination > li:first-child > span {
  border-radius: 0; }
.pagination > li:last-child > a {
  border-radius: 0; }
.pagination > li:last-child > span {
  border-radius: 0; }
.pagination li a {
  color: #777;
  padding: 5px 15px; }
  .pagination li a:hover {
    color: #fff;
    background: #5fb611;
    border-color: #5fb611; }
.pagination > .active > a {
  border-color: #72c02c;
  background-color: #72c02c; }
  .pagination > .active > a:hover {
    border-color: #72c02c;
    background-color: #72c02c; }
  .pagination > .active > a:focus {
    border-color: #72c02c;
    background-color: #72c02c; }
.pagination > .active > span {
  border-color: #72c02c;
  background-color: #72c02c; }
  .pagination > .active > span:hover {
    border-color: #72c02c;
    background-color: #72c02c; }
  .pagination > .active > span:focus {
    border-color: #72c02c;
    background-color: #72c02c; }

.pager li > a {
  border-radius: 0; }
  .pager li > a:hover {
    color: #fff;
    background: #5fb611;
    border-color: #5fb611; }
  .pager li > a:focus {
    color: #fff;
    background: #5fb611;
    border-color: #5fb611; }
.pager li > span {
  border-radius: 0; }
.pager.pager-v2 li > a {
  border: none;
  transition: all 0.1s ease-in-out; }
  .pager.pager-v2 li > a:hover {
    color: #fff;
    background: #72c02c; }
  .pager.pager-v2 li > a:focus {
    color: #fff;
    background: #72c02c; }
.pager.pager-v2 li.page-amount {
  font-size: 16px;
  font-style: italic;
  top: 7px;
  color: #777;
  position: relative; }
  .pager.pager-v2 li.page-amount:hover {
    top: 7px;
    color: #777;
    position: relative; }
  .pager.pager-v2 li.page-amount:focus {
    top: 7px;
    color: #777;
    position: relative; }
.pager.pager-v2.pager-md li a {
  font-size: 16px;
  padding: 8px 18px; }
.pager.pager-v3 li > a {
  transition: all 0.1s ease-in-out; }
  .pager.pager-v3 li > a:hover {
    color: #fff;
    background: #72c02c; }
  .pager.pager-v3 li > a:focus {
    color: #fff;
    background: #72c02c; }
.pager.pager-v3 li.page-amount {
  font-size: 16px;
  font-style: italic;
  top: 7px;
  color: #777;
  position: relative; }
  .pager.pager-v3 li.page-amount:hover {
    top: 7px;
    color: #777;
    position: relative; }
  .pager.pager-v3 li.page-amount:focus {
    top: 7px;
    color: #777;
    position: relative; }
.pager.pager-v3.pager-md li a {
  font-size: 16px;
  padding: 8px 18px; }
.pager.pager-v4 li > a {
  line-height: normal;
  transition: all 0.1s ease-in-out; }
  .pager.pager-v4 li > a:hover {
    color: #fff;
    background: #222222;
    border-color: #222222; }
  .pager.pager-v4 li > a:focus {
    color: #fff;
    background: #222222;
    border-color: #222222; }
.pager.pager-v4 li.page-amount {
  font-size: 14px;
  font-style: italic;
  top: 7px;
  color: #777;
  position: relative; }
  .pager.pager-v4 li.page-amount:hover {
    top: 7px;
    color: #777;
    position: relative; }
  .pager.pager-v4 li.page-amount:focus {
    top: 7px;
    color: #777;
    position: relative; }

.sidebar-nav-v1 li {
  padding: 0; }
  .sidebar-nav-v1 li a {
    display: block;
    padding: 8px 30px 8px 10px; }
    .sidebar-nav-v1 li a:hover {
      text-decoration: none; }
  .sidebar-nav-v1 li ul {
    padding: 0;
    list-style: none;
    background: #f8f8f8; }
    .sidebar-nav-v1 li ul a {
      color: #555555;
      font-size: 12px;
      border-top: solid 1px #ddd;
      padding: 6px 30px 6px 17px; }
  .sidebar-nav-v1 li.active ul a {
    background: #f8f8f8; }
.sidebar-nav-v1 > li.active {
  background: #717984;
  border-color: #ddd; }
  .sidebar-nav-v1 > li.active:hover {
    background: #717984;
    border-color: #ddd; }
  .sidebar-nav-v1 > li.active:focus {
    border-color: #ddd; }
  .sidebar-nav-v1 > li.active > a {
    color: #fff; }
.sidebar-nav-v1 ul li:hover a {
  color: #72c02c; }
.sidebar-nav-v1 ul li.active a {
  color: #72c02c; }
.sidebar-nav-v1 ul li span.badge {
  margin-top: 8px;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 10px; }
.sidebar-nav-v1 span.badge {
  margin-top: 8px;
  margin-right: 10px; }
.sidebar-nav-v1 .list-toggle > span.badge {
  margin-right: 25px; }

.list-group-item:first-child {
  border-radius: 0; }
.list-group-item:last-child {
  border-radius: 0; }
.list-group-item li > .badge {
  float: right; }

.list-toggle:after {
  top: 7px;
  right: 10px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: "FontAwesome"; }
.list-toggle.active:after {
  color: #fff;
  content: "\f107"; }

.content-boxes-v1 {
  text-align: center; }
  .content-boxes-v1 span {
    display: block;
    margin-top: 5px; }

.content-boxes-v2-o span {
  display: block;
  overflow: hidden; }
.content-boxes-v2-o small {
  display: block;
  line-height: 1.6; }
.content-boxes-v2-o .icon-custom {
  float: left;
  margin-top: 3px;
  margin-right: 15px; }
.content-boxes-v2-o .icon-md + span {
  margin-top: 9px; }
.content-boxes-v2-o .icon-lg + span {
  margin-top: 11px; }

.content-boxes-v3 .content-boxes-in-v3 {
  padding: 0 20px;
  overflow: hidden; }
  .content-boxes-v3 .content-boxes-in-v3 h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 3px;
    text-transform: capitalize; }
    .content-boxes-v3 .content-boxes-in-v3 h3 a {
      color: #555555; }
.content-boxes-v3.content-boxes-v3-right {
  text-align: right; }
  .content-boxes-v3.content-boxes-v3-right i.icon-custom {
    float: right; }
.content-boxes-v3 i.icon-custom {
  top: 8px;
  float: left;
  position: relative; }

.content-boxes-v4 h2 {
  color: #555555;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }
.content-boxes-v4 a {
  color: #777;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }
.content-boxes-v4 i {
  width: 25px;
  color: #72c02c;
  font-size: 35px;
  margin-top: 10px; }

.content-boxes-in-v4 {
  padding: 0 10px;
  overflow: hidden; }

.content-boxes-v5 i {
  float: left;
  color: #999999;
  width: 50px;
  height: 50px;
  padding: 11px;
  font-size: 22px;
  background: #eee;
  line-height: 28px;
  text-align: center;
  margin-right: 15px;
  display: inline-block; }
.content-boxes-v5:hover i {
  color: #fff;
  background: #72c02c; }

.content-boxes-v6 {
  padding-top: 25px;
  text-align: center; }
  .content-boxes-v6 i {
    color: #fff;
    width: 90px;
    height: 90px;
    padding: 30px;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    background: #ddd;
    margin-bottom: 25px;
    display: inline-block; }
    .content-boxes-v6 i:after {
      top: -8px;
      left: -8px;
      right: -8px;
      bottom: -8px;
      content: " ";
      position: absolute;
      border: 1px solid #ddd;
      border-radius: 50% !important; }
  .content-boxes-v6:hover i {
    transition: all 0.3s ease-in-out;
    background: #72c02c; }
    .content-boxes-v6:hover i:after {
      transition: all 0.3s ease-in-out;
      border-color: #72c02c; }

.tag-box {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px; }
  .tag-box h2 {
    font-size: 20px;
    line-height: 25px; }
  .tag-box p {
    margin-bottom: 0; }
  .tag-box.tag-text-space p {
    margin-bottom: 10px; }

.tag-box-v1 {
  border: solid 1px #eee;
  border-top: solid 2px #72c02c; }

.tag-box-v2 {
  background: #fafafa;
  border: solid 1px #eee;
  border-left: solid 2px #72c02c; }

.tag-box-v3 {
  border: solid 2px #eee; }

.tag-box-v4 {
  border: dashed 1px #bbb; }

.tag-box-v5 {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #ccc; }
  .tag-box-v5 span {
    color: #555555;
    font-size: 28px;
    margin-bottom: 0; }

.tag-box-v6 {
  background: #fafafa;
  border: solid 1px #eee; }

.tag-box-v7 {
  border: solid 1px #eee;
  border-bottom: solid 2px #72c02c; }

.tags-v4 {
  padding-left: 0;
  list-style: none; }
  .tags-v4 li {
    padding: 3px 2px;
    line-height: 28px;
    display: inline-block; }
  .tags-v4 a {
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
    border: 1px solid #bbb; }
    .tags-v4 a:hover {
      color: #fff;
      background: #e74c3c;
      border-color: #e74c3c;
      text-decoration: none;
      transition: all 0.25s, transform 0.25s; }

.service {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 15px 10px; }
  .service:hover {
    background: #f9f9f9;
    box-shadow: 0 0 5px #ddd;
    transition: box-shadow 0.2s ease-in-out; }
    .service:hover i {
      color: #666666; }
  .service .desc {
    padding: 0 15px;
    overflow: hidden; }
    .service .desc h4 {
      font-size: 22px;
      line-height: 25px; }
  .service .service-icon {
    float: left;
    padding: 10px;
    color: #72c02c;
    font-size: 35px;
    text-align: center;
    transition: all 0.4s ease-in-out; }
    .service .service-icon.icon-cogs {
      font-size: 37px; }
    .service .service-icon.icon-plane {
      font-size: 43px; }

.recent-work a {
  text-align: center;
  background: #f9f9f9;
  display: inline-block; }
  .recent-work a:hover {
    text-decoration: none; }
    .recent-work a:hover strong {
      color: #555555; }
    .recent-work a:hover img {
      opacity: 0.8;
      transform: scale(1.2) rotate(3deg); }
    .recent-work a:hover span {
      border-bottom: solid 2px #72c02c;
      transition: all 0.3s ease-in-out; }
  .recent-work a span {
    display: block;
    padding: 10px;
    border-bottom: solid 2px #eee; }
  .recent-work a strong {
    color: #555555;
    display: block; }
  .recent-work a i {
    color: #777; }
  .recent-work a img {
    transition: all 0.8s ease-in-out; }
.recent-work em.overflow-hidden {
  display: block; }

.work {
  margin-top: 6px; }
  .work .details {
    padding: 10px; }
  .work .caption {
    display: block;
    padding-top: 5px;
    color: #585f69 !important;
    font-size: 18px !important; }
    .work .caption:hover {
      cursor: pointer;
      color: #444 !important;
      text-decoration: underline; }

.latest-list li {
  padding: 8px 0;
  border-top: 1px solid #383339; }
  .latest-list li:first-child {
    padding-top: 0;
    border-top: none; }
  .latest-list li a {
    color: #eee; }
.latest-list small {
  color: #999999;
  display: block; }

.link-list li {
  border-top: solid 1px #383339; }
  .link-list li:first-child {
    border-top: none !important; }
  .link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px; }
.link-list a {
  color: #eee;
  font-size: 11px;
  padding: 6px 0;
  display: inline-block;
  text-transform: uppercase; }

.social-icons {
  margin-top: 5px; }
  .social-icons li {
    margin: 0; }
    .social-icons li a {
      margin: 0 3px; }

.thumbnail-style {
  padding: 7px;
  margin-bottom: 20px; }
  .thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    transition: box-shadow 0.2s ease-in-out; }
    .thumbnail-style:hover a.btn-more {
      right: 10px; }
  .thumbnail-style h3 {
    margin: 6px 0 8px; }
    .thumbnail-style h3 a {
      color: #585f69;
      font-size: 18px; }
      .thumbnail-style h3 a:hover {
        color: #72c02c;
        text-decoration: none; }
  .thumbnail-style .thumbnail-img {
    position: relative;
    margin-bottom: 11px; }
  .thumbnail-style a.btn-more {
    right: -10px;
    bottom: 10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: #72c02c;
    display: inline-block; }
    .thumbnail-style a.btn-more:hover {
      text-decoration: none;
      box-shadow: 0 0 0 2px #5fb611; }

.thumbnail-kenburn img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.8s ease-in-out; }
.thumbnail-kenburn:hover img {
  transform: scale(1.2) rotate(2deg); }

.service-v1 h2 {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 28px; }
.service-v1 p {
  text-align: justify; }

.team .thumbnail-style {
  padding: 12px; }
  .team .thumbnail-style img {
    margin-bottom: 7px; }
  .team .thumbnail-style h3 {
    margin-bottom: 5px; }
  .team .thumbnail-style small {
    display: block;
    margin-top: 5px;
    font-size: 12px; }
  .team .thumbnail-style:hover h3 a {
    color: #72c02c !important; }
.team ul.team-socail {
  text-align: right; }
  .team ul.team-socail li {
    margin: 0 !important;
    padding: 0 !important; }
    .team ul.team-socail li a {
      text-decoration: none; }
      .team ul.team-socail li a:hover {
        text-decoration: none; }
    .team ul.team-socail li i {
      color: #aaa;
      padding: 6px 7px;
      min-width: 30px;
      font-size: 18px;
      text-align: center;
      background: #f7f7f7;
      display: inline-block; }
      .team ul.team-socail li i:hover {
        color: #fff;
        background: #72c02c;
        transition: all 0.2s ease-in-out; }

.about-me {
  overflow: hidden; }
  .about-me h2 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase; }
  .about-me span {
    color: #999999;
    display: block;
    font-size: 14px;
    margin-bottom: 10px; }
  .about-me .social-icons {
    margin-top: 7px; }

.about-skills {
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: url("../img/breadcrumbs.png") repeat; }

.gallery-page .thumbnail {
  padding: 0;
  border: none;
  box-shadow: none; }
  .gallery-page .thumbnail:hover {
    padding: 0;
    border: none;
    box-shadow: none; }
.gallery-page .thumbnails {
  margin-bottom: 6px; }

.portfolio-item h2 {
  color: #555555;
  font-size: 24px;
  margin: 0 0 15px; }
.portfolio-item li {
  padding: 3px 0; }
.portfolio-item p a {
  text-decoration: underline; }
  .portfolio-item p a:hover {
    text-decoration: none; }

.portfolio-item1 ul {
  margin: 10px 0 20px; }
.portfolio-item1 li {
  font-size: 16px;
  margin-bottom: 3px; }
  .portfolio-item1 li i {
    font-size: 18px;
    margin-right: 4px; }

ul.blog-tags li {
  display: inline-block; }
ul.blog-tags a {
  font-size: 13px;
  padding: 2px 7px;
  background: #f7f7f7;
  margin: 0 3px 6px 0;
  display: inline-block; }
  ul.blog-tags a i {
    color: #666666; }
  ul.blog-tags a:hover {
    background: #72c02c;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
    ul.blog-tags a:hover i {
      color: #fff !important;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }
ul.labels-demo {
  margin: 5px 0; }
  ul.labels-demo li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 2px 0; }

.slider-promo-info-bg {
  padding: 25px 20px 20px;
  background: url("../img/bg-black.png") repeat; }

.slider-promo-info p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0; }
.slider-promo-info span.big-size {
  color: #fff;
  display: block;
  font-size: 30px;
  margin-bottom: 25px;
  text-shadow: none !important; }

.promo-box {
  padding: 20px;
  margin: 25px 0 20px;
  text-align: center; }
  .promo-box i {
    display: block;
    font-size: 50px; }
  .promo-box p {
    font-size: 14px;
    margin-bottom: 0; }
  .promo-box strong {
    color: #555555;
    display: block;
    font-size: 20px;
    font-weight: 200;
    margin: 20px 0 15px; }
    .promo-box strong a {
      color: #555555;
      display: block;
      font-size: 20px;
      font-weight: 200;
      margin: 20px 0 15px; }
  .promo-box:hover strong {
    color: #72c02c; }
    .promo-box:hover strong a {
      color: #72c02c; }

.promo-service {
  margin-bottom: 20px; }
  .promo-service li {
    margin-bottom: 5px; }
  .promo-service a.btn-u {
    margin: 0 20px 10px 0; }

.title-box {
  font-size: 16px;
  text-align: center;
  padding: 10px 0 30px;
  border-bottom: solid 1px #eee; }
  .title-box .title-box-text {
    color: #555555;
    display: block;
    font-size: 35px;
    font-weight: 200; }

.block-blockquote {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #ccc; }
  .block-blockquote p {
    font-size: 26px;
    margin-bottom: 0; }

.block-blockquote-inner {
  padding: 15px; }

.info-blocks {
  margin-bottom: 15px; }
  .info-blocks .info-blocks-in {
    padding: 0 10px;
    overflow: hidden; }
    .info-blocks .info-blocks-in h3 {
      color: #555555;
      font-size: 20px;
      line-height: 28px; }
    .info-blocks .info-blocks-in p {
      font-size: 12px; }
  .info-blocks:hover i.icon-info-blocks {
    color: #72c02c;
    transition: all 0.2s ease-in-out; }
  .info-blocks i.icon-info-blocks {
    float: left;
    color: #777;
    font-size: 30px;
    min-width: 50px;
    margin-top: 10px;
    text-align: center; }

.form-page input {
  margin-bottom: 10px; }
.form-page select {
  margin-bottom: 10px; }

.badge-sidebar {
  border-left: solid 1px #eee; }

.line-icon-page .item-box {
  width: 25%;
  float: left;
  height: 90px;
  text-align: center;
  padding: 20px 10px;
  margin: 0 -1px -1px 0;
  word-wrap: break-word;
  border: 1px solid #ddd; }
  .line-icon-page .item-box:hover {
    background: #fafafa; }
.line-icon-page .item-box--higher {
  height: 120px; }
.line-icon-page .item span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px; }
.line-icon-page .item:hover {
  color: #72c02c; }

.icon-page-fa {
  margin-bottom: 20px; }
  .icon-page-fa .item-box {
    float: left;
    height: 100px;
    width: 16% !important; }
  .icon-page-fa .item {
    font-size: 12px; }
    .icon-page-fa .item i {
      color: #555555;
      display: block;
      font-size: 24px;
      margin-bottom: 10px; }

@media (max-width: 400px) {
  .icon-page-fa .item-box {
    width: 50% !important; } }
.bs-glyphicons {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: 20px; }
  .bs-glyphicons li {
    width: 25%;
    float: left;
    height: 115px;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    margin: 0 -1px -1px 0;
    border: 1px solid #ddd; }
    .bs-glyphicons li:hover {
      color: #72c02c;
      background-color: #fafafa; }
  .bs-glyphicons .glyphicon {
    display: block;
    font-size: 18px;
    margin: 5px auto 10px; }

.demo-pro-glyphicons li {
  width: 170px;
  height: 100px;
  padding: 20px 10px 30px; }
.demo-pro-glyphicons span {
  height: 40px;
  display: block; }
  .demo-pro-glyphicons span:before {
    color: #555555;
    padding: 10px 62px; }
  .demo-pro-glyphicons span.halflings {
    height: 30px; }
    .demo-pro-glyphicons span.halflings:before {
      padding: 10px 70px; }
  .demo-pro-glyphicons span.glyphicons:before {
    font-size: 22px; }

.map {
  width: 100%;
  height: 350px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee; }

.map-box {
  height: 250px; }

.map-box-space {
  margin-top: 15px; }

.map-box-space1 {
  margin-top: 7px; }

.service-or {
  overflow: hidden;
  position: relative; }

.service-bg {
  width: 250px;
  padding: 60px;
  position: absolute;
  top: -10px;
  right: -100px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(55deg); }

.easy-block-v1 {
  position: relative; }
  .easy-block-v1 img {
    width: 100%; }
  .easy-block-v1 .easy-block-v1-badge {
    left: 0;
    top: 10px;
    z-index: 1;
    color: #fff;
    padding: 4px 10px;
    position: absolute; }
  .easy-block-v1 .overflow-h h3 {
    width: 60%;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px; }

.easy-block-v2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }
  .easy-block-v2 img {
    width: 100%; }
  .easy-block-v2 .easy-bg-v2 {
    top: 5px;
    color: #fff;
    width: 100px;
    padding: 5px;
    right: -32px;
    font-size: 13px;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    transform: rotate(45deg); }

.easy-block-v3 {
  text-align: left;
  background: #585f69;
  padding: 30px 20px 20px; }
  .easy-block-v3.first {
    background: #687074; }
  .easy-block-v3.second {
    background: #717984; }
  .easy-block-v3.third {
    background: #787f88; }
  .easy-block-v3 i {
    color: #fff;
    float: left;
    font-size: 30px;
    min-width: 45px;
    padding-top: 10px; }
  .easy-block-v3 .inner-faq-b {
    overflow: hidden; }
    .easy-block-v3 .inner-faq-b h2 {
      font-size: 21px;
      margin-bottom: 8px;
      color: #fff; }
    .easy-block-v3 .inner-faq-b h3 {
      font-size: 21px;
      margin-bottom: 8px;
      color: #fff; }
    .easy-block-v3 .inner-faq-b h4 {
      color: #fff;
      font-size: 17px;
      margin-bottom: 2px; }
    .easy-block-v3 .inner-faq-b p {
      color: #fff; }

.full-w-block {
  padding: 30px 0;
  background: #252525; }
  .full-w-block .info-blocks i {
    color: #fff; }
  .full-w-block .info-blocks:hover i.icon-info-blocks {
    color: #fff; }
  .full-w-block .info-blocks-in h3 {
    color: #fff; }
  .full-w-block .info-blocks-in p {
    color: #ccc; }

.simple-block {
  margin-bottom: 20px; }
  .simple-block img {
    width: 100%; }
  .simple-block p {
    text-align: center; }
  .simple-block .carousel-indicators {
    top: 10px;
    left: 65%;
    text-align: right; }
    .simple-block .carousel-indicators .active {
      background: #555555; }
    .simple-block .carousel-indicators li {
      border-color: #555555; }
  .simple-block .responsive-video {
    margin-bottom: 3px; }
  .simple-block .carousel-inner > .item {
    margin: 0; }

.two-blocks {
  text-align: center; }

.two-blocks-in {
  margin-bottom: 30px; }
  .two-blocks-in i {
    color: #fff;
    padding: 11px;
    font-size: 30px;
    min-width: 50px;
    text-align: center;
    background: #585f69;
    margin-bottom: 10px;
    display: inline-block; }

.three-blocks {
  text-align: center; }

.three-blocks-in {
  margin-bottom: 30px; }
  .three-blocks-in i {
    color: #777;
    padding: 9px 6px;
    font-size: 20px;
    min-width: 40px;
    margin-bottom: 10px;
    border: 1px solid #777; }
  .three-blocks-in h3 {
    font-size: 20px;
    margin-bottom: 7px; }

.banner-info {
  margin-bottom: 10px; }
  .banner-info i {
    float: left;
    color: #fff;
    padding: 11px;
    min-width: 40px;
    font-size: 22px;
    text-align: center;
    margin: 7px 20px 0 0; }
    .banner-info i.fa {
      min-width: 46px; }
  .banner-info.light i {
    border: 1px solid #fff; }
  .banner-info.light h3 {
    color: #fff; }
  .banner-info.light p {
    color: #eee; }
  .banner-info h3 {
    font-size: 21px;
    margin-bottom: 5px; }
  .banner-info.dark i {
    background: #555555; }

.title-box-v2 {
  text-align: center;
  margin-bottom: 40px; }
  .title-box-v2 h2 {
    font-size: 25px;
    text-transform: uppercase; }
  .title-box-v2 p {
    font-size: 13px; }

.no-space {
  padding: 0; }

.no-space-left {
  padding-left: 0;
  padding-right: 15px !important; }

.no-space-right {
  padding-right: 0;
  padding-left: 15px !important; }

.list-style-v1 li {
  margin-bottom: 7px; }
.list-style-v1 i {
  margin-right: 5px; }

.status-bar-in {
  padding: 10px;
  position: relative;
  background: #eee; }
  .status-bar-in:after {
    width: 0;
    height: 0;
    top: -10px;
    left: 50px;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 11px solid #eee;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-left-style: inset;
    border-right-style: inset; }

.share-list {
  margin-bottom: 0; }
  .share-list li {
    padding-left: 20px; }
    .share-list li:first-child {
      padding-left: 0; }
    .share-list li i {
      color: #72c02c;
      margin-right: 5px; }

.people-say img {
  float: left;
  width: 40px;
  height: auto;
  margin: 6px 10px 0 0; }
.people-say .overflow-h span {
  font-weight: 700; }
.people-say .overflow-h p {
  font-style: italic;
  line-height: 1.3; }
.people-say .overflow-h small {
  text-align: right;
  font-style: italic; }

.service-info {
  position: relative;
  padding: 40px 0 50px;
  background: url("../img/patterns/17.png") repeat; }
  .service-info .info-description {
    overflow: hidden; }
    .service-info .info-description h3 {
      margin: 0 0 10px; }
    .service-info .info-description p {
      color: #777; }
  .service-info i.service-info-icon {
    color: #777;
    float: left;
    width: 50px;
    height: 50px;
    padding: 15px;
    font-size: 20px;
    line-height: 17px;
    margin-right: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #777; }

.project-details li {
  color: #555555;
  font-weight: 200;
  margin-bottom: 5px; }
.project-details strong {
  min-width: 100px;
  display: inline-block; }
.project-details a {
  text-decoration: underline; }

.testimonials-bs {
  padding: 50px 0;
  background: url("../img/bg/16.jpg") 50% 0 repeat fixed; }
  .testimonials-bs .item {
    margin-bottom: 30px; }
  .testimonials-bs .carousel-arrow {
    text-align: center; }
  .testimonials-bs .carousel-control-v2 i {
    color: #888;
    width: 30px;
    height: 30px;
    padding: 2px;
    font-size: 22px;
    display: inline-block;
    border: 2px solid #888; }
    .testimonials-bs .carousel-control-v2 i:hover {
      color: #72c02c;
      border-color: #72c02c;
      text-decoration: none;
      transition: all 0.3s ease-in-out; }
  .testimonials-bs .carousel-control-v2.left {
    text-decoration: none;
    background-image: none; }
  .testimonials-bs .carousel-control-v2.right {
    text-decoration: none;
    background-image: none; }
  .testimonials-bs .headline-center-v2 span.author {
    color: #777;
    font-size: 14px; }

.header-links-red.one-page-header.header-v6 {
  background: rgba(0, 0, 0, 0.5); }
  .header-links-red.one-page-header.header-v6.header-fixed-shrink {
    background: black; }
.header-links-red.one-page-header .navbar-nav > li > a span[data-hover] {
  color: #fff; }
.header-links-red .menu-container .nav .dropdown-menu li a:hover {
  color: #e74c3c; }

.content-separator {
  width: 100%;
  height: 20px;
  background: #000; }

@-o-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-ms-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@media screen and (max-width: 600px) {
  .sky-form .col {
    float: none;
    width: 100%; } }
.ui-datepicker {
  display: none;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #666666; }
  .ui-datepicker a {
    color: #404040; }

.ui-datepicker-header {
  position: relative;
  margin: -10px -12px 10px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 27px;
  padding: 10px 0;
  font-size: 16px; }

.ui-datepicker-prev {
  position: absolute;
  top: 0;
  display: block;
  width: 47px;
  height: 47px;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 47px;
  left: 0; }

.ui-datepicker-next {
  position: absolute;
  top: 0;
  display: block;
  width: 47px;
  height: 47px;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 47px;
  right: 0; }

.ui-datepicker-calendar {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 27px; }
  .ui-datepicker-calendar th {
    color: #999999; }
  .ui-datepicker-calendar a {
    display: block;
    width: 31px;
    margin: auto;
    text-decoration: none;
    color: #404040;
    border: 1px solid transparent; }
    .ui-datepicker-calendar a:hover {
      background: rgba(0, 0, 0, 0.05);
      background: inherit;
      border: 1px solid #bbb; }
  .ui-datepicker-calendar span {
    display: block;
    width: 31px;
    margin: auto;
    text-decoration: none;
    color: #404040;
    color: #bfbfbf;
    width: 26px; }
  .ui-datepicker-calendar .ui-state-active {
    background: rgba(0, 0, 0, 0.05);
    cursor: default;
    background: inherit;
    border: 1px solid #bbb; }

.ui-datepicker-inline {
  border: 2px solid #e5e5e5;
  background: #fff;
  box-shadow: none;
  border-width: 1px; }
  .ui-datepicker-inline .ui-datepicker-header {
    line-height: 47px;
    line-height: 27px; }
  .ui-datepicker-inline .ui-datepicker-calendar {
    width: 100%; }

.sky-form-modal {
  position: fixed;
  z-index: 1;
  display: none;
  width: 400px; }

.sky-form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.g-heading-custom {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 25;
  background: #000;
  border-top: 3px solid #ccc;
  padding: 20px; }
  .g-heading-custom .h2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    font-family: "Raleway", "sans-serif";
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 1px; }
    .g-heading-custom .h2 .btn-white-bd {
      color: white;
      font-size: 13px;
      line-height: 13px;
      font-weight: 500;
      font-style: normal;
      font-family: "Raleway";
      padding: 15px 50px;
      text-decoration: none;
      background-color: transparent;
      border-color: rgba(255, 255, 255, 0.5);
      border-style: solid;
      border-width: 1px;
      border-radius: 0;
      text-align: left;
      letter-spacing: 1px;
      margin: 0 0 0 50px; }
      .g-heading-custom .h2 .btn-white-bd:hover {
        color: white;
        text-decoration: none;
        background-color: transparent;
        border-color: white;
        border-style: solid;
        border-width: 1px;
        border-radius: 0; }
    .g-heading-custom .h2 .btn-white-bd_sm {
      padding: 15px 20px;
      margin: 0 0 0 15px; }
    .g-heading-custom .h2 .block-name {
      color: white;
      font-size: 110px;
      font-size: 5.8vw;
      line-height: 100px;
      line-height: 6vw;
      font-weight: 800;
      font-style: normal;
      font-family: "Raleway", "sans-serif";
      padding: 10px 0;
      text-decoration: none;
      background-color: transparent;
      border-color: transparent;
      border-style: none;
      border-width: 0;
      border-radius: 0 0 0 0;
      text-align: left;
      display: block; }

@media screen and (max-width: 767px) {
  .g-heading-custom {
    padding: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px; }
    .g-heading-custom .h2 .block-name {
      padding: 0; }
    .g-heading-custom .h2 .btn-white-bd {
      display: inline-block;
      margin: 15px 15px 0 0; }

  .g-heading-v8 .our-service-info h2 {
    margin-top: 0; }
  .g-heading-v8 .our-service-info .h2 {
    margin-top: 0; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .g-heading-custom {
    padding: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px; }
    .g-heading-custom .h2 .block-name {
      padding: 0; }
    .g-heading-custom .h2 .btn-white-bd {
      display: inline-block;
      margin: 15px 15px 0 0; }

  .g-heading-v8 .our-service-info h2 {
    margin-top: 0; }
  .g-heading-v8 .our-service-info .h2 {
    margin-top: 0; } }
.g-heading-custom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  z-index: 20;
  transform-origin: 50% 50% 0;
  background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.45098) 100%); }

.search-block {
  padding: 80px 0;
  text-align: center;
  position: relative;
  background: url("../img/bg/7.jpg") 50% 0 repeat fixed; }
  .search-block:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.3); }
  .search-block h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .search-block .input-group {
    margin-bottom: 10px; }
  .search-block .form-control {
    border: none;
    height: 48px;
    font-size: 16px;
    font-weight: 200; }
  .search-block form.page-search-form {
    border: none;
    box-shadow: none; }
    .search-block form.page-search-form .radio {
      margin: 0 3% 0 4%; }
      .search-block form.page-search-form .radio i {
        top: 6px;
        width: 15px;
        height: 15px;
        border: none; }
    .search-block form.page-search-form .checkbox {
      margin: 0 3% 0 4%;
      color: #fff;
      font-weight: 200; }
      .search-block form.page-search-form .checkbox i {
        top: 6px;
        width: 15px;
        height: 15px;
        border: none; }

.section-block {
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 3px #eee; }
  .section-block h2 {
    color: #333;
    font-size: 28px;
    font-weight: 200;
    margin: 10px 0 15px; }
  .section-block .section-block-info {
    margin-top: 5px;
    padding-top: 20px;
    border-top: solid 1px #eee; }
    .section-block .section-block-info ul {
      margin-bottom: 0; }
  .section-block .text-center p {
    margin-bottom: 0; }

.radio {
  margin-top: 0; }

.checkbox {
  margin-top: 0; }

.btn-u.btn-u-default {
  background: #ff0000;
  color: #fff; }
  .btn-u.btn-u-default:hover {
    background: #bb0707 !important;
    color: #fff !important; }
  .btn-u.btn-u-default:focus {
    background: #bb0707 !important;
    color: #fff !important; }
.btn-u.btn-u-dark {
  background: #2c2c2c;
  color: #fff; }
  .btn-u.btn-u-dark:hover {
    background: #181818 !important;
    color: #fff !important; }
  .btn-u.btn-u-dark:focus {
    background: #181818 !important;
    color: #fff !important; }
.btn-u.button-uploading:after {
  top: 6px; }
.btn-u.btn-u-lg.button-uploading:after {
  top: 10px; }
.btn-u.btn-u-sm.button-uploading:after {
  top: 3px; }
.btn-u.btn-u-xs.button-uploading:after {
  top: 2px; }

.label {
  padding: 0.2em 0 0.3em; }

p {
  color: #555555; }

li {
  color: #555555; }
  li a {
    color: #555555; }

.no-side-padding {
  padding-left: 0;
  padding-right: 0; }

.no-padding {
  padding: 0; }

.g-color-white-darker {
  color: rgba(255, 255, 255, 0.8) !important; }

.g-color-black-lighter {
  color: rgba(0, 0, 0, 0.8) !important; }

.g-textarea-noresize {
  resize: none; }

.g-heading-v11 {
  position: relative;
  padding-bottom: 30px; }
  .g-heading-v11:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    margin-left: 0;
    border-bottom: 4px solid #ff0000; }
  .g-heading-v11 h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 20px;
    line-height: 1.3; }
  .g-heading-v11 .h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 20px;
    line-height: 1.3; }
  .g-heading-v11 p {
    margin: 0 auto;
    max-width: 760px; }
  .g-heading-v11.text-center:after {
    left: 50%;
    margin-left: -15px; }
  .g-heading-v11.text-right:after {
    left: auto;
    right: 0;
    margin-left: 0; }

.intro-section {
  margin-top: 190px; }
  .intro-section p {
    color: #fff;
    opacity: .8;
    line-height: 1.6;
    margin-bottom: 35px; }

.backstretch {
  background: rgba(0, 0, 0, 0.5); }

.shipping-form {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  text-align: center; }
  .shipping-form h3 {
    color: #252525;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 24px; }
  .shipping-form .form-control {
    background: #f7f7f7;
    padding: 10px;
    height: 42px;
    border: none;
    color: #999ba0; }
    .shipping-form .form-control:focus {
      box-shadow: none; }
  .shipping-form .btn-u {
    width: 100%; }

.intro-section-info {
  padding-top: 60px; }
  .intro-section-info h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 30px; }
  .intro-section-info h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px; }

.special-offer {
  padding: 50px 0 45px; }
  .special-offer h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2c2c2c; }
    .special-offer h2 span {
      color: #ff0000; }
  .special-offer .btn-u {
    padding: 15px 36px; }

.soffer-link {
  text-align: right;
  padding: 15px 0 0; }

.shipping-service-img-wrapper {
  position: relative;
  overflow: hidden; }
  .shipping-service-img-wrapper:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.shipping-service img {
  width: 100%;
  transition: all .3s; }
.shipping-service .shipping-service-text {
  padding: 35px 60px 65px;
  border-left: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }
.shipping-service .shipping-service-text--noborder {
  border-left: none; }
.shipping-service:hover img {
  transform: scale(1.1, 1.1); }

.shipping-service-text h3 {
  text-transform: uppercase;
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px; }
.shipping-service-text p {
  margin-bottom: 25px; }
.shipping-service-text .shipping-service__more {
  color: #ff0000;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

.shiping-types {
  padding: 95px 0 0; }
  .shiping-types .shiping-type {
    padding: 30px 20px;
    background: #f8f8f8;
    min-height: 400px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    transition: all .5s ease-in-out 0s; }

.shiping-type-img {
  text-align: center;
  position: absolute;
  right: -70%;
  width: 100%;
  opacity: 1;
  transition: all .5s ease-in-out; }

.shiping-type-text {
  position: absolute;
  text-align: center;
  top: 0;
  left: -20%;
  padding: 150px 10px;
  width: 100%;
  transition: all .5s ease-in-out; }
  .shiping-type-text h3 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 20px; }
    .shiping-type-text h3 strong {
      display: block; }
  .shiping-type-text p.default-p {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 auto; }
  .shiping-type-text p.onhover-p {
    display: none;
    color: #fff;
    opacity: .6;
    max-width: 70%;
    margin: 0 auto; }

.shiping-type a {
  color: #2c2c2c; }
  .shiping-type a:hover {
    text-decoration: none;
    color: #fff; }
.shiping-type:hover {
  background: #fc3030;
  transition: all .5s ease-in-out 0s; }
  .shiping-type:hover a {
    text-decoration: none;
    color: #fff; }
  .shiping-type:hover .shiping-type-img {
    right: 0;
    opacity: .3; }
    .shiping-type:hover .shiping-type-img img {
      margin: 0 auto; }
  .shiping-type:hover .shiping-type-text {
    left: 0;
    top: 0;
    z-index: 15;
    transition: all .5s ease-in-out 0s; }
    .shiping-type:hover .shiping-type-text h3 {
      color: #fff; }
    .shiping-type:hover .shiping-type-text p.default-p {
      display: none; }
    .shiping-type:hover .shiping-type-text p.onhover-p {
      display: block;
      opacity: .7; }

.our-services {
  padding: 85px 0 0;
  background: url("../img-temp/PeopleImages.com-1310946-zoom.jpg") no-repeat scroll right top/cover;
  position: relative;
  z-index: 1; }
  .our-services:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1; }

.skills {
  padding: 85px 0 65px; }

.circles-text {
  font-size: 20px !important;
  font-weight: bold;
  color: #2c2c2c; }

.process-text {
  padding: 100px 35px 70px;
  background: #f8f8f8; }
  .process-text h3 {
    color: #2c2c2c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 25px; }
  .process-text p {
    max-width: 80%; }

.process-steps {
  padding: 55px 0; }

.process-step {
  position: relative;
  padding: 10px 0 10px 110px; }
  .process-step h4 {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .process-step p {
    max-width: 90%; }
  .process-step span.step-no {
    color: #ff0000;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 30px; }

.offers {
  padding: 100px 0 40px; }

.pricing {
  background: #fff;
  text-align: center;
  margin-bottom: 20px; }

.pricing-head {
  padding: 40px 5px 35px; }
  .pricing-head h3 {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .pricing-head span {
    display: inline-block;
    margin-bottom: 35px; }
  .pricing-head h4 {
    color: #2c2c2c;
    font-size: 30px;
    font-weight: 600; }

.pricing-footer {
  padding: 30px 10px 40px; }

.gall-div {
  padding: 90px 0 0; }

.faq {
  padding: 100px 0 0; }
  .faq .panel {
    box-shadow: none;
    border: none; }
  .faq .acc-v1 .panel-heading a {
    font-size: 18px;
    padding-left: 30px;
    background: #fff;
    color: #ff0000;
    font-weight: bold; }
    .faq .acc-v1 .panel-heading a .tab-icon {
      font-size: 12px;
      color: #ff0000; }
    .faq .acc-v1 .panel-heading a:hover {
      text-decoration: none;
      color: #ff0000; }
  .faq .acc-v1.plus-toggle .panel-heading a.collapsed {
    color: #2c2c2c; }
    .faq .acc-v1.plus-toggle .panel-heading a.collapsed:hover {
      color: #2c2c2c; }
    .faq .acc-v1.plus-toggle .panel-heading a.collapsed:before {
      content: "\f067"; }
  .faq .acc-v1.plus-toggle .panel-heading a:before {
    color: #ff0000;
    font-size: 12px;
    content: "\f068";
    line-height: 12px;
    position: absolute;
    left: 0;
    top: 12px;
    background: transparent;
    font-family: "FontAwesome"; }
  .faq .panel-body {
    padding: 10px 15px 10px 0; }
    .faq .panel-body p {
      line-height: 1.5;
      padding: 0 30px; }
  .faq .panel-heading {
    position: relative; }
  .faq .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none; }
  .faq .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none; }

.testo {
  padding: 90px 0;
  background: url("../img-temp/unsplash-city-bg.jpg") no-repeat 50% 50%/cover;
  position: relative;
  z-index: 1; }
  .testo:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1; }

.testimonials-v3-text {
  padding: 15px 0 0; }
  .testimonials-v3-text p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 25px;
    margin-bottom: 20px; }
  .testimonials-v3-text h5 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }

.contact-us {
  padding: 80px 0 70px; }
  .contact-us .sky-form .form-control {
    background: #f5f5f5;
    max-width: 775px;
    border: none; }
    .contact-us .sky-form .form-control:focus {
      box-shadow: none; }
  .contact-us .sky-form .btn-u {
    width: 100%; }
  .contact-us .sky-form input.form-control {
    height: 45px; }
  .contact-us .contact-list h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 30px; }
  .contact-us .contact-list p {
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 30px; }
  .contact-us .contact-list ul li {
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 5px; }
    .contact-us .contact-list ul li span {
      font-size: 12px;
      text-transform: uppercase;
      color: #2c2c2c;
      font-weight: bold; }

.map-class {
  height: 500px; }

.copyright {
  background: #333;
  padding: 25px 0 15px; }
  .copyright .cr-left {
    padding: 0 0 11px; }
    .copyright .cr-left p {
      color: #777;
      margin: 0;
      vertical-align: middle; }
    .copyright .cr-left a {
      color: #fff;
      font-weight: bold; }
  .copyright .cr-right {
    text-align: right; }

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

.margin-top-85 {
  margin-top: 85px; }

.main-slider {
  position: relative; }

.btn-u-lg.btn-u-upper {
  font-size: 12px;
  font-weight: bold; }

.text-center .g-heading-v7 .h2:after {
  left: 50%;
  margin-left: -35px; }

.navbar-brand > img {
  width: 130px;
  width: 130px; }

.chess-about-us-item--1:hover {
  background: #e74c3c url("../img-temp/about/1.jpg") no-repeat 50% 0/cover; }

.chess-about-us-item--2:hover {
  background: #e74c3c url("../img-temp/about/2.jpg") no-repeat 50% 0/cover; }

.chess-about-us-item--3:hover {
  background: #e74c3c url("../img-temp/about/3.jpg") no-repeat 50% 0/cover; }

.chess-about-us-item--4:hover {
  background: #e74c3c url("../img-temp/about/4.jpg") no-repeat 50% 0/cover; }

.progress-box h5 {
  margin-bottom: 10px; }

em.invalid {
  text-align: left;
  margin-bottom: 10px; }

.revicon-search-1:before {
  content: '\e802'; }

.revicon-pencil-1:before {
  content: '\e831'; }

.revicon-picture-1:before {
  content: '\e803'; }

.revicon-cancel:before {
  content: '\e80a'; }

.revicon-info-circled:before {
  content: '\e80f'; }

.revicon-trash:before {
  content: '\e801'; }

.revicon-left-dir:before {
  content: '\e817'; }

.revicon-right-dir:before {
  content: '\e818'; }

.revicon-down-open:before {
  content: '\e83b'; }

.revicon-left-open:before {
  content: '\e819'; }

.revicon-right-open:before {
  content: '\e81a'; }

.revicon-angle-left:before {
  content: '\e820'; }

.revicon-angle-right:before {
  content: '\e81d'; }

.revicon-left-big:before {
  content: '\e81f'; }

.revicon-right-big:before {
  content: '\e81e'; }

.revicon-magic:before {
  content: '\e807'; }

.revicon-picture:before {
  content: '\e800'; }

.revicon-export:before {
  content: '\e80b'; }

.revicon-cog:before {
  content: '\e832'; }

.revicon-login:before {
  content: '\e833'; }

.revicon-logout:before {
  content: '\e834'; }

.revicon-video:before {
  content: '\e805'; }

.revicon-arrow-combo:before {
  content: '\e827'; }

.revicon-left-open-1:before {
  content: '\e82a'; }

.revicon-right-open-1:before {
  content: '\e82b'; }

.revicon-left-open-mini:before {
  content: '\e822'; }

.revicon-right-open-mini:before {
  content: '\e823'; }

.revicon-left-open-big:before {
  content: '\e824'; }

.revicon-right-open-big:before {
  content: '\e825'; }

.revicon-left:before {
  content: '\e836'; }

.revicon-right:before {
  content: '\e826'; }

.revicon-ccw:before {
  content: '\e808'; }

.revicon-arrows-ccw:before {
  content: '\e806'; }

.revicon-palette:before {
  content: '\e829'; }

.revicon-list-add:before {
  content: '\e80c'; }

.revicon-doc:before {
  content: '\e809'; }

.revicon-left-open-outline:before {
  content: '\e82e'; }

.revicon-left-open-2:before {
  content: '\e82c'; }

.revicon-right-open-outline:before {
  content: '\e82f'; }

.revicon-right-open-2:before {
  content: '\e82d'; }

.revicon-equalizer:before {
  content: '\e83a'; }

.revicon-layers-alt:before {
  content: '\e804'; }

.revicon-popup:before {
  content: '\e828'; }

.tp-shadow3:before {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg); }

.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

#dialog_addbutton .rev-burger:hover :first-child {
  transform: translateY(6px) rotate(-45deg); }
#dialog_addbutton .rev-burger:hover :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0; }
#dialog_addbutton .rev-burger:hover :last-child {
  transform: translateY(-6px) rotate(-135deg); }

.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important; }

.navbar-fixed-bottom .navbar-collapse {
  max-height: 100%; }

.navbar-fixed-top .navbar-collapse {
  max-height: 100%; }

.breadcrumb-v2 li a {
  color: #fff; }
.breadcrumb-v2 li.active {
  color: #fff; }
.breadcrumb-v2 li i {
  color: #fff;
  min-width: 19px;
  padding: 3px 7px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #fff; }

.service-block-v2 .service-block-in {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.2); }
  .service-block-v2 .service-block-in i {
    font-size: 40px;
    color: #fff; }
  .service-block-v2 .service-block-in h4 {
    line-height: 25px;
    color: #fff; }
  .service-block-v2 .service-block-in p {
    margin-bottom: 20px;
    color: #fff; }

.parallax-team-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.8); }

.social-icons-v1 i {
  color: #555555;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  background: #f7f7f7;
  display: inline-block; }
  .social-icons-v1 i:hover {
    color: #fff;
    background: #72c02c;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }

.social-icons-v1--dark i {
  color: #fff;
  background: #333; }

.shadow-effect-3:before {
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999999; }

.shadow-effect-4:after {
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999999;
  left: auto;
  right: 5px;
  transform: rotate(3deg); }

.intro-promo-cover-dark:after {
  background: rgba(0, 0, 0, 0.8); }

.intro-promo-cover-light:after {
  background: rgba(255, 255, 255, 0.9); }

.fullscreenbanner-container ul li {
  list-style: none;
  visibility: hidden; }

.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  background: rgba(0, 0, 0, 0.3); }

.rs-caption-3 a {
  margin: 0 5px;
  padding: 7px 20px;
  text-transform: uppercase; }

.owl-theme .owl-controls .owl-page {
  zoom: 1;
  display: inline-block;
  *display: inline; }
  .owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    opacity: 0.3;
    display: block;
    margin: 5px 7px;
    background: #bbb;
    filter: Alpha(Opacity=50);
    border-radius: 50% !important; }
  .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    filter: Alpha(Opacity=100); }
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100); }

.owl-carousel-style-v1 img {
  width: 120px;
  height: auto; }

.carousel-v2 .carousel-control {
  opacity: 1;
  text-shadow: none; }
  .carousel-v2 .carousel-control:hover {
    opacity: 1;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out; }
  .carousel-v2 .carousel-control.left {
    top: 50%;
    z-index: 5;
    color: #eee;
    width: 45px;
    height: 45px;
    font-size: 30px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    display: inline-block;
    border: 2px solid #eee;
    background: rgba(0, 0, 0, 0.1);
    left: 20px; }
  .carousel-v2 .carousel-control.right {
    top: 50%;
    z-index: 5;
    color: #eee;
    width: 45px;
    height: 45px;
    font-size: 30px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    display: inline-block;
    border: 2px solid #eee;
    background: rgba(0, 0, 0, 0.1);
    right: 20px; }
  .carousel-v2 .carousel-control .arrow-prev {
    top: -5px;
    position: relative; }
  .carousel-v2 .carousel-control .arrow-next {
    top: -5px;
    position: relative;
    right: -2px; }

.nav-pills > li > a {
  border-radius: 0; }

.acc-v1 .panel-heading {
  padding: 0;
  box-shadow: none; }
  .acc-v1 .panel-heading a {
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    background: #fefefe; }

.acc-icon a.accordion-toggle i {
  color: #555555;
  margin-right: 8px; }
.acc-icon a.accordion-toggle:hover i {
  color: #39414c; }

.pagination-lg > li:first-child > a {
  border-radius: 0; }
.pagination-lg > li:first-child > span {
  border-radius: 0; }
.pagination-lg > li:last-child > a {
  border-radius: 0; }
.pagination-lg > li:last-child > span {
  border-radius: 0; }

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

.content-boxes-v4-sm i {
  font-size: 26px;
  margin-top: 10px;
  margin-right: 5px; }

.tags-v1 li {
  margin: 0;
  padding: 0; }
  .tags-v1 li a {
    font-size: 13px;
    padding: 4px 8px;
    line-height: 32px;
    border: solid 2px #eee;
    border-radius: 20px !important;
    transition: all 0.2s ease-in-out; }
    .tags-v1 li a:hover {
      text-decoration: none;
      border-color: #e1e1e1; }

.tags-v2 li {
  padding: 7px 0 7px 4px; }
  .tags-v2 li a {
    color: #555555;
    font-size: 13px;
    padding: 5px 10px;
    border: solid 1px #bbb; }
    .tags-v2 li a:hover {
      color: #fff;
      background: #555555;
      border-color: #555555;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }

.tags-v3 li {
  padding: 7px 0 7px 4px; }
  .tags-v3 li a {
    color: #555555;
    font-size: 12px;
    padding: 4px 12px;
    border: solid 1px #eee; }
    .tags-v3 li a:hover {
      color: #fff;
      background: #222222;
      border-color: #222222;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }

.thumb-headline h2 {
  color: #eee;
  font-size: 16px; }

.latest-tweets .latest-tweets-inner p {
  color: #555555;
  font-size: 13px; }
.latest-tweets .latest-tweets-inner a {
  text-decoration: none; }
  .latest-tweets .latest-tweets-inner a:hover {
    text-decoration: underline; }
.latest-tweets .latest-tweets-inner small {
  color: #777;
  display: block; }
.latest-tweets .latest-tweets-inner i.fa {
  top: 2px;
  float: left;
  color: #bbb;
  color: #55acee;
  font-size: 18px;
  margin-right: 5px;
  position: relative; }

.thumbnail h3 {
  margin: 6px 0 8px; }
  .thumbnail h3 a {
    color: #585f69;
    font-size: 18px; }
    .thumbnail h3 a:hover {
      color: #72c02c;
      text-decoration: none; }

.service-alternative .service:hover {
  background: #72c02c;
  transition: all 0.4s ease-in-out; }
  .service-alternative .service:hover i {
    color: #fff; }
  .service-alternative .service:hover p {
    color: #fff; }
  .service-alternative .service:hover h4 {
    color: #fff; }

.posts .dl-horizontal {
  margin-bottom: 15px;
  overflow: hidden; }
  .posts .dl-horizontal a {
    color: #555555; }
  .posts .dl-horizontal dt {
    width: 60px;
    float: left; }
    .posts .dl-horizontal dt img {
      width: 60px;
      height: 60px;
      padding: 2px;
      margin-top: 2px;
      border: solid 1px #ddd; }
  .posts .dl-horizontal dd {
    margin-left: 70px; }
    .posts .dl-horizontal dd p {
      margin: 0; }
    .posts .dl-horizontal dd a {
      font-size: 14px;
      line-height: 16px !important; }
      .posts .dl-horizontal dd a:hover {
        color: #72c02c;
        text-decoration: none; }
  .posts .dl-horizontal:hover dt img {
    color: #72c02c;
    border-color: #72c02c !important;
    transition: all 0.2s ease-in-out; }
  .posts .dl-horizontal:hover dd a {
    color: #72c02c;
    border-color: #72c02c !important;
    transition: all 0.2s ease-in-out; }

.about-my-goals h2 {
  text-transform: uppercase; }

.privacy a {
  text-decoration: underline; }
  .privacy a:hover {
    color: #72c02c;
    text-decoration: none; }

.blog-photos li {
  display: inline; }
  .blog-photos li img {
    width: 58px;
    height: 58px;
    margin: 0 2px 8px; }
    .blog-photos li img:hover {
      box-shadow: 0 0 0 2px #72c02c; }

.blog-twitter .blog-twitter-inner {
  padding: 10px;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out; }
  .blog-twitter .blog-twitter-inner:after {
    transition: all 0.3s ease-in-out;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0 solid transparent;
    border-left-style: inset;
    border-right-style: inset; }
  .blog-twitter .blog-twitter-inner:before {
    transition: all 0.3s ease-in-out;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    border-bottom-style: inset; }
  .blog-twitter .blog-twitter-inner:hover {
    border-color: #72c02c;
    border-top-color: #72c02c; }
    .blog-twitter .blog-twitter-inner:hover:after {
      border-top-color: #72c02c; }
  .blog-twitter .blog-twitter-inner a {
    color: #72c02c;
    text-decoration: none; }
    .blog-twitter .blog-twitter-inner a:hover {
      text-decoration: underline; }
  .blog-twitter .blog-twitter-inner span.twitter-time {
    color: #777;
    display: block;
    font-size: 11px; }
  .blog-twitter .blog-twitter-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative; }

.who li {
  margin-bottom: 6px; }
  .who li i {
    color: #72c02c;
    font-size: 13px;
    min-width: 15px;
    margin-right: 8px;
    text-align: center;
    position: relative; }
  .who li:hover i {
    color: #777; }
  .who li:hover a {
    color: #777; }
    .who li:hover a:hover {
      text-decoration: none; }

.brand-page .btn {
  margin-bottom: 10px; }

.social-contacts li {
  padding: 5px 0;
  border-top: 1px solid #ddd; }
  .social-contacts li:first-child {
    border-top: none; }
  .social-contacts li i {
    color: #777;
    font-size: 13px;
    min-width: 13px;
    margin-right: 12px;
    text-align: center; }

.status-bar li {
  padding-left: 9px;
  border-left: 1px solid #eee; }
  .status-bar li:first-child {
    border-left: none; }
  .status-bar li i {
    color: #72c02c;
    margin-right: 5px; }
  .status-bar li a:hover {
    text-decoration: none; }

.dropdown-menu.dropdown-menu_red ul li a:hover {
  color: #e74c3c; }

.ui-datepicker-today a {
  font-weight: 700; }

.label-rounded .ui-slider-handle {
  border-radius: 50% !important; }

.headline.red h2 {
  border-bottom: 2px solid #c02c2c; }
.headline.red h3 {
  border-bottom: 2px solid #c02c2c; }
.headline.red h4 {
  border-bottom: 2px solid #c02c2c; }

.container-fluid.bg-grey {
  background: #f8f8f8;
  border: none; }

.service-item .item-in {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  position: relative;
  padding: 40px 20px 30px;
  text-align: center;
  margin-bottom: 90px; }
  .service-item .item-in:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 30%;
    height: 1px;
    top: 0;
    z-index: 1;
    right: 0; }
  .service-item .item-in:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 30%;
    height: 1px;
    top: 0;
    z-index: 1;
    left: 0; }
  .service-item .item-in span {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -25px;
    color: #fff; }
  .service-item .item-in h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff; }
  .service-item .item-in p {
    color: rgba(255, 255, 255, 0.8); }
  .service-item .item-in .fa {
    color: #fff; }

.process .process-img {
  background: url("../img-temp/process.jpg") no-repeat 50% 50%/cover; }

.pricing-img img {
  width: 100%; }

.pricing-content li {
  text-transform: uppercase;
  margin-bottom: 10px; }

.faq-img img {
  min-height: 605px;
  min-width: 275px; }

.cr-right .cr-list {
  margin: 0; }
  .cr-right .cr-list li > a {
    color: #8e8e8e;
    padding: 5px 8px;
    background: transparent;
    transition: all .3s; }
    .cr-right .cr-list li > a.fb {
      padding: 5px 10px; }
    .cr-right .cr-list li > a:hover {
      color: #fff;
      background: #ff0000; }

/*# sourceMappingURL=screen.css.map */
