@charset "UTF-8";

/**
 * Table of Contents
 *
 * 0.0 - Library
 * 1.0 - Reset css theme
 * 2.0 - Component
 * 3.0 - Widget
 * 4.0 - Header
 * 5.0 - Footer
 * 6.0 - Pages
 * 7.0 - Fix ie
 * 8.0 - Responsive
 */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,400italic,600,700);
@import url(https://fonts.googleapis.com/css?family=Exo+2:300,400,600,700);

/*
* 0.0 Library
*/

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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;
  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;
}

/*! 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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"] > .caret, .dropup > .btn > .caret, .woocommerce .widget_price_filter .price_slider_wrapper .dropup > button[type="submit"] > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td, .table th, table th {
    background-color: #fff !important;
  }
  .table-bordered th, table th, .table-bordered td, table td {
    border: 1px solid #ddd !important;
  }
}

/*@import "bootstrap/glyphicons";*/
* {
  -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: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0070c0;
  text-decoration: none;
}
a:hover, a:focus {
  color: #08557e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 39px;
}
h2, .h2 {
  font-size: 32px;
}
h3, .h3 {
  font-size: 26px;
}
h4, .h4 {
  font-size: 19px;
}
h5, .h5 {
  font-size: 15px;
}
h6, .h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width:768px) {
  .lead {
    font-size: 22.5px;
  }
}
small, .small {
  font-size: 86%;
}
mark, .mark {
  background-color: #fcf8e3;
  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, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0070c0;
}
a.text-primary:hover, a.text-primary:focus {
  color: #096596;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover, a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #0070c0;
}
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #096596;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}
.list-unstyled, .k-pricing-table, ul.page-numbers, .woocommerce .widget_products .product_list_widget, .woocommerce .widget_recently_viewed_products .product_list_widget, .woocommerce .widget_top_rated_products .product_list_widget, .widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_product_categories ul, .k-widget-recent-comments ul, .k-widget-portfolio .hover_div, .sf-mega ul, .list-blog-post, .entry-product .k-product_meta, .comment-list, .comment-list .children {
  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: 21px;
}
dt, dd {
  line-height: 1.42857;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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 #777777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
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.42857;
  color: #777777;
}
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 #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857;
}
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: #fff;
  background-color: #333;
  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: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width:768px) {
  .container {
    width: 750px;
  }
}
@media (min-width:992px) {
  .container {
    width: 970px;
  }
}
@media (min-width:1200px) {
  .container {
    width: 1176px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@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-61  {
    float: right;
  }	
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-61 {
    float: right;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-61 {
    float: right;
  }
	
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table, table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th, table > thead > tr > th, .table > thead > tr > td, table > thead > tr > td, .table > tbody > tr > th, table > tbody > tr > th, .table > tbody > tr > td, table > tbody > tr > td, .table > tfoot > tr > th, table > tfoot > tr > th, .table > tfoot > tr > td, table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td, table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, table .table, .table table, table table {
  background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered, table {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, table > thead > tr > th, .table-bordered > thead > tr > td, table > thead > tr > td, .table-bordered > tbody > tr > th, table > tbody > tr > th, .table-bordered > tbody > tr > td, table > tbody > tr > td, .table-bordered > tfoot > tr > th, table > tfoot > tr > th, .table-bordered > tfoot > tr > td, table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, table > thead > tr > th, .table-bordered > thead > tr > td, table > 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 > thead > tr > td.active, .table > thead > tr > th.active, table > thead > tr > th.active, .table > thead > tr.active > td, table > thead > tr.active > td, .table > thead > tr.active > th, table > thead > tr.active > th, .table > tbody > tr > td.active, table > tbody > tr > td.active, .table > tbody > tr > th.active, table > tbody > tr > th.active, .table > tbody > tr.active > td, table > tbody > tr.active > td, .table > tbody > tr.active > th, table > tbody > tr.active > th, .table > tfoot > tr > td.active, table > tfoot > tr > td.active, .table > tfoot > tr > th.active, table > tfoot > tr > th.active, .table > tfoot > tr.active > td, table > tfoot > tr.active > td, .table > tfoot > 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 > thead > tr > td.success, .table > thead > tr > th.success, table > thead > tr > th.success, .table > thead > tr.success > td, table > thead > tr.success > td, .table > thead > tr.success > th, table > thead > tr.success > th, .table > tbody > tr > td.success, table > tbody > tr > td.success, .table > tbody > tr > th.success, table > tbody > tr > th.success, .table > tbody > tr.success > td, table > tbody > tr.success > td, .table > tbody > tr.success > th, table > tbody > tr.success > th, .table > tfoot > tr > td.success, table > tfoot > tr > td.success, .table > tfoot > tr > th.success, table > tfoot > tr > th.success, .table > tfoot > tr.success > td, table > tfoot > tr.success > td, .table > tfoot > tr.success > th, table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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: #d0e9c6;
}
.table > thead > tr > td.info, table > thead > tr > td.info, .table > thead > tr > th.info, table > thead > tr > th.info, .table > thead > tr.info > td, table > thead > tr.info > td, .table > thead > tr.info > th, table > thead > tr.info > th, .table > tbody > tr > td.info, table > tbody > tr > td.info, .table > tbody > tr > th.info, table > tbody > tr > th.info, .table > tbody > tr.info > td, table > tbody > tr.info > td, .table > tbody > tr.info > th, table > tbody > tr.info > th, .table > tfoot > tr > td.info, table > tfoot > tr > td.info, .table > tfoot > tr > th.info, table > tfoot > tr > th.info, .table > tfoot > tr.info > td, table > tfoot > tr.info > td, .table > tfoot > tr.info > th, table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.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: #c4e3f3;
}
.table > thead > tr > td.warning, table > thead > tr > td.warning, .table > thead > tr > th.warning, table > thead > tr > th.warning, .table > thead > tr.warning > td, table > thead > tr.warning > td, .table > thead > tr.warning > th, table > thead > tr.warning > th, .table > tbody > tr > td.warning, table > tbody > tr > td.warning, .table > tbody > tr > th.warning, table > tbody > tr > th.warning, .table > tbody > tr.warning > td, table > tbody > tr.warning > td, .table > tbody > tr.warning > th, table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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: #faf2cc;
}
.table > thead > tr > td.danger, table > thead > tr > td.danger, .table > thead > tr > th.danger, table > thead > tr > th.danger, .table > thead > tr.danger > td, table > thead > tr.danger > td, .table > thead > tr.danger > th, table > thead > tr.danger > th, .table > tbody > tr > td.danger, table > tbody > tr > td.danger, .table > tbody > tr > th.danger, table > tbody > tr > th.danger, .table > tbody > tr.danger > td, table > tbody > tr.danger > td, .table > tbody > tr.danger > th, table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, .table-responsive > table {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > table > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > table > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > table > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > table > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > table > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > table > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > table > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > table > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > table > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > table > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > table > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > table > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > table > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  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: 15px;
  line-height: 1.42857;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 35px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label, .checkbox label {
  min-height: 21px;
  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 {
  position: relative;
  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="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-lg > .input-group-btn > button.form-control-static[type="submit"], .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-sm > .input-group-btn > button.form-control-static[type="submit"] {
  padding-left: 0;
  padding-right: 0;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-sm > .input-group-btn > button[type="submit"] {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-lg > .input-group-btn > button[type="submit"] {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-lg > .input-group-btn > button[type="submit"] + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-sm > .input-group-btn > button[type="submit"] + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.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: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@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: 14.33333px;
    font-size: 19px;
  }
}
@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}
.btn, .woocommerce .widget_price_filter .price_slider_wrapper button[type="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: 15px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:focus, .btn.focus, .woocommerce .widget_price_filter .price_slider_wrapper button.focus[type="submit"], .btn:active:focus, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:active:focus, .btn:active.focus, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:active.focus, .btn.active:focus, .woocommerce .widget_price_filter .price_slider_wrapper button.active[type="submit"]:focus, .btn.active.focus, .woocommerce .widget_price_filter .price_slider_wrapper button.active.focus[type="submit"] {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:hover, .btn:focus, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:focus, .btn.focus, .woocommerce .widget_price_filter .price_slider_wrapper button.focus[type="submit"] {
  color: #333;
  text-decoration: none;
}
.btn:active, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:active, .btn.active, .woocommerce .widget_price_filter .price_slider_wrapper button.active[type="submit"] {
  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, .woocommerce .widget_price_filter .price_slider_wrapper button.disabled[type="submit"], .btn[disabled], .woocommerce .widget_price_filter .price_slider_wrapper button[disabled][type="submit"], fieldset[disabled] .btn, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper fieldset[disabled] button[type="submit"] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"] {
  color: #fff;
  background-color: #0070c0;
  border-color: #0b76ae;
}
.btn-primary:focus, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:focus, .btn-primary.focus, .woocommerce .widget_price_filter .price_slider_wrapper button.focus[type="submit"] {
  color: #fff;
  background-color: #096596;
  border-color: #032436;
}
.btn-primary:hover, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:hover {
  color: #fff;
  background-color: #096596;
  border-color: #074f74;
}
.btn-primary:active, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:active, .btn-primary.active, .woocommerce .widget_price_filter .price_slider_wrapper button.active[type="submit"], .open > .btn-primary.dropdown-toggle, .woocommerce .widget_price_filter .price_slider_wrapper .open > button.dropdown-toggle[type="submit"] {
  color: #fff;
  background-color: #096596;
  border-color: #074f74;
}
.btn-primary:active:hover, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:active:hover, .btn-primary:active:focus, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:active:focus, .btn-primary:active.focus, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:active.focus, .btn-primary.active:hover, .woocommerce .widget_price_filter .price_slider_wrapper button.active[type="submit"]:hover, .btn-primary.active:focus, .woocommerce .widget_price_filter .price_slider_wrapper button.active[type="submit"]:focus, .btn-primary.active.focus, .woocommerce .widget_price_filter .price_slider_wrapper button.active.focus[type="submit"], .open > .btn-primary.dropdown-toggle:hover, .woocommerce .widget_price_filter .price_slider_wrapper .open > button.dropdown-toggle[type="submit"]:hover, .open > .btn-primary.dropdown-toggle:focus, .woocommerce .widget_price_filter .price_slider_wrapper .open > button.dropdown-toggle[type="submit"]:focus, .open > .btn-primary.dropdown-toggle.focus, .woocommerce .widget_price_filter .price_slider_wrapper .open > button.dropdown-toggle.focus[type="submit"] {
  color: #fff;
  background-color: #074f74;
  border-color: #032436;
}
.btn-primary:active, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:active, .btn-primary.active, .woocommerce .widget_price_filter .price_slider_wrapper button.active[type="submit"], .open > .btn-primary.dropdown-toggle, .woocommerce .widget_price_filter .price_slider_wrapper .open > button.dropdown-toggle[type="submit"] {
  background-image: none;
}
.btn-primary.disabled, .woocommerce .widget_price_filter .price_slider_wrapper button.disabled[type="submit"], .btn-primary.disabled:hover, .woocommerce .widget_price_filter .price_slider_wrapper button.disabled[type="submit"]:hover, .btn-primary.disabled:focus, .woocommerce .widget_price_filter .price_slider_wrapper button.disabled[type="submit"]:focus, .btn-primary.disabled.focus, .woocommerce .widget_price_filter .price_slider_wrapper button.disabled.focus[type="submit"], .btn-primary.disabled:active, .woocommerce .widget_price_filter .price_slider_wrapper button.disabled[type="submit"]:active, .btn-primary.disabled.active, .woocommerce .widget_price_filter .price_slider_wrapper button.disabled.active[type="submit"], .btn-primary[disabled], .woocommerce .widget_price_filter .price_slider_wrapper button[disabled][type="submit"], .btn-primary[disabled]:hover, .woocommerce .widget_price_filter .price_slider_wrapper button[disabled][type="submit"]:hover, .btn-primary[disabled]:focus, .woocommerce .widget_price_filter .price_slider_wrapper button[disabled][type="submit"]:focus, .btn-primary[disabled].focus, .woocommerce .widget_price_filter .price_slider_wrapper button[disabled].focus[type="submit"], .btn-primary[disabled]:active, .woocommerce .widget_price_filter .price_slider_wrapper button[disabled][type="submit"]:active, .btn-primary[disabled].active, .woocommerce .widget_price_filter .price_slider_wrapper button[disabled].active[type="submit"], fieldset[disabled] .btn-primary, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper fieldset[disabled] button[type="submit"], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_wrapper fieldset[disabled] button[type="submit"]:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:focus, .woocommerce .widget_price_filter .price_slider_wrapper fieldset[disabled] button[type="submit"]:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_wrapper button.focus[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper fieldset[disabled] button.focus[type="submit"], fieldset[disabled] .btn-primary:active, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"]:active, .woocommerce .widget_price_filter .price_slider_wrapper fieldset[disabled] button[type="submit"]:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_wrapper button.active[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper fieldset[disabled] button.active[type="submit"] {
  background-color: #0070c0;
  border-color: #0b76ae;
}
.btn-primary .badge, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"] .badge {
  color: #0070c0;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0070c0;
  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: #08557e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-lg > button[type="submit"] {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-sm > button[type="submit"] {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-xs > button[type="submit"] {
  padding: 1px 5px;
  font-size: 13px;
  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%;
}
.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;
}
.collapse.in {
  display: block;
}
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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  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: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  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: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0070c0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: 13px;
  line-height: 1.42857;
  color: #777777;
  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 dashed;
  border-bottom: 4px solid \9;
  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 {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > button[type="submit"], .btn-group-vertical > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"] {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > button[type="submit"]:hover, .btn-group > .btn:focus, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > button[type="submit"]:focus, .btn-group > .btn:active, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > button[type="submit"]:active, .btn-group > .btn.active, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > button.active[type="submit"], .btn-group-vertical > .btn:hover, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"]:hover, .btn-group-vertical > .btn:focus, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"]:focus, .btn-group-vertical > .btn:active, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"]:active, .btn-group-vertical > .btn.active, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button.active[type="submit"] {
  z-index: 2;
}
.btn-group .btn + .btn, .btn-group .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"] + .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group button[type="submit"] + .btn, .btn-group .woocommerce .widget_price_filter .price_slider_wrapper .btn + button[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper .btn-group .btn + button[type="submit"], .btn-group .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"] + button[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper .btn-group button[type="submit"] + button[type="submit"], .btn-group .btn + .btn-group, .btn-group .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"] + .btn-group, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group button[type="submit"] + .btn-group, .btn-group .btn-group + .btn, .btn-group .woocommerce .widget_price_filter .price_slider_wrapper .btn-group + button[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper .btn-group .btn-group + button[type="submit"], .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper .btn-toolbar button[type="submit"], .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-toolbar > button[type="submit"], .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > button[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > button[type="submit"]:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > button[type="submit"]: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), .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > button[type="submit"]: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, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > button[type="submit"] {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > .btn-group:first-child:not(:last-child) > button[type="submit"]: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, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > .btn-group:last-child:not(:first-child) > button[type="submit"]: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, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group > button[type="submit"] + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-lg.btn-group > button[type="submit"] + .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, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"] .caret {
  margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-lg > button[type="submit"] .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-lg > button[type="submit"] .caret, .woocommerce .widget_price_filter .price_slider_wrapper .dropup .btn-group-lg > button[type="submit"] .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"], .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > .btn-group > button[type="submit"] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > .btn-group > button[type="submit"] {
  float: none;
}
.btn-group-vertical > .btn + .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"] + .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > .btn + button[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"] + button[type="submit"], .btn-group-vertical > .btn + .btn-group, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"] + .btn-group, .btn-group-vertical > .btn-group + .btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > .btn-group + button[type="submit"], .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"]: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), .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > button[type="submit"]: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, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button[type="submit"] {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > button[type="submit"]: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, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-vertical > .btn-group:last-child:not(:first-child) > button[type="submit"]: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, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-justified > button[type="submit"], .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-justified > .btn-group button[type="submit"] {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], .woocommerce .widget_price_filter .price_slider_wrapper [data-toggle="buttons"] > button[type="submit"] input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], .woocommerce .widget_price_filter .price_slider_wrapper [data-toggle="buttons"] > button[type="submit"] input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .woocommerce .widget_price_filter .price_slider_wrapper [data-toggle="buttons"] > .btn-group > button[type="submit"] input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .woocommerce .widget_price_filter .price_slider_wrapper [data-toggle="buttons"] > .btn-group > button[type="submit"] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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-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: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-sm > .input-group-btn > button.input-group-addon[type="submit"] {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-lg > .input-group-btn > button.input-group-addon[type="submit"] {
  padding: 10px 16px;
  font-size: 19px;
  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, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn:first-child > button[type="submit"], .input-group-btn:first-child > .btn-group > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn:first-child > .btn-group > button[type="submit"], .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn:last-child > button[type="submit"]:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn:last-child > .btn-group:not(:last-child) > button[type="submit"] {
  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, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn:last-child > button[type="submit"], .input-group-btn:last-child > .btn-group > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn:last-child > .btn-group > button[type="submit"], .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn:first-child > button[type="submit"]:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn:first-child > .btn-group:not(:first-child) > button[type="submit"] {
  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, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn > button[type="submit"] {
  position: relative;
}
.input-group-btn > .btn + .btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn > button[type="submit"] + .btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn > .btn + button[type="submit"], .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn > button[type="submit"] + button[type="submit"] {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn > button[type="submit"]:hover, .input-group-btn > .btn:focus, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn > button[type="submit"]:focus, .input-group-btn > .btn:active, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn > button[type="submit"]:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn:first-child > button[type="submit"], .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .woocommerce .widget_price_filter .price_slider_wrapper .input-group-btn:last-child > button[type="submit"], .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0070c0;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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: #fff;
  background-color: #0070c0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width:768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@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:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.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;
    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 > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width:768px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .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: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
  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.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@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: 21px;
  }
  .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: 14.5px;
    padding-bottom: 14.5px;
  }
}
.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);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@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;
  }
}
@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: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-sm > button.navbar-btn[type="submit"] {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .woocommerce .widget_price_filter .price_slider_wrapper .btn-group-xs > button.navbar-btn[type="submit"] {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@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: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.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: #555;
}
@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #090909;
  color: #fff;
}
@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/*@import "bootstrap/breadcrumbs";*/

/*@import "bootstrap/pagination";*/

/*@import "bootstrap/pager";*/
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"] .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #0070c0;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #096596;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/*@import "bootstrap/badges";*/

/*@import "bootstrap/jumbotron";*/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #0070c0;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  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: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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: 21px;
  margin-bottom: 21px;
  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: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #0070c0;
  -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: #5cb85c;
}
.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: #5bc0de;
}
.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: #f0ad4e;
}
.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: #d9534f;
}
.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);
}
.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-object.img-thumbnail {
  max-width: none;
}
.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;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.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, button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  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: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0070c0;
  border-color: #0070c0;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .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: #a4dcfa;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #fff;
  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-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.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: 17px;
  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 #ddd;
  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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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, .panel > .table-responsive > .table, .panel > .table-responsive > table, .panel > .panel-collapse > .table, .panel > .panel-collapse > table {
  margin-bottom: 0;
}
.panel > .table caption, .panel > table caption, .panel > .table-responsive > .table caption, .panel > .table-responsive > table caption, .panel > .panel-collapse > .table caption, .panel > .panel-collapse > table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child, .panel > table:first-child, .panel > .table-responsive:first-child > .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:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .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-responsive:first-child > .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:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody: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 > 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-responsive:first-child > .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-responsive:first-child > .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-responsive:first-child > .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:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody: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 > 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-responsive:first-child > .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-responsive:first-child > .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-responsive:first-child > .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:last-child, .panel > .table-responsive:last-child > .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:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .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-responsive:last-child > .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:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot: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 > 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-responsive:last-child > .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-responsive:last-child > .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-responsive:last-child > .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:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot: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 > 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-responsive:last-child > .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-responsive:last-child > .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-responsive:last-child > .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, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td, .panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .panel > table, .panel > .table-responsive > .table-bordered, .panel > .table-responsive > table {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > table > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > table > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > table > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > table > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > table > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > table > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > table > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > table > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > table > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > table > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > table > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > table > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > table > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > table > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > table > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > table > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > table > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > table > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > table > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > table > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > table > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > table > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > table > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > table > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > table > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > table > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > table > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > table > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > table > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > table > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > table > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > table > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > table > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > table > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > table > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > table > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > table > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > table > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > table > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > table > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0070c0;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0070c0;
  border-color: #0070c0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0070c0;
}
.panel-primary > .panel-heading .badge {
  color: #0070c0;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0070c0;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*@import "bootstrap/wells";*/
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  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;
}

/*@import "bootstrap/modals";*/

/*@import "bootstrap/tooltip";*/

/*@import "bootstrap/popovers";*/

