﻿@charset "UTF-8";
@import 'https://fonts.cdnfonts.com/css/arial-mt';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&#038;subset=latin,latin-ext&#038;display=swap';
/*   
Template Name: Metronic - Responsive Website Template build with Twitter Bootstrap 3.1.1
*/
/* General body settings */
body {
  color: #3e4d5c;
  direction: ltr;
  font: 400 13px 'Open Sans', sans-serif;
  background: #fff;
  overflow-x: hidden;
}

/***
General typography 
***/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 10px;
}

.main h1 {
  margin-top: -6px;
}

/***
Fix link outlines after click
***/
a {
  color: #1111AA;
  outline: 0;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #1111AA;
  text-decoration: underline;
}

/***
Misc tools
***/
.btn {
  /*padding: 7px 14px;
  font-size: 14px;*/
  text-transform: uppercase;
  border-radius: 0;
}

.btn-primary {
  border: 0;
  background: #1111AA;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background: #1111AA;
  border: 0;
}

.content-page .btn-primary {
  color: #fff;
}
.content-page .btn-primary:hover {
  color: #fff;
}

/*.btn-default {
	border: 1px solid #EDEDED;
	color: #A8AEB3;
	background: transparent;
	&:hover, &:focus, &:active {
		border: 1px solid #A8AEB3;
		color: #fff;
		background: #A8AEB3;
	}
}*/
div.checker, div.radio {
  top: -1px;
}

select.form-control {
  color: #5f6d7b;
  border-radius: 0;
  border-color: #e4e6e8;
  box-shadow: none;
}
select.form-control:focus {
  box-shadow: none;
  border-color: #999;
}

input.form-control, textarea.form-control {
  border-color: #dbdbdb;
  color: #777;
  font: 14px Arial, sans-serif;
  border-radius: 0;
  box-shadow: none;
}

input.form-control:focus, textarea.form-control:focus {
  box-shadow: none;
  border: solid 1px #dbdbdb;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.lead {
  font-size: 16px;
}

.font-transform-inherit {
  text-transform: inherit !important;
}

.color-red {
  color: #E84D1C;
}

/***
Custom Scrollbars
***/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
  background-color: #cecece;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport {
  width: auto !important;
}
::-moz-selection, ::selection {
  color: #FFFFFF;
  background: #1111AA;
}

/* Global classes */
.min-hight500 {
  min-height: 500px;
}

/***
Pre-Header and pre-header elements
***/
.pre-header {
  color: #616b76;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #fff;
}
.pre-header a {
  color: #616b76;
}
.pre-header a:hover {
  color: #1111AA;
}
.pre-header a:focus {
  text-decoration: none;
}
.pre-header li {
  padding-left: 11px;
  padding-right: 15px;
  border-right: solid 1px #d8d8d8;
}
.pre-header li:last-child {
  border: none;
}

.additional-shop-info li:first-child {
  padding-left: 0;
}

.additional-nav li:last-child {
  padding-right: 0;
}

.pre-header .fa {
  margin-right: 4px;
}

.shop-currencies a {
  margin-right: 6px;
}
.shop-currencies a:last-child {
  margin-right: 0;
}
.shop-currencies a.current {
  color: #1111AA;
}

/* langs block */
.langs-block {
  position: relative;
}
.langs-block .fa {
  margin-right: 0;
}

.langs-block-others-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99999;
}

.langs-block-others {
  padding: 10px 10px 2px;
  background: #F9F9F9;
  z-index: 9999;
  width: 100px;
  display: none;
  margin-top: 12px;
  border-top: solid 2px #088d84;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  position: relative;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.langs-block-others:after {
  top: -8px;
  width: 0;
  height: 0;
  left: 8px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 8px solid #1111AA;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.langs-block:hover .langs-block-others {
  display: block;
}

.langs-block-others a {
  display: block;
  margin-bottom: 8px;
}

/***
Header and header elements
***/
.header {
  box-shadow: 0 1px 3px #ddd;
  background: rgb(255, 255, 255);
  border-radius: 0;
  margin-bottom: 23px;
  z-index: 999;
  position: relative;
}

/* FIX styles BEGIN */
.page-header-fixed .header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

body.page-header-fixed {
  padding-top: 107px !important;
  /* height of the header */
}

/* FIX styles END */
.header .container {
  position: relative;
}

.ie8 .header {
  border-bottom: 1px solid #eee;
}

.site-logo {
  float: left;
  font-size: 23px;
  font-weight: 400;
  margin-right: 67px;
  padding-top: 22px;
  padding-bottom: 27px;
}

.header .mobi-toggler {
  float: right;
  color: #D8D8D8;
  border: 1px solid #D8D8D8;
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  display: none;
  margin: 25px 0 0 30px;
  position: relative;
  background: #fff url(../../../../assets/frontend/layout/img/icons/toggler.png) no-repeat 6px 8px;
}
.header .mobi-toggler i {
  display: none;
}
.header .mobi-toggler:hover {
  background: #1111AA url(../../../../assets/frontend/layout/img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #1111AA;
  color: #fff;
}

/* Navigation */
.header-navigation {
  font: 15px 'Open Sans', sans-serif;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  text-transform: uppercase;
  position: static;
}
.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul > li.active > a {
  color: #1111AA;
  background: #fcfcfc;
  text-decoration: none;
  border-bottom: 2px solid #088d84;
}
.header-navigation ul > li > a:hover, .header-navigation ul > li > a:focus {
  color: #1111AA;
  background: #fcfcfc;
  text-decoration: none;
}
.header-navigation ul > li.open > a {
  color: #1111AA;
  background: #fcfcfc;
  text-decoration: none;
}
.header-navigation ul > li.open > a:hover, .header-navigation ul > li.open > a:focus {
  color: #1111AA;
  background: #fcfcfc;
  text-decoration: none;
}
.header-navigation > ul > li {
  float: left;
}
.header-navigation > ul > li > a {
  color: #333;
  display: block;
  padding: 29px 12px 30px;
}
.header-navigation > ul > li > a > i {
  display: none;
}
.header-navigation .dropdown {
  position: static;
}
.header-navigation .dropdown-fix-left, .header-navigation .dropdown-fix-right {
  position: relative;
}
.header-navigation .dropdown-menu {
  left: auto;
  top: 100%;
  padding: 0;
  background: #fcfafb;
  position: absolute;
  border: none;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  text-transform: none;
  font: 13px 'Open Sans', sans-serif;
  letter-spacing: 0;
  border-radius: 0;
  z-index: 9999;
}

.ecommerce .header-navigation ul > li.active > a,
.ecommerce .header-navigation ul > li > a:hover,
.ecommerce .header-navigation ul > li > a:focus,
.ecommerce .header-navigation ul > li.open > a,
.ecommerce .header-navigation ul > li.open > a:hover,
.ecommerce .header-navigation ul > li.open > a:focus {
  color: #1111AA;
}

/* dropdown menu */
@media (min-width: 1025px) {
  .header-navigation > ul > li:hover > .dropdown-menu {
    display: block;
  }
}
.dropdown-fix-left .dropdown-menu {
  left: 0;
  width: 700px;
}

.dropdown-fix-right .dropdown-menu {
  right: 0;
  width: 700px;
}

.header-navigation > ul > li > .dropdown-menu {
  margin-top: -3px;
  border-top: solid 3px transparent;
  z-index: 1001;
}
.header-navigation .dropdown100 > .dropdown-menu {
  left: 15px;
  right: 15px;
}
.header-navigation > ul > li.dropdown:hover > a:after {
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 1002;
  content: " ";
  display: block !important;
  position: absolute;
  border-bottom: 8px solid #1111AA;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.header-navigation li.dropdown100 > .dropdown-menu:after {
  display: none !important;
}
.header-navigation .dropdown-menu > li:first-child {
  border-top: solid 2px #1111AA;
}
.header-navigation .dropdown-menu li {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #efefef;
  position: relative;
  float: none;
}
.header-navigation .dropdown-menu li:last-child {
  border: none;
}
.header-navigation .dropdown-menu li > a {
  padding: 10px 15px;
  color: #767f88;
}
.header-navigation .dropdown-menu > li > a:hover, .header-navigation .dropdown-menu > li.active > a {
  background: #1111AA;
  color: #FFFFFF;
}
.header-navigation .header-navigation-content .header-navigation-col li > a:hover, .header-navigation .header-navigation-content .header-navigation-col li.active > a {
  background: #1111AA;
  color: #FFFFFF;
}

.dropdown-submenu > a:after {
  display: none;
}

/* navigation content */
.header-navigation-content {
  padding: 20px 30px;
  border-top: solid 2px #ea4c1d;
  min-width: 600px;
}
.header-navigation-content .header-navigation-col {
  padding: 0;
}
.header-navigation-content h4 {
  font: bold 15px 'Open Sans', sans-serif;
  margin: 0 0 6px;
  padding: 10px 10px 5px;
  border-bottom: solid 1px #f0f0f0;
}

.ecommerce .header-navigation-content h4 {
  font: bold 15px 'Open Sans', sans-serif;
  margin: 0 0 6px;
  padding: 10px 10px 5px;
  border-bottom: solid 1px #f0f0f0;
}

.header-navigation-content ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.header-navigation-content li {
  padding: 0;
  border: none !important;
}
.header-navigation-content li > a {
  display: block;
}

/* header navigation description */
.header-navigation-content-ext {
  padding: 20px 30px 2px;
  background: #fff;
}

.header-navigation-description {
  background: #fcfafb;
  margin: -20px 0 -2px -30px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}

