<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../fonts/roboto/roboto.css");
@import url("../fonts/roboto-cond/roboto-cond.css");
@import url("../fonts/themify/themify-icons.css");
@import url("../fonts/font-awesome/font-awesome.min.css");
@import url(animate.min.css);

/*[class^="Rad"], [class^="Rad"] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

.RadAsyncUpload, .RadAsyncUpload *, .reToolCell, .reToolCell * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.font-roboto {
  font-family: "Roboto";
}

.font-roboto-cond {
  font-family: "Roboto Condensed";
}

.font-themify {
  font-family: "themify";
}

.font-font-awesome {
  font-family: "FontAwesome";
}

/* COLOR CLASSES
-------------------------------------------- */
.bcolor {
  color: #131416;
}

.bcolor-bg {
  background-color: #131416;
}

.pcolor {
  color: #b688a2;
}

.pcolor-bg {
  background-color: #b688a2;
}

.scolor {
  color: #E54D28;
}

.scolor-bg {
  background-color: #E54D28;
}

.bcolor-m {
  color: #42464d;
}

.bcolor-m-bg {
  background-color: #42464d;
}

.bcolor-l {
  color: #727883;
}

.bcolor-l-bg {
  background-color: #727883;
}

.bcolor-xl {
  color: #dee0e3;
}

.bcolor-xl-bg {
  background-color: #dee0e3;
}

.bcolor-xxl {
  color: #ecedef;
}

.bcolor-xxl-bg {
  background-color: #ecedef;
}

.white {
  color: #fff;
}

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

.black {
  color: #000;
}

.black-bg {
  background-color: #000;
}

.red {
  color: #D93600;
}

.red-bg {
  background-color: #D93600;
}

.orange {
  color: #FF9326;
}

.orange-bg {
  background-color: #FF9326;
}

.yellow {
  color: #FEBB08;
}

.yellow-bg {
  background-color: #FEBB08;
}

.green {
  color: #468C00;
}

.green-bg {
  background-color: #468C00;
}

.blue {
  color: #0085B2;
}

.blue-bg {
  background-color: #0085B2;
}

.violet {
  color: #A333A3;
}

.violet-bg {
  background-color: #A333A3;
}

.azure {
  color: #00B2B2;
}

.azure-bg {
  background-color: #00B2B2;
}

.cyan {
  color: #00C0FF;
}

.cyan-bg {
  background-color: #00C0FF;
}

/* BACKGROUND IMAGES
------------------------------------------------------ */
.bg-cover, .cover-1-bg, .cover-2-bg, .cover-3-bg, .cover-4-bg, .page-bg {
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  -ms-background-size: cover!important;
  background-size: cover!important;
}

.cover-1-bg {
  background: url("../../images/backgrounds/cover1.jpg") no-repeat center 0 fixed;
}

.cover-2-bg {
  background: url("../../images/backgrounds/cover2.jpg") no-repeat center 0 fixed;
}

.cover-3-bg {
  background: url("../../images/backgrounds/cover3.jpg") no-repeat center 0 fixed;
}

.cover-4-bg {
  background: url("../../images/backgrounds/cover4.jpg") no-repeat center 0 fixed;
}

.page-bg {
  background: url("../../images/backgrounds/cover1.jpg") no-repeat center 0 fixed;
}

