@charset "UTF-8";
/*
Theme Name: Beetroot
Theme URI: http://underscores.me/
Author: Beetroot Project Delivery Unit
Author URI: http://beetroot.se/
Description: Beetroot Barebone Development theme
Version: 1.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: beetroot

Beetroot is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Mixins
# Variables
# Typography
# Wordpress Classes Styling
# Parts
# Forms
# Comments
## Layout
# Header
# Footer
# Sidebar
# 404 page
# Search page
# Single post
# Post archive
# RTL-specific style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# JV-theme styles
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0; }

body {
  color: #666;
  font-weight: 400;
  line-height: 1.35; }

a, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none !important; }

a:hover, a:active {
  text-decoration: none;
  color: #e67e22; }

p {
  margin: 0 0 20px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.22;
  margin: 0 0 15px; }

#Bottom .widget-title, .numberic.rpwe-div .item .date,
.widgettitle-heading .sub-title, .widgettitle .sub-title, #lang_sel {
  font-family: "Open Sans", serif; }

h2, .h2, .rev_title, .box-servicer .boxHeader, .boxFooter, .jv-accordion.primary.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .boxPrice .jvpricing-price-wrap, .boxFooter,
.jv-progressbar.vc_progress_bar .vc_single_bar .vc_label {
  font-family: "Oswald", serif; }

.tHosting.icon.chevron-down:before, .list-checked li:before, .icon-hover.jv-table-item .jv-table-head::before, .list-checked-menu ul.menu li a:before, .acc-icon-file-text .wpb_accordion_header > a:before, .jv-accordion .wpb_accordion_header > a::before, .jv-accordion.acc-icon-user .wpb_accordion_header > a::after, .breadcrumb:before, .vc_wp_custommenu.jv-custommenu .menu li a:before, .vc_wp_custommenu.jv-custommenu .menu li.menu-item-has-children > a:before, ul.product-categories ul li:before, .vc_wp_custommenu .menu li a:before, .widgettitle-icon .widgettitle:before, .wpb_tabs.tab-icon .wpb_tabs_nav li a.ui-tabs-anchor:before {
  font-family: "icomoon"; }

a, .video-wrap .img-wrap > a, .video-wrap .img-wrap > a::before, .video-wrap .caption, .hoverBorder:before, .hoverBorder:after, .hoverBorder-2:before, .hoverBorder-2:after, .jvTeamSocial, .jvPortfolio .item-inner:hover .item-body, .zoom img, .icon-hover.jv-table-item::before, .icon-hover.jv-table-item::after, .icon-hover .jv-table-content::after, .icon-hover .jv-table-head::after, .jv-partner a, .nav-button .owl-carousel:hover .owl-buttons, .nav-button .owl-carousel:hover .owl-nav, .nav-pill li a i, #lang_sel ul ul li img, .bpopup-content, .header-top form.searchform input[type="search"] {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s; }

.btn, #pages-block .page-wrap a.more-link, #header, .logo-table-cell, #header .container, .logo-table-cell img, .shop-products-list .imgsubproduct, .woocommerce .shop-products-list .star-rating, .shop-products-list .product-action,
.dropdownMenu ul.menu .sub-menu, #panel .showtotal, ul.menu li, .our-banners-description > .our-banners-border > .banners-header, .product-category .product-cat-image:before,
.our-banners-description:hover > .our-banners-border > a, .our-banners-description:hover > .our-banners-border > .banners-header, .our-banners-description:hover > .our-banners-border, .our-banners-border, .sidebar ul li {
  transition: all 0.3s; }

ul.sub-menu{
  display: none; }

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

textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px; }

.container {
  position: relative; }

/*button*/
#respond #commentform input#submit {
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 15px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  transition-duration: 0.4s;
  color: #fff; }

.btn-shadow {
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05); }

.btn-default {
  color: #333; }

.btn:hover, #pages-block .page-wrap a.more-link:hover, .btn:focus, #pages-block .page-wrap a.more-link:focus, #respond #commentform input#submit:hover {
  color: #FFFFFF; }

.btn.btn-default, #pages-block .page-wrap a.btn-default.more-link {
  color: inherit; }

.btn-gray {
  color: #43474d !important;
  background: #dcdcdc !important;
  text-shadow: 0 0 0 #000 !important;
  border-color: #000 !important; }

.btn-gray:hover {
  color: #fff !important;
  background: #43474d !important; }

.btn-dark {
  color: #fff !important;
  background: #43474d !important;
  text-shadow: 0 0 0 #000 !important;
  box-shadow: 0 -2px 0 0 #000 inset !important;
  -webkit-box-shadow: 0 -2px 0 0 #000 inset !important; }

.btn-dark:hover {
  background: #000 !important;
  box-shadow: 0 -2px 0 0 #43474d inset !important;
  -webkit-box-shadow: 0 -2px 0 0 #43474d inset !important; }

.btn-white {
  background-color: #fff;
  color: #999;
  font-weight: 100; }

.btn-xs, .btn-group-xs > .btn, #pages-block .page-wrap .btn-group-xs > a.more-link {
  height: 26px;
  line-height: 26px;
  padding: 0 10px; }

.btn-sm, .btn-group-sm > .btn, #pages-block .page-wrap .btn-group-sm > a.more-link {
  height: 30px;
  line-height: 30px;
  padding: 0 12px; }

.btn-md {
  height: 42px;
  line-height: 42px;
  padding: 0 15px; }

.btn-lg, .btn-group-lg > .btn, #pages-block .page-wrap .btn-group-lg > a.more-link {
  height: 48px;
  line-height: 48px;
  padding: 0 15px; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, #pages-block .page-wrap .input-group-lg > .input-group-btn > a.more-link {
  border-radius: 3px;
  font-size: 14px;
  height: 48px;
  padding: 0 15px; }

a.btn, #pages-block .page-wrap a.more-link, span.btn, p.btn, div.btn {
  height: auto !important; }

button, input.btn, input.button {
  line-height: normal !important; }

.btn.active, #pages-block .page-wrap a.active.more-link, .btn-hover:hover, .btn-white:hover {
  color: #fff; }

.btn-round {
  border-radius: 100px;
  overflow: hidden; }

.btn-outline {
  background-color: rgba(0, 0, 0, 0.22);
  border-color: rgba(255, 255, 255, 0.6);
  color: #333; }

.btn-outline.btn-primary, #pages-block .page-wrap a.btn-outline.more-link {
  background-color: rgba(0, 0, 0, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  font-weight: 400 !important; }

.btn-outline:hover, .btn-outline:focus {
  background-color: #233444 !important;
  border-color: #233444 !important;
  color: #fff !important; }

.btn-outline.btn-white {
  color: #fff;
  background-color: transparent; }

.btn-outline.btn-white:hover {
  color: #fff; }

.btn-md i {
  margin-left: 5px; }

.btn-inverse {
  background-color: #34495e;
  border-color: #34495e;
  color: #fff; }

.btn-icon {
  overflow: hidden;
  border: medium none;
  display: inline-block;
  position: relative; }

.btn-icon > i {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
  height: 36px;
  margin: 0 0 0 -15px;
  padding: 0 20px 0 15px;
  background: url(images/bg_icon.png) no-repeat right center; }

.btn-icon > i:before {
  display: inline-block; }

.btn-xs.btn-icon > i, .btn-group-xs > .btn-icon.btn > i, #pages-block .page-wrap .btn-group-xs > a.btn-icon.more-link > i {
  height: 26px;
  line-height: 26px; }

.btn-sm.btn-icon > i, .btn-group-sm > .btn-icon.btn > i, #pages-block .page-wrap .btn-group-sm > a.btn-icon.more-link > i {
  height: 30px;
  line-height: 30px; }

.btn-md.btn-icon > i {
  height: 42px;
  line-height: 42px; }

.btn-lg.btn-icon > i, .btn-group-lg > .btn-icon.btn > i, #pages-block .page-wrap .btn-group-lg > a.btn-icon.more-link > i {
  height: 48px;
  line-height: 48px;
  padding: 0 23px 0 18px; }

.btn.icon-right i, #pages-block .page-wrap a.icon-right.more-link i {
  margin-left: 5px; }

.exampleItem {
  margin-bottom: 30px; }

.exampleItem > .btn, #pages-block .page-wrap .exampleItem > a.more-link {
  margin-right: 5px;
  margin-bottom: 5px; }

/*input*/
input[type="text"], input[type="search"], input[type="email"], input[type="number"], input[type="date"], input[type="tel"], input[type="url"], input[type="password"], textarea {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  height: 36px;
  outline: medium none;
  padding: 0 10px;
  resize: none;
  vertical-align: middle; }

select {
  max-width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url(images/select-arrow.jpg) no-repeat scroll 96% 50%;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  display: inline-block;
  font-size: 13px;
  height: 38px;
  line-height: 22px;
  overflow: hidden;
  padding: 8px 30px 8px 10px;
  position: relative;
  -ms-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444 !important; }

select option {
  padding: 5px; }

input[type="radio"], input[type="checkbox"] {
  height: auto !important;
  width: auto !important;
  margin: 0; }

.mhl.ptl {
  clear: both;
  overflow: hidden; }

.glyph {
  border-bottom: 1px solid #ccc;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0 1.16% 10px;
  overflow: hidden;
  padding-bottom: 10px;
  width: 31%; }

.glyph fieldset {
  display: none; }

.label {
  color: #333;
  font-size: 100%;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap; }

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

.sticky, .bypostauthor .gallery-caption {
  position: static; }

.gray-italic {
  color: #8b8d90;
  font-style: italic; }

/*post-grid - JV custom*/
.jv-box {
  border-radius: 0 0 20px 20px;
  border: 2px solid #ddd;
  border-top-width: 1px;
  padding: 5px 15px;
  background-color: #fff;
  box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 5px; }

/*Middle*/
.jvMiddle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

#page {
  overflow: hidden; }

.css-select {
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  position: relative;
  border-radius: 5px; }

.css-select select {
  width: 100% !important;
  float: none !important;
  height: 34px;
  display: block !important;
  border: none !important;
  padding: 0 15px; }

/**/
#visua-no-title .container > .vc_row {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0; }

#visua-no-title .container > .vc_row:first-child {
  padding-top: 200px; }

.padding-t0 {
  padding-top: 0 !important; }

.margin-b45 {
  margin-bottom: 45px; }

.lineh-30 {
  line-height: 30px; }

.light {
  font-weight: 100; }

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

.padding-t50 {
  padding-top: 50px; }

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

.font-50 {
  font-size: 50px; }

/* STYLE BODY
 --------------------------------------------------------------------------------------------- */
#mainsite {
  position: relative; }

.body-bg-0 {
  background-color: #fff; }

.body-bg-1 {
  background-image: url(images/background/body-bg-1.png); }

.body-bg-2 {
  background-image: url(images/background/body-bg-2.png); }

.body-bg-3 {
  background-image: url(images/background/body-bg-3.png); }

.body-bg-4 {
  background-image: url(images/background/body-bg-4.png); }

.body-bg-5 {
  background-image: url(images/background/body-bg-5.png); }

.body-bg-6 {
  background-image: url(images/background/body-bg-6.png); }

.body-bg-7 {
  background-image: url(images/background/body-bg-7.png); }

.body-bg-8 {
  background-image: url(images/background/body-bg-8.png); }

.body-bg-9 {
  background-image: url(images/background/body-bg-9.png); }

.body-bg-10 {
  background-image: url(images/background/body-bg-10.png); }

.body-bg-11 {
  background-image: url(images/background/body-bg-11.png); }

.body-bg-12 {
  background-image: url(images/background/body-bg-12.png); }

.body-bg-13 {
  background-image: url(images/background/body-bg-13.png); }

.body-bg-14 {
  background-image: url(images/background/body-bg-14.png); }

.body-bg-15 {
  background-image: url(images/background/body-bg-15.png); }

.body-bg-16 {
  background-image: url(images/background/body-bg-16.png); }

.body-bg-17 {
  background-image: url(images/background/body-bg-17.png); }

.body-bg-18 {
  background-image: url(images/background/body-bg-18.png); }

.body-bg-19 {
  background-image: url(images/background/body-bg-19.png); }

.body-bg-20 {
  background-image: url(images/background/body-bg-20.png); }

.body-bg-21 {
  background-image: url(images/background/body-bg-21.png); }

.body-bg-22 {
  background-image: url(images/background/body-bg-22.png); }

.body-bg-23 {
  background-image: url(images/background/body-bg-23.png); }

.body-bg-24 {
  background-image: url(images/background/body-bg-24.png); }

.body-bg-25 {
  background-image: url(images/background/body-bg-25.png); }

.body-bg-26 {
  background-image: url(images/background/body-bg-26.png); }

.body-bg-27 {
  background-image: url(images/background/body-bg-27.png); }

.body-bg-28 {
  background-image: url(images/background/body-bg-28.png); }

.body-bg-29 {
  background-image: url(images/background/body-bg-29.png); }

/* BREADCRUMB
 --------------------------------------------------------------------------------------------- */
#block-breadcrumb {
  padding: 220px 0 40px;
  margin-bottom: 75px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.breadcrumb {
  float: right;
  color: #fff;
  background-color: transparent;
  line-height: 32px;
  margin-bottom: 0; }

.breadcrumb:before {
  content: "\e601";
  margin-right: 5px; }

.breadcrumb li > span {
  font-weight: 600;
  margin-left: 5px; }

.entry-title {
  color: #fff;
  text-transform: uppercase; }

#block-breadcrumb .entry-title {
  display: inline-block;
  font-size: 32px; }

/* REVOLUSION
 --------------------------------------------------------------------------------------------- */
.margin-tm-30 {
  margin-top: -30px; }

.rev_slider [class*="white-line"] .line {
  background-color: #fff;
  display: block;
  width: 8000px; }

.rev_slider .white-line-t .line {
  height: 33px; }

.rev_slider .white-line-b .line {
  height: 33px; }

.rev_slider h3 {
  font-size: 2.5em; }

.rev_slider p {
  font-size: 1.5em;
  line-height: 1.5em; }

.rev_slider .bg05 {
  background-color: rgba(67, 71, 77, 0.5);
  color: #fff;
  padding: 0 20px; }

.rev_slider .bg05 p {
  font-size: 1.5em;
  line-height: 1.5em; }

/* DROPDOWN MENU
 --------------------------------------------------------------------------------------------- */
.dropdownMenu ul > li > a {
  display: block;
  outline: none;
  text-decoration: none;
  margin: 0;
  font-size: 14px; }

.dropdownMenu ul.menu {
  margin: 0;
  padding: 0; }

.dropdownMenu ul.menu li {
  display: block;
  float: left;
  margin-right: 1px;
  list-style-type: none;
  position: relative; }

.dropdownMenu ul.menu li.menu-item-has-children > a:after {
  content: "\e002";
  line-height: normal;
  font-family: "gold" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  position: relative;
  top: 3px;
  margin-left: 5px; }

.dropdownMenu ul.sub-menu li.menu-item-has-children > a:after {
  line-height: 30px;
  top: 0;
  position: absolute;
  right: 0; }

.dropdownMenu ul.menu .sub-menu {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  box-shadow: 0 5px 10px rgba(149, 149, 149, 0.21);
  -webkit-box-shadow: 0 5px 10px rgba(149, 149, 149, 0.21);
  min-width: 260px;
  padding: 15px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transform: scale(0); }

.dropdownMenu ul.menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1); }

.dropdownMenu ul.menu .sub-menu .sub-menu {
  -ms-transform: translateX(50px);
      transform: translateX(50px);
  -webkit-transform: translateX(50px); }

.dropdownMenu ul.menu .sub-menu li:hover > .sub-menu {
  -ms-transform: translateX(0);
      transform: translateX(0);
  -webkit-transform: translateX(0); }

.dropdownMenu ul.menu .sub-menu .line-bottom {
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 15px !important;
  padding-bottom: 15px; }

.dropdownMenu ul.menu ul li {
  float: none;
  width: auto;
  margin: 0 0 1px; }

.dropdownMenu ul.menu ul span {
  display: block; }

.dropdownMenu ul.menu ul ul {
  top: 0;
  left: 100%; }

.dropdownMenu ul.menu ul li.parent > a > span {
  background: url(../images/arrow.png) no-repeat right center; }

.required {
  color: #f00; }

#panel .cart_list {
  color: #444;
  margin: 0 -15px 20px;
  max-height: 500px;
  overflow: auto;
  padding: 0 20px; }

#panel .cart_list > div + div {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 20px;
  position: relative; }

#panel .cart_list > div {
  line-height: normal;
  overflow: hidden; }

#panel .cart_list > div a {
  display: block;
  font-size: 120%;
  margin-bottom: 15px;
  padding: 0; }

#panel .cart_list > div img {
  float: left;
  margin-right: 10px;
  width: 60px; }

#panel .cart_list .quantity {
  display: block;
  overflow: hidden;
  width: auto; }

#panel .cart_list .quantity span {
  display: inline-block; }

#panel .cart_list .info {
  overflow: hidden; }

#panel .cart_list .info dl {
  margin-bottom: 10px; }

#panel .cart_list .info dt {
  clear: both;
  float: left;
  margin-right: 5px; }

#panel .cart_list .info p {
  margin: 0; }

.panel-title > a:hover {
  color: inherit; }

/* HEADER
-----------------------------------------------------------------------------------------------------*/
#header {
  z-index: 1000;
  position: absolute;
  width: 100%;
  top: 0; }

a.jvlogo {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  z-index: 200; }

a.logo-bg {
  background: url(images/logo.png) no-repeat left center;
  min-width: 230px;
  max-height: 47px;
  margin-top: 25px; }

a.logo-text {
  line-height: normal;
  color: #333;
  text-align: center; }

a.logo-text .text {
  font-size: 30px;
  font-weight: 600;
  float: left;
  position: relative;
  text-transform: uppercase; }

a.logo-text .slogan {
  display: block;
  float: left;
  clear: both;
  color: #fff; }

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

.logo-table-cell img {
  max-height: 90%; }

#jv-nav-right .logo-table-cell {
  text-indent: 0 !important; }

.btn-menu-mobile {
  display: none; }

#header .container, .logo-table-cell {
  height: 110px; }

#header > .container {
  position: relative;
  z-index: 100; }

/*#.scroll-to-fixed-fixed {*/
  /*margin: 0 !important;*/
  /*background-color: rgba(0, 0, 0, 0.7) !important;*/
  /*z-index: 99999 !important; }*/

.admin-bar #nav-mainmenu.scroll-to-fixed-fixed {
  top: 32px !important; }

#nav-mainmenu.scroll-to-fixed-fixed .logo-table-cell img {
  max-height: 55px; }

#header .btnsearchtop {
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
  font-size: 18px; }

/*=header-top*/
.header-top {
  font-size: 12px;
  position: absolute;
  line-height: 30px;
  right: 15px;
  top: 65%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 201; }

.header-top > .widget {
  display: inline-block;
  margin-left: 20px; }

.header-top .widget_text {
  color: #fff; }

/*wpml*/
#lang_sel ul ul {
  top: 32px;
  color: #fff;
  border-top: 0; }

#lang_sel ul ul a {
  border: none;
  padding: 0 0 0 10px; }

#lang_sel a:hover, #lang_sel ul ul a:hover, #lang_sel *:hover > a, #lang_sel ul ul *:hover > a, #lang_sel ul ul a:visited {
  background-color: inherit;
  color: inherit; }

#lang_sel li {
  float: none; }

#lang_sel ul ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#lang_sel ul > li > a {
  font-size: 12px; }

#lang_sel a.lang_sel_sel {
  color: #fff;
  background-color: transparent;
  line-height: 30px;
  padding: 0 7px;
  border: 1px solid transparent; }

.header-top .dropdownMenu ul.menu .sub-menu {
  right: 0; }

.header-top .dropdownMenu ul.menu li {
  float: none; }

#header .widget-title {
  display: none; }

/*search form*/
.widget_search .searchform, .entry-content .searchform {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  position: relative; }

.widget_search .searchform input[type="submit"], .entry-content .searchform input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 13px;
  font-weight: 500;
  height: 34px;
  padding: 0 21px;
  position: absolute;
  right: 0;
  text-transform: uppercase; }

.widget_search .searchform input[name="s"], .entry-content .searchform input[name="s"] {
  border: none; }

.entry-content .searchform {
  max-width: 300px; }

.header-top .searchform {
  /*height: 32px;*/
  width: 32px;
  line-height: 32px;
  z-index: 10;
  position: relative;
  top: -16px; }

.header-top .searchform:before {
  position: absolute;
  z-index: 11;
  right: 0;
  top: 12px;
  color: #fff;
  font-size: 15px;
  width: 100%;
  text-align: center;
  font-family: icomoon !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "\f002"; }

.header-top .searchform input[type="search"] {
  background-color: rgba(34, 34, 34, 0.9);
  color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  height: 32px;
  width: 32px;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  right: -1px;
  top: 12px;
  transition: all 0.5s ease-in-out 0s !important;
  -webkit-transition: all 0.5s ease-in-out 0s !important; }

.header-top .searchform .screen-reader-text {
  display: none; }

.header-top .searchform [type="submit"] {
  background: none;
  display: none;
  border: medium none;
  height: 32px;
  right: -1px;
  opacity: 0;
  position: absolute;
  top: -1px;
  width: 32px;
  z-index: 12; }

.header-top .searchform:hover input[type="search"],
.header-top .widget_product_search form input[type="search"]:focus,
.header-top .widget_product_search form:focus input[type="search"] {
  opacity: 1;
  width: 250px;
  color: #fff; }

.header-top .searchform:hover {
  border-color: transparent; }

.header-top .searchform input[type="search"]:focus + [type="submit"],
.header-top .searchform [type="submit"]:hover {
  display: block; }

/*header myaccount*/
.header-top .widget_text_login .menu > li span {
  border: 1px solid transparent;
  padding: 5px 10px; }

#lang_sel ul li:hover > a.lang_sel_sel,
.header-top .widget_text_login .menu > li:hover span {
  cursor: pointer;
  border-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(34, 34, 34, 0.9);
  color: #fff; }

.header-top .widget_text_login .dropdownMenu ul > li > a {
  font-size: inherit; }

.header-top .widget_text_login .btn-bar .avatar {
  max-width: 15px;
  margin-right: 5px;
  border-radius: 50%; }

.header-top .widget_text_login .dropdownMenu .menu .sub-menu {
  z-index: 1001;
  min-width: 170px; }

.header-top .widget_text_login .dropdownMenu .menu .sub-menu.nav-pill {
  background-color: rgba(34, 34, 34, 0.9); }

.bpopup-content {
  display: none;
  background: #fff;
  padding: 20px;
  width: 500px; }

.panel-primary.bpopup-content {
  width: 660px;
  padding: 0; }

.panel-primary.bpopup-content .panel-title {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  border: 1px solid #fff;
  text-align: center; }

.panel-primary.bpopup-content .panel-title .bpopup-close {
  font-size: 17px;
  bottom: 10px;
  cursor: pointer;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 40px; }

.panel-primary.bpopup-content .panel-body {
  padding: 50px; }

/* OWL
-----------------------------------------------------------------------------------------------------*/
.owl-wrapper-outer {
  position: relative !important;
  overflow: hidden; }

.owl-carousel .item {
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important; }

.owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: visible !important; }

.owl-carousel .owl-controls .owl-buttons > div {
  color: #dcdcdc;
  font-size: 44px;
  height: 60px;
  line-height: 58px;
  margin-top: -30px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px; }

.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -35px; }

.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: -35px; }

/*slider-control-bullet */
.owl-controls {
  text-align: center; }

.owl-controls .owl-dot, .owl-controls .owl-page {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 5px 7px !important;
  background-color: #fff; }

.owl-controls .owl-dot.active, .owl-controls .owl-page.active {
  border-width: 2px;
  width: 20px;
  background-color: transparent;
  border-style: solid; }

/*bullet inverse*/
.bullet-inverse .owl-controls .owl-dot, .bullet-inverse .owl-controls .owl-page {
  background-color: #34495e; }

.bullet-inverse .owl-controls .owl-page.active,
.bullet-inverse .owl-controls .owl-dot.active {
  background-color: transparent; }

/*bullet white*/
.bullet-white .owl-controls .owl-dot, .bullet-white .owl-controls .owl-page {
  background-color: #fff; }

.bullet-white .owl-controls .owl-page.active,
.bullet-white .owl-controls .owl-dot.active {
  background-color: transparent; }

/**/
.owl-carousel .item .overlay {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 12px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

/*version 1.3*/
.nav-button .owl-carousel .owl-controls .owl-buttons > div,
.nav-button .owl-carousel .owl-controls .owl-nav > div {
  background-color: rgba(0, 0, 0, 0.7);
  height: 40px;
  line-height: 14px;
  top: 45%;
  margin-top: 0;
  border-radius: 3px; }

.nav-button .owl-buttons i, .nav-button .owl-nav i[class*="icon-"] {
  font-size: 14px;
  color: #fff; }

.nav-button .owl-carousel .owl-controls .owl-buttons .owl-prev, .nav-button .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0; }

.nav-button .owl-carousel .owl-controls .owl-buttons .owl-next, .nav-button .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0; }

.nav-button .owl-buttons, .nav-button .owl-nav {
  opacity: 0; }

.nav-button .owl-carousel:hover .owl-buttons, .nav-button .owl-carousel:hover .owl-nav {
  opacity: 1; }

.nav-button .owl-carousel:hover .owl-controls .owl-buttons > div,
.nav-button .owl-carousel:hover .owl-controls .owl-nav > div {
  background-color: rgba(0, 0, 0, 0.4); }

/*version 2.0*/
.nav-button .owl-carousel .owl-controls .owl-nav > div {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 25%; }

.nav-button .owl-nav i[class*="icon-"] {
  line-height: 40px; }

.wpb_text_column .slider-wrap :last-child {
  margin-bottom: 5px; }

/*
-----------------------------------------------------------------------------------------------------*/
.space10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: auto !important; }

.space10 .item {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.space20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
  width: auto !important; }

.space20 .item {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.space30 {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: auto !important; }

.space30 .item {
  padding-left: 15px !important;
  padding-right: 15px !important; }

/* PROGRESSBAR
-----------------------------------------------------------------------------------------------------*/
.jv-progressbar.vc_progress_bar .vc_single_bar {
  margin-bottom: 30px; }

.jv-progressbar.vc_progress_bar .vc_single_bar .vc_label {
  padding: 10px 0;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
  color: inherit; }

.jv-progressbar.vc_progress_bar .vc_single_bar[class*="bar_"] .vc_label {
  color: inherit; }

.jv-progressbar.vc_progress_bar .vc_label_units {
  float: right; }

.jv-progressbar.vc_progress_bar .vc_single_bar:before {
  background-color: #f1f1f1;
  content: "";
  display: block;
  height: 28px;
  position: absolute;
  top: 38px;
  width: 100%; }

.jv-progressbar.vc_progress_bar .vc_single_bar {
  background: none;
  border-radius: 0;
  box-shadow: none; }

.jv-progressbar.vc_progress_bar .vc_single_bar .vc_bar {
  position: relative;
  height: 28px;
  border-radius: 0; }

.jv-progressbar.vc_progress_bar.white {
  color: #fff; }

.jv-progressbar.vc_progress_bar.white .vc_single_bar:before {
  background-color: rgba(255, 255, 255, 0.2); }

/* Blockquote
-----------------------------------------------------------------------------------------------------*/
blockquote {
  background-color: #f8f8f8;
  font-family: Georgia, Times, serif;
  font-size: inherit;
  line-height: inherit; }

/*blockquote.primary { border-color: #1abc9c; }*/
blockquote.info {
  border-color: #269abc; }

blockquote.success {
  border-color: #4cae4c; }

blockquote.warning {
  border-color: #eea236; }

blockquote.danger {
  border-color: #d43f3a; }

blockquote.quote-icon {
  padding-top: 25px;
  position: relative; }

blockquote.quote-icon p {
  text-indent: 30px; }

blockquote.quote-icon i[class*="icon-"] {
  left: -3px;
  position: absolute;
  top: 15px; }

blockquote.unstyled {
  background-color: transparent;
  border: medium none;
  padding: 0; }

/* JV Portfolio
-----------------------------------------------------------------------------------------------------*/
.hoverBorder-2:before, .hoverBorder-2:after {
  border: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
  z-index: 2; }

.hoverBorder-2:before {
  border-width: 1px 1px 0 0;
  right: 5px;
  top: 5px; }

.hoverBorder-2:after {
  border-width: 0 0 1px 1px;
  bottom: 5px;
  left: 5px; }

.hoverBorder-2:hover:before, .hoverBorder-2:hover:after {
  height: 70%;
  width: 70%;
  opacity: 1; }

.jv-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  color: #fff; }

.jv-overlay a:hover {
  color: #fff; }

.jvPortfolio .item-inner {
  position: relative; }

.jvPortfolio .item-body {
  opacity: 0; }

.jvPortfolio .item-inner:hover .item-body {
  opacity: 0.9;
  z-index: 2; }

.jvPortfolio .item-body .item-links {
  position: absolute;
  text-align: center;
  top: 40%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  z-index: 3; }

.jvPortfolio .item-body .item-links a {
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: relative;
  z-index: 4; }

.jvPortfolio .item-body .item-info {
  position: relative;
  color: #fff;
  padding: 0 15px 15px;
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.jvPortfolio .item-body .info-details {
  font-size: 12px; }

.jvPortfolio .item-body .info-tags {
  margin-right: 5px;
  text-transform: uppercase; }

.jvPortfolio .item-body .info-tags > i {
  margin-right: 5px; }

.jvPortfolio .sdesc, .jvPortfolio .links {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*portfolio single post*/
.portfolio_content .cat {
  color: #999; }

.portfolio-single-body {
  padding-top: 30px; }

.portfolio-single-body .info {
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  margin: 16px 0;
  padding: 16px 0;
  text-align: left; }

.portfolio-single-body .info > p {
  margin-bottom: 15px; }

.portfolio-single-body .info p > .label {
  display: inline-block;
  font-weight: 600;
  min-width: 170px;
  text-align: left;
  color: inherit; }

.portfolio-single-body .info p > .label > i {
  margin-right: 3px; }

.portfolio-footer .btn + .btn, .portfolio-footer #pages-block .page-wrap a.more-link + .btn, #pages-block .page-wrap .portfolio-footer a.more-link + .btn, .portfolio-footer #pages-block .page-wrap .btn + a.more-link, #pages-block .page-wrap .portfolio-footer .btn + a.more-link, .portfolio-footer #pages-block .page-wrap a.more-link + a.more-link, #pages-block .page-wrap .portfolio-footer a.more-link + a.more-link {
  margin-left: 10px; }

.i-background {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition: all 0.15s ease-in-out 0s; }

.i-overlay {
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  opacity: 0;
  position: absolute; }

.viewImages {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.viewImages:hover .i-background {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1); }

#content-full .portfolio_content[class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

/* Hosting title
-----------------------------------------------------------------------------------------------------*/
.tHosting {
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 20px; }

.tHostingSub {
  color: #666666;
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 40px !important; }

.widgettitle {
  display: block;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 30px; }

.widgettitle .sub-title {
  display: block;
  font-size: 16px;
  font-weight: 100;
  color: #666;
  text-transform: none;
  line-height: 24px; }

.tHosting.icon, .widgettitle-icon .widgettitle {
  position: relative;
  text-transform: none; }

.tHosting.icon::before, .widgettitle-icon .widgettitle:before {
  background-color: #fff;
  bottom: -16px;
  color: #ddd;
  font-size: 18px;
  height: 35px;
  left: 50%;
  line-height: 35px;
  margin-left: -26px;
  position: absolute;
  text-align: center;
  width: 52px; }

/*with icon-chevron-down*/
.tHosting.icon.chevron-down:before, .widgettitle-icon .widgettitle:before {
  content: "\f078"; }

.tHosting.icon::after, .widgettitle-icon .widgettitle:after {
  background-color: #eee;
  content: "";
  display: block;
  height: 1px;
  margin-top: 28px;
  width: 100%; }

.widgettitle-heading .widgettitle {
  font-size: 36px;
  margin-bottom: 50px; }

.widgettitle-heading .sub-title {
  font-weight: 100;
  font-size: 24px;
  color: inherit; }

.widgettitle-heading.text-left .widgettitle, .widgettitle-heading.text-left .sub-title {
  text-align: left; }

/*
-----------------------------------------------------------------------------------------------------*/
.zoom {
  overflow: hidden;
  display: block; }

.zoom:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.hoverBorder:before, .hoverBorder:after {
  position: absolute;
  content: "";
  border-style: solid;
  opacity: 0;
  z-index: 0;
  width: 0;
  height: 0; }

.hoverBorder:before {
  border-width: 4px 0 0 2px;
  left: 0;
  top: 0; }

.hoverBorder:after {
  border-width: 0 2px 4px 0;
  bottom: 0;
  right: 0; }

.hoverBorder:hover:before, .hoverBorder:hover:after {
  opacity: 1;
  width: 50%;
  height: 50%; }

.social-small .dark-blue {
  color: #204385;
  border-color: #204385; }

.social-small .blue {
  color: #0274b3;
  border-color: #0274b3; }

.social-small .light-blue {
  color: #2aa9e0;
  border-color: #2aa9e0; }

.social-small .red {
  color: #d3492c;
  border-color: #d3492c; }

.bgGray {
  background-color: #f8f8f8;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

.bgImage {
  color: #fff;
  background-size: cover;
  background-position: center center; }

.bgImage .widgettitle, .bgImage .sub-title {
  color: #fff; }

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

/* jv-table
-----------------------------------------------------------------------------------------------------*/
.jv-table-item {
  border: 1px solid #e2e2e2;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center; }

.jv-table-item .jv-table-head {
  padding: 30px 0 6px; }

.jv-table-item .jv-table-head .jv-table-title {
  margin: 15px 0; }

.jv-table-item .jv-table-head .jv-table-price-wrap {
  margin-top: 25px;
  padding: 20px 0; }

.jv-table-item .jv-table-badge {
  position: absolute;
  left: -33px;
  top: 23px;
  background: none repeat scroll 0 0 #c0392b;
  color: #fff;
  padding: 6px 40px;
  text-transform: uppercase;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  width: 140px; }

.jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price-after {
  font-size: 20px; }

.jv-table-item .jv-table-bottom {
  padding-bottom: 30px; }

.jv-table-item.border-md {
  border-width: 3px; }

.jv-table-item .jv-table-head .jv-table-icon img {
  border-radius: 100%; }

.jv-table-item .jv-table-head .jv-table-title {
  font-size: 26px;
  text-transform: uppercase;
  color: #666;
  font-weight: 100;
  line-height: 1.35; }

.jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price-before {
  display: block;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 100;
  margin-right: 0;
  text-transform: uppercase; }

.jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price {
  font-size: 46px;
  font-weight: 600; }

/*jv-table2*/
.jv-table2.jv-table-item {
  background: #fff none repeat scroll 0 0;
  border-width: 0;
  border-radius: 3px; }

.jv-table2 .jv-table-head {
  color: #fff; }

.jv-table2 .jv-table-head .jv-table-icon {
  font-size: 50px; }

.jv-table2 .jv-table-head .jv-table-title {
  margin: 15px 0;
  color: inherit; }

.jv-table2 .jv-table-head .jv-table-price-wrap {
  background-color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  color: #6d6d6d;
  margin-top: 25px;
  padding: 20px 0; }

.jv-table2 .jv-table-price-before {
  font-size: 20px;
  padding-right: 6px; }

.jv-table2 .jv-table-price, .jv-table-price-after {
  font-size: 24px; }

.jv-table2 .subprice {
  display: block;
  font-weight: 100;
  padding-top: 8px; }

.jv-table2 .jv-table-content {
  overflow: hidden; }

.jv-table2 .jv-table-content ul {
  color: #3c3c3c;
  list-style: none;
  margin-left: 0; }

.jv-table2 .jv-table-content ul li {
  padding: 10px 20px;
  min-height: 40px; }

/*inner i element*/
.jv-table2 .jv-table-content .item > i[class*="icon-"] {
  margin-right: 15px; }

.jv-table2.default .jv-table-content .item > i[class*="icon-"] {
  color: #616f7d; }

.jv-table2 .jv-table-content li.noicon:before {
  display: none; }

.jv-table2 .jv-table-content li.item:nth-child(2n) {
  background-color: #f8fdfc; }

.jv-table2 .jv-table-bottom {
  background-color: #f9f9f9;
  border-top: 1px solid #e3e3e3;
  padding: 20px 0; }

/*border*/
.jv-table2.border-md {
  border-width: 3px; }

.jv-table2.border {
  border-width: 1px; }

/*==table with icon-hover : top right*/
.icon-hover.jv-table-item::before,
.icon-hover.jv-table-item::after,
.icon-hover .jv-table-content::after {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-style: solid;
  border-radius: 0 0 0 5px;
  border-width: 65px 0 0 65px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.icon-hover.jv-table-item::after {
  border-color: #fff transparent transparent !important;
  border-radius: 0;
  z-index: 2; }

.icon-hover .jv-table-head::before {
  color: #ccc;
  font-size: 48px;
  line-height: 48px;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 3; }

/*wordpress*/
.icon-hover.i-wp .jv-table-head::before {
  content: "\e78d"; }

/*joomla*/
.icon-hover.i-joomla .jv-table-head::before {
  content: "\e78f"; }

.icon-hover .jv-table-head::after {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-style: solid;
  border-width: 51px 0 0 51px;
  content: "";
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 4; }

.icon-hover .jv-table-content::after {
  border-color: rgba(0, 0, 0, 0.25);
  right: -4px;
  top: 3px;
  z-index: 0; }

.icon-hover.jv-table-item:hover::before,
.icon-hover.jv-table-item:hover::after,
.icon-hover.jv-table-item:hover .jv-table-content::after {
  border-width: 90px 0 0 90px; }

.icon-hover.jv-table-item:hover .jv-table-head::after {
  border-width: 76px 0 0 76px; }

/*jv table with small price*/
.jv-table-item.price-sm .jv-table-head .jv-table-price-wrap .jv-table-price-before {
  display: inline-block; }

.jv-table-item.price-sm .jv-table-head .jv-table-price-wrap .jv-table-price {
  font-weight: 500;
  font-size: 24px; }

/*round-price*/
.round-price.jv-table2 .jv-table-head {
  position: relative;
  height: 110px;
  margin-bottom: 60px;
  background-color: #ddd; }

.round-price .jv-table-head .jv-table-price-wrap {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  position: absolute;
  top: 33px;
  left: 25%;
  margin-top: 0;
  background-color: #fff;
  border: 2px solid #ddd; }

.round-price.jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price {
  display: block;
  color: inherit;
  font-size: 60px;
  font-weight: 100; }

.round-price.jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price-after {
  color: inherit;
  font-size: 15px;
  font-weight: 100; }

.round-price.primary .jv-table-head .jv-table-price-wrap {
  border-color: #fff; }

.round-price.jv-table-item.primary .jv-table-head .jv-table-price-wrap .jv-table-price,
.round-price.jv-table-item.primary .jv-table-head .jv-table-price-wrap .jv-table-price-after {
  color: #fff; }

.round-price.jv-table2 .jv-table-bottom {
  background-color: #fff;
  border-top-width: 0; }

.round-price.jv-table2 .jv-table-content {
  padding-top: 30px; }

.round-price.jv-table2 .jv-table-content > ul {
  margin-top: 30px; }

.round-price.jv-table2 .jv-table-content li.item:nth-child(2n) {
  background-color: inherit; }

/* JV tab hosting
-----------------------------------------------------------------------------------------------------*/
.jv-tab-hosting.wpb_content_element .wpb_tabs_nav {
  overflow: hidden; }

.jv-tab-hosting .wpb_tabs_nav li {
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-weight: 100;
  position: relative;
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 0;
  background-color: inherit !important; }

.jv-tab-hosting .wpb_tabs_nav li:first-child {
  margin-left: -10px; }

.jv-tab-hosting .wpb_tabs_nav li:last-child a {
  margin-right: 12px; }

.jv-tab-hosting .wpb_tabs_nav li a {
  -ms-transform: skewX(25deg);
  transform: skewX(25deg); }

.jv-tab-hosting.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  padding: 15px 34px;
  font-size: 16px; }

.jv-tab-hosting.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.jv-tab-hosting li:hover a {
  color: #fff;
  background-color: transparent; }

.jv-tab-hosting.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 25px 0;
  background-color: inherit; }

.wpb_tabs.tab-icon .wpb_tabs_nav li a.ui-tabs-anchor:before {
  margin-right: 5px; }

.wpb_tabs.tab-icon .wpb_tabs_nav li:first-child a.ui-tabs-anchor:before {
  content: "\e86d"; }

.wpb_tabs.tab-icon .wpb_tabs_nav li:nth-child(n+2) a.ui-tabs-anchor:before {
  content: "\e8e6"; }

.wpb_tabs.tab-icon .wpb_tabs_nav li:nth-child(n+3) a.ui-tabs-anchor:before {
  content: "\f0ac"; }

.wpb_tabs.tab-icon .wpb_tabs_nav li:nth-child(n+4) a.ui-tabs-anchor:before {
  content: "\e815"; }

/*jv-tab-pill*/
.jv-tab-pill.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: #fff;
  padding: 25px 0; }

.jv-tab-pill.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  padding: 12px 20px;
  font-size: 16px; }

.jv-tab-pill.wpb_tabs .wpb_tabs_nav li,
.jv-tab-pill.wpb_tour .wpb_tabs_nav li {
  border: 1px solid #dcdcdc;
  border-radius: 4px; }

.jv-tab-pill.wpb_tabs .wpb_tabs_nav li.ui-tabs-active,
.jv-tab-pill.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
  color: #fff; }

.jv-tab-pill.wpb_tabs .wpb_tabs_nav li.ui-tabs-active:hover a,
.jv-tab-pill.wpb_tour .wpb_tabs_nav li.ui-tabs-active:hover a {
  color: #fff; }

.jv-tab-pill.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #fff; }

.jv-tab-pill.wpb_tabs .wpb_tabs_nav li:not(:last-child),
.jv-tab-pill.wpb_tour .wpb_tabs_nav li:not(:last-child) {
  margin-right: 2px; }

/*jv-tab-classic*/
.jv-tab-classic.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  padding: 12px 20px;
  font-size: 16px; }

.jv-tab-classic.wpb_tabs .wpb_tabs_nav.ui-tabs-nav {
  border-bottom: 1px solid #dcdcdc; }

.jv-tab-classic.wpb_tabs .wpb_tabs_nav li {
  border: 1px solid #dcdcdc;
  border-radius: 4px 4px 0 0;
  color: #fff;
  margin-bottom: -1px; }

.jv-tab-classic.wpb_tabs .wpb_tabs_nav li:hover {
  color: #fff; }

.jv-tab-classic.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1); }

.jv-tab-classic.wpb_tabs .wpb_tabs_nav li.ui-tabs-active {
  background-color: #fff;
  border-color: #dcdcdc;
  border-bottom-color: transparent;
  color: inherit; }

.jv-tab-classic.wpb_tabs .wpb_tabs_nav li.ui-state-hover.ui-tabs-active a {
  color: #fff; }

.jv-tab-classic.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-top-color: transparent;
  padding: 20px; }

/* Widget Box */
.bg-color-1 {
  background-color: #60778d;
  color: #ffffff; }

.bg-color-2 {
  background-color: #b3d735;
  color: #ffffff; }

.bg-color-3 {
  background-color: #b99a7b;
  color: #ffffff; }

.bg-color-4 {
  background-color: #4796db;
  color: #ffffff; }

.bg-color-5 {
  background-color: #df0000;
  color: #ffffff; }

.bg-color-6 {
  background-color: #e10765;
  color: #ffffff; }

.bg-color-7 {
  background-color: #4ad0eb;
  color: #ffffff; }

.bg-color-8 {
  background-color: #ff9c00;
  color: #ffffff; }

.bg-color-9 {
  background-color: #ffe301;
  color: #444; }

.widgetBox .widgettitle, .widgetBox .widget-title {
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 24px;
  padding: 13px 20px;
  margin: 0;
  text-align: left; }

.widgetBox .widgettitle, .widgetBox .widget-title {
  padding: 10px; }

.widgetBox.bg-color-9 .widgettitle, .widgetBox.bg-color-9 .widget-title {
  color: #444; }

.widgetBox .textwidget {
  padding: 10px; }

/* VC Custom Menu
-----------------------------------------------------------------------------------------------------*/
.vc_wp_custommenu .menu {
  list-style-type: none; }

.vc_wp_custommenu .menu li .showsubmenu {
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: right;
  width: 50px;
  cursor: pointer; }

.vc_wp_custommenu .menu li a {
  display: block;
  padding: 11px 5px 11px 20px;
  font-size: 12.5px; }

.vc_wp_custommenu .menu li a:before {
  content: "\f105";
  margin-right: 5px; }

.vc_wp_custommenu .menu li a:hover, .vc_wp_custommenu .menu li.current_page_item > a {
  background-color: rgba(0, 0, 0, 0.1);
  color: inherit; }

.vc_wp_custommenu .menu li[class*="parent-showsub"] > .showsubmenu:before {
  content: "\f068"; }

.vc_wp_custommenu .sub-menu {
  display: none;
  width: 100%;
  list-style-type: none; }

.vc_wp_custommenu .parent-showsub > .sub-menu {
  display: block; }

/* List-checked
-----------------------------------------------------------------------------------------------------*/
.list-checked {
  list-style: none;
  text-align: left;
  margin-left: 0; }

.list-checked.default {
  color: #3c3c3c; }

.list-checked li:before {
  content: "\f14a";
  font-size: inherit;
  margin-right: 15px; }

.list-checked.default li:before {
  color: #616f7d; }

.list-checked.list-checkmark li:before {
  content: "\e8ba"; }

.list-checked.list-angle-right li:before {
  content: "\f105"; }

.list-checked.list-circle-o li:before {
  content: "\f10c"; }

.list-checked.list-plus-square-o li:before {
  content: "\f196"; }

.list-checked.list-minus-square-o li:before {
  content: "\f147"; }

.list-checked.list-file-text-o li:before {
  content: "\f0f6"; }

.list-checked.list-angle-double-right li:before {
  content: "\f101"; }

.list-checked li {
  padding: 10px 20px; }

.list-angle-right li, .list-checkmark li {
  padding: 6px 0; }

.list-checkmark li:before {
  margin-right: 5px; }

.list-angle-right li:before {
  margin-right: 15px; }

.list-angle-right {
  color: inherit; }

.list-checked.square li, .list-checked.round li {
  position: relative; }

.list-checked.square li:before, .list-checked.round li:before {
  height: 6px;
  top: 14px;
  width: 6px;
  content: "";
  position: absolute;
  left: 6px;
  top: 15px; }

.list-checked.round li:before {
  border-radius: 100%; }

/*list-icon*/
.list-icon {
  list-style-type: none; }

.list-icon li {
  overflow: hidden; }

.list-icon li:not(:last-child) {
  margin-bottom: 15px; }

.list-icon .text {
  display: block;
  padding-top: 7px; }

.list-icon i {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-align: center; }

.list-icon.left i {
  float: left; }

.list-icon.left .text {
  padding-left: 42px; }

.list-icon.round i {
  border-radius: 100%; }

.list-icon.danger i {
  background-color: #d43f3a; }

/* widget_nav_menu
-----------------------------------------------------------------------------------------------------*/
.list-checked-menu.background {
  background-color: #60778d;
  color: #ffffff; }

.list-checked-menu.background .menu li a {
  display: block;
  padding: 11px 20px;
  font-size: 12.5px; }

.list-checked-menu.background .menu a:hover, .list-checked-menu.background .menu .current_page_item > a {
  background-color: rgba(0, 0, 0, 0.1);
  color: inherit; }

.list-checked-menu ul.menu, .list-checked-menu ul.menu ul.sub-menu {
  list-style: none;
  margin: 0; }

.list-checked-menu ul.menu li.menu-item-has-children ul.sub-menu a, .vc_wp_custommenu .menu li.menu-item-has-children ul.sub-menu a {
  padding-left: 35px; }

.list-checked-menu ul.menu li.menu-item-has-children ul.sub-menu .sub-menu a, .vc_wp_custommenu .menu li.menu-item-has-children ul.sub-menu .sub-menu a {
  padding-left: 50px; }

.widget.widget_categories.jv-widget-cats ul li {
  display: block;
  font-size: 0.96em;
  padding: 12px 15px;
  background-color: #60778d;
  color: #ffffff;
  border-radius: 0; }

.widget.widget_categories.jv-widget-cats.i-folder ul li:before {
  content: "\f07b";
  margin-right: 10px; }

.widget.widget_categories.jv-widget-cats ul li .count {
  color: #60778d;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 8px;
  display: block;
  float: right;
  min-width: 30px;
  text-align: center; }

/* jv-accordion
-----------------------------------------------------------------------------------------------------*/
.acc-icon-file-text .wpb_accordion_header > a:before {
  content: "\f0f6";
  margin-right: 5px; }

.jv-accordion .wpb_accordion_header > a::before {
  content: "\f0fe"; }

.jv-accordion .ui-accordion-header-active.wpb_accordion_header > a::before {
  content: "\f146"; }

.jv-accordion.acc-icon-user .wpb_accordion_header > a::before,
.jv-accordion.acc-icon-user .ui-accordion-header-active.wpb_accordion_header > a::before {
  content: "\ebd5"; }

.jv-accordion.acc-icon-user .wpb_accordion_header > a::after {
  content: "\f105"; }

.jv-accordion.acc-icon-user .ui-accordion-header-active.wpb_accordion_header > a::after {
  content: "\f107"; }

.jv-accordion.simple .wpb_accordion_header > a::before {
  content: "\f105"; }

.jv-accordion.simple .ui-accordion-header-active.wpb_accordion_header > a::before {
  content: "\f107"; }

.jv-accordion.acc-icon-question .wpb_accordion_header > a::before,
.jv-accordion.acc-icon-question .ui-accordion-header-active.wpb_accordion_header > a::before {
  content: "\f059"; }

.acc-icon-file-text .wpb_accordion_header > a:hover {
  color: #e67e22; }

.acc-icon-file-text.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: inherit; }

.jv-accordion .wpb_accordion_section.group {
  border: 1px solid #ddd; }

.jv-accordion .wpb_accordion_section.group:not(:first-child) {
  margin-top: 5px; }

.jv-accordion .wpb_accordion_header > a::before {
  margin-right: 10px;
  font-size: 20px;
  color: #d3d3d3; }

.jv-accordion.primary.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: #fff;
  font-weight: 500; }

.jv-accordion.primary.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  display: none; }

.jv-accordion.acc-icon-user.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: #f0f0f0; }

.jv-accordion.acc-icon-user.primary .ui-accordion-header-active.wpb_accordion_header > a,
.jv-accordion.acc-icon-user .ui-accordion-header-active.wpb_accordion_header > a::before,
.jv-accordion.acc-icon-user .ui-accordion-header-active.wpb_accordion_header > a::after {
  color: #fff; }

.jv-accordion.acc-icon-user .wpb_accordion_header > a::after {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px; }

.jv-accordion.simple .wpb_accordion_section.group {
  border-width: 0; }

.jv-accordion.numberic .wpb_accordion_section.group {
  border-width: 0; }

.jv-accordion.numberic .ui-accordion-content {
  position: relative; }

.jv-accordion.numberic.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding-left: 44px; }

.jv-accordion.numberic .ui-accordion-content .wpb_content_element::before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 0;
  left: 40px;
  position: absolute;
  top: 6px;
  width: 1px;
  transition: all 0.3s ease 0s; }

.jv-accordion.numberic .ui-accordion-content.ui-accordion-content-active .wpb_content_element::before {
  height: 100%; }

.jv-accordion.numberic .ui-accordion-content .wpb_content_element::after {
  background-color: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 24px;
  top: -1px;
  width: 20px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease 0s; }

.jv-accordion.numberic .ui-accordion-content .wpb_content_element {
  padding-left: 10px; }

.jv-accordion.numberic .wpb_accordion_header > a::before {
  content: "1";
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #687e93;
  padding: 8px 12px;
  line-height: 30px;
  font-size: 14px; }

.jv-accordion.numberic.primary .ui-accordion-header-active.wpb_accordion_header > a::before {
  color: #fff; }

.jv-accordion.numberic .wpb_accordion_header > a {
  color: #687e93; }

.jv-accordion.numberic .wpb_accordion_section .wpb_accordion_header > a::before {
  content: attr(data-content); }

/* Piechart
-----------------------------------------------------------------------------------------------------*/
.divpiechart {
  position: relative;
  text-align: center;
  color: #34495e; }

.divpiechart .center {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.piechartWrapper h2 {
  font-weight: 300;
  margin: 20px 0; }

.chart-icon .vc_pie_wrapper:before {
  content: "";
  font-family: "icomoon";
  font-size: 90px;
  line-height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.chart-icon.chart-icon-heart .vc_pie_wrapper:before {
  content: "\f08a"; }

.chart-icon.chart-icon-smile .vc_pie_wrapper:before {
  content: "\f118"; }

.chart-icon.chart-icon-folder .vc_pie_wrapper:before {
  content: "\e62f"; }

.chart-icon.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_wrapper:before {
  color: #ff9900; }

.chart-icon.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_wrapper:before {
  color: #0088cc; }

.chart-icon.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_wrapper:before {
  color: #58b9da; }

.chart-icon.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_wrapper:before {
  color: #6ab165; }

.chart-icon.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_wrapper:before {
  color: #ff9900; }

.chart-icon.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_wrapper:before {
  color: #ff675b; }

.chart-icon.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_wrapper:before {
  color: #555555; }

.chart-icon.novalue.vc_pie_chart .vc_pie_chart_value {
  display: none; }

/* Counting
-----------------------------------------------------------------------------------------------------*/
.jv-counting .countingTitle {
  font-size: 19px;
  font-weight: 400; }

.jv-counting .counting {
  font-size: 50px;
  margin: 15px 0; }

.jv-counting .countingIcon i {
  font-size: 90px;
  line-height: 90px; }

.jv-counting.info {
  color: #269abc; }

.jv-counting.success {
  color: #4cae4c; }

.jv-counting.warning {
  color: #eea236; }

.jv-counting.danger {
  color: #d43f3a; }

.jv-counting.white {
  color: #ffffff; }

.jv-counting.black {
  color: #000000; }

/* Service
-----------------------------------------------------------------------------------------------------*/
.service .text h3 {
  font-weight: 300; }

.service .text p {
  color: #888; }

.service-danger i {
  color: #d43f3a; }

.service-success i {
  color: #4cae4c; }

/*service.icon-top*/
.service.icon-top .service-icon i {
  font-size: 70px; }

.service.icon-top {
  text-align: center; }

.service.icon-top .text {
  padding: 12px 0; }

/*service.icon-left*/
.service.icon-left {
  overflow: hidden; }

.service.icon-left i {
  font-size: 28px; }

.service.icon-left i[class*="icon-"] {
  line-height: 40px; }

.service.icon-left .service-icon {
  float: left;
  margin-right: 20px; }

.service.icon-left .text {
  overflow: hidden; }

.service.icon-left .text h3 {
  margin-top: 0;
  margin-bottom: 12px; }

/*service.background*/
.service.background .service-icon > *[class*="icon"] {
  display: inline-block;
  color: #fff; }

.service.background.circle .service-icon > *[class*="icon"] {
  border-radius: 100%; }

.service.background.icon-3x .service-icon > *[class*="icon"] {
  width: 130px;
  height: 130px;
  line-height: 130px; }

.service.background.service-success .service-icon > [class*="icon"] {
  background-color: #4cae4c; }

.service.background.service-danger .service-icon > [class*="icon"] {
  background-color: #d43f3a; }

/*service.border*/
.service.border .service-icon *[class*="icon"] {
  font-size: 42px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border: 2px solid;
  border-radius: 100%; }

.service.border.service-danger .service-icon *[class*="icon"] {
  color: #d43f3a;
  border-color: #d43f3a; }

.service.border.service-success .service-icon *[class*="icon"] {
  color: #4cae4c;
  border-color: #4cae4c; }

/*service-xs*/
.service.service-xs i {
  font-size: 30px !important;
  line-height: 30px; }

.service.service-xs .text {
  padding: 0; }

.service.border-wrap {
  border: 1px solid #ddd;
  border-radius: 2px; }

.service .text.list i[class*="icon-"] {
  line-height: 14px; }

.service .text.list > p {
  padding: 11px 0;
  font-size: 15px;
  margin-bottom: 0;
  text-align: left; }

.service .text.list > p:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.plugin {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.plugin .image {
  float: left;
  margin-right: 20px; }

.plugin .meta-info {
  color: #999;
  font-size: 85.7%;
  margin-bottom: 12px; }

.plugin .meta-info i {
  margin-right: 5px; }

/*service web-app*/
.service-row {
  padding-top: 75px;
  padding-bottom: 75px; }

.web-app {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 3px 0 0 #eee;
  overflow: hidden; }

.web-app img {
  float: left;
  margin: 0 15px 0 0; }

.web-app .joomla-hosting > img {
  background-color: #59a445; }

.web-app .wordpress-hosting > img {
  background-color: #3498db; }

.web-app .magento-hosting > img {
  background-color: #f15d22; }

.web-app .title {
  text-transform: uppercase;
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 100; }

.web-app .more {
  color: #686868;
  font-weight: 100; }

/*feature*/
.feature-wrap {
  overflow: hidden; }

.feature-wrap.icon-left .feature-icon {
  float: left;
  margin-right: 15px; }

.feature-wrap.icon-left .feature-icon i {
  font-size: 20px; }

.feature-wrap.icon-left .feature-icon i[class*="icon-"] {
  line-height: 40px; }

.feature-wrap.icon-left .title {
  padding-left: 35px;
  font-size: 20px; }

.feature-wrap.icon-left .desc {
  padding-left: 35px;
  margin-bottom: 20px;
  color: #777; }

/* jv-partner
-----------------------------------------------------------------------------------------------------*/
.jv-partner {
  margin: 17px 0; }

.jv-partner a {
  border: 1px solid #ddd;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.07);
  display: block;
  text-align: center; }

.jv-partner a:hover {
  box-shadow: none; }

.owl-carousel .item.jv-partner {
  float: left;
  margin-bottom: 2px !important; }

.nav-button .jv-partner-wrap.owl-carousel .owl-controls .owl-buttons > div {
  top: 20%; }

.nav-button .jv-partner-wrap.owl-carousel .owl-item {
  padding-left: 15px;
  padding-right: 15px; }

.jv-hexagon-wrap, .jv-hexagon-wrap .widgettitle + .wpb_container {
  position: relative; }

.jv-hexagon {
  height: 122px;
  width: 106px;
  overflow: hidden;
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.jv-hexagon .hexagon-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.jv-hexagon .hexagon-inner .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.jv-row {
  position: absolute; }

.jv-row.row-1 {
  top: 0; }

.jv-row.row-2 {
  top: 99px; }

.jv-row.row-3 {
  top: 201px; }

.jv-row.row-4 {
  top: 301px; }

.jv-row.col-1 {
  right: 0; }

.jv-row.col-2 {
  right: 58px; }

.jv-row.col-3 {
  right: 116px; }

.jv-row.col-4 {
  right: 174px; }

.jv-row.col-5 {
  right: 232px; }

.img.bg-primary {
  background-color: #34495e; }

/*Testimonial
-----------------------------------------------------------------------------------------------------*/
.tmnItem {
  text-align: center; }

.tmnItem .tmnAvatar {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  height: 144px;
  width: 144px;
  display: inline-block;
  overflow: hidden; }

.tmnItem .tmnContent .tmnContentInner .tmnHead {
  margin-top: 25px;
  text-transform: uppercase; }

.tmnItem .tmnContent .tmnContentInner .tmnHead h3,
.tmnItem .tmnContent .tmnContentInner .tmnHead .subname {
  display: inline-block;
  font-weight: 300; }

.tmnItem .tmnContent .tmnContentInner .tmnHead .subname {
  font-size: 20px;
  font-weight: 100;
  opacity: 0.8; }

.tmnItem .tmnContent .tmnContentInner .tmnHead h3:after {
  content: ","; }

.tmnItem .tmnContent .tmnContentInner .tmnBody {
  font-size: 1.14285em;
  line-height: 1.5;
  margin-bottom: 40px; }

.tmnContentInner .tmnBody i {
  display: block;
  font-size: 1.71428em;
  margin-bottom: 20px; }

/* title-block*/
.title-block .tmnItem .tmnContent .tmnContentInner .tmnHead {
  text-transform: none; }

.title-block .tmnItem .tmnContent .tmnContentInner .tmnHead h3, .title-block .tmnItem .tmnContent .tmnContentInner .tmnHead .subname {
  display: block; }

.title-block .tmnItem .tmnContent .tmnContentInner .tmnHead h3 {
  text-transform: uppercase;
  margin-bottom: 10px; }

.title-block .tmnItem .tmnContent .tmnContentInner .tmnHead h3:after {
  content: ""; }

.title-block .tmnItem .tmnContent .tmnContentInner .tmnHead .subname {
  font-size: inherit;
  margin-bottom: 20px; }

/*thumb-left*/
.thumb-left .tmnItem {
  overflow: hidden;
  text-align: left;
  margin: 5px; }

.thumb-left .tmnItem .tmnAvatar {
  float: left;
  margin-right: 20px; }

.thumb-left .tmnItem .tmnContent {
  padding-left: 160px; }

.thumb-left .tmnItem .tmnContent .tmnContentInner .tmnHead {
  margin-bottom: 20px;
  margin-top: 0; }

.thumb-left .tmnItem .tmnContent .tmnContentInner .tmnHead h3 {
  text-transform: none; }

.thumb-left .tmnItem .tmnContent .tmnContentInner .tmnHead .link i {
  margin-right: 5px; }

.thumb-left .tmnItem .tmnContent .tmnContentInner .tmnHead .subname {
  font-size: 13px;
  margin-bottom: 10px; }

.thumb-left .tmnItem .tmnContent .tmnContentInner .tmnBody {
  margin-bottom: 0; }

.thumb-left .owl-pagination {
  margin-top: 40px; }

/*speech-bubble*/
.speech-bubble .tmnContent .tmnContentInner::before, .speech-bubble-comment .comment-inner:before, .comment_container .comment-text:before, .post_format-post-format-status .entry-content:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #fff transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 9px;
  content: "";
  position: absolute;
  border-width: 0 21px 21px 0;
  left: -21px;
  top: 0;
  z-index: 1; }

.speech-bubble .tmnContent .tmnContentInner::after, .speech-bubble-comment .comment-inner:after, .comment_container .comment-text:after, .post_format-post-format-status .entry-content:after {
  border-color: transparent #ddd transparent transparent;
  border-style: solid;
  border-width: 0 23px 23px 0;
  content: "";
  left: -23px;
  position: absolute;
  top: -1px;
  z-index: 0; }

.speech-bubble .tmnContent .tmnContentInner {
  border: 1px solid #ddd;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  padding: 17px 20px 20px;
  position: relative;
  margin: 5px !important; }

.speech-bubble .tmnItem .tmnContent .tmnContentInner .tmnHead {
  text-transform: none; }

.speech-bubble .tmnItem .tmnContent .tmnContentInner .tmnBody {
  color: #777;
  line-height: 1.57142;
  font-size: inherit; }

.speech-bubble .tmnItem .link {
  color: #999;
  font-size: 0.928em;
  margin-bottom: 0; }

/*speech-bubble classic*/
.speech-bubble.classic .tmnItem .tmnAvatar {
  border-radius: 0;
  width: 82px;
  height: 82px; }

.speech-bubble.classic.thumb-left .tmnItem .tmnContent {
  padding-left: 82px; }

.speech-bubble.classic .tmnContent .tmnContentInner::before, .speech-bubble-comment.classic .comment-inner:before, .comment_container .comment-text:before, .post_format-post-format-status .entry-content:before {
  border-width: 9px;
  left: -18px;
  top: 10px; }

.speech-bubble.classic .tmnContent .tmnContentInner::after, .speech-bubble-comment.classic .comment-inner:after, .comment_container .comment-text:after, .post_format-post-format-status .entry-content:after {
  border-width: 11px;
  left: -22px;
  top: 8px; }

.speech-bubble.classic.thumb-left .tmnItem .tmnContentInner {
  margin: 0 5px 5px 0 !important; }

.speech-bubble-comment {
  position: relative;
  padding-left: 80px; }

.speech-bubble-comment .comment-inner {
  border: 1px solid #ddd;
  padding: 17px 20px 20px;
  position: relative; }

/*jvTeam*/
.jvTeamItem, .jvTeamItem .jvTeamInfo {
  overflow: hidden; }

.jvTeamItem .jvTeamAvatarSocial {
  float: left;
  margin-right: 20px;
  max-width: 170px;
  position: relative; }

.jvTeamItem .jvTeamSocial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.jvTeamSocial:hover {
  background-color: rgba(255, 255, 255, 0.7); }

.jvTeamItem .jvTeamSocial .social-small {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  text-align: center; }

.jvTeamSocial:hover .social-small {
  opacity: 1; }

.jvTeamAvatarSocial .jvTeamSocial .social-small a {
  z-index: 1; }

.jvTeamItem .jvTeamInfo .jvTeamPosition {
  color: #888;
  font-size: 13px;
  font-weight: 100; }

.jvTeamItem .jvTeamInfo .jvTeamName {
  margin-top: 5px; }

/*Tag
-----------------------------------------------------------------------------------------------------*/
.tag-outline .tagcloud a:before {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  left: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 8px; }

.tag-outline .tagcloud a {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 100px;
  display: inline-block;
  line-height: normal;
  margin: 0 5px 6px 0;
  padding: 1px 8px 1px 22px;
  position: relative; }

.tag-outline .tagcloud a:hover {
  color: #ffffff; }

.tag-outline .tagcloud a:hover::before {
  border-color: #ffffff; }

/* Video wrap
-----------------------------------------------------------------------------------------------------*/
.video-wrap {
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05); }

.video-wrap .img-wrap > a::before,
.video-wrap .img-wrap > a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 54px; }

.video-wrap .img-wrap > a::before {
  border: 2px solid rgba(255, 255, 255, 0.64);
  border-radius: 100%;
  height: 54px;
  margin-left: -27px;
  margin-top: -27px; }

.video-wrap .img-wrap > a::after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.86);
  border-style: solid;
  border-width: 9px 0 9px 16px;
  margin-left: -5px;
  margin-top: -9px; }

.video-wrap:hover .img-wrap > a::before, .video-wrap:hover .img-wrap > a::after {
  opacity: 0; }

.video-wrap .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: 100;
  padding: 15px;
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.video-wrap:hover .caption {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.video-wrap .caption .btn-video {
  float: right;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 5; }

.video-wrap .caption h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 100;
  text-transform: uppercase; }

.video-wrap:hover .caption a {
  color: #fff; }

.video-wrap:hover .caption a:hover {
  color: #000;
  border-color: #000; }

/*Video wrap with simple caption, title in the middle*/
.title-middle .video-wrap .caption {
  top: 50%;
  padding: 5px;
  bottom: inherit;
  text-align: center;
  -ms-transform: translateY(-50%) scale(0.5);
  transform: translateY(-50%) scale(0.5);
  opacity: 0; }

.title-middle .video-wrap .caption h4 {
  margin: 0;
  max-height: 42px;
  overflow: hidden; }

.title-middle .video-wrap .caption h4 a {
  display: table-cell;
  height: 40px;
  vertical-align: middle; }

.title-middle .video-wrap .caption a {
  text-transform: none; }

.title-middle .video-wrap:hover .caption {
  opacity: 1;
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1); }

.bpopup-content.popup-video {
  padding: 0;
  width: 800px; }

.bpopup-content.popup-video iframe {
  display: block;
  height: 500px;
  width: 100%; }

/* boxPrice
-----------------------------------------------------------------------------------------------------*/
.boxPrice {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  display: table;
  padding: 20px; }

.boxPrice > div:not(:first-child) {
  padding-left: 20px; }

.boxPrice .jvpricing-price-wrap {
  display: table-cell;
  vertical-align: middle; }

.boxPrice .btn-wrap {
  display: table-cell;
  vertical-align: middle; }

.boxPrice .jvpricing-price-wrap .jvpricing-price {
  font-size: 30px;
  font-weight: 700; }

.boxPrice .jvpricing-price-wrap .subprice {
  display: block; }

.box-servicer {
  padding-bottom: 20px; }

.box-servicer .boxHeader {
  overflow: hidden;
  font-weight: 500; }

.box-servicer .boxHeader .num, .box-servicer .boxHeader .title {
  display: inline-block;
  text-transform: uppercase; }

.box-servicer .boxHeader .num {
  font-size: 46px;
  padding: 10px 0 0 12px; }

.box-servicer .boxHeader .title {
  font-size: 19px;
  line-height: 1.25; }

.box-servicer .boxHeader .icon {
  float: right;
  max-width: 75px; }

.box-servicer .boxContent {
  font-weight: 300;
  padding: 25px 25px 10px; }

.box-servicer .boxContent ul li {
  padding: 7px 0; }

.box-servicer .boxContent ul li:before {
  margin-right: 5px; }

.boxFooter {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin: 0 25px;
  overflow: hidden;
  padding: 10px; }

.boxFooter .btn-wrap .btn, .boxFooter .btn-wrap #pages-block .page-wrap a.more-link, #pages-block .page-wrap .boxFooter .btn-wrap a.more-link {
  float: left; }

.boxFooter .jvpricing-price-wrap {
  position: relative;
  float: left;
  margin: 0 0 0 8px;
  font-weight: 500; }

.boxFooter .jvpricing-price-wrap > span {
  position: absolute; }

.boxFooter .jvpricing-price-before {
  font-size: 16px;
  left: 0;
  top: 0; }

.boxFooter .jvpricing-price {
  font-size: 39px;
  left: 12px;
  top: -5px; }

.boxFooter .smaller {
  font-size: 18px;
  left: 34px;
  top: 0; }

.boxFooter .jvpricing-price-after {
  font-size: 13px;
  left: 34px;
  top: 19px; }

/* jv-revslide : Revolution slider
-----------------------------------------------------------------------------------------------------*/
.tp-bullets {
  z-index: 98 !important; }

.tp-caption a.btn, .tp-caption #pages-block .page-wrap a.more-link, #pages-block .page-wrap .tp-caption a.more-link {
  color: #fff;
  font-weight: 100; }

.rev_title {
  font-size: 100px;
  color: #fff; }

.wpb_revslider_element .tp-bullets .bullet {
  width: 12px !important;
  height: 12px !important;
  border: none !important;
  background-color: #fff !important;
  margin: 0 5px;
  z-index: 98; }

.wpb_revslider_element .tp-bullets .bullet:hover {
  border: none !important;
  width: 12px !important;
  height: 12px !important; }

.wpb_revslider_element .tp-bullets .bullet.selected {
  width: 45px !important;
  height: 12px !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.19) inset;
  border: none !important; }

.jv-revslide {
  color: #fff; }

.jv-revslide h2 {
  font-size: 48px; }

.jv-revslide p {
  font-size: 16px; }

.jv-revslide .subTitle {
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 20px; }

.font18 {
  font-size: 18px; }

.jv-revslide .btn-outline, .jv-revslide .btn-outline:hover {
  color: #fff;
  font-weight: 100; }

.jv-revslide.wpb_revslider_element .image {
  position: relative;
  display: inline-block; }

.badget {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
  height: 134px;
  opacity: 0.95;
  padding: 26px 5px;
  position: absolute;
  width: 134px;
  z-index: 2;
  font-size: 14px;
  overflow: hidden; }

.badget.text-left {
  padding-left: 25px; }

.badget .price {
  font-size: 38px;
  line-height: 42px;
  display: block; }

.jv-revslide .list-server {
  line-height: 28px;
  font-size: 18px; }

.jv-revslide .list-server li {
  visibility: visible;
  position: relative;
  color: #fff; }

/* HOME 1
-----------------------------------------------------------------------------------------------------*/
/*Section - checkdomain */
.get-domain-row {
  padding-top: 45px;
  padding-bottom: 45px; }

.checkdomainForm .jvLabel {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 100;
  line-height: 42px; }

.checkdomainForm .dropdown .btn, .checkdomainForm .dropdown #pages-block .page-wrap a.more-link, #pages-block .page-wrap .checkdomainForm .dropdown a.more-link {
  margin-right: 10px; }

.checkdomainForm .input-group {
  margin: 0 10px;
  width: 50%; }

.checkdomainForm .input-group .input-group-addon {
  background-color: #fff;
  border: medium none;
  color: #999;
  font-size: 18px;
  font-weight: 100;
  margin: 0;
  padding: 12px 15px; }

.checkdomainForm .input-group .form-control {
  border: medium none;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  height: 42px;
  margin: 0;
  padding: 0 15px; }

.checkdomainForm .input-group .input-group-addon, .checkdomainForm .input-group .form-control {
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05); }

.checkdomainForm .dropdown {
  position: static; }

.checkdomainForm .dropdown-menu {
  border-color: #dcdcdc;
  margin-top: 0;
  width: 100%; }

.checkdomainForm .dropdown-menu .form {
  margin: 20px 20px 30px; }

.checkdomainForm .dropdown-menu .form .checkbox {
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 12.5%; }

.checkdomainForm .dropdown-menu .form .checkbox.all {
  float: none;
  width: auto; }

.checkdomain .checkbox input {
  margin-top: 4px; }

/*Section - home-testimonials-row*/
.home-partners-slider-wrap:before {
  content: "";
  position: absolute;
  left: -100%;
  right: -100%;
  height: 200px;
  background-color: #f8f8f8; }

/*Section - headTweets*/
.headTweets {
  color: #55acee;
  position: relative;
  text-align: center; }

.headTweets:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EEEFEF;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 0; }

.headTweets i {
  font-size: 30px;
  background-color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  z-index: 1; }

/*Section - home-partners-slider*/
.home-partners-slider-row {
  margin-bottom: 0; }

.home-partners-slider .item img {
  margin: 15px;
  opacity: 0.7;
  transition: all 0.15s ease-in 0s;
  border-radius: 5px;
  max-width: 144px; }

.home-partners-slider .item:hover img {
  opacity: 1; }

.home-partners-slider .owl-controls .owl-buttons i {
  font-size: 60px; }

/* Home 2 - Video
-----------------------------------------------------------------------------------------------------*/
/*Home 2 - section About us*/
.progressbar .progressItem {
  padding-bottom: 15px; }

.progressbar .progressItem h4 {
  font-weight: 300; }

.progressbar .progressItem .progress {
  margin-bottom: 23px; }

/* Webhosting - Share
-----------------------------------------------------------------------------------------------------*/
.reseller-feature .service {
  margin-bottom: 20px; }

/* CONTACT
-----------------------------------------------------------------------------------------------------*/
.contact-classic .wpb_pinterest,
.contact-classic .wpb_googleplus,
.contact-classic .twitter-share-button,
.contact-classic .fb_like {
  float: left;
  margin: 0 10px 10px 0;
  height: 30px; }

.contact-classic .wpb_text_column {
  clear: both; }

.contact-classic h3.title {
  text-transform: uppercase; }

.contact-classic .contact-adress {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 28px; }

.contact-classic .contact-adress p {
  margin: 0; }

.wpcf7-form span.wpcf7-form-control-wrap {
  display: block; }

.wpcf7-form span.wpcf7-form-control-wrap input {
  width: 100%; }

.wpcf7-form span.wpcf7-form-control-wrap textarea {
  height: 100px; }

.jv-absolute .wpcf7 {
  position: absolute;
  max-width: 390px;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 25px 25px 0; }

/* SIDEBAR
-----------------------------------------------------------------------------------------------------*/
#secondary .btn-sidebar-touch {
  display: none !important; }

.widget-title {
  font-weight: 300;
  font-size: 21px;
  text-transform: uppercase;
  position: relative; }

.sidebar .widget + .widget {
  margin-top: 30px; }

.woocommerce .price_slider_wrapper {
  margin: 20px 0 10px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  box-shadow: none;
  -webkit-box-shadow: none; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  text-align: center;
  line-height: 16px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -18px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px; }

/* CONTENT
-----------------------------------------------------------------------------------------------------*/
/* pagination */
.pagination {
  display: block;
  margin: 0 0 20px; }

.pagination ul {
  overflow: hidden;
  list-style: none;
  margin: 0; }

.pagination li {
  float: left;
  margin-left: 5px; }

.pagination li:first-child {
  margin: 0 !important; }

.pagination * .page-numbers {
  display: inline-block;
  border: 0 none !important;
  border-radius: 3px;
  line-height: 36px;
  cursor: pointer;
  font-size: inherit;
  font-weight: 500;
  padding: 0 15px !important;
  text-align: center;
  background: inherit; }

.pagination .current {
  background: inherit;
  color: inherit;
  font-weight: bold; }

.pagination li:hover a {
  border-radius: 18px;
  color: #fff; }

/*	BOTTOM
-----------------------------------------------------------------------------------------------------*/
#Bottom {
  background-color: #263646;
  color: #c6c6c6;
  font-size: 13px;
  padding: 70px 0; }

#Bottom .widget-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 23px; }

#Bottom ul.menu {
  list-style-type: none;
  margin: 0; }

#Bottom ul.menu li a {
  line-height: 23px; }

/* FOOTER
-----------------------------------------------------------------------------------------------------*/
#Footer {
  background-color: #09131d;
  border-top: 1px solid #3a4957;
  font-size: 12px;
  padding: 15px 0;
  overflow: hidden;
  line-height: 30px; }

#Footer .widget {
  float: left; }

#Footer .widget_nav_menu {
  float: right; }

#Footer a {
  color: #fff; }

#Footer ul.menu {
  list-style-type: none;
  margin: 0; }

#Footer ul.menu > li {
  display: inline-block; }

#Footer ul.menu > li > a {
  padding: 0 5px;
  text-transform: uppercase; }

#Footer .copyright {
  color: #bebebe; }

#Footer .footer-right > .textwidget {
  float: right;
  text-transform: uppercase; }

#Footer .footer-right ul {
  display: inline-block;
  margin-bottom: 0; }

#Footer .footer-right ul + ul {
  margin-left: 9px; }

#Footer .list-inline.list-separator-left > li:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px; }

.list-inline.list-separator-left > li {
  position: relative; }

.list-inline.list-separator-left > li:not(:first-child):before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background-color: #fff;
  height: 12px;
  width: 1px;
  margin-top: -6px; }

/*Footer - social-small*/
ul.social-small {
  list-style: none; }

ul.social-small > li {
  padding-right: 0;
  padding-left: 0; }

.social-small a {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  line-height: 28px;
  border: 1px solid #3e4c5c;
  font-size: 16px;
  margin: 0 2px;
  text-align: center; }

.social-small a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: none;
  border-top: 28px solid rgba(255, 255, 255, 0.07);
  border-right: 28px solid transparent; }

.social-small a:hover, .social-smaller a:hover {
  color: #fff; }

.social-smaller li {
  padding-left: 0;
  padding-right: 0; }

.social-smaller.circle a {
  border-radius: 100%; }

.social-smaller a {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border: 1px solid #ddd;
  font-size: 14px;
  margin: 0 2px;
  text-align: center; }

.social-smaller a i {
  line-height: 14px; }

#toTop {
  bottom: 15px;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease 0s;
  width: 50px;
  z-index: 1040;
  cursor: pointer;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2); }

/* newsletter */
#pageNwsletter {
  padding-top: 80px;
  padding-bottom: 80px; }

.rowform {
  overflow: hidden; }

.newsletter-email {
  width: 100%;
  margin-bottom: 20px; }

.rowform .btn, .rowform #pages-block .page-wrap a.more-link, #pages-block .page-wrap .rowform a.more-link {
  float: right; }

.fullwidth-maps {
  margin-top: -30px; }

#Bottom .newsletter .rowform {
  position: relative;
  display: table; }

#Bottom .newsletter .rowform i {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #888; }

#Bottom .newsletter-email {
  margin-bottom: 0;
  padding-left: 30px;
  border-radius: 5px 0 0 5px; }

#Bottom .newsletter .rowform .btn-wrap {
  display: table-cell;
  vertical-align: middle; }

#Bottom .newsletter .rowform .newsletter-submit {
  border-radius: 0 5px 5px 0; }

/* mega-menu nav-pill
-----------------------------------------------------------------------------------------------------*/
#lang_sel ul ul,
ul.nav-pill {
  list-style: none;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 15px; }

.dropdownMenu ul.menu .sub-menu.nav-pill {
  background-color: rgba(0, 0, 0, 0.9); }

#lang_sel ul ul {
  padding: 0; }

#lang_sel ul ul li a,
ul.nav-pill li a {
  color: #ffffff;
  display: block;
  line-height: 34px;
  overflow: hidden;
  position: relative;
  background: transparent;
  text-decoration: none; }

#lang_sel ul ul li a {
  background-color: rgba(0, 0, 0, 0.9); }

ul.nav-pill.outline {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  padding-top: 0;
  padding-bottom: 0; }

ul.nav-pill.outline li a {
  color: inherit;
  margin-left: -16px;
  margin-right: -16px; }

ul.nav-pill.outline li a i {
  margin-left: 5px; }

ul.nav-pill.outline li:not(:first-child) {
  margin-top: 1px; }

ul.nav-pill.outline li:hover a, ul.nav-pill.outline li.active a {
  color: #fff; }

ul.nav-pill.outline li:hover a i, ul.nav-pill.outline li.active a i {
  color: #fff; }

#lang_sel ul ul li a:after,
.nav-pill li a:after {
  background-color: transparent;
  content: "";
  display: block;
  height: 60px;
  left: -46px;
  position: absolute;
  top: -14px;
  width: 60px;
  z-index: 0;
  animation-delay: 0.2s;
  -ms-transform: rotate(20deg);
  transform: rotate(20deg); }

#lang_sel ul ul li:hover a, #lang_sel ul ul li.active a,
.nav-pill li:hover a, .nav-pill li.active a {
  padding-left: 10px; }

#lang_sel ul ul li:hover a:after, #lang_sel ul ul li.active a:hover,
.nav-pill li:hover a::after, .nav-pill li.active a::after {
  background-color: rgba(0, 0, 0, 0.2);
  left: -26px; }

.nav-pill li a i {
  margin-right: 10px;
  position: relative;
  z-index: 1; }

.nav-pill li:hover a i, .nav-pill li.active a i {
  margin-right: 17px; }

#lang_sel ul ul li img {
  margin-right: 5px;
  position: relative;
  z-index: 1; }

#lang_sel ul ul li:hover img {
  margin-right: 10px; }

#lang_sel ul ul {
  min-width: 140px; }

/* Page 404 */
.page-404 {
  padding: 60px 0;
  text-align: center; }

.page-404 h2 {
  font-size: 180px !important; }

.page-404 h3 {
  font-size: 48px; }

.page-404 .sorry {
  margin-bottom: 30px; }

/* page shop */
.jv-shop-nav-static {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  color: #FFFFFF; }

.tools-shop {
  float: right;
  line-height: 50px;
  margin-top: 15px;
  z-index: 300;
  position: relative; }

.tools-shop aside {
  float: right;
  margin-left: 10px; }

.tools-shop aside h3.widget-title {
  display: none; }

#page-shop-woo .logo-table-cell {
  height: 80px; }

#page-shop-woo #nav-mainmenu div > ul > li > a {
  line-height: 80px; }

.jv-shop-nav-static .form-login-woo .dropdown-menu {
  left: auto;
  right: 0;
  width: 400px; }

.jv-shop-nav-static .form-login-woo input {
  width: 100%; }

.jv-shop-nav-static .btn-bar {
  border: 1px solid #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  min-width: 50px;
  padding: 0 10px; }

.jv-shop-nav-static .text-logout {
  width: auto;
  padding: 0; }

.jv-shop-nav-static .text-logout .span-avatar {
  float: left;
  height: 100%;
  padding: 0; }

.jv-shop-nav-static .text-logout img {
  float: left;
  height: 100%;
  width: auto; }

.jv-shop-nav-static .text-logout a {
  padding: 0 10px; }

.tools-shop .widget_product_search form {
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  line-height: 50px;
  z-index: 10;
  position: relative; }

.tools-shop .widget_product_search form:before {
  position: absolute;
  z-index: 11;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-family: icomoon !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  content: "\f002"; }

.tools-shop .widget_product_search form input[type="search"] {
  border: 1px solid #fff;
  background-color: #222;
  color: #fff !important;
  height: 50px;
  padding: 0 20px;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 50px;
  opacity: 0; }

.tools-shop .widget_product_search form .screen-reader-text {
  display: none; }

.tools-shop .widget_product_search form input[type="submit"] {
  background: none;
  display: none;
  border: medium none;
  height: 50px;
  left: -1px;
  opacity: 0;
  position: absolute;
  top: -1px;
  width: 50px;
  z-index: 12; }

.tools-shop .widget_product_search form:hover input[type="search"], .tools-shop .widget_product_search form input[type="search"]:focus, .tools-shop .widget_product_search form:focus input[type="search"] {
  opacity: 1;
  width: 300px; }

.tools-shop .widget_product_search form input[type="search"]:focus + input[type="submit"] {
  display: block; }

/* Mini cart */
#mini_cart_list .cart_list {
  max-height: 500px;
  overflow: auto;
  margin: 0 -20px 20px;
  padding: 0 20px;
  color: #444; }

#mini_cart_list .cart_list > div + div {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 20px;
  position: relative; }

#mini_cart_list .cart_list > div {
  line-height: normal;
  overflow: hidden; }

#mini_cart_list .cart_list > div a {
  padding: 0;
  font-size: 120%;
  margin-bottom: 15px;
  display: block; }

#mini_cart_list .cart_list > div img {
  float: left;
  margin-right: 10px;
  width: 80px; }

#mini_cart_list .cart_list .quantity {
  display: block;
  overflow: hidden;
  width: auto; }

#mini_cart_list .cart_list .quantity span {
  display: inline-block; }

#mini_cart_list .cart_list .info {
  overflow: hidden; }

#mini_cart_list .cart_list .info dl {
  margin-bottom: 10px; }

#mini_cart_list .cart_list .info dt {
  clear: both;
  float: left;
  margin-right: 5px; }

#mini_cart_list .cart_list .info p {
  margin: 0; }

#form-login .input-text {
  width: 100%; }

div.buttons {
  margin: 0;
  text-align: center;
  overflow: hidden; }

.single_page ul.singlemenu {
  display: none; }

.glyphs.character-mapping {
  margin: 0 0 20px 0;
  padding: 20px 0 20px 30px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #d8e0e5;
  border-radius: 3px; }

.glyphs.character-mapping li {
  margin: 0 30px 20px 0;
  display: inline-block;
  width: 90px; }

.glyphs.character-mapping p {
  display: inline; }

.glyphs.character-mapping .goldF {
  margin: 10px 0 10px 15px;
  padding: 15px;
  position: relative;
  width: 55px;
  height: 55px;
  color: #162a36 !important;
  overflow: hidden;
  border-radius: 3px;
  font-size: 32px; }

.glyphs.character-mapping .goldF svg {
  fill: #000; }

.glyphs.character-mapping input {
  margin: 0;
  padding: 5px 0;
  line-height: 12px;
  font-size: 12px;
  display: block;
  width: 100%;
  border: 1px solid #d8e0e5;
  border-radius: 5px;
  text-align: center;
  outline: 0; }

.glyphs.character-mapping input:focus {
  border: 1px solid #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a; }

.glyphs.character-mapping input:hover {
  box-shadow: inset 0 0 3px #fbde4a; }

.glyphs.css-mapping {
  margin: 0 0 60px 0;
  padding: 30px 0 20px 30px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #d8e0e5;
  border-radius: 3px; }

.glyphs.css-mapping li {
  margin: 0 30px 20px 0;
  padding: 0;
  display: inline-block;
  overflow: hidden; }

.glyphs.css-mapping p {
  display: inline; }

.glyphs.css-mapping .goldF {
  margin: 0;
  margin-right: 10px;
  padding: 13px;
  height: 50px;
  width: 50px;
  color: #162a36 !important;
  overflow: hidden;
  float: left;
  font-size: 24px; }

.glyphs.css-mapping input {
  margin: 0;
  margin-top: 5px;
  padding: 8px;
  line-height: 16px;
  font-size: 16px;
  display: block;
  width: 150px;
  height: 40px;
  border: 1px solid #d8e0e5;
  border-radius: 5px;
  background: #fff;
  outline: 0;
  float: right; }

.glyphs.css-mapping input:focus {
  border: 1px solid #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a; }

.glyphs.css-mapping input:hover {
  box-shadow: inset 0 0 3px #fbde4a; }

.jv-left-header-md hr {
  margin: 0 0 25px; }

.single_page aside[class*="goldF-"]:before {
  display: none; }

.chosen-container {
  max-width: 100%; }

/* Search page
-----------------------------------------------------------------------------------------------------*/
.search .pageBlog > article {
  padding-left: 0; }

/* Author archive page
-----------------------------------------------------------------------------------------------------*/
.archive.author .author-info .author-avatar {
  max-width: 150px; }

.archive.author .author-avatar img {
  border-radius: 100%; }

.archive.author .author-info {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-left: 0;
  padding-right: 0; }

/*content-short*/
.pageBlog > article.thumbleft h3.entry-title {
  text-transform: none; }

.pageBlog > article.thumbleft {
  padding-left: 0;
  overflow: hidden; }

.pageBlog article.thumbleft .blog-thumbnail, .pageBlog article.thumbleft .blog-gallery, .pageBlog article.thumbleft .thumbnail_large {
  overflow: initial;
  float: left;
  width: 150px;
  margin-right: 15px; }

.pageBlog article.thumbleft .blog-item-description {
  border: none;
  padding-top: 0;
  padding-bottom: 0; }

.pageBlog article.thumbleft .entry-content::after {
  clear: none; }

.pageBlog article.thumbleft .post-right {
  padding-left: 160px; }

article.thumbleft .ItemLinks > span:not(:last-child) {
  border-right: 1px solid #dcdcdc;
  padding-right: 10px; }

article.thumbleft .blog-gallery .owl-carousel .owl-controls .owl-buttons i {
  font-size: 200%; }

/*jv_portfoliometa/assets/css/pfo.css
-----------------------------------------------------------------------------------------------------*/
.topPortfolio {
  margin-bottom: 40px; }

.pfo-item {
  position: absolute;
  opacity: 0;
  margin-bottom: 25px; }

/* nav */
.simple-pagination ul li.active a {
  cursor: not-allowed; }

/* loading */
.pf-load {
  height: 41px; }

.pf-load .box {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 220px;
  text-align: center; }

.box-portfolio {
  overflow: hidden;
  position: relative; }

.portfolio-item {
  margin-top: 25px;
  border-radius: 5px;
  overflow: hidden; }

.portfolio-item img {
  position: relative;
  border: 0 none;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.p-item-img {
  position: relative;
  border: 0 none;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.p-item-img img {
  width: 100%; }

.p-item-description h3 {
  padding: 0;
  margin: 0; }

.p-item-description h3 i {
  font-size: 14px;
  padding-top: 10px; }

.portfolio-item h3 {
  padding: 0px 0px 10px 0; }

.portfolio-item h3 i {
  font-size: 14px;
  padding-top: 10px; }

.portfolio-item-description {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #DCDCDC;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  padding-bottom: 15px; }

.portfolioSort {
  float: right; }

.portfolioFilter {
  overflow: hidden;
  float: left; }

.portfolioFilter > .filter-link {
  float: left;
  margin-left: 5px; }

.portfolioFilter > .filter-link:first-child {
  margin: 0; }

.portfolioFilter > .filter-link > .bottom-border {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: block; }

.portfolioFilter > .filter-link > a {
  border: 1px solid #dcdcdc;
  font-family: 'Oswald';
  text-align: center;
  padding: 5px 30px 5px 30px;
  font-size: 1.2em;
  border-radius: 3px;
  text-decoration: none;
  display: block; }

.portfolioFilter > .filter-link > a.current {
  color: #fff; }

.portfolioFilter > .filter-link > a.current:hover {
  color: #fff !important; }

/*
  8.2 Portfolio 3
  */
.portfolio3 .portfolioFilter {
  display: block; }

.p3-item {
  width: 20%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff; }

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

.portfolio-masonry {
  margin-left: -1px; }

.portfolio-masonry .p3-item {
  position: relative;
  float: left; }

/*
  8.3 Portfolio 4
  */
.overaly .btn, .overaly #pages-block .page-wrap a.more-link, #pages-block .page-wrap .overaly a.more-link {
  margin-bottom: 5px;
  display: inline-block; }

.portfoliomasonry .col-md-masonry {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  width: 20%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  white-space: unset; }

.pfo-inner {
  display: table;
  height: 100%;
  width: 100%; }

.pfo-inner2 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative; }

.pfo-title {
  font-size: 24px;
  display: block; }

.portfoliomasonry .pfo-title {
  color: #fff !important; }

.portfoliomasonry .pfo-title:hover {
  color: #43474d !important; }

.likeheart.pull-right {
  margin-top: 12px; }

.overaly p {
  font-size: 16px; }

.overaly p.p3 {
  font-size: 14px;
  font-style: italic;
  padding-top: 5px; }

.overaly .likeheart {
  position: absolute;
  font-size: 14px;
  bottom: 15px;
  cursor: pointer;
  color: #000; }

.pfo-more {
  display: none; }

.pfo-item.col-md-7 .pfo-more,
.pfo-item.col-md-8 .pfo-more, .pfo-item#primary .pfo-more,
.pfo-item.col-md-9 .pfo-more,
.pfo-item.col-md-10 .pfo-more,
.pfo-item.col-md-11 .pfo-more,
.pfo-item.col-md-12 .pfo-more {
  display: block; }

.overaly a:hover {
  color: #fff; }

.portfolio-fullwidth {
  padding: 0 15px; }

.block_testimonials h2.widgettitle {
  text-align: center; }

ul.menu {
  margin: 0; }

#content-sidebar {
  margin-bottom: 20px; }

@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon/icomoon.eot?6rpttp);
  src: url(../fonts/icomoon/icomoon.eot?#iefix6rpttp) format("embedded-opentype"), url(../fonts/icomoon/icomoon.woff?6rpttp) format("woff"), url(../fonts/icomoon/icomoon.ttf?6rpttp) format("truetype"), url(../fonts/icomoon/icomoon.svg?6rpttp#icomoon) format("svg");
  font-weight: 400;
  font-style: normal; }

[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: icomoon !important;
  line-height: normal;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }

.icon-number:before {
  content: "\e95f"; }

.icon-number2:before {
  content: "\e960"; }

.icon-number3:before {
  content: "\e961"; }

.icon-number4:before {
  content: "\e962"; }

.icon-number5:before {
  content: "\e963"; }

.icon-number6:before {
  content: "\e964"; }

.icon-number7:before {
  content: "\e965"; }

.icon-number8:before {
  content: "\e966"; }

.icon-number9:before {
  content: "\e967"; }

.icon-number10:before {
  content: "\e968"; }

.icon-number11:before {
  content: "\e969"; }

.icon-number12:before {
  content: "\e96a"; }

.icon-number13:before {
  content: "\e96b"; }

.icon-number14:before {
  content: "\e96c"; }

.icon-number15:before {
  content: "\e96d"; }

.icon-number16:before {
  content: "\e96e"; }

.icon-number17:before {
  content: "\e96f"; }

.icon-number18:before {
  content: "\e970"; }

.icon-number19:before {
  content: "\e971"; }

.icon-number20:before {
  content: "\e972"; }

.icon-quote2:before {
  content: "\e973"; }

.icon-quote3:before {
  content: "\e974"; }

.icon-tag:before {
  content: "\e975"; }

.icon-tag2:before {
  content: "\e976"; }

.icon-link:before {
  content: "\e977"; }

.icon-link2:before {
  content: "\e978"; }

.icon-cabinet:before {
  content: "\e979"; }

.icon-cabinet2:before {
  content: "\e97a"; }

.icon-calendar2:before {
  content: "\e97b"; }

.icon-calendar3:before {
  content: "\e97c"; }

.icon-calendar4:before {
  content: "\e97d"; }

.icon-file:before {
  content: "\e97e"; }

.icon-file2:before {
  content: "\e97f"; }

.icon-file3:before {
  content: "\e980"; }

.icon-files:before {
  content: "\e981"; }

.icon-phone2:before {
  content: "\e982"; }

.icon-tablet2:before {
  content: "\e983"; }

.icon-window:before {
  content: "\e984"; }

.icon-monitor:before {
  content: "\e985"; }

.icon-ipod:before {
  content: "\e986"; }

.icon-tv:before {
  content: "\e987"; }

.icon-camera2:before {
  content: "\e988"; }

.icon-camera3:before {
  content: "\e989"; }

.icon-camera4:before {
  content: "\e98a"; }

.icon-film:before {
  content: "\e98b"; }

.icon-film2:before {
  content: "\e98c"; }

.icon-film3:before {
  content: "\e98d"; }

.icon-microphone:before {
  content: "\e98e"; }

.icon-microphone2:before {
  content: "\e98f"; }

.icon-microphone3:before {
  content: "\e990"; }

.icon-drink:before {
  content: "\e991"; }

.icon-drink2:before {
  content: "\e992"; }

.icon-drink3:before {
  content: "\e993"; }

.icon-drink4:before {
  content: "\e994"; }

.icon-coffee:before {
  content: "\e995"; }

.icon-mug:before {
  content: "\e996"; }

.icon-icecream:before {
  content: "\e997"; }

.icon-cake:before {
  content: "\e998"; }

.icon-inbox:before {
  content: "\e999"; }

.icon-download2:before {
  content: "\e99a"; }

.icon-upload2:before {
  content: "\e99b"; }

.icon-inbox2:before {
  content: "\e99c"; }

.icon-checkmark:before {
  content: "\e99d"; }

.icon-checkmark2:before {
  content: "\e99e"; }

.icon-cancel:before {
  content: "\e99f"; }

.icon-cancel2:before {
  content: "\e9a0"; }

.icon-plus:before {
  content: "\e9a1"; }

.icon-plus2:before {
  content: "\e9a2"; }

.icon-minus:before {
  content: "\e9a3"; }

.icon-minus2:before {
  content: "\e9a4"; }

.icon-notice:before {
  content: "\e9a5"; }

.icon-notice2:before {
  content: "\e9a6"; }

.icon-cog:before {
  content: "\e9a7"; }

.icon-cogs:before {
  content: "\e9a8"; }

.icon-cog2:before {
  content: "\e9a9"; }

.icon-warning:before {
  content: "\e9aa"; }

.icon-health:before {
  content: "\e9ab"; }

.icon-suitcase:before {
  content: "\e9ac"; }

.icon-suitcase2:before {
  content: "\e9ad"; }

.icon-suitcase3:before {
  content: "\e9ae"; }

.icon-picture2:before {
  content: "\e9af"; }

.icon-pictures2:before {
  content: "\e9b0"; }

.icon-pictures3:before {
  content: "\e9b1"; }

.icon-android:before {
  content: "\e9b2"; }

.icon-marvin:before {
  content: "\e9b3"; }

.icon-pacman:before {
  content: "\e9b4"; }

.icon-cassette:before {
  content: "\e9b5"; }

.icon-watch:before {
  content: "\e9b6"; }

.icon-chronometer:before {
  content: "\e9b7"; }

.icon-watch2:before {
  content: "\e9b8"; }

.icon-alarmclock2:before {
  content: "\e9b9"; }

.icon-time:before {
  content: "\e9ba"; }

.icon-time2:before {
  content: "\e9bb"; }

.icon-headphones:before {
  content: "\e9bc"; }

.icon-wallet2:before {
  content: "\e9bd"; }

.icon-checkmark3:before {
  content: "\e9be"; }

.icon-cancel3:before {
  content: "\e9bf"; }

.icon-eye:before {
  content: "\e9c0"; }

.icon-position:before {
  content: "\e9c1"; }

.icon-sitemap:before {
  content: "\e9c2"; }

.icon-sitemap2:before {
  content: "\e9c3"; }

.icon-cloud2:before {
  content: "\e9c4"; }

.icon-upload3:before {
  content: "\e9c5"; }

.icon-chart:before {
  content: "\e9c6"; }

.icon-chart2:before {
  content: "\e9c7"; }

.icon-chart3:before {
  content: "\e9c8"; }

.icon-chart4:before {
  content: "\e9c9"; }

.icon-chart5:before {
  content: "\e9ca"; }

.icon-chart6:before {
  content: "\e9cb"; }

.icon-location:before {
  content: "\e9cc"; }

.icon-download3:before {
  content: "\e9cd"; }

.icon-basket2:before {
  content: "\e9ce"; }

.icon-folder:before {
  content: "\e9cf"; }

.icon-gamepad:before {
  content: "\e9d0"; }

.icon-alarm:before {
  content: "\e9d1"; }

.icon-alarm-cancel:before {
  content: "\e9d2"; }

.icon-phone3:before {
  content: "\e9d3"; }

.icon-phone4:before {
  content: "\e9d4"; }

.icon-image:before {
  content: "\e9d5"; }

.icon-open:before {
  content: "\e9d6"; }

.icon-sale:before {
  content: "\e9d7"; }

.icon-direction:before {
  content: "\e9d8"; }

.icon-map2:before {
  content: "\e9d9"; }

.icon-trashcan:before {
  content: "\e9da"; }

.icon-vote:before {
  content: "\e9db"; }

.icon-graduate:before {
  content: "\e9dc"; }

.icon-lab:before {
  content: "\e9dd"; }

.icon-tie:before {
  content: "\e9de"; }

.icon-football:before {
  content: "\e9df"; }

.icon-eightball:before {
  content: "\e9e0"; }

.icon-bowling:before {
  content: "\e9e1"; }

.icon-bowlingpin:before {
  content: "\e9e2"; }

.icon-baseball:before {
  content: "\e9e3"; }

.icon-soccer:before {
  content: "\e9e4"; }

.icon-dglasses:before {
  content: "\e9e5"; }

.icon-microwave:before {
  content: "\e9e6"; }

.icon-refrigerator:before {
  content: "\e9e7"; }

.icon-oven:before {
  content: "\e9e8"; }

.icon-washingmachine:before {
  content: "\e9e9"; }

.icon-mouse:before {
  content: "\e9ea"; }

.icon-smiley:before {
  content: "\e9eb"; }

.icon-sad2:before {
  content: "\e9ec"; }

.icon-mute:before {
  content: "\e9ed"; }

.icon-hand:before {
  content: "\e9ee"; }

.icon-radio:before {
  content: "\e9ef"; }

.icon-satellite:before {
  content: "\e9f0"; }

.icon-medal:before {
  content: "\e9f1"; }

.icon-medal2:before {
  content: "\e9f2"; }

.icon-switch:before {
  content: "\e9f3"; }

.icon-key2:before {
  content: "\e9f4"; }

.icon-cord:before {
  content: "\e9f5"; }

.icon-locked:before {
  content: "\e9f6"; }

.icon-unlocked:before {
  content: "\e9f7"; }

.icon-locked2:before {
  content: "\e9f8"; }

.icon-unlocked2:before {
  content: "\e9f9"; }

.icon-magnifier:before {
  content: "\e9fa"; }

.icon-zoomin:before {
  content: "\e9fb"; }

.icon-zoomout:before {
  content: "\e9fc"; }

.icon-stack:before {
  content: "\e9fd"; }

.icon-stack2:before {
  content: "\e9fe"; }

.icon-stack3:before {
  content: "\e9ff"; }

.icon-davidstar:before {
  content: "\ea00"; }

.icon-cross:before {
  content: "\ea01"; }

.icon-moonandstar:before {
  content: "\ea02"; }

.icon-transformers:before {
  content: "\ea03"; }

.icon-batman:before {
  content: "\ea04"; }

.icon-spaceinvaders:before {
  content: "\ea05"; }

.icon-skeletor:before {
  content: "\ea06"; }

.icon-lamp:before {
  content: "\ea07"; }

.icon-lamp2:before {
  content: "\ea08"; }

.icon-umbrella:before {
  content: "\ea09"; }

.icon-streetlight:before {
  content: "\ea0a"; }

.icon-bomb:before {
  content: "\ea0b"; }

.icon-archive:before {
  content: "\ea0c"; }

.icon-battery:before {
  content: "\ea0d"; }

.icon-battery2:before {
  content: "\ea0e"; }

.icon-battery3:before {
  content: "\ea0f"; }

.icon-battery4:before {
  content: "\ea10"; }

.icon-battery5:before {
  content: "\ea11"; }

.icon-megaphone2:before {
  content: "\ea12"; }

.icon-megaphone3:before {
  content: "\ea13"; }

.icon-patch:before {
  content: "\ea14"; }

.icon-pil:before {
  content: "\ea15"; }

.icon-injection:before {
  content: "\ea16"; }

.icon-thermometer:before {
  content: "\ea17"; }

.icon-lamp3:before {
  content: "\ea18"; }

.icon-lamp4:before {
  content: "\ea19"; }

.icon-lamp5:before {
  content: "\ea1a"; }

.icon-cube:before {
  content: "\ea1b"; }

.icon-box:before {
  content: "\ea1c"; }

.icon-box2:before {
  content: "\ea1d"; }

.icon-diamond:before {
  content: "\ea1e"; }

.icon-bag:before {
  content: "\ea1f"; }

.icon-moneybag:before {
  content: "\ea20"; }

.icon-grid2:before {
  content: "\ea21"; }

.icon-grid3:before {
  content: "\ea22"; }

.icon-list:before {
  content: "\ea23"; }

.icon-list2:before {
  content: "\ea24"; }

.icon-ruler:before {
  content: "\ea25"; }

.icon-ruler2:before {
  content: "\ea26"; }

.icon-layout:before {
  content: "\ea27"; }

.icon-layout2:before {
  content: "\ea28"; }

.icon-layout3:before {
  content: "\ea29"; }

.icon-layout4:before {
  content: "\ea2a"; }

.icon-layout5:before {
  content: "\ea2b"; }

.icon-layout6:before {
  content: "\ea2c"; }

.icon-layout7:before {
  content: "\ea2d"; }

.icon-layout8:before {
  content: "\ea2e"; }

.icon-layout9:before {
  content: "\ea2f"; }

.icon-layout10:before {
  content: "\ea30"; }

.icon-layout11:before {
  content: "\ea31"; }

.icon-layout12:before {
  content: "\ea32"; }

.icon-layout13:before {
  content: "\ea33"; }

.icon-layout14:before {
  content: "\ea34"; }

.icon-tools2:before {
  content: "\ea35"; }

.icon-screwdriver:before {
  content: "\ea36"; }

.icon-paint:before {
  content: "\ea37"; }

.icon-hammer:before {
  content: "\ea38"; }

.icon-brush:before {
  content: "\ea39"; }

.icon-pen:before {
  content: "\ea3a"; }

.icon-chat2:before {
  content: "\ea3b"; }

.icon-comments:before {
  content: "\ea3c"; }

.icon-chat3:before {
  content: "\ea3d"; }

.icon-chat4:before {
  content: "\ea3e"; }

.icon-volume:before {
  content: "\ea3f"; }

.icon-volume2:before {
  content: "\ea40"; }

.icon-volume3:before {
  content: "\ea41"; }

.icon-equalizer:before {
  content: "\ea42"; }

.icon-resize:before {
  content: "\ea43"; }

.icon-resize2:before {
  content: "\ea44"; }

.icon-stretch:before {
  content: "\ea45"; }

.icon-narrow:before {
  content: "\ea46"; }

.icon-resize3:before {
  content: "\ea47"; }

.icon-download4:before {
  content: "\ea48"; }

.icon-calculator:before {
  content: "\ea49"; }

.icon-library:before {
  content: "\ea4a"; }

.icon-auction:before {
  content: "\ea4b"; }

.icon-justice:before {
  content: "\ea4c"; }

.icon-stats:before {
  content: "\ea4d"; }

.icon-stats2:before {
  content: "\ea4e"; }

.icon-attachment2:before {
  content: "\ea4f"; }

.icon-hourglass2:before {
  content: "\ea50"; }

.icon-abacus:before {
  content: "\ea51"; }

.icon-pencil2:before {
  content: "\ea52"; }

.icon-pen2:before {
  content: "\ea53"; }

.icon-pin:before {
  content: "\ea54"; }

.icon-pin2:before {
  content: "\ea55"; }

.icon-discout:before {
  content: "\ea56"; }

.icon-edit2:before {
  content: "\ea57"; }

.icon-scissors2:before {
  content: "\ea58"; }

.icon-profile:before {
  content: "\ea59"; }

.icon-profile2:before {
  content: "\ea5a"; }

.icon-profile3:before {
  content: "\ea5b"; }

.icon-rotate:before {
  content: "\ea5c"; }

.icon-rotate2:before {
  content: "\ea5d"; }

.icon-reply:before {
  content: "\ea5e"; }

.icon-forward:before {
  content: "\ea5f"; }

.icon-retweet:before {
  content: "\ea60"; }

.icon-shuffle:before {
  content: "\ea61"; }

.icon-loop:before {
  content: "\ea62"; }

.icon-crop:before {
  content: "\ea63"; }

.icon-square:before {
  content: "\ea64"; }

.icon-square2:before {
  content: "\ea65"; }

.icon-circle:before {
  content: "\ea66"; }

.icon-dollar:before {
  content: "\ea67"; }

.icon-dollar2:before {
  content: "\ea68"; }

.icon-coins:before {
  content: "\ea69"; }

.icon-pig:before {
  content: "\ea6a"; }

.icon-bookmark:before {
  content: "\ea6b"; }

.icon-bookmark2:before {
  content: "\ea6c"; }

.icon-addressbook:before {
  content: "\ea6d"; }

.icon-addressbook2:before {
  content: "\ea6e"; }

.icon-safe:before {
  content: "\ea6f"; }

.icon-envelope2:before {
  content: "\ea70"; }

.icon-envelope3:before {
  content: "\ea71"; }

.icon-radioactive:before {
  content: "\ea72"; }

.icon-music:before {
  content: "\ea73"; }

.icon-presentation2:before {
  content: "\ea74"; }

.icon-male:before {
  content: "\ea75"; }

.icon-female:before {
  content: "\ea76"; }

.icon-aids:before {
  content: "\ea77"; }

.icon-heart2:before {
  content: "\ea78"; }

.icon-info:before {
  content: "\ea79"; }

.icon-info2:before {
  content: "\ea7a"; }

.icon-piano:before {
  content: "\ea7b"; }

.icon-rain:before {
  content: "\ea7c"; }

.icon-snow:before {
  content: "\ea7d"; }

.icon-lightning:before {
  content: "\ea7e"; }

.icon-sun:before {
  content: "\ea7f"; }

.icon-moon:before {
  content: "\ea80"; }

.icon-cloudy:before {
  content: "\ea81"; }

.icon-cloudy2:before {
  content: "\ea82"; }

.icon-car:before {
  content: "\ea83"; }

.icon-bike2:before {
  content: "\ea84"; }

.icon-truck:before {
  content: "\ea85"; }

.icon-bus:before {
  content: "\ea86"; }

.icon-bike3:before {
  content: "\ea87"; }

.icon-plane:before {
  content: "\ea88"; }

.icon-paperplane:before {
  content: "\ea89"; }

.icon-rocket:before {
  content: "\ea8a"; }

.icon-book:before {
  content: "\ea8b"; }

.icon-book2:before {
  content: "\ea8c"; }

.icon-barcode:before {
  content: "\ea8d"; }

.icon-barcode2:before {
  content: "\ea8e"; }

.icon-expand2:before {
  content: "\ea8f"; }

.icon-collapse:before {
  content: "\ea90"; }

.icon-popout:before {
  content: "\ea91"; }

.icon-popin:before {
  content: "\ea92"; }

.icon-target2:before {
  content: "\ea93"; }

.icon-badge:before {
  content: "\ea94"; }

.icon-badge2:before {
  content: "\ea95"; }

.icon-ticket:before {
  content: "\ea96"; }

.icon-ticket2:before {
  content: "\ea97"; }

.icon-ticket3:before {
  content: "\ea98"; }

.icon-microphone4:before {
  content: "\ea99"; }

.icon-cone:before {
  content: "\ea9a"; }

.icon-blocked:before {
  content: "\ea9b"; }

.icon-stop:before {
  content: "\ea9c"; }

.icon-keyboard:before {
  content: "\ea9d"; }

.icon-keyboard2:before {
  content: "\ea9e"; }

.icon-radio2:before {
  content: "\ea9f"; }

.icon-printer2:before {
  content: "\eaa0"; }

.icon-checked:before {
  content: "\eaa1"; }

.icon-error:before {
  content: "\eaa2"; }

.icon-add:before {
  content: "\eaa3"; }

.icon-minus3:before {
  content: "\eaa4"; }

.icon-alert:before {
  content: "\eaa5"; }

.icon-pictures4:before {
  content: "\eaa6"; }

.icon-atom:before {
  content: "\eaa7"; }

.icon-eyedropper:before {
  content: "\eaa8"; }

.icon-globe2:before {
  content: "\eaa9"; }

.icon-globe3:before {
  content: "\eaaa"; }

.icon-shipping:before {
  content: "\eaab"; }

.icon-yingyang:before {
  content: "\eaac"; }

.icon-compass2:before {
  content: "\eaad"; }

.icon-zip:before {
  content: "\eaae"; }

.icon-zip2:before {
  content: "\eaaf"; }

.icon-anchor2:before {
  content: "\eab0"; }

.icon-lockedheart:before {
  content: "\eab1"; }

.icon-magnet:before {
  content: "\eab2"; }

.icon-navigation:before {
  content: "\eab3"; }

.icon-tags:before {
  content: "\eab4"; }

.icon-heart3:before {
  content: "\eab5"; }

.icon-heart4:before {
  content: "\eab6"; }

.icon-usb:before {
  content: "\eab7"; }

.icon-clipboard2:before {
  content: "\eab8"; }

.icon-clipboard3:before {
  content: "\eab9"; }

.icon-clipboard4:before {
  content: "\eaba"; }

.icon-switch2:before {
  content: "\eabb"; }

.icon-ruler3:before {
  content: "\eabc"; }

.icon-heart5:before {
  content: "\e813"; }

.icon-cloud4:before {
  content: "\e814"; }

.icon-star5:before {
  content: "\e815"; }

.icon-tv2:before {
  content: "\e816"; }

.icon-sound2:before {
  content: "\e817"; }

.icon-video2:before {
  content: "\e818"; }

.icon-trash2:before {
  content: "\e819"; }

.icon-user7:before {
  content: "\e81a"; }

.icon-key4:before {
  content: "\e81b"; }

.icon-search4:before {
  content: "\e81c"; }

.icon-settings3:before {
  content: "\e81d"; }

.icon-camera5:before {
  content: "\e81e"; }

.icon-tag3:before {
  content: "\e81f"; }

.icon-lock4:before {
  content: "\e820"; }

.icon-bulb:before {
  content: "\e821"; }

.icon-pen22:before {
  content: "\e822"; }

.icon-diamond2:before {
  content: "\e823"; }

.icon-display:before {
  content: "\e824"; }

.icon-location3:before {
  content: "\e825"; }

.icon-eye4:before {
  content: "\e826"; }

.icon-bubble3:before {
  content: "\e827"; }

.icon-stack22:before {
  content: "\e828"; }

.icon-cup:before {
  content: "\e829"; }

.icon-phone32:before {
  content: "\e82a"; }

.icon-news:before {
  content: "\e82b"; }

.icon-mail5:before {
  content: "\e82c"; }

.icon-like:before {
  content: "\e82d"; }

.icon-photo:before {
  content: "\e82e"; }

.icon-note:before {
  content: "\e82f"; }

.icon-clock4:before {
  content: "\e830"; }

.icon-paperplane2:before {
  content: "\e831"; }

.icon-params:before {
  content: "\e832"; }

.icon-banknote:before {
  content: "\e833"; }

.icon-data:before {
  content: "\e834"; }

.icon-music3:before {
  content: "\e835"; }

.icon-megaphone4:before {
  content: "\e836"; }

.icon-study:before {
  content: "\e837"; }

.icon-lab2:before {
  content: "\e838"; }

.icon-food2:before {
  content: "\e839"; }

.icon-t-shirt:before {
  content: "\e83a"; }

.icon-fire3:before {
  content: "\e83b"; }

.icon-clip:before {
  content: "\e83c"; }

.icon-shop:before {
  content: "\e83d"; }

.icon-calendar5:before {
  content: "\e83e"; }

.icon-wallet3:before {
  content: "\e83f"; }

.icon-vynil:before {
  content: "\e840"; }

.icon-truck3:before {
  content: "\e841"; }

.icon-world:before {
  content: "\e842"; }

.icon-earth:before {
  content: "\eabd"; }

.icon-clock2:before {
  content: "\eabe"; }

.icon-minus4:before {
  content: "\eabf"; }

.icon-plus3:before {
  content: "\eac0"; }

.icon-cancel4:before {
  content: "\eac1"; }

.icon-question:before {
  content: "\eac2"; }

.icon-comment:before {
  content: "\eac3"; }

.icon-chat5:before {
  content: "\eac4"; }

.icon-speaker:before {
  content: "\eac5"; }

.icon-heart6:before {
  content: "\eac6"; }

.icon-list3:before {
  content: "\eac7"; }

.icon-edit3:before {
  content: "\eac8"; }

.icon-trash:before {
  content: "\eac9"; }

.icon-briefcase2:before {
  content: "\eaca"; }

.icon-newspaper2:before {
  content: "\eacb"; }

.icon-calendar6:before {
  content: "\eacc"; }

.icon-inbox3:before {
  content: "\eacd"; }

.icon-facebook2:before {
  content: "\eace"; }

.icon-googleplus2:before {
  content: "\eacf"; }

.icon-instagram:before {
  content: "\ead0"; }

.icon-contrast:before {
  content: "\ead1"; }

.icon-brightness:before {
  content: "\ead2"; }

.icon-user:before {
  content: "\ead3"; }

.icon-users:before {
  content: "\ead4"; }

.icon-sent:before {
  content: "\ead5"; }

.icon-archive2:before {
  content: "\ead6"; }

.icon-desktop2:before {
  content: "\ead7"; }

.icon-reply2:before {
  content: "\ead8"; }

.icon-popup:before {
  content: "\ead9"; }

.icon-grid4:before {
  content: "\eada"; }

.icon-email:before {
  content: "\eadb"; }

.icon-tag4:before {
  content: "\eadc"; }

.icon-film4:before {
  content: "\eadd"; }

.icon-share:before {
  content: "\eade"; }

.icon-picture3:before {
  content: "\eadf"; }

.icon-frame:before {
  content: "\eae0"; }

.icon-wand:before {
  content: "\eae1"; }

.icon-mobile2:before {
  content: "\eae2"; }

.icon-crop2:before {
  content: "\eae3"; }

.icon-marquee:before {
  content: "\eae4"; }

.icon-locked3:before {
  content: "\eae5"; }

.icon-pin3:before {
  content: "\eae6"; }

.icon-zoomin2:before {
  content: "\eae7"; }

.icon-zoomout2:before {
  content: "\eae8"; }

.icon-search2:before {
  content: "\eae9"; }

.icon-home:before {
  content: "\eaea"; }

.icon-cart:before {
  content: "\eaeb"; }

.icon-camera6:before {
  content: "\eaec"; }

.icon-compass3:before {
  content: "\eaed"; }

.icon-cloud3:before {
  content: "\eaee"; }

.icon-chat6:before {
  content: "\eaef"; }

.icon-chat-alt-stroke:before {
  content: "\eaf0"; }

.icon-chat-alt-fill:before {
  content: "\eaf1"; }

.icon-comment-alt1-stroke:before {
  content: "\eaf2"; }

.icon-comment2:before {
  content: "\eaf3"; }

.icon-comment-stroke:before {
  content: "\eaf4"; }

.icon-comment-fill:before {
  content: "\eaf5"; }

.icon-comment-alt2-stroke:before {
  content: "\eaf6"; }

.icon-comment-alt2-fill:before {
  content: "\eaf7"; }

.icon-checkmark4:before {
  content: "\eaf8"; }

.icon-check-alt:before {
  content: "\eaf9"; }

.icon-x:before {
  content: "\eafa"; }

.icon-x-altx-alt:before {
  content: "\eafb"; }

.icon-denied:before {
  content: "\eafc"; }

.icon-cursor:before {
  content: "\eafd"; }

.icon-rss2:before {
  content: "\eafe"; }

.icon-rss-alt:before {
  content: "\eaff"; }

.icon-wrench:before {
  content: "\eb00"; }

.icon-dial2:before {
  content: "\eb01"; }

.icon-cog3:before {
  content: "\eb02"; }

.icon-calendar7:before {
  content: "\eb03"; }

.icon-calendar-alt-stroke:before {
  content: "\eb04"; }

.icon-calendar-alt-fill:before {
  content: "\eb05"; }

.icon-share2:before {
  content: "\eb06"; }

.icon-mail:before {
  content: "\eb07"; }

.icon-heart-stroke:before {
  content: "\eb08"; }

.icon-heart-fill:before {
  content: "\eb09"; }

.icon-movie:before {
  content: "\eb0a"; }

.icon-document-alt-stroke:before {
  content: "\eb0b"; }

.icon-document-alt-fill:before {
  content: "\eb0c"; }

.icon-document-stroke:before {
  content: "\eb0d"; }

.icon-document-fill:before {
  content: "\eb0e"; }

.icon-plus4:before {
  content: "\eb0f"; }

.icon-plus-alt:before {
  content: "\eb10"; }

.icon-minus5:before {
  content: "\eb11"; }

.icon-minus-alt:before {
  content: "\eb12"; }

.icon-pin4:before {
  content: "\eb13"; }

.icon-link3:before {
  content: "\eb14"; }

.icon-bolt:before {
  content: "\eb15"; }

.icon-move:before {
  content: "\eb16"; }

.icon-move-alt1:before {
  content: "\eb17"; }

.icon-move-alt2:before {
  content: "\eb18"; }

.icon-equalizer2:before {
  content: "\eb19"; }

.icon-award-fill:before {
  content: "\eb1a"; }

.icon-award-stroke:before {
  content: "\eb1b"; }

.icon-magnifying-glass2:before {
  content: "\eb1c"; }

.icon-trash-stroke:before {
  content: "\eb1d"; }

.icon-trash-fill:before {
  content: "\eb1e"; }

.icon-beaker-alt:before {
  content: "\eb1f"; }

.icon-beaker2:before {
  content: "\eb20"; }

.icon-key-stroke:before {
  content: "\eb21"; }

.icon-key-fill:before {
  content: "\eb22"; }

.icon-new-window:before {
  content: "\eb23"; }

.icon-lightbulb2:before {
  content: "\eb24"; }

.icon-spin-alt:before {
  content: "\eb25"; }

.icon-spin:before {
  content: "\eb26"; }

.icon-curved-arrow:before {
  content: "\eb27"; }

.icon-undo:before {
  content: "\eb28"; }

.icon-reload:before {
  content: "\eb29"; }

.icon-reload-alt:before {
  content: "\eb2a"; }

.icon-loop2:before {
  content: "\eb2b"; }

.icon-loop-alt1:before {
  content: "\eb2c"; }

.icon-loop-alt2:before {
  content: "\eb2d"; }

.icon-loop-alt3:before {
  content: "\eb2e"; }

.icon-loop-alt4:before {
  content: "\eb2f"; }

.icon-transfer:before {
  content: "\eb30"; }

.icon-move-vertical:before {
  content: "\eb31"; }

.icon-move-vertical-alt1:before {
  content: "\eb32"; }

.icon-move-vertical-alt2:before {
  content: "\eb33"; }

.icon-move-horizontal:before {
  content: "\eb34"; }

.icon-move-horizontal-alt1:before {
  content: "\eb35"; }

.icon-move-horizontal-alt2:before {
  content: "\eb36"; }

.icon-arrow-left:before {
  content: "\eb37"; }

.icon-arrow-left-alt1:before {
  content: "\eb38"; }

.icon-arrow-left-alt2:before {
  content: "\eb39"; }

.icon-arrow-right:before {
  content: "\eb3a"; }

.icon-arrow-right-alt1:before {
  content: "\eb3b"; }

.icon-arrow-right-alt2:before {
  content: "\eb3c"; }

.icon-arrow-up:before {
  content: "\eb3d"; }

.icon-arrow-up-alt1:before {
  content: "\eb3e"; }

.icon-arrow-up-alt2:before {
  content: "\eb3f"; }

.icon-arrow-down:before {
  content: "\eb40"; }

.icon-arrow-down-alt1:before {
  content: "\eb41"; }

.icon-arrow-down-alt2:before {
  content: "\eb42"; }

.icon-cd:before {
  content: "\eb43"; }

.icon-steering-wheel:before {
  content: "\eb44"; }

.icon-microphone5:before {
  content: "\eb45"; }

.icon-headphones2:before {
  content: "\eb46"; }

.icon-volume4:before {
  content: "\eb47"; }

.icon-volume-mute:before {
  content: "\eb48"; }

.icon-play:before {
  content: "\eb49"; }

.icon-pause:before {
  content: "\eb4a"; }

.icon-stop2:before {
  content: "\eb4b"; }

.icon-eject:before {
  content: "\eb4c"; }

.icon-first:before {
  content: "\eb4d"; }

.icon-last:before {
  content: "\eb4e"; }

.icon-play-alt:before {
  content: "\eb4f"; }

.icon-fullscreen-exit:before {
  content: "\eb50"; }

.icon-fullscreen-exit-alt:before {
  content: "\eb51"; }

.icon-fullscreen:before {
  content: "\eb52"; }

.icon-fullscreen-alt:before {
  content: "\eb53"; }

.icon-iphone:before {
  content: "\eb54"; }

.icon-battery-empty:before {
  content: "\eb55"; }

.icon-battery-half:before {
  content: "\eb56"; }

.icon-battery-full:before {
  content: "\eb57"; }

.icon-battery-charging:before {
  content: "\eb58"; }

.icon-compass4:before {
  content: "\eb59"; }

.icon-box3:before {
  content: "\eb5a"; }

.icon-folder-stroke:before {
  content: "\eb5b"; }

.icon-folder-fill:before {
  content: "\eb5c"; }

.icon-at:before {
  content: "\eb5d"; }

.icon-ampersand:before {
  content: "\eb5e"; }

.icon-info3:before {
  content: "\eb5f"; }

.icon-question-mark:before {
  content: "\eb60"; }

.icon-pilcrow:before {
  content: "\eb61"; }

.icon-hash:before {
  content: "\eb62"; }

.icon-left-quote:before {
  content: "\eb63"; }

.icon-right-quote:before {
  content: "\eb64"; }

.icon-left-quote-alt:before {
  content: "\eb65"; }

.icon-right-quote-alt:before {
  content: "\eb66"; }

.icon-article:before {
  content: "\eb67"; }

.icon-read-more:before {
  content: "\eb68"; }

.icon-list4:before {
  content: "\eb69"; }

.icon-list-nested:before {
  content: "\eb6a"; }

.icon-book3:before {
  content: "\eb6b"; }

.icon-book-alt:before {
  content: "\eb6c"; }

.icon-book-alt2:before {
  content: "\eb6d"; }

.icon-pen3:before {
  content: "\eb6e"; }

.icon-pen-alt-stroke:before {
  content: "\eb6f"; }

.icon-pen-alt-fill:before {
  content: "\eb70"; }

.icon-pen-alt2:before {
  content: "\eb71"; }

.icon-brush2:before {
  content: "\eb72"; }

.icon-brush-alt:before {
  content: "\eb73"; }

.icon-eyedropper2:before {
  content: "\eb74"; }

.icon-layers-alt:before {
  content: "\eb75"; }

.icon-layers2:before {
  content: "\eb76"; }

.icon-image2:before {
  content: "\eb77"; }

.icon-camera7:before {
  content: "\eb78"; }

.icon-aperture2:before {
  content: "\eb79"; }

.icon-aperture-alt:before {
  content: "\eb7a"; }

.icon-chart7:before {
  content: "\eb7b"; }

.icon-chart-alt:before {
  content: "\eb7c"; }

.icon-bars:before {
  content: "\eb7d"; }

.icon-bars-alt:before {
  content: "\eb7e"; }

.icon-eye2:before {
  content: "\eb7f"; }

.icon-user2:before {
  content: "\eb80"; }

.icon-home2:before {
  content: "\eb81"; }

.icon-clock3:before {
  content: "\eb82"; }

.icon-lock-stroke:before {
  content: "\eb83"; }

.icon-lock-fill:before {
  content: "\eb84"; }

.icon-unlock-stroke:before {
  content: "\eb85"; }

.icon-unlock-fill:before {
  content: "\eb86"; }

.icon-tag-stroke:before {
  content: "\eb87"; }

.icon-tag-fill:before {
  content: "\eb88"; }

.icon-sun-stroke:before {
  content: "\eb89"; }

.icon-sun-fill:before {
  content: "\eb8a"; }

.icon-moon-stroke:before {
  content: "\eb8b"; }

.icon-moon-fill:before {
  content: "\eb8c"; }

.icon-cloud5:before {
  content: "\eb8d"; }

.icon-rain2:before {
  content: "\eb8e"; }

.icon-umbrella2:before {
  content: "\eb8f"; }

.icon-star:before {
  content: "\eb90"; }

.icon-map-pin-stroke:before {
  content: "\eb91"; }

.icon-map-pin-fill:before {
  content: "\eb92"; }

.icon-map-pin-alt:before {
  content: "\eb93"; }

.icon-target3:before {
  content: "\eb94"; }

.icon-download5:before {
  content: "\eb95"; }

.icon-upload4:before {
  content: "\eb96"; }

.icon-cloud-download:before {
  content: "\eb97"; }

.icon-cloud-upload:before {
  content: "\eb98"; }

.icon-fork:before {
  content: "\eb99"; }

.icon-paperclip2:before {
  content: "\eb9a"; }

.icon-sunrise:before {
  content: "\eb9b"; }

.icon-sun2:before {
  content: "\eb9c"; }

.icon-moon2:before {
  content: "\eb9d"; }

.icon-sun3:before {
  content: "\eb9e"; }

.icon-windy:before {
  content: "\eb9f"; }

.icon-wind:before {
  content: "\eba0"; }

.icon-snowflake:before {
  content: "\eba1"; }

.icon-cloudy3:before {
  content: "\eba2"; }

.icon-cloud6:before {
  content: "\eba3"; }

.icon-weather:before {
  content: "\eba4"; }

.icon-weather2:before {
  content: "\eba5"; }

.icon-weather3:before {
  content: "\eba6"; }

.icon-lines:before {
  content: "\eba7"; }

.icon-cloud7:before {
  content: "\eba8"; }

.icon-lightning2:before {
  content: "\eba9"; }

.icon-lightning3:before {
  content: "\ebaa"; }

.icon-rainy:before {
  content: "\ebab"; }

.icon-rainy2:before {
  content: "\ebac"; }

.icon-windy2:before {
  content: "\ebad"; }

.icon-windy3:before {
  content: "\ebae"; }

.icon-snowy:before {
  content: "\ebaf"; }

.icon-snowy2:before {
  content: "\ebb0"; }

.icon-snowy3:before {
  content: "\ebb1"; }

.icon-weather4:before {
  content: "\ebb2"; }

.icon-cloudy4:before {
  content: "\ebb3"; }

.icon-cloud8:before {
  content: "\ebb4"; }

.icon-lightning4:before {
  content: "\ebb5"; }

.icon-sun4:before {
  content: "\ebb6"; }

.icon-moon3:before {
  content: "\ebb7"; }

.icon-cloudy5:before {
  content: "\ebb8"; }

.icon-cloud9:before {
  content: "\ebb9"; }

.icon-cloud10:before {
  content: "\ebba"; }

.icon-lightning5:before {
  content: "\ebbb"; }

.icon-rainy3:before {
  content: "\ebbc"; }

.icon-rainy4:before {
  content: "\ebbd"; }

.icon-windy4:before {
  content: "\ebbe"; }

.icon-windy5:before {
  content: "\ebbf"; }

.icon-snowy4:before {
  content: "\ebc0"; }

.icon-snowy5:before {
  content: "\ebc1"; }

.icon-weather5:before {
  content: "\ebc2"; }

.icon-cloudy6:before {
  content: "\ebc3"; }

.icon-lightning6:before {
  content: "\ebc4"; }

.icon-thermometer2:before {
  content: "\ebc5"; }

.icon-compass5:before {
  content: "\ebc6"; }

.icon-none:before {
  content: "\ebc7"; }

.icon-Celsius:before {
  content: "\ebc8"; }

.icon-Fahrenheit:before {
  content: "\ebc9"; }

.icon-warning2:before {
  content: "\ebca"; }

.icon-cloud11:before {
  content: "\ebcb"; }

.icon-locked4:before {
  content: "\ebcc"; }

.icon-inbox4:before {
  content: "\ebcd"; }

.icon-comment3:before {
  content: "\ebce"; }

.icon-mic2:before {
  content: "\ebcf"; }

.icon-envelope4:before {
  content: "\ebd0"; }

.icon-briefcase3:before {
  content: "\ebd1"; }

.icon-cart2:before {
  content: "\ebd2"; }

.icon-contrast2:before {
  content: "\ebd3"; }

.icon-clock5:before {
  content: "\ebd4"; }

.icon-user3:before {
  content: "\ebd5"; }

.icon-cog4:before {
  content: "\ebd6"; }

.icon-music2:before {
  content: "\ebd7"; }

.icon-twitter2:before {
  content: "\ebd8"; }

.icon-pencil3:before {
  content: "\ebd9"; }

.icon-frame2:before {
  content: "\ebda"; }

.icon-switch3:before {
  content: "\ebdb"; }

.icon-star2:before {
  content: "\ebdc"; }

.icon-key3:before {
  content: "\ebdd"; }

.icon-chart8:before {
  content: "\ebde"; }

.icon-apple:before {
  content: "\ebdf"; }

.icon-file4:before {
  content: "\ebe0"; }

.icon-plus5:before {
  content: "\ebe1"; }

.icon-minus6:before {
  content: "\ebe2"; }

.icon-picture4:before {
  content: "\ebe3"; }

.icon-folder2:before {
  content: "\ebe4"; }

.icon-camera8:before {
  content: "\ebe5"; }

.icon-search3:before {
  content: "\ebe6"; }

.icon-dribbble2:before {
  content: "\ebe7"; }

.icon-forrst:before {
  content: "\ebe8"; }

.icon-feed:before {
  content: "\ebe9"; }

.icon-blocked2:before {
  content: "\ebea"; }

.icon-target4:before {
  content: "\ebeb"; }

.icon-play2:before {
  content: "\ebec"; }

.icon-pause2:before {
  content: "\ebed"; }

.icon-bug:before {
  content: "\ebee"; }

.icon-console:before {
  content: "\ebef"; }

.icon-film5:before {
  content: "\ebf0"; }

.icon-type:before {
  content: "\ebf1"; }

.icon-home3:before {
  content: "\ebf2"; }

.icon-earth2:before {
  content: "\ebf3"; }

.icon-location2:before {
  content: "\ebf4"; }

.icon-info4:before {
  content: "\ebf5"; }

.icon-eye3:before {
  content: "\ebf6"; }

.icon-heart7:before {
  content: "\ebf7"; }

.icon-bookmark3:before {
  content: "\ebf8"; }

.icon-wrench2:before {
  content: "\ebf9"; }

.icon-calendar8:before {
  content: "\ebfa"; }

.icon-window2:before {
  content: "\ebfb"; }

.icon-monitor2:before {
  content: "\ebfc"; }

.icon-mobile3:before {
  content: "\ebfd"; }

.icon-droplet:before {
  content: "\ebfe"; }

.icon-mouse2:before {
  content: "\ebff"; }

.icon-refresh2:before {
  content: "\ec00"; }

.icon-location4:before {
  content: "\ec01"; }

.icon-tag5:before {
  content: "\ec02"; }

.icon-phone5:before {
  content: "\ec03"; }

.icon-star3:before {
  content: "\ec04"; }

.icon-pointer:before {
  content: "\ec05"; }

.icon-thumbsup:before {
  content: "\ec06"; }

.icon-thumbsdown:before {
  content: "\ec07"; }

.icon-headphones3:before {
  content: "\ec08"; }

.icon-move2:before {
  content: "\ec09"; }

.icon-checkmark5:before {
  content: "\ec0a"; }

.icon-cancel5:before {
  content: "\ec0b"; }

.icon-skype:before {
  content: "\ec0c"; }

.icon-gift2:before {
  content: "\ec0d"; }

.icon-cone2:before {
  content: "\ec0e"; }

.icon-alarm2:before {
  content: "\ec0f"; }

.icon-coffee2:before {
  content: "\ec10"; }

.icon-basket3:before {
  content: "\ec11"; }

.icon-flag2:before {
  content: "\ec12"; }

.icon-ipod2:before {
  content: "\ec13"; }

.icon-trashcan2:before {
  content: "\ec14"; }

.icon-bolt2:before {
  content: "\ec15"; }

.icon-ampersand2:before {
  content: "\ec16"; }

.icon-compass6:before {
  content: "\ec17"; }

.icon-list5:before {
  content: "\ec18"; }

.icon-grid5:before {
  content: "\ec19"; }

.icon-volume5:before {
  content: "\ec1a"; }

.icon-volume6:before {
  content: "\ec1b"; }

.icon-stats3:before {
  content: "\ec1c"; }

.icon-target5:before {
  content: "\ec1d"; }

.icon-forward2:before {
  content: "\ec1e"; }

.icon-paperclip3:before {
  content: "\ec1f"; }

.icon-keyboard3:before {
  content: "\ec20"; }

.icon-crop3:before {
  content: "\ec21"; }

.icon-floppy:before {
  content: "\ec22"; }

.icon-filter:before {
  content: "\ec23"; }

.icon-trophy2:before {
  content: "\ec24"; }

.icon-diary:before {
  content: "\ec25"; }

.icon-addressbook3:before {
  content: "\ec26"; }

.icon-stop3:before {
  content: "\ec27"; }

.icon-smiley2:before {
  content: "\ec28"; }

.icon-shit:before {
  content: "\ec29"; }

.icon-bookmark4:before {
  content: "\ec2a"; }

.icon-camera9:before {
  content: "\ec2b"; }

.icon-lamp6:before {
  content: "\ec2c"; }

.icon-disk:before {
  content: "\ec2d"; }

.icon-button:before {
  content: "\ec2e"; }

.icon-database:before {
  content: "\ec2f"; }

.icon-creditcard:before {
  content: "\ec30"; }

.icon-atom2:before {
  content: "\ec31"; }

.icon-winsows:before {
  content: "\ec32"; }

.icon-target6:before {
  content: "\ec33"; }

.icon-battery6:before {
  content: "\ec34"; }

.icon-code:before {
  content: "\ec35"; }

.icon-home22:before {
  content: "\e600"; }

.icon-home32:before {
  content: "\e601"; }

.icon-home4:before {
  content: "\e602"; }

.icon-office:before {
  content: "\e603"; }

.icon-newspaper3:before {
  content: "\e604"; }

.icon-pencil22:before {
  content: "\e605"; }

.icon-pencil32:before {
  content: "\e606"; }

.icon-quill:before {
  content: "\e607"; }

.icon-pen4:before {
  content: "\e608"; }

.icon-blog:before {
  content: "\e609"; }

.icon-droplet2:before {
  content: "\e60a"; }

.icon-paint-format:before {
  content: "\e60b"; }

.icon-image3:before {
  content: "\e60c"; }

.icon-image22:before {
  content: "\e60d"; }

.icon-images:before {
  content: "\e60e"; }

.icon-camera22:before {
  content: "\e60f"; }

.icon-music22:before {
  content: "\e610"; }

.icon-headphones22:before {
  content: "\e611"; }

.icon-play22:before {
  content: "\e612"; }

.icon-film22:before {
  content: "\e613"; }

.icon-camera32:before {
  content: "\e614"; }

.icon-dice:before {
  content: "\e615"; }

.icon-pacman2:before {
  content: "\e616"; }

.icon-spades:before {
  content: "\e617"; }

.icon-clubs:before {
  content: "\e618"; }

.icon-diamonds:before {
  content: "\e619"; }

.icon-pawn:before {
  content: "\e61a"; }

.icon-bullhorn2:before {
  content: "\e61b"; }

.icon-connection:before {
  content: "\e61c"; }

.icon-podcast:before {
  content: "\e61d"; }

.icon-feed2:before {
  content: "\e61e"; }

.icon-book22:before {
  content: "\e61f"; }

.icon-books:before {
  content: "\e620"; }

.icon-library2:before {
  content: "\e621"; }

.icon-file22:before {
  content: "\e622"; }

.icon-profile4:before {
  content: "\e623"; }

.icon-file32:before {
  content: "\e624"; }

.icon-file42:before {
  content: "\e625"; }

.icon-file5:before {
  content: "\e626"; }

.icon-copy2:before {
  content: "\e627"; }

.icon-copy3:before {
  content: "\e628"; }

.icon-copy4:before {
  content: "\e629"; }

.icon-paste2:before {
  content: "\e62a"; }

.icon-paste3:before {
  content: "\e62b"; }

.icon-paste4:before {
  content: "\e62c"; }

.icon-stack4:before {
  content: "\e62d"; }

.icon-folder22:before {
  content: "\e62e"; }

.icon-folder-open2:before {
  content: "\e62f"; }

.icon-tag22:before {
  content: "\e630"; }

.icon-tags2:before {
  content: "\e631"; }

.icon-barcode22:before {
  content: "\e632"; }

.icon-qrcode2:before {
  content: "\e633"; }

.icon-ticket22:before {
  content: "\e634"; }

.icon-cart3:before {
  content: "\e635"; }

.icon-cart22:before {
  content: "\e636"; }

.icon-cart32:before {
  content: "\e637"; }

.icon-coin:before {
  content: "\e638"; }

.icon-credit:before {
  content: "\e639"; }

.icon-calculate:before {
  content: "\e63a"; }

.icon-support:before {
  content: "\e63b"; }

.icon-phone22:before {
  content: "\e63c"; }

.icon-phone-hang-up:before {
  content: "\e63d"; }

.icon-address-book:before {
  content: "\e63e"; }

.icon-notebook2:before {
  content: "\e63f"; }

.icon-envelope22:before {
  content: "\e640"; }

.icon-pushpin:before {
  content: "\e641"; }

.icon-location5:before {
  content: "\e642"; }

.icon-location22:before {
  content: "\e643"; }

.icon-compass22:before {
  content: "\e644"; }

.icon-map3:before {
  content: "\e645"; }

.icon-map22:before {
  content: "\e646"; }

.icon-history:before {
  content: "\e647"; }

.icon-clock6:before {
  content: "\e648"; }

.icon-clock22:before {
  content: "\e649"; }

.icon-alarm3:before {
  content: "\e64a"; }

.icon-alarm22:before {
  content: "\e64b"; }

.icon-bell2:before {
  content: "\e64c"; }

.icon-stopwatch:before {
  content: "\e64d"; }

.icon-calendar22:before {
  content: "\e64e"; }

.icon-calendar32:before {
  content: "\e64f"; }

.icon-print2:before {
  content: "\e650"; }

.icon-keyboard4:before {
  content: "\e651"; }

.icon-screen:before {
  content: "\e652"; }

.icon-laptop2:before {
  content: "\e653"; }

.icon-mobile4:before {
  content: "\e654"; }

.icon-mobile22:before {
  content: "\e655"; }

.icon-tablet22:before {
  content: "\e656"; }

.icon-tv3:before {
  content: "\e657"; }

.icon-cabinet3:before {
  content: "\e658"; }

.icon-drawer:before {
  content: "\e659"; }

.icon-drawer2:before {
  content: "\e65a"; }

.icon-drawer3:before {
  content: "\e65b"; }

.icon-box-add:before {
  content: "\e65c"; }

.icon-box-remove:before {
  content: "\e65d"; }

.icon-download22:before {
  content: "\e65e"; }

.icon-upload22:before {
  content: "\e65f"; }

.icon-disk2:before {
  content: "\e660"; }

.icon-storage:before {
  content: "\e661"; }

.icon-undo2:before {
  content: "\e662"; }

.icon-redo:before {
  content: "\e663"; }

.icon-flip:before {
  content: "\e664"; }

.icon-flip2:before {
  content: "\e665"; }

.icon-undo22:before {
  content: "\e666"; }

.icon-redo2:before {
  content: "\e667"; }

.icon-forward22:before {
  content: "\e668"; }

.icon-reply3:before {
  content: "\e669"; }

.icon-bubble:before {
  content: "\e66a"; }

.icon-bubbles:before {
  content: "\e66b"; }

.icon-bubbles2:before {
  content: "\e66c"; }

.icon-bubble2:before {
  content: "\e66d"; }

.icon-bubbles3:before {
  content: "\e66e"; }

.icon-bubbles4:before {
  content: "\e66f"; }

.icon-user22:before {
  content: "\e670"; }

.icon-users2:before {
  content: "\e671"; }

.icon-user32:before {
  content: "\e672"; }

.icon-users22:before {
  content: "\e673"; }

.icon-user4:before {
  content: "\e674"; }

.icon-user5:before {
  content: "\e675"; }

.icon-quotes-left:before {
  content: "\e676"; }

.icon-busy:before {
  content: "\e677"; }

.icon-spinner2:before {
  content: "\e678"; }

.icon-spinner3:before {
  content: "\e679"; }

.icon-spinner4:before {
  content: "\e67a"; }

.icon-spinner5:before {
  content: "\e67b"; }

.icon-spinner6:before {
  content: "\e67c"; }

.icon-spinner7:before {
  content: "\e67d"; }

.icon-binoculars:before {
  content: "\e67e"; }

.icon-search22:before {
  content: "\e67f"; }

.icon-zoomin3:before {
  content: "\e680"; }

.icon-zoomout3:before {
  content: "\e681"; }

.icon-expand22:before {
  content: "\e682"; }

.icon-contract:before {
  content: "\e683"; }

.icon-expand3:before {
  content: "\e684"; }

.icon-contract2:before {
  content: "\e685"; }

.icon-key22:before {
  content: "\e686"; }

.icon-key32:before {
  content: "\e687"; }

.icon-lock2:before {
  content: "\e688"; }

.icon-lock3:before {
  content: "\e689"; }

.icon-unlocked3:before {
  content: "\e68a"; }

.icon-wrench22:before {
  content: "\e68b"; }

.icon-settings:before {
  content: "\e68c"; }

.icon-equalizer3:before {
  content: "\e68d"; }

.icon-cog5:before {
  content: "\e68e"; }

.icon-cogs2:before {
  content: "\e68f"; }

.icon-cog22:before {
  content: "\e690"; }

.icon-hammer2:before {
  content: "\e691"; }

.icon-wand2:before {
  content: "\e692"; }

.icon-aid:before {
  content: "\e693"; }

.icon-bug2:before {
  content: "\e694"; }

.icon-pie:before {
  content: "\e695"; }

.icon-stats4:before {
  content: "\e696"; }

.icon-bars2:before {
  content: "\e697"; }

.icon-bars3:before {
  content: "\e698"; }

.icon-gift22:before {
  content: "\e699"; }

.icon-trophy22:before {
  content: "\e69a"; }

.icon-glass2:before {
  content: "\e69b"; }

.icon-mug2:before {
  content: "\e69c"; }

.icon-food:before {
  content: "\e69d"; }

.icon-leaf2:before {
  content: "\e69e"; }

.icon-rocket2:before {
  content: "\e69f"; }

.icon-meter:before {
  content: "\e6a0"; }

.icon-meter2:before {
  content: "\e6a1"; }

.icon-dashboard2:before {
  content: "\e6a2"; }

.icon-hammer22:before {
  content: "\e6a3"; }

.icon-fire2:before {
  content: "\e6a4"; }

.icon-lab3:before {
  content: "\e6a5"; }

.icon-magnet2:before {
  content: "\e6a6"; }

.icon-remove:before {
  content: "\e6a7"; }

.icon-remove2:before {
  content: "\e6a8"; }

.icon-briefcase22:before {
  content: "\e6a9"; }

.icon-airplane:before {
  content: "\e6aa"; }

.icon-truck2:before {
  content: "\e6ab"; }

.icon-road2:before {
  content: "\e6ac"; }

.icon-accessibility:before {
  content: "\e6ad"; }

.icon-target7:before {
  content: "\e6ae"; }

.icon-shield2:before {
  content: "\e6af"; }

.icon-lightning7:before {
  content: "\e6b0"; }

.icon-switch4:before {
  content: "\e6b1"; }

.icon-powercord:before {
  content: "\e6b2"; }

.icon-signup:before {
  content: "\e6b3"; }

.icon-list22:before {
  content: "\e6b4"; }

.icon-list32:before {
  content: "\e6b5"; }

.icon-numbered-list:before {
  content: "\e6b6"; }

.icon-menu:before {
  content: "\e6b7"; }

.icon-menu2:before {
  content: "\e6b8"; }

.icon-tree:before {
  content: "\e6b9"; }

.icon-cloud22:before {
  content: "\e6ba"; }

.icon-cloud-download2:before {
  content: "\e6bb"; }

.icon-cloud-upload2:before {
  content: "\e6bc"; }

.icon-download32:before {
  content: "\e6bd"; }

.icon-upload32:before {
  content: "\e6be"; }

.icon-download42:before {
  content: "\e6bf"; }

.icon-upload42:before {
  content: "\e6c0"; }

.icon-globe22:before {
  content: "\e6c1"; }

.icon-earth3:before {
  content: "\e6c2"; }

.icon-link4:before {
  content: "\e6c3"; }

.icon-flag22:before {
  content: "\e6c4"; }

.icon-attachment3:before {
  content: "\e6c5"; }

.icon-eye22:before {
  content: "\e6c6"; }

.icon-eye-blocked:before {
  content: "\e6c7"; }

.icon-eye32:before {
  content: "\e6c8"; }

.icon-bookmark22:before {
  content: "\e6c9"; }

.icon-bookmarks:before {
  content: "\e6ca"; }

.icon-brightness-medium:before {
  content: "\e6cb"; }

.icon-brightness-contrast:before {
  content: "\e6cc"; }

.icon-contrast3:before {
  content: "\e6cd"; }

.icon-star22:before {
  content: "\e6ce"; }

.icon-star32:before {
  content: "\e6cf"; }

.icon-star4:before {
  content: "\e6d0"; }

.icon-heart22:before {
  content: "\e6d1"; }

.icon-heart32:before {
  content: "\e6d2"; }

.icon-heart-broken:before {
  content: "\e6d3"; }

.icon-thumbs-up2:before {
  content: "\e6d4"; }

.icon-thumbs-up3:before {
  content: "\e6d5"; }

.icon-happy2:before {
  content: "\e6d6"; }

.icon-happy22:before {
  content: "\e6d7"; }

.icon-smiley3:before {
  content: "\e6d8"; }

.icon-smiley22:before {
  content: "\e6d9"; }

.icon-tongue:before {
  content: "\e6da"; }

.icon-tongue2:before {
  content: "\e6db"; }

.icon-sad3:before {
  content: "\e6dc"; }

.icon-sad22:before {
  content: "\e6dd"; }

.icon-wink:before {
  content: "\e6de"; }

.icon-wink2:before {
  content: "\e6df"; }

.icon-grin:before {
  content: "\e6e0"; }

.icon-grin2:before {
  content: "\e6e1"; }

.icon-cool:before {
  content: "\e6e2"; }

.icon-cool2:before {
  content: "\e6e3"; }

.icon-angry:before {
  content: "\e6e4"; }

.icon-angry2:before {
  content: "\e6e5"; }

.icon-evil:before {
  content: "\e6e6"; }

.icon-evil2:before {
  content: "\e6e7"; }

.icon-shocked:before {
  content: "\e6e8"; }

.icon-shocked2:before {
  content: "\e6e9"; }

.icon-confused:before {
  content: "\e6ea"; }

.icon-confused2:before {
  content: "\e6eb"; }

.icon-neutral:before {
  content: "\e6ec"; }

.icon-neutral2:before {
  content: "\e6ed"; }

.icon-wondering:before {
  content: "\e6ee"; }

.icon-wondering2:before {
  content: "\e6ef"; }

.icon-point-up:before {
  content: "\e6f0"; }

.icon-point-right:before {
  content: "\e6f1"; }

.icon-point-down:before {
  content: "\e6f2"; }

.icon-point-left:before {
  content: "\e6f3"; }

.icon-warning22:before {
  content: "\e6f4"; }

.icon-notification:before {
  content: "\e6f5"; }

.icon-question2:before {
  content: "\e6f6"; }

.icon-info22:before {
  content: "\e6f7"; }

.icon-info32:before {
  content: "\e6f8"; }

.icon-blocked3:before {
  content: "\e6f9"; }

.icon-cancel-circle:before {
  content: "\e6fa"; }

.icon-checkmark-circle:before {
  content: "\e6fb"; }

.icon-spam:before {
  content: "\e6fc"; }

.icon-close:before {
  content: "\e6fd"; }

.icon-checkmark6:before {
  content: "\e6fe"; }

.icon-checkmark22:before {
  content: "\e6ff"; }

.icon-spell-check:before {
  content: "\e700"; }

.icon-minus22:before {
  content: "\e701"; }

.icon-plus22:before {
  content: "\e702"; }

.icon-enter:before {
  content: "\e703"; }

.icon-exit:before {
  content: "\e704"; }

.icon-play3:before {
  content: "\e705"; }

.icon-pause22:before {
  content: "\e706"; }

.icon-stop22:before {
  content: "\e707"; }

.icon-backward2:before {
  content: "\e708"; }

.icon-forward3:before {
  content: "\e709"; }

.icon-play4:before {
  content: "\e70a"; }

.icon-pause3:before {
  content: "\e70b"; }

.icon-stop32:before {
  content: "\e70c"; }

.icon-backward3:before {
  content: "\e70d"; }

.icon-forward4:before {
  content: "\e70e"; }

.icon-first2:before {
  content: "\e70f"; }

.icon-last2:before {
  content: "\e710"; }

.icon-previous:before {
  content: "\e711"; }

.icon-next:before {
  content: "\e712"; }

.icon-eject2:before {
  content: "\e713"; }

.icon-volume-high:before {
  content: "\e714"; }

.icon-volume-medium:before {
  content: "\e715"; }

.icon-volume-low:before {
  content: "\e716"; }

.icon-volume-mute2:before {
  content: "\e717"; }

.icon-volume-mute22:before {
  content: "\e718"; }

.icon-volume-increase:before {
  content: "\e719"; }

.icon-volume-decrease:before {
  content: "\e71a"; }

.icon-loop3:before {
  content: "\e71b"; }

.icon-loop22:before {
  content: "\e71c"; }

.icon-loop32:before {
  content: "\e71d"; }

.icon-shuffle2:before {
  content: "\e71e"; }

.icon-arrow-up-left:before {
  content: "\e71f"; }

.icon-arrow-up2:before {
  content: "\e720"; }

.icon-arrow-up-right:before {
  content: "\e721"; }

.icon-arrow-right2:before {
  content: "\e722"; }

.icon-arrow-down-right:before {
  content: "\e723"; }

.icon-arrow-down2:before {
  content: "\e724"; }

.icon-arrow-down-left:before {
  content: "\e725"; }

.icon-arrow-left2:before {
  content: "\e726"; }

.icon-arrow-up-left2:before {
  content: "\e727"; }

.icon-arrow-up3:before {
  content: "\e728"; }

.icon-arrow-up-right2:before {
  content: "\e729"; }

.icon-arrow-right3:before {
  content: "\e72a"; }

.icon-arrow-down-right2:before {
  content: "\e72b"; }

.icon-arrow-down3:before {
  content: "\e72c"; }

.icon-arrow-down-left2:before {
  content: "\e72d"; }

.icon-arrow-left3:before {
  content: "\e72e"; }

.icon-arrow-up-left3:before {
  content: "\e72f"; }

.icon-arrow-up4:before {
  content: "\e730"; }

.icon-arrow-up-right3:before {
  content: "\e731"; }

.icon-arrow-right4:before {
  content: "\e732"; }

.icon-arrow-down-right3:before {
  content: "\e733"; }

.icon-arrow-down4:before {
  content: "\e734"; }

.icon-arrow-down-left3:before {
  content: "\e735"; }

.icon-arrow-left4:before {
  content: "\e736"; }

.icon-tab:before {
  content: "\e737"; }

.icon-checkbox-checked:before {
  content: "\e738"; }

.icon-checkbox-unchecked:before {
  content: "\e739"; }

.icon-checkbox-partial:before {
  content: "\e73a"; }

.icon-radio-checked:before {
  content: "\e73b"; }

.icon-radio-unchecked:before {
  content: "\e73c"; }

.icon-crop22:before {
  content: "\e73d"; }

.icon-scissors3:before {
  content: "\e73e"; }

.icon-filter2:before {
  content: "\e73f"; }

.icon-filter3:before {
  content: "\e740"; }

.icon-font2:before {
  content: "\e741"; }

.icon-text-height2:before {
  content: "\e742"; }

.icon-text-width2:before {
  content: "\e743"; }

.icon-bold2:before {
  content: "\e744"; }

.icon-underline2:before {
  content: "\e745"; }

.icon-italic2:before {
  content: "\e746"; }

.icon-strikethrough2:before {
  content: "\e747"; }

.icon-omega:before {
  content: "\e748"; }

.icon-sigma:before {
  content: "\e749"; }

.icon-table2:before {
  content: "\e74a"; }

.icon-table3:before {
  content: "\e74b"; }

.icon-insert-template:before {
  content: "\e74c"; }

.icon-pilcrow2:before {
  content: "\e74d"; }

.icon-lefttoright:before {
  content: "\e74e"; }

.icon-righttoleft:before {
  content: "\e74f"; }

.icon-paragraph-left:before {
  content: "\e750"; }

.icon-paragraph-center:before {
  content: "\e751"; }

.icon-paragraph-right:before {
  content: "\e752"; }

.icon-paragraph-justify:before {
  content: "\e753"; }

.icon-paragraph-left2:before {
  content: "\e754"; }

.icon-paragraph-center2:before {
  content: "\e755"; }

.icon-paragraph-right2:before {
  content: "\e756"; }

.icon-paragraph-justify2:before {
  content: "\e757"; }

.icon-indent-increase:before {
  content: "\e758"; }

.icon-indent-decrease:before {
  content: "\e759"; }

.icon-newtab:before {
  content: "\e75a"; }

.icon-embed:before {
  content: "\e75b"; }

.icon-code2:before {
  content: "\e75c"; }

.icon-console2:before {
  content: "\e75d"; }

.icon-share3:before {
  content: "\e75e"; }

.icon-mail2:before {
  content: "\e75f"; }

.icon-mail22:before {
  content: "\e760"; }

.icon-mail3:before {
  content: "\e761"; }

.icon-mail4:before {
  content: "\e762"; }

.icon-google:before {
  content: "\e763"; }

.icon-googleplus3:before {
  content: "\e764"; }

.icon-googleplus22:before {
  content: "\e765"; }

.icon-googleplus32:before {
  content: "\e766"; }

.icon-googleplus4:before {
  content: "\e767"; }

.icon-google-drive:before {
  content: "\e768"; }

.icon-facebook22:before {
  content: "\e769"; }

.icon-facebook3:before {
  content: "\e76a"; }

.icon-facebook4:before {
  content: "\e76b"; }

.icon-instagram2:before {
  content: "\e76c"; }

.icon-twitter22:before {
  content: "\e76d"; }

.icon-twitter3:before {
  content: "\e76e"; }

.icon-twitter4:before {
  content: "\e76f"; }

.icon-feed22:before {
  content: "\e770"; }

.icon-feed3:before {
  content: "\e771"; }

.icon-feed4:before {
  content: "\e772"; }

.icon-youtube2:before {
  content: "\e773"; }

.icon-youtube3:before {
  content: "\e774"; }

.icon-vimeo:before {
  content: "\e775"; }

.icon-vimeo2:before {
  content: "\e776"; }

.icon-vimeo3:before {
  content: "\e777"; }

.icon-lanyrd:before {
  content: "\e778"; }

.icon-flickr2:before {
  content: "\e779"; }

.icon-flickr3:before {
  content: "\e77a"; }

.icon-flickr4:before {
  content: "\e77b"; }

.icon-flickr5:before {
  content: "\e77c"; }

.icon-picassa:before {
  content: "\e77d"; }

.icon-picassa2:before {
  content: "\e77e"; }

.icon-dribbble22:before {
  content: "\e77f"; }

.icon-dribbble3:before {
  content: "\e780"; }

.icon-dribbble4:before {
  content: "\e781"; }

.icon-forrst2:before {
  content: "\e782"; }

.icon-forrst22:before {
  content: "\e783"; }

.icon-deviantart:before {
  content: "\e784"; }

.icon-deviantart2:before {
  content: "\e785"; }

.icon-steam:before {
  content: "\e786"; }

.icon-steam2:before {
  content: "\e787"; }

.icon-github2:before {
  content: "\e788"; }

.icon-github3:before {
  content: "\e789"; }

.icon-github4:before {
  content: "\e78a"; }

.icon-github5:before {
  content: "\e78b"; }

.icon-github6:before {
  content: "\e78c"; }

.icon-wordpress:before {
  content: "\e78d"; }

.icon-wordpress2:before {
  content: "\e78e"; }

.icon-joomla:before {
  content: "\e78f"; }

.icon-blogger:before {
  content: "\e790"; }

.icon-blogger2:before {
  content: "\e791"; }

.icon-tumblr2:before {
  content: "\e792"; }

.icon-tumblr3:before {
  content: "\e793"; }

.icon-yahoo:before {
  content: "\e794"; }

.icon-tux:before {
  content: "\e795"; }

.icon-apple2:before {
  content: "\e796"; }

.icon-finder:before {
  content: "\e797"; }

.icon-android2:before {
  content: "\e798"; }

.icon-windows2:before {
  content: "\e799"; }

.icon-windows8:before {
  content: "\e79a"; }

.icon-soundcloud:before {
  content: "\e79b"; }

.icon-soundcloud2:before {
  content: "\e79c"; }

.icon-skype2:before {
  content: "\e79d"; }

.icon-reddit:before {
  content: "\e79e"; }

.icon-linkedin2:before {
  content: "\e79f"; }

.icon-lastfm:before {
  content: "\e7a0"; }

.icon-lastfm2:before {
  content: "\e7a1"; }

.icon-delicious:before {
  content: "\e7a2"; }

.icon-stumbleupon:before {
  content: "\e7a3"; }

.icon-stumbleupon2:before {
  content: "\e7a4"; }

.icon-stackoverflow:before {
  content: "\e7a5"; }

.icon-pinterest2:before {
  content: "\e7a6"; }

.icon-pinterest3:before {
  content: "\e7a7"; }

.icon-xing2:before {
  content: "\e7a8"; }

.icon-xing3:before {
  content: "\e7a9"; }

.icon-flattr:before {
  content: "\e7aa"; }

.icon-foursquare2:before {
  content: "\e7ab"; }

.icon-foursquare3:before {
  content: "\e7ac"; }

.icon-paypal:before {
  content: "\e7ad"; }

.icon-paypal2:before {
  content: "\e7ae"; }

.icon-paypal3:before {
  content: "\e7af"; }

.icon-yelp:before {
  content: "\e7b0"; }

.icon-libreoffice:before {
  content: "\e7b1"; }

.icon-file-pdf:before {
  content: "\e7b2"; }

.icon-file-openoffice:before {
  content: "\e7b3"; }

.icon-file-word:before {
  content: "\e7b4"; }

.icon-file-excel:before {
  content: "\e7b5"; }

.icon-file-zip:before {
  content: "\e7b6"; }

.icon-file-powerpoint:before {
  content: "\e7b7"; }

.icon-file-xml:before {
  content: "\e7b8"; }

.icon-file-css:before {
  content: "\e7b9"; }

.icon-html52:before {
  content: "\e7ba"; }

.icon-html53:before {
  content: "\e7bb"; }

.icon-css32:before {
  content: "\e7bc"; }

.icon-chrome:before {
  content: "\e7bd"; }

.icon-firefox:before {
  content: "\e7be"; }

.icon-IE:before {
  content: "\e7bf"; }

.icon-opera:before {
  content: "\e7c0"; }

.icon-safari:before {
  content: "\e7c1"; }

.icon-IcoMoon:before {
  content: "\e7c2"; }

.icon-store:before {
  content: "\e7c3"; }

.icon-out:before {
  content: "\e7c4"; }

.icon-in:before {
  content: "\e7c5"; }

.icon-in-alt:before {
  content: "\e7c6"; }

.icon-home5:before {
  content: "\e7c7"; }

.icon-lightbulb3:before {
  content: "\e7c8"; }

.icon-anchor22:before {
  content: "\e7c9"; }

.icon-feather:before {
  content: "\e7ca"; }

.icon-expand4:before {
  content: "\e7cb"; }

.icon-maximize:before {
  content: "\e7cc"; }

.icon-search32:before {
  content: "\e7cd"; }

.icon-zoomin22:before {
  content: "\e7ce"; }

.icon-zoomout22:before {
  content: "\e7cf"; }

.icon-add2:before {
  content: "\e7d0"; }

.icon-subtract:before {
  content: "\e7d1"; }

.icon-exclamation2:before {
  content: "\e7d2"; }

.icon-question3:before {
  content: "\e7d3"; }

.icon-close2:before {
  content: "\e7d4"; }

.icon-cmd:before {
  content: "\e7d5"; }

.icon-forbid:before {
  content: "\e7d6"; }

.icon-book32:before {
  content: "\e7d7"; }

.icon-spinner8:before {
  content: "\e7d8"; }

.icon-play5:before {
  content: "\e7d9"; }

.icon-stop4:before {
  content: "\e7da"; }

.icon-pause4:before {
  content: "\e7db"; }

.icon-forward5:before {
  content: "\e7dc"; }

.icon-rewind:before {
  content: "\e7dd"; }

.icon-sound:before {
  content: "\e7de"; }

.icon-sound-alt:before {
  content: "\e7df"; }

.icon-soundoff:before {
  content: "\e7e0"; }

.icon-task:before {
  content: "\e7e1"; }

.icon-inbox22:before {
  content: "\e7e2"; }

.icon-inbox-alt:before {
  content: "\e7e3"; }

.icon-envelope32:before {
  content: "\e7e4"; }

.icon-compose:before {
  content: "\e7e5"; }

.icon-newspaper22:before {
  content: "\e7e6"; }

.icon-newspaper-alt:before {
  content: "\e7e7"; }

.icon-clipboard5:before {
  content: "\e7e8"; }

.icon-calendar42:before {
  content: "\e7e9"; }

.icon-hyperlink:before {
  content: "\e7ea"; }

.icon-trash3:before {
  content: "\e7eb"; }

.icon-trash-alt:before {
  content: "\e7ec"; }

.icon-grid6:before {
  content: "\e7ed"; }

.icon-grid-alt:before {
  content: "\e7ee"; }

.icon-menu3:before {
  content: "\e7ef"; }

.icon-list42:before {
  content: "\e7f0"; }

.icon-gallery:before {
  content: "\e7f1"; }

.icon-calculator2:before {
  content: "\e7f2"; }

.icon-windows3:before {
  content: "\e7f3"; }

.icon-browser2:before {
  content: "\e7f4"; }

.icon-alarm32:before {
  content: "\e7f5"; }

.icon-clock32:before {
  content: "\e7f6"; }

.icon-attachment22:before {
  content: "\e7f7"; }

.icon-settings2:before {
  content: "\e7f8"; }

.icon-portfolio:before {
  content: "\e7f9"; }

.icon-user6:before {
  content: "\e7fa"; }

.icon-users3:before {
  content: "\e7fb"; }

.icon-heart42:before {
  content: "\e7fc"; }

.icon-chat7:before {
  content: "\e7fd"; }

.icon-comments2:before {
  content: "\e7fe"; }

.icon-screen2:before {
  content: "\e7ff"; }

.icon-iphone2:before {
  content: "\e800"; }

.icon-ipad:before {
  content: "\e801"; }

.icon-forkandspoon:before {
  content: "\e802"; }

.icon-forkandknife:before {
  content: "\e803"; }

.icon-instagram3:before {
  content: "\e804"; }

.icon-facebook5:before {
  content: "\e805"; }

.icon-delicious2:before {
  content: "\e806"; }

.icon-googleplus5:before {
  content: "\e807"; }

.icon-dribbble5:before {
  content: "\e808"; }

.icon-pin5:before {
  content: "\e809"; }

.icon-pin-alt:before {
  content: "\e80a"; }

.icon-camera42:before {
  content: "\e80b"; }

.icon-brightness2:before {
  content: "\e80c"; }

.icon-brightness-half:before {
  content: "\e80d"; }

.icon-moon4:before {
  content: "\e80e"; }

.icon-cloud32:before {
  content: "\e80f"; }

.icon-circle-full:before {
  content: "\e810"; }

.icon-circle-half:before {
  content: "\e811"; }

.icon-globe32:before {
  content: "\e812"; }

.icon-facebook6:before {
  content: "\ec36"; }

.icon-twitter-old:before {
  content: "\ec37"; }

.icon-share4:before {
  content: "\ec38"; }

.icon-feed5:before {
  content: "\ec39"; }

.icon-bird:before {
  content: "\ec3a"; }

.icon-chat8:before {
  content: "\ec3b"; }

.icon-envelope5:before {
  content: "\ec3c"; }

.icon-envelope6:before {
  content: "\ec3d"; }

.icon-phone6:before {
  content: "\ec3e"; }

.icon-phone7:before {
  content: "\ec3f"; }

.icon-phone8:before {
  content: "\ec40"; }

.icon-mobile5:before {
  content: "\ec41"; }

.icon-ipod3:before {
  content: "\ec42"; }

.icon-monitor3:before {
  content: "\ec43"; }

.icon-laptop3:before {
  content: "\ec44"; }

.icon-modem:before {
  content: "\ec45"; }

.icon-speaker2:before {
  content: "\ec46"; }

.icon-window3:before {
  content: "\ec47"; }

.icon-server:before {
  content: "\ec48"; }

.icon-hdd:before {
  content: "\ec49"; }

.icon-keyboard5:before {
  content: "\ec4a"; }

.icon-mouse3:before {
  content: "\ec4b"; }

.icon-cd2:before {
  content: "\ec4c"; }

.icon-floppy2:before {
  content: "\ec4d"; }

.icon-hardware:before {
  content: "\ec4e"; }

.icon-usb2:before {
  content: "\ec4f"; }

.icon-cord2:before {
  content: "\ec50"; }

.icon-socket:before {
  content: "\ec51"; }

.icon-socket2:before {
  content: "\ec52"; }

.icon-socket3:before {
  content: "\ec53"; }

.icon-printer3:before {
  content: "\ec54"; }

.icon-camera10:before {
  content: "\ec55"; }

.icon-pictures5:before {
  content: "\ec56"; }

.icon-eye5:before {
  content: "\ec57"; }

.icon-uniEC58:before {
  content: "\ec58"; }

.icon-film6:before {
  content: "\ec59"; }

.icon-camera11:before {
  content: "\ec5a"; }

.icon-movie2:before {
  content: "\ec5b"; }

.icon-tv4:before {
  content: "\ec5c"; }

.icon-camera12:before {
  content: "\ec5d"; }

.icon-camera13:before {
  content: "\ec5e"; }

.icon-volume7:before {
  content: "\ec5f"; }

.icon-music4:before {
  content: "\ec60"; }

.icon-microphone6:before {
  content: "\ec61"; }

.icon-radio3:before {
  content: "\ec62"; }

.icon-ipod4:before {
  content: "\ec63"; }

.icon-headphone:before {
  content: "\ec64"; }

.icon-cassette2:before {
  content: "\ec65"; }

.icon-broadcast:before {
  content: "\ec66"; }

.icon-broadcast2:before {
  content: "\ec67"; }

.icon-calculator3:before {
  content: "\ec68"; }

.icon-gamepad2:before {
  content: "\ec69"; }

.icon-gamepad3:before {
  content: "\ec6a"; }

.icon-cog6:before {
  content: "\ec6b"; }

.icon-shield3:before {
  content: "\ec6c"; }

.icon-skull:before {
  content: "\ec6d"; }

.icon-bug3:before {
  content: "\ec6e"; }

.icon-mine:before {
  content: "\ec6f"; }

.icon-earth4:before {
  content: "\ec70"; }

.icon-globe4:before {
  content: "\ec71"; }

.icon-planet:before {
  content: "\ec72"; }

.icon-battery7:before {
  content: "\ec73"; }

.icon-battery-low:before {
  content: "\ec74"; }

.icon-battery8:before {
  content: "\ec75"; }

.icon-battery-full2:before {
  content: "\ec76"; }

.icon-folder3:before {
  content: "\ec77"; }

.icon-search5:before {
  content: "\ec78"; }

.icon-zoomout4:before {
  content: "\ec79"; }

.icon-zoomin4:before {
  content: "\ec7a"; }

.icon-binocular:before {
  content: "\ec7b"; }

.icon-location6:before {
  content: "\ec7c"; }

.icon-pin6:before {
  content: "\ec7d"; }

.icon-file6:before {
  content: "\ec7e"; }

.icon-tag6:before {
  content: "\ec7f"; }

.icon-quote4:before {
  content: "\ec80"; }

.icon-attachment4:before {
  content: "\ec81"; }

.icon-bookmark5:before {
  content: "\ec82"; }

.icon-bookmark6:before {
  content: "\ec83"; }

.icon-newspaper4:before {
  content: "\ec84"; }

.icon-notebook3:before {
  content: "\ec85"; }

.icon-addressbook4:before {
  content: "\ec86"; }

.icon-clipboard6:before {
  content: "\ec87"; }

.icon-clipboard7:before {
  content: "\ec88"; }

.icon-board:before {
  content: "\ec89"; }

.icon-pencil4:before {
  content: "\ec8a"; }

.icon-pen5:before {
  content: "\ec8b"; }

.icon-user8:before {
  content: "\ec8c"; }

.icon-user9:before {
  content: "\ec8d"; }

.icon-user10:before {
  content: "\ec8e"; }

.icon-trashcan3:before {
  content: "\ec8f"; }

.icon-cart4:before {
  content: "\ec90"; }

.icon-bag2:before {
  content: "\ec91"; }

.icon-suitcase4:before {
  content: "\ec92"; }

.icon-card:before {
  content: "\ec93"; }

.icon-book4:before {
  content: "\ec94"; }

.icon-gift3:before {
  content: "\ec95"; }

.icon-lamp7:before {
  content: "\ec96"; }

.icon-settings4:before {
  content: "\ec97"; }

.icon-support2:before {
  content: "\ec98"; }

.icon-medicine:before {
  content: "\ec99"; }

.icon-cone3:before {
  content: "\ec9a"; }

.icon-locked5:before {
  content: "\ec9b"; }

.icon-unlocked4:before {
  content: "\ec9c"; }

.icon-key5:before {
  content: "\ec9d"; }

.icon-info5:before {
  content: "\ec9e"; }

.icon-clock7:before {
  content: "\ec9f"; }

.icon-timer:before {
  content: "\eca0"; }

.icon-food3:before {
  content: "\eca1"; }

.icon-drink5:before {
  content: "\eca2"; }

.icon-mug3:before {
  content: "\eca3"; }

.icon-cup2:before {
  content: "\eca4"; }

.icon-drink6:before {
  content: "\eca5"; }

.icon-mug4:before {
  content: "\eca6"; }

.icon-lollipop:before {
  content: "\eca7"; }

.icon-lab4:before {
  content: "\eca8"; }

.icon-puzzle2:before {
  content: "\eca9"; }

.icon-flag3:before {
  content: "\ecaa"; }

.icon-star6:before {
  content: "\ecab"; }

.icon-heart8:before {
  content: "\ecac"; }

.icon-badge3:before {
  content: "\ecad"; }

.icon-cup3:before {
  content: "\ecae"; }

.icon-scissors4:before {
  content: "\ecaf"; }

.icon-snowflake2:before {
  content: "\ecb0"; }

.icon-cloud12:before {
  content: "\ecb1"; }

.icon-lightning8:before {
  content: "\ecb2"; }

.icon-night:before {
  content: "\ecb3"; }

.icon-sunny:before {
  content: "\ecb4"; }

.icon-droplet3:before {
  content: "\ecb5"; }

.icon-umbrella3:before {
  content: "\ecb6"; }

.icon-truck4:before {
  content: "\ecb7"; }

.icon-car2:before {
  content: "\ecb8"; }

.icon-gaspump:before {
  content: "\ecb9"; }

.icon-factory:before {
  content: "\ecba"; }

.icon-tree2:before {
  content: "\ecbb"; }

.icon-leaf:before {
  content: "\ecbc"; }

.icon-flower:before {
  content: "\ecbd"; }

.icon-direction2:before {
  content: "\ecbe"; }

.icon-thumbsup2:before {
  content: "\ecbf"; }

.icon-thumbsdown2:before {
  content: "\ecc0"; }

.icon-pointer2:before {
  content: "\ecc1"; }

.icon-pointer3:before {
  content: "\ecc2"; }

.icon-pointer4:before {
  content: "\ecc3"; }

.icon-pointer5:before {
  content: "\ecc4"; }

.icon-arrow-up5:before {
  content: "\ecc5"; }

.icon-arrow-down5:before {
  content: "\ecc6"; }

.icon-arrow-left5:before {
  content: "\ecc7"; }

.icon-arrow-right5:before {
  content: "\ecc8"; }

.icon-arrow-top-right:before {
  content: "\ecc9"; }

.icon-arrow-top-left:before {
  content: "\ecca"; }

.icon-arrow-bottom-right:before {
  content: "\eccb"; }

.icon-arrow-bottom-left:before {
  content: "\eccc"; }

.icon-contract3:before {
  content: "\eccd"; }

.icon-enlarge:before {
  content: "\ecce"; }

.icon-refresh3:before {
  content: "\eccf"; }

.icon-download6:before {
  content: "\ecd0"; }

.icon-chat9:before {
  content: "\ecd1"; }

.icon-archive3:before {
  content: "\ecd2"; }

.icon-user11:before {
  content: "\ecd3"; }

.icon-users4:before {
  content: "\ecd4"; }

.icon-archive4:before {
  content: "\ecd5"; }

.icon-earth5:before {
  content: "\ecd6"; }

.icon-location7:before {
  content: "\ecd7"; }

.icon-contract4:before {
  content: "\ecd8"; }

.icon-mobile6:before {
  content: "\ecd9"; }

.icon-screen3:before {
  content: "\ecda"; }

.icon-mail6:before {
  content: "\ecdb"; }

.icon-support3:before {
  content: "\ecdc"; }

.icon-help:before {
  content: "\ecdd"; }

.icon-videos:before {
  content: "\ecde"; }

.icon-pictures6:before {
  content: "\ecdf"; }

.icon-link5:before {
  content: "\ece0"; }

.icon-search6:before {
  content: "\ece1"; }

.icon-cog7:before {
  content: "\ece2"; }

.icon-trashcan4:before {
  content: "\ece3"; }

.icon-pencil5:before {
  content: "\ece4"; }

.icon-info6:before {
  content: "\ece5"; }

.icon-article2:before {
  content: "\ece6"; }

.icon-clock8:before {
  content: "\ece7"; }

.icon-photoshop:before {
  content: "\ece8"; }

.icon-illustrator:before {
  content: "\ece9"; }

.icon-star7:before {
  content: "\ecea"; }

.icon-heart9:before {
  content: "\eceb"; }

.icon-bookmark7:before {
  content: "\ecec"; }

.icon-file7:before {
  content: "\eced"; }

.icon-feed6:before {
  content: "\ecee"; }

.icon-locked6:before {
  content: "\ecef"; }

.icon-unlocked5:before {
  content: "\ecf0"; }

.icon-refresh4:before {
  content: "\ecf1"; }

.icon-list6:before {
  content: "\ecf2"; }

.icon-share5:before {
  content: "\ecf3"; }

.icon-archive5:before {
  content: "\ecf4"; }

.icon-images2:before {
  content: "\ecf5"; }

.icon-images3:before {
  content: "\ecf6"; }

.icon-pencil6:before {
  content: "\ecf7"; }

.icon-times:before {
  content: "\ecf8"; }

.icon-tick:before {
  content: "\ecf9"; }

.icon-plus6:before {
  content: "\ecfa"; }

.icon-minus7:before {
  content: "\ecfb"; }

.icon-equals:before {
  content: "\ecfc"; }

.icon-divide:before {
  content: "\ecfd"; }

.icon-chevron-right:before {
  content: "\ecfe"; }

.icon-chevron-left:before {
  content: "\ecff"; }

.icon-arrow-right-thick:before {
  content: "\ed00"; }

.icon-arrow-left-thick:before {
  content: "\ed01"; }

.icon-th-small:before {
  content: "\ed02"; }

.icon-th-menu:before {
  content: "\ed03"; }

.icon-th-list:before {
  content: "\ed04"; }

.icon-th-large:before {
  content: "\ed05"; }

.icon-home6:before {
  content: "\ed06"; }

.icon-arrow-forward:before {
  content: "\ed07"; }

.icon-arrow-back:before {
  content: "\ed08"; }

.icon-rss3:before {
  content: "\ed09"; }

.icon-location8:before {
  content: "\ed0a"; }

.icon-link6:before {
  content: "\ed0b"; }

.icon-image4:before {
  content: "\ed0c"; }

.icon-arrow-up-thick:before {
  content: "\ed0d"; }

.icon-arrow-down-thick:before {
  content: "\ed0e"; }

.icon-starburst:before {
  content: "\ed0f"; }

.icon-starburst-outline:before {
  content: "\ed10"; }

.icon-star8:before {
  content: "\ed11"; }

.icon-flow-children:before {
  content: "\ed12"; }

.icon-export:before {
  content: "\ed13"; }

.icon-delete:before {
  content: "\ed14"; }

.icon-delete-outline:before {
  content: "\ed15"; }

.icon-cloud-storage:before {
  content: "\ed16"; }

.icon-wi-fi:before {
  content: "\ed17"; }

.icon-heart10:before {
  content: "\ed18"; }

.icon-flash:before {
  content: "\ed19"; }

.icon-cancel6:before {
  content: "\ed1a"; }

.icon-backspace:before {
  content: "\ed1b"; }

.icon-attachment5:before {
  content: "\ed1c"; }

.icon-arrow-move:before {
  content: "\ed1d"; }

.icon-warning3:before {
  content: "\ed1e"; }

.icon-user12:before {
  content: "\ed1f"; }

.icon-radar:before {
  content: "\ed20"; }

.icon-lock-open:before {
  content: "\ed21"; }

.icon-lock-closed:before {
  content: "\ed22"; }

.icon-location-arrow:before {
  content: "\ed23"; }

.icon-info7:before {
  content: "\ed24"; }

.icon-user-delete:before {
  content: "\ed25"; }

.icon-user-add:before {
  content: "\ed26"; }

.icon-media-pause:before {
  content: "\ed27"; }

.icon-group:before {
  content: "\ed28"; }

.icon-chart-pie:before {
  content: "\ed29"; }

.icon-chart-line:before {
  content: "\ed2a"; }

.icon-chart-bar:before {
  content: "\ed2b"; }

.icon-chart-area:before {
  content: "\ed2c"; }

.icon-video3:before {
  content: "\ed2d"; }

.icon-point-of-interest:before {
  content: "\ed2e"; }

.icon-infinity:before {
  content: "\ed2f"; }

.icon-globe5:before {
  content: "\ed30"; }

.icon-eye6:before {
  content: "\ed31"; }

.icon-cog8:before {
  content: "\ed32"; }

.icon-camera14:before {
  content: "\ed33"; }

.icon-upload5:before {
  content: "\ed34"; }

.icon-scissors5:before {
  content: "\ed35"; }

.icon-refresh5:before {
  content: "\ed36"; }

.icon-pin7:before {
  content: "\ed37"; }

.icon-key6:before {
  content: "\ed38"; }

.icon-info-large:before {
  content: "\ed39"; }

.icon-eject3:before {
  content: "\ed3a"; }

.icon-download7:before {
  content: "\ed3b"; }

.icon-zoom:before {
  content: "\ed3c"; }

.icon-zoom-out:before {
  content: "\ed3d"; }

.icon-zoom-in:before {
  content: "\ed3e"; }

.icon-sort-numerically:before {
  content: "\ed3f"; }

.icon-sort-alphabetically:before {
  content: "\ed40"; }

.icon-input-checked:before {
  content: "\ed41"; }

.icon-calender:before {
  content: "\ed42"; }

.icon-world2:before {
  content: "\ed43"; }

.icon-notes:before {
  content: "\ed44"; }

.icon-code3:before {
  content: "\ed45"; }

.icon-arrow-sync:before {
  content: "\ed46"; }

.icon-arrow-shuffle:before {
  content: "\ed47"; }

.icon-arrow-repeat:before {
  content: "\ed48"; }

.icon-arrow-minimise:before {
  content: "\ed49"; }

.icon-arrow-maximise:before {
  content: "\ed4a"; }

.icon-arrow-loop:before {
  content: "\ed4b"; }

.icon-anchor3:before {
  content: "\ed4c"; }

.icon-spanner:before {
  content: "\ed4d"; }

.icon-puzzle3:before {
  content: "\ed4e"; }

.icon-power:before {
  content: "\ed4f"; }

.icon-plane2:before {
  content: "\ed50"; }

.icon-pi:before {
  content: "\ed51"; }

.icon-phone9:before {
  content: "\ed52"; }

.icon-microphone7:before {
  content: "\ed53"; }

.icon-media-rewind:before {
  content: "\ed54"; }

.icon-flag4:before {
  content: "\ed55"; }

.icon-adjust-brightness:before {
  content: "\ed56"; }

.icon-waves:before {
  content: "\ed57"; }

.icon-social-twitter:before {
  content: "\ed58"; }

.icon-social-facebook:before {
  content: "\ed59"; }

.icon-social-dribbble:before {
  content: "\ed5a"; }

.icon-media-stop:before {
  content: "\ed5b"; }

.icon-media-record:before {
  content: "\ed5c"; }

.icon-media-play:before {
  content: "\ed5d"; }

.icon-media-fast-forward:before {
  content: "\ed5e"; }

.icon-media-eject:before {
  content: "\ed5f"; }

.icon-social-vimeo:before {
  content: "\ed60"; }

.icon-social-tumbler:before {
  content: "\ed61"; }

.icon-social-skype:before {
  content: "\ed62"; }

.icon-social-pinterest:before {
  content: "\ed63"; }

.icon-social-linkedin:before {
  content: "\ed64"; }

.icon-social-last-fm:before {
  content: "\ed65"; }

.icon-social-github:before {
  content: "\ed66"; }

.icon-social-flickr:before {
  content: "\ed67"; }

.icon-at2:before {
  content: "\ed68"; }

.icon-times-outline:before {
  content: "\ed69"; }

.icon-plus-outline:before {
  content: "\ed6a"; }

.icon-minus-outline:before {
  content: "\ed6b"; }

.icon-tick-outline:before {
  content: "\ed6c"; }

.icon-th-large-outline:before {
  content: "\ed6d"; }

.icon-equals-outline:before {
  content: "\ed6e"; }

.icon-divide-outline:before {
  content: "\ed6f"; }

.icon-chevron-right-outline:before {
  content: "\ed70"; }

.icon-chevron-left-outline:before {
  content: "\ed71"; }

.icon-arrow-right-outline:before {
  content: "\ed72"; }

.icon-arrow-left-outline:before {
  content: "\ed73"; }

.icon-th-small-outline:before {
  content: "\ed74"; }

.icon-th-menu-outline:before {
  content: "\ed75"; }

.icon-th-list-outline:before {
  content: "\ed76"; }

.icon-news2:before {
  content: "\ed77"; }

.icon-home-outline:before {
  content: "\ed78"; }

.icon-arrow-up-outline:before {
  content: "\ed79"; }

.icon-arrow-forward-outline:before {
  content: "\ed7a"; }

.icon-arrow-down-outline:before {
  content: "\ed7b"; }

.icon-arrow-back-outline:before {
  content: "\ed7c"; }

.icon-trash4:before {
  content: "\ed7d"; }

.icon-rss-outline:before {
  content: "\ed7e"; }

.icon-message:before {
  content: "\ed7f"; }

.icon-location-outline:before {
  content: "\ed80"; }

.icon-link-outline:before {
  content: "\ed81"; }

.icon-image-outline:before {
  content: "\ed82"; }

.icon-export-outline:before {
  content: "\ed83"; }

.icon-cross2:before {
  content: "\ed84"; }

.icon-wi-fi-outline:before {
  content: "\ed85"; }

.icon-star-outline:before {
  content: "\ed86"; }

.icon-media-pause-outline:before {
  content: "\ed87"; }

.icon-mail7:before {
  content: "\ed88"; }

.icon-heart-outline:before {
  content: "\ed89"; }

.icon-flash-outline:before {
  content: "\ed8a"; }

.icon-cancel-outline:before {
  content: "\ed8b"; }

.icon-beaker3:before {
  content: "\ed8c"; }

.icon-arrow-move-outline:before {
  content: "\ed8d"; }

.icon-watch3:before {
  content: "\ed8e"; }

.icon-warning-outline:before {
  content: "\ed8f"; }

.icon-time3:before {
  content: "\ed90"; }

.icon-radar-outline:before {
  content: "\ed91"; }

.icon-lock-open-outline:before {
  content: "\ed92"; }

.icon-location-arrow-outline:before {
  content: "\ed93"; }

.icon-info-outline:before {
  content: "\ed94"; }

.icon-backspace-outline:before {
  content: "\ed95"; }

.icon-attachment-outline:before {
  content: "\ed96"; }

.icon-user-outline:before {
  content: "\ed97"; }

.icon-user-delete-outline:before {
  content: "\ed98"; }

.icon-user-add-outline:before {
  content: "\ed99"; }

.icon-lock-closed-outline:before {
  content: "\ed9a"; }

.icon-group-outline:before {
  content: "\ed9b"; }

.icon-chart-pie-outline:before {
  content: "\ed9c"; }

.icon-chart-line-outline:before {
  content: "\ed9d"; }

.icon-chart-bar-outline:before {
  content: "\ed9e"; }

.icon-chart-area-outline:before {
  content: "\ed9f"; }

.icon-video-outline:before {
  content: "\eda0"; }

.icon-point-of-interest-outline:before {
  content: "\eda1"; }

.icon-map4:before {
  content: "\eda2"; }

.icon-key-outline:before {
  content: "\eda3"; }

.icon-infinity-outline:before {
  content: "\eda4"; }

.icon-globe-outline:before {
  content: "\eda5"; }

.icon-eye-outline:before {
  content: "\eda6"; }

.icon-cog-outline:before {
  content: "\eda7"; }

.icon-camera-outline:before {
  content: "\eda8"; }

.icon-upload-outline:before {
  content: "\eda9"; }

.icon-support4:before {
  content: "\edaa"; }

.icon-scissors-outline:before {
  content: "\edab"; }

.icon-refresh-outline:before {
  content: "\edac"; }

.icon-info-large-outline:before {
  content: "\edad"; }

.icon-eject-outline:before {
  content: "\edae"; }

.icon-download-outline:before {
  content: "\edaf"; }

.icon-battery-mid:before {
  content: "\edb0"; }

.icon-battery-low2:before {
  content: "\edb1"; }

.icon-battery-high:before {
  content: "\edb2"; }

.icon-zoom-outline:before {
  content: "\edb3"; }

.icon-zoom-out-outline:before {
  content: "\edb4"; }

.icon-zoom-in-outline:before {
  content: "\edb5"; }

.icon-tag7:before {
  content: "\edb6"; }

.icon-tabs-outline:before {
  content: "\edb7"; }

.icon-pin-outline:before {
  content: "\edb8"; }

.icon-message-typing:before {
  content: "\edb9"; }

.icon-directions:before {
  content: "\edba"; }

.icon-battery-full3:before {
  content: "\edbb"; }

.icon-battery-charge:before {
  content: "\edbc"; }

.icon-pipette:before {
  content: "\edbd"; }

.icon-pencil7:before {
  content: "\edbe"; }

.icon-folder4:before {
  content: "\edbf"; }

.icon-folder-delete:before {
  content: "\edc0"; }

.icon-folder-add:before {
  content: "\edc1"; }

.icon-edit4:before {
  content: "\edc2"; }

.icon-document2:before {
  content: "\edc3"; }

.icon-document-delete:before {
  content: "\edc4"; }

.icon-document-add:before {
  content: "\edc5"; }

.icon-brush3:before {
  content: "\edc6"; }

.icon-thumbs-up:before {
  content: "\edc7"; }

.icon-thumbs-down:before {
  content: "\edc8"; }

.icon-pen6:before {
  content: "\edc9"; }

.icon-sort-numerically-outline:before {
  content: "\edca"; }

.icon-sort-alphabetically-outline:before {
  content: "\edcb"; }

.icon-social-last-fm-circular:before {
  content: "\edcc"; }

.icon-social-github-circular:before {
  content: "\edcd"; }

.icon-compass7:before {
  content: "\edce"; }

.icon-bookmark8:before {
  content: "\edcf"; }

.icon-input-checked-outline:before {
  content: "\edd0"; }

.icon-code-outline:before {
  content: "\edd1"; }

.icon-calender-outline:before {
  content: "\edd2"; }

.icon-business-card:before {
  content: "\edd3"; }

.icon-arrow-up6:before {
  content: "\edd4"; }

.icon-arrow-sync-outline:before {
  content: "\edd5"; }

.icon-arrow-right6:before {
  content: "\edd6"; }

.icon-arrow-repeat-outline:before {
  content: "\edd7"; }

.icon-arrow-loop-outline:before {
  content: "\edd8"; }

.icon-arrow-left6:before {
  content: "\edd9"; }

.icon-flow-switch:before {
  content: "\edda"; }

.icon-flow-parallel:before {
  content: "\eddb"; }

.icon-flow-merge:before {
  content: "\eddc"; }

.icon-document-text:before {
  content: "\eddd"; }

.icon-clipboard8:before {
  content: "\edde"; }

.icon-calculator4:before {
  content: "\eddf"; }

.icon-arrow-minimise-outline:before {
  content: "\ede0"; }

.icon-arrow-maximise-outline:before {
  content: "\ede1"; }

.icon-arrow-down6:before {
  content: "\ede2"; }

.icon-gift4:before {
  content: "\ede3"; }

.icon-film7:before {
  content: "\ede4"; }

.icon-database2:before {
  content: "\ede5"; }

.icon-bell:before {
  content: "\ede6"; }

.icon-anchor-outline:before {
  content: "\ede7"; }

.icon-adjust-contrast:before {
  content: "\ede8"; }

.icon-world-outline:before {
  content: "\ede9"; }

.icon-shopping-bag:before {
  content: "\edea"; }

.icon-power-outline:before {
  content: "\edeb"; }

.icon-notes-outline:before {
  content: "\edec"; }

.icon-device-tablet:before {
  content: "\eded"; }

.icon-device-phone:before {
  content: "\edee"; }

.icon-device-laptop:before {
  content: "\edef"; }

.icon-device-desktop:before {
  content: "\edf0"; }

.icon-briefcase4:before {
  content: "\edf1"; }

.icon-stopwatch2:before {
  content: "\edf2"; }

.icon-spanner-outline:before {
  content: "\edf3"; }

.icon-puzzle-outline:before {
  content: "\edf4"; }

.icon-printer4:before {
  content: "\edf5"; }

.icon-pi-outline:before {
  content: "\edf6"; }

.icon-lightbulb4:before {
  content: "\edf7"; }

.icon-flag-outline:before {
  content: "\edf8"; }

.icon-contacts:before {
  content: "\edf9"; }

.icon-archive6:before {
  content: "\edfa"; }

.icon-weather-stormy:before {
  content: "\edfb"; }

.icon-weather-shower:before {
  content: "\edfc"; }

.icon-weather-partly-sunny:before {
  content: "\edfd"; }

.icon-weather-downpour:before {
  content: "\edfe"; }

.icon-weather-cloudy:before {
  content: "\edff"; }

.icon-plane-outline:before {
  content: "\ee00"; }

.icon-phone-outline:before {
  content: "\ee01"; }

.icon-microphone-outline:before {
  content: "\ee02"; }

.icon-weather-windy:before {
  content: "\ee03"; }

.icon-weather-windy-cloudy:before {
  content: "\ee04"; }

.icon-weather-sunny:before {
  content: "\ee05"; }

.icon-weather-snow:before {
  content: "\ee06"; }

.icon-weather-night:before {
  content: "\ee07"; }

.icon-media-stop-outline:before {
  content: "\ee08"; }

.icon-media-rewind-outline:before {
  content: "\ee09"; }

.icon-media-record-outline:before {
  content: "\ee0a"; }

.icon-media-play-outline:before {
  content: "\ee0b"; }

.icon-media-fast-forward-outline:before {
  content: "\ee0c"; }

.icon-media-eject-outline:before {
  content: "\ee0d"; }

.icon-wine2:before {
  content: "\ee0e"; }

.icon-waves-outline:before {
  content: "\ee0f"; }

.icon-ticket4:before {
  content: "\ee10"; }

.icon-tags3:before {
  content: "\ee11"; }

.icon-plug:before {
  content: "\ee12"; }

.icon-headphones4:before {
  content: "\ee13"; }

.icon-credit-card:before {
  content: "\ee14"; }

.icon-coffee3:before {
  content: "\ee15"; }

.icon-book5:before {
  content: "\ee16"; }

.icon-beer:before {
  content: "\ee17"; }

.icon-volume8:before {
  content: "\ee18"; }

.icon-volume-up:before {
  content: "\ee19"; }

.icon-volume-mute3:before {
  content: "\ee1a"; }

.icon-volume-down:before {
  content: "\ee1b"; }

.icon-social-vimeo-circular:before {
  content: "\ee1c"; }

.icon-social-twitter-circular:before {
  content: "\ee1d"; }

.icon-social-pinterest-circular:before {
  content: "\ee1e"; }

.icon-social-linkedin-circular:before {
  content: "\ee1f"; }

.icon-social-facebook-circular:before {
  content: "\ee20"; }

.icon-social-dribbble-circular:before {
  content: "\ee21"; }

.icon-tree3:before {
  content: "\ee22"; }

.icon-thermometer3:before {
  content: "\ee23"; }

.icon-social-tumbler-circular:before {
  content: "\ee24"; }

.icon-social-skype-outline:before {
  content: "\ee25"; }

.icon-social-flickr-circular:before {
  content: "\ee26"; }

.icon-social-at-circular:before {
  content: "\ee27"; }

.icon-shopping-cart:before {
  content: "\ee28"; }

.icon-messages:before {
  content: "\ee29"; }

.icon-leaf3:before {
  content: "\ee2a"; }

.icon-feather2:before {
  content: "\ee2b"; }

.icon-type2:before {
  content: "\ee2c"; }

.icon-box4:before {
  content: "\ee2d"; }

.icon-archive7:before {
  content: "\ee2e"; }

.icon-envelope7:before {
  content: "\ee2f"; }

.icon-email2:before {
  content: "\ee30"; }

.icon-files2:before {
  content: "\ee31"; }

.icon-uniEE32:before {
  content: "\ee32"; }

.icon-file-settings:before {
  content: "\ee33"; }

.icon-file-add:before {
  content: "\ee34"; }

.icon-file8:before {
  content: "\ee35"; }

.icon-align-left:before {
  content: "\ee36"; }

.icon-align-right:before {
  content: "\ee37"; }

.icon-align-center:before {
  content: "\ee38"; }

.icon-align-justify:before {
  content: "\ee39"; }

.icon-file-broken:before {
  content: "\ee3a"; }

.icon-browser3:before {
  content: "\ee3b"; }

.icon-windows:before {
  content: "\ee3c"; }

.icon-window4:before {
  content: "\ee3d"; }

.icon-folder5:before {
  content: "\ee3e"; }

.icon-folder-add2:before {
  content: "\ee3f"; }

.icon-folder-settings:before {
  content: "\ee40"; }

.icon-folder-check:before {
  content: "\ee41"; }

.icon-wifi-low:before {
  content: "\ee42"; }

.icon-wifi-mid:before {
  content: "\ee43"; }

.icon-wifi-full:before {
  content: "\ee44"; }

.icon-connection-empty:before {
  content: "\ee45"; }

.icon-connection-25:before {
  content: "\ee46"; }

.icon-connection-50:before {
  content: "\ee47"; }

.icon-connection-75:before {
  content: "\ee48"; }

.icon-connection-full:before {
  content: "\ee49"; }

.icon-list7:before {
  content: "\ee4a"; }

.icon-grid7:before {
  content: "\ee4b"; }

.icon-uniEE4C:before {
  content: "\ee4c"; }

.icon-battery-charging2:before {
  content: "\ee4d"; }

.icon-battery-empty2:before {
  content: "\ee4e"; }

.icon-battery-25:before {
  content: "\ee4f"; }

.icon-battery-50:before {
  content: "\ee50"; }

.icon-battery-75:before {
  content: "\ee51"; }

.icon-battery-full4:before {
  content: "\ee52"; }

.icon-settings5:before {
  content: "\ee53"; }

.icon-arrow-left7:before {
  content: "\ee54"; }

.icon-arrow-up7:before {
  content: "\ee55"; }

.icon-arrow-down7:before {
  content: "\ee56"; }

.icon-arrow-right7:before {
  content: "\ee57"; }

.icon-reload2:before {
  content: "\ee58"; }

.icon-refresh6:before {
  content: "\ee59"; }

.icon-volume9:before {
  content: "\ee5a"; }

.icon-volume-increase2:before {
  content: "\ee5b"; }

.icon-volume-decrease2:before {
  content: "\ee5c"; }

.icon-mute2:before {
  content: "\ee5d"; }

.icon-microphone8:before {
  content: "\ee5e"; }

.icon-microphone-off:before {
  content: "\ee5f"; }

.icon-book6:before {
  content: "\ee60"; }

.icon-checkmark7:before {
  content: "\ee61"; }

.icon-checkbox-checked2:before {
  content: "\ee62"; }

.icon-checkbox:before {
  content: "\ee63"; }

.icon-paperclip4:before {
  content: "\ee64"; }

.icon-download8:before {
  content: "\ee65"; }

.icon-tag8:before {
  content: "\ee66"; }

.icon-trashcan5:before {
  content: "\ee67"; }

.icon-search7:before {
  content: "\ee68"; }

.icon-zoomin5:before {
  content: "\ee69"; }

.icon-zoomout5:before {
  content: "\ee6a"; }

.icon-chat10:before {
  content: "\ee6b"; }

.icon-chat-1:before {
  content: "\ee6c"; }

.icon-chat-2:before {
  content: "\ee6d"; }

.icon-chat-3:before {
  content: "\ee6e"; }

.icon-comment4:before {
  content: "\ee6f"; }

.icon-calendar9:before {
  content: "\ee70"; }

.icon-bookmark9:before {
  content: "\ee71"; }

.icon-email3:before {
  content: "\ee72"; }

.icon-heart11:before {
  content: "\ee73"; }

.icon-enter2:before {
  content: "\ee74"; }

.icon-cloud13:before {
  content: "\ee75"; }

.icon-book7:before {
  content: "\ee76"; }

.icon-star9:before {
  content: "\ee77"; }

.icon-clock9:before {
  content: "\ee78"; }

.icon-printer5:before {
  content: "\ee79"; }

.icon-home7:before {
  content: "\ee7a"; }

.icon-flag5:before {
  content: "\ee7b"; }

.icon-meter3:before {
  content: "\ee7c"; }

.icon-switch5:before {
  content: "\ee7d"; }

.icon-forbidden:before {
  content: "\ee7e"; }

.icon-lock5:before {
  content: "\ee7f"; }

.icon-unlocked6:before {
  content: "\ee80"; }

.icon-unlocked7:before {
  content: "\ee81"; }

.icon-users5:before {
  content: "\ee82"; }

.icon-user13:before {
  content: "\ee83"; }

.icon-users6:before {
  content: "\ee84"; }

.icon-user14:before {
  content: "\ee85"; }

.icon-bullhorn:before {
  content: "\ee86"; }

.icon-share6:before {
  content: "\ee87"; }

.icon-screen4:before {
  content: "\ee88"; }

.icon-phone10:before {
  content: "\ee89"; }

.icon-phone-portrait:before {
  content: "\ee8a"; }

.icon-phone-landscape:before {
  content: "\ee8b"; }

.icon-tablet3:before {
  content: "\ee8c"; }

.icon-tablet-landscape:before {
  content: "\ee8d"; }

.icon-laptop4:before {
  content: "\ee8e"; }

.icon-camera15:before {
  content: "\ee8f"; }

.icon-microwaveoven:before {
  content: "\ee90"; }

.icon-creditcards:before {
  content: "\ee91"; }

.icon-calculator5:before {
  content: "\ee92"; }

.icon-bag3:before {
  content: "\ee93"; }

.icon-diamond3:before {
  content: "\ee94"; }

.icon-drink7:before {
  content: "\ee95"; }

.icon-shorts:before {
  content: "\ee96"; }

.icon-vcard:before {
  content: "\ee97"; }

.icon-sun5:before {
  content: "\ee98"; }

.icon-bill:before {
  content: "\ee99"; }

.icon-coffee4:before {
  content: "\ee9a"; }

.icon-uniEE9B:before {
  content: "\ee9b"; }

.icon-newspaper5:before {
  content: "\ee9c"; }

.icon-stack5:before {
  content: "\ee9d"; }

.icon-mapmarker:before {
  content: "\ee9e"; }

.icon-map5:before {
  content: "\ee9f"; }

.icon-support5:before {
  content: "\eea0"; }

.icon-uniEEA1:before {
  content: "\eea1"; }

.icon-barbell:before {
  content: "\eea2"; }

.icon-stopwatch3:before {
  content: "\eea3"; }

.icon-atom3:before {
  content: "\eea4"; }

.icon-syringe:before {
  content: "\eea5"; }

.icon-health2:before {
  content: "\eea6"; }

.icon-bolt3:before {
  content: "\eea7"; }

.icon-pill:before {
  content: "\eea8"; }

.icon-bones:before {
  content: "\eea9"; }

.icon-lab5:before {
  content: "\eeaa"; }

.icon-clipboard9:before {
  content: "\eeab"; }

.icon-mug5:before {
  content: "\eeac"; }

.icon-bucket:before {
  content: "\eead"; }

.icon-select:before {
  content: "\eeae"; }

.icon-graph:before {
  content: "\eeaf"; }

.icon-crop4:before {
  content: "\eeb0"; }

.icon-image5:before {
  content: "\eeb1"; }

.icon-cube2:before {
  content: "\eeb2"; }

.icon-bars4:before {
  content: "\eeb3"; }

.icon-chart9:before {
  content: "\eeb4"; }

.icon-pencil8:before {
  content: "\eeb5"; }

.icon-measure:before {
  content: "\eeb6"; }

.icon-eyedropper3:before {
  content: "\eeb7"; }

.icon-glass:before {
  content: "\f000"; }

.icon-music5:before {
  content: "\f001"; }

.icon-search8:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart12:before {
  content: "\f004"; }

.icon-star10:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-user15:before {
  content: "\f007"; }

.icon-film8:before {
  content: "\f008"; }

.icon-th-large2:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list2:before {
  content: "\f00b"; }

.icon-check:before {
  content: "\f00c"; }

.icon-times2:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before {
  content: "\f013"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-home8:before {
  content: "\f015"; }

.icon-file-o:before {
  content: "\f016"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download9:before {
  content: "\f019"; }

.icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.icon-arrow-circle-o-up:before {
  content: "\f01b"; }

.icon-inbox5:before {
  content: "\f01c"; }

.icon-play-circle-o:before {
  content: "\f01d"; }

.icon-rotate-right:before {
  content: "\f01e"; }

.icon-refresh7:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock6:before {
  content: "\f023"; }

.icon-flag6:before {
  content: "\f024"; }

.icon-headphones5:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down2:before {
  content: "\f027"; }

.icon-volume-up2:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode3:before {
  content: "\f02a"; }

.icon-tag9:before {
  content: "\f02b"; }

.icon-tags4:before {
  content: "\f02c"; }

.icon-book8:before {
  content: "\f02d"; }

.icon-bookmark10:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera16:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left2:before {
  content: "\f036"; }

.icon-align-center2:before {
  content: "\f037"; }

.icon-align-right2:before {
  content: "\f038"; }

.icon-align-justify2:before {
  content: "\f039"; }

.icon-list8:before {
  content: "\f03a"; }

.icon-dedent:before {
  content: "\f03b"; }

.icon-indent:before {
  content: "\f03c"; }

.icon-video-camera:before {
  content: "\f03d"; }

.icon-picture-o:before {
  content: "\f03e"; }

.icon-pencil9:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit5:before {
  content: "\f044"; }

.icon-share-square-o:before {
  content: "\f045"; }

.icon-check-square-o:before {
  content: "\f046"; }

.icon-arrows:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play6:before {
  content: "\f04b"; }

.icon-pause5:before {
  content: "\f04c"; }

.icon-stop5:before {
  content: "\f04d"; }

.icon-forward6:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject4:before {
  content: "\f052"; }

.icon-chevron-left2:before {
  content: "\f053"; }

.icon-chevron-right2:before {
  content: "\f054"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-minus-circle:before {
  content: "\f056"; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-crosshairs:before {
  content: "\f05b"; }

.icon-times-circle-o:before {
  content: "\f05c"; }

.icon-check-circle-o:before {
  content: "\f05d"; }

.icon-ban:before {
  content: "\f05e"; }

.icon-arrow-left8:before {
  content: "\f060"; }

.icon-arrow-right8:before {
  content: "\f061"; }

.icon-arrow-up8:before {
  content: "\f062"; }

.icon-arrow-down8:before {
  content: "\f063"; }

.icon-mail-forward:before {
  content: "\f064"; }

.icon-expand5:before {
  content: "\f065"; }

.icon-compress:before {
  content: "\f066"; }

.icon-plus7:before {
  content: "\f067"; }

.icon-minus8:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-gift5:before {
  content: "\f06b"; }

.icon-leaf4:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye7:before {
  content: "\f06e"; }

.icon-eye-slash:before {
  content: "\f070"; }

.icon-warning4:before {
  content: "\f071"; }

.icon-plane3:before {
  content: "\f072"; }

.icon-calendar10:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment5:before {
  content: "\f075"; }

.icon-magnet3:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet2:before {
  content: "\f079"; }

.icon-shopping-cart2:before {
  content: "\f07a"; }

.icon-folder6:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-arrows-v:before {
  content: "\f07d"; }

.icon-arrows-h:before {
  content: "\f07e"; }

.icon-bar-chart-o:before {
  content: "\f080"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key7:before {
  content: "\f084"; }

.icon-gears2:before {
  content: "\f085"; }

.icon-comments3:before {
  content: "\f086"; }

.icon-thumbs-o-up:before {
  content: "\f087"; }

.icon-thumbs-o-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-o:before {
  content: "\f08a"; }

.icon-sign-out:before {
  content: "\f08b"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-thumb-tack:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-sign-in:before {
  content: "\f090"; }

.icon-trophy3:before {
  content: "\f091"; }

.icon-github-square:before {
  content: "\f092"; }

.icon-upload6:before {
  content: "\f093"; }

.icon-lemon-o:before {
  content: "\f094"; }

.icon-phone11:before {
  content: "\f095"; }

.icon-square-o:before {
  content: "\f096"; }

.icon-bookmark-o:before {
  content: "\f097"; }

.icon-phone-square:before {
  content: "\f098"; }

.icon-twitter5:before {
  content: "\f099"; }

.icon-facebook7:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card2:before {
  content: "\f09d"; }

.icon-rss4:before {
  content: "\f09e"; }

.icon-hdd-o:before {
  content: "\f0a0"; }

.icon-bullhorn3:before {
  content: "\f0a1"; }

.icon-bell3:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-o-right:before {
  content: "\f0a4"; }

.icon-hand-o-left:before {
  content: "\f0a5"; }

.icon-hand-o-up:before {
  content: "\f0a6"; }

.icon-hand-o-down:before {
  content: "\f0a7"; }

.icon-arrow-circle-left:before {
  content: "\f0a8"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-arrow-circle-up:before {
  content: "\f0aa"; }

.icon-arrow-circle-down:before {
  content: "\f0ab"; }

.icon-globe6:before {
  content: "\f0ac"; }

.icon-wrench3:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter4:before {
  content: "\f0b0"; }

.icon-briefcase5:before {
  content: "\f0b1"; }

.icon-arrows-alt:before {
  content: "\f0b2"; }

.icon-group2:before {
  content: "\f0c0"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-cloud14:before {
  content: "\f0c2"; }

.icon-flask:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip5:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-square3:before {
  content: "\f0c8"; }

.icon-bars5:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck5:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-unsorted:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope8:before {
  content: "\f0e0"; }

.icon-linkedin3:before {
  content: "\f0e1"; }

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-o:before {
  content: "\f0e5"; }

.icon-comments-o:before {
  content: "\f0e6"; }

.icon-flash2:before {
  content: "\f0e7"; }

.icon-sitemap3:before {
  content: "\f0e8"; }

.icon-umbrella4:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb-o:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download3:before {
  content: "\f0ed"; }

.icon-cloud-upload3:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase5:before {
  content: "\f0f2"; }

.icon-bell-o:before {
  content: "\f0f3"; }

.icon-coffee5:before {
  content: "\f0f4"; }

.icon-cutlery:before {
  content: "\f0f5"; }

.icon-file-text-o:before {
  content: "\f0f6"; }

.icon-building-o:before {
  content: "\f0f7"; }

.icon-hospital-o:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer2:before {
  content: "\f0fc"; }

.icon-h-square:before {
  content: "\f0fd"; }

.icon-plus-square:before {
  content: "\f0fe"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-angle-double-up:before {
  content: "\f102"; }

.icon-angle-double-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop3:before {
  content: "\f108"; }

.icon-laptop5:before {
  content: "\f109"; }

.icon-tablet4:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-o:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle2:before {
  content: "\f111"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-o:before {
  content: "\f114"; }

.icon-folder-open-o:before {
  content: "\f115"; }

.icon-smile-o:before {
  content: "\f118"; }

.icon-frown-o:before {
  content: "\f119"; }

.icon-meh-o:before {
  content: "\f11a"; }

.icon-gamepad4:before {
  content: "\f11b"; }

.icon-keyboard-o:before {
  content: "\f11c"; }

.icon-flag-o:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code4:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow2:before {
  content: "\f124"; }

.icon-crop5:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question4:before {
  content: "\f128"; }

.icon-info8:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone9:before {
  content: "\f130"; }

.icon-microphone-slash:before {
  content: "\f131"; }

.icon-shield4:before {
  content: "\f132"; }

.icon-calendar-o:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket3:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-circle-left:before {
  content: "\f137"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-up:before {
  content: "\f139"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor4:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-h:before {
  content: "\f141"; }

.icon-ellipsis-v:before {
  content: "\f142"; }

.icon-rss-square:before {
  content: "\f143"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-ticket5:before {
  content: "\f145"; }

.icon-minus-square:before {
  content: "\f146"; }

.icon-minus-square-o:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-square:before {
  content: "\f14a"; }

.icon-pencil-square:before {
  content: "\f14b"; }

.icon-external-link-square:before {
  content: "\f14c"; }

.icon-share-square:before {
  content: "\f14d"; }

.icon-compass8:before {
  content: "\f14e"; }

.icon-toggle-down:before {
  content: "\f150"; }

.icon-toggle-up:before {
  content: "\f151"; }

.icon-toggle-right:before {
  content: "\f152"; }

.icon-euro:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar3:before {
  content: "\f155"; }

.icon-rupee:before {
  content: "\f156"; }

.icon-cny:before {
  content: "\f157"; }

.icon-ruble:before {
  content: "\f158"; }

.icon-won:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-file9:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-alpha-asc:before {
  content: "\f15d"; }

.icon-sort-alpha-desc:before {
  content: "\f15e"; }

.icon-sort-amount-asc:before {
  content: "\f160"; }

.icon-sort-amount-desc:before {
  content: "\f161"; }

.icon-sort-numeric-asc:before {
  content: "\f162"; }

.icon-sort-numeric-desc:before {
  content: "\f163"; }

.icon-thumbs-up4:before {
  content: "\f164"; }

.icon-thumbs-down2:before {
  content: "\f165"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-square:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stack-overflow:before {
  content: "\f16c"; }

.icon-instagram4:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-square:before {
  content: "\f172"; }

.icon-tumblr4:before {
  content: "\f173"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple3:before {
  content: "\f179"; }

.icon-windows4:before {
  content: "\f17a"; }

.icon-android3:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble6:before {
  content: "\f17d"; }

.icon-skype3:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female2:before {
  content: "\f182"; }

.icon-male2:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun-o:before {
  content: "\f185"; }

.icon-moon-o:before {
  content: "\f186"; }

.icon-archive8:before {
  content: "\f187"; }

.icon-bug4:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-pagelines:before {
  content: "\f18c"; }

.icon-stack-exchange:before {
  content: "\f18d"; }

.icon-arrow-circle-o-right:before {
  content: "\f18e"; }

.icon-arrow-circle-o-left:before {
  content: "\f190"; }

.icon-toggle-left:before {
  content: "\f191"; }

.icon-dot-circle-o:before {
  content: "\f192"; }

.icon-wheelchair:before {
  content: "\f193"; }

.icon-vimeo-square:before {
  content: "\f194"; }

.icon-turkish-lira:before {
  content: "\f195"; }

.icon-plus-square-o:before {
  content: "\f196"; }

.icon-phone42:before {
  content: "\e843"; }

.icon-mobile32:before {
  content: "\e844"; }

.icon-mouse4:before {
  content: "\e845"; }

.icon-directions2:before {
  content: "\e846"; }

.icon-mail62:before {
  content: "\e847"; }

.icon-paperplane22:before {
  content: "\e848"; }

.icon-pencil42:before {
  content: "\e849"; }

.icon-feather22:before {
  content: "\e84a"; }

.icon-paperclip22:before {
  content: "\e84b"; }

.icon-drawer4:before {
  content: "\e84c"; }

.icon-reply22:before {
  content: "\e84d"; }

.icon-reply-all2:before {
  content: "\e84e"; }

.icon-forward62:before {
  content: "\e84f"; }

.icon-user82:before {
  content: "\e850"; }

.icon-users42:before {
  content: "\e851"; }

.icon-user-add2:before {
  content: "\e852"; }

.icon-vcard2:before {
  content: "\e853"; }

.icon-export2:before {
  content: "\e854"; }

.icon-location42:before {
  content: "\e855"; }

.icon-map32:before {
  content: "\e856"; }

.icon-compass32:before {
  content: "\e857"; }

.icon-location52:before {
  content: "\e858"; }

.icon-target22:before {
  content: "\e859"; }

.icon-share22:before {
  content: "\e85a"; }

.icon-sharable:before {
  content: "\e85b"; }

.icon-heart62:before {
  content: "\e85c"; }

.icon-heart72:before {
  content: "\e85d"; }

.icon-star62:before {
  content: "\e85e"; }

.icon-star72:before {
  content: "\e85f"; }

.icon-thumbsup3:before {
  content: "\e860"; }

.icon-thumbsdown3:before {
  content: "\e861"; }

.icon-chat22:before {
  content: "\e862"; }

.icon-comment22:before {
  content: "\e863"; }

.icon-quote5:before {
  content: "\e864"; }

.icon-house:before {
  content: "\e865"; }

.icon-popup2:before {
  content: "\e866"; }

.icon-search52:before {
  content: "\e867"; }

.icon-flashlight:before {
  content: "\e868"; }

.icon-printer6:before {
  content: "\e869"; }

.icon-bell32:before {
  content: "\e86a"; }

.icon-link22:before {
  content: "\e86b"; }

.icon-flag32:before {
  content: "\e86c"; }

.icon-cog32:before {
  content: "\e86d"; }

.icon-tools3:before {
  content: "\e86e"; }

.icon-trophy32:before {
  content: "\e86f"; }

.icon-tag42:before {
  content: "\e870"; }

.icon-camera62:before {
  content: "\e871"; }

.icon-megaphone22:before {
  content: "\e872"; }

.icon-moon22:before {
  content: "\e873"; }

.icon-palette:before {
  content: "\e874"; }

.icon-leaf32:before {
  content: "\e875"; }

.icon-music42:before {
  content: "\e876"; }

.icon-music52:before {
  content: "\e877"; }

.icon-new:before {
  content: "\e878"; }

.icon-graduation:before {
  content: "\e879"; }

.icon-book42:before {
  content: "\e87a"; }

.icon-newspaper32:before {
  content: "\e87b"; }

.icon-bag4:before {
  content: "\e87c"; }

.icon-airplane2:before {
  content: "\e87d"; }

.icon-lifebuoy:before {
  content: "\e87e"; }

.icon-eye52:before {
  content: "\e87f"; }

.icon-clock52:before {
  content: "\e880"; }

.icon-microphone22:before {
  content: "\e881"; }

.icon-calendar62:before {
  content: "\e882"; }

.icon-bolt4:before {
  content: "\e883"; }

.icon-thunder:before {
  content: "\e884"; }

.icon-droplet22:before {
  content: "\e885"; }

.icon-cd3:before {
  content: "\e886"; }

.icon-briefcase32:before {
  content: "\e887"; }

.icon-air:before {
  content: "\e888"; }

.icon-hourglass3:before {
  content: "\e889"; }

.icon-gauge:before {
  content: "\e88a"; }

.icon-language:before {
  content: "\e88b"; }

.icon-network:before {
  content: "\e88c"; }

.icon-key52:before {
  content: "\e88d"; }

.icon-battery9:before {
  content: "\e88e"; }

.icon-bucket2:before {
  content: "\e88f"; }

.icon-magnet32:before {
  content: "\e890"; }

.icon-drive:before {
  content: "\e891"; }

.icon-cup22:before {
  content: "\e892"; }

.icon-rocket32:before {
  content: "\e893"; }

.icon-brush4:before {
  content: "\e894"; }

.icon-suitcase22:before {
  content: "\e895"; }

.icon-cone4:before {
  content: "\e896"; }

.icon-earth22:before {
  content: "\e897"; }

.icon-keyboard22:before {
  content: "\e898"; }

.icon-browser22:before {
  content: "\e899"; }

.icon-publish:before {
  content: "\e89a"; }

.icon-progress-3:before {
  content: "\e89b"; }

.icon-progress-2:before {
  content: "\e89c"; }

.icon-brogress-1:before {
  content: "\e89d"; }

.icon-progress-0:before {
  content: "\e89e"; }

.icon-sun6:before {
  content: "\e89f"; }

.icon-sun22:before {
  content: "\e8a0"; }

.icon-adjust2:before {
  content: "\e8a1"; }

.icon-code32:before {
  content: "\e8a2"; }

.icon-screen32:before {
  content: "\e8a3"; }

.icon-infinity2:before {
  content: "\e8a4"; }

.icon-light-bulb:before {
  content: "\e8a5"; }

.icon-creditcard2:before {
  content: "\e8a6"; }

.icon-database3:before {
  content: "\e8a7"; }

.icon-voicemail:before {
  content: "\e8a8"; }

.icon-clipboard22:before {
  content: "\e8a9"; }

.icon-cart42:before {
  content: "\e8aa"; }

.icon-box5:before {
  content: "\e8ab"; }

.icon-ticket32:before {
  content: "\e8ac"; }

.icon-rss22:before {
  content: "\e8ad"; }

.icon-signal2:before {
  content: "\e8ae"; }

.icon-thermometer4:before {
  content: "\e8af"; }

.icon-droplets:before {
  content: "\e8b0"; }

.icon-uniE8B1:before {
  content: "\e8b1"; }

.icon-statistics:before {
  content: "\e8b2"; }

.icon-pie2:before {
  content: "\e8b3"; }

.icon-bars42:before {
  content: "\e8b4"; }

.icon-graph2:before {
  content: "\e8b5"; }

.icon-lock52:before {
  content: "\e8b6"; }

.icon-lock-open2:before {
  content: "\e8b7"; }

.icon-logout:before {
  content: "\e8b8"; }

.icon-login:before {
  content: "\e8b9"; }

.icon-checkmark32:before {
  content: "\e8ba"; }

.icon-cross3:before {
  content: "\e8bb"; }

.icon-minus32:before {
  content: "\e8bc"; }

.icon-plus32:before {
  content: "\e8bd"; }

.icon-cross22:before {
  content: "\e8be"; }

.icon-minus42:before {
  content: "\e8bf"; }

.icon-plus42:before {
  content: "\e8c0"; }

.icon-cross32:before {
  content: "\e8c1"; }

.icon-minus52:before {
  content: "\e8c2"; }

.icon-plus52:before {
  content: "\e8c3"; }

.icon-erase:before {
  content: "\e8c4"; }

.icon-blocked22:before {
  content: "\e8c5"; }

.icon-info42:before {
  content: "\e8c6"; }

.icon-info52:before {
  content: "\e8c7"; }

.icon-question42:before {
  content: "\e8c8"; }

.icon-help2:before {
  content: "\e8c9"; }

.icon-warning32:before {
  content: "\e8ca"; }

.icon-cycle:before {
  content: "\e8cb"; }

.icon-cw:before {
  content: "\e8cc"; }

.icon-ccw:before {
  content: "\e8cd"; }

.icon-shuffle22:before {
  content: "\e8ce"; }

.icon-arrow:before {
  content: "\e8cf"; }

.icon-arrow2:before {
  content: "\e8d0"; }

.icon-retweet22:before {
  content: "\e8d1"; }

.icon-loop4:before {
  content: "\e8d2"; }

.icon-history2:before {
  content: "\e8d3"; }

.icon-back:before {
  content: "\e8d4"; }

.icon-switch22:before {
  content: "\e8d5"; }

.icon-list52:before {
  content: "\e8d6"; }

.icon-add-to-list:before {
  content: "\e8d7"; }

.icon-layout15:before {
  content: "\e8d8"; }

.icon-list62:before {
  content: "\e8d9"; }

.icon-text:before {
  content: "\e8da"; }

.icon-text2:before {
  content: "\e8db"; }

.icon-document3:before {
  content: "\e8dc"; }

.icon-docs:before {
  content: "\e8dd"; }

.icon-landscape:before {
  content: "\e8de"; }

.icon-pictures7:before {
  content: "\e8df"; }

.icon-video22:before {
  content: "\e8e0"; }

.icon-music6:before {
  content: "\e8e1"; }

.icon-folder32:before {
  content: "\e8e2"; }

.icon-archive22:before {
  content: "\e8e3"; }

.icon-trash32:before {
  content: "\e8e4"; }

.icon-upload52:before {
  content: "\e8e5"; }

.icon-download52:before {
  content: "\e8e6"; }

.icon-disk22:before {
  content: "\e8e7"; }

.icon-install:before {
  content: "\e8e8"; }

.icon-cloud52:before {
  content: "\e8e9"; }

.icon-upload62:before {
  content: "\e8ea"; }

.icon-bookmark32:before {
  content: "\e8eb"; }

.icon-bookmarks2:before {
  content: "\e8ec"; }

.icon-book52:before {
  content: "\e8ed"; }

.icon-play62:before {
  content: "\e8ee"; }

.icon-pause52:before {
  content: "\e8ef"; }

.icon-record:before {
  content: "\e8f0"; }

.icon-stop52:before {
  content: "\e8f1"; }

.icon-next2:before {
  content: "\e8f2"; }

.icon-previous2:before {
  content: "\e8f3"; }

.icon-first22:before {
  content: "\e8f4"; }

.icon-last22:before {
  content: "\e8f5"; }

.icon-resize-enlarge:before {
  content: "\e8f6"; }

.icon-resize-shrink:before {
  content: "\e8f7"; }

.icon-volume10:before {
  content: "\e8f8"; }

.icon-sound3:before {
  content: "\e8f9"; }

.icon-mute3:before {
  content: "\e8fa"; }

.icon-flow-cascade:before {
  content: "\e8fb"; }

.icon-flow-branch:before {
  content: "\e8fc"; }

.icon-flow-tree:before {
  content: "\e8fd"; }

.icon-flow-line:before {
  content: "\e8fe"; }

.icon-flow-parallel2:before {
  content: "\e8ff"; }

.icon-arrow-left52:before {
  content: "\e900"; }

.icon-arrow-down52:before {
  content: "\e901"; }

.icon-arrow-up-upload:before {
  content: "\e902"; }

.icon-arrow-right52:before {
  content: "\e903"; }

.icon-arrow-left62:before {
  content: "\e904"; }

.icon-arrow-down62:before {
  content: "\e905"; }

.icon-arrow-up52:before {
  content: "\e906"; }

.icon-arrow-right62:before {
  content: "\e907"; }

.icon-arrow-left72:before {
  content: "\e908"; }

.icon-arrow-down72:before {
  content: "\e909"; }

.icon-arrow-up62:before {
  content: "\e90a"; }

.icon-arrow-right72:before {
  content: "\e90b"; }

.icon-arrow-left82:before {
  content: "\e90c"; }

.icon-arrow-down82:before {
  content: "\e90d"; }

.icon-arrow-up72:before {
  content: "\e90e"; }

.icon-arrow-right82:before {
  content: "\e90f"; }

.icon-arrow-left9:before {
  content: "\e910"; }

.icon-arrow-down9:before {
  content: "\e911"; }

.icon-arrow-up82:before {
  content: "\e912"; }

.icon-arrow-right9:before {
  content: "\e913"; }

.icon-arrow-left10:before {
  content: "\e914"; }

.icon-arrow-down10:before {
  content: "\e915"; }

.icon-arrow-up9:before {
  content: "\e916"; }

.icon-arrow-right10:before {
  content: "\e917"; }

.icon-arrow-left11:before {
  content: "\e918"; }

.icon-arrow-down11:before {
  content: "\e919"; }

.icon-arrow-up10:before {
  content: "\e91a"; }

.icon-uniE91B:before {
  content: "\e91b"; }

.icon-arrow-left12:before {
  content: "\e91c"; }

.icon-arrow-down12:before {
  content: "\e91d"; }

.icon-arrow-up11:before {
  content: "\e91e"; }

.icon-arrow-right11:before {
  content: "\e91f"; }

.icon-menu4:before {
  content: "\e920"; }

.icon-ellipsis:before {
  content: "\e921"; }

.icon-dots:before {
  content: "\e922"; }

.icon-dot:before {
  content: "\e923"; }

.icon-cc:before {
  content: "\e924"; }

.icon-cc-by:before {
  content: "\e925"; }

.icon-cc-nc:before {
  content: "\e926"; }

.icon-cc-nc-eu:before {
  content: "\e927"; }

.icon-cc-nc-jp:before {
  content: "\e928"; }

.icon-cc-sa:before {
  content: "\e929"; }

.icon-cc-nd:before {
  content: "\e92a"; }

.icon-cc-pd:before {
  content: "\e92b"; }

.icon-cc-zero:before {
  content: "\e92c"; }

.icon-cc-share:before {
  content: "\e92d"; }

.icon-cc-share2:before {
  content: "\e92e"; }

.icon-danielbruce:before {
  content: "\e92f"; }

.icon-danielbruce2:before {
  content: "\e930"; }

.icon-github7:before {
  content: "\e931"; }

.icon-github8:before {
  content: "\e932"; }

.icon-flickr6:before {
  content: "\e933"; }

.icon-flickr7:before {
  content: "\e934"; }

.icon-vimeo4:before {
  content: "\e935"; }

.icon-vimeo5:before {
  content: "\e936"; }

.icon-twitter52:before {
  content: "\e937"; }

.icon-twitter6:before {
  content: "\e938"; }

.icon-facebook62:before {
  content: "\e939"; }

.icon-facebook72:before {
  content: "\e93a"; }

.icon-facebook8:before {
  content: "\e93b"; }

.icon-googleplus6:before {
  content: "\e93c"; }

.icon-googleplus7:before {
  content: "\e93d"; }

.icon-pinterest4:before {
  content: "\e93e"; }

.icon-pinterest5:before {
  content: "\e93f"; }

.icon-tumblr42:before {
  content: "\e940"; }

.icon-tumblr5:before {
  content: "\e941"; }

.icon-linkedin32:before {
  content: "\e942"; }

.icon-linkedin4:before {
  content: "\e943"; }

.icon-dribbble62:before {
  content: "\e944"; }

.icon-dribbble7:before {
  content: "\e945"; }

.icon-stumbleupon3:before {
  content: "\e946"; }

.icon-stumbleupon4:before {
  content: "\e947"; }

.icon-lastfm3:before {
  content: "\e948"; }

.icon-lastfm4:before {
  content: "\e949"; }

.icon-rdio:before {
  content: "\e94a"; }

.icon-rdio2:before {
  content: "\e94b"; }

.icon-spotify:before {
  content: "\e94c"; }

.icon-spotify2:before {
  content: "\e94d"; }

.icon-qq:before {
  content: "\e94e"; }

.icon-instagram42:before {
  content: "\e94f"; }

.icon-dropbox2:before {
  content: "\e950"; }

.icon-evernote:before {
  content: "\e951"; }

.icon-flattr2:before {
  content: "\e952"; }

.icon-skype32:before {
  content: "\e953"; }

.icon-skype4:before {
  content: "\e954"; }

.icon-renren2:before {
  content: "\e955"; }

.icon-sina-weibo:before {
  content: "\e956"; }

.icon-paypal4:before {
  content: "\e957"; }

.icon-picasa:before {
  content: "\e958"; }

.icon-soundcloud3:before {
  content: "\e959"; }

.icon-mixi:before {
  content: "\e95a"; }

.icon-behance:before {
  content: "\e95b"; }

.icon-circles:before {
  content: "\e95c"; }

.icon-vk2:before {
  content: "\e95d"; }

.icon-smashing:before {
  content: "\e95e"; }

.woocommerce-checkout .form-row .chosen-container {
  width: 100% !important; }

.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  height: 28px;
  line-height: 29px; }

.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background: url(../images/chosen-sprite.png) 0 3px no-repeat !important; }

.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div b {
  background-position: -18px 4px !important; }

.woocommerce-checkout .form-row .chosen-container-single .chosen-search input {
  line-height: 13px;
  width: 100% !important;
  box-sizing: border-box; }

.woocommerce-checkout .form-row .chosen-container .chosen-drop {
  width: 100% !important;
  box-sizing: border-box; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
    background-image: url(../images/chosen-sprite@2x.png) !important;
    background-position: 0 5px !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important; }
  .woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div b {
    background-position: -18px 5px !important; } }

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 26px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 26px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/chosen-sprite.png) 0 2px no-repeat; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(../images/chosen-sprite.png) 100% -20px no-repeat #fff;
  background: url(../images/chosen-sprite.png) 100% -20px no-repeat, linear-gradient(#eee 1%, #fff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important; }

.chosen-disabled {
  opacity: .5 !important;
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
  cursor: default; }

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl .chosen-drop, .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(../images/chosen-sprite.png) -30px -20px no-repeat #fff;
  background: url(../images/chosen-sprite.png) -30px -20px no-repeat, linear-gradient(#eee 1%, #fff 15%);
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(../images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* SHOP
-----------------------------------------------------------------------------------------------------*/
.table_shop_cart th, .subcategories .category-name {
  font-family: "Oswald"; }

.widget_price_filter .price_slider_amount .btn:before, .widget_price_filter .price_slider_amount #pages-block .page-wrap a.more-link:before, #pages-block .page-wrap .widget_price_filter .price_slider_amount a.more-link:before,
.content-item-description a.wc-forward:after,
.woocommerce .widget_layered_nav ul li.chosen a::before, .woocommerce .widget_layered_nav ul li a::before,
ul.product-categories ul li a:before {
  font-family: "icomoon"; }

.zoomImg {
  cursor: -moz-zoom-in; }

#page-shop-sidebar ul.breadcrumb {
  display: none; }

.shop-products-list .owl-controls, .WooProductDetail .owl-controls {
  margin-top: 0; }

.WooProductDetail .owl-controls .owl-pagination,
.shop-products-list .imgMainProduct .owl-controls .owl-pagination,
.shopImages .imgMainProduct .owl-controls .owl-pagination, .shopImages .imgsubproduct .owl-controls .owl-pagination {
  display: none; }

.product_list_widget {
  list-style: none;
  clear: both; }

/*header: form search*/
/*rating*/
.woocommerce .star-rating {
  float: none;
  display: inline-block; }

.woocommerce .star-rating:before, .woocommerce-page .star-rating:before,
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
  font-size: 13px;
  letter-spacing: 2px; }

.woocommerce span.onsale, .woocommerce-page span.onsale {
  z-index: 2; }

.woocommerce .comment-text .star-rating, .woocommerce-page .comment-text .star-rating {
  float: right; }

.star-rating span {
  color: #ff5344; }

/* description */
.term-description {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px; }

.woo-category {
  margin-bottom: 30px;
  overflow: hidden; }

.woo-category img {
  float: left;
  margin-right: 30px;
  width: 130px; }

.woo-category .term-description {
  border-bottom: none;
  overflow: hidden;
  margin-bottom: 0; }

.woo-category .term-description p {
  margin: 0; }

/* Subcategory */
.slider-subcategories .owl-wrapper-outer {
  margin-bottom: 30px; }

.subcategories a {
  display: block;
  margin: 0;
  text-align: center; }

.subcategories a .product-cat-image {
  display: block; }

.subcategories a .product-cat-image img {
  display: block;
  border-radius: 5px;
  max-height: 100%;
  margin: auto;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s; }

.subcategories a:hover .product-cat-image img {
  opacity: 1; }

.subcategories .category-name {
  border-radius: 0 0 5px 5px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 5px 35px 5px 10px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }

.subcategories .category-name .count {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  height: 20px;
  line-height: 10px;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px; }

.subcategories .product-category > a {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 7px;
  border-radius: 0 0 5px 5px; }

.subcategories .product-category > a > .product-cat-image {
  background-color: rgba(0, 0, 0, 0.1); }

.slider-subcategories.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0; }

.slider-subcategories.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0; }

.woo-category .attachment-shop_catalog {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 3px;
  margin-top: 0; }

/* Category */
/*product-categories*/
ul.product-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase; }

ul.product-categories ul {
  margin: 1px 0 0 25px;
  padding: 0;
  display: none; }

ul.product-categories li {
  position: relative;
  margin-bottom: 5px;
  line-height: 30px; }

ul.product-categories li + li {
  margin: 10px 0 0; }

ul.product-categories li a {
  display: block; }

ul.product-categories li .showsubmenu {
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: right;
  width: 50px;
  cursor: pointer; }

ul.product-categories li.parent-showsub > ul {
  display: block; }

/*icon-minus-square-o*/
ul.product-categories li.parent-showsub > .showsubmenu:before {
  content: "\f068"; }

ul.product-categories ul {
  margin-left: 15px; }

/*icon-plus-square-o*/
ul.product-categories ul li a:before {
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  display: inline-block;
  text-transform: none;
  content: "\e917";
  position: relative;
  top: 1px;
  line-height: normal; }

/*sidebar*/
.sidebar ul.product-categories li.cat-item:before {
  display: none; }

.sidebar ul.product-categories li.cat-item > a {
  display: block;
  font-size: 12.5px;
  padding: 5px 13px; }

.sidebar ul.product-categories .children {
  margin-left: 0; }

.sidebar ul.product-categories .children .cat-item > a {
  padding-left: 20px; }

.sidebar ul.product-categories .children .children .cat-item > a {
  padding-left: 35px; }

.sidebar ul.product-categories .children .children .children .cat-item > a {
  padding-left: 50px; }

.sidebar ul.product-categories .children .children .children .children .cat-item > a {
  padding-left: 65px; }

.sidebar ul.product-categories .children .children .children .children .children .cat-item > a {
  padding-left: 80px; }

.sidebar ul.product-categories ul {
  margin-top: 1px; }

.sidebar ul.product-categories li + li {
  margin: 1px 0; }

.sidebar ul.product-categories li.cat-item > a:hover, .woocommerce.widget_product_categories li.cat-item.current-cat > a {
  background-color: rgba(0, 0, 0, 0.1);
  color: inherit; }

.sidebar .woocommerce.widget_layered_nav ul li {
  position: relative; }

.sidebar .woocommerce.widget_layered_nav ul li a {
  padding: 11px 20px;
  display: block; }

.sidebar .woocommerce.widget_layered_nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: inherit; }

.sidebar .woocommerce.widget_layered_nav ul li span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 500; }

/*.icon-checkbox-unchecked*/
.woocommerce .widget_layered_nav ul li a::before {
  content: "\e739";
  margin-right: 0.618em; }

/*icon-checkbox-checked*/
.woocommerce .widget_layered_nav ul li.chosen a::before {
  content: "\e738"; }

/*Search box*/
form.woocommerce-product-search {
  border: 1px solid #dcdcdc;
  border-radius: 5px; }

form.woocommerce-product-search .search-field {
  border: none; }

form.woocommerce-product-search input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 13px;
  font-weight: 500;
  height: 34px;
  padding: 0 21px;
  position: absolute;
  right: 0;
  text-transform: uppercase; }

/* filter */
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  line-height: 32px;
  margin: 0; }

.woocommerce .woocommerce-result-count {
  font-style: italic; }

.product-filter {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
  padding: 0 0 30px; }

.product-filter .woocommerce-ordering {
  margin: 0; }

.product-filter .woocommerce-ordering .chosen-container {
  min-width: 300px; }

.widget_price_filter h3.widget-title {
  display: none; }

.widget_price_filter .btn, .widget_price_filter #pages-block .page-wrap a.more-link, #pages-block .page-wrap .widget_price_filter a.more-link {
  float: left; }

.widget_price_filter .price_slider_amount .btn, .widget_price_filter .price_slider_amount #pages-block .page-wrap a.more-link, #pages-block .page-wrap .widget_price_filter .price_slider_amount a.more-link {
  position: relative;
  padding-left: 30px; }

/*icon-filter2*/
.widget_price_filter .price_slider_amount .btn:before, .widget_price_filter .price_slider_amount #pages-block .page-wrap a.more-link:before, #pages-block .page-wrap .widget_price_filter .price_slider_amount a.more-link:before {
  content: "\e73f";
  color: #fff;
  position: absolute;
  left: 10px; }

/* item */
#page #content .shop-products-list .item {
  margin-bottom: 30px; }

.shop-products-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 100;
  line-height: 30px; }

.shop-products-list .imgMainProduct .item > a {
  display: block; }

/*product_list_widget*/
.shop-products-list .product_list_widget li {
  padding: 0 15px; }

.slider-products .product_list_widget li {
  padding: 0 !important; }

.shop-products-list .product_list_widget .inner-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.075);
  overflow: hidden;
  border-radius: 5px; }

.shop-products-list .product_list_widget .product-img {
  display: block;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075); }

.shop-products-list .product_list_widget .product-img .wp-post-image {
  display: block; }

.shop-products-list .product_list_widget .product-img img {
  width: 100%; }

.shop-products-list .product_list_widget .product-img a {
  display: block; }

.woocommerce.widget_products .product_list_widget .item {
  position: relative;
  margin-bottom: 20px;
  overflow: visible;
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05); }

.woocommerce.widget_products .product_list_widget .item .product-title {
  font-weight: 500; }

/*rectangle shadow*/
.woocommerce.widget_products .product_list_widget .item::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #253544 #253544 transparent;
  border-style: solid;
  border-width: 0 5px 5px 0;
  content: "";
  display: block;
  left: -4px;
  top: 35px;
  position: absolute; }

/*number*/
.woocommerce.widget_products .product_list_widget .item:before {
  background-color: rgba(96, 119, 141, 0.9);
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: -4px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  content: attr(data-id); }

.woocommerce.widget_products .product_list_widget .item:first-child:after {
  border-right-color: #8a1f14; }

.woocommerce.widget_products .product_list_widget .item:first-child:before {
  background-color: rgba(231, 76, 60, 0.9); }

.woocommerce.widget_products .product_list_widget .inner-item {
  overflow: hidden; }

.woocommerce.widget_products .product_list_widget .inner-item .product-img img {
  float: left;
  margin-right: 10px;
  max-width: 90px;
  width: 100%; }

.woocommerce.widget_products .product_list_widget .inner-item .product-title {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap; }

.woocommerce.widget_products .product_list_widget .product-price .price {
  font-size: 15px !important; }

.woocommerce.widget_products .product_list_widget li .product-price .price del {
  float: left; }

.woocommerce.widget_products .product_list_widget li .product-price .price del + ins {
  margin-left: 5px; }

/*content-item-description*/
.content-item-description .addtocart.added {
  display: none; }

.content-item-description a.wc-forward {
  display: block;
  text-align: right; }

.content-item-description a.wc-forward:after {
  position: relative;
  top: 1px;
  content: "\e917";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none; }

/*product-action*/
.item-btn {
  display: inline-block; }

.item-btn .clear {
  display: none !important; }

.woocommerce .btn.addtocart, .woocommerce #pages-block .page-wrap a.addtocart.more-link, #pages-block .page-wrap .woocommerce a.addtocart.more-link {
  background-color: transparent; }

.addtocart:hover, .addtocart:focus {
  background-color: #233444 !important;
  border-color: #233444 !important;
  color: #fff !important; }

.shop-products-list .product-action {
  color: #fff;
  z-index: 10;
  text-align: center;
  opacity: 0;
  height: 0px;
  position: absolute;
  bottom: -4px;
  width: 100%; }

.shop-products-list .product-action .item-btn {
  height: 36px;
  float: left;
  position: relative; }

.shop-products-list .product-action .item-btn {
  height: 36px;
  float: left;
  position: relative; }

.shop-products-list .product-action.countbtn_3 .item-btn {
  width: 32%;
  margin-left: 2%; }

.shop-products-list .product-action.countbtn_2 .item-btn {
  width: 49%;
  margin-left: 2%; }

.shop-products-list .product-action.countbtn_1 .item-btn {
  width: 100%; }

.shop-products-list .product-action .item-btn:first-child {
  margin-left: 0; }

.shop-products-list .product-action .item-btn div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.shop-products-list .product-action .item-btn .btn, .shop-products-list .product-action .item-btn #pages-block .page-wrap a.more-link, #pages-block .page-wrap .shop-products-list .product-action .item-btn a.more-link {
  background: rgba(0, 0, 0, 0.4) !important;
  border-color: rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 0 #aabd17 !important;
  padding: 0 !important;
  display: block; }

.shop-products-list .product-action .item-btn .btn:hover, .shop-products-list .product-action .item-btn #pages-block .page-wrap a.more-link:hover, #pages-block .page-wrap .shop-products-list .product-action .item-btn a.more-link:hover {
  background: rgba(0, 0, 0, 0.8) !important; }

.item-btn .yith-wcwl-add-to-wishlist a {
  position: relative;
  z-index: 10;
  line-height: 34px; }

.item-btn .yith-wcwl-wishlistexistsbrowse a,
.item-btn .yith-wcwl-wishlistaddedbrowse a,
.item-btn .compare-button a.added {
  border-color: #233444;
  background-color: #233444;
  color: #fff !important; }

.item-btn .yith-wcwl-wishlistexistsbrowse a:before, .item-btn .yith-wcwl-wishlistaddedbrowse a:before {
  content: "\e6b3";
  color: #fff; }

.item-btn .yith-wcwl-add-to-wishlist {
  margin: 0; }

.item-btn .yith-wcwl-add-to-wishlist .feedback, .yith-wcwl-wishlistaddresponse {
  display: none !important; }

.item-btn .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute; }

.item-btn .compare-button a {
  border-radius: 3px;
  overflow: hidden;
  line-height: 18px; }

.shop-info-detail .item-btn .compare-button a {
  width: 42px; }

.item-btn .compare-button a::before {
  margin-right: 15px; }

.icon-params.added:before {
  content: "\e6fb"; }

.shop-products-list .product-action .item-btn .compare-button a.icon-params::before {
  font-size: 14px;
  line-height: 34px;
  margin-right: 0; }

.shop-products-list .product-action .item-btn .compare-button a.icon-params {
  font-size: 0; }

.woocommerce div.product.compare-button {
  overflow: visible; }

.shop-products-list .product_list_widget .star-rating, .shop-products-list .product_list_widget .desc {
  margin-bottom: 20px; }

/*price*/
.product-price .price {
  display: block;
  font-weight: 300 !important;
  font-size: 21px !important;
  padding-bottom: 15px;
  line-height: 24px; }

.product-price .price ins {
  text-decoration: none;
  font-weight: 300 !important;
  background-color: transparent; }

.product-price .price del {
  font-size: 70% !important;
  color: black !important;
  font-weight: 300 !important;
  float: right;
  text-decoration: line-through; }

.shop-products-list .product-price .price del {
  float: none; }

/*product with attribute*/
.variations .reset_variations {
  margin-top: 10px; }

.shop-products-list .product_list_widget .content-item-description {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
  text-align: center; }

.shop-products-list .imgsubproduct, .woocommerce .shop-products-list .star-rating {
  height: 0;
  display: block;
  margin: 0 !important;
  position: relative;
  opacity: 0;
  overflow: hidden !important; }

.shop-products-list .star-rating {
  display: none !important; }

.woocommerce .shop-products-list .product_list_widget .inner-item:hover .star-rating {
  height: 1.5em;
  opacity: 1; }

.slider-products .product_list_widget {
  margin: 0 -10px !important;
  width: auto !important; }

.slider-products .owl-carousel .item {
  padding: 0 10px !important; }

.shop-main-products-list .imgsubproduct {
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: auto !important; }

.shop-main-products-list .imgsubproduct img {
  max-height: 50px; }

.shop-main-products-list .imgsubproduct .item {
  padding: 0 4px !important; }

.shop-main-products-list .imgsubproduct .active .item a {
  display: block;
  border: 1px solid #000; }

.shop-main-products-list .imgsubproduct .owl-controls .owl-buttons > div {
  font-size: 22px;
  width: 15px;
  height: 40px;
  line-height: 40px;
  top: 0;
  margin-top: 0; }

.shop-main-products-list .imgsubproduct .owl-controls .owl-buttons .owl-prev {
  left: 0; }

.shop-main-products-list .imgsubproduct .owl-controls .owl-buttons .owl-next {
  right: 0; }

.shop-products-list .product_list_widget .inner-item:hover .imgsubproduct {
  opacity: 1;
  height: 55px; }

.shop-products-list .product_list_widget .inner-item:hover .product-action {
  opacity: 1;
  height: 36px; }

.pp_gallery ul {
  height: 50px; }

.pp_gallery ul a {
  height: 50px; }

.pp_gallery ul a img {
  width: 50px !important;
  height: 50px; }

.product_list_widget span.onsale,
.shop-info-detail span.onsale {
  border-bottom: 4px solid rgba(0, 0, 0, 0.075);
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  height: 30px;
  left: -32px;
  line-height: 30px;
  margin: 0;
  min-height: 20px;
  min-width: 50px;
  padding: 0;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 10px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 120px; }

#page a.added_to_cart {
  padding-top: 0; }

#page .inner-item .price del {
  color: #333; }

#page .inner-item .price ins {
  text-decoration: none; }

.woocommerce_count {
  float: right;
  line-height: 54px; }

.woocommerce_count p {
  float: none;
  margin: 20px 0 0 !important; }

/* Widget
 --------------------------------------------------------------------------------------------- */
.cols1 .row {
  margin: 0 !important; }

.cols1 .product + .product, .cols1 .item + .item {
  border-top: 1px dashed #ccc;
  padding-top: 20px;
  margin-top: 20px; }

.cols1 .inner-item, .cols1 .product-title, .cols1 .desc, .cols1 .text-center {
  overflow: hidden;
  text-align: left; }

.cols1 .product-img {
  float: left;
  margin: 0 10px 0 0 !important;
  width: 80px;
  position: relative; }

.cols1 .product-action {
  text-align: center;
  padding-top: 5px; }

.cols1 .product-img .btnicon {
  line-height: normal;
  background: none !important;
  border-radius: 0;
  height: auto;
  text-align: center;
  width: auto;
  font-size: 14px; }

.cols1 .addtocart, .cols1 .desc, .cols1 .price del, .cols1 .product-img .onsale, .cols1 .product-action {
  display: none !important; }

.cols1 .product-title {
  font-size: 16px;
  margin-bottom: 15px; }

.cols1 .shop-products-list .product_list_widget .price {
  border: none;
  line-height: normal;
  font-size: 18px !important;
  padding: 0; }

.woocommerce .cols1 .star-rating, .woocommerce-page .cols1 .star-rating {
  margin-bottom: 10px; }

.sidebar .slider-products-2 .product_list_widget {
  width: auto;
  margin: 0 -5px !important; }

.sidebar .slider-products-2 .inner-item {
  padding: 0 5px !important; }

.sidebar .slider-products-2 .product-img {
  margin-bottom: 5px; }

.sidebar .slider-products-2 .product-action,
.sidebar .slider-products-2 .product-title,
.sidebar .slider-products-2 .desc,
.sidebar .slider-products-2 .text-center,
.sidebar .slider-products-2 .addtocart,
.sidebar .slider-products-2 .product-img:before,
.sidebar .slider-products-2 .onsale {
  display: none; }

.widget_recent_reviews li + li {
  border-top: 1px solid #ccc;
  padding: 20px 0 0 !important;
  margin: 20px 0 0 !important; }

/* slider */
.slider-products.shop-products-list .owl-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ddd; }

/* Edit user */
.forminput .input-text {
  width: 100%; }

.forminput p {
  margin-bottom: 20px; }

/* Detail
 --------------------------------------------------------------------------------------------- */
.shop-info-detail {
  margin-bottom: 30px; }

.woocommerce div.product {
  overflow: hidden;
  border-radius: 5px; }

h1.product_title {
  font-size: 32px; }

.woocommerce-main-image {
  display: block;
  margin-bottom: 10px; }

.woocommerce-product-rating {
  float: right; }

.woocommerce .woocommerce-product-rating .star-rating {
  float: none; }

.imgMainProduct .images {
  float: none !important;
  width: auto !important;
  margin: 0 !important; }

.shopImages .imgsubproduct {
  margin-top: 10px;
  cursor: pointer; }

.shopImages .imgsubproduct img {
  border-radius: 3px;
  display: block;
  width: 100%;
  border: 1px solid #dadada; }

.shop-info-detail .imgMainProduct .owl-item {
  padding: 1px; }

.shop-info-detail .imgMainProduct .item {
  border: 1px solid rgba(0, 0, 0, 0.075); }

.shopImages .shop-thumbnails .item {
  margin-bottom: 40px; }

.shopImages .shopImages-main {
  overflow: hidden;
  position: relative; }

.shopImages .shopImages-main a {
  display: block; }

.shopImages .shopImages-main img {
  width: 100% !important;
  display: block !important; }

.shopImages .imgsubproduct.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0; }

.shopImages .imgsubproduct.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0; }

.shopImages .inner-item {
  overflow: hidden; }

.WooProductDetail #primary {
  width: auto !important;
  padding: 0 !important;
  float: none !important; }

.shopImages .imgMainProduct {
  border-radius: 5px;
  overflow: hidden !important;
  box-shadow: 1px 1px #dddddd; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: #fff; }

.shop-info-detail .shop-summary .description {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd; }

/*zoom icon main-image*/
.zoom-item {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  border: 3px double #dddddd;
  border-radius: 100%;
  bottom: -40px;
  height: 90px;
  padding: 20px 23px;
  position: absolute;
  right: -40px;
  width: 90px;
  z-index: 100; }

/*=varation product*/
.woocommerce div.product form.cart .variations .item {
  overflow: hidden;
  margin-bottom: 10px; }

.woocommerce div.product form.cart .variations label {
  float: left;
  margin-right: 10px;
  width: 30%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.single_variation_wrap .single_variation {
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  overflow: hidden;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 30px; }

.single_variation_wrap .single_variation .price {
  float: left;
  margin: 0; }

.single_variation_wrap .single_variation .stock {
  float: right;
  margin: 0; }

.woocommerce div.product .single_variation_wrap .single_variation .price del {
  display: inline-block;
  font-size: 90%;
  margin-right: 10px; }

.woocommerce div.product .stock {
  color: #4cae4c; }

.woocommerce div.product .stock.out-of-stock {
  color: #d2322d; }

.product_meta p {
  margin-bottom: 10px; }

.shop-info-detail .variations_button {
  float: left;
  margin-bottom: 5px; }

.shop-info-detail .item-btn {
  float: left;
  margin-left: 4px;
  margin-bottom: 5px; }

.shop-info-detail .item-btn .btnicon {
  background-position: 0 0; }

.shop-info-detail .product-price .price del {
  float: left;
  margin-right: 10px; }

.product_meta {
  color: #8b8d90;
  font-style: italic;
  line-height: 24px;
  border-top: 1px solid #ddd;
  padding-top: 20px; }

.product_meta .sku_wrapper, .product_meta .posted_in {
  display: block; }

.product_meta a, .product_meta .sku {
  color: #666;
  font-style: normal; }

table.variations td {
  padding: 0 0 10px !important; }

table.variations .label {
  text-align: left; }

table.variations label {
  padding: 0;
  line-height: 30px;
  display: block;
  width: 100px; }

table.variations .value .reset_variations {
  display: block;
  padding-top: 10px; }

/*==group table*/
.WooProductDetail .shop-info-detail form.cart .group_table {
  margin-bottom: 7px; }

.WooProductDetail .shop-info-detail form.cart .group_table td {
  vertical-align: middle !important; }

.WooProductDetail .shop-info-detail form.cart .group_table td.label {
  display: table-cell;
  text-align: left; }

.WooProductDetail .shop-info-detail form.cart .group_table td.label label {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }

.WooProductDetail .shop-info-detail form.cart .group_table td .amount {
  font-size: 18px; }

.WooProductDetail .shop-info-detail form.cart .group_table td del .amount {
  font-size: 90%;
  margin-right: 5px; }

.WooProductDetail #content .shop-info-detail form.cart .group_table td .stock {
  display: inline-block;
  padding-left: 10px; }

.shop-info-detail .custom-tabs {
  margin-top: 20px; }

.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
  left: 0; }

/* Cart */
span.count-cart {
  position: absolute;
  background: #888;
  top: -7px;
  right: -7px;
  line-height: 19px;
  min-width: 19px;
  border-radius: 10px;
  font-size: 12px;
  padding: 0 5px; }

a:hover span.count-cart {
  color: #fff; }

.widget_shopping_cart_content {
  position: relative; }

/*Header minicart*/
.dropdownMenu .widget_shopping_cart_content .showtotal {
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  border: 1px solid transparent; }

.dropdownMenu .widget_shopping_cart_content li:hover .showtotal,
.dropdownMenu .widget_shopping_cart_content .menu .sub-menu {
  background-color: rgba(34, 34, 34, 0.9);
  border-color: rgba(255, 255, 255, 0.7); }

#header .cart_list {
  color: #fff;
  margin: 0 -10px 20px;
  max-height: 500px;
  max-width: 257px;
  overflow: auto;
  padding: 0 10px; }

#header .cart_list > div + div {
  margin-top: 10px;
  overflow: hidden;
  padding-top: 10px;
  position: relative; }

#header .cart_list > div {
  line-height: normal;
  overflow: hidden; }

#header .cart_list > div img {
  float: left;
  margin-right: 10px;
  width: 60px;
  border-radius: 3px; }

#header .cart_list .product-name {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600; }

#header .cart_list .quantity {
  display: block;
  overflow: hidden;
  width: auto; }

#header .cart_list .quantity span {
  display: inline-block; }

#header .cart_list .info {
  overflow: hidden; }

#header .cart_list .info dl {
  margin-bottom: 10px; }

#header .cart_list .info dt {
  clear: both;
  float: left;
  margin-right: 5px; }

#header .cart_list .info p {
  margin: 0; }

.widget_shopping_cart .buttons {
  margin: 0;
  text-align: center; }

.woocommerce.widget_shopping_cart .total {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(225, 225, 225, 0.5);
  color: #fff;
  overflow: hidden; }

.widget_shopping_cart .total span {
  float: right; }

.widget_shopping_cart .total strong {
  float: left; }

.widget_shopping_cart .total .amount {
  font-weight: 500;
  font-size: 120%; }

form.cart .single_add_to_cart_button {
  float: left;
  padding: 0 20px; }

/* Images */
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
  box-shadow: none;
  -webkit-box-shadow: none; }

/* Tabs */
#content .woocommerce-tabs {
  padding: 25px 0;
  background-color: inherit; }

#content .woocommerce-tabs ul {
  overflow: hidden;
  color: #fff;
  padding: 0; }

#content .woocommerce-tabs ul > li {
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-weight: 100;
  position: relative;
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 0;
  background-color: inherit !important;
  margin: 0 1px 0 0;
  padding: 0;
  float: left; }

#content .woocommerce-tabs li:first-child {
  margin-left: -10px; }

#content .woocommerce-tabs li:last-child a {
  margin-right: 12px; }

#content .woocommerce-tabs .tabs > li > a {
  font-weight: 300;
  color: #fff;
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
  padding: 15px 34px;
  font-size: 16px; }

#content .woocommerce-tabs .tabs li:hover {
  background-color: rgba(255, 255, 255, 0.1) !important; }

#content .woocommerce-tabs .tabs li:hover a,
#content .woocommerce-tabs .tabs > li.active > a {
  background-color: transparent !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none; }

/* Comment */
.woocommerce-tabs .panel {
  box-shadow: none;
  -webkit-box-shadow: none; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: none;
  background-color: transparent;
  width: 60px;
  border-radius: 100%; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  position: relative;
  margin-left: 70px; }

.woocommerce-tabs #commentform p label {
  font-weight: 500;
  margin: 15px 0; }

.login-comment {
  margin-bottom: 20px; }

.login-comment label {
  display: block;
  margin-bottom: 5px; }

.login-comment input {
  width: 100%; }

.comment-form-rating {
  margin-bottom: 20px; }

.woocommerce-message .wc-forward, .woocommerce-info .wc-forward {
  float: right; }

/* custom-tabs*/
.custom-tabs ul,
ul.list-unstyle {
  list-style: outside none none;
  padding: 0;
  margin-left: 0; }

ul.list-unstyle li {
  padding-bottom: 10px;
  text-align: center; }

ul.list-unstyle i {
  font-size: 16px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  width: 43px;
  display: block; }

ul.list-unstyle.icon-left li {
  overflow: hidden;
  line-height: 43px;
  text-align: left; }

ul.list-unstyle.icon-left i {
  float: left;
  margin-right: 20px; }

ul.list-unstyle.circle i {
  border-radius: 50%; }

ul.list-unstyle.background i {
  color: #fff; }

ul.list-unstyle.border i {
  border-width: 1px;
  border-style: solid; }

.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
  width: auto; }

/*quantity buttons_added*/
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  background: none repeat scroll 0 0 #f9f9f9;
  border: medium none;
  height: 25px;
  margin: 1px 3px 1px 0;
  padding: 4px; }

.woocommerce .quantity.buttons_added {
  padding-right: 0;
  border: 1px solid #bbb3b9;
  border: 1px solid #bbb3b9;
  border-radius: 5px;
  box-shadow: 1px 1px #bbb3b9;
  padding-right: 0;
  min-width: 92px; }

.woocommerce .quantity.buttons_added .plus,
.woocommerce .quantity.buttons_added .minus {
  background-color: #fff;
  width: 29px;
  height: 29px;
  margin: 0;
  position: static;
  display: inline-block; }

.woocommerce .quantity.buttons_added .qty {
  width: 33px;
  height: 34px;
  font-weight: 100;
  margin-bottom: 1px;
  float: none;
  border: none;
  margin-left: -1px;
  margin-top: -1px; }

.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover {
  font-weight: 100; }

.woocommerce-cart #page .chosen-container-single .chosen-single {
  border-radius: 0;
  height: 60px !important;
  line-height: 60px !important; }

/* Upsell and Related */
.related-products, .upsells.products {
  margin-bottom: 30px; }

.related-products > h2, .upsells.products > h2 {
  font-weight: lighter; }

.woocommerce #content div.product .related-products .product_list_widget {
  display: block; }

/* Cart
 --------------------------------------------------------------------------------------------- */
.wraptable {
  overflow: auto;
  margin-bottom: 30px; }

.woocommerce form .form-row, .woocommerce-page form .form-row {
  margin: 0 0 10px;
  padding: 0; }

.table_shop_cart {
  width: 100%; }

.wraptable .table_shop_cart {
  min-width: 289px; }

.table_shop_cart thead {
  color: #444;
  border-bottom: 1px solid #dddddd; }

.table_shop_cart th, .table_shop_cart td {
  padding: 15px 10px; }

.table_shop_cart th {
  font-weight: 400;
  font-size: 16px; }

.table_shop_cart {
  border: 1px solid #e1e1e1; }

.table_shop_cart tbody tr.cart_item, .table_shop_cart tfoot tr {
  border-bottom: 1px solid #e1e1e1; }

.table_shop_cart tbody td.actions {
  text-align: right; }

.woocommerce td.product-quantity {
  min-width: 100px;
  position: relative; }

.table_shop_cart tbody td, .table_shop_cart tfoot td {
  border: 0 none; }

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

#page .table_shop_cart .remove {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: none repeat scroll 0 0 transparent !important;
  color: inherit !important;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

#page .table_shop_cart .remove > i {
  font-size: 70%;
  padding: 2px 4px; }

#page .table_shop_cart .remove:hover > i {
  background-color: #d9534f;
  color: #fff;
  border-radius: 100%; }

.table_shop_cart .coupon {
  float: left; }

.table_shop_cart .coupon + input[name=update_cart] {
  float: right; }

.table_shop_cart .coupon label.input-group-addon {
  display: none; }

.table_shop_cart .coupon label.input-group-addon + .input-text {
  border-radius: 3px 0 0 3px; }

.table_shop_cart .coupon .input-group-btn .btn, .table_shop_cart .coupon .input-group-btn #pages-block .page-wrap a.more-link, #pages-block .page-wrap .table_shop_cart .coupon .input-group-btn a.more-link {
  background-color: transparent; }

.table_shop_cart .coupon .input-text {
  border-radius: 0;
  width: 100%; }

.table_shop_cart input[name="update_cart"] {
  background-color: #34495e;
  border-color: #34495e;
  color: #fff; }

.table_shop_cart input[name="update_cart"]:hover {
  border-color: #34495e; }

.table_shop_cart .product-thumbnail img {
  width: 90px; }

.table_shop_cart .product-name {
  font-size: 17px;
  font-weight: 500; }

.cartCollaterals .shipping_cal .panel-heading,
.cartCollaterals .shipping_cal .panel-body {
  border: 1px solid #ddd; }

.cartCollaterals .shipping_cal .panel-heading {
  border-bottom-width: 0; }

/*variation*/
.woocommerce .table_shop_cart .cart_item td.product-name dl.variation, .cart_list dl.variation {
  font-size: 13px;
  font-weight: 100; }

.cart_list dl.variation {
  font-size: 97%; }

.woocommerce .table_shop_cart .cart_item td.product-name dl.variation dd, .cart_list dl.variation dd {
  margin-bottom: 0; }

.woocommerce .table_shop_cart .cart_item td.product-name dl.variation dd p, .cart_list dl.variation p {
  margin-bottom: 0; }

/*shipping method*/
#shipping_method li label {
  display: inline;
  font-weight: 100; }

/*totals*/
.panel_cart_totals table tr + tr {
  border-top: 1px solid #ccc; }

.panel_cart_totals table td {
  padding: 10px 0; }

.order-total .amount {
  font-size: 18px; }

.cartCollaterals .table-bottom {
  margin: 0 auto 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-top: 0;
  overflow: hidden; }

.table-bottom .checkout-button {
  float: right;
  margin-right: 15px; }

/* cross-sell
 --------------------------------------------------------------------------------------------- */
.cross-sells {
  margin-bottom: 10px; }

.cross-sells.slider-products .product_list_widget {
  margin: 0 -5px !important; }

.cross-sells.slider-products .owl-carousel .item {
  padding: 0 5px !important; }

.shop-products-list .inner-item.thumbleft {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.075);
  margin-right: 1px;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 1px; }

.shop-products-list .product_list_widget .inner-item.thumbleft .product-img {
  overflow: initial;
  border-bottom: medium none; }

.shop-products-list .product_list_widget .inner-item.thumbleft .product-img a {
  max-width: 50%;
  float: left;
  margin-right: 10px;
  border: none; }

.shop-products-list .product_list_widget .inner-item.thumbleft .content-item-description {
  padding: 0 5px;
  border: none;
  text-align: left; }

.shop-products-list .product_list_widget .inner-item.thumbleft .content-item-description .product-price .price {
  font-size: 120% !important;
  line-height: 15px;
  padding-bottom: 5px; }

.product_list_widget .inner-item.thumbleft span.onsale {
  font-size: 11px;
  font-weight: 500;
  height: 20px;
  left: -22px;
  line-height: 20px;
  top: 1px;
  width: 70px; }

.shop-products-list .product_list_widget .inner-item.thumbleft .content-item-description .addtocart {
  font-size: 85%;
  height: 12px;
  line-height: 12px;
  padding: 5%;
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/* Checkout
 --------------------------------------------------------------------------------------------- */
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
  padding: 0; }

.order-info {
  padding: 15px; }

.woocommerce form .form-row textarea {
  padding: 15px 20px; }

.woocommerce-checkout #page .chosen-container-single .chosen-single {
  height: 60px !important;
  line-height: 60px !important;
  border-radius: 0; }

.select2-container .select2-choice {
  line-height: 36px; }

.woocommerce-checkout #payment {
  background: #fff; }

@media (max-width: 370px) {
  /* Mobile */
  .shop-main-products-list .product {
    clear: both;
    width: 100%; } }

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
  max-width: 100%; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto; }

img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%; }

/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
  max-width: 100%; }

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

figure.wp-caption.alignright, img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

img.alignnone {
  margin: 5px 0; }

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #666;
  font-size: 92%;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px; }

div.wp-caption.alignright img[class*="wp-image-"] {
  float: right; }

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px; }

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside; }

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help; }

mark, ins {
  text-decoration: none; }

ins {
  background: #fff9c0;
  padding: 2px 4px; }

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/**
 * 4.0 Elements
 */
hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em; }

ul, ol {
  /*margin: 0 0 1.6em 1.3333em;*/ }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0; }

dl {
  margin-bottom: 1.6em; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.6em; }

table {
  width: 100%;
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

del {
  opacity: 0.8; }

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.page-links {
  clear: both;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 1.3333em; }

.page-links a, .page-links > span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em; }

.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
  color: #fff; }

.page-links a:hover, .page-links a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  border-color: transparent;
  color: #fff; }

.page-links > .page-links-title {
  border: 0;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto; }

.entry-content:after {
  content: '';
  clear: both;
  display: table; }

.blog-item-description .entry-content ul,
.blog-item-description .entry-content ol,
.site-content ul,
.site-content ol {
  margin-left: 20px; }

.post-navigation {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-weight: 700; }

.post-navigation a {
  display: block;
  padding: 3.8461% 7.6923%; }

.post-navigation span {
  display: block; }

.post-navigation .meta-nav {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  z-index: 2; }

.post-navigation .post-title {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
  position: relative;
  z-index: 2; }

.post-navigation .nav-next, .post-navigation .nav-previous {
  background-position: center;
  background-size: cover;
  position: relative; }

.post-navigation a:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

.post-navigation a:hover:before, .post-navigation a:focus:before {
  opacity: 0.5; }

.post-navigation .meta-nav {
  opacity: 0.8; }

.post-navigation div + div {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1); }

.post-password-form p {
  position: relative; }

.post-password-form label {
  display: block; }

.post-password-form label input {
  width: 100%; }

.post-password-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px; }

.mejs-container {
  max-width: 100%; }

.mejs-container .mejs-overlay {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important; }

.container-full {
  margin: 0 50px; }

/* end default---------------------------------*/
.author-info, .single-posts .entry-footer, .single-posts .ItemLinksInline,
.archive-meta, .wpComments article.comment, .comment-respond, .nav-single {
  position: relative;
  margin-bottom: 20px; }

.nav-single {
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 5px; }

.author-name {
  font-size: 20px;
  text-transform: capitalize; }

.author-info {
  border: 1px solid #dcdcdc;
  padding: 15px; }

.author-info .author-avatar {
  float: left;
  margin-right: 20px;
  max-width: 110px; }

.author-info .author-description {
  overflow: hidden; }

.author-link i {
  margin-right: 3px; }

.author-link + .author-link:before {
  background-color: #ddd;
  content: "";
  height: 12px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 1px; }

.author-link + .author-link {
  position: relative;
  margin-left: 15px;
  padding-left: 15px; }

.single-posts .thumbnail_large {
  margin-bottom: 30px; }

.single-posts .blog-thumbnail {
  border-radius: 5px;
  position: relative; }

.single-posts .blog-thumbnail img {
  /*border-radius: 5px;*/
  display: block; }

.single-posts .blog-thumbnail:before {
  left: 0 !important;
  right: 0 !important; }

.archive-meta p {
  margin: 0; }

.archive-meta p + p, .author-info .author-description p + p {
  margin: 15px 0 0; }

.tools-detail {
  overflow: hidden;
  line-height: 32px;
  margin-bottom: 20px; }

.tools-detail .share-social {
  float: right;
  height: 32px;
  overflow: hidden; }

.tools-detail .share-social .text {
  vertical-align: top; }

.pageBlog > article {
  position: relative;
  padding-bottom: 60px; }

.layout-single .single-posts {
  padding-bottom: 30px; }

.featured-post {
  display: block;
  font-size: 32px;
  text-align: center; }

.post-meta {
  display: block;
  left: 0;
  width: 80px;
  float: left;
  top: 0;
  text-align: center;
  margin-right: 30px; }

.post-meta .date {
  color: #888;
  font-size: 36px;
  font-weight: 100; }

.post-meta .date .month {
  color: #666;
  font-size: 21px;
  line-height: 1;
  font-weight: 100;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px; }

.post-meta .date .year {
  color: #666;
  font-size: 16px;
  line-height: 1; }

.post-meta span, .post-meta .month, .post-meta .year {
  display: block; }

.tools-detail {
  line-height: 32px; }

.tools-detail .share-social {
  float: right;
  height: 32px;
  overflow: hidden; }

.tools-detail .share-social .text {
  vertical-align: top; }

.pageBlog .thumbnail_large {
  overflow: hidden;
  margin-bottom: 20px; }

.pageBlog .blog-thumbnail img {
  width: 100%; }

.pageBlog .blog-item-description {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden; }

.pageBlog .post-meta + .blog-item-description {
  min-height: 303px; }

.search .blog-item-description .entry-summary {
  padding-bottom: 30px; }

.entry-footer .readmore {
  margin: 0; }

.entry-footer .readmore i {
  position: relative;
  top: 2px; }

.tags a {
  color: #999; }

.tags a:not(:last-child) {
  margin-right: 10px; }

.single-posts ul.social-smaller {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px; }

.topsignle, .blog-item-description {
  overflow: hidden; }

.single-posts.is_thumbnail_large .blog-item-description {
  clear: both; }

.stButton {
  padding-left: 0;
  padding-right: 0;
  height: 28px;
  width: 28px;
  margin: 1px !important; }

.stButton:hover {
  color: #fff; }

.stButton > span {
  margin-left: 1px;
  margin-right: 1px;
  height: 24px !important;
  width: 24px !important;
  padding: 2px;
  border-radius: 100%;
  background-position: center center;
  background-size: cover; }

.stButton > span:hover {
  background-position: center center !important; }

#maincontent {
  margin-bottom: 30px; }

h1.entry-title-right {
  float: right;
  font-size: 26px;
  line-height: 44px; }

h3.entry-title {
  text-transform: uppercase;
  font-size: 18px; }

.pageBlog .entry-title {
  color: inherit; }

.ItemLinks {
  font-size: 85.7%;
  margin: 0 0 20px;
  position: relative;
  color: #999; }

.ItemLinksBlock > * {
  display: block;
  margin-bottom: 5px; }

.ItemLinksInline > * {
  display: inline;
  margin-right: 10px; }

.ItemLinksFooter {
  border-top: 1px solid #ddd;
  margin: 0 !important;
  overflow: hidden;
  padding: 10px 30px; }

.jv_cpost {
  position: relative; }

.gridItem .blog-img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2; }

.gridItem .blog-img img {
  width: 100%;
  height: auto;
  float: none;
  display: block;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none; }

.gridItem .blog-img .blog-link {
  z-index: 3;
  display: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  opacity: 0;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  background: url(../images/bg-btn.png) no-repeat center -54px;
  color: #fff;
  font-size: 18px; }

.single_page .gridItem .item {
  overflow: hidden; }

.blog-img.pull-left {
  margin-right: 20px; }

.blog-img.pull-right {
  margin-left: 20px; }

.single_page .gridItem .ItemBody {
  overflow: hidden;
  background-color: #222;
  padding: 20px;
  margin-bottom: 50px;
  color: #fff; }

.gridItem .ItemBody h3 {
  font-size: 18px;
  text-transform: uppercase; }

.sidebar .cols-1 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.sidebar .cols-1 .ItemBody {
  background: none;
  color: #444;
  padding: 0;
  margin: 0; }

.sidebar .cols-1 .ItemBody h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 300; }

.sidebar .cols-1 .ItemLinks {
  margin: 0; }

.gridItem .author_post, .gridItem .date_post {
  display: block;
  margin-bottom: 10px; }

.gridItem .content_post {
  margin-bottom: 20px; }

.gridItem .blog-thumbnail img {
  width: 100%;
  height: auto;
  float: none;
  display: block;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none; }

.gridItem .blog-thumbnail .blog-link {
  display: block !important; }

.blog-img iframe {
  display: block;
  width: 100%; }

.jv_cpost .blog-img iframe {
  max-height: 220px; }

.cpost_page ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center; }

.cpost_page ul li {
  display: inline-block; }

.cpost_page ul a {
  display: block;
  line-height: 30px;
  padding: 0 5px;
  min-width: 30px;
  text-align: center;
  background-color: #000;
  color: #fff; }

.jv_cpost .view-all {
  text-align: center;
  padding: 50px 0; }

.thumbnail_large iframe {
  display: block;
  max-height: 600px;
  width: 100%; }

.itemMasonry {
  margin-bottom: 30px; }

.itemMasonry:hover {
  z-index: 100; }

.itemMasonry article {
  margin: 0;
  position: relative; }

.blog-gellary {
  overflow: hidden; }

.blog-gallery .owl-carousel .owl-controls .owl-buttons > div [class^="icon-"]:before, .blog-gellary .owl-controls .owl-buttons > div [class*=" icon-"]:before {
  line-height: normal !important; }

.blog-gallery .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0; }

.blog-gallery .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0; }

.blog-gallery .owl-carousel:hover .owl-controls .owl-buttons > div {
  opacity: 0.7; }

.blogMasonry .blog-gellary {
  margin: 0; }

.blogMasonry .blog-img iframe {
  max-height: 250px; }

.blog-gellary .item img {
  width: 100%; }

/**/
#wp-calendar {
  width: 100%;
  border: 1px solid #bbb; }

#wp-calendar th {
  text-align: center;
  background-color: #e5e5e5;
  padding: 4px 0;
  border-bottom: 1px solid #bbb; }

#wp-calendar td {
  text-align: center;
  background-color: #f1f1f1;
  padding: 4px 0;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb; }

#wp-calendar td:first-child, #wp-calendar th:first-child {
  border-left: none; }

#wp-calendar #today a, #wp-calendar #today {
  color: #fff !important; }

#wp-calendar caption {
  background-color: #383838;
  color: #fff;
  line-height: 40px; }

.wpComments ol {
  list-style: none;
  margin: 0; }

.wpComments ol ol {
  margin-left: 30px; }

.wpComments .commentlist .avatar {
  float: left;
  margin-right: 15px;
  border-radius: 100%; }

.wpComments .comment section {
  overflow: hidden; }

.wpComments .commentlist .ItemLinks {
  margin-bottom: 20px;
  overflow: hidden; }

.wpComments .commentlist p {
  margin: 5px 0; }

.wpComments .commentlist ol {
  margin-left: 30px; }

.wpComments .commentlist > li:first-child {
  border: none; }

.wpComments .commentlist #respond {
  padding-top: 10px; }

.wpComments code {
  display: block;
  white-space: inherit; }

.wpComments #comment {
  height: 150px; }

.wpComments article.comment {
  padding-left: 0;
  padding-right: 0; }

.wpComments .speech-bubble-comment .comment-inner {
  background-color: #fcfcfc; }

.wpComments .comment-content.comment {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.wpComments .comment-content ol {
  list-style: outside none decimal; }

.wpComments .comment-content .comment-inner {
  margin-left: 0; }

.comment .comment-reply i {
  margin-left: 3px; }

.nav-single {
  margin-bottom: 30px; }

.nav-single .nav-next {
  float: right; }

.nav-single [class*='nav-'] span[class*='icon-'] {
  text-indent: -99px; }

.entry-content .rev_slider_wrapper {
  margin-bottom: 20px !important; }

.navigation {
  overflow: hidden;
  margin-bottom: 20px; }

.navigation .nav-previous, .navigation .previous-image {
  float: left; }

.navigation .nav-next, .navigation .next-image {
  float: right; }

.wpComments .navigation {
  background-color: #fcfcfc;
  border: 1px solid #dcdcdc;
  padding: 10px;
  margin-left: 80px; }

.blog-img.pull-left + .ItemBody_ {
  margin-bottom: 20px; }

.blog-img.pull-left + .ItemBody .readmore {
  text-align: left; }

#commentform p label {
  display: block; }

#commentform p input[type="text"] {
  width: 100%; }

.comment-form .comment-notes {
  color: #999;
  font-size: 90%;
  font-style: italic;
  margin: 20px 0; }

#respond #commentform input#submit {
  border-width: 1px; }

.tagcloud {
  overflow: hidden;
  margin: 0 -5px; }

.tagcloud a {
  background-color: #43474d;
  border-radius: 5px;
  color: #fff;
  float: left;
  margin: 0 5px 5px;
  padding: 3px 8px;
  font-size: 100% !important; }

.sidebar .recent-posts-extended .item {
  margin-bottom: 20px;
  background-color: #fff;
  /* border: 1px solid #dcdcdc;*/
  position: relative;
  border-radius: 5px;
  display: block;
  padding: 10px; }

.sidebar .recent-posts-extended .item:before {
  border-bottom: 1px solid #dcdcdc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  height: 8px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: -1px;
  right: -1px;
  z-index: -1; }

.moduleItemImage {
  display: block;
  margin-bottom: 10px; }

.thumb-sidebar .innerItem {
  overflow: hidden; }

.thumb-sidebar .moduleItemImage {
  float: left;
  width: 76px;
  height: 76px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 5px; }

.thumb-sidebar .moduleItemImage img {
  display: block;
  height: 100%;
  left: 50%;
  max-width: none !important;
  position: relative;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: auto !important; }

.thumb-sidebar .content-item-description {
  overflow: hidden; }

.thumb-sidebar .content-item-description > * {
  margin: 0; }

.thumb-sidebar .content-item-description > * + * {
  margin-top: 12px; }

.sidebar .widget_recent_entries ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_meta ul li,
[id*="monster-widget-"] ul li {
  padding: 8px 0;
  border-radius: 3px; }

.sidebar .widget_recent_entries ul li:before,
.sidebar .widget_recent_comments ul li:before,
.sidebar .widget_archive ul li:before,
.sidebar .widget_categories ul li:before,
.sidebar .widget_meta ul li:before,
[id*="monster-widget-"] ul li::before {
  content: "\e917";
  display: inline-block;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-transform: none;
  top: 1px; }

.sidebar .widget_recent_entries ul li:hover,
.sidebar .widget_recent_comments ul li:hover,
.sidebar .widget_archive ul li:hover,
.sidebar .widget_categories ul li:hover,
.sidebar .widget_meta ul li:hover,
[id*="monster-widget-"] ul li:hover {
  padding-left: 5px;
  color: #fff; }

.sidebar .widget_recent_entries ul li:hover > a,
.sidebar .widget_recent_comments ul li:hover > a,
.sidebar .widget_archive ul li:hover > a,
.sidebar .widget_categories ul li:hover > a,
.sidebar .widget_meta ul li:hover > a,
[id*="monster-widget-"] ul li:hover > a {
  color: #fff; }

/* Monster widget*/
.sidebar ul, [id*="monster-widget-"] ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar ul ul, [id*="monster-widget-"] ul ul {
  margin: 8px 0 0 20px; }

.sidebar ul li, [id*="monster-widget-"] ul li {
  margin-bottom: 1px; }

.sidebar ul li:before, [id*="monster-widget-"] ul li:before {
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  display: inline-block;
  text-transform: none;
  content: "\e917";
  position: relative;
  top: 1px;
  line-height: normal; }

.wp-caption-text_ {
  background: none repeat scroll 0 0 #999;
  color: #fff;
  font-size: 92%;
  font-style: italic;
  padding: 5px; }

.sidebar .menu-main-menu-container, [id*="monster-widget-"] .menu-main-menu-container {
  float: none !important; }

.widget_rss ul li + li {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px; }

.sidebar .widget_rss ul li:before, [id*="monster-widget-"].widget_rss ul li:before {
  display: none; }

.blog-item-description .edit-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  border-radius: 0 0 0 5px;
  color: #fff;
  display: none; }

.blog-item-description .edit-link a {
  color: #fff !important; }

article.item:hover .blog-item-description .edit-link {
  display: block; }

.container-full .col-md-4, .container-full #secondary {
  width: 33.33%; }

/*BLog template(recent post): common 
-----------------------------------------------------------------------------------------------------*/
.readmore-comment > a + a {
  margin-left: 3px; }

.rpwe-title {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rpwe-div {
  font-weight: 100; }

.rpwe-div .rpwe-title {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 10px; }

.rpwe-div .item-meta {
  margin-bottom: 10px;
  color: #888;
  font-weight: 100;
  font-size: 12px; }

.rpwe-div .date {
  font-weight: 100; }

.rpwe-div .tags {
  padding: 5px; }

.rpwe-div .tags .tag-name:not(:last-child):after, .rpwe-div .categories .category-name:not(:last-child):after {
  content: ","; }

/*BLog template(recent post):  blog-photo-overlay
-----------------------------------------------------------------------------------------------------*/
.gradient {
  position: relative; }

.gradient:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 50px;
  opacity: 0.65;
  z-index: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, rgba(0, 0, 0, 0.13) 33%, rgba(0, 0, 0, 0.31) 60%, rgba(0, 0, 0, 0.62) 100%) repeat scroll 0 0 transparent; }

.gradient:hover:after {
  height: 65px;
  opacity: 0.8; }

.blog-grid .item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  overflow: hidden; }

.blog-grid .item .overlay.item-top {
  top: 10px;
  left: 10px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  right: auto;
  bottom: auto;
  padding: 5px; }

.blog-grid .item .overlay.item-bottom {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.blog-grid .item .dateItem {
  line-height: 17px;
  height: 64px;
  width: 62px;
  padding-top: 6px;
  text-align: center;
  z-index: 1;
  float: left;
  margin-right: 15px;
  line-height: 14px; }

.blog-grid .item .dateItem .date {
  font-size: 40px;
  line-height: 40px; }

.blog-grid .item .title {
  font-weight: 100;
  line-height: 1.22;
  padding-top: 5px;
  max-height: 62px; }

.blog-grid .item h5.excerpt {
  margin-bottom: 0; }

/*BLog template(recent post): focus-top-left details + photo only
-----------------------------------------------------------------------------------------------------*/
/*focus-top-left*/
.focus-top-left .top-item .rpwe-img {
  display: block;
  margin-bottom: 10px; }

.focus-top-left .more-item {
  overflow: hidden; }

.focus-top-left.details .more-item {
  max-height: 64px; }

.focus-top-left .more-item:not(:last-child) {
  margin-bottom: 20px; }

.focus-top-left .more-item .item-desc {
  overflow: hidden; }

.focus-top-left .more-item a img, .focus-top-left .more-item .thumbnail_large {
  float: left;
  width: 110px;
  margin-right: 10px; }

.focus-top-left.owl-carousel .item[class*="col-md"] {
  padding-left: 15px !important;
  padding-right: 15px !important; }

/*photo-only*/
.focus-top-left.photo-only .top-item {
  padding: 0 12px 0 15px;
  width: 60%;
  position: relative; }

.focus-top-left.photo-only .more-item {
  padding: 0 12px;
  width: 20%;
  /*blog gallery*/
  height: 90px; }

.focus-top-left.photo-only .more-item:not(:last-child) {
  margin-bottom: 13px; }

.focus-top-left.photo-only .more-item a img {
  width: 100%;
  margin-right: 0; }

.text-overlay {
  background-color: rgba(67, 71, 77, 0.5);
  line-height: 18px;
  margin-bottom: 0;
  position: absolute; }

.rpwe-title.text-overlay {
  bottom: 30px;
  color: #ffffff;
  font-size: 24px;
  left: 35px;
  padding: 8px 5px; }

.date.text-overlay {
  bottom: 75px;
  left: 35px;
  padding: 4px 7px;
  color: #fff; }

.readmore-comment.text-overlay {
  bottom: 30px;
  left: auto;
  padding: 2px 4px;
  right: 25px; }

.item-excerpt.text-overlay {
  top: 30px;
  left: 35px;
  right: 30px; }

.meta-details.text-overlay {
  top: 10px;
  left: 35px; }

/*blog-grid*/
.rpwe-div.blog-grid .item .media-content > iframe {
  width: 100%; }

/*blog-grid slider*/
.rpwe-div.slider.row.owl-carousel {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.blog-grid.slider.owl-carousel .item {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.blog-grid.slider .readmore-comment {
  color: #888; }

/*owl-carousel 1.3*/
.owl-carousel.rpwe-div.slider.paging-outline .owl-pagination {
  position: absolute;
  right: 15px;
  top: -55px; }

.owl-carousel.rpwe-div.slider.paging-outline .owl-pagination .owl-page {
  border: 1px solid #ddd;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  background-color: #fff;
  margin-left: 5px !important;
  margin-right: 0 !important; }

.rpwe-img {
  display: block;
  margin-bottom: 10px; }

.owl-item.loading .rpwe-img {
  background: url(../images/AjaxLoader.gif) no-repeat scroll center center;
  min-height: 100px; }

.focus-top-left.details.owl-carousel.slider.paging-outline .item:not(:last-child) {
  margin-bottom: 30px !important; }

.background-primary {
  display: block;
  font-weight: 100;
  line-height: 25px;
  margin: 0;
  padding: 5px 10px;
  color: #fff; }

.background-primary a:hover {
  color: #e67e22; }

.rpwe-div .rpwe-title.background-primary {
  color: #fff;
  height: 40px;
  overflow: hidden;
  margin-bottom: 0; }

.rpwe-div.slider.classic.owl-carousel .owl-controls {
  margin-top: 0; }

.rpwe-div.slider.classic.owl-carousel .owl-pagination {
  position: absolute;
  right: 5px;
  bottom: 35px; }

.rpwe-div.slider.classic.owl-carousel .rpwe-img {
  margin-bottom: 0; }

.jvSlider-1item-paging .blog-grid.slider.owl-carousel .item {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/*thumbleft*/
.thumbleft .item {
  overflow: hidden;
  margin-bottom: 20px; }

.thumbleft .item a.rpwe-img, .thumbleft .item .thumbnail_large {
  float: left;
  width: 110px;
  margin-right: 10px;
  max-height: 70px; }

.thumbleft .item .thumbnail_large {
  overflow: hidden; }

.thumbleft .item .item-excerpt {
  font-size: 95%; }

.thumbleft .blog-gellary.owl-carousel .owl-controls .owl-buttons .owl-prev, .focus-top-left .blog-gellary.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -13px; }

.thumbleft .blog-gellary.owl-carousel .owl-controls .owl-buttons .owl-next, .focus-top-left .blog-gellary.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: -13px; }

/*numberic*/
.numberic.rpwe-div .item {
  position: relative;
  margin-bottom: 20px; }

.numberic.rpwe-div .item .rpwe-title {
  font-weight: 500; }

/*rectangle shadow*/
.numberic.rpwe-div .item::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #253544 #253544 transparent;
  border-style: solid;
  border-width: 0 5px 5px 0;
  content: "";
  display: block;
  left: -4px;
  top: 35px;
  position: absolute; }

/*number*/
.numberic.rpwe-div .item:before {
  background-color: rgba(96, 119, 141, 0.9);
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: -4px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  content: attr(data-id); }

.numberic.rpwe-div .item.top-item:after {
  border-right-color: #8a1f14; }

.numberic.rpwe-div .item.top-item:before {
  background-color: rgba(231, 76, 60, 0.9); }

.numberic.rpwe-div .item.top-item .readmore-comment {
  float: right; }

.numberic.rpwe-div .item.more-item {
  overflow: visible; }

.numberic.rpwe-div .item.more-item .rpwe-title {
  margin-top: 0; }

/**/
.post-meta .border {
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  height: 80px;
  line-height: 80px;
  margin-bottom: 30px;
  position: relative;
  font-size: 34px;
  text-align: center; }

.post-meta .bg-padding-box:after {
  background-clip: padding-box;
  content: "";
  height: 70px;
  width: 70px;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 0; }

.post-meta .circle.border, .post-meta .circle.bg-padding-box:after {
  border-radius: 100%; }

.post-meta .border.gray {
  border-color: #ddd; }

.meta-icon > i {
  color: #ffffff;
  position: relative;
  z-index: 1; }

.blog-item .post-meta .date.border {
  margin-bottom: 10px; }

.sidebar .recent-posts-extended .numberic.rpwe-div .item::before {
  border-radius: 0;
  border-width: 0;
  z-index: auto; }

.sidebar .recent-posts-extended .rpwe-div .item {
  padding: 0;
  border-radius: 0; }

.widget.recent-posts-extended h2.widgettitle {
  display: none; }

.tp-bullets {
  margin-left: 0 !important;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.post_format-post-format-status .blog-item-description {
  overflow: hidden; }

.post_format-post-format-status .entry-header .avatar {
  float: left;
  margin-right: 20px; }

.post_format-post-format-status .entry-content {
  margin-left: 55px !important;
  border: 1px solid #dddddd;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  padding: 17px 20px 20px;
  position: relative; }

.single .post_format-post-format-status .entry-content {
  margin-left: 9px !important; }

.layout_Timeline {
  position: relative;
  margin: 0 -15px; }

.layout_Timeline::before {
  background: #ebebeb none repeat scroll 0 0;
  bottom: 30px;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px; }

.layout_Timeline:after {
  content: "";
  display: block;
  height: 1px;
  clear: both; }

.layout_Timeline .itemMasonry .blog-item {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 7px 0 #c2c2c2;
  -webkit-box-shadow: 0 0 7px 0 #c2c2c2; }

.layout_Timeline .itemMasonry .blog-item .post-meta {
  width: 80px;
  height: 80px;
  position: relative; }

.layout_Timeline .itemMasonry .blog-item .post-meta div.date {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  position: relative; }

.layout_Timeline .itemMasonry .item_1 {
  margin-right: 50px; }

.layout_Timeline .itemMasonry .item_1 .post-meta {
  float: right;
  margin-top: -10px;
  margin-right: -115px; }

.layout_Timeline .itemMasonry .item_2 .post-meta::before {
  background: #ddd none repeat scroll 0 0;
  color: #ddd;
  content: "";
  height: 1px;
  position: absolute;
  right: -24px;
  top: 50%;
  width: 30px; }

.layout_Timeline .itemMasonry .item_1 .post-meta::before {
  background: #ddd none repeat scroll 0 0;
  color: #ddd;
  content: "";
  height: 1px;
  position: absolute;
  left: -24px;
  top: 50%;
  width: 30px; }

.layout_Timeline .itemMasonry .item_2 {
  margin-left: 50px; }

.layout_Timeline .itemMasonry .item_2 .post-meta {
  float: left;
  margin: 90px 0 0 -115px; }

.layout_Timeline .itemMasonry .blog-item .post-meta h2,
.layout_Timeline .itemMasonry .blog-item .post-meta h4,
.layout_Timeline .itemMasonry .blog-item .post-meta h5 {
  line-height: 1;
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 12px; }

.layout_Timeline .itemMasonry .blog-item .post-meta h2 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 10px; }

.layout_Timeline .itemMasonry .blog-item-description {
  border-bottom: none;
  padding-bottom: 0; }

ul.page-numbers {
  text-align: center; }

ul.page-numbers li {
  float: none;
  display: inline-block; }

@media (min-width: 992px) {
  .col-md-6:nth-child(2n+1) {
    clear: both; }
  .col-md-4:nth-child(3n+1), #secondary:nth-child(3n+1) {
    clear: both; }
  .col-md-3:nth-child(4n+1) {
    clear: both; }
  .col-md-2:nth-child(6n+1) {
    clear: both; } }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6:nth-child(2n+1) {
    clear: both; } }

@media (max-width: 767px) {
  .col-xs-6:nth-child(2n+1) {
    clear: both; } }

@media (min-width: 1200px) {
  div.nav-menu > ul > li > a:before,
  ul.nav-menu > li > a:before,
  ul.mega-menu > li > a:before {
    transition: all 0.2s ease-in-out 0s; }
  /* MAIN MENU
    -----------------------------------------------------------------------------------------------------*/
  ul ul li {
    position: relative; }
  [id*="mega-menu-wrap-primary"] .mega-menu-toggle, [id*="mega-menu-wrap-primary"] > label {
    display: none; }
  #nav-mainmenu {
    background-color: rgba(0, 0, 0, 0.6); }
  #nav-mainmenu .container {
    height: auto; }
  #nav-mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #nav-mainmenu ul.mega-menu {
    height: 58px;
    position: relative; }
  div.nav-menu > ul, ul.nav-menu {
    height: 58px; }
  div.nav-menu > ul > li, ul.nav-menu > li, ul.mega-menu > li {
    position: relative;
    display: block;
    float: left;
    list-style-type: none;
    margin-left: 1px; }
  div.nav-menu > ul > li:first-child, ul.nav-menu > li:first-child, ul.mega-menu > li:first-child {
    margin-left: 0; }
  /* Item level 1 */
  div.nav-menu > ul > li > a,
  ul.nav-menu > li > a,
  ul.mega-menu > li > a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 55px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1; }
  div.nav-menu > ul > li > a:after,
  ul.nav-menu > li > a:after,
  ul.mega-menu > li > a:after {
    background-color: transparent;
    border-top: 2px solid transparent;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    z-index: -1;
    visibility: hidden; }
  div.nav-menu > ul > li:hover > a:after,
  div.nav-menu > ul > li[class*="current_"] > a:after,
  ul.nav-menu > li:hover > a:after,
  ul.nav-menu > li[class*="current_"] > a:after,
  ul.mega-menu > li:hover > a:after,
  ul.mega-menu > li[class*="current_"] > a:after {
    visibility: visible;
    height: 100%;
    border-color: #f00;
    background-color: rgba(0, 0, 0, 0.4); }
  /* Item level n */
  .nav-menu ul.children > li > a,
  .nav-menu ul.sub-menu > li > a,
  .mega-menu ul.mega-sub-menu > li > a,
  .mega-menu ul.menu li > a {
    text-transform: capitalize;
    font-weight: 300;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 10px;
    text-decoration: none !important; }
  .nav-menu ul.children > li:hover > a,
  .nav-menu ul.sub-menu > li:hover > a,
  .nav-menu ul.children > li[class*="current_"] > a,
  .nav-menu ul.sub-menu > li[class*="current_"] > a,
  .mega-menu ul.mega-sub-menu > li:hover > a,
  .mega-menu ul.mega-sub-menu > li[class*="current_"] > a {
    background-color: #43474d;
    color: #fff; }
  /* Submenu */
  .mega-menu ul.mega-sub-menu li {
    position: relative; }
  .nav-menu ul.children, .nav-menu ul.sub-menu, .mega-menu ul.mega-sub-menu, .mega-menu ul.menu ul.sub-menu {
    width: 250px;
    position: absolute;
    display: none;
    z-index: 99;
    color: #fff;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.35); }
  .nav-menu li:hover > ul.children, .nav-menu li:hover > ul.sub-menu, ul.mega-menu li[class*="mega-menu-columns-1"] .mega-sub-menu li:hover > .mega-sub-menu {
    display: block; }
  .nav-menu ul.children ul.children, .nav-menu ul.sub-menu ul.sub-menu, .mega-menu ul.menu ul.sub-menu, .mega-menu ul.mega-sub-menu ul.mega-sub-menu {
    left: 98%;
    margin: 0;
    top: 0;
    background: #000 none repeat scroll 0 0;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.35); }
  div.nav-menu > ul ul > li.page_item_has_children > a:after,
  ul.nav-menu ul > li.menu-item-has-children > a:after,
  .mega-menu .mega-sub-menu > li.mega-menu-item-has-children > a:after,
  .mega-menu ul.menu li.menu-item-has-children > a:after {
    content: "\e917";
    display: inline-block;
    font-family: icomoon !important;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px; }
  .nav-menu ul.children > li + li,
  .nav-menu ul.sub-menu > li + li,
  .mega-menu ul.mega-sub-menu > li + li,
  ul.menu li + li {
    margin-top: 1px; }
  .nav-menu ul.children > li span,
  .nav-menu ul.sub-menu > li span,
  .mega-menu ul.mega-sub-menu > li span {
    display: block; }
  ul.mega-menu li.mega-menu-megamenu {
    position: static; }
  ul.mega-menu li.mega-menu-megamenu > ul.mega-sub-menu {
    left: 0;
    width: auto;
    right: 0;
    padding: 15px 0 !important; }
  ul.mega-menu ul.mega-sub-menu > li[class*="mega-menu-columns-"] {
    width: 100%;
    float: left;
    padding: 0 20px; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
    width: 50%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
    width: 100%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
    width: 33.3333%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
    width: 66.6667%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
    width: 100%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
    width: 25%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
    width: 50%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
    width: 75%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
    width: 100%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
    width: 20%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
    width: 40%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
    width: 60%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
    width: 80%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
    width: 100%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
    width: 16.6667%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
    width: 33.3333%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
    width: 50%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
    width: 66.6667%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
    width: 83.3333%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
    width: 100%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
    width: 14.2857%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
    width: 28.5714%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
    width: 42.8571%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
    width: 57.1429%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
    width: 71.4286%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
    width: 85.7143%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
    width: 100%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
    width: 12.5%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
    width: 25%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
    width: 37.5%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
    width: 50%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
    width: 62.5%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
    width: 75%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
    width: 87.5%; }
  ul.mega-menu ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
    width: 100%; }
  ul.mega-menu li[class*="mega-menu-columns-1"] > a, ul.mega-menu li[class*="mega-menu-columns-1"] > .col-showsub ~ .mega-sub-menu > li > a {
    background: transparent none repeat scroll 0 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    display: block;
    line-height: 34px;
    margin-bottom: 10px;
    padding: 0 !important;
    text-transform: uppercase; }
  ul.mega-menu li[class*="mega-menu-columns-1"] > a:after {
    display: none !important; }
  ul.mega-menu li[class*="mega-menu-columns-1"] > .col-showsub ~ .mega-sub-menu > li + li {
    margin-top: 20px; }
  ul.mega-menu li[class*="mega-menu-columns-1"] > .mega-sub-menu,
  ul.mega-menu li[class*="mega-menu-columns-1"] > .col-showsub ~ .mega-sub-menu > li > .mega-sub-menu {
    display: block !important;
    height: auto !important;
    background: none !important;
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    box-shadow: none;
    -webkit-box-shadow: none; }
  ul.mega-menu li[class*="mega-menu-columns-1"] > a.col-showsub {
    color: #f00 !important; }
  ul.mega-menu li[class*="mega-menu-columns-1"] > .col-showsub ~ .mega-sub-menu > li > a:after {
    display: none !important; }
  ul.mega-menu li[class*="mega-menu-columns-1"]:hover {
    z-index: 100; }
  .mega-menu .mega-sub-menu a[class*="icon-"]:before {
    float: left;
    background: url(../images/bg_icon.png) no-repeat 200% center;
    line-height: inherit;
    margin: -10px -2px -10px -10px;
    padding: 10px 8px 10px 10px;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
  .mega-menu ul.mega-sub-menu > li:hover > a[class*="icon-"]:before, .mega-menu ul.mega-sub-menu > li[class*="current_"] > a[class*="icon-"]:before {
    background-position: 100% center;
    padding-right: 16px; }
  .mega-menu ul.menu ul.sub-menu li {
    padding: 0 !important; }
  #nav-mainmenu .submenu-category a {
    font-size: 14px;
    padding: 8px 0;
    text-transform: capitalize;
    font-weight: 300;
    display: block;
    text-decoration: none !important; }
  .mega-menu .dateItem span {
    display: inline-block !important; }
  .home #mega-menu-item-3819 > ul_ {
    display: block !important; }
  a.flexMenuToggle {
    display: none; }
  /* mega-menu
    -----------------------------------------------------------------------------------------------------*/
  .mega-menu-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    line-height: 34px; }
  .service-wrap {
    text-align: center; }
  .service-wrap .title {
    font-size: 15px;
    margin-bottom: 5px; }
  .service-wrap .service-img {
    margin-bottom: 20px;
    font-size: 20px; }
  .service-wrap .service-img img {
    width: 75px; }
  .service-wrap .service-icon {
    font-size: 60px; }
  .service-wrap .desc {
    color: #777;
    margin-bottom: 20px; }
  .service-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin-top: 15px;
    padding-top: 10px;
    position: relative; }
  .service-text::before {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    display: block;
    height: 1px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 95%; }
  .mega-menu .service .text p, .mega-menu .service-wrap .desc {
    color: inherit;
    font-size: 12px; }
  .mega-menu .icon-services {
    padding-top: 30px; }
  .mega-menu .service {
    padding-top: 10px; }
  .mega-menu .service {
    position: relative; }
  .mega-menu > .mega-menu-item > .mega-sub-menu > li[class*="mega-menu-columns-"] + li[class*="mega-menu-columns-"]:before,
  .mega-menu .textwidget .row .service + .service:before {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    display: block;
    margin-left: -20px;
    position: absolute;
    top: 0;
    width: 1px; }
  .mega-menu ul.mega-sub-menu > li > a.col-showsub {
    display: none !important; }
  .mega-menu-item a.no-text {
    font-size: 0 !important;
    line-height: 43px !important; }
  .mega-menu-item a.no-text[class*=icon-home32]::before {
    font-size: 18px;
    line-height: 58px; }
  .mega-menu .showsubmenu {
    display: none !important; } }

@media (max-width: 1199px) {
  #nav-mainmenu {
    display: none; }
  body.admin-bar #nav-mainmenu-mobile {
    top: 32px !important; }
  #mainsite, #nav-mainmenu-mobile {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out; }
  body.showmenu #page, body.hidemenu #page {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  a.flexMenuToggle {
    color: #ffffff !important;
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block !important;
    font-size: 18px;
    text-align: center;
    z-index: 1000;
    padding: 8px 10px 0;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px; }
  a.flexMenuToggle span {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    height: 2px;
    margin: 4px 0 0;
    width: 25px; }
  a.flexMenuToggle span:first-child {
    margin-top: 0; }
  .header-top {
    right: 66px !important; }
  span.flexMenuToggle {
    background: #000;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999999; }
  body.showmenu span.flexMenuToggle {
    display: block; }
  /* mainsite */
  #mainsite {
    position: relative;
    left: 0;
    z-index: 1001;
    box-shadow: 0 -11px 10px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 -11px 10px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 -11px 10px rgba(0, 0, 0, 0.9); }
  body.showmenu #mainsite {
    transform: translateX(280px);
    -webkit-transform: translateX(280px);
    -moz-transform: translateX(280px);
    -ms-transform: translateX(280px); }
  body.showmenu.hidemenu #mainsite {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0); }
  /* block-mainnav */
  #nav-mainmenu-mobile {
    width: 280px;
    color: white;
    position: fixed !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
    background: #60778d;
    left: 0;
    top: 0 !important;
    bottom: 0;
    box-sizing: border-box;
    transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px); }
  #nav-mainmenu-mobile .container {
    width: auto !important;
    margin: 0 !important;
    padding: 0 0 50px !important; }
  body.showmenu #nav-mainmenu-mobile {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0); }
  body.showmenu.hidemenu #nav-mainmenu-mobile {
    transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px); }
  ul.mega-menu {
    color: #fff; }
  ul.mega-menu .mega-menu-item a.no-text, ul.mega-menu .mega-menu-item a.no-text[class*="icon-home32"]:before {
    font-size: 16px !important;
    line-height: 20px !important; }
  ul.mega-menu .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  ul.mega-menu [class*="col-"] {
    margin-bottom: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: auto !important; }
  ul.mega-menu, ul.mega-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  ul.mega-menu li {
    position: relative; }
  ul.mega-menu > li + li {
    margin-top: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  ul.mega-menu > li > a {
    line-height: 20px;
    padding: 10px 2px;
    display: block;
    font-size: 15px;
    text-transform: uppercase; }
  ul.mega-menu li .showsubmenu {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: right;
    width: 50px; }
  ul.mega-menu li.parent-showsub > .showsubmenu:before {
    content: ""; }
  ul.mega-menu [class^="icon-"]:before, ul.mega-menu [class*=" icon-"]:before {
    margin-right: 5px; }
  ul.mega-menu a {
    padding: 10px 0;
    line-height: 20px;
    display: block;
    background: none !important; }
  ul.mega-menu li > a.col-showsub {
    display: none !important; }
  ul.mega-menu li .col-showsub ~ ul {
    display: block;
    margin: 0; }
  ul.mega-menu li .col-showsub ~ .showsubmenu {
    display: none; }
  ul.mega-menu > li[class*="current-"].mega-menu-item-has-children > a {
    background-color: rgba(0, 0, 0, 0.3); }
  ul.mega-menu ul li[class*="current-"].mega-menu-item-has-children > a,
  ul.mega-menu ul li.parent-showsub.mega-menu-item-has-children > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  ul.mega-menu a:not([class*="icon-"]):before {
    content: "\e923";
    font-family: "icomoon";
    position: relative;
    top: 1px; }
  ul.mega-menu ul a:not([class*="icon-"]):before {
    content: "\e917"; }
  ul.mega-menu li[class*="mega-menu-columns-"] {
    margin-right: 10px; }
  ul.mega-menu ul {
    display: none;
    margin-left: 12px; }
  ul.mega-menu li.parent-showsub > ul {
    display: block !important; }
  ul.mega-menu .service .text p {
    color: #fff; }
  ul.mega-menu .service-text a {
    display: inline-block; } }

@media (max-width: 1199px) and (max-width: 782px) {
  body.admin-bar #nav-mainmenu-mobile {
    top: 46px !important; } }

@media (max-width: 1199px) {
  #nav-mainmenu-mobile .nav-menu > ul > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  #nav-mainmenu-mobile .nav-menu ul a {
    line-height: 20px;
    padding: 10px;
    display: block;
    font-size: 15px;
    text-transform: uppercase; }
  #nav-mainmenu-mobile .nav-menu ul ul {
    margin: 0 0 0 22px; } }

a:hover, .shop-products-list .product_list_widget li .product-action .item-btn a:hover, .shop-products-list .product-action .item-btn .btnicon:hover,
.breadcrumb li a:hover, #block-footer-copyright a, .set-col.selected, .cols1 .product-img .btnicon:hover,
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price, #block-panel a:hover, #block-panel .active > a,
#wp-calendar a, .ppqtrans_language_chooser li.active,
.bg-ico:hover, .features-list li:before, .infographics-content .completed, #owl-testimonials .owl-buttons > div:hover, #accordion-html .panel-heading h4 a[aria-expanded="true"], .social-small li:hover, #Bottom .widget_recent_entries .post-date, #page .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, #page .wpb_accordion .wpb_accordion_wrapper .ui-state-active, .owl-carousel .owl-controls .owl-buttons > div:hover, #panel li:hover a.showtotal, .gridItem .dateItem .d, .pageBlog > article .post-meta .date h2 span, .featured-post, ul.product-categories [class*="current-"] > a, ul.product-categories [class*="current-"] > span, ul.product-categories li .showsubmenu:hover, ul.product-categories ul a:hover,
#nav-mainmenu-mobile ul.mega-sub-menu > li[class*="current_"] > a, .page-404 h2, a.logo-text .text, #nav-mainmenu-mobile li[class*="current_"] > a,
.jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price,
.jv-table-item .jv-table-head .jv-table-price-wrap .jv-table-price-after, .btn-outline:hover,
.header-top .searchform:hover .btn,
.header-top .searchform:hover #pages-block .page-wrap a.more-link, #pages-block .page-wrap
.header-top .searchform:hover a.more-link, #toTop, .text-primary, .jvTeamItem .jvTeamInfo .jvTeamName, .jv-table2 .jv-table-price, .jv-table-price-after, .list-angle-right li:before, .service-primary i, .tag-outline .tagcloud a, .social-smaller a, .star-rating span, .woocommerce .btn.addtocart, .woocommerce #pages-block .page-wrap a.addtocart.more-link, #pages-block .page-wrap .woocommerce a.addtocart.more-link, .pagination .current, .list-checked.primary li:before, .acc-icon-file-text .wpb_accordion_header > a, .jv-accordion.primary .ui-accordion-header-active.wpb_accordion_header > a::before, .jv-accordion.numberic.primary .ui-accordion-header-active.wpb_accordion_header > a, .jv-counting.primary, .thumb-left .tmnItem .tmnContent .tmnContentInner .tmnHead .link a, ul.nav-pill.outline li a i, .woocommerce .widget_layered_nav ul li a::before, .woocommerce .widget_layered_nav ul li.chosen a::before, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .table_shop_cart .coupon .input-group-btn .btn, .table_shop_cart .coupon .input-group-btn #pages-block .page-wrap a.more-link, #pages-block .page-wrap .table_shop_cart .coupon .input-group-btn a.more-link, .order-total .amount, .nav-single, .rpwe-div .rpwe-title, .text-overlay, .widget.buddypress div.item-options a.selected, .layout_Timeline .itemMasonry .item .post-meta h2 {
  color: #4797dc; }

.bg-ico .scale-border, .features-list li:before, .wpb_tabs_fix .wpb_content_element .wpb_tabs_nav, .testimonials-autor:after, .social-small li:hover, .numbers-ico, .shop-main-products-list .imgsubproduct .active .item a,
.shopImages .imgsubproduct .active img, .product-category .product-cat-image:before, #page-shop-sidebar #content ul.tabs,
.btn-primary,
#pages-block .page-wrap a.more-link, .btn-primary:hover, #pages-block .page-wrap a.more-link:hover, .woocommerce .btn, .woocommerce #pages-block .page-wrap a.more-link, #pages-block .page-wrap .woocommerce a.more-link, .woocommerce .btn:hover, .woocommerce #pages-block .page-wrap a.more-link:hover, #pages-block .page-wrap .woocommerce a.more-link:hover,
.wpcf7-submit.btn,
#pages-block .page-wrap a.wpcf7-submit.more-link,
.home-testimonials-slider .owl-controls .owl-page.active,
.home-testimonials-slider .owl-controls .owl-dot.active,
ul.mega-menu > li:hover > a::after, ul.mega-menu > li[class*="current_"] > a::after,
.btn-outline:hover,
.social-small a:hover,
.hoverBorder:before, .hoverBorder:after, .panel-primary, .panel-primary > .panel-heading, .service.border .service-icon *[class*="icon"], .portfolioFilter > .filter-link > a.current, .owl-carousel.rpwe-div.slider.paging-outline .owl-pagination .owl-page.active, .tag-outline .tagcloud a:hover, #respond #commentform input#submit,
.jv-tab-pill.wpb_tabs .wpb_tabs_nav li.ui-tabs-active,
.jv-tab-pill.wpb_tour .wpb_tabs_nav li.ui-tabs-active, .jv-tab-classic.wpb_tabs .wpb_tabs_nav li, .jv-tab-classic.wpb_tabs .wpb_tabs_nav li:hover, .bullet-white .owl-controls .owl-page.active, .bullet-white .owl-controls .owl-dot.active, .owl-controls .owl-page.active, .owl-controls .owl-dot.active, .bullet-inverse .owl-controls .owl-page.active, .bullet-inverse .owl-controls .owl-dot.active, .bullet-white .owl-controls .owl-page.active, .bullet-white .owl-controls .owl-dot.active, .jv-table2.primary, .jv-partner a:hover, ul.nav-pill.outline, blockquote.primary, ul.list-unstyle.border i, .post-meta .border, #buddypress button:hover, #buddypress .button:hover, #buddypress input[type=submit]:hover, #buddypress input[type=button]:hover, #buddypress input[type=reset]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a:hover, #buddypress div.generic-button a:hover, #buddypress .comment-reply-link:hover, #buddypress div.item-list-tabs ul, #buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a, #buddypress .acomment-options a:hover, #bp-login-widget-submit:hover, .bp-login-widget-register-link a:hover {
  border-color: #4797dc; }

.cpost_page ul a.act_me, #wp-calendar #today,
.btn-primary,
#pages-block .page-wrap a.more-link, .woocommerce .btn, .woocommerce #pages-block .page-wrap a.more-link, #pages-block .page-wrap .woocommerce a.more-link, .wpcf7-submit.btn, #pages-block .page-wrap a.wpcf7-submit.more-link, .demo-list-box .active, #page-shop-sidebar #content ul.tabs li:hover a, #page-shop-sidebar #content ul.tabs li.active a,
.wpb_tabs_fix .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_tabs_fix .wpb_content_element .wpb_tabs_nav li:hover, .testimonials-autor, .cols_list_1 .item:before, .blog-item-description .edit-link, .portfolioFilter > .filter-link > a.current,
a.flexMenuToggle:hover,
.sidebar .widget_recent_entries ul li:hover,
.sidebar .widget_recent_comments ul li:hover,
.sidebar .widget_archive ul li:hover,
.sidebar .widget_categories ul li:hover,
.sidebar .widget_meta ul li:hover,
[id*="monster-widget-"] ul li:hover,
.btn-white:hover, .btn-white:focus,
.video-wrap .caption,
.jv-table-item .jv-table-head .jv-table-icon img,
.blog-grid .item .overlay .dateItem,
.btn-outline:hover,
.jv-revslide.wpb_revslider_element .badget-primary,
.social-small a:hover, .social-smaller a:hover, .jv-overlay, .jv-table2 .jv-table-head, .panel-primary > .panel-heading, .service.background .service-icon > *[class*="icon"], .jv-tab-hosting.wpb_content_element .wpb_tabs_nav, .background-primary, .tag-outline .tagcloud a:hover, .box-servicer .boxHeader, #respond #commentform input#submit, table.compare-list .add-to-cart td a,
.nav-menu ul.children > li:hover > a, .nav-menu ul.sub-menu > li:hover > a, .nav-menu ul.children > li[class*="current_"] > a, .nav-menu ul.sub-menu > li[class*="current_"] > a, .mega-menu ul.mega-sub-menu > li:hover > a, .mega-menu ul.mega-sub-menu > li[class*="current_"] > a, div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_expand, div.pp_woocommerce .pp_close, div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_next::before, div.pp_woocommerce .pp_previous::before, .subcategories .category-name, .nav-pill li:hover a, .nav-pill li.active a, #lang_sel ul ul li:hover a, #lang_sel ul ul li.active a, .jv-tab-pill.wpb_tabs .wpb_tabs_nav li.ui-tabs-active, .jv-tab-pill.wpb_tour .wpb_tabs_nav li.ui-tabs-active, .jv-tab-classic.wpb_tabs .wpb_tabs_nav li, .jv-tab-classic.wpb_tabs .wpb_tabs_nav li:hover, .list-icon i, .pagination li:hover a, .owl-controls .owl-dot, .owl-controls .owl-page, .round-price.primary .jv-table-head, .round-price.primary .jv-table-head .jv-table-price-wrap, .jv-accordion.acc-icon-user.primary.wpb_content_element .wpb_accordion_wrapper .ui-accordion-header-active.wpb_accordion_header, .jv-accordion.numberic.primary .ui-accordion-header-active.wpb_accordion_header > a::before, .img.bg-default, .list-checked.square li:before, .list-checked.round li:before, ul.list-unstyle.background i, #content .woocommerce-tabs ul, .post-meta .bg-padding-box:after, #buddypress button:hover, #buddypress .button:hover, #buddypress input[type=submit]:hover, #buddypress input[type=button]:hover, #buddypress input[type=reset]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a, #buddypress div.generic-button a:hover, #buddypress .comment-reply-link:hover, #buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a, #buddypress .acomment-options a:hover, #bp-login-widget-submit:hover, .bp-login-widget-register-link a:hover, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #4797dc; }

.wpb_revslider_element .tp-bullets .bullet.selected {
  background-color: #4797dc !important; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .shop-info-detail span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle, .product_list_widget span.onsale,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button.alt, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
  background: #4797dc; }

.wpcf7-submit.btn:hover, #pages-block .page-wrap a.wpcf7-submit.more-link:hover, .wpcf7-submit.btn:focus, #pages-block .page-wrap a.wpcf7-submit.more-link:focus,
.btn-primary:hover,
#pages-block .page-wrap a.more-link:hover, .btn-primary:focus, #pages-block .page-wrap a.more-link:focus {
  background-color: #3b7db6; }

#content .woocommerce-tabs .tabs > li.active,
.jv-tab-hosting.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
  background-color: #3b7db6 !important; }

.jv-table2 .jv-table-head .jv-table-price-wrap, .icon-hover .jv-table-head::after, .icon-hover.jv-table-item::before, .icon-hover.jv-table-item::after, .icon-hover .jv-table-content::after {
  border-color: #3b7db6; }

@media (max-width: 1199px) {
  h2.widgettitle {
    max-width: 970px; }
  .owl-controls {
    display: none !important; }
  #header {
    background-color: rgba(0, 0, 0, 0.6);
    position: relative; }
  #visua-no-title .container > .vc_row {
    padding-top: 30px;
    padding-bottom: 30px; }
  #header.fixed {
    position: fixed;
    top: 0; }
  #wpadminbar {
    position: absolute; }
  #header .container, .logo-table-cell {
    height: 60px; }
  .header-top > .widget {
    vertical-align: middle;
    margin-left: 2px; }
  .header-top .searchform input[type="search"] {
    opacity: 1;
    font-size: 0;
    top: 0;
    padding: 0 5px;
    border-radius: 3px; }
  .header-top .searchform:hover input[type="search"] {
    font-size: inherit; }
  .header-top .searchform::before {
    top: 0; }
  .header-top .widget_icl_lang_sel_widget {
    max-height: 32px; }
  .header-top .widget_form_search .btn, .header-top .widget_form_search #pages-block .page-wrap a.more-link, #pages-block .page-wrap .header-top .widget_form_search a.more-link {
    background-color: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px; }
  .widget_icl_lang_sel_widget .dropdownMenu ul.menu li > a.lang_sel_sel {
    border-radius: 3px; }
  .header-top .widget_text_login ul.menu > li > span, .header-top .form-login-woo > a, .header-top .widget_shopping_cart_content .showtotal {
    padding: 0 5px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px; }
  .widget_shopping_cart_content ul.menu .sub-menu {
    left: 0;
    right: 20px;
    min-width: 240px; }
  #block-breadcrumb {
    padding: 100px 0 30px; }
  #visua-no-title .container > .vc_row:first-child {
    padding-top: 100px; } }

@media (max-width: 1199px) and (max-width: 991px) {
  h2.widgettitle {
    max-width: 750px; }
  .our-servise-content .pane-mobile-item-img {
    float: none !important;
    margin: 0 0 20px;
    width: auto; }
  .woocommerce .shop-products-list .product_list_widget .inner-item .star-rating {
    height: 1.5em;
    opacity: 1; }
  .shop-products-list .product_list_widget .inner-item .imgsubproduct {
    opacity: 1;
    height: auto !important;
    margin-bottom: 10px !important; }
  .shop-products-list .product_list_widget .inner-item .product-action {
    opacity: 1;
    height: 36px; }
  /*=shop detail group*/
  .WooProductDetail .shop-info-detail form.cart .group_table td.label {
    font-size: 75%;
    max-width: 100px; }
  [class*="col-"] {
    margin-bottom: 30px; }
  [class*="col-sm-12"] {
    margin-bottom: 0; }
  #lang_sel > ul > li {
    float: left;
    width: auto; }
  #lang_sel a.lang_sel_sel {
    font-size: 0;
    background-image: none; } }

@media (max-width: 1199px) and (max-width: 991px) and (min-width: 640px) {
  .wpb_column {
    margin-bottom: 20px; } }

@media (max-width: 1199px) and (max-width: 991px) and (min-width: 768px) {
  .col-sm-4 {
    width: 33.333%; }
  .web-app img {
    width: 70px; }
  .web-app p {
    margin: 0; }
  .web-app .title {
    font-size: 15px; }
  .tp-caption .btn i, .tp-caption #pages-block .page-wrap a.more-link i, #pages-block .page-wrap .tp-caption a.more-link i, .tp-caption .btn, .tp-caption #pages-block .page-wrap a.more-link, #pages-block .page-wrap .tp-caption a.more-link {
    height: auto !important;
    line-height: 34px !important;
    font-size: 12px !important; } }

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
  #block-breadcrumb {
    border-top: none;
    padding: 65px 0 15px; }
  .shop-info-detail .shopImages {
    max-width: 400px;
    margin: 0 auto 20px; }
  .tp-caption .btn i, .tp-caption #pages-block .page-wrap a.more-link i, #pages-block .page-wrap .tp-caption a.more-link i, .tp-caption .btn, .tp-caption #pages-block .page-wrap a.more-link, #pages-block .page-wrap .tp-caption a.more-link {
    height: auto !important;
    line-height: 30px !important;
    font-size: 11px !important; }
  .jv-posts-video .item, .service-list .web-app, .jv-pricingtable .jv-table-item, .blog-grid .item {
    max-width: 370px;
    margin: 0 auto; }
  .blog-grid .item .rpwe-thumb {
    width: 100%; }
  #mresult > .container {
    left: 10px;
    right: 10px;
    top: 50px;
    -ms-transform: translate(0);
        transform: translate(0);
    -webkit-transform: translate(0); } }

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) and (max-width: 500px) {
  [class*="col-xs"] {
    width: 100%; }
  .widgettitle-heading .widgettitle {
    font-size: 180%; }
  .widgettitle-heading .sub-title {
    font-size: 70%; }
  .shop-products-list .product_list_widget {
    height: auto !important; }
  .shop-products-list .product_list_widget .itemMasonry {
    max-width: 400px;
    margin: 0 auto 20px !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    float: none !important; }
  .panel-hosting.bpopup-content {
    width: 400px; }
  /*=blog template*/
  .focus-top-left.photo-only .top-item {
    width: 100%; }
  .focus-top-left.photo-only .more-item {
    width: 50%; }
  /*=jv-tab*/
  /*=woocommerce tab*/
  .jv-tab-hosting .wpb_tabs_nav li:first-child {
    margin-left: 0; }
  .jv-tab-hosting .wpb_tabs_nav li, #content .woocommerce-tabs .tabs > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0;
    text-align: center;
    width: 100%;
    -ms-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg); }
  .jv-tab-hosting .wpb_tabs_nav li a, #content .woocommerce-tabs .tabs > li > a {
    -ms-transform: skewX(0deg) skewY(0deg);
    transform: skewX(0deg) skewY(0deg); }
  /*=shop details */
  .WooProductDetail #content .shop-info-detail form.cart .group_table td .stock {
    display: none; }
  /*=cart page*/
  .table_shop_cart .product-name, .table_shop_cart .product-subtotal,
  .table_shop_cart .cart_item .product-name, .table_shop_cart .cart_item .product-subtotal {
    display: none; }
  .woocommerce .quantity.buttons_added {
    min-width: 70px; }
  .woocommerce .quantity.buttons_added .plus, .woocommerce .quantity.buttons_added .minus {
    width: 16px; }
  .panel-primary.bpopup-content {
    max-width: 300px;
    font-size: 90%; } }

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) and (max-width: 479px) {
  .header-top form.searchform input[type="search"] {
    max-width: 150px; }
  /*=cart page*/
  .table_shop_cart .cart_item .product-quantity, .table_shop_cart .cart_item .product-thumbnail {
    padding-left: 0;
    padding-right: 0; }
  .table_shop_cart .coupon + input[name="update_cart"] {
    width: 100%;
    margin-top: 5px; }
  .cartCollaterals .table-bottom {
    padding-left: 0; }
  .cartCollaterals .table-bottom > .btn, .cartCollaterals #pages-block .page-wrap .table-bottom > a.more-link, #pages-block .page-wrap .cartCollaterals .table-bottom > a.more-link {
    width: 100%;
    margin-bottom: 5px; }
  .table-bottom .checkout-button {
    float: left;
    margin-right: 0; }
  .table-bottom .btn.btn-icon > i, .table-bottom #pages-block .page-wrap a.btn-icon.more-link > i, #pages-block .page-wrap .table-bottom a.btn-icon.more-link > i {
    margin-left: -50px;
    padding-left: 0;
    width: 50%; }
  .woocommerce div.product form.cart .group_table td.price {
    display: none; } }

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) and (max-width: 359px) {
  .boxPrice {
    padding: 3%; } }

@media (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
  /*=Home 1*/
  .home .checkdomain .input-group {
    margin: 0 0 10px;
    width: 100%; }
  .home .checkdomain .dropdown-menu .form .checkbox {
    width: 50%; }
  .home .checkdomain .dropdown-menu .form .checkbox.all {
    width: auto; }
  .home .checkdomain .dropdown .btn, .home .checkdomain .dropdown #pages-block .page-wrap a.more-link, #pages-block .page-wrap .home .checkdomain .dropdown a.more-link {
    padding: 10px; } }

/*--------------------------------------------------------------
>>> FRAMEWORKS:
----------------------------------------------------------------
# SUSY:
# @import "framework/susy";

# FOUNDATION:
# @import "framework/foundation";
# @include foundation-everything();
# or @include foundation-everything($flex:true); if you want to use flexbox layout
# All Foundation SCSS settings can be changed inside settings/_settings.scss
#

# BOOTSTRAP:
# @import "framework/bootstrap";
# All Bootstrap SCSS settings can be changed inside bootstrap/_variables.scss
#
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, #pages-block .page-wrap a.more-link > .caret,
  .dropup > .btn > .caret, #pages-block .page-wrap
  .dropup > a.more-link > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, #secondary, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, #primary, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, #secondary, .col-md-5, .col-md-6, .col-md-7, .col-md-8, #primary, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4, #secondary {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8, #primary {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, #pages-block .page-wrap
  .input-group-lg > .input-group-btn > a.form-control-static.more-link, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, #pages-block .page-wrap
  .input-group-sm > .input-group-btn > a.form-control-static.more-link {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, #pages-block .page-wrap
.input-group-sm > .input-group-btn > a.more-link {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, #pages-block .page-wrap
.input-group-lg > .input-group-btn > a.more-link {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, #pages-block .page-wrap
.input-group-lg > .input-group-btn > a.more-link + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, #pages-block .page-wrap
.input-group-sm > .input-group-btn > a.more-link + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, #pages-block .page-wrap a.more-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, #pages-block .page-wrap a.more-link:focus, .btn.focus, #pages-block .page-wrap a.focus.more-link, .btn:active:focus, #pages-block .page-wrap a.more-link:active:focus, .btn:active.focus, #pages-block .page-wrap a.more-link:active.focus, .btn.active:focus, #pages-block .page-wrap a.active.more-link:focus, .btn.active.focus, #pages-block .page-wrap a.active.focus.more-link {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, #pages-block .page-wrap a.more-link:hover, .btn:focus, #pages-block .page-wrap a.more-link:focus, .btn.focus, #pages-block .page-wrap a.focus.more-link {
    color: #333;
    text-decoration: none; }
  .btn:active, #pages-block .page-wrap a.more-link:active, .btn.active, #pages-block .page-wrap a.active.more-link {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, #pages-block .page-wrap a.disabled.more-link, .btn[disabled], #pages-block .page-wrap a[disabled].more-link,
  fieldset[disabled] .btn,
  fieldset[disabled] #pages-block .page-wrap a.more-link, #pages-block .page-wrap
  fieldset[disabled] a.more-link {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, #pages-block .page-wrap a.disabled.more-link,
fieldset[disabled] a.btn,
fieldset[disabled] #pages-block .page-wrap a.more-link, #pages-block .page-wrap
fieldset[disabled] a.more-link {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, #pages-block .page-wrap a.more-link {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, #pages-block .page-wrap a.more-link:focus, .btn-primary.focus, #pages-block .page-wrap a.focus.more-link {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover, #pages-block .page-wrap a.more-link:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, #pages-block .page-wrap a.more-link:active, .btn-primary.active, #pages-block .page-wrap a.active.more-link,
  .open > .btn-primary.dropdown-toggle, #pages-block .page-wrap
  .open > a.dropdown-toggle.more-link {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, #pages-block .page-wrap a.more-link:active:hover, .btn-primary:active:focus, #pages-block .page-wrap a.more-link:active:focus, .btn-primary:active.focus, #pages-block .page-wrap a.more-link:active.focus, .btn-primary.active:hover, #pages-block .page-wrap a.active.more-link:hover, .btn-primary.active:focus, #pages-block .page-wrap a.active.more-link:focus, .btn-primary.active.focus, #pages-block .page-wrap a.active.focus.more-link,
    .open > .btn-primary.dropdown-toggle:hover, #pages-block .page-wrap
    .open > a.dropdown-toggle.more-link:hover,
    .open > .btn-primary.dropdown-toggle:focus, #pages-block .page-wrap
    .open > a.dropdown-toggle.more-link:focus,
    .open > .btn-primary.dropdown-toggle.focus, #pages-block .page-wrap
    .open > a.dropdown-toggle.focus.more-link {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, #pages-block .page-wrap a.more-link:active, .btn-primary.active, #pages-block .page-wrap a.active.more-link,
  .open > .btn-primary.dropdown-toggle, #pages-block .page-wrap
  .open > a.dropdown-toggle.more-link {
    background-image: none; }
  .btn-primary.disabled:hover, #pages-block .page-wrap a.disabled.more-link:hover, .btn-primary.disabled:focus, #pages-block .page-wrap a.disabled.more-link:focus, .btn-primary.disabled.focus, #pages-block .page-wrap a.disabled.focus.more-link, .btn-primary[disabled]:hover, #pages-block .page-wrap a[disabled].more-link:hover, .btn-primary[disabled]:focus, #pages-block .page-wrap a[disabled].more-link:focus, .btn-primary[disabled].focus, #pages-block .page-wrap a[disabled].focus.more-link,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] #pages-block .page-wrap a.more-link:hover, #pages-block .page-wrap
  fieldset[disabled] a.more-link:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] #pages-block .page-wrap a.more-link:focus, #pages-block .page-wrap
  fieldset[disabled] a.more-link:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] #pages-block .page-wrap a.focus.more-link, #pages-block .page-wrap
  fieldset[disabled] a.focus.more-link {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge, #pages-block .page-wrap a.more-link .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, #pages-block .page-wrap .btn-group-lg > a.more-link {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, #pages-block .page-wrap .btn-group-sm > a.more-link {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, #pages-block .page-wrap .btn-group-xs > a.more-link {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #d5d5d5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, #pages-block .page-wrap .btn-group > a.more-link,
  .btn-group-vertical > .btn, #pages-block .page-wrap
  .btn-group-vertical > a.more-link {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, #pages-block .page-wrap .btn-group > a.more-link:hover, .btn-group > .btn:focus, #pages-block .page-wrap .btn-group > a.more-link:focus, .btn-group > .btn:active, #pages-block .page-wrap .btn-group > a.more-link:active, .btn-group > .btn.active, #pages-block .page-wrap .btn-group > a.active.more-link,
    .btn-group-vertical > .btn:hover, #pages-block .page-wrap
    .btn-group-vertical > a.more-link:hover,
    .btn-group-vertical > .btn:focus, #pages-block .page-wrap
    .btn-group-vertical > a.more-link:focus,
    .btn-group-vertical > .btn:active, #pages-block .page-wrap
    .btn-group-vertical > a.more-link:active,
    .btn-group-vertical > .btn.active, #pages-block .page-wrap
    .btn-group-vertical > a.active.more-link {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group #pages-block .page-wrap a.more-link + .btn, #pages-block .page-wrap .btn-group a.more-link + .btn, .btn-group #pages-block .page-wrap .btn + a.more-link, #pages-block .page-wrap .btn-group .btn + a.more-link, .btn-group #pages-block .page-wrap a.more-link + a.more-link, #pages-block .page-wrap .btn-group a.more-link + a.more-link,
.btn-group .btn + .btn-group,
.btn-group #pages-block .page-wrap a.more-link + .btn-group, #pages-block .page-wrap
.btn-group a.more-link + .btn-group,
.btn-group .btn-group + .btn,
.btn-group #pages-block .page-wrap .btn-group + a.more-link, #pages-block .page-wrap
.btn-group .btn-group + a.more-link,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar #pages-block .page-wrap a.more-link, #pages-block .page-wrap .btn-toolbar a.more-link,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, #pages-block .page-wrap .btn-toolbar > a.more-link,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), #pages-block .page-wrap .btn-group > a.more-link:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, #pages-block .page-wrap .btn-group > a.more-link:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), #pages-block .page-wrap .btn-group > a.more-link:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), #pages-block .page-wrap .btn-group > a.more-link:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, #pages-block .page-wrap .btn-group > .btn-group:not(:first-child):not(:last-child) > a.more-link {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, #pages-block .page-wrap .btn-group > .btn-group:first-child:not(:last-child) > a.more-link:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, #pages-block .page-wrap .btn-group > .btn-group:last-child:not(:first-child) > a.more-link:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, #pages-block .page-wrap .btn-group > a.more-link + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, #pages-block .page-wrap .btn-group-lg.btn-group > a.more-link + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret, #pages-block .page-wrap a.more-link .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, #pages-block .page-wrap .btn-group-lg > a.more-link .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup #pages-block .page-wrap .btn-group-lg > a.more-link .caret, #pages-block .page-wrap .dropup .btn-group-lg > a.more-link .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, #pages-block .page-wrap .btn-group-vertical > a.more-link,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, #pages-block .page-wrap
.btn-group-vertical > .btn-group > a.more-link {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, #pages-block .page-wrap .btn-group-vertical > .btn-group > a.more-link {
  float: none; }

.btn-group-vertical > .btn + .btn, #pages-block .page-wrap .btn-group-vertical > a.more-link + .btn, #pages-block .page-wrap .btn-group-vertical > .btn + a.more-link, #pages-block .page-wrap .btn-group-vertical > a.more-link + a.more-link,
.btn-group-vertical > .btn + .btn-group, #pages-block .page-wrap
.btn-group-vertical > a.more-link + .btn-group,
.btn-group-vertical > .btn-group + .btn, #pages-block .page-wrap
.btn-group-vertical > .btn-group + a.more-link,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), #pages-block .page-wrap .btn-group-vertical > a.more-link:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), #pages-block .page-wrap .btn-group-vertical > a.more-link:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), #pages-block .page-wrap .btn-group-vertical > a.more-link:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, #pages-block .page-wrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.more-link {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, #pages-block .page-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.more-link:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, #pages-block .page-wrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.more-link:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, #pages-block .page-wrap .btn-group-justified > a.more-link,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group #pages-block .page-wrap a.more-link, #pages-block .page-wrap .btn-group-justified > .btn-group a.more-link {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], #pages-block .page-wrap [data-toggle="buttons"] > a.more-link input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], #pages-block .page-wrap
[data-toggle="buttons"] > a.more-link input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], #pages-block .page-wrap
[data-toggle="buttons"] > .btn-group > a.more-link input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], #pages-block .page-wrap
[data-toggle="buttons"] > .btn-group > a.more-link input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, #pages-block .page-wrap
  .input-group-sm > .input-group-btn > a.input-group-addon.more-link {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, #pages-block .page-wrap
  .input-group-lg > .input-group-btn > a.input-group-addon.more-link {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, #pages-block .page-wrap
.input-group-btn:first-child > a.more-link,
.input-group-btn:first-child > .btn-group > .btn, #pages-block .page-wrap
.input-group-btn:first-child > .btn-group > a.more-link,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), #pages-block .page-wrap
.input-group-btn:last-child > a.more-link:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, #pages-block .page-wrap
.input-group-btn:last-child > .btn-group:not(:last-child) > a.more-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, #pages-block .page-wrap
.input-group-btn:last-child > a.more-link,
.input-group-btn:last-child > .btn-group > .btn, #pages-block .page-wrap
.input-group-btn:last-child > .btn-group > a.more-link,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), #pages-block .page-wrap
.input-group-btn:first-child > a.more-link:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, #pages-block .page-wrap
.input-group-btn:first-child > .btn-group:not(:first-child) > a.more-link {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, #pages-block .page-wrap .input-group-btn > a.more-link {
    position: relative; }
    .input-group-btn > .btn + .btn, #pages-block .page-wrap .input-group-btn > a.more-link + .btn, #pages-block .page-wrap .input-group-btn > .btn + a.more-link, #pages-block .page-wrap .input-group-btn > a.more-link + a.more-link {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, #pages-block .page-wrap .input-group-btn > a.more-link:hover, .input-group-btn > .btn:focus, #pages-block .page-wrap .input-group-btn > a.more-link:focus, .input-group-btn > .btn:active, #pages-block .page-wrap .input-group-btn > a.more-link:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, #pages-block .page-wrap .input-group-btn:first-child > a.more-link,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, #pages-block .page-wrap .input-group-btn:last-child > a.more-link,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, #pages-block .page-wrap .btn-group-sm > a.navbar-btn.more-link {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, #pages-block .page-wrap .btn-group-xs > a.navbar-btn.more-link {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #2b434a;
  border-color: #1f3035; }
  .navbar-default .navbar-brand {
    color: #fff; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #b3b3b3;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #fff; }
  .navbar-default .navbar-nav > li > a {
    color: #b9e05f; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1f3035; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #1f3035; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #1f3035;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #b9e05f; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #1f3035; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #b9e05f; }
    .navbar-default .navbar-link:hover {
      color: #fff; }
  .navbar-default .btn-link {
    color: #b9e05f; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #fff; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, #pages-block .page-wrap a.more-link .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, #pages-block .page-wrap a.more-link .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, #pages-block .page-wrap .btn-group-xs > a.more-link .badge,
  .btn-group-xs > .btn .badge, #pages-block .page-wrap
  .btn-group-xs > a.more-link .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #2b434a;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer #pages-block .page-wrap a.more-link + .btn, #pages-block .page-wrap .modal-footer a.more-link + .btn, .modal-footer #pages-block .page-wrap .btn + a.more-link, #pages-block .page-wrap .modal-footer .btn + a.more-link, .modal-footer #pages-block .page-wrap a.more-link + a.more-link, #pages-block .page-wrap .modal-footer a.more-link + a.more-link {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group #pages-block .page-wrap a.more-link + .btn, #pages-block .page-wrap .modal-footer .btn-group a.more-link + .btn, .modal-footer .btn-group #pages-block .page-wrap .btn + a.more-link, #pages-block .page-wrap .modal-footer .btn-group .btn + a.more-link, .modal-footer .btn-group #pages-block .page-wrap a.more-link + a.more-link, #pages-block .page-wrap .modal-footer .btn-group a.more-link + a.more-link {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption #pages-block .page-wrap a.more-link, #pages-block .page-wrap .carousel-caption a.more-link {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

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

.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

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

.rubberBand {
  animation-name: rubberBand; }

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

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing; }

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

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  animation-name: jello;
  -ms-transform-origin: center;
      transform-origin: center; }

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

.bounceIn {
  animation-name: bounceIn; }

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

.bounceInDown {
  animation-name: bounceInDown; }

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

.bounceInLeft {
  animation-name: bounceInLeft; }

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

.bounceInRight {
  animation-name: bounceInRight; }

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

.bounceInUp {
  animation-name: bounceInUp; }

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

.bounceOut {
  animation-name: bounceOut; }

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

.bounceOutDown {
  animation-name: bounceOutDown; }

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

.bounceOutLeft {
  animation-name: bounceOutLeft; }

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

.bounceOutRight {
  animation-name: bounceOutRight; }

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

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

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

.fadeInDown {
  animation-name: fadeInDown; }

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

.fadeInDownBig {
  animation-name: fadeInDownBig; }

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

.fadeInLeft {
  animation-name: fadeInLeft; }

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

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

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

.fadeInRight {
  animation-name: fadeInRight; }

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

.fadeInRightBig {
  animation-name: fadeInRightBig; }

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

.fadeInUp {
  animation-name: fadeInUp; }

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

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

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

.fadeOutLeft {
  animation-name: fadeOutLeft; }

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

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

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

.fadeOutUp {
  animation-name: fadeOutUp; }

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

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

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

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

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

.rotateIn {
  animation-name: rotateIn; }

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

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

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

.rotateInDownRight {
  animation-name: rotateInDownRight; }

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

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

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

.rotateInUpRight {
  animation-name: rotateInUpRight; }

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

.rotateOut {
  animation-name: rotateOut; }

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

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

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

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

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

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

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

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

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

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

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

.zoomInDown {
  animation-name: zoomInDown; }

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

.zoomInLeft {
  animation-name: zoomInLeft; }

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

.zoomInRight {
  animation-name: zoomInRight; }

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

.zoomInUp {
  animation-name: zoomInUp; }

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

.zoomOut {
  animation-name: zoomOut; }

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

.zoomOutDown {
  animation-name: zoomOutDown; }

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

.zoomOutLeft {
  animation-name: zoomOutLeft; }

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

.zoomOutRight {
  animation-name: zoomOutRight; }

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

.zoomOutUp {
  animation-name: zoomOutUp; }

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

.slideInDown {
  animation-name: slideInDown; }

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

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

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

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

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

.slideOutUp {
  animation-name: slideOutUp; }

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Mixins

  # Learn more about Sass mixins here: http://sass-lang.com/guide#topic-6
 --------------------------------------------------------------*/
.flex, .pages-area .row, .pages-area .row > div {
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }
  @media only screen and (min-width: 1px) and (max-width: 768px) {
    .flex, .pages-area .row, .pages-area .row > div {
      -ms-flex-direction: column;
          flex-direction: column; } }

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Variables

  # Learn more about Sass variables here: http://sass-lang.com/guide#topic-2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

a, img {
  transition: all 0.3s ease-in; }

img {
  max-width: 100%; }
  img:hover {
    -webkit-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%); }

span.red {
  color: red; }

/*--------------------------------------------------------------
# Wordpress Classes Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Default Wordpress elements styling

  # Learn more: https://codex.wordpress.org/CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.gallery-caption {
  display: block;
  border: 1px solid #CCC;
  font-size: 11px; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.group-blog .byline,
.single .byline {
  display: inline; }

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Parts (Button, inputs, forms, etc)
--------------------------------------------------------------*/
#primary {
  margin-bottom: 20px; }

.mega-menu-item:hover > .mega-sub-menu {
  display: block; }

#pages-block .page-wrap {
  border: 1px solid #ccc;
  padding: 30px; }
  #pages-block .page-wrap div {
    overflow: hidden; }
    #pages-block .page-wrap div img:hover {
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  #pages-block .page-wrap h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 10px; }
  #pages-block .page-wrap a.more-link {
    display: block;
    margin: 30px auto;
    width: 150px;
    color: #fff; }

.carousel-indicators li, .easy-t-cycle-pager span {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 5px;
  color: transparent; }
  .carousel-indicators li.active, .carousel-indicators li.cycle-pager-active, .easy-t-cycle-pager span.active, .easy-t-cycle-pager span.cycle-pager-active {
    width: 36px;
    border-color: #4797dc;
    background-color: #4797dc;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.19) inset;
    color: transparent; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%; }

.cycledTestimonialWidget {
  color: #fff;
  font-family: 'Oswald', serif; }
  .cycledTestimonialWidget h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 36.6px; }
  .cycledTestimonialWidget blockquote {
    background-color: transparent; }
    .cycledTestimonialWidget blockquote p {
      font-family: "Open Sans", serif;
      font-size: 1.14285em;
      line-height: 1.5;
      margin-bottom: 40px; }

/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Forms
--------------------------------------------------------------*/
.wpcf7-form label {
  width: 100%; }

.wpcf7-form span.wpcf7-form-control-wrap input {
  width: 97%; }

.wpcf7-submit {
  color: #fff; }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------

>>> LAYOUT:
----------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Header
--------------------------------------------------------------*/
#header {
  background: #263646;
  position: relative; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
  margin-bottom: 20px;
  margin-top: 50px; }
  #secondary .widget_search label {
    width: 75%; }

#main aside.widget:not(:first-child) {
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 30px; }

.cycledTestimonialWidget img.attachment-easy_testimonial_thumb.size-easy_testimonial_thumb.wp-post-image {
  margin: auto;
  display: block;
  float: none;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  max-height: 100px;
  max-width: 100px; }

.cycledTestimonialWidget .testimonial_body {
  text-align: center;
  margin-top: 20px; }

#Bottom .textwidget {
  color: #fff; }

/*--------------------------------------------------------------
# Import posts and pages layout styles here:
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Single
--------------------------------------------------------------*/
body {
  background: rgba(255, 255, 255, 0.7); }

.entry-title {
  color: #000; }

#header a,
#nav-mainmenu-mobile a,
#Bottom a {
  color: #fff; }

/*--------------------------------------------------------------
  # Archive
--------------------------------------------------------------*/
.pages-area .row {
  padding: 0; }
  .pages-area .row > div {
    width: 100%;
    padding: 0 15px;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow: hidden; }
    @media only screen and (min-width: 1px) and (max-width: 768px) {
      .pages-area .row > div {
        width: auto;
        margin: auto; } }
    .pages-area .row > div img {
      min-height: 195px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Footer
--------------------------------------------------------------*/
ul.menu, ul.sub-menu {
  list-style-type: none; }

/*--------------------------------------------------------------
# Visual Composer parts
--------------------------------------------------------------*/
.testimonials-container {
  display: block;
  max-width: 100%;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .testimonials-container {
      padding: 0 83px; } }
  .testimonials-container .testimonials-item-photo {
    margin-top: 9px;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .testimonials-container .testimonials-item-photo .testimonials-avatar {
      border-radius: 50%;
      margin: 0 auto; }
      @media only screen and (min-width: 992px) {
        .testimonials-container .testimonials-item-photo .testimonials-avatar {
          max-width: 160px; } }
  .testimonials-container .testimonials-quote {
    border: none;
    font-size: 14px;
    font-style: italic;
    padding: 23px 0 0 10px;
    line-height: 18px;
    outline: 0; }
    @media only screen and (min-width: 992px) {
      .testimonials-container .testimonials-quote {
        padding: 23px 0 0 71px;
        font-size: 16px;
        line-height: 27px; }
        .testimonials-container .testimonials-quote:before {
          content: '“';
          display: inline-block;
          position: absolute;
          width: 40px;
          height: 31px;
          color: inherit;
          top: 26px;
          left: 10px;
          font-size: 90px;
          font-style: normal; } }
  .testimonials-container .testimonial-author {
    padding: 0 0 0 10px; }
    @media only screen and (min-width: 992px) {
      .testimonials-container .testimonial-author {
        padding: 0 0 0 71px; } }
    .testimonials-container .testimonial-author .testimonial-name {
      display: block;
      font-size: 28px;
      padding-top: 5px; }
      @media only screen and (min-width: 992px) {
        .testimonials-container .testimonial-author .testimonial-name {
          font-size: 40px; } }
    .testimonials-container .testimonial-author .testimonial-company {
      display: block;
      font-size: 19px;
      line-height: 23px; }
  .testimonials-container.lnr_controls {
    min-height: 290px; }
    .testimonials-container.lnr_controls .slick-arrow {
      background-repeat: no-repeat;
      background-position: center center;
      color: transparent;
      width: 40px;
      height: 70px;
      background-color: transparent !important;
      border: none;
      position: absolute;
      top: 48px;
      bottom: 0;
      z-index: 200; }
    .testimonials-container.lnr_controls .slick-prev {
      left: 0; }
    .testimonials-container.lnr_controls .slick-next {
      right: 0; }