/*@import "bootstrap/carousel";*/
.clearfix:before, .k-progress .progress:before, .k-pagination:before, .header-page .inner-bottom-header-page:before, .header-page .inner-top-header-page:before, .box-tags-post:before, .clearfix:after, .k-progress .progress:after, .k-pagination:after, .header-page .inner-bottom-header-page:after, .header-page .inner-top-header-page:after, .box-tags-post:after {
  content: " ";
  display: table;
}
.clearfix:after, .k-progress .progress:after, .k-pagination:after, .header-page .inner-bottom-header-page:after, .header-page .inner-top-header-page:after, .box-tags-post: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;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .k-blockquote.style-2:before, .k-blockquote.style-3:before, .read-more.read-more-arrow:after, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .k-widget-slider-animation .prev:before, .k-widget-slider-animation .next:before, .sf-menu > li > ul > li > a.sf-with-ul:after, .sf-mega ul a:after, .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .list-blog-post .item blockquote small:after, .list-blog-post .k-link p:after, .service-tabs .nav-tabs > li > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left, .fa-pull-left.k-blockquote.style-2:before, .fa-pull-left.k-blockquote.style-3:before, .fa-pull-left.read-more.read-more-arrow:after, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .fa-pull-left.icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .fa-pull-left.icon:before, .k-widget-slider-animation .fa-pull-left.prev:before, .k-widget-slider-animation .fa-pull-left.next:before, .sf-menu > li > ul > li > a.fa-pull-left.sf-with-ul:after, .sf-mega ul a.fa-pull-left:after, .header-page.header-page-3 .sf-menu > li > a.fa-pull-left.sf-with-ul:after, .list-blog-post .item blockquote small.fa-pull-left:after, .list-blog-post .k-link p.fa-pull-left:after, .service-tabs .nav-tabs > li > a.fa-pull-left:after {
  margin-right: .3em;
}
.fa.fa-pull-right, .fa-pull-right.k-blockquote.style-2:before, .fa-pull-right.k-blockquote.style-3:before, .fa-pull-right.read-more.read-more-arrow:after, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .fa-pull-right.icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .fa-pull-right.icon:before, .k-widget-slider-animation .fa-pull-right.prev:before, .k-widget-slider-animation .fa-pull-right.next:before, .sf-menu > li > ul > li > a.fa-pull-right.sf-with-ul:after, .sf-mega ul a.fa-pull-right:after, .header-page.header-page-3 .sf-menu > li > a.fa-pull-right.sf-with-ul:after, .list-blog-post .item blockquote small.fa-pull-right:after, .list-blog-post .k-link p.fa-pull-right:after, .service-tabs .nav-tabs > li > a.fa-pull-right:after {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left, .pull-left.k-blockquote.style-2:before, .pull-left.k-blockquote.style-3:before, .pull-left.read-more.read-more-arrow:after, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .pull-left.icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .pull-left.icon:before, .k-widget-slider-animation .pull-left.prev:before, .k-widget-slider-animation .pull-left.next:before, .sf-menu > li > ul > li > a.pull-left.sf-with-ul:after, .sf-mega ul a.pull-left:after, .header-page.header-page-3 .sf-menu > li > a.pull-left.sf-with-ul:after, .list-blog-post .item blockquote small.pull-left:after, .list-blog-post .k-link p.pull-left:after, .service-tabs .nav-tabs > li > a.pull-left:after {
  margin-right: .3em;
}
.fa.pull-right, .pull-right.k-blockquote.style-2:before, .pull-right.k-blockquote.style-3:before, .pull-right.read-more.read-more-arrow:after, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .pull-right.icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .pull-right.icon:before, .k-widget-slider-animation .pull-right.prev:before, .k-widget-slider-animation .pull-right.next:before, .sf-menu > li > ul > li > a.pull-right.sf-with-ul:after, .sf-mega ul a.pull-right:after, .header-page.header-page-3 .sf-menu > li > a.pull-right.sf-with-ul:after, .list-blog-post .item blockquote small.pull-right:after, .list-blog-post .k-link p.pull-right:after, .service-tabs .nav-tabs > li > a.pull-right:after {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before, .fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before, .fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before, .fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before, .k-accordion.style-5 .panel-default > .panel-heading a.collapsed .fa:before, .k-accordion.style-5 .panel-default > .panel-heading a.collapsed .k-blockquote.style-2:before, .k-accordion.style-5 .panel-default > .panel-heading a.collapsed .k-blockquote.style-3:before, .k-accordion.style-5 .panel-default > .panel-heading a.collapsed .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-accordion.style-5 .panel-default > .panel-heading a.collapsed .prev:before, .k-accordion.style-5 .panel-default > .panel-heading a.collapsed .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-accordion.style-5 .panel-default > .panel-heading a.collapsed .next:before, .k-toggle.style-5 .panel-default > .panel-heading a.collapsed .fa:before, .k-toggle.style-5 .panel-default > .panel-heading a.collapsed .k-blockquote.style-2:before, .k-toggle.style-5 .panel-default > .panel-heading a.collapsed .k-blockquote.style-3:before, .k-toggle.style-5 .panel-default > .panel-heading a.collapsed .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-toggle.style-5 .panel-default > .panel-heading a.collapsed .prev:before, .k-toggle.style-5 .panel-default > .panel-heading a.collapsed .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-toggle.style-5 .panel-default > .panel-heading a.collapsed .next:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a.collapsed .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a.collapsed .icon:before, .sf-mega ul a:after {
  content: "";
}
.fa-minus:before, .k-accordion.style-5 .panel-default > .panel-heading a .fa:before, .k-accordion.style-5 .panel-default > .panel-heading a .k-blockquote.style-2:before, .k-accordion.style-5 .panel-default > .panel-heading a .k-blockquote.style-3:before, .k-accordion.style-5 .panel-default > .panel-heading a .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-accordion.style-5 .panel-default > .panel-heading a .prev:before, .k-accordion.style-5 .panel-default > .panel-heading a .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-accordion.style-5 .panel-default > .panel-heading a .next:before, .k-toggle.style-5 .panel-default > .panel-heading a .fa:before, .k-toggle.style-5 .panel-default > .panel-heading a .k-blockquote.style-2:before, .k-toggle.style-5 .panel-default > .panel-heading a .k-blockquote.style-3:before, .k-toggle.style-5 .panel-default > .panel-heading a .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-toggle.style-5 .panel-default > .panel-heading a .prev:before, .k-toggle.style-5 .panel-default > .panel-heading a .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-toggle.style-5 .panel-default > .panel-heading a .next:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before, .fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before, .fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before, .fa-users:before {
  content: "";
}
.fa-chain:before, .fa-link:before, .list-blog-post .k-link p:after {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before, .fa-scissors:before {
  content: "";
}
.fa-copy:before, .fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before, .fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before, .fa-sort:before {
  content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "";
}
.fa-legal:before, .fa-gavel:before {
  content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before, .fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before, .fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before, .k-widget-slider-animation .prev:before {
  content: "";
}
.fa-angle-right:before, .read-more.read-more-arrow:after, .k-widget-slider-animation .next:before, .sf-menu > li > ul > li > a.sf-with-ul:after, .service-tabs .nav-tabs > li > a:after {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before, .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before, .k-blockquote.style-3:before {
  content: "";
}
.fa-quote-right:before, .k-blockquote.style-2:before, .list-blog-post .item blockquote small:after {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before, .fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before, .fa-usd:before {
  content: "";
}
.fa-rupee:before, .fa-inr:before {
  content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}
.fa-won:before, .fa-krw:before {
  content: "";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before, .fa-car:before {
  content: "";
}
.fa-cab:before, .fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before, .fa-rebel:before {
  content: "";
}
.fa-ge:before, .fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before, .fa-weixin:before {
  content: "";
}
.fa-send:before, .fa-paper-plane:before {
  content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before, .fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before, .fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before, .fa-battery-full:before {
  content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before, .fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.sb-search {
  position: relative;
  width: 0%;
  min-width: 60px;
  height: 60px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
  color: #333;
}
.sb-search-input:-moz-placeholder {
  color: #333;
}
.sb-search-input::-moz-placeholder {
  color: #333;
}
.sb-search-input:-ms-input-placeholder {
  color: #333;
}
.sb-icon-search, .sb-search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff;  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  /* IE 8 */
  filter: alpha(opacity=0);  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #fff;
  background: #e67e22;
  z-index: 90;
  font-size: 22px;
}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
  background: #da6d0d;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
  z-index: 90;
}

/* 
 *  Superfist menu
 */
.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 9;
}
.sf-menu > li > ul {
  position: absolute;
  display: none;
  top: 100%;
  left: auto;
  z-index: 99;
  padding-left: 0;
  width: 220px;
  list-style: none;
}
.sf-menu > li > ul li {
  position: relative;
}
.sf-menu > li > ul li ul {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  z-index: 99;
  padding-left: 0;
  width: 220px;
  list-style: none;
}
.sf-menu > li {
  float: left;
}
.sf-menu > li:hover > ul, .sf-menu > li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}
.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;  /* fallback colour must use full shorthand */
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;  /* IE7 */
}
.sf-menu a {
  color: #13a;
}
.sf-menu li {
  background: #BDD2FF;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu ul li {
  background: #AABDE6;
}
.sf-menu ul ul li {
  background: #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover {
  background: #CFDEFF;  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;  /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;  /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu li:hover > .sf-mega, .sf-menu li.sfHover > .sf-mega {
  display: block;
}
.sf-menu .sf-mega {
  width: 100%;  /* allow long menu items to determine submenu width */
}

/*** mega menu dropdown ***/
.sf-mega {
  background-color: #CFDEFF;
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
}
.sf-mega-section {
  float: left;
  padding: 0 1em 1em 0;
  margin-right: 1em;
  border-right: 1px solid #b4c8f5;
}

/* 
 *  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: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(assets/imgs/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 Carousel Owl Demo Theme 
* v1.3.3
*/
.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(assets/imgs/AjaxLoader.gif) no-repeat center center;
}

/*@import 'inc/woo/woo';*/

/*
*  Fraction slider animation
*/
.fraction-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.fraction-slider .slide {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5000;
}
.fraction-slider .active-slide {
  z-index: 9999;
}
.fraction-slider .fs_obj {
  display: block;
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 7000;
}
.fraction-slider .fs_fixed_obj {
  z-index: 6000;
  left: 0;
}
.fraction-slider .fs_obj * {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
}
.fs_loader {
  width: 100%;
  height: 400px;
  background: url(assets/imgs/AjaxLoader.gif) center center no-repeat transparent;
}

/*
  jQuery.mmenu CSS
*/

/*
  jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
}
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a, .mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-prev:before, .mm-next:after, .mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}
.mm-next:after, .mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking {
  overflow: hidden;
}
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width:175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width:550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

/*
  jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
  jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
  jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
  jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
  jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

/*
  jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-close:after {
  content: 'x';
}
.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0px;
}
.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}

/*
  jQuery.mmenu searchfield addon CSS
*/
.mm-search, .mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}
.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
  jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  margin-right: 20px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
  jQuery.mmenu toggles addon CSS
*/
input.mm-toggle, input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle, label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-toggle:before, label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-toggle, label.mm-check {
  right: 20px;
}
label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

/*
  jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after, .mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after, .mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
.mm-menu.mm-border-offset .mm-listview > li:after, .mm-listview.mm-border-offset > li:after {
  right: 20px;
}

/*
  jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -ms-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  -ms-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}
.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

/*
  jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media all and (max-width:140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width:10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media all and (max-width:140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width:10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
  jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span, .mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
  jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0;
}
html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim #mm-blocker {
  background: inherit;
}
html.mm-pagedim-white #mm-blocker {
  background: #fff;
}
html.mm-pagedim-black #mm-blocker {
  background: #000;
}

/*
  jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
  jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top, .mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width:175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width:550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}

/*
  jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
  jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after, .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after, .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
  jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after, .mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both;
}
.mm-menu.mm-tileview .mm-listview > li, .mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu.mm-tileview .mm-listview > li:after, .mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs, .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s, .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l, .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl, .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span, .mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next, .mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

/*
* 1.0 Format css theme
*/
* {
  outline: none;
}
body {
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #333;
  overflow-x: hidden;
}
strong {
  color: #333;
  font-weight: 600;
}
a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}
del, ins {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  opacity: 1;
  filter: alpha(opacity=100);
}
del {
  text-decoration: line-through;
  color: #333;
  margin-right: 10px;
}
ins {
  font-weight: 700;
  color: #0070c0;
  text-decoration: none;
}
.sf-menu {
  margin-bottom: 0;
  float: left;
}
.divider {
  height: 1px;
  background: #ddd;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container .container {
  padding: 0;
  width: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Titillium Web", sans-serif;
  color: #333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #333;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: #0070c0;
}
h4 {
  font-size: 18px;
}
textarea {
  resize: none;
}
table {
  background: #fff;
}
.btn, .woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"], input[type="submit"] {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel .owl-controls .owl-buttons div {
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*
* 2.0 Component
*/

/* class helper */
.k-font-heading {
  font-family: "Titillium Web", sans-serif !important;
}
.k-font-normal {
  font-family: "Exo 2", sans-serif !important;
}
.k-text-bold {
  font-weight: 700 !important;
}
.k-text-semi-bold {
  font-weight: 600 !important;
}
.k-text-normal {
  font-weight: 400 !important;
}
.k-text-light {
  font-weight: 300 !important;
}
.k-text-pri {
  color: #0070c0 !important;
}
.k-text-gray {
  color: #333 !important;
}
.k-text-grayer {
  color: #333 !important;
}
.k-text-black {
  color: #333 !important;
}
.k-text-white {
  color: #fff !important;
}
.k-text-uppercase {
  text-transform: uppercase !important;
}

/* parallax */
.k-parallax {
  min-height: 150px;
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
}

/* metadata */
.k-item-metadata {
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.k-item-metadata > span {
  width: 70px;
  height: 70px;
  float: left;
  padding-top: 14px;
}
.k-item-metadata > span > span {
  display: block;
}
.k-item-metadata .item-metadata-time {
  background: #0070c0;
  color: #fff;
}
.k-item-metadata .item-metadata-comments {
  background: #fff;
  color: #333;
}
.k-item-metadata .item-metadata-time-day, .k-item-metadata .item-metadata-comments-count {
  font-size: 26px;
  margin-bottom: 5px;
}
.k-item-metadata .item-metadata-time-mon, .k-item-metadata .item-metadata-comments-title {
  font-size: 16px;
}

/* accordion, toggle */
.k-accordion .panel-default, .k-toggle .panel-default {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-accordion .panel-default > .panel-heading, .k-toggle .panel-default > .panel-heading {
  cursor: pointer;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
}
.k-accordion .panel-default > .panel-heading .panel-title, .k-toggle .panel-default > .panel-heading .panel-title {
  line-height: 20px;
}
.k-accordion p, .k-toggle p {
  line-height: 24px;
  color: #333333;
}
.k-accordion.style-1 .panel-default, .k-toggle.style-1 .panel-default {
  border-color: #ededed;
}
.k-accordion.style-1 .panel-default > .panel-heading, .k-toggle.style-1 .panel-default > .panel-heading {
  background: #fff;
  padding: 15px 12px;
  border-color: #ededed;
}
.k-accordion.style-1 .panel-default > .panel-heading .fa, .k-accordion.style-1 .panel-default > .panel-heading .k-blockquote.style-2:before, .k-accordion.style-1 .panel-default > .panel-heading .k-blockquote.style-3:before, .k-accordion.style-1 .panel-default > .panel-heading .read-more.read-more-arrow:after, .k-accordion.style-1 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .k-accordion.style-1 .panel-default > .panel-heading a .icon:before, .k-accordion.style-1 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .k-accordion.style-1 .panel-default > .panel-heading a .icon:before, .k-accordion.style-1 .panel-default > .panel-heading .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-accordion.style-1 .panel-default > .panel-heading .prev:before, .k-accordion.style-1 .panel-default > .panel-heading .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-accordion.style-1 .panel-default > .panel-heading .next:before, .k-accordion.style-1 .panel-default > .panel-heading .sf-menu > li > ul > li > a.sf-with-ul:after, .k-accordion.style-1 .panel-default > .panel-heading .sf-mega ul a:after, .sf-mega ul .k-accordion.style-1 .panel-default > .panel-heading a:after, .k-accordion.style-1 .panel-default > .panel-heading .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-accordion.style-1 .panel-default > .panel-heading .sf-menu > li > a.sf-with-ul:after, .k-accordion.style-1 .panel-default > .panel-heading .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-accordion.style-1 .panel-default > .panel-heading small:after, .k-accordion.style-1 .panel-default > .panel-heading .list-blog-post .k-link p:after, .list-blog-post .k-link .k-accordion.style-1 .panel-default > .panel-heading p:after, .k-accordion.style-1 .panel-default > .panel-heading .service-tabs .nav-tabs > li > a:after, .service-tabs .k-accordion.style-1 .panel-default > .panel-heading .nav-tabs > li > a:after, .k-toggle.style-1 .panel-default > .panel-heading .fa, .k-toggle.style-1 .panel-default > .panel-heading .k-blockquote.style-2:before, .k-toggle.style-1 .panel-default > .panel-heading .k-blockquote.style-3:before, .k-toggle.style-1 .panel-default > .panel-heading .read-more.read-more-arrow:after, .k-toggle.style-1 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .k-toggle.style-1 .panel-default > .panel-heading a .icon:before, .k-toggle.style-1 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .k-toggle.style-1 .panel-default > .panel-heading a .icon:before, .k-toggle.style-1 .panel-default > .panel-heading .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-toggle.style-1 .panel-default > .panel-heading .prev:before, .k-toggle.style-1 .panel-default > .panel-heading .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-toggle.style-1 .panel-default > .panel-heading .next:before, .k-toggle.style-1 .panel-default > .panel-heading .sf-menu > li > ul > li > a.sf-with-ul:after, .k-toggle.style-1 .panel-default > .panel-heading .sf-mega ul a:after, .sf-mega ul .k-toggle.style-1 .panel-default > .panel-heading a:after, .k-toggle.style-1 .panel-default > .panel-heading .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-toggle.style-1 .panel-default > .panel-heading .sf-menu > li > a.sf-with-ul:after, .k-toggle.style-1 .panel-default > .panel-heading .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-toggle.style-1 .panel-default > .panel-heading small:after, .k-toggle.style-1 .panel-default > .panel-heading .list-blog-post .k-link p:after, .list-blog-post .k-link .k-toggle.style-1 .panel-default > .panel-heading p:after, .k-toggle.style-1 .panel-default > .panel-heading .service-tabs .nav-tabs > li > a:after, .service-tabs .k-toggle.style-1 .panel-default > .panel-heading .nav-tabs > li > a:after {
  font-size: 14px;
  margin-right: 8px;
}
.k-accordion.style-1 .panel-default > .panel-heading .panel-title, .k-toggle.style-1 .panel-default > .panel-heading .panel-title {
  line-height: 20px;
}
.k-accordion.style-1 .panel-default > .panel-heading a, .k-toggle.style-1 .panel-default > .panel-heading a {
  color: #0070c0;
}
.k-accordion.style-1 .panel-default > .panel-heading a.collapsed, .k-toggle.style-1 .panel-default > .panel-heading a.collapsed {
  color: #333;
}
.k-accordion.style-1 .panel-default > .panel-heading a.collapsed:hover, .k-toggle.style-1 .panel-default > .panel-heading a.collapsed:hover {
  color: #0070c0;
}
.k-accordion.style-1 .panel-default > .panel-heading + .panel-collapse > .panel-body, .k-toggle.style-1 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ededed;
}
.k-accordion.style-1 .panel-default .panel-body, .k-toggle.style-1 .panel-default .panel-body {
  line-height: 20px;
  color: #333;
  padding: 15px 35px;
}
.k-accordion.style-1 .panel + .panel, .k-toggle.style-1 .panel + .panel {
  margin-top: 6px;
}
.k-accordion.style-2 .panel-default, .k-toggle.style-2 .panel-default {
  border: none;
}
.k-accordion.style-2 .panel-default > .panel-heading, .k-toggle.style-2 .panel-default > .panel-heading {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
}
.k-accordion.style-2 .panel-default > .panel-heading .fa, .k-accordion.style-2 .panel-default > .panel-heading .k-blockquote.style-2:before, .k-accordion.style-2 .panel-default > .panel-heading .k-blockquote.style-3:before, .k-accordion.style-2 .panel-default > .panel-heading .read-more.read-more-arrow:after, .k-accordion.style-2 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .k-accordion.style-2 .panel-default > .panel-heading a .icon:before, .k-accordion.style-2 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .k-accordion.style-2 .panel-default > .panel-heading a .icon:before, .k-accordion.style-2 .panel-default > .panel-heading .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-accordion.style-2 .panel-default > .panel-heading .prev:before, .k-accordion.style-2 .panel-default > .panel-heading .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-accordion.style-2 .panel-default > .panel-heading .next:before, .k-accordion.style-2 .panel-default > .panel-heading .sf-menu > li > ul > li > a.sf-with-ul:after, .k-accordion.style-2 .panel-default > .panel-heading .sf-mega ul a:after, .sf-mega ul .k-accordion.style-2 .panel-default > .panel-heading a:after, .k-accordion.style-2 .panel-default > .panel-heading .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-accordion.style-2 .panel-default > .panel-heading .sf-menu > li > a.sf-with-ul:after, .k-accordion.style-2 .panel-default > .panel-heading .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-accordion.style-2 .panel-default > .panel-heading small:after, .k-accordion.style-2 .panel-default > .panel-heading .list-blog-post .k-link p:after, .list-blog-post .k-link .k-accordion.style-2 .panel-default > .panel-heading p:after, .k-accordion.style-2 .panel-default > .panel-heading .service-tabs .nav-tabs > li > a:after, .service-tabs .k-accordion.style-2 .panel-default > .panel-heading .nav-tabs > li > a:after, .k-toggle.style-2 .panel-default > .panel-heading .fa, .k-toggle.style-2 .panel-default > .panel-heading .k-blockquote.style-2:before, .k-toggle.style-2 .panel-default > .panel-heading .k-blockquote.style-3:before, .k-toggle.style-2 .panel-default > .panel-heading .read-more.read-more-arrow:after, .k-toggle.style-2 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .k-toggle.style-2 .panel-default > .panel-heading a .icon:before, .k-toggle.style-2 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .k-toggle.style-2 .panel-default > .panel-heading a .icon:before, .k-toggle.style-2 .panel-default > .panel-heading .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-toggle.style-2 .panel-default > .panel-heading .prev:before, .k-toggle.style-2 .panel-default > .panel-heading .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-toggle.style-2 .panel-default > .panel-heading .next:before, .k-toggle.style-2 .panel-default > .panel-heading .sf-menu > li > ul > li > a.sf-with-ul:after, .k-toggle.style-2 .panel-default > .panel-heading .sf-mega ul a:after, .sf-mega ul .k-toggle.style-2 .panel-default > .panel-heading a:after, .k-toggle.style-2 .panel-default > .panel-heading .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-toggle.style-2 .panel-default > .panel-heading .sf-menu > li > a.sf-with-ul:after, .k-toggle.style-2 .panel-default > .panel-heading .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-toggle.style-2 .panel-default > .panel-heading small:after, .k-toggle.style-2 .panel-default > .panel-heading .list-blog-post .k-link p:after, .list-blog-post .k-link .k-toggle.style-2 .panel-default > .panel-heading p:after, .k-toggle.style-2 .panel-default > .panel-heading .service-tabs .nav-tabs > li > a:after, .service-tabs .k-toggle.style-2 .panel-default > .panel-heading .nav-tabs > li > a:after {
  font-size: 14px;
  margin-right: 8px;
}
.k-accordion.style-2 .panel-default > .panel-heading a, .k-toggle.style-2 .panel-default > .panel-heading a {
  color: #333;
  padding: 15px 12px;
  background: #f7f7f7;
  display: block;
}
.k-accordion.style-2 .panel-default > .panel-heading a.collapsed, .k-toggle.style-2 .panel-default > .panel-heading a.collapsed {
  color: #333;
  background: #fff;
  padding-left: 0;
}
.k-accordion.style-2 .panel-default > .panel-heading a.collapsed:hover, .k-toggle.style-2 .panel-default > .panel-heading a.collapsed:hover {
  padding: 15px 12px;
  background: #f7f7f7;
}
.k-accordion.style-2 .panel-default > .panel-heading + .panel-collapse > .panel-body, .k-toggle.style-2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.k-accordion.style-2 .panel-default .panel-body, .k-toggle.style-2 .panel-default .panel-body {
  line-height: 20px;
  color: #333;
  padding: 15px 0;
}
.k-accordion.style-2 .panel + .panel, .k-toggle.style-2 .panel + .panel {
  margin-top: 0;
}
.k-accordion.style-3 .panel-default, .k-toggle.style-3 .panel-default {
  border: none;
  background: none;
}
.k-accordion.style-3 .panel-default > .panel-heading, .k-toggle.style-3 .panel-default > .panel-heading {
  background: none;
  padding: 0;
  border: none;
}
.k-accordion.style-3 .panel-default > .panel-heading .fa, .k-accordion.style-3 .panel-default > .panel-heading .k-blockquote.style-2:before, .k-accordion.style-3 .panel-default > .panel-heading .k-blockquote.style-3:before, .k-accordion.style-3 .panel-default > .panel-heading .read-more.read-more-arrow:after, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .k-accordion.style-3 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .k-accordion.style-3 .panel-default > .panel-heading .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-accordion.style-3 .panel-default > .panel-heading .prev:before, .k-accordion.style-3 .panel-default > .panel-heading .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-accordion.style-3 .panel-default > .panel-heading .next:before, .k-accordion.style-3 .panel-default > .panel-heading .sf-menu > li > ul > li > a.sf-with-ul:after, .k-accordion.style-3 .panel-default > .panel-heading .sf-mega ul a:after, .sf-mega ul .k-accordion.style-3 .panel-default > .panel-heading a:after, .k-accordion.style-3 .panel-default > .panel-heading .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-accordion.style-3 .panel-default > .panel-heading .sf-menu > li > a.sf-with-ul:after, .k-accordion.style-3 .panel-default > .panel-heading .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-accordion.style-3 .panel-default > .panel-heading small:after, .k-accordion.style-3 .panel-default > .panel-heading .list-blog-post .k-link p:after, .list-blog-post .k-link .k-accordion.style-3 .panel-default > .panel-heading p:after, .k-accordion.style-3 .panel-default > .panel-heading .service-tabs .nav-tabs > li > a:after, .service-tabs .k-accordion.style-3 .panel-default > .panel-heading .nav-tabs > li > a:after, .k-toggle.style-3 .panel-default > .panel-heading .fa, .k-toggle.style-3 .panel-default > .panel-heading .k-blockquote.style-2:before, .k-toggle.style-3 .panel-default > .panel-heading .k-blockquote.style-3:before, .k-toggle.style-3 .panel-default > .panel-heading .read-more.read-more-arrow:after, .k-toggle.style-3 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .k-toggle.style-3 .panel-default > .panel-heading a .icon:before, .k-toggle.style-3 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .k-toggle.style-3 .panel-default > .panel-heading a .icon:before, .k-toggle.style-3 .panel-default > .panel-heading .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-toggle.style-3 .panel-default > .panel-heading .prev:before, .k-toggle.style-3 .panel-default > .panel-heading .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-toggle.style-3 .panel-default > .panel-heading .next:before, .k-toggle.style-3 .panel-default > .panel-heading .sf-menu > li > ul > li > a.sf-with-ul:after, .k-toggle.style-3 .panel-default > .panel-heading .sf-mega ul a:after, .sf-mega ul .k-toggle.style-3 .panel-default > .panel-heading a:after, .k-toggle.style-3 .panel-default > .panel-heading .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-toggle.style-3 .panel-default > .panel-heading .sf-menu > li > a.sf-with-ul:after, .k-toggle.style-3 .panel-default > .panel-heading .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-toggle.style-3 .panel-default > .panel-heading small:after, .k-toggle.style-3 .panel-default > .panel-heading .list-blog-post .k-link p:after, .list-blog-post .k-link .k-toggle.style-3 .panel-default > .panel-heading p:after, .k-toggle.style-3 .panel-default > .panel-heading .service-tabs .nav-tabs > li > a:after, .service-tabs .k-toggle.style-3 .panel-default > .panel-heading .nav-tabs > li > a:after {
  font-size: 14px;
  margin-right: 8px;
}
.k-accordion.style-3 .panel-default > .panel-heading a, .k-toggle.style-3 .panel-default > .panel-heading a {
  color: #fff;
  padding: 15px 12px 15px 65px;
  background: #0070c0;
  display: block;
  position: relative;
}
.k-accordion.style-3 .panel-default > .panel-heading a .icon, .k-toggle.style-3 .panel-default > .panel-heading a .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("assets/imgs/icons/minus.png") no-repeat center center;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #fff;
}
.k-accordion.style-3 .panel-default > .panel-heading a.collapsed, .k-toggle.style-3 .panel-default > .panel-heading a.collapsed {
  background: rgba(12, 134, 198, 0.66);
}
.k-accordion.style-3 .panel-default > .panel-heading a.collapsed .icon, .k-toggle.style-3 .panel-default > .panel-heading a.collapsed .icon {
  background: url("assets/imgs/icons/plus.png") no-repeat center center;
}
.k-accordion.style-3 .panel-default > .panel-heading a.collapsed:hover, .k-toggle.style-3 .panel-default > .panel-heading a.collapsed:hover {
  background: #0070c0;
}
.k-accordion.style-3 .panel-default > .panel-heading + .panel-collapse > .panel-body, .k-toggle.style-3 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.k-accordion.style-3 .panel-default .panel-body, .k-toggle.style-3 .panel-default .panel-body {
  line-height: 20px;
  padding: 15px 0;
}
.k-accordion.style-3 .panel-default .panel-body p, .k-toggle.style-3 .panel-default .panel-body p {
  color: #cacaca;
}
.k-accordion.style-3 .panel + .panel, .k-toggle.style-3 .panel + .panel {
  margin-top: 10px;
}
.k-accordion.style-4 .panel-default, .k-toggle.style-4 .panel-default {
  border: none;
}
.k-accordion.style-4 .panel-default > .panel-heading, .k-toggle.style-4 .panel-default > .panel-heading {
  background: #fff;
  padding: 0;
  border: none;
}
.k-accordion.style-4 .panel-default > .panel-heading .fa, .k-accordion.style-4 .panel-default > .panel-heading .k-blockquote.style-2:before, .k-accordion.style-4 .panel-default > .panel-heading .k-blockquote.style-3:before, .k-accordion.style-4 .panel-default > .panel-heading .read-more.read-more-arrow:after, .k-accordion.style-4 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .k-accordion.style-4 .panel-default > .panel-heading a .icon:before, .k-accordion.style-4 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .k-accordion.style-4 .panel-default > .panel-heading a .icon:before, .k-accordion.style-4 .panel-default > .panel-heading .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-accordion.style-4 .panel-default > .panel-heading .prev:before, .k-accordion.style-4 .panel-default > .panel-heading .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-accordion.style-4 .panel-default > .panel-heading .next:before, .k-accordion.style-4 .panel-default > .panel-heading .sf-menu > li > ul > li > a.sf-with-ul:after, .k-accordion.style-4 .panel-default > .panel-heading .sf-mega ul a:after, .sf-mega ul .k-accordion.style-4 .panel-default > .panel-heading a:after, .k-accordion.style-4 .panel-default > .panel-heading .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-accordion.style-4 .panel-default > .panel-heading .sf-menu > li > a.sf-with-ul:after, .k-accordion.style-4 .panel-default > .panel-heading .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-accordion.style-4 .panel-default > .panel-heading small:after, .k-accordion.style-4 .panel-default > .panel-heading .list-blog-post .k-link p:after, .list-blog-post .k-link .k-accordion.style-4 .panel-default > .panel-heading p:after, .k-accordion.style-4 .panel-default > .panel-heading .service-tabs .nav-tabs > li > a:after, .service-tabs .k-accordion.style-4 .panel-default > .panel-heading .nav-tabs > li > a:after, .k-toggle.style-4 .panel-default > .panel-heading .fa, .k-toggle.style-4 .panel-default > .panel-heading .k-blockquote.style-2:before, .k-toggle.style-4 .panel-default > .panel-heading .k-blockquote.style-3:before, .k-toggle.style-4 .panel-default > .panel-heading .read-more.read-more-arrow:after, .k-toggle.style-4 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .k-toggle.style-4 .panel-default > .panel-heading a .icon:before, .k-toggle.style-4 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .k-toggle.style-4 .panel-default > .panel-heading a .icon:before, .k-toggle.style-4 .panel-default > .panel-heading .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-toggle.style-4 .panel-default > .panel-heading .prev:before, .k-toggle.style-4 .panel-default > .panel-heading .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-toggle.style-4 .panel-default > .panel-heading .next:before, .k-toggle.style-4 .panel-default > .panel-heading .sf-menu > li > ul > li > a.sf-with-ul:after, .k-toggle.style-4 .panel-default > .panel-heading .sf-mega ul a:after, .sf-mega ul .k-toggle.style-4 .panel-default > .panel-heading a:after, .k-toggle.style-4 .panel-default > .panel-heading .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-toggle.style-4 .panel-default > .panel-heading .sf-menu > li > a.sf-with-ul:after, .k-toggle.style-4 .panel-default > .panel-heading .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-toggle.style-4 .panel-default > .panel-heading small:after, .k-toggle.style-4 .panel-default > .panel-heading .list-blog-post .k-link p:after, .list-blog-post .k-link .k-toggle.style-4 .panel-default > .panel-heading p:after, .k-toggle.style-4 .panel-default > .panel-heading .service-tabs .nav-tabs > li > a:after, .service-tabs .k-toggle.style-4 .panel-default > .panel-heading .nav-tabs > li > a:after {
  font-size: 14px;
  margin-right: 8px;
}
.k-accordion.style-4 .panel-default > .panel-heading a, .k-toggle.style-4 .panel-default > .panel-heading a {
  color: #333;
  padding: 15px 12px 15px 70px;
  background: #f4f4f4;
  display: block;
  position: relative;
}
.k-accordion.style-4 .panel-default > .panel-heading a .icon, .k-toggle.style-4 .panel-default > .panel-heading a .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #0070c0 url("assets/imgs/icons/arrow-up.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.k-accordion.style-4 .panel-default > .panel-heading a.collapsed .icon, .k-toggle.style-4 .panel-default > .panel-heading a.collapsed .icon {
  background: #0070c0 url("assets/imgs/icons/arrow-down.png") no-repeat center center;
}
.k-accordion.style-4 .panel-default > .panel-heading + .panel-collapse > .panel-body, .k-toggle.style-4 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.k-accordion.style-4 .panel-default .panel-body, .k-toggle.style-4 .panel-default .panel-body {
  line-height: 20px;
  color: #333;
  padding: 5px 20px 15px;
  background: #f4f4f4;
  margin-left: 50px;
}
.k-accordion.style-4 .panel + .panel, .k-toggle.style-4 .panel + .panel {
  margin-top: 4px;
}
.k-accordion.style-5 .panel-default, .k-toggle.style-5 .panel-default {
  border: 2px solid #0070c0;
  border-radius: 0;
}
.k-accordion.style-5 .panel-default > .panel-heading, .k-toggle.style-5 .panel-default > .panel-heading {
  padding: 0;
  border: none;
}
.k-accordion.style-5 .panel-default > .panel-heading .fa, .k-accordion.style-5 .panel-default > .panel-heading .k-blockquote.style-2:before, .k-accordion.style-5 .panel-default > .panel-heading .k-blockquote.style-3:before, .k-accordion.style-5 .panel-default > .panel-heading .read-more.read-more-arrow:after, .k-accordion.style-5 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .k-accordion.style-5 .panel-default > .panel-heading a .icon:before, .k-accordion.style-5 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .k-accordion.style-5 .panel-default > .panel-heading a .icon:before, .k-accordion.style-5 .panel-default > .panel-heading .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-accordion.style-5 .panel-default > .panel-heading .prev:before, .k-accordion.style-5 .panel-default > .panel-heading .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-accordion.style-5 .panel-default > .panel-heading .next:before, .k-accordion.style-5 .panel-default > .panel-heading .sf-menu > li > ul > li > a.sf-with-ul:after, .k-accordion.style-5 .panel-default > .panel-heading .sf-mega ul a:after, .sf-mega ul .k-accordion.style-5 .panel-default > .panel-heading a:after, .k-accordion.style-5 .panel-default > .panel-heading .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-accordion.style-5 .panel-default > .panel-heading .sf-menu > li > a.sf-with-ul:after, .k-accordion.style-5 .panel-default > .panel-heading .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-accordion.style-5 .panel-default > .panel-heading small:after, .k-accordion.style-5 .panel-default > .panel-heading .list-blog-post .k-link p:after, .list-blog-post .k-link .k-accordion.style-5 .panel-default > .panel-heading p:after, .k-accordion.style-5 .panel-default > .panel-heading .service-tabs .nav-tabs > li > a:after, .service-tabs .k-accordion.style-5 .panel-default > .panel-heading .nav-tabs > li > a:after, .k-toggle.style-5 .panel-default > .panel-heading .fa, .k-toggle.style-5 .panel-default > .panel-heading .k-blockquote.style-2:before, .k-toggle.style-5 .panel-default > .panel-heading .k-blockquote.style-3:before, .k-toggle.style-5 .panel-default > .panel-heading .read-more.read-more-arrow:after, .k-toggle.style-5 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .k-toggle.style-5 .panel-default > .panel-heading a .icon:before, .k-toggle.style-5 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .k-toggle.style-5 .panel-default > .panel-heading a .icon:before, .k-toggle.style-5 .panel-default > .panel-heading .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-toggle.style-5 .panel-default > .panel-heading .prev:before, .k-toggle.style-5 .panel-default > .panel-heading .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-toggle.style-5 .panel-default > .panel-heading .next:before, .k-toggle.style-5 .panel-default > .panel-heading .sf-menu > li > ul > li > a.sf-with-ul:after, .k-toggle.style-5 .panel-default > .panel-heading .sf-mega ul a:after, .sf-mega ul .k-toggle.style-5 .panel-default > .panel-heading a:after, .k-toggle.style-5 .panel-default > .panel-heading .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-toggle.style-5 .panel-default > .panel-heading .sf-menu > li > a.sf-with-ul:after, .k-toggle.style-5 .panel-default > .panel-heading .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-toggle.style-5 .panel-default > .panel-heading small:after, .k-toggle.style-5 .panel-default > .panel-heading .list-blog-post .k-link p:after, .list-blog-post .k-link .k-toggle.style-5 .panel-default > .panel-heading p:after, .k-toggle.style-5 .panel-default > .panel-heading .service-tabs .nav-tabs > li > a:after, .service-tabs .k-toggle.style-5 .panel-default > .panel-heading .nav-tabs > li > a:after {
  font-size: 14px;
  position: absolute;
  width: 46px;
  height: 46px;
  left: 0;
  top: 0;
  line-height: 46px;
  text-align: center;
}
.k-accordion.style-5 .panel-default > .panel-heading a, .k-toggle.style-5 .panel-default > .panel-heading a {
  color: #333;
  padding: 13px 12px 13px 50px;
  background: #fff;
  display: block;
  position: relative;
}
.k-accordion.style-5 .panel-default > .panel-heading a.collapsed, .k-toggle.style-5 .panel-default > .panel-heading a.collapsed {
  color: #333;
  background: #0070c0;
  color: #fff;
}
.k-accordion.style-5 .panel-default > .panel-heading a.collapsed:hover, .k-toggle.style-5 .panel-default > .panel-heading a.collapsed:hover {
  color: #333;
  background: #fff;
}
.k-accordion.style-5 .panel-default > .panel-heading + .panel-collapse > .panel-body, .k-toggle.style-5 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.k-accordion.style-5 .panel-default .panel-body, .k-toggle.style-5 .panel-default .panel-body {
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
}
.k-accordion.style-5 .panel + .panel, .k-toggle.style-5 .panel + .panel {
  margin-top: 4px;
}