.tile-1-bg {
  /*background: url("../../images/backgrounds/tile1.png") repeat center 0 fixed;*/
  background: white;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

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

/* UTILITY CLASSES
------------------------------------------- */
/* Lists */
.no-list, .vlist, .hlist, .hlinks, .grid-list, .vlinks, .bxslider {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-list &gt; li, .vlist &gt; li, .hlist &gt; li, .hlinks &gt; li, .grid-list &gt; li, .vlinks &gt; li, .bxslider &gt; li {
  padding: 0;
  margin: 0;
}

.vlist &gt; li {
  display: block;
}

.hlist, .hlinks {
  font-size: 0;
  zoom: 1;
}
.hlist &gt; li, .hlinks &gt; li {
  display: inline-block;
  font-size: 14px;
}

/* Sizing */
.sizing-cbox, .vlinks-iconed &gt; li {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

.sizing-bbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Borders */
.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Type */
.case-u {
  text-transform: uppercase !important;
}

.case-l {
  text-transform: lowercase !important;
}

.case-c {
  text-transform: capitalize !important;
}

.italic {
  font-style: italic;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.fsize-120pc {
  font-size: 1.2em !important;
}

/* Box */
.no-margin {
  margin: 0 !important;
}

.no-margin-r {
  margin-right: 0 !important;
}

.no-margin-l {
  margin-left: 0 !important;
}

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

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

.no-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

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

.no-pad-l {
  padding-left: 0 !important;
}

.no-pad-r {
  padding-right: 0 !important;
}

.no-pad-t {
  padding-top: 0 !important;
}

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

.no-pad-x {
  padding-left: 0;
  padding-right: 0;
}

.no-pad-y {
  padding-left: 0;
  padding-right: 0;
}

.h-100pc {
  height: 100%;
}

.w-100pc {
  width: 100%;
}

.fillw {
  width: 100%;
  height: auto;
  display: block;
}

.table-fixed {
  table-layout: fixed;
}

.abs-filler {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.no-border-r {
  border-right: none !important;
}

/* Clearing */
.clear {
  clear: both !important;
  visibility: hidden;
  display: block;
  height: 0;
}

.clearfix:before, .grid-list:before, .hquote:before, .vquote:before, .pp_nav:before, .pp_details:before, .clearfix:after, .grid-list:after, .hquote:after, .vquote:after, .pp_nav:after, .pp_details:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
}

.clearfix:after, .grid-list:after, .hquote:after, .vquote:after, .pp_nav:after, .pp_details:after {
  clear: both;
}

.clearfix, .grid-list, .hquote, .vquote, .pp_nav, .pp_details {
  zoom: 1;
}

/* Positioning */
.block {
  display: block;
}

.inline {
  display: inline;
}

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

.table-block {
  display: table;
}

.cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.hcenter {
  margin-left: auto;
  margin-right: auto;
}

.vcenter {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.vcenter .vcenter-this {
  display: table-cell;
  vertical-align: middle;
}

/* Media Specific */
.width-100pc {
  width: 100%;
}

.width-80pc {
  width: 80%;
}

.width-60pc {
  width: 60%;
}

.width-70pc {
  width: 70%;
}

.width-50pc {
  width: 50%;
}

.width-30pc {
  width: 30%;
}

.width-33pc {
  width: 33%;
}

.width-40pc {
  width: 40%;
}

.space-b {
  margin-bottom: 30px;
}

.space-t {
  margin-top: 30px;
}

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

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

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

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

.margin-y-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-y-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .block-xs, .show-xs {
    display: block !important;
  }

  .no-border-xs {
    border: none !important;
  }

  .no-float-xs {
    float: none !important;
  }

  .no-margin-r-xs {
    margin-right: 0 !important;
  }

  .no-margin-l-xs {
    margin-left: 0 !important;
  }

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

  .space-b-xs {
    margin-bottom: 30px;
  }

  .space-t-xs {
    margin-top: 30px;
  }

  .space-y-xs {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mgb-10-xs {
    margin-bottom: 10px;
  }

  .mgb-20-xs {
    margin-bottom: 20px;
  }

  .mgb-30-xs {
    margin-bottom: 30px;
  }

  .width-50pc-xs {
    width: 50%;
  }

  .width-30pc-xs {
    width: 30%;
  }

  .width-100pc-xs, .fullw-xs {
    width: 100%;
  }

  .width-80pc-xs {
    width: 80%;
  }
}
@media (max-width: 460px) {
  .hidden-xxs {
    display: none;
  }

  .visible-xxs {
    display: block;
  }
}
/* MISC
--------------------------------------------------- */
.icon-left {
  margin-right: 10px;
}

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

.grid-list &gt; li {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.grid-list.cell-pad-5 {
  margin: -5px;
}
.grid-list.cell-pad-5 &gt; li {
  padding: 5px;
}

.grid-list.cell-pad-10 {
  margin: -10px;
}
.grid-list.cell-pad-10 &gt; li {
  padding: 10px;
}

.grid-list.cell-pad-15 {
  margin: -15px;
}
.grid-list.cell-pad-15 &gt; li {
  padding: 15px;
}

.grid-list.cols-4 &gt; li {
  width: 25%;
}

.grid-list.cols-2 &gt; li {
  width: 50%;
}

.grid-list.cols-3 &gt; li {
  width: 33.3333%;
}

.grid-list.cols-5 &gt; li {
  width: 20%;
}

.img-thumbnail,
.btn,
.btn-group .btn,
.btn-group .dropdown-menu,
.btn-group .btn,
.btn-group .btn:first-child:not(:last-child),
.btn-group .btn:last-child:not(:first-child),
.table-bordered,
.table-bordered tr:first-child th:first-child,
.table-bordered tr:first-child th:last-child,
.table-bordered tr:last-child td:first-child,
.table-bordered tr:last-child td:last-child,
.input-group .btn,
.input-group .dropdown-menu,
.input-group .form-control,
.input-group .input-group-addon,
.dropdown-menu,
.dropdown-menu .dropdown-submenu .dropdown-menu,
.form .form-control,
.form .btn,
.form-control,
.label,
.badge,
.alert,
.alert .btn,
.progress,
.breadcrumb,
.tooltip .tooltip-inner,
.popover,
.nav-list-panel,
.nav-tabs li &gt; a,
.tabs-below .nav-tabs li &gt; a,
.tabs-right .nav-tabs li &gt; a,
.tabs-left .nav-tabs li &gt; a,
.nav-tabs .dropdown-menu,
.tabs-below .nav-tabs .dropdown-menu,
.nav-pills li a,
.nav-pills .dropdown-menu,
.navbar,
.navbar .dropdown-menu,
.progress-bar, .progress
.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span,
.pager li a:hover,
.pager li a:focus,
.panel,
.panel-heading,
.panel-body,
.breadcrumb-arrow li:first-child a,
pre, code, .container .jumbotron,
.input-lg, .form-group-lg .form-control,
.modal-header .modal-title, .modal-content,
.panel-group .panel, .panel-group .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}

/* CALLOUTS
------------------------------------------ */
.bs-callout {
  border-left: 3px solid #EEEEEE;
  margin: 20px 0;
  padding: 20px;
}

.bs-callout h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.bs-callout p {
  margin: 0;
}

.bs-callout-warning {
  background-color: #FCF8F2 !important;
  border-color: #F0AD4E;
}

.bs-callout-warning h4 {
  color: #F0AD4E;
}

.bs-callout-danger {
  background-color: #FDF7F7;
  border-color: #D9534F !important;
}

.bs-callout-danger h4 {
  color: #D9534F;
}

.bs-callout-info {
  background-color: #F4F8FA;
  border-color: #5BC0DE !important;
}

.bs-callout-info h4 {
  color: #5BC0DE;
}

.bs-callout-success {
  background-color: #DFF0D8;
  border-color: #D6E9C6 !important;
}

/* GRID 
-------------------------------------------- */
.space-y {
  margin-top: 15px;
  margin-bottom: 15px;
}

.grid-0.row {
  margin-left: 0;
  margin-right: 0;
}
.grid-0 .col-xs-1, .grid-0 .col-sm-1, .grid-0 .col-md-1, .grid-0 .col-lg-1, .grid-0 .col-xs-2, .grid-0 .col-sm-2, .grid-0 .col-md-2, .grid-0 .col-lg-2, .grid-0 .col-xs-3, .grid-0 .col-sm-3, .grid-0 .col-md-3, .grid-0 .col-lg-3, .grid-0 .col-xs-4, .grid-0 .col-sm-4, .grid-0 .col-md-4, .grid-0 .col-lg-4, .grid-0 .col-xs-5, .grid-0 .col-sm-5, .grid-0 .col-md-5, .grid-0 .col-lg-5, .grid-0 .col-xs-6, .grid-0 .col-sm-6, .grid-0 .col-md-6, .grid-0 .col-lg-6, .grid-0 .col-xs-7, .grid-0 .col-sm-7, .grid-0 .col-md-7, .grid-0 .col-lg-7, .grid-0 .col-xs-8, .grid-0 .col-sm-8, .grid-0 .col-md-8, .grid-0 .col-lg-8, .grid-0 .col-xs-9, .grid-0 .col-sm-9, .grid-0 .col-md-9, .grid-0 .col-lg-9, .grid-0 .col-xs-10, .grid-0 .col-sm-10, .grid-0 .col-md-10, .grid-0 .col-lg-10, .grid-0 .col-xs-11, .grid-0 .col-sm-11, .grid-0 .col-md-11, .grid-0 .col-lg-11, .grid-0 .col-xs-12, .grid-0 .col-sm-12, .grid-0 .col-md-12, .grid-0 .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.grid-0 .space-y {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-10.row {
  margin-left: -5px;
  margin-right: -5px;
}
.grid-10 .col-xs-1, .grid-10 .col-sm-1, .grid-10 .col-md-1, .grid-10 .col-lg-1, .grid-10 .col-xs-2, .grid-10 .col-sm-2, .grid-10 .col-md-2, .grid-10 .col-lg-2, .grid-10 .col-xs-3, .grid-10 .col-sm-3, .grid-10 .col-md-3, .grid-10 .col-lg-3, .grid-10 .col-xs-4, .grid-10 .col-sm-4, .grid-10 .col-md-4, .grid-10 .col-lg-4, .grid-10 .col-xs-5, .grid-10 .col-sm-5, .grid-10 .col-md-5, .grid-10 .col-lg-5, .grid-10 .col-xs-6, .grid-10 .col-sm-6, .grid-10 .col-md-6, .grid-10 .col-lg-6, .grid-10 .col-xs-7, .grid-10 .col-sm-7, .grid-10 .col-md-7, .grid-10 .col-lg-7, .grid-10 .col-xs-8, .grid-10 .col-sm-8, .grid-10 .col-md-8, .grid-10 .col-lg-8, .grid-10 .col-xs-9, .grid-10 .col-sm-9, .grid-10 .col-md-9, .grid-10 .col-lg-9, .grid-10 .col-xs-10, .grid-10 .col-sm-10, .grid-10 .col-md-10, .grid-10 .col-lg-10, .grid-10 .col-xs-11, .grid-10 .col-sm-11, .grid-10 .col-md-11, .grid-10 .col-lg-11, .grid-10 .col-xs-12, .grid-10 .col-sm-12, .grid-10 .col-md-12, .grid-10 .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}
.grid-10 .space-y {
  margin-top: 5px;
  margin-bottom: 5px;
}

.grid-20.row {
  margin-left: -10px;
  margin-right: -10px;
}
.grid-20 .col-xs-1, .grid-20 .col-sm-1, .grid-20 .col-md-1, .grid-20 .col-lg-1, .grid-20 .col-xs-2, .grid-20 .col-sm-2, .grid-20 .col-md-2, .grid-20 .col-lg-2, .grid-20 .col-xs-3, .grid-20 .col-sm-3, .grid-20 .col-md-3, .grid-20 .col-lg-3, .grid-20 .col-xs-4, .grid-20 .col-sm-4, .grid-20 .col-md-4, .grid-20 .col-lg-4, .grid-20 .col-xs-5, .grid-20 .col-sm-5, .grid-20 .col-md-5, .grid-20 .col-lg-5, .grid-20 .col-xs-6, .grid-20 .col-sm-6, .grid-20 .col-md-6, .grid-20 .col-lg-6, .grid-20 .col-xs-7, .grid-20 .col-sm-7, .grid-20 .col-md-7, .grid-20 .col-lg-7, .grid-20 .col-xs-8, .grid-20 .col-sm-8, .grid-20 .col-md-8, .grid-20 .col-lg-8, .grid-20 .col-xs-9, .grid-20 .col-sm-9, .grid-20 .col-md-9, .grid-20 .col-lg-9, .grid-20 .col-xs-10, .grid-20 .col-sm-10, .grid-20 .col-md-10, .grid-20 .col-lg-10, .grid-20 .col-xs-11, .grid-20 .col-sm-11, .grid-20 .col-md-11, .grid-20 .col-lg-11, .grid-20 .col-xs-12, .grid-20 .col-sm-12, .grid-20 .col-md-12, .grid-20 .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}
.grid-20 .space-y {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* PRE
-------------------------------------------- */
pre {
  background: #ecedef;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
pre.no-breaks, pre.no-breaks &gt; code {
  word-break: keep-all;
  word-wrap: normal;
  white-space: pre;
}

/* MODALS
-------------------------------------------------- */
.modal {
  z-index: 500;
}

.modal-content {
  -webkit-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
}

.modal-header {
  background: #ecedef;
}

/* TABS
---------------------------------------------------*/
.tab-pane {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
}

.tab-content.tab-no-borders .tab-pane {
  padding: 20px 0;
  border: 0;
  background: none;
}

.nav-tabs &gt; li &gt; a {
  color: #333;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-right-width: 0;
  margin: 0;
  background: #FAFAFA;
  font-size: 13px;
  padding: 15px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.nav-tabs &gt; li:last-child &gt; a, .nav-tabs &gt; li:last-child.active &gt; a {
  border-right-width: 1px !important;
}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  border-right-width: 0;
  border-top: 2px solid #b688a2;
}

.nav-tabs &gt; li &gt; a:hover {
  background: #fff;
  border-color: #ddd;
}

.nav-tabs-center {
  text-align: center;
  font-size: none;
}
.nav-tabs-center &gt; li {
  float: none;
  display: inline-block;
}

.nav-tabs.nav-tabs-line-bottom &gt; li &gt; a {
  background: none;
  border: none;
}
.nav-tabs.nav-tabs-line-bottom &gt; li.active &gt; a, .nav-tabs.nav-tabs-line-bottom &gt; li.active &gt; a:hover, .nav-tabs.nav-tabs-line-bottom &gt; li.active &gt; a:focus {
  border: none;
  border-bottom: 3px solid #b688a2;
}
.nav-tabs.nav-tabs-line-bottom.line-bcolor &gt; li.active &gt; a, .nav-tabs.nav-tabs-line-bottom.line-bcolor &gt; li.active &gt; a:hover, .nav-tabs.nav-tabs-line-bottom.line-bcolor &gt; li.active &gt; a:focus {
  border-bottom: 3px solid #131416;
}

/* PROGRESS
----------------------------------------- */
.progress {
  height: 35px;
  background: #fff;
  padding: 0px;
  box-sizing: content-box;
  margin: 0 0 20px 0;
}
.progress .skill {
  font-size: 12px;
  font-weight: 300;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 25px;
  text-transform: capitalize;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 25px 0 0;
}
.progress .skill .icon {
  margin-right: 10px;
}

.progress-bar {
  text-align: left;
}

/* ACCORDION
-------------------------------------------------- */
.panel &gt; .panel-heading {
  /*padding: 15px 30px;*/
}
.panel &gt; .panel-heading.heading-iconed {
  padding: 15px;
}

.panel-bcolor .panel-heading {
  background: #42464d;
  color: #fff;
}
.panel-bcolor .panel-heading .icon-left {
  background: rgba(255, 255, 255, 0.1);
}

.panel-body {
  padding: 30px;
}

.panel.panel-borderless {
  border: none;
}
.panel.panel-borderless .panel-body {
  padding: 30px 0;
}

.panel-heading .icon-left {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  font-size: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  background: #131416;
  font-style: normal;
}

/* PAGINATION
-------------------------------------------------- */
.pagination li a {
  border: none;
  background: none;
  border: 1px solid #ddd;
  padding: 0 14px;
  line-height: 35px;
  display: block;
  margin-right: 5px;
  color: #131416;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.pagination li a:hover {
  background: #e5e5e5;
}
@media (max-width: 767px) {
  .pagination li a {
    padding: 0 14px;
    line-height: 35px;
  }
}
.pagination li:first-child a {
  color: #fff;
  background: #424344;
  font-size: 15px;
  border-color: transparent;
}
.pagination li:first-child a:hover {
  background: #131416;
}
.pagination li:last-child a {
  color: #fff;
  background: #b688a2;
  border-color: transparent;
  font-size: 15px;
}
.pagination li:last-child a:hover {
  background: #b81a3c;
}
.pagination.align-center {
  width: 100%;
}
.pagination.align-center li {
  display: inline-block;
}
.pagination.align-center li a {
  margin-right: 1px;
}

/* BUTTONS
-------------------------------------------*/
.btn, .navbar-btn {
  /*text-transform: capitalize;*/
  border: 1px solid transparent;
}
.btn .icon, .btn .icon-left, .navbar-btn .icon, .navbar-btn .icon-left {
  display: inline-block;
}
.btn .icon-left, .navbar-btn .icon-left {
  margin-right: 10px;
}
.btn.btn-borderless, .btn.btn-borderless:hover, .navbar-btn.btn-borderless, .navbar-btn.btn-borderless:hover {
  border: none;
}

.btn-empty {
  border: none;
  background: none;
  color: #131416;
}

.btn-grad, .grad {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 5%, rgba(0, 0, 0, 0.08) 100%);
  /* W3C */
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}

.btn-color {
  color: #fff;
}
.btn-color:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.1) 100%);
  color: #fff;
}

.btn-outline {
  color: #131416;
  border: 1px solid #727883;
  background: none;
}
.btn-outline:hover {
  border: 1px solid #131416;
  background-color: #ecedef;
}
.btn-outline.outline-thick, .btn-outline.outline-thick:hover {
  border: 2px solid #131416;
}
.btn-outline.outline-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn-outline.outline-white:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-outline.outline-scolor {
  border: 1px solid #E54D28;
}
.btn-outline.outline-pcolor {
  border: 1px solid #b688a2;
}
.btn-outline.outline-bcolor {
  border: 1px solid #131416;
}

.btn-primary {
  background-color: #b688a2;
  color: #fff;
}
.btn-primary:hover {
  background: #ce163e;
}

.btn.btn-primary-hover:hover {
  background-color: #b688a2;
  color: #fff;
  border-color: transparent;
}

.btn.btn-base-hover:hover {
  background-color: #131416;
  color: #fff;
  border-color: transparent;
}

.btn.btn-default-hover:hover {
  background-color: #dee0e3;
  border-color: transparent;
}

.btn-default {
  background-color: #dee0e3;
  color: #42464d;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background-color: #b688a2;
  color: #fff;
}
.btn-primary:hover {
  background-color: #b688a2;
  color: #fff;
}

.btn-secondary {
  background-color: #E54D28;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #c23918;
  color: #fff;
}

.btn-base {
  background-color: #131416;
  color: #fff;
}
.btn-base:hover {
  background-color: black;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #131416;
}
.btn-white:hover, .btn-white.active {
  background-color: #fff;
  color: #131416;
}

.btn-twins {
  position: relative;
  width: 200px;
  display: inline-block;
}
.btn-twins .btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
  line-height: 40px;
  font-size: 14px;
}
.btn-twins span {
  font-size: 10px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  color: gatvar(colors bcolor);
  display: block;
  font-style: italic;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.btn-twins.btn-md {
  width: 220px;
}
.btn-twins.btn-md .btn {
  line-height: 50px;
  font-size: 15px;
}
.btn-twins.btn-md span {
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 12px;
}
.btn-twins.btn-lg {
  width: 250px;
}
.btn-twins.btn-lg .btn {
  line-height: 60px;
  font-size: 16px;
}
.btn-twins.btn-lg span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
}

.btn-download {
  padding: 13px 21px 13px 66px;
  position: relative;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  line-height: 1;
}
.btn-download .icon {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 21px;
  top: 13px;
}
.btn-download span {
  display: block;
  font-size: 9px;
  margin-top: 5px;
  font-style: italic;
  opacity: 0.6;
}

.btn.btn-bigger {
  padding: 1em 2.5em;
}
.btn.btn-bigger.btn-xs {
  padding: 0.7em 1.9em;
}

/* FORMS 
-------------------------------------------*/
label {
  font-weight: normal;
}

.input-group .input-group-addon {
  background: #dee0e3;
}
.input-group .input-group-addon i {
  color: rgba(0, 0, 0, 0.2);
  width: 1em;
}

/*.form-inline {
  font-size: 0;
}*/

.form-control:focus {
  border-color: #b688a2;
  outline: 0;
  box-shadow: none;
}

/* SLIDER GROUP
-------------------------------------------*/
.slider-group {
  position: relative;
  z-index: 2;
}
.slider-group .text-control {
  padding-right: 100px;
}
.slider-group .slider-ctrl {
  width: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  z-index: 10;
}
.slider-group .input-group {
  z-index: 1;
}

/* FORM PANEL
-------------------------------------------*/
.form-panel {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}
.form-panel header {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  padding: 25px 30px;
  background: #dee0e3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #42464d;
}
.form-panel header .icon {
  line-height: inherit;
  margin-right: 10px;
  opacity: 0.5;
}
.form-panel footer {
  padding: 25px 30px;
  background: #dee0e3;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form-panel .form-group label {
  font-weight: normal;
}
.form-panel fieldset {
  padding: 30px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 -1px 0;
}
.form-panel.panel-borderless {
  box-shadow: none;
  border: none;
}
.form-panel.panel-borderless header {
  padding: 20px 0;
  border: none;
  background: none;
}
.form-panel.panel-borderless fieldset {
  padding: 20px 0;
  margin: 0;
  border: none;
}

/* TYPOGRAPHY
-------------------------------------------------- */
body {
    font: 14px "Roboto", Arial, sans-serif;
    /*line-height: 1.7em;*/
    line-height: 1.5em;
    /*color: #666b76;*/
}

.font-size-sm {
  font-size: 0.85em;
}

p, ul, ol, dt, blockquote, figure, pre, table, fieldset {
  margin: 0 0 23px 0;
}

hr {
  margin: 23px 0;
  border: none;
  border-top: 1px solid #ddd;
}
hr.y-200pc {
  margin: 46px 0;
}
hr.y-300pc {
  margin: 69px 0;
}
hr.y-30 {
  margin: 30px 0;
}

/* hs */
/* 6 */
h1 {
  font-size: 34px;
 
  margin: 23px 0 23px 0;
}

/* 5 */
h2 {
  font-size: 29px;
 
  margin: 23px 0 23px 0;
}

/* 4 */
h3 {
  font-size: 25px;
 
  margin: 23px 0 23px 0;
}

/* 3 */
h4 {
  font-size: 21px;

  margin: 23px 0 23px 0;
}

/* 2 */
h5 {
  font-size: 18px;
  margin: 23px 0 23px 0;
}

/* 1 */
h6 {
  font-size: 16px;
 
  margin: 23px 0 23px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Roboto";
  color: #42464d;
}

pre {
  padding: 23px;
  overflow: auto;
}
pre.no-wrap, pre.no-wrap code {
  white-space: pre;
}

blockquote {
  border-left: 5px solid #b688a2;
  padding: 23px 23px 23px 34.5px;
  font-size: 16px;
}
blockquote small {
  margin-top: 23px;
  color: #b688a2;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #b688a2;
}

a:hover {
  text-decoration: none;
  color: #b688a2;
}

a, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

.dcap::first-letter {
  font-size: 47px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
}
.dcap.dcap-pcolor::first-letter {
  color: #b688a2;
}
.dcap.dcap-square::first-letter, .dcap.dcap-round::first-letter {
  background: #b688a2;
  color: #fff;
  font-size: 23px;
  padding: 12px;
}
.dcap.dcap-round::first-letter {
  border-radius: 50%;
}

mark {
  color: #b688a2;
  background: #dee0e3;
}

ul.ul-square {
  list-style: square;
}

ul.ul-circle {
  list-style: circle;
}

ul.ul-disc {
  list-style: disc;
}

ul.ul-icon, ul.ul-toggle {
  list-style: none;
}
ul.ul-icon .icon, ul.ul-toggle .icon {
  margin-right: 10px;
}
ul.ul-icon.ul-icon-round .icon, ul.ul-toggle.ul-icon-round .icon {
  background: #b688a2;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  font-size: 8px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
ul.ul-icon.ul-icon-round li, ul.ul-toggle.ul-icon-round li {
  padding: 3px 0;
}

ul.ul-toggle {
  padding: 0;
}
ul.ul-toggle &gt; li {
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #666b76;
}
ul.ul-toggle &gt; li:hover {
  color: #131416;
}
ul.ul-toggle &gt; li a {
  color: inherit;
}
ul.ul-toggle &gt; li .toggler {
  float: right;
  line-height: inherit;
  transition: all 0.5s;
}
ul.ul-toggle &gt; li &gt; ul {
  display: none;
  list-style: none;
  padding: 0;
}
ul.ul-toggle &gt; li &gt; ul &gt; li {
  margin: 0 0 2px 0;
  padding: 0 10px;
  background: #ecedef;
  color: #666b76;
}
ul.ul-toggle &gt; li &gt; ul &gt; li &gt; a {
  color: inherit;
}
ul.ul-toggle &gt; li &gt; ul &gt; li:hover {
  background: #dee0e3;
  color: #131416;
}
ul.ul-toggle &gt; li:last-child {
  border: none;
}
ul.ul-toggle &gt; li.active {
  border: none;
}
ul.ul-toggle &gt; li.active .toggler {
  transform: rotate(45deg);
}

input[type="radio"],
input[type="checkbox"] {
  line-height: 1;
  margin: 5px 0 0;
}

/* DROPDOWNS
------------------------------------------- */
.dropdown-menu, .hnav .navbar-nav .dropdown-menu {
  padding: 0;
  box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
  color: #666b76;
}
.dropdown-menu &gt; li &gt; a, .hnav .navbar-nav .dropdown-menu &gt; li &gt; a {
  padding: 0 20px;
  line-height: 40px;
  color: #42464d;
  font-size: 0.9em;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu.line-top, .hnav .navbar-nav .dropdown-menu.line-top {
  border-top: 3px solid #b688a2;
}
.dropdown-menu.arrow-top:before, .hnav .navbar-nav .dropdown-menu.arrow-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: none;
  border: none;
  border-bottom: 10px solid #cccccc;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  position: absolute;
  top: -10px;
  left: 30px;
}
.dropdown-menu.arrow-top:after, .hnav .navbar-nav .dropdown-menu.arrow-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: none;
  border: none;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -8px;
  left: 31px;
}
@media (max-width: 767px) {
  .dropdown-menu.arrow-top:before, .dropdown-menu.arrow-top:after, .hnav .navbar-nav .dropdown-menu.arrow-top:before, .hnav .navbar-nav .dropdown-menu.arrow-top:after {
    display: none;
  }
}

.dropdown-menu.dropdown-right,
.hnav .dropdown-menu.dropdown-right,
.pull-right &gt; .dropdown-menu,
.hnav .navbar-right .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-menu.dropdown-right.arrow-top:before,
.hnav .dropdown-menu.dropdown-right.arrow-top:before,
.pull-right &gt; .dropdown-menu.arrow-top:before,
.hnav .navbar-right .dropdown-menu.arrow-top:before {
  right: 30px;
  left: auto;
}
.dropdown-menu.dropdown-right.arrow-top:after,
.hnav .dropdown-menu.dropdown-right.arrow-top:after,
.pull-right &gt; .dropdown-menu.arrow-top:after,
.hnav .navbar-right .dropdown-menu.arrow-top:after {
  right: 31px;
  left: auto;
}

@media (max-width: 767px) {
  .dropdown-menu.dropdown-left-xs {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu.dropdown-left-xs.arrow-top:before {
    left: 30px;
    right: auto;
  }
  .dropdown-menu.dropdown-left-xs.arrow-top:after {
    left: 31px;
    right: auto;
  }
}

.dropdown-menu.dropdown-panel {
  min-width: 270px;
  text-transform: none;
}
@media (max-width: 767px) {
  .dropdown-menu.dropdown-panel {
    min-width: 220px;
  }
}
.dropdown-menu.dropdown-panel header {
  background: #dee0e3;
  padding: 15px;
  font-size: 15px;
  line-height: 1;
  color: #42464d;
}
.dropdown-menu.dropdown-panel .checkbox-inline {
  line-height: 34px;
}
.dropdown-menu.dropdown-panel .checkbox-inline input[type="checkbox"] {
  margin-top: 11px;
}
.dropdown-menu.dropdown-panel .btn {
  margin-top: 0;
}
.dropdown-menu.dropdown-panel .form-control, .dropdown-menu.dropdown-panel .form-group {
  font-size: 12px;
}
.dropdown-menu.dropdown-panel .form-control {
  padding: 6px 10px;
}
.dropdown-menu.dropdown-panel fieldset, .dropdown-menu.dropdown-panel section, .dropdown-menu.dropdown-panel .panel-footer {
  padding: 20px;
  margin: -1px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* HNAV
----------------------------------------- */
.hnav {
  font: 500 14px "Roboto";
  min-height: 56px;
  z-index: 300;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.hnav.hnav-borderless {
  border: none;
}
.hnav.hnav-ruled {
  border: none;
  border-top: 1px solid #131416;
  border-bottom: 1px solid #131416;
  box-sizing: content-box;
}
.hnav .container {
  position: relative;
  z-index: 200;
}
.hnav .navbar-right {
  margin-left: 15px;
  margin-right: 0;
}
.hnav .navbar-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .hnav .navbar-absolute {
    position: static;
    width: auto;
  }
}
.hnav .navbar-center {
  text-align: center;
  float: none;
}
.hnav .navbar-nav.navbar-center {
  font-size: 0;
}
.hnav .navbar-nav.navbar-center &gt; li {
  float: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .hnav .navbar-nav.navbar-center {
    text-align: left;
  }
  .hnav .navbar-nav.navbar-center &gt; li {
    display: block;
  }
}
@media (max-width: 767px) {
  .hnav .navbar-nav.navbar-left-xs {
    text-align: left;
  }
  .hnav .navbar-nav.navbar-left-xs &gt; li {
    display: block;
  }
}
@media (max-width: 767px) {
  .hnav .navbar-nav.navbar-right-xs {
    text-align: right;
  }
  .hnav .navbar-nav.navbar-right-xs &gt; li {
    display: block;
  }
}
@media (max-width: 767px) {
  .hnav .navbar-nav.navbar-center-xs {
    float: none !important;
    font-size: 0;
    text-align: center;
  }
  .hnav .navbar-nav.navbar-center-xs &gt; li {
    float: none !important;
    display: inline-block;
  }
}
.hnav .navbar-left {
  margin-right: 15px;
  margin-left: 0;
}
.hnav .navbar-left .navbar-left:last-child, .hnav .navbar-left .navbar-right:last-child, .hnav .navbar-right .navbar-left:last-child, .hnav .navbar-right .navbar-right:last-child {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .hnav .navbar-right-xs {
    float: right !important;
    margin-left: 15px;
    margin-right: 0;
  }
  .hnav .navbar-left-xs {
    float: left !important;
    margin-right: 15px;
    margin-left: 0;
  }
}

/* navbar header
........................... */
.hnav .navbar-header {
  height: 56px;
  background:black;
}

/* navbar brand 
........................... */
.hnav .navbar-brand {
  display: block;
  margin: 0;
  padding: 0 15px 0 30px;
  color: inherit;
  line-height: 56px;
  height: 56px;
  font-size: 20px;
}
.hnav .navbar-brand img {
  width: auto;
  display: block;
  line-height: 1;
  height: 30px;
  margin: 13px 0;
}
.hnav .navbar-brand.border-r {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 30px;
  margin-right: 15px;
}

/* navbar toggle 
........................... */
.hnav .navbar-toggle {
  padding: 0;
  text-align: center;
  color: #131416;
  margin: 13px 15px 0 15px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  height: 30px;
  font-size: 21px;
  border-radius: 0;
  border: 1px solid #131416;
  position: relative;
  z-index: 300;
}
.hnav .navbar-toggle.no-border {
  border: none;
}

/* navbar-nav
........................ */
.hnav .navbar-nav {
  margin: 0;
  position: static;
  line-height: 1;
}
.hnav .navbar-nav.borders-r &gt; li &gt; a, .hnav .navbar-nav.borders-lr &gt; li &gt; a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.hnav .navbar-nav.borders-l &gt; li &gt; a, .hnav .navbar-nav.borders-lr &gt; li &gt; a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.hnav .navbar-nav.borders-lr &gt; li &gt; a {
  margin-left: -1px;
}
.hnav .navbar-nav.boxed-links &gt; li &gt; a {
  line-height: 46px;
  height: 46px;
  margin: 5px 0;
}
.hnav .navbar-nav &gt; li {
  text-transform: inherit;
}
.hnav .navbar-nav &gt; li &gt; a {
  text-transform: inherit;
  color: #666b76;
  padding: 0 20px;
  font: normal 14px/56px "Roboto";
  border-radius: 0;
  height: 56px;
}
.hnav .navbar-nav &gt; li &gt; a .img-left, .hnav .navbar-nav &gt; li &gt; a .icon-left, .hnav .navbar-nav &gt; li &gt; a .toggler {
  display: inline-block;
}
.hnav .navbar-nav &gt; li &gt; a.square {
  display: block;
  width: 56px;
  text-align: center;
  padding: 0;
}
.hnav .navbar-nav &gt; li &gt; a .icon-outline, .hnav .navbar-nav &gt; li &gt; a .icon-outline.icon-left {
  display: inline-block;
  text-align: center;
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 13px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.hnav .navbar-nav &gt; li &gt; a .img-left {
  margin: 0 10px 0 0;
}
.hnav .navbar-nav &gt; li &gt; a .icon-lg {
  font-size: 1.5em;
}
.hnav .navbar-nav &gt; li &gt; a .toggler {
  margin-left: 10px;
  opacity: 0.5;
  transition: all 0.3s;
}
.hnav .navbar-nav &gt; li &gt; a .nav-label {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 20px;
  top: -10px;
  right: 0;
  font-size: 11px;
  z-index: 10;
}
.hnav .navbar-nav &gt; li &gt; a .nav-label.label-hot {
  background: #E95144;
}
.hnav .navbar-nav &gt; li &gt; a .nav-label.label-new {
  background: #00B2B2;
}
.hnav .navbar-nav &gt; li &gt; a .nav-label.label-feat {
  background: #468C00;
}
.hnav .navbar-nav &gt; li:hover &gt; a, .hnav .navbar-nav &gt; li.active &gt; a, .hnav .navbar-nav &gt; li.open &gt; a, .hnav .navbar-nav &gt; li &gt; a:focus, .hnav .navbar-nav &gt; li.alt-state &gt; a {
  color: #b688a2;
  background: none;
}
.hnav .navbar-nav &gt; li:hover &gt; a .nav-label, .hnav .navbar-nav &gt; li.active &gt; a .nav-label, .hnav .navbar-nav &gt; li.open &gt; a .nav-label, .hnav .navbar-nav &gt; li &gt; a:focus .nav-label, .hnav .navbar-nav &gt; li.alt-state &gt; a .nav-label {
  top: -25px;
}
.hnav .navbar-nav.active-bcolor &gt; li:hover &gt; a, .hnav .navbar-nav.active-bcolor &gt; li.active &gt; a, .hnav .navbar-nav.active-bcolor &gt; li.open &gt; a, .hnav .navbar-nav.active-bcolor &gt; li &gt; a:focus, .hnav .navbar-nav.active-bcolor &gt; li.alt-state &gt; a {
  color: #d6b8c9;
}
.hnav .navbar-nav &gt; li.dropdown.open &gt; a {
  height: auto;
}
.hnav .navbar-nav &gt; li.dropdown.open .toggler, .hnav .navbar-nav &gt; li.dropdown.open .caret {
  transform: rotate(180deg);
}
.hnav .navbar-nav &gt; li.dropdown.open .toggler.rot-45, .hnav .navbar-nav &gt; li.dropdown.open .caret.rot-45 {
  transform: rotate(45deg);
}
.hnav .navbar-nav &gt; li.dropdown.open .toggler.rot-135, .hnav .navbar-nav &gt; li.dropdown.open .caret.rot-135 {
  transform: rotate(135deg);
}

/* dropdowns
........................... */
@media (max-width: 767px) {
  .hnav .navbar-collapse .navbar-nav &gt; .dropdown .dropdown-menu,
  .hnav .navbar-collapse .dropdown-menu {
    margin: -1px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .hnav .navbar-collapse .navbar-nav &gt; .dropdown .dropdown-menu:after, .hnav .navbar-collapse .navbar-nav &gt; .dropdown .dropdown-menu:before,
  .hnav .navbar-collapse .dropdown-menu:after,
  .hnav .navbar-collapse .dropdown-menu:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .hnav .navbar-collapse {
    overflow: auto;
    max-height: 370px;
  }
}

/* Mega Menu
.............................. */
.hnav .has-mega-menu {
  position: relative;
}

.hnav .navbar-nav .dropdown-mega {
  position: static;
}

.hnav .dropdown-menu.mega-menu {
  width: 100%;
  position: absolute;
  top: 100%;
}
.hnav .dropdown-menu.mega-menu .row {
  margin: 30px 15px;
}
.hnav .dropdown-menu.mega-menu h5 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 15px;
  background: #42464d;
  line-height: 1;
  font-size: 13px;
  color: #fff;
}
.hnav .dropdown-menu.mega-menu .featured-img {
  max-width: 100%;
  display: block;
}
.hnav .dropdown-menu.mega-menu .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hnav .dropdown-menu.mega-menu .links &gt; li &gt; a {
  border-bottom: 1px dotted #ddd;
  line-height: 3em;
  text-transform: capitalize;
  color: #666b76;
  display: block;
  padding: 0 15px;
  font-size: 12px;
}
.hnav .dropdown-menu.mega-menu .links &gt; li:last-child &gt; a {
  border: none;
}
.hnav .dropdown-menu.mega-menu .links &gt; li.active &gt; a, .hnav .dropdown-menu.mega-menu .links &gt; li:hover &gt; a {
  color: #b688a2;
}
@media (max-width: 767px) {
  .hnav .dropdown-menu.mega-menu {
    position: static;
  }
}

/* navbar elements
........................... */
.hnav .navbar-el, .hnav .navbar-text, .hnav .navbar-btn, .hnav .navbar-form, .hnav .navbar-btn-group .btn {
  margin-top: 11px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-family: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

/* navbar btn
........................... */
.hnav .navbar-btn, .hnav .btn {
  position: relative;
  padding: 0 20px;
  height: 34px;
  line-height: 32px;
}
.hnav .navbar-btn .count, .hnav .btn .count {
  display: block;
  min-width: 23px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background: #D93600;
  right: -10px;
  top: -10px;
  position: absolute;
  font-size: 11px;
}
.hnav .navbar-btn .count.count-round, .hnav .btn .count.count-round {
  border-radius: 50%;
}
.hnav .navbar-btn .count-pcolor, .hnav .btn .count-pcolor {
  background: #b688a2;
}
.hnav .navbar-btn .count-scolor, .hnav .btn .count-scolor {
  background: #E54D28;
}
.hnav .navbar-btn .count-default, .hnav .btn .count-default {
  background: #dee0e3;
  color: #b688a2;
}

/* 
........................... */
.hnav .navbar-btn-group {
  font-size: 0;
  float: left;
  margin-right: 15px;
  position: relative;
  height: 56px;
}
.hnav .navbar-btn-group .btn {
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  margin-bottom: 0;
}
.hnav .navbar-btn-group .btn-wrapper {
  float: left;
  position: relative;
  margin-left: -1px;
}
.hnav .navbar-btn-group .btn-wrapper &gt; .btn {
  display: block;
}

@media (max-width: 767px) {
  .hnav .navbar-dont-collapse {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 64px;
    width: 100%;
  }
  .hnav .navbar-dont-collapse.no-toggle {
    padding-right: 0;
  }
  .hnav .navbar-dont-collapse .navbar-left, .hnav .navbar-dont-collapse.navbar-left {
    float: left;
  }
  .hnav .navbar-dont-collapse .navbar-right, .hnav .navbar-dont-collapse.navbar-right {
    float: right;
  }
  .hnav .navbar-dont-collapse .navbar-nav &gt; li {
    float: left;
  }
  .hnav .navbar-dont-collapse .navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
  }
}

/* navbar-collapse
........................ */
.hnav .navbar-collapse {
  padding: 0;
}
@media (max-width: 767px) {
  .hnav .navbar-collapse {
    margin: 0 15px 15px 15px;
  }
  .hnav .navbar-collapse .navbar-nav &gt; li &gt; a {
    background: #131416;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 20px;
    line-height: 50px;
    height: auto;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
  }
  .hnav .navbar-collapse .navbar-nav &gt; li &gt; a .icon-left {
    text-align: center;
    width: 20px;
  }
  .hnav .navbar-collapse .navbar-nav &gt; li &gt; a .toggler {
    float: right;
    line-height: inherit;
  }
  .hnav .navbar-collapse .navbar-nav &gt; li &gt; a .nav-label {
    display: none;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 20px;
  }
  .hnav .navbar-collapse .navbar-nav &gt; li:last-child &gt; a {
    border-bottom: none;
  }
}

/* Hnav Styles
----------------------------------------- */
.hnav .navbar-nav.line-top &gt; li:hover &gt; a:after, .hnav .navbar-nav.line-top &gt; li.active &gt; a:after, .hnav .navbar-nav.line-above &gt; li:hover &gt; a:after, .hnav .navbar-nav.line-above &gt; li.active &gt; a:after,
.hnav .navbar-nav.line-bottom &gt; li:hover &gt; a:after,
.hnav .navbar-nav.line-bottom &gt; li.active &gt; a:after, .hnav .navbar-nav.line-below &gt; li:hover &gt; a:after, .hnav .navbar-nav.line-below &gt; li.active &gt; a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #b688a2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hnav .navbar-nav.line-top &gt; li.no-line &gt; a:after, .hnav .navbar-nav.line-above &gt; li.no-line &gt; a:after,
.hnav .navbar-nav.line-bottom &gt; li.no-line &gt; a:after, .hnav .navbar-nav.line-below &gt; li.no-line &gt; a:after {
  display: none;
}

.hnav .navbar-nav.line-bcolor &gt; li:hover &gt; a:after, .hnav .navbar-nav.line-bcolor &gt; li.active &gt; a:after {
  background: #131416 !important;
}

@media (max-width: 767px) {
  .hnav .navbar-collapse .navbar-nav.line-top &gt; li:hover &gt; a:after, .hnav .navbar-collapse .navbar-nav.line-top &gt; li.active &gt; a:after, .hnav .navbar-collapse .hnav .navbar-nav.line-above &gt; li:hover &gt; a:after, .hnav .navbar-collapse .hnav .navbar-nav.line-above &gt; li.active &gt; a:after,
  .hnav .navbar-collapse .navbar-nav.line-bottom &gt; li:hover &gt; a:after,
  .hnav .navbar-collapse .navbar-nav.line-bottom &gt; li.active &gt; a:after, .hnav .navbar-collapse .hnav .navbar-nav.line-below &gt; li:hover &gt; a:after, .hnav .navbar-collapse .hnav .navbar-nav.line-below &gt; li.active &gt; a:after {
    display: none;
  }
}

.hnav .navbar-nav.line-bottom &gt; li:hover &gt; a:after, .hnav .navbar-nav.line-bottom &gt; li.active &gt; a:after {
  bottom: 0;
  top: auto;
}

.hnav .navbar-nav.line-above &gt; li:hover &gt; a:after, .hnav .navbar-nav.line-above &gt; li.active &gt; a:after {
  top: -3px;
}

.hnav .navbar-nav.line-below &gt; li:hover &gt; a:after, .hnav .navbar-nav.line-below &gt; li.active &gt; a:after {
  bottom: -3px;
  top: auto;
}

.hnav .navbar-nav.boxed-links &gt; li:hover &gt; a, .hnav .navbar-nav.boxed-links &gt; li.active &gt; a {
  color: #fff;
  background: #b688a2;
}

.hnav .navbar-nav.boxed-bcolor &gt; li:hover &gt; a, .hnav .navbar-nav.boxed-bcolor &gt; li.active &gt; a {
  color: #fff;
  background: #131416;
}

.hnav .navbar-nav.fill-default &gt; li:hover &gt; a, .hnav .navbar-nav.fill-default &gt; li.active &gt; a {
  background: rgba(0, 0, 0, 0.1);
}

.hnav .navbar-nav.fill-bcolor &gt; li:hover &gt; a, .hnav .navbar-nav.fill-bcolor &gt; li.active &gt; a {
  background: #131416;
  color: #fff;
}

.hnav .navbar-nav.fill-pcolor &gt; li:hover &gt; a, .hnav .navbar-nav.fill-pcolor &gt; li.active &gt; a {
  background: #b688a2;
}

/* Hnav Inverse
----------------------------------------- */
.hnav.invert-colors {
  color: #fff;
}
.hnav.invert-colors .btn-outline {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.hnav.invert-colors .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hnav.invert-colors .navbar-brand {
  color: #fff;
}
.hnav.invert-colors .navbar-brand.border-r {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.hnav.invert-colors .navbar-toggle {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hnav.invert-colors .navbar-toggle.no-border {
  border: none;
}
.hnav.invert-colors .navbar-nav.borders-lr &gt; li &gt; a, .hnav.invert-colors .navbar-nav.borders-l &gt; li &gt; a, .hnav.invert-colors .navbar-nav.borders-r &gt; li &gt; a {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.hnav.invert-colors .navbar-nav &gt; li &gt; a {
  color: rgba(255, 255, 255, 0.8);
}
.hnav.invert-colors .navbar-nav &gt; li:hover &gt; a, .hnav.invert-colors .navbar-nav &gt; li.active &gt; a {
  color: #fff;
}
.hnav.invert-colors .navbar-nav.fill-default &gt; li:hover &gt; a, .hnav.invert-colors .navbar-nav.fill-default &gt; li.active &gt; a {
  background: rgba(255, 255, 255, 0.1);
}

/* Sizes */
/* Hnav Sizes
------------------------------------ */
/* hnav-sm */
.hnav.hnav-sm {
  min-height: 50px;
}
.hnav.hnav-sm .navbar-header {
  height: 50px;
}
.hnav.hnav-sm .navbar-brand {
  line-height: 50px;
  height: 50px;
  font-size: 15px;
}
.hnav.hnav-sm .navbar-brand img {
  height: 30px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .hnav.hnav-sm .nav-buttons {
    position: absolute;
    top: 8px;
    right: 60px;
  }
  .hnav.hnav-sm .nav-buttons .navbar-left, .hnav.hnav-sm .nav-buttons .btn-wrapper.navbar-left {
    float: left;
    margin: 0 0 0 15px;
  }
}
.hnav.hnav-sm .navbar-toggle {
  margin-top: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
}
.hnav.hnav-sm .navbar-nav &gt; li &gt; a {
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  font-size: 13px;
}
.hnav.hnav-sm .navbar-nav.boxed-links &gt; li &gt; a {
  line-height: 40px;
  height: 40px;
  margin: 5px 0;
}
.hnav.hnav-sm .navbar-btn-group {
  height: 50px;
}
.hnav.hnav-sm .navbar-el, .hnav.hnav-sm .navbar-text, .hnav.hnav-sm .navbar-btn, .hnav.hnav-sm .navbar-form, .hnav.hnav-sm .navbar-btn-group .btn {
  margin-top: 8px;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}
.hnav.hnav-sm .navbar-btn-group .btn {
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}
.hnav.hnav-sm .navbar-form .form-group, .hnav.hnav-sm .navbar-form .form-control, .hnav.hnav-sm .navbar-form .button, .hnav.hnav-sm .navbar-form .btn {
  height: 34px;
  line-height: 34px;
}

/* BOXED LAYOUT
-------------------------------------------------- */
.boxed-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .boxed-wrapper {
    max-width: 810px;
  }
  .boxed-wrapper .container {
    max-width: 750px !important;
    width: auto !important;
  }
  .boxed-wrapper .boxed-max-w {
    max-width: 810px;
  }
}
@media (min-width: 992px) {
  .boxed-wrapper {
    max-width: 1030px;
  }
  .boxed-wrapper .boxed-max-w {
    max-width: 1030px;
  }
  .boxed-wrapper .container {
    max-width: 970px !important;
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .boxed-wrapper {
    max-width: 1230px;
  }
  .boxed-wrapper .boxed-max-w {
    max-width: 1230px;
  }
  .boxed-wrapper .container {
    max-width: 1170px !important;
    width: auto !important;
  }
}

.boxed-section {
  margin-left: auto;
  margin-right: auto;
}
.boxed-section .container {
  padding-left: 30px;
  padding-right: 30px;
}
.boxed-section .container.cont-pad-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .boxed-section {
    max-width: 720px;
  }
  .boxed-section .container {
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .boxed-section {
    max-width: 940px;
  }
  .boxed-section .container {
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .boxed-section {
    max-width: 1140px;
  }
  .boxed-section .container {
    width: auto !important;
    max-width: 100%;
  }
}

/* LAYOUT SETUP
-------------------------------------------------- */
html {
  position: relative;
  display: block;
  height: 100%;
}

body {
  min-height: 100%;
  background: #131416;
}
body.no-flow {
  overflow: hidden;
}

.page-wrapper {
  background: #fff;
  position: relative;
}
.page-wrapper.shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.page-wrapper.margin-y.boxed-wrapper {
  margin: 40px auto;
}

/* PRELOADER
------------------------------------------- */
.page-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 500;
}

/* OVERLAYS
-------------------------------------------------- */
.overlay-dark, .overlay-light, .overlay-dark-m {
  position: relative;
}
.overlay-dark .container, .overlay-light .container, .overlay-dark-m .container {
  z-index: 200;
  position: relative;
}
.overlay-dark:after, .overlay-light:after, .overlay-dark-m:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(222, 224, 227, 0.9);
}

.overlay-dark:after {
  background: rgba(19, 20, 22, 0.9);
}

.overlay-dark-m:after {
  background: rgba(19, 20, 22, 0.5);
}

/* Z LAYERS
-------------------------------------------------- */
.content-block .container, .intro-block .container, .footer-block .container {
  /*position: relative;*/
  z-index: 200;
}

.header-block {
  position: relative;
  z-index: 300;
}

.hnav.nav-bottom {
  position: relative;
  z-index: 300;
}

.hnav.nav-side {
  position: relative;
  z-index: 301;
}

.hnav.nav-top {
  position: relative;
  z-index: 302;
}

/* CONTENT
-------------------------------------------- */
.content-block &gt; .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-block &gt; .container.cont-pad-y-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-block &gt; .container.cont-pad-y-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-block &gt; .container.cont-pad-t-sm, .content-block &gt; .container .cont-pad-t-20 {
  padding-top: 20px;
}
.content-block &gt; .container.cont-pad-t-xs, .content-block &gt; .container .cont-pad-t-15 {
  padding-top: 15px;
}

.intro-block.intro-page .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .intro-block.intro-page .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .intro-block.intro-page .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* PAGE INFO BLOCK
------------------------------------------------ */
.page-info-block {
  border-bottom: 1px solid #131416;
  margin-bottom: 20px;
}
.page-info-block.page-info-alt {
  border: 1px solid rgba(19, 20, 22, 0.2);
  border: none;
  margin-bottom: 5px;
  margin-top: 5px;
}
.page-info-block .breadcrumb {
  padding: 0;
  background: none;
  margin: 0;
}
.page-info-block .breadcrumb &gt; li {
  padding: 0;
  line-height: 60px;
  color: #42464d;
  text-transform: uppercase;
  font-size: 12px;
}
.page-info-block .breadcrumb &gt; li &gt; a {
  color: inherit;
}
.page-info-block .breadcrumb &gt; li &gt; a:hover {
  color: #131416;
}
.page-info-block .breadcrumb &gt; li + li:before {
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.3);
  content: "\f101";
  padding: 0 8px;
}
.page-info-block .page-links.hlinks {
  margin-top: 15px;
}

/* TITLES
-------------------------------------------- */
.section-title {
  text-align: center;
  margin: 0 0 50px 0;
}
.section-title.half-margin {
  margin-bottom: 25px;
}
.section-title h2 {
  font: 400 25px "Roboto Condensed";
  position: relative;
  color: #42464d;
  display: block;
  padding: 0 0 15px 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.section-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 60px;
  background: #b688a2;
  bottom: 0;
}
.section-title p {
  margin: 0 auto;
  width: 50%;
  font: 300 14px/1.6em "Roboto";
}
.section-title.invert-colors {
  color: #fff;
}
.section-title.invert-colors h2 {
  color: #fff;
}
.section-title.invert-colors h2:after {
  background: #fff;
}
.section-title.invert-colors p {
  opacity: 0.6;
}
@media (max-width: 991px) {
  .section-title p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
  }
  .section-title p {
    font-size: 12px;
  }
}

.boxed-title {
  text-transform: uppercase;
  padding: 0 20px;
  background: #42464d;
  color: #fff;
  margin: 0 0 20px 0;
  font: 400 15px/50px "Roboto Condensed";
}

/* HOME PAGE
--------------------------------------------- */
.product-tabs .tab-panel {
  padding-top: 15px;
}

.info-block {
  color: #fff;
}
.info-block .container {
  padding-top: 18px;
  padding-bottom: 18px;
}
.info-block a {
  color: #fff;
}
.info-block .text {
  display: block;
  margin: 0;
}
.info-block .text .icon-left {
  opacity: 0.5;
}
.info-block .text.case-u {
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .info-block .text {
    margin: 10px 0;
    text-align: center !important;
    float: none !important;
  }
}

.newsletter-block {
  padding: 30px 0;
}
.newsletter-block form {
  width: 80%;
  margin: 0 auto;
}
.newsletter-block input, .newsletter-block .btn {
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  border: none;
}
.newsletter-block span {
  line-height: 50px;
  color: #fff;
  display: block;
}
@media (max-width: 767px) {
  .newsletter-block input, .newsletter-block .btn {
    margin: 10px 0;
  }
  .newsletter-block span {
    text-align: center;
  }
}

.promo-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.promo-text h5, .promo-text h1, .promo-text p {
  color: inherit;
}
.promo-text h1 {
  margin: 0 0 20px 0;
  font: 700 35px/1.5em "Roboto";
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  padding: 15px 50px;
}
.promo-text p {
  font: 300 20px/1.5em "Roboto Condensed";
  margin: 0 0 30px 0;
  text-transform: none;
  opacity: 0.7;
}
.promo-text .btn {
  padding: 15px 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .promo-text h1 {
    font-size: 35px;
    padding: 15px 30px;
  }
  .promo-text p {
    font-size: 15px;
  }
  .promo-text .btn {
    padding: 15px 30px;
  }
}

.modal-promo .modal-dialog {
  background: #fff;
  border: none;
  width: 850px;
  position: relative;
  margin-top: 80px;
}
.modal-promo .modal-dialog .text-col {
  padding-left: 40%;
}
.modal-promo .modal-dialog .text {
  padding: 60px 50px;
}
.modal-promo .modal-dialog .promo-img {
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
}
.modal-promo .modal-dialog .modal-form {
  margin: 0 0 25px 0;
}
.modal-promo .modal-dialog .modal-form input.form-control {
  border: 1px solid #131416;
  width: 270px;
}
.modal-promo .modal-dialog .modal-form .btn, .modal-promo .modal-dialog .modal-form .form-control {
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
}
.modal-promo .modal-dialog h5 {
  font: 700 20px/1.5em "Roboto Condensed";
  margin: 0 0 15px 0;
  color: #131416;
  text-transform: uppercase;
}
.modal-promo .modal-dialog img {
  max-width: none;
  width: 100%;
}
.modal-promo .modal-dialog .btn-close {
  position: absolute;
  right: 0px;
  top: 0;
}
@media (max-width: 991px) {
  .modal-promo .modal-dialog {
    width: 730px;
  }
  .modal-promo .modal-dialog .text {
    padding: 50px 35px;
  }
  .modal-promo .modal-dialog .text p {
    font-size: 12px;
  }
  .modal-promo .modal-dialog .modal-form {
    margin: 15px 0;
  }
  .modal-promo .modal-dialog .modal-form input.form-control {
    width: auto;
  }
}
@media (max-width: 767px) {
  .modal-promo .modal-dialog {
    width: 80%;
    margin: 60px auto 0 auto;
  }
  .modal-promo .modal-dialog h5, .modal-promo .modal-dialog p {
    text-align: center;
  }
  .modal-promo .modal-dialog .text-col {
    padding: 0;
  }
  .modal-promo .modal-dialog .text-col .text {
    padding: 40px;
  }
  .modal-promo .modal-dialog .promo-img {
    display: none;
  }
  .modal-promo .modal-dialog .modal-form {
    margin: 0 0 15px 0;
  }
  .modal-promo .modal-dialog .modal-form .btn, .modal-promo .modal-dialog .modal-form input.form-control {
    height: 35px;
    line-height: 33px;
    width: 100%;
    display: block;
    margin: 5px 0;
    text-align: center;
  }
  .modal-promo .modal-dialog .hlinks-icons {
    text-align: center;
    margin: 20px 0 10px 0;
  }
}

.brand-slider {
  width: 70%;
  margin: 0 auto;
}
.brand-slider img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.brand-slider .bx-wrapper .bx-controls-direction a {
  color: #131416;
  opacity: 0.5;
}
.brand-slider .bx-wrapper .bx-controls-direction a.bx-next {
  left: -10%;
}
.brand-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  right: -10%;
}
.brand-slider .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
@media (max-width: 459px) {
  .brand-slider .bx-wrapper .bx-controls-direction a.bx-next {
    left: -20%;
  }
  .brand-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    right: -20%;
  }
}

/* SIDE WIDGETS
---------------------------------------------------*/
.side-widget {
  margin: 0 0 30px 0;
}

.side-col-padded .side-widget {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .side-col-padded .side-widget {
    padding-left: 0;
  }
}

.side-form-panel {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* DEMO PAGES
---------------------------------------------- */
.demo-headers .demo-page-title, .demo-footers .demo-page-title {
  padding-top: 80px;
}
.demo-headers .demo-page-title .btn, .demo-footers .demo-page-title .btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .demo-headers .header-block .hnav.nav-bottom, .demo-footers .header-block .hnav.nav-bottom {
    position: absolute !important;
  }
}
.demo-headers .code-block, .demo-footers .code-block {
  margin: 40px 0;
  position: relative;
}
.demo-headers .code-block .btn-copy, .demo-footers .code-block .btn-copy {
  margin: 0 0 10px 0;
}
.demo-headers .page-wrapper, .demo-footers .page-wrapper {
  background: none;
}
.demo-headers .page-wrapper .header-block, .demo-headers .page-wrapper .footer-block, .demo-footers .page-wrapper .header-block, .demo-footers .page-wrapper .footer-block {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.demo-headers .page-wrapper .header-block, .demo-footers .page-wrapper .header-block {
  padding-bottom: 30px;
  background-color: #fff;
}

/* CODE SAMPLE */
.code-sample {
  margin: 0 0 30px 0;
}
.code-sample .cs-tabs .tab {
  display: none;
}
.code-sample .cs-tabs .tab.active {
  display: block;
}
.code-sample .cs-nav {
  margin: 0 0 10px 0;
  border: none;
}
.code-sample .cs-nav &gt; li {
  margin-right: 5px;
}
.code-sample .cs-nav a {
  text-transform: uppercase;
  font-size: 11px;
  color: #666b76;
  border: 1px solid transparent;
}
.code-sample .cs-nav a .icon-left {
  margin-right: 7px;
  color: #b688a2;
  line-height: 1;
  vertical-align: middle;
}
.code-sample .cs-nav &gt; li.active &gt; a, .code-sample .cs-nav &gt; li:hover &gt; a {
  background: none;
  border: 1px solid;
}
.code-sample .tab-output {
  border: 1px solid;
  padding: 30px;
}
.code-sample .tab-output.no-frame {
  padding: 0;
  border: 0;
}
.code-sample .tab-output .container.main, .code-sample .tab-output .container {
  max-width: 100% !important;
}
.code-sample .tab-html pre {
  padding: 0 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
  word-break: keep-all;
  word-wrap: normal;
}
.code-sample .tab-html pre code {
  padding: 0;
  font-size: 13px;
  white-space: pre;
}
.code-sample .tab-notes {
  padding: 30px;
  border: 1px dotted #5BC0DE;
  background: #F4F8FA;
}
.code-sample .tab-notes h5 {
  font-size: 15px;
  margin: 0 0 10px 0;
  color: #5BC0DE;
  line-height: 1;
}
.code-sample .tab-notes pre {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.code-sample .copy-code {
  float: right;
  line-height: 1;
  display: block;
  font-size: 8px;
  background: #ecedef;
  padding: 8px;
  color: #666b76;
  border: 1px dotted;
  text-transform: uppercase;
}

/* HEADER BLOCK
------------------------------------------- */
.header-block {
  margin: 0 0 10px 0;
  background:black;
  color:white;
}
.header-block.line-top {
  border-top: 4px solid #131416;
}
@media (max-width: 767px) {
  .header-block {
    /*padding-top: 56px;*/
  }
  .header-block.line-top {
    border-top: none;
  }
}

.main-header {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .main-header {
    border-top: none;
  }
}
.main-header .header-cols {
  position: relative;
}
.main-header .brand-col {
  width: 25%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}
.main-header .brand-col a {
  display: block;
}
.main-header .brand-col img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.main-header .left-col, .main-header .right-col {
  width: 37.5%;
  height: 100%;
  position: absolute;
  top: 0;
}
.main-header .left-col {
  left: 0;
  padding-right: 30px;
}
.main-header .right-col {
  right: 0;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .main-header .brand-col {
    width: auto;
    height: auto;
    padding: 30px 0;
  }
  .main-header .brand-col img {
    width: auto;
    max-width: 100%;
    display: inline;
  }
  .main-header .left-col, .main-header .right-col {
    position: static;
    width: auto;
    padding: 0;
  }
}
.main-header.brand-left .brand-col {
  margin: 0;
}
.main-header.brand-left .left-col {
  left: auto;
  right: 25%;
  padding: 0;
}

/* HEADER ELEMENTS
------------------------------------------- */
.header-text {
  margin: 0 0 13px 15px;
  display: block;
  font: 400 14px/1 "Roboto Condensed";
}

.header-search {
  width: 250px;
  margin: 0 15px;
}
.header-search .form-group {
  position: relative;
  margin: 0;
}
.header-search .form-group input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.header-search .form-group .btn {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .header-search {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .header-search {
    margin: 0 auto;
    width: 100%;
  }
}

.header-cart-summary {
  position: relative;
  margin: 0 15px 0 0;
}
.header-cart-summary .icon, .header-cart-summary .summary-text {
  float: left;
}
.header-cart-summary .summary-text {
  padding-top: 3px;
}
.header-cart-summary .icon {
  font-size: 43px;
  margin: 0 15px 0 0;
}
.header-cart-summary small {
  font: 400 12px/1 "Roboto Condensed";
  display: block;
  margin: 0 0 7px 0;
}
.header-cart-summary .total {
  font: 400 17px/1 "Roboto Condensed";
  margin: 0;
  color: #42464d;
}
.header-cart-summary .total .total-text:after {
  content: ":";
  padding: 0 7px;
  opacity: 0.5;
}
.header-cart-summary .total .total-price {
  color: #b688a2;
}
.header-cart-summary .total .toggler {
  margin: 0 0 0 10px;
  transition: all 0.6s;
  opacity: 0.7;
  display: inline-block;
  line-height: 20px;
  font-size: 0.7em;
}
.header-cart-summary .open .toggler {
  transform: rotate(180deg);
}
.header-cart-summary .open .toggler.rot-45 {
  transform: rotate(45deg);
}
.header-cart-summary .open .toggler.rot-135 {
  transform: rotate(135deg);
}
.header-cart-summary .dropdown-panel {
  top: 110%;
}
@media (max-width: 991px) {
  .header-cart-summary .icon {
    font-size: 35px;
  }
  .header-cart-summary .total {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .header-cart-summary {
    float: none !important;
    text-align: center;
    /*padding: 15px 0;*/
    margin: 0;
  }
  .header-cart-summary small, .header-cart-summary .icon, .header-cart-summary .summary-text {
    display: inline-block;
    float: none;
    margin: 0 10px 0 0;
    padding: 0;
  }
  .header-cart-summary .icon, .header-cart-summary .total, .header-cart-summary small {
    font-size: 15px;
  }
  .header-cart-summary .dropdown-menu.dropdown-panel {
    min-width: none;
    max-width: 300px;
    left: 0;
    margin: 0 auto;
    top: 100%;
  }
}

/* HEADER NAVS
------------------------------------------- */
.hnav.nav-top {
  margin: 0;
  border: none;
}

.hnav.nav-side {
  padding: 0 15px;
  height: 50px;
}

.hnav.nav-bottom.hnav-ruled {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.hnav.nav-bottom.hnav-ruled .navbar-nav.line-top &gt; li.active &gt; a:after, .hnav.nav-bottom.hnav-ruled .navbar-nav.line-top &gt; li:hover &gt; a:after {
  top: -1px;
}
.hnav.nav-bottom.hnav-ruled .navbar-nav.line-bottom &gt; li.active &gt; a:after, .hnav.nav-bottom.hnav-ruled .navbar-nav.line-bottom &gt; li:hover &gt; a:after {
  bottom: -1px;
}
.hnav.nav-bottom .container {
  padding: 0;
}
.hnav.nav-bottom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  z-index: 310;
  -webkit-transform: translateZ(0);
  background:black;
}
.hnav.nav-bottom.fixed.invert-colors {
  border: none;
}
.hnav.nav-bottom.fixed .navbar-nav .nav-label {
  display: none;
}
.hnav.nav-bottom .navbar-header {
  margin: 0;
}
@media (max-width: 991px) {
  .hnav.nav-bottom .navbar-nav &gt; li &gt; a {
    padding: 0 10px;
  }
  .hnav.nav-bottom .navbar-collapse .navbar-nav &gt; li &gt; a {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .hnav.nav-bottom {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 320;
  }
  .hnav.nav-bottom.invert-colors {
    border: none;
  }
}

/* HEADER MINI CART
--------------------------------------- */
.mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: none;
}
.mini-cart &gt; li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mini-cart &gt; li img {
  width: 25%;
  height: auto;
  float: left;
}
.mini-cart &gt; li .text {
  width: 75%;
  float: left;
  padding-left: 10px;
}
.mini-cart &gt; li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mini-cart .btn-group {
  display: block;
  float: right;
}
.mini-cart .btn-group .btn {
  font-size: 10px;
  padding: 0 7px;
  line-height: 20px;
  height: auto;
}
.mini-cart .title, .mini-cart .details {
  display: block;
}
.mini-cart .title {
  color: #131416;
  margin: 0 0 7px 0;
}
.mini-cart .details {
  line-height: 20px;
  margin: 10px 0 0 0;
  color: #b688a2;
}

/* FOOTER
-------------------------------------------------- */
.footer-block {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 200;
}
.footer-block .container.cont-top {
  padding: 60px 15px;
}
.footer-block .brand-col {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
  height: 230px;
}
.footer-block .brand-col img {
  display: inline-block;
  margin-right: 30px;
}
.footer-block .brand-col.brand-center {
  text-align: center;
}
.footer-block .brand-col.brand-center img {
  margin: 0;
}
.footer-block .links-col &gt; div {
  padding-top: 30px;
}
.footer-block h5 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #131416;
  font-weight: 500;
}
.footer-block .vlinks &gt; li &gt; a {
  color: inherit;
  line-height: 2em;
}
.footer-block .vlinks &gt; li:hover &gt; a {
  color: #b688a2;
}
.footer-block .hlinks.hlinks-icons &gt; li {
  margin: 3px;
}
.footer-block .newsletter h5 {
  margin: 0 0 25px 0;
}
.footer-block .newsletter input {
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 0 15px 0;
  text-align: center;
}
.footer-block .newsletter .btn {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 11px;
}
.footer-block .footer-bottom {
  /*height: 61px;*/
  line-height: 60px;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-block .footer-bottom a {
  color: inherit;
}
.footer-block .footer-bottom .payment-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-block .footer-bottom .payment-methods &gt; li {
  display: inline-block;
  margin: 0 3px;
}
.footer-block .footer-bottom .payment-methods &gt; li img {
  height: 20px;
  line-height: 60px;
}
.footer-block .footer-bottom .hlinks &gt; li &gt; a {
  line-height: 60px;
  color: inherit;
}
.footer-block .footer-bottom .hlinks.pull-right {
  margin-right: 15px;
}
@media (max-width: 1023px) {
  .footer-block .brand-col {
    display: none;
  }
  .footer-block .links-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-block .links-col &gt; div {
    padding: 15px 0;
  }
  .footer-block .footer-bottom {
    height: auto;
    padding: 20px 0;
    text-align: center;
    line-height: 1.8em;
  }
  .footer-block .footer-bottom .pull-right, .footer-block .footer-bottom .pull-left {
    float: none !important;
  }
  .footer-block .footer-bottom .payment-methods, .footer-block .footer-bottom .hlinks {
    margin-top: 20px;
  }
  .footer-block .footer-bottom .payment-methods &gt; li &gt; a, .footer-block .footer-bottom .hlinks &gt; li &gt; a {
    line-height: 1;
  }
}

.footer-block .invert-colors, .footer-block.invert-colors {
  color: rgba(255, 255, 255, 0.6);
}
.footer-block .invert-colors .brand-col, .footer-block.invert-colors .brand-col {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-block .invert-colors .vlinks &gt; li:hover &gt; a, .footer-block .invert-colors .hlinks &gt; li:hover &gt; a, .footer-block .invert-colors h5, .footer-block.invert-colors .vlinks &gt; li:hover &gt; a, .footer-block.invert-colors .hlinks &gt; li:hover &gt; a, .footer-block.invert-colors h5 {
  color: #fff;
}

.footer-bottom.invert-colors {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.payment-methods.hlinks-images &gt; li img {
  width: 40px;
}

.image-grid img, .image-grid a {
  display: block;
}
.image-grid img {
  width: 100%;
  max-width: none;
}

/* ERROR BLOCKS
------------------------------------------- */
.error-block {
  width: 100%;
  position: relative;
  padding-left: 50%;
}
.error-block .search input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 300px;
  font-size: 16px;
}
.error-block .error-icon {
  display: inline-block;
  text-align: center;
  line-height: 170px;
  height: 170px;
  width: 170px;
  font-size: 68px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  color: #131416;
}
.error-block h1 {
  font-size: 170px;
}
.error-block .right {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding: 40px 0 40px 40px;
}
.error-block .right h4 {
  text-transform: uppercase;
}
.error-block .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  padding-right: 40px;
  height: 100%;
  text-align: right;
}

.error-block.wider {
  padding-left: 40%;
}
.error-block.wider .left {
  width: 40%;
}

@media (max-width: 767px) {
  .error-block, .error-block.wider {
    padding: 0;
  }
  .error-block .left, .error-block.wider .left {
    position: relative;
    text-align: center;
    width: auto;
    padding: 0;
  }
  .error-block .left .error-icon, .error-block.wider .left .error-icon {
    margin: 0 auto 20px auto;
    line-height: 100px;
    height: 100px;
    width: 100px;
    font-size: 40px;
  }
  .error-block .right, .error-block.wider .right {
    text-align: center;
    border: none;
    padding: 0;
  }
  .error-block form, .error-block.wider form {
    text-align: left;
  }
  .error-block form.search, .error-block.wider form.search {
    width: 80%;
    margin: 0 auto;
  }
  .error-block form.search input, .error-block form.search .btn, .error-block.wider form.search input, .error-block.wider form.search .btn {
    width: 100%;
  }
}
/* COLOR ICONS 
--------------------------------------------------- */
.color-icons [class*="-facebook"] {
  color: #5371AD;
}
.color-icons [class*="-twitter"] {
  color: #2AA9E0;
}
.color-icons [class*="-google-plus"] {
  color: #D34829;
}
.color-icons [class*="-rss"] {
  color: #EF5C29;
}
.color-icons [class*="-pinterest"] {
  color: #CE2127;
}
.color-icons [class*="-youtube"] {
  color: #F03434;
}
.color-icons [class*="-instagram"] {
  color: #569DC9;
}
.color-icons [class*="-flickr"] {
  color: #FF0084;
}

.color-icons-borders .icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.color-icons-noborders-hovered .icon {
  border-color: transparent;
}

.color-icons-bg [class*="-facebook"] {
  background-color: #5371AD;
  color: #fff;
}
.color-icons-bg [class*="-twitter"] {
  background-color: #2AA9E0;
  color: #fff;
}
.color-icons-bg [class*="-google-plus"] {
  background-color: #D34829;
  color: #fff;
}
.color-icons-bg [class*="-rss"] {
  background-color: #EF5C29;
  color: #fff;
}
.color-icons-bg [class*="-pinterest"] {
  background-color: #CE2127;
  color: #fff;
}
.color-icons-bg [class*="-youtube"] {
  background-color: #F03434;
  color: #fff;
}
.color-icons-bg [class*="-instagram"] {
  background-color: #569DC9;
  color: #fff;
}
.color-icons-bg [class*="-flickr"] {
  background-color: #FF0084;
  color: #fff;
}

.color-icons-hovered [class*="-facebook"]:hover {
  color: #5371AD!important;
  background: #fff;
}
.color-icons-hovered [class*="-twitter"]:hover {
  color: #2AA9E0!important;
  background: #fff;
}
.color-icons-hovered [class*="-google-plus"]:hover {
  color: #D34829!important;
  background: #fff;
}
.color-icons-hovered [class*="-rss"]:hover {
  color: #EF5C29!important;
  background: #fff;
}
.color-icons-hovered [class*="-pinterest"]:hover {
  color: #CE2127!important;
  background: #fff;
}
.color-icons-hovered [class*="-youtube"]:hover {
  color: #F03434!important;
  background: #fff;
}
.color-icons-hovered [class*="-instagram"]:hover {
  color: #569DC9!important;
  background: #fff;
}
.color-icons-hovered [class*="-flickr"]:hover {
  color: #FF0084!important;
  background: #fff;
}

.color-icons-bg-hovered [class*="-facebook"]:hover {
  background-color: #5371AD!important;
  color: #fff !important;
}
.color-icons-bg-hovered [class*="-twitter"]:hover {
  background-color: #2AA9E0!important;
  color: #fff !important;
}
.color-icons-bg-hovered [class*="-google-plus"]:hover {
  background-color: #D34829!important;
  color: #fff !important;
}
.color-icons-bg-hovered [class*="-rss"]:hover {
  background-color: #EF5C29!important;
  color: #fff !important;
}
.color-icons-bg-hovered [class*="-pinterest"]:hover {
  background-color: #CE2127!important;
  color: #fff !important;
}
.color-icons-bg-hovered [class*="-youtube"]:hover {
  background-color: #F03434!important;
  color: #fff !important;
}
.color-icons-bg-hovered [class*="-instagram"]:hover {
  background-color: #569DC9!important;
  color: #fff !important;
}
.color-icons-bg-hovered [class*="-flickr"]:hover {
  background-color: #FF0084!important;
  color: #fff !important;
}

/* HFEAT
----------------------------------------- */
/* Default setup */
.hfeat {
  position: relative;
  padding: 0 0 0 65px;
  margin: 15px 0;
  display: block;
}
.hfeat .icon {
  display: block;
  font-size: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  color: #b688a2;
}
.hfeat .title {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  margin: 0 0 12px 0;
  color: #42464d;
  display: block;
}
.hfeat .text {
  font-size: 14px;
  margin: 0;
  line-height: 1.6em;
  color: #666b76;
  display: block;
}
.hfeat .more-link {
  font-size: 0.8em;
  text-transform: capitalize;
  display: block;
  margin: 10px 0 0 0;
}
.hfeat .more-link .icon-right {
  line-height: 1;
  margin-left: 10px;
  font-size: inherit;
}

/* Styles */
.hfeat.hfeat-box, .hfeat.hfeat-round {
  padding: 0 0 0 85px;
}
.hfeat.hfeat-box .icon, .hfeat.hfeat-round .icon {
  width: 70px;
  line-height: 70px;
  background: #dee0e3;
  font-size: 35px;
}

.hfeat.hfeat-round .icon {
  border-radius: 50%;
}

.hfeat.hfeat-box-bcolor .icon {
  background: #666b76;
  color: #fff;
}
.hfeat.hfeat-box-bcolor .title {
  color: #b688a2;
}

.hfeat.hfeat-box-pcolor .icon {
  background: #b688a2;
  color: #fff;
}

.hfeat.hfeat-box-outline .icon {
  border: 2px solid #dee0e3;
  background: none;
}

.hfeat-round .icon {
  border-radius: 50%;
}

/* Sizes */
.hfeat.hfeat-sm {
  padding: 0 0 0 50px;
  min-height: 40px;
}
.hfeat.hfeat-sm .icon {
  font-size: 40px;
  width: 40px;
  line-height: 40px;
}
.hfeat.hfeat-sm.hfeat-box {
  padding: 0 0 0 60px;
}
.hfeat.hfeat-sm.hfeat-box .icon {
  width: 50px;
  line-height: 50px;
  font-size: 25px;
}
.hfeat.hfeat-sm .title {
  font-size: 14px;
  margin: 0 0 6px 0;
}
.hfeat.hfeat-sm .text {
  font-size: 11px;
  line-height: 1em;
}
.hfeat.hfeat-lg {
  padding: 0 0 0 70px;
  min-height: 60px;
}
.hfeat.hfeat-lg .icon {
  font-size: 60px;
  width: 60px;
  line-height: 60px;
}
.hfeat.hfeat-lg.hfeat-box {
  padding: 0 0 0 90px;
}
.hfeat.hfeat-lg.hfeat-box .icon {
  width: 80px;
  line-height: 80px;
  font-size: 40px;
}
.hfeat.hfeat-lg .title {
  font-size: 16px;
  margin: 0 0 6px 0;
}
.hfeat.hfeat-lg .text {
  font-size: 14px;
  line-height: 1.6em;
}

/* VFEAT
----------------------------------------- */
/* Default setup */
.vfeat {
  margin: 15px 0;
  text-align: center;
}
.vfeat .icon {
  display: block;
  font-size: 40px;
  text-align: center;
  margin: 0 0 10px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.vfeat .title {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
  margin: 0 0 6px 0;
}
.vfeat .text {
  font-size: 12px;
  margin: 0;
  line-height: 1.6em;
}

/* Styles */
.vfeat.vfeat-box .icon, .vfeat.vfeat-round .icon {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  background: #dee0e3;
  font-size: 25px;
}

.vfeat.vfeat-round .icon {
  border-radius: 50%;
}

.vfeat.vfeat-box-bcolor .icon {
  background: #666b76;
  color: #fff;
}
.vfeat.vfeat-box-bcolor .title {
  color: #b688a2;
}

.vfeat.vfeat-box-pcolor .icon {
  background: #b688a2;
  color: #fff;
}

.vfeat.vfeat-box-outline .icon {
  border: 2px solid #dee0e3;
  background: none;
}

/* Sizes */
.vfeat.vfeat-lg .icon {
  font-size: 60px;
  margin: 0 0 15px 0;
}
.vfeat.vfeat-lg.vfeat-box .icon, .vfeat.vfeat-lg.vfeat-round .icon {
  width: 50px;
  line-height: 50px;
  font-size: 25px;
}
.vfeat.vfeat-lg .title {
  font-size: 16px;
  margin: 0 0 6px 0;
}
.vfeat.vfeat-lg .text {
  font-size: 12px;
  line-height: 1.6em;
}
.vfeat.vfeat-sm .icon {
  font-size: 20px;
  margin: 0 0 5px 0;
}
.vfeat.vfeat-sm.vfeat-box .icon, .vfeat.vfeat-sm.vfeat-round .icon {
  width: 40px;
  line-height: 40px;
  font-size: 20px;
}
.vfeat.vfeat-sm .title {
  font-size: 14px;
  margin: 0 0 6px 0;
}
.vfeat.vfeat-sm .text {
  font-size: 11px;
  line-height: 1.6em;
}

/* VLINKS
------------------------------------ */
.vlinks &gt; li {
  font-size: 13px;
}
.vlinks &gt; li:last-child {
  margin: 0;
}

.vlinks-ruled &gt; li, .vlinks-ruled-dots &gt; li {
  border-bottom: 1px solid rgba(19, 20, 22, 0.1);
  line-height: 3em;
}
.vlinks-ruled &gt; li:last-child, .vlinks-ruled-dots &gt; li:last-child {
  border: none;
}

.vlinks-ruled-dots &gt; li {
  border-bottom: 1px dotted rgba(19, 20, 22, 0.1);
}

.vlinks-tabled &gt; li .val {
  float: right;
}

.vlinks-iconed &gt; li {
  display: block;
  position: relative;
  font-size: 13px;
  padding: 0 0 10px 47px;
  line-height: 1.5em;
  min-height: 35px;
  margin: 0 0 10px 0;
}
.vlinks-iconed &gt; li.centered {
  line-height: 35px;
}
.vlinks-iconed &gt; li .title {
  display: block;
  color: #131416;
}
.vlinks-iconed &gt; li .meta {
  display: block;
  opacity: 0.5;
  font-size: 0.8em;
}
.vlinks-iconed &gt; li .meta .icon-left {
  margin-right: 12px;
  opacity: 0.5;
}
.vlinks-iconed &gt; li .icon, .vlinks-iconed &gt; li .img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
}
.vlinks-iconed &gt; li .icon {
  background: #42464d;
  color: #fff;
  line-height: 35px;
  height: 35px;
  text-align: center;
  font-size: 15px;
}

.vlinks-iconed.vlinks-alt .icon {
  background: #dee0e3;
  color: #b688a2;
}
.vlinks-iconed.vlinks-alt .title {
  color: #42464d;
}

.vlinks-iconed.vlinks-round .icon {
  border-radius: 50%;
}

/* Sizes */
.vlinks.vlinks-md &gt; li {
  font-size: 14px;
}
.vlinks.vlinks-md.vlinks-iconed &gt; li {
  font-size: 14px;
  padding: 0 0 10px 65px;
  line-height: 1.5em;
  min-height: 50px;
  margin: 0 0 10px 0;
}
.vlinks.vlinks-md.vlinks-iconed .icon, .vlinks.vlinks-md.vlinks-iconed .img {
  width: 50px;
}
.vlinks.vlinks-md.vlinks-iconed .icon {
  line-height: 50px;
  height: 50px;
  font-size: 22px;
}
.vlinks.vlinks-lg &gt; li {
  font-size: 15px;
}
.vlinks.vlinks-lg.vlinks-iconed &gt; li {
  font-size: 15px;
  padding: 0 0 10px 75px;
  line-height: 1.5em;
  min-height: 60px;
  margin: 0 0 10px 0;
}
.vlinks.vlinks-lg.vlinks-iconed .icon, .vlinks.vlinks-lg.vlinks-iconed .img {
  width: 60px;
}
.vlinks.vlinks-lg.vlinks-iconed .icon {
  line-height: 60px;
  height: 60px;
  font-size: 27px;
}

/* HLINKS
------------------------------------ */
.hlinks {
  line-height: 1;
}
.hlinks &gt; li {
  font-size: 13px;
}
.hlinks &gt; li &gt; a {
  display: block;
  padding: 0 15px;
  line-height: 2.5em;
  color: #666b76;
}
.hlinks &gt; li &gt; a .icon-left {
  margin-right: 10px;
  opacity: 0.4;
}
.hlinks &gt; li:hover &gt; a, .hlinks &gt; li.active &gt; a {
  color: #b688a2;
}
.hlinks.invert-colors &gt; li &gt; a {
  color: #fff;
}

.hlinks.hlinks-borders &gt; li &gt; a, .hlinks.hlinks-borders-dotted &gt; li &gt; a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.hlinks.hlinks-borders &gt; li:last-child &gt; a, .hlinks.hlinks-borders-dotted &gt; li:last-child &gt; a {
  border: none;
}

.hlinks.hlinks-borders-dotted &gt; li &gt; a {
  border-right: 1px dotted rgba(0, 0, 0, 0.1);
}

.hlinks.hlinks-boxed {
  margin: 0 -5px;
}
.hlinks.hlinks-boxed &gt; li {
  margin: 0 5px;
}
.hlinks.hlinks-boxed &gt; li &gt; a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.hlinks-icons, .hlinks-images {
  margin: -3px;
}
.hlinks-icons &gt; li, .hlinks-images &gt; li {
  margin: 0 3px;
}
.hlinks-icons &gt; li &gt; a, .hlinks-images &gt; li &gt; a {
  line-height: 1;
  padding: 0;
}
.hlinks-icons &gt; li &gt; a .icon, .hlinks-images &gt; li &gt; a .icon {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.hlinks-icons &gt; li img, .hlinks-images &gt; li img {
  width: 30px;
  height: auto;
}

.hlinks-icons-round .icon {
  border-radius: 50%;
}

.hlinks-rating {
  line-height: 1;
}
.hlinks-rating &gt; li {
  font-size: 13px;
  margin: 0 2px;
  line-height: 1em;
}
.hlinks-rating &gt; li &gt; a {
  line-height: inherit;
  padding: 0;
  color: rgba(0, 0, 0, 0.1);
}
.hlinks-rating &gt; li &gt; a .icon {
  line-height: inherit;
}
.hlinks-rating.hlinks-rating-yellow &gt; li:hover &gt; a, .hlinks-rating.hlinks-rating-yellow &gt; li.active &gt; a {
  color: #FEBB08;
}

.hlinks.hlinks-icons-borders &gt; li &gt; a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.hlinks.hlinks-icons-borders.invert-colors &gt; li &gt; a {
  border: 1px solid #fff;
}

/* FADER
------------------------------------ */
.fader {
  position: relative;
}
.fader .fader-hidden {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.6s;
}
.fader:hover .fader-hidden, .fader:active .fader-hidden {
  opacity: 1;
}
.fader.fader-inverse .fader-hidden {
  opacity: 1;
}
.fader.fader-inverse:hover .fader-hidden, .fader.fader-inverse:active .fader-hidden {
  opacity: 0;
}

/* FLIPPER
------------------------------------ */
.flipper .flipper-sides {
  position: relative;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flipper .flipper-sides .front, .flipper .flipper-sides .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipper .flipper-sides .front {
  position: relative;
}
.flipper .flipper-sides .back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.flipper:hover .flipper-sides, .flipper:active .flipper-sides {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* TEAM MEMBER
-------------------------------------------------- */
.vprofile {
  margin: 15px 0;
}
.vprofile .links a {
  display: inline-block;
  margin: 0 3px;
}
.vprofile .links .fa {
  font-size: 20px;
  display: block;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.vprofile .links .fa:hover {
  background: #fff;
  color: #b688a2;
}
@media (max-width: 767px) {
  .vprofile .links .fa {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    border: 1px solid #fff;
  }
}
.vprofile .text {
  text-align: center;
  background: #F7F8F8;
  padding: 20px 0;
}
.vprofile .text .name {
  margin: 0 0 5px 0;
  font-weight: normal;
  font-size: 20px;
  display: block;
  color: #42464d;
}
.vprofile .text .title {
  text-transform: uppercase;
  font-size: 11px;
  display: block;
}
@media (max-width: 767px) {
  .vprofile .text {
    padding: 10px;
  }
  .vprofile .text .name {
    font-size: 17px;
  }
  .vprofile .text .title {
    font-size: 9px;
  }
}

/* HQUOTE
------------------------------------ */
.hquote blockquote {
  border: none;
  font-size: 14px;
  padding: 0 0 0 86px;
  margin: 0;
}
.hquote blockquote p {
  padding: 20px;
  background: #dee0e3;
  margin: 0;
  position: relative;
  font-style: italic;
}
.hquote blockquote p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: none;
  border: none;
  border-right: 16px solid #dee0e3;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto 0;
}
.hquote blockquote p .avatar {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: -86px;
  border-radius: 50%;
}
.hquote blockquote .author-top, .hquote blockquote .author-bottom {
  font-size: 0.9em;
  line-height: 1;
}
.hquote blockquote .author-top:before, .hquote blockquote .author-bottom:before {
  margin: 0;
  display: none;
}
.hquote blockquote .author-top a, .hquote blockquote .author-bottom a {
  font-weight: 500;
  color: #42464d;
}
.hquote blockquote .author-bottom {
  margin: 15px 0 0 20px;
}
.hquote blockquote .author-top {
  margin: 0 0 15px 0;
}
.hquote blockquote .author-top:before, .hquote blockquote .author-top:after {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
  font-family: "FontAwesome";
}
.hquote blockquote .author-top:before {
  content: "\f10d";
  margin: 0 10px 0 0;
}

.hquote.hquote-right blockquote {
  padding: 0 86px 0 0;
}
.hquote.hquote-right blockquote p:after {
  display: block;
  width: 0;
  height: 0;
  background: none;
  border: none;
  border-left: 16px solid #dee0e3;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -16px;
  left: auto;
}
.hquote.hquote-right blockquote p .avatar {
  right: -86px;
  left: auto;
}
.hquote.hquote-right blockquote .author-top, .hquote.hquote-right blockquote .author-bottom {
  text-align: right;
}
.hquote.hquote-right blockquote .author-bottom {
  text-align: right;
  margin: 15px 20px 0 0;
}
.hquote.hquote-right blockquote .author-top:after {
  content: "\f10e";
  margin: 0 0 0 10px;
}
.hquote.hquote-right blockquote .author-top:before {
  display: none;
}

.hquote-invert-all .hquote p {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.hquote-invert-all .hquote p:after {
  display: block;
  width: 0;
  height: 0;
  background: none;
  border: none;
  border-right: 16px solid rgba(255, 255, 255, 0.1);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.hquote-invert-all .hquote .author-top a, .hquote-invert-all .hquote .author-bottom a {
  color: #fff;
}
.hquote-invert-all .hquote.hquote-right p:after {
  display: block;
  width: 0;
  height: 0;
  background: none;
  border: none;
  border-left: 16px solid rgba(255, 255, 255, 0.1);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* VQUOTE
------------------------------------ */
.vquote blockquote {
  border: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.vquote blockquote p {
  padding: 20px 20px 20px 60px;
  background: #dee0e3;
  margin: 0;
  position: relative;
  font-style: italic;
}
.vquote blockquote p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: none;
  border: none;
  border-left: 20px solid #dee0e3;
  border-bottom: 30px solid transparent;
  position: absolute;
  bottom: -30px;
  left: 20px;
}
.vquote blockquote p:before {
  content: '\201C';
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  color: #b688a2;
  font-family: "Arial";
  font-size: 100px;
  top: 10px;
  left: 0px;
  line-height: 100px;
  width: 50px;
  text-align: center;
}
.vquote blockquote p.quote-right {
  padding: 20px 60px 20px 20px;
}
.vquote blockquote p.quote-right:before {
  content: '\201D';
  top: 10px;
  left: auto;
  right: 20px;
}
.vquote blockquote footer, .vquote blockquote small {
  margin: 0;
}
.vquote blockquote footer:before, .vquote blockquote small:before {
  display: none;
}
.vquote blockquote footer {
  display: table;
  margin: 20px 20px 0 60px;
  position: relative;
  z-index: 10;
  height: 50px;
  font-family: "Roboto";
  color: #b688a2;
  line-height: 1;
  font-size: 14px;
}
.vquote blockquote footer small, .vquote blockquote footer .avatar {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.vquote blockquote footer small {
  font-size: 0.8em;
}
.vquote blockquote footer small a, .vquote blockquote footer small .author {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #42464d;
}
.vquote blockquote footer .avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}

.vquote.vquote-right p:after {
  display: block;
  width: 0;
  height: 0;
  background: none;
  border: none;
  border-right: 20px solid #dee0e3;
  border-bottom: 30px solid transparent;
  right: 30px;
  left: auto;
}
.vquote.vquote-right footer {
  text-align: right;
  float: right;
  margin: 20px 60px 0 0;
}
.vquote.vquote-right footer .avatar {
  left: auto;
  right: 0;
  margin: 0 0 0 10px;
}

/* VERTICAL PLAN
------------------------------------ */
.vplan {
  margin: 15px 0;
  padding: 50px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #ecedef;
}
.vplan .icon, .vplan .price, .vplan .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vplan .icon {
  display: inline-block;
  text-align: center;
  line-height: 90px;
  height: 90px;
  width: 90px;
  font-size: 36px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #b688a2;
  margin: 0 auto 20px auto;
}
.vplan .title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 1;
  font-size: 17px;
  color: #42464d;
}
.vplan .price {
  color: #b688a2;
  display: block;
  margin: 0 0 10px 0;
}
.vplan .price i {
  padding-right: 5px;
}
.vplan .info {
  font-size: 13px;
  line-height: 1.7em;
  margin: 0 auto;
  width: 70%;
  color: #666b76;
}
.vplan .items {
  width: 70%;
  margin: 0 auto;
}
.vplan .items &gt; li {
  display: block;
  line-height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
.vplan .items &gt; li:last-child {
  border: none;
}
.vplan .btn {
  padding: 13px 26px;
  margin-top: 30px;
}

.vplan.vplan-featured, .vplan:hover {
  border: 1px solid #b688a2;
  box-shadow: 0 0 0 5px #b688a2;
  background: #fff;
}

.vplan:hover .icon {
  -webkit-transform: scale(1.05) rotate(360deg);
  -moz-transform: scale(1.05) rotate(360deg);
  -o-transform: scale(1.05) rotate(360deg);
  -ms-transform: scale(1.05) rotate(360deg);
  transform: scale(1.05) rotate(360deg);
}
.vplan:hover .price {
  -webkit-transform: scale(1.1) ;
  -moz-transform: scale(1.1) ;
  -o-transform: scale(1.1) ;
  -ms-transform: scale(1.1) ;
  transform: scale(1.1) ;
}
.vplan:hover .btn {
  -webkit-transform: scale(1.05) ;
  -moz-transform: scale(1.05) ;
  -o-transform: scale(1.05) ;
  -ms-transform: scale(1.05) ;
  transform: scale(1.05) ;
}

/* BLOG
-------------------------------------------------- */
.blog-entry {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #eee;
}
.blog-entry img {
  max-width: 100%;
  margin: 0 0 20px 0;
}
.blog-entry h4 {
  line-height: 1;
  margin: 0 0 20px 0;
  display: block;
}
.blog-entry h4 a {
  color: #323740;
}
.blog-entry .btn {
  font-size: 12px;
}
.blog-entry .meta {
  padding: 10px 10px;
  margin: 0 0 15px 0;
  border: 1px solid #eee;
}
.blog-entry .meta .fa {
  margin: 0 10px 0 0;
  color: #b688a2;
}
.blog-entry .meta a {
  color: #42464d;
}
.blog-entry .meta span {
  margin: 0 20px 0 0;
}
.blog-entry .meta span:hover a {
  color: #131416;
}
.blog-entry .meta span:hover .fa {
  color: #b688a2;
}
@media (max-width: 767px) {
  .blog-entry .meta {
    font-size: 11px;
  }
}

/* TAGS
---------------------------------------------------*/
ul.tags {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.tags li {
  display: block;
  float: left;
  margin: 0 7px 7px 0;
}
ul.tags li a {
  display: block;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #131416;
  color: #131416;
  padding: 10px 15px;
}
ul.tags li a:hover {
  background: #b688a2;
  border: 1px solid #b688a2;
  color: #fff;
}

/* BLOG COMMENTS
-------------------------------------------------- */
.comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments-list &gt; li {
  display: block;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #eee;
}
.comments-list &gt; li:last-child {
  border: none;
}
.comments-list .avatar {
  float: left;
  width: 9.6%;
}
.comments-list .avatar img {
  max-width: 100%;
  height: auto;
}
.comments-list .comment-box {
  float: right;
  width: 85.4%;
}
.comments-list .comment-box .username {
  font-weight: bold;
  float: left;
  color: #131416;
}
.comments-list .comment-box .hlinks-rating {
  display: block;
  margin: 10px 0 0 0;
}
.comments-list .comment-box .hlinks-rating &gt; li.active &gt; a, .comments-list .comment-box .hlinks-rating &gt; li &gt; a:hover {
  color: #FFC60A;
}
.comments-list .comment-box .date {
  float: right;
  color: #ccc;
}
.comments-list .comment-box .comment {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .comments-list .comment-box .comment {
    font-size: 11px;
  }
}

/* BXSLIDER CUSTOM 
------------------------------------------- */
.bx-wrapper {
  position: relative;
  z-index: 200;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  line-height: 1;
}
.bx-wrapper .bx-loading {
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 410;
}

/* LAYERS 
--------------------------------------------*/
.bx-wrapper .bx-layer {
  visibility: hidden;
}
.bx-wrapper .active .bx-layer {
  visibility: visible;
}

/* CONTROLS
-------------------------------------------- */
.bx-wrapper .bx-controls {
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
  font-family: 'themify';
  font-size: 24px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 400;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  left: 20px;
}
.bx-wrapper .bx-controls-direction a.bx-next:after {
  font-family: "themify";
  content: '\e64a';
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  right: 20px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:after {
  font-family: "themify";
  content: '\e649';
}

.bx-controls-box .bx-wrapper .bx-controls-direction a,
.bx-controls-round .bx-wrapper .bx-controls-direction a {
  font-size: 17px;
  background: rgba(19, 20, 22, 0.9);
}

.bx-controls-invert-colors.bx-controls-box .bx-wrapper .bx-controls-direction a.bx-prev,
.bx-controls-invert-colors.bx-controls-round .bx-wrapper .bx-controls-direction a.bx-prev {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(19, 20, 22, 0.9);
}

.bx-controls-bcolor .bx-controls-direction a.bx-next {
  background: rgba(19, 20, 22, 0.9);
}

.bx-controls-gray .bx-controls-direction a.bx-next {
  background: #ecedef;
  color: #131416;
  margin-left: 1px;
}

.bx-controls-round .bx-wrapper .bx-controls-direction a {
  border-radius: 50%;
}

.bx-controls-above .bx-wrapper .bx-controls-direction,
.bx-controls-above-left .bx-wrapper .bx-controls-direction,
.bx-controls-above-right .bx-wrapper .bx-controls-direction,
.bx-controls-below-right .bx-wrapper .bx-controls-direction,
.bx-controls-below-left .bx-wrapper .bx-controls-direction,
.bx-controls-below .bx-wrapper .bx-controls-direction,
.bx-controls-top .bx-wrapper .bx-controls-direction,
.bx-controls-top-left .bx-wrapper .bx-controls-direction,
.bx-controls-top-right .bx-wrapper .bx-controls-direction,
.bx-controls-bottom .bx-wrapper .bx-controls-direction,
.bx-controls-bottom-right .bx-wrapper .bx-controls-direction,
.bx-controls-bottom-left .bx-wrapper .bx-controls-direction,
.bx-controls-bottom-center .bx-wrapper .bx-controls-direction {
  position: absolute;
  width: 70px;
  height: 35px;
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 400;
}
.bx-controls-above .bx-wrapper .bx-controls-direction a,
.bx-controls-above-left .bx-wrapper .bx-controls-direction a,
.bx-controls-above-right .bx-wrapper .bx-controls-direction a,
.bx-controls-below-right .bx-wrapper .bx-controls-direction a,
.bx-controls-below-left .bx-wrapper .bx-controls-direction a,
.bx-controls-below .bx-wrapper .bx-controls-direction a,
.bx-controls-top .bx-wrapper .bx-controls-direction a,
.bx-controls-top-left .bx-wrapper .bx-controls-direction a,
.bx-controls-top-right .bx-wrapper .bx-controls-direction a,
.bx-controls-bottom .bx-wrapper .bx-controls-direction a,
.bx-controls-bottom-right .bx-wrapper .bx-controls-direction a,
.bx-controls-bottom-left .bx-wrapper .bx-controls-direction a,
.bx-controls-bottom-center .bx-wrapper .bx-controls-direction a {
  margin: 0;
  position: static;
  float: right;
}

.bx-controls-below,
.bx-controls-below-left,
.bx-controls-below-right {
  padding-bottom: 55px;
}

.bx-controls-below .bx-wrapper .bx-controls-direction,
.bx-controls-below-left .bx-wrapper .bx-controls-direction,
.bx-controls-below-right .bx-wrapper .bx-controls-direction {
  bottom: -55px;
  top: auto;
}

.bx-controls-above .bx-wrapper .bx-controls-direction,
.bx-controls-above-left .bx-wrapper .bx-controls-direction,
.bx-controls-above-right .bx-wrapper .bx-controls-direction {
  top: -55px;
  bottom: auto;
}

.bx-controls-bottom .bx-wrapper .bx-controls-direction,
.bx-controls-bottom-left .bx-wrapper .bx-controls-direction,
.bx-controls-bottom-right .bx-wrapper .bx-controls-direction {
  bottom: 20px;
  top: auto;
}

.bx-controls-top .bx-wrapper .bx-controls-direction,
.bx-controls-top-left .bx-wrapper .bx-controls-direction,
.bx-controls-top-right .bx-wrapper .bx-controls-direction {
  top: 20px;
  bottom: auto;
}

.bx-controls-below-left .bx-wrapper .bx-controls-direction,
.bx-controls-above-left .bx-wrapper .bx-controls-direction,
.bx-controls-top-left .bx-wrapper .bx-controls-direction,
.bx-controls-bottom-left .bx-wrapper .bx-controls-direction {
  left: 20px;
  right: auto;
}

.bx-controls-below-right .bx-wrapper .bx-controls-direction,
.bx-controls-above-right .bx-wrapper .bx-controls-direction,
.bx-controls-top-right .bx-wrapper .bx-controls-direction,
.bx-controls-bottom-right .bx-wrapper .bx-controls-direction {
  right: 20px;
  left: auto;
}

.bx-controls-below-right .bx-wrapper .bx-controls-direction,
.bx-controls-above-right .bx-wrapper .bx-controls-direction {
  right: 0;
}

.bx-controls-below-left .bx-wrapper .bx-controls-direction,
.bx-controls-above-left .bx-wrapper .bx-controls-direction {
  left: 0;
}

/* PAGER
-------------------------------------------- */
.bx-pager {
  width: 100%;
  position: absolute;
  bottom: 20px;
  font-size: 0;
  zoom: 1;
  z-index: 400;
  text-align: center;
  height: 12px;
}
.bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 2px;
}
.bx-pager .bx-pager-item a {
  display: block;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
}
.bx-pager .bx-pager-item a.active, .bx-pager .bx-pager-item a:hover {
  background: #fff;
}

.bx-pager-above-right .bx-wrapper .bx-pager,
.bx-pager-top-right .bx-wrapper .bx-pager,
.bx-pager-below-right .bx-wrapper .bx-pager,
.bx-pager-bottom-right .bx-wrapper .bx-pager {
  text-align: right;
  right: 20px;
}

.bx-pager-above-left .bx-wrapper .bx-pager,
.bx-pager-top-left .bx-wrapper .bx-pager,
.bx-pager-below-left .bx-wrapper .bx-pager,
.bx-pager-bottom-left .bx-wrapper .bx-pager {
  text-align: left;
  left: 20px;
}

.bx-pager-top-left .bx-wrapper .bx-pager,
.bx-pager-top-right .bx-wrapper .bx-pager {
  top: 20px;
  bottom: auto;
}

.bx-pager-bottom-left .bx-wrapper .bx-pager,
.bx-pager-bottom-right .bx-wrapper .bx-pager {
  bottom: 20px;
  top: auto;
}

.bx-pager-above-left .bx-wrapper .bx-pager,
.bx-pager-above-right .bx-wrapper .bx-pager,
.bx-pager-below-left .bx-wrapper .bx-pager,
.bx-pager-below-right .bx-wrapper .bx-pager {
  left: 0;
  right: 0;
}

.bx-pager-above-left .bx-wrapper .bx-pager,
.bx-pager-above-right .bx-wrapper .bx-pager {
  top: -32px;
  bottom: auto;
}

.bx-pager-below-left .bx-wrapper .bx-pager,
.bx-pager-below-right .bx-wrapper .bx-pager {
  bottom: -32px;
  top: auto;
}

.bx-pager-dark .bx-pager .bx-pager-item a {
  background: rgba(0, 0, 0, 0.1);
}
.bx-pager-dark .bx-pager .bx-pager-item a.active, .bx-pager-dark .bx-pager .bx-pager-item a:hover {
  background: #b688a2;
}

.bx-pager-round .bx-pager .bx-pager-item a {
  border-radius: 50%;
}

/* INTRO SLIDER
------------------------------------------- */
.intro-slider {
  color: #fff;
}
.intro-slider .bx-wrapper .bx-controls-direction a {
  background: rgba(255, 255, 255, 0.7);
  color: #42464d;
  line-height: 80px;
  height: 80px;
  width: 50px;
  transition: all 1s;
}
.intro-slider .bx-wrapper .bx-controls-direction a:hover {
  background: #fff;
}
@media (max-width: 767px) {
  .intro-slider .bx-wrapper .bx-controls-direction a {
    line-height: 50px;
    height: 50px;
    width: 25px;
    font-size: 16px;
  }
}
@media (max-width: 649px) {
  .intro-slider .bx-wrapper .bx-controls-direction a.bx-next {
    left: 0;
  }
  .intro-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    right: 0;
  }
}
.intro-slider .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}
.intro-slider .slide {
  position: relative;
}
.intro-slider .slide img {
  z-index: 1;
}
.intro-slider .slide .text {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-slider .slide .text h1, .intro-slider .slide .text p, .intro-slider .slide .text h5 {
  color: inherit;
  text-transform: uppercase;
}
.intro-slider .slide .text h1 {
  margin: 0;
  font: 700 50px/1 "Roboto";
  border: 2px solid #fff;
  padding: 20px 50px;
  display: inline-block;
}
.intro-slider .slide .text p, .intro-slider .slide .text h5 {
  font: 300 17px/60px "Roboto Condensed";
  margin: 0;
  text-transform: uppercase;
}
.intro-slider .slide .text p {
  text-transform: none;
  font-size: 20px;
}
.intro-slider .slide .text .btn {
  padding: 0 50px;
  text-transform: uppercase;
  line-height: 50px;
  height: 50px;
}
.intro-slider .slide .text .text-block {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .intro-slider .slide .text h1 {
    font-size: 35px;
  }
  .intro-slider .slide .text h5, .intro-slider .slide .text p {
    font-size: 13px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .intro-slider .slide .text .text-block {
    padding-top: 40px;
  }
  .intro-slider .slide .text h1 {
    font-size: 27px;
    padding: 15px 30px;
  }
  .intro-slider .slide .text p, .intro-slider .slide .text h5 {
    font-size: 11px;
    line-height: 30px;
  }
  .intro-slider .slide .text .btn {
    line-height: 40px;
    height: 40px;
  }
}
@media (max-width: 649px) {
  .intro-slider .slide .text .text-block {
    padding-top: 45px;
  }
  .intro-slider .slide .text h1 {
    font-size: 20px;
    padding: 0;
    border: none;
  }
  .intro-slider .slide .text h5, .intro-slider .slide .text p {
    display: none;
  }
  .intro-slider .slide .text .btn {
    line-height: 30px;
    height: 30px;
    font-size: 11px;
    padding: 0 15px;
    margin-top: 10px;
  }
}

/* PRODUCT
---------------------------------------------------------- */
.product {
  background: #fff;
  position: relative;
  text-align: center;
  margin: 15px 0;
  padding: 0 0 15px 0;
}
.product .title, .product .label {
  display: block;
}
.product .label {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-transform: uppercase;
  font: normal 11px/1 "Roboto";
  padding: 10px 13px;
}
.product .label.label-sale {
  background: #E95144;
}
.product .label.label-new {
  background: #00C0FF;
}
.product .label.label-feat {
  background: #468C00;
}
.product .label.label-hot {
  background: #FFC60A;
}
.product .desc {
  line-height: 1.4em;
  display: none;
  margin: 0 0 15px 0;
}
.product.product-show-desc .desc {
  display: block;
}
.product .image {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}
.product .image a.main img {
  width: 100%;
  height: 100%;
}
.product .image .additional {
  display: block;
  background: #fff;
  margin: 0;
  list-style: none;
  padding: 0;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.product .image .additional &gt; li {
  width: 50%;
  height: 50%;
  float: left;
  opacity: 0.6;
}
.product .image .additional &gt; li:hover {
  opacity: 1;
}
.product .image:hover .additional {
  opacity: 1;
}
.product .title {
  font: 400 15px/1 "Roboto Condensed";
  color: #131416;
  margin: 0 0 10px 0;
}
.product .price-box {
  margin: 0 0 15px 0;
}
.product .price {
  display: inline-block;
  font: 400 15px/1 "Roboto Condensed";
  color: #b688a2;
  margin: 0 5px;
}
.product .price.price-old {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: line-through;
}
.product .btn {
  font: 400 11px "Roboto Condensed";
  text-transform: uppercase;
  margin: 0;
  padding: 0 13px;
  line-height: 35px;
  height: auto;
}
.product .btn-outline {
  border: 1px solid rgba(19, 20, 22, 0.2);
  color: #131416;
  background: #fff;
}
.product:hover .btn-outline {
  border-color: #131416;
}
.product .hlinks-rating {
  margin: 0 0 15px 0;
}
.product .hlinks-rating &gt; li.active &gt; a, .product .hlinks-rating &gt; li:hover &gt; a {
  color: #FFC60A;
}

.product-no-margin .product {
  margin: 0;
}

.product.product-listview .image, .product.product-listview .details, .product-listview .product .image, .product-listview .product .details {
  float: left;
}
.product.product-listview .image, .product-listview .product .image {
  width: 30%;
  margin: 0;
}
.product.product-listview .desc, .product-listview .product .desc {
  display: block;
}
.product.product-listview .details, .product-listview .product .details {
  width: 70%;
  padding: 15px 0 0 20px;
  text-align: left;
}
.product.product-listview .details .title, .product-listview .product .details .title {
  font-size: 20px;
}
.product.product-listview .details .price, .product-listview .product .details .price {
  float: right;
  line-height: 35px;
  font-size: 17px;
}
.product.product-listview .details .btn-group, .product-listview .product .details .btn-group {
  float: left;
}

/* PRODUCTS FILTER
---------------------------------------------------------- */
.products-filter {
  padding: 9px 15px;
  margin-bottom: 15px;
  font-size: 12px;
  position: relative;
  overflow: auto;
  color: #131416;
  text-transform: uppercase;
}
.products-filter .display {
  float: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 31px;
}
.products-filter .display .text {
  margin-right: 10px;
}
.products-filter .display .show-grid, .products-filter .display .show-list {
  display: inline-block;
  cursor: pointer;
  line-height: 22px;
  margin-right: 10px;
}
.products-filter .display .icon {
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
  vertical-align: middle;
}
.products-filter .display .icon:hover {
  color: #b688a2;
}
.products-filter .filter {
  float: right;
  margin-left: 10px;
}
.products-filter .filter select {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-left: 10px;
  font-size: 12px;
  color: #666;
  display: inline-block;
}

/* misc */
.reset-col {
  width: 100% !important;
}

.side-products-slider.bx-controls-above-right .bx-wrapper .bx-controls-direction {
  top: -62px;
  right: 10px;
}
.side-products-slider.bx-controls-above-right .bx-wrapper .bx-controls-direction a {
  font-size: 20px;
}

/* PRODUCT DETAILS
------------------------------------------------- */
.product-details .product-tabs {
  font-size: 0.85em;
}
.product-details .product-title {
  font: 400 25px/1.5em "Roboto Condensed";
  color: #42464d;
  margin: 0 0 10px 0;
}
.product-details .main-slider {
  margin: 0 0 10px 0;
}
.product-details .product-tabs {
  margin: 0 0 20px 0;
}
.product-details .product-rating {
  margin: 0 0 10px 0;
}
.product-details .product-rating .hlinks, .product-details .product-rating .text {
  display: inline-block;
}
.product-details .product-rating .text {
  margin-left: 30px;
  color: #727883;
  text-transform: uppercase;
  font-size: 11px;
}
.product-details .product-price {
  font: 700 25px "Roboto Condensed";
  color: #b688a2;
  margin: 0 0 10px 0;
}
.product-details .attributes .val {
  opacity: 0.7;
}

.product-details .thumb-slider {
  padding: 0 25px;
}
.product-details .thumb-slider .bx-controls-direction a {
  height: 100%;
  margin: 0;
  width: 25px;
}
.product-details .thumb-slider .bx-controls-direction a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
}
.product-details .thumb-slider .bx-controls-direction a.bx-next {
  left: -25px;
  background: #b688a2;
}
.product-details .thumb-slider .bx-controls-direction a.bx-prev {
  right: -25px;
}

.product-details0 .title, .product-details0 .details-box {
  margin: 0 0 20px 0;
}
.product-details0 .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  line-height: 45px;
  background: #42464d;
}
.product-details0 .price-box {
  border: 2px solid #eee;
  padding: 15px 10px;
}
.product-details0 .price-box .price {
  color: #b688a2;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  float: left;
}
.product-details0 .price-box span {
  float: right;
  line-height: 20px;
}
.product-details0 .attributes {
  border: 2px solid #eee;
  padding: 10px 15px;
}
.product-details0 .attributes .val {
  opacity: 0.7;
}
.product-details0 .review-box {
  padding: 20px 0;
  text-align: right;
}
.product-details0 .review-box .hlinks-rating {
  float: left;
  margin-right: 10px;
}
.product-details0 .review-box .hlinks-rating &gt; li {
  font-size: 15px;
}
.product-details0 .review-box span {
  display: inline-block;
  line-height: 15px;
  float: right;
}

/* CART
---------------------------------------------------------- */
.cart {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #ddd;
}

.cart-buttons .btn {
  width: 28%;
  padding: 15px 0;
  float: right;
  margin-left: 20px;
}

/* CART CONTENTS
---------------------------------------------------------- */
table.cart-contents {
  width: 100%;
  margin: 0;
}
table.cart-contents thead {
  background: #F9F9F9;
  border-bottom: 1px solid #ddd;
}
table.cart-contents thead th {
  margin: 0;
  font-size: 16px;
}
table.cart-contents tbody tr {
  border-bottom: 1px solid #ddd;
}
table.cart-contents tbody tr:hover {
  background: #FCFCFC;
}
table.cart-contents th, table.cart-contents td {
  padding: 20px;
  border-left: 1px solid #ddd;
}
table.cart-contents th:first-child, table.cart-contents td:first-child {
  border-left: none;
}
table.cart-contents td {
  vertical-align: top;
}
table.cart-contents .image {
  width: 12%;
}
table.cart-contents .image img {
  width: 100%;
  height: auto;
}
table.cart-contents .details .rating {
  margin-bottom: 10px;
}
table.cart-contents .details .title {
  display: block;
  color: #333;
  font-size: 14px;
  font-family: "Roboto";
  text-transform: capitalize;
  margin: 0 0 10px 0;
}
table.cart-contents .details span {
  display: block;
  margin: 0 0 5px 0;
  line-height: 1;
  font-size: 12px;
}
table.cart-contents .action {
  width: 110px;
}
table.cart-contents .action button {
  float: left;
  border: none;
  text-align: center;
  color: #fff;
  padding: 0;
  width: 33%;
  line-height: 30px;
}
table.cart-contents .action button.refresh {
  background-color: #89898a;
}
table.cart-contents .action button.edit {
  background-color: #595a5b;
}
table.cart-contents .action button.delete {
  background-color: #b688a2;
}
table.cart-contents .action button:hover {
  background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
}
table.cart-contents .qty {
  width: 9%;
}
table.cart-contents .qty input {
  border: 1px solid #ddd;
  height: 30px;
  padding: 0;
  width: 100%;
  text-align: center;
}
table.cart-contents .unit-price, table.cart-contents .total-price {
  width: 14%;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
table.cart-contents .total-price {
  color: #b688a2;
}
table.cart-contents .currency {
  margin-right: 3px;
}

/* CART SUMMARY
---------------------------------------------------------- */
.cart-summary
.terms {
  padding: 0 40px;
  color: #999;
  font-size: 12px;
  width: 72%;
  vertical-align: middle;
}
.cart-summary
.terms h5 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.cart-summary
.terms h5 .fa {
  margin-right: 10px;
  color: #ccc;
  font-size: 20px;
  vertical-align: middle;
}

.totals {
  width: 28%;
  border-left: 1px solid #ddd;
  vertical-align: top;
}

.cart-totals {
  width: 100%;
  height: 100%;
}
.cart-totals tr {
  border-bottom: 1px solid #ddd;
}
.cart-totals tr:last-child {
  border: none;
}
.cart-totals td {
  border-left: 1px solid #ddd;
  width: 50%;
  padding: 7px 20px;
  color: #888;
}
.cart-totals td:first-child {
  border-left: none;
}
.cart-totals td.cart-total {
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  padding: 20px;
}
.cart-totals td.cart-total.price {
  color: #b688a2;
}

@media (max-width: 767px) {
  table.cart-contents thead h5 {
    margin: 0;
    font-size: 14px;
  }
  table.cart-contents .total-price {
    width: 25%;
    font-size: 12px;
  }
  table.cart-contents .qty {
    width: 15%;
  }
  table.cart-contents .qty input {
    padding: 5px 0;
  }
  table.cart-contents th, table.cart-contents td {
    padding: 15px;
    border-right: 1px solid #ddd;
  }
  table.cart-contents .currency {
    margin-right: 0;
  }
  table.cart-contents .action {
    margin-top: 15px;
    float: none !important;
  }

  .cart-buttons .btn {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }

  .cart-summary .terms {
    display: none;
  }

  .cart-totals td {
    width: auto;
  }
  .cart-totals td.price {
    width: 40%;
  }
}
/* CHECKOUT
----------------------------------------- */
.checkout h6 {
  font: 400 15px/1 "Roboto Condensed";
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #131416;
}
.checkout .form-group label {
  color: #131416;
}
.checkout .form-group .form-control {
  background: rgba(0, 0, 0, 0.03);
}

.order-summary {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.order-summary table {
  width: 100%;
}
.order-summary tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-summary td {
  padding: 15px;
}
.order-summary td.price {
  text-align: right;
  color: #131416;
}
.order-summary tr.total {
  border: none;
}
.order-summary tr.total td {
  font-weight: bold;
}
.order-summary tr.total td.price {
  color: #b688a2;
}

.hljs {
  display: block;
  background: none;
  -webkit-text-size-adjust: none;
  color: #000;
}

.hljs-subst,
.hljs-tag,
.hljs-tag .hljs-attribute,
.hljs-tag .hljs-title,
.nginx .hljs-title {
  color: #2626FF;
}

.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-preprocessor,
.hljs-pragma,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
  color: #F95635;
}

.smartquote,
.hljs-comment,
.hljs-annotation,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
  color: #49794F;
}

.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
  color: #080;
}

.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
  color: #88f;
}

.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-dartdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.apache .hljs-tag,
.hljs-type,
.hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
  font-weight: bold;
}

.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis {
  font-style: italic;
}

.nginx .hljs-built_in {
  font-weight: normal;
}

.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
  opacity: 0.5;
}

/* PRETTY PHOTO
------------------------------------- */
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
  box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
}

.pp_next, .pp_previous, .pp_expand, .pp_contract, .pp_close, .pp_play, .pp_pause, .pp_arrow_previous, .pp_arrow_next {
  display: block;
  text-indent: 0;
}
.pp_next:after, .pp_previous:after, .pp_expand:after, .pp_contract:after, .pp_close:after, .pp_play:after, .pp_pause:after, .pp_arrow_previous:after, .pp_arrow_next:after {
  text-indent: 0;
  font-size: inherit;
  font-family: "FontAwesome";
  color: #131416;
  display: inline-block;
}

.pp_next, .pp_previous {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fff;
}

.pp_next {
  right: 10px;
}
.pp_next:after {
  content: "\f054";
}

.pp_previous {
  left: 10px;
}
.pp_previous:after {
  content: "\f053";
}

.pp_nav {
  height: 30px;
  position: relative;
  margin: 10px 0 0 0;
}
.pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 90px;
  line-height: 30px;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0 0 0 10px;
}
.pp_nav .pp_play, .pp_nav .pp_pause, .pp_nav .pp_arrow_previous, .pp_nav .pp_arrow_next {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  color: #42464d;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -1px;
  float: left;
}

.pp_play:after {
  content: "\f04b";
}

.pp_pause:after {
  content: "\f04c";
}

.pp_arrow_previous:after {
  content: "\f04a";
}

.pp_arrow_next:after {
  content: "\f04e";
}

.pp_description {
  display: none;
  margin: 0;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.pp_default .pp_description {
  font-size: 11px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 50px;
  position: absolute;
  top: -50px;
  left: -10px;
  width: 100%;
  padding: 0 20px;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
}

.pp_details {
  height: 60px;
}

.pp_expand, .pp_contract {
  cursor: pointer;
  display: none;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.9);
  color: #42464d;
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 20000;
}

.pp_expand:after {
  content: "\f0b2";
}

.pp_contract:after {
  content: "\f066";
}

.pp_close {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  background: #dee0e3;
  color: #42464d;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 20px;
  top: 10px;
}
.pp_close:after {
  content: "\f00d";
}

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

.pp_content {
  height: 40px;
  min-width: 40px;
  background: #fff;
  padding: 10px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_social {
  float: left;
  margin: 0;
  display: none;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
  left: 0;
}

.pp_gallery {
  display: none;
  left: 50%;
  position: absolute;
  z-index: 10000;
  margin: -150px 0 0 0;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Icons
----------------------------------*/
.ui-icon {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.ui-icon:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
  font-family: "FontAwesome";
  line-height: 16px;
  text-indent: 0;
}

.ui-icon-circle-triangle-w:after {
  content: "\f137";
}

.ui-icon-circle-triangle-e:after {
  content: "\f138";
}

.ui-icon-circle-triangle-n:after {
  content: "\f139";
}

.ui-icon-circle-triangle-s:after {
  content: "\f13a";
}

.ui-datepicker {
  width: 17em;
  padding: 10px;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
  height: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
  width: 12px;
  height: 16px;
  top: -4px;
  cursor: pointer;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #dee0e3;
  color: #666b76;
}

.ui-widget-content a {
  color: #666b76;
}

.ui-widget-header {
  background: #b688a2;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce;
  font-weight: bold;
  color: #c77405;
}

.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* STYLE SWITCHER
-------------------------------------------------- */
#style-switcher {
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 20000;
  display: block;
}
#style-switcher label {
  margin: 0;
  font-weight: normal;
}
#style-switcher input {
  margin-right: 5px;
  margin-top: 0;
}
#style-switcher .ctrl {
  float: left;
  color: #42464d;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-top: 20px;
}
#style-switcher .ctrl .fa {
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
}
#style-switcher .styles {
  float: left;
  display: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 170px;
  padding: 15px;
}
#style-switcher .alert {
  font-size: 11px;
  width: 150px;
  padding: 10px;
}
#style-switcher .alert p {
  margin: 0;
  line-height: 1.3em;
}
#style-switcher .colors span {
  display: block;
  height: 40px;
  cursor: pointer;
}
#style-switcher .bgs {
  margin: 0 0 10px 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 135px;
}
#style-switcher .bgs li {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
#style-switcher .bgs li:nth-child(4n) {
  margin-right: 0;
}
#style-switcher h5 {
  color: #fff;
  background: #42464d;
  font-weight: normal;
  font-size: 12px;
  padding: 7px 10px;
  line-height: 1;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
}
#style-switcher .skin-icon {
  display: block;
  height: 40px;
}
@media (max-width: 767px) {
  #style-switcher {
    display: none;
  }
}

.skin-1-bg {
  background: #E95144;
}

.skin-2-bg {
  background: #b688a2;
}

.skin-3-bg {
  background: #F16543;
}

.skin-4-bg {
  background: #08AFB5;
}

.skin-5-bg {
  background: #28B9D4;
}

.skin-6-bg {
  background: #82B440;
}

</pre></body></html>