@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);
@import url(hl-default.css);
@import url(prettyPhoto.css);
.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
-------------------------------------------- */
/* COLOR CLASSES
-------------------------------------------- */
.bcolor {
  color: #2A3744; }

.bcolor-bg {
  background-color: #2A3744; }
  .bcolor-bg.bgcolor-fixed {
    background-color: #2A3744 !important; }

.pcolor {
  color: #218C8D; }

.pcolor-bg {
  background-color: #218C8D; }
  .pcolor-bg.bgcolor-fixed {
    background-color: #218C8D !important; }

.scolor {
  color: #FC886F; }

.scolor-bg {
  background-color: #FC886F; }
  .scolor-bg.bgcolor-fixed {
    background-color: #FC886F !important; }

.bcolor-l {
  color: #7f878e; }

.bcolor-l-bg {
  background-color: #7f878e; }
  .bcolor-l-bg.bgcolor-fixed {
    background-color: #7f878e !important; }

.bcolor-ml {
  color: #949ba1; }

.bcolor-ml-bg {
  background-color: #949ba1; }
  .bcolor-ml-bg.bgcolor-fixed {
    background-color: #949ba1 !important; }

.bcolor-xl {
  color: #d4d7d9; }

.bcolor-xl-bg {
  background-color: #d4d7d9; }
  .bcolor-xl-bg.bgcolor-fixed {
    background-color: #d4d7d9 !important; }

.bcolor-xxl {
  color: #f4f5f5; }

.bcolor-xxl-bg {
  background-color: #f4f5f5; }
  .bcolor-xxl-bg.bgcolor-fixed {
    background-color: #f4f5f5 !important; }

.white {
  color: #fff; }

.white-bg {
  background-color: #fff; }
  .white-bg.bgcolor-fixed {
    background-color: #fff !important; }

.black {
  color: #000; }

.black-bg {
  background-color: #000; }
  .black-bg.bgcolor-fixed {
    background-color: #000 !important; }

.red {
  color: #D93600; }

.red-bg {
  background-color: #D93600; }
  .red-bg.bgcolor-fixed {
    background-color: #D93600 !important; }

.orange {
  color: #FF9326; }

.orange-bg {
  background-color: #FF9326; }
  .orange-bg.bgcolor-fixed {
    background-color: #FF9326 !important; }

.yellow {
  color: #FEBB08; }

.yellow-bg {
  background-color: #FEBB08; }
  .yellow-bg.bgcolor-fixed {
    background-color: #FEBB08 !important; }

.green {
  color: #468C00; }

.green-bg {
  background-color: #468C00; }
  .green-bg.bgcolor-fixed {
    background-color: #468C00 !important; }

.blue {
  color: #0085B2; }

.blue-bg {
  background-color: #0085B2; }
  .blue-bg.bgcolor-fixed {
    background-color: #0085B2 !important; }

.violet {
  color: #A333A3; }

.violet-bg {
  background-color: #A333A3; }
  .violet-bg.bgcolor-fixed {
    background-color: #A333A3 !important; }

.azure {
  color: #00B2B2; }

.azure-bg {
  background-color: #00B2B2; }
  .azure-bg.bgcolor-fixed {
    background-color: #00B2B2 !important; }

.cyan {
  color: #00C0FF; }

.cyan-bg {
  background-color: #00C0FF; }
  .cyan-bg.bgcolor-fixed {
    background-color: #00C0FF !important; }

/* BACKGROUND IMAGES
------------------------------------------------------ */
.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; }

/* UTILITY CLASSES
------------------------------------------- */
/* Lists */
.no-list, .vlist, .hlist, .hlinks, .vlinks, .bxslider {
  list-style: none;
  padding: 0;
  margin: 0; }
  .no-list > li, .vlist > li, .hlist > li, .hlinks > li, .vlinks > li, .bxslider > li {
    padding: 0;
    margin: 0; }

.vlist > li {
  display: block; }

.hlist, .hlinks {
  font-size: 0;
  zoom: 1; }
  .hlist > li, .hlinks > li {
    display: inline-block;
    font-size: 14px; }

/* Sizing */
.sizing-cbox, .vlinks-iconed > 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; }

.case-l {
  text-transform: lowercase; }

.case-c {
  text-transform: capitalize; }

.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%; }

/* Clearing */
.clear {
  clear: both !important;
  visibility: hidden;
  display: block;
  height: 0; }

.clearfix:before, .hquote:before, .vquote:before, .product:before, .clearfix:after, .hquote:after, .vquote:after, .product:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0; }

.clearfix:after, .hquote:after, .vquote:after, .product:after {
  clear: both; }

.clearfix, .hquote, .vquote, .product {
  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; }

@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%; } }
/* TRANSITIONS
-------------------------------------------------- */
.ts {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.ts-onhover:hover .ts-spin {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }
.ts-onhover:hover .ts-scale {
  -webkit-transform: scale(1.1) ;
  -moz-transform: scale(1.1) ;
  -o-transform: scale(1.1) ;
  -ms-transform: scale(1.1) ;
  transform: scale(1.1) ; }
.ts-onhover:hover .ts-01 {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg); }

/* MISC
--------------------------------------------------- */
.icon-left {
  margin-right: 10px; }

.icon-right {
  margin-left: 10px; }

.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 > a,
.tabs-below .nav-tabs li > a,
.tabs-right .nav-tabs li > a,
.tabs-left .nav-tabs li > 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 {
  -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 
-------------------------------------------- */
.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-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; }

/* PRE
-------------------------------------------- */
pre {
  background: #f4f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  pre.no-breaks, pre.no-breaks > 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 {
  border: none;
  padding: 15px 15px 0 15px; }
  .modal-header .close {
    color: #fff;
    margin: 10px 20px 0 0;
    opacity: 0.9;
    font-size: 22px; }
  .modal-header .close:hover {
    opacity: 1; }

.modal-header .modal-title {
  background: #218C8D;
  color: #fff;
  padding: 10px 20px; }

/* TABS
---------------------------------------------------*/
.tab-pane {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff; }

.tab-content.no-border .tab-pane {
  padding: 20px 0;
  border: 0;
  background: none; }

.nav-tabs > li > 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 > li:last-child > a, .nav-tabs > li:last-child.active > a {
  border-right-width: 1px !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-right-width: 0;
  border-top: 2px solid #218C8D; }

.nav-tabs > li > a:hover {
  background: #fff;
  border-color: #ddd; }

/* PROGRESS
----------------------------------------- */
.skill-bar {
  padding-top: 30px;
  margin: 0 0 15px 0; }
  .skill-bar .progress {
    height: 12px;
    overflow: visible;
    margin: 0;
    background: #fff; }
  .skill-bar .progress-bar {
    position: relative; }
  .skill-bar .skill {
    margin: 0;
    padding: 0 5px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    color: #5f6972;
    font: 300 12px/30px "Roboto Condensed";
    text-transform: capitalize;
    display: block;
    text-align: left; }
    .skill-bar .skill .val {
      float: right;
      font-style: normal;
      margin: 0; }
    .skill-bar .skill .icon {
      margin-right: 10px; }

/* PAGINATION
-------------------------------------------------- */
.pagination li a {
  border: none;
  background: none;
  border: 1px solid #ddd;
  padding: 0 14px;
  line-height: 35px;
  display: block;
  margin-right: 5px;
  color: #2A3744;
  -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: #545f69;
  font-size: 15px;
  border-color: transparent; }
  .pagination li:first-child a:hover {
    background: #2A3744; }
.pagination li:last-child a {
  color: #fff;
  background: #218C8D;
  border-color: transparent;
  font-size: 15px; }
  .pagination li:last-child a:hover {
    background: #1a7070; }
.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 rgba(0, 0, 0, 0.1); }
  .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.no-border, .navbar-btn.no-border {
    border: none; }

.btn-outline-white, .btn-outline-white:hover, .btn-outline-white:active {
  background: none;
  border: 1px solid #fff;
  color: #fff; }

.btn-outline-white:hover, .btn-outline-white:active {
  background: rgba(255, 255, 255, 0.1); }

.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%); }

.btn-primary {
  background-color: #218C8D;
  color: #fff; }
  .btn-primary:hover {
    background: #1a6f70; }
  .btn-primary.btn-outline {
    color: #218C8D;
    border: 2px solid #218C8D;
    background: none; }
    .btn-primary.btn-outline:hover {
      color: #fff;
      background: #218C8D; }

.btn-default {
  background-color: #f4f5f5;
  color: #2A3744; }

.btn-primary, .btn-secondary, .btn-base, .btn-color {
  color: #fff; }
  .btn-primary:hover, .btn-secondary:hover, .btn-base:hover, .btn-color:hover {
    color: #fff; }

.btn-primary {
  background-color: #218C8D;
  color: #fff; }
  .btn-primary:hover {
    background-color: #176364;
    color: #fff; }

.btn-secondary {
  background-color: #FC886F;
  color: #fff; }
  .btn-secondary:hover {
    background-color: #fb5f3d;
    color: #fff; }

.btn-base {
  background-color: #545f69;
  color: #fff; }
  .btn-base:hover {
    background-color: #3d454d;
    color: #fff; }

.btn-white {
  background-color: #fff;
  color: #2A3744;
  border: none; }
  .btn-white:hover, .btn-white.active {
    background-color: #fff;
    color: #218C8D;
    border: none; }

.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: #f4f5f5; }
  .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: rgba(33, 140, 141, 0.5);
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(33, 140, 141, 0.5); }

/* SLIDER GROUP
-------------------------------------------*/
.slider-group {
  position: relative; }
  .slider-group .text-control {
    padding-right: 70px; }
  .slider-group .slider-ctrl {
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0; }

/* FORM PANEL
-------------------------------------------*/
.form-panel {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px; }
  .form-panel header {
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    padding: 25px 30px;
    background: #f4f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #545f69; }
    .form-panel header .icon {
      line-height: inherit;
      margin-right: 10px;
      color: #218C8D;
      vertical-align: middle; }
  .form-panel footer {
    padding: 25px 30px;
    background: #d4d7d9;
    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; }

.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: #d4d7d9;
  color: #5f6972; }

.ui-widget-content a {
  color: #5f6972; }

.ui-widget-header {
  background: #218C8D;
  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 */ }

/* TYPOGRAPHY
-------------------------------------------------- */
body {
  font: 14px "Roboto", Arial, sans-serif;
  line-height: 1.7em;
  color: #5f6972; }

.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; }

/* hs */
/* 6 */
h1 {
  font-size: 34px;
  line-height: 0.7em;
  margin: 23px 0 23px 0; }

/* 5 */
h2 {
  font-size: 29px;
  line-height: 0.82069em;
  margin: 23px 0 23px 0; }

/* 4 */
h3 {
  font-size: 25px;
  line-height: 0.952em;
  margin: 23px 0 23px 0; }

/* 3 */
h4 {
  font-size: 21px;
  line-height: 1.13333em;
  margin: 23px 0 23px 0; }

/* 2 */
h5 {
  font-size: 18px;
  line-height: 1.32222em;
  margin: 23px 0 23px 0; }

/* 1 */
h6 {
  font-size: 16px;
  line-height: 1.4875em;
  margin: 23px 0 23px 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Roboto Condensed";
  color: #2A3744; }

.lts-sm {
  letter-spacing: 2px; }

pre {
  padding: 23px;
  overflow: auto; }
  pre.no-wrap, pre.no-wrap code {
    white-space: pre; }

blockquote {
  border-left: 5px solid #218C8D;
  padding: 23px 23px 23px 34.5px;
  font-size: 16px; }
  blockquote small {
    margin-top: 23px;
    color: #218C8D; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #218C8D; }

a:hover {
  text-decoration: none;
  color: #218C8D; }

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: #218C8D; }
.dcap.dcap-square::first-letter, .dcap.dcap-round::first-letter {
  background: #218C8D;
  color: #fff;
  font-size: 23px;
  padding: 12px; }
.dcap.dcap-round::first-letter {
  border-radius: 50%; }

mark {
  color: #218C8D;
  background: #d4d7d9; }

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: #218C8D;
    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 > li {
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer; }
    ul.ul-toggle > li a {
      color: #5f6972; }
    ul.ul-toggle > li .toggler {
      float: right;
      line-height: inherit;
      transition: all 0.5s; }
    ul.ul-toggle > li > ul {
      display: none;
      list-style: none;
      padding: 0; }
      ul.ul-toggle > li > ul > li {
        margin: 0 0 2px 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 10px;
        background: #fff; }
        ul.ul-toggle > li > ul > li a {
          color: #218C8D; }
    ul.ul-toggle > li:last-child {
      border: none; }
    ul.ul-toggle > li.active {
      border: none; }
      ul.ul-toggle > li.active .toggler {
        transform: rotate(45deg); }

input[type="radio"],
input[type="checkbox"] {
  line-height: 1;
  margin: 5px 0 0; }

/* HNAV
----------------------------------------- */
.hnav {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  font-family: "Roboto Condensed";
  z-index: 300; }
  .hnav.no-border {
    border: none; }
  .hnav .container {
    position: relative;
    z-index: 200; }
  .hnav .navbar-collapse {
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .hnav .navbar-collapse {
        overflow: auto;
        max-height: 300px; } }
  @media (max-width: 767px) {
    .hnav .navbar-dont-collapse .navbar-nav {
      margin: 0;
      border: none; }
    .hnav .navbar-dont-collapse .navbar-right {
      float: right; }
    .hnav .navbar-dont-collapse .navbar-left {
      float: left; }
    .hnav .navbar-dont-collapse .navbar-nav > li {
      display: inline-block; }
      .hnav .navbar-dont-collapse .navbar-nav > li > a, .hnav .navbar-dont-collapse .navbar-nav > li.active > a {
        background: none;
        border: none; } }

/* navbar brand 
........................... */
.hnav .navbar-brand {
  display: block;
  margin: 0;
  padding: 0 15px;
  color: inherit;
  line-height: 100px;
  height: 100px;
  font-size: 20px; }
  .hnav .navbar-brand img {
    width: auto;
    display: block;
    line-height: 1;
    height: 35px;
    margin: 32px 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: #2A3744;
  margin: 32px 15px 0 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 17px;
  border-radius: 0;
  border: 1px solid #949ba1; }

/* navbar elements
........................... */
.hnav .navbar-el, .hnav .navbar-text, .hnav .navbar-btn, .hnav .navbar-form, .hnav .navbar-btn-group {
  margin-top: 32px;
  height: 35px;
  line-height: 35px;
  font-size: 13px; }
.hnav .navbar-right {
  margin-left: 15px;
  margin-right: 0; }
.hnav .navbar-left {
  margin-right: 15px; }
@media (max-width: 767px) {
  .hnav .navbar-left, .hnav .navbar-right {
    margin: 0; } }

/* navbar btn
........................... */
@media (max-width: 767px) {
  .nav-buttons .navbar-btn {
    margin-top: 0; } }

.hnav .navbar-btn {
  padding: 0 15px;
  position: relative; }
  .hnav .navbar-btn .icon, .hnav .navbar-btn .icon-left {
    line-height: inherit; }
.hnav .btn-wrapper {
  position: relative;
  z-index: 20; }
  .hnav .btn-wrapper > .btn, .hnav .btn-wrapper > .navbar-btn {
    display: block; }
  @media (max-width: 767px) {
    .hnav .btn-wrapper {
      position: static; } }
.hnav .navbar-btn-group {
  float: left; }
  .hnav .navbar-btn-group .btn {
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 13px; }
  .hnav .navbar-btn-group .btn-wrapper {
    float: left;
    position: relative; }
    .hnav .navbar-btn-group .btn-wrapper > .btn {
      display: block; }
    @media (max-width: 767px) {
      .hnav .navbar-btn-group .btn-wrapper {
        position: static; } }
.hnav .btn .count {
  display: block;
  min-width: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #FC886F;
  right: -10px;
  top: -10px;
  position: absolute;
  font-size: 11px; }
@media (max-width: 767px) {
  .hnav .nav-buttons {
    position: absolute;
    top: 32px;
    right: 65px; }
    .hnav .nav-buttons .navbar-left {
      float: left;
      margin: 0 0 0 15px; } }

/* nav-form-panel
........................... */
.hnav .nav-form-panel.dropdown-menu {
  position: absolute;
  min-width: 270px;
  left: auto;
  right: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.7;
  top: 40px; }
  .hnav .nav-form-panel.dropdown-menu fieldset {
    padding: 20px; }
  .hnav .nav-form-panel.dropdown-menu header {
    font-size: 17px;
    padding: 10px 15px; }
  .hnav .nav-form-panel.dropdown-menu .btn {
    line-height: 34px;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .hnav .nav-form-panel.dropdown-menu {
      min-width: 0;
      left: auto;
      right: -50px;
      min-width: 250px; } }
.hnav .nav-search.nav-form-panel.dropdown-menu {
  min-width: 0; }
  .hnav .nav-search.nav-form-panel.dropdown-menu .form-group {
    position: relative; }
    .hnav .nav-search.nav-form-panel.dropdown-menu .form-group .btn {
      position: absolute;
      right: 0;
      top: 0; }
    .hnav .nav-search.nav-form-panel.dropdown-menu .form-group input {
      font-size: 12px;
      width: 250px;
      padding-right: 60px; }

/* navbar form
........................... */
.hnav .navbar-form {
  margin: 0;
  padding: 0; }
  .hnav .navbar-form .form-control, .hnav .navbar-form .form-group, .hnav .navbar-form .btn, .hnav .navbar-form button {
    padding: 0 20px;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px; }

/* navbar nav
........................... */
.hnav .navbar-nav {
  position: static; }
  .hnav .navbar-nav.borders-r > li > a, .hnav .navbar-nav.borders-lr > li > a {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .hnav .navbar-nav.borders-l > li > a, .hnav .navbar-nav.borders-lr > li > a {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .hnav .navbar-nav.borders-lr > li > a {
    margin-left: -1px; }
  .hnav .navbar-nav.boxed-links > li > a {
    line-height: 35px;
    margin: 32px 0; }
  .hnav .navbar-nav > li > a {
    color: #516a83;
    padding: 0 20px;
    line-height: 100px;
    font-size: 13px;
    border-radius: 0; }
    .hnav .navbar-nav > li > a .icon-left {
      opacity: 0.5; }
    .hnav .navbar-nav > li > a .icon-lg {
      font-size: 2em;
      line-height: 1; }
    .hnav .navbar-nav > li > a.square {
      display: block;
      width: 35px;
      text-align: center;
      padding: 0; }
    .hnav .navbar-nav > li > a .toggler {
      margin-left: 10px; }
  .hnav .navbar-nav > li:hover > a, .hnav .navbar-nav > li.active > a, .hnav .navbar-nav > li.open > a, .hnav .navbar-nav > li > a:focus, .hnav .navbar-nav > li.alt-state > a {
    color: #218C8D;
    background: none; }
  .hnav .navbar-nav > li.dropdown.mega {
    position: static; }
  .hnav .navbar-nav > li.dropdown .caret, .hnav .navbar-nav > li.dropdown .toggler {
    transition: all 0.3s;
    color: #ddd; }
  .hnav .navbar-nav > li.dropdown.open .caret, .hnav .navbar-nav > li.dropdown.open .toggler {
    transform: rotate(180deg); }
  .hnav .navbar-nav > li.dropdown.open .dropdown-menu {
    max-height: 1000px; }
  .hnav .navbar-nav > li.dropdown.open .mega-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid #218C8D; }
  .hnav .navbar-nav > li.dropdown.open .mega-menu, .hnav .navbar-nav > li.dropdown.open .dropdown-menu {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }
  .hnav .navbar-nav > li .dropdown-menu {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s;
    padding: 0;
    border: none;
    margin-top: -3px;
    left: 0; }
    .hnav .navbar-nav > li .dropdown-menu > li > a {
      border-bottom: 1px solid #ddd;
      line-height: 3em;
      text-transform: capitalize;
      color: #5f6972;
      font-size: 0.9em; }
    .hnav .navbar-nav > li .dropdown-menu > li:first-child > a {
      border-top: 3px solid #218C8D; }
    .hnav .navbar-nav > li .dropdown-menu > li.active > a, .hnav .navbar-nav > li .dropdown-menu > li:hover > a {
      color: #218C8D;
      background: #f4f5f5; }
  .hnav .navbar-nav > li .dropdown-menu.mega-menu {
    width: 100%;
    position: absolute; }
    .hnav .navbar-nav > li .dropdown-menu.mega-menu .row {
      margin: 30px 15px; }
    .hnav .navbar-nav > li .dropdown-menu.mega-menu h5 {
      text-transform: uppercase;
      margin: 0 0 20px 0;
      padding: 15px;
      background: #f4f5f5;
      line-height: 1;
      font-size: 13px; }
    .hnav .navbar-nav > li .dropdown-menu.mega-menu .featured-img {
      max-width: 100%;
      display: block; }
    .hnav .navbar-nav > li .dropdown-menu.mega-menu .links {
      list-style: none;
      padding: 0;
      margin: 0; }
      .hnav .navbar-nav > li .dropdown-menu.mega-menu .links > li > a {
        border-bottom: 1px dotted #ddd;
        line-height: 3em;
        text-transform: capitalize;
        color: #5f6972;
        display: block;
        padding: 0 15px;
        font-size: 12px; }
      .hnav .navbar-nav > li .dropdown-menu.mega-menu .links > li:last-child > a {
        border: none; }
      .hnav .navbar-nav > li .dropdown-menu.mega-menu .links > li.active > a, .hnav .navbar-nav > li .dropdown-menu.mega-menu .links > li:hover > a {
        color: #218C8D; }
  @media (max-width: 767px) {
    .hnav .navbar-nav {
      border: none;
      padding: 0;
      margin: 0 0 15px 0;
      float: none; }
      .hnav .navbar-nav > li:last-child .dropdown-menu {
        border: 4px solid #344454; }
      .hnav .navbar-nav > li.dropdown.mega {
        position: relative; }
        .hnav .navbar-nav > li.dropdown.mega .mega-menu {
          position: static; }
          .hnav .navbar-nav > li.dropdown.mega .mega-menu .row {
            margin: 0; }
            .hnav .navbar-nav > li.dropdown.mega .mega-menu .row [class^="col-"] {
              padding: 0 15px; }
            .hnav .navbar-nav > li.dropdown.mega .mega-menu .row div:first-child {
              padding-top: 15px; }
            .hnav .navbar-nav > li.dropdown.mega .mega-menu .row div:last-child {
              padding-bottom: 15px; }
          .hnav .navbar-nav > li.dropdown.mega .mega-menu h5 {
            margin: 0; }
      .hnav .navbar-nav > li.dropdown .dropdown-menu, .hnav .navbar-nav > li.dropdown.mega .mega-menu {
        border: 4px solid #344454;
        border-bottom: 0;
        border-top: 0;
        width: 100%; }
      .hnav .navbar-nav > li.dropdown:last-child .dropdown-menu, .hnav .navbar-nav > li.dropdown.mega:last-child .mega-menu {
        border-bottom: 4px solid #344454; }
      .hnav .navbar-nav > li.dropdown .dropdown-menu > li:first-child > a, .hnav .navbar-nav li.dropdown.open .mega-menu {
        border-top: none;
        margin-top: 0; }
      .hnav .navbar-nav > li > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        background: #2A3744;
        line-height: 3em;
        font-size: 0.9em; }
        .hnav .navbar-nav > li > a .toggler {
          float: right;
          line-height: inherit;
          margin-right: 10px; }
      .hnav .navbar-nav > li:last-child > a {
        border-bottom: none; }
      .hnav .navbar-nav > li.active > a, .hnav .navbar-nav > li > a:focus, .hnav .navbar-nav > li.dropdown.open > a {
        background: #303f4d;
        color: #fff; }
      .hnav .navbar-nav > li:hover > a {
        background: #344454;
        color: #fff; } }

/* Hnav Styles
----------------------------------------- */
.hnav .navbar-nav.line-top > li:hover > a:after, .hnav .navbar-nav.line-top > li.active > a:after, .hnav .navbar-nav.line-bottom > li:hover > a:after, .hnav .navbar-nav.line-bottom > li.active > a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #218C8D;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .hnav .navbar-nav.line-top > li:hover > a:after, .hnav .navbar-nav.line-top > li.active > a:after, .hnav .navbar-nav.line-bottom > li:hover > a:after, .hnav .navbar-nav.line-bottom > li.active > a:after {
      height: 70% !important;
      width: 3px;
      margin: auto 0;
      right: auto;
      left: -1px; } }
.hnav .navbar-nav.line-top > li.no-line > a:after, .hnav .navbar-nav.line-bottom > li.no-line > a:after {
  display: none; }

.hnav .navbar-nav.line-bottom > li:hover > a:after, .hnav .navbar-nav.line-bottom > li.active > a:after {
  bottom: 0;
  top: auto; }

.hnav .navbar-nav.boxed-links > li:hover > a, .hnav .navbar-nav.boxed-links > li.active > a {
  color: #fff;
  background: #218C8D; }

/* Hnav Inverse
----------------------------------------- */
.hnav.invert-colors {
  color: #fff; }
  .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-nav.borders-lr > li > a, .hnav.invert-colors .navbar-nav.borders-l > li > a, .hnav.invert-colors .navbar-nav.borders-r > li > a {
    border-color: rgba(255, 255, 255, 0.2) !important; }
  .hnav.invert-colors .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.8); }
  .hnav.invert-colors .navbar-nav > li:hover > a, .hnav.invert-colors .navbar-nav > li.active > a {
    color: #fff; }

/* Hnav Sizes
------------------------------------ */
/* hnav-sm */
.hnav.hnav-sm {
  min-height: 45px; }
  .hnav.hnav-sm .navbar-brand {
    line-height: 45px;
    height: 45px;
    font-size: 15px; }
    .hnav.hnav-sm .navbar-brand img {
      height: 30px;
      margin: 7px 0; }
  @media (max-width: 767px) {
    .hnav.hnav-sm .nav-buttons {
      position: absolute;
      top: 7px;
      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: 7px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 15px; }
  .hnav.hnav-sm .navbar-nav > li > a {
    padding: 0 12px;
    line-height: 45px;
    font-size: 12px; }
  .hnav.hnav-sm .navbar-nav.boxed-links > li > a {
    line-height: 30px;
    margin: 7px 0; }
  .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 {
    margin-top: 7px;
    height: 30px;
    line-height: 30px;
    font-size: 12px; }
  .hnav.hnav-sm .navbar-btn-group .btn {
    height: 30px;
    line-height: 30px;
    font-size: 12px; }
  .hnav.hnav-sm .nav-form-panel {
    top: 35px; }
  .hnav.hnav-sm .navbar-form .form-group, .hnav.hnav-sm .navbar-form .button, .hnav.hnav-sm .navbar-form .btn {
    height: 30px;
    line-height: 30px; }

/* BOXED LAYOUT
-------------------------------------------------- */
.boxed-wrapper {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .boxed-wrapper {
      max-width: 820px; }
      .boxed-wrapper .container {
        max-width: 750px !important;
        width: auto !important; }
      .boxed-wrapper .nav-main, .boxed-wrapper .nav-top {
        max-width: 820px; } }
  @media (min-width: 992px) {
    .boxed-wrapper {
      max-width: 1040px; }
      .boxed-wrapper .nav-main, .boxed-wrapper .nav-top {
        max-width: 1040px; }
      .boxed-wrapper .container {
        max-width: 970px !important;
        width: auto !important; } }
  @media (min-width: 1200px) {
    .boxed-wrapper {
      max-width: 1240px; }
      .boxed-wrapper .nav-main, .boxed-wrapper .nav-top {
        max-width: 1240px; }
      .boxed-wrapper .container {
        max-width: 1170px !important;
        width: auto !important; } }

/* LAYOUT SETUP
-------------------------------------------------- */
html {
  position: relative;
  display: block;
  height: 100%; }

body {
  min-height: 100%;
  background-color: #d4d7d9; }

.page-wrapper.boxed-wrapper {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1); }

/* Z-LAYERS
-------------------------------------------------- */
.overlay-dark, .overlay-light, .overlay-black {
  position: relative; }
  .overlay-dark:before, .overlay-light:before, .overlay-black:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100; }

.overlay-dark:before {
  background: rgba(42, 55, 68, 0.9); }

.overlay-light:before {
  background: rgba(255, 255, 255, 0.9); }

.overlay-black:before {
  background: rgba(0, 0, 0, 0.9); }

.content-block, .intro-block, .footer-block, .empty-block, .error-block {
  position: relative;
  z-index: 200; }

.nav-block {
  position: relative;
  z-index: 300; }

/* PRELOADER
------------------------------------------- */
.page-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 500; }

/* EMPTY BLOCK
------------------------------------------- */
.empty-block {
  position: absolute;
  width: 100%;
  height: 100%; }

/* NAV BLOCK
------------------------------------------- */
.nav-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .nav-block .nav-main, .nav-block .nav-top {
    margin-left: auto;
    margin-right: auto;
    border: none; }
  .nav-block .nav-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 0.1em; }
  .nav-block .nav-main {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 0.1em; }
  @media (max-width: 767px) {
    .nav-block .nav-top {
      display: none; } }
  .nav-block.top-close .nav-top {
    display: none; }
  .nav-block.top-close .nav-main {
    border-top: 3px solid #2A3744; }

@media (max-width: 767px) {
  /* Hnav Sizes
  ------------------------------------ */
  /* nav-main */
  .hnav.nav-main {
    min-height: 70px; }
    .hnav.nav-main .navbar-brand {
      line-height: 70px;
      height: 70px;
      font-size: 16px; }
      .hnav.nav-main .navbar-brand img {
        height: 30px;
        margin: 20px 0; }
    .hnav.nav-main .nav-buttons {
      position: absolute;
      top: 17px;
      right: 65px; }
      .hnav.nav-main .nav-buttons .navbar-left, .hnav.nav-main .nav-buttons .btn-wrapper.navbar-left {
        float: left;
        margin: 0 0 0 15px; }
    .hnav.nav-main .navbar-toggle {
      margin-top: 17px;
      height: 35px;
      width: 35px;
      line-height: 35px;
      font-size: 17px; }
    .hnav.nav-main .navbar-nav > li > a {
      padding: 0 20px;
      line-height: 40px;
      font-size: 11px; }
    .hnav.nav-main .navbar-nav.boxed-links > li > a {
      line-height: 35px;
      margin: 17px 0; }
    .hnav.nav-main .navbar-el, .hnav.nav-main .navbar-text, .hnav.nav-main .navbar-btn, .hnav.nav-main .navbar-form, .hnav.nav-main .navbar-btn-group {
      margin-top: 17px;
      height: 35px;
      line-height: 35px;
      font-size: 11px; }
    .hnav.nav-main .navbar-btn {
      margin-top: 0; }
    .hnav.nav-main .navbar-btn-group .btn {
      height: 35px;
      line-height: 35px;
      font-size: 11px; }
    .hnav.nav-main .nav-form-panel {
      top: 40px; }
    .hnav.nav-main .navbar-form .form-group, .hnav.nav-main .navbar-form .button, .hnav.nav-main .navbar-form .btn {
      height: 35px;
      line-height: 35px; } }
/* INTRO BLOCK
------------------------------------------- */
.intro-block {
  padding-top: 145px;
  text-align: center; }
  .intro-block.dark-bg {
    background: rgba(42, 55, 68, 0.9); }
  .intro-block.light-bg {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .intro-block.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .intro-block .container.cont-main {
    padding: 100px 15px; }
  .intro-block.intro-page .container.cont-main {
    padding: 80px 15px; }
  @media (max-width: 767px) {
    .intro-block {
      padding-top: 70px; }
      .intro-block.intro-page .container.cont-main {
        padding: 30px 15px; } }

.intro-block.intro-search {
  text-align: left; }
  .intro-block.intro-search .search-panel {
    background: #218C8D;
    text-align: left;
    padding: 30px;
    color: #fff;
    position: relative; }
    .intro-block.intro-search .search-panel h1 {
      text-transform: capitalize;
      font-size: 35px;
      color: #fff;
      font-weight: 700;
      margin: 0 0 10px 0;
      line-height: 1;
      text-transform: uppercase; }
    .intro-block.intro-search .search-panel p {
      font-size: 16px;
      font-weight: 300;
      opacity: 0.6; }
    @media (max-width: 767px) {
      .intro-block.intro-search .search-panel h1 {
        font-size: 20px; }
      .intro-block.intro-search .search-panel p {
        font-size: 14px; } }
    .intro-block.intro-search .search-panel .filters-row {
      width: 60%; }
      .intro-block.intro-search .search-panel .filters-row .form-group {
        margin-bottom: 10px; }
      .intro-block.intro-search .search-panel .filters-row .ui-slider-range {
        background: #FDF5CE; }
      @media (max-width: 767px) {
        .intro-block.intro-search .search-panel .filters-row {
          width: 100%; } }
    .intro-block.intro-search .search-panel .form-control {
      border: none; }
    .intro-block.intro-search .search-panel .main-search {
      position: relative; }
      .intro-block.intro-search .search-panel .main-search .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 23.5%; }
        .intro-block.intro-search .search-panel .main-search .btn .icon {
          line-height: inherit; }
    .intro-block.intro-search .search-panel .search-pic {
      position: absolute;
      right: 30px;
      height: 400px;
      bottom: -100px; }
    .intro-block.intro-search .search-panel:after {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      background: none;
      border: none;
      border-top: 30px solid #218C8D;
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      bottom: -30px;
      left: 150px; }
  @media (max-width: 767px) {
    .intro-block.intro-search .container.cont-main {
      padding: 40px 15px; } }

/* CONTENT BLOCKS
------------------------------------------- */
.content-block {
  position: relative;
  z-index: 200; }
  .content-block.default-bg {
    background: #fff; }
  .content-block.dark-bg {
    background: rgba(42, 55, 68, 0.9);
    color: rgba(255, 255, 255, 0.5); }
    .content-block.dark-bg h1, .content-block.dark-bg h2, .content-block.dark-bg h3, .content-block.dark-bg h4, .content-block.dark-bg h5, .content-block.dark-bg h6 {
      color: #fff; }
  .content-block.light-bg {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .content-block .container.cont-main {
    padding: 80px 15px; }
    .content-block .container.cont-main.pad-t-50pc {
      padding-top: 40px; }
  @media (max-width: 767px) {
    .content-block .container.cont-main {
      padding: 40px 15px; } }

/* SLIDER TITLE
-------------------------------------------- */
.slider-title {
  border-bottom: 2px solid;
  line-height: 35px;
  padding: 15px 0;
  margin: 0 0 30px 0;
  position: relative; }
  .slider-title:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100px;
    background: #218C8D;
    bottom: -2px; }
  .slider-title .icon {
    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;
    background: #218C8D;
    color: #fff;
    margin-right: 10px; }

/* SECTION TITLE
-------------------------------------------- */
.section-title {
  text-align: center;
  margin: 0 0 4.5em 0;
  font-size: 1em; }
  .section-title h2 {
    font: 400 1.8em/1em "Roboto Condensed";
    position: relative;
    color: #2A3744;
    display: block;
    padding: 0 0 1em 0;
    margin: 0 0 0.8em 0;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .section-title h2:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 3px;
      width: 60px;
      background: #218C8D;
      bottom: 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; }
  .section-title p {
    margin: 0 auto;
    font: 300 1.3em/1.5em "Roboto Condensed"; }
  @media (max-width: 767px) {
    .section-title {
      font-size: 11px; } }

section-title.invert-colors, .dark-bg .section-title {
  color: #fff; }
  section-title.invert-colors h1, section-title.invert-colors h2, section-title.invert-colors h3, .dark-bg .section-title h1, .dark-bg .section-title h2, .dark-bg .section-title h3 {
    color: #fff; }
  section-title.invert-colors p, .dark-bg .section-title p {
    opacity: 0.6; }

/* SIDE WIDGETS
---------------------------------------------------*/
.side-widget {
  margin: 0 0 30px 0;
  background: #f4f5f5;
  padding: 30px;
  border-top: 4px solid #218C8D; }

.col-md-4 .side-widget {
  margin-left: 10px; }
  @media (max-width: 991px) {
    .col-md-4 .side-widget {
      margin-left: 0; } }

.widget-title {
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 16px; }

/* SHADOWS
------------------------------------ */
.bshadow-below,
.bshadow-top, .bshadow-bottom,
.tshadow-top, .tshadow-bottom {
  position: relative; }
  .bshadow-below:after,
  .bshadow-top:after, .bshadow-bottom:after,
  .tshadow-top:after, .tshadow-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 45px;
    background: url("../images/shadow-bottom.png") no-repeat center top;
    z-index: 100; }

.tshadow-top:after, .tshadow-bottom:after {
  background: url("../images/shadow-top.png") no-repeat center top; }

.bshadow-bottom:after, .tshadow-bottom:after {
  bottom: 0;
  top: auto; }

.bshadow-below:after {
  bottom: -45px;
  top: auto; }

/* SERVICES
----------------------------------- */
.service.hfeat {
  font-size: 1em;
  margin: 15px 0;
  padding-left: 75px; }
  .service.hfeat .title {
    display: block;
    font: 400 1.1em/1em "Roboto Condensed";
    margin: 0;
    padding: 0.4em 0 0.7em 0;
    letter-spacing: 0.1em;
    text-transform: uppercase; }

/* FOOTER
-------------------------------------------------- */
.footer-block {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 200;
  background: #2A3744; }
  .footer-block .container {
    position: relative;
    z-index: 200; }
  .footer-block .container.main {
    padding: 60px 15px; }
  .footer-block .brand-col, .footer-block .links-col {
    float: left; }
  .footer-block a {
    color: rgba(255, 255, 255, 0.5); }
    .footer-block a:hover {
      color: #fff; }
  .footer-block .brand-col {
    width: 30%;
    padding-right: 30px; }
    .footer-block .brand-col .brand {
      text-align: right;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      height: 230px;
      position: relative; }
      .footer-block .brand-col .brand img {
        position: absolute;
        margin: auto 0;
        right: 40px;
        top: 0;
        bottom: 0; }
  .footer-block .links-col {
    width: 70%; }
  .footer-block .col-md-3 {
    padding-top: 30px; }
    .footer-block .col-md-3 h5 {
      text-transform: uppercase;
      margin: 0 0 20px 0;
      font-size: 14px;
      color: #fff;
      font-weight: 400; }
  .footer-block .v-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    .footer-block .v-links > li > a {
      color: rgba(255, 255, 255, 0.5);
      display: block;
      line-height: 2em;
      text-align: left; }
    .footer-block .v-links > li:hover > a {
      color: #fff; }
  .footer-block .newsletter h5 {
    margin: 0 0 25px 0; }
  .footer-block .newsletter input {
    border: none;
    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 .bottom {
    height: 71px;
    line-height: 70px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05); }
    .footer-block .bottom .payment-methods {
      list-style: none;
      padding: 0;
      margin: 0;
      float: right; }
      .footer-block .bottom .payment-methods > li {
        display: inline-block;
        margin: 0 3px; }
        .footer-block .bottom .payment-methods > li img {
          height: 20px;
          line-height: 60px; }
  @media (max-width: 1023px) {
    .footer-block .brand-col {
      display: none; }
    .footer-block .links-col {
      width: 100%; } }
  @media (max-width: 767px) {
    .footer-block .col-md-3 {
      padding: 15px 0;
      text-align: left; }
    .footer-block .bottom {
      height: auto;
      padding: 20px 0;
      text-align: center;
      line-height: 1.8em; }
      .footer-block .bottom .payment-methods {
        float: none;
        margin-top: 20px; } }

.footer-block.footer-simple {
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #fff; }
  .footer-block.footer-simple p .icon {
    vertical-align: middle;
    margin: 0 10px 20px 0; }
  .footer-block.footer-simple .container.cont-main {
    padding-top: 80px;
    padding-bottom: 70px; }
  .footer-block.footer-simple .social-icons.hlinks-icons > li > a .icon {
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 24px;
    border-radius: 2px; }
    @media (max-width: 767px) {
      .footer-block.footer-simple .social-icons.hlinks-icons > li > a .icon {
        line-height: 40px;
        height: 40px;
        width: 40px;
        font-size: 16px; } }
  .footer-block.footer-simple .scroll-up {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 24px;
    -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%;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    background: #218C8D;
    border: 4px solid #fff;
    z-index: 400; }
    .footer-block.footer-simple .scroll-up:hover {
      background: #218C8D; }

/* ERROR BLOCKS
------------------------------------------- */
.error-block {
  width: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 50%; }
  .error-block h1, .error-block h2, .error-block h3, .error-block h4 {
    color: #fff; }
  .error-block .search input {
    border: 0;
    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%;
    background: #218C8D;
    color: #fff; }
  .error-block h1 {
    font-size: 170px; }
  .error-block .right {
    border-left: 1px solid rgba(255, 255, 255, 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-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-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-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; }

/* HFEAT
----------------------------------------- */
/* Default setup */
.hfeat {
  position: relative;
  padding: 0 0 0 65px;
  margin: 15px 0; }
  .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: #218C8D; }
  .hfeat .title {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    margin: 0 0 12px 0;
    color: #2A3744; }
  .hfeat .text {
    font-size: 14px;
    margin: 0;
    line-height: 1.6em;
    color: #5f6972; }
  .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: #d4d7d9;
    font-size: 35px; }

.hfeat.hfeat-round .icon {
  border-radius: 50%; }

.hfeat.hfeat-box-bcolor .icon {
  background: #5f6972;
  color: #fff; }
.hfeat.hfeat-box-bcolor .title {
  color: #218C8D; }

.hfeat.hfeat-box-pcolor .icon {
  background: #218C8D;
  color: #fff; }

.hfeat.hfeat-box-outline .icon {
  border: 2px solid #d4d7d9;
  background: none; }

.hfeat-round .icon {
  border-radius: 50%; }

/* Sizes */
.hfeat.hfeat-sm {
  padding: 0 0 0 50px; }
  .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; }
  .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: #d4d7d9;
  font-size: 25px; }

.vfeat.vfeat-round .icon {
  border-radius: 50%; }

.vfeat.vfeat-box-bcolor .icon {
  background: #5f6972;
  color: #fff; }
.vfeat.vfeat-box-bcolor .title {
  color: #218C8D; }

.vfeat.vfeat-box-pcolor .icon {
  background: #218C8D;
  color: #fff; }

.vfeat.vfeat-box-outline .icon {
  border: 2px solid #d4d7d9;
  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 > li {
  font-size: 13px; }
  .vlinks > li:last-child {
    margin: 0; }

.vlinks-ruled > li, .vlinks-ruled-dots > li {
  border-bottom: 1px solid rgba(42, 55, 68, 0.1);
  line-height: 3em; }
  .vlinks-ruled > li:last-child, .vlinks-ruled-dots > li:last-child {
    border: none; }

.vlinks-ruled-dots > li {
  border-bottom: 1px dotted rgba(42, 55, 68, 0.1); }

.vlinks-tabled > li .val {
  float: right; }

.vlinks-iconed > 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 > li.centered {
    line-height: 35px; }
  .vlinks-iconed > li .title {
    display: block;
    color: #2A3744;
    font-family: "Roboto Condensed"; }
  .vlinks-iconed > li .meta {
    display: block;
    opacity: 0.5;
    font-size: 0.8em; }
    .vlinks-iconed > li .meta .icon-left {
      margin-right: 12px;
      opacity: 0.5; }
  .vlinks-iconed > li .icon, .vlinks-iconed > li .img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px; }
  .vlinks-iconed > li .icon {
    background: #218C8D;
    color: #fff;
    line-height: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px; }

.vlinks-iconed.vlinks-alt .icon {
  background: #d4d7d9;
  color: #218C8D; }
.vlinks-iconed.vlinks-alt .title {
  color: #545f69; }

.vlinks-iconed.vlinks-round .icon {
  border-radius: 50%; }

/* Sizes */
.vlinks.vlinks-md > li {
  font-size: 14px; }
.vlinks.vlinks-md.vlinks-iconed > 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 > li {
  font-size: 15px; }
.vlinks.vlinks-lg.vlinks-iconed > 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 > li {
    font-size: 13px; }
    .hlinks > li > a {
      display: block;
      padding: 0 15px;
      line-height: 2.5em;
      color: #5f6972; }
      .hlinks > li > a .icon-left {
        margin-right: 10px;
        opacity: 0.4; }
    .hlinks > li:hover > a, .hlinks > li.active > a {
      color: #218C8D; }

.hlinks.hlinks-borders > li > a, .hlinks.hlinks-borders-dotted > li > a {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }
.hlinks.hlinks-borders > li:last-child > a, .hlinks.hlinks-borders-dotted > li:last-child > a {
  border: none; }

.hlinks.hlinks-borders-dotted > li > a {
  border-right: 1px dotted rgba(0, 0, 0, 0.1); }

.hlinks.hlinks-boxed {
  margin: 0 -5px; }
  .hlinks.hlinks-boxed > li {
    margin: 0 5px; }
    .hlinks.hlinks-boxed > li > a {
      border: 1px solid rgba(0, 0, 0, 0.1); }

.hlinks.hlinks-icons {
  margin: -3px; }
  .hlinks.hlinks-icons > li {
    margin: 0 3px; }
    .hlinks.hlinks-icons > li > a {
      line-height: 1;
      padding: 0; }
      .hlinks.hlinks-icons > li > 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-rating {
  line-height: 1; }
  .hlinks-rating > li {
    font-size: 13px;
    margin: 0 2px;
    line-height: 1em; }
    .hlinks-rating > li > a {
      line-height: inherit;
      padding: 0;
      color: rgba(0, 0, 0, 0.1); }
      .hlinks-rating > li > a .icon {
        line-height: inherit; }
  .hlinks-rating.hlinks-rating-yellow > li:hover > a, .hlinks-rating.hlinks-rating-yellow > li.active > a {
    color: #FEBB08; }

.hlinks.hlinks-icons-borders > li > a {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* 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; }

/* 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: #218C8D; }
    @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: #2A3744; }
    .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: #f4f5f5;
    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 #f4f5f5;
      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: 400;
      color: #2A3744; }
  .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 #f4f5f5;
    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: #d4d7d9;
    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 #d4d7d9;
      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: #218C8D;
      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 Condensed";
    color: #218C8D;
    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: 400;
        color: #2A3744; }
    .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 #d4d7d9;
  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: #f4f5f5; }
  .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: #218C8D;
    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: #2A3744; }
  .vplan .price {
    color: #218C8D;
    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: #5f6972; }
  .vplan .items {
    width: 70%;
    margin: 0 auto; }
    .vplan .items > li {
      display: block;
      line-height: 45px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 12px; }
      .vplan .items > li:last-child {
        border: none; }
  .vplan .btn {
    padding: 13px 26px;
    margin-top: 30px; }

.vplan.vplan-featured, .vplan:hover {
  border: 1px solid #218C8D;
  box-shadow: 0 0 0 5px #218C8D;
  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: #218C8D; }
    .blog-entry .meta a {
      color: #2A3744; }
    .blog-entry .meta span {
      margin: 0 20px 0 0; }
      .blog-entry .meta span:hover a {
        color: #2A3744; }
      .blog-entry .meta span:hover .fa {
        color: #218C8D; }
  @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 #2A3744;
      color: #2A3744;
      padding: 10px 15px; }
      ul.tags li a:hover {
        background: #218C8D;
        border: 1px solid #218C8D;
        color: #fff; }

/* BLOG COMMENTS
-------------------------------------------------- */
.comments-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .comments-list > li {
    display: block;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #eee; }
    .comments-list > 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; }
    .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; } }

/* PORFOLIO
------------------------------------ */
.portfolio-grid {
  margin: 0;
  padding: 0;
  list-style: none; }

.project {
  position: relative;
  margin: 15px 0; }
  .project .project-links i {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 24px;
    -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: #fff;
    color: #218C8D;
    margin: 0 0 15px 0; }
  .project .project-links .title {
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 7px 0;
    font: 400 17px/1 "Roboto Condensed";
    display: block; }
  .project .project-links span {
    text-transform: uppercase;
    color: #fff;
    font: 300 10px/1 "Roboto Condensed"; }

.portfolio-filter.hlinks {
  margin: 0 0 40px 0;
  text-align: center; }
  .portfolio-filter.hlinks > li {
    margin: 5px 3px; }
  .portfolio-filter.hlinks > li.active > a, .portfolio-filter.hlinks > li:hover > a {
    background: #218C8D;
    color: #fff; }

/* 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(42, 55, 68, 0.9); }
  .bx-controls-box .bx-wrapper .bx-controls-direction a.bx-next,
  .bx-controls-round .bx-wrapper .bx-controls-direction a.bx-next {
    background: rgba(33, 140, 141, 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(42, 55, 68, 0.9); }

.bx-controls-bcolor .bx-controls-direction a.bx-next {
  background: rgba(42, 55, 68, 0.9); }

.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: #218C8D; }

.bx-pager-round .bx-pager .bx-pager-item a {
  border-radius: 50%; }

/* TAB SLIDER
--------------------------------------------------------- */
.tab-slider {
  position: relative; }
  .tab-slider .container.page-align {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%; }
  .tab-slider .tab {
    position: relative; }
    .tab-slider .tab .pic-panel {
      width: 50%; }
      .tab-slider .tab .pic-panel img {
        width: 100%;
        height: auto; }
    .tab-slider .tab .text-panel {
      height: 100%;
      width: 100%;
      padding-left: 50%;
      box-sizing: border-box;
      position: relative; }
      .tab-slider .tab .text-panel .info {
        width: 80%;
        box-sizing: border-box; }
  .tab-slider .nav-panel {
    height: 100%;
    width: 12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 410; }
  .tab-slider.tab-layout .nav-panel {
    width: 13%; }
  .tab-slider.tab-layout .tab .text-panel .info {
    width: 74%;
    box-sizing: border-box; }
  .tab-slider .tab .tab-icon {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 86px;
    height: 86px; }
    .tab-slider .tab .tab-icon .icon {
      display: inline-block;
      text-align: center;
      line-height: 86px;
      height: 86px;
      width: 86px;
      font-size: 34px;
      -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: #fff;
      color: #545f69; }
  .tab-slider .tab .text-panel .info {
    color: #fff;
    padding: 0 30px 0 93px;
    font-size: 13px; }
    .tab-slider .tab .text-panel .info h4 {
      color: #fff;
      font: 400 2.5em/1em "Roboto Condensed";
      margin: 0.2em 0 0.5em 0; }
    .tab-slider .tab .text-panel .info .btn {
      text-transform: uppercase;
      font-size: 11px;
      line-height: 1em;
      padding: 1.4em 1.8em; }
    .tab-slider .tab .text-panel .info .meta {
      text-transform: uppercase;
      font-size: 11px;
      margin-right: 15px; }
      .tab-slider .tab .text-panel .info .meta .icon {
        color: #fff;
        margin-right: 10px; }
    .tab-slider .tab .text-panel .info .categ {
      color: rgba(255, 255, 255, 0.6);
      display: block;
      font: 300 1em/1em "Roboto Condensed"; }
    .tab-slider .tab .text-panel .info p {
      font-weight: 300;
      font-size: 13px;
      margin: 0 0 15px 0;
      color: rgba(255, 255, 255, 0.7); }
  .tab-slider .tab.no-icon .text-panel .tab-icon {
    display: none; }
  .tab-slider .tab.no-icon .text-panel .info {
    padding-left: 60px; }
  .tab-slider .nav-panel .img-links {
    padding: 1px;
    max-width: 100%; }
    .tab-slider .nav-panel .img-links a {
      display: block;
      width: 50%;
      float: left;
      padding: 1px; }
      .tab-slider .nav-panel .img-links a .wrapper {
        width: 100%;
        overflow: hidden;
        position: relative; }
      .tab-slider .nav-panel .img-links a img {
        height: auto;
        width: 100%;
        z-index: 1; }
      .tab-slider .nav-panel .img-links a span {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: 20;
        display: block;
        text-align: center;
        transition: all 1s; }
        .tab-slider .nav-panel .img-links a span i {
          font-style: normal;
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          height: 20px;
          line-height: 20px;
          width: 20px;
          color: #545f69; }
      .tab-slider .nav-panel .img-links a.active span, .tab-slider .nav-panel .img-links a:hover span {
        opacity: 0; }
  .tab-slider .nav-panel .tab-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    .tab-slider .nav-panel .tab-links li {
      margin: 0;
      line-height: 1;
      padding: 0;
      box-sizing: border-box;
      border-left: 1px solid #fff; }
      .tab-slider .nav-panel .tab-links li a {
        display: block;
        color: #fff;
        line-height: 40px;
        padding: 0 0 0 15px;
        text-transform: uppercase;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.7); }
        .tab-slider .nav-panel .tab-links li a .icon {
          margin-right: 10px;
          opacity: 0.8; }
      .tab-slider .nav-panel .tab-links li.active {
        border: 1px solid #fff;
        border-left: none; }
        .tab-slider .nav-panel .tab-links li.active a {
          color: #fff; }
      .tab-slider .nav-panel .tab-links li:hover a {
        color: #fff; }
      .tab-slider .nav-panel .tab-links li.filler {
        height: 30px; }
    @media (max-width: 1030px) {
      .tab-slider .nav-panel .tab-links {
        margin-left: 30px; }
        .tab-slider .nav-panel .tab-links li {
          width: 50px;
          padding: 0; }
          .tab-slider .nav-panel .tab-links li a {
            padding: 0; }
          .tab-slider .nav-panel .tab-links li .icon {
            margin: 0;
            opacity: 1;
            text-align: center;
            display: block;
            width: 40px;
            line-height: 40px; }
          .tab-slider .nav-panel .tab-links li span {
            display: none; } }

@media (max-width: 1030px) {
  .tab-slider .nav-panel, .tab-slider.tab-layout .nav-panel {
    width: 10%; }
  .tab-slider .tab .text-panel .info, .tab-slider.tab-layout .tab .text-panel .info {
    padding-left: 95px;
    width: 85%; }
    .tab-slider .tab .text-panel .info h4, .tab-slider.tab-layout .tab .text-panel .info h4 {
      font-size: 27px; }
  .tab-slider .tab .tab-icon, .tab-slider.tab-layout .tab .tab-icon {
    width: 90px;
    height: 90px; }
    .tab-slider .tab .tab-icon .icon, .tab-slider.tab-layout .tab .tab-icon .icon {
      line-height: 90px;
      height: 90px;
      width: 90px;
      font-size: 36px; } }
@media (max-width: 991px) {
  .tab-slider .nav-panel, .tab-slider.tab-layout .nav-panel {
    display: none; }
  .tab-slider .tab .text-panel .info, .tab-slider.tab-layout .tab .text-panel .info {
    padding-left: 85px;
    width: 100%; }
  .tab-slider .tab .tab-icon, .tab-slider.tab-layout .tab .tab-icon {
    width: 70px;
    height: 70px; }
    .tab-slider .tab .tab-icon .icon, .tab-slider.tab-layout .tab .tab-icon .icon {
      line-height: 70px;
      height: 70px;
      width: 70px;
      font-size: 28px; } }
@media (max-width: 850px) {
  .tab-slider .tab .text-panel .info, .tab-slider.tab-layout .tab .text-panel .info {
    padding-left: 85px; }
    .tab-slider .tab .text-panel .info h4, .tab-slider.tab-layout .tab .text-panel .info h4 {
      font-size: 20px;
      margin: 0 0 15px 0; }
  .tab-slider .tab .tab-icon, .tab-slider.tab-layout .tab .tab-icon {
    width: 70px;
    height: 70px; }
    .tab-slider .tab .tab-icon .icon, .tab-slider.tab-layout .tab .tab-icon .icon {
      line-height: 70px;
      height: 70px;
      width: 70px;
      font-size: 28px; } }
@media (max-width: 767px) {
  .tab-slider .bx-controls-bottom-right .bx-wrapper .bx-controls-direction, .tab-slider.tab-layout .bx-controls-bottom-right .bx-wrapper .bx-controls-direction {
    bottom: 12px; }
    .tab-slider .bx-controls-bottom-right .bx-wrapper .bx-controls-direction a.bx-prev, .tab-slider.tab-layout .bx-controls-bottom-right .bx-wrapper .bx-controls-direction a.bx-prev {
      background: #fff;
      color: rgba(42, 55, 68, 0.9); }
  .tab-slider .tab .tab-icon, .tab-slider.tab-layout .tab .tab-icon {
    display: none; }
  .tab-slider .tab .pic-panel, .tab-slider.tab-layout .tab .pic-panel {
    width: 100%; }
  .tab-slider .tab .text-panel, .tab-slider.tab-layout .tab .text-panel {
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0; }
    .tab-slider .tab .text-panel .info, .tab-slider.tab-layout .tab .text-panel .info {
      height: auto;
      padding: 0; }
      .tab-slider .tab .text-panel .info .meta, .tab-slider.tab-layout .tab .text-panel .info .meta {
        display: none; }
      .tab-slider .tab .text-panel .info h4, .tab-slider.tab-layout .tab .text-panel .info h4 {
        margin: 0;
        font-size: 15px;
        padding: 0 10px;
        line-height: 60px;
        background: rgba(42, 55, 68, 0.9); }
        .tab-slider .tab .text-panel .info h4:after, .tab-slider.tab-layout .tab .text-panel .info h4:after {
          display: none; }
      .tab-slider .tab .text-panel .info p, .tab-slider .tab .text-panel .info .categ, .tab-slider.tab-layout .tab .text-panel .info p, .tab-slider.tab-layout .tab .text-panel .info .categ {
        display: none; } }

/* INTRO SLIDER
------------------------------------------- */
.intro-slider-block .container.cont-main {
  padding: 60px 15px; }
.intro-slider-block .pager-block, .intro-slider-block .intro-slider .slide {
  height: 370px; }

.intro-slider .slide {
  font-size: 16px;
  text-align: left;
  position: relative; }
  .intro-slider .slide small {
    font: 300 1.1em/1em "Roboto Condensed";
    display: block;
    letter-spacing: 0.1em; }
  .intro-slider .slide .text {
    margin-top: 6em;
    width: 50%; }
  .intro-slider .slide h1 {
    font: 300 2.3em/1em "Roboto Condensed";
    margin: 10px 0 20px 0;
    letter-spacing: 0.1em; }
  .intro-slider .slide p {
    font: 300 1em/1.7em "Roboto Condensed"; }
  .intro-slider .slide .btn {
    letter-spacing: 0.1em;
    font-size: 0.8em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 1.4em 1.6em; }
  .intro-slider .slide .btn-download {
    border: none;
    margin: 8px 15px 8px 0;
    padding: 0; }
  .intro-slider .slide .btn-download {
    padding: 13px 18px 13px 66px;
    width: auto; }
  .intro-slider .slide .img-main {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    z-index: 100; }
  @media (max-width: 767px) {
    .intro-slider .slide {
      font-size: 12px; }
      .intro-slider .slide .text {
        margin-top: 4em; }
      .intro-slider .slide p {
        display: none; }
      .intro-slider .slide .btn {
        padding: 1em 1.1em; } }

.dark-bg .intro-slider .slide {
  color: rgba(255, 255, 255, 0.7); }
  .dark-bg .intro-slider .slide h1 {
    color: #fff; }

.tab-pager a {
  display: block;
  padding: 0 0 0 20px;
  text-transform: uppercase;
  font: 300 12px/50px "Roboto Condensed";
  letter-spacing: 0.1em;
  margin: 0;
  border-left: 1px solid #d4d7d9;
  text-align: left;
  color: #2A3744; }
  .tab-pager a .icon {
    margin-right: 15px;
    opacity: 0.4; }
  .tab-pager a.active {
    border: 1px solid #d4d7d9;
    border-left: none;
    color: #218C8D; }
    .tab-pager a.active .icon {
      opacity: 1; }
  .tab-pager a:hover {
    color: #218C8D; }
.tab-pager:after, .tab-pager:before {
  content: "";
  display: block;
  border-left: 1px solid #d4d7d9;
  height: 30px; }

.dark-bg .tab-pager a {
  color: rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.5); }
  .dark-bg .tab-pager a.active {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-left: none; }
.dark-bg .tab-pager:after, .dark-bg .tab-pager:before {
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

@media (max-width: 1199px) {
  .intro-slider-block .pager-block, .intro-slider-block .intro-slider .slide {
    height: 300px; } }
@media (max-width: 991px) {
  .intro-slider-block .pager-block, .intro-slider-block .intro-slider .slide {
    height: 300px; }

  .tab-pager a {
    text-align: center;
    width: 50px;
    padding: 0; }
    .tab-pager a .icon {
      margin: 0; }
    .tab-pager a span {
      display: none; } }
@media (max-width: 767px) {
  .intro-slider-block .container.cont-main {
    padding: 30px 15px; }
  .intro-slider-block .pager-block, .intro-slider-block .intro-slider .slide {
    height: 200px; }

  .tab-pager:before, .tab-pager:after {
    display: none; }
  .tab-pager a {
    text-align: center;
    width: 35px;
    padding: 0;
    line-height: 30px; }
    .tab-pager a .icon {
      margin: 0; }
    .tab-pager a span {
      display: none; } }
@media (max-width: 360px) {
  .intro-slider-block .intro-slider .slide .img-main {
    height: 50%; } }
/* PRODUCT
---------------------------------------------------------- */
.product {
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
  margin: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 3px 0 -2px rgba(0,0,0,0.2);
  -o-box-shadow: 0 3px 0 -2px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 3px 0 -2px rgba(0,0,0,0.2);
  box-shadow: 0 3px 0 -2px rgba(0,0,0,0.2); }
  .product .image {
    position: relative; }
    .product .image a.main img {
      width: 100%;
      height: 100%; }
    .product .image .additional {
      opacity: 0;
      background: #fff;
      margin: 0;
      list-style: none;
      padding: 0;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s; }
      .product .image .additional > li {
        width: 50%;
        height: 50%;
        float: left;
        opacity: 0.6; }
        .product .image .additional > li:hover {
          opacity: 1; }
    .product .image:hover .additional {
      opacity: 1; }
  .product .title {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 0 0 14px 0; }
    .product .title .name {
      display: block;
      color: #2A3744;
      font-family: "Roboto Condensed";
      padding: 14px 0 0 0;
      font-weight: 400;
      line-height: 1; }
    .product .title .description {
      font-size: 0.8em;
      line-height: 1.5em;
      margin: 0;
      padding: 14px 0 0 0; }
  .product .links {
    padding: 10px 0 0 0; }
    .product .links .price {
      float: left;
      color: #218C8D;
      line-height: 25px;
      padding: 0 0 0 5px;
      font-weight: 400;
      font-size: 16px;
      font-family: "Roboto Condensed"; }
    .product .links .btn-group {
      float: right; }
      .product .links .btn-group .btn {
        padding: 0;
        line-height: 25px;
        width: 25px;
        height: 25px;
        border: none;
        font-size: 12px; }
        .product .links .btn-group .btn .icon {
          line-height: inherit; }
        .product .links .btn-group .btn span {
          display: none; }
  .product.product-hide-desc .title .description {
    display: none; }

.product.product-listview, .listview .product {
  position: relative;
  height: 200px;
  padding: 10px 10px 10px 190px; }
  .product.product-listview .image, .listview .product .image {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 10px;
    top: 10px; }
  .product.product-listview .title, .product.product-listview .links, .listview .product .title, .listview .product .links {
    padding: 0 0 0 15px; }
  .product.product-listview .title, .listview .product .title {
    border: none;
    font-size: 16px; }
    .product.product-listview .title .name, .listview .product .title .name {
      padding: 20px 0 0 0;
      margin: 0 0 10px 0; }
    .product.product-listview .title .description, .listview .product .title .description {
      display: block;
      margin: 0 0 10px 0;
      padding: 0; }
  .product.product-listview .links .btn-group, .listview .product .links .btn-group {
    float: none; }
    .product.product-listview .links .btn-group .btn, .listview .product .links .btn-group .btn {
      padding: 0 20px;
      margin: 0 10px 0 0;
      line-height: 35px;
      height: auto;
      width: auto;
      text-align: left; }
      .product.product-listview .links .btn-group .btn .icon, .listview .product .links .btn-group .btn .icon {
        margin-right: 10px;
        display: inline-block; }
      .product.product-listview .links .btn-group .btn span, .listview .product .links .btn-group .btn span {
        display: inline-block; }
  .product.product-listview .price, .listview .product .price {
    display: block;
    float: none;
    margin-bottom: 15px;
    font-size: 16px; }

/* PRODUCTS FILTER
---------------------------------------------------------- */
.products-filter {
  background: #f4f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
  margin-bottom: 15px;
  font-size: 12px;
  position: relative;
  overflow: auto; }
  .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: #218C8D; }
  .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; }

/* PRODUCT SLIDER
---------------------------------------------- */
.products-slider.bx-controls-above-right .bx-wrapper .bx-controls-direction {
  top: -80px; }

/* misc */
.reset-col {
  width: 100% !important; }

/* PRODUCT DETAILS
------------------------------------------------- */
.product-details .product-tabs {
  font-size: 0.85em; }
.product-details .product-title {
  font: 400 25px/1.5em "Roboto Condensed";
  color: #545f69;
  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: #7f878e;
    text-transform: uppercase;
    font-size: 11px; }
.product-details .product-price {
  font: 700 25px "Roboto Condensed";
  color: #218C8D;
  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: #218C8D; }
    .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: #2A3744; }
.product-details0 .price-box {
  border: 2px solid #eee;
  padding: 15px 10px; }
  .product-details0 .price-box .price {
    color: #218C8D;
    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 > 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 .rating i {
      color: #FEBB08; }
      table.cart-contents .details .rating i.disabled {
        color: #d4d7d9; }
  table.cart-contents .details .title {
    display: block;
    color: #333;
    font-size: 14px;
    font-family: "Roboto Condensed";
    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: #FC886F; }
      table.cart-contents .action button.edit {
        background-color: #545f69; }
      table.cart-contents .action button.delete {
        background-color: #218C8D; }
      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: #218C8D; }
  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: #218C8D; }

@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%; } }
/* 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: #fff;
    background: #218C8D;
    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;
    padding: 10px 0 10px 10px;
    display: none;
    background: #fff;
    padding: 15px 20px 30px 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.1); }
  #style-switcher .alert {
    font-size: 11px;
    width: 150px;
    padding: 10px; }
    #style-switcher .alert p {
      margin: 0;
      line-height: 1.3em; }
  #style-switcher .colors {
    margin: 0 0 10px 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 150px; }
    #style-switcher .colors li {
      display: block;
      float: left;
      margin: 0 4% 4% 0;
      cursor: pointer;
      width: 22%;
      padding: 12px 0;
      opacity: 0.5; }
      #style-switcher .colors li:nth-child(4n) {
        margin-right: 0; }
      #style-switcher .colors li span {
        display: block;
        height: 12px;
        width: 12px;
        margin: auto;
        border-radius: 50%; }
      #style-switcher .colors li.active, #style-switcher .colors li:hover {
        opacity: 1; }
  #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: #218C8D;
    font-weight: normal;
    font-size: 12px;
    padding: 7px 10px;
    line-height: 1;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    width: 150px; }
  @media (max-width: 767px) {
    #style-switcher {
      display: none; } }

/*# sourceMappingURL=uikit.css.map */