/* tabs */
.k-tabs .nav-tabs {
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
}
.k-tabs .tab-content {
  color: #999;
  font-size: 15px;
  line-height: 24px;
}
.k-tabs .tab-content h1, .k-tabs .tab-content h2, .k-tabs .tab-content h3, .k-tabs .tab-content h4, .k-tabs .tab-content h5, .k-tabs .tab-content h6 {
  margin-top: 0;
}
.k-tabs.style-1 .nav-tabs {
  border-bottom: none;
}
.k-tabs.style-1 .nav-tabs > li {
  border-right: 1px solid #ccc;
}
.k-tabs.style-1 .nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
  border: none;
  color: #333;
  text-transform: uppercase;
  padding: 0 24px;
  line-height: 24px;
  display: inline-block;
}
.k-tabs.style-1 .nav-tabs > li > a:hover {
  color: #333;
  background: none;
}
.k-tabs.style-1 .nav-tabs > li:first-child > a {
  padding-left: 0;
}
.k-tabs.style-1 .nav-tabs > li.active > a:hover, .k-tabs.style-1 .nav-tabs > li.active > a:focus, .k-tabs.style-1 .nav-tabs > li.active > a {
  color: #333;
  background: none;
}
.k-tabs.style-1 .nav-tabs > li.active > a {
  font-weight: 700;
}
.k-tabs.style-1 .tab-content {
  padding: 20px 0;
}
.k-tabs.style-2 .nav-tabs > li {
  margin-bottom: 0;
}
.k-tabs.style-2 .nav-tabs > li > a {
  display: inline-block;
  line-height: 24px;
  padding: 13px 20px;
  color: #333;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 0;
  border: none;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background: none;
  position: relative;
}
.k-tabs.style-2 .nav-tabs > li > a:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.k-tabs.style-2 .nav-tabs > li > a:hover {
  color: #0070c0;
  background: none;
}
.k-tabs.style-2 .nav-tabs > li > a:hover:before {
  background: #0070c0;
}
.k-tabs.style-2 .nav-tabs > li:first-child {
  border-left: 1px solid #dbdbdb;
}
.k-tabs.style-2 .nav-tabs > li.active > a:hover, .k-tabs.style-2 .nav-tabs > li.active > a:focus, .k-tabs.style-2 .nav-tabs > li.active > a {
  border-left: none;
  background: none;
}
.k-tabs.style-2 .nav-tabs > li.active > a {
  color: #0070c0;
  font-weight: 600;
}
.k-tabs.style-2 .nav-tabs > li.active > a:before {
  background: #0070c0;
}
.k-tabs.style-2 .tab-content {
  padding: 30px 25px 25px;
  border: 1px solid #dbdbdb;
  border-top: none;
}
.k-tabs.style-2 .tab-content h1, .k-tabs.style-2 .tab-content h2, .k-tabs.style-2 .tab-content h3, .k-tabs.style-2 .tab-content h4, .k-tabs.style-2 .tab-content h5, .k-tabs.style-2 .tab-content h6 {
  margin-top: 0;
}
.k-tabs.style-3 .nav-tabs {
  float: left;
  width: 225px;
}
.k-tabs.style-3 .nav-tabs > li {
  float: none;
  display: block;
  margin-top: -1px;
  margin-right: -1px;
  padding-right: 1px;
  position: relative;
  z-index: 1;
}
.k-tabs.style-3 .nav-tabs > li > a {
  display: block;
  border: none;
  border-radius: 0;
  background: #f9fafb;
  padding: 12px 20px;
  margin-right: 0;
  line-height: 24px;
  font-size: 18px;
  color: #a1b1bc;
  position: relative;
  border-bottom: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
  border-top: 1px solid #eceeef;
}
.k-tabs.style-3 .nav-tabs > li > a:before {
  content: '';
  background: transparent;
  height: 100%;
  width: 4px;
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.k-tabs.style-3 .nav-tabs > li > a:hover {
  background: #fff;
  color: #0070c0;
  border-left-color: #c0ccd3;
  border-bottom-color: #c0ccd3;
  border-top-color: #c0ccd3;
}
.k-tabs.style-3 .nav-tabs > li > a:hover:before {
  background: #0070c0;
}
.k-tabs.style-3 .nav-tabs > li > a .fa, .k-tabs.style-3 .nav-tabs > li > a .k-blockquote.style-2:before, .k-tabs.style-3 .nav-tabs > li > a .k-blockquote.style-3:before, .k-tabs.style-3 .nav-tabs > li > a .read-more.read-more-arrow:after, .k-tabs.style-3 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading .nav-tabs > li > a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading .k-tabs.style-3 .nav-tabs > li > a .icon:before, .k-tabs.style-3 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading .nav-tabs > li > a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading .k-tabs.style-3 .nav-tabs > li > a .icon:before, .k-tabs.style-3 .nav-tabs > li > a .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-tabs.style-3 .nav-tabs > li > a .prev:before, .k-tabs.style-3 .nav-tabs > li > a .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-tabs.style-3 .nav-tabs > li > a .next:before, .k-tabs.style-3 .nav-tabs > li > a .sf-menu > li > ul > li > a.sf-with-ul:after, .k-tabs.style-3 .nav-tabs > li > a .sf-mega ul a:after, .sf-mega ul .k-tabs.style-3 .nav-tabs > li > a a:after, .k-tabs.style-3 .nav-tabs > li > a .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-tabs.style-3 .nav-tabs > li > a .sf-menu > li > a.sf-with-ul:after, .k-tabs.style-3 .nav-tabs > li > a .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-tabs.style-3 .nav-tabs > li > a small:after, .k-tabs.style-3 .nav-tabs > li > a .list-blog-post .k-link p:after, .list-blog-post .k-link .k-tabs.style-3 .nav-tabs > li > a p:after, .k-tabs.style-3 .nav-tabs > li > a .service-tabs .nav-tabs > li > a:after, .service-tabs .k-tabs.style-3 .nav-tabs > li > a .nav-tabs > li > a:after {
  margin-right: 10px;
}
.k-tabs.style-3 .nav-tabs > li:first-child {
  margin-top: 0;
}
.k-tabs.style-3 .nav-tabs > li.active {
  z-index: 2;
  padding-right: 0;
}
.k-tabs.style-3 .nav-tabs > li.active > a:hover, .k-tabs.style-3 .nav-tabs > li.active > a:focus, .k-tabs.style-3 .nav-tabs > li.active > a {
  background: #fff;
}
.k-tabs.style-3 .nav-tabs > li.active > a {
  color: #0070c0;
  border-left-color: #c0ccd3;
  border-bottom-color: #c0ccd3;
  border-top-color: #c0ccd3;
}
.k-tabs.style-3 .nav-tabs > li.active > a:before {
  background: #0070c0;
}
.k-tabs.style-3 .nav-tabs > li:hover {
  z-index: 2;
  padding-right: 0;
}
.k-tabs.style-3 .tab-content {
  overflow: hidden;
  border: 1px solid #c0ccd3;
  padding: 20px;
}
.k-tabs.style-3 > .panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.k-tabs.style-3 > .panel-group .panel-heading {
  padding: 0;  /*c0ccd3*/
}
.k-tabs.style-3 > .panel-group .panel-heading a {
  color: #0070c0;
  display: block;
  background: #f9fafb;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  position: relative;
}
.k-tabs.style-3 > .panel-group .panel-heading a:before {
  content: '';
  width: 5px;
  height: 100%;
  background: #0070c0;
  left: -1px;
  top: -1px;
  position: absolute;
}
.k-tabs.style-3 > .panel-group .panel-heading a.collapsed {
  background: #f9fafb;
  color: #a1b1bc;
}
.k-tabs.style-3 > .panel-group .panel-heading a.collapsed:before {
  display: none;
}
.k-tabs.style-3 > .panel-group .panel-heading a .fa, .k-tabs.style-3 > .panel-group .panel-heading a .k-blockquote.style-2:before, .k-tabs.style-3 > .panel-group .panel-heading a .k-blockquote.style-3:before, .k-tabs.style-3 > .panel-group .panel-heading a .read-more.read-more-arrow:after, .k-tabs.style-3 > .panel-group .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .k-tabs.style-3 > .panel-group .panel-default > .panel-heading a .icon:before, .k-tabs.style-3 > .panel-group .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .k-tabs.style-3 > .panel-group .panel-default > .panel-heading a .icon:before, .k-tabs.style-3 > .panel-group .panel-heading a .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-tabs.style-3 > .panel-group .panel-heading a .prev:before, .k-tabs.style-3 > .panel-group .panel-heading a .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-tabs.style-3 > .panel-group .panel-heading a .next:before, .k-tabs.style-3 > .panel-group .panel-heading a .sf-menu > li > ul > li > a.sf-with-ul:after, .k-tabs.style-3 > .panel-group .panel-heading a .sf-mega ul a:after, .sf-mega ul .k-tabs.style-3 > .panel-group .panel-heading a a:after, .k-tabs.style-3 > .panel-group .panel-heading a .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-tabs.style-3 > .panel-group .panel-heading a .sf-menu > li > a.sf-with-ul:after, .k-tabs.style-3 > .panel-group .panel-heading a .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-tabs.style-3 > .panel-group .panel-heading a small:after, .k-tabs.style-3 > .panel-group .panel-heading a .list-blog-post .k-link p:after, .list-blog-post .k-link .k-tabs.style-3 > .panel-group .panel-heading a p:after, .k-tabs.style-3 > .panel-group .panel-heading a .service-tabs .nav-tabs > li > a:after, .service-tabs .k-tabs.style-3 > .panel-group .panel-heading a .nav-tabs > li > a:after {
  margin-right: 15px;
}
.k-tabs.style-3 > .panel-group .panel-title {
  font-size: 18px;
}
.k-tabs.style-3 > .panel-group .panel + .panel {
  margin-top: -1px;
}
.k-tabs.style-3 > .panel-group .panel-body {
  padding: 15px 25px 30px;
  background: #fff;
  border-top: none;
}

/* progress bar */
.k-progress {
  margin-bottom: 23px;
}
.k-progress .progress-title {
  font-size: 18px;
  margin-top: 0;
}
.k-progress .progress {
  height: 10px;
  border: 1px solid #ccc;
  padding: 3px;
  position: relative;
  overflow: visible;
  margin-bottom: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-progress .progress-bar {
  height: 2px;
  background: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-progress span {
  position: absolute;
  top: -25px;
  right: 0;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  display: inline-block;
  color: #333;
  font-size: 15px;
}

/* blockquote */
.k-blockquote {
  border-left: 4px solid #e3e3e3;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  color: #333;
  padding: 17px 20px;
}
.k-blockquote.style-2 {
  border: 1px solid #e3e3e3;
  border-left: 4px solid #0070c0;
  position: relative;
}
.k-blockquote.style-2:before {
  position: absolute;
  z-index: -1;
  font-size: 60px;
  right: 15px;
  bottom: 10px;
  color: #e0e0e0;
}
.k-blockquote.style-1 small, .k-blockquote.style-2 small {
  font-size: 16px;
  color: #777;
  padding-left: 32px;
  position: relative;
}
.k-blockquote.style-1 small:before, .k-blockquote.style-2 small:before {
  content: '';
  height: 1px;
  width: 22px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
}
.k-blockquote.style-1 p, .k-blockquote.style-2 p {
  line-height: 24px;
}
.k-blockquote p {
  line-height: 24px;
}
.k-blockquote.style-3 {
  border: 1px solid #eeeeee;
  border-left: 6px solid #0070c0;
  background: #fff;
  position: relative;
  padding: 20px 25px 10px 90px;
  font-family: "Titillium Web", sans-serif;
  margin: 20px 0;
}
.k-blockquote.style-3:before {
  position: absolute;
  font-size: 45px;
  left: 25px;
  top: 25px;
  color: #ddd;
}
.k-blockquote.style-3 p {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.k-blockquote.style-3 small {
  font-size: 18px;
  color: #0070c0;
  font-style: normal;
  font-weight: 400;
  margin-top: 3px;
  display: inline-block;
}
.k-blockquote.style-3 small:before {
  content: '';
}

/* dropcap */
.k-dropcap {
  text-transform: uppercase;
  color: #333;
  float: left;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  font-size: 36px;
  line-height: 40px;
}
.k-dropcap.style-2 {
  background: #0070c0;
  color: #fff;
  width: 46px;
  height: 54px;
  line-height: 54px;
}
.k-dropcap.style-3 {
  background: #808080;
  color: #fff;
  width: 46px;
  height: 54px;
  line-height: 54px;
}

/* read more */
.read-more {
  font-size: 12px;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #333;
  letter-spacing: 2px;
}
.read-more:hover {
  color: #0070c0;
}
.read-more.read-more-border {
  line-height: 44px;
  border: 1px solid #dedede;
  padding: 0 20px;
}
.read-more.read-more-border:hover {
  border-color: #0070c0;
}
.read-more.read-more-arrow:after {
  margin-left: 5px;
  font-size: 14px;
}

/* icon box */
.icon-box h3 {
  font-weight: 400;
  font-size: 20px;
}
.icon-box p {
  color: #333333;
  line-height: 24px;
  font-size: 15px;
}
.icon-box.style-1 {
  margin-bottom: 30px;
}
.icon-box.style-1 .icon {
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  background: #0070c0;
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.icon-box.style-1 .icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 3px #0070c0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.icon-box.style-1 .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.icon-box.style-1 h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 150px;
}
.icon-box.style-1 p {
  font-size: 15px;
  margin-bottom: 25px;
  color: #333333;
}
.icon-box.style-2 {
  text-align: center;
}
.icon-box.style-2 .icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 68px;
  text-align: center;
  font-size: 26px;
  margin-bottom: 25px;
  color: #333;
  border: 1px solid #d6d9dc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-box.style-2 .icon.active {
  border-color: #0070c0;
  color: #0070c0;
}
.icon-box.style-2 .divider {
  width: 30px;
  display: inline-block;
  margin: 20px 0 10px;
}
.icon-box.style-2 h3 {
  margin: 0;
}
.icon-box.style-2 p {
  margin-bottom: 25px;
}
.icon-box.style-2:hover .icon {
  border-color: #0070c0;
  color: #0070c0;
}
.icon-box.style-3 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ececec;
  padding: 60px 20px 35px;
  text-align: center;
}
.icon-box.style-3 .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #ddd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-box.style-3 h3 {
  margin: 0 0 15px;
}
.icon-box.style-3 p {
  margin-bottom: 20px;
}
.icon-box.style-3:hover {
  border-color: #0070c0;
}
.icon-box.style-3:hover .icon {
  color: #0070c0;
}
.icon-box.style-4 {
  padding-left: 68px;
  position: relative;
  margin-bottom: 60px;
}
.icon-box.style-4 .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
  color: #0070c0;
}
.icon-box.style-4 h3 {
  margin: 0 0 20px;
}
.icon-box.style-4 p {
  margin-bottom: 0;
}
.icon-box.style-5 {
  position: relative;
  margin-bottom: 55px;
}
.icon-box.style-5 h3 {
  margin: 0 0 12px;
}
.icon-box.style-5 p {
  margin-bottom: 0;
}
.icon-box.style-5 .icon {
  height: 75px;
  width: 75px;
  line-height: 73px;
  text-align: center;
  border: 1px solid #ddd;
  color: #333;
  font-size: 28px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-box.style-5.icon-box-right {
  padding-right: 95px;
  text-align: right;
}
.icon-box.style-5.icon-box-right .icon {
  right: 0;
}
.icon-box.style-5.icon-box-left {
  padding-left: 95px;
  text-align: left;
}
.icon-box.style-5.icon-box-left .icon {
  left: 0;
}
.icon-box.style-5:hover .icon {
  border-color: #0070c0;
  color: #0070c0;
}

/* pricing table*/
.k-pricing-table {
  text-align: center;
  font-size: 15px;
  color: #555;
  background: #fff;
}
.k-pricing-table .title, .k-pricing-table .button {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.k-pricing-table .button {
  display: inline-block;
}
.k-pricing-table.style-1 .title {
  color: #fff;
  background: #0070c0;
  display: block;
  line-height: 24px;
  padding: 13px 0;
}
.k-pricing-table.style-1 .price {
  font-size: 70px;
  color: #333;
  padding-top: 8px;
}
.k-pricing-table.style-1 .price span {
  font-size: 36px;
}
.k-pricing-table.style-1 .time-unit {
  color: #c0c0c0;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-top: -8px;
}
.k-pricing-table.style-1 .bullet-item {
  line-height: 30px;
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}
.k-pricing-table.style-1 .bullet-item .span {
  font-weight: 600;
}
.k-pricing-table.style-1 .button {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
}
.k-pricing-table.style-1 .cta-button .button {
  display: block;
  background: #e8e8e8;
  line-height: 24px;
  padding: 13px 0;
}
.k-pricing-table.style-1 .cta-button .button:hover {
  background: #333;
  color: #fff;
}
.k-pricing-table.style-1.popular .title {
  background: #333;
}
.k-pricing-table.style-1.popular .button {
  color: #fff;
  background: #333;
}
.k-pricing-table.style-2 .title, .k-pricing-table.style-2 .time-unit {
  text-transform: uppercase;
  color: #fff;
  background: #0070c0;
}
.k-pricing-table.style-2 .title {
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 7px;
}
.k-pricing-table.style-2 .time-unit {
  font-size: 12px;
  padding-bottom: 30px;
  color: #bce1f4;
}
.k-pricing-table.style-2 .price {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  padding: 40px 0;
}
.k-pricing-table.style-2 .bullet-item {
  line-height: 24px;
  padding: 13px 0;
}
.k-pricing-table.style-2 .bullet-item.even {
  background: #f2f2f2;
}
.k-pricing-table.style-2 .cta-button {
  padding: 30px 0 50px;
}
.k-pricing-table.style-2 .button {
  line-height: 22px;
  padding: 12px 16px;
  border: 1px solid #dedede;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #333;
}
.k-pricing-table.style-2 .button:hover {
  border-color: #0070c0;
  color: #0070c0;
}
.k-pricing-table.style-2.popular .title, .k-pricing-table.style-2.popular .time-unit {
  background: #4ec2ff;
}
.k-pricing-table.style-2.popular .button {
  border-color: #0070c0;
  color: #0070c0;
}

/* socials */
.list-social-2 {
  overflow: hidden;
  margin-top: 20px;
}
.list-social-2 a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-bottom: none !important;
}
.list-social-2 a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.list-social-2 a.fa-facebook {
  background: #3b5998;
}
.list-social-2 a.fa-twitter {
  background: #00aced;
}
.list-social-2 a.fa-rss {
  background: #ed7000;
}
.list-social-2 a.fa-google-plus {
  background: #2c3e50;
}
.list-social-2 a.fa-dribbble {
  background: #eb5d8c;
}

/* pagination */
.k-pagination {
  margin: 45px 0 70px;
  position: relative;
  z-index: 99;
}
.k-pagination .read-more.read-more-border {
  background: #0070c0;
  border-color: #0070c0;
  color: #fff;
  padding: 0 30px;
}
.k-pagination ul.page-numbers {
  float: right;
}
ul.page-numbers {
  font-family: "Titillium Web", sans-serif;
  overflow: hidden;
  display: inline-block;
  margin: 0 -6px;
}
ul.page-numbers li {
  float: left;
}
ul.page-numbers a {
  color: #333;
}
ul.page-numbers a:hover {
  color: #0070c0;
}
ul.page-numbers .page-numbers {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 0 6px;
}
ul.page-numbers .prev, ul.page-numbers .next {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 30px;
  width: auto;
}
ul.page-numbers .prev i, ul.page-numbers .next i {
  font-size: 16px;
}
ul.page-numbers .prev i {
  margin-right: 6px;
}
ul.page-numbers .next i {
  margin-left: 6px;
}
ul.page-numbers .current {
  background: #0070c0;
  color: #fff;
  border-radius: 50%;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/* widget */
.widget .widget-title {
  margin-top: 0;
  font-weight: 400;
}
.widget .item-title {
  font-weight: 400;
}
.widget .panel-group {
  margin-bottom: 0;
}
.k-widget-demo .widget-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-section {
  overflow: hidden;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget-title {
  font-size: 24px;
  margin-bottom: 26px;
}
.sidebar .widget_text .widget-title, .sidebar .widget_archive .widget-title, .sidebar .widget_categories .widget-title, .sidebar .widget_links .widget-title, .sidebar .widget_meta .widget-title, .sidebar .widget_nav_menu .widget-title, .sidebar .widget_pages .widget-title, .sidebar .widget_recent_comments .widget-title, .sidebar .widget_recent_entries .widget-title {
  margin-bottom: 21px;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a {
  border-bottom: none;
  background: none;
  color: #2c3e50;
  font-size: 18px;
  padding-left: 35px;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a:hover, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a:hover {
  background: none;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon {
  background: #e2e2e2;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 14px;
  color: #fff;
  top: 15px;
  left: 0;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before {
  font-size: 10px;
  margin-right: 0;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a.collapsed, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a.collapsed {
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a.collapsed .icon, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a.collapsed .icon {
  background: #0070c0;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-default:first-child > .panel-heading, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default:first-child > .panel-heading {
  padding-top: 5px;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-default:first-child > .panel-heading a, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default:first-child > .panel-heading a {
  padding-top: 0;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-default:first-child > .panel-heading a .icon, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default:first-child > .panel-heading a .icon {
  top: 0;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel + .panel, .sidebar .k-widget-accordion .k-toogle.style-3 .panel + .panel {
  margin-top: 0;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .collapse.in, .sidebar .k-widget-accordion .k-toogle.style-3 .collapse.in {
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-body, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-body {
  padding: 0 0 10px;
  line-height: 24px;
  color: #333333;
}
.sidebar .k-widget-accordion .k-accordion.style-3 .panel-body:last-child, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-body:last-child {
  margin-bottom: 0;
}
.sidebar .k-post-sm-thumb .item-title {
  font-size: 16px;
}
.woocommerce .widget_products .product_list_widget, .woocommerce .widget_recently_viewed_products .product_list_widget, .woocommerce .widget_top_rated_products .product_list_widget {
  padding: 0;
}
.woocommerce .widget_products .product_list_widget > li, .woocommerce .widget_recently_viewed_products .product_list_widget > li, .woocommerce .widget_top_rated_products .product_list_widget > li {
  padding: 20px 0;
  border-top: 1px solid #dedede;
  overflow: hidden;
}
.woocommerce .widget_products .product_list_widget > li:first-child, .woocommerce .widget_recently_viewed_products .product_list_widget > li:first-child, .woocommerce .widget_top_rated_products .product_list_widget > li:first-child {
  padding-top: 0;
  border-top: none;
}
.woocommerce .widget_products .product_list_widget > li:last-child, .woocommerce .widget_recently_viewed_products .product_list_widget > li:last-child, .woocommerce .widget_top_rated_products .product_list_widget > li:last-child {
  padding-bottom: 0;
}
.woocommerce .widget_products .product_list_widget > li img, .woocommerce .widget_recently_viewed_products .product_list_widget > li img, .woocommerce .widget_top_rated_products .product_list_widget > li img {
  float: left;
  width: 75px;
  height: 75px;
  display: block;
  margin-right: 20px;
  margin-left: 0;
}
.woocommerce .widget_products .product_list_widget > li .product-title, .woocommerce .widget_recently_viewed_products .product_list_widget > li .product-title, .woocommerce .widget_top_rated_products .product_list_widget > li .product-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  color: #333;
}
.woocommerce .widget_products .product_list_widget > li .product-title:hover, .woocommerce .widget_recently_viewed_products .product_list_widget > li .product-title:hover, .woocommerce .widget_top_rated_products .product_list_widget > li .product-title:hover {
  color: #0070c0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 8px;
  border-radius: 15px;
  background: #333;
  border: none;
  margin: 0 8px 15px;
  position: relative;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background: #0070c0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 8px;
  border-radius: 15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background: #0070c0;
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 15px;
  cursor: ew-resize;
  outline: 0;
  top: -4px;
  margin-left: -8px;
}
.woocommerce .widget_price_filter .price_slider_wrapper button[type="submit"] {
  float: left;
  font-size: 12px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
  text-align: right;
  line-height: 30px;
}
.k-widget_search form {
  position: relative;
}
.k-widget_search .form-control {
  background: #f6f6f6;
  height: 52px;
  border-color: #e0e0e0;
  color: #333;
  padding-left: 44px;
}
.k-widget_search .form-control::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.k-widget_search .form-control:-ms-input-placeholder {
  color: #333;
}
.k-widget_search .form-control::-webkit-input-placeholder {
  color: #333;
}
.k-widget_search button {
  position: absolute;
  height: 50px;
  width: 44px;
  line-height: 50px;
  left: 0;
  top: 0;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
  font-size: 18px;
  color: #333;
}

/*
* Widget default
 */
.widget_calendar table {
  margin: 0;
}
.widget_calendar td, .widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}
.widget_calendar caption {
  font-weight: 700;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  background-color: #e5e5e5;
  color: #fff;
}
.widget_archive, .widget_categories, .widget_links, .widget_meta, .widget_nav_menu, .widget_pages, .widget_recent_comments, .widget_recent_entries, .widget_product_categories, .k-widget-recent-comments {
  font-family: "Titillium Web", sans-serif;
}
.widget_archive a, .widget_categories a, .widget_links a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments a, .widget_recent_entries a, .widget_product_categories a, .k-widget-recent-comments a {
  border: 0;
  color: #333333;
}
.widget_archive a:hover, .widget_categories a:hover, .widget_links a:hover, .widget_meta a:hover, .widget_nav_menu a:hover, .widget_pages a:hover, .widget_recent_comments a:hover, .widget_recent_entries a:hover, .widget_product_categories a:hover, .k-widget-recent-comments a:hover {
  color: #0070c0;
  padding-left: 15px;
}
.widget_archive ul, .widget_categories ul, .widget_links ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_product_categories ul, .k-widget-recent-comments ul {
  margin: 0;
}
.widget_archive > ul > li:last-child, .widget_categories > ul > li:last-child, .widget_links > ul > li:last-child, .widget_meta > ul > li:last-child, .widget_nav_menu > ul > li:last-child, .widget_pages > ul > li:last-child, .widget_recent_comments > ul > li:last-child, .widget_recent_entries > ul > li:last-child, .widget_product_categories > ul > li:last-child, .k-widget-recent-comments > ul > li:last-child {
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}
.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li, .widget_product_categories li, .k-widget-recent-comments li {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 10px;
  line-height: 24px;
}
.widget_archive li:first-child, .widget_categories li:first-child, .widget_links li:first-child, .widget_meta li:first-child, .widget_nav_menu li:first-child, .widget_pages li:first-child, .widget_recent_comments li:first-child, .widget_recent_entries li:first-child, .widget_product_categories li:first-child, .k-widget-recent-comments li:first-child {
  border-top: 0;
  padding-top: 0;
}
.widget_archive li:last-child, .widget_categories li:last-child, .widget_links li:last-child, .widget_meta li:last-child, .widget_nav_menu li:last-child, .widget_pages li:last-child, .widget_recent_comments li:last-child, .widget_recent_entries li:last-child, .widget_product_categories li:last-child, .k-widget-recent-comments li:last-child {
  padding-bottom: 0;
}
.widget_archive .children, .widget_archive .sub-menu, .widget_categories .children, .widget_categories .sub-menu, .widget_links .children, .widget_links .sub-menu, .widget_meta .children, .widget_meta .sub-menu, .widget_nav_menu .children, .widget_nav_menu .sub-menu, .widget_pages .children, .widget_pages .sub-menu, .widget_recent_comments .children, .widget_recent_comments .sub-menu, .widget_recent_entries .children, .widget_recent_entries .sub-menu, .widget_product_categories .children, .widget_product_categories .sub-menu, .k-widget-recent-comments .children, .k-widget-recent-comments .sub-menu {
  border-top: 1px solid #e5e5e5;
  margin: 13px 0 0 0;
  padding-top: 13px;
}
.k-widget-recent-comments a:hover {
  padding-left: 0;
}
.widget_archive a, .widget_categories a, .widget_links a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_entries a, .widget_product_categories a {
  display: block;
  float: left;
}
.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_entries li, .widget_product_categories li {
  overflow: hidden;
  text-align: right;
}
.k-widget-recent-comments img {
  float: left;
  width: 46px;
  height: auto;
  display: block;
  margin-right: 12px;
  margin-bottom: 20px;
}
.k-widget-recent-comments a {
  font-family: "Titillium Web", sans-serif;
  display: block;
  overflow: hidden;
}
.k-widget-recent-comments time {
  font-size: 13px;
  color: #0070c0;
  display: block;
  margin-top: -5px;
}
.k-widget-recent-comments .item-author {
  color: #333;
  font-weight: 500;
  font-style: italic;
}
.k-widget-recent-comments .item-author span {
  color: #333;
}
.k-widget-recent-comments p {
  margin-bottom: 0;
  color: #333333;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.widget_recent_entries .post-date {
  display: block;
}
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
}
.widget_rss ul:last-child, .widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date, .widget_rss cite {
  font-size: 12px;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}
.textwidget >:last-child {
  margin-bottom: 0;
}
.textwidget a {
  border-bottom: 1px solid #333;
}
.textwidget a:hover, .textwidget a:focus {
  border-bottom: 0;
}
.widget_tag_cloud .tagcloud {
  overflow: hidden;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  line-height: 22px;
  padding: 10px 30px;
  border: 1px solid #d6d9dc;
  color: #333333;
  font-family: "Titillium Web", sans-serif;
  background: #fff;
}
.widget_tag_cloud .tagcloud a:hover {
  border-color: #0070c0;
  color: #0070c0;
}

/* end widget default*/
.item-thumb > a {
  display: block;
}
.item-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.k-widget {
  margin: 80px 0;
}
.k-widget.has-header {
  margin-top: 75px;
}
.k-widget.has-header.has-icon-header {
  margin-top: 80px;
}
.k-widget.has-header.has-icon-header .widget-header {
  text-align: center;
  margin-bottom: 55px;
}
.k-widget.has-header.has-icon-header .widget-header .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #0070c0;
  color: #fff;
  position: relative;
  border-radius: 50%;
  margin-bottom: 25px;
}
.k-widget.has-header.has-icon-header .widget-header .icon:before, .k-widget.has-header.has-icon-header .widget-header .icon:after {
  content: '';
  height: 1px;
  background: #d7d7d7;
  width: 45px;
  position: absolute;
  top: 50%;
}
.k-widget.has-header.has-icon-header .widget-header .icon:before {
  left: -55px;
}
.k-widget.has-header.has-icon-header .widget-header .icon:after {
  right: -55px;
}
.k-widget.has-header.has-icon-header .widget-title {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.k-widget.has-header.has-icon-header .widget-title span {
  color: #0070c0;
}
.k-widget.has-header.has-icon-header .widget-des {
  font-size: 17px;
  color: #333;
  margin-bottom: 0;
}
.k-widget.has-background {
  margin: 0;
}
.k-widget.has-background .overlay {
  padding: 80px 0;
}
.k-widget.has-background.has-header .overlay {
  padding-top: 75px;
}
.k-widget.has-background.has-header.has-icon-header .overlay {
  padding-top: 80px;
}
.k-widget-logo {
  height: 150px;
  background: url(assets/imgs/bg-slider.png) no-repeat center top;
}
.k-widget-logo .overlay {
  background: #ddd;
  background: rgba(0, 0, 0, 0.9);
}
.k-widget-logo .owl-carousel .owl-controls {
  margin: 0;
}
.k-widget-logo .owl-carousel .owl-controls .owl-buttons div {
  width: 30px;
  height: 30px;
  border: 2px solid #c6c6c6;
  line-height: 26px;
  position: absolute;
  top: 50%;
  margin: -15px 0 0;
  border-radius: 50%;
}
.k-widget-logo .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: -70px;
}
.k-widget-logo .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: -70px;
}
.k-widget-logo .item {
  line-height: 150px;
  text-align: center;
}
.k-widget-testi {
  background-image: url(assets/imgs/bg-slider-1.png);
  min-height: 200px;
  color: #fff;
  text-align: center;
}
.k-widget-testi .widget-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 55px;
}
.k-widget-testi .overlay {
  background: #0070c0;
  background: rgba(12, 134, 198, 0.9);
  padding: 50px 0;
}
.k-widget-testi .item {
  font-family: "Titillium Web", sans-serif;
  padding: 0 10%;
}
.k-widget-testi .icon {
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #0070c0;
  font-size: 20px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 50%;
}
.k-widget-testi p {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 15px;
}
.k-widget-testi strong {
  font-weight: 700;
  color: #fff;
}
.k-widget-testi .owl-theme .owl-controls {
  margin-top: 25px;
}
.k-widget-testi .owl-theme .owl-controls .owl-page {
  margin: 0 7px;
}
.k-widget-testi .owl-theme .owl-controls .owl-page span {
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  margin: 0;
}
.k-widget-testi .owl-theme .owl-controls .owl-page span:before {
  content: '';
  height: 20px;
  width: 20px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: -6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.k-widget-testi .owl-theme .owl-controls .owl-page span:hover:before {
  border-color: #fff;
}
.k-widget-testi .owl-theme .owl-controls .owl-page.active span:before {
  border-color: #fff;
}
.k-widget-testi.style-2 {
  background: url(assets/imgs/bg-testi-2.png) no-repeat center top;
}
.k-widget-testi.style-2 .overlay {
  background: #3f3f3f;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  padding: 55px 0 105px;
}
.k-widget-testi.style-2 .widget-content {
  position: relative;
  background: rgba(12, 134, 198, 0.6);
  padding: 52px 0 32px;
}
.k-widget-testi.style-2 .widget-content:before, .k-widget-testi.style-2 .widget-content:after {
  content: '';
  position: absolute;
  top: 0;
  background: rgba(12, 134, 198, 0.6);
  width: 50%;
  height: 100%;
}
.k-widget-testi.style-2 .widget-content:before {
  right: 100%;
}
.k-widget-testi.style-2 .widget-content:after {
  left: 100%;
}
.k-widget-testi.style-2 .icon {
  height: 46px;
  width: 46px;
  line-height: 46px;
  border: 2px solid #fff;
  background: #0070c0;
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -23px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
.k-widget-testi.style-2 p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.k-widget-testi.style-2 strong {
  font-weight: 400;
  color: #a1dfff;
}
.k-widget-testi.style-2 .owl-controls {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 20px;
}
.k-widget-testi.style-2 .owl-controls .owl-page span {
  background: #333;
}
.k-widget-testi.style-2 .owl-controls .owl-page span:before {
  display: none;
}
.k-widget-testi.style-2 .owl-controls .owl-page span:hover {
  background: #fff;
}
.k-widget-testi.style-2 .owl-controls .owl-page.active span {
  background: #fff;
}
.k-widget-text {
  background-color: #f8f8f8;
  text-align: center;
  padding: 60px 0;
}
.k-widget-text .widget-title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 18px;
}
.k-widget-text .widget-content {
  color: #333;
}
.k-widget-text.bg-img {
  padding: 0;
  background-image: url(assets/imgs/bg-text.png);
}
.k-widget-text.bg-img .overlay {
  background: #0070c0;
  background: rgba(12, 134, 198, 0.95);
  padding: 45px 0 50px;
}
.k-widget-text.bg-img .widget-title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 22px;
}
.k-widget-text.bg-img .read-more {
  border-color: #fff;
  color: #fff;
  margin: 0 6px;
}
.k-widget-text.bg-img .read-more:hover {
  border-color: #fff;
  background: #fff;
  color: #0070c0;
}
.k-widget-text.bg-img.has-des {
  background: url(assets/imgs/bg-widget-text.png) no-repeat center top;
}
.k-widget-text.bg-img.has-des .overlay {
  background: #0070c0;
  background: rgba(12, 134, 198, 0.8);
  padding: 120px 0 130px;
}
.k-widget-text.bg-img.has-des .widget-title {
  font-size: 44px;
  margin-bottom: 17px;
}
.k-widget-text.bg-img.has-des .widget-des {
  font-size: 22px;
  color: #d9d9d9;
  margin-top: 0;
  margin-bottom: 43px;
}
.k-widget-text.bg-img.has-des .read-more.read-more-border {
  padding: 5px 35px;
}
.k-sale {
  background: #0070c0;
  color: #fff;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  line-height: 30px;
  position: absolute;
  right: -45px;
  left: auto;
  top: 25px;
  padding: 0 70px;
  transform: rotate(45deg);
  border-radius: 0;
  min-height: auto;
  min-width: auto;
  font-weight: 400;
  z-index: 9;
}
.k-product-buttons {
  overflow: hidden;
}
.k-product-buttons a {
  float: left;
  margin-right: 1px;
  background: #0070c0;
  color: #fff;
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}
.k-product-buttons a:hover, .k-product-buttons a.active {
  background: #dadada;
}
.k-feature-products .item-thumb {
  overflow: hidden;
  position: relative;
}
.k-feature-products .item-title {
  font-size: 24px;
  font-weight: 400;
}
.k-feature-products p.item-price {
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 22px;
}
.k-feature-products p.item-price .item-price {
  font-weight: 700;
  color: #0070c0;
  margin-top: 15px;
}
.k-feature-products p.item-price .item-price-original {
  text-decoration: line-through;
  color: #333;
  margin-right: 10px;
}
.k-feature-products .k-product-buttons a {
  background: #dadada;
}
.k-feature-products .k-product-buttons a:hover, .k-feature-products .k-product-buttons a.active {
  background: #0070c0;
}
.k-widget-portfolio .widget-content {
  overflow: hidden;
}
.k-widget-portfolio .hover_div {
  margin: 0 -5px 30px;
}
.k-widget-portfolio .hover_div a {
  color: #c7dfeb;
  display: block;
  position: relative;
  overflow: hidden;
}
.k-widget-portfolio .hover_div a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.k-widget-portfolio .hover_div a > div {
  position: absolute;
  background: #333;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100%;
  vertical-align: middle;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.k-widget-portfolio .hover_div a:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.k-widget-portfolio .hover_div a:hover > div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.k-widget-portfolio .inner {
  position: absolute;
  width: 100%;
  min-height: 51px;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.k-widget-portfolio .item {
  padding: 5px;
  width: 25%;
  text-align: center;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
}
.k-widget-portfolio .item img {
  display: block;
  width: 100%;
  height: auto;
}
.k-widget-portfolio .item.item-sm {
  width: 25%;
}
.k-widget-portfolio .item.item-lg {
  width: 50%;
}
.k-widget-portfolio .item-title {
  font-size: 18px;
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
}
.k-widget-portfolio p {
  color: #fff;
  margin-bottom: 0;
}
.k-widget-post-two-size-thumb {
  background: #f4f4f4 url("assets/imgs/bg-post.png") no-repeat center top;
}
.k-widget-post-two-size-thumb .container {
  position: relative;
}
.k-widget-post-two-size-thumb .item-thumb {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.k-widget-post-two-size-thumb .item-thumb img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.k-widget-post-two-size-thumb .item-thumb img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.k-widget-post-two-size-thumb .item-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.k-widget-post-two-size-thumb .item {
  color: #333;
}
.k-widget-post-two-size-thumb .item p {
  margin-bottom: 0;
}
.k-widget-post-two-size-thumb p.text-center {
  height: 46px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-color: #cccccc;
  display: inline-block;
}
.k-widget-post-two-size-thumb .item-sm .item-title {
  font-size: 21px;
}
.widget-area-2, .widget-area-3 {
  padding-top: 73px;
  padding-bottom: 55px;
}
.widget-area-2 .widget, .widget-area-3 .widget {
  margin-bottom: 20px;
}
.widget-area-2 {
  color: #ccc;
}
.widget-area-2 .widget-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 28px;
}
.widget-area-2 .widget_text .textwidget {
  font-size: 18px;
}
.widget-area-2 .widget_text .textwidget small {
  font-size: 15px;
  color: #777;
}
.widget-area-2 .widget_text .textwidget p:last-child {
  margin-bottom: 0;
}
.k-widget-newsletter .widget-des {
  margin-top: 2px;
  margin-bottom: 10px;
}
.k-widget-newsletter .widget-title {
  margin-bottom: 37px;
}
.k-widget-newsletter form {
  position: relative;
  margin-bottom: 30px;
}
.k-widget-newsletter input {
  height: 60px;
  border: none;
}
.k-widget-newsletter input[type="text"] {
  background: #32363e;
  color: #e5e5e5;
}
.k-widget-newsletter input[type="text"]::-moz-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.k-widget-newsletter input[type="text"]:-ms-input-placeholder {
  color: #e5e5e5;
}
.k-widget-newsletter input[type="text"]::-webkit-input-placeholder {
  color: #e5e5e5;
}
.k-widget-newsletter input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 30px;
  line-height: 60px;
  color: #fff;
  background: #0070c0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 13px;
  border-left: 3px solid #252932;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 2px;
}
.k-widget-newsletter input[type="submit"]:hover {
  background: #fff;
  color: #0070c0;
}
.k-widget-newsletter .form-info {
  margin-bottom: 0;
}
.k-widget-newsletter-2 {
  background: url(assets/imgs/bg-newsletter.png) no-repeat center top;
  text-align: center;
}
.k-widget-newsletter-2 .overlay {
  background: #333;
  background: rgba(0, 0, 0, 0.78);
}
.k-widget-newsletter-2 .widget-des {
  color: #c1c1c1;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.k-widget-newsletter-2 .widget-title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.k-widget-newsletter-2 .widget-des-2 {
  color: #333;
  margin-bottom: 45px;
}
.k-widget-newsletter-2 form {
  position: relative;
}
.k-widget-newsletter-2 .form-control {
  border: 2px solid #0070c0;
  padding-right: 80px;
  color: #333;
  height: 60px;
  background: none;
}
.k-widget-newsletter-2 .form-control::-moz-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.k-widget-newsletter-2 .form-control:-ms-input-placeholder {
  color: #e5e5e5;
}
.k-widget-newsletter-2 .form-control::-webkit-input-placeholder {
  color: #e5e5e5;
}
.k-widget-newsletter-2 button {
  color: #0070c0;
  font-size: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
}
.widget-area-3 {
  background: #252932;
  position: relative;
  padding-left: 30px;
}
.widget-area-3 .widget-title {
  color: #fff;
  font-size: 24px;
}
.widget-area-3 .k-widget-newsletter .widget-des {
  font-size: 18px;
  font-weight: 400;
  color: #ccc;
}
.widget-area-3 .k-widget-newsletter .form-info {
  color: #777;
}
.k-post-sm-thumb .list-item {
  margin-bottom: 0;
}
.k-post-sm-thumb .item {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #dedede;
}
.k-post-sm-thumb .item:first-child {
  padding-top: 0;
  border-top: none;
}
.k-post-sm-thumb .item:last-child {
  padding-bottom: 0;
}
.k-post-sm-thumb .item-thumb {
  float: left;
  width: 70px;
  margin-right: 20px;
}
.k-post-sm-thumb .item-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: -5px;
  line-height: 24px;
  margin-bottom: 5px;
}
.k-post-sm-thumb .item-metadata {
  color: #333;
  font-size: 13px;
  font-family: "Titillium Web", sans-serif;
}
.k-post-sm-thumb .item-metadata a {
  color: #333;
}
.k-post-sm-thumb .item-metadata a:hover {
  color: #0070c0;
}
.middle-footer-page .k-post-sm-thumb .item {
  border-top-color: #363636;
}
.middle-footer-page .k-post-sm-thumb .item-thumb {
  width: 80px;
  margin-right: 25px;
}
.middle-footer-page .k-post-sm-thumb .item-title {
  margin-bottom: 10px;
}
.middle-footer-page .k-post-sm-thumb .item-title a {
  color: #ccc;
}
.middle-footer-page .k-post-sm-thumb .item-title a:hover {
  color: #0070c0;
}
.middle-footer-page .k-post-sm-thumb .item-metadata {
  color: #909090;
  font-size: 14px;
}
.middle-footer-page .k-post-sm-thumb .item-metadata a {
  color: #0070c0;
}
.middle-footer-page .k-post-sm-thumb .item-metadata a:hover {
  color: #0070c0;
}
.k-widget-info .list-info {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
}
.k-widget-info .list-info .fa, .k-widget-info .list-info .k-blockquote.style-2:before, .k-widget-info .list-info .k-blockquote.style-3:before, .k-widget-info .list-info .read-more.read-more-arrow:after, .k-widget-info .list-info .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .k-widget-info .list-info .icon:before, .k-widget-info .list-info .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .k-widget-info .list-info .icon:before, .k-widget-info .list-info .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-widget-info .list-info .prev:before, .k-widget-info .list-info .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-widget-info .list-info .next:before, .k-widget-info .list-info .sf-menu > li > ul > li > a.sf-with-ul:after, .k-widget-info .list-info .sf-mega ul a:after, .sf-mega ul .k-widget-info .list-info a:after, .k-widget-info .list-info .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-widget-info .list-info .sf-menu > li > a.sf-with-ul:after, .k-widget-info .list-info .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-widget-info .list-info small:after, .k-widget-info .list-info .list-blog-post .k-link p:after, .list-blog-post .k-link .k-widget-info .list-info p:after, .k-widget-info .list-info .service-tabs .nav-tabs > li > a:after, .service-tabs .k-widget-info .list-info .nav-tabs > li > a:after {
  color: #0070c0;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}
.k-widget-info .list-info li {
  margin-bottom: 26px;
  padding-left: 27px;
  position: relative;
  font-size: 18px;
}
.k-widget-info .list-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #0070c0;
  color: #0070c0;
}
.middle-footer-page {
  padding-top: 75px;
  padding-bottom: 32px;
}
.middle-footer-page .widget {
  margin-bottom: 43px;
}
.middle-footer-page .widget-title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
}
.middle-footer-page .k-widget-info .list-social {
  overflow: hidden;
}
.middle-footer-page .k-widget-info .list-social a {
  color: #0070c0;
  border-color: #0070c0;
}
.middle-footer-page .k-widget-info .list-social a:hover {
  color: #ccc;
  border-color: #ccc;
}
.middle-footer-page .widget_tag_cloud .tagcloud a {
  border: 1px solid #696969;
  margin-right: 2px;
  margin-bottom: 3px;
  color: #333;
  background: none;
}
.middle-footer-page .widget_tag_cloud .tagcloud a:hover {
  border-color: #0070c0;
  color: #0070c0;
}
.k-widget-portfolio-circle-img .widget-content {
  background: url(assets/imgs/line.png) no-repeat center 80px;
}
.k-widget-portfolio-circle-img .widget-header {
  margin-bottom: 30px;
}
.k-widget-portfolio-circle-img .item {
  float: left;
  background: #fff;
  text-align: center;
}
.k-widget-portfolio-circle-img .item-thumb {
  border-radius: 50%;
  padding: 5px;
  border: 1px dashed #b4b4b4;
  position: relative;
  overflow: hidden;
}
.k-widget-portfolio-circle-img .item-thumb:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.k-widget-portfolio-circle-img .item-thumb:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.k-widget-portfolio-circle-img .item-size-1 {
  width: 162px;
  margin-top: 60px;
  margin-right: 98px;
}
.k-widget-portfolio-circle-img .item-size-2 {
  width: 232px;
  margin-top: 60px;
  margin-right: 125px;
}
.k-widget-portfolio-circle-img .item-size-3 {
  width: 147px;
  margin-top: 120px;
  margin-right: 95px;
}
.k-widget-portfolio-circle-img .item-size-4 {
  width: 287px;
}
.k-widget-portfolio-circle-img .item-title {
  font-size: 24px;
  margin: 0;
  margin-top: 13px;
  margin-bottom: 0;
}
.k-widget-portfolio-circle-img .item-size-2 .item-title, .k-widget-portfolio-circle-img .item-size-4 .item-title {
  margin-top: 20px;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.k-widget-portfolio-single-img .overlay {
  background: #fff;
  overflow: hidden;
}
.k-widget-portfolio-single-img .item-content {
  padding-top: 55px;
  padding-bottom: 55px;
}
.k-widget-portfolio-single-img .item-thumb {
  padding-left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 0;
}
.k-widget-portfolio-single-img .item-thumb img {
  width: auto;
}
.k-widget-portfolio-single-img .item-title {
  font-size: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 35%;
}
.k-widget-portfolio-single-img .item {
  position: relative;
}
.k-widget-portfolio-single-img .item p {
  margin-bottom: 25px;
}
.k-widget-post-carousel .overlay {
  background: #f9f9f9;
}
.k-widget-post-carousel .item-time {
  font-family: "Titillium Web", sans-serif;
}
.k-widget-post-carousel .item-time-day {
  font-size: 36px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #0070c0;
  display: block;
}
.k-widget-post-carousel .item-time-mon-year {
  color: #333;
  font-weight: 700;
}
.k-widget-post-carousel .item-title {
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 28px;
}
.k-widget-post-carousel .item-title:before {
  content: '';
  width: 85px;
  height: 2px;
  background: #0070c0;
  position: absolute;
  bottom: 0;
}
.k-widget-post-carousel .item {
  overflow: hidden;
}
.k-widget-post-carousel .item p {
  margin-bottom: 0;
  line-height: 24px;
  color: #333;
}
.k-widget-post-carousel .item-right {
  float: left;
  text-align: right;
}
.k-widget-post-carousel .item-right .row {
  margin-right: 0;
}
.k-widget-post-carousel .item-right .item-thumb {
  float: right;
  padding-right: 0;
}
.k-widget-post-carousel .item-right .item-title:before {
  right: 0;
}
.k-widget-post-carousel .item-left {
  float: right;
  text-align: left;
}
.k-widget-post-carousel .item-left .row {
  margin-left: 0;
}
.k-widget-post-carousel .item-left .item-thumb {
  float: left;
  padding-left: 0;
}
.k-widget-post-carousel .item-left .item-title:before {
  left: 0;
}
.k-widget-post-carousel .owl-controls {
  margin: 0;
}
.k-widget-post-carousel .owl-controls .owl-buttons > div {
  height: 52px;
  width: 52px;
  line-height: 52px;
  background: #333;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  margin-top: -26px;
  font-size: 16px;
}
.k-widget-post-carousel .owl-controls .owl-buttons .owl-prev {
  left: 25%;
  margin-left: 8px;
}
.k-widget-post-carousel .owl-controls .owl-buttons .owl-next {
  right: 25%;
  margin-right: 7px;
}
.k-widget-info-2 .overlay {
  background: #0070c0;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
}
.k-widget-info-2 .item {
  overflow: hidden;
  padding: 30px 0;
  font-family: "Titillium Web", sans-serif;
}
.k-widget-info-2 .icon {
  height: 75px;
  width: 75px;
  font-size: 34px;
  color: #0070c0;
  background: #fff;
  text-align: center;
  line-height: 75px;
  margin-right: 30px;
  border-radius: 50%;
  float: left;
}
.k-widget-info-2 strong {
  color: #fff;
  font-weight: 600;
  display: block;
}
.k-widget-info-2 .item-marker strong {
  display: inline-block;
}
.k-widget-info-2 .item-envelope {
	float: left;
}
.k-widget-info-2 p {
  margin-top: 10px;
  margin-bottom: 0;
  overflow: hidden;
}
.k-map {
	width: 100%;
	height: 450px;
}
.k-map-contact-form {
  position: relative;
  overflow: hidden;
}
.k-map-contact-form .k-map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.k-map-contact-form .col-md-6 {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 70px 15px 80px 30px;
  z-index: 2;
}
.k-map-contact-form .col-md-6:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.k-map-contact-form .widget-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.k-map-contact-form .widget-des {
  color: #a3a3a3;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 40px;
}
.k-map-contact-form .form {
  padding-left: 15px;
}
.k-map-contact-form .form-control {
  border: none;
  border-bottom: 1px solid #bebebe;
  height: 50px;
  color: #333;
  background: none;
  padding-left: 0;
}
.k-map-contact-form .form-control::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.k-map-contact-form .form-control:-ms-input-placeholder {
  color: #333;
}
.k-map-contact-form .form-control::-webkit-input-placeholder {
  color: #333;
}
.k-map-contact-form textarea.form-control {
  height: 115px;
}
.k-map-contact-form .form-group {
  margin-bottom: 15px;
}
.k-map-contact-form .form-message {
  margin-bottom: 50px;
}
.form-submit {
  margin-bottom: 0;
}
.form-submit input[type="submit"] {
  background: #0070c0;
  color: #fff;
  border: none;
  line-height: 46px;
  padding: 0 30px;
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form-submit input[type="submit"]:hover {
  background: #333;
}
.k-widget-post-single-carousel {
  background: url(assets/imgs/22.png) no-repeat center top;
  text-align: center;
}
.k-widget-post-single-carousel .overlay {
  background: #fff;
  background: rgba(255, 255, 255, 0.82);
  padding: 75px 0 85px;
}
.k-widget-post-single-carousel .widget-title {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 20px;
}
.k-widget-post-single-carousel .item-title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 15px;
}
.k-widget-post-single-carousel .owl-controls .owl-buttons div {
  border-radius: 0;
  border: 1px solid #666;
  color: #333;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin: 0 1px;
  font-size: 18px;
}
.k-widget-post-single-carousel-2 {
  margin: 75px 0 80px;
  padding-bottom: 35px;
}
.k-widget-post-single-carousel-2 .widget-title {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-left: 50%;
  margin-bottom: 35px;
  padding-left: 15px;
}
.k-widget-post-single-carousel-2 .widget-title:before {
  content: '';
  width: 25px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.k-widget-post-single-carousel-2 h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
.k-widget-post-single-carousel-2 p {
  color: #333;
  line-height: 24px;
  margin-bottom: 0;
}
.k-widget-post-single-carousel-2 .item img {
  display: block;
  width: 100%;
  height: auto;
}
.k-widget-post-single-carousel-2 .owl-carousel {
  margin: -100px 0 -60px;
  position: relative;
  z-index: 2;
}
.k-widget-post-single-carousel-2 .owl-carousel .owl-controls {
  margin: 0;
}
.k-widget-post-single-carousel-2 .owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: -122px;
  bottom: 0;
}
.k-widget-post-single-carousel-2 .owl-carousel .owl-controls .owl-buttons div {
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 22px;
  background: #0070c0;
  margin: 0 0 0 1px;
}
.k-widget-post-single-carousel-2 .owl-carousel .owl-controls .owl-buttons div:hover {
  background: #333;
}
.k-widget-post-single-carousel-2 .widget-content {
  position: relative;
  background: #f8f8f8;
  padding: 20px 0 0;
}
.k-widget-post-single-carousel-2 .widget-content:before, .k-widget-post-single-carousel-2 .widget-content:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f8f8f8;
}
.k-widget-post-single-carousel-2 .widget-content:before {
  right: 100%;
}
.k-widget-post-single-carousel-2 .widget-content:after {
  left: 100%;
}
.k-widget-user .item {
  text-align: center;
}
.k-widget-user .item-thumb {
  position: relative;
  z-index: 1;
}
.k-widget-user .item-social {
  margin-top: -24px;
  position: relative;
  z-index: 2;
}
.k-widget-user .item-social > div {
  border: 5px solid #fff;
  border-left: none;
  overflow: hidden;
  display: inline-block;
  background: #fff;
}
.k-widget-user .item-social a {
  height: 42px;
  width: 42px;
  color: #fff;
  background: #0070c0;
  line-height: 42px;
  font-size: 18px;
  display: inline-block;
  float: left;
  margin: 0 0 0 5px;
}
.k-widget-user .item-social a.fa-facebook:hover {
  background: #3b5998;
}
.k-widget-user .item-social a.fa-twitter:hover {
  background: #00aced;
}
.k-widget-user .item-social a.fa-rss:hover {
  background: #ed7000;
}
.k-widget-user .item-social a.fa-google-plus:hover {
  background: #2c3e50;
}
.k-widget-user .item-social a.fa-dribbble:hover {
  background: #eb5d8c;
}
.k-widget-user .item-title {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.k-widget-user .item-position {
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid #0070c0;
  padding-bottom: 7px;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.k-widget-user p {
  color: #333;
  margin-bottom: 0;
}
.k-widget-progress {
  background: #f0f0f0 url(assets/imgs/bg-progress.png) no-repeat center top;
}
.k-widget-progress .overlay {
  background: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 73px 0;
}
.k-widget-progress .widget-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.k-widget-progress .widget-des {
  font-size: 18px;
  margin-top: 0;
  color: #555;
  margin-bottom: 35px;
}
.k-widget-progress p {
  margin-bottom: 0;
  color: #7f7f7f;
  line-height: 24px;
}
.k-widget-progress .k-progress:last-child {
  margin-bottom: 0;
}
.k-widget-number {
  margin: 80px 0;
}
.k-widget-number .list-item {
  border: 1px solid #dbdbdb;
  border-left: none;
  overflow: hidden;
}
.k-widget-number .item {
  border-left: 1px solid #dbdbdb;
  float: left;
  width: 25%;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  padding: 25px 0 35px;
}
.k-widget-number .item-number {
  font-size: 48px;
  color: #0070c0;
  display: block;
}
.k-widget-number .item-text {
  font-size: 18px;
  color: #333;
}
.k-widget-contact-form .widget-title, .k-widget-info-3 .widget-title {
  font-size: 30px;
  margin-bottom: 35px;
}
.k-widget-contact-form .form-group {
  margin-bottom: 15px;
}
.k-widget-contact-form .form-control {
  border-color: #ccc;
  height: 50px;
}
.k-widget-contact-form textarea.form-control {
  height: 140px;
  margin-bottom: 30px;
}
.k-widget-contact-form form .row {
  margin: 0 -8px;
}
.k-widget-contact-form form .row > div {
  padding: 0 8px;
}
.k-widget-info-3 .list-item {
  margin-bottom: 0;
}
.k-widget-info-3 .item {
  margin-top: 30px;
}
.k-widget-info-3 .item:first-child {
  margin-top: 0;
}
.k-widget-info-3 .icon {
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  float: left;
  margin-right: 25px;
  border: 1px solid #85bedc;
  display: inline-block;
  color: #0070c0;
  font-size: 30px;
}
.k-widget-info-3 p {
  overflow: hidden;
  margin-bottom: 0;
}
.k-widget-info-3 strong, .k-widget-info-3 span {
  display: block;
}
.k-widget-info-3 strong {
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: -4px;
}
.k-widget-info-3 span {
  color: #333;
  line-height: 24px;
}
.k-widget-portfolio-filter {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 80px;
}
.k-widget-portfolio-filter .widget-title {
  font-size: 36px;
  margin-bottom: 15px;
}
.k-widget-portfolio-filter .widget-des {
  color: #333;
  padding: 0 25%;
  margin-bottom: 40px;
}
.k-widget-portfolio-filter .masonry-filter {
  margin-bottom: 55px;
}
.k-widget-portfolio-filter .masonry-filter a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
  border: 1px solid #dedede;
  padding: 0 30px;
  color: #333;
  margin: 0 5px;
  letter-spacing: 2px;
}
.k-widget-portfolio-filter .masonry-filter a:hover, .k-widget-portfolio-filter .masonry-filter a.active {
  color: #0070c0;
  border-color: #0070c0;
}
.k-widget-portfolio-filter .masonry-items {
  margin-bottom: 10px;
}
.k-widget-portfolio-filter .item {
  padding-top: 15px;
  padding-bottom: 45px;
  overflow: hidden;
}
.k-widget-portfolio-filter .item-thumb {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.k-widget-portfolio-filter .item-thumb:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.k-widget-portfolio-filter .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0070c0;
  background: rgba(12, 134, 198, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.k-widget-portfolio-filter .overlay > div {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 100%;
  text-align: center;
}
.k-widget-portfolio-filter .fa, .k-widget-portfolio-filter .k-blockquote.style-2:before, .k-widget-portfolio-filter .k-blockquote.style-3:before, .k-widget-portfolio-filter .read-more.read-more-arrow:after, .k-widget-portfolio-filter .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .k-widget-portfolio-filter .icon:before, .k-widget-portfolio-filter .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .k-widget-portfolio-filter .icon:before, .k-widget-portfolio-filter .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-widget-portfolio-filter .prev:before, .k-widget-portfolio-filter .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-widget-portfolio-filter .next:before, .k-widget-portfolio-filter .sf-menu > li > ul > li > a.sf-with-ul:after, .k-widget-portfolio-filter .sf-mega ul a:after, .sf-mega ul .k-widget-portfolio-filter a:after, .k-widget-portfolio-filter .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-widget-portfolio-filter .sf-menu > li > a.sf-with-ul:after, .k-widget-portfolio-filter .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-widget-portfolio-filter small:after, .k-widget-portfolio-filter .list-blog-post .k-link p:after, .list-blog-post .k-link .k-widget-portfolio-filter p:after, .k-widget-portfolio-filter .service-tabs .nav-tabs > li > a:after, .service-tabs .k-widget-portfolio-filter .nav-tabs > li > a:after {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  margin: 0 1px;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
}
.k-widget-portfolio-filter .fa:hover, .k-widget-portfolio-filter .k-blockquote.style-2:hover:before, .k-widget-portfolio-filter .k-blockquote.style-3:hover:before, .k-widget-portfolio-filter .read-more.read-more-arrow:hover:after, .k-widget-portfolio-filter .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:hover:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .k-widget-portfolio-filter .icon:hover:before, .k-widget-portfolio-filter .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:hover:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .k-widget-portfolio-filter .icon:hover:before, .k-widget-portfolio-filter .k-widget-slider-animation .prev:hover:before, .k-widget-slider-animation .k-widget-portfolio-filter .prev:hover:before, .k-widget-portfolio-filter .k-widget-slider-animation .next:hover:before, .k-widget-slider-animation .k-widget-portfolio-filter .next:hover:before, .k-widget-portfolio-filter .sf-menu > li > ul > li > a.sf-with-ul:hover:after, .k-widget-portfolio-filter .sf-mega ul a:hover:after, .sf-mega ul .k-widget-portfolio-filter a:hover:after, .k-widget-portfolio-filter .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:hover:after, .header-page.header-page-3 .k-widget-portfolio-filter .sf-menu > li > a.sf-with-ul:hover:after, .k-widget-portfolio-filter .list-blog-post .item blockquote small:hover:after, .list-blog-post .item blockquote .k-widget-portfolio-filter small:hover:after, .k-widget-portfolio-filter .list-blog-post .k-link p:hover:after, .list-blog-post .k-link .k-widget-portfolio-filter p:hover:after, .k-widget-portfolio-filter .service-tabs .nav-tabs > li > a:hover:after, .service-tabs .k-widget-portfolio-filter .nav-tabs > li > a:hover:after {
  color: #0070c0;
  background: #fff;
}
.k-widget-portfolio-filter .item-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}
.k-widget-portfolio-filter h5 {
  font-size: 15px;
  color: #333;
  margin: 0;
}
.k-widget-portfolio-filter h5 a {
  color: #333;
}
.k-widget-portfolio-filter h5 a:hover {
  color: #0070c0;
}
.k-widget-flickr .flickr-wrap {
  margin-top: -15px;
  margin-left: -15px;
}
.k-widget-flickr .flickr-wrap li {
  float: left;
  margin-left: 15px;
  margin-top: 15px;
  width: 79px;
  height: 79px;
}
.k-widget-flickr .flickr-wrap li a {
  display: inline-block;
  width: 79px;
  position: relative;
}
.k-widget-flickr .flickr-wrap li a i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 79px;
  text-align: center;
  background: #0070c0;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.k-widget-flickr .flickr-wrap li a:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.k-widget-flickr .flickr-wrap ul {
  margin-bottom: 0;
}
.k-widget-pricing-table.has-background {
  background-image: url(assets/imgs/bg-widget-demo-2.png);
}
.widget-icon-boxes .widget-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.widget-icon-boxes .read-more-list {
  color: #0070c0;
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.widget-icon-boxes .icon-box {
  margin-bottom: 0;
}
.k-widget-full-width-single-carousel {
  background: url(http://placehold.it/1366x662) no-repeat center top;
  text-align: center;
  height: 660px;
}
.k-widget-full-width-single-carousel .overlay {
  position: relative;
  height: 100%;
  background: #333;
  background: rgba(0, 0, 0, 0.89);
}
.k-widget-full-width-single-carousel .item-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 287px;
}
.k-widget-full-width-single-carousel .item-title a {
  color: #fff;
}
.k-widget-full-width-single-carousel p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  display: inline-block;
  width: 500px;
}
.k-widget-full-width-single-carousel .read-more-border {
  border-color: #8f8f8f;
  color: #fff;
}
.k-widget-full-width-single-carousel .owl-theme {
  height: 100%;
}
.k-widget-full-width-single-carousel .owl-theme .owl-controls .owl-buttons div {
  height: 60px;
  width: 60px;
  line-height: 58px;
  margin: -30px 0 0;
  border: 1px solid #555555;
  color: #555;
  font-size: 24px;
  position: absolute;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.k-widget-full-width-single-carousel .owl-theme .owl-controls .owl-buttons div:hover {
  border-color: #0070c0;
  color: #0070c0;
}
.k-widget-full-width-single-carousel .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.k-widget-full-width-single-carousel .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.k-widget-full-width-single-carousel .owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
}
.k-widget-slider-animation {
  z-index: 1;  /* slide 1 */

  /* slide 2*/

  /* slide 3*/
}
.k-widget-slider-animation .slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #333;
  max-height: 500px;
}
.k-widget-slider-animation p {
  position: absolute;
  top: -200px;
  z-index: 9999;
  line-height: 24px;
  margin: 0;
  color: #333;
}
.k-widget-slider-animation .read-more {
  width: auto !important;
  color: #fff;
  height: 44px !important;
  line-height: 44px !important;
  border-color: #8f8f8f !important;
}
.k-widget-slider-animation .read-more:after {
  color: #8f8f8f !important;
}
.k-widget-slider-animation .read-more:hover {
  border-color: #0070c0 !important;
  color: #0070c0 !important;
}
.k-widget-slider-animation .read-more:hover:after {
  color: #0070c0 !important;
}
.k-widget-slider-animation .fraction-slider .active-slide {
  z-index: 9;
}
.k-widget-slider-animation .slider-font-size-base {
  font-size: 15px;
}
.k-widget-slider-animation .k-text-gray {
  color: #333;
}
.k-widget-slider-animation .k-text-grayer {
  color: #333;
}
.k-widget-slider-animation .k-text-black {
  color: #333;
}
.k-widget-slider-animation .k-text-white {
  color: #fff;
}
.k-widget-slider-animation .slider-font-size-1 {
  font-size: 30px;
  line-height: 1;
  color: #c0c0c0 !important;
}
.k-widget-slider-animation .slider-font-size-2 {
  font-size: 60px;
  line-height: 1 !important;
}
.k-widget-slider-animation .slider-text-color-1 {
  color: #828181 !important;
}
.k-widget-slider-animation .slider-font-size-3 {
  font-size: 36px;
  line-height: 1;
}
.k-widget-slider-animation .slider-font-size-4 {
  font-size: 18px;
  line-height: 1;
}
.k-widget-slider-animation .slide-font-size-5 {
  font-size: 45px;
}
.k-widget-slider-animation .slide-font-size-6 {
  font-size: 24px;
}
.k-widget-slider-animation .slide-font-size-7 {
  font-size: 14px;
}
.k-widget-slider-animation .slider-text-color-2 {
  color: #bcbcbc !important;
}
.k-widget-slider-animation .slider-text-color-3 {
  color: #ccc !important;
}
.k-widget-slider-animation .slider-text-color-8 {
  color: #333 !important;
}
.k-widget-slider-animation .k-font-pri {
  font-family: "Titillium Web", sans-serif;
}
.k-widget-slider-animation .k-font-second {
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
}
.k-widget-slider-animation .slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #333;
  z-index: 1;
}
.k-widget-slider-animation .prev, .k-widget-slider-animation .next {
  height: 60px;
  width: 60px;
  line-height: 58px;
  margin: -30px 0 0;
  border: 1px solid #555555;
  color: #555;
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 99;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.k-widget-slider-animation .prev:hover, .k-widget-slider-animation .next:hover {
  border-color: #0070c0;
  color: #0070c0;
}
.k-widget-slider-animation .prev {
  left: 0;
}
.k-widget-slider-animation .next {
  right: 0;
}
.k-widget-slider-animation:hover .prev, .k-widget-slider-animation:hover .next {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* heading page */
.heading-page {
  background: url("assets/imgs/bg-header-1.png") center top no-repeat;
  margin-bottom: 80px;
}
.heading-page .overlay {
  background: rgba(0, 0, 0, 0.73);
  padding: 42px 0;
}
.heading-page .heading-page-title {
  float: left;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.heading-page .kopa-breadcrumb {
  float: right;
  line-height: 30px;
  color: #FFF;
  font-size: 15px;
  font-family: "Titillium Web", sans-serif;
}
.heading-page .kopa-breadcrumb a {
  color: #fff;
}
.heading-page .kopa-breadcrumb a.current-page {
  color: #fff;
}
.heading-page .kopa-breadcrumb a:hover {
  color: #fff;
}

/*
* 4.0 Header
*/
.sf-menu > li > ul {
  padding: 10px 5px;
  background: #fff;
}
.sf-menu > li > ul ul {
  background: #fff;
  margin-left: 8px;
}
.sf-menu > li > ul > li > a {
  border-left: none;
}
.sf-menu > li > ul > li > a.sf-with-ul:after {
  color: #333;
  font-size: 16px;
  border: none;
  margin-top: -8px;
}
.sf-menu > li > ul > li:first-child > a {
  border-top: none;
}
.sf-menu > li > ul li {
  background: none;
}
.sf-menu > li > ul li:hover, .sf-menu > li > ul li.sfHover {
  background: none;
}
.sf-menu > li > ul a {
  line-height: 24px;
  padding: 13px 15px;
  border-top: 1px solid #ddd;
  color: #333;
}
.sf-menu > li > ul a:hover {
  color: #0070c0;
}
.sf-menu > li > ul a:hover.sf-with-ul:after {
  color: #0070c0;
}
.sf-menu > li ul, .sf-menu > li .sf-mega {
  opacity: 1;
  filter: alpha(opacity=90);
}
.sf-mega {
  padding: 30px 30px 25px;
  background: #fff;
}
.sf-mega ul li {
  border-bottom: 1px solid #ddd;
  background: none;
}
.sf-mega ul li:hover {
  background: none;
}
.sf-mega ul a {
  display: block;
  line-height: 24px;
  padding: 10px 20px 10px 0;
  position: relative;
  border: none;
  color: #333;
}
.sf-mega ul a i {
  font-size: 16px;
  margin-right: 5px;
}
.sf-mega ul a:after {
  color: #333;
  position: absolute;
  right: 0;
  top: 17px;
  font-size: 10px;
}
.sf-mega ul a:hover {
  color: #0070c0;
}
.sf-mega ul a:hover:after {
  color: #0070c0;
}
.sf-mega-section {
  border-right: none;
  margin: 0;
  padding: 0 15px;
}
.sf-mega-section.sf-mega-section-1 {
  padding-right: 50px;
  font-weight: 600;
}
.sf-mega-section img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.sf-mega-section h4 {
  font-size: 18px;
  margin-top: 0;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 12px;
  white-space: normal;
}
.sf-mega-section h4 a {
  padding: 0;
  color: #333;
  border: none;
}
.sf-mega-section h4 a:hover {
  color: #0070c0;
}
.sf-mega-section h4:before {
  content: '';
  width: 60px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sf-mega-section span {
  font-size: 14px;
  color: #0070c0;
  display: inline-block;
  margin-bottom: 13px;
}
.sf-mega-section p {
  margin-bottom: 0;
  line-height: 24px;
  color: #333;
  white-space: normal;
}

/* mobile menu */
.mm-panels > .mm-panel {
  padding: 0 15px;
}
#mobile-menu {
  font-family: "Titillium Web", sans-serif;
  display: none;
}
#mobile-menu.mm-menu.mm-current {
  display: block;
}
.header-page {
  font-family: "Titillium Web", sans-serif;
}
.header-page .m-logo {
  display: none;
}
.header-page .inner-bottom-header-page, .header-page .inner-top-header-page {
  position: relative;
}
.header-page.header-page-1 .top-header-page {
  padding: 25px 0;
}
.header-page.header-page-1 .top-logo {
  float: left;
  margin-top: 3px
}
.header-page.header-page-1 .info-c {
  float: right;
}
.header-page.header-page-1 .info-c li {
  float: left;
  margin-left: 30px;
  position: relative;
  padding-left: 45px;
}
.header-page.header-page-1 .info-c .fa, .header-page.header-page-1 .info-c .k-blockquote.style-2:before, .header-page.header-page-1 .info-c .k-blockquote.style-3:before, .header-page.header-page-1 .info-c .read-more.read-more-arrow:after, .header-page.header-page-1 .info-c .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .header-page.header-page-1 .info-c .icon:before, .header-page.header-page-1 .info-c .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .header-page.header-page-1 .info-c .icon:before, .header-page.header-page-1 .info-c .k-widget-slider-animation .prev:before, .k-widget-slider-animation .header-page.header-page-1 .info-c .prev:before, .header-page.header-page-1 .info-c .k-widget-slider-animation .next:before, .k-widget-slider-animation .header-page.header-page-1 .info-c .next:before, .header-page.header-page-1 .info-c .sf-menu > li > ul > li > a.sf-with-ul:after, .header-page.header-page-1 .info-c .sf-mega ul a:after, .sf-mega ul .header-page.header-page-1 .info-c a:after, .header-page.header-page-1 .info-c .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .header-page.header-page-1 .info-c .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-1 .info-c .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .header-page.header-page-1 .info-c small:after, .header-page.header-page-1 .info-c .list-blog-post .k-link p:after, .list-blog-post .k-link .header-page.header-page-1 .info-c p:after, .header-page.header-page-1 .info-c .service-tabs .nav-tabs > li > a:after, .service-tabs .header-page.header-page-1 .info-c .nav-tabs > li > a:after {
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  color: #0070c0;
  position: absolute;
  top: 5px;
  left: 0;
}
.header-page.header-page-1 .info-c strong, .header-page.header-page-1 .info-c span {
  display: block;
}
.header-page.header-page-1 .bottom-header-page {
  background: #0070c0;
  color: #fff;
  height: 55px;
}
.
.header-page.header-page-1 .sf-menu {
  width: auto;
  position: static;
}
.header-page.header-page-1 .sf-menu > li {
  background: none;
  margin-left: 55px;
}
.header-page.header-page-1 .sf-menu > li:hover, .header-page.header-page-1 .sf-menu > li:focus, .header-page.header-page-1 .sf-menu > li:active {
  background: none;
}
.header-page.header-page-1 .sf-menu > li:first-child {
  margin-left: 0;
}
.header-page.header-page-1 .sf-menu > li > a {
  border: none;
  padding: 0;
  line-height: 55px;
  color: #fff;
  position: relative;
  font-size: 18px;
}
.header-page.header-page-1 .sf-menu > li > a.sf-with-ul:after {
  display: none;
}
.header-page.header-page-1 .sf-menu > li.current-menu-item > a:before, .header-page.header-page-1 .sf-menu > li:hover > a:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-page.header-page-1 .sf-menu > li.current-menu-item > a {
  font-weight: 600;
}
.header-page.header-page-1 .list-social {
  float: right;
  margin-right: 55px;
}
.header-page.header-page-1 .list-social a {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  margin-right: 20px;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
}
.header-page.header-page-1 .list-social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-page.header-page-1 .list-social a.fa-facebook:hover {
  color: #3b5998;
}
.header-page.header-page-1 .list-social a.fa-twitter:hover {
  color: #00aced;
}
.header-page.header-page-1 .list-social a.fa-rss:hover {
  color: #ed7000;
}
.header-page.header-page-1 .list-social a.fa-google-plus:hover {
  color: #2c3e50;
}
.header-page.header-page-1 .list-social a.fa-dribbble:hover {
  color: #eb5d8c;
}
.header-page.header-page-2 .top-header-page {
  background: #0070c0;
  color: #fff;
  height: 45px;
}
.header-page.header-page-2 .top-header-page a {
  color: #fff;
}
.header-page.header-page-2 .bottom-header-page {
  border-bottom: 3px solid #ddd;
  height: 103px;
}
.header-page.header-page-2 .bottom-header-page .sf-menu {
  float: right;
}
.header-page.header-page-2 .top-logo {
  line-height: 100px;
  float: left;
}
.header-page.header-page-2 .info-c {
  margin-top: 10px;
  float: left;
}
.header-page.header-page-2 .info-c strong {
  color: #fff;
  font-weight: 400;
}
.header-page.header-page-2 .info-c .fa, .header-page.header-page-2 .info-c .k-blockquote.style-2:before, .header-page.header-page-2 .info-c .k-blockquote.style-3:before, .header-page.header-page-2 .info-c .read-more.read-more-arrow:after, .header-page.header-page-2 .info-c .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .header-page.header-page-2 .info-c .icon:before, .header-page.header-page-2 .info-c .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .header-page.header-page-2 .info-c .icon:before, .header-page.header-page-2 .info-c .k-widget-slider-animation .prev:before, .k-widget-slider-animation .header-page.header-page-2 .info-c .prev:before, .header-page.header-page-2 .info-c .k-widget-slider-animation .next:before, .k-widget-slider-animation .header-page.header-page-2 .info-c .next:before, .header-page.header-page-2 .info-c .sf-menu > li > ul > li > a.sf-with-ul:after, .header-page.header-page-2 .info-c .sf-mega ul a:after, .sf-mega ul .header-page.header-page-2 .info-c a:after, .header-page.header-page-2 .info-c .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .header-page.header-page-2 .info-c .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-2 .info-c .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .header-page.header-page-2 .info-c small:after, .header-page.header-page-2 .info-c .list-blog-post .k-link p:after, .list-blog-post .k-link .header-page.header-page-2 .info-c p:after, .header-page.header-page-2 .info-c .service-tabs .nav-tabs > li > a:after, .service-tabs .header-page.header-page-2 .info-c .nav-tabs > li > a:after {
  margin-right: 10px;
}
.header-page.header-page-2 .info-c li {
  float: left;
  padding: 0 20px;
  border-left: 1px solid #fff;
  line-height: 25px;
}
.header-page.header-page-2 .info-c li:first-child {
  padding-left: 0;
  border-left: 0;
}
.header-page.header-page-2 .list-social {
  float: left;
  margin-right: 45px;
}
.header-page.header-page-2 .list-social a {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  margin-right: 20px;
  line-height: 45px;
  font-size: 16px;
}
.header-page.header-page-2 .sb-search {
  height: 45px;
  min-width: 45px;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-page.header-page-2 .sb-search.sb-search-open {
  width: 250px;
}
.header-page.header-page-2 .sb-search .sb-icon-search, .header-page.header-page-2 .sb-search .sb-search-submit {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #0070c0;
  font-size: 16px;
}
.header-page.header-page-2 .sb-search .sb-search-input {
  height: 45px;
  font-size: 18px;
  color: #333;
}
.header-page.header-page-2 .sb-search .sb-search-input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.header-page.header-page-2 .sb-search .sb-search-input:-ms-input-placeholder {
  color: #333;
}
.header-page.header-page-2 .sb-search .sb-search-input::-webkit-input-placeholder {
  color: #333;
}
.header-page.header-page-2 .sb-search .sb-search-input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-page.header-page-2 .sf-menu {
  font-size: 16px;
  width: auto;
  position: static;
}
.header-page.header-page-2 .sf-menu > li {
  background: none;
  border-right: 1px solid #e5e5e5;
}
.header-page.header-page-2 .sf-menu > li:hover, .header-page.header-page-2 .sf-menu > li:active, .header-page.header-page-2 .sf-menu > lifocus {
  background: none;
}
.header-page.header-page-2 .sf-menu > li:first-child {
  border-left: 1px solid #e5e5e5;
}
.header-page.header-page-2 .sf-menu > li > a {
  padding: 30px 25px 0 25px;
  position: relative;
  color: #212121;
  border: none;
  height: 100px;
}
.header-page.header-page-2 .sf-menu > li > a:after {
  display: none !important;
}
.header-page.header-page-2 .sf-menu > li > a > .fa, .header-page.header-page-2 .sf-menu > li > a > .k-blockquote.style-2:before, .header-page.header-page-2 .sf-menu > li > a > .k-blockquote.style-3:before, .header-page.header-page-2 .sf-menu > li > a > .read-more.read-more-arrow:after, .header-page.header-page-2 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading .sf-menu > li > a > .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading .header-page.header-page-2 .sf-menu > li > a > .icon:before, .header-page.header-page-2 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading .sf-menu > li > a > .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading .header-page.header-page-2 .sf-menu > li > a > .icon:before, .header-page.header-page-2 .k-widget-slider-animation .sf-menu > li > a > .prev:before, .k-widget-slider-animation .header-page.header-page-2 .sf-menu > li > a > .prev:before, .header-page.header-page-2 .k-widget-slider-animation .sf-menu > li > a > .next:before, .k-widget-slider-animation .header-page.header-page-2 .sf-menu > li > a > .next:before, .header-page.header-page-2 .sf-mega ul .sf-menu > li > a > a:after, .sf-mega ul .header-page.header-page-2 .sf-menu > li > a > a:after, .header-page.header-page-2 .list-blog-post .item blockquote .sf-menu > li > a > small:after, .list-blog-post .item blockquote .header-page.header-page-2 .sf-menu > li > a > small:after, .header-page.header-page-2 .list-blog-post .k-link .sf-menu > li > a > p:after, .list-blog-post .k-link .header-page.header-page-2 .sf-menu > li > a > p:after {
  position: absolute;
  font-size: 14px;
  top: 65px;
  left: 50%;
  margin-left: -8px;
}
.header-page.header-page-2 .sf-menu > li.current-menu-item > a:before, .header-page.header-page-2 .sf-menu > li:hover > a:before {
  content: '';
  background: #0070c0;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.header-page.header-page-2 .sf-menu > li.current-menu-item > a .fa, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .k-blockquote.style-2:before, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .k-blockquote.style-3:before, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .read-more.read-more-arrow:after, .header-page.header-page-2 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading .sf-menu > li.current-menu-item > a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading .header-page.header-page-2 .sf-menu > li.current-menu-item > a .icon:before, .header-page.header-page-2 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading .sf-menu > li.current-menu-item > a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading .header-page.header-page-2 .sf-menu > li.current-menu-item > a .icon:before, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .k-widget-slider-animation .prev:before, .k-widget-slider-animation .header-page.header-page-2 .sf-menu > li.current-menu-item > a .prev:before, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .k-widget-slider-animation .next:before, .k-widget-slider-animation .header-page.header-page-2 .sf-menu > li.current-menu-item > a .next:before, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .sf-menu > li > ul > li > a.sf-with-ul:after, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .sf-mega ul a:after, .sf-mega ul .header-page.header-page-2 .sf-menu > li.current-menu-item > a a:after, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .header-page.header-page-2 .sf-menu > li.current-menu-item > a .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .header-page.header-page-2 .sf-menu > li.current-menu-item > a small:after, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .list-blog-post .k-link p:after, .list-blog-post .k-link .header-page.header-page-2 .sf-menu > li.current-menu-item > a p:after, .header-page.header-page-2 .sf-menu > li.current-menu-item > a .service-tabs .nav-tabs > li > a:after, .service-tabs .header-page.header-page-2 .sf-menu > li.current-menu-item > a .nav-tabs > li > a:after, .header-page.header-page-2 .sf-menu > li:hover > a .fa, .header-page.header-page-2 .sf-menu > li:hover > a .k-blockquote.style-2:before, .header-page.header-page-2 .sf-menu > li:hover > a .k-blockquote.style-3:before, .header-page.header-page-2 .sf-menu > li:hover > a .read-more.read-more-arrow:after, .header-page.header-page-2 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading .sf-menu > li:hover > a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading .header-page.header-page-2 .sf-menu > li:hover > a .icon:before, .header-page.header-page-2 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading .sf-menu > li:hover > a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading .header-page.header-page-2 .sf-menu > li:hover > a .icon:before, .header-page.header-page-2 .sf-menu > li:hover > a .k-widget-slider-animation .prev:before, .k-widget-slider-animation .header-page.header-page-2 .sf-menu > li:hover > a .prev:before, .header-page.header-page-2 .sf-menu > li:hover > a .k-widget-slider-animation .next:before, .k-widget-slider-animation .header-page.header-page-2 .sf-menu > li:hover > a .next:before, .header-page.header-page-2 .sf-menu > li:hover > a .sf-menu > li > ul > li > a.sf-with-ul:after, .header-page.header-page-2 .sf-menu > li:hover > a .sf-mega ul a:after, .sf-mega ul .header-page.header-page-2 .sf-menu > li:hover > a a:after, .header-page.header-page-2 .sf-menu > li:hover > a .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .header-page.header-page-2 .sf-menu > li:hover > a .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-2 .sf-menu > li:hover > a .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .header-page.header-page-2 .sf-menu > li:hover > a small:after, .header-page.header-page-2 .sf-menu > li:hover > a .list-blog-post .k-link p:after, .list-blog-post .k-link .header-page.header-page-2 .sf-menu > li:hover > a p:after, .header-page.header-page-2 .sf-menu > li:hover > a .service-tabs .nav-tabs > li > a:after, .service-tabs .header-page.header-page-2 .sf-menu > li:hover > a .nav-tabs > li > a:after {
  color: #0070c0;
}
.header-page.header-page-2 .sf-menu > li > ul {
  margin-top: 3px;
}
.header-page.header-page-2 .sf-menu .sf-mega {
  margin-top: 3px;
}
.header-page.header-page-3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  color: #fff;
}
.header-page.header-page-3 .top-header-page {
  height: 50px;
}
.header-page.header-page-3 .top-header-page a {
  color: #bbb;
}
.header-page.header-page-3 .inner-top-header-page {
  border-bottom: 1px solid #575757;
  padding: 13px 0 12px;
  overflow: hidden;
}
.header-page.header-page-3 .bottom-header-page .sf-menu {
  float: right;
}
.header-page.header-page-3 .top-logo {
  float: left;
  line-height: 114px;
}
.header-page.header-page-3 .info-c {
  float: left;
}
.header-page.header-page-3 .info-c strong {
  color: #bbb;
  font-weight: 400;
}
.header-page.header-page-3 .info-c .fa, .header-page.header-page-3 .info-c .k-blockquote.style-2:before, .header-page.header-page-3 .info-c .k-blockquote.style-3:before, .header-page.header-page-3 .info-c .read-more.read-more-arrow:after, .header-page.header-page-3 .info-c .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .header-page.header-page-3 .info-c .icon:before, .header-page.header-page-3 .info-c .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .header-page.header-page-3 .info-c .icon:before, .header-page.header-page-3 .info-c .k-widget-slider-animation .prev:before, .k-widget-slider-animation .header-page.header-page-3 .info-c .prev:before, .header-page.header-page-3 .info-c .k-widget-slider-animation .next:before, .k-widget-slider-animation .header-page.header-page-3 .info-c .next:before, .header-page.header-page-3 .info-c .sf-menu > li > ul > li > a.sf-with-ul:after, .header-page.header-page-3 .info-c .sf-mega ul a:after, .sf-mega ul .header-page.header-page-3 .info-c a:after, .header-page.header-page-3 .info-c .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .info-c .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .header-page.header-page-3 .info-c small:after, .header-page.header-page-3 .info-c .list-blog-post .k-link p:after, .list-blog-post .k-link .header-page.header-page-3 .info-c p:after, .header-page.header-page-3 .info-c .service-tabs .nav-tabs > li > a:after, .service-tabs .header-page.header-page-3 .info-c .nav-tabs > li > a:after {
  margin-right: 10px;
  color: #bbb;
}
.header-page.header-page-3 .info-c li {
  float: left;
  padding: 0 20px;
  border-left: 1px solid #575757;
  line-height: 25px;
}
.header-page.header-page-3 .info-c li:first-child {
  padding-left: 0;
  border-left: 0;
}
.header-page.header-page-3 .list-social {
  float: left;
  margin-right: 30px;
}
.header-page.header-page-3 .list-social a {
  color: #bbb;
  display: block;
  margin-right: 20px;
  line-height: 25px;
  font-size: 16px;
}
.header-page.header-page-3 .sb-search {
  height: 25px;
  min-width: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #575757;
  width: 30px;
  top: 13px;
}
.header-page.header-page-3 .sb-search.sb-search-open {
  width: 250px;
}
.header-page.header-page-3 .sb-search .sb-icon-search, .header-page.header-page-3 .sb-search .sb-search-submit {
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: #0070c0;
  font-size: 16px;
}
.header-page.header-page-3 .sb-search .sb-search-input {
  height: 25px;
  font-size: 18px;
  color: #333;
}
.header-page.header-page-3 .sb-search .sb-search-input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.header-page.header-page-3 .sb-search .sb-search-input:-ms-input-placeholder {
  color: #333;
}
.header-page.header-page-3 .sb-search .sb-search-input::-webkit-input-placeholder {
  color: #333;
}
.header-page.header-page-3 .sb-search .sb-icon-search, .header-page.header-page-3 .sb-search .sb-search-submit {
  background: none;
  color: #bbb;
  font-size: 14px;
  text-align: right;
  width: 30px;
}
.header-page.header-page-3 .sb-search .sb-search-input {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.header-page.header-page-3 .sb-search .sb-search-input::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.header-page.header-page-3 .sb-search .sb-search-input:-ms-input-placeholder {
  color: #bbb;
}
.header-page.header-page-3 .sb-search .sb-search-input::-webkit-input-placeholder {
  color: #bbb;
}
.header-page.header-page-3 .sf-menu {
  font-size: 16px;
  width: auto;
  position: static;
}
.header-page.header-page-3 .sf-menu > li {
  background: none;
  margin-left: 50px;
}
.header-page.header-page-3 .sf-menu > li:hover, .header-page.header-page-3 .sf-menu > li:active, .header-page.header-page-3 .sf-menu > lifocus {
  background: none;
}
.header-page.header-page-3 .sf-menu > li > a {
  padding: 0;
  line-height: 40px;
  position: relative;
  color: #c0c0c0;
  border: none;
  padding: 37px 0;
  text-transform: uppercase;
}
.header-page.header-page-3 .sf-menu > li > a.sf-with-ul {
  padding-right: 25px;
}
.header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after {
  border: none;
  margin-top: -8px;
}
.header-page.header-page-3 .sf-menu > li.current-menu-item > a, .header-page.header-page-3 .sf-menu > li:hover > a {
  color: #fff;
}
.header-page.header-page-4 {
  z-index: 9999;
}
.header-page.header-page-4 .top-header-page {
  background: #f5f5f5;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  height: 50px;
  padding: 12px 0 13px;
}
.header-page.header-page-4 .top-header-page a {
  color: #333;
}
.header-page.header-page-4 .middle-header-page {
  position: relative;
  height: 100px;
  padding-top: 30px;
}
.header-page.header-page-4 .bottom-header-page {
  height: 27px;
}
.header-page.header-page-4 .inner-bottom-header-page {
  height: 54px;
  text-align: center;
  background: #0070c0;
  position: relative;
  z-index: 999;
}
.header-page.header-page-4 .sf-menu {
  display: inline-block;
  text-align: left;
  float: none;
  width: auto;
  position: static;
}
.header-page.header-page-4 .sf-menu > li {
  background: none;
  margin: 0 25px;
}
.header-page.header-page-4 .sf-menu > li:hover, .header-page.header-page-4 .sf-menu > li:focus, .header-page.header-page-4 .sf-menu > li:active {
  background: none;
}
.header-page.header-page-4 .sf-menu > li > a {
  font-size: 18px;
  color: #fff;
  border: none;
  padding: 0;
  line-height: 54px;
}
.header-page.header-page-4 .sf-menu > li > a:after {
  display: none !important;
}
.header-page.header-page-4 .sf-menu > li.current-menu-item > a:before, .header-page.header-page-4 .sf-menu > li:hover > a:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-page.header-page-4 .info-ad {
  font-size: 15px;
  line-height: 25px;
  float: left;
}
.header-page.header-page-4 .info-c {
  overflow: hidden;
}
.header-page.header-page-4 .info-c li {
  position: relative;
  padding-left: 60px;
  height: 44px;
  float: right;
  padding-top: 3px;
}
.header-page.header-page-4 .info-c li:first-child {
  float: left;
}
.header-page.header-page-4 .info-c .fa, .header-page.header-page-4 .info-c .k-blockquote.style-2:before, .header-page.header-page-4 .info-c .k-blockquote.style-3:before, .header-page.header-page-4 .info-c .read-more.read-more-arrow:after, .header-page.header-page-4 .info-c .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .header-page.header-page-4 .info-c .icon:before, .header-page.header-page-4 .info-c .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .header-page.header-page-4 .info-c .icon:before, .header-page.header-page-4 .info-c .k-widget-slider-animation .prev:before, .k-widget-slider-animation .header-page.header-page-4 .info-c .prev:before, .header-page.header-page-4 .info-c .k-widget-slider-animation .next:before, .k-widget-slider-animation .header-page.header-page-4 .info-c .next:before, .header-page.header-page-4 .info-c .sf-menu > li > ul > li > a.sf-with-ul:after, .header-page.header-page-4 .info-c .sf-mega ul a:after, .sf-mega ul .header-page.header-page-4 .info-c a:after, .header-page.header-page-4 .info-c .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .header-page.header-page-4 .info-c .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-4 .info-c .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .header-page.header-page-4 .info-c small:after, .header-page.header-page-4 .info-c .list-blog-post .k-link p:after, .list-blog-post .k-link .header-page.header-page-4 .info-c p:after, .header-page.header-page-4 .info-c .service-tabs .nav-tabs > li > a:after, .service-tabs .header-page.header-page-4 .info-c .nav-tabs > li > a:after {
  border-radius: 50%;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: #0070c0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
.header-page.header-page-4 .info-c strong, .header-page.header-page-4 .info-c span {
  display: block;
}
.header-page.header-page-4 .top-logo {
  position: absolute;
  height: 104px;
  line-height: 104px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 0;
}
.header-page.header-page-4 .list-social {
  float: left;
  margin-right: 30px;
}
.header-page.header-page-4 .list-social a {
  color: #333;
  display: block;
  margin-right: 20px;
  line-height: 25px;
  font-size: 16px;
}
.header-page.header-page-4 .sb-search {
  height: 25px;
  min-width: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #333;
  width: 30px;
}
.header-page.header-page-4 .sb-search.sb-search-open {
  width: 250px;
}
.header-page.header-page-4 .sb-search .sb-icon-search, .header-page.header-page-4 .sb-search .sb-search-submit {
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: #0070c0;
  font-size: 16px;
}
.header-page.header-page-4 .sb-search .sb-search-input {
  height: 25px;
  font-size: 18px;
  color: #333;
}
.header-page.header-page-4 .sb-search .sb-search-input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.header-page.header-page-4 .sb-search .sb-search-input:-ms-input-placeholder {
  color: #333;
}
.header-page.header-page-4 .sb-search .sb-search-input::-webkit-input-placeholder {
  color: #333;
}
.header-page.header-page-4 .sb-search .sb-icon-search, .header-page.header-page-4 .sb-search .sb-search-submit {
  background: none;
  color: #333;
  font-size: 14px;
  text-align: right;
  width: 30px;
}
.header-page.header-page-4 .sb-search .sb-search-input {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.header-page.header-page-5 .top-header-page {
  height: 44px;
  background: #252d3b;
}
.header-page.header-page-5 .top-header-page a {
  color: #bbb;
}
.header-page.header-page-5 .inner-top-header-page {
  padding: 10px 0;
  overflow: hidden;
}
.header-page.header-page-5 .bottom-header-page {
  height: 95px;
}
.header-page.header-page-5 .bottom-header-page .sf-menu {
  float: right;
}
.header-page.header-page-5 .top-logo {
  line-height: 95px;
  float: left;
}
.header-page.header-page-5 .info-c {
  float: left;
}
.header-page.header-page-5 .info-c strong {
  color: #bbb;
  font-weight: 400;
}
.header-page.header-page-5 .info-c .fa, .header-page.header-page-5 .info-c .k-blockquote.style-2:before, .header-page.header-page-5 .info-c .k-blockquote.style-3:before, .header-page.header-page-5 .info-c .read-more.read-more-arrow:after, .header-page.header-page-5 .info-c .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .header-page.header-page-5 .info-c .icon:before, .header-page.header-page-5 .info-c .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .header-page.header-page-5 .info-c .icon:before, .header-page.header-page-5 .info-c .k-widget-slider-animation .prev:before, .k-widget-slider-animation .header-page.header-page-5 .info-c .prev:before, .header-page.header-page-5 .info-c .k-widget-slider-animation .next:before, .k-widget-slider-animation .header-page.header-page-5 .info-c .next:before, .header-page.header-page-5 .info-c .sf-menu > li > ul > li > a.sf-with-ul:after, .header-page.header-page-5 .info-c .sf-mega ul a:after, .sf-mega ul .header-page.header-page-5 .info-c a:after, .header-page.header-page-5 .info-c .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .header-page.header-page-5 .info-c .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-5 .info-c .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .header-page.header-page-5 .info-c small:after, .header-page.header-page-5 .info-c .list-blog-post .k-link p:after, .list-blog-post .k-link .header-page.header-page-5 .info-c p:after, .header-page.header-page-5 .info-c .service-tabs .nav-tabs > li > a:after, .service-tabs .header-page.header-page-5 .info-c .nav-tabs > li > a:after {
  margin-right: 10px;
  color: #bbb;
}
.header-page.header-page-5 .info-c li {
  float: left;
  padding: 0 20px;
  border-left: 1px solid #575757;
  line-height: 24px;
}
.header-page.header-page-5 .info-c li:first-child {
  padding-left: 0;
  border-left: 0;
}
.header-page.header-page-5 .list-social {
  float: left;
  margin-right: 30px;
}
.header-page.header-page-5 .list-social a {
  color: #bbb;
  display: block;
  margin-right: 20px;
  line-height: 25px;
  font-size: 16px;
}
.header-page.header-page-5 .sb-search {
  height: 24px;
  min-width: 24px;
  width: 24px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #575757;
  width: 30px;
  top: 10px;
}
.header-page.header-page-5 .sb-search.sb-search-open {
  width: 250px;
}
.header-page.header-page-5 .sb-search .sb-icon-search, .header-page.header-page-5 .sb-search .sb-search-submit {
  height: 24px;
  width: 24px;
  line-height: 24px;
  background: #0070c0;
  font-size: 16px;
}
.header-page.header-page-5 .sb-search .sb-search-input {
  height: 24px;
  font-size: 18px;
  color: #333;
}
.header-page.header-page-5 .sb-search .sb-search-input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.header-page.header-page-5 .sb-search .sb-search-input:-ms-input-placeholder {
  color: #333;
}
.header-page.header-page-5 .sb-search .sb-search-input::-webkit-input-placeholder {
  color: #333;
}
.header-page.header-page-5 .sb-search .sb-icon-search, .header-page.header-page-5 .sb-search .sb-search-submit {
  background: none;
  color: #bbb;
  font-size: 14px;
  text-align: right;
  width: 30px;
}
.header-page.header-page-5 .sb-search .sb-search-input {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  color: #bbb;
}
.header-page.header-page-5 .sb-search .sb-search-input::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.header-page.header-page-5 .sb-search .sb-search-input:-ms-input-placeholder {
  color: #bbb;
}
.header-page.header-page-5 .sb-search .sb-search-input::-webkit-input-placeholder {
  color: #bbb;
}
.header-page.header-page-5 .sf-menu {
  font-size: 16px;
  width: auto;
  position: static;
}
.header-page.header-page-5 .sf-menu > li {
  background: none;
  margin-left: 50px;
}
.header-page.header-page-5 .sf-menu > li:hover, .header-page.header-page-5 .sf-menu > li:active, .header-page.header-page-5 .sf-menu > lifocus {
  background: none;
}
.header-page.header-page-5 .sf-menu > li > a {
  padding: 0;
  line-height: 95px;
  position: relative;
  text-transform: uppercase;
  color: #333;
  border: none;
  font-weight: 700;
}
.header-page.header-page-5 .sf-menu > li > a:after {
  display: none !important;
}
.header-page.header-page-5 .sf-menu > li.current-menu-item > a, .header-page.header-page-5 .sf-menu > li:hover > a {
  color: #0070c0;
}
.header-page.header-page-5 .sf-menu > li.current-menu-item > a:before, .header-page.header-page-5 .sf-menu > li:hover > a:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #0070c0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-page.header-page-5 .sf-menu > li > ul {
  margin-top: 6px;
  padding: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.header-page.header-page-5 .sf-menu > li > ul a {
  background: #0070c0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}
.header-page.header-page-5 .sf-menu > li > ul a:after {
  color: #bbb;
}
.header-page.header-page-5 .sf-menu > li > ul a:hover {
  background: #252d3b;
}
.header-page.header-page-5 .sf-menu > li > ul a:hover:after {
  color: #0070c0;
}
.header-page.header-page-5 .sf-menu > li > ul li:first-child > a {
  border-top: none;
}
.header-page.header-page-5 .sf-menu > li > ul .current-menu-item > a {
  background: #252d3b;
}
.header-page.header-page-5 .sf-menu > li > ul .current-menu-item > a:after {
  color: #0070c0;
}
.header-page.header-page-5 .sf-menu > li > ul ul {
  margin-left: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.header-page.header-page-5 .sf-menu > li > ul ul a {
  border-left: none;
}
.header-page.header-page-5 .sf-menu ul, .header-page.header-page-5 .sf-menu .sf-mega {
  opacity: 1;
  filter: alpha(opacity=100);
}
.info-c ul {
  margin-bottom: 0;
}
.list-social a {
  float: left;
  display: inline-block;
}

/*
* 5.0 Footer
*/
.top-footer-page {
  background: #252d3b;
  position: relative;
}
.top-footer-page:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background: #252932;
}
.top-footer-page .container .row {
  position: relative;
}
.top-footer-page .container .row:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.3333333333%;
  right: 0;
  background: #252932;
}
.middle-footer-page {
  background: #20242c;
  color: #ccc;
}
.bottom-footer-page {
  background: #13151a;
  text-align: center;
  padding: 30px 0;
}
.bottom-footer-page .list-social {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 15px;
}
.bottom-footer-page .list-social a {
  display: inline-block;
  float: left;
  color: #b4b4b4;
  font-size: 20px;
  margin: 0 15px;
}
.bottom-footer-page .list-social a:hover {
  color: #0070c0;
}
.copyright {
  font-size: 12px;
  font-family: "Titillium Web", sans-serif;
  color: #b4b4b4;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2px;
}

/**
 * 6.0 Pages
 */

/* background body page*/
body.single-page, body.blog-masonry-page {
  background: #f9f9f9;
}
body.blog-timeline-page .heading-page, body.contact-page .heading-page {
  margin-bottom: 0;
}
body.blog-timeline-page .footer-page, body.contact-page .footer-page {
  margin-top: 80px;
}
body.portfolio-page .heading-page {
  margin-bottom: 0;
}
body.single-page .footer-page, body.single-portfolio .footer-page {
  margin-top: 80px;
}
.k-audio {
  background: #252932;
  padding: 20px;
}

/* blog page */
.list-blog-post {
  margin-bottom: 0;
}
.list-blog-post .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.list-blog-post .item:first-child {
  padding-top: 0;
}
.list-blog-post .item audio {
  display: block;
  width: 100%;
}
.list-blog-post .item blockquote {
  padding: 25px 20px 30px;
  background: #0070c0;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  border-left: none;
  margin: 0 -20px;
}
.list-blog-post .item blockquote p {
  margin-bottom: 45px;
  line-height: 24px;
}
.list-blog-post .item blockquote small {
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 28px;
  position: relative;
  padding-right: 30px;
}
.list-blog-post .item blockquote small:before {
  display: none;
}
.list-blog-post .item blockquote small:after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
}
.list-blog-post .item-thumb {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.list-blog-post .item-thumb img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list-blog-post .item-thumb:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.list-blog-post .item-carousel {
  overflow: hidden;
}
.list-blog-post .icon-sticky {
  position: absolute;
  top: 0;
  right: 0;
  background: #0070c0;
  color: #fff;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.list-blog-post .icon-sticky:before, .list-blog-post .icon-sticky:after {
  content: '';
  border-top: 15px solid #0070c0;
  position: absolute;
  bottom: -15px;
}
.list-blog-post .icon-sticky:before {
  border-right: 15px solid transparent;
  left: 0;
}
.list-blog-post .icon-sticky:after {
  border-left: 15px solid transparent;
  right: 0;
}
.list-blog-post .k-link {
  background: #0070c0;
  color: #fff;
  margin-bottom: 20px;
  padding: 8px 20px 10px;
}
.list-blog-post .k-link p {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  line-height: 40px;
  position: relative;
}
.list-blog-post .k-link p:after {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 30px;
}
.list-blog-post .k-link a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #fff;
  font-weight: 600;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 3px;
}
.list-blog-post .item-title {
  font-size: 30px;
}
.list-blog-post .item-metadata-2 {
  font-family: "Titillium Web", sans-serif;
  color: #333;
  margin-bottom: 15px;
}
.list-blog-post .item-metadata-2 > span span, .list-blog-post .item-metadata-2 > span i {
  color: #999;
}
.list-blog-post .item-metadata-2 .fa, .list-blog-post .item-metadata-2 .k-blockquote.style-2:before, .list-blog-post .item-metadata-2 .k-blockquote.style-3:before, .list-blog-post .item-metadata-2 .read-more.read-more-arrow:after, .list-blog-post .item-metadata-2 .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .list-blog-post .item-metadata-2 .icon:before, .list-blog-post .item-metadata-2 .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .list-blog-post .item-metadata-2 .icon:before, .list-blog-post .item-metadata-2 .k-widget-slider-animation .prev:before, .k-widget-slider-animation .list-blog-post .item-metadata-2 .prev:before, .list-blog-post .item-metadata-2 .k-widget-slider-animation .next:before, .k-widget-slider-animation .list-blog-post .item-metadata-2 .next:before, .list-blog-post .item-metadata-2 .sf-menu > li > ul > li > a.sf-with-ul:after, .list-blog-post .item-metadata-2 .sf-mega ul a:after, .sf-mega ul .list-blog-post .item-metadata-2 a:after, .list-blog-post .item-metadata-2 .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .list-blog-post .item-metadata-2 .sf-menu > li > a.sf-with-ul:after, .list-blog-post .item-metadata-2 .item blockquote small:after, .list-blog-post .item blockquote .item-metadata-2 small:after, .list-blog-post .item-metadata-2 .k-link p:after, .list-blog-post .k-link .item-metadata-2 p:after, .list-blog-post .item-metadata-2 .service-tabs .nav-tabs > li > a:after, .service-tabs .list-blog-post .item-metadata-2 .nav-tabs > li > a:after {
  font-size: 14px;
}
.list-blog-post .item-metadata-2 a {
  color: #555;
}
.list-blog-post .item-metadata-2 a:hover {
  color: #0070c0;
}
.list-blog-post .item-text-content {
  color: #333333;
  margin-bottom: 28px;
  line-height: 24px;
}
.list-blog-post.list-blog-post-masonry .item {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 30px;
}
.list-blog-post.list-blog-post-masonry .item .item-inner {
  background: #fff;
}
.list-blog-post.list-blog-post-masonry .item-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 2px;
}
.list-blog-post.list-blog-post-masonry .item-thumb {
  margin-bottom: 18px;
}
.list-blog-post.list-blog-post-masonry .item-content {
  border-bottom: 3px solid #0070c0;
  padding: 0 20px;
}
.list-blog-post.list-blog-post-masonry .item-text-content {
  margin-bottom: 16px;
}
.list-blog-post.list-blog-post-masonry .item-metadata > span {
  width: 60px;
  height: 60px;
  padding-top: 9px;
}
.list-blog-post.list-blog-post-masonry .item-metadata-2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 17px;
}
.list-blog-post.list-blog-post-masonry .item-metadata-3 {
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 10px 20px;
  margin: 0 -20px;
}
.list-blog-post.list-blog-post-masonry .item-metadata-2, .list-blog-post.list-blog-post-masonry .item-metadata-3 {
  color: #333;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}
.list-blog-post.list-blog-post-masonry .item-metadata-2 a, .list-blog-post.list-blog-post-masonry .item-metadata-3 a {
  color: #333;
}
.list-blog-post.list-blog-post-masonry .item-metadata-2 a:hover, .list-blog-post.list-blog-post-masonry .item-metadata-3 a:hover {
  color: #0070c0;
}
.list-blog-post.list-blog-post-timeline .item {
  border: none;
  position: relative;
}
.list-blog-post.list-blog-post-timeline .item .item-inner {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 30px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list-blog-post.list-blog-post-timeline .item .item-inner:hover {
  border-color: #0070c0;
}
.list-blog-post.list-blog-post-timeline .item.item-link .item-inner {
  padding-bottom: 0;
}
.list-blog-post.list-blog-post-timeline .item.item-link .item-metadata-3 {
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
  padding-top: 13px;
  padding-bottom: 15px;
}
.list-blog-post.list-blog-post-timeline .item-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
}
.list-blog-post.list-blog-post-timeline .item-thumb {
  margin-bottom: 25px;
}
.list-blog-post.list-blog-post-timeline .item-text-content {
  margin-bottom: 25px;
}
.list-blog-post.list-blog-post-timeline .item-metadata-2, .list-blog-post.list-blog-post-timeline .item-metadata-3 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  color: #333;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}
.list-blog-post.list-blog-post-timeline .item-metadata-2 a, .list-blog-post.list-blog-post-timeline .item-metadata-3 a {
  color: #333;
}
.list-blog-post.list-blog-post-timeline .item-metadata-2 a:hover, .list-blog-post.list-blog-post-timeline .item-metadata-3 a:hover {
  color: #0070c0;
}
.k-timeline {
  position: relative;
}
.k-timeline .line {
  position: absolute;
  top: 0;
  margin-left: -2px;
  width: 4px;
  height: 100%;
  background: #ddd;
  z-index: 1;
}
.k-timeline .item-line {
  height: 4px;
  width: 200px;
  background: #ddd;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
}
.k-timeline .item-line:before, .k-timeline .item-line:after {
  content: '';
  z-index: 2;
}
.k-timeline .item-line:before {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  background: #0070c0;
  border-radius: 50%;
  position: absolute;
  top: -7px;
}
.k-timeline .item-line:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0070c0;
  position: absolute;
  top: -8px;
}
.k-timeline .item-time {
  border: 4px solid #ddd;
  background: #fff;
  width: 170px;
  text-align: center;
  line-height: 44px;
  color: #333;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  position: absolute;
  top: 25%;
  margin-top: -28px;
  z-index: 2;
  text-transform: uppercase;
}
.k-timeline .icon-down {
  text-align: center;
  border-radius: 50%;
  background: #0070c0;
  color: #fff;
  position: absolute;
  z-index: 2;
  font-size: 18px;
  font-weight: 600;
}
.k-timeline.two-col .line {
  left: 50%;
}
.k-timeline.two-col .item {
  float: left;
  margin: 70px 0 0;
  padding: 0 15px 0 8.33333%;
  width: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.k-timeline.two-col .item.item-left {
  padding-left: 15px;
  padding-right: 8.33333%;
}
.k-timeline.two-col .icon-down {
  height: 40px;
  width: 40px;
  line-height: 40px;
  left: 50%;
  margin-left: -20px;
  top: -20px;
}
.k-timeline.two-col .item-left .item-line {
  right: 0;
}
.k-timeline.two-col .item-left .item-line:before {
  right: -9px;
}
.k-timeline.two-col .item-left .item-line:after {
  right: -10px;
}
.k-timeline.two-col .item-left .item-time {
  right: -85px;
}
.k-timeline.two-col .item-right .item-line {
  left: 0;
}
.k-timeline.two-col .item-right .item-line:before {
  left: -9px;
}
.k-timeline.two-col .item-right .item-line:after {
  left: -10px;
}
.k-timeline.two-col .item-right .item-time {
  left: -85px;
}
.k-timeline.one-col .line {
  left: 96px;
}
.k-timeline.one-col .item {
  margin-left: 192px;
  margin-top: 55px;
  padding: 0;
}
.k-timeline.one-col .item:first-child {
  margin-top: 70px;
}
.k-timeline.one-col .item-line {
  left: -96px;
  top: 95px;
  margin-top: 0;
}
.k-timeline.one-col .item-line:before {
  left: -9px;
}
.k-timeline.one-col .item-line:after {
  left: -10px;
}
.k-timeline.one-col .item-time {
  left: -96px;
  margin-left: -85px;
  top: 0;
  margin-top: 0;
}
.k-timeline.one-col .icon-down {
  height: 70px;
  width: 70px;
  line-height: 70px;
  left: 96px;
  top: -35px;
  margin-left: -35px;
  text-transform: uppercase;
}
.k-timeline.one-col .k-pagination {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-left: 96px;
}
.k-timeline.one-col .k-pagination .read-more {
  width: 140px;
  padding: 0;
  margin-left: -70px;
  text-align: center;
}

/* list product page */
.k-item-product {
  text-align: center;
}
.k-item-product .k-item-product-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.k-item-product .k-item-product-thumb a {
  display: block;
}
.k-item-product .k-item-product-thumb img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.k-item-product .k-item-product-thumb:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.k-item-product .k-item-product-thumb:hover .k-product-buttons {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 100;
  filter: alpha(opacity=100);
}
.k-item-product .k-product-buttons {
  width: 183px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -91px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.k-item-product p.k-item-product-price {
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 0;
}
.k-item-product p.k-item-product-price .k-item-product-price {
  font-weight: 700;
  color: #0070c0;
  margin-top: 15px;
}
.k-item-product p.k-item-product-price .k-item-product-price-original {
  text-decoration: line-through;
  color: #333;
  margin-right: 10px;
}
.k-item-product .k-item-product-title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}
.k-widget-related-product .owl-item {
  padding: 0 15px;
}
.k-widget-related-product .outer-carousel {
  margin: 0 -15px;
}
.k-widget-related-product .widget-content {
  overflow: hidden;
}
.k-widget-related-product .owl-carousel .owl-controls .owl-buttons div {
  height: 50px;
  width: 50px;
  line-height: 48px;
  margin: -25px 0 0;
  border: 1px solid #555555;
  color: #555;
  font-size: 24px;
  position: absolute;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.k-widget-related-product .owl-carousel .owl-controls .owl-buttons div:hover {
  border-color: #0070c0;
  color: #0070c0;
}
.k-widget-related-product .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.k-widget-related-product .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.k-widget-related-product .owl-carousel:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
}
.k-widget-related-product .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 15px;
}
.k-widget-related-product .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 15px;
}
.k-product-result-count {
  float: right;
  line-height: 24px;
  padding: 13px 0;
}
.k-product-order {
  float: left;
}
.k-product-order .k-orderby {
  background: #f8f8f8;
  border-color: #f8f8f8;
  width: 285px;
  height: 50px;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
}
.k-list-product {
  margin-top: 55px;
  border-bottom: 1px solid #e5e5e5;
}
.k-list-product .k-item-product {
  margin-bottom: 50px;
}
.k-star-rating {
  width: 70px;
  display: inline-block;
  font-size: 15px;
  position: relative;
}
.k-star-rating span {
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  overflow: hidden;
}
.k-star-rating span:before {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005\f005\f005\f005\f005";
  color: #0070c0;
}
.k-star-rating:before {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f006\f006\f006\f006\f006";
  color: #0070c0;
}
.entry-product {
  overflow-x: hidden;
  border-bottom: 1px solid #dedede;
  padding-bottom: 70px;
}
.entry-product .col-left {
  padding-right: 20px;
}
.entry-product .col-right {
  padding-left: 20px;
  position: relative;
}
.entry-product #product_zoom {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  left: 15px;
  top: 0;
}
.entry-product .entry-thumb {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.entry-product .entry-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 0;
}
.entry-product p.price, .entry-product .k-product-rating {
  float: left;
  margin-bottom: 28px;
  font-size: 20px;
}
.entry-product .k-product-rating {
  margin: -3px 0 0 20px;
}
.entry-product .k-product-rating .k-star-rating {
  margin: 5px 0 0;
}
.entry-product p.price, .entry-product span.price {
  font-size: 20px;
}
.entry-product p.price del, .entry-product span.price del {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 20px;
}
.entry-product p.price ins, .entry-product span.price ins {
  color: #333;
  font-weight: 400;
}
.entry-product .product-info {
  margin-bottom: 30px;
}
.entry-product .quantity {
  height: 46px;
  width: 100px;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.entry-product .quantity .fa, .entry-product .quantity .k-blockquote.style-2:before, .entry-product .quantity .k-blockquote.style-3:before, .entry-product .quantity .read-more.read-more-arrow:after, .entry-product .quantity .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .entry-product .quantity .icon:before, .entry-product .quantity .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .entry-product .quantity .icon:before, .entry-product .quantity .k-widget-slider-animation .prev:before, .k-widget-slider-animation .entry-product .quantity .prev:before, .entry-product .quantity .k-widget-slider-animation .next:before, .k-widget-slider-animation .entry-product .quantity .next:before, .entry-product .quantity .sf-menu > li > ul > li > a.sf-with-ul:after, .entry-product .quantity .sf-mega ul a:after, .sf-mega ul .entry-product .quantity a:after, .entry-product .quantity .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .entry-product .quantity .sf-menu > li > a.sf-with-ul:after, .entry-product .quantity .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .entry-product .quantity small:after, .entry-product .quantity .list-blog-post .k-link p:after, .list-blog-post .k-link .entry-product .quantity p:after, .entry-product .quantity .service-tabs .nav-tabs > li > a:after, .service-tabs .entry-product .quantity .nav-tabs > li > a:after {
  background: #f8f8f8;
  display: inline-block;
  float: left;
  line-height: 46px;
  width: 32px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-product .quantity .fa:hover, .entry-product .quantity .k-blockquote.style-2:hover:before, .entry-product .quantity .k-blockquote.style-3:hover:before, .entry-product .quantity .read-more.read-more-arrow:hover:after, .entry-product .quantity .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:hover:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .entry-product .quantity .icon:hover:before, .entry-product .quantity .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:hover:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .entry-product .quantity .icon:hover:before, .entry-product .quantity .k-widget-slider-animation .prev:hover:before, .k-widget-slider-animation .entry-product .quantity .prev:hover:before, .entry-product .quantity .k-widget-slider-animation .next:hover:before, .k-widget-slider-animation .entry-product .quantity .next:hover:before, .entry-product .quantity .sf-menu > li > ul > li > a.sf-with-ul:hover:after, .entry-product .quantity .sf-mega ul a:hover:after, .sf-mega ul .entry-product .quantity a:hover:after, .entry-product .quantity .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:hover:after, .header-page.header-page-3 .entry-product .quantity .sf-menu > li > a.sf-with-ul:hover:after, .entry-product .quantity .list-blog-post .item blockquote small:hover:after, .list-blog-post .item blockquote .entry-product .quantity small:hover:after, .entry-product .quantity .list-blog-post .k-link p:hover:after, .list-blog-post .k-link .entry-product .quantity p:hover:after, .entry-product .quantity .service-tabs .nav-tabs > li > a:hover:after, .service-tabs .entry-product .quantity .nav-tabs > li > a:hover:after {
  background: #0070c0;
  color: #fff;
}
.entry-product .quantity .qty {
  float: left;
  border: none;
  padding: 0;
  height: 46px;
  line-height: 46px;
  color: #333;
  width: 36px;
  background: #f8f8f8;
  display: inline-block;
  text-align: center;
}
.entry-product .add-to-cart-button {
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  padding: 0 33px;
  line-height: 46px;
  border: none;
}
.entry-product .add-to-cart-button:hover {
  background: #333;
}
.entry-product .k-product_meta {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  color: #333;
  margin-bottom: 0;
}
.entry-product .k-product_meta li {
  line-height: 26px;
  padding: 10px 0;
  border-top: 1px solid #eee;
}
.entry-product .k-product_meta a {
  text-transform: none;
  color: #878787;
}
.entry-product .k-product_meta a:hover {
  color: #0070c0;
}
.entry-product .k-product_meta .fa, .entry-product .k-product_meta .k-blockquote.style-2:before, .entry-product .k-product_meta .k-blockquote.style-3:before, .entry-product .k-product_meta .read-more.read-more-arrow:after, .entry-product .k-product_meta .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .entry-product .k-product_meta .icon:before, .entry-product .k-product_meta .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .entry-product .k-product_meta .icon:before, .entry-product .k-product_meta .k-widget-slider-animation .prev:before, .k-widget-slider-animation .entry-product .k-product_meta .prev:before, .entry-product .k-product_meta .k-widget-slider-animation .next:before, .k-widget-slider-animation .entry-product .k-product_meta .next:before, .entry-product .k-product_meta .sf-menu > li > ul > li > a.sf-with-ul:after, .entry-product .k-product_meta .sf-mega ul a:after, .sf-mega ul .entry-product .k-product_meta a:after, .entry-product .k-product_meta .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .entry-product .k-product_meta .sf-menu > li > a.sf-with-ul:after, .entry-product .k-product_meta .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .entry-product .k-product_meta small:after, .entry-product .k-product_meta .list-blog-post .k-link p:after, .list-blog-post .k-link .entry-product .k-product_meta p:after, .entry-product .k-product_meta .service-tabs .nav-tabs > li > a:after, .service-tabs .entry-product .k-product_meta .nav-tabs > li > a:after {
  padding: 0 5px;
}
.entry-product .panel-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 2px;
}
.entry-product .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.entry-product .panel-group .panel + .panel {
  margin-top: 10px;
}
.entry-product .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.entry-product #product-summary {
  text-align: center;
}
.entry-product #product-summary .panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.entry-product #product-summary .panel-default > .panel-heading {
  border: none;
  padding: 13px 20px;
}
.entry-product #sync1 {
  margin-bottom: 15px;
}
.entry-product #sync1 img {
  max-width: 100%;
  height: auto;
}
.entry-product .wrap-sync2 {
  overflow: hidden;
}
.entry-product .wrap-sync2 .outer-carousel {
  margin-left: -15px;
}
.entry-product #sync2 img {
  display: block;
  width: 100%;
  height: auto;
}
.entry-product #sync2 .owl-item {
  padding: 0 0 0 15px;
}
.entry-product #sync2 .owl-controls .owl-buttons div {
  height: 40px;
  width: 40px;
  line-height: 38px;
  margin: -20px 0 0;
  border: 1px solid #555555;
  color: #555;
  font-size: 24px;
  position: absolute;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.entry-product #sync2 .owl-controls .owl-buttons div:hover {
  border-color: #0070c0;
  color: #0070c0;
}
.entry-product #sync2 .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.entry-product #sync2 .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.entry-product #sync2:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
}
.entry-product #sync2 .owl-controls .owl-buttons .owl-prev {
  left: 15px;
}
.entry-product .form-add-to-cart {
  margin-bottom: 45px;
}
.entry-product .k-entry-summary {
  margin-bottom: 50px;
}
.entry-product .k-entry-summary p {
  line-height: 24px;
}
.entry-product .comments-area {
  text-align: left;
}
.entry-product .comments-area .k-star-rating {
  margin-left: 10px;
}
.k-stars a {
  border-right: 1px solid #e5e5e5;
  margin-right: 10px;
  padding-right: 10px;
  display: inline-block;
}
.k-stars a:last-child {
  border-right: none;
}
.k-stars a.star-1 {
  color: #0070c0;
}
.k-stars a.star-1:after {
  content: "\f006";
}
.k-stars a.star-1:hover:after {
  content: "\f005";
}
.k-stars a.star-2:after {
  content: "\f006\f006";
}
.k-stars a.star-2:hover:after {
  content: "\f005\f005";
}
.k-stars a.star-3:after {
  content: "\f006\f006\f006";
}
.k-stars a.star-3:hover:after {
  content: "\f005\f005\f005";
}
.k-stars a.star-4:after {
  content: "\f006\f006\f006\f006";
}
.k-stars a.star-4:hover:after {
  content: "\f005\f005\f005\f005";
}
.k-stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
}
.k-stars a.star-5:hover:after {
  content: "\f005\f005\f005\f005\f005";
}
.k-stars a.star-1:after, .k-stars a.star-2:after, .k-stars a.star-3:after, .k-stars a.star-4:after, .k-stars a.star-5:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* single page */
.entry-post .entry-thumb, .entry-page .entry-thumb {
  position: relative;
  margin-bottom: 30px;
}
.entry-post .entry-thumb img, .entry-page .entry-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry-post .entry-title, .entry-page .entry-title {
  font-size: 28px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 5px;
}
.entry-post .entry-metadata, .entry-page .entry-metadata {
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 25px;
}
.entry-post .entry-metadata a, .entry-page .entry-metadata a {
  color: #333;
}
.entry-post .entry-metadata a:hover, .entry-page .entry-metadata a:hover {
  color: #0070c0;
}
.entry-content:first-child, .tab-content:first-child, .panel-body:first-child {
  margin-top: 0;
}
.entry-content:last-child, .tab-content:last-child, .panel-body:last-child {
  margin-bottom: 0;
}
.entry-content p, .tab-content p, .panel-body p {
  line-height: 24px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 300;
}
.entry-content ul, .tab-content ul, .panel-body ul {
  margin-left: 0;
}
.entry-content img, .tab-content img, .panel-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* single portfolio */
.entry-portfolio .entry-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry-portfolio .entry-content {
  margin-bottom: 40px;
}
.entry-portfolio .entry-content p {
  color: #333333;
}
.entry-portfolio .entry-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 17px;
}
.entry-portfolio .box-controls {
  overflow: hidden;
}
.entry-portfolio .box-controls a {
  float: left;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #ddd;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 34px;
  color: #333333;
}
.entry-portfolio .box-controls a:hover {
  border-color: #0070c0;
  color: #0070c0;
}
.entry-portfolio .read-more {
  margin-bottom: 40px;
}
.entry-portfolio .box-meta {
  font-size: 18px;
  color: #333333;
  margin-bottom: 25px;
}
.entry-portfolio .box-meta span {
  color: #333;
}
.entry-portfolio.entry-portfolio-2 .entry-thumb {
  margin-bottom: 50px;
}
.entry-portfolio.entry-portfolio-2 .box-meta {
  margin-bottom: 45px;
}
.entry-portfolio.entry-portfolio-2 .entry-content {
  margin-bottom: 32px;
}
.entry-thumb .single-carousel img, .list-blog-post .single-carousel img {
  display: block;
  width: 100%;
  height: auto;
}
.entry-thumb .single-carousel .owl-controls, .list-blog-post .single-carousel .owl-controls {
  margin: 0;
}
.entry-thumb .single-carousel .owl-controls .owl-buttons div, .list-blog-post .single-carousel .owl-controls .owl-buttons div {
  margin: -18px 0 0;
  background: #000;
  background: rgba(0, 0, 0, 0.56);
  width: 36px;
  height: 36px;
  color: #fff;
  position: absolute;
  top: 50%;
  font-size: 18px;
  line-height: 36px;
}
.entry-thumb .single-carousel .owl-controls .owl-buttons .owl-prev, .list-blog-post .single-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.entry-thumb .single-carousel .owl-controls .owl-buttons .owl-next, .list-blog-post .single-carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
}