.header-navigation-content-ext h4, .ecommerce .header-navigation-content-ext h4 {
  border: none;
  padding: 10px 0 0;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li {
  border: none;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
  padding: 0 0 10px;
  color: #767f88;
  display: inline-block;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover {
  background: #FFFFFF;
  color: #1111AA;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
  background: #FFFFFF;
  color: #1111AA;
}
.header-navigation .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
  top: 6px;
}
.header-navigation .dropdown-menu a {
  position: relative;
}
.header-navigation .dropdown-menu .fa {
  position: absolute;
  top: 13px;
  right: 15px;
}
.header-navigation li.menu-search {
  position: relative;
  top: 29px;
}
.header-navigation li.menu-search span.sep {
  top: 0;
  width: 1px;
  height: 26px;
  background: #eaeaea;
  position: relative;
  margin: 0 18px 0 16px;
  display: inline-block;
}
.header-navigation li.menu-search i {
  color: #8a949e;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  top: -6px;
  background: url(../../../../assets/frontend/layout/img/icons/top-search-icon.png) no-repeat;
  width: 15px;
  height: 15px;
}
.header-navigation li.menu-search i:hover {
  color: #1111AA;
  background-position: 0 -15px;
}
.header-navigation .fa-search:before {
  content: none;
}
.header-navigation .search-box {
  right: -7px;
  top: 100%;
  padding: 15px;
  display: none;
  background: #fcfafb;
  position: absolute;
  border-top: solid 2px #1111AA;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  width: 274px;
  margin-top: 2px;
  z-index: 22;
}
.header-navigation .search-box:after {
  top: -8px;
  width: 0;
  height: 0;
  right: 8px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 8px solid #1111AA;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.header-navigation .search-box button {
  margin-left: -1px;
}

/* n-level submenu */
/* Top Search */
/* reduce navigation */
.page-header-fixed .site-logo {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.page-header-fixed .header-navigation > ul > li > a, .page-header-fixed .header-navigation li.menu-search {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.page-header-fixed .top-cart-block {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.page-header-fixed .top-cart-block .fa-shopping-cart {
  background: #1111AA;
}

.top-cart-content {
  border-top: solid 2px #088d84;
}
.top-cart-content:after {
  border-bottom: 8px solid #1111AA;
}

@media (min-width: 1025px) {
  .reduce-header .header-navigation > ul > li > a {
    padding: 16px 12px 17px;
  }
  .ecommerce .reduce-header .header-navigation > ul > li > a {
    padding: 23px 12px 20px;
  }
  .reduce-header .header-navigation li.menu-search {
    top: 16px;
  }
  .ecommerce .reduce-header .header-navigation li.menu-search {
    top: 23px;
  }
}
.reduce-header .site-logo {
  padding-top: 9px;
  padding-bottom: 14px;
}
.reduce-header .mobi-toggler {
  margin-top: 12px;
}

.page-header-fixed .header .mobi-toggler {
  transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -webkit-transition: margin 0.3s ease;
}

/* page slider */
.page-slider {
  margin-top: -25px;
}

/* OWL styles */
.owl-buttons {
  position: absolute;
  top: -40px;
  right: 10px;
}
.owl-buttons div {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  position: static;
  border-radius: 26px !important;
  text-indent: -100000px;
}
.owl-buttons .owl-prev {
  background: #fff url(../../../../assets/frontend/layout/img/fa-angles.png) no-repeat 8px 8px;
}
.owl-buttons .owl-next {
  background: #fff url(../../../../assets/frontend/layout/img/fa-angles.png) no-repeat -33px 8px;
}
.owl-buttons .owl-prev:hover {
  background: #1111AA url(../../../../assets/frontend/layout/img/fa-angles.png) no-repeat 8px -31px;
}
.owl-buttons .owl-next:hover {
  background: #1111AA url(../../../../assets/frontend/layout/img/fa-angles.png) no-repeat -33px -31px;
}

/*  */
.carousel-indicators {
  text-align: left;
  margin: 0;
  width: auto;
  left: 33px;
}
.carousel-indicators li {
  width: 18px;
  height: 18px;
  margin: 0 9px 0 0;
  background: transparent;
  border: solid 2px #c9cdce;
  border-radius: 18px !important;
  z-index: 9999 !important;
}
.carousel-indicators li.active {
  width: 18px;
  height: 18px;
  margin: 0 9px 0 0;
  background: transparent;
  border: solid 2px #c9cdce;
  border-radius: 18px !important;
  z-index: 9999 !important;
  background: #6f7a7c;
  border-color: #9ea7a9;
}

/* END LAYER SLIDER */
/*  */
.product-list .product-item {
  margin-bottom: 30px;
}

.product-item h3 a:hover {
  color: #1111AA;
}

.product-item .btn:hover {
  background: #1111AA;
}

.product-item .add2cart:hover {
  color: #FFFFFF !important;
  background: #1111AA !important;
  border-color: #1111AA;
}

/***
Sidebar
***/
.sidebar {
  color: #3E4D5C;
}
.sidebar .list-group-item {
  background: rgba(244, 244, 244, 0.5);
  border: none;
  display: block;
  margin-bottom: 2px;
  padding: 7px 10px;
  position: relative;
  border-radius: 0;
}
.sidebar .list-group-item:last-child {
  margin: 0;
}
.sidebar a {
  color: #3E4D5C;
}
.sidebar a:hover {
  color: #1111AA;
}

.sidebar-menu a {
  display: block;
}
.sidebar-menu a:hover {
  text-decoration: none;
}
.sidebar-menu .fa-angle-right {
  position: relative;
  top: 1px;
  margin-right: 2px;
  float: left;
}

.sidebar .dropdown.open .dropdown-toggle {
  background: #fff;
  color: #3E4D5C;
}
.sidebar .dropdown.open .dropdown-toggle:hover {
  color: #1111AA;
}
.sidebar .dropup.open > .dropdown-toggle {
  border-color: none !important;
}

.dropdown.open > .dropdown-toggle {
  border-color: none !important;
}

.sidebar .dropdown-menu {
  background-clip: padding-box;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  font-size: 14px;
  list-style: none;
  margin: 0 -10px;
  min-width: auto;
  padding: 5px 10px 1px 19px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  font: 15px "PT Sans Narrow", sans-serif;
}
.sidebar .dropdown-menu .dropdown-menu {
  border-top: none;
  margin-bottom: -5px;
}
.sidebar .open > .dropdown-menu {
  display: block;
}
.sidebar .dropdown-menu li {
  padding: 4px 0 3px 11px;
  position: relative;
}
.sidebar .dropdown-menu ul {
  padding: 0;
  margin: 0 0 0 4px;
  list-style: none;
  text-transform: none;
  font-size: 15px;
}
.sidebar .dropdown-menu > li > a {
  clear: both;
  line-height: inherit;
  padding: 0;
  white-space: nowrap;
}

.sidebar-menu .dropdown-menu li > a:hover, .sidebar-menu .dropdown-menu li > a:focus {
  background: none !important;
  color: #1111AA;
}
.sidebar-menu li.active > a {
  background: none !important;
  color: #1111AA;
}
.sidebar-menu li.active > a:hover {
  background: none !important;
  color: #1111AA;
}

.sidebar .dropdown-menu > li > a .fa-angle-down {
  position: absolute;
  top: 8px;
  right: 0;
}
.sidebar .fa-angle-down {
  width: 11px;
  height: 11px;
  background: url(../../../../assets/frontend/layout/img/icons/sidebar-toggle-icons.png) no-repeat 0 0;
  position: absolute;
  top: 12px;
  right: 10px;
}
.sidebar .fa-angle-down:before {
  content: "";
}
.sidebar a:hover > .fa-angle-down {
  background-position: -22px 0;
}
.sidebar .collapsed .fa-angle-down {
  background-position: 0 -37px;
}
.sidebar .collapsed:hover > .fa-angle-down {
  background-position: -22px -37px;
}

/***
Brands
***/
.brands .container {
  padding-right: 25px;
}
.brands .owl-carousel {
  margin-bottom: 41px;
  padding: 0 75px;
  background: #fff;
}
.brands .owl-buttons {
  position: static;
}
.brands .owl-buttons div {
  position: absolute;
  top: 0;
  width: 70px;
  height: 102px;
  text-indent: -10000px;
  border-radius: 0 !important;
  display: block;
}
.brands .owl-buttons .owl-prev {
  left: 0;
  background: #fff url(../../../../assets/frontend/layout/img/fa-angle-brands.png) no-repeat 18px 18px;
  margin-left: 0;
}
.brands .owl-buttons .owl-prev:hover {
  background: #fff url(../../../../assets/frontend/layout/img/fa-angle-brands.png) no-repeat 18px -325px;
}
.brands .owl-buttons .owl-next {
  left: auto;
  right: 0;
  background: #fff url(../../../../assets/frontend/layout/img/fa-angle-brands.png) no-repeat -249px 18px;
  margin-right: 0;
}
.brands .owl-buttons .owl-next:hover {
  background: #fff url(../../../../assets/frontend/layout/img/fa-angle-brands.png) no-repeat -249px -325px;
}

/***
steps block and steps block elements
***/
/* shop */
.steps-block {
  color: #fff;
  padding: 30px 0;
}
.steps-block ::-moz-selection, .steps-block ::selection {
  color: #1111AA;
  background: #FFFFFF;
}

.steps-block-gray {
  background: #a0a3a4;
}

.steps-block-red {
  background: #1111AA;
}

.steps-block-col {
  overflow: hidden;
  min-height: 71px;
}
.steps-block-col span {
  display: block;
  width: 36px;
  height: 71px;
  background: url(../../../../assets/frontend/layout/img/step3-angle-right.png) no-repeat 100% 50%;
  position: absolute;
  top: 0;
  right: 10px;
}

.steps-block h2, .ecommerce .steps-block h2 {
  color: #fff;
  font-size: 43px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* steps-block-simple – step block without image */
.steps-block-simple h2, .ecommerce .steps-block-simple h2 {
  font-size: 33px;
  margin-bottom: 5px;
}

.steps-block em {
  font: normal 400 13px 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.steps-block-simple em {
  text-transform: inherit;
  line-height: 1.2;
}

.steps-block .steps-block-col div {
  margin-left: 70px;
  margin-right: 40px;
}

.steps-block-simple .steps-block-col div {
  margin-left: 0;
}

.steps-block .fa-truck, .steps-block .fa-gift, .steps-block .fa-phone {
  font-size: 30px;
  border: solid 2px #fff;
  border-radius: 30px !important;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  padding-top: 22px;
  margin-right: 11px;
  float: left;
}
.steps-block .fa-angle-right {
  font-size: 84px;
}

/* title wrapper */
.title-wrapper {
  margin: -23px 0 23px;
  position: relative;
  overflow: hidden;
  background: #72c2ff url(../../pages/img/title-bg/man.jpg) no-repeat 100% 100%;
  min-height: 280px;
  padding-top: 79px;
  width: 100%;
  overflow: hidden;
}
.title-wrapper .container-inner {
  float: left;
}

.ecommerce .title-wrapper h1, .title-wrapper em {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.ecommerce .title-wrapper h1 {
  font-size: 45px;
  padding: 0 9px 13px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  margin: 0 -9px 17px;
}

.title-wrapper h1 span {
  color: #1111AA;
}
.title-wrapper em {
  font-size: 20px;
  font-style: normal;
  display: block;
  text-align: center;
}

/* breadcrumb */
.breadcrumb {
  background: none;
  padding: 0;
  font: 14px 'Open Sans', sans-serif;
  color: #5f6d7b;
}
.breadcrumb > li + li:before {
  display: none;
}
.breadcrumb a {
  color: #5f6d7b;
}
.breadcrumb > .active {
  color: #1111AA;
}

/* paginations */
.pagination {
  border-radius: 0;
  margin: 0;
}
.pagination > li {
  display: inline-block;
  margin-left: 5px;
}
.pagination > li > a, .pagination > li > span {
  border-radius: 25px !important;
  border: none;
  color: #868c93;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 25px !important;
  border: none;
  color: #868c93;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 25px !important;
  border: none;
  color: #868c93;
}
.pagination > li > span {
  background: #555;
  color: #fff;
}
.pagination > li > span:hover {
  background: #555;
  color: #fff;
}
.pagination > li:first-child > a, .pagination > li:last-child > a {
  padding: 4px 12px 8px;
}

.items-info {
  padding-top: 7px;
  color: #868c93;
}

/* content page */
.content-page {
  background: #fff;
  padding: 20px;
  margin-right: 10px;
}

.corporate .content-page {
  padding: 0 0 20px;
}

.content-page a, .sidebar2 a {
  color: #1111AA;
}

.content-page a:hover, .sidebar2 a:hover {
  color: #647484;
}

.content-page .link {
  color: #1111AA;
}
.content-page .link:hover, .content-page .link:active {
  color: #1111AA;
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  /*text-transform: inherit;*/
  padding-top: 10px;
}
.content-page h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.content-page h4 {
  font-size: 17px;
  margin-bottom: 4px;
}
.content-page h5, .content-page h6 {
  font: 700 15px 'Open Sans', sans-serif;
  margin-bottom: 2px;
}
.content-page p {
  margin-bottom: 20px;
}
.content-page .list-unstyled {
  margin-bottom: 20px;
}
.content-page .list-unstyled .list-unstyled {
  margin-left: 20px;
  padding-top: 3px;
  margin-bottom: 0;
}
.content-page .list-unstyled li {
  margin-bottom: 3px;
}

/* 404 page */
.corporate .page-404 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 125px;
}

.page-404 .number {
  position: relative;
  top: 35px;
  display: inline-block;
  letter-spacing: -10px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #1111AA;
  text-align: right;
}
.page-404 .details {
  margin-left: 40px;
  display: inline-block;
  padding-top: 0px;
  text-align: left;
  top: 15px;
  position: relative;
}

/* 500 page */
.corporate .page-500 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-500 .number {
  display: inline-block;
  letter-spacing: -10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #1111AA;
  text-align: right;
}
.page-500 .details {
  margin-left: 40px;
  display: inline-block;
  text-align: left;
}

/* content form page */
div.content-form-page {
  background: #fff;
  padding: 5px 20px 30px;
  margin-right: 10px;
}

.content-form-page a {
  color: #1111AA;
}
.content-form-page a:hover {
  color: #DDDDDD;
}

.form-without-legend {
  padding-top: 25px;
}

.content-form-page legend {
  border: none;
  font: 18px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: 14px;
}
.content-form-page .control-label {
  font-weight: normal;
  padding-right: 5px;
  margin-left: -15px;
}

.default-form label, .checkout-page label {
  font-weight: normal;
}

.checkout-page a:hover {
  color: #1111AA;
}

.pi-price {
  color: #1111AA;
}

.require {
  color: #1111AA;
}

.content-form-page input.form-control {
  border-color: #dbdbdb;
  color: #aaa;
  font: 14px Arial, sans-serif;
  border-radius: 0;
}
.content-form-page .form-control:focus {
  box-shadow: none;
  border: solid 1px #1111AA;
}
.content-form-page .checkbox .col-lg-4 {
  padding-right: 0;
  margin-left: -15px;
}
.content-form-page .checker {
  margin-left: -15px;
}
.content-form-page .btn {
  margin-right: 10px;
  padding: 7px 12px 6px;
}

div.content-form-page .checkbox-list {
  margin-left: 15px;
}

/* info at the right of the forms */
.form-info {
  padding: 0 10px 0 30px;
  border-left: solid 1px #e4e6e8;
  margin: 25px 0;
}
.form-info h2 {
  font-size: 18px;
  position: relative;
  top: -5px;
  margin-bottom: 5px;
}

.ecommerce .form-info h2 {
  font-size: 18px;
  position: relative;
  top: -5px;
  margin-bottom: 5px;
}

.form-info h2 em {
  font-style: normal;
  color: #1111AA;
}
.form-info p {
  margin: 0 0 20px;
}

.nav-tabs {
  border-color: #1111AA;
  padding-bottom: 1px;
  font-size: 14px;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  background: #f4f4f4;
  color: #647484;
  border-radius: 0;
  padding: 5px 15px 4px;
  border: none !important;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background: #f4f4f4;
  color: #647484;
  border-radius: 0;
  padding: 5px 15px 4px;
  border: none !important;
}
.nav-tabs > li.active > a {
  background: #1111AA;
  color: #FFFFFF;
  padding: 5px 15px 4px;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #1111AA;
  color: #FFFFFF;
  padding: 5px 15px 4px;
}

.tab-content {
  background: #FFFFFF;
  padding: 20px 15px;
}

/* content search */
.content-search {
  background: #fff;
  padding: 10px 15px;
}

.ecommerce .content-search h1 {
  padding-top: 3px;
  margin: 0;
}

.content-search h1 em {
  font-style: normal;
  color: #1111AA;
}
.content-search form {
  margin: 0;
}
.content-search input {
  border-radius: 0;
  border-color: #dbdbdb;
  color: #b0b4b7;
  font: 14px Arial, sans-serif;
  height: 35px;
}
.content-search input:focus {
  box-shadow: none;
  border: solid 1px #1111AA;
}
.content-search button {
  margin-left: -1px;
  font-size: 14px;
  padding: 7px 12px 5px;
  height: 35px;
}

/***
Pre-Footer and pre-footer elements
***/
.pre-footer {
  background: #313030;
  color: #b0b0b0;
}
.pre-footer .container {
  padding-top: 45px;
}
.pre-footer a {
  color: #088d84;
}
.pre-footer a:hover {
  color: #0deede;
}
.pre-footer h2 {
  font-size: 21px;
  color: #c2c1c1;
}

.ecommerce .pre-footer h2 {
  font-size: 21px;
  color: #c2c1c1;
}

.pre-footer p {
  margin-bottom: 20px;
}
.pre-footer li {
  margin-bottom: 6px;
}
.pre-footer dl.f-twitter {
  overflow: hidden;
  margin-bottom: 7px;
}
.pre-footer dl.f-twitter dt {
  width: 30px;
  float: left;
  text-align: left;
  padding-top: 2px;
}
.pre-footer dl.f-twitter dt i {
  color: #57c8eb;
  font-size: 20px;
}
.pre-footer dl.f-twitter dd {
  color: #b0b0b0;
  margin-left: 30px;
}
.pre-footer dl.f-twitter dd span {
  color: #6b9cab;
  font-size: 12px;
  margin: 0 5px;
}
.pre-footer address {
  line-height: 1.7;
}

/* pre-footer twitter block */
.pre-footer-col {
  padding-bottom: 22px;
}

.pre-footer .top-line {
  border-top: solid 1px #535353;
  padding-top: 24px;
  padding-bottom: 17px;
}
.pre-footer .social-icons {
  padding-top: 5px;
}
.pre-footer .social-icons li a {
  transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
}
.pre-footer a.social-icon {
  transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
}
.pre-footer .social-icons li a:hover {
  opacity: 1;
}
.pre-footer hr {
  margin-top: 0;
  border-color: #404040;
}
.pre-footer .form-control {
  border: none;
}
.pre-footer .form-control:focus {
  border: none;
}
.pre-footer .pre-footer-subscribe-box {
  padding-bottom: 14px;
}

/* subscribe */
.ecommerce .pre-footer-subscribe-box form {
  float: left;
  width: 330px;
}

.pre-footer .pre-footer-subscribe-box p {
  clear: both;
}

.pre-footer-subscribe-box .input-group {
  border: solid 1px #545454;
  padding: 1px 1px 0 0;
}

.pre-footer-light .pre-footer-subscribe-box .input-group {
  border: solid 1px #DBDBDB;
}

.ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
  float: left;
  margin-right: 20px;
  padding-top: 7px;
}

.pre-footer-subscribe-box input {
  border-radius: 0;
  background: #313030;
  border: solid 1px #313030;
  color: #909090;
  font: 13px Arial, sans-serif;
}
.pre-footer-subscribe-box input:focus {
  box-shadow: none;
  border: solid 1px #313030;
}
.pre-footer-subscribe-box .btn-primary {
  margin-left: -1px;
  border-bottom: none;
  margin-bottom: 1px;
}

/* pre-footer photostream */
.pre-footer .photo-stream li {
  margin: 4px 5px 4px 0;
  display: inline-block;
}
.pre-footer .photo-stream img {
  width: 54px;
  height: 54px;
  border: solid 2px #9ca5ae;
}
.pre-footer .photo-stream img:hover {
  border-color: #1111AA;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* light pre-footer */
.pre-footer-light {
  background: #F9F9F9;
  color: #3E4D5C;
  margin-top: 20px;
}
.pre-footer-light .container {
  background: #fff;
  padding-top: 25px;
}
.pre-footer-light h2 {
  color: #3E4D5C;
}

.ecommerce .pre-footer-light h2 {
  color: #3E4D5C;
}

.pre-footer-light a {
  color: #3E4D5C;
}
.pre-footer-light dl.f-twitter dd {
  color: #3E4D5C;
}
.pre-footer-light dl.f-twitter dd span {
  color: #99a5b1;
}
.pre-footer-light dl.f-twitter dd a {
  color: #1111AA;
}
.pre-footer-light address a {
  color: #1111AA;
}
.pre-footer-light hr {
  border-color: #e6e6e6;
}
.pre-footer-light .social-icons li a {
  opacity: 1;
}
.pre-footer-light .social-icons li a:hover {
  opacity: 0.7;
}
.pre-footer-light .input-group {
  border: none;
  padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box input {
  background: #fff;
  border: none;
  color: #909090;
}
.pre-footer-light .pre-footer-subscribe-box button:hover {
  color: #fff;
}

/* light pre-footer */
.pre-footer-gray {
  background: #62707F;
  color: #fff;
}
.pre-footer-gray h2 {
  color: #fff;
}

.ecommerce .pre-footer-gray h2 {
  color: #fff;
}

.pre-footer-gray dl.f-twitter dd {
  color: #fff;
}
.pre-footer-gray dl.f-twitter dd span {
  color: #fff;
  opacity: 0.5;
}
.pre-footer-gray hr {
  border-color: #94a5b6;
}
.pre-footer-gray .social-icons li a {
  opacity: 1;
}
.pre-footer-gray .social-icons li a:hover {
  opacity: 0.7;
}
.pre-footer-gray .pre-footer-subscribe-box fomr {
  color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box .input-group {
  border: 1px solid #94a5b6;
}
.pre-footer-gray .pre-footer-subscribe-box input {
  background: #62707F;
  border: solid 1px #62707F;
  color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box input:focus {
  border: solid 1px #62707F;
}
.pre-footer-gray ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.pre-footer-gray :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.pre-footer-gray ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.pre-footer-gray :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

/* footer */
.footer {
  background: #272626;
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
}

.footer-light {
  background: #F9F9F9;
  color: #3e4d5c;
}

.footer-gray {
  background: #4A5866;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}

.footer-light a {
  color: inherit;
}

.footer .padding-top-10 {
  opacity: 0.5;
}
.footer .list-inline > li:last-child {
  padding-right: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul.social-footer {
  font-size: 18px;
  padding-top: 5px;
}
.footer ul.social-footer a {
  opacity: 0.5;
}
.footer ul.social-footer a:hover {
  opacity: 1;
}

/***
Custom icon buttons
***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.icon-btn i {
  font-size: 18px;
}

.ie8 .icon-btn:hover {
  filter: none !important;
}

.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgb(255, 255, 255) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icon-btn div {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}
.icon-btn .badge {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/***
Notes
***/
/* Common styles for all types */
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.note h1, .note h2, .note h3, .note h4 {
  margin-top: 0;
}
.note p:last-child {
  margin-bottom: 0;
}
.note code, .note .highlight {
  background-color: #fff;
}

/* Variations */
.note-danger {
  background-color: #FAEAE6;
  border-color: #ed4e2a;
}

.note-warning {
  background-color: #FCF3E1;
  border-color: #fcb322;
}

.note-info {
  background-color: #E8F6FC;
  border-color: #57b5e3;
}

.note-success {
  background-color: #EBFCEE;
  border-color: #3cc051;
}

/*  panel styles */
.panel-default > .panel-heading {
  color: inherit;
}

.panel .panel-title {
  padding-top: 0;
  margin-bottom: 0;
}

/***
Font awesome icons styles
***/
.fontawesome-icon-list [class^=fa-], .fontawesome-icon-list [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

li [class^=fa-], li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

.fontawesome-icon-list [class^=fa-].icon-large, .fontawesome-icon-list [class*=" fa-"].icon-large {
  width: 1.5625em;
}

li [class^=fa-].icon-large, li [class*=" fa-"].icon-large {
  width: 1.5625em;
}

.fontawesome-icon-list .col-md-3 {
  height: 32px;
  line-height: 32px;
}

/***
Demo Utils
***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.util-btn-margin-bottom-5 .btn, .util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}

.fontawesome-demo i {
  font-size: 18px;
}
.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.glyphicons-demo ul, .bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}
.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.glyphicons-demo ul li:hover {
  background-color: rgba(86, 61, 124, 0.1);
}

.buttons-page .btn {
  margin-bottom: 5px !important;
}
.buttons-page .clearfix {
  margin-bottom: 20px;
}

#topcontrol {
  z-index: 99999;
}

/* faq page */
.faq-page .panel-heading {
  padding: 0;
}
.faq-page .panel-heading h4 {
  font-size: 17px;
}
.faq-page .panel-heading a {
  display: block;
  padding: 10px 15px 9px;
}
.faq-page .panel-heading a:hover {
  color: #333;
  text-decoration: underline;
}

/* Services Box */
.service-box p {
  color: #656565;
  font-size: 13px;
}
.service-box .service-box-heading {
  padding: 12px 0;
}
.service-box .service-box-heading i {
  padding: 0;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: baseline;
}
.service-box .service-box-heading i.blue {
  color: #0da3e2;
  border: 1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
  color: #db3a1b;
  border: 1px solid #db3a1b;
}
.service-box .service-box-heading i.green {
  color: #35aa47;
  border: 1px solid #35aa47;
}
.service-box .service-box-heading span {
  color: #444;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
}
.service-box .service-box-heading [class^=icon-] {
  display: inline-block;
  text-align: center;
}
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}
.service-box .service-box-heading [class^=icon-].icon-large, .service-box .service-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/* Blockquote Box */
.quote-v1 {
  background: #7C858E;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}
.quote-v1 a {
  margin: 5px;
  display: inline-block;
}
.quote-v1 span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 13px 5px 8px;
  line-height: 26px;
  display: inline-block;
}
.quote-v1 a.btn-transparent {
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;
  text-decoration: none;
  border: solid 1px #fff;
  background: none;
}
.quote-v1 a.btn-transparent:hover {
  background: #1111AA;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.quote-v1 a.btn-transparent i {
  margin-right: 10px;
}

/* Recent Works */
.recent-work {
  position: relative;
}
.recent-work a:hover {
  text-decoration: none;
}
.recent-work h2 {
  margin: 3px 0 5px;
}

.ecommerce .recent-work h2 {
  margin: 3px 0 5px;
}

.recent-work h2 a {
  color: #3e4d5c;
}
.recent-work h2 a:hover {
  color: #1111AA;
}

.recent-work-item {
  padding-left: 10px;
}

.recent-work .owl-buttons {
  left: -74px;
  right: auto;
  top: 0;
}
.recent-work .recent-work-item a.recent-work-description {
  padding: 10px;
  display: block;
  background: #fff;
}
.recent-work .recent-work-item:hover a.recent-work-description {
  background: #1111AA;
  transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
}
.recent-work .recent-work-item strong {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.recent-work .recent-work-item b {
  color: #656565;
  font-weight: 300;
}
.recent-work .recent-work-item:hover b, .recent-work .recent-work-item:hover strong {
  color: #fff;
}
.recent-work .recent-work-item em {
  display: block;
  overflow: hidden;
  position: relative;
}
.recent-work .recent-work-item .fa {
  color: #fff;
  padding: 16px 30px 16px 18px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  width: 47px;
  height: 47px;
  margin-top: -23.5px;
  border-radius: 47px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.recent-work .recent-work-item .fa:hover {
  color: #1111AA;
}
.recent-work .recent-work-item .fa-link {
  left: -100px;
}
.recent-work .recent-work-item .fa-search {
  right: -100px;
}
.recent-work .recent-work-item:hover .fa-link {
  left: 30%;
}
.recent-work .recent-work-item:hover .fa-search {
  right: 30%;
}

/* Mixed Block */
/* Testimonials */
.testimonials-v1 blockquote {
  padding: 15px;
  border: none;
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 20px;
  background: #F8F8F8;
  position: relative;
}
.testimonials-v1 blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 0 inset rgba(0, 0, 0, 0);
  border-right: 22px inset rgba(0, 0, 0, 0);
  border-top: 22px solid #F8F8F8;
}
.testimonials-v1 blockquote:after {
  width: 13px;
  height: 13px;
  z-index: 23;
  content: " ";
  display: block !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1111AA url(../../../../assets/frontend/layout/img/blockquote-corner.png) no-repeat;
}
.testimonials-v1 .carousel-info {
  overflow: hidden;
}
.testimonials-v1 .carousel-info img {
  width: 75px;
  height: 75px;
  padding: 3px;
  border-radius: 150px !important;
  border: solid 1px #f5f5f5;
  margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
  display: block;
}
.testimonials-v1 span.testimonials-name {
  color: #1111AA;
  font-size: 16px;
  font-weight: 300;
  margin: 23px 0 7px;
}
.testimonials-v1 span.testimonials-post {
  color: #656565;
  font-size: 12px;
}
.testimonials-v1 .left-btn, .testimonials-v1 .right-btn {
  right: 0;
  width: 26px;
  height: 26px;
  bottom: 30px;
  border-radius: 26px !important;
  position: absolute;
  display: inline-block;
}
.testimonials-v1 .left-btn {
  right: 30px;
  background: url(../../../../assets/frontend/layout/img/fa-angles.png) no-repeat 8px 8px;
}
.testimonials-v1 .right-btn {
  background: url(../../../../assets/frontend/layout/img/fa-angles.png) no-repeat -33px 8px;
}
.testimonials-v1 .left-btn:hover {
  background: #1111AA url(../../../../assets/frontend/layout/img/fa-angles.png) no-repeat 8px -31px;
}
.testimonials-v1 .right-btn:hover {
  background: #1111AA url(../../../../assets/frontend/layout/img/fa-angles.png) no-repeat -33px -31px;
}

/*.testimonials-v1-another-color blockquote {
	background: #fff;
}
.testimonials-v1-another-color blockquote:before {
	border-top: 22px solid #fff;
}
.testimonials-v1-another-color blockquote:after {
	background: #E6400C url(../../../../assets/frontend/layout/img/blockquote-corner-another-color.png) no-repeat;
}*/
/* our clients */
.our-clients {
  position: relative;
}
.our-clients h2 {
  margin: 3px 0 5px;
}

.ecommerce .our-clients h2 {
  margin: 3px 0 5px;
}

.our-clients h2 a {
  color: #3e4d5c;
}
.our-clients h2 a:hover {
  color: #1111AA;
}
.our-clients .client-item {
  background: #f8f8f8;
  margin-left: 2px;
  position: relative;
}
.our-clients .owl-buttons {
  left: -74px;
  right: auto;
  top: 0;
}
.our-clients .client-item img {
  margin-left: auto;
  margin-right: auto;
}
.our-clients .client-item .color-img {
  display: none;
}
.our-clients .client-item:hover img {
  display: none;
}
.our-clients .client-item:hover .color-img {
  display: block;
}

/* Front Carousel */
.front-carousel .carousel-control {
  margin: 0;
  border: none;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  top: 40%;
  width: 35px;
  background: #222;
  opacity: 0.5;
}
.front-carousel .carousel-control:hover {
  opacity: 0.6;
}
.front-carousel .carousel-control i {
  font-size: 27px;
}
.front-carousel .carousel-control.right i {
  position: relative;
  left: 1px;
}
.front-carousel .carousel-caption {
  padding: 10px 15px 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.front-carousel .carousel-control.left {
  left: 0;
}
.front-carousel .carousel-control.right {
  right: 0;
}

/* Skils */
.front-skills span {
  color: #555;
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}
.front-skills .progress {
  background: #f2f2f2;
}
.front-skills .progress-bar {
  background: #088d84;
}
.front-skills .progress, .front-skills .progress-bar {
  box-shadow: none;
}

/* Team Blocks */
.front-team .thumbnail {
  border: none;
}
.front-team h3 {
  margin: 10px 0 12px;
  line-height: 40px;
}

.ecommerce .front-team h3 {
  margin: 10px 0 12px;
  line-height: 40px;
}

.front-team h3 strong {
  color: #1111AA;
  font-size: 20px;
  font-weight: 400;
}
.front-team h3 small {
  display: block;
  font-size: 13px;
}
.front-team ul {
  padding: 4px 0 0;
}
.front-team .social-icons {
  overflow: hidden;
}

/* Service Box v1 */
.service-box-v1 {
  text-align: center;
  padding: 15px;
}
.service-box-v1 i {
  padding: 15px;
  font-size: 35px;
}
.service-box-v1:hover {
  background: #088d84;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.service-box-v1:hover i, .service-box-v1:hover p, .service-box-v1:hover h2 {
  color: #fff;
}

/* corp. search result */
.content-search-view2 {
  background: #EDEFF1;
  padding: 20px;
  margin: 0 0 20px;
}

/*.content-search-view2 .btn-primary {
    background: #E5E5E5;
    color: #333;
}
.content-search-view2 .btn-primary:hover {
	background: #ddd;
	color: #333;
}*/
.search-result-item {
  margin: 0 -10px 20px;
  padding: 0 10px 15px;
  border-bottom: 1px solid #ECEBEB;
}
.search-result-item h4 {
  margin-bottom: 5px;
  padding: 0;
}

.ecommerce .search-result-item h4 {
  margin-bottom: 5px;
  padding: 0;
}

.search-result-item h4 a {
  color: #1111AA;
}
.search-result-item p {
  margin-bottom: 10px;
}

.search-link {
  color: #999;
  font-size: 12px;
}

/* FAQ */
.faq-tabbable {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: solid 2px #088d84;
}
.faq-tabbable li {
  position: relative;
  margin-bottom: 1px;
}
.faq-tabbable li a {
  font-size: 14px;
  color: #7C858E;
  display: block;
  background: #F4F4F4;
  padding: 12px 10px 11px 8px;
}
.faq-tabbable li:hover a {
  background: #088d84;
  text-decoration: none;
  color: #fff;
}
.faq-tabbable li.active a {
  color: #fff;
  background: #088d84;
  text-decoration: none;
}
.faq-tabbable li.active:after {
  content: "";
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #088d84;
  position: absolute;
  top: 16px;
  right: -5px;
}

/* Lists */
.front-lists-v1 li {
  font-size: 14px;
  margin-bottom: 5px;
}

.content-page .front-lists-v2 li {
  color: #555;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.front-lists-v2 li i {
  margin-right: 5px;
  font-size: 17px;
}

/* Blog Page */
.blog-posts h2, .ecommerce .blog-posts h2 {
  padding-top: 0;
}

.blog-posts p {
  text-align: justify;
}
.blog-posts .carousel {
  margin-bottom: 0;
}
.blog-posts hr.blog-post-sep {
  margin: 40px 0;
}

.blog-info {
  list-style: none;
  margin: 15px 0 12px 0;
  padding-left: 0;
}
.blog-info li {
  padding: 0;
  color: #555;
  font-size: 13px;
  margin-right: 10px;
  display: inline-block;
}
.blog-info li i {
  color: #1111AA;
}

.blog-posts .pagination li {
  margin-left: -12px;
  margin-right: 17px;
}
.blog-posts .more {
  color: #1111AA;
}

.blog-sidebar .more {
  color: #1111AA;
}

/* Blog Sidebar */
.recent-news {
  overflow: hidden;
}
.recent-news h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.ecommerce .recent-news h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.recent-news h3 a {
  color: #1111AA;
}

.recent-news-inner {
  padding: 0;
}

.blog-talks .tab-style-1 ul.nav-tabs li > a {
  min-width: 50px;
}

.blog-photo-stream li {
  overflow: hidden;
  margin: 0 5px 8px 0;
  display: inline-block;
}
.blog-photo-stream li img {
  width: 54px;
  height: 54px;
  padding: 2px;
  border: solid 1px #eee;
}
.blog-photo-stream li img:hover {
  border-color: #1111AA;
  box-shadow: 0 0 1px #fff;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.blog-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-tags li {
  position: relative;
  margin: 0 16px 7px 0;
  display: inline-block;
}
.blog-tags li a {
  color: #555;
  background: #f5f5f5;
  display: inline-block;
  padding: 3px 5px 3px 3px;
}
.blog-tags li a:hover {
  color: #FFFFFF;
  background: #1111AA;
  text-decoration: none;
}
.blog-tags li a:hover i {
  color: #1111AA;
}
.blog-tags li i {
  color: #E84D1C;
  margin-right: 5px;
  display: inline-block;
}
.blog-tags li a:after {
  top: 50%;
  width: 0;
  left: 100%;
  height: 0;
  z-index: 2;
  content: " ";
  display: block;
  margin-top: -12px;
  position: absolute;
  border-left: 12px solid #f5f5f5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.blog-tags li a:hover:after {
  border-left-color: #1111AA;
}

.blog-talks .tab-content {
  background: #FAFAFA;
  padding: 20px 15px;
}
.blog-talks .nav-tabs {
  margin-bottom: 0;
}
.blog-talks .nav-tabs > li {
  margin-top: 1px;
}

/* Blog Sidebar categories BEGIN */
.sidebar-categories li a {
  padding: 10px 0;
  border-bottom: 1px solid #ECEBEB;
  color: #333;
}
.sidebar-categories li a:hover {
  background: none;
}
.sidebar-categories li > a:hover {
  color: #1111AA;
}
.sidebar-categories li.active > a, .sidebar-categories li.active:hover > a {
  color: #1111AA;
}
.sidebar-categories li a:before {
  content: "\f054";
  font-family: FontAwesome !important;
  font-size: 8px;
  padding-right: 10px;
  position: relative;
  top: -1px;
}

/* Blog Sidebar categories END */
/* Blog Item */
.blog-item .blog-item-img {
  margin: 6px 0 25px;
}
.blog-item .blog-item-img .carousel {
  margin-bottom: 0;
}
.blog-item blockquote {
  margin: 20px 40px 18px;
  border-color: #1111AA;
}
.blog-item .blog-info {
  margin: 20px 0;
  padding: 8px 0;
  border-top: solid 1px #ECEBEB;
  border-bottom: solid 1px #ECEBEB;
}
.blog-item .blog-info li {
  padding-left: 13px;
  border-left: solid 1px #ECEBEB;
}
.blog-item .blog-info li:first-child {
  padding-left: 0;
  border-left: none;
}
.blog-item .blog-item-img .carousel-control {
  top: 45%;
}
.blog-item .media {
  border-bottom: solid 1px #ECEBEB;
  margin-bottom: -1px;
}
.blog-item .comments {
  border-top: solid 1px #ECEBEB;
  padding-top: 15px;
}
.blog-item img.media-object {
  top: 2px;
  width: 60px;
  height: 60px;
  position: relative;
}
.blog-item h4.media-heading {
  position: relative;
  padding-top: 0;
}
.blog-item h4.media-heading span {
  right: 0;
  top: 3px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
}
.blog-item h4.media-heading span a {
  color: #1111AA;
}

.mix-block .tab-content .col-md-3 {
  padding-right: 0;
}

/* front steps */
.front-steps-wrapper h2, .ecommerce .front-steps-wrapper h2 {
  color: #f0f0f0;
  font-size: 22px;
  line-height: 1.2;
  padding-top: 10px;
  margin-bottom: 5px;
}

.front-steps-wrapper .front-step1 h2, .ecommerce .front-steps-wrapper .front-step1 h2 {
  color: #fefefe;
}

.front-steps-wrapper p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
.front-steps-wrapper .front-step-col {
  padding-left: 0;
  padding-right: 0;
}
.front-steps-wrapper .front-step-col:first-child {
  padding-left: 15px;
}
.front-steps-wrapper .front-step-col:last-child {
  padding-right: 15px;
}
.front-steps-wrapper .front-step {
  position: relative;
  padding: 15px 20px 33px;
}
.front-steps-wrapper .front-step1 {
  background: #1111AA;
}
.front-steps-wrapper .front-step2 {
  background: #7c858e;
}
.front-steps-wrapper .front-step3 {
  background: #68727c;
}
.front-steps-wrapper .front-step4 {
  background: #636a72;
}
.front-steps-wrapper .front-step5 {
  background: #5e6369;
}
.front-steps-wrapper .front-step6 {
  background: #55585d;
}
.front-steps-wrapper .front-step:before {
  color: #fff;
  font: 300 125px 'Open Sans', sans-serif;
  font-weight: bold;
  display: block;
  position: absolute;
  right: -20px;
  bottom: -40px;
  opacity: 0.1;
}
.front-steps-wrapper .front-step1:before {
  content: "1";
  opacity: 0.2;
}
.front-steps-wrapper .front-step2:before {
  content: "2";
  right: -15px;
}
.front-steps-wrapper .front-step3:before {
  content: "3";
}
.front-steps-wrapper .front-step4:before {
  content: "4";
}
.front-steps-wrapper .front-step5:before {
  content: "5";
}
.front-steps-wrapper .front-step6:before {
  content: "6";
}
.front-steps-wrapper .front-step:after {
  top: 50%;
  width: 0;
  height: 0;
  left: 100%;
  z-index: 2;
  content: " ";
  display: block;
  margin-top: -1em;
  position: absolute;
  border-left: 15px solid #088d84;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.front-steps-wrapper .front-step-col:last-child .front-step:after {
  display: none;
}
.front-steps-wrapper .front-step2:after {
  border-left-color: #899199;
}
.front-steps-wrapper .front-step3:after {
  border-left-color: #778089;
}
.front-steps-wrapper .front-step4:after {
  border-left-color: #727980;
}
.front-steps-wrapper .front-step5:after {
  border-left-color: #6E7278;
  top: auto;
  bottom: 10%;
}

/* pricing */
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}

.pricing-active {
  border: 3px solid #1111AA;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(8, 141, 132, 0.2);
}

.pricing:hover {
  border: 3px solid #1111AA;
}
.pricing:hover h4 {
  color: #1111AA;
}

.pricing-head {
  text-align: center;
}
.pricing-head h3, .pricing-head h4 {
  margin: 0;
  line-height: normal;
}
.pricing-head h3 span, .pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #1111AA;
  border-bottom: none;
}
.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #1111AA;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}
.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/* Pricing Content */
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}
.pricing-content li i {
  top: 2px;
  color: #1111AA;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}

/* Pricing Footer */
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/* Priceing Active */
.price-active, .pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #36d7ac;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4, .no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.tile-body {
  color: #1111AA !important;
}

.tile-object .name {
  color: #1111AA !important;
}

.tile-object .number {
  color: #1111AA !important;
}

i.tooltips {
  color: #1111AA;
}

.row-selected {
  background: #1111AA;
  color: #647484;
}

.mix-filter li:hover, .mix-filter li.active {
  background: #088d84;
  color: #FFFFFF;
}

.mix-grid .mix .mix-details {
  background: #088d84;
}

.mix-grid .mix a.mix-link,
.mix-grid .mix a.mix-preview {
  background: #647484;
}

.price-availability-block .price strong {
  color: #1111AA;
}

.del-goods:hover,
.add-goods:hover {
  background-color: #088d84;
}

.goods-page-price strong,
.goods-page-total strong,
.checkout-price strong,
.checkout-total strong {
  color: #1111AA;
}

.shopping-total strong,
.checkout-total-block strong {
  color: #1111AA;
}

.compare-item strong {
  color: #1111AA;
}

.sidebar-products .price {
  color: #1111AA;
}

.goods-data a,
.checkout-page .checkout-description a {
  color: #1111AA;
}

.product-page .review a {
  color: #1111AA;
}

.list-view-sorting a {
  background: #FFFFFF;
  color: #1111AA;
}

.dropdown-backdrop {
  z-index: 0 !important;
}

/* BEGIN max width 1200px */
@media (max-width: 1200px) {
  .content-form-page .control-label {
    padding-left: 30px;
    padding-bottom: 5px;
  }
  .content-form-page .col-md-offset-4 {
    margin-left: 15px;
  }
  .content-form-page .pull-right {
    float: left !important;
  }
  .quote-v1 span {
    font-size: 20px;
  }
}
/* END max width 1200px */
@media (min-width: 1025px) {
  .header .header-navigation {
    display: block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1205px) {
  body.page-header-fixed {
    padding-top: 142px !important;
    /* height of the header */
  }
  .header .header-navigation {
    display: block !important;
    clear: both;
    margin-top: -16px;
    float: left !important;
  }
  .reduce-header .header-navigation {
    margin-top: -10px;
  }
  .header .header-navigation > ul > li {
    margin-right: 15px;
  }
  .header .header-navigation > ul > li > a {
    padding-top: 5px;
    padding-bottom: 25px;
  }
  .reduce-header .header-navigation > ul > li > a {
    padding-bottom: 13px;
  }
  .header .header-navigation > ul > li > a:first-child {
    padding-left: 0;
  }
  .header .header-navigation > ul > li.active > a {
    background: none;
  }
  .header .header-navigation > ul > li > a:hover, .header .header-navigation > ul > li > a:focus {
    background: none;
  }
  .header .header-navigation > ul > li.open > a {
    background: none;
  }
  .header .header-navigation > ul > li.open > a:hover, .header .header-navigation > ul > li.open > a:focus {
    background: none;
  }
  .header-navigation > ul > li.dropdown:hover > a:after {
    margin-left: 10px;
  }
  .dropdown-fix-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .header-navigation li.menu-search {
    top: 3px;
    margin-left: -20px;
  }
  .header .header-navigation li.menu-search span.sep {
    top: 2px;
    margin-right: 26px;
  }
  .header .header-navigation li.menu-search i {
    top: -4px;
  }
}
/* BEGIN max width 1024px */
@media (max-width: 1024px) {
  body.page-header-fixed {
    padding-top: 107px !important;
    /* height of the header */
  }
  .header .mobi-toggler {
    display: block;
  }
  .header .header-navigation {
    float: none !important;
    display: none;
    clear: both;
    background: #F9F9F9;
    padding: 0 20px;
    margin: 0 -20px 25px;
    font-size: 16px;
  }
  .header .header-navigation li {
    float: none;
    padding: 0;
    clear: both;
  }
  .header .header-navigation li > a {
    border-bottom: 1px solid #efefef !important;
    padding: 10px 10px 9px;
    margin: 0 -10px;
    position: relative;
    color: #666 !important;
    background: none !important;
  }
  .dropdown.open .dropdown-toggle {
    border-bottom: 1px solid #efefef !important;
    padding: 10px 10px 9px;
    margin: 0 -10px;
    position: relative;
    color: #666 !important;
    background: none !important;
  }
  .header .header-navigation li.open > a {
    border-bottom: 1px solid #efefef !important;
    padding: 10px 10px 9px;
    margin: 0 -10px;
    position: relative;
    color: #666 !important;
    background: none !important;
  }
  .header .header-navigation li > a:hover, .header .header-navigation li.current > a, .header .header-navigation li.active > a, .header .header-navigation li.open > a:hover {
    border-bottom: 1px solid #efefef !important;
    background: none !important;
    color: #088d84 !important;
    text-decoration: none;
  }
  .header-navigation > ul > li.dropdown:hover > a:after {
    border: none;
  }
  .header-navigation > ul > li > a > i.fa-angle-down {
    display: block;
    float: right;
    margin: 3px 0 0;
  }
  .header-navigation .dropdown-menu {
    position: static;
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none;
    background: none;
    margin-top: 0;
    border-top: none;
    z-index: 22;
  }
  .header-navigation .dropdown-menu li {
    border: none !important;
    margin-left: 20px;
  }
  .header-navigation .dropdown-menu li > a {
    padding: 10px 10px 9px;
  }
  .header-navigation .dropdown-menu li > a > i {
    display: none;
  }
  .header-navigation .dropdown-menu .dropdown-menu {
    display: block;
  }
  .header-navigation > ul > li > .dropdown-menu {
    position: static;
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none;
    background: none;
    margin-top: 0;
    border-top: none;
    z-index: 22;
  }
  .header-navigation .header-navigation-content {
    border: none;
  }
  /* dropdown menu */
  .dropdown-megamenu .header-navigation-content {
    padding: 5px 0 0;
    margin-left: -20px;
  }
  .dropdown-megamenu .header-navigation-content .row {
    margin: 0;
  }
  .dropdown-megamenu .header-navigation-content .header-navigation-col {
    padding: 0;
    float: none;
    width: 100%;
  }
  .dropdown-megamenu .header-navigation-content h4 {
    font-size: 13px;
    padding: 10px 10px 9px;
    margin: 0 -10px 0 10px;
  }
  .header-navigation .dropdown-megamenu .header-navigation-content li > a {
    padding: 10px 10px 9px;
  }
  .header-navigation-content-ext {
    background: none;
  }
  .header-navigation-description {
    height: auto !important;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0 10px;
  }
  .header-navigation-content-ext .col-md-6, .header-navigation-content-ext .col-md-3 {
    float: none;
    width: 100%;
  }
  .dropdown-megamenu .header-navigation-content-ext .col-md-3 h4 {
    border-bottom: 1px solid #EFEFEF;
  }
  .header-navigation .dropdown-menu .header-navigation-content-ext li > a {
    display: block;
  }
  .header-navigation-content-ext .col-md-3 {
    padding: 0;
  }
  .header-navigation-content-ext .col-md-6 {
    padding: 0;
    margin-left: 10px;
  }
  .header-navigation-content-ext .col-md-6 h4 {
    margin-left: 0;
    padding-left: 0;
  }
  .header .nav-brands {
    margin: 15px 10px;
    padding: 0;
    width: 100%;
    background: #fff;
  }
  .header .nav-brands ul {
    border: 1px solid #F0F0F0;
    padding: 10px;
  }
  .header .nav-brands li {
    max-width: 50%;
    display: inline-block;
    border: none;
    margin-left: 0;
  }
  .header .nav-brands li a {
    border: none !important;
    margin: 0 !important;
  }
  .header .nav-brands li a:hover {
    border: none !important;
    margin: 0 !important;
  }
  .nav-catalogue .dropdown-menu > li {
    margin-left: 0;
  }
  .nav-catalogue .header-navigation-content {
    padding: 20px 0 0;
  }
  .nav-catalogue .product-item {
    margin-bottom: 20px;
  }
  .header-navigation li.menu-search {
    top: 0;
    padding: 20px 0 10px;
    position: relative;
  }
  .header-navigation li.menu-search span.sep {
    display: none;
  }
  .header-navigation .search-box {
    position: relative;
    right: auto;
    left: 0;
  }
  .header-navigation .search-box:after {
    right: auto;
    left: 0;
  }
  .top-cart-block {
    margin-top: 3px;
  }
}
/* BEGIN max width 992px */
@media (max-width: 992px) {
  .shop-index-carousel {
    margin-left: 0;
    margin-right: 10px;
  }
  .brands .container {
    padding-right: 25px;
  }
  .sidebar-menu a:focus {
    color: #333 !important;
    text-decoration: none;
  }
  .sale-product___removed {
    margin-bottom: 40px;
  }
  .new-arrivals___removed {
    margin-left: 15px;
    padding-left: 0;
  }
  .two-items-bottom-items {
    margin-bottom: 40px;
  }
  .carousel img {
    width: 100%;
  }
  /*.steps-block {
   	padding-bottom: 10px;
   }
   .steps-block-col {
   	border: 2px solid #FFF;
   	margin: 0 20px 20px 15px;
   	padding: 20px 20px 15px;
   	min-height: auto;
   	float: left;
   }
   .steps-block-col:last-child {
   	margin-right: 0;
   }
   .steps-block .steps-block-col div {
   	margin-left: 0;
   	margin-right: 0;
   }
   .steps-block h2 {
   	font-size: 25px;
   }
   .steps-block em {
   	text-transform: inherit;
   }
   .steps-block-col span,
   .steps-block-col .fa {
   	display: none;
   }
   .steps-block-col:first-child em {
   	margin-left: 0;
   }*/
  .steps-block-col {
    border: 2px solid #FFF;
    margin: 0 25px 20px 15px;
    padding: 20px 20px 15px;
    min-height: auto;
    float: none;
  }
  .steps-block-col:last-child {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .steps-block .steps-block-col div {
    margin-left: 0;
    margin-right: 0;
  }
  .steps-block h2 {
    font-size: 43px;
  }
  .steps-block em {
    text-transform: uppercase;
  }
  .steps-block-col span {
    display: none;
  }
  .steps-block-col .fa {
    display: block;
  }
  .pre-footer-subscribe-box form {
    width: 100%;
  }
  .sidebar-products img {
    float: none;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
  }
  .sidebar-products h3, .sidebar-products .price {
    margin-left: 0;
  }
  .product-page-options .pull-left, .product-quantity {
    margin-bottom: 10px;
  }
  /*
   if you want to hide buttons on mobile view, uncomment this block
   .pi-img-wrapper div {
   	display: none !important;
   }*/
  .review .rateit {
    width: 100%;
    margin-bottom: 10px;
  }
  .list-view-sorting .pull-right {
    margin-bottom: 10px;
  }
  .service-box p {
    display: block;
    text-align: center;
  }
  .service-box .service-box-heading em, .service-box .service-box-heading span {
    display: block;
    text-align: center;
  }
  .service-box .service-box-heading em {
    margin-bottom: 10px;
  }
  .quote-v1 {
    text-align: center;
  }
  .quote-v1 .text-right {
    text-align: center;
  }
  .recent-work .owl-carousel {
    margin-left: -10px;
  }
  .our-clients .owl-carousel {
    margin-left: -2px;
  }
  .recent-work .owl-carousel, .our-clients .owl-carousel {
    padding-top: 30px;
  }
  .recent-work .owl-buttons {
    top: 0;
    left: -3px;
  }
  .our-clients .owl-buttons {
    top: 0;
    left: -3px;
    left: -10px;
  }
  .testimonials-v1 {
    padding-top: 40px;
  }
  .recent-work .recent-work-item .fa {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    font-size: 14px;
    padding: 12px;
  }
  .recent-news-inner {
    padding: 10px 15px 0;
  }
  .ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
    padding-top: 0;
  }
  .pre-footer .pre-footer-subscribe-box {
    padding-bottom: 25px;
  }
  .ecommerce .pre-footer-subscribe-box form {
    width: 100%;
  }
  .ecommerce .content-search h1 {
    padding-top: 0;
    margin-bottom: 3px;
  }
  .content-search form {
    margin: 0 0 6px;
  }
}
/* END max width 992px */
/* BEGIN max width 767px */
@media (max-width: 767px) {
  .pre-header .pull-right {
    float: left !important;
  }
  .pre-header .pull-right li:first-child {
    padding-left: 0;
  }
  .ecommerce .pre-footer-subscribe-box form {
    float: none;
    width: auto;
  }
  .header .header-navigation {
    margin-bottom: 0;
  }
  .sidebar, .sidebar___removed {
    margin-bottom: 40px;
  }
  .sidebar-menu .fa-angle-right {
    display: inline-block;
  }
  .pre-footer .pull-right, .footer .pull-right {
    float: none !important;
  }
  .pre-footer .pull-right {
    padding-top: 15px;
  }
  .footer .pull-right {
    padding-top: 15px;
  }
  .footer .list-inline > li {
    padding-left: 0;
    margin-right: 5px;
  }
  .form-info {
    border-left: none;
    padding-left: 0;
    padding-top: 30px;
    border-top: 1px solid #E4E6E8;
    margin-bottom: 0;
  }
  .sidebar-products .item {
    float: left;
    width: 48%;
    margin-bottom: 20px;
    padding: 0 10px 10px;
  }
  .sidebar-products img {
    width: 100%;
    height: auto;
  }
  .list-view-sorting {
    /*background: #fff;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list-view-sorting .col-md-10 {
    padding-right: 0;
  }
  .product-other-images {
    margin-bottom: 40px;
  }
  .product-page-options .pull-left {
    margin-bottom: 0;
  }
  .product-item .img-responsive {
    width: 100%;
  }
  .pagination {
    float: left !important;
    padding-top: 10px;
  }
  .pagination > li {
    margin-left: 0;
    margin-right: 5px;
  }
  .pre-footer .margin-bottom-40 {
    margin-bottom: 0;
  }
  .ls-layer3 .ls-price strong {
    top: -15px;
  }
  .glyphicons-demo ul li {
    width: 12.5%;
  }
  .tab-style-1 .tab-content img {
    margin: 5px 0 10px;
  }
  .testimonials-v1 {
    padding-top: 20px;
  }
  .front-steps-wrapper .front-step-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .front-steps-wrapper .front-step:after {
    display: none;
  }
  .blog-posts h2 {
    padding-top: 15px;
  }
  .ecommerce .blog-posts h2 {
    padding-top: 15px;
  }
  .ecommerce .footer {
    padding: 10px 0 10px;
  }
  .ecommerce .footer .pull-right {
    padding-top: 10px;
  }
  .ecommerce .pre-footer address {
    margin-bottom: 15px !important;
  }
  .footer img {
    margin-bottom: 10px;
  }
  .ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
    padding-top: 7px;
  }
}
/* END max width 767px */
/* BEGIN max width 600px */
@media (max-width: 600px) {
  .ls-layer3 .ls-price strong {
    top: -5px;
  }
}
/* END max width 600px */
/* BEGIN max width 480px */
@media (max-width: 480px) {
  .pre-header .list-inline li {
    display: block;
    border: none;
    margin-bottom: 10px;
    padding: 0;
  }
  .pre-header .col-md-6 {
    float: left;
  }
  .pre-header .additional-nav {
    float: right;
    text-align: right;
  }
  .nav-catalogue .pi-price {
    margin-bottom: 10px;
    float: none;
  }
  .nav-catalogue .product-item .add2cart {
    float: none;
  }
  .top-cart-block {
    clear: both;
    float: left;
    padding-top: 0;
    margin: 0 0 29px;
    width: 100%;
  }
  .top-cart-info {
    float: none;
  }
  .top-cart-block .fa-shopping-cart {
    top: 0;
  }
  .top-cart-content-wrapper {
    left: 0;
    right: auto;
  }
  .top-cart-content:after {
    left: 15px;
  }
  .ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
    display: none;
  }
  .checkout-content {
    padding: 0 0 40px;
  }
  .checkout-page h2 a {
    padding: 9px 10px 8px;
  }
  .table-wrapper-responsive {
    overflow-x: scroll;
  }
  .shopping-cart-page .btn-default {
    float: right;
  }
  .shopping-cart-page .btn-primary {
    clear: both;
    margin-top: 10px;
  }
  .checkout-page .btn-default {
    clear: both;
    margin-top: 10px;
    margin-right: 0 !important;
  }
  .product-item:hover > .pi-img-wrapper > div {
    display: none;
  }
  .steps-block-simple h2 {
    font-size: 21px;
  }
  .steps-block-simple em {
    font-size: 14px;
    text-transform: inherit;
  }
  .ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
    float: none;
  }
  .list-view-sorting .pull-right {
    float: left !important;
    margin: 0 30px 10px 0;
  }
}
/* END max width 480px */
/* BEGIN max width 450px */
@media (max-width: 450px) {
  .ecommerce .steps-block h2 {
    font-size: 33px;
  }
}
/* END max width 450px */
/* BEGIN max width 405px */
@media (max-width: 405px) {
  .top-cart-content {
    width: 100%;
  }
  .top-cart-block img, .top-cart-block .cart-content-count {
    display: none;
  }
}
/* END max width 405px */
/* BEGIN max width 390px */
@media (max-width: 390px) {
  .steps-block .fa-truck, .steps-block .fa-gift, .steps-block .fa-phone {
    border: 2px solid #FFFFFF;
    border-radius: 30px !important;
    float: left;
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-right: 11px;
    padding-top: 12px;
    text-align: center;
    vertical-align: middle;
  }
  .ecommerce .steps-block h2 {
    font-size: 25px;
    padding-top: 2px;
  }
  .ecommerce .steps-block em {
    text-transform: inherit;
  }
}
/* END max width 390px */
/* BEGIN max width 330px */
@media (max-width: 330px) {
  .top-cart-content {
    width: 280px;
  }
}
/* END max width 330px */
/* BEGIN max width 320px */
@media (max-width: 320px) {
  .site-logo {
    margin-right: 0;
  }
  .content-form-page .btn-default {
    margin-top: 10px;
  }
  .price-availability-block .availability {
    clear: left;
    float: left;
  }
  .product-page-options .pull-left {
    margin-bottom: 10px;
  }
}
/* END max width 320px */
/* here you can put your own css to customize and override the theme */
/*
regex estrazione colori metronic
\/\* Button \*\/\n\.(.*)\.btn.*\n.*\n\s+background-color: (#.*);
*/
blockquote {
  font-size: 13px;
}

.dashboard-stat {
  /*overflow: hidden;*/
}

.dashboard-stat .details {
  right: 0;
  padding-left: 15px;
}

.dashboard-stat .details a:hover,
.dashboard-stat .details a:focus {
  text-decoration: none;
}

.dashboard-stat .details .number {
  font-size: 28px;
  padding-top: 20px;
}

.dashboard-stat .details .desc {
  line-height: 1.1em;
  font-size: 15px;
}

.template {
  display: none;
}

.strong {
  font-weight: bold;
}

/*
.dashboard-stat.orange {
		background-color: #FFA500;
}
.dashboard-stat.orange .more {
		background-color: #CD8500;
}
.orange {
		background-color: #FFA500;
}

.dashboard-stat.gray {
		background-color: #757575;
}
.dashboard-stat.gray .more {
		background-color: #4D4D4D;
}
.gray {
		background-color: #757575;
}

.dashboard-stat.lightgray {
		background-color: #B3B3B3;
}
.dashboard-stat.lightgray .more {
		background-color: #8A8A8A;
}
.lightgray {
		background-color: #B3B3B3;
}

.dashboard-stat.brown {
		background-color: #B39267;
}
.dashboard-stat.brown .more {
		background-color: #8B7355;
}
.brown {
		background-color: #B39267;
}

.dashboard-stat.pink {
		background-color: #FF1493;
}
.dashboard-stat.pink .more {
		background-color: #8B0A50;
}
.pink {
		background-color: #FF1493;
}
*/
.btn.black-inverted {
  background-color: #222222;
  color: #DDDDDD;
  text-shadow: none;
}

.btn.black-inverted:hover,
.btn.black-inverted:focus,
.btn.black-inverted:active,
.btn.black-inverted.active,
.btn.black-inverted.disabled,
.btn.black-inverted[disabled] {
  background-color: #555555 !important;
  color: #DDDDDD !important;
}

/*
.white.btn {
	background-color: white;
	border-color: #cccccc;
	color: #333333;
	border-width: 1px;
	padding: 6px 13px;
}
.white.btn:hover, .white.btn:focus, .white.btn:active, .white.btn.active {
		background-color: #f0f0f0;
		border-color: #b3b3b3;
		color: #333333;
}

.portlet > .portlet-title > .actions > .btn.white {
	padding: 6px 13px;
}
*/
.portlet.box > .portlet-title > .actions .btn-default {
  border-color: #FFF !important;
  color: #FFF !important;
}

.portlet.lol-portlet-nested > .portlet-title {
  padding-top: 10px;
}

.portlet.lol-portlet-nested > .portlet-title > .actions {
  margin-bottom: 4px;
}

.portlet.lol-portlet-nested > .portlet-title > .caption {
  display: none;
}

.portlet.lol-portlet-nested > .portlet-title > .actions-left {
  margin-bottom: 4px;
  float: left;
}

.portlet.lol-portlet-nested > .portlet-title > .actions-left .btn-group {
  margin-top: -10px;
}

.portlet.lol-portlet-nested-titled > .portlet-title > .caption {
  display: block;
}

/***/
.page-header.navbar .page-logo {
  width: auto;
}

.page-header.navbar .page-logo a {
  color: #999999;
}

.page-header.navbar .top-menu .navbar-nav .dropdown-toggle span {
  color: #999999;
}

.page-iframe {
  background-color: #FFF;
}

.page-iframe .page-content {
  margin-left: 0;
  min-height: 200px;
  height: auto !important;
  height: 200px;
}

/***/
/* fix nested form */
.form-inline .form-group {
  margin-left: 0;
  margin-right: 0;
}

.input-date {
  width: 180px !important;
}

.row-commands {
  margin-bottom: 10px;
}

.form-control {
  background-color: #f5f5f5;
}

p.form-control {
  background-color: #FFF;
  margin-bottom: 0;
}

.form-control-static {
  font-size: 14px;
}

.form-control-static:empty {
  display: none;
}

.form .form-actions.fluid {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #f2f2fe;
  color: #333333;
}

.input-group-btn select.btn {
  background-color: #f5f5f5;
  border-color: #e5e5e5;
  border-width: 1px;
  padding-top: 6px;
  padding-bottom: 5px;
}

.select2-offscreen + .input-group-btn select.btn {
  background-color: #fff;
}

.input-numberrange {
  max-width: 400px;
}

.input-daterange {
  max-width: 400px;
}

/***/
.portlet-tabs-left > .nav-tabs {
  padding-left: 5px;
  margin-right: 0;
  float: left;
  top: inherit;
  margin-top: -40px;
}
.portlet-tabs-left > .nav-tabs li {
  float: left;
  margin-left: 0px;
  margin-right: 2px;
}
.portlet-tabs-left > .nav-tabs li > a {
  border-bottom: 0;
}
.portlet-tabs-left > .tab-content {
  clear: both;
}
.portlet-tabs-left > .tab-content > .tab-pane > .tab-content-actions {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-align: right;
}
.portlet-tabs-left > .tab-content > .tab-pane > .tab-content-actions > .btn {
  padding: 4px 10px;
  margin-top: -5px;
}

.portlet.box.grey .portlet-tabs > .nav-tabs > li > a {
  color: #000;
}

.portlet.box.grey > .portlet-title > .actions .btn-default {
  border: 1px solid #666 !important;
  color: #333 !important;
}

.lol-portlet-tabs-line .portlet-tabs > .nav-tabs {
  padding-left: 0;
}
.lol-portlet-tabs-line .portlet-tabs > .nav-tabs > li, .lol-portlet-tabs-line .portlet-tabs > .nav-tabs > li.active {
  border-bottom: 4px solid #FFF;
}
.lol-portlet-tabs-line .portlet-tabs > .nav-tabs > li > a, .lol-portlet-tabs-line .portlet-tabs > .nav-tabs > li.active > a {
  color: #555;
  padding: 10px 15px;
  background-color: #FFF;
}
.lol-portlet-tabs-line .portlet-tabs > .nav-tabs > li.active {
  border-bottom-color: #1111AA;
}
.lol-portlet-tabs-line .portlet-tabs > .nav-tabs > li:hover {
  border-bottom-color: #ffa566;
}
.lol-portlet-tabs-line .portlet-title {
  border-bottom: none;
  margin-bottom: 0;
  min-height: 35px;
}
.lol-portlet-tabs-line .portlet-title > .actions > .btn {
  margin-top: 0;
}
.lol-portlet-tabs-line .portlet-tabs > .tab-content {
  border-top: 1px solid #ccc;
}

/***/
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.no-space {
  margin: 0 !important;
  padding: 0 !important;
}

.no-text-shadow {
  text-shadow: none !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-vertical-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-vertical-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.margin-vertical-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.page-breadcrumb.breadcrumb {
  margin-bottom: 15px;
}

/***/
.full-width {
  width: 90vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -45vw;
  margin-right: -45vw;
  background-color: #FFFFFF;
}

.lol-table-list {
  overflow-x: auto;
}

.lol-table-list > .table {
  margin-bottom: 0;
}

.lol-table-list > .table > thead > tr > td.active,
.lol-table-list > .table > thead > tr > th.active,
.lol-table-list > .table > thead > tr.active > td,
.lol-table-list > .table > thead > tr.active > th,
.lol-table-list > .table > tbody > tr > td.active,
.lol-table-list > .table > tbody > tr > th.active,
.lol-table-list > .table > tbody > tr.active > td,
.lol-table-list > .table > tbody > tr.active > th,
.lol-table-list > .table > tfoot > tr > td.active,
.lol-table-list > .table > tfoot > tr > th.active,
.lol-table-list > .table > tfoot > tr.active > td,
.lol-table-list > .table > tfoot > tr.active > th {
  background-color: #D2E3F2;
  color: #000;
}

.lol-table-list > .table > thead > tr > td.inactive,
.lol-table-list > .table > thead > tr > th.inactive,
.lol-table-list > .table > thead > tr.inactive > td,
.lol-table-list > .table > thead > tr.inactive > th,
.lol-table-list > .table > tbody > tr > td.inactive,
.lol-table-list > .table > tbody > tr > th.inactive,
.lol-table-list > .table > tbody > tr.inactive > td,
.lol-table-list > .table > tbody > tr.inactive > th,
.lol-table-list > .table > tfoot > tr > td.inactive,
.lol-table-list > .table > tfoot > tr > th.inactive,
.lol-table-list > .table > tfoot > tr.inactive > td,
.lol-table-list > .table > tfoot > tr.inactive > th {
  background-color: #eeeeee;
  color: #666;
  text-decoration: line-through;
}
.lol-table-list > .table > thead > tr > td.inactive .label,
.lol-table-list > .table > thead > tr > th.inactive .label,
.lol-table-list > .table > thead > tr.inactive > td .label,
.lol-table-list > .table > thead > tr.inactive > th .label,
.lol-table-list > .table > tbody > tr > td.inactive .label,
.lol-table-list > .table > tbody > tr > th.inactive .label,
.lol-table-list > .table > tbody > tr.inactive > td .label,
.lol-table-list > .table > tbody > tr.inactive > th .label,
.lol-table-list > .table > tfoot > tr > td.inactive .label,
.lol-table-list > .table > tfoot > tr > th.inactive .label,
.lol-table-list > .table > tfoot > tr.inactive > td .label,
.lol-table-list > .table > tfoot > tr.inactive > th .label {
  display: inline-block; /*rimuove la line-through sulle label*/
}

.lol-table-list > .table > thead > tr > td.total,
.lol-table-list > .table > thead > tr > th.total,
.lol-table-list > .table > thead > tr.total > td,
.lol-table-list > .table > thead > tr.total > th,
.lol-table-list > .table > tbody > tr > td.total,
.lol-table-list > .table > tbody > tr > th.total,
.lol-table-list > .table > tbody > tr.total > td,
.lol-table-list > .table > tbody > tr.total > th,
.lol-table-list > .table > tfoot > tr > td.total,
.lol-table-list > .table > tfoot > tr > th.total,
.lol-table-list > .table > tfoot > tr.total > td,
.lol-table-list > .table > tfoot > tr.total > th {
  background-color: #f5f5f5;
  color: #000;
}

.lol-table-list > .table > tbody > tr.empty > td {
  border-top-width: 0;
}

.lol-table-list .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}

.lol-table-list > .table > tfoot > tr > td {
  font-size: 14px;
  font-weight: 600;
}

.lol-table-list-expander {
  float: right;
}

/* colore active sidebar */
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar .page-sidebar-menu > li.active.open > a {
  background-color: #303030; /* #575757;#1f1f1f*/
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover, .page-sidebar .page-sidebar-menu > li.active > a:hover, .page-sidebar .page-sidebar-menu > li.active.open > a:hover {
  background-color: #303030;
}

/* FRONTEND */
.site-logo {
  padding-bottom: 0;
  padding-top: 0;
  height: 76px;
  line-height: 76px;
}

/***/
.progress {
  position: relative;
  margin-bottom: 0;
}

.progress span {
  position: absolute;
  display: block;
  width: 100%;
}

.progress span.black {
  color: black;
}

/***/
span.cke_skin_kama {
  padding: 0 !important;
}

/***/
.lol-row-grid .row:not(:first-child) {
  margin-top: 4px;
}

.lol-row-grid [class^=col-]:not(:first-child) {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .lol-row-grid [class^=col-sm]:not(:first-child) {
    padding-left: 2px;
    margin-top: 0;
  }
  .lol-row-grid [class^=col-sm]:not(:last-child) {
    padding-right: 2px;
  }
}
@media (min-width: 992px) {
  .lol-row-grid [class^=col-md]:not(:first-child) {
    padding-left: 2px;
    margin-top: 0;
  }
  .lol-row-grid [class^=col-md]:not(:last-child) {
    padding-right: 2px;
  }
}
.lol-row-grid .tt-hint[disabled] {
  background-color: #f5f5f5 !important;
}

.lol-row-grid .note {
  margin-bottom: 0;
}

.lol-row-grid .first-child {
  padding-left: 15px !important;
}

.lol-row-grid .last-child {
  padding-right: 15px !important;
}

/***/
.input-icon > i.fa-spin {
  color: #000;
}

.input-icon ::-ms-clear {
  display: none;
}

.no-input-icon .input-icon i {
  display: none;
}

.lol-block {
  display: block;
}

.row-selected {
  background: #CCCCCC;
  font-weight: bold;
}

.handed {
  cursor: pointer;
  cursor: hand;
}

.oggetto {
  font-size: 11px;
  white-space: normal;
}

.icona_notifiche {
  padding: 4px !important;
}

.has-feedback .form-control-feedback {
  top: 0px;
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0px;
  right: 0px;
}

.has-feedback .radio-inline {
  padding-top: 0;
}

.has-feedback.note {
  margin-bottom: 0;
}

.note-compact {
  padding: 1px 34px 1px 8px;
}

.note-compact-select {
  padding: 0 34px 0 0;
}

.addon-compact {
  padding: 6px 40px 6px 30px;
}

@media (min-width: 1025px) and (max-width: 1205px) {
  .header .header-navigation {
    margin-top: 0;
  }
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  margin-left: 0;
}

.row-excluded {
  background-color: #fe5d0c;
}

.row-included {
  background-color: #85ba00;
}

.my-blockui {
  padding: 16px 20px;
  margin: 0;
  width: auto;
  top: 40%;
  left: 50%;
  color: #000;
  border: 1px solid #ccc;
  background-color: #eee;
  cursor: wait;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.btn-group > label.btn input[type=radio],
.btn-group > label.btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group label.checker {
  margin-top: inherit !important;
  margin-right: inherit !important;
}

.ui-select-match-text, .ui-select-placeholder {
  padding-right: 10px;
}

.my-input-date-range {
  max-width: 340px;
}

.my-input-datetime-range {
  max-width: 440px;
}

.my-input-date {
  max-width: 180px;
}

.text-nowrap {
  white-space: nowrap;
}

.rotate-meno-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.portlet.box.blue .portlet-tabs-left > .nav-tabs {
  background-color: #4b8df8;
}

.portlet.box.blue > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.blue-madison .portlet-tabs-left > .nav-tabs {
  background-color: #578ebe;
}

.portlet.box.blue-madison > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.blue-chambray .portlet-tabs-left > .nav-tabs {
  background-color: #2c3e50;
}

.portlet.box.blue-chambray > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.blue-ebonyclay .portlet-tabs-left > .nav-tabs {
  background-color: #22313f;
}

.portlet.box.blue-ebonyclay > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.blue-hoki .portlet-tabs-left > .nav-tabs {
  background-color: #67809f;
}

.portlet.box.blue-hoki > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.blue-steel .portlet-tabs-left > .nav-tabs {
  background-color: #4b77be;
}

.portlet.box.blue-steel > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.green .portlet-tabs-left > .nav-tabs {
  background-color: #35aa47;
}

.portlet.box.green > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.green-meadow .portlet-tabs-left > .nav-tabs {
  background-color: #1bbc9b;
}

.portlet.box.green-meadow > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.green-seagreen .portlet-tabs-left > .nav-tabs {
  background-color: #1ba39c;
}

.portlet.box.green-seagreen > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.green-turquoise .portlet-tabs-left > .nav-tabs {
  background-color: #36d7b7;
}

.portlet.box.green-turquoise > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.green-haze .portlet-tabs-left > .nav-tabs {
  background-color: #44b6ae;
}

.portlet.box.green-haze > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.green-jungle .portlet-tabs-left > .nav-tabs {
  background-color: #26c281;
}

.portlet.box.green-jungle > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.grey .portlet-tabs-left > .nav-tabs {
  background-color: #e5e5e5;
}

.portlet.box.grey > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.grey-steel .portlet-tabs-left > .nav-tabs {
  background-color: #e9edef;
}

.portlet.box.grey-steel > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.grey-cararra .portlet-tabs-left > .nav-tabs {
  background-color: #fafafa;
}

.portlet.box.grey-cararra > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.grey-gallery .portlet-tabs-left > .nav-tabs {
  background-color: #eeeeee;
}

.portlet.box.grey-gallery > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.grey-cascade .portlet-tabs-left > .nav-tabs {
  background-color: #95a5a6;
}

.portlet.box.grey-cascade > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.grey-silver .portlet-tabs-left > .nav-tabs {
  background-color: #bfbfbf;
}

.portlet.box.grey-silver > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.red .portlet-tabs-left > .nav-tabs {
  background-color: #d84a38;
}

.portlet.box.red > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.red-pink .portlet-tabs-left > .nav-tabs {
  background-color: #e08283;
}

.portlet.box.red-pink > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.red-sunglo .portlet-tabs-left > .nav-tabs {
  background-color: #e26a6a;
}

.portlet.box.red-sunglo > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.red-intense .portlet-tabs-left > .nav-tabs {
  background-color: #e35b5a;
}

.portlet.box.red-intense > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.red-thunderbird .portlet-tabs-left > .nav-tabs {
  background-color: #d91e18;
}

.portlet.box.red-thunderbird > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.red-flamingo .portlet-tabs-left > .nav-tabs {
  background-color: #ef4836;
}

.portlet.box.red-flamingo > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.yellow .portlet-tabs-left > .nav-tabs {
  background-color: #ffb848;
}

.portlet.box.yellow > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.yellow-gold .portlet-tabs-left > .nav-tabs {
  background-color: #e87e04;
}

.portlet.box.yellow-gold > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.yellow-casablanca .portlet-tabs-left > .nav-tabs {
  background-color: #f2784b;
}

.portlet.box.yellow-casablanca > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.yellow-crusta .portlet-tabs-left > .nav-tabs {
  background-color: #f3c200;
}

.portlet.box.yellow-crusta > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.yellow-lemon .portlet-tabs-left > .nav-tabs {
  background-color: #f7ca18;
}

.portlet.box.yellow-lemon > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.yellow-saffron .portlet-tabs-left > .nav-tabs {
  background-color: #f4d03f;
}

.portlet.box.yellow-saffron > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.purple .portlet-tabs-left > .nav-tabs {
  background-color: #8e44ad;
}

.portlet.box.purple > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.purple-plum .portlet-tabs-left > .nav-tabs {
  background-color: #8775a7;
}

.portlet.box.purple-plum > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.purple-medium .portlet-tabs-left > .nav-tabs {
  background-color: #bf55ec;
}

.portlet.box.purple-medium > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.purple-studio .portlet-tabs-left > .nav-tabs {
  background-color: #8e44ad;
}

.portlet.box.purple-studio > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.purple-wisteria .portlet-tabs-left > .nav-tabs {
  background-color: #9b59b6;
}

.portlet.box.purple-wisteria > .portlet-title {
  border-bottom: transparent;
}

.portlet.box.purple-seance .portlet-tabs-left > .nav-tabs {
  background-color: #9a12b3;
}

.portlet.box.purple-seance > .portlet-title {
  border-bottom: transparent;
}

input.note {
  margin: 0;
  padding: 6px 12px;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.fontawesome-icon-list .fa-hover a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #222;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 4px;
}
.fontawesome-icon-list .fa-hover a .fa {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.showDragHandleFA {
  position: relative;
  cursor: pointer;
  cursor: hand;
}

.showDragHandleFA:before {
  content: "\f0dc";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #428bca;
  font-size: large;
  position: absolute;
  top: 5px;
  left: 5px;
}

.my-fileinput-group .btn {
  position: relative;
  overflow: hidden;
}
.my-fileinput-group input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}
.alert-default {
  background-color: #f5f5f5;
  border-color: #ddd;
}

.lol-chat > table {
  width: 100%;
}
.lol-chat > table > thead {
  display: none;
}
.lol-chat > table > tbody > tr > td {
  padding: 0;
  border: 0 none;
}
.lol-chat > table > tbody > tr:last-child {
  border-top: 1px solid #eee;
}
.lol-chat > table > tbody > tr:last-child table {
  margin-top: 10px;
}
.lol-chat .lol-chat-item {
  margin-bottom: 10px;
}
.lol-chat .lol-chat-item .lol-chat-info {
  margin: 0 16px;
}
.lol-chat .lol-chat-item .lol-chat-box {
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -khtml-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}
.lol-chat .lol-chat-item .lol-chat-box strong {
  display: block;
  margin-bottom: 8px;
}
.lol-chat .lol-chat-ricevuta {
  margin-right: 100px;
}
.lol-chat .lol-chat-ricevuta .lol-chat-box {
  background-color: #f9f9f9;
}
.lol-chat .lol-chat-ricevuta .lol-chat-box .lol-chat-arrow {
  left: 5px;
  border-right: 12px solid transparent;
  border-top-color: #f9f9f9;
}
.lol-chat .lol-chat-inviata {
  margin-left: 100px;
}
.lol-chat .lol-chat-inviata .lol-chat-box {
  background-color: #eee;
}
.lol-chat .lol-chat-inviata .lol-chat-box .lol-chat-arrow {
  right: 5px;
  border-left: 12px solid transparent;
  border-top-color: #eee;
}
.lol-chat .lol-chat-inviata .lol-chat-info {
  text-align: right;
}
.lol-chat .lol-chat-arrow {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -12px;
  border-top: 12px solid #000;
}

.hyperlink {
  color: #888 !important;
  background-color: transparent;
  position: relative;
  line-height: 14px;
  border: solid 1px;
}

.hyperlink-icon {
  display: block;
  padding-left: 18px;
  margin-right: 5px;
  position: absolute;
  padding-top: 7px;
}

.hyperlink-button {
  padding-left: 37px;
  width: 100%;
  text-align: left;
  border-style: none;
  color: #6f6f6f !important;
}

.hyperlink-button:hover {
  color: #555;
  background-color: transparent;
  filter: none;
}

.hyperlink:hover {
  color: #555;
  background-color: #f6f6f6;
  filter: none;
  cursor: pointer;
}

a.accordion-toggle:focus {
  text-decoration: none;
}

.my-label-slim {
  padding: 1px 4px;
}

.header-navigation ul > li.active > a {
  border-bottom: 2px solid #1111AA;
}

/***/
.my-gridview-menu .dropdown-toggle, .my-dropdown-withcheckbox .dropdown-toggle {
  cursor: pointer;
}

.my-gridview-menu-dropdown li label, .my-dropdown-withcheckbox-dropdown li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
  transition: background-color 0.4s ease;
}
.my-gridview-menu-dropdown li label:hover,
.my-gridview-menu-dropdown li label:focus, .my-dropdown-withcheckbox-dropdown li label:hover,
.my-dropdown-withcheckbox-dropdown li label:focus {
  background-color: #eeeeee;
}
.my-gridview-menu-dropdown li input, .my-dropdown-withcheckbox-dropdown li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}
.my-gridview-menu-dropdown li button.btn, .my-dropdown-withcheckbox-dropdown li button.btn {
  display: inline-block;
  margin: 0 5px 5px 5px;
  font-size: 90%;
}
.my-gridview-menu-dropdown li.inactive label, .my-dropdown-withcheckbox-dropdown li.inactive label {
  color: #999999;
}

/***/
.my-gmap h4 {
  margin-top: 0;
}

.my-gmap-preview {
  cursor: pointer;
  background: url(../img/mappa.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.my-gmap-preview a {
  margin-top: 20px;
  background-color: #fff;
}

.maxWidthGrid {
  max-width: 150px;
  overflow: hidden;
}

.tooltip-inner {
  text-align: inherit;
}

.white-space-nowrap label {
  white-space: nowrap;
}

.btn-group-absolute-right-top {
  position: absolute;
  right: 25px;
  top: 5px;
}

.sticky-bottom {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0;
  z-index: 999;
}

.sticky-top {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 999;
}

.hide-input-group-btn > .input-group > .input-group-btn {
  display: none !important;
}

body {
  color: #3e4d5c;
  direction: ltr;
  /* font: 400 13px 'Open Sans', sans-serif; */
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, #mk-page-introduce, .main-navigation-ul, .mk-vm-menuwrapper, #mk-footer-navigation ul li a, .mk-footer-copyright, .mk-blog-container .mk-blog-meta .the-title, .post .blog-single-title, .mk-blog-hero .content-holder .the-title, .blog-blockquote-content, .blog-twitter-content, .mk-box-icon .icon-box-title {
  font-family: 'Open Sans', sans-serif;
}

.header {
  background-color: #ffffff;
}

blockquote {
  font-size: 18px;
}

p {
  font-size: 18px;
}

.tooltip-inner p {
  font-size: 12px;
  line-height: 1.4;
  color: #fff !important;
}

.header-navigation {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffffff;
  /*rimuove triangolino sopra menu*/
}
.header-navigation > ul > li.active > a {
  background-color: white;
}
.header-navigation > ul > li.dropdown:hover > a:after {
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 1002;
  content: "";
  display: block !important;
  position: absolute;
  border-bottom: 0px solid green;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
}
.header-navigation ul li a {
  text-transform: uppercase;
  color: #444444;
}
.header-navigation ul li a:hover, .header-navigation ul li a:active {
  color: #1111AA;
  background-color: #FFF;
}
.header-navigation ul ul, .header-navigation .dropdown-menu {
  box-shadow: none;
}
.header-navigation ul ul li a, .header-navigation .dropdown-menu li a {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  background: #eeeeee;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
.header-navigation ul ul li a:hover, .header-navigation ul ul li a:active, .header-navigation .dropdown-menu li a:hover, .header-navigation .dropdown-menu li a:active {
  color: #000;
  background-color: #e0e0e0;
}
p {
  font-size: 16px;
  color: #333333;
  line-height: 1.5em;
}

.pre-footer {
  background-color: #ededed;
  color: #fff;
  border-top-style: solid;
  border-top-color: #1111AA;
  border-top-width: 2px;
  margin-top: 20px;
}
.pre-footer p {
  color: #252525;
  font-weight: 400;
  vertical-align: baseline;
  /*font-size: 100%;*/
}
.pre-footer h2 {
  text-transform: uppercase;
  font-size: 14px;
  color: #1111AA;
  font-weight: 700;
  position: relative;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.footer {
  background-color: #1111AA;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}

.footer .padding-top-10 {
  opacity: 1;
}
