/*
Theme Name: K1
Theme URI: http://demo.khoisstore.com/k1/
Author: KhoisStore
Author URI: http://khoisstore.com/
Description: <strong>A hand-crafted Multi-Purpose WordPress Theme, Designed & Developed by KhoisStore</strong> - <a href="http://www.khoisstore.com">www.khoisstore.com</a>. <br/>Follow us for update notifications:<br/> <a href='http://twitter.com/khoisstore'>Twitter</a><br/> | <a href='http://www.facebook.com/khoisstore'>Facebook</a>
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: fluid-layout, responsive-layout, custom-menu
Text Domain: ks_k1
Domain Path: /languages
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base style
	## Alerts
	## Badges
	## Breadcrumbs
	## Buttons
	## Carousel
	## Code
	## Component animations
	## Dropdowns
	## Forms
	## Glyphicons
	## Grid
	## Input groups
	## Jumbotron
	## Labels
	## Lists
	## Media
	## Modals
	## Navs
	## Normalize
	## Pager
	## Panels
	## Popovers
	## Print
	## Progress bars
	## Responsive
	## Scaffolding
	## Tables
	## Thumbnails
	## Tooltip
	## Type
	## Utilities
# Elements
	## Text style
	## Alignments
	## Captions
	## Gallery
	## Tabs
	## Collapse
	## Carousel
	## Button
	## Default Widgets
	## BBPress Widgets
# Shop
	## Woocommerce style
	## Cart
	## Woocommerce popup
	## Woocommerce widgets	
# Theme
	## Base
	## Layouts
	## Sidebar
	## Page Heading
	## Footer
	## Scrollup
	## Header
	## Canvas
	## Site overlay
	## Page transition
	## Custom scroll
	## Top
	## Not found
	## Blog
	## Comment
	## Infinite loading
	## Under contruction
	## Contact form 7

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Alerts
--------------------------------------------------------------*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #83b348;
  border-color: #83b348;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #76a141;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #54c7fc;
  border-color: #54c7fc;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #3bbffc;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #eabe12;
  border-color: #eabe12;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #d2ab10;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #fe504f;
  border-color: #fe504f;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #fe3736;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
/*--------------------------------------------------------------
## Badges
--------------------------------------------------------------*/
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  border-color: #2b2b2b;
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
.btn-default .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.btn-primary {
  color: #ffffff;
  border-color: #f2ca27;
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #c29d0b;
  border-color: #d0a90c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f1c40f;
  border-color: #f2ca27;
}
.btn-primary .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #f2ca27;
  border-color: #f2ca27;
}
.btn-success {
  color: #ffffff;
  border-color: #8fbc58;
  color: #fff;
  background-color: #83b348;
  border-color: #83b348;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #688f39;
  border-color: #709a3e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #83b348;
  border-color: #8fbc58;
}
.btn-success .badge {
  color: #83b348;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #8fbc58;
  border-color: #8fbc58;
}
.btn-info {
  color: #ffffff;
  border-color: #6dcffc;
  color: #fff;
  background-color: #54c7fc;
  border-color: #54c7fc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #22b7fb;
  border-color: #31bcfb;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #54c7fc;
  border-color: #6dcffc;
}
.btn-info .badge {
  color: #54c7fc;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #6dcffc;
  border-color: #6dcffc;
}
.btn-warning {
  color: #ffffff;
  border-color: #eec627;
  color: #fff;
  background-color: #eabe12;
  border-color: #eabe12;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #bb980e;
  border-color: #c9a30f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eabe12;
  border-color: #eec627;
}
.btn-warning .badge {
  color: #eabe12;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #eec627;
  border-color: #eec627;
}
.btn-danger {
  color: #ffffff;
  border-color: #fe6968;
  color: #fff;
  background-color: #fe504f;
  border-color: #fe504f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #fe1e1c;
  border-color: #fe2d2c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #fe504f;
  border-color: #fe6968;
}
.btn-danger .badge {
  color: #fe504f;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #fe6968;
  border-color: #fe6968;
}
.btn-link {
  color: #1e1e1e;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #f1c40f;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 26px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*--------------------------------------------------------------
## Code
--------------------------------------------------------------*/
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/*--------------------------------------------------------------
## Component animations
--------------------------------------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*--------------------------------------------------------------
## Dropdowns
--------------------------------------------------------------*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #f1c40f;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #f1c40f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #8c8c8c;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 66px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 66px;
  padding: 20px 26px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 66px;
  line-height: 66px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 66px;
  padding: 20px 26px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 66px;
  line-height: 66px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 66px;
  padding: 20px 26px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 66px;
  height: 66px;
  line-height: 66px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #83b348;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #eabe12;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #fe504f;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 27.666666px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/*--------------------------------------------------------------
## Glyphicons
--------------------------------------------------------------*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('assets/fonts/glyphicons-halflings-regular.eot');
  src: url('assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*--------------------------------------------------------------
## Input groups
--------------------------------------------------------------*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  padding: 20px 26px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  line-height: 66px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #8c8c8c;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 20px 26px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
/*--------------------------------------------------------------
## Jumbotron
--------------------------------------------------------------*/
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #8c8c8c;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #737373;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/*--------------------------------------------------------------
## Labels
--------------------------------------------------------------*/
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #f1c40f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c29d0b;
}
.label-success {
  background-color: #83b348;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #688f39;
}
.label-info {
  background-color: #54c7fc;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #22b7fb;
}
.label-warning {
  background-color: #eabe12;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #bb980e;
}
.label-danger {
  background-color: #fe504f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #fe1e1c;
}
/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #8c8c8c;
  color: #999999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fcf3d0;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #83b348;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #76a141;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #54c7fc;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #3bbffc;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #eabe12;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #d2ab10;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #fe504f;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #fe3736;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/*--------------------------------------------------------------
## Modals
--------------------------------------------------------------*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*--------------------------------------------------------------
## Navs
--------------------------------------------------------------*/
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .left {
  width: 47%;
  float: left;
}
.navbar-form .right {
  width: 47%;
  float: right;
}
@media (max-width: 480px) {
  .navbar-form .left,
  .navbar-form .right {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #bfbfbf;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #bfbfbf;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #8c8c8c;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #8c8c8c;
  border-color: #1e1e1e;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #8c8c8c #8c8c8c #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #f1c40f;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/*--------------------------------------------------------------
## Normalize
--------------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
## Pager
--------------------------------------------------------------*/
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #8c8c8c;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #1e1e1e;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #f1c40f;
  background-color: #8c8c8c;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #f1c40f;
  border-color: #f1c40f;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 20px 26px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/*--------------------------------------------------------------
## Panels
--------------------------------------------------------------*/
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #f1c40f;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f1c40f;
}
.panel-primary > .panel-heading .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f1c40f;
}
.panel-success {
  border-color: #83b348;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #83b348;
  border-color: #83b348;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #83b348;
}
.panel-success > .panel-heading .badge {
  color: #83b348;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #83b348;
}
.panel-info {
  border-color: #54c7fc;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #54c7fc;
  border-color: #54c7fc;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #54c7fc;
}
.panel-info > .panel-heading .badge {
  color: #54c7fc;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #54c7fc;
}
.panel-warning {
  border-color: #eabe12;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #eabe12;
  border-color: #eabe12;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eabe12;
}
.panel-warning > .panel-heading .badge {
  color: #eabe12;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eabe12;
}
.panel-danger {
  border-color: #fe504f;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #fe504f;
  border-color: #fe504f;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fe504f;
}
.panel-danger > .panel-heading .badge {
  color: #fe504f;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fe504f;
}
/*--------------------------------------------------------------
## Popovers
--------------------------------------------------------------*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Karla', Helvetica, serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*--------------------------------------------------------------
## Progress bars
--------------------------------------------------------------*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #f1c40f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #83b348;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #54c7fc;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #eabe12;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #fe504f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*--------------------------------------------------------------
## Scaffolding
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Karla', Helvetica, serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1e1e1e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f1c40f;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #8c8c8c;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #83b348;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #76a141;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #54c7fc;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #3bbffc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #eabe12;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #d2ab10;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fe504f;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fe3736;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*--------------------------------------------------------------
## Thumbnails
--------------------------------------------------------------*/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1e1e1e;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
/*--------------------------------------------------------------
## Tooltip
--------------------------------------------------------------*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'Karla', Helvetica, serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/*--------------------------------------------------------------
## Type
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #eabe12;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #f1c40f;
}
a.text-primary:hover {
  color: #c29d0b;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #f1c40f;
}
a.bg-primary:hover {
  background-color: #c29d0b;
}
.bg-success {
  background-color: #83b348;
}
a.bg-success:hover {
  background-color: #688f39;
}
.bg-info {
  background-color: #54c7fc;
}
a.bg-info:hover {
  background-color: #22b7fb;
}
.bg-warning {
  background-color: #eabe12;
}
a.bg-warning:hover {
  background-color: #bb980e;
}
.bg-danger {
  background-color: #fe504f;
}
a.bg-danger:hover {
  background-color: #fe1e1c;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #8c8c8c;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #8c8c8c;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #8c8c8c;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
/*--------------------------------------------------------------
## Utilities
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.page-template-full-width-fit .fw-container:before,
.page-template-full-width-fit .fw-container:after,
.page-template-full-width-fit .comments-area:before,
.page-template-full-width-fit .comments-area:after,
.page-template-full-width .fw-container:before,
.page-template-full-width .fw-container:after,
.page-template-full-width .comments-area:before,
.page-template-full-width .comments-area:after,
.ie9 .fw-container #ks-slider .slide-caption:before,
.ie9 .fw-container #ks-slider .slide-caption:after,
.ie9 .fw-container-fluid #ks-slider .slide-caption:before,
.ie9 .fw-container-fluid #ks-slider .slide-caption:after {
  content: " ";
  display: table;
}
.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.form-horizontal .form-group:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.nav:after,
.pager:after,
.panel-body:after,
.dl-horizontal dd:after,
.page-template-full-width-fit .fw-container:after,
.page-template-full-width-fit .comments-area:after,
.page-template-full-width .fw-container:after,
.page-template-full-width .comments-area:after,
.ie9 .fw-container #ks-slider .slide-caption:after,
.ie9 .fw-container-fluid #ks-slider .slide-caption:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
html.loading {
  overflow: hidden;
  margin: 0!important;
}
html.loading:before {
  content: "";
  position: absolute;
  z-index: 100000;
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff url(images/preloader.gif) no-repeat center 50%;
}
html.loading body {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
/*--------------------------------------------------------------
## Text style
--------------------------------------------------------------*/
.text-hide {
  margin: 0;
  padding: 0;
}
.shadowed-text {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.split {
  background: #e5e5e5;
  display: block;
  margin: 20px auto 30px;
  height: 4px;
  width: 60px;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
.split.left {
  margin-left: 0;
}
.split.thin {
  height: 2px;
  margin-top: 50px;
  background-color: #fff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[class^="pe-7s-"],
[class*=" pe-7s-"] {
  font-weight: 700;
}
.entry-title {
  margin-top: 0;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 50px;
  line-height: 5.0rem;
  word-break: break-word;
  word-wrap: break-word;
}
.widget ul,
.widget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}
.widget-title:after {
  display: none;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  max-width: 100%;
}
.alignleft {
  float: left;
  padding-right: 30px;
}
.alignright {
  float: right;
  margin: 5px 0 10px 10px;
}
.aligncenter {
  text-align: center;
  display: block;
  margin: 10px auto;
}
.show-more {
  margin-bottom: 2px;
}
.show-more .btn {
  border-radius: 0!important;
}
/*--------------------------------------------------------------
## Code snippet
--------------------------------------------------------------*/
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* desert scheme ported from vim to google prettify */
.pln {
  color: #000000;
}
/* plain text */
@media screen {
  .str {
    color: #669900;
  }
  /* string content */
  .kwd {
    color: #000088;
  }
  /* a keyword */
  .com {
    color: #708090;
  }
  /* a comment */
  .typ {
    color: #660066;
  }
  /* a type name */
  .lit {
    color: #006666;
  }
  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun,
  .opn,
  .clo {
    color: #666600;
  }
  .tag {
    color: #dd4a68;
  }
  /* a markup tag name */
  .atn {
    color: #440044;
  }
  /* a markup attribute name */
  .atv {
    color: #669900;
  }
  /* a markup attribute value */
  .dec,
  .var {
    color: #660066;
  }
  /* a declaration; a variable name */
  .fun {
    color: #ff0000;
  }
  /* a function name */
}
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #669900;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: slategray;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #004444;
  }
  .pun,
  .opn,
  .clo {
    color: #444400;
  }
  .tag {
    color: #dd4a68;
    font-weight: bold;
  }
  .atn {
    color: #440044;
  }
  .atv {
    color: #669900;
  }
}
/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
  background-color: #f3f5f6;
  padding: 20px;
  border-radius: 0;
  border: none;
  border-left: 3px solid #f1c40f;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  color: #abb0b3;
  margin-top: 0;
  margin-bottom: 0;
}
/* IE indents via margin-left */
/*--------------------------------------------------------------
## Dot style
--------------------------------------------------------------*/
.dotstyle {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 0;
  right: 0;
}
.dotstyle ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.dotstyle li a {
  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;
  /* make the text accessible to screen readers */

  cursor: pointer;
  position: absolute;
}
.dotstyle li a:after {
  display: none!important;
}
.dotstyle li a:focus {
  outline: none;
}
.dotstyle.slide-dark li a {
  background-color: #252525;
  background-color: rgba(0, 0, 0, 0.3);
}
/* Scale up */
.dotstyle-scaleup li a {
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.dotstyle-scaleup li a:hover,
.dotstyle-scaleup li a:focus {
  background-color: white;
}
.dotstyle-scaleup li.selected a {
  background-color: white;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.dotstyle-scaleup.slide-dark li a:hover,
.dotstyle-scaleup.slide-dark li a:focus {
  background-color: #252525;
}
.dotstyle-scaleup.slide-dark li.selected a {
  background-color: #252525;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  text-align: center;
  width: inherit!important;
}
.wp-caption.alignleft {
  position: relative;
}
.wp-caption.alignleft .wp-caption-text {
  position: absolute;
  left: -172px;
  width: 150px;
  top: 0;
  text-align: right;
  margin-top: 0;
  letter-spacing: .01rem;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  z-index: 300;
}
@media (max-width: 1399px) {
  .wp-caption.alignleft .wp-caption-text {
    position: relative;
    left: auto;
    margin-bottom: 40px;
    width: 100%;
  }
}
.wp-caption.alignleft .wp-caption-text:before {
  width: 25%;
  margin-left: 75%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  content: "";
  margin-bottom: 10px;
}
.wp-caption.alignleft:after {
  display: none;
}
.wp-caption img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 3%!important;
}
.wp-caption:after {
  content: '';
  display: block;
  width: 100px;
  margin: 30px auto;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-caption-text {
  color: #757575;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  font-style: italic;
  text-align: center;
  word-break: break-word;
}
.wp-caption-text a {
  color: #757575;
}
.wp-caption-text a:hover {
  color: #333333;
}
.blog .sticky,
.archive .sticky,
.single .sticky,
.search .sticky,
.page-template-blog-box .sticky {
  border-left: 4px solid #f1c40f;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.blog .sticky .post-thumbnail,
.archive .sticky .post-thumbnail,
.single .sticky .post-thumbnail,
.search .sticky .post-thumbnail,
.page-template-blog-box .sticky .post-thumbnail,
.blog .sticky .carousel,
.archive .sticky .carousel,
.single .sticky .carousel,
.search .sticky .carousel,
.page-template-blog-box .sticky .carousel {
  margin: -20px -20px 20px -24px;
}
.page-template-blog-masonry .sticky .masonry-inner,
.page-template-blog-masonry-full-width .sticky .masonry-inner {
  border-left: 4px solid #f1c40f;
}
.page-template-blog-masonry .sticky .masonry-inner .post-thumbnail,
.page-template-blog-masonry-full-width .sticky .masonry-inner .post-thumbnail,
.page-template-blog-masonry .sticky .masonry-inner .carousel,
.page-template-blog-masonry-full-width .sticky .masonry-inner .carousel {
  margin: -15px -15px 15px -19px;
}
.bypostauthor {
  /**/

}
/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.gallery {
  margin: auto;
  overflow: hidden;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .gallery {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.gallery-item {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  width: 33%;
  position: relative;
  float: left;
}
@media (max-width: 768px) {
  .gallery-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery-item {
    width: 100%;
  }
}
.gallery-item a {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  outline: 0;
}
.gallery img {
  border: 2px solid #cfcfcf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery img:hover {
  opacity: .75;
}
.gallery .gallery-caption {
  margin-left: 0;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-caption {
  color: #eee;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.35);
  display: block;
  z-index: 1;
  position: relative;
  padding: 5px 15px 10px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.95;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent!important;
  border: 0!important;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0!important;
  margin: 0 auto!important;
  position: absolute!important;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 90px;
  height: 90px;
  line-height: 90px;
  position: absolute;
  right: 0;
  top: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  opacity: 0.7!important;
  padding: 0 0 18px 10px!important;
  color: #FFF;
  font-style: normal;
  font-size: 30px!important;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1!important;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.image-source-link {
  color: #98C3D1;
}
blockquote {
  color: inherit;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  text-align: center;
  border: none;
}
.entry-content blockquote {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .entry-content blockquote {
    margin-left: auto;
    margin-right: auto;
  }
}
blockquote p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.01rem;
}
@media (max-width: 480px) {
  blockquote p {
    font-size: 18px;
  }
}
blockquote cite {
  color: inherit;
  opacity: 0.825;
  filter: alpha(opacity=82.5);
  font-size: 14px;
  font-size: 1.6rem;
  font-style: normal;
  margin-top: 5%;
  display: block;
}
.entry-content blockquote cite {
  font-size: 16px;
  margin-top: 2%;
}
blockquote:after,
blockquote:before {
  content: '';
  display: block;
  width: 100px;
  margin: 40px auto;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
blockquote:before {
  margin-top: 0;
}
blockquote.blockquote-reverse {
  margin: 0;
  border-right-color: inherit;
  border-width: 3px;
}
blockquote.blockquote-reverse:after,
blockquote.blockquote-reverse:before {
  display: none;
}
blockquote.blockquote-border {
  text-align: center;
  background: #252525;
  padding: 60px;
  box-shadow: inset 0 0 0 10px #252525, inset 0 0 0 12px rgba(255, 255, 255, 0.6), 80px 0 0 rgba(255, 255, 255, 0.3), -80px 0 0 rgba(255, 255, 255, 0.3);
}
@media (max-width: 480px) {
  blockquote.blockquote-border {
    padding: 30px;
  }
}
blockquote.blockquote-border:after,
blockquote.blockquote-border:before {
  display: none;
}
blockquote.blockquote-border p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  blockquote.blockquote-border p {
    font-size: 15px;
  }
}
blockquote.blockquote-border.primary {
  background: #f1c40f;
  box-shadow: inset 0 0 0 10px #f1c40f, inset 0 0 0 12px rgba(255, 255, 255, 0.6), 80px 0 0 rgba(255, 255, 255, 0.3), -80px 0 0 rgba(255, 255, 255, 0.3);
}
hr {
  display: block;
  width: 100px;
  margin: 8% auto;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.help-block {
  font-size: 80%;
}
.alert {
  padding: 10px 20px;
  border-radius: 0;
}
.alert > i {
  padding-right: 20px;
}
/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.nav-tabs {
  border-bottom: 2px solid #f1c40f;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -2px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 2px solid transparent;
  border-radius: 3px 3px 0 0;
  outline: 0;
  color: #000;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
  background: transparent;
  color: #f1c40f;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #f1c40f;
  border: 2px solid #f1c40f;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-content {
  padding-top: 10px;
}
/*--------------------------------------------------------------
## Collapse
--------------------------------------------------------------*/
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border-width: 2px;
  border-radius: 4px;
}
.panel-heading {
  padding: 10px;
  border-bottom: 0 solid transparent;
  background-color: #f1c40f !important;
  border-color: #f1c40f !important;
}
.panel-body {
  border-color: #f1c40f !important;
}
.panel-default {
  border-color: #f1c40f !important;
}
.panel-title {
  color: inherit;
  color: #fff;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase!important;
  background: transparent;
  border: none;
}
.panel-title > a {
  color: inherit;
  display: block;
  outline: 0;
  color: #fff!important;
  border: none!important;
}
.panel .panel-title > a:hover {
  color: #fff;
}
.panel-default .panel-title > a:hover {
  color: #fff;
}
/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.format-gallery .carousel-inner .item:hover .carousel-caption {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.carousel {
  margin-bottom: 20px;
}
.carousel-caption {
  left: 0;
  right: 0;
  padding: 20px;
  width: 100%;
  text-align: left;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #1e1e1e;
  text-shadow: none;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
.carousel-caption h4 {
  font-size: 16px;
  letter-spacing: .2em;
  display: block;
  line-height: 1.3em;
  padding-top: 0;
  padding-bottom: 5px;
  margin: 0;
  color: #fff;
}
.carousel-caption p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
.carousel-control {
  position: absolute!important;
  text-shadow: none;
  background-image: none!important;
  opacity: 100;
  width: auto;
}
.carousel-control:hover i {
  color: #1e1e1e;
}
.carousel-control i {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  background: #fff;
  color: #1e1e1e;
  font-size: 35px;
  top: 50%;
  position: absolute;
  left: 10%;
  margin: -20px 0 0 20px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.products-sc .carousel-control i {
  top: 35%;
}
.posts-sc .carousel-control i,
.products-sc .carousel-control i {
  left: -80px;
}
@media (max-width: 1400px) {
  .posts-sc .carousel-control i,
  .products-sc .carousel-control i {
    left: 0;
    top: -50px;
    margin: 0;
  }
}
.carousel-control.right i {
  left: auto;
  right: 20%;
  margin: -20px 20px 0 0;
}
.posts-sc .carousel-control.right i,
.products-sc .carousel-control.right i {
  left: auto;
  right: -80px;
}
@media (max-width: 1400px) {
  .posts-sc .carousel-control.right i,
  .products-sc .carousel-control.right i {
    right: 0;
    top: -50px;
    margin: 0;
  }
}
/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
button:not(.btn),
input[type="button"]:not(.btn),
input[type="reset"]:not(.btn),
input[type="submit"]:not(.btn) {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  outline: none !important;
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0px!important;
  font-family: 'Dosis', Helvetica, sans-serif;
  margin: 0 10px 20px 0;
  position: relative;
  color: #ffffff;
  border-color: #2b2b2b;
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
button:not(.btn):focus,
input[type="button"]:not(.btn):focus,
input[type="reset"]:not(.btn):focus,
input[type="submit"]:not(.btn):focus,
button:not(.btn):active:focus,
input[type="button"]:not(.btn):active:focus,
input[type="reset"]:not(.btn):active:focus,
input[type="submit"]:not(.btn):active:focus,
button:not(.btn).active:focus,
input[type="button"]:not(.btn).active:focus,
input[type="reset"]:not(.btn).active:focus,
input[type="submit"]:not(.btn).active:focus,
button:not(.btn).focus,
input[type="button"]:not(.btn).focus,
input[type="reset"]:not(.btn).focus,
input[type="submit"]:not(.btn).focus,
button:not(.btn):active.focus,
input[type="button"]:not(.btn):active.focus,
input[type="reset"]:not(.btn):active.focus,
input[type="submit"]:not(.btn):active.focus,
button:not(.btn).active.focus,
input[type="button"]:not(.btn).active.focus,
input[type="reset"]:not(.btn).active.focus,
input[type="submit"]:not(.btn).active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button:not(.btn):hover,
input[type="button"]:not(.btn):hover,
input[type="reset"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover,
button:not(.btn):focus,
input[type="button"]:not(.btn):focus,
input[type="reset"]:not(.btn):focus,
input[type="submit"]:not(.btn):focus,
button:not(.btn).focus,
input[type="button"]:not(.btn).focus,
input[type="reset"]:not(.btn).focus,
input[type="submit"]:not(.btn).focus {
  color: #ffffff;
  text-decoration: none;
}
button:not(.btn):active,
input[type="button"]:not(.btn):active,
input[type="reset"]:not(.btn):active,
input[type="submit"]:not(.btn):active,
button:not(.btn).active,
input[type="button"]:not(.btn).active,
input[type="reset"]:not(.btn).active,
input[type="submit"]:not(.btn).active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
button:not(.btn).disabled,
input[type="button"]:not(.btn).disabled,
input[type="reset"]:not(.btn).disabled,
input[type="submit"]:not(.btn).disabled,
button:not(.btn)[disabled],
input[type="button"]:not(.btn)[disabled],
input[type="reset"]:not(.btn)[disabled],
input[type="submit"]:not(.btn)[disabled],
fieldset[disabled] button:not(.btn),
fieldset[disabled] input[type="button"]:not(.btn),
fieldset[disabled] input[type="reset"]:not(.btn),
fieldset[disabled] input[type="submit"]:not(.btn) {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:not(.btn).btn-round,
input[type="button"]:not(.btn).btn-round,
input[type="reset"]:not(.btn).btn-round,
input[type="submit"]:not(.btn).btn-round {
  border-radius: 25px!important;
}
button:not(.btn).btn-round.btn-lg,
input[type="button"]:not(.btn).btn-round.btn-lg,
input[type="reset"]:not(.btn).btn-round.btn-lg,
input[type="submit"]:not(.btn).btn-round.btn-lg {
  border-radius: 40px!important;
}
button:not(.btn).btn-icon,
input[type="button"]:not(.btn).btn-icon,
input[type="reset"]:not(.btn).btn-icon,
input[type="submit"]:not(.btn).btn-icon {
  padding-left: 40px;
  padding-right: 40px;
}
button:not(.btn).btn-icon span,
input[type="button"]:not(.btn).btn-icon span,
input[type="reset"]:not(.btn).btn-icon span,
input[type="submit"]:not(.btn).btn-icon span {
  display: block;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
button:not(.btn).btn-icon i,
input[type="button"]:not(.btn).btn-icon i,
input[type="reset"]:not(.btn).btn-icon i,
input[type="submit"]:not(.btn).btn-icon i {
  font-size: 16px;
  height: 100%;
  width: 20px;
  right: 25px;
  top: 0px;
  line-height: 35px;
  display: inline-block;
  text-align: right;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
button:not(.btn).btn-icon:hover span,
input[type="button"]:not(.btn).btn-icon:hover span,
input[type="reset"]:not(.btn).btn-icon:hover span,
input[type="submit"]:not(.btn).btn-icon:hover span {
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
button:not(.btn).btn-icon:hover i,
input[type="button"]:not(.btn).btn-icon:hover i,
input[type="reset"]:not(.btn).btn-icon:hover i,
input[type="submit"]:not(.btn).btn-icon:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
button:not(.btn).btn-icon.btn-lg,
input[type="button"]:not(.btn).btn-icon.btn-lg,
input[type="reset"]:not(.btn).btn-icon.btn-lg,
input[type="submit"]:not(.btn).btn-icon.btn-lg {
  padding-left: 50px;
  padding-right: 50px;
}
button:not(.btn).btn-icon.btn-lg i,
input[type="button"]:not(.btn).btn-icon.btn-lg i,
input[type="reset"]:not(.btn).btn-icon.btn-lg i,
input[type="submit"]:not(.btn).btn-icon.btn-lg i {
  font-size: 20px;
  line-height: 58px;
}
button:not(.btn).btn-icon.btn-link,
input[type="button"]:not(.btn).btn-icon.btn-link,
input[type="reset"]:not(.btn).btn-icon.btn-link,
input[type="submit"]:not(.btn).btn-icon.btn-link {
  padding: 0;
  border-color: transparent;
  margin: 0;
  background-color: transparent;
  color: #444444;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
button:not(.btn):hover,
input[type="button"]:not(.btn):hover,
input[type="reset"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover,
button:not(.btn):focus,
input[type="button"]:not(.btn):focus,
input[type="reset"]:not(.btn):focus,
input[type="submit"]:not(.btn):focus,
button:not(.btn).focus,
input[type="button"]:not(.btn).focus,
input[type="reset"]:not(.btn).focus,
input[type="submit"]:not(.btn).focus,
button:not(.btn):active,
input[type="button"]:not(.btn):active,
input[type="reset"]:not(.btn):active,
input[type="submit"]:not(.btn):active,
button:not(.btn).active,
input[type="button"]:not(.btn).active,
input[type="reset"]:not(.btn).active,
input[type="submit"]:not(.btn).active,
.open > .dropdown-togglebutton:not(.btn),
.open > .dropdown-toggleinput[type="button"]:not(.btn),
.open > .dropdown-toggleinput[type="reset"]:not(.btn),
.open > .dropdown-toggleinput[type="submit"]:not(.btn) {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
button:not(.btn):active,
input[type="button"]:not(.btn):active,
input[type="reset"]:not(.btn):active,
input[type="submit"]:not(.btn):active,
button:not(.btn).active,
input[type="button"]:not(.btn).active,
input[type="reset"]:not(.btn).active,
input[type="submit"]:not(.btn).active,
.open > .dropdown-togglebutton:not(.btn),
.open > .dropdown-toggleinput[type="button"]:not(.btn),
.open > .dropdown-toggleinput[type="reset"]:not(.btn),
.open > .dropdown-toggleinput[type="submit"]:not(.btn) {
  background-image: none;
}
button:not(.btn).disabled,
input[type="button"]:not(.btn).disabled,
input[type="reset"]:not(.btn).disabled,
input[type="submit"]:not(.btn).disabled,
button:not(.btn)[disabled],
input[type="button"]:not(.btn)[disabled],
input[type="reset"]:not(.btn)[disabled],
input[type="submit"]:not(.btn)[disabled],
fieldset[disabled] button:not(.btn),
fieldset[disabled] input[type="button"]:not(.btn),
fieldset[disabled] input[type="reset"]:not(.btn),
fieldset[disabled] input[type="submit"]:not(.btn),
button:not(.btn).disabled:hover,
input[type="button"]:not(.btn).disabled:hover,
input[type="reset"]:not(.btn).disabled:hover,
input[type="submit"]:not(.btn).disabled:hover,
button:not(.btn)[disabled]:hover,
input[type="button"]:not(.btn)[disabled]:hover,
input[type="reset"]:not(.btn)[disabled]:hover,
input[type="submit"]:not(.btn)[disabled]:hover,
fieldset[disabled] button:not(.btn):hover,
fieldset[disabled] input[type="button"]:not(.btn):hover,
fieldset[disabled] input[type="reset"]:not(.btn):hover,
fieldset[disabled] input[type="submit"]:not(.btn):hover,
button:not(.btn).disabled:focus,
input[type="button"]:not(.btn).disabled:focus,
input[type="reset"]:not(.btn).disabled:focus,
input[type="submit"]:not(.btn).disabled:focus,
button:not(.btn)[disabled]:focus,
input[type="button"]:not(.btn)[disabled]:focus,
input[type="reset"]:not(.btn)[disabled]:focus,
input[type="submit"]:not(.btn)[disabled]:focus,
fieldset[disabled] button:not(.btn):focus,
fieldset[disabled] input[type="button"]:not(.btn):focus,
fieldset[disabled] input[type="reset"]:not(.btn):focus,
fieldset[disabled] input[type="submit"]:not(.btn):focus,
button:not(.btn).disabled.focus,
input[type="button"]:not(.btn).disabled.focus,
input[type="reset"]:not(.btn).disabled.focus,
input[type="submit"]:not(.btn).disabled.focus,
button:not(.btn)[disabled].focus,
input[type="button"]:not(.btn)[disabled].focus,
input[type="reset"]:not(.btn)[disabled].focus,
input[type="submit"]:not(.btn)[disabled].focus,
fieldset[disabled] button:not(.btn).focus,
fieldset[disabled] input[type="button"]:not(.btn).focus,
fieldset[disabled] input[type="reset"]:not(.btn).focus,
fieldset[disabled] input[type="submit"]:not(.btn).focus,
button:not(.btn).disabled:active,
input[type="button"]:not(.btn).disabled:active,
input[type="reset"]:not(.btn).disabled:active,
input[type="submit"]:not(.btn).disabled:active,
button:not(.btn)[disabled]:active,
input[type="button"]:not(.btn)[disabled]:active,
input[type="reset"]:not(.btn)[disabled]:active,
input[type="submit"]:not(.btn)[disabled]:active,
fieldset[disabled] button:not(.btn):active,
fieldset[disabled] input[type="button"]:not(.btn):active,
fieldset[disabled] input[type="reset"]:not(.btn):active,
fieldset[disabled] input[type="submit"]:not(.btn):active,
button:not(.btn).disabled.active,
input[type="button"]:not(.btn).disabled.active,
input[type="reset"]:not(.btn).disabled.active,
input[type="submit"]:not(.btn).disabled.active,
button:not(.btn)[disabled].active,
input[type="button"]:not(.btn)[disabled].active,
input[type="reset"]:not(.btn)[disabled].active,
input[type="submit"]:not(.btn)[disabled].active,
fieldset[disabled] button:not(.btn).active,
fieldset[disabled] input[type="button"]:not(.btn).active,
fieldset[disabled] input[type="reset"]:not(.btn).active,
fieldset[disabled] input[type="submit"]:not(.btn).active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
button:not(.btn) .badge,
input[type="button"]:not(.btn) .badge,
input[type="reset"]:not(.btn) .badge,
input[type="submit"]:not(.btn) .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
button:not(.btn):hover,
input[type="button"]:not(.btn):hover,
input[type="reset"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover,
button:not(.btn):focus,
input[type="button"]:not(.btn):focus,
input[type="reset"]:not(.btn):focus,
input[type="submit"]:not(.btn):focus,
button:not(.btn):active,
input[type="button"]:not(.btn):active,
input[type="reset"]:not(.btn):active,
input[type="submit"]:not(.btn):active,
button:not(.btn).active,
input[type="button"]:not(.btn).active,
input[type="reset"]:not(.btn).active,
input[type="submit"]:not(.btn).active,
.open .dropdown-togglebutton:not(.btn),
.open .dropdown-toggleinput[type="button"]:not(.btn),
.open .dropdown-toggleinput[type="reset"]:not(.btn),
.open .dropdown-toggleinput[type="submit"]:not(.btn) {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
button:not(.btn):hover,
input[type="button"]:not(.btn):hover,
input[type="reset"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover,
button:not(.btn):focus,
input[type="button"]:not(.btn):focus,
input[type="reset"]:not(.btn):focus,
input[type="submit"]:not(.btn):focus,
button:not(.btn).focus,
input[type="button"]:not(.btn).focus,
input[type="reset"]:not(.btn).focus,
input[type="submit"]:not(.btn).focus,
button:not(.btn):active,
input[type="button"]:not(.btn):active,
input[type="reset"]:not(.btn):active,
input[type="submit"]:not(.btn):active,
button:not(.btn).active,
input[type="button"]:not(.btn).active,
input[type="reset"]:not(.btn).active,
input[type="submit"]:not(.btn).active,
.open > .dropdown-togglebutton:not(.btn),
.open > .dropdown-toggleinput[type="button"]:not(.btn),
.open > .dropdown-toggleinput[type="reset"]:not(.btn),
.open > .dropdown-toggleinput[type="submit"]:not(.btn) {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
button:not(.btn):active,
input[type="button"]:not(.btn):active,
input[type="reset"]:not(.btn):active,
input[type="submit"]:not(.btn):active,
button:not(.btn).active,
input[type="button"]:not(.btn).active,
input[type="reset"]:not(.btn).active,
input[type="submit"]:not(.btn).active,
.open > .dropdown-togglebutton:not(.btn),
.open > .dropdown-toggleinput[type="button"]:not(.btn),
.open > .dropdown-toggleinput[type="reset"]:not(.btn),
.open > .dropdown-toggleinput[type="submit"]:not(.btn) {
  background-image: none;
}
button:not(.btn).disabled,
input[type="button"]:not(.btn).disabled,
input[type="reset"]:not(.btn).disabled,
input[type="submit"]:not(.btn).disabled,
button:not(.btn)[disabled],
input[type="button"]:not(.btn)[disabled],
input[type="reset"]:not(.btn)[disabled],
input[type="submit"]:not(.btn)[disabled],
fieldset[disabled] button:not(.btn),
fieldset[disabled] input[type="button"]:not(.btn),
fieldset[disabled] input[type="reset"]:not(.btn),
fieldset[disabled] input[type="submit"]:not(.btn),
button:not(.btn).disabled:hover,
input[type="button"]:not(.btn).disabled:hover,
input[type="reset"]:not(.btn).disabled:hover,
input[type="submit"]:not(.btn).disabled:hover,
button:not(.btn)[disabled]:hover,
input[type="button"]:not(.btn)[disabled]:hover,
input[type="reset"]:not(.btn)[disabled]:hover,
input[type="submit"]:not(.btn)[disabled]:hover,
fieldset[disabled] button:not(.btn):hover,
fieldset[disabled] input[type="button"]:not(.btn):hover,
fieldset[disabled] input[type="reset"]:not(.btn):hover,
fieldset[disabled] input[type="submit"]:not(.btn):hover,
button:not(.btn).disabled:focus,
input[type="button"]:not(.btn).disabled:focus,
input[type="reset"]:not(.btn).disabled:focus,
input[type="submit"]:not(.btn).disabled:focus,
button:not(.btn)[disabled]:focus,
input[type="button"]:not(.btn)[disabled]:focus,
input[type="reset"]:not(.btn)[disabled]:focus,
input[type="submit"]:not(.btn)[disabled]:focus,
fieldset[disabled] button:not(.btn):focus,
fieldset[disabled] input[type="button"]:not(.btn):focus,
fieldset[disabled] input[type="reset"]:not(.btn):focus,
fieldset[disabled] input[type="submit"]:not(.btn):focus,
button:not(.btn).disabled.focus,
input[type="button"]:not(.btn).disabled.focus,
input[type="reset"]:not(.btn).disabled.focus,
input[type="submit"]:not(.btn).disabled.focus,
button:not(.btn)[disabled].focus,
input[type="button"]:not(.btn)[disabled].focus,
input[type="reset"]:not(.btn)[disabled].focus,
input[type="submit"]:not(.btn)[disabled].focus,
fieldset[disabled] button:not(.btn).focus,
fieldset[disabled] input[type="button"]:not(.btn).focus,
fieldset[disabled] input[type="reset"]:not(.btn).focus,
fieldset[disabled] input[type="submit"]:not(.btn).focus,
button:not(.btn).disabled:active,
input[type="button"]:not(.btn).disabled:active,
input[type="reset"]:not(.btn).disabled:active,
input[type="submit"]:not(.btn).disabled:active,
button:not(.btn)[disabled]:active,
input[type="button"]:not(.btn)[disabled]:active,
input[type="reset"]:not(.btn)[disabled]:active,
input[type="submit"]:not(.btn)[disabled]:active,
fieldset[disabled] button:not(.btn):active,
fieldset[disabled] input[type="button"]:not(.btn):active,
fieldset[disabled] input[type="reset"]:not(.btn):active,
fieldset[disabled] input[type="submit"]:not(.btn):active,
button:not(.btn).disabled.active,
input[type="button"]:not(.btn).disabled.active,
input[type="reset"]:not(.btn).disabled.active,
input[type="submit"]:not(.btn).disabled.active,
button:not(.btn)[disabled].active,
input[type="button"]:not(.btn)[disabled].active,
input[type="reset"]:not(.btn)[disabled].active,
input[type="submit"]:not(.btn)[disabled].active,
fieldset[disabled] button:not(.btn).active,
fieldset[disabled] input[type="button"]:not(.btn).active,
fieldset[disabled] input[type="reset"]:not(.btn).active,
fieldset[disabled] input[type="submit"]:not(.btn).active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
button:not(.btn) .badge,
input[type="button"]:not(.btn) .badge,
input[type="reset"]:not(.btn) .badge,
input[type="submit"]:not(.btn) .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
button:not(.btn):hover,
input[type="button"]:not(.btn):hover,
input[type="reset"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover,
button:not(.btn):focus,
input[type="button"]:not(.btn):focus,
input[type="reset"]:not(.btn):focus,
input[type="submit"]:not(.btn):focus,
button:not(.btn):active,
input[type="button"]:not(.btn):active,
input[type="reset"]:not(.btn):active,
input[type="submit"]:not(.btn):active,
button:not(.btn).active,
input[type="button"]:not(.btn).active,
input[type="reset"]:not(.btn).active,
input[type="submit"]:not(.btn).active,
.open .dropdown-togglebutton:not(.btn),
.open .dropdown-toggleinput[type="button"]:not(.btn),
.open .dropdown-toggleinput[type="reset"]:not(.btn),
.open .dropdown-toggleinput[type="submit"]:not(.btn) {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
label + button:not(.btn),
label + input[type="button"]:not(.btn),
label + input[type="reset"]:not(.btn),
label + input[type="submit"]:not(.btn) {
  margin-bottom: 2px;
  margin-left: 5px;
}
button.close {
  padding: 0px !important;
  cursor: pointer;
  background: none !important;
  border: 0px none !important;
  height: 27px;
  opacity: 1;
  font-weight: 400;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #f1c40f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #8c8c8c;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.wrap-forms .selectize-input > input {
  vertical-align: top!important;
  width: 0!important;
}
.wrap-forms .selectize-input,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
  box-shadow: none;
  border-radius: 0!important;
  box-shadow: none!important;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #1e1e1e;
  font-weight: normal;
}
.wrap-forms .selectize-input:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #f1c40f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
}
.wrap-forms .selectize-input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.wrap-forms .selectize-input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #999999;
}
.wrap-forms .selectize-input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #999999;
}
.wrap-forms .selectize-input[disabled],
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.wrap-forms .selectize-input[readonly],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] .wrap-forms .selectize-input,
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #8c8c8c;
  opacity: 1;
}
textarea.wrap-forms .selectize-input,
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"] {
  height: auto;
}
.wrap-forms .selectize-input:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #f1c40f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
}
.wrap-forms .selectize-input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.wrap-forms .selectize-input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #999999;
}
.wrap-forms .selectize-input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #999999;
}
.wrap-forms .selectize-input[disabled],
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.wrap-forms .selectize-input[readonly],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] .wrap-forms .selectize-input,
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #8c8c8c;
  opacity: 1;
}
textarea.wrap-forms .selectize-input,
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"] {
  height: auto;
}
.wrap-forms .selectize-input:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  box-shadow: none;
  border-color: #1E1E1E !important;
  border-width: 2px !important;
  transition: border 300ms ease-in 0s;
}
.site-footer .wrap-forms .selectize-input,
.site-footer select,
.site-footer textarea,
.site-footer input[type="text"],
.site-footer input[type="password"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="date"],
.site-footer input[type="month"],
.site-footer input[type="time"],
.site-footer input[type="week"],
.site-footer input[type="number"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="search"],
.site-footer input[type="tel"],
.site-footer input[type="color"],
#canvas .wrap-forms .selectize-input,
#canvas select,
#canvas textarea,
#canvas input[type="text"],
#canvas input[type="password"],
#canvas input[type="datetime"],
#canvas input[type="datetime-local"],
#canvas input[type="date"],
#canvas input[type="month"],
#canvas input[type="time"],
#canvas input[type="week"],
#canvas input[type="number"],
#canvas input[type="email"],
#canvas input[type="url"],
#canvas input[type="search"],
#canvas input[type="tel"],
#canvas input[type="color"] {
  color: #fff;
}
.site-footer .wrap-forms .selectize-input:focus,
.site-footer select:focus,
.site-footer textarea:focus,
.site-footer input[type="text"]:focus,
.site-footer input[type="password"]:focus,
.site-footer input[type="datetime"]:focus,
.site-footer input[type="datetime-local"]:focus,
.site-footer input[type="date"]:focus,
.site-footer input[type="month"]:focus,
.site-footer input[type="time"]:focus,
.site-footer input[type="week"]:focus,
.site-footer input[type="number"]:focus,
.site-footer input[type="email"]:focus,
.site-footer input[type="url"]:focus,
.site-footer input[type="search"]:focus,
.site-footer input[type="tel"]:focus,
.site-footer input[type="color"]:focus,
#canvas .wrap-forms .selectize-input:focus,
#canvas select:focus,
#canvas textarea:focus,
#canvas input[type="text"]:focus,
#canvas input[type="password"]:focus,
#canvas input[type="datetime"]:focus,
#canvas input[type="datetime-local"]:focus,
#canvas input[type="date"]:focus,
#canvas input[type="month"]:focus,
#canvas input[type="time"]:focus,
#canvas input[type="week"]:focus,
#canvas input[type="number"]:focus,
#canvas input[type="email"]:focus,
#canvas input[type="url"]:focus,
#canvas input[type="search"]:focus,
#canvas input[type="tel"]:focus,
#canvas input[type="color"]:focus {
  border-color: #fff !important;
}
.wrap-forms .selectize-input,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 40px!important;
}
.form-control,
.form-control:focus {
  border-radius: 0;
  box-shadow: none;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-submit {
  display: none!important;
}
.widget_search {
  padding: 0!important;
  background-color: transparent!important;
  border: none!important;
}
.widget_search label {
  width: 100%;
  margin: 0!important;
}
.widget_search .widget-inner {
  padding: 0!important;
  background-color: transparent!important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
.btn {
  padding: 12px 24px;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  outline: none !important;
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0px!important;
  font-family: 'Dosis', Helvetica, sans-serif;
  margin: 0 10px 20px 0;
  position: relative;
}
.btn.btn-round {
  border-radius: 25px!important;
}
.btn.btn-round.btn-lg {
  border-radius: 40px!important;
}
.btn.btn-icon {
  padding-left: 40px;
  padding-right: 40px;
}
.btn.btn-icon span {
  display: block;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.btn.btn-icon i {
  font-size: 16px;
  height: 100%;
  width: 20px;
  right: 25px;
  top: 0px;
  line-height: 35px;
  display: inline-block;
  text-align: right;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.btn.btn-icon:hover span {
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.btn.btn-icon:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.btn.btn-icon.btn-lg {
  padding-left: 50px;
  padding-right: 50px;
}
.btn.btn-icon.btn-lg i {
  font-size: 20px;
  line-height: 58px;
}
.btn.btn-icon.btn-link {
  padding: 0;
  border-color: transparent;
  margin: 0;
  background-color: transparent;
  color: #444444;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
.btn-light {
  color: #fff;
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light .badge {
  color: #ffffff;
  background-color: #000000;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  color: #000000;
}
.btn-gray {
  color: #000000;
  border-color: #d1d1d2;
  color: #fff;
  background-color: #c4c4c5;
  border-color: #c4c4c5;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #000000;
  background-color: #aaaaac;
  border-color: #b2b2b3;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #c4c4c5;
  border-color: #d1d1d2;
}
.btn-gray .badge {
  color: #c4c4c5;
  background-color: #000000;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #fff;
  background-color: #d1d1d2;
  border-color: #d1d1d2;
}
.btn-default {
  color: #ffffff;
  border-color: #2b2b2b;
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
.btn-default .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.btn-primary {
  color: #ffffff;
  border-color: #f2ca27;
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #c29d0b;
  border-color: #d0a90c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f1c40f;
  border-color: #f2ca27;
}
.btn-primary .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #f2ca27;
  border-color: #f2ca27;
}
.btn-success {
  color: #ffffff;
  border-color: #8fbc58;
  color: #fff;
  background-color: #83b348;
  border-color: #83b348;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #688f39;
  border-color: #709a3e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #83b348;
  border-color: #8fbc58;
}
.btn-success .badge {
  color: #83b348;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #8fbc58;
  border-color: #8fbc58;
}
.btn-info {
  color: #ffffff;
  border-color: #6dcffc;
  color: #fff;
  background-color: #54c7fc;
  border-color: #54c7fc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #22b7fb;
  border-color: #31bcfb;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #54c7fc;
  border-color: #6dcffc;
}
.btn-info .badge {
  color: #54c7fc;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #6dcffc;
  border-color: #6dcffc;
}
.btn-warning {
  color: #ffffff;
  border-color: #eec627;
  color: #fff;
  background-color: #eabe12;
  border-color: #eabe12;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #bb980e;
  border-color: #c9a30f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eabe12;
  border-color: #eec627;
}
.btn-warning .badge {
  color: #eabe12;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #eec627;
  border-color: #eec627;
}
.btn-danger {
  color: #ffffff;
  border-color: #fe6968;
  color: #fff;
  background-color: #fe504f;
  border-color: #fe504f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #fe1e1c;
  border-color: #fe2d2c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #fe504f;
  border-color: #fe6968;
}
.btn-danger .badge {
  color: #fe504f;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #fe6968;
  border-color: #fe6968;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 26px;
  font-size: 18px;
  line-height: 1;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 10.2px;
  line-height: 1;
  border-radius: 6px;
}
.btn-border.btn-gray {
  color: #c4c4c5;
  background-color: transparent;
  border-color: #c4c4c5;
}
.btn-border.btn-gray:hover,
.btn-border.btn-gray:focus,
.btn-border.btn-gray:active,
.btn-border.btn-gray.active,
.open .dropdown-toggle.btn-border.btn-gray {
  color: #fff!important;
  background-color: #c4c4c5;
  border-color: #c4c4c5;
}
.btn-border.btn-default {
  color: #1e1e1e;
  background-color: transparent;
  border-color: #1e1e1e;
}
.btn-border.btn-default:hover,
.btn-border.btn-default:focus,
.btn-border.btn-default:active,
.btn-border.btn-default.active,
.open .dropdown-toggle.btn-border.btn-default {
  color: #fff!important;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-border.btn-primary {
  color: #f1c40f;
  background-color: transparent;
  border-color: #f1c40f;
}
.btn-border.btn-primary:hover,
.btn-border.btn-primary:focus,
.btn-border.btn-primary:active,
.btn-border.btn-primary.active,
.open .dropdown-toggle.btn-border.btn-primary {
  color: #fff!important;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-border.btn-success {
  color: #83b348;
  background-color: transparent;
  border-color: #83b348;
}
.btn-border.btn-success:hover,
.btn-border.btn-success:focus,
.btn-border.btn-success:active,
.btn-border.btn-success.active,
.open .dropdown-toggle.btn-border.btn-success {
  color: #fff!important;
  background-color: #83b348;
  border-color: #83b348;
}
.btn-border.btn-info {
  color: #54c7fc;
  background-color: transparent;
  border-color: #54c7fc;
}
.btn-border.btn-info:hover,
.btn-border.btn-info:focus,
.btn-border.btn-info:active,
.btn-border.btn-info.active,
.open .dropdown-toggle.btn-border.btn-info {
  color: #fff!important;
  background-color: #54c7fc;
  border-color: #54c7fc;
}
.btn-border.btn-warning {
  color: #eabe12;
  background-color: transparent;
  border-color: #eabe12;
}
.btn-border.btn-warning:hover,
.btn-border.btn-warning:focus,
.btn-border.btn-warning:active,
.btn-border.btn-warning.active,
.open .dropdown-toggle.btn-border.btn-warning {
  color: #fff!important;
  background-color: #eabe12;
  border-color: #eabe12;
}
.btn-border.btn-danger {
  color: #fe504f;
  background-color: transparent;
  border-color: #fe504f;
}
.btn-border.btn-danger:hover,
.btn-border.btn-danger:focus,
.btn-border.btn-danger:active,
.btn-border.btn-danger.active,
.open .dropdown-toggle.btn-border.btn-danger {
  color: #fff!important;
  background-color: #fe504f;
  border-color: #fe504f;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table .table {
  background-color: #ffffff;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table .table {
  background-color: #ffffff;
}
dl dt {
  padding-top: 15px;
}
dl dt:first-child {
  padding-top: 0;
}
dl dd {
  padding-left: 20px;
}
.pagination,
.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 0 0;
  border-radius: 0;
  clear: both;
  list-style: none;
}
.pagination li,
.page-numbers li {
  display: inline-block;
}
.pagination a,
.page-numbers a,
.pagination span,
.page-numbers span {
  border: solid 1px #d6d6d6;
  border-radius: 0.2rem;
  color: #7d7d7d;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0.9rem;
  min-width: 38px;
  height: 38px;
  margin-right: 3px;
  border-radius: 3px;
}
.pagination a:after,
.page-numbers a:after {
  display: none!important;
}
.pagination a:hover,
.page-numbers a:hover,
.pagination .current,
.page-numbers .current {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}
.pagination .dots,
.page-numbers .dots {
  border: none!important;
  background-color: transparent!important;
  padding-left: 0;
  padding-right: 0;
  min-width: 25px;
}
/*--------------------------------------------------------------
## Default Widgets
--------------------------------------------------------------*/
.blog .sidebar aside:first-child .widget-title,
.archive .sidebar aside:first-child .widget-title,
.single .sidebar aside:first-child .widget-title,
.search .sidebar aside:first-child .widget-title,
.page-template-blog-box .sidebar aside:first-child .widget-title {
  margin-top: 0;
}
.shop-topbar {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.shop-topbar a:after {
  display: none!important;
}
.shop-topbar a img {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.shop-topbar a:hover img {
  opacity: 0.825;
  filter: alpha(opacity=82.5);
}
.shop-topbar .widget {
  padding: 0;
}
.shop-topbar .widget-inner {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0!important;
  margin: 0!important;
}
.shortcode-widget-area {
  margin-top: 40px;
}
.shortcode-widget-area:first-child {
  margin-top: 0;
}
.sidebar aside,
.shortcode-widget-area aside {
  background: #f7f8f9;
  border: 1px solid #ebedef;
  padding: 0 20px 10px 20px;
  letter-spacing: -0.25px;
  margin-top: 40px;
  color: #1e1e1e;
}
.sidebar aside:first-child,
.shortcode-widget-area aside:first-child {
  margin-top: 0;
}
.sidebar .widget-title,
.shortcode-widget-area .widget-title {
  color: #abb0b3;
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid #d1d4d6;
  padding-bottom: 20px;
}
.sidebar .widget-inner,
.shortcode-widget-area .widget-inner {
  padding-top: 15px;
}
.blog .sidebar aside,
.blog .shortcode-widget-area aside,
.archive .sidebar aside,
.archive .shortcode-widget-area aside,
.single .sidebar aside,
.single .shortcode-widget-area aside,
.search .sidebar aside,
.search .shortcode-widget-area aside,
.page-template-blog-box .sidebar aside,
.page-template-blog-box .shortcode-widget-area aside {
  border: none;
  background-color: transparent;
  padding: 0;
}
.blog .sidebar .widget-title + .widget-inner,
.blog .shortcode-widget-area .widget-title + .widget-inner,
.archive .sidebar .widget-title + .widget-inner,
.archive .shortcode-widget-area .widget-title + .widget-inner,
.single .sidebar .widget-title + .widget-inner,
.single .shortcode-widget-area .widget-title + .widget-inner,
.search .sidebar .widget-title + .widget-inner,
.search .shortcode-widget-area .widget-title + .widget-inner,
.page-template-blog-box .sidebar .widget-title + .widget-inner,
.page-template-blog-box .shortcode-widget-area .widget-title + .widget-inner,
.blog .sidebar .woocommerce .widget-inner,
.blog .shortcode-widget-area .woocommerce .widget-inner,
.archive .sidebar .woocommerce .widget-inner,
.archive .shortcode-widget-area .woocommerce .widget-inner,
.single .sidebar .woocommerce .widget-inner,
.single .shortcode-widget-area .woocommerce .widget-inner,
.search .sidebar .woocommerce .widget-inner,
.search .shortcode-widget-area .woocommerce .widget-inner,
.page-template-blog-box .sidebar .woocommerce .widget-inner,
.page-template-blog-box .shortcode-widget-area .woocommerce .widget-inner {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .widget-title,
.blog .shortcode-widget-area .widget-title,
.archive .sidebar .widget-title,
.archive .shortcode-widget-area .widget-title,
.single .sidebar .widget-title,
.single .shortcode-widget-area .widget-title,
.search .sidebar .widget-title,
.search .shortcode-widget-area .widget-title,
.page-template-blog-box .sidebar .widget-title,
.page-template-blog-box .shortcode-widget-area .widget-title {
  color: #252525;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}
.sidebar .wrap-social .widget-inner,
.shortcode-widget-area .wrap-social .widget-inner {
  padding: 0!important;
}
.sidebar .wrap-social ul,
.shortcode-widget-area .wrap-social ul {
  overflow: hidden;
  padding: 10px 0;
}
.sidebar .wrap-social li,
.shortcode-widget-area .wrap-social li {
  display: block;
  float: left;
  width: 25%;
  border-left: 1px solid #d3d3d3;
  margin: 0;
}
.sidebar .wrap-social li:first-child,
.shortcode-widget-area .wrap-social li:first-child,
.sidebar .wrap-social li:nth-child(4n + 1),
.shortcode-widget-area .wrap-social li:nth-child(4n + 1) {
  border-left: none;
}
.sidebar .wrap-social li a,
.shortcode-widget-area .wrap-social li a {
  padding: 15px 0;
  display: block;
  color: #1e1e1e !important;
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
}
.sidebar .wrap-social li a:hover,
.shortcode-widget-area .wrap-social li a:hover {
  color: #acb1b4!important;
}
.widget_flickr .wrap-flickr {
  overflow: hidden;
}
.widget_flickr .flickr_badge_image {
  float: left;
  width: 33%;
}
@media (max-width: 767px) {
  .widget_flickr .flickr_badge_image {
    width: auto;
  }
}
.widget_flickr .flickr_badge_image a:after {
  display: none!important;
}
.widget_flickr .flickr_badge_image a img {
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.widget_flickr .flickr_badge_image a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.widget_text p i {
  min-width: 20px;
  display: inline-block;
}
.ks_widget_twitter a:after {
  display: none!important;
}
.ks_widget_twitter .tweet-item {
  margin-top: 20px;
}
.ks_widget_twitter .tweet-item:first-child {
  margin-top: 0;
}
.ks_widget_twitter .tweet-item .time {
  display: block;
}
.ks_widget_twitter .tweet-item .time a {
  color: #8c8c8c;
  font-weight: bold;
  text-transform: uppercase;
}
.ks_widget_twitter .tweet-item .time a:hover {
  color: #f1c40f;
}
.ks_widget_twitter .twitter-user {
  margin-top: 15px;
}
.ks_widget_twitter .twitter-user img {
  display: inline-block;
  padding-right: 5px;
  width: 20px;
}
.ks_widget_twitter .twitter-user .name {
  margin-left: -4px;
}
.ks_widget_twitter .twitter-user .name:before {
  font-family: FontAwesome;
  content: "\f099";
  padding-right: 5px;
  color: #999999;
}
.widget_posts.widget_posts_big {
  text-align: center;
}
.widget_posts.widget_posts_big .ks-posts-item .ks-posts-thumbnail {
  float: none;
  border: none;
}
@media (max-width: 768px) {
  .widget_posts.widget_posts_big .ks-posts-item .ks-posts-thumbnail {
    display: block;
  }
}
.widget_posts.widget_posts_big .ks-posts-item .ks-posts-thumbnail img {
  width: 100%;
  height: auto;
}
.widget_posts.widget_posts_big .ks-posts-item .ks-posts-content {
  text-align: center;
  margin-left: 0;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
.widget_posts.widget_posts_big .ks-posts-item .ks-posts-content .ks-posts-title {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .25px;
  font-weight: 700;
}
.widget_posts .ks-posts-item {
  border: 0;
  padding: 0 0 5px 0;
  margin: 0;
  display: block;
  overflow: hidden;
}
.widget_posts .ks-posts-item:last-child .ks-posts-content {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_posts .ks-posts-item .ks-posts-thumbnail {
  float: left;
  line-height: 1;
}
@media (max-width: 768px) {
  .widget_posts .ks-posts-item .ks-posts-thumbnail {
    display: none;
  }
}
.widget_posts .ks-posts-item .ks-posts-thumbnail:hover + .ks-posts-content .ks-posts-title {
  color: #f1c40f;
}
.widget_posts .ks-posts-item .ks-posts-thumbnail a {
  border: none!important;
}
.widget_posts .ks-posts-item .ks-posts-thumbnail a:hover {
  opacity: 0.825;
  filter: alpha(opacity=82.5);
}
.site-footer .widget_posts .ks-posts-item .ks-posts-thumbnail a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget_posts .ks-posts-item .ks-posts-thumbnail a:after {
  display: none!important;
}
.widget_posts .ks-posts-item .ks-posts-thumbnail img,
.widget_posts .ks-posts-item .ks-posts-thumbnail span {
  width: 64px;
  height: 64px;
}
.widget_posts .ks-posts-item .ks-posts-thumbnail span {
  display: inline-block;
  line-height: 64px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-style: normal;
}
.widget_posts .ks-posts-item .ks-posts-content {
  margin-left: 82px;
  display: block;
  float: none;
  width: auto;
}
@media (max-width: 768px) {
  .widget_posts .ks-posts-item .ks-posts-content {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.widget_posts .ks-posts-item .ks-posts-content .ks-posts-title {
  font-size: 14px;
  font-weight: 400;
}
.widget_posts .ks-posts-item .ks-posts-content .ks-posts-title:after {
  display: none!important;
}
.widget_posts .ks-posts-item .ks-posts-content .ks-posts-date {
  font-size: 14px;
  padding-top: 2px;
  margin-bottom: 0;
  color: #999999;
  display: block;
}
.widget_rss .rsswidget {
  font-weight: 700;
}
.widget_rss .rss-date {
  color: #999999;
}
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_rss ul li {
  padding: 0 0 20px 0 !important;
}
.widget_rss ul li:last-child {
  padding-bottom: 0;
}
.widget_rss ul li:first-child {
  margin-top: 0;
}
.widget_rss a:after {
  display: none!important;
}
.widget_rss .rss-date {
  display: block;
  margin-top: 5px;
}
.widget_rss .rssSummary {
  margin-top: 5px;
}
.widget_rss cite {
  margin-top: 5px;
  display: block;
}
.tagcloud a {
  line-height: 20px;
  font-size: 13px!important;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 7px;
}
.widget_nav_menu {
  text-align: left!important;
}
.widget_nav_menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.widget_nav_menu ul .sub-menu {
  padding-left: 20px;
}
.widget_nav_menu li {
  position: relative;
  padding: 5px 0 !important;
}
.widget_nav_menu li.menu-item div a:after {
  display: none!important;
}
.widget_nav_menu > ul > li:first-child {
  margin-top: 0;
}
.widget_nav_menu > ul > li > a > .caret {
  display: none;
}
.widget_nav_menu a {
  display: inline-block;
  font-family: 'Karla', Helvetica, serif;
}
.widget_nav_menu .current-menu-item a {
  color: #f1c40f;
}
.widget_calendar #wp-calendar {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.widget_calendar caption {
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  border: 1px solid #8c8c8c;
}
.widget_calendar table td,
.widget_calendar table th {
  text-align: center;
  border: 1px solid #8c8c8c;
  padding: 5px !important;
}
.widget_calendar a {
  font-weight: bold;
  color: #000;
}
.widget_calendar a:hover {
  color: #1e1e1e;
}
.widget_calendar #today {
  font-weight: bold;
  background: #555555;
  color: #fff;
}
.widget_meta ul > li:first-child {
  padding-top: 0;
}
.widget_meta li {
  padding: 5px 0;
  position: relative;
}
.widget_pages ul > li:first-child {
  padding-top: 0;
}
.widget_pages li {
  padding: 5px 0;
  position: relative;
}
.widget_pages a:after {
  display: none!important;
}
.widget_recent_comments ul > li:first-child {
  padding-top: 0;
}
.widget_recent_comments li {
  padding: 5px 0;
  position: relative;
}
.widget_recent_comments li a:after {
  display: none!important;
}
.widget_categories ul > li:first-child,
.widget_product_categories ul > li:first-child {
  padding-top: 0;
}
.widget_categories ul.children,
.widget_product_categories ul.children {
  padding-left: 20px;
  padding-top: 10px;
}
.widget_categories ul.children li:before,
.widget_product_categories ul.children li:before {
  content: '\f105';
  font-family: FontAwesome;
  padding-right: 5px;
  display: inline-block;
}
.widget_categories li,
.widget_product_categories li {
  padding: 5px 0;
  position: relative;
}
.widget_categories li:first-letter,
.widget_product_categories li:first-letter {
  text-transform: uppercase;
}
.widget_recent_entries ul > li:first-child {
  padding-top: 0;
}
.widget_recent_entries li {
  padding: 5px 0;
  position: relative;
}
.widget_recent_entries a:after {
  display: none!important;
}
.widget_archive ul > li:first-child {
  padding-top: 0;
}
.widget_archive li {
  padding: 5px 0;
  position: relative;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation: fadeOutDown 2s infinite;
  /* Chrome, Safari, Opera */

  animation: fadeOutDown 2s infinite;
}
.clock {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 2px solid #c2c2c3;
  border-radius: 10px;
}
.clock:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 1px;
  height: 8px;
  background: #c2c2c3;
}
.clock:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  width: 1px;
  height: 5px;
  background: #c2c2c3;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
/*--------------------------------------------------------------
## BBPress
--------------------------------------------------------------*/
.forum-archive .wrap-inner > .col-sm-9,
.topic.bbpress .wrap-inner > .col-sm-9,
.bbp-view.bbpress .wrap-inner > .col-sm-9,
.bbp-user-page .wrap-inner > .col-sm-9,
.bbp-user-edit .wrap-inner > .col-sm-9,
.forum-archive .wrap-inner > .col-sm-12,
.topic.bbpress .wrap-inner > .col-sm-12,
.bbp-view.bbpress .wrap-inner > .col-sm-12,
.bbp-user-page .wrap-inner > .col-sm-12,
.bbp-user-edit .wrap-inner > .col-sm-12 {
  width: 100%;
}
.forum-archive .wrap-inner > .col-sm-9 > article,
.topic.bbpress .wrap-inner > .col-sm-9 > article,
.bbp-view.bbpress .wrap-inner > .col-sm-9 > article,
.bbp-user-page .wrap-inner > .col-sm-9 > article,
.bbp-user-edit .wrap-inner > .col-sm-9 > article,
.forum-archive .wrap-inner > .col-sm-12 > article,
.topic.bbpress .wrap-inner > .col-sm-12 > article,
.bbp-view.bbpress .wrap-inner > .col-sm-12 > article,
.bbp-user-page .wrap-inner > .col-sm-12 > article,
.bbp-user-edit .wrap-inner > .col-sm-12 > article {
  margin: 0;
}
.bbp-view.bbpress .heading-title .entry-title span,
.bbp-user-page .heading-title .entry-title span,
.bbp-user-edit .heading-title .entry-title span {
  display: none!important;
}
#bbpress-forums {
  font-size: 14px;
}
#bbpress-forums .subscription-toggle:before {
  content: "\f09e";
  font-family: FontAwesome;
  padding-right: 5px;
  color: #8c8c8c;
}
#bbpress-forums .bbp-forum-title {
  font-family: 'Dosis', Helvetica, sans-serif;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 14px;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  background-color: #797979;
  color: #fff;
  border-radius: 2px;
  font-family: 'Dosis', Helvetica, sans-serif;
  padding: 8px 15px;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 15px;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  float: none;
  margin-bottom: 0px;
  display: inline-block;
  border: 0;
  margin-right: 5px;
  border-radius: 50%;
  text-decoration: none;
  border-bottom: none;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 14px;
  color: #8c8c8c;
}
#bbpress-forums .bbp-footer {
  display: none;
}
#bbpress-forums div.bbp-search-form {
  width: 100%;
  float: none;
  overflow: hidden;
  margin-bottom: 30px;
}
#bbpress-forums #bbp-search-form #bbp_search {
  display: inline-block;
  display: block;
  width: 84%!important;
  margin-right: 2%;
  float: left;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
  display: block;
  width: 14%!important;
  margin: 0;
  float: left;
  color: #ffffff;
  border-color: #f2ca27;
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
#bbpress-forums #bbp-search-form #bbp_search_submit:hover,
#bbpress-forums #bbp-search-form #bbp_search_submit:focus,
#bbpress-forums #bbp-search-form #bbp_search_submit.focus,
#bbpress-forums #bbp-search-form #bbp_search_submit:active,
#bbpress-forums #bbp-search-form #bbp_search_submit.active,
.open > .dropdown-toggle#bbpress-forums #bbp-search-form #bbp_search_submit {
  color: #ffffff;
  background-color: #c29d0b;
  border-color: #d0a90c;
}
#bbpress-forums #bbp-search-form #bbp_search_submit:active,
#bbpress-forums #bbp-search-form #bbp_search_submit.active,
.open > .dropdown-toggle#bbpress-forums #bbp-search-form #bbp_search_submit {
  background-image: none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled],
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit,
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled:hover,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled]:hover,
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit:hover,
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled:focus,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled]:focus,
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit:focus,
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled.focus,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled].focus,
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit.focus,
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled:active,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled]:active,
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit:active,
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled.active,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled].active,
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit.active {
  background-color: #f1c40f;
  border-color: #f2ca27;
}
#bbpress-forums #bbp-search-form #bbp_search_submit .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
#bbpress-forums #bbp-search-form #bbp_search_submit:hover,
#bbpress-forums #bbp-search-form #bbp_search_submit:focus,
#bbpress-forums #bbp-search-form #bbp_search_submit:active,
#bbpress-forums #bbp-search-form #bbp_search_submit.active,
.open .dropdown-toggle#bbpress-forums #bbp-search-form #bbp_search_submit {
  color: #fff;
  background-color: #f2ca27;
  border-color: #f2ca27;
}
#bbpress-forums #bbp-search-form #bbp_search_submit:hover,
#bbpress-forums #bbp-search-form #bbp_search_submit:focus,
#bbpress-forums #bbp-search-form #bbp_search_submit.focus,
#bbpress-forums #bbp-search-form #bbp_search_submit:active,
#bbpress-forums #bbp-search-form #bbp_search_submit.active,
.open > .dropdown-toggle#bbpress-forums #bbp-search-form #bbp_search_submit {
  color: #ffffff;
  background-color: #c29d0b;
  border-color: #d0a90c;
}
#bbpress-forums #bbp-search-form #bbp_search_submit:active,
#bbpress-forums #bbp-search-form #bbp_search_submit.active,
.open > .dropdown-toggle#bbpress-forums #bbp-search-form #bbp_search_submit {
  background-image: none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled],
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit,
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled:hover,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled]:hover,
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit:hover,
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled:focus,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled]:focus,
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit:focus,
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled.focus,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled].focus,
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit.focus,
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled:active,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled]:active,
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit:active,
#bbpress-forums #bbp-search-form #bbp_search_submit.disabled.active,
#bbpress-forums #bbp-search-form #bbp_search_submit[disabled].active,
fieldset[disabled] #bbpress-forums #bbp-search-form #bbp_search_submit.active {
  background-color: #f1c40f;
  border-color: #f2ca27;
}
#bbpress-forums #bbp-search-form #bbp_search_submit .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
#bbpress-forums #bbp-search-form #bbp_search_submit:hover,
#bbpress-forums #bbp-search-form #bbp_search_submit:focus,
#bbpress-forums #bbp-search-form #bbp_search_submit:active,
#bbpress-forums #bbp-search-form #bbp_search_submit.active,
.open .dropdown-toggle#bbpress-forums #bbp-search-form #bbp_search_submit {
  color: #fff;
  background-color: #f2ca27;
  border-color: #f2ca27;
}
#bbpress-forums div.bbp-the-content-wrapper input {
  outline: 0!important;
  background-color: transparent;
  border: none;
  color: #8c8c8c;
  box-shadow: none;
}
#bbpress-forums .bbp-header a {
  color: #fff;
  padding: 0 5px;
}
#bbpress-forums .bbp-body .bbp-header a {
  color: #1e1e1e;
  padding: 0 5px;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  display: inline-block;
}
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  margin: 15px auto;
  display: inline-block;
}
#bbpress-forums #bbp-your-profile fieldset:last-child {
  border: none;
}
#bbpress-forums #bbp-your-profile fieldset span.description {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 20px;
  border-radius: 0;
  background-color: #54c7fc;
  border-color: #54c7fc;
  color: #ffffff;
  font-size: 14px;
}
#bbpress-forums #bbp-your-profile fieldset span.description h4 {
  margin-top: 0;
  color: inherit;
}
#bbpress-forums #bbp-your-profile fieldset span.description .alert-link {
  font-weight: bold;
}
#bbpress-forums #bbp-your-profile fieldset span.description > p,
#bbpress-forums #bbp-your-profile fieldset span.description > ul {
  margin-bottom: 0;
}
#bbpress-forums #bbp-your-profile fieldset span.description > p + p {
  margin-top: 5px;
}
#bbpress-forums #bbp-your-profile fieldset span.description > i {
  padding-right: 20px;
}
#bbpress-forums #bbp-your-profile fieldset span.description hr {
  border-top-color: #3bbffc;
}
#bbpress-forums #bbp-your-profile fieldset span.description .alert-link {
  color: #e6e6e6;
}
#bbpress-forums #bbp-your-profile fieldset select {
  width: 60%;
}
@media (max-width: 767px) {
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title,
  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count {
    display: none;
  }
  #bbpress-forums li.bbp-body li.bbp-forum-freshness {
    width: 100%;
  }
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count {
    display: none;
  }
  #bbpress-forums #bbp-search-form #bbp_search {
    width: 100%!important;
  }
  #bbpress-forums #bbp-search-form #bbp_search_submit {
    width: 100%!important;
    margin-top: 8px;
  }
  #bbpress-forums .bbp-body div.bbp-reply-author {
    margin: -15px 0 15px 0;
    padding-left: 8px;
  }
  #bbpress-forums div.bbp-reply-author img.avatar {
    position: relative;
  }
  #bbpress-forums #bbp-your-profile fieldset input,
  #bbpress-forums #bbp-your-profile fieldset textarea,
  #bbpress-forums #bbp-your-profile fieldset fieldset.password,
  #bbpress-forums #bbp-your-profile fieldset select,
  #bbpress-forums #bbp-your-profile fieldset label[for] {
    width: 100%;
  }
  #bbpress-forums #bbp-your-profile fieldset label[for] {
    float: none;
    text-align: left;
  }
}
.widget_display_topics ul li,
.widget_display_views ul li {
  padding: 5px 0;
  position: relative;
}
.widget_display_topics ul li:before,
.widget_display_views ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #8c8c8c;
  padding-right: 5px;
}
.content-sidebar .bbp_widget_login .widget-inner {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#canvas .bbp_widget_login .user-submit:after {
  display: none!important;
}
.bbp_widget_login #user-submit {
  margin: 0;
}
#canvas .bbp_widget_login #user-submit,
.site-footer .bbp_widget_login #user-submit {
  color: #ffffff;
  border-color: #f2ca27;
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
#canvas .bbp_widget_login #user-submit:hover,
.site-footer .bbp_widget_login #user-submit:hover,
#canvas .bbp_widget_login #user-submit:focus,
.site-footer .bbp_widget_login #user-submit:focus,
#canvas .bbp_widget_login #user-submit.focus,
.site-footer .bbp_widget_login #user-submit.focus,
#canvas .bbp_widget_login #user-submit:active,
.site-footer .bbp_widget_login #user-submit:active,
#canvas .bbp_widget_login #user-submit.active,
.site-footer .bbp_widget_login #user-submit.active,
.open > .dropdown-toggle#canvas .bbp_widget_login #user-submit,
.open > .dropdown-toggle.site-footer .bbp_widget_login #user-submit {
  color: #ffffff;
  background-color: #c29d0b;
  border-color: #d0a90c;
}
#canvas .bbp_widget_login #user-submit:active,
.site-footer .bbp_widget_login #user-submit:active,
#canvas .bbp_widget_login #user-submit.active,
.site-footer .bbp_widget_login #user-submit.active,
.open > .dropdown-toggle#canvas .bbp_widget_login #user-submit,
.open > .dropdown-toggle.site-footer .bbp_widget_login #user-submit {
  background-image: none;
}
#canvas .bbp_widget_login #user-submit.disabled,
.site-footer .bbp_widget_login #user-submit.disabled,
#canvas .bbp_widget_login #user-submit[disabled],
.site-footer .bbp_widget_login #user-submit[disabled],
fieldset[disabled] #canvas .bbp_widget_login #user-submit,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit,
#canvas .bbp_widget_login #user-submit.disabled:hover,
.site-footer .bbp_widget_login #user-submit.disabled:hover,
#canvas .bbp_widget_login #user-submit[disabled]:hover,
.site-footer .bbp_widget_login #user-submit[disabled]:hover,
fieldset[disabled] #canvas .bbp_widget_login #user-submit:hover,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit:hover,
#canvas .bbp_widget_login #user-submit.disabled:focus,
.site-footer .bbp_widget_login #user-submit.disabled:focus,
#canvas .bbp_widget_login #user-submit[disabled]:focus,
.site-footer .bbp_widget_login #user-submit[disabled]:focus,
fieldset[disabled] #canvas .bbp_widget_login #user-submit:focus,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit:focus,
#canvas .bbp_widget_login #user-submit.disabled.focus,
.site-footer .bbp_widget_login #user-submit.disabled.focus,
#canvas .bbp_widget_login #user-submit[disabled].focus,
.site-footer .bbp_widget_login #user-submit[disabled].focus,
fieldset[disabled] #canvas .bbp_widget_login #user-submit.focus,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit.focus,
#canvas .bbp_widget_login #user-submit.disabled:active,
.site-footer .bbp_widget_login #user-submit.disabled:active,
#canvas .bbp_widget_login #user-submit[disabled]:active,
.site-footer .bbp_widget_login #user-submit[disabled]:active,
fieldset[disabled] #canvas .bbp_widget_login #user-submit:active,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit:active,
#canvas .bbp_widget_login #user-submit.disabled.active,
.site-footer .bbp_widget_login #user-submit.disabled.active,
#canvas .bbp_widget_login #user-submit[disabled].active,
.site-footer .bbp_widget_login #user-submit[disabled].active,
fieldset[disabled] #canvas .bbp_widget_login #user-submit.active,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit.active {
  background-color: #f1c40f;
  border-color: #f2ca27;
}
#canvas .bbp_widget_login #user-submit .badge,
.site-footer .bbp_widget_login #user-submit .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
#canvas .bbp_widget_login #user-submit:hover,
.site-footer .bbp_widget_login #user-submit:hover,
#canvas .bbp_widget_login #user-submit:focus,
.site-footer .bbp_widget_login #user-submit:focus,
#canvas .bbp_widget_login #user-submit:active,
.site-footer .bbp_widget_login #user-submit:active,
#canvas .bbp_widget_login #user-submit.active,
.site-footer .bbp_widget_login #user-submit.active,
.open .dropdown-toggle#canvas .bbp_widget_login #user-submit,
.open .dropdown-toggle.site-footer .bbp_widget_login #user-submit {
  color: #fff;
  background-color: #f2ca27;
  border-color: #f2ca27;
}
#canvas .bbp_widget_login #user-submit:hover,
.site-footer .bbp_widget_login #user-submit:hover,
#canvas .bbp_widget_login #user-submit:focus,
.site-footer .bbp_widget_login #user-submit:focus,
#canvas .bbp_widget_login #user-submit.focus,
.site-footer .bbp_widget_login #user-submit.focus,
#canvas .bbp_widget_login #user-submit:active,
.site-footer .bbp_widget_login #user-submit:active,
#canvas .bbp_widget_login #user-submit.active,
.site-footer .bbp_widget_login #user-submit.active,
.open > .dropdown-toggle#canvas .bbp_widget_login #user-submit,
.open > .dropdown-toggle.site-footer .bbp_widget_login #user-submit {
  color: #ffffff;
  background-color: #c29d0b;
  border-color: #d0a90c;
}
#canvas .bbp_widget_login #user-submit:active,
.site-footer .bbp_widget_login #user-submit:active,
#canvas .bbp_widget_login #user-submit.active,
.site-footer .bbp_widget_login #user-submit.active,
.open > .dropdown-toggle#canvas .bbp_widget_login #user-submit,
.open > .dropdown-toggle.site-footer .bbp_widget_login #user-submit {
  background-image: none;
}
#canvas .bbp_widget_login #user-submit.disabled,
.site-footer .bbp_widget_login #user-submit.disabled,
#canvas .bbp_widget_login #user-submit[disabled],
.site-footer .bbp_widget_login #user-submit[disabled],
fieldset[disabled] #canvas .bbp_widget_login #user-submit,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit,
#canvas .bbp_widget_login #user-submit.disabled:hover,
.site-footer .bbp_widget_login #user-submit.disabled:hover,
#canvas .bbp_widget_login #user-submit[disabled]:hover,
.site-footer .bbp_widget_login #user-submit[disabled]:hover,
fieldset[disabled] #canvas .bbp_widget_login #user-submit:hover,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit:hover,
#canvas .bbp_widget_login #user-submit.disabled:focus,
.site-footer .bbp_widget_login #user-submit.disabled:focus,
#canvas .bbp_widget_login #user-submit[disabled]:focus,
.site-footer .bbp_widget_login #user-submit[disabled]:focus,
fieldset[disabled] #canvas .bbp_widget_login #user-submit:focus,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit:focus,
#canvas .bbp_widget_login #user-submit.disabled.focus,
.site-footer .bbp_widget_login #user-submit.disabled.focus,
#canvas .bbp_widget_login #user-submit[disabled].focus,
.site-footer .bbp_widget_login #user-submit[disabled].focus,
fieldset[disabled] #canvas .bbp_widget_login #user-submit.focus,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit.focus,
#canvas .bbp_widget_login #user-submit.disabled:active,
.site-footer .bbp_widget_login #user-submit.disabled:active,
#canvas .bbp_widget_login #user-submit[disabled]:active,
.site-footer .bbp_widget_login #user-submit[disabled]:active,
fieldset[disabled] #canvas .bbp_widget_login #user-submit:active,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit:active,
#canvas .bbp_widget_login #user-submit.disabled.active,
.site-footer .bbp_widget_login #user-submit.disabled.active,
#canvas .bbp_widget_login #user-submit[disabled].active,
.site-footer .bbp_widget_login #user-submit[disabled].active,
fieldset[disabled] #canvas .bbp_widget_login #user-submit.active,
fieldset[disabled] .site-footer .bbp_widget_login #user-submit.active {
  background-color: #f1c40f;
  border-color: #f2ca27;
}
#canvas .bbp_widget_login #user-submit .badge,
.site-footer .bbp_widget_login #user-submit .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
#canvas .bbp_widget_login #user-submit:hover,
.site-footer .bbp_widget_login #user-submit:hover,
#canvas .bbp_widget_login #user-submit:focus,
.site-footer .bbp_widget_login #user-submit:focus,
#canvas .bbp_widget_login #user-submit:active,
.site-footer .bbp_widget_login #user-submit:active,
#canvas .bbp_widget_login #user-submit.active,
.site-footer .bbp_widget_login #user-submit.active,
.open .dropdown-toggle#canvas .bbp_widget_login #user-submit,
.open .dropdown-toggle.site-footer .bbp_widget_login #user-submit {
  color: #fff;
  background-color: #f2ca27;
  border-color: #f2ca27;
}
.bbp_widget_login fieldset {
  border: none;
  padding: 0;
}
#bbp-user-body .entry-title {
  margin-top: 30px!important;
}
#bbp-user-body .entry-title:first-child {
  margin-top: 0!important;
}
.bbp-author-avatar:after {
  display: none!important;
}
span.bbp-admin-links a {
  font-size: 13px;
}
.bbp-topic-meta a {
  border: none!important;
}
.bbp-topic-meta a.bbp-author-avatar:after {
  display: none!important;
}
.bbp-logged-in img.avatar {
  border-radius: 50%;
}
.bbp-breadcrumb {
  display: none;
}
div.bbp-template-notice {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 20px;
  border-radius: 0;
  background-color: #eabe12;
  border-color: #eabe12;
  color: #ffffff;
}
div.bbp-template-notice h4 {
  margin-top: 0;
  color: inherit;
}
div.bbp-template-notice .alert-link {
  font-weight: bold;
}
div.bbp-template-notice > p,
div.bbp-template-notice > ul {
  margin-bottom: 0;
}
div.bbp-template-notice > p + p {
  margin-top: 5px;
}
div.bbp-template-notice > i {
  padding-right: 20px;
}
div.bbp-template-notice hr {
  border-top-color: #d2ab10;
}
div.bbp-template-notice .alert-link {
  color: #e6e6e6;
}
div.bbp-template-notice.info {
  background-color: #54c7fc;
  border-color: #54c7fc;
  color: #ffffff;
}
div.bbp-template-notice.info hr {
  border-top-color: #3bbffc;
}
div.bbp-template-notice.info .alert-link {
  color: #e6e6e6;
}
div.bbp-template-notice.important {
  background-color: #eabe12;
  border-color: #eabe12;
  color: #ffffff;
}
div.bbp-template-notice.important hr {
  border-top-color: #d2ab10;
}
div.bbp-template-notice.important .alert-link {
  color: #e6e6e6;
}
div.bbp-template-notice.error,
div.bbp-template-notice.warning {
  background-color: #fe504f;
  border-color: #fe504f;
  color: #ffffff;
}
div.bbp-template-notice.error hr,
div.bbp-template-notice.warning hr {
  border-top-color: #fe3736;
}
div.bbp-template-notice.error .alert-link,
div.bbp-template-notice.warning .alert-link {
  color: #e6e6e6;
}
div.bbp-template-notice a {
  color: #fff;
  font-weight: 700;
  border: none!important;
}
div.bbp-template-notice a:hover {
  color: #fff;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}
div.bbp-template-notice a:after {
  display: none!important;
}
div.bbp-template-notice p {
  font-size: 14px;
}
/*--------------------------------------------------------------
## BBPress Widgets
--------------------------------------------------------------*/
.widget_display_search #bbp_search_submit {
  display: none;
}
.widget_display_stats dl {
  clear: both;
  overflow: hidden;
  margin: 0;
}
.widget_display_stats dl dt {
  width: 60%;
  padding: 0;
  float: left;
  height: 35px;
  font-weight: 400;
}
.widget_display_stats dl dd {
  margin-left: 0;
  display: inline-block;
  width: 35%;
  float: left;
  height: 35px;
  text-align: right;
  padding-left: 15px;
}
/*--------------------------------------------------------------
## Compatible with Premium Sliders
--------------------------------------------------------------*/
.ls-nav-prev:after,
.ls-nav-next:after {
  display: none!important;
}
/*--------------------------------------------------------------
# Element
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Framework customize
--------------------------------------------------------------*/
.fw-main-row {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 480px) {
  .fw-main-row {
    padding: 20px 0;
  }
}
.fw-main-row .fw-row {
  position: relative;
  z-index: 12;
}
.fw-main-row [class*="fw-col-"] > p {
  margin: 0;
}
.fw-main-row:first-child {
  padding-top: 0;
}
.fw-main-row:last-child {
  padding-bottom: 0;
}
.page-template-full-width-fit .fw-main-row {
  padding: 0!important;
}
@media (max-width: 768px) {
  .fw-main-row .fw-col-sm-2 {
    width: 33.333333%;
    padding: 0 30px;
  }
  .fw-main-row .fw-col-sm-3 {
    width: 50%;
    padding: 10px 15px;
  }
  .fw-main-row .fw-col-sm-6 {
    width: 100%;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .fw-main-row .fw-col-sm-2 {
    width: 50%;
    float: left;
  }
  .fw-main-row .fw-col-sm-3 {
    width: 100%;
  }
  .fw-main-row .fw-col-sm-2,
  .fw-main-row .fw-col-sm-3,
  .fw-main-row .fw-col-sm-4 {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .fw-main-row .fw-col-sm-2 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1199px) {
  .fw-main-row {
    background-attachment: initial!important;
  }
  .page-template-full-width-fit .fw-main-row .fw-col-sm-2,
  .page-template-full-width-fit .fw-main-row .fw-col-sm-3,
  .page-template-full-width-fit .fw-main-row .fw-col-sm-4,
  .page-template-full-width-fit .fw-main-row .fw-col-sm-6,
  .page-template-full-width-fit .fw-main-row .fw-heading {
    padding: 0 30px;
  }
}
.page .comments-area {
  margin-top: 80px;
}
.fw-container,
.comments-area {
  padding: 0;
}
.page-template-full-width-fit .fw-container,
.page-template-full-width-fit .comments-area,
.page-template-full-width .fw-container,
.page-template-full-width .comments-area {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-template-full-width-fit .fw-container,
  .page-template-full-width-fit .comments-area,
  .page-template-full-width .fw-container,
  .page-template-full-width .comments-area {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-template-full-width-fit .fw-container,
  .page-template-full-width-fit .comments-area,
  .page-template-full-width .fw-container,
  .page-template-full-width .comments-area {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-template-full-width-fit .fw-container,
  .page-template-full-width-fit .comments-area,
  .page-template-full-width .fw-container,
  .page-template-full-width .comments-area {
    width: 1170px;
  }
}
.page-template-full-width-fit .fw-container > .navbar-header,
.page-template-full-width-fit .comments-area > .navbar-header,
.page-template-full-width .fw-container > .navbar-header,
.page-template-full-width .comments-area > .navbar-header,
.page-template-full-width-fit .fw-container > .navbar-collapse,
.page-template-full-width-fit .comments-area > .navbar-collapse,
.page-template-full-width .fw-container > .navbar-collapse,
.page-template-full-width .comments-area > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .page-template-full-width-fit .fw-container > .navbar-header,
  .page-template-full-width-fit .comments-area > .navbar-header,
  .page-template-full-width .fw-container > .navbar-header,
  .page-template-full-width .comments-area > .navbar-header,
  .page-template-full-width-fit .fw-container > .navbar-collapse,
  .page-template-full-width-fit .comments-area > .navbar-collapse,
  .page-template-full-width .fw-container > .navbar-collapse,
  .page-template-full-width .comments-area > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-template-full-width-fit .fw-container .fw-row,
.page-template-full-width-fit .comments-area .fw-row {
  padding: 0!important;
}
.fw-container-fluid {
  padding: 0;
}
.fw-container-fluid .fw-row {
  padding: 0!important;
}
.fw-container .fw-row,
.fw-container-fluid .fw-row {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .fw-container .fw-row,
  .fw-container-fluid .fw-row {
    padding: 15px 0;
  }
}
.fw-container .fw-row:first-child,
.fw-container-fluid .fw-row:first-child {
  padding-top: 0;
}
.fw-container .fw-row:last-child,
.fw-container-fluid .fw-row:last-child {
  padding-bottom: 0;
}
.fw-container .fw-row h1 span,
.fw-container-fluid .fw-row h1 span,
.fw-container .fw-row h2 span,
.fw-container-fluid .fw-row h2 span,
.fw-container .fw-row h3 span,
.fw-container-fluid .fw-row h3 span,
.fw-container .fw-row h4 span,
.fw-container-fluid .fw-row h4 span,
.fw-container .fw-row h5 span,
.fw-container-fluid .fw-row h5 span,
.fw-container .fw-row h6 span,
.fw-container-fluid .fw-row h6 span,
.fw-container .fw-row .h1 span,
.fw-container-fluid .fw-row .h1 span,
.fw-container .fw-row .h2 span,
.fw-container-fluid .fw-row .h2 span,
.fw-container .fw-row .h3 span,
.fw-container-fluid .fw-row .h3 span,
.fw-container .fw-row .h4 span,
.fw-container-fluid .fw-row .h4 span,
.fw-container .fw-row .h5 span,
.fw-container-fluid .fw-row .h5 span,
.fw-container .fw-row .h6 span,
.fw-container-fluid .fw-row .h6 span {
  color: #f1c40f;
}
.fw-container .fw-heading,
.fw-container-fluid .fw-heading {
  margin-bottom: 20px;
}
.fw-container .fw-heading h1,
.fw-container-fluid .fw-heading h1 {
  font-size: 40px;
}
.fw-container .fw-heading h2,
.fw-container-fluid .fw-heading h2 {
  font-size: 35px;
}
.fw-container .fw-heading h3,
.fw-container-fluid .fw-heading h3 {
  font-size: 30px;
}
.fw-container .fw-heading h4,
.fw-container-fluid .fw-heading h4,
.fw-container .fw-heading h5,
.fw-container-fluid .fw-heading h5,
.fw-container .fw-heading h6,
.fw-container-fluid .fw-heading h6 {
  font-size: 25px;
}
@media (max-width: 768px) {
  .fw-container .fw-heading,
  .fw-container-fluid .fw-heading {
    padding: 0;
  }
  .fw-container .fw-heading h1,
  .fw-container-fluid .fw-heading h1 {
    font-size: 30px;
  }
  .fw-container .fw-heading h2,
  .fw-container-fluid .fw-heading h2 {
    font-size: 25px;
  }
  .fw-container .fw-heading h3,
  .fw-container-fluid .fw-heading h3 {
    font-size: 20px;
  }
  .fw-container .fw-heading h4,
  .fw-container-fluid .fw-heading h4,
  .fw-container .fw-heading h5,
  .fw-container-fluid .fw-heading h5,
  .fw-container .fw-heading h6,
  .fw-container-fluid .fw-heading h6 {
    font-size: 15px;
  }
}
.fw-container .fw-heading .fw-special-title,
.fw-container-fluid .fw-heading .fw-special-title {
  margin: 0;
  color: #363636;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0 auto 15px;
  clear: both;
  font-weight: normal;
}
.fw-container .fw-heading .fw-special-title:after,
.fw-container-fluid .fw-heading .fw-special-title:after {
  content: "";
  display: block;
  background-color: #363636;
  width: 60px;
  height: 2px;
  margin-top: 20px;
}
.fw-container .fw-heading .fw-special-subtitle,
.fw-container-fluid .fw-heading .fw-special-subtitle {
  margin-top: 20px;
  letter-spacing: .05em;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  text-transform: uppercase;
  color: #363636;
}
@media (max-width: 768px) {
  .fw-container .fw-heading .fw-special-subtitle,
  .fw-container-fluid .fw-heading .fw-special-subtitle {
    font-size: 12px;
    letter-spacing: .02em;
  }
}
.fw-container .fw-heading.fw-heading-center .fw-special-title:after,
.fw-container-fluid .fw-heading.fw-heading-center .fw-special-title:after {
  margin: 20px auto 0;
}
.fw-container #ks-slider,
.fw-container-fluid #ks-slider {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: grab;
  cursor: -webkit-grab;
}
.fw-container #ks-slider.owl-theme .owl-controls,
.fw-container-fluid #ks-slider.owl-theme .owl-controls {
  z-index: 1;
  margin: 0;
}
.fw-container #ks-slider.owl-theme .owl-controls .owl-pagination,
.fw-container-fluid #ks-slider.owl-theme .owl-controls .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.fw-container #ks-slider.owl-theme .owl-controls .owl-pagination .owl-page span,
.fw-container-fluid #ks-slider.owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.fw-container #ks-slider.owl-theme .owl-controls .owl-pagination .owl-page.active span,
.fw-container-fluid #ks-slider.owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #fff;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.fw-container #ks-slider.owl-theme .owl-controls .owl-buttons,
.fw-container-fluid #ks-slider.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 100;
  filter: alpha(opacity=10000);
}
@media (max-width: 480px) {
  .fw-container #ks-slider.owl-theme .owl-controls .owl-buttons,
  .fw-container-fluid #ks-slider.owl-theme .owl-controls .owl-buttons {
    display: none;
  }
}
.fw-container #ks-slider.owl-theme .owl-controls .owl-buttons div,
.fw-container-fluid #ks-slider.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background: url("images/arrow.svg") no-repeat center center;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s;
  overflow: hidden;
  text-indent: -5000px;
  white-space: nowrap;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.fw-container #ks-slider.owl-theme .owl-controls .owl-buttons div.owl-next,
.fw-container-fluid #ks-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}
.fw-container #ks-slider.owl-theme .owl-controls .owl-buttons div.owl-prev,
.fw-container-fluid #ks-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fw-container #ks-slider .item,
.fw-container-fluid #ks-slider .item {
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .fw-container #ks-slider .item,
  .fw-container-fluid #ks-slider .item {
    max-height: 480px;
  }
}
.ie9 .fw-container #ks-slider .item,
.ie9 .fw-container-fluid #ks-slider .item {
  background-color: #333333;
}
.fw-container #ks-slider .item:before,
.fw-container-fluid #ks-slider .item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 10;
}
.ie9 .fw-container #ks-slider .item:before,
.ie9 .fw-container-fluid #ks-slider .item:before {
  opacity: 0.1;
  filter: alpha(opacity=10);
  z-index: 0;
}
.fw-container #ks-slider .item .ks-content-full,
.fw-container-fluid #ks-slider .item .ks-content-full,
.fw-container #ks-slider .item .ks-content,
.fw-container-fluid #ks-slider .item .ks-content {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  left: 0;
  top: 0;
  padding-top: 100px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.fw-container #ks-slider .item .ks-img-container,
.fw-container-fluid #ks-slider .item .ks-img-container {
  display: none;
}
.fw-container #ks-slider .item .ks-img-container img,
.fw-container-fluid #ks-slider .item .ks-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fw-container #ks-slider .item .ks-bg-video-wrapper,
.fw-container-fluid #ks-slider .item .ks-bg-video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fw-container #ks-slider .item .ks-bg-video-wrapper video,
.fw-container-fluid #ks-slider .item .ks-bg-video-wrapper video {
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fw-container #ks-slider .item h2,
.fw-container-fluid #ks-slider .item h2,
.fw-container #ks-slider .item p,
.fw-container-fluid #ks-slider .item p {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 15px;
  color: #fff;
  width: 90%;
  font-weight: normal;
  position: relative;
  letter-spacing: 1px;
}
.fw-container #ks-slider .item h2,
.fw-container-fluid #ks-slider .item h2 {
  font-size: 42px;
  margin-bottom: 0.2em;
  line-height: 47px;
}
.fw-container #ks-slider .item p,
.fw-container-fluid #ks-slider .item p {
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .fw-container #ks-slider .item h2,
  .fw-container-fluid #ks-slider .item h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .fw-container #ks-slider .item p,
  .fw-container-fluid #ks-slider .item p {
    font-size: 18px;
    line-height: 1.3em;
  }
}
@media (max-width: 480px) {
  .fw-container #ks-slider .item h2,
  .fw-container-fluid #ks-slider .item h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .fw-container #ks-slider .item p,
  .fw-container-fluid #ks-slider .item p {
    font-size: 15px;
    line-height: 1.2em;
  }
}
.fw-container #ks-slider .bg-content-left .ks-content-full,
.fw-container-fluid #ks-slider .bg-content-left .ks-content-full {
  text-align: left;
}
.fw-container #ks-slider .bg-content-left .ks-content-full h2,
.fw-container-fluid #ks-slider .bg-content-left .ks-content-full h2,
.fw-container #ks-slider .bg-content-left .ks-content-full p,
.fw-container-fluid #ks-slider .bg-content-left .ks-content-full p,
.fw-container #ks-slider .bg-content-left .ks-content-full .btn,
.fw-container-fluid #ks-slider .bg-content-left .ks-content-full .btn {
  margin-left: 0;
}
@media (max-width: 768px) {
  .fw-container #ks-slider .bg-content-left .ks-content-full.slide-caption .container,
  .fw-container-fluid #ks-slider .bg-content-left .ks-content-full.slide-caption .container {
    padding-left: 80px;
  }
}
@media (max-width: 480px) {
  .fw-container #ks-slider .bg-content-left .ks-content-full.slide-caption .container,
  .fw-container-fluid #ks-slider .bg-content-left .ks-content-full.slide-caption .container {
    padding-left: 30px;
  }
}
.fw-container #ks-slider .bg-content-right .ks-content-full,
.fw-container-fluid #ks-slider .bg-content-right .ks-content-full {
  text-align: right;
}
.fw-container #ks-slider .bg-content-right .ks-content-full h2,
.fw-container-fluid #ks-slider .bg-content-right .ks-content-full h2,
.fw-container #ks-slider .bg-content-right .ks-content-full p,
.fw-container-fluid #ks-slider .bg-content-right .ks-content-full p,
.fw-container #ks-slider .bg-content-right .ks-content-full .btn,
.fw-container-fluid #ks-slider .bg-content-right .ks-content-full .btn {
  margin-right: 0;
}
@media (max-width: 768px) {
  .fw-container #ks-slider .bg-content-right .ks-content-full.slide-caption .container,
  .fw-container-fluid #ks-slider .bg-content-right .ks-content-full.slide-caption .container {
    padding-right: 80px;
  }
}
@media (max-width: 480px) {
  .fw-container #ks-slider .bg-content-right .ks-content-full.slide-caption .container,
  .fw-container-fluid #ks-slider .bg-content-right .ks-content-full.slide-caption .container {
    padding-right: 30px;
  }
}
.fw-container #ks-slider .slide-caption,
.fw-container-fluid #ks-slider .slide-caption {
  position: absolute;
  left: 0;
  top: 50%!important;
  bottom: auto!important;
  height: auto!important;
  padding: 0!important;
  width: 100%;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}
.ie9 .fw-container #ks-slider .slide-caption,
.ie9 .fw-container-fluid #ks-slider .slide-caption {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .ie9 .fw-container #ks-slider .slide-caption,
  .ie9 .fw-container-fluid #ks-slider .slide-caption {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .ie9 .fw-container #ks-slider .slide-caption,
  .ie9 .fw-container-fluid #ks-slider .slide-caption {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .ie9 .fw-container #ks-slider .slide-caption,
  .ie9 .fw-container-fluid #ks-slider .slide-caption {
    width: 1170px;
  }
}
.ie9 .fw-container #ks-slider .slide-caption > .navbar-header,
.ie9 .fw-container-fluid #ks-slider .slide-caption > .navbar-header,
.ie9 .fw-container #ks-slider .slide-caption > .navbar-collapse,
.ie9 .fw-container-fluid #ks-slider .slide-caption > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .ie9 .fw-container #ks-slider .slide-caption > .navbar-header,
  .ie9 .fw-container-fluid #ks-slider .slide-caption > .navbar-header,
  .ie9 .fw-container #ks-slider .slide-caption > .navbar-collapse,
  .ie9 .fw-container-fluid #ks-slider .slide-caption > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .fw-container #ks-slider .item .ks-content-full,
  .fw-container-fluid #ks-slider .item .ks-content-full,
  .fw-container #ks-slider .item .ks-content,
  .fw-container-fluid #ks-slider .item .ks-content {
    padding-top: 150px;
  }
  .fw-container #ks-slider .item .ks-bg-video-wrapper,
  .fw-container-fluid #ks-slider .item .ks-bg-video-wrapper {
    display: block;
  }
  .fw-container #ks-slider .item .ks-content,
  .fw-container-fluid #ks-slider .item .ks-content {
    width: 45%;
  }
  .fw-container #ks-slider .item .ks-content:first-of-type,
  .fw-container-fluid #ks-slider .item .ks-content:first-of-type {
    left: 5%;
  }
  .fw-container #ks-slider .item .ks-content:nth-of-type(2),
  .fw-container-fluid #ks-slider .item .ks-content:nth-of-type(2) {
    right: 5%;
    left: auto;
  }
  .fw-container #ks-slider .item .ks-img-container,
  .fw-container-fluid #ks-slider .item .ks-img-container {
    display: block;
  }
  .fw-container #ks-slider .item h2,
  .fw-container-fluid #ks-slider .item h2 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
  }
}
@media only screen and (min-width: 1170px) {
  .fw-container #ks-slider .ks-content-full,
  .fw-container-fluid #ks-slider .ks-content-full,
  .fw-container #ks-slider .ks-content,
  .fw-container-fluid #ks-slider .ks-content {
    padding-top: 220px;
  }
  .fw-container #ks-slider h2,
  .fw-container-fluid #ks-slider h2,
  .fw-container #ks-slider p,
  .fw-container-fluid #ks-slider p,
  .fw-container #ks-slider .btn,
  .fw-container-fluid #ks-slider .btn {
    margin-bottom: 20px;
  }
  .fw-container #ks-slider h2,
  .fw-container-fluid #ks-slider h2 {
    font-size: 3.2em;
  }
  .fw-container #ks-slider p,
  .fw-container-fluid #ks-slider p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .fw-container #ks-slider .ks-content,
  .fw-container-fluid #ks-slider .ks-content {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .fw-container #ks-slider .active .ks-content,
  .fw-container-fluid #ks-slider .active .ks-content {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .fw-container #ks-slider .ks-content:first-of-type,
  .fw-container-fluid #ks-slider .ks-content:first-of-type,
  .fw-container #ks-slider .ks-content:nth-of-type(2),
  .fw-container-fluid #ks-slider .ks-content:nth-of-type(2) {
    -webkit-transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    -o-transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .fw-container #ks-slider h2,
  .fw-container-fluid #ks-slider h2 {
    -webkit-transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    -o-transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .fw-container #ks-slider p,
  .fw-container-fluid #ks-slider p {
    -webkit-transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    -o-transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .fw-container #ks-slider .btn,
  .fw-container-fluid #ks-slider .btn {
    -webkit-transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    -o-transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
  .fw-container #ks-slider .ks-content-full h2,
  .fw-container-fluid #ks-slider .ks-content-full h2,
  .fw-container #ks-slider .ks-content-full p,
  .fw-container-fluid #ks-slider .ks-content-full p,
  .fw-container #ks-slider .ks-content-full .btn,
  .fw-container-fluid #ks-slider .ks-content-full .btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .fw-container #ks-slider .active .ks-content-full h2,
  .fw-container-fluid #ks-slider .active .ks-content-full h2,
  .fw-container #ks-slider .active .ks-content-full p,
  .fw-container-fluid #ks-slider .active .ks-content-full p,
  .fw-container #ks-slider .active .ks-content-full .btn,
  .fw-container-fluid #ks-slider .active .ks-content-full .btn {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.fw-container .fw-table table > thead > tr:first-child > th,
.fw-container-fluid .fw-table table > thead > tr:first-child > th {
  border-top: 1px solid #ececec!important;
  border-bottom: 3px solid #ececec;
}
.fw-container .fw-table table > thead > tr > td,
.fw-container-fluid .fw-table table > thead > tr > td,
.fw-container .fw-table table > tbody > tr > td,
.fw-container-fluid .fw-table table > tbody > tr > td,
.fw-container .fw-table table > tfoot > tr > td,
.fw-container-fluid .fw-table table > tfoot > tr > td,
.fw-container .fw-table table > thead > tr > th,
.fw-container-fluid .fw-table table > thead > tr > th,
.fw-container .fw-table table > tbody > tr > th,
.fw-container-fluid .fw-table table > tbody > tr > th,
.fw-container .fw-table table > tfoot > tr > th,
.fw-container-fluid .fw-table table > tfoot > tr > th {
  border: 1px solid #ececec;
}
.fw-container .fw-table .button-row td *,
.fw-container-fluid .fw-table .button-row td * {
  margin: 0;
}
.fw-container .fw-pricing .fw-default-row,
.fw-container-fluid .fw-pricing .fw-default-row,
.fw-container .fw-pricing .fw-switch-row,
.fw-container-fluid .fw-pricing .fw-switch-row {
  min-height: 50px;
  padding: 12px 0;
}
.fw-container .fw-pricing .fw-pricing-row,
.fw-container-fluid .fw-pricing .fw-pricing-row {
  margin-bottom: 20px;
}
.fw-container .fw-pricing .fw-package,
.fw-container-fluid .fw-pricing .fw-package {
  border-color: #ececec;
}
.fw-container .fw-pricing .fw-package .fw-button-row,
.fw-container-fluid .fw-pricing .fw-package .fw-button-row {
  padding: 15px 0 30px 0;
}
.fw-container .fw-pricing .fw-package .fw-button-row *,
.fw-container-fluid .fw-pricing .fw-package .fw-button-row * {
  margin: 0;
}
.fw-container .fw-pricing .fw-package .fw-heading-row,
.fw-container-fluid .fw-pricing .fw-package .fw-heading-row {
  background-color: #1e1e1e;
}
.fw-container .fw-pricing .fw-package .fw-heading-row span,
.fw-container-fluid .fw-pricing .fw-package .fw-heading-row span {
  border: none;
  font-size: 18px;
}
.fw-container .fw-pricing .fw-package .fw-pricing-row,
.fw-container-fluid .fw-pricing .fw-package .fw-pricing-row {
  padding: 40px 0;
  background-color: #252525;
}
.fw-container .fw-pricing .fw-package .fw-pricing-row span,
.fw-container-fluid .fw-pricing .fw-package .fw-pricing-row span {
  font-size: 40px;
}
.fw-container .fw-pricing .fw-package .fw-pricing-row small,
.fw-container-fluid .fw-pricing .fw-package .fw-pricing-row small {
  color: #999;
}
.fw-container .fw-pricing .fw-package-wrap,
.fw-container-fluid .fw-pricing .fw-package-wrap {
  padding: 0;
  margin-top: 40px;
  margin-left: -1px;
}
.fw-container .fw-pricing .fw-package-wrap.highlight-col,
.fw-container-fluid .fw-pricing .fw-package-wrap.highlight-col {
  margin-top: 0;
}
.fw-container .fw-pricing .fw-package-wrap.highlight-col .fw-heading-row,
.fw-container-fluid .fw-pricing .fw-package-wrap.highlight-col .fw-heading-row {
  background-color: #f1c40f;
  padding: 20px 0;
}
.fw-container .fw-pricing .fw-package-wrap.highlight-col .fw-pricing-row,
.fw-container-fluid .fw-pricing .fw-package-wrap.highlight-col .fw-pricing-row {
  background-color: #f2ca27;
}
.fw-container .fw-pricing .fw-package-wrap.highlight-col .fw-pricing-row small,
.fw-container-fluid .fw-pricing .fw-package-wrap.highlight-col .fw-pricing-row small {
  color: #fff;
  opacity: .9;
}
.fw-container .fw-pricing .fw-package-wrap.desc-col,
.fw-container-fluid .fw-pricing .fw-package-wrap.desc-col {
  margin-top: 173px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .fw-container .fw-pricing .fw-package-wrap.desc-col,
  .fw-container-fluid .fw-pricing .fw-package-wrap.desc-col {
    margin: 0;
    padding: 0;
  }
}
.fw-container .fw-pricing .fw-package-wrap.desc-col .fw-package,
.fw-container-fluid .fw-pricing .fw-package-wrap.desc-col .fw-package {
  border: none;
}
.fw-container .fw-shortcode-calendar-wrapper .page-header h3,
.fw-container-fluid .fw-shortcode-calendar-wrapper .page-header h3 {
  color: #252525;
  text-transform: capitalize;
  line-height: 50px;
}
.fw-container .fw-shortcode-calendar-wrapper .btn-group,
.fw-container-fluid .fw-shortcode-calendar-wrapper .btn-group {
  margin-right: 0;
  vertical-align: top;
  border: 1px solid #ebedef;
}
.fw-container .fw-shortcode-calendar-wrapper .btn-group button,
.fw-container-fluid .fw-shortcode-calendar-wrapper .btn-group button {
  color: #444444;
  margin: 0!important;
  border-radius: 0!important;
  padding: 5px 10px;
  height: 48px;
}
.fw-container .fw-shortcode-calendar-wrapper #cal-slide-tick,
.fw-container-fluid .fw-shortcode-calendar-wrapper #cal-slide-tick {
  top: -16px;
  border-top-color: #f1c40f;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-year-box .row-fluid,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-year-box .row-fluid,
.fw-container .fw-shortcode-calendar-wrapper .cal-month-box .cal-row-fluid,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-box .cal-row-fluid {
  border-bottom: none;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-week-box,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-week-box {
  background-color: transparent;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-day-weekend,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-day-weekend {
  color: #999!important;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-day-holiday,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-day-holiday {
  color: #fe504f !important;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-day-today.cal-month-day,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-day-today.cal-month-day {
  background-color: #f1c40f !important;
}
@media (max-width: 767px) {
  .fw-container .fw-shortcode-calendar-wrapper .cal-month-day,
  .fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-day {
    height: 80px;
  }
}
.fw-container .fw-shortcode-calendar-wrapper .cal-month-day.event-day span[data-cal-date],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-day.event-day span[data-cal-date] {
  color: #fff!important;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"]:hover span[data-cal-date],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"]:hover span[data-cal-date] {
  color: #252525;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth:hover,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth:hover,
.fw-container .fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth:hover span[data-cal-date],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth:hover span[data-cal-date] {
  color: #252525!important;
  background-color: #f6f7f8;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth.event-day:hover span[data-cal-date],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth.event-day:hover span[data-cal-date] {
  background-color: transparent;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth span[data-cal-date],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth span[data-cal-date] {
  cursor: default;
  color: #999!important;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-day.cal-day-outmonth {
  background-color: #f6f7f8;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-month-day.event-day,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-day.event-day {
  color: #fff!important;
  background-color: #f1c40f !important;
}
.fw-container .fw-shortcode-calendar-wrapper #cal-slide-content a.event-item:hover,
.fw-container-fluid .fw-shortcode-calendar-wrapper #cal-slide-content a.event-item:hover {
  text-decoration: none;
}
.fw-container .fw-shortcode-calendar-wrapper #cal-slide-content,
.fw-container-fluid .fw-shortcode-calendar-wrapper #cal-slide-content {
  background-color: #6998a0;
  color: #fff;
}
.fw-container .fw-shortcode-calendar-wrapper #cal-slide-content a.event-item,
.fw-container-fluid .fw-shortcode-calendar-wrapper #cal-slide-content a.event-item {
  color: #fff;
}
.fw-container .fw-shortcode-calendar-wrapper #cal-slide-content a.event-item:hover,
.fw-container-fluid .fw-shortcode-calendar-wrapper #cal-slide-content a.event-item:hover {
  opacity: .75;
}
.fw-container .fw-shortcode-calendar-wrapper #cal-slide-content a.event-item:after,
.fw-container-fluid .fw-shortcode-calendar-wrapper #cal-slide-content a.event-item:after {
  display: none!important;
}
.fw-container .fw-shortcode-calendar-wrapper .list-events,
.fw-container-fluid .fw-shortcode-calendar-wrapper .list-events {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .fw-container .fw-shortcode-calendar-wrapper .list-events,
  .fw-container-fluid .fw-shortcode-calendar-wrapper .list-events {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .fw-container .fw-shortcode-calendar-wrapper .list-events,
  .fw-container-fluid .fw-shortcode-calendar-wrapper .list-events {
    display: none;
  }
}
@media (max-width: 480px) {
  .fw-container .fw-shortcode-calendar-wrapper .text-today,
  .fw-container-fluid .fw-shortcode-calendar-wrapper .text-today {
    position: relative;
    top: 5px;
    left: 0;
    right: auto;
    font-size: 8px;
  }
}
.fw-container .fw-shortcode-calendar-wrapper .cal-row-fluid.cal-row-head [class*="cal-cell"],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-row-fluid.cal-row-head [class*="cal-cell"],
.fw-container .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
.fw-container .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"] {
  background-color: transparent;
  color: #252525;
  font-size: 15px;
  text-transform: capitalize;
  padding: 15px;
  border-bottom: 1px solid #ecedee;
}
@media (max-width: 768px) {
  .fw-container .fw-shortcode-calendar-wrapper .cal-row-fluid.cal-row-head [class*="cal-cell"],
  .fw-container-fluid .fw-shortcode-calendar-wrapper .cal-row-fluid.cal-row-head [class*="cal-cell"],
  .fw-container .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
  .fw-container-fluid .fw-shortcode-calendar-wrapper .cal-year-box [class*="span"],
  .fw-container .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"],
  .fw-container-fluid .fw-shortcode-calendar-wrapper .cal-month-box [class*="cal-cell"] {
    padding: 5px;
  }
}
.fw-container .fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head [class*="cal-cell"],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head [class*="cal-cell"] {
  padding-top: 13px;
  border-bottom: 1px solid #ecedee;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head [class*="cal-cell"]:first-child,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head [class*="cal-cell"]:first-child {
  padding-top: 13px;
  border-bottom: 1px solid #ecedee;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head [class*="cal-cell"] small,
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-week-box .cal-row-head [class*="cal-cell"] small {
  border-top: 2px solid #888;
  display: block;
  margin-top: 10px;
}
.fw-container .fw-shortcode-calendar-wrapper .cal-week-box .cal-day-today span[data-cal-date],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-week-box .cal-day-today span[data-cal-date],
.fw-container .fw-shortcode-calendar-wrapper .cal-week-box .cal-day-today.event-day span[data-cal-date],
.fw-container-fluid .fw-shortcode-calendar-wrapper .cal-week-box .cal-day-today.event-day span[data-cal-date] {
  color: #f1c40f;
}
.fw-container .fw-testimonials,
.fw-container-fluid .fw-testimonials {
  margin: 15px 0;
}
.fw-container .fw-testimonials .fw-testimonials-avatar img,
.fw-container-fluid .fw-testimonials .fw-testimonials-avatar img {
  width: 70px;
  height: 70px;
  border: none;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}
.fw-container .fw-testimonials .fw-testimonials-arrows a:after,
.fw-container-fluid .fw-testimonials .fw-testimonials-arrows a:after {
  display: none!important;
}
.fw-container .fw-testimonials .fw-testimonials-pagination a,
.fw-container-fluid .fw-testimonials .fw-testimonials-pagination a {
  display: inline-block;
  width: 22px;
  height: 7px;
  border-radius: 0;
  background-color: #bbb;
  overflow: hidden;
  margin: 3px;
  outline: none;
}
.fw-container .fw-testimonials .fw-testimonials-pagination a:hover,
.fw-container-fluid .fw-testimonials .fw-testimonials-pagination a:hover,
.fw-container .fw-testimonials .fw-testimonials-pagination a.selected,
.fw-container-fluid .fw-testimonials .fw-testimonials-pagination a.selected {
  background-color: #f1c40f;
}
.fw-container .fw-testimonials .fw-testimonials-text,
.fw-container-fluid .fw-testimonials .fw-testimonials-text {
  font-size: 18px;
  font-family: 'Karla', Helvetica, serif;
  font-style: normal;
  color: #333333;
  line-height: 1.5em;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.fw-container .fw-testimonials.fw-testimonials-default .fw-testimonials-text,
.fw-container-fluid .fw-testimonials.fw-testimonials-default .fw-testimonials-text {
  background-color: #fff;
  border-color: #f1c40f;
}
.fw-container .fw-testimonials.fw-testimonials-default .fw-testimonials-text:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-default .fw-testimonials-text:before {
  border-color: #f1c40f transparent transparent transparent;
}
.fw-container .fw-testimonials.fw-testimonials-default .fw-testimonials-text:after,
.fw-container-fluid .fw-testimonials.fw-testimonials-default .fw-testimonials-text:after {
  border-color: #fff transparent transparent transparent;
}
.fw-container .fw-testimonials.fw-testimonials-default .fw-testimonials-text p:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-default .fw-testimonials-text p:before {
  content: "\f10d";
  font-family: FontAwesome;
  padding-right: 15px;
  color: #f1c40f;
}
.fw-container .fw-testimonials.fw-testimonials-default .fw-testimonials-arrows,
.fw-container-fluid .fw-testimonials.fw-testimonials-default .fw-testimonials-arrows {
  display: none;
}
.fw-container .fw-testimonials.fw-testimonials-default .fw-testimonials-pagination,
.fw-container-fluid .fw-testimonials.fw-testimonials-default .fw-testimonials-pagination {
  bottom: 50px;
}
@media (max-width: 480px) {
  .fw-container .fw-testimonials.fw-testimonials-default .fw-testimonials-pagination,
  .fw-container-fluid .fw-testimonials.fw-testimonials-default .fw-testimonials-pagination {
    bottom: 80px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .fw-container .fw-testimonials.fw-testimonials-default .fw-testimonials-author,
  .fw-container-fluid .fw-testimonials.fw-testimonials-default .fw-testimonials-author {
    padding-top: 30px;
  }
}
.fw-container .fw-testimonials.fw-testimonials-default .fw-testimonials-author .author-name,
.fw-container-fluid .fw-testimonials.fw-testimonials-default .fw-testimonials-author .author-name {
  color: #f1c40f;
}
.fw-container .fw-testimonials.fw-testimonials-default .fw-testimonials-author em,
.fw-container-fluid .fw-testimonials.fw-testimonials-default .fw-testimonials-author em {
  color: #999;
}
.fw-container .fw-testimonials.fw-testimonials-dark .fw-testimonials-text,
.fw-container-fluid .fw-testimonials.fw-testimonials-dark .fw-testimonials-text {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.fw-container .fw-testimonials.fw-testimonials-dark .fw-testimonials-text:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-dark .fw-testimonials-text:before,
.fw-container .fw-testimonials.fw-testimonials-dark .fw-testimonials-text:after,
.fw-container-fluid .fw-testimonials.fw-testimonials-dark .fw-testimonials-text:after {
  border-color: #222 transparent transparent transparent;
}
.fw-container .fw-testimonials.fw-testimonials-dark .fw-testimonials-text p:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-dark .fw-testimonials-text p:before {
  content: "\f10d";
  font-family: FontAwesome;
  padding-right: 15px;
}
.fw-container .fw-testimonials.fw-testimonials-dark .fw-testimonials-pagination,
.fw-container-fluid .fw-testimonials.fw-testimonials-dark .fw-testimonials-pagination {
  display: none!important;
}
.fw-container .fw-testimonials.fw-testimonials-dark .fw-testimonials-author .author-name,
.fw-container-fluid .fw-testimonials.fw-testimonials-dark .fw-testimonials-author .author-name {
  color: #222;
}
.fw-container .fw-testimonials.fw-testimonials-dark .fw-testimonials-author em,
.fw-container-fluid .fw-testimonials.fw-testimonials-dark .fw-testimonials-author em {
  color: #999;
}
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-author .fw-testimonials-url,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-author .fw-testimonials-url {
  display: inline-block;
  padding-left: 2px;
}
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-author .fw-testimonials-url:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-author .fw-testimonials-url:before {
  content: ' - ';
}
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-arrows,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-arrows {
  display: none;
}
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-pagination,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-pagination {
  position: relative;
  display: inline-block;
  bottom: auto;
  right: auto;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-text,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-text {
  text-align: center;
}
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-text:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-text:before,
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-text:after,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-text:after {
  left: 49%;
}
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-list,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-list {
  text-align: center;
}
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-meta,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-meta {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px 0 10px 0;
}
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-meta .fw-testimonials-avatar,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-meta .fw-testimonials-avatar {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.fw-container .fw-testimonials.fw-testimonials-center .fw-testimonials-meta .fw-testimonials-author,
.fw-container-fluid .fw-testimonials.fw-testimonials-center .fw-testimonials-meta .fw-testimonials-author {
  display: block;
  padding: 0;
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-author .fw-testimonials-url,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-author .fw-testimonials-url {
  display: inline-block;
  padding-left: 2px;
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-author .fw-testimonials-url:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-author .fw-testimonials-url:before {
  content: ' - ';
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-arrows,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-arrows {
  position: relative;
  display: inline-block;
  bottom: auto;
  right: auto;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-pagination,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-pagination {
  display: none!important;
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-text,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-text {
  text-align: center;
  background-color: #f7f8f9;
  border-color: #ecedee;
  color: #888;
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-text:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-text:before {
  left: 49%;
  border-color: #ecedee transparent transparent transparent;
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-text:after,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-text:after {
  left: 49%;
  border-color: #f7f8f9 transparent transparent transparent;
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-list,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-list {
  text-align: center;
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-meta,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-meta {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px 0 10px 0;
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-meta .fw-testimonials-avatar,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-meta .fw-testimonials-avatar {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.fw-container .fw-testimonials.fw-testimonials-gray .fw-testimonials-meta .fw-testimonials-author,
.fw-container-fluid .fw-testimonials.fw-testimonials-gray .fw-testimonials-meta .fw-testimonials-author {
  display: block;
  padding: 0;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-author .fw-testimonials-url,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-author .fw-testimonials-url {
  display: inline-block;
  padding-left: 2px;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-author .fw-testimonials-url:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-author .fw-testimonials-url:before {
  content: ' - ';
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-arrows,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-arrows {
  position: relative;
  display: inline-block;
  bottom: auto;
  right: auto;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-pagination,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-pagination {
  display: none!important;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-text,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-text {
  padding: 0;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-text:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-text:before,
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-text:after,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-text:after {
  display: none;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-text p:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-text p:before {
  content: "\f10d";
  font-family: FontAwesome;
  padding-right: 15px;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-text p:after,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-text p:after {
  content: "\f10e";
  font-family: FontAwesome;
  padding-left: 15px;
}
.fw-container .fw-testimonials.fw-testimonials-light .next,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .next,
.fw-container .fw-testimonials.fw-testimonials-light .prev,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .prev {
  color: inherit;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-url a,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-url a {
  color: inherit;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-url a:hover,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-url a:hover {
  opacity: .75;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-url a:after,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-url a:after {
  display: none!important;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-list,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-list {
  text-align: center;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-meta,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-meta {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px 0 10px 0;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-meta .fw-testimonials-avatar,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-meta .fw-testimonials-avatar {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.fw-container .fw-testimonials.fw-testimonials-light .fw-testimonials-meta .fw-testimonials-author,
.fw-container-fluid .fw-testimonials.fw-testimonials-light .fw-testimonials-meta .fw-testimonials-author {
  color: inherit;
  display: block;
  padding: 0;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-author .fw-testimonials-url,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-author .fw-testimonials-url {
  display: inline-block;
  padding-left: 2px;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-author .fw-testimonials-url:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-author .fw-testimonials-url:before {
  content: ' - ';
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-arrows,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-arrows {
  display: none!important;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-pagination,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-pagination {
  position: relative;
  display: inline-block;
  bottom: auto;
  right: auto;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-pagination a,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-pagination a {
  background-color: #fff;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-pagination a:hover,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-pagination a:hover,
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-pagination a.selected,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-pagination a.selected {
  background-color: #f1c40f;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-text,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-text {
  padding: 0;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-text:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-text:before,
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-text:after,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-text:after {
  display: none;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-text p:before,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-text p:before {
  content: "\f10d";
  font-family: FontAwesome;
  padding-right: 15px;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-text p:after,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-text p:after {
  content: "\f10e";
  font-family: FontAwesome;
  padding-left: 15px;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .next,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .next,
.fw-container .fw-testimonials.fw-testimonials-light-2 .prev,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .prev {
  color: inherit;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-url a,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-url a {
  color: inherit;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-url a:hover,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-url a:hover {
  opacity: .75;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-url a:after,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-url a:after {
  display: none!important;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-list,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-list {
  text-align: center;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-meta,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-meta {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px 0 10px 0;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-meta .fw-testimonials-avatar,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-meta .fw-testimonials-avatar {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.fw-container .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-meta .fw-testimonials-author,
.fw-container-fluid .fw-testimonials.fw-testimonials-light-2 .fw-testimonials-meta .fw-testimonials-author {
  color: inherit;
  display: block;
  padding: 0;
}
.fw-container .fw-team .fw-team-inner,
.fw-container-fluid .fw-team .fw-team-inner {
  text-align: left;
}
.fw-container .fw-team .fw-team-name,
.fw-container-fluid .fw-team .fw-team-name {
  margin-top: 15px;
}
.fw-container .fw-team .fw-team-name span,
.fw-container-fluid .fw-team .fw-team-name span {
  color: #999;
}
.fw-container .fw-team .icon-social a,
.fw-container-fluid .fw-team .icon-social a {
  width: auto;
  height: auto;
  margin-right: 10px;
}
.fw-container .fw-team.fw-team-animate .fw-team-inner,
.fw-container-fluid .fw-team.fw-team-animate .fw-team-inner {
  text-align: center;
}
.fw-container .fw-team.fw-team-animate .fw-team-text,
.fw-container-fluid .fw-team.fw-team-animate .fw-team-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fw-container .fw-team.fw-team-animate .fw-team-image,
.fw-container-fluid .fw-team.fw-team-animate .fw-team-image {
  position: relative;
}
.fw-container .fw-team.fw-team-animate .fw-team-image:hover > .icon-social,
.fw-container-fluid .fw-team.fw-team-animate .fw-team-image:hover > .icon-social {
  opacity: 1;
}
.fw-container .fw-team.fw-team-animate .icon-social,
.fw-container-fluid .fw-team.fw-team-animate .icon-social {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  text-align: center;
  overflow: hidden;
  background-color: rgba(37, 37, 37, 0.6);
}
.fw-container .fw-team.fw-team-animate .icon-social a,
.fw-container-fluid .fw-team.fw-team-animate .icon-social a {
  color: #fff!important;
  margin: 0 5px 0 5px;
}
.fw-container .fw-team.fw-team-animate .icon-social a:hover,
.fw-container-fluid .fw-team.fw-team-animate .icon-social a:hover {
  opacity: .7;
}
.fw-container .fw-team.fw-team-animate .icon-social ul,
.fw-container-fluid .fw-team.fw-team-animate .icon-social ul {
  width: 90%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: 40%;
}
.fw-container .fw-team.fw-team-animate .icon-social ul li,
.fw-container-fluid .fw-team.fw-team-animate .icon-social ul li {
  float: none;
  display: inline-block;
  margin: 0;
}
.fw-container .fw-team.fw-team-name a:after,
.fw-container-fluid .fw-team.fw-team-name a:after {
  display: none!important;
}
.fw-container .fw-team.fw-team-name .fw-team-inner,
.fw-container-fluid .fw-team.fw-team-name .fw-team-inner {
  text-align: center;
}
.fw-container .fw-team.fw-team-name .fw-team-text,
.fw-container-fluid .fw-team.fw-team-name .fw-team-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fw-container .fw-team.fw-team-name a,
.fw-container-fluid .fw-team.fw-team-name a {
  position: relative;
}
.fw-container .fw-team.fw-team-name a:hover .fw-team-name,
.fw-container-fluid .fw-team.fw-team-name a:hover .fw-team-name {
  background-color: transparent;
}
.fw-container .fw-team.fw-team-name .fw-team-name,
.fw-container-fluid .fw-team.fw-team-name .fw-team-name {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  text-align: center;
  overflow: hidden;
  background-color: rgba(37, 37, 37, 0.25);
}
.fw-container .fw-team.fw-team-name h3,
.fw-container-fluid .fw-team.fw-team-name h3 {
  color: #fff;
  position: absolute;
  padding: 0 30px;
  margin: 0;
  bottom: 20px;
  left: 0;
  font-size: 16px;
  text-align: left;
  display: block;
  text-transform: uppercase;
  width: 100%;
  z-index: 1000;
  font-weight: 700;
}
.fw-container .fw-call-to-action,
.fw-container-fluid .fw-call-to-action {
  border: none!important;
  border-radius: 0!important;
  padding: 40px 0 !important;
  display: table;
  width: 100%!important;
}
.fw-container .fw-call-to-action > div,
.fw-container-fluid .fw-call-to-action > div {
  display: table-cell;
  vertical-align: middle;
}
.fw-container .fw-call-to-action .fw-action-content h2,
.fw-container-fluid .fw-call-to-action .fw-action-content h2 {
  margin: 0 0 20px 0;
  font-weight: 500;
  color: inherit;
}
.fw-container .fw-call-to-action .fw-action-content img,
.fw-container-fluid .fw-call-to-action .fw-action-content img {
  display: inline-block;
  margin: 10px 7px;
}
.fw-container .fw-call-to-action .fw-action-content a,
.fw-container-fluid .fw-call-to-action .fw-action-content a {
  border: none!important;
}
.fw-container .fw-call-to-action .fw-action-content a:after,
.fw-container-fluid .fw-call-to-action .fw-action-content a:after {
  display: none!important;
}
.fw-container .fw-call-to-action .fw-action-content a:hover img,
.fw-container-fluid .fw-call-to-action .fw-action-content a:hover img {
  opacity: 0.825;
  filter: alpha(opacity=82.5);
}
.fw-container .fw-call-to-action .fw-action-btn,
.fw-container-fluid .fw-call-to-action .fw-action-btn {
  padding-left: 40px;
}
.fw-container .fw-call-to-action .fw-action-btn .btn,
.fw-container-fluid .fw-call-to-action .fw-action-btn .btn {
  margin: 0;
}
.fw-container .fw-call-to-action.aligncenter .fw-action-content,
.fw-container-fluid .fw-call-to-action.aligncenter .fw-action-content {
  padding: 0 40px;
}
.fw-container .fw-call-to-action.aligncenter > div,
.fw-container-fluid .fw-call-to-action.aligncenter > div {
  display: block;
}
.fw-container .fw-call-to-action.aligncenter .fw-action-btn,
.fw-container-fluid .fw-call-to-action.aligncenter .fw-action-btn {
  padding: 10px 0 0 0;
}
.fw-container .fw-call-to-action.light,
.fw-container-fluid .fw-call-to-action.light {
  color: #fff;
}
.fw-container .fw-call-to-action.light h2,
.fw-container-fluid .fw-call-to-action.light h2 {
  color: #fff;
}
.fw-container .wrap-forms .fw-row,
.fw-container-fluid .wrap-forms .fw-row {
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .fw-container .wrap-forms .fw-row .form-builder-item,
  .fw-container-fluid .wrap-forms .fw-row .form-builder-item {
    padding: 0 15px;
  }
}
.fw-container .wrap-forms .custom-checkbox input,
.fw-container-fluid .wrap-forms .custom-checkbox input,
.fw-container .wrap-forms .custom-radio input,
.fw-container-fluid .wrap-forms .custom-radio input {
  margin-top: 0;
}
.fw-container .wrap-forms .custom-checkbox label,
.fw-container-fluid .wrap-forms .custom-checkbox label,
.fw-container .wrap-forms .custom-radio label,
.fw-container-fluid .wrap-forms .custom-radio label {
  padding-left: 10px;
  margin-bottom: 10px;
}
.fw-container .wrap-forms em,
.fw-container-fluid .wrap-forms em {
  font-size: 12px;
  color: #999;
}
.fw-container .fw-accordion,
.fw-container-fluid .fw-accordion {
  border: none;
}
.fw-container .fw-accordion .fw-accordion-content,
.fw-container-fluid .fw-accordion .fw-accordion-content {
  padding: 20px 20px 20px 0;
}
@media (max-width: 768px) {
  .fw-container .fw-accordion .fw-accordion-content,
  .fw-container-fluid .fw-accordion .fw-accordion-content {
    padding: 20px 20px 15px 30px;
  }
}
.fw-container .fw-accordion .fw-accordion-content p,
.fw-container-fluid .fw-accordion .fw-accordion-content p {
  padding: 0;
}
.fw-container .fw-accordion.fw-accordion-border .fw-accordion-content,
.fw-container-fluid .fw-accordion.fw-accordion-border .fw-accordion-content {
  padding: 20px 20px 20px 0;
}
@media (max-width: 480px) {
  .fw-container .fw-accordion.fw-accordion-border .fw-accordion-content,
  .fw-container-fluid .fw-accordion.fw-accordion-border .fw-accordion-content {
    padding-right: 0;
  }
}
.fw-container .fw-accordion.fw-accordion-border .fw-accordion-title,
.fw-container-fluid .fw-accordion.fw-accordion-border .fw-accordion-title {
  display: block;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #8c8c8c;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.fw-container .fw-accordion.fw-accordion-border .fw-accordion-title:first-child,
.fw-container-fluid .fw-accordion.fw-accordion-border .fw-accordion-title:first-child {
  border: 1px solid #8c8c8c;
}
.fw-container .fw-accordion.fw-accordion-border .fw-accordion-title .ui-icon,
.fw-container-fluid .fw-accordion.fw-accordion-border .fw-accordion-title .ui-icon {
  top: 18px;
}
.fw-container .fw-accordion.fw-accordion-border .fw-accordion-title:hover,
.fw-container-fluid .fw-accordion.fw-accordion-border .fw-accordion-title:hover,
.fw-container .fw-accordion.fw-accordion-border .fw-accordion-title.ui-state-active,
.fw-container-fluid .fw-accordion.fw-accordion-border .fw-accordion-title.ui-state-active {
  color: #fff;
  border-color: #222;
  background: #222;
}
.fw-container .fw-accordion.fw-accordion-border .fw-accordion-title.ui-state-active .ui-icon,
.fw-container-fluid .fw-accordion.fw-accordion-border .fw-accordion-title.ui-state-active .ui-icon {
  top: 21px;
}
.fw-container .fw-accordion .fw-accordion-title,
.fw-container-fluid .fw-accordion .fw-accordion-title {
  background-color: transparent;
  font-size: 14px;
  display: block;
  padding: 2em 20px;
  margin-bottom: 0;
  margin-left: -20px;
  border-bottom: 1px solid #e8e9ea;
  border-top: none;
  text-transform: uppercase;
  color: #1e1e1e;
  letter-spacing: -0.25px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 768px) {
  .fw-container .fw-accordion .fw-accordion-title,
  .fw-container-fluid .fw-accordion .fw-accordion-title {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.fw-container .fw-accordion .fw-accordion-title .ui-icon,
.fw-container-fluid .fw-accordion .fw-accordion-title .ui-icon {
  top: 37px;
  right: 20px;
  left: auto;
}
.fw-container .fw-accordion .fw-accordion-title.ui-state-active .ui-icon,
.fw-container-fluid .fw-accordion .fw-accordion-title.ui-state-active .ui-icon {
  top: 40px;
}
.fw-container .fw-accordion .fw-accordion-title.ui-state-hover,
.fw-container-fluid .fw-accordion .fw-accordion-title.ui-state-hover {
  color: #acb1b4;
}
.fw-container .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default,
.fw-container-fluid .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default {
  display: block;
  padding: 0;
  background: transparent;
  color: #8c8c8c;
  border: 1px solid #8c8c8c;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.fw-container .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default:after,
.fw-container-fluid .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default:after {
  display: none;
}
.fw-container .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default a,
.fw-container-fluid .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default a {
  color: #8c8c8c;
  padding: 4px 40px;
  display: block;
}
.fw-container .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default:first-child,
.fw-container-fluid .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default:first-child {
  border: 1px solid #8c8c8c;
}
.fw-container .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default:hover,
.fw-container-fluid .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default:hover,
.fw-container .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default.ui-state-active,
.fw-container-fluid .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default.ui-state-active {
  color: #fff;
  border-color: #222;
  background: #222;
  border: 1px solid #222;
}
.fw-container .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default:hover a,
.fw-container-fluid .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default:hover a,
.fw-container .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default.ui-state-active a,
.fw-container-fluid .fw-tabs-container.fw-tabs-border .fw-tabs ul li.ui-state-default.ui-state-active a {
  color: #fff;
}
.fw-container .fw-tabs-container .fw-tabs ul li.ui-state-default,
.fw-container-fluid .fw-tabs-container .fw-tabs ul li.ui-state-default {
  border: none;
  background-color: transparent;
  font-weight: 700;
  position: relative;
}
.fw-container .fw-tabs-container .fw-tabs ul li.ui-state-default:first-child,
.fw-container-fluid .fw-tabs-container .fw-tabs ul li.ui-state-default:first-child {
  border-left: none;
}
.fw-container .fw-tabs-container .fw-tabs ul li.ui-state-default:after,
.fw-container-fluid .fw-tabs-container .fw-tabs ul li.ui-state-default:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  display: block;
  overflow: hidden;
  width: 0;
  background-color: #f1c40f;
  content: '';
  -webkit-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
}
.fw-container .fw-tabs-container .fw-tabs ul li.ui-state-default:hover:after,
.fw-container-fluid .fw-tabs-container .fw-tabs ul li.ui-state-default:hover:after {
  width: 100%;
}
.fw-container .fw-tabs-container .fw-tabs ul li.ui-state-default.ui-state-active:after,
.fw-container-fluid .fw-tabs-container .fw-tabs ul li.ui-state-default.ui-state-active:after {
  width: 100%;
}
.fw-container .fw-tabs-container .fw-tabs ul li.ui-state-default.ui-state-active a,
.fw-container-fluid .fw-tabs-container .fw-tabs ul li.ui-state-default.ui-state-active a {
  color: #f1c40f;
}
.fw-container .fw-tabs-container .fw-tabs ul li,
.fw-container-fluid .fw-tabs-container .fw-tabs ul li {
  margin-right: 15px;
}
.fw-container .fw-tabs-container .fw-tabs ul li a,
.fw-container-fluid .fw-tabs-container .fw-tabs ul li a {
  color: inherit;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 0px 3px 0;
}
.fw-container .fw-tabs-container .fw-tab-content,
.fw-container-fluid .fw-tabs-container .fw-tab-content {
  padding: 20px 0 0 0;
  border: none;
  margin-top: -1px;
}
@media (max-width: 768px) {
  .fw-container .fw-tabs-container .fw-tab-content,
  .fw-container-fluid .fw-tabs-container .fw-tab-content {
    padding-bottom: 20px;
  }
}
.fw-container .fw-tabs-container .fw-tab-content > p,
.fw-container-fluid .fw-tabs-container .fw-tab-content > p {
  overflow: hidden;
  clear: both;
}
.fw-container .fw-tabs-container .fw-tab-content .alignleft,
.fw-container-fluid .fw-tabs-container .fw-tab-content .alignleft {
  float: left!important;
  padding-right: 30px!important;
  margin: 0;
}
.fw-container .fw-tabs-container .fw-tab-content .alignright,
.fw-container-fluid .fw-tabs-container .fw-tab-content .alignright {
  float: right!important;
  margin: 5px 0 10px 20px!important;
}
.fw-container .fw-alert,
.fw-container-fluid .fw-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 20px;
  border-radius: 0;
  padding: 20px;
}
.fw-container .fw-alert h4,
.fw-container-fluid .fw-alert h4 {
  margin-top: 0;
  color: inherit;
}
.fw-container .fw-alert .alert-link,
.fw-container-fluid .fw-alert .alert-link {
  font-weight: bold;
}
.fw-container .fw-alert > p,
.fw-container-fluid .fw-alert > p,
.fw-container .fw-alert > ul,
.fw-container-fluid .fw-alert > ul {
  margin-bottom: 0;
}
.fw-container .fw-alert > p + p,
.fw-container-fluid .fw-alert > p + p {
  margin-top: 5px;
}
.fw-container .fw-alert > i,
.fw-container-fluid .fw-alert > i {
  padding-right: 20px;
}
.fw-container .fw-alert .alert-icon,
.fw-container-fluid .fw-alert .alert-icon {
  padding-right: 10px;
}
.fw-container .fw-alert-success,
.fw-container-fluid .fw-alert-success {
  background-color: #83b348;
  border-color: #83b348;
  color: #ffffff;
}
.fw-container .fw-alert-success hr,
.fw-container-fluid .fw-alert-success hr {
  border-top-color: #76a141;
}
.fw-container .fw-alert-success .alert-link,
.fw-container-fluid .fw-alert-success .alert-link {
  color: #e6e6e6;
}
.fw-container .fw-alert-info,
.fw-container-fluid .fw-alert-info {
  background-color: #54c7fc;
  border-color: #54c7fc;
  color: #ffffff;
}
.fw-container .fw-alert-info hr,
.fw-container-fluid .fw-alert-info hr {
  border-top-color: #3bbffc;
}
.fw-container .fw-alert-info .alert-link,
.fw-container-fluid .fw-alert-info .alert-link {
  color: #e6e6e6;
}
.fw-container .fw-alert-warning,
.fw-container-fluid .fw-alert-warning {
  background-color: #eabe12;
  border-color: #eabe12;
  color: #ffffff;
}
.fw-container .fw-alert-warning hr,
.fw-container-fluid .fw-alert-warning hr {
  border-top-color: #d2ab10;
}
.fw-container .fw-alert-warning .alert-link,
.fw-container-fluid .fw-alert-warning .alert-link {
  color: #e6e6e6;
}
.fw-container .fw-alert-danger,
.fw-container-fluid .fw-alert-danger {
  background-color: #fe504f;
  border-color: #fe504f;
  color: #ffffff;
}
.fw-container .fw-alert-danger hr,
.fw-container-fluid .fw-alert-danger hr {
  border-top-color: #fe3736;
}
.fw-container .fw-alert-danger .alert-link,
.fw-container-fluid .fw-alert-danger .alert-link {
  color: #e6e6e6;
}
.fw-container .fw-icon,
.fw-container-fluid .fw-icon {
  display: block;
  margin-bottom: 20px;
}
.fw-container .fw-icon .list-title,
.fw-container-fluid .fw-icon .list-title {
  font-size: 12px;
}
.fw-container .pe-icons .fw-icon i,
.fw-container-fluid .pe-icons .fw-icon i {
  font-family: 'Pe-icon-7-stroke';
  font-weight: 700;
}
.fw-container .fw-iconbox,
.fw-container-fluid .fw-iconbox {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .fw-container .fw-iconbox,
  .fw-container-fluid .fw-iconbox {
    padding: 15px 0;
  }
}
.fw-container .fw-iconbox .fw-iconbox-title h3,
.fw-container-fluid .fw-iconbox .fw-iconbox-title h3 {
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: inherit;
  margin-top: 2px;
  margin-bottom: 20px;
}
.fw-container .fw-iconbox .fw-iconbox-text,
.fw-container-fluid .fw-iconbox .fw-iconbox-text {
  width: 100%;
}
.fw-container .fw-iconbox-1 .fw-iconbox-title h3,
.fw-container-fluid .fw-iconbox-1 .fw-iconbox-title h3 {
  margin-top: 20px;
}
.fw-container .fw-iconbox-1 .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-1 .fw-iconbox-image {
  border: 1px solid;
  width: 82px;
  height: 82px;
  font-size: 32px;
  line-height: 82px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fw-container .fw-iconbox-1.fw-iconbox-solid .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-1.fw-iconbox-solid .fw-iconbox-image {
  color: #252525;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.fw-container .fw-iconbox-1.fw-iconbox-solid:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-1.fw-iconbox-solid:hover .fw-iconbox-image {
  color: #f1c40f;
  background-color: #252525;
  border-color: #252525;
}
.fw-container .fw-iconbox-1.fw-iconbox-border .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-1.fw-iconbox-border .fw-iconbox-image {
  color: #f1c40f;
  background-color: transparent;
  border-color: #f1c40f;
}
.fw-container .fw-iconbox-1.fw-iconbox-noborder .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-1.fw-iconbox-noborder .fw-iconbox-image {
  color: #f1c40f;
  background-color: transparent;
  border-color: transparent;
  font-size: 42px;
}
.fw-container .fw-iconbox-1.fw-iconbox-noborder:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-1.fw-iconbox-noborder:hover .fw-iconbox-image {
  color: #252525;
}
.fw-container .fw-iconbox-1.fw-iconbox-pic .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-1.fw-iconbox-pic .fw-iconbox-image {
  border-color: transparent;
}
.fw-container .fw-iconbox-1.fw-iconbox-pic .fw-iconbox-image img,
.fw-container-fluid .fw-iconbox-1.fw-iconbox-pic .fw-iconbox-image img {
  border-radius: 50%;
}
.fw-container .fw-iconbox-2 .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2 .fw-iconbox-image {
  border: 1px solid;
  width: 66px;
  height: 66px;
  font-size: 30px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fw-container .fw-iconbox-2.fw-iconbox-solid .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2.fw-iconbox-solid .fw-iconbox-image {
  color: #252525;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.fw-container .fw-iconbox-2.fw-iconbox-solid:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2.fw-iconbox-solid:hover .fw-iconbox-image {
  color: #f1c40f;
  background-color: #252525;
  border-color: #252525;
}
.fw-container .fw-iconbox-2.fw-iconbox-border .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2.fw-iconbox-border .fw-iconbox-image {
  color: #f1c40f;
  background-color: transparent;
  border-color: #f1c40f;
}
.fw-container .fw-iconbox-2.fw-iconbox-noborder .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2.fw-iconbox-noborder .fw-iconbox-image {
  color: #f1c40f;
  background-color: transparent;
  border-color: transparent;
  font-size: 40px;
  line-height: 40px;
}
.fw-container .fw-iconbox-2.fw-iconbox-noborder:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2.fw-iconbox-noborder:hover .fw-iconbox-image {
  color: #252525;
}
.fw-container .fw-iconbox-2.fw-iconbox-pic .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2.fw-iconbox-pic .fw-iconbox-image {
  border-color: transparent;
}
.fw-container .fw-iconbox-2.fw-iconbox-pic .fw-iconbox-image img,
.fw-container-fluid .fw-iconbox-2.fw-iconbox-pic .fw-iconbox-image img {
  border-radius: 50%;
}
.fw-container .fw-iconbox-2 .fw-iconbox-aside,
.fw-container-fluid .fw-iconbox-2 .fw-iconbox-aside {
  margin-left: 86px;
}
@media (max-width: 768px) {
  .fw-container .fw-iconbox-2,
  .fw-container-fluid .fw-iconbox-2 {
    padding: 10px 0;
  }
  .fw-container .fw-iconbox-2 .fw-iconbox-image,
  .fw-container-fluid .fw-iconbox-2 .fw-iconbox-image {
    float: none;
    margin-bottom: 15px;
  }
  .fw-container .fw-iconbox-2 .fw-iconbox-aside,
  .fw-container-fluid .fw-iconbox-2 .fw-iconbox-aside {
    margin-left: 0;
  }
}
.fw-container .fw-iconbox-2-b .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2-b .fw-iconbox-image {
  border: 1px solid;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fw-container .fw-iconbox-2-b.fw-iconbox-solid .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2-b.fw-iconbox-solid .fw-iconbox-image {
  color: #252525;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.fw-container .fw-iconbox-2-b.fw-iconbox-solid:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2-b.fw-iconbox-solid:hover .fw-iconbox-image {
  color: #f1c40f;
  background-color: #252525;
  border-color: #252525;
}
.fw-container .fw-iconbox-2-b.fw-iconbox-border .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2-b.fw-iconbox-border .fw-iconbox-image {
  color: #f1c40f;
  background-color: transparent;
  border-color: #f1c40f;
}
.fw-container .fw-iconbox-2-b.fw-iconbox-noborder .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2-b.fw-iconbox-noborder .fw-iconbox-image {
  color: #f1c40f;
  background-color: transparent;
  border-color: transparent;
  font-size: 24px;
  line-height: 24px;
}
.fw-container .fw-iconbox-2-b.fw-iconbox-noborder:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2-b.fw-iconbox-noborder:hover .fw-iconbox-image {
  color: #252525;
}
.fw-container .fw-iconbox-2-b.fw-iconbox-pic .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2-b.fw-iconbox-pic .fw-iconbox-image {
  border-color: transparent;
}
.fw-container .fw-iconbox-2-b.fw-iconbox-pic .fw-iconbox-image img,
.fw-container-fluid .fw-iconbox-2-b.fw-iconbox-pic .fw-iconbox-image img {
  border-radius: 50%;
}
.fw-container .fw-iconbox-2-b .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-2-b .fw-iconbox-image {
  float: left;
}
.fw-container .fw-iconbox-2-b .fw-iconbox-aside,
.fw-container-fluid .fw-iconbox-2-b .fw-iconbox-aside {
  margin-left: 0;
}
.fw-container .fw-iconbox-2-b .fw-iconbox-title,
.fw-container-fluid .fw-iconbox-2-b .fw-iconbox-title {
  margin-left: 40px;
}
.fw-container .fw-iconbox-3 .fw-iconbox-title h3,
.fw-container-fluid .fw-iconbox-3 .fw-iconbox-title h3 {
  margin-top: 3px;
}
.fw-container .fw-iconbox-3 .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-3 .fw-iconbox-image {
  border: 1px solid;
  width: 120px;
  height: 120px;
  font-size: 50px;
  line-height: 120px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .fw-container .fw-iconbox-3 .fw-iconbox-image,
  .fw-container-fluid .fw-iconbox-3 .fw-iconbox-image {
    float: none;
    margin: 0 auto;
  }
}
.fw-container .fw-iconbox-3.fw-iconbox-solid .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-3.fw-iconbox-solid .fw-iconbox-image {
  color: #252525;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.fw-container .fw-iconbox-3.fw-iconbox-solid:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-3.fw-iconbox-solid:hover .fw-iconbox-image {
  color: #f1c40f;
  background-color: #252525;
  border-color: #252525;
}
.fw-container .fw-iconbox-3.fw-iconbox-border .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-3.fw-iconbox-border .fw-iconbox-image {
  color: #f1c40f;
  background-color: transparent;
  border-color: #f1c40f;
}
.fw-container .fw-iconbox-3.fw-iconbox-noborder .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-3.fw-iconbox-noborder .fw-iconbox-image {
  color: #f1c40f;
  background-color: transparent;
  border-color: transparent;
  font-size: 80px;
  line-height: 80px;
}
.fw-container .fw-iconbox-3.fw-iconbox-noborder:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-3.fw-iconbox-noborder:hover .fw-iconbox-image {
  color: #252525;
}
.fw-container .fw-iconbox-3.fw-iconbox-pic .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-3.fw-iconbox-pic .fw-iconbox-image {
  border-color: transparent;
}
.fw-container .fw-iconbox-3.fw-iconbox-pic .fw-iconbox-image img,
.fw-container-fluid .fw-iconbox-3.fw-iconbox-pic .fw-iconbox-image img {
  border-radius: 5px;
}
.fw-container .fw-iconbox-3 .fw-iconbox-aside,
.fw-container-fluid .fw-iconbox-3 .fw-iconbox-aside {
  margin-left: 150px;
  display: block;
}
@media (max-width: 480px) {
  .fw-container .fw-iconbox-3 .fw-iconbox-aside,
  .fw-container-fluid .fw-iconbox-3 .fw-iconbox-aside {
    margin-left: 0;
    margin-top: 30px;
    float: none;
    text-align: center;
  }
}
.fw-container .fw-iconbox-3 .fw-iconbox-text,
.fw-container-fluid .fw-iconbox-3 .fw-iconbox-text {
  clear: none;
  padding: 0;
}
.fw-container .fw-iconbox-4,
.fw-container-fluid .fw-iconbox-4 {
  overflow: hidden;
  position: relative;
  min-height: 290px;
  border: 1px solid #f2f2f2;
  text-align: center;
  margin-bottom: 30px;
}
.ie9 .fw-container .fw-iconbox-4,
.ie9 .fw-container-fluid .fw-iconbox-4 {
  height: 300px;
}
.fw-container .fw-iconbox-4:hover .fw-iconbox-display,
.fw-container-fluid .fw-iconbox-4:hover .fw-iconbox-display {
  top: -200px;
}
.fw-container .fw-iconbox-4:hover .fw-iconbox-mask,
.fw-container-fluid .fw-iconbox-4:hover .fw-iconbox-mask {
  bottom: 0;
}
.fw-container .fw-iconbox-4:hover .fw-iconbox-title h3,
.fw-container-fluid .fw-iconbox-4:hover .fw-iconbox-title h3 {
  margin-bottom: 10px;
}
.fw-container .fw-iconbox-4 .fw-iconbox-display,
.fw-container-fluid .fw-iconbox-4 .fw-iconbox-display {
  width: 100%;
  background-color: #ffffff;
  padding: 55px 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
.fw-container .fw-iconbox-4 .fw-iconbox-mask,
.fw-container-fluid .fw-iconbox-4 .fw-iconbox-mask {
  color: #252525;
  background-color: #f1c40f;
  padding: 20px 15px 20px 15px;
  width: 100%;
  position: absolute;
  bottom: -100%;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
.fw-container .fw-iconbox-4 .fw-iconbox-title h3,
.fw-container-fluid .fw-iconbox-4 .fw-iconbox-title h3 {
  margin-top: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
.fw-container .fw-iconbox-4 .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-4 .fw-iconbox-image {
  border: 1px solid;
  width: 82px;
  height: 82px;
  font-size: 32px;
  line-height: 82px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
.fw-container .fw-iconbox-4.fw-iconbox-solid .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-4.fw-iconbox-solid .fw-iconbox-image {
  color: #252525;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.fw-container .fw-iconbox-4.fw-iconbox-solid:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-4.fw-iconbox-solid:hover .fw-iconbox-image {
  color: #f1c40f;
  background-color: #252525;
  border-color: #252525;
}
.fw-container .fw-iconbox-4.fw-iconbox-border .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-4.fw-iconbox-border .fw-iconbox-image {
  color: #f1c40f;
  background-color: transparent;
  border-color: #f1c40f;
}
.fw-container .fw-iconbox-4.fw-iconbox-border:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-4.fw-iconbox-border:hover .fw-iconbox-image {
  color: #252525;
  background-color: transparent;
  border-color: #252525;
}
.fw-container .fw-iconbox-4.fw-iconbox-noborder .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-4.fw-iconbox-noborder .fw-iconbox-image {
  color: #f1c40f;
  background-color: transparent;
  border-color: transparent;
  font-size: 65px;
}
.fw-container .fw-iconbox-4.fw-iconbox-noborder:hover .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-4.fw-iconbox-noborder:hover .fw-iconbox-image {
  color: #252525;
}
.fw-container .fw-iconbox-4.fw-iconbox-pic .fw-iconbox-image,
.fw-container-fluid .fw-iconbox-4.fw-iconbox-pic .fw-iconbox-image {
  border-color: transparent;
}
.fw-container .fw-iconbox-4.fw-iconbox-pic .fw-iconbox-image img,
.fw-container-fluid .fw-iconbox-4.fw-iconbox-pic .fw-iconbox-image img {
  border-radius: 50%;
}
/*--------------------------------------------------------------
## Custom customize
--------------------------------------------------------------*/
.section-color .fw-special-title {
  color: inherit!important;
}
.section-color .fw-special-title:after {
  background-color: inherit!important;
  display: none!important;
}
.section-color .fw-special-subtitle {
  color: inherit!important;
}
.section-color .fw-heading {
  margin-bottom: 40px !important;
}
.section-color h1,
.section-color h2,
.section-color h3,
.section-color h4,
.section-color h5,
.section-color h6,
.section-color .h1,
.section-color .h2,
.section-color .h3,
.section-color .h4,
.section-color .h5,
.section-color .h6 {
  color: inherit;
}
.section-overlay .section-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-overlay .section-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #252525;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 10;
}
.section-overlay .section-inner h1,
.section-overlay .section-inner h2,
.section-overlay .section-inner h3,
.section-overlay .section-inner h4,
.section-overlay .section-inner h5,
.section-overlay .section-inner h6,
.section-overlay .section-inner .h1,
.section-overlay .section-inner .h2,
.section-overlay .section-inner .h3,
.section-overlay .section-inner .h4,
.section-overlay .section-inner .h5,
.section-overlay .section-inner .h6 {
  color: inherit;
}
/*--------------------------------------------------------------
## Icon social
--------------------------------------------------------------*/
.icon-social {
  overflow: hidden;
}
#canvas .widget .icon-social li {
  margin: 0;
  padding: 0!important;
}
.icon-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.icon-social li {
  float: left;
  margin: 0 10px 10px 0;
}
.icon-social.icon-social-solid a {
  background-color: #f1c40f;
  color: #1e1e1e !important;
}
.icon-social.icon-social-solid a:hover {
  background-color: #1e1e1e;
  color: #f1c40f !important;
}
.icon-social.icon-social-gray a {
  border: 1px solid #888!important;
  background-color: transparent;
  color: #888!important;
}
.icon-social.icon-social-gray a:hover {
  border-color: #1e1e1e !important;
  background-color: #1e1e1e;
  color: #fff!important;
}
.icon-social.icon-social-light a {
  border: 1px solid #fff!important;
  background-color: transparent;
  color: #fff!important;
}
.icon-social.icon-social-light a:hover {
  background-color: #fff;
  color: #1e1e1e !important;
}
.icon-social.icon-social-border a {
  background-color: #bebebe;
  color: #f6f6f6!important;
}
.icon-social.icon-social-border a:hover {
  background-color: #1e1e1e;
  color: #fff!important;
}
.icon-social a {
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background-color: transparent;
  color: #888!important;
  border-radius: 4px;
  font-size: 18px!important;
  border: none!important;
  display: inline-block;
}
.icon-social a:after {
  display: none!important;
}
.icon-social a:hover {
  background-color: transparent;
  color: #aaa!important;
}
/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
.img-holder__overlay {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfolio-sc .portfolio-list,
.portfolio-sc-fullwidth .portfolio-list,
.tax-fw-portfolio-category .portfolio-list,
.page-template-portfolio-standard .portfolio-list,
.page-template-portfolio-box .portfolio-list,
.page-template-portfolio-masonry .portfolio-list,
.page-template-portfolio-masonry-full-width .portfolio-list {
  list-style: none;
  padding: 0;
}
.portfolio-sc .portfolio-list .portfolio-link,
.portfolio-sc-fullwidth .portfolio-list .portfolio-link,
.tax-fw-portfolio-category .portfolio-list .portfolio-link,
.page-template-portfolio-standard .portfolio-list .portfolio-link,
.page-template-portfolio-box .portfolio-list .portfolio-link,
.page-template-portfolio-masonry .portfolio-list .portfolio-link,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-link {
  color: #1e1e1e;
}
.portfolio-sc .portfolio-list .portfolio-link:after,
.portfolio-sc-fullwidth .portfolio-list .portfolio-link:after,
.tax-fw-portfolio-category .portfolio-list .portfolio-link:after,
.page-template-portfolio-standard .portfolio-list .portfolio-link:after,
.page-template-portfolio-box .portfolio-list .portfolio-link:after,
.page-template-portfolio-masonry .portfolio-list .portfolio-link:after,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-link:after {
  display: none!important;
}
.portfolio-sc .portfolio-list .portfolio-link:hover .split,
.portfolio-sc-fullwidth .portfolio-list .portfolio-link:hover .split,
.tax-fw-portfolio-category .portfolio-list .portfolio-link:hover .split,
.page-template-portfolio-standard .portfolio-list .portfolio-link:hover .split,
.page-template-portfolio-box .portfolio-list .portfolio-link:hover .split,
.page-template-portfolio-masonry .portfolio-list .portfolio-link:hover .split,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-link:hover .split {
  width: 50px;
}
.portfolio-sc .portfolio-list .portfolio-link:hover .img-holder__overlay,
.portfolio-sc-fullwidth .portfolio-list .portfolio-link:hover .img-holder__overlay,
.tax-fw-portfolio-category .portfolio-list .portfolio-link:hover .img-holder__overlay,
.page-template-portfolio-standard .portfolio-list .portfolio-link:hover .img-holder__overlay,
.page-template-portfolio-box .portfolio-list .portfolio-link:hover .img-holder__overlay,
.page-template-portfolio-masonry .portfolio-list .portfolio-link:hover .img-holder__overlay,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-link:hover .img-holder__overlay {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.portfolio-sc .portfolio-list .portfolio-item,
.portfolio-sc-fullwidth .portfolio-list .portfolio-item,
.tax-fw-portfolio-category .portfolio-list .portfolio-item,
.page-template-portfolio-standard .portfolio-list .portfolio-item,
.page-template-portfolio-box .portfolio-list .portfolio-item,
.page-template-portfolio-masonry .portfolio-list .portfolio-item,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item {
  text-align: center;
  margin-bottom: 30px;
}
.portfolio-sc .portfolio-list .portfolio-item .title-item,
.portfolio-sc-fullwidth .portfolio-list .portfolio-item .title-item,
.tax-fw-portfolio-category .portfolio-list .portfolio-item .title-item,
.page-template-portfolio-standard .portfolio-list .portfolio-item .title-item,
.page-template-portfolio-box .portfolio-list .portfolio-item .title-item,
.page-template-portfolio-masonry .portfolio-list .portfolio-item .title-item,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item .title-item {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #1e1e1e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}
.portfolio-sc .portfolio-list .portfolio-item .split,
.portfolio-sc-fullwidth .portfolio-list .portfolio-item .split,
.tax-fw-portfolio-category .portfolio-list .portfolio-item .split,
.page-template-portfolio-standard .portfolio-list .portfolio-item .split,
.page-template-portfolio-box .portfolio-list .portfolio-item .split,
.page-template-portfolio-masonry .portfolio-list .portfolio-item .split,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item .split {
  height: 1px;
  background-color: #1e1e1e;
  width: 30px;
  margin: 10px auto;
}
.portfolio-sc .portfolio-list .portfolio-item p a,
.portfolio-sc-fullwidth .portfolio-list .portfolio-item p a,
.tax-fw-portfolio-category .portfolio-list .portfolio-item p a,
.page-template-portfolio-standard .portfolio-list .portfolio-item p a,
.page-template-portfolio-box .portfolio-list .portfolio-item p a,
.page-template-portfolio-masonry .portfolio-list .portfolio-item p a,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item p a {
  color: #8c8c8c;
  border-bottom: none;
  font-size: 16px;
}
.portfolio-sc .portfolio-list .portfolio-item p a:after,
.portfolio-sc-fullwidth .portfolio-list .portfolio-item p a:after,
.tax-fw-portfolio-category .portfolio-list .portfolio-item p a:after,
.page-template-portfolio-standard .portfolio-list .portfolio-item p a:after,
.page-template-portfolio-box .portfolio-list .portfolio-item p a:after,
.page-template-portfolio-masonry .portfolio-list .portfolio-item p a:after,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item p a:after {
  display: none!important;
}
.portfolio-sc .portfolio-list .portfolio-item p a:hover,
.portfolio-sc-fullwidth .portfolio-list .portfolio-item p a:hover,
.tax-fw-portfolio-category .portfolio-list .portfolio-item p a:hover,
.page-template-portfolio-standard .portfolio-list .portfolio-item p a:hover,
.page-template-portfolio-box .portfolio-list .portfolio-item p a:hover,
.page-template-portfolio-masonry .portfolio-list .portfolio-item p a:hover,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item p a:hover {
  color: #1e1e1e;
}
.portfolio-sc .portfolio-list .portfolio-item .portfolio-img-inner,
.portfolio-sc-fullwidth .portfolio-list .portfolio-item .portfolio-img-inner,
.tax-fw-portfolio-category .portfolio-list .portfolio-item .portfolio-img-inner,
.page-template-portfolio-standard .portfolio-list .portfolio-item .portfolio-img-inner,
.page-template-portfolio-box .portfolio-list .portfolio-item .portfolio-img-inner,
.page-template-portfolio-masonry .portfolio-list .portfolio-item .portfolio-img-inner,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item .portfolio-img-inner {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .page-template-blog-masonry .masonry-item,
  .page-template-blog-masonry-full-width .masonry-item {
    width: 33%!important;
  }
}
@media (max-width: 768px) {
  .page-template-blog-masonry .masonry-item,
  .page-template-blog-masonry-full-width .masonry-item {
    width: 50%!important;
  }
}
@media (max-width: 480px) {
  .page-template-blog-masonry .masonry-item,
  .page-template-blog-masonry-full-width .masonry-item {
    width: 100%!important;
  }
}
.portfolio-sc-fullwidth .portfolio-item,
.page-template-portfolio-masonry .portfolio-item,
.page-template-portfolio-masonry-full-width .portfolio-item {
  width: 33%;
}
@media (max-width: 768px) {
  .portfolio-sc-fullwidth .portfolio-item,
  .page-template-portfolio-masonry .portfolio-item,
  .page-template-portfolio-masonry-full-width .portfolio-item {
    width: 50%!important;
  }
}
@media (max-width: 480px) {
  .portfolio-sc-fullwidth .portfolio-item,
  .page-template-portfolio-masonry .portfolio-item,
  .page-template-portfolio-masonry-full-width .portfolio-item {
    width: 100%!important;
  }
}
.portfolio-sc-fullwidth .portfolio-img,
.page-template-portfolio-masonry .portfolio-img,
.page-template-portfolio-masonry-full-width .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-sc-fullwidth .portfolio-list,
.page-template-portfolio-masonry .portfolio-list,
.page-template-portfolio-masonry-full-width .portfolio-list {
  overflow: hidden;
}
.portfolio-sc-fullwidth .portfolio-list .portfolio-item,
.page-template-portfolio-masonry .portfolio-list .portfolio-item,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item {
  margin-bottom: 0;
}
.portfolio-sc-fullwidth .portfolio-list .portfolio-item:hover .portfolio-mask,
.page-template-portfolio-masonry .portfolio-list .portfolio-item:hover .portfolio-mask,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item:hover .portfolio-mask {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portfolio-sc-fullwidth .portfolio-list .portfolio-item:hover .img-holder__overlay,
.page-template-portfolio-masonry .portfolio-list .portfolio-item:hover .img-holder__overlay,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item:hover .img-holder__overlay {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.portfolio-sc-fullwidth .portfolio-list .portfolio-item .split,
.page-template-portfolio-masonry .portfolio-list .portfolio-item .split,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item .split {
  width: 30px;
}
.portfolio-sc-fullwidth .portfolio-list .portfolio-item .title-item,
.page-template-portfolio-masonry .portfolio-list .portfolio-item .title-item,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item .title-item {
  color: #fff;
}
.portfolio-sc-fullwidth .portfolio-list .portfolio-item p,
.page-template-portfolio-masonry .portfolio-list .portfolio-item p,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item p,
.portfolio-sc-fullwidth .portfolio-list .portfolio-item p a,
.page-template-portfolio-masonry .portfolio-list .portfolio-item p a,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item p a {
  color: rgba(255, 255, 255, 0.7) !important;
  cursor: default;
}
.portfolio-sc-fullwidth .portfolio-list .portfolio-item .split,
.page-template-portfolio-masonry .portfolio-list .portfolio-item .split,
.page-template-portfolio-masonry-full-width .portfolio-list .portfolio-item .split {
  background-color: #fff;
}
.portfolio-sc-fullwidth .portfolio-mask,
.page-template-portfolio-masonry .portfolio-mask,
.page-template-portfolio-masonry-full-width .portfolio-mask {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  position: absolute;
  z-index: 1002;
  top: 35%;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-sc-fullwidth .page-heading .container,
.page-template-portfolio-masonry-full-width .page-heading .container {
  margin-top: -86px !important;
}
.portfolio-sc-fullwidth .page-heading .heading-inner,
.page-template-portfolio-masonry-full-width .page-heading .heading-inner {
  border-bottom: none!important;
}
.portfolio-sc-fullwidth .portfolio-item,
.page-template-portfolio-masonry-full-width .portfolio-item {
  width: 25%;
}
.page-template-portfolio-box .content-area,
.page-template-portfolio-box .page-heading.has-thumbnail .container {
  background-color: #f8f8f8;
}
.page-template-portfolio-box .portfolio-img {
  background-color: #fff;
  padding-bottom: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.page-template-portfolio-box .portfolio-img .portfolio-img-inner {
  margin-right: -1px;
}
.single-fw-portfolio .portfolio-gallery img {
  margin-bottom: 30px;
}
.single-fw-portfolio .portfolio-gallery img:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single-fw-portfolio .portfolio-gallery {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .single-fw-portfolio .portfolio-gallery {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-fw-portfolio .portfolio-content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .single-fw-portfolio .portfolio-content {
    width: 100%;
  }
}
.single-fw-portfolio .entry-content {
  color: #444444;
}
.single-fw-portfolio #projects-bottom-nav {
  background-color: #f8f8f8;
  border-top: 1px solid #ebebeb;
  text-align: center;
  max-height: 112px;
  overflow: hidden;
}
.single-fw-portfolio #projects-bottom-nav .left-btn-part {
  border-right: 1px solid #ebebeb;
  margin-right: -1px;
  padding-right: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
.single-fw-portfolio #projects-bottom-nav .right-btn-part {
  border-left: 1px solid #ebebeb;
  padding-left: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
@media (max-width: 767px) {
  .single-fw-portfolio #projects-bottom-nav .left-btn-part,
  .single-fw-portfolio #projects-bottom-nav .right-btn-part {
    width: 50%;
    float: left;
  }
}
@media (max-width: 480px) {
  .single-fw-portfolio #projects-bottom-nav .left-btn-part,
  .single-fw-portfolio #projects-bottom-nav .right-btn-part {
    width: 100%;
    float: none;
  }
}
.single-fw-portfolio #projects-bottom-nav a:hover .img-holder img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.single-fw-portfolio #projects-bottom-nav a:hover .img-holder .img-holder__overlay {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.single-fw-portfolio #projects-bottom-nav a:hover .middle-holder.left .title {
  padding-left: 20px;
  color: #fff;
}
.single-fw-portfolio #projects-bottom-nav a:hover .middle-holder.left i {
  padding-right: 10px;
}
.single-fw-portfolio #projects-bottom-nav a:hover .middle-holder.right .title {
  padding-right: 20px;
  color: #fff;
}
.single-fw-portfolio #projects-bottom-nav a:hover .middle-holder.right i {
  padding-left: 10px;
}
.single-fw-portfolio #projects-bottom-nav a:after {
  display: none!important;
}
.single-fw-portfolio #projects-bottom-nav .img-holder {
  position: relative;
  overflow: hidden;
}
.single-fw-portfolio #projects-bottom-nav .img-holder img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: 50% 50% 0px;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.8s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.8s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.8s cubic-bezier(0.835, 0, 0.19, 1);
}
.single-fw-portfolio #projects-bottom-nav .middle-holder {
  position: absolute;
  z-index: 1002;
  top: 50%;
  text-transform: uppercase;
  margin-top: -13px;
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.single-fw-portfolio #projects-bottom-nav .middle-holder.left i {
  padding-right: 5px;
}
.single-fw-portfolio #projects-bottom-nav .middle-holder.right i {
  padding-left: 5px;
}
.single-fw-portfolio #projects-bottom-nav .middle-holder .title {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-sc {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.banner-sc img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .banner-sc .banner-wrap {
    position: absolute!important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background: #fff;
  }
}
.banner-sc .banner-wrap .banner-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .banner-sc .banner-wrap .banner-inner {
    position: relative;
    transform: translate(0, 0);
    padding: 30px;
  }
}
.banner-sc > .row {
  display: table;
  margin: 0;
}
.banner-sc > .row .col-sm-6 {
  padding: 0 0 2px 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .banner-sc > .row .col-sm-6 {
    display: block;
  }
}
.banner-sc.banner-left .banner-wrap-column:before,
.banner-sc.banner-right .banner-wrap-column:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -25px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
@media (max-width: 1199px) {
  .banner-sc.banner-left .banner-wrap-column:before,
  .banner-sc.banner-right .banner-wrap-column:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .banner-sc.banner-left .banner-wrap-column,
  .banner-sc.banner-right .banner-wrap-column {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .banner-sc.banner-left .col-sm-6,
  .banner-sc.banner-right .col-sm-6 {
    width: 100%;
  }
}
.banner-sc.banner-left .banner-wrap-column:before {
  position: absolute;
  left: -25px;
  border-right: 25px solid #fff;
}
.banner-sc.banner-right .banner-wrap-column:before {
  right: -25px;
  border-left: 25px solid #fff;
}
.banner-sc .banner-inner {
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 1199px) {
  .banner-sc .banner-inner {
    padding: 0 20px;
  }
}
.banner-sc .banner-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
}
.banner-sc .banner-content {
  padding: 30px;
}
@media (max-width: 1199px) {
  .banner-sc .banner-content {
    padding: 15px;
  }
}
.banner-sc .banner-more {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
}
.counter-sc {
  text-align: center;
}
@media (max-width: 768px) {
  .counter-sc {
    padding: 15px 0;
  }
}
.counter-sc i {
  font-size: 55px;
  display: block;
  margin-bottom: 15px;
  color: inherit;
}
.counter-sc .ks-counter {
  font-size: 32px;
  position: relative;
  color: inherit;
}
.counter-sc .ks-counter:after {
  content: "";
  display: block;
  background-color: #f1c40f;
  width: 60px;
  height: 2px;
  margin: 15px auto;
}
.counter-sc .ks-counter-caption {
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.progress-sc:first-child h3 {
  margin-top: 0;
}
.progress-sc:last-child h3 {
  margin-bottom: 0;
}
.progress-sc h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: inherit;
}
.progress-sc h3 span {
  color: #8c8c8c;
  font-size: 18px;
}
.progress-sc .meter {
  height: 15px;
  position: relative;
  margin: 15px 0;
  background: #8c8c8c;
}
.progress-sc .meter > span {
  display: block;
  height: 100%;
  background-color: #8c8c8c;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  position: relative;
  overflow: hidden;
}
.progress-sc .meter > span:after,
.progress-sc .animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  overflow: hidden;
}
.progress-sc .animate > span:after {
  display: none;
}
.progress-sc .orange > span {
  background-color: #f1a165;
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.progress-sc .red > span {
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.progress-sc .nostripes > span > span,
.progress-sc .nostripes > span:after {
  -webkit-animation: none;
  background-image: none;
}
.ie9 .progress-sc .meter > span {
  background-color: #f1a165;
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */

  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/

  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/

  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */

}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/

  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/

  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(images/AjaxLoader.gif) no-repeat center center;
}
/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce style
--------------------------------------------------------------*/
.woocommerce .page-title {
  margin-top: 0;
}
.woocommerce .products-wrap {
  overflow: hidden;
}
.woocommerce .woocommerce-pagination {
  clear: both;
}
.woocommerce .inline {
  display: block;
  margin-top: 20px;
}
.woocommerce .create-account {
  clear: both;
}
.woocommerce .create-account #createaccount {
  float: left;
  display: block;
  margin: 16px 10px 10px 0;
  line-height: 26px;
}
.woocommerce .create-account .checkbox {
  float: left;
}
.woocommerce .star-rating {
  float: none;
  margin: 0 0 5px 0;
  width: 70px;
  height: 13px;
  background: url(images/star_blank.png) repeat-x left 0 transparent;
}
.woocommerce .star-rating span {
  background: url(images/star.png) repeat-x left 0 transparent;
  height: 0;
  padding-top: 13px;
  overflow: hidden;
  float: left;
}
.woocommerce .stars {
  margin-bottom: 15px;
}
.woocommerce .stars:before,
.woocommerce .stars:after {
  content: " ";
  display: table;
}
.woocommerce .stars:after {
  clear: both;
}
.woocommerce .stars:before,
.woocommerce .stars:after {
  content: " ";
  display: table;
}
.woocommerce .stars:after {
  clear: both;
}
.woocommerce .stars span {
  width: 70px;
  height: 13px;
  position: relative;
  float: left;
  background: url(images/star_blank.png) repeat-x left 0;
}
.woocommerce .stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: -2px;
  width: 14px;
  height: 13px;
  padding-top: 16px;
  overflow: hidden;
  border-bottom: none!important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.woocommerce .stars span a:hover,
.woocommerce .stars span a:focus {
  background: url(images/star.png) repeat-x left;
}
.woocommerce .stars span a.active {
  background: url(images/star.png) repeat-x left;
}
.woocommerce .stars span a.star-1 {
  width: 14px;
  z-index: 10;
}
.woocommerce .stars span a.star-2 {
  width: 28px;
  z-index: 9;
}
.woocommerce .stars span a.star-3 {
  width: 42px;
  z-index: 8;
}
.woocommerce .stars span a.star-4 {
  width: 56px;
  z-index: 7;
}
.woocommerce .stars span a.star-5 {
  width: 70px;
  z-index: 6;
}
.woocommerce .onsale {
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 30px;
  display: block;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: 'Dosis', Helvetica, sans-serif;
  background-color: #d54d4d;
  border: 2px solid #d54d4d;
  padding: 0;
  letter-spacing: .5px;
  font-size: 10px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.woocommerce .price,
.woocommerce .total .amount,
.woocommerce .amount {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 18px;
  display: block;
  max-height: 25px;
}
.woocommerce .price .from,
.woocommerce .total .amount .from,
.woocommerce .amount .from {
  color: #1e1e1e;
  font-size: 18px;
}
.woocommerce .total .amount,
.woocommerce .amount {
  display: inline-block;
  font-size: 20px;
}
.woocommerce ins {
  text-decoration: none;
  color: #d54d4d;
}
.woocommerce ins .amount {
  color: #d54d4d;
  font-size: 20px;
  padding: 0 3px;
}
.woocommerce del {
  color: #999999;
  font-size: 18px;
}
.woocommerce del .amount {
  color: #999999;
  font-size: 18px;
  text-decoration: line-through;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  background-color: #fff;
  color: #d54d4d;
  border: 2px solid #d54d4d;
  margin-bottom: 20px;
  padding: 10px 20px;
  list-style: none;
}
.woocommerce .woocommerce-message {
  color: #83b348;
  border-color: #83b348;
}
.woocommerce .woocommerce-info {
  color: #54c7fc;
  border-color: #54c7fc;
}
.woocommerce .form-row.validate-required.woocommerce-invalid .chzn-single,
.woocommerce .form-row.validate-required.woocommerce-invalid .chzn-drop,
.woocommerce .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce .form-row.validate-required.woocommerce-invalid select {
  border-color: #d54d4d!important;
}
.woocommerce .breadcrumbs {
  float: none;
  margin-left: 0;
}
.woocommerce .woocommerce-main-image a:after,
.woocommerce .thumbnails a:after {
  display: none!important;
}
.woocommerce .woocommerce-result-count {
  float: left;
  border-bottom: 2px solid #1e1e1e;
  margin: 0;
  color: #555555;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count {
    float: none;
    padding-left: 5px;
  }
}
.woocommerce .woocommerce-ordering {
  float: right;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-ordering {
    float: none;
    margin-top: 30px;
  }
}
.woocommerce .woocommerce-ordering .orderby {
  outline: 0;
  border: none;
  border-bottom: 2px solid #1e1e1e;
  color: #555555;
  font-weight: 700;
  padding: 0;
}
.woocommerce .product {
  overflow: hidden;
  position: relative;
}
.woocommerce .product a {
  position: static;
}
.woocommerce .product .images {
  width: 48%;
  float: left;
}
@media (max-width: 767px) {
  .woocommerce .product .images {
    width: 100%;
    float: none;
  }
}
.woocommerce .product .images .thumbnails {
  margin-top: 15px;
}
.woocommerce .product .images .thumbnails a img {
  margin: 0 15px 15px 0;
  max-width: 172px;
}
@media (max-width: 768px) {
  .woocommerce .product .images .thumbnails a img {
    max-width: 102px;
    margin: 0 5px 5px 0;
  }
}
@media (max-width: 768px) {
  .woocommerce .product .images .thumbnails a img {
    max-width: 52px;
    margin: 0 5px 5px 0;
  }
}
.woocommerce .product .images .thumbnails a:nth-child(3n) img {
  margin-right: 0;
}
.woocommerce .product .images .thumbnails a:hover {
  opacity: 0.825;
  filter: alpha(opacity=82.5);
}
.woocommerce .product .summary {
  width: 48%;
  float: right;
}
@media (max-width: 767px) {
  .woocommerce .product .summary {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .woocommerce .product .summary h1 {
    margin-bottom: 15px;
  }
}
.woocommerce .product .summary .variations {
  margin-top: 50px;
  margin-bottom: 10px;
}
.woocommerce .product .summary .variations .label {
  font-size: 100%;
  padding-left: 0;
  border: none;
  vertical-align: middle;
  line-height: 55px;
}
.woocommerce .product .summary .variations .label label {
  color: #555555;
  font-weight: normal;
}
.woocommerce .product .summary .variations .value {
  border: none;
  width: 83%;
}
.woocommerce .product .summary .variations .reset_variations {
  display: inline-block;
  margin-top: 5px;
}
.woocommerce .product .summary .single_variation {
  margin-bottom: 15px;
}
.woocommerce .product .summary .quantity {
  display: inline-block;
}
.woocommerce .product .summary .quantity input {
  width: auto;
  max-width: 80px;
  text-align: center;
}
.woocommerce .product .summary .woocommerce-product-rating {
  margin-bottom: 20px;
}
.woocommerce .product .summary .stock {
  font-weight: 700;
}
.woocommerce .product .summary .product_meta {
  margin-top: 40px;
}
.woocommerce .product .summary .product_meta > span {
  display: block;
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #ededed;
}
.woocommerce .product .summary .single_add_to_cart_button {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  margin-left: 15px;
}
.woocommerce .product .woocommerce-tabs {
  clear: both;
  padding-top: 60px;
}
.woocommerce .product .woocommerce-tabs .tabs {
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .woocommerce .product .woocommerce-tabs .tabs {
    overflow: hidden;
  }
}
.woocommerce .product .woocommerce-tabs .tabs li a {
  float: left;
  padding: 5px 20px;
  text-transform: uppercase;
  background-color: #fff;
  margin-right: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.woocommerce .product .woocommerce-tabs .tabs li a:after {
  display: none!important;
}
.woocommerce .product .woocommerce-tabs .tabs li a:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.woocommerce .product .woocommerce-tabs .tabs li.active a {
  background-color: #1e1e1e;
  color: #fff;
}
.woocommerce .product .woocommerce-tabs .panel {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 40px 0;
  margin: 0 0 20px 0;
}
.woocommerce .product .woocommerce-tabs .shop_attributes td,
.woocommerce .product .woocommerce-tabs .shop_attributes th {
  vertical-align: middle;
  border-top: 1px solid #ededed;
  padding: 15px 15px 15px 0;
}
.woocommerce .product .woocommerce-tabs .shop_attributes p {
  margin: 0;
}
.woocommerce .product .woocommerce-tabs #reviews {
  overflow: hidden;
  outline: 0;
}
.woocommerce .product .woocommerce-tabs #reviews #comments {
  width: 60%;
  float: left;
}
@media (max-width: 767px) {
  .woocommerce .product .woocommerce-tabs #reviews #comments {
    width: 100%;
    float: none;
  }
}
.woocommerce .product .woocommerce-tabs #reviews #comments .woocommerce-noreviews {
  color: #999999;
  font-size: 15px;
  line-height: 1;
}
.woocommerce .product .woocommerce-tabs #reviews #comments .commentlist {
  list-style: none;
  padding: 0;
}
.woocommerce .product .woocommerce-tabs #reviews #comments .comment {
  margin-bottom: 40px;
  overflow: hidden;
}
.woocommerce .product .woocommerce-tabs #reviews #comments .comment:last-child {
  margin-bottom: 0;
}
.woocommerce .product .woocommerce-tabs #reviews #comments .comment .comment_container {
  position: relative;
  float: left;
}
.woocommerce .product .woocommerce-tabs #reviews #comments .comment .comment_container img {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  left: 0;
}
.woocommerce .product .woocommerce-tabs #reviews #comments .comment .comment_container .comment-text {
  padding-left: 80px;
}
.woocommerce .product .woocommerce-tabs #reviews #comments .comment .comment_container .comment-text .meta {
  font-size: 12px;
}
.woocommerce .product .woocommerce-tabs #reviews #comments .comment .comment_container .comment-text .meta a {
  color: #999;
}
.woocommerce .product .woocommerce-tabs #reviews #review_form_wrapper {
  width: 36%;
  float: right;
}
@media (max-width: 767px) {
  .woocommerce .product .woocommerce-tabs #reviews #review_form_wrapper {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}
.woocommerce .product .woocommerce-tabs #reviews #review_form_wrapper .comment-form-rating label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.woocommerce .product .woocommerce-tabs #reply-title {
  margin-left: 0;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
  font-size: 30px;
}
.woocommerce .product .related {
  clear: both;
}
.woocommerce .related,
.woocommerce .upsells,
.woocommerce .cross-sells {
  clear: both;
  border-top: 2px solid #E3E3E3;
  padding-top: 40px;
}
.woocommerce .related.products,
.woocommerce .upsells.products,
.woocommerce .cross-sells.products {
  margin: 0;
}
.woocommerce .related .products,
.woocommerce .upsells .products,
.woocommerce .cross-sells .products {
  padding: 0;
}
.woocommerce .related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .cross-sells .products .product {
  width: 25%;
  margin-bottom: 0;
  min-height: auto;
}
@media (max-width: 767px) {
  .woocommerce .related .products .product,
  .woocommerce .upsells .products .product,
  .woocommerce .cross-sells .products .product {
    width: 50%;
    margin-bottom: 30px;
    min-height: 450px;
  }
}
@media (max-width: 480px) {
  .woocommerce .related .products .product,
  .woocommerce .upsells .products .product,
  .woocommerce .cross-sells .products .product {
    width: 100%;
  }
}
.woocommerce .related .products .product:hover img,
.woocommerce .upsells .products .product:hover img,
.woocommerce .cross-sells .products .product:hover img {
  opacity: 0.825;
  filter: alpha(opacity=82.5);
}
.woocommerce .products {
  overflow: hidden;
  list-style: none;
  padding: 0;
  padding-top: 30px;
  clear: both;
  margin-right: -15px;
  margin-left: -15px;
}
.woocommerce .products.products-sc {
  overflow: visible;
}
.woocommerce .products.products-sc .product {
  width: 25%;
  margin-bottom: 0;
  min-height: auto;
}
@media (max-width: 767px) {
  .woocommerce .products.products-sc .product {
    width: 50%;
    margin-bottom: 30px;
    min-height: 450px;
  }
}
@media (max-width: 480px) {
  .woocommerce .products.products-sc .product {
    width: 100%;
  }
}
.woocommerce .products .product {
  overflow: hidden;
  margin-bottom: 50px;
  min-height: 450px;
  width: 33.333333333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .woocommerce .products .product {
    min-height: 420px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .woocommerce .products .product {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .woocommerce .products .product {
    min-height: auto;
    width: 100%;
  }
}
.woocommerce .products .product h3 {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}
.woocommerce .products .product > a:hover {
  opacity: 0.825;
  filter: alpha(opacity=82.5);
}
.woocommerce .products .product:hover .add_to_cart_button,
.woocommerce .products .product:hover .added_to_cart {
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce .products .product:hover .add_to_cart_button:before,
.woocommerce .products .product:hover .added_to_cart:before {
  color: #1e1e1e;
}
.woocommerce .products .product:hover .add_to_cart_button.product_type_variable:before {
  color: #fff;
}
.woocommerce .products .product .add_to_cart_button,
.woocommerce .products .product .added_to_cart {
  text-transform: uppercase;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  top: 15px;
  right: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.woocommerce .products .product .add_to_cart_button:before,
.woocommerce .products .product .added_to_cart:before {
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  font-family: 'Pe-icon-7-stroke';
  content: "\e66e";
  font-size: 20px;
}
.woocommerce .products .product .add_to_cart_button:after,
.woocommerce .products .product .added_to_cart:after {
  display: none!important;
}
.woocommerce .products .product .add_to_cart_button:hover,
.woocommerce .products .product .added_to_cart:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.woocommerce .products .product .add_to_cart_button:hover:before,
.woocommerce .products .product .added_to_cart:hover:before {
  color: #fff;
}
.woocommerce .products .product .add_to_cart_button.product_type_variable {
  background-color: #d54d4d;
}
.woocommerce .products .product .add_to_cart_button.product_type_variable:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.woocommerce .products .product .add_to_cart_button.product_type_variable:hover:before {
  color: #fff;
}
.woocommerce .products .product .added_to_cart {
  top: 75px;
}
.woocommerce .products .product .added_to_cart:before {
  content: "\e615";
}
/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.woocommerce-cart .button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  outline: none !important;
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0px!important;
  font-family: 'Dosis', Helvetica, sans-serif;
  margin: 0 10px 20px 0;
  position: relative;
  color: #ffffff;
  border-color: #2b2b2b;
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  margin-bottom: 0;
  border: 1px solid transparent!important;
}
.woocommerce-cart .button:focus,
.woocommerce-cart .button:active:focus,
.woocommerce-cart .button.active:focus,
.woocommerce-cart .button.focus,
.woocommerce-cart .button:active.focus,
.woocommerce-cart .button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce-cart .button:hover,
.woocommerce-cart .button:focus,
.woocommerce-cart .button.focus {
  color: #ffffff;
  text-decoration: none;
}
.woocommerce-cart .button:active,
.woocommerce-cart .button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce-cart .button.disabled,
.woocommerce-cart .button[disabled],
fieldset[disabled] .woocommerce-cart .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-cart .button.btn-round {
  border-radius: 25px!important;
}
.woocommerce-cart .button.btn-round.btn-lg {
  border-radius: 40px!important;
}
.woocommerce-cart .button.btn-icon {
  padding-left: 40px;
  padding-right: 40px;
}
.woocommerce-cart .button.btn-icon span {
  display: block;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.woocommerce-cart .button.btn-icon i {
  font-size: 16px;
  height: 100%;
  width: 20px;
  right: 25px;
  top: 0px;
  line-height: 35px;
  display: inline-block;
  text-align: right;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.woocommerce-cart .button.btn-icon:hover span {
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.woocommerce-cart .button.btn-icon:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.woocommerce-cart .button.btn-icon.btn-lg {
  padding-left: 50px;
  padding-right: 50px;
}
.woocommerce-cart .button.btn-icon.btn-lg i {
  font-size: 20px;
  line-height: 58px;
}
.woocommerce-cart .button.btn-icon.btn-link {
  padding: 0;
  border-color: transparent;
  margin: 0;
  background-color: transparent;
  color: #444444;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-cart .button:hover,
.woocommerce-cart .button:focus,
.woocommerce-cart .button.focus,
.woocommerce-cart .button:active,
.woocommerce-cart .button.active,
.open > .dropdown-toggle.woocommerce-cart .button {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
.woocommerce-cart .button:active,
.woocommerce-cart .button.active,
.open > .dropdown-toggle.woocommerce-cart .button {
  background-image: none;
}
.woocommerce-cart .button.disabled,
.woocommerce-cart .button[disabled],
fieldset[disabled] .woocommerce-cart .button,
.woocommerce-cart .button.disabled:hover,
.woocommerce-cart .button[disabled]:hover,
fieldset[disabled] .woocommerce-cart .button:hover,
.woocommerce-cart .button.disabled:focus,
.woocommerce-cart .button[disabled]:focus,
fieldset[disabled] .woocommerce-cart .button:focus,
.woocommerce-cart .button.disabled.focus,
.woocommerce-cart .button[disabled].focus,
fieldset[disabled] .woocommerce-cart .button.focus,
.woocommerce-cart .button.disabled:active,
.woocommerce-cart .button[disabled]:active,
fieldset[disabled] .woocommerce-cart .button:active,
.woocommerce-cart .button.disabled.active,
.woocommerce-cart .button[disabled].active,
fieldset[disabled] .woocommerce-cart .button.active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
.woocommerce-cart .button .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.woocommerce-cart .button:hover,
.woocommerce-cart .button:focus,
.woocommerce-cart .button:active,
.woocommerce-cart .button.active,
.open .dropdown-toggle.woocommerce-cart .button {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.woocommerce-cart .button:hover,
.woocommerce-cart .button:focus,
.woocommerce-cart .button.focus,
.woocommerce-cart .button:active,
.woocommerce-cart .button.active,
.open > .dropdown-toggle.woocommerce-cart .button {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
.woocommerce-cart .button:active,
.woocommerce-cart .button.active,
.open > .dropdown-toggle.woocommerce-cart .button {
  background-image: none;
}
.woocommerce-cart .button.disabled,
.woocommerce-cart .button[disabled],
fieldset[disabled] .woocommerce-cart .button,
.woocommerce-cart .button.disabled:hover,
.woocommerce-cart .button[disabled]:hover,
fieldset[disabled] .woocommerce-cart .button:hover,
.woocommerce-cart .button.disabled:focus,
.woocommerce-cart .button[disabled]:focus,
fieldset[disabled] .woocommerce-cart .button:focus,
.woocommerce-cart .button.disabled.focus,
.woocommerce-cart .button[disabled].focus,
fieldset[disabled] .woocommerce-cart .button.focus,
.woocommerce-cart .button.disabled:active,
.woocommerce-cart .button[disabled]:active,
fieldset[disabled] .woocommerce-cart .button:active,
.woocommerce-cart .button.disabled.active,
.woocommerce-cart .button[disabled].active,
fieldset[disabled] .woocommerce-cart .button.active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
.woocommerce-cart .button .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.woocommerce-cart .button:hover,
.woocommerce-cart .button:focus,
.woocommerce-cart .button:active,
.woocommerce-cart .button.active,
.open .dropdown-toggle.woocommerce-cart .button {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.woocommerce-cart .button:after {
  display: none!important;
}
.woocommerce-cart p.cart-empty {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 40px 0 20px 0;
}
.woocommerce-cart p.return-to-shop {
  text-align: center;
  margin: 0px 0 80px 0;
}
#cart {
  overflow: auto;
}
#cart.has-products .cart-box {
  top: auto;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin: 10% 0;
}
#cart.has-products .cart-box-wrapper,
#cart.has-products .cart-box h2 {
  color: #8c8c8c;
}
#cart.has-products .status {
  font-weight: 700;
}
#cart .cart-close {
  position: fixed;
  top: 40px;
  right: 40px;
  font-size: 80px;
  cursor: pointer;
  color: #1e1e1e;
  opacity: .5;
  z-index: 1;
  font-weight: 300;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#cart .cart-close:hover {
  opacity: 1;
}
#cart .cart-box-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #c4c4c5;
}
#cart .cart-box {
  text-align: center;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cart .cart-box .cart-icon {
  display: block;
  margin-bottom: 25px;
  font-size: 65px;
  font-weight: normal;
}
#cart .cart-box h2 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #c4c4c5;
  font-family: 'Karla', Helvetica, serif;
}
#cart .cart-box .status {
  font-size: 20px;
  margin-bottom: 40px;
}
#cart .cart-box .status span {
  font-size: 24px;
}
#cart .cart-box .action {
  font-size: 18px;
  margin-bottom: 30px;
}
#cart .cart-box .shop-nav {
  margin-bottom: 100px;
}
#cart .cart-box .shop-nav .btn {
  margin-bottom: 0;
}
#cart .cart-box .shop-nav.shop-nav-last {
  margin-bottom: 0;
}
#cart .cart-box .shipping {
  margin: 65px auto 45px auto;
  max-width: 610px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #1e1e1e;
}
#cart .cart-box .shipping strong {
  text-transform: uppercase;
}
#cart .cart-box .shipping p {
  line-height: 1.4;
}
.table-basket,
.shop_table {
  width: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .table-basket .product-thumbnail,
  .shop_table .product-thumbnail {
    display: none!important;
  }
}
.table-basket h3,
.shop_table h3 {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  margin-top: 5px;
  font-size: 20px;
}
.table-basket thead,
.shop_table thead,
.table-basket tbody,
.shop_table tbody,
.table-basket tfoot,
.shop_table tfoot {
  border: 1px solid #E1E1E1;
}
.table-basket tfoot,
.shop_table tfoot,
.table-basket tbody,
.shop_table tbody {
  border-top: none;
}
.table-basket thead td.product,
.shop_table thead td.product,
.table-basket tbody td.product,
.shop_table tbody td.product,
.table-basket thead td.product-thumbnail,
.shop_table thead td.product-thumbnail,
.table-basket tbody td.product-thumbnail,
.shop_table tbody td.product-thumbnail {
  text-align: left;
  padding-left: 30px!important;
}
.table-basket thead td.product a:after,
.shop_table thead td.product a:after,
.table-basket tbody td.product a:after,
.shop_table tbody td.product a:after,
.table-basket thead td.product-thumbnail a:after,
.shop_table thead td.product-thumbnail a:after,
.table-basket tbody td.product-thumbnail a:after,
.shop_table tbody td.product-thumbnail a:after {
  display: none!important;
}
.table-basket thead td.product img,
.shop_table thead td.product img,
.table-basket tbody td.product img,
.shop_table tbody td.product img,
.table-basket thead td.product-thumbnail img,
.shop_table thead td.product-thumbnail img,
.table-basket tbody td.product-thumbnail img,
.shop_table tbody td.product-thumbnail img {
  max-width: 120px;
}
.table-basket thead td.product a:hover img,
.shop_table thead td.product a:hover img,
.table-basket tbody td.product a:hover img,
.shop_table tbody td.product a:hover img,
.table-basket thead td.product-thumbnail a:hover img,
.shop_table thead td.product-thumbnail a:hover img,
.table-basket tbody td.product-thumbnail a:hover img,
.shop_table tbody td.product-thumbnail a:hover img {
  opacity: 0.825;
  filter: alpha(opacity=82.5);
}
.table-basket thead td,
.shop_table thead td,
.table-basket thead th,
.shop_table thead th {
  text-align: center;
  padding: 20px 0;
  color: #C8C8C8;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .table-basket thead td,
  .shop_table thead td,
  .table-basket thead th,
  .shop_table thead th {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 0;
  }
}
.table-basket tbody td,
.shop_table tbody td {
  text-align: center;
  padding: 20px 0;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .table-basket tbody td,
  .shop_table tbody td {
    font-size: 15px;
    line-height: 17px;
  }
}
.table-basket tfoot td,
.shop_table tfoot td {
  padding: 30px;
  color: #1e2226;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}
.table-basket tfoot td.total,
.shop_table tfoot td.total {
  text-align: center;
}
.woocommerce-cart .woocommerce .shop_table.cart {
  background: #f7f8f9;
  border: 1px solid #ebedef;
}
.woocommerce-cart .woocommerce .shop_table.cart a:after {
  display: none!important;
}
.woocommerce-cart .woocommerce .shop_table.cart .product-remove {
  width: 50px;
  padding-left: 30px;
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .product-remove {
    width: 30px;
    padding-left: 0;
    padding-top: 8px;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart .product-thumbnail {
  width: 180px;
}
.woocommerce-cart .woocommerce .shop_table.cart .product-name {
  text-align: left;
}
.woocommerce-cart .woocommerce .shop_table.cart .product-name a {
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 20px;
  font-family: 'Dosis', Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .product-name a {
    font-size: 18px;
    line-height: 20px;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart .product-quantity {
  width: 88px;
  padding-top: 20px;
}
.woocommerce-cart .woocommerce .shop_table.cart .product-quantity input {
  text-align: center;
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .product-quantity {
    width: 50px;
    padding-top: 8px;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart .product-price .amount {
  font-size: 20px!important;
  font-weight: 400 !important;
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .product-price .amount {
    font-size: 13px!important;
  }
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .product-subtotal .amount {
    font-size: 13px!important;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart thead th {
  border-bottom: none;
}
.woocommerce-cart .woocommerce .shop_table.cart tbody td {
  padding: 30px 0;
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart tbody td {
    padding: 15px 0;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart .remove {
  display: inline-block;
  font-size: 0;
}
.woocommerce-cart .woocommerce .shop_table.cart .remove:before {
  content: "\e609";
  display: inline-block;
  margin: 0;
  color: #C8C8C8;
  position: relative;
  font-family: 'Pe-icon-7-stroke';
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .remove:before {
    font-size: 25px;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart .remove:hover:before {
  color: #1e1e1e;
}
.woocommerce-cart .woocommerce .shop_table.cart .actions {
  padding: 30px;
}
.woocommerce-cart .woocommerce .shop_table.cart .actions .coupon {
  width: 50%;
  float: left;
  text-align: left;
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .shop_table.cart .actions .coupon {
    width: 100%;
    margin-bottom: 15px;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart .actions .coupon label {
  display: none;
}
.woocommerce-cart .woocommerce .shop_table.cart .actions .coupon input {
  vertical-align: top;
  margin: 0;
}
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce .shop_table.cart .actions .coupon input {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .actions .coupon input {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart .actions .coupon .input-text {
  display: inline-block;
  max-width: 180px;
  height: 42px;
  margin-right: -5px;
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .actions .coupon .input-text {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart .actions .checkout-button {
  float: right;
  margin: 0;
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .actions .checkout-button {
    float: none;
    margin-top: 15px;
    display: block;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce .shop_table.cart .actions .button[name="update_cart"] {
  float: right;
  margin: 0;
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .actions .button[name="update_cart"] {
    float: none;
    margin-top: 15px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .woocommerce-cart .woocommerce .shop_table.cart .product-thumbnail {
    display: none;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cross-sells {
  border-top: none;
  border-bottom: 2px solid #E3E3E3;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  clear: both;
  padding-top: 40px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping-calculator-button:before {
  content: "\f124";
  font-family: FontAwesome;
  padding-right: 5px;
  display: inline-block;
  color: #f1c40f;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td {
  padding: 15px 15px 15px 0;
  vertical-align: middle;
  border-top: 1px solid #ededed;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th {
  width: 30%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td {
  width: 70%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  outline: none !important;
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0px!important;
  font-family: 'Dosis', Helvetica, sans-serif;
  margin: 0 10px 20px 0;
  position: relative;
  color: #ffffff;
  border-color: #2b2b2b;
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active.focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.focus {
  color: #ffffff;
  text-decoration: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled],
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-round {
  border-radius: 25px!important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-round.btn-lg {
  border-radius: 40px!important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-icon {
  padding-left: 40px;
  padding-right: 40px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-icon span {
  display: block;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-icon i {
  font-size: 16px;
  height: 100%;
  width: 20px;
  right: 25px;
  top: 0px;
  line-height: 35px;
  display: inline-block;
  text-align: right;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-icon:hover span {
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-icon:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-icon.btn-lg {
  padding-left: 50px;
  padding-right: 50px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-icon.btn-lg i {
  font-size: 20px;
  line-height: 58px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.btn-icon.btn-link {
  padding: 0;
  border-color: transparent;
  margin: 0;
  background-color: transparent;
  color: #444444;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active,
.open > .dropdown-toggle.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active,
.open > .dropdown-toggle.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  background-image: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled],
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled]:hover,
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled]:focus,
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled.focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled].focus,
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled]:active,
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled.active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled].active,
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active,
.open .dropdown-toggle.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active,
.open > .dropdown-toggle.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active,
.open > .dropdown-toggle.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  background-image: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled],
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled]:hover,
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled]:focus,
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled.focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled].focus,
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled]:active,
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.disabled.active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button[disabled].active,
fieldset[disabled] .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.active,
.open .dropdown-toggle.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:after {
  display: none!important;
}
.woocommerce-account .woocommerce .required,
.woocommerce-checkout .woocommerce .required {
  border: none;
  color: #d54d4d;
}
.woocommerce-account .woocommerce .select2-container .select2-choice,
.woocommerce-checkout .woocommerce .select2-container .select2-choice {
  padding: 6px 12px;
  height: 40px;
  border-radius: 0!important;
  box-shadow: none!important;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #1e1e1e;
  font-weight: normal;
}
.woocommerce-account .woocommerce input[type='submit'],
.woocommerce-checkout .woocommerce input[type='submit'] {
  margin: 20px 0 0 0;
}
.woocommerce-account .woocommerce h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.woocommerce-account .woocommerce .addresses {
  margin-top: 40px;
}
.woocommerce-account .woocommerce .addresses .col-1.address {
  width: 48%;
  float: left;
}
.woocommerce-account .woocommerce .addresses .col-2.address {
  width: 48%;
  float: right;
}
.woocommerce-account .woocommerce .addresses .edit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  outline: none !important;
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0px!important;
  font-family: 'Dosis', Helvetica, sans-serif;
  margin: 0 10px 20px 0;
  position: relative;
  color: #ffffff;
  border-color: #2b2b2b;
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  border: 1px solid transparent!important;
}
.woocommerce-account .woocommerce .addresses .edit:focus,
.woocommerce-account .woocommerce .addresses .edit:active:focus,
.woocommerce-account .woocommerce .addresses .edit.active:focus,
.woocommerce-account .woocommerce .addresses .edit.focus,
.woocommerce-account .woocommerce .addresses .edit:active.focus,
.woocommerce-account .woocommerce .addresses .edit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce-account .woocommerce .addresses .edit:hover,
.woocommerce-account .woocommerce .addresses .edit:focus,
.woocommerce-account .woocommerce .addresses .edit.focus {
  color: #ffffff;
  text-decoration: none;
}
.woocommerce-account .woocommerce .addresses .edit:active,
.woocommerce-account .woocommerce .addresses .edit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce-account .woocommerce .addresses .edit.disabled,
.woocommerce-account .woocommerce .addresses .edit[disabled],
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-account .woocommerce .addresses .edit.btn-round {
  border-radius: 25px!important;
}
.woocommerce-account .woocommerce .addresses .edit.btn-round.btn-lg {
  border-radius: 40px!important;
}
.woocommerce-account .woocommerce .addresses .edit.btn-icon {
  padding-left: 40px;
  padding-right: 40px;
}
.woocommerce-account .woocommerce .addresses .edit.btn-icon span {
  display: block;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.woocommerce-account .woocommerce .addresses .edit.btn-icon i {
  font-size: 16px;
  height: 100%;
  width: 20px;
  right: 25px;
  top: 0px;
  line-height: 35px;
  display: inline-block;
  text-align: right;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.woocommerce-account .woocommerce .addresses .edit.btn-icon:hover span {
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.woocommerce-account .woocommerce .addresses .edit.btn-icon:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.woocommerce-account .woocommerce .addresses .edit.btn-icon.btn-lg {
  padding-left: 50px;
  padding-right: 50px;
}
.woocommerce-account .woocommerce .addresses .edit.btn-icon.btn-lg i {
  font-size: 20px;
  line-height: 58px;
}
.woocommerce-account .woocommerce .addresses .edit.btn-icon.btn-link {
  padding: 0;
  border-color: transparent;
  margin: 0;
  background-color: transparent;
  color: #444444;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-account .woocommerce .addresses .edit:hover,
.woocommerce-account .woocommerce .addresses .edit:focus,
.woocommerce-account .woocommerce .addresses .edit.focus,
.woocommerce-account .woocommerce .addresses .edit:active,
.woocommerce-account .woocommerce .addresses .edit.active,
.open > .dropdown-toggle.woocommerce-account .woocommerce .addresses .edit {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
.woocommerce-account .woocommerce .addresses .edit:active,
.woocommerce-account .woocommerce .addresses .edit.active,
.open > .dropdown-toggle.woocommerce-account .woocommerce .addresses .edit {
  background-image: none;
}
.woocommerce-account .woocommerce .addresses .edit.disabled,
.woocommerce-account .woocommerce .addresses .edit[disabled],
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit,
.woocommerce-account .woocommerce .addresses .edit.disabled:hover,
.woocommerce-account .woocommerce .addresses .edit[disabled]:hover,
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit:hover,
.woocommerce-account .woocommerce .addresses .edit.disabled:focus,
.woocommerce-account .woocommerce .addresses .edit[disabled]:focus,
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit:focus,
.woocommerce-account .woocommerce .addresses .edit.disabled.focus,
.woocommerce-account .woocommerce .addresses .edit[disabled].focus,
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit.focus,
.woocommerce-account .woocommerce .addresses .edit.disabled:active,
.woocommerce-account .woocommerce .addresses .edit[disabled]:active,
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit:active,
.woocommerce-account .woocommerce .addresses .edit.disabled.active,
.woocommerce-account .woocommerce .addresses .edit[disabled].active,
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit.active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
.woocommerce-account .woocommerce .addresses .edit .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.woocommerce-account .woocommerce .addresses .edit:hover,
.woocommerce-account .woocommerce .addresses .edit:focus,
.woocommerce-account .woocommerce .addresses .edit:active,
.woocommerce-account .woocommerce .addresses .edit.active,
.open .dropdown-toggle.woocommerce-account .woocommerce .addresses .edit {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.woocommerce-account .woocommerce .addresses .edit:hover,
.woocommerce-account .woocommerce .addresses .edit:focus,
.woocommerce-account .woocommerce .addresses .edit.focus,
.woocommerce-account .woocommerce .addresses .edit:active,
.woocommerce-account .woocommerce .addresses .edit.active,
.open > .dropdown-toggle.woocommerce-account .woocommerce .addresses .edit {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
.woocommerce-account .woocommerce .addresses .edit:active,
.woocommerce-account .woocommerce .addresses .edit.active,
.open > .dropdown-toggle.woocommerce-account .woocommerce .addresses .edit {
  background-image: none;
}
.woocommerce-account .woocommerce .addresses .edit.disabled,
.woocommerce-account .woocommerce .addresses .edit[disabled],
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit,
.woocommerce-account .woocommerce .addresses .edit.disabled:hover,
.woocommerce-account .woocommerce .addresses .edit[disabled]:hover,
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit:hover,
.woocommerce-account .woocommerce .addresses .edit.disabled:focus,
.woocommerce-account .woocommerce .addresses .edit[disabled]:focus,
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit:focus,
.woocommerce-account .woocommerce .addresses .edit.disabled.focus,
.woocommerce-account .woocommerce .addresses .edit[disabled].focus,
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit.focus,
.woocommerce-account .woocommerce .addresses .edit.disabled:active,
.woocommerce-account .woocommerce .addresses .edit[disabled]:active,
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit:active,
.woocommerce-account .woocommerce .addresses .edit.disabled.active,
.woocommerce-account .woocommerce .addresses .edit[disabled].active,
fieldset[disabled] .woocommerce-account .woocommerce .addresses .edit.active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
.woocommerce-account .woocommerce .addresses .edit .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.woocommerce-account .woocommerce .addresses .edit:hover,
.woocommerce-account .woocommerce .addresses .edit:focus,
.woocommerce-account .woocommerce .addresses .edit:active,
.woocommerce-account .woocommerce .addresses .edit.active,
.open .dropdown-toggle.woocommerce-account .woocommerce .addresses .edit {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.woocommerce-account .woocommerce .addresses .edit:after {
  display: none!important;
}
.woocommerce-account .woocommerce fieldset {
  margin: 40px 0;
}
.woocommerce-account .woocommerce fieldset legend {
  display: inline-block;
  width: auto;
  padding: 0 15px;
}
.woocommerce-checkout .woocommerce .shop_table {
  background: #f7f8f9;
  border: 1px solid #ebedef;
}
.woocommerce-checkout .woocommerce .shop_table a:after {
  display: none!important;
}
.woocommerce-checkout .woocommerce .shop_table .product-name {
  text-align: left;
  padding-left: 30px;
  width: 60%;
}
.woocommerce-checkout .woocommerce .shop_table .product-name a {
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 20px;
  font-family: 'Dosis', Helvetica, sans-serif;
}
@media (max-width: 480px) {
  .woocommerce-checkout .woocommerce .shop_table .product-name {
    padding-left: 8px;
    width: 40%;
  }
}
.woocommerce-checkout .woocommerce .shop_table .shipping td {
  text-transform: none;
  font-size: 16px;
}
@media (max-width: 480px) {
  .woocommerce-checkout .woocommerce .shop_table .shipping td {
    font-size: 13px;
  }
}
.woocommerce-checkout .woocommerce .shop_table .product-total {
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .woocommerce-checkout .woocommerce .shop_table .product-total {
    text-align: left;
    padding-left: 8px;
  }
}
.woocommerce-checkout .woocommerce .shop_table thead th {
  border-bottom: none;
}
@media (max-width: 480px) {
  .woocommerce-checkout .woocommerce .shop_table thead th {
    width: 40%!important;
  }
}
.woocommerce-checkout .woocommerce .shop_table tbody td,
.woocommerce-checkout .woocommerce .shop_table tfoot th {
  padding: 30px;
}
@media (max-width: 480px) {
  .woocommerce-checkout .woocommerce .shop_table tbody td,
  .woocommerce-checkout .woocommerce .shop_table tfoot th {
    padding: 8px!important;
    text-align: left!important;
  }
}
.woocommerce-checkout .woocommerce .shop_table tfoot th {
  text-align: left;
  font-size: 15px;
}
.woocommerce-checkout .woocommerce .shop_table tfoot td,
.woocommerce-checkout .woocommerce .shop_table tbody td {
  text-align: right;
}
@media (max-width: 480px) {
  .woocommerce-checkout .woocommerce .shop_table tfoot td,
  .woocommerce-checkout .woocommerce .shop_table tbody td {
    padding: 8px!important;
    text-align: left!important;
    width: 40%!important;
  }
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields {
  padding-top: 20px;
  padding-bottom: 40px;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields h3 {
  margin-left: 0;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
  line-height: 24px;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 30px;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields h3 label,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields h3 label {
  font-weight: 500;
}
.woocommerce-checkout .woocommerce #order_review_heading {
  margin-left: 0;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
  line-height: 24px;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 30px;
}
.payment_methods {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
.payment_methods .about_paypal {
  margin-left: 10px;
}
/*--------------------------------------------------------------
## Woocommerce popup
--------------------------------------------------------------*/
@media (max-width: 480px) {
  .touch .pp_hoverContainer a:before,
  .touch .pp_gallery {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .woocommerce-page .pp_woocommerce {
    width: 300px !important;
    left: 50%!important;
    margin-left: -150px;
  }
  .woocommerce-page .pp_woocommerce .ppt {
    margin: 0;
    width: 300px !important;
  }
  .woocommerce-page .pp_woocommerce .pp_left {
    padding-left: 10px !important;
  }
  .woocommerce-page .pp_woocommerce .pp_right {
    padding-right: 10px !important;
  }
  .woocommerce-page .pp_woocommerce .pp_content,
  .woocommerce-page .pp_woocommerce .pp_hoverContainer {
    width: 280px !important;
  }
  .woocommerce-page .pp_woocommerce #pp_full_res {
    text-align: center !important;
  }
}
.woocommerce-page .pp_woocommerce .pp_description {
  display: none !important;
}
.woocommerce-page .pp_woocommerce .pp_gallery {
  margin-top: 10px !important;
}
.woocommerce-page .pp_woocommerce .pp_gallery ul a {
  height: 33px;
  width: 50px;
  border: none!important;
}
.woocommerce-page .pp_woocommerce .pp_content_container {
  margin-bottom: 10px;
}
.woocommerce-page .pp_woocommerce .pp_content_container .pp_close {
  position: absolute!important;
}
.woocommerce-page .pp_woocommerce .pp_content_container .pp_expand {
  display: none!important;
}
.woocommerce-page .pp_woocommerce .pp_content_container .pp_next:before,
.woocommerce-page .pp_woocommerce .pp_content_container .pp_previous:before {
  font-size: 30px!important;
  color: #1e1e1e!important;
  text-shadow: none;
  background-color: transparent;
}
.woocommerce-page .pp_woocommerce .pp_details {
  text-align: center;
}
.woocommerce-page .pp_woocommerce .pp_details .pp_nav {
  display: none !important;
}
.woocommerce-page .pp_woocommerce .pp_description {
  display: none !important;
}
/*--------------------------------------------------------------
## Woocommerce widgets
--------------------------------------------------------------*/
.widget_price_filter .price_slider_amount .button {
  margin: 0;
  width: 100%;
}
.widget_price_filter .price_slider_amount .price_label {
  font-weight: 700;
  font-size: 14px;
  margin-top: 15px;
}
.widget_price_filter .price_slider_amount .price_label .from,
.widget_price_filter .price_slider_amount .price_label .to {
  font-size: 20px;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 3px;
  height: 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  top: -7px;
  background: #1e1e1e;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #f1c40f;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #1e1e1e;
}
.widget_price_filter .ui-slider-horizontal {
  height: 5px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_product_search {
  padding: 0!important;
  background-color: transparent!important;
  border: none!important;
}
.widget_product_search label {
  width: 100%;
  margin: 0!important;
}
.widget_product_search .widget-inner {
  padding: 0!important;
  background-color: transparent!important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.widget_product_search input[type="submit"] {
  display: none;
}
.site-footer .widget_products li,
.site-footer .widget_recently_viewed_products li,
.site-footer .widget_recent_reviews li,
.site-footer .widget_top_rated_products li,
.site-footer .widget_shopping_cart li {
  border: 0;
  padding: 0 0 5px 0;
  margin: 0;
  display: block;
  text-align: left;
  overflow: hidden;
}
.site-footer .widget_products li a,
.site-footer .widget_recently_viewed_products li a,
.site-footer .widget_recent_reviews li a,
.site-footer .widget_top_rated_products li a,
.site-footer .widget_shopping_cart li a {
  margin: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
.site-footer .widget_products li a:after,
.site-footer .widget_recently_viewed_products li a:after,
.site-footer .widget_recent_reviews li a:after,
.site-footer .widget_top_rated_products li a:after,
.site-footer .widget_shopping_cart li a:after {
  display: none!important;
}
.site-footer .widget_products li a img,
.site-footer .widget_recently_viewed_products li a img,
.site-footer .widget_recent_reviews li a img,
.site-footer .widget_top_rated_products li a img,
.site-footer .widget_shopping_cart li a img {
  float: left;
  line-height: 1;
  width: 64px;
  height: 64px;
  margin: 0;
  margin-right: 15px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.site-footer .widget_products li .product-title,
.site-footer .widget_recently_viewed_products li .product-title,
.site-footer .widget_recent_reviews li .product-title,
.site-footer .widget_top_rated_products li .product-title,
.site-footer .widget_shopping_cart li .product-title,
.site-footer .widget_products li .amount,
.site-footer .widget_recently_viewed_products li .amount,
.site-footer .widget_recent_reviews li .amount,
.site-footer .widget_top_rated_products li .amount,
.site-footer .widget_shopping_cart li .amount {
  display: block;
  float: none;
}
.site-footer .widget_products li .product-title,
.site-footer .widget_recently_viewed_products li .product-title,
.site-footer .widget_recent_reviews li .product-title,
.site-footer .widget_top_rated_products li .product-title,
.site-footer .widget_shopping_cart li .product-title {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
  text-transform: none;
}
.site-footer .widget_products li .product-title:after,
.site-footer .widget_recently_viewed_products li .product-title:after,
.site-footer .widget_recent_reviews li .product-title:after,
.site-footer .widget_top_rated_products li .product-title:after,
.site-footer .widget_shopping_cart li .product-title:after {
  display: none!important;
}
.site-footer .widget_products li .star-rating,
.site-footer .widget_recently_viewed_products li .star-rating,
.site-footer .widget_recent_reviews li .star-rating,
.site-footer .widget_top_rated_products li .star-rating,
.site-footer .widget_shopping_cart li .star-rating {
  display: none;
}
.site-footer .widget_products li .amount,
.site-footer .widget_recently_viewed_products li .amount,
.site-footer .widget_recent_reviews li .amount,
.site-footer .widget_top_rated_products li .amount,
.site-footer .widget_shopping_cart li .amount {
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  color: #999999;
  display: inline-block;
}
.site-footer .widget_products li del,
.site-footer .widget_recently_viewed_products li del,
.site-footer .widget_recent_reviews li del,
.site-footer .widget_top_rated_products li del,
.site-footer .widget_shopping_cart li del,
.site-footer .widget_products li ins,
.site-footer .widget_recently_viewed_products li ins,
.site-footer .widget_recent_reviews li ins,
.site-footer .widget_top_rated_products li ins,
.site-footer .widget_shopping_cart li ins {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.site-footer .widget_products li del .amount,
.site-footer .widget_recently_viewed_products li del .amount,
.site-footer .widget_recent_reviews li del .amount,
.site-footer .widget_top_rated_products li del .amount,
.site-footer .widget_shopping_cart li del .amount {
  color: #8c8c8c;
  float: left;
}
.site-footer .widget_products li ins .amount,
.site-footer .widget_recently_viewed_products li ins .amount,
.site-footer .widget_recent_reviews li ins .amount,
.site-footer .widget_top_rated_products li ins .amount,
.site-footer .widget_shopping_cart li ins .amount {
  color: #fff;
  float: left;
  margin-left: 6px;
  margin-right: 6px;
}
.site-footer .widget_products li ins .amount + .amount,
.site-footer .widget_recently_viewed_products li ins .amount + .amount,
.site-footer .widget_recent_reviews li ins .amount + .amount,
.site-footer .widget_top_rated_products li ins .amount + .amount,
.site-footer .widget_shopping_cart li ins .amount + .amount {
  float: none;
}
.widget_products li,
.widget_recently_viewed_products li,
.widget_recent_reviews li,
.widget_top_rated_products li,
.widget_shopping_cart li {
  text-align: center;
  margin-left: 0;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
.widget_products li:first-child,
.widget_recently_viewed_products li:first-child,
.widget_recent_reviews li:first-child,
.widget_top_rated_products li:first-child,
.widget_shopping_cart li:first-child {
  margin-top: 0;
}
.widget_products li:first-child a,
.widget_recently_viewed_products li:first-child a,
.widget_recent_reviews li:first-child a,
.widget_top_rated_products li:first-child a,
.widget_shopping_cart li:first-child a {
  margin-top: 0;
}
.widget_products li:last-child,
.widget_recently_viewed_products li:last-child,
.widget_recent_reviews li:last-child,
.widget_top_rated_products li:last-child,
.widget_shopping_cart li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_products li .star-rating,
.widget_recently_viewed_products li .star-rating,
.widget_recent_reviews li .star-rating,
.widget_top_rated_products li .star-rating,
.widget_shopping_cart li .star-rating {
  margin: 0 auto 5px auto;
}
.widget_products li img,
.widget_recently_viewed_products li img,
.widget_recent_reviews li img,
.widget_top_rated_products li img,
.widget_shopping_cart li img {
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 15px;
}
.widget_products li a,
.widget_recently_viewed_products li a,
.widget_recent_reviews li a,
.widget_top_rated_products li a,
.widget_shopping_cart li a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .25px;
  font-weight: 700;
  margin-top: 20px;
}
.widget_products li a:hover img,
.widget_recently_viewed_products li a:hover img,
.widget_recent_reviews li a:hover img,
.widget_top_rated_products li a:hover img,
.widget_shopping_cart li a:hover img {
  opacity: 0.825;
  filter: alpha(opacity=82.5);
}
.widget_products li a:after,
.widget_recently_viewed_products li a:after,
.widget_recent_reviews li a:after,
.widget_top_rated_products li a:after,
.widget_shopping_cart li a:after {
  display: none!important;
}
.widget_shopping_cart li {
  position: relative;
}
.widget_shopping_cart li:hover .remove {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget_shopping_cart li:last-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}
.widget_shopping_cart li .remove {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  background-color: #fff;
  width: 30px;
  height: 30px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart li .remove:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.widget_shopping_cart li .quantity {
  display: block;
  color: #1e1e1e;
  font-size: 15px;
}
.widget_shopping_cart .cart-list {
  box-shadow: none;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.widget_shopping_cart .total {
  margin-top: 20px;
}
.widget_shopping_cart .total,
.widget_shopping_cart .buttons {
  text-align: center;
}
.widget_shopping_cart .buttons {
  margin: 0;
}
.widget_shopping_cart .buttons .button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  outline: none !important;
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0px!important;
  font-family: 'Dosis', Helvetica, sans-serif;
  margin: 0 10px 20px 0;
  position: relative;
  color: #ffffff;
  border-color: #f2ca27;
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.widget_shopping_cart .buttons .button:focus,
.widget_shopping_cart .buttons .button:active:focus,
.widget_shopping_cart .buttons .button.active:focus,
.widget_shopping_cart .buttons .button.focus,
.widget_shopping_cart .buttons .button:active.focus,
.widget_shopping_cart .buttons .button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.widget_shopping_cart .buttons .button:hover,
.widget_shopping_cart .buttons .button:focus,
.widget_shopping_cart .buttons .button.focus {
  color: #ffffff;
  text-decoration: none;
}
.widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.widget_shopping_cart .buttons .button.disabled,
.widget_shopping_cart .buttons .button[disabled],
fieldset[disabled] .widget_shopping_cart .buttons .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_shopping_cart .buttons .button.btn-round {
  border-radius: 25px!important;
}
.widget_shopping_cart .buttons .button.btn-round.btn-lg {
  border-radius: 40px!important;
}
.widget_shopping_cart .buttons .button.btn-icon {
  padding-left: 40px;
  padding-right: 40px;
}
.widget_shopping_cart .buttons .button.btn-icon span {
  display: block;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.widget_shopping_cart .buttons .button.btn-icon i {
  font-size: 16px;
  height: 100%;
  width: 20px;
  right: 25px;
  top: 0px;
  line-height: 35px;
  display: inline-block;
  text-align: right;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.widget_shopping_cart .buttons .button.btn-icon:hover span {
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.widget_shopping_cart .buttons .button.btn-icon:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.widget_shopping_cart .buttons .button.btn-icon.btn-lg {
  padding-left: 50px;
  padding-right: 50px;
}
.widget_shopping_cart .buttons .button.btn-icon.btn-lg i {
  font-size: 20px;
  line-height: 58px;
}
.widget_shopping_cart .buttons .button.btn-icon.btn-link {
  padding: 0;
  border-color: transparent;
  margin: 0;
  background-color: transparent;
  color: #444444;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
.widget_shopping_cart .buttons .button:hover,
.widget_shopping_cart .buttons .button:focus,
.widget_shopping_cart .buttons .button.focus,
.widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .button.active,
.open > .dropdown-toggle.widget_shopping_cart .buttons .button {
  color: #ffffff;
  background-color: #c29d0b;
  border-color: #d0a90c;
}
.widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .button.active,
.open > .dropdown-toggle.widget_shopping_cart .buttons .button {
  background-image: none;
}
.widget_shopping_cart .buttons .button.disabled,
.widget_shopping_cart .buttons .button[disabled],
fieldset[disabled] .widget_shopping_cart .buttons .button,
.widget_shopping_cart .buttons .button.disabled:hover,
.widget_shopping_cart .buttons .button[disabled]:hover,
fieldset[disabled] .widget_shopping_cart .buttons .button:hover,
.widget_shopping_cart .buttons .button.disabled:focus,
.widget_shopping_cart .buttons .button[disabled]:focus,
fieldset[disabled] .widget_shopping_cart .buttons .button:focus,
.widget_shopping_cart .buttons .button.disabled.focus,
.widget_shopping_cart .buttons .button[disabled].focus,
fieldset[disabled] .widget_shopping_cart .buttons .button.focus,
.widget_shopping_cart .buttons .button.disabled:active,
.widget_shopping_cart .buttons .button[disabled]:active,
fieldset[disabled] .widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .button.disabled.active,
.widget_shopping_cart .buttons .button[disabled].active,
fieldset[disabled] .widget_shopping_cart .buttons .button.active {
  background-color: #f1c40f;
  border-color: #f2ca27;
}
.widget_shopping_cart .buttons .button .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
.widget_shopping_cart .buttons .button:hover,
.widget_shopping_cart .buttons .button:focus,
.widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .button.active,
.open .dropdown-toggle.widget_shopping_cart .buttons .button {
  color: #fff;
  background-color: #f2ca27;
  border-color: #f2ca27;
}
.widget_shopping_cart .buttons .button:hover,
.widget_shopping_cart .buttons .button:focus,
.widget_shopping_cart .buttons .button.focus,
.widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .button.active,
.open > .dropdown-toggle.widget_shopping_cart .buttons .button {
  color: #ffffff;
  background-color: #c29d0b;
  border-color: #d0a90c;
}
.widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .button.active,
.open > .dropdown-toggle.widget_shopping_cart .buttons .button {
  background-image: none;
}
.widget_shopping_cart .buttons .button.disabled,
.widget_shopping_cart .buttons .button[disabled],
fieldset[disabled] .widget_shopping_cart .buttons .button,
.widget_shopping_cart .buttons .button.disabled:hover,
.widget_shopping_cart .buttons .button[disabled]:hover,
fieldset[disabled] .widget_shopping_cart .buttons .button:hover,
.widget_shopping_cart .buttons .button.disabled:focus,
.widget_shopping_cart .buttons .button[disabled]:focus,
fieldset[disabled] .widget_shopping_cart .buttons .button:focus,
.widget_shopping_cart .buttons .button.disabled.focus,
.widget_shopping_cart .buttons .button[disabled].focus,
fieldset[disabled] .widget_shopping_cart .buttons .button.focus,
.widget_shopping_cart .buttons .button.disabled:active,
.widget_shopping_cart .buttons .button[disabled]:active,
fieldset[disabled] .widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .button.disabled.active,
.widget_shopping_cart .buttons .button[disabled].active,
fieldset[disabled] .widget_shopping_cart .buttons .button.active {
  background-color: #f1c40f;
  border-color: #f2ca27;
}
.widget_shopping_cart .buttons .button .badge {
  color: #f1c40f;
  background-color: #ffffff;
}
.widget_shopping_cart .buttons .button:hover,
.widget_shopping_cart .buttons .button:focus,
.widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .button.active,
.open .dropdown-toggle.widget_shopping_cart .buttons .button {
  color: #fff;
  background-color: #f2ca27;
  border-color: #f2ca27;
}
.widget_shopping_cart .buttons .button:after {
  display: none!important;
}
.widget_shopping_cart .buttons .checkout {
  display: none;
}
/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  color: #555555;
  overflow-x: hidden;
}
body,
p {
  line-height: 26px;
  letter-spacing: 0px;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 24px;
  color: #1e1e1e;
  font-weight: 500;
  letter-spacing: 0.2em;
}
h1 {
  margin-left: 0;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  margin-left: 0;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  letter-spacing: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  letter-spacing: 0;
}
a,
a:focus {
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  outline: none;
  position: relative;
}
a:focus {
  color: #1e1e1e;
}
p a img,
.entry-content a img {
  display: block;
}
p:not(.logged-in-as) a:not(.btn) {
  border-bottom: 1px solid #eee;
}
.sidebar p:not(.logged-in-as) a:not(.btn) {
  border-bottom: none;
}
.blog p:not(.logged-in-as) a:not(.btn),
.archive p:not(.logged-in-as) a:not(.btn),
.single p:not(.logged-in-as) a:not(.btn),
.search p:not(.logged-in-as) a:not(.btn),
.page-template-blog-masonry p:not(.logged-in-as) a:not(.btn),
.page-template-blog-masonry-full-width p:not(.logged-in-as) a:not(.btn),
.page-template-blog-box p:not(.logged-in-as) a:not(.btn) {
  border-bottom-color: #ddd;
}
.single.single-fw-portfolio p:not(.logged-in-as) a:not(.btn) {
  border-bottom-color: #eee;
}
#page a:not(.btn):after,
#cart a:not(.btn):after,
#canvas a:not(.btn):after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  display: block;
  overflow: hidden;
  width: 0;
  background-color: #f1c40f;
  content: '';
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
#page a:not(.btn):hover::after,
#cart a:not(.btn):hover::after,
#canvas a:not(.btn):hover::after {
  width: 100%;
}
#page .ui-widget a:hover::after,
#cart .ui-widget a:hover::after,
#canvas .ui-widget a:hover::after {
  width: 0;
}
#canvas a:not(.btn):after {
  display: block!important;
}
#canvas a.site-navigation-btn:after {
  display: none!important;
}
::-moz-selection {
  background: #FFF7B6;
  color: black;
}
::selection {
  background: #FFF7B6;
  color: black;
}
img {
  max-width: 100%;
  height: auto;
}
.site-description {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/
.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.container-m {
  max-width: 860px;
}
.wrap-inner {
  margin-top: 80px;
  margin-bottom: 100px;
  min-height: 250px;
}
@media (max-width: 768px) {
  .wrap-inner {
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: auto;
  }
}
.wrap-inner > .col-sm-9 {
  width: 75%;
}
.sidebar-left.woocommerce .wrap-inner > .col-sm-9,
.page-sidebar-left .wrap-inner > .col-sm-9 {
  float: right;
}
.sidebar-left.woocommerce .wrap-inner .content-sidebar,
.page-sidebar-left .wrap-inner .content-sidebar {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .wrap-inner > .col-sm-9 {
    width: 70%;
  }
  .wrap-inner > .col-sm-3 {
    width: 30%;
  }
  .wrap-inner > .col-sm-3 > div {
    padding: 0!important;
  }
}
@media (max-width: 767px) {
  .wrap-inner > .col-sm-9 {
    width: 100%;
    float: none!important;
  }
  .wrap-inner > .col-sm-3 {
    width: 100%;
    float: none!important;
  }
  .wrap-inner > .col-sm-3 > div {
    padding-top: 30px;
  }
}
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.right-sidebar .primary-sidebar,
.right-sidebar .content-sidebar,
.right-sidebar .footer-sidebar {
  padding-left: 20px;
}
/*--------------------------------------------------------------
## Page Heading
--------------------------------------------------------------*/
.page-heading {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0px;
  margin-bottom: 0px !important;
  position: relative;
  z-index: 1002;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f7f8f9;
  border-bottom: 1px solid #ecedee;
  margin-top: -1px;
}
.page-heading.has-thumbnail {
  margin-top: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.page-heading.has-thumbnail .container {
  background-color: #fff;
  margin-top: -87px;
}
.blog .page-heading.has-thumbnail .container,
.archive .page-heading.has-thumbnail .container,
.single .page-heading.has-thumbnail .container,
.search .page-heading.has-thumbnail .container,
.page-template-blog-masonry .page-heading.has-thumbnail .container,
.page-template-blog-masonry-full-width .page-heading.has-thumbnail .container,
.page-template-blog-box .page-heading.has-thumbnail .container {
  background-color: #f7f8f9;
}
.single .page-heading.has-thumbnail .container {
  margin-top: -91px;
}
.page-heading.has-thumbnail .heading-inner {
  padding: 20px 0;
  border-bottom: 2px solid #ecedee;
  overflow: hidden;
}
.page-heading .single-meta {
  float: left;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 42px;
  max-width: 60%;
}
@media (max-width: 767px) {
  .page-heading .single-meta {
    max-width: 100%;
  }
}
.page-heading .single-meta .single-meta__item {
  display: inline-block;
  line-height: 1.625em;
  margin: 0 1.25em;
  text-transform: capitalize;
  vertical-align: top;
  max-width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .page-heading .single-meta .single-meta__item {
    max-width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}
.page-heading .single-meta .single-meta__item:first-child {
  margin-left: 0;
  margin-top: 0;
}
.page-heading .single-meta .single-meta__item img {
  border-radius: 50%;
  margin-right: 7px;
}
.page-heading .single-meta .single-meta__item a {
  color: #252525;
}
.page-heading .single-meta .single-meta__item a:hover {
  color: #f1c40f;
}
.page-heading .single-meta .single-meta__item span {
  color: #8c8c8c;
}
.page-heading .single-meta .single-meta__item .label {
  display: block;
  font-size: 100%;
  font-weight: 300;
  text-align: left;
  padding-left: 0;
  color: #8c8c8c;
}
@media (max-width: 767px) {
  .page-heading .single-meta .single-meta__item .label {
    display: inline-block;
  }
}
.page-heading .heading-title {
  float: left;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 42px;
}
.page-heading .heading-title .entry-title {
  color: #252525;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: normal;
  line-height: 38px;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}
.page-heading .heading-title .entry-title span {
  font-size: 14px;
  color: #8c8c8c;
}
.page-heading .heading-title .entry-title span:before {
  content: ' / ';
  padding: 0 7px;
}
@media (max-width: 480px) {
  .page-heading .heading-title .entry-title span {
    display: block;
    margin-top: 10px;
  }
  .page-heading .heading-title .entry-title span:before {
    display: none;
  }
}
.breadcrumbs {
  float: right;
  margin: 0;
  margin-left: 20px;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 46px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    clear: both;
    float: none;
    margin: 15px 0 0 0;
  }
}
.single .breadcrumbs {
  line-height: 50px;
}
.breadcrumbs .separator {
  padding: 0 3px;
}
.breadcrumbs a {
  color: #252525;
}
.breadcrumbs a:hover {
  color: #f1c40f;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  color: #8c8c8c;
  background: #1e1e1e;
  padding: 60px 0 0 0;
}
.site-footer .site-info {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.site-footer .site-info a {
  border: none!important;
}
.site-footer a {
  color: #fff;
}
.site-footer a:after {
  display: none!important;
}
.site-footer a:hover {
  color: #f1c40f;
}
.site-footer p,
.site-footer .widget-title {
  color: inherit;
}
.site-footer .widget-title {
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.footer-columns .widget {
  padding: 0 20px;
  margin-top: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer-columns .widget {
    padding: 0 15px 20px 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.footer-columns .widget:first-child {
  padding-left: 0!important;
}
.footer-columns .widget:last-child {
  padding-right: 0!important;
}
@media (min-width: 992px) {
  .table-grid {
    display: table;
  }
  .table-grid .widget {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
}
.timeline-grid {
  overflow: hidden;
}
.timeline-grid.top-columns > .widget {
  margin: 0;
}
/*--------------------------------------------------------------
## Scrollup
--------------------------------------------------------------*/
.scrollup {
  position: fixed!important;
  bottom: -45px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff!important;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1) 0.2s;
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1) 0.2s;
}
.scrollup.scroll-active {
  opacity: 1;
  bottom: 15px;
}
.scrollup:after {
  display: none!important;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.sub-menu-has-icons a:before,
.menu-item-has-icon > a:before {
  width: 25px;
  text-align: left;
  margin: 0;
  font-family: 'FontAwesome';
  font-style: normal;
  position: relative;
  font-size: 14px;
  line-height: 0;
  padding-right: 7px;
  top: 0;
  font-weight: 100;
  display: inline-block;
  text-align: center;
}
#page .site-header {
  height: 89px;
}
#page .site-header .header-main {
  height: 89px;
  position: fixed;
  z-index: 1003;
  border-bottom: 1px solid #ecedee;
  z-index: 1041;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
}
.fix-header #page .site-header .header-main {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}
.sticky-hide #page .site-header .header-main {
  -webkit-transform: translateZ(0) translateY(-100%);
  -moz-transform: translateZ(0) translateY(-100%);
  transform: translateZ(0) translateY(-100%);
}
.admin-bar #page .site-header .header-main {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #page .site-header .header-main {
    top: 46px;
    position: static;
  }
}
@media (max-width: 1200px) {
  .admin-bar #page .site-header .header-main #primary-navigation {
    display: none;
  }
}
#page .site-header .header-main-inner {
  min-height: 88px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
#page .site-header .header-main-inner .site-title {
  float: left;
  font-size: 30px;
  font-weight: 500;
  line-height: 88px;
  margin: 0;
  letter-spacing: 0;
  position: relative;
  z-index: 99;
  margin-right: 20px;
  text-transform: uppercase;
}
#page .site-header .header-main-inner .site-title img {
  max-height: 60px;
  vertical-align: middle;
}
#page .site-header .header-main-inner .site-title a {
  color: #333333;
}
#page .site-header .header-main-inner .site-title a:after {
  display: none!important;
}
#page .site-header .header-main-inner .site-title a:hover,
#page .site-header .header-main-inner .site-title a:focus {
  color: #777;
}
#page .site-header .header-main-inner .search-toggle,
#page .site-header .header-main-inner .cart-toggle,
#page .site-header .header-main-inner .user-toggle {
  color: #333333;
  cursor: pointer;
  float: right;
  height: 88px;
  margin-right: 0;
  text-align: center;
  width: 32px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1400px) {
  #page .site-header .header-main-inner .search-toggle,
  #page .site-header .header-main-inner .cart-toggle,
  #page .site-header .header-main-inner .user-toggle {
    right: 60px;
  }
}
@media (max-width: 768px) {
  #page .site-header .header-main-inner .search-toggle,
  #page .site-header .header-main-inner .cart-toggle,
  #page .site-header .header-main-inner .user-toggle {
    right: 90px;
  }
}
#page .site-header .header-main-inner .search-toggle:hover:before,
#page .site-header .header-main-inner .cart-toggle:hover:before,
#page .site-header .header-main-inner .user-toggle:hover:before {
  color: #777;
}
#page .site-header .header-main-inner .search-toggle:before,
#page .site-header .header-main-inner .cart-toggle:before,
#page .site-header .header-main-inner .user-toggle:before {
  color: #333333;
  font-family: 'Pe-icon-7-stroke';
  content: "\e618";
  font-size: 20px;
  font-weight: 700;
  line-height: 88px;
}
#page .site-header .header-main-inner .cart-toggle:before {
  content: "\e66e";
}
#page .site-header .header-main-inner .cart-toggle .cart-count {
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 21px;
  right: 0px;
  border-radius: 2px;
  background-color: #f1c40f;
  color: #fff;
  padding: 3px 5px;
}
#page .site-header .header-main-inner .user-toggle:before {
  content: "\e616";
}
#page .site-header .site-navigation ul {
  list-style: none;
  margin: 0;
}
#page .site-header .site-navigation ul ul {
  margin-left: 20px;
  padding: 0;
}
#page .site-header .site-navigation li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: top;
}
#page .site-header .site-navigation a {
  color: #333333;
  display: block;
}
#page .site-header .site-navigation a:hover {
  color: #f1c40f;
}
#page .site-header .site-navigation .current_page_item > a,
#page .site-header .site-navigation .current_page_ancestor > a,
#page .site-header .site-navigation .current-menu-item > a,
#page .site-header .site-navigation .current-menu-parent > a,
#page .site-header .site-navigation .current-menu-ancestor > a {
  color: #f1c40f;
}
#page .site-header .primary-navigation {
  font-size: 14px;
  padding-top: 24px;
  line-height: 88px;
}
@media (max-width: 1200px) {
  #page .site-header .primary-navigation {
    display: none;
  }
}
#page .site-header .primary-navigation.toggled-on {
  padding: 72px 0 36px;
}
#page .site-header .primary-navigation.toggled-on .nav-menu {
  display: block;
  clear: both;
  border-top: 1px solid #eee;
}
@media (max-width: 782px) {
  #page .site-header .primary-navigation.toggled-on .nav-menu {
    padding-top: 20px;
  }
}
#page .site-header .primary-navigation .nav-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}
#page .site-header .primary-navigation a {
  padding: 7px 0;
  line-height: inherit;
  display: block;
  font-family: 'Karla', Helvetica, serif !important;
}
@media (max-width: 400px) {
  #page .site-header .primary-navigation .mega-nav {
    display: none;
  }
}
@media (min-width: 401px) {
  #page .site-header .primary-navigation .mega-nav {
    display: none;
  }
}
@media (min-width: 673px) {
  #page .site-header .primary-navigation .mega-nav {
    padding: 10px;
  }
  #page .site-header .primary-navigation .mega-nav li {
    border-top: none;
    border-bottom: none;
  }
  #page .site-header .primary-navigation .mega-nav {
    display: block;
  }
  #page .site-header .primary-navigation .mega-nav > li {
    padding: 8px 21px;
  }
}
@media (max-width: 782px) {
  #page .site-header .primary-navigation p {
    color: #fff;
    margin: 7px 0;
  }
  #page .site-header .primary-navigation a {
    padding: 10px 0;
    line-height: 1;
  }
  #page .site-header .primary-navigation a:after {
    display: none!important;
  }
}
@media (min-width: 783px) {
  #page .site-header .primary-navigation {
    text-align: center;
    font-size: 14px;
    padding: 0;
  }
  .header-left #page .site-header .primary-navigation {
    text-align: left;
  }
  .header-right #page .site-header .primary-navigation {
    text-align: right;
  }
  #page .site-header .primary-navigation.toggled-on {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }
  #page .site-header .primary-navigation .menu-toggle {
    display: none;
    padding: 0;
  }
  #page .site-header .primary-navigation .sub-menu {
    text-align: left;
  }
  #page .site-header .primary-navigation .nav-menu {
    border-bottom: 0;
    display: block;
    position: relative;
  }
  #page .site-header .primary-navigation a {
    padding: 0 15px;
    white-space: nowrap;
  }
  #page .site-header .primary-navigation a:after {
    display: none!important;
  }
  #page .site-header .primary-navigation .nav-menu > li > a {
    font-size: 15px;
    font-weight: 700;
  }
  #page .site-header .primary-navigation ul ul {
    background-color: #fff;
    float: left;
    margin: 0;
    position: absolute;
    top: 88px;
    z-index: 99999;
    padding: 20px;
    border-top: 3px solid #f1c40f;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.835, 0, 0.19, 1), opacity 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.835, 0, 0.19, 1), opacity 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: -o-transform 0.3s cubic-bezier(0.835, 0, 0.19, 1), opacity 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    transition: transform 0.3s cubic-bezier(0.835, 0, 0.19, 1), opacity 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    -o-transform: translate(0, 5%);
    transform: translate(0, 5%);
    opacity: 0;
    clip: rect(0, 0, 0, 0);
  }
  #page .site-header .primary-navigation ul ul ul {
    top: 0;
  }
  #page .site-header .primary-navigation ul ul a {
    padding: 10px 15px;
    white-space: normal;
    width: 220px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    text-align: left;
  }
  #page .site-header .primary-navigation ul ul a:hover {
    background-color: transparent;
    padding-left: 25px;
  }
  #page .site-header .primary-navigation ul ul li:hover > ul {
    clip: auto;
    left: 100%;
  }
  #page .site-header .primary-navigation ul li:hover > ul {
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    clip: auto;
  }
  #page .site-header .primary-navigation ul .mega-menu ul {
    position: static;
    float: none;
  }
  #page .site-header .primary-navigation li.menu-item-has-mega-menu {
    position: static;
  }
  #page .site-header .primary-navigation li {
    position: relative;
    border: 0;
    display: inline-block;
    height: 88px;
    line-height: 88px;
  }
  #page .site-header .primary-navigation li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.1;
  }
  #page .site-header .primary-navigation li .menu-item-has-children a,
  #page .site-header .primary-navigation li .page_item_has_children a {
    width: 220px;
  }
  #page .site-header .primary-navigation li:hover > a {
    background-color: transparent;
    color: #f1c40f;
  }
  #page .site-header .primary-navigation .menu-item-has-children > a,
  #page .site-header .primary-navigation .page_item_has_children > a {
    font-size: 14px;
  }
  #page .site-header .primary-navigation .sub-menu .menu-item-has-children:not(.mega-menu-col) > a:before,
  #page .site-header .primary-navigation .sub-menu .page_item_has_children:not(.mega-menu-col) > a:before {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
  }
  #page .site-header .primary-navigation .mega-menu {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.835, 0, 0.19, 1), opacity 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.835, 0, 0.19, 1), opacity 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: -o-transform 0.3s cubic-bezier(0.835, 0, 0.19, 1), opacity 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    transition: transform 0.3s cubic-bezier(0.835, 0, 0.19, 1), opacity 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    -o-transform: translate(0, 5%);
    transform: translate(0, 5%);
    opacity: 0;
    clip: rect(0, 0, 0, 0);
    width: auto!important;
    left: 0!important;
    right: 0!important;
    position: absolute;
    top: 100%;
    background: #fff;
    /* overrides from settings / styling / mega-menu */
  
    border-top: 3px solid #f1c40f;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    z-index: 10;
  }
  #page .site-header .primary-navigation .mega-menu .menu-item {
    float: none;
    text-transform: none;
    font-size: 14px;
    line-height: 1.3;
  }
  #page .site-header .primary-navigation .mega-menu div a,
  #page .site-header .primary-navigation .mega-menu div a:hover {
    padding-left: 0!important;
    width: auto!important;
  }
  #page .site-header .primary-navigation .mega-menu a {
    padding: 7px 0;
    display: inline-block;
    position: relative;
    line-height: 22px;
    text-transform: none;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
  }
  #page .site-header .primary-navigation .mega-menu a:after {
    display: none !important;
  }
  #page .site-header .primary-navigation .mega-menu .current-menu-item > a {
    color: #f1c40f;
  }
  #page .site-header .primary-navigation .mega-menu ul {
    background: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    clip: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #page .site-header .primary-navigation .mega-menu p {
    margin: 0 0 1em 0;
  }
  #page .site-header .primary-navigation .mega-menu li,
  #page .site-header .primary-navigation .mega-menu li:hover,
  #page .site-header .primary-navigation .mega-menu li:hover a {
    background: none;
  }
  #page .site-header .primary-navigation .mega-menu li a:hover {
    padding-left: 8px;
  }
  #page .site-header .primary-navigation .menu-item-has-mega-menu:hover .mega-menu {
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px);
    opacity: 1;
    clip: auto;
  }
  #page .site-header .primary-navigation .mega-menu-row {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0 0 30px 0;
    border-top: 1px solid #f1c40f;
    /* overrides from settings / styling / mega-menu */
  
    border: none;
  }
  #page .site-header .primary-navigation .mega-menu-row:first-child {
    border-top: none;
    padding-top: 30px;
  }
  #page .site-header .primary-navigation .mega-menu-row .sub-menu-has-icons {
    padding-left: 27px;
  }
  #page .site-header .primary-navigation .mega-menu-row .menu-item-has-icon > p {
    margin-left: -27px;
  }
  #page .site-header .primary-navigation .mega-menu-row .sub-menu {
    padding: 0;
    border: none;
  }
  #page .site-header .primary-navigation .mega-menu-col {
    display: table-cell;
    width: 1px;
    padding: 0 30px;
  }
  #page .site-header .primary-navigation .mega-menu-col:first-child {
    border-left: none;
  }
  #page .site-header .primary-navigation .mega-menu-col > a {
    display: block;
    width: auto !important;
    padding: 0!important;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 20px 0!important;
    border-bottom: 1px solid #eee;
  }
  #page .site-header .primary-navigation .mega-menu-col p + .sub-menu {
    margin-top: 12px;
  }
  #page .site-header .primary-navigation .mega-menu-col .sub-menu > a {
    font-weight: normal;
    font-size: 14px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    display: block;
  }
  #page .site-header .primary-navigation .mega-menu-col .sub-menu .sub-menu {
    padding-left: 27px;
  }
}
.menu-toggle {
  background-color: transparent!important;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  height: 88px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  top: 0;
  right: 60px;
  text-align: center;
  width: 48px;
  border: none!important;
  font-size: 20px!important;
}
.menu-toggle:before {
  font-family: FontAwesome;
  color: #333333;
  content: "\f0c9";
  display: inline;
}
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
  background-color: transparent;
  color: #000;
}
.menu-toggle:focus {
  outline: 0;
}
/*--------------------------------------------------------------
## Canvas
--------------------------------------------------------------*/
.tablet-canvas .site-canvas,
.tablet-canvas #canvas {
  display: none;
}
@media (max-width: 1200px) {
  .tablet-canvas .site-canvas,
  .tablet-canvas #canvas {
    display: block;
  }
}
.site-canvas,
.site-canvas-innner {
  position: absolute;
  width: 88px;
  height: 88px;
  text-align: center;
  cursor: pointer;
  right: 0;
  top: 0;
}
.push-left .site-canvas,
.push-left .site-canvas-innner {
  border-left: none;
}
.site-canvas .site-navigation-btn,
.site-canvas-innner .site-navigation-btn {
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
.site-canvas .site-navigation-btn:after,
.site-canvas-innner .site-navigation-btn:after {
  display: none!important;
}
.site-canvas .site-navigation-btn span,
.site-canvas-innner .site-navigation-btn span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
}
.site-canvas .site-navigation-btn span,
.site-canvas-innner .site-navigation-btn span,
.site-canvas .site-navigation-btn span:before,
.site-canvas-innner .site-navigation-btn span:before,
.site-canvas .site-navigation-btn span:after,
.site-canvas-innner .site-navigation-btn span:after {
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  position: absolute;
  background: #000;
}
.site-canvas .site-navigation-btn span:before,
.site-canvas-innner .site-navigation-btn span:before,
.site-canvas .site-navigation-btn span:after,
.site-canvas-innner .site-navigation-btn span:after {
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.site-canvas .site-navigation-btn span:before,
.site-canvas-innner .site-navigation-btn span:before {
  -webkit-transform: translate(0, -340%);
  -ms-transform: translate(0, -340%);
  -o-transform: translate(0, -340%);
  transform: translate(0, -340%);
}
.site-canvas .site-navigation-btn span:after,
.site-canvas-innner .site-navigation-btn span:after {
  -webkit-transform: translate(0, 340%);
  -ms-transform: translate(0, 340%);
  -o-transform: translate(0, 340%);
  transform: translate(0, 340%);
}
.site-canvas .site-navigation-btn:hover span:before,
.site-canvas-innner .site-navigation-btn:hover span:before,
.site-canvas .site-navigation-btn:hover span:after,
.site-canvas-innner .site-navigation-btn:hover span:after {
  -webkit-transform: translateY(0) rotate(90deg);
  -moz-transform: translateY(0) rotate(90deg);
  -ms-transform: translateY(0) rotate(90deg);
  transform: translateY(0) rotate(90deg);
}
.push-left .site-canvas .site-navigation-btn span,
.push-left .site-canvas-innner .site-navigation-btn span {
  background-color: #aaa;
}
.push-left .site-canvas .site-navigation-btn:hover span,
.push-left .site-canvas-innner .site-navigation-btn:hover span {
  background-color: #fff;
}
.site-canvas {
  border-left: 1px solid #eee;
}
#canvas {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 0 40px 40px;
  width: 320px;
  height: 100%;
  min-height: 100%;
  background: #121212;
  color: #666;
  overflow: hidden;
  z-index: 99999;
  font-size: 16px;
  font-weight: 300;
  -webkit-transform: translate(320px, 0);
  -ms-transform: translate(320px, 0);
  -o-transform: translate(320px, 0);
  transform: translate(320px, 0);
  -webkit-transition: all 0.45s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.45s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.45s cubic-bezier(0.835, 0, 0.19, 1);
}
.push-left #canvas {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.admin-bar #canvas {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #canvas {
    top: 46px;
    padding-top: 141px;
  }
}
@media (max-width: 1200px) {
  .admin-bar #canvas {
    top: 0;
    padding-top: 45px;
  }
}
#canvas a {
  color: #8c8c8c;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
#canvas a:hover {
  color: #fff;
}
#canvas .menu-item img {
  width: 100%;
  height: auto;
}
#canvas .menu-item > div > a:after {
  display: none!important;
}
#canvas .widget {
  margin-top: 60px;
  padding-right: 40px !important;
}
#canvas .widget .widget-title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: uppercase;
}
#canvas .widget ul li {
  padding: 10px 0!important;
}
#canvas .widget ul li a {
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Karla', Helvetica, serif !important;
}
#canvas .widget ul li.sub-menu-showing.menu-item-has-children {
  border-bottom: none;
}
#canvas .widget ul li.sub-menu-showing.menu-item-has-children .menu-item-has-children {
  border-bottom: none;
}
#canvas .widget ul li.sub-menu-showing.menu-item-has-children > a {
  color: #fff;
}
#canvas .widget ul li.current-menu-ancestor > a,
#canvas .widget ul li.current-menu-parent > a,
#canvas .widget ul li.current-menu-item > a {
  color: #fff;
}
#canvas .menu > .menu-item-has-children i {
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#canvas .menu > .menu-item-has-children i:hover {
  color: #fff;
}
#canvas .menu > .menu-item-has-children.sub-menu-showing i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#canvas .menu > .menu-item-has-children > .sub-menu,
#canvas .menu > .menu-item-has-children > .mega-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
#canvas .menu > .menu-item-has-children.sub-menu-showing .mega-menu,
#canvas .menu > .menu-item-has-children.sub-menu-showing .sub-menu {
  max-height: 2500px;
  visibility: visible;
}
#canvas .menu > li:not([class*="mega-menu"]) .sub-menu {
  background-color: transparent;
}
#canvas .menu > li:not([class*="mega-menu"]) .sub-menu .menu-item-has-children:first-child > a {
  margin-top: 10px;
  margin-bottom: 20px;
}
#canvas .menu > li:not([class*="mega-menu"]) .sub-menu .menu-item-has-children .sub-menu {
  background-color: rgba(0, 0, 0, 0.1);
}
#canvas .menu .sub-menu {
  padding-left: 0;
}
#canvas .menu .sub-menu .menu-item-has-children > a {
  margin-top: 10px;
  margin-bottom: 20px;
}
#canvas .menu .sub-menu:not(.mega-menu-row) > li.menu-item-has-children .sub-menu {
  padding-left: 20px;
}
#canvas .menu .sub-menu a {
  margin-left: 20px;
  font-weight: normal;
}
#canvas .menu .menu-item-has-mega-menu .sub-menu:not(.mega-menu-row) > li:not(.menu-item-has-children):first-child {
  border-top: 2px solid #333;
}
#canvas .site-navigation-btn span:before,
#canvas .site-navigation-btn span:after {
  display: none;
}
/*--------------------------------------------------------------
## Site overlay
--------------------------------------------------------------*/
.site-overlay,
.site-overlay-gray {
  -webkit-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000;
  z-index: -1;
}
.push-left .site-overlay,
.push-top .site-overlay,
.push-topuser .site-overlay {
  opacity: .4;
  z-index: 9999;
  cursor: pointer;
  cursor: url(images/close.png) 34 34, pointer;
}
.site-overlay-gray {
  background-color: #f8f8f8;
}
.push-cart .site-overlay-gray {
  opacity: 1;
  z-index: 1042;
}
body.push-cart {
  overflow: hidden;
}
/*--------------------------------------------------------------
## Page transition
--------------------------------------------------------------*/
.header-main,
.site-content,
.site-footer {
  -webkit-transition: all 0.65s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.65s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.65s cubic-bezier(0.835, 0, 0.19, 1);
}
.push-left .header-main,
.push-left .site-content,
.push-left .site-footer {
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}
/*--------------------------------------------------------------
## Custom scroll
--------------------------------------------------------------*/
.mCSB_container {
  margin-right: 0!important;
}
.mCustomScrollBox > .mCSB_scrollTools {
  right: 3px!important;
  width: 2px!important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #999!important;
}
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: transparent!important;
}
/*--------------------------------------------------------------
## Top
--------------------------------------------------------------*/
.push-top #top {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.push-topuser #topuser {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#top,
#topuser {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 88px;
  background-color: #f8f8f8;
  color: #c4c4c5;
  overflow: hidden;
  z-index: 99998;
  font-size: 16px;
  font-weight: 300;
  -webkit-transform: translate(0, -88px);
  -ms-transform: translate(0, -88px);
  -o-transform: translate(0, -88px);
  transform: translate(0, -88px);
  -webkit-transition: all 0.6s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.6s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.6s cubic-bezier(0.835, 0, 0.19, 1);
}
#top .container,
#topuser .container {
  position: relative;
}
.admin-bar.push-topuser #top,
.admin-bar.push-topuser #topuser,
.admin-bar.push-top #top,
.admin-bar.push-top #topuser {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar.push-topuser #top,
  .admin-bar.push-topuser #topuser,
  .admin-bar.push-top #top,
  .admin-bar.push-top #topuser {
    top: 46px;
  }
}
#top a,
#topuser a {
  color: #c4c4c5;
}
#top a:hover,
#topuser a:hover {
  color: #333;
}
.search-box-wrapper {
  width: 100%;
}
.search-box-wrapper.hide {
  display: block!important;
}
.search-box-wrapper .search-box {
  padding: 0;
}
.search-box-wrapper .search-box label {
  display: block;
  margin: 0;
}
.search-box-wrapper .search-box .search-field {
  border: 0;
  height: 88px!important;
  font-size: 30px;
  font-family: 'Dosis', Helvetica, sans-serif;
  line-height: 1;
  color: #c4c4c5;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-left: 40px;
  outline: 0;
}
.search-box-wrapper .search-box .search-field::-moz-placeholder {
  color: #c4c4c5;
  opacity: 1;
}
.search-box-wrapper .search-box .search-field:-ms-input-placeholder {
  color: #c4c4c5;
}
.search-box-wrapper .search-box .search-field::-webkit-input-placeholder {
  color: #c4c4c5;
}
@media (max-width: 767px) {
  .search-box-wrapper .search-box .search-field {
    font-size: 18px;
  }
}
.search-box-wrapper .search-box i {
  position: absolute;
  line-height: 88px;
  font-size: 30px;
}
.topuser-box-wrapper {
  line-height: 88px;
  height: 88px;
}
.topuser-box-wrapper a {
  -webkit-transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
}
.topuser-box-wrapper .ks-social-info a {
  margin-right: 10px;
}
.topuser-box-wrapper .ks-social-link span {
  color: #797979;
  font-size: 18px;
  display: inline-block;
  font-family: 'Dosis', Helvetica, sans-serif;
  letter-spacing: 1px;
}
.topuser-box-wrapper .ks-social-link.alignleft span {
  margin-right: 5px;
}
.topuser-box-wrapper .ks-social-link.alignleft a {
  margin-right: 5px;
  margin-left: 0;
}
@media (max-width: 991px) {
  .topuser-box-wrapper .ks-social-link.alignleft {
    display: none;
  }
}
.topuser-box-wrapper .ks-social-link.alignright {
  margin: 0;
}
@media (max-width: 991px) {
  .topuser-box-wrapper .ks-social-link.alignright {
    float: none;
  }
}
.topuser-box-wrapper .ks-social-link a {
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #f6f6f6!important;
  border-radius: 4px;
  font-size: 18px;
  border: none!important;
  margin-left: 5px;
}
.topuser-box-wrapper .ks-social-link a.social-phone:hover {
  background-color: #c2e56d;
}
.topuser-box-wrapper .ks-social-link a.social-mail:hover {
  background-color: #BF1C13;
}
.topuser-box-wrapper .ks-social-link a.social-facebook:hover {
  background-color: #3b5998;
}
.topuser-box-wrapper .ks-social-link a.social-twitter:hover {
  background-color: #00aced;
}
.topuser-box-wrapper .ks-social-link a.social-ggplus:hover {
  background-color: #dd4b39;
}
.topuser-box-wrapper .ks-social-link a.social-instagram:hover {
  background-color: #517fa4;
}
.topuser-box-wrapper .ks-social-link a.social-youtube:hover {
  background-color: #bb0000;
}
.topuser-box-wrapper .ks-social-link a.social-vimeo:hover {
  background-color: #aad450;
}
.topuser-box-wrapper .ks-social-link a.social-soundcloud:hover {
  background-color: #f50;
}
.topuser-box-wrapper .ks-social-link a.social-linkedin:hover {
  background-color: #007bb6;
}
.topuser-box-wrapper .ks-social-link a.social-dribbble:hover {
  background-color: #ea4c89;
}
.topuser-box-wrapper .ks-social-link a.social-pinterest:hover {
  background-color: #cb2027;
}
.topuser-box-wrapper .ks-social-link a.social-tumblr:hover {
  background-color: #32506d;
}
.topuser-box-wrapper .ks-social-link a.social-flickr:hover {
  background-color: #ff0084;
}
.topuser-box-wrapper .ks-social-link a.social-behance:hover {
  background-color: #1769ff;
}
.topuser-box-wrapper .ks-social-link a.social-rss:hover {
  background-color: #ff9900;
}
.topuser-box-wrapper .ks-social-link a:hover {
  color: #fff!important;
}
/*--------------------------------------------------------------
## Not found
--------------------------------------------------------------*/
.not-found {
  text-align: center;
  padding: 80px 0;
}
.not-found label {
  display: block;
}
.not-found .search-form {
  margin-top: 40px;
}
.not-found .search-form .search-field {
  max-width: 500px;
  margin: 0 auto;
}
.not-found .not-found-box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  padding-top: 46px;
  word-break: break-word;
  background-color: #bbb;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 40px;
  font-style: italic;
  font-family: 'Dosis', Helvetica, sans-serif;
}
.not-found .not-found-box span {
  font-weight: 500;
  font-size: 40px;
}
.not-found .not-found-title1 {
  font-weight: 700;
}
.not-found .not-found-title2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.single-head {
  position: relative;
  text-align: center;
  height: 396px;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.single .single-head {
  height: 400px;
}
.single-head .single-hero__cover {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0px);
}
.single-head .single-hero__overlay {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.single-head .single-meta {
  color: #fff;
  font-size: 14px;
  z-index: 1002;
  position: relative;
  padding: 0 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.single .single-head .single-meta {
  top: 40%;
}
.single-format-link .single-head .single-meta a {
  color: #fff;
  font-size: 24px;
}
.single-head .single-meta blockquote {
  color: #fff;
  font-family: 'Dosis', Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}
.single-head .single-meta blockquote cite {
  margin-top: 15px;
  color: #f2f2f2;
}
.single-head .single-meta blockquote:after,
.single-head .single-meta blockquote:before {
  border-color: rgba(255, 255, 255, 0.7);
}
.single-head .single-meta .entry-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 72px;
  line-height: 78px;
}
.single .single-head .single-meta .entry-title {
  font-size: 52px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .single-head .single-meta .entry-title {
    font-size: 28px!important;
    line-height: 32px!important;
  }
}
.single-head .single-meta .entry-subtitle {
  color: #fff;
  font-family: 'Dosis', Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}
.single .single-head .single-meta .entry-subtitle {
  font-size: 16px;
  line-height: 22px;
}
.single-head .single-meta .single-meta__item {
  display: inline-block;
  line-height: 1.625em;
  margin: 0 1.25em;
}
.single-head .single-meta .single-meta__item img {
  border-radius: 50%;
  margin-right: 7px;
}
.single-head .single-meta .single-meta__item a {
  color: #fff;
  border-bottom: 1px solid #FFF;
  border-bottom-color: rgba(255, 255, 255, 0.25);
  padding-bottom: 3px;
  margin: 0 3px;
}
.single-head .single-meta .single-meta__item a:hover {
  border-bottom-color: #fff;
}
.single-head .single-meta .single-meta__item a:after {
  display: none!important;
}
.single-head .single-meta .single-meta__item .label {
  display: block;
  font-size: 100%;
  font-weight: 700;
  text-align: left;
  padding-left: 0;
  margin: 0 3px;
}
.format-audio .mejs-container a:after {
  display: none!important;
}
.blog .hentry .masonry-item,
.archive .hentry .masonry-item,
.search .hentry .masonry-item,
.page-template-blog-masonry .hentry .masonry-item,
.page-template-blog-masonry-full-width .hentry .masonry-item,
.page-template-blog-box .hentry .masonry-item,
.posts-sc .hentry .masonry-item {
  height: auto;
}
.blog .hentry.format-audio .mejs-container,
.archive .hentry.format-audio .mejs-container,
.search .hentry.format-audio .mejs-container,
.page-template-blog-masonry .hentry.format-audio .mejs-container,
.page-template-blog-masonry-full-width .hentry.format-audio .mejs-container,
.page-template-blog-box .hentry.format-audio .mejs-container,
.posts-sc .hentry.format-audio .mejs-container {
  bottom: 30px;
  background-color: transparent;
}
.blog .hentry.format-audio .mejs-container .mejs-controls,
.archive .hentry.format-audio .mejs-container .mejs-controls,
.search .hentry.format-audio .mejs-container .mejs-controls,
.page-template-blog-masonry .hentry.format-audio .mejs-container .mejs-controls,
.page-template-blog-masonry-full-width .hentry.format-audio .mejs-container .mejs-controls,
.page-template-blog-box .hentry.format-audio .mejs-container .mejs-controls,
.posts-sc .hentry.format-audio .mejs-container .mejs-controls {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1002;
}
.blog .hentry.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.archive .hentry.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.search .hentry.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.page-template-blog-masonry .hentry.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.page-template-blog-masonry-full-width .hentry.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.page-template-blog-box .hentry.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.posts-sc .hentry.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #f1c40f;
}
.single .hentry.format-audio .mejs-container {
  background-color: transparent;
  margin-bottom: 10px;
  outline: 0;
}
.single .hentry.format-audio .mejs-container .mejs-controls {
  border-radius: 4px;
  background-color: #1e1e1e;
}
.single .hentry.format-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #f1c40f;
}
.ks-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ks-video-container iframe,
.ks-video-container object,
.ks-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog .content-area,
.archive .content-area,
.single .content-area,
.search .content-area,
.page-template-blog-masonry .content-area,
.page-template-blog-masonry-full-width .content-area,
.page-template-blog-box .content-area,
.posts-sc .content-area {
  background-color: #f8f8f8;
}
.blog .hentry,
.archive .hentry,
.single .hentry,
.search .hentry,
.page-template-blog-masonry .hentry,
.page-template-blog-masonry-full-width .hentry,
.page-template-blog-box .hentry,
.posts-sc .hentry {
  margin-bottom: 80px;
}
.blog .hentry.format-video .wp-video,
.archive .hentry.format-video .wp-video,
.single .hentry.format-video .wp-video,
.search .hentry.format-video .wp-video,
.page-template-blog-masonry .hentry.format-video .wp-video,
.page-template-blog-masonry-full-width .hentry.format-video .wp-video,
.page-template-blog-box .hentry.format-video .wp-video,
.posts-sc .hentry.format-video .wp-video,
.blog .hentry.format-video .ks-video-container,
.archive .hentry.format-video .ks-video-container,
.single .hentry.format-video .ks-video-container,
.search .hentry.format-video .ks-video-container,
.page-template-blog-masonry .hentry.format-video .ks-video-container,
.page-template-blog-masonry-full-width .hentry.format-video .ks-video-container,
.page-template-blog-box .hentry.format-video .ks-video-container,
.posts-sc .hentry.format-video .ks-video-container {
  margin-bottom: 20px;
}
.blog .hentry.format-video .wp-video,
.archive .hentry.format-video .wp-video,
.single .hentry.format-video .wp-video,
.search .hentry.format-video .wp-video,
.page-template-blog-masonry .hentry.format-video .wp-video,
.page-template-blog-masonry-full-width .hentry.format-video .wp-video,
.page-template-blog-box .hentry.format-video .wp-video,
.posts-sc .hentry.format-video .wp-video,
.blog .hentry.format-video .mejs-container,
.archive .hentry.format-video .mejs-container,
.single .hentry.format-video .mejs-container,
.search .hentry.format-video .mejs-container,
.page-template-blog-masonry .hentry.format-video .mejs-container,
.page-template-blog-masonry-full-width .hentry.format-video .mejs-container,
.page-template-blog-box .hentry.format-video .mejs-container,
.posts-sc .hentry.format-video .mejs-container,
.blog .hentry.format-video video.wp-video-shortcode,
.archive .hentry.format-video video.wp-video-shortcode,
.single .hentry.format-video video.wp-video-shortcode,
.search .hentry.format-video video.wp-video-shortcode,
.page-template-blog-masonry .hentry.format-video video.wp-video-shortcode,
.page-template-blog-masonry-full-width .hentry.format-video video.wp-video-shortcode,
.page-template-blog-box .hentry.format-video video.wp-video-shortcode,
.posts-sc .hentry.format-video video.wp-video-shortcode,
.blog .hentry.format-video .wp-video-shortcode video,
.archive .hentry.format-video .wp-video-shortcode video,
.single .hentry.format-video .wp-video-shortcode video,
.search .hentry.format-video .wp-video-shortcode video,
.page-template-blog-masonry .hentry.format-video .wp-video-shortcode video,
.page-template-blog-masonry-full-width .hentry.format-video .wp-video-shortcode video,
.page-template-blog-box .hentry.format-video .wp-video-shortcode video,
.posts-sc .hentry.format-video .wp-video-shortcode video {
  width: 100%!important;
  outline: 0;
  height: auto;
}
.blog .hentry.format-video .mejs-container .mejs-controls,
.archive .hentry.format-video .mejs-container .mejs-controls,
.single .hentry.format-video .mejs-container .mejs-controls,
.search .hentry.format-video .mejs-container .mejs-controls,
.page-template-blog-masonry .hentry.format-video .mejs-container .mejs-controls,
.page-template-blog-masonry-full-width .hentry.format-video .mejs-container .mejs-controls,
.page-template-blog-box .hentry.format-video .mejs-container .mejs-controls,
.posts-sc .hentry.format-video .mejs-container .mejs-controls {
  background-color: rgba(0, 0, 0, 0.2);
}
.blog .hentry.format-video .mejs-controls .mejs-time-rail .mejs-time-current,
.archive .hentry.format-video .mejs-controls .mejs-time-rail .mejs-time-current,
.single .hentry.format-video .mejs-controls .mejs-time-rail .mejs-time-current,
.search .hentry.format-video .mejs-controls .mejs-time-rail .mejs-time-current,
.page-template-blog-masonry .hentry.format-video .mejs-controls .mejs-time-rail .mejs-time-current,
.page-template-blog-masonry-full-width .hentry.format-video .mejs-controls .mejs-time-rail .mejs-time-current,
.page-template-blog-box .hentry.format-video .mejs-controls .mejs-time-rail .mejs-time-current,
.posts-sc .hentry.format-video .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #f1c40f;
}
.blog .hentry.format-audio .post-thumbnail,
.archive .hentry.format-audio .post-thumbnail,
.single .hentry.format-audio .post-thumbnail,
.search .hentry.format-audio .post-thumbnail,
.page-template-blog-masonry .hentry.format-audio .post-thumbnail,
.page-template-blog-masonry-full-width .hentry.format-audio .post-thumbnail,
.page-template-blog-box .hentry.format-audio .post-thumbnail,
.posts-sc .hentry.format-audio .post-thumbnail {
  margin-bottom: 0;
  cursor: default;
}
.blog .hentry.format-audio .post-thumbnail .post-icon,
.archive .hentry.format-audio .post-thumbnail .post-icon,
.single .hentry.format-audio .post-thumbnail .post-icon,
.search .hentry.format-audio .post-thumbnail .post-icon,
.page-template-blog-masonry .hentry.format-audio .post-thumbnail .post-icon,
.page-template-blog-masonry-full-width .hentry.format-audio .post-thumbnail .post-icon,
.page-template-blog-box .hentry.format-audio .post-thumbnail .post-icon,
.posts-sc .hentry.format-audio .post-thumbnail .post-icon {
  display: none;
}
.blog .hentry.format-quote a,
.archive .hentry.format-quote a,
.single .hentry.format-quote a,
.search .hentry.format-quote a,
.page-template-blog-masonry .hentry.format-quote a,
.page-template-blog-masonry-full-width .hentry.format-quote a,
.page-template-blog-box .hentry.format-quote a,
.posts-sc .hentry.format-quote a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.blog .hentry.format-quote blockquote,
.archive .hentry.format-quote blockquote,
.single .hentry.format-quote blockquote,
.search .hentry.format-quote blockquote,
.page-template-blog-masonry .hentry.format-quote blockquote,
.page-template-blog-masonry-full-width .hentry.format-quote blockquote,
.page-template-blog-box .hentry.format-quote blockquote,
.posts-sc .hentry.format-quote blockquote {
  margin: 0;
  text-align: left;
  padding: 30px;
  font-family: 'Dosis', Helvetica, sans-serif;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
.blog .hentry.format-quote blockquote:hover,
.archive .hentry.format-quote blockquote:hover,
.single .hentry.format-quote blockquote:hover,
.search .hentry.format-quote blockquote:hover,
.page-template-blog-masonry .hentry.format-quote blockquote:hover,
.page-template-blog-masonry-full-width .hentry.format-quote blockquote:hover,
.page-template-blog-box .hentry.format-quote blockquote:hover,
.posts-sc .hentry.format-quote blockquote:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.blog .hentry.format-quote blockquote p,
.archive .hentry.format-quote blockquote p,
.single .hentry.format-quote blockquote p,
.search .hentry.format-quote blockquote p,
.page-template-blog-masonry .hentry.format-quote blockquote p,
.page-template-blog-masonry-full-width .hentry.format-quote blockquote p,
.page-template-blog-box .hentry.format-quote blockquote p,
.posts-sc .hentry.format-quote blockquote p {
  font-style: normal;
  padding: 0;
  margin: 0;
}
.blog .hentry.format-quote blockquote p:before,
.archive .hentry.format-quote blockquote p:before,
.single .hentry.format-quote blockquote p:before,
.search .hentry.format-quote blockquote p:before,
.page-template-blog-masonry .hentry.format-quote blockquote p:before,
.page-template-blog-masonry-full-width .hentry.format-quote blockquote p:before,
.page-template-blog-box .hentry.format-quote blockquote p:before,
.posts-sc .hentry.format-quote blockquote p:before {
  content: "\f10d";
  font-family: FontAwesome;
  padding-right: 15px;
  color: #797979;
}
.blog .hentry.format-quote blockquote:before,
.archive .hentry.format-quote blockquote:before,
.single .hentry.format-quote blockquote:before,
.search .hentry.format-quote blockquote:before,
.page-template-blog-masonry .hentry.format-quote blockquote:before,
.page-template-blog-masonry-full-width .hentry.format-quote blockquote:before,
.page-template-blog-box .hentry.format-quote blockquote:before,
.posts-sc .hentry.format-quote blockquote:before,
.blog .hentry.format-quote blockquote:after,
.archive .hentry.format-quote blockquote:after,
.single .hentry.format-quote blockquote:after,
.search .hentry.format-quote blockquote:after,
.page-template-blog-masonry .hentry.format-quote blockquote:after,
.page-template-blog-masonry-full-width .hentry.format-quote blockquote:after,
.page-template-blog-box .hentry.format-quote blockquote:after,
.posts-sc .hentry.format-quote blockquote:after {
  display: none;
}
.blog .hentry.format-link .link-post a,
.archive .hentry.format-link .link-post a,
.single .hentry.format-link .link-post a,
.search .hentry.format-link .link-post a,
.page-template-blog-masonry .hentry.format-link .link-post a,
.page-template-blog-masonry-full-width .hentry.format-link .link-post a,
.page-template-blog-box .hentry.format-link .link-post a,
.posts-sc .hentry.format-link .link-post a {
  margin: 0;
  text-align: left;
  padding: 30px;
  font-family: 'Dosis', Helvetica, sans-serif;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
}
.blog .hentry.format-link .link-post a:hover,
.archive .hentry.format-link .link-post a:hover,
.single .hentry.format-link .link-post a:hover,
.search .hentry.format-link .link-post a:hover,
.page-template-blog-masonry .hentry.format-link .link-post a:hover,
.page-template-blog-masonry-full-width .hentry.format-link .link-post a:hover,
.page-template-blog-box .hentry.format-link .link-post a:hover,
.posts-sc .hentry.format-link .link-post a:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.blog .hentry.format-link .link-post a:before,
.archive .hentry.format-link .link-post a:before,
.single .hentry.format-link .link-post a:before,
.search .hentry.format-link .link-post a:before,
.page-template-blog-masonry .hentry.format-link .link-post a:before,
.page-template-blog-masonry-full-width .hentry.format-link .link-post a:before,
.page-template-blog-box .hentry.format-link .link-post a:before,
.posts-sc .hentry.format-link .link-post a:before {
  content: "\f0c1";
  font-family: FontAwesome;
  padding-right: 15px;
  color: #797979;
}
.blog .hentry.format-link .link-post a:after,
.archive .hentry.format-link .link-post a:after,
.single .hentry.format-link .link-post a:after,
.search .hentry.format-link .link-post a:after,
.page-template-blog-masonry .hentry.format-link .link-post a:after,
.page-template-blog-masonry-full-width .hentry.format-link .link-post a:after,
.page-template-blog-box .hentry.format-link .link-post a:after,
.posts-sc .hentry.format-link .link-post a:after {
  display: none!important;
}
.blog .hentry .post-thumbnail,
.archive .hentry .post-thumbnail,
.single .hentry .post-thumbnail,
.search .hentry .post-thumbnail,
.page-template-blog-masonry .hentry .post-thumbnail,
.page-template-blog-masonry-full-width .hentry .post-thumbnail,
.page-template-blog-box .hentry .post-thumbnail,
.posts-sc .hentry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}
.blog .hentry .post-thumbnail:after,
.archive .hentry .post-thumbnail:after,
.single .hentry .post-thumbnail:after,
.search .hentry .post-thumbnail:after,
.page-template-blog-masonry .hentry .post-thumbnail:after,
.page-template-blog-masonry-full-width .hentry .post-thumbnail:after,
.page-template-blog-box .hentry .post-thumbnail:after,
.posts-sc .hentry .post-thumbnail:after {
  display: none!important;
}
.blog .hentry .post-thumbnail:hover .post-icon,
.archive .hentry .post-thumbnail:hover .post-icon,
.single .hentry .post-thumbnail:hover .post-icon,
.search .hentry .post-thumbnail:hover .post-icon,
.page-template-blog-masonry .hentry .post-thumbnail:hover .post-icon,
.page-template-blog-masonry-full-width .hentry .post-thumbnail:hover .post-icon,
.page-template-blog-box .hentry .post-thumbnail:hover .post-icon,
.posts-sc .hentry .post-thumbnail:hover .post-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog .hentry .post-thumbnail .post-icon,
.archive .hentry .post-thumbnail .post-icon,
.single .hentry .post-thumbnail .post-icon,
.search .hentry .post-thumbnail .post-icon,
.page-template-blog-masonry .hentry .post-thumbnail .post-icon,
.page-template-blog-masonry-full-width .hentry .post-thumbnail .post-icon,
.page-template-blog-box .hentry .post-thumbnail .post-icon,
.posts-sc .hentry .post-thumbnail .post-icon {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}
.blog .hentry .post-thumbnail .post-icon i,
.archive .hentry .post-thumbnail .post-icon i,
.single .hentry .post-thumbnail .post-icon i,
.search .hentry .post-thumbnail .post-icon i,
.page-template-blog-masonry .hentry .post-thumbnail .post-icon i,
.page-template-blog-masonry-full-width .hentry .post-thumbnail .post-icon i,
.page-template-blog-box .hentry .post-thumbnail .post-icon i,
.posts-sc .hentry .post-thumbnail .post-icon i {
  color: #fff;
  font-size: 80px;
  height: 80px;
  width: 80px;
  top: 50%;
  margin: -40px 0 0 -40px;
  left: 50%;
  position: absolute;
  font-weight: 300;
}
.blog .hentry .entry-header .entry-meta,
.archive .hentry .entry-header .entry-meta,
.single .hentry .entry-header .entry-meta,
.search .hentry .entry-header .entry-meta,
.page-template-blog-masonry .hentry .entry-header .entry-meta,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta,
.page-template-blog-box .hentry .entry-header .entry-meta,
.posts-sc .hentry .entry-header .entry-meta {
  color: #8c8c8c;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 500;
}
.blog .hentry .entry-header .entry-meta a,
.archive .hentry .entry-header .entry-meta a,
.single .hentry .entry-header .entry-meta a,
.search .hentry .entry-header .entry-meta a,
.page-template-blog-masonry .hentry .entry-header .entry-meta a,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta a,
.page-template-blog-box .hentry .entry-header .entry-meta a,
.posts-sc .hentry .entry-header .entry-meta a {
  color: #8c8c8c;
}
.blog .hentry .entry-header .entry-meta a:hover,
.archive .hentry .entry-header .entry-meta a:hover,
.single .hentry .entry-header .entry-meta a:hover,
.search .hentry .entry-header .entry-meta a:hover,
.page-template-blog-masonry .hentry .entry-header .entry-meta a:hover,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta a:hover,
.page-template-blog-box .hentry .entry-header .entry-meta a:hover,
.posts-sc .hentry .entry-header .entry-meta a:hover {
  color: #f1c40f;
}
.blog .hentry .entry-header .entry-meta .image-info,
.archive .hentry .entry-header .entry-meta .image-info,
.single .hentry .entry-header .entry-meta .image-info,
.search .hentry .entry-header .entry-meta .image-info,
.page-template-blog-masonry .hentry .entry-header .entry-meta .image-info,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta .image-info,
.page-template-blog-box .hentry .entry-header .entry-meta .image-info,
.posts-sc .hentry .entry-header .entry-meta .image-info {
  padding-right: 5px;
}
.blog .hentry .entry-header .entry-meta .featured-post:after,
.archive .hentry .entry-header .entry-meta .featured-post:after,
.single .hentry .entry-header .entry-meta .featured-post:after,
.search .hentry .entry-header .entry-meta .featured-post:after,
.page-template-blog-masonry .hentry .entry-header .entry-meta .featured-post:after,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta .featured-post:after,
.page-template-blog-box .hentry .entry-header .entry-meta .featured-post:after,
.posts-sc .hentry .entry-header .entry-meta .featured-post:after,
.blog .hentry .entry-header .entry-meta .entry-date:after,
.archive .hentry .entry-header .entry-meta .entry-date:after,
.single .hentry .entry-header .entry-meta .entry-date:after,
.search .hentry .entry-header .entry-meta .entry-date:after,
.page-template-blog-masonry .hentry .entry-header .entry-meta .entry-date:after,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta .entry-date:after,
.page-template-blog-box .hentry .entry-header .entry-meta .entry-date:after,
.posts-sc .hentry .entry-header .entry-meta .entry-date:after,
.blog .hentry .entry-header .entry-meta .cat-links:after,
.archive .hentry .entry-header .entry-meta .cat-links:after,
.single .hentry .entry-header .entry-meta .cat-links:after,
.search .hentry .entry-header .entry-meta .cat-links:after,
.page-template-blog-masonry .hentry .entry-header .entry-meta .cat-links:after,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta .cat-links:after,
.page-template-blog-box .hentry .entry-header .entry-meta .cat-links:after,
.posts-sc .hentry .entry-header .entry-meta .cat-links:after,
.blog .hentry .entry-header .entry-meta .full-size-link:after,
.archive .hentry .entry-header .entry-meta .full-size-link:after,
.single .hentry .entry-header .entry-meta .full-size-link:after,
.search .hentry .entry-header .entry-meta .full-size-link:after,
.page-template-blog-masonry .hentry .entry-header .entry-meta .full-size-link:after,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta .full-size-link:after,
.page-template-blog-box .hentry .entry-header .entry-meta .full-size-link:after,
.posts-sc .hentry .entry-header .entry-meta .full-size-link:after {
  content: ' | ';
  display: inline-block;
  padding-left: 5px;
  margin-right: 5px;
}
.blog .hentry .entry-header .entry-meta .comments-link:before,
.archive .hentry .entry-header .entry-meta .comments-link:before,
.single .hentry .entry-header .entry-meta .comments-link:before,
.search .hentry .entry-header .entry-meta .comments-link:before,
.page-template-blog-masonry .hentry .entry-header .entry-meta .comments-link:before,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta .comments-link:before,
.page-template-blog-box .hentry .entry-header .entry-meta .comments-link:before,
.posts-sc .hentry .entry-header .entry-meta .comments-link:before,
.blog .hentry .entry-header .entry-meta .edit-link:before,
.archive .hentry .entry-header .entry-meta .edit-link:before,
.single .hentry .entry-header .entry-meta .edit-link:before,
.search .hentry .entry-header .entry-meta .edit-link:before,
.page-template-blog-masonry .hentry .entry-header .entry-meta .edit-link:before,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta .edit-link:before,
.page-template-blog-box .hentry .entry-header .entry-meta .edit-link:before,
.posts-sc .hentry .entry-header .entry-meta .edit-link:before {
  content: ' | ';
  display: inline-block;
  padding-right: 5px;
  margin-left: 5px;
}
.blog .hentry .entry-header .entry-meta .featured-post,
.archive .hentry .entry-header .entry-meta .featured-post,
.single .hentry .entry-header .entry-meta .featured-post,
.search .hentry .entry-header .entry-meta .featured-post,
.page-template-blog-masonry .hentry .entry-header .entry-meta .featured-post,
.page-template-blog-masonry-full-width .hentry .entry-header .entry-meta .featured-post,
.page-template-blog-box .hentry .entry-header .entry-meta .featured-post,
.posts-sc .hentry .entry-header .entry-meta .featured-post {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.blog .hentry .entry-attachment,
.archive .hentry .entry-attachment,
.single .hentry .entry-attachment,
.search .hentry .entry-attachment,
.page-template-blog-masonry .hentry .entry-attachment,
.page-template-blog-masonry-full-width .hentry .entry-attachment,
.page-template-blog-box .hentry .entry-attachment,
.posts-sc .hentry .entry-attachment {
  margin-bottom: 20px;
}
.blog .hentry .page-links,
.archive .hentry .page-links,
.single .hentry .page-links,
.search .hentry .page-links,
.page-template-blog-masonry .hentry .page-links,
.page-template-blog-masonry-full-width .hentry .page-links,
.page-template-blog-box .hentry .page-links,
.posts-sc .hentry .page-links {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #e3e3e3;
}
.blog .hentry .page-links .page-links-title,
.archive .hentry .page-links .page-links-title,
.single .hentry .page-links .page-links-title,
.search .hentry .page-links .page-links-title,
.page-template-blog-masonry .hentry .page-links .page-links-title,
.page-template-blog-masonry-full-width .hentry .page-links .page-links-title,
.page-template-blog-box .hentry .page-links .page-links-title,
.posts-sc .hentry .page-links .page-links-title {
  padding-right: 10px;
  font-size: 16px;
}
.blog .hentry .page-links > a:hover,
.archive .hentry .page-links > a:hover,
.single .hentry .page-links > a:hover,
.search .hentry .page-links > a:hover,
.page-template-blog-masonry .hentry .page-links > a:hover,
.page-template-blog-masonry-full-width .hentry .page-links > a:hover,
.page-template-blog-box .hentry .page-links > a:hover,
.posts-sc .hentry .page-links > a:hover {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #fff;
}
.blog .hentry .page-links > a:after,
.archive .hentry .page-links > a:after,
.single .hentry .page-links > a:after,
.search .hentry .page-links > a:after,
.page-template-blog-masonry .hentry .page-links > a:after,
.page-template-blog-masonry-full-width .hentry .page-links > a:after,
.page-template-blog-box .hentry .page-links > a:after,
.posts-sc .hentry .page-links > a:after {
  display: none!important;
}
.blog .hentry .page-links > a,
.archive .hentry .page-links > a,
.single .hentry .page-links > a,
.search .hentry .page-links > a,
.page-template-blog-masonry .hentry .page-links > a,
.page-template-blog-masonry-full-width .hentry .page-links > a,
.page-template-blog-box .hentry .page-links > a,
.posts-sc .hentry .page-links > a,
.blog .hentry .page-links > span:not(.page-links-title),
.archive .hentry .page-links > span:not(.page-links-title),
.single .hentry .page-links > span:not(.page-links-title),
.search .hentry .page-links > span:not(.page-links-title),
.page-template-blog-masonry .hentry .page-links > span:not(.page-links-title),
.page-template-blog-masonry-full-width .hentry .page-links > span:not(.page-links-title),
.page-template-blog-box .hentry .page-links > span:not(.page-links-title),
.posts-sc .hentry .page-links > span:not(.page-links-title) {
  border: 1px solid #d6d6d6;
  padding: 4px 12px;
  height: 32px;
  line-height: 20px;
  color: #7d7d7d;
  font-size: 13px;
  margin-right: 10px;
}
.blog .hentry .page-links > span:not(.page-links-title),
.archive .hentry .page-links > span:not(.page-links-title),
.single .hentry .page-links > span:not(.page-links-title),
.search .hentry .page-links > span:not(.page-links-title),
.page-template-blog-masonry .hentry .page-links > span:not(.page-links-title),
.page-template-blog-masonry-full-width .hentry .page-links > span:not(.page-links-title),
.page-template-blog-box .hentry .page-links > span:not(.page-links-title),
.posts-sc .hentry .page-links > span:not(.page-links-title) {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}
.blog .hentry footer.entry-meta,
.archive .hentry footer.entry-meta,
.single .hentry footer.entry-meta,
.search .hentry footer.entry-meta,
.page-template-blog-masonry .hentry footer.entry-meta,
.page-template-blog-masonry-full-width .hentry footer.entry-meta,
.page-template-blog-box .hentry footer.entry-meta,
.posts-sc .hentry footer.entry-meta {
  margin-top: 40px;
  clear: both;
}
.blog .hentry footer.entry-meta .tag-links span,
.archive .hentry footer.entry-meta .tag-links span,
.single .hentry footer.entry-meta .tag-links span,
.search .hentry footer.entry-meta .tag-links span,
.page-template-blog-masonry .hentry footer.entry-meta .tag-links span,
.page-template-blog-masonry-full-width .hentry footer.entry-meta .tag-links span,
.page-template-blog-box .hentry footer.entry-meta .tag-links span,
.posts-sc .hentry footer.entry-meta .tag-links span {
  padding-right: 10px;
  font-size: 16px;
}
.blog .hentry footer.entry-meta .tag-links a,
.archive .hentry footer.entry-meta .tag-links a,
.single .hentry footer.entry-meta .tag-links a,
.search .hentry footer.entry-meta .tag-links a,
.page-template-blog-masonry .hentry footer.entry-meta .tag-links a,
.page-template-blog-masonry-full-width .hentry footer.entry-meta .tag-links a,
.page-template-blog-box .hentry footer.entry-meta .tag-links a,
.posts-sc .hentry footer.entry-meta .tag-links a {
  border: 1px solid #d6d6d6;
  padding: 4px 12px;
  height: 32px;
  line-height: 20px;
  color: #7d7d7d;
  font-size: 13px;
  margin-right: 10px;
}
.blog .hentry footer.entry-meta .tag-links a:hover,
.archive .hentry footer.entry-meta .tag-links a:hover,
.single .hentry footer.entry-meta .tag-links a:hover,
.search .hentry footer.entry-meta .tag-links a:hover,
.page-template-blog-masonry .hentry footer.entry-meta .tag-links a:hover,
.page-template-blog-masonry-full-width .hentry footer.entry-meta .tag-links a:hover,
.page-template-blog-box .hentry footer.entry-meta .tag-links a:hover,
.posts-sc .hentry footer.entry-meta .tag-links a:hover {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #fff;
}
.blog .hentry footer.entry-meta .tag-links a:after,
.archive .hentry footer.entry-meta .tag-links a:after,
.single .hentry footer.entry-meta .tag-links a:after,
.search .hentry footer.entry-meta .tag-links a:after,
.page-template-blog-masonry .hentry footer.entry-meta .tag-links a:after,
.page-template-blog-masonry-full-width .hentry footer.entry-meta .tag-links a:after,
.page-template-blog-box .hentry footer.entry-meta .tag-links a:after,
.posts-sc .hentry footer.entry-meta .tag-links a:after {
  display: none!important;
}
.blog .hentry .entry-title,
.archive .hentry .entry-title,
.single .hentry .entry-title,
.search .hentry .entry-title,
.page-template-blog-masonry .hentry .entry-title,
.page-template-blog-masonry-full-width .hentry .entry-title,
.page-template-blog-box .hentry .entry-title,
.posts-sc .hentry .entry-title {
  margin: 0;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2px;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 15px;
}
.blog .hentry .entry-title a:after,
.archive .hentry .entry-title a:after,
.single .hentry .entry-title a:after,
.search .hentry .entry-title a:after,
.page-template-blog-masonry .hentry .entry-title a:after,
.page-template-blog-masonry-full-width .hentry .entry-title a:after,
.page-template-blog-box .hentry .entry-title a:after,
.posts-sc .hentry .entry-title a:after {
  display: none!important;
}
.blog .hentry .entry-content,
.archive .hentry .entry-content,
.single .hentry .entry-content,
.search .hentry .entry-content,
.page-template-blog-masonry .hentry .entry-content,
.page-template-blog-masonry-full-width .hentry .entry-content,
.page-template-blog-box .hentry .entry-content,
.posts-sc .hentry .entry-content {
  color: #444444;
}
.blog .hentry .read-more,
.archive .hentry .read-more,
.single .hentry .read-more,
.search .hentry .read-more,
.page-template-blog-masonry .hentry .read-more,
.page-template-blog-masonry-full-width .hentry .read-more,
.page-template-blog-box .hentry .read-more,
.posts-sc .hentry .read-more {
  margin-top: 10px;
  display: inline-block;
}
.blog .hentry .read-more .btn,
.archive .hentry .read-more .btn,
.single .hentry .read-more .btn,
.search .hentry .read-more .btn,
.page-template-blog-masonry .hentry .read-more .btn,
.page-template-blog-masonry-full-width .hentry .read-more .btn,
.page-template-blog-box .hentry .read-more .btn,
.posts-sc .hentry .read-more .btn {
  margin-bottom: 0;
}
.single .hentry {
  margin-bottom: 40px;
}
.single.single-fw-portfolio .content-area,
.archive.tax-fw-portfolio-category .content-area {
  background-color: #fff;
}
.page-template-blog-masonry .wrap-inner,
.page-template-blog-masonry-full-width .wrap-inner,
.posts-sc .wrap-inner {
  margin-bottom: 0;
  padding-bottom: 80px;
}
.page-template-blog-masonry .masonry-inner,
.page-template-blog-masonry-full-width .masonry-inner,
.posts-sc .masonry-inner {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.page-template-blog-masonry .hentry,
.page-template-blog-masonry-full-width .hentry,
.posts-sc .hentry {
  margin-bottom: 30px;
}
.page-template-blog-masonry .hentry .post-thumbnail,
.page-template-blog-masonry-full-width .hentry .post-thumbnail,
.posts-sc .hentry .post-thumbnail,
.page-template-blog-masonry .hentry .carousel,
.page-template-blog-masonry-full-width .hentry .carousel,
.posts-sc .hentry .carousel {
  margin: -30px -30px 20px -30px;
}
.page-template-blog-masonry .hentry .entry-title,
.page-template-blog-masonry-full-width .hentry .entry-title,
.posts-sc .hentry .entry-title {
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 1px;
}
.page-template-blog-masonry .hentry.format-video .ks-video-container,
.page-template-blog-masonry-full-width .hentry.format-video .ks-video-container,
.posts-sc .hentry.format-video .ks-video-container {
  margin: -30px -30px 20px -30px;
}
.page-template-blog-masonry .hentry.format-audio .wp-audio-shortcode,
.page-template-blog-masonry-full-width .hentry.format-audio .wp-audio-shortcode,
.posts-sc .hentry.format-audio .wp-audio-shortcode {
  margin-top: -35px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1002;
  visibility: visible!important;
}
.page-template-blog-masonry .hentry.format-quote .masonry-inner,
.page-template-blog-masonry-full-width .hentry.format-quote .masonry-inner,
.posts-sc .hentry.format-quote .masonry-inner {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-template-blog-masonry .hentry.format-quote .masonry-inner blockquote,
.page-template-blog-masonry-full-width .hentry.format-quote .masonry-inner blockquote,
.posts-sc .hentry.format-quote .masonry-inner blockquote {
  margin: -30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-template-blog-masonry .hentry.format-link .masonry-inner,
.page-template-blog-masonry-full-width .hentry.format-link .masonry-inner,
.posts-sc .hentry.format-link .masonry-inner {
  margin: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-template-blog-masonry .hentry.format-link .masonry-inner .link-post a,
.page-template-blog-masonry-full-width .hentry.format-link .masonry-inner .link-post a,
.posts-sc .hentry.format-link .masonry-inner .link-post a {
  margin: -30px;
  border: none;
}
.page-template-blog-masonry .hentry.format-link .masonry-inner .link-post p,
.page-template-blog-masonry-full-width .hentry.format-link .masonry-inner .link-post p,
.posts-sc .hentry.format-link .masonry-inner .link-post p {
  margin: 0;
}
.page-template-blog-masonry-full-width .wrap-inner {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1400px) {
  .page-template-blog-masonry-full-width .col-sm-3 {
    width: 20%;
  }
}
.posts-sc .hentry .post-meta-footer,
.page-template-blog-box .hentry .post-meta-footer,
.page-template-blog-masonry .hentry .post-meta-footer,
.page-template-blog-masonry-full-width .hentry .post-meta-footer {
  padding-top: 60px;
  width: 100%;
  position: relative;
}
.posts-sc .hentry .post-meta-footer .post-date,
.page-template-blog-box .hentry .post-meta-footer .post-date,
.page-template-blog-masonry .hentry .post-meta-footer .post-date,
.page-template-blog-masonry-full-width .hentry .post-meta-footer .post-date {
  position: relative;
  float: left;
  width: 50%;
  line-height: 26px;
  padding-left: 30px;
  color: #acb1b4;
}
@media (max-width: 480px) {
  .posts-sc .hentry .post-meta-footer .post-date,
  .page-template-blog-box .hentry .post-meta-footer .post-date,
  .page-template-blog-masonry .hentry .post-meta-footer .post-date,
  .page-template-blog-masonry-full-width .hentry .post-meta-footer .post-date {
    width: 60%;
  }
}
.posts-sc .hentry .post-meta-footer .post-category,
.page-template-blog-box .hentry .post-meta-footer .post-category,
.page-template-blog-masonry .hentry .post-meta-footer .post-category,
.page-template-blog-masonry-full-width .hentry .post-meta-footer .post-category {
  text-transform: uppercase;
  float: right;
  background-color: #f3f3f3;
  color: #acb1b4;
  margin: 0 0 0 6px;
  padding: 3px 6px;
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  font-family: 'Dosis', Helvetica, sans-serif;
}
.posts-sc .hentry .post-meta-footer .post-category:hover,
.page-template-blog-box .hentry .post-meta-footer .post-category:hover,
.page-template-blog-masonry .hentry .post-meta-footer .post-category:hover,
.page-template-blog-masonry-full-width .hentry .post-meta-footer .post-category:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.posts-sc .hentry .post-meta-footer .post-category:after,
.page-template-blog-box .hentry .post-meta-footer .post-category:after,
.page-template-blog-masonry .hentry .post-meta-footer .post-category:after,
.page-template-blog-masonry-full-width .hentry .post-meta-footer .post-category:after {
  display: none!important;
}
.posts-sc .hentry {
  margin-bottom: 0!important;
}
@media (max-width: 1200px) {
  .posts-sc .hentry .entry-content {
    display: none;
  }
  .posts-sc .hentry .post-meta-footer {
    padding-top: 30px!important;
  }
  .posts-sc .hentry .post-meta-footer .post-date {
    width: 100%!important;
    float: none!important;
  }
  .posts-sc .hentry .post-meta-footer .post-category {
    width: 100%;
    float: none;
    margin: 10px 0 0 0;
    text-align: center;
  }
}
.posts-sc .hentry.format-audio .post-thumbnail {
  margin-bottom: 20px;
  cursor: pointer;
}
.posts-sc .hentry.format-audio .post-thumbnail .post-icon {
  display: block;
}
.posts-sc .hentry .post-thumbnail {
  overflow: hidden;
}
.posts-sc .hentry .post-thumbnail img {
  -webkit-transition: all 0.8s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.8s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.8s cubic-bezier(0.835, 0, 0.19, 1);
}
.posts-sc .hentry .post-thumbnail i {
  left: 46%!important;
  -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
}
.posts-sc .hentry .post-thumbnail:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.posts-sc .hentry .post-thumbnail:hover i {
  left: 50%!important;
}
.posts-sc .masonry-inner {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.page-template-blog-box .hentry {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.page-template-blog-box .hentry .post-thumbnail,
.page-template-blog-box .hentry .carousel,
.page-template-blog-box .hentry .wp-video,
.page-template-blog-box .hentry .ks-video-container {
  margin: 0!important;
}
.page-template-blog-box .hentry .blog-box-thumb {
  width: 370px;
  float: left;
  position: relative;
}
@media (max-width: 1199px) {
  .page-template-blog-box .hentry .blog-box-thumb {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .page-template-blog-box .hentry .blog-box-thumb {
    width: 100%;
    float: none;
  }
}
.page-template-blog-box .hentry.format-audio .mejs-container {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.page-template-blog-box .hentry.format-quote .blog-box-inner.content-indent {
  margin: 0;
}
.page-template-blog-box .hentry.format-quote .blog-box-inner.content-indent blockquote {
  margin: -15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-template-blog-box .hentry.format-link .blog-box-inner.content-indent {
  margin: 0;
}
.page-template-blog-box .hentry.format-link .blog-box-inner.content-indent .link-post a {
  margin: -15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-template-blog-box .hentry.format-link .blog-box-inner.content-indent .link-post p {
  margin: 0;
}
.page-template-blog-box .hentry .blog-box-inner {
  position: relative;
}
.page-template-blog-box .hentry .blog-box-inner .post-meta-footer {
  padding-top: 40px;
}
.page-template-blog-box .hentry .blog-box-inner.content-indent {
  margin-left: 400px;
}
@media (max-width: 1199px) {
  .page-template-blog-box .hentry .blog-box-inner.content-indent {
    margin-left: 280px;
  }
}
@media (max-width: 768px) {
  .page-template-blog-box .hentry .blog-box-inner.content-indent {
    margin-left: 0;
    margin-top: 20px;
  }
}
.page-template-blog-box .hentry .blog-box-inner.content-indent .post-meta-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1199px) {
  .page-template-blog-box .hentry .blog-box-inner.content-indent .post-meta-footer {
    position: relative;
  }
}
.rating-title {
  font-weight: 700;
}
.wrap-rating.header {
  float: none;
  margin-left: 20px;
  vertical-align: middle;
}
.page-template-blog-masonry .wrap-rating.header,
.page-template-blog-masonry-full-width .wrap-rating.header,
.page-template-blog-box .wrap-rating.header {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
  z-index: 1003;
  padding: 10px;
  background-color: #252525;
}
.rating span,
.wrap-rating.in-post .rating:hover .fa.fa-star {
  color: #f9e8a0 !important;
}
.rating .fa.fa-star.voted,
.wrap-rating.in-post .rating:hover .fa.fa-star.over {
  color: #f1c40f !important;
}
.rating-tip {
  background-color: #252525;
}
.rating-tip:before {
  border-bottom-color: #252525;
}
.qtip-rating-html .list-note {
  padding: 0;
}
.qtip-rating-html .list-note .note {
  min-width: 22px;
}
.post-navigation {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  padding: 40px 0;
  margin: 30px 0;
  overflow: hidden;
}
.post-navigation .meta-nav {
  margin: 0;
  font-size: 13px;
  color: #222;
  display: block;
  font-weight: 300;
}
.post-navigation a:after {
  display: none!important;
}
.post-navigation a[rel="prev"] {
  float: left;
  text-align: left;
  padding-left: 60px;
  position: relative;
  font-weight: 700;
}
.post-navigation a[rel="prev"]:before {
  font-family: 'FontAwesome';
  content: "\f177";
  position: absolute;
  font-size: 16px;
  padding: 5px 7px;
  border: 2px solid #252525;
  left: 0;
  top: 6px;
}
.post-navigation a[rel="next"] {
  float: right;
  text-align: right;
  padding-right: 60px;
  position: relative;
  font-weight: 700;
}
.post-navigation a[rel="next"]:before {
  font-family: 'FontAwesome';
  content: "\f178";
  position: absolute;
  font-size: 16px;
  padding: 5px 7px;
  border: 2px solid #252525;
  right: 0;
  top: 6px;
}
/*--------------------------------------------------------------
## Comment
--------------------------------------------------------------*/
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
  width: 33.33%;
  float: left;
}
#comments .comment-form-author:last-child,
#comments .comment-form-email:last-child,
#comments .comment-form-url:last-child {
  padding: 0;
}
@media (max-width: 480px) {
  #comments .comment-form-author,
  #comments .comment-form-email,
  #comments .comment-form-url {
    width: 100%;
    float: none;
    padding: 0;
  }
}
#comments .wrap-rating {
  clear: both;
}
#comments .comment-form-author {
  padding: 0 15px 0 0;
}
#comments .comment-form-email {
  padding: 0 5px 0 10px;
}
#comments .comment-form-url {
  padding: 0 0 0 15px;
}
@media (max-width: 480px) {
  #comments .comment-form-author,
  #comments .comment-form-email,
  #comments .comment-form-url {
    padding: 0;
  }
}
#comments .form-allowed-tags {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#comments .form-submit {
  margin-top: 20px;
}
#comments .comments-title,
#comments .comment-reply-title {
  color: #000;
  font-weight: 500;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 40px;
}
#comments .comments-title:after,
#comments .comment-reply-title:after {
  display: none;
}
#comments .reply {
  text-align: right;
  font-size: 13px;
  font-style: italic;
}
#comments .comment-list {
  list-style: none;
  padding: 0;
}
#comments .comment-list .children {
  list-style: none;
}
#comments .comment-list .comment,
#comments .comment-list .fw-feedback {
  margin-bottom: 40px;
}
#comments .comment-list .comment:first-child,
#comments .comment-list .fw-feedback:first-child {
  margin-top: 40px;
}
#comments .comment-list .comment-author {
  position: relative;
  float: left;
}
#comments .comment-list .comment-author img {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  left: -50px;
}
#comments .comment-list .comment-author .says {
  color: #999;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#comments .comment-list .comment-meta,
#comments .comment-list .comment-content {
  padding-left: 50px;
}
#comments .comment-list .comment-metadata {
  float: left;
  padding-left: 10px;
  font-size: 12px;
}
#comments .comment-list .comment-metadata a {
  color: #999;
}
#comments .comment-list .comment-metadata .wrap-rating {
  float: none;
  vertical-align: middle;
  padding-left: 10px;
}
#comments .comment-list .comment-metadata .edit-link {
  color: #999;
}
#comments .comment-list .comment-metadata .edit-link:before {
  content: '|';
  padding-left: 5px;
  padding-right: 5px;
}
#comments .comment-list .comment-content {
  clear: both;
  padding-top: 10px;
}
#comments .comment-awaiting-moderation {
  clear: both;
  padding-top: 15px;
  margin: 0;
  color: #83b348;
  display: block;
}
#infscr-loading {
  display: none!important;
}
/*--------------------------------------------------------------
## Under contruction
--------------------------------------------------------------*/
.page-template-under-contruction {
  margin: 0 auto;
}
.page-template-under-contruction .custom-page {
  position: relative;
  text-align: center;
  height: 696px;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #1e1e1e;
}
.page-template-under-contruction .custom-page .custom-page__cover {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0px);
}
.page-template-under-contruction .custom-page .custom-page__overlay {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-template-under-contruction .custom-page .wrap-inner {
  font-size: 14px;
  z-index: 1002;
  position: relative;
  padding: 0 10%;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-template-under-contruction .custom-page .wrap-content {
  padding: 20px 60px;
  margin: 0 auto;
  display: inline-block;
  background: #fff;
  box-shadow: inset 0 0 0 10px #ffffff, inset 0 0 0 12px rgba(255, 255, 255, 0.6), 80px 0 0 rgba(255, 255, 255, 0.3), -80px 0 0 rgba(255, 255, 255, 0.3);
}
.page-template-under-contruction .custom-page .site-title {
  margin-bottom: 40px;
}
.page-template-under-contruction .custom-page .site-title img {
  max-height: 100px;
}
.page-template-under-contruction .custom-page .big-title {
  font-size: 45px;
  text-transform: uppercase;
  color: #f1c40f;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .page-template-under-contruction .custom-page .big-title {
    font-size: 30px;
  }
}
.page-template-under-contruction .custom-page .big-title a {
  border-bottom: 1px solid #bbb;
}
.page-template-under-contruction .custom-page .page-title {
  font-size: 18px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .page-template-under-contruction .custom-page .page-title {
    font-size: 15px;
  }
}
.page-template-under-contruction .custom-page .page-title a {
  border-bottom: 1px solid #bbb;
}
.page-template-under-contruction .custom-page p {
  font-size: 14px;
}
.page-template-under-contruction .custom-page p a {
  border-bottom: 1px solid #bbb;
}
.page-template-under-contruction .custom-page .icon-social li {
  float: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}
/*--------------------------------------------------------------
## Contact form 7
--------------------------------------------------------------*/
.wpcf7-form-control.wpcf7-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
  box-shadow: none;
}
.wpcf7-form-control.wpcf7-text:focus {
  border-color: #f1c40f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
}
.wpcf7-form-control.wpcf7-text::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
  color: #999999;
}
.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
  color: #999999;
}
.wpcf7-form-control.wpcf7-text[disabled],
.wpcf7-form-control.wpcf7-text[readonly],
fieldset[disabled] .wpcf7-form-control.wpcf7-text {
  cursor: not-allowed;
  background-color: #8c8c8c;
  opacity: 1;
}
textarea.wpcf7-form-control.wpcf7-text {
  height: auto;
}
.wpcf7-form-control.wpcf7-text:focus {
  border-color: #f1c40f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
}
.wpcf7-form-control.wpcf7-text::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
  color: #999999;
}
.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
  color: #999999;
}
.wpcf7-form-control.wpcf7-text[disabled],
.wpcf7-form-control.wpcf7-text[readonly],
fieldset[disabled] .wpcf7-form-control.wpcf7-text {
  cursor: not-allowed;
  background-color: #8c8c8c;
  opacity: 1;
}
textarea.wpcf7-form-control.wpcf7-text {
  height: auto;
}
.wpcf7-form-control.wpcf7-textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  resize: vertical;
}
.wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #f1c40f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
}
.wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder {
  color: #999999;
}
.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
  color: #999999;
}
.wpcf7-form-control.wpcf7-textarea[disabled],
.wpcf7-form-control.wpcf7-textarea[readonly],
fieldset[disabled] .wpcf7-form-control.wpcf7-textarea {
  cursor: not-allowed;
  background-color: #8c8c8c;
  opacity: 1;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: auto;
}
.wpcf7-form-control.wpcf7-textarea:focus {
  border-color: #f1c40f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 196, 15, 0.6);
}
.wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder {
  color: #999999;
}
.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
  color: #999999;
}
.wpcf7-form-control.wpcf7-textarea[disabled],
.wpcf7-form-control.wpcf7-textarea[readonly],
fieldset[disabled] .wpcf7-form-control.wpcf7-textarea {
  cursor: not-allowed;
  background-color: #8c8c8c;
  opacity: 1;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: auto;
}
.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  outline: none !important;
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0px!important;
  font-family: 'Dosis', Helvetica, sans-serif;
  margin: 0 10px 20px 0;
  position: relative;
  color: #ffffff;
  border-color: #2b2b2b;
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.wpcf7-form-control.wpcf7-submit:focus,
.wpcf7-form-control.wpcf7-submit:active:focus,
.wpcf7-form-control.wpcf7-submit.active:focus,
.wpcf7-form-control.wpcf7-submit.focus,
.wpcf7-form-control.wpcf7-submit:active.focus,
.wpcf7-form-control.wpcf7-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus,
.wpcf7-form-control.wpcf7-submit.focus {
  color: #ffffff;
  text-decoration: none;
}
.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wpcf7-form-control.wpcf7-submit.disabled,
.wpcf7-form-control.wpcf7-submit[disabled],
fieldset[disabled] .wpcf7-form-control.wpcf7-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpcf7-form-control.wpcf7-submit.btn-round {
  border-radius: 25px!important;
}
.wpcf7-form-control.wpcf7-submit.btn-round.btn-lg {
  border-radius: 40px!important;
}
.wpcf7-form-control.wpcf7-submit.btn-icon {
  padding-left: 40px;
  padding-right: 40px;
}
.wpcf7-form-control.wpcf7-submit.btn-icon span {
  display: block;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.wpcf7-form-control.wpcf7-submit.btn-icon i {
  font-size: 16px;
  height: 100%;
  width: 20px;
  right: 25px;
  top: 0px;
  line-height: 35px;
  display: inline-block;
  text-align: right;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.835,0,.19,1);
  -moz-transition: -moz-transform .4s cubic-bezier(.835,0,.19,1);
  -o-transition: -o-transform .4s cubic-bezier(.835,0,.19,1);
  transition: transform .4s cubic-bezier(.835,0,.19,1);
}
.wpcf7-form-control.wpcf7-submit.btn-icon:hover span {
  -webkit-transform: translate(-12px, 0);
  -ms-transform: translate(-12px, 0);
  -o-transform: translate(-12px, 0);
  transform: translate(-12px, 0);
}
.wpcf7-form-control.wpcf7-submit.btn-icon:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.wpcf7-form-control.wpcf7-submit.btn-icon.btn-lg {
  padding-left: 50px;
  padding-right: 50px;
}
.wpcf7-form-control.wpcf7-submit.btn-icon.btn-lg i {
  font-size: 20px;
  line-height: 58px;
}
.wpcf7-form-control.wpcf7-submit.btn-icon.btn-link {
  padding: 0;
  border-color: transparent;
  margin: 0;
  background-color: transparent;
  color: #444444;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus,
.wpcf7-form-control.wpcf7-submit.focus,
.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit.active,
.open > .dropdown-toggle.wpcf7-form-control.wpcf7-submit {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit.active,
.open > .dropdown-toggle.wpcf7-form-control.wpcf7-submit {
  background-image: none;
}
.wpcf7-form-control.wpcf7-submit.disabled,
.wpcf7-form-control.wpcf7-submit[disabled],
fieldset[disabled] .wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.wpcf7-submit.disabled:hover,
.wpcf7-form-control.wpcf7-submit[disabled]:hover,
fieldset[disabled] .wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit.disabled:focus,
.wpcf7-form-control.wpcf7-submit[disabled]:focus,
fieldset[disabled] .wpcf7-form-control.wpcf7-submit:focus,
.wpcf7-form-control.wpcf7-submit.disabled.focus,
.wpcf7-form-control.wpcf7-submit[disabled].focus,
fieldset[disabled] .wpcf7-form-control.wpcf7-submit.focus,
.wpcf7-form-control.wpcf7-submit.disabled:active,
.wpcf7-form-control.wpcf7-submit[disabled]:active,
fieldset[disabled] .wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit.disabled.active,
.wpcf7-form-control.wpcf7-submit[disabled].active,
fieldset[disabled] .wpcf7-form-control.wpcf7-submit.active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
.wpcf7-form-control.wpcf7-submit .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus,
.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit.active,
.open .dropdown-toggle.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus,
.wpcf7-form-control.wpcf7-submit.focus,
.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit.active,
.open > .dropdown-toggle.wpcf7-form-control.wpcf7-submit {
  color: #ffffff;
  background-color: #040404;
  border-color: #0c0c0c;
}
.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit.active,
.open > .dropdown-toggle.wpcf7-form-control.wpcf7-submit {
  background-image: none;
}
.wpcf7-form-control.wpcf7-submit.disabled,
.wpcf7-form-control.wpcf7-submit[disabled],
fieldset[disabled] .wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.wpcf7-submit.disabled:hover,
.wpcf7-form-control.wpcf7-submit[disabled]:hover,
fieldset[disabled] .wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit.disabled:focus,
.wpcf7-form-control.wpcf7-submit[disabled]:focus,
fieldset[disabled] .wpcf7-form-control.wpcf7-submit:focus,
.wpcf7-form-control.wpcf7-submit.disabled.focus,
.wpcf7-form-control.wpcf7-submit[disabled].focus,
fieldset[disabled] .wpcf7-form-control.wpcf7-submit.focus,
.wpcf7-form-control.wpcf7-submit.disabled:active,
.wpcf7-form-control.wpcf7-submit[disabled]:active,
fieldset[disabled] .wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit.disabled.active,
.wpcf7-form-control.wpcf7-submit[disabled].active,
fieldset[disabled] .wpcf7-form-control.wpcf7-submit.active {
  background-color: #1e1e1e;
  border-color: #2b2b2b;
}
.wpcf7-form-control.wpcf7-submit .badge {
  color: #1e1e1e;
  background-color: #ffffff;
}
.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus,
.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit.active,
.open .dropdown-toggle.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.wpcf7 p {
  font-weight: 700;
}
.wpcf7 .wpcf7-form-control-wrap {
  font-weight: 400;
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
}
.wpcf7-response-output {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 20px;
  border-radius: 0;
  margin-right: 0!important;
  margin-left: 0!important;
}
.wpcf7-response-output h4 {
  margin-top: 0;
  color: inherit;
}
.wpcf7-response-output .alert-link {
  font-weight: bold;
}
.wpcf7-response-output > p,
.wpcf7-response-output > ul {
  margin-bottom: 0;
}
.wpcf7-response-output > p + p {
  margin-top: 5px;
}
.wpcf7-response-output > i {
  padding-right: 20px;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #83b348;
  border-color: #83b348;
  color: #ffffff;
}
.wpcf7-response-output.wpcf7-mail-sent-ok hr {
  border-top-color: #76a141;
}
.wpcf7-response-output.wpcf7-mail-sent-ok .alert-link {
  color: #e6e6e6;
}
.wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #54c7fc;
  border-color: #54c7fc;
  color: #ffffff;
}
.wpcf7-response-output.wpcf7-mail-sent-ng hr {
  border-top-color: #3bbffc;
}
.wpcf7-response-output.wpcf7-mail-sent-ng .alert-link {
  color: #e6e6e6;
}
.wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #eabe12;
  border-color: #eabe12;
  color: #ffffff;
}
.wpcf7-response-output.wpcf7-mail-sent-ng hr {
  border-top-color: #d2ab10;
}
.wpcf7-response-output.wpcf7-mail-sent-ng .alert-link {
  color: #e6e6e6;
}
.wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #fe504f;
  border-color: #fe504f;
  color: #ffffff;
}
.wpcf7-response-output.wpcf7-spam-blocked hr,
.wpcf7-response-output.wpcf7-validation-errors hr {
  border-top-color: #fe3736;
}
.wpcf7-response-output.wpcf7-spam-blocked .alert-link,
.wpcf7-response-output.wpcf7-validation-errors .alert-link {
  color: #e6e6e6;
}
.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip-no-ajax {
  color: #ffffff;
  padding: 0;
  border: none;
  background: transparent;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 5px;
  font-style: italic;
}
.form-group {
  margin-bottom: 30px;
}
.form-inline {
  overflow: hidden;
}
.form-inline .left {
  width: 47%;
  float: left;
}
.form-inline .right {
  width: 47%;
  float: right;
}
@media (max-width: 480px) {
  .form-inline .left,
  .form-inline .right {
    width: 100%;
    float: none;
  }
}
.required span {
  color: #ffffff;
  margin-right: 3px;
}