/* post navigation */
.k-post-navigation .nav-previous, .k-post-navigation .nav-next {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  z-index: 9;
}
.k-post-navigation .nav-previous div, .k-post-navigation .nav-next div {
  position: absolute;
  top: 0;
  padding: 14px 15px;
  background: #2165a4;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  overflow: hidden;
  width: 265px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.k-post-navigation .nav-previous {
  left: 0;
}
.k-post-navigation .nav-previous div {
  left: -300px;
}
.k-post-navigation .nav-previous div img {
  float: right;
  margin-left: 15px;
}
.k-post-navigation .nav-previous div .post-title {
  float: left;
  width: 120px;
  display: inline-block;
  text-align: right;
}
.k-post-navigation .nav-previous:hover div {
  left: 46px;
}
.k-post-navigation .nav-next {
  right: 0;
}
.k-post-navigation .nav-next div {
  right: -300px;
}
.k-post-navigation .nav-next div img {
  float: left;
  margin-right: 15px;
}
.k-post-navigation .nav-next div .post-title {
  float: right;
  width: 120px;
  display: inline-block;
}
.k-post-navigation .nav-next:hover div {
  right: 46px;
}
.k-post-navigation .meta-nav {
  height: 100px;
  width: 46px;
  line-height: 100px;
  background: #0070c0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.k-post-navigation img {
  width: 100px;
  height: auto;
  max-height: 72px;
}

/* box tags post */
.box-tags-post {
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 50px;
  margin-top: 25px;
}
.box-tags-post a {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  line-height: 44px;
  padding: 0 12px;
  color: #fff;
  background: #0070c0;
  float: left;
}
.box-tags-post a:hover {
  background: #333;
}

/* box share post */
.box-share-post {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 28px 0;
  overflow: hidden;
  margin-bottom: 55px;
}
.box-share-post h4 {
  font-size: 18px;
  line-height: 24px;
  float: left;
  margin: 0;
}
.box-share-post .list-social {
  float: right;
}
.box-share-post .list-social a {
  display: inline-block;
  width: 32px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  float: left;
  color: #333;
  font-size: 18px;
}
.box-share-post .list-social a:hover {
  color: #0070c0;
}

/* box-user-post */
.box-user-post {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px 30px 30px 160px;
  position: relative;
  margin-bottom: 50px;
}
.box-user-post .box-user-avatar {
  width: 115px;
  position: absolute;
  left: 30px;
  right: 30px;
}
.box-user-post .box-user-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.box-user-post .box-user-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
}
.box-user-post .list-social {
  overflow: hidden;
}
.box-user-post .list-social a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 18px;
  float: left;
  margin-right: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
}
.box-user-post .list-social a:hover {
  color: #0070c0;
  border-color: #0070c0;
}

/* related post */
.k-related-post {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.k-related-post .widget-title {
  font-size: 24px;
  margin-bottom: 25px;
}
.k-related-post .item {
  margin-bottom: 20px;
}
.k-related-post .item-thumb {
  margin-bottom: 30px;
  overflow: hidden;
}
.k-related-post .item-thumb img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.k-related-post .item-thumb img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.k-related-post .item-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.k-related-post .item-metadata {
  color: #333;
}
.k-related-post .item-metadata a {
  color: #333;
}
.k-related-post .item-metadata a:hover {
  color: #0070c0;
}

/* comment */
.comment-reply-title small a {
  float: right;
}
.comments-area >:last-child {
  margin-bottom: 0;
}
.comment-respond {
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}
.comment-respond .form-control {
  height: 52px;
  background: none;
}
.comment-respond .form-control:focus, .comment-respond .form-control:active {
  border-color: #333;
}
.comment-respond textarea.form-control {
  height: 240px;
}
.comment-respond .form-submit {
  margin-top: 30px;
}
.comment-respond .form-submit input[type="submit"] {
  line-height: 52px;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 25px;
}
.comments-area .fn {
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 10px;
  display: block;
}
.comments-area .k-pagination {
  margin: 55px 0;
}
.comments-area .k-pagination a, .comments-area .k-pagination .prev, .comments-area .k-pagination .next {
  color: #555;
}
.comments-area .k-pagination a:hover, .comments-area .k-pagination .prev:hover, .comments-area .k-pagination .next:hover {
  color: #0070c0;
}
.comment-list {
  margin: 0;
}
.comment-list .comment-body, .comment-list .pingback, .comment-list .trackback {
  border-top: 1px solid #e5e5e5;
  padding: 25px 0;
}
.comment-list .children {
  margin: 0 0 0 85px;
}
.comment-list .comment:last-child .comment-body {
  border-bottom: 1px solid #e5e5e5;
}
.comment-list .comment:last-child.parent .comment-body {
  border-bottom: none;
}
.comment-author {
  color: #e5e5e5;
  margin-bottom: 0.4em;
}
.comment-author a {
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  color: #0070c0;
}
.comment-author a:hover {
  color: #333;
}
.comment-author .avatar {
  float: left;
  height: 70px;
  margin-right: 15px;
  width: 70px;
}
.comment-list .comment-edit-link, .comment-list .reply a {
  font-size: 12px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #0070c0;
  text-transform: uppercase;
}
.comment-list .comment-edit-link:hover, .comment-list .reply a:hover {
  color: #333;
}
.comment-list .reply, .comment-list .comment-content {
  padding-left: 85px;
}
.comment-list .reply {
  margin-top: 10px;
}
.comment-list > .comment:first-child .comment-body {
  border-top: none;
  padding-top: 0;
}
.comment-list .comment-content p {
  color: #333333;
}
.comment-metadata, .pingback .edit-link {
  color: #333;
  font-size: 12px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.comment-metadata a, .pingback .edit-link a {
  color: #333;
}
.comment-metadata a:hover, .pingback .edit-link a:hover {
  color: #0070c0;
}
.comment-metadata {
  margin-bottom: 15px;
}
.comment-metadata .edit-link {
  margin-left: 15px;
}
.pingback .edit-link {
  margin-left: 1em;
}
.pingback .edit-link:before {
  top: 5px;
}
.logged-in-as a:hover {
  border-bottom: 1px solid #e5e5e5;
}
.no-comments {
  border-top: 1px solid #e5e5e5;
  color: #333;
  font-weight: 700;
  padding-top: 25px;
}

/* validate form */
.form-group {
  position: relative;
}
.form-group label.error {
  position: absolute;
  right: 10px;
  top: 12px;
  line-height: 24px;
  color: red;
  font-weight: 400;
}
.k-list li {
  margin-top: 30px;
}
.k-list li:first-child {
  margin-top: 0;
}
.k-list .fa, .k-list .k-blockquote.style-2:before, .k-list .k-blockquote.style-3:before, .k-list .read-more.read-more-arrow:after, .k-list .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-accordion.style-3 .panel-default > .panel-heading a .k-list .icon:before, .k-list .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .icon:before, .sidebar .k-widget-accordion .k-toogle.style-3 .panel-default > .panel-heading a .k-list .icon:before, .k-list .k-widget-slider-animation .prev:before, .k-widget-slider-animation .k-list .prev:before, .k-list .k-widget-slider-animation .next:before, .k-widget-slider-animation .k-list .next:before, .k-list .sf-menu > li > ul > li > a.sf-with-ul:after, .k-list .sf-mega ul a:after, .sf-mega ul .k-list a:after, .k-list .header-page.header-page-3 .sf-menu > li > a.sf-with-ul:after, .header-page.header-page-3 .k-list .sf-menu > li > a.sf-with-ul:after, .k-list .list-blog-post .item blockquote small:after, .list-blog-post .item blockquote .k-list small:after, .k-list .list-blog-post .k-link p:after, .list-blog-post .k-link .k-list p:after, .k-list .service-tabs .nav-tabs > li > a:after, .service-tabs .k-list .nav-tabs > li > a:after {
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
}
.k-list-inline {
  color: #0070c0;
  margin-left: 0;
}
.k-list-inline li {
  margin-right: 20px;
  padding-left: 10px;
  position: relative;
}
.k-list-inline li:before {
  content: '';
  width: 3px;
  height: 3px;
  margin-right: 7px;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  background: #0070c0;
  border-radius: 5px;
}

/* service page*/
.service-tabs {
  margin: 0 0 80px;
}
.service-tabs .nav-tabs {
  margin-bottom: 25px;
  font-family: "Titillium Web", sans-serif;
  border-bottom: none;
}
.service-tabs .nav-tabs > li {
  float: none;
  display: block;
  margin-bottom: 5px;
  padding: 0;
}
.service-tabs .nav-tabs > li > a {
  display: block;
  margin: 0;
  border: none !important;
  line-height: 24px;
  padding: 15px 25px;
  background: #f5f5f5;
  color: #555;
  border-radius: 0;
}
.service-tabs .nav-tabs > li > a:after {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #f5f5f5;
}
.service-tabs .nav-tabs > li > a:hover {
  background: #0070c0;
  color: #fff;
  border: none;
}
.service-tabs .nav-tabs > li > a:hover:after {
  color: #fff;
}
.service-tabs .nav-tabs > li.active > a {
  background: #0070c0;
  color: #fff;
}
.service-tabs .nav-tabs > li.active > a:after {
  color: #fff;
}
.service-tabs .box {
  margin-bottom: 75px;
}
.service-tabs .box:last-child {
  margin-bottom: 0;
}
.service-tabs .box-image {
  margin-bottom: 35px;
}
.service-tabs .box-title {
  font-size: 30px;
  margin-bottom: 45px;
  margin-top: 0;
  padding-bottom: 20px;
  font-weight: 400;
  position: relative;
}
.service-tabs .box-title:before {
  content: '';
  width: 25px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-tabs .k-list {
  margin-top: 35px;
}

/*
* 7.0 Fix ie
* 
 */
.no-borderradius .container {
  width: 1176px;
}
.no-borderradius .col-md-1, .no-borderradius .col-md-2, .no-borderradius .col-md-3, .no-borderradius .col-md-4, .no-borderradius .col-md-5, .no-borderradius .col-md-6, .no-borderradius .col-md-7, .no-borderradius .col-md-8, .no-borderradius .col-md-9, .no-borderradius .col-md-10, .no-borderradius .col-md-11, .no-borderradius .col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.no-borderradius .col-md-1 {
  width: 8.33333% !important;
}
.no-borderradius .col-md-2 {
  width: 16.66667% !important;
}
.no-borderradius .col-md-3 {
  width: 25% !important;
}
.no-borderradius .col-md-4 {
  width: 33.33333% !important;
}
.no-borderradius .col-md-5 {
  width: 41.66667% !important;
}
.no-borderradius .col-md-6 {
  width: 50% !important;
}
.no-borderradius .col-md-7 {
  width: 58.33333% !important;
}
.no-borderradius .col-md-8 {
  width: 66.66667% !important;
}
.no-borderradius .col-md-9 {
  width: 75% !important;
}
.no-borderradius .col-md-10 {
  width: 83.33333% !important;
}
.no-borderradius .col-md-11 {
  width: 91.66667% !important;
}
.no-borderradius .col-md-12 {
  width: 100% !important;
}
.no-borderradius .col-md-offset-1 {
  margin-left: 8.33333% !important;
}
.no-borderradius .col-md-offset-2 {
  margin-left: 16.66667% !important;
}
.no-borderradius .col-md-offset-3 {
  margin-left: 25% !important;
}
.no-borderradius .col-md-offset-4 {
  margin-left: 33.33333% !important;
}
.no-borderradius .col-md-offset-5 {
  margin-left: 41.66667% !important;
}
.no-borderradius .col-md-offset-6 {
  margin-left: 50% !important;
}
.no-borderradius .col-md-offset-7 {
  margin-left: 58.33333% !important;
}
.no-borderradius .col-md-offset-8 {
  margin-left: 66.66667% !important;
}
.no-borderradius .col-md-offset-9 {
  margin-left: 75% !important;
}
.no-borderradius .col-md-offset-10 {
  margin-left: 83.33333% !important;
}
.no-borderradius .col-md-offset-11 {
  margin-left: 91.66667% !important;
}
.no-borderradius .col-md-offset-12 {
  margin-left: 100% !important;
}

/*
* 8.0 Responsive
* 
 */
@media screen and (min-width:320px) {

  /* menu */
  .sf-menu {
    display: none;
  }
  .mobile-menu {
    font-size: 20px;
    color: #333;
  }

  /* end menu */

  /* widget */
  .k-widget-testi .item {
    padding: 0;
  }
  .k-widget-portfolio-single-img .item-title {
    padding-right: 0;
  }
  .k-widget-portfolio-single-img .item-thumb {
    position: relative;
    height: auto;
    width: auto;
    top: auto;
    left: auto;
    margin: 85px -15px 0;
  }
  .k-widget-portfolio-single-img .item-content {
    padding-bottom: 0;
  }
  .k-widget-info-2 .item {
    display: table;
  }
  .k-widget-info-2 p {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
}
@media screen and (min-width:768px) {

  /* widget */
  .k-widget-portfolio-single-img .item-content {
    padding-bottom: 55px;
  }
  .k-widget-portfolio-single-img .item-thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 0px;
    margin: 0;
  }
}
@media screen and (min-width:1024px) {

  /* header */
  .header-page.header-page-3 .sb-search, .header-page.header-page-4 .sb-search, .header-page.header-page-5 .sb-search {
    position: relative;
    float: left;
    top: auto;
  }
  .header-page.header-page-3 .list-social, .header-page.header-page-4 .list-social, .header-page.header-page-5 .list-social {
    margin-right: 0;
  }

  /* menu */
  .sf-menu {
    display: block;
  }
  #mobile-menu, .mobile-menu {
    display: none;
  }
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    min-height: auto !important;
  }
  html.mm-blocking #mm-blocker {
    display: none;
  }

  /* component */
  .icon-box.style-1 .icon {
    float: none;
    margin-right: 0;
  }
  .icon-box.style-1 h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  /* widget */
  .k-widget-testi .item {
    padding: 0 10%;
  }
}
@media screen and (min-width:1280px) {

  /* widget */
  .k-widget-info-2 p {
    width: auto;
  }
}
@media screen and (min-width:320px) and (max-width:767px) {

  /* header */
  .header-page.header-page-1 .top-header-page {
    display: none;
  }
  .header-page.header-page-1 .mobile-menu {
    right: 5px;
    top: 50%;
    margin-top: -12px;
    position: absolute;
  }
  .header-page.header-page-1 .m-logo {
    display: inline-block;
    line-height: 50px;
  }
  .header-page.header-page-1 .m-logo img {
    max-height: 55px;
    width: auto;
    display: inline-block;
  }
  .header-page.header-page-1 .list-social {
    display: none;
  }

  /* component*/
  .icon-box.style-1 .icon {
    float: left;
    margin-right: 25px;
  }
  .icon-box.style-1 h3 {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 15px;    /* Abstand zwischen H3 und Text  */
  }
  .icon-box.style-1 .read-more {
    display: none;
  }
  .icon-box.style-2 .icon {
    color: #0070c0;
    border-color: #0070c0;
  }

  /* widget */
  .k-widget-post-carousel .item {
    text-align: center;
  }
  .k-widget-post-carousel .item .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .k-widget-post-carousel .item .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .k-widget-post-carousel .item .item-title:before {
    right: 50%;
    left: auto;
    margin-right: -42px;
  }
  .k-widget-post-carousel .item-thumb {
    margin-bottom: 30px;
  }
  .k-timeline .icon-down {
    left: 50%;
    font-size: 13px;
  }
  .k-timeline.two-col .item {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
  }
  .k-timeline.two-col .item:first-child {
    margin-top: 25px;
  }
  .k-timeline.two-col .item:first-child.item-first-day-of-month {
    margin-top: 100px;
  }
  .k-timeline.two-col .item.item-first-day-of-month {
    margin-top: 80px;
  }
  .k-timeline.two-col .item.item-left {
    padding-right: 15px;
  }
  .k-timeline.two-col .k-pagination {
    padding-left: 0;
  }
  .k-timeline.two-col .k-pagination .read-more {
    margin-left: 0;
  }
  .k-timeline.two-col .icon-down {
    left: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-left: -20px;
    top: -20px;
  }
  .k-timeline.two-col .item-time {
    width: 110px;
    left: 50%;
    top: -56px;
    margin-left: -55px;
    margin-top: 0;
    font-size: 15px;
    line-height: 26px;
    border-width: 3px;
  }
  .k-timeline.two-col .item-line {
    display: none;
  }
  .k-timeline.two-col .line {
    left: 50%;
  }
  .k-map-contact-form .row {
    padding-top: 310px;
  }
  .k-map-contact-form .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .k-widget-info-2 strong {
    display: inline-block;
  }
  .k-widget-portfolio .item.item-lg, .k-widget-portfolio .item.item-sm {
    width: 100%;
  }
  .k-widget-portfolio .read-more {
    display: none;
  }
  .k-widget-portfolio .hover_div {
    margin: 0;
  }
  .k-widget-portfolio .item {
    padding: 0;
    margin-bottom: 10px;
  }
  .k-widget-post-two-size-thumb p.text-center {
    display: none;
  }
  .k-widget-post-single-carousel-2 {
    padding-bottom: 0;
  }
  .k-widget-post-single-carousel-2 .widget-title {
    margin-left: 0;
    padding-left: 0;
  }
  .k-widget-post-single-carousel-2 .widget-title:before {
    left: 0;
  }
  .k-widget-post-single-carousel-2 .widget-content {
    padding-top: 0;
    background: none;
  }
  .k-widget-post-single-carousel-2 .widget-content:before, .k-widget-post-single-carousel-2 .widget-content:after {
    display: none;
  }
  .k-widget-post-single-carousel-2 .owl-carousel {
    margin: 0;
  }
  .k-widget-number .list-item {
    border-bottom: none;
  }
  .k-widget-number .item {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
  }
  .k-widget-progress .col-md-6:first-child {
    margin-bottom: 20px;
  }
  .k-widget-portfolio-single-img .item-content {
    padding-top: 45px;
  }
  .k-widget-portfolio-single-img .itme-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .k-widget-portfolio-single-img .item-thumb {
    margin-top: 0;
  }
  .k-widget-portfolio-single-img .read-more {
    display: none;
  }
  .k-widget-info-2 .overlay {
    padding: 10px 0;
  }
  .k-widget-info-2 .item {
    padding: 10px 0;
  }

  /* single page */
  .box-user-post {
    padding: 20px;
  }
  .box-user-post .box-user-avatar {
    position: relative;
    left: auto;
    right: auto;
    margin-bottom: 15px;
  }

  /* comments */
  .comment-author .avatar {
    float: none;
    margin-bottom: 15px;
  }
  .comment-list .reply, .comment-list .comment-content {
    padding-left: 0;
  }
  .comment-list .children {
    margin-left: 0;
  }

  /* shop list*/
  .k-product-result-count {
    float: left;
  }

  /* shop detail */
  .entry-product #sync1 {
    margin-bottom: 0;
  }
  .entry-product .wrap-sync2 {
    display: none;
  }
  .entry-product #product-summary {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:320px) and (max-width:1023px) {
  .has-header.has-icon-header.k-widget .widget-header {
    margin-bottom: 20px;
  }
  .has-header.has-icon-header.k-widget .widget-header .icon {
    margin-bottom: 15px;
  }
  .has-header.has-icon-header.k-widget .widget-title {
    font-size: 24px;
  }
  .has-header.has-icon-header.k-widget .widget-des {
    display: none;
  }
  .k-widget {
    margin: 50px 0;
  }
  .has-header.k-widget {
    margin-top: 50px;
  }
  .has-header.has-icon-header.k-widget {
    margin-top: 50px;
  }
  .has-background.k-widget {
    margin: 0;
  }
  .has-background.k-widget .overlay {
    padding: 50px 0;
  }
  .has-background.has-header.k-widget .overlay {
    padding-top: 45px;
  }
  .has-background.has-header.has-icon-header.k-widget .overlay {
    padding-top: 50px;
  }

  /*header */
  .header-page.header-page-1 .mobile-menu {
    font-size: 28px;
    color: #fff;
  }
  .header-page.header-page-2 .top-logo {
    display: none;
  }
  .header-page.header-page-2 .info-c, .header-page.header-page-2 .list-social {
    display: none;
  }
  .header-page.header-page-2 .mobile-menu {
    font-size: 28px;
    position: absolute;
    right: 60px;
    top: 8px;
  }
  .header-page.header-page-2 .m-logo {
    display: inline-block;
    line-height: 40px;
  }
  .header-page.header-page-2 .m-logo img {
    display: inline-block;
    max-height: 45px;
    width: auto;
  }
  .header-page.header-page-2 .bottom-header-page {
    display: none;
  }
  .header-page.header-page-3 {
    border-bottom: 1px solid #575757;
  }
  .header-page.header-page-3 .top-logo {
    display: none;
  }
  .header-page.header-page-3 .info-c, .header-page.header-page-3 .list-social {
    display: none;
  }
  .header-page.header-page-3 .mobile-menu {
    font-size: 28px;
    position: absolute;
    right: 45px;
    top: 11px;
    color: #fff !important;
  }
  .header-page.header-page-3 .m-logo {
    display: inline-block;
    line-height: 48px;
  }
  .header-page.header-page-3 .m-logo img {
    display: inline-block;
    max-height: 50px;
    width: auto;
  }
  .header-page.header-page-3 .inner-top-header-page {
    border-bottom: none;
    padding: 0;
  }
  .header-page.header-page-3 .bottom-header-page {
    display: none;
  }
  .header-page.header-page-4 .top-logo {
    display: none;
  }
  .header-page.header-page-4 .top-header-page {
    border-top: none;
    background: #0070c0;
    padding: 0;
  }
  .header-page.header-page-4 .info-ad, .header-page.header-page-4 .list-social {
    display: none;
  }
  .header-page.header-page-4 .mobile-menu {
    font-size: 28px;
    position: absolute;
    right: 45px;
    top: 10px;
    color: #fff !important;
  }
  .header-page.header-page-4 .m-logo {
    display: inline-block;
    line-height: 48px;
  }
  .header-page.header-page-4 .m-logo img {
    display: inline-block;
    max-height: 50px;
    width: auto;
  }
  .header-page.header-page-4 .sb-search {
    top: 12px;
  }
  .header-page.header-page-4 .middle-header-page {
    display: none;
  }
  .header-page.header-page-4 .bottom-header-page {
    display: none;
  }
  .header-page.header-page-5 .top-logo {
    display: none;
  }
  .header-page.header-page-5 .info-c, .header-page.header-page-5 .list-social {
    display: none;
  }
  .header-page.header-page-5 .mobile-menu {
    font-size: 28px;
    position: absolute;
    right: 45px;
    top: 8px;
    color: #fff !important;
  }
  .header-page.header-page-5 .m-logo {
    display: inline-block;
    line-height: 40px;
  }
  .header-page.header-page-5 .m-logo img {
    display: inline-block;
    max-height: 45px;
    width: auto;
  }
  .header-page.header-page-5 .inner-top-header-page {
    padding: 0;
  }
  .header-page.header-page-5 .bottom-header-page {
    display: none;
  }

  /* heading page */
  .heading-page .overlay {
    padding: 10px 0;
  }
  .heading-page .heading-page-title {
    display: none;
  }
  .heading-page .kopa-breadcrumb {
    float: none;
  }
  .sf-mega-section p {
    display: none;
  }
  .sf-mega-section.sf-mega-section-1 {
    padding-right: 15px;
  }

  /* search box  */
  .sb-search-open .sb-search-input {
    background: #fff !important;
  }

  /* widget */
  .k-widget-full-width-single-carousel {
    height: auto;
  }
  .k-widget-full-width-single-carousel p {
    width: 100%;
    padding: 0 15px;
    font-size: 15px;
  }
  .k-widget-full-width-single-carousel .item-title {
    font-size: 24px;
    margin-top: 85px;
  }
  .k-widget-full-width-single-carousel .owl-controls {
    display: none !important;
  }
  .k-widget-full-width-single-carousel .read-more {
    display: none;
  }
  .k-widget-portfolio-circle-img .widget-content {
    margin-top: 30px;
    background: none;
  }
  .k-widget-portfolio-circle-img .item {
    margin: 0 auto 25px;
    float: none;
  }
  .k-widget-portfolio-circle-img .item:last-child {
    margin-bottom: 0;
  }
  .k-widget-portfolio-circle-img .item-title {
    margin-top: 10px;
  }
  .k-widget-portfolio-circle-img .item-size-2 .item-title, .k-widget-portfolio-circle-img .item-size-4 .item-title {
    margin-top: 10px;
  }
  .k-widget-portfolio-icon .widget-content .row > div {
    margin-bottom: 25px;
  }
  .k-widget-portfolio-icon .widget-content .row > div:last-child {
    margin-bottom: 0;
  }
  .k-widget-portfolio-icon .icon-box.style-2 p {
    margin-bottom: 2px;
  }
  .k-widget-portfolio-icon .icon-box.style-2 .divider {
    margin: 5px 0;
  }
  .k-widget-portfolio-icon .icon-box.style-2 .icon {
    height: 50px;
    width: 50px;
    line-height: 48px;
  }
  .k-widget-info-2 .overlay {
    font-size: 16px;
  }
  .k-widget-info-2 .icon {
    margin-right: 20px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 24px;
  }
  .k-widget-info-2 .item-envelope {
    float: left;
    width: 100%;
  }
  .k-widget-text .widget-title {
    font-size: 24px;
  }
  .k-widget-text.bg-img .overlay {
    padding: 45px 0 50px;
  }
  .widget-icon-boxes {
    margin: 40px 0 10px;
  }
  .widget-icon-boxes .widget-title {
    font-size: 25px;
    line-height: 30px;
  }
  .widget-icon-boxes .col-xs-12:first-child {
    margin-bottom: 15px;
  }
  .widget-icon-boxes .icon-box.style-1 {
    margin-bottom: 20px;
  }
  .widget-icon-boxes .icon-box.style-1 .icon {
    margin-bottom: 15px;
  }
  .k-feature-products {
    margin-bottom: 0 !important;
  }
  .k-feature-products .item {
    margin-bottom: 50px;
  }
  .k-product-buttons a {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .k-widget-testi .overlay {
    padding: 50px 0;
  }
  .k-widget-testi.style-2 .overlay {
    padding: 25px 0px 55px;
  }
  .k-widget-testi.style-2 .widget-content {
    padding: 30px 0;
  }
  .k-widget-testi.style-2 .widget-title {
    margin-bottom: 35px;
  }
  .k-widget-testi.style-2 .owl-controls {
    bottom: -60px;
  }
  .k-widget-portfolio .hover_div a > div {
    display: none !important;
  }
  .k-widget-post-two-size-thumb.has-background .overlay {
    padding-bottom: 25px;
  }
  .k-widget-post-two-size-thumb .item-thumb {
    margin-bottom: 15px;
  }
  .k-widget-post-two-size-thumb .item {
    margin-bottom: 25px;
  }
  .k-widget-post-two-size-thumb .item-title {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .k-widget-post-single-carousel-2 .owl-carousel .owl-controls .owl-buttons {
    right: auto;
    bottom: auto;
    top: 50%;
    margin-top: -30px;
    width: 100%;
  }
  .k-widget-post-single-carousel-2 .owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .k-widget-post-single-carousel-2 .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }
  .k-widget-post-single-carousel-2 .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
  }
  .k-widget-portfolio-filter {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .k-widget-portfolio-filter .widget-title {
    font-size: 24px;
  }
  .k-widget-portfolio-filter .widget-des {
    display: none;
  }
  .k-widget-portfolio-filter .masonry-filter {
    margin-bottom: 0;
  }
  .k-widget-portfolio-filter .masonry-filter a {
    padding: 0 10px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .k-widget-portfolio-filter .item {
    padding-bottom: 15px;
  }
  .k-widget-portfolio-filter .item-thumb {
    margin-bottom: 15px;
  }
  .k-widget-text {
    padding: 45px 0;
  }
  .k-widget-post-carousel .item-time {
    display: none;
  }
  .k-widget-post-carousel .item-thumb {
    margin-bottom: 10px;
  }
  .k-widget-post-carousel .item-title {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .k-widget-post-carousel .owl-controls {
    display: none !important;
  }
  .k-widget-newsletter-2 .overlay {
    padding: 25px 0px 30px;
  }
  .k-widget-newsletter-2 .widget-des, .k-widget-newsletter-2 .widget-des-2 {
    display: none;
  }
  .k-widget-newsletter-2 .widget-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .k-widget-newsletter-2 .form-control {
    height: 50px;
  }
  .k-widget-newsletter-2 button {
    top: 10px;
    right: 10px;
  }
  .k-map-contact-form .col-md-6 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .k-map-contact-form .widget-title {
    font-size: 24px;
  }
  .k-map-contact-form .widget-des {
    display: none;
  }
  .k-map-contact-form .form-control {
    height: 40px;
  }
  .k-map-contact-form .form-message {
    margin-bottom: 20px;
  }
  .k-widget-related-product .k-item-product-thumb {
    margin-bottom: 15px;
  }
  .sidebar .widget {
    margin-bottom: 20px;
  }
  .sidebar .widget-title {
    margin-bottom: 20px;
  }
  .k-widget_search .form-control {
    height: 40px;
  }
  .k-widget_search button {
    height: 40px;
    line-height: 40px;
  }
  .k-widget-text.bg-img.has-des .overlay {
    padding: 25px 0 20px;
  }
  .k-widget-text.bg-img.has-des .widget-title {
    font-size: 24px;
  }
  .k-widget-text.bg-img.has-des .widget-des {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .k-widget-text.bg-img.has-des .read-more.read-more-border {
    padding: 5px 10px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .k-widget-text.bg-img .widget-title {
    font-size: 25px;
  }

  /* footer */
  .widget-area-2, .widget-area-3 {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .widget-area-2 .widget-title {
    margin-bottom: 15px;
  }
  .top-footer-page .widget-title, .middle-footer-page .widget-title {
    font-size: 22px;
  }
  .k-widget-newsletter form {
    margin-bottom: 15px;
  }
  .k-widget-newsletter .widget-title {
    margin-bottom: 15px;
  }
  .k-widget-newsletter input {
    height: 40px;
  }
  .k-widget-newsletter input[type="submit"] {
    line-height: 40px;
    padding: 0 10px;
  }
  .middle-footer-page {
    padding-bottom: 0;
    padding-top: 45px;
  }
  .middle-footer-page .widget {
    margin-bottom: 45px;
  }
  .middle-footer-page .k-widget-info {
    margin-bottom: 35px;
  }
  .middle-footer-page .widget-title {
    margin-bottom: 15px;
  }
  .bottom-footer-page {
    padding: 15px 0;
  }

  /* blog page */
  .sidebar {
    margin-top: 30px;
  }
  .sidebar .widget-title {
    font-size: 20px;
  }
  .list-blog-post .item-title {
    font-size: 25px;
  }
  .k-timeline .icon-down {
    left: 50%;
    font-size: 13px;
  }
  .k-timeline.two-col .item {
    margin-top: 25px;
  }
  .k-timeline.one-col .item {
    margin-top: 24px;
    margin-left: 0;
  }
  .k-timeline.one-col .item:first-child {
    margin-top: 25px;
  }
  .k-timeline.one-col .item:first-child.item-first-day-of-month {
    margin-top: 100px;
  }
  .k-timeline.one-col .item.item-first-day-of-month {
    margin-top: 80px;
  }
  .k-timeline.one-col .k-pagination {
    padding-left: 0;
  }
  .k-timeline.one-col .k-pagination .read-more {
    margin-left: 0;
  }
  .k-timeline.one-col .icon-down {
    left: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-left: -20px;
    top: -20px;
  }
  .k-timeline.one-col .item-time {
    width: 110px;
    left: 50%;
    top: -56px;
    margin-left: -55px;
    font-size: 15px;
    line-height: 26px;
    border-width: 3px;
  }
  .k-timeline.one-col .item-line {
    display: none;
  }
  .k-timeline.one-col .line {
    left: 50%;
  }
  .list-blog-post.list-blog-post-timeline .item .item-inner {
    padding-bottom: 20px;
  }
  .list-blog-post.list-blog-post-timeline .read-more {
    display: none;
  }
  .list-blog-post.list-blog-post-timeline .item-text-content {
    margin-bottom: 0;
  }
  .list-blog-post.list-blog-post-timeline .item-thumb {
    margin-bottom: 15px;
  }
  .list-blog-post.list-blog-post-timeline .item-metadata-2, .list-blog-post.list-blog-post-timeline .item-metadata-3 {
    padding-bottom: 10px;
  }
  .list-blog-post .item-metadata-2 {
    margin-bottom: 10px;
  }
  .list-blog-post .k-link p {
    font-size: 18px;
    line-height: 24px;
  }
  .list-blog-post .k-link p:after {
    display: none;
  }
  .k-widget-post-single-carousel .overlay {
    padding: 15px 0 40px;
  }
  .k-widget-post-single-carousel .widget-title {
    font-size: 30px;
  }
  .k-widget-post-single-carousel .item-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }

  /* contact page */
  .contact-page .k-widget-contact-form {
    margin-bottom: 50px;
  }

  /* single page */
  .entry-post .entry-title, .entry-page .entry-title {
    font-size: 25px;
    line-height: 30px;
  }
  .k-post-navigation {
    display: none;
  }
  .heading-page {
    margin-bottom: 30px;
  }
  .box-tags-post {
    margin-bottom: 30px;
  }
  .box-share-post {
    margin-bottom: 30px;
    padding: 15px 0;
  }
  .box-user-post {
    margin-bottom: 20px;
  }
  .k-related-post {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .k-related-post .item-thumb {
    margin-bottom: 10px;
  }

  /* comments */
  .comments-area .comments-title, .comments-area .comment-reply-title {
    margin-bottom: 15px;
  }
  .comments-area .k-pagination {
    margin: 15px 0;
  }
  .comment-respond {
    padding-top: 20px;
  }
  body.single-page .footer-page {
    margin-top: 0;
  }

  /* metadata time */
  .k-widget-post-two-size-thumb .item-metadata > span, .list-blog-post .item-metadata > span, .entry-post .item-metadata > span {
    width: 50px;
    height: 50px;
    padding-top: 5px;
  }
  .k-widget-post-two-size-thumb .item-metadata > span .item-metadata-time-day, .k-widget-post-two-size-thumb .item-metadata > span .item-metadata-comments-count, .list-blog-post .item-metadata > span .item-metadata-time-day, .list-blog-post .item-metadata > span .item-metadata-comments-count, .entry-post .item-metadata > span .item-metadata-time-day, .entry-post .item-metadata > span .item-metadata-comments-count {
    font-size: 20px;
    margin-bottom: 1px;
  }

  /* pagination */
  .k-pagination {
    margin: 25px 0 0;
  }

  /* shop list */
  .k-product-order .k-orderby {
    height: 36px;
    font-size: 18px;
  }
  .k-product-result-count {
    padding: 5px 0;
  }
  .k-list-product {
    margin-top: 30px;
  }
  .k-list-product .k-item-product {
    margin-bottom: 30px;
  }
  .k-list-product .k-item-product-thumb {
    margin-bottom: 15px;
  }

  /* shop detail */
  .zoomContainerm
  #product-zoom {
    display: none;
  }
  .entry-product {
    padding-bottom: 20px;
  }
  .entry-product .entry-thumb {
    margin-bottom: 15px;
  }
  .entry-product p.price, .entry-product .k-product-rating {
    margin-bottom: 15px;
  }
  .entry-product .product-info {
    margin-bottom: 15px;
  }
  .entry-product .form-add-to-cart {
    margin-bottom: 25px;
  }
  .entry-product .k-entry-summary {
    margin-bottom: 25px;
  }

  /* service page */
  .service-tabs {
    margin-bottom: 30px;
  }
  .service-tabs .box {
    margin-bottom: 25px;
  }
  .service-tabs .box-image {
    margin-bottom: 15px;
  }
  .service-tabs .box-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .service-tabs .k-list {
    margin-top: 15px;
  }
  .k-list li {
    margin-top: 15px;
  }

  /* single portfolio */
  .entry-portfolio .entry-title {
    margin-bottom: 10px;
  }
  .entry-portfolio .entry-content {
    margin-bottom: 10px;
  }
  .entry-portfolio .box-meta {
    margin-bottom: 15px;
  }
  .entry-portfolio .read-more {
    margin-bottom: 15px;
  }
  .entry-portfolio.entry-portfolio-2 .entry-thumb {
    margin-bottom: 15px;
  }
  .entry-portfolio.entry-portfolio-2 .entry-content {
    margin-bottom: 15px;
  }
  .entry-portfolio.entry-portfolio-2 .box-meta {
    margin-bottom: 15px;
  }

  /* footer */
  .top-footer-page:before {
    display: none;
  }
  .top-footer-page .container .row:before {
    display: none;
  }
  .widget-area-3 {
    padding-left: 15px;
  }
  body.single-page .footer-page, body.single-portfolio .footer-page {
    margin-top: 30px;
  }
}
@media screen and (min-width:320px) and (max-width:1279px) {
  .k-widget-logo .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    left: 0;
  }
  .k-widget-logo .owl-carousel .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }
}
@media screen and (min-width:480px) and (max-width:767px) {

  /* widget */
  .k-widget-info-2 .item-phone, .k-widget-info-2 .item-envelope {
    margin-left: 75px;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .container {
    width: 100%;
  }

  /* header */
  .header-page.header-page-1 .mobile-menu {
    position: relative;
    float: left;
    line-height: 55px;
    height: 55px;
    right: auto;
    top: auto;
    margin-top: 0;
  }

  /* mobile menu */
  .sf-mega-section.sf-mega-section-1 {
    margin-bottom: 15px;
  }

  /* widget */
  .k-widget-portfolio-icon .icon-box.style-2 {
    text-align: left;
    padding-left: 65px;
    position: relative;
  }
  .k-widget-portfolio-icon .icon-box.style-2 .icon {
    position: absolute;
    left: 0;
    top: 3px;
  }
  .k-widget-post-carousel .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .k-widget-post-carousel .row > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .k-widget-post-carousel .item {
    text-align: left;
    padding: 0 !important;
    float: none !important;
  }
  .k-widget-post-carousel .item-thumb {
    float: left !important;
  }
  .k-widget-post-carousel .item-content {
    float: right !important;
  }
  .k-widget-post-carousel .item-title:before {
    left: 0 !important;
    margin-left: 0 !important;
  }
  .k-widget-post-two-size-thumb p.text-center {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .k-widget-portfolio-single-img .item-content {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .k-widget-portfolio-single-img .read-more {
    display: none;
  }
  .k-timeline.two-col .item-time {
    border: none;
    width: 110px;
    line-height: 26px;
    font-size: 16px;
  }
  .k-timeline.two-col .item-left .item-time {
    right: -55px;
  }
  .k-timeline.two-col .item-right .item-time {
    left: -55px;
  }
}
@media screen and (min-width:1024px) and (max-width:1279px) {
  .k-widget-portfolio-circle-img .item-size-1 {
    margin-right: 35px;
  }
  .k-widget-portfolio-circle-img .item-size-2 {
    margin-right: 35px;
  }
  .k-widget-portfolio-circle-img .item-size-3 {
    margin-right: 40px;
  }
  .k-timeline.two-col .item-time {
    width: 130px;
    font-size: 16px;
    line-height: 26px;
  }
  .k-timeline.two-col .item-left .item-time {
    right: -65px;
  }
  .k-timeline.two-col .item-right .item-time {
    left: -65px;
  }
}

/*# sourceMappingURL=style.css.map */
