
/* ============================ */
/* ====== TYPOGRAPHY ========== */
h1,
h2,
h3,
h4,
 {
  font-weight: 700;
  color: #29A8BB;
}

/* ============================ */
/* ====== BUTTONS ======= */
.button {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #dbdbdb;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.button.button-small {
  padding: 0 15px;
  font-size: 13px;
}
.button.button-large {
  height: 52px;
  line-height: 52px;
}
.button.btn-primary {
  background: #5EA8F2;
}
.button.with-icon i {
  margin-left: -5px;
  padding-right: 5px;
}
.button:hover {
  background: #29A8BB;
  color: #fff;
}
.button-mini {
  background: #eee;
  font-size: 13px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
  color: #29A8BB;
  line-height: 13px;
  padding: 7px 15px;
  text-transform: uppercase;
}
.button-mini:hover {
  background: #5EA8F2;
  color: #fff;
}
.navigation-btn {
  overflow: hidden;
  margin: 0 0 30px 0;
}
@media (max-width: 480px) {
  .navigation-btn a {
    clear: both;
    float: none!important;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
/* ======================*/
/* ====== TOPBAR ======= */
div.topbar {
  background: #1d1f25;
  height: 44px;
  width: 100%;
}
div.topbar .select-options,
div.topbar .shortlinks {
  min-height: 44px;
  padding-top: 15px;
}
div.topbar .select-options {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #2a2e38;
  cursor: pointer;
}
div.topbar .select-options:nth-of-type(2) {
  border-right: 1px solid #2a2e38;
}
div.topbar .select-options.active {
  background: #131519;
}
div.topbar .select-options.active i {
  color: #5EA8F2;
}
div.topbar .select-options.active ul {
  opacity: 1;
  visibility: visible;
}
div.topbar .select-options i {
  font-size: 11px;
}
div.topbar .select-options ul {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out 0s;
  list-style: none;
  position: absolute;
  background: #1d1f25;
  width: 100%;
  top: 44px;
  left: 0;
  z-index: 202;
}
div.topbar .select-options ul li {
  display: block;
  border-bottom: 1px solid #2a2e38;
  padding: 7px 12px;
}
div.topbar .select-options ul li:last-child {
  border-bottom: 0;
}
div.topbar .select-options ul li a {
  color: #697080;
  display: block;
  padding-left: 15px;
  position: relative;
}
div.topbar .select-options ul li a:hover {
  color: #5EA8F2;
  font-weight: 700;
}
div.topbar .select-options ul li a:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 8px;
  content: "\f054";
  left: 0px;
  top: 5px;
}
div.topbar .select-options p {
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 13px;
  color: #697080;
}
div.topbar .select-options p span {
  font-weight: 700;
  color: #5EA8F2;
  margin: 0 10px 0 5px;
  text-transform: uppercase;
}
div.topbar .shortlinks ul li {
  float: left;
  border-right: 1px solid #282c36;
  padding: 0 18px;
  line-height: 13px;
}
div.topbar .shortlinks ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
div.topbar .shortlinks ul li a {
  color: #697080;
}
div.topbar .shortlinks ul li a:hover {
  color: #5EA8F2;
}
/* ============================ */
/* ====== HEADER ============== */
header.top {
  background: url(../images/header.png) repeat-x top left;
  min-height: 164px;
  padding: 22px 0 0 0;
}
header.top.affix {
  top: 0;
  width: 100%;
  z-index: 2;
}
header.top .logo img {
	margin-top: 2px;
	margin-bottom: -8px;
}
@media (max-width: 991px) {
  header.top .logo img {
    height: auto;
  }
}
@media (max-width: 767px) {
  header.top {
    background-repeat: repeat;
    margin-bottom: 20px;
  }
  header.top .logo {
    display: block;
  }
  header.top .logo img {
    margin: 0 auto;
  }
}
/* ============================ */
/* ======= SEARCH BLOCK ======= */
#search_block_top {
  margin-top: 21px;
}
#search_block_top p span {
  height: 55px;
  width: 19%;
  position: relative;
  display: inline-block;
}
#search_block_top input[type="submit"] {
  height: 55px;
  width: 100%;
  text-align: center;
  line-height: 55px;
  text-indent: -10000px;
  position: relative;
}
#search_block_top input[type="submit"].hover {
  background: #131519;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
#search_block_top i {
  color: #FFFFFF;
  font-size: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  line-height: 55px;
  z-index: 2;
}
#search_block_top i:hover {
  color: #5EA8F2;
}
#search_query_top {
  border: 1px dashed #606775;
  border-right: 0;
  background: none;
  color: #8f97ac;
  font-size: 13px;
  padding: 9px 12px;
  width: 75%;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
#search_query_top:focus {
  border-color: #5EA8F2;
}
@media (max-width: 767px) {
  #search_query_top {
    width: 79%;
  }
}
/* ============================ */
/* ====== SHOPPING CART ======= */
.shopping_cart {
  position: relative;
}
.shopping_cart:hover .cart_block {
  max-height: 300px;
}
.shopping_cart > div.row {
  margin-left: 0;
}
.shopping_cart p {
  color: #8f97ac;
  text-align: right;
  line-height: 13px;
  margin-top: -4px;
}
.shopping_cart p a {
  color: #5EA8F2;
}
.shopping_cart p a:hover {
  color: #8f97ac;
}
.shopping_cart a.cart-contents {
  display: block;
}
.shopping_cart a.cart-contents:hover > span,
.shopping_cart a.cart-contents.active > span {
  background: #1d1f25;
  border-color: #5EA8F2;
}
.shopping_cart a.cart-contents:hover > i,
.shopping_cart a.cart-contents.active > i {
  background: #131519;
  color: #5EA8F2;
}
.shopping_cart a.cart-contents > span {
  border: 1px dashed #606775;
  border-right: 0;
  background: none;
  color: #8f97ac;
  font-size: 13px;
  padding: 9px 12px 11px 19px;
  margin: 10px 0 0 0;
  width: 80%;
  line-height: 15px;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.shopping_cart a.cart-contents > span span {
  color: #5EA8F2;
}
.shopping_cart a.cart-contents > span span.ajax_cart_quantity {
  font-size: 18px;
}
.shopping_cart a.cart-contents > span i {
  font-size: 11px;
  margin-right: 4px;
  margin-top: 4px;
}
.shopping_cart a.cart-contents > i {
  font-size: 36px;
  color: #FFFFFF;
  width: 20%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin: 2px 0 0 0;
  position: relative;
  z-index: 1000;
}
.shopping_cart .cart_block {
  position: absolute;
  z-index: 999;
  background: #1d1f25;
  top: 68px;
  left: 15px;
  width: 95%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 350ms ease 0s;
  -moz-transition: all 350ms ease 0s;
  -ms-transition: all 350ms ease 0s;
  -o-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s;
}
.shopping_cart .cart_block .block_content {
  background: none;
}
.shopping_cart .cart_block dl {
  padding: 5px 0 0 0;
}
.shopping_cart .cart_block dl dt {
  padding: 13px;
  overflow: hidden;
  border-bottom: 1px solid #2a2e38;
  position: relative;
}
.shopping_cart .cart_block dl dt a.cart-images {
  float: left;
  margin-right: 10px;
}
.shopping_cart .cart_block dl dt a.cart-images img {
  border: 5px solid #2a2e38;
}
.shopping_cart .cart_block dl dt .product-name {
  color: #5EA8F2;
  font-weight: 700;
  font-size: 14px;
}
.shopping_cart .cart_block dl dt .product-name a {
  color: #5EA8F2;
}
.shopping_cart .cart_block dl dt .product-name a:hover {
  text-decoration: underline;
}
.shopping_cart .cart_block dl dt .product-atributes {
  font-size: 12px;
  font-weight: 400;
}
.shopping_cart .cart_block dl dt .product-atributes a {
  color: #767676;
}
.shopping_cart .cart_block dl dt .product-atributes a:hover {
  text-decoration: underline;
}
.shopping_cart .cart_block dl dt .price {
  display: block;
  margin: 15px 0 0 0;
  font-size: 18px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  color: #eee;
}
.shopping_cart .cart_block dl dt .remove_link {
  position: absolute;
  top: 11px;
  right: 13px;
}
.shopping_cart .cart_block dl dt .remove_link a {
  background: #5EA8F2;
  color: #fff;
  display: block;
  font-family: "FontAwesome";
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 2px 6px;
}
.shopping_cart .cart_block dl dt .remove_link a:before {
  content: "\f00d";
}
.shopping_cart .cart_block dl dt .remove_link a:hover {
  background: #dfdfdf;
  color: #5EA8F2;
}
.shopping_cart .cart_block .cart-prices {
  padding: 0 13px 16px 13px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
}
.shopping_cart .cart_block .cart-prices .cart-prices-line {
  display: block;
  clear: both;
}
.shopping_cart .cart_block .cart-prices span {
  float: left;
  color: #eee;
}
.shopping_cart .cart_block .cart-prices span.price {
  color: #5EA8F2;
  margin-left: 5px;
}
.shopping_cart .cart_block .cart-buttons {
  margin: 0 0 3px 0;
}
.shopping_cart .cart_block .cart-buttons a {
  display: block;
  background: #5EA8F2;
  color: #eee;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.shopping_cart .cart_block .cart-buttons a:hover {
  background: #dfdfdf;
  color: #5EA8F2;
}
.shopping-cart-mobile a.cart-contents > span {
  border: 1px dashed #606775;
  background: none;
  color: #8f97ac;
  font-size: 13px;
  padding: 9px 12px 11px 19px;
  margin: 29px 0 0 0;
  width: 100%;
  line-height: 15px;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.shopping-cart-mobile a.cart-contents > span span {
  color: #5EA8F2;
}
.shopping-cart-mobile a.cart-contents > span span.ajax_cart_quantity {
  font-size: 18px;
}
@media (max-width: 767px) {
  .shopping-cart-mobile {
    margin-bottom: 20px;
  }
  .shopping-cart-mobile a.cart-contents > span {
    margin: 0;
  }
}
/* ============================ */
/* ========= SLIDER =========== */
.slider {
  margin-bottom: 20px;
  float: left;
  width: 100%!important;
  position: relative;
  overflow: hidden;
}
.slider ul {
  list-style: none;
}
.slider ul li {
  float: left;
  position: relative;
}
.slider ol.dots {
  list-style: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.slider ol.dots li {
  float: left;
  background: #eee;
  width: 10px;
  height: 10px;
  text-indent: -10000px;
  margin-left: 3px;
  cursor: pointer;
}
.slider ol.dots li.active,
.slider ol.dots li:hover {
  background: #5EA8F2;
}
@media (max-width: 767px) {
  .slider ol.dots {
    bottom: 0;
  }
}
.slider .unslider-arrow {
  position: absolute;
  top: 50%;
}
.slider .unslider-arrow.prev {
  left: 25px;
}
.slider .unslider-arrow.next {
  right: 25px;
}
.slider .text {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}
.slider .text h1,
.slider .text h2 {
  line-height: 60px;
  font-size: 60px;
  font-family: 'Roboto Slab', sans-serif;
  color: #e6e6e6;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}
.slider .text h1 span,
.slider .text h2 span {
  color: #5EA8F2;
  font-weight: 700;
}
.mini_slider {
  position: relative;
  width: 100%!important;
}
.mini_slider ul {
  margin-bottom: 0;
}
.mini_slider ul li {
  padding: 15px 10px 45px 10px;
  float: left;
}
.mini_slider .dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 8px 0;
  margin: 0;
  background: #29A8BB;
  text-align: center;
}
.mini_slider .dots li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -10000px;
  margin: 0 2px;
  cursor: pointer;
}
.mini_slider .dots li.active,
.mini_slider .dots li:hover {
  background: #5EA8F2;
}
/* ============================ */
/* ======== MAIN BOXES ======== */
.boxes {
  overflow: hidden;
  margin-bottom: 40px;
}
.main-box {
  border: 1px dashed #9ca5b7;
  padding: 23px;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
  cursor: context-menu;
}
.main-box:hover {
  background: #fff;
  border-color: #5EA8F2;
}
.main-box .icon {
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  position: relative;
  float: left;
  margin: 0 18px 0 0;
}
.main-box .icon:after {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #5EA8F2;
  position: absolute;
  right: -9px;
}
.main-box .icon i {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-box .icon {
    display: none;
  }
}
.main-box h3 {
  margin: -2px 0 15px 0;
  font-size: 16px;
  font-weight: 300;
}
.main-box p {
  line-height: 16px;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-box {
    padding: 15px;
  }
  .main-box h3 {
    margin-bottom: 10px;
  }
  .main-box p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .boxes {
    margin-bottom: 0;
  }
  .main-box {
    margin-bottom: 20px;
  }
}
.banner-separate {
  padding: 15px;
  margin-bottom: 30px;
}
.banner-separate .banner-content {
  border: 2px dashed #fff;
  padding: 20px 15px;
  text-align: center;
}
.banner-separate .banner-content h2 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
.banner-separate .banner-content h2 a {
  color: #fff;
}
.banner-separate .banner-content h2 strong {
  font-weight: 700;
}
.banner-separate .banner-content h2 span {
  font-weight: 700;
  color: #29A8BB;
}
/* ============================ */
/* ======== BLOCKS ============ */
div.block {
  margin-bottom: 27px;
}
div.block .block_content {
  background: #fff;
  padding: 20px 15px;
  overflow: hidden;
}
div.block .block_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.block .block_content ul li {
  font-size: 14px;
}
div.block .block_content ul li a {
  display: block;
  padding: 3px 15px;
  color: #767676;
}
div.block .block_content ul li a:hover {
  color: #29A8BB;
}
div.block .block_content .products {
  background: none;
  overflow: hidden;
  margin: 0 -15px;
}
div.block .block_content .products li {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 15px 18px 15px;
  margin-bottom: 18px;
}
div.block .block_content .products li a {
  padding: 0;
}
div.block .block_content .products li .product-content {
  padding-right: 0;
  padding-left: 10px;
}
div.block .block_content .products li .product-content h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
div.block .block_content .products li .product-content h5 a {
  color: #333;
}
div.block .block_content .products li .product-content h5 a:hover {
  text-decoration: underline;
}
div.block .block_content .products li .product-content .price-box {
  margin: 0 0 10px 0;
}
div.block .block_content .products li .product-content .price-box .price {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
div.block .block_content .products li .product-content p {
  font-size: 14px;
  color: #666;
}
div.block .block_content a.button {
  display: block;
}
div.heading_block {
  overflow: hidden;
  border-bottom: 1px solid #5EA8F2;
}
div.heading_block.margin-bottom {
  margin-bottom: 15px;
}
div.heading_block h3,
div.heading_block h4 {
  color: #5EA8F2;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  margin: 0;
}
div.heading_block h3 a,
div.heading_block h4 a {
  color: #5EA8F2;
}
div.heading_block h3 i,
div.heading_block h4 i {
  width: 38px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
}
div.heading_block h3 {
  font-size: 18px;
}
.sidebar div.heading_block {
  background: #29A8BB;
  border: 0;
}
.sidebar div.heading_block h3,
.sidebar div.heading_block h4 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.sidebar div.heading_block i {
  width: 25px;
  height: 42px;
  line-height: 42px;
  margin-right: 0;
  margin-left: 15px;
}
#categories_block_left .block_content {
  padding: 0;
  overflow: visible;
}
#categories_block_left ul {
  padding: 0;
}
#categories_block_left ul li {
  display: block;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  position: relative;
}
#categories_block_left ul li.active > a,
#categories_block_left ul li.active2 > a {
  background: #5EA8F2;
  color: #fff;
}
#categories_block_left ul li a {
  display: block;
  color: #29A8BB;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 16px;
}
#categories_block_left ul li a:hover {
  background: #5EA8F2;
  color: #fff;
}
#categories_block_left ul ul {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
  display: none;
  background: #fff;
}
#categories_block_left ul ul li {
  text-transform: none;
}
#categories_block_left ul ul li:last-child {
  border-bottom: 0;
}
#categories_block_left ul ul ul {
  display: none;
}
#categories_block_left ul ul ul li {
  border-bottom: 0;
}
#categories_block_left ul ul ul ul {
  display: none!important;
}
#categories_block_left.category ul li i {
  position: absolute;
  right: 20px;
  top: 17px;
  color: #000;
  cursor: pointer;
  color: #5EA8F2;
}
#categories_block_left.category ul li .icon-minus,
#categories_block_left.category ul li .icon-minus-circle {
  display: none;
}
#categories_block_left.category ul li:hover > i,
#categories_block_left.category ul li.active > i,
#categories_block_left.category ul li.active2 > i {
  color: #fff;
}
#categories_block_left.category ul ul {
  position: static;
  display: none;
}
#categories_block_left.category ul ul li {
  padding-left: 30px;
  border-bottom: 0;
}
#categories_block_left.category ul ul li:hover i,
#categories_block_left.category ul ul li.active i,
#categories_block_left.category ul ul li.active2 i {
  color: #5EA8F2;
}
#categories_block_left.category ul ul li.active > a,
#categories_block_left.category ul ul li.active2 > a {
  background: none;
  color: inherit;
  font-weight: 700;
}
#categories_block_left.category ul ul li a {
  font-weight: 400;
}
#categories_block_left.category ul ul li a:hover {
  background: none;
  font-weight: 700;
  color: #29A8BB;
}
#layered_block_left .block_content {
  padding: 0 0 20px 0;
}
#layered_block_left .block_content .layered_filter_ul {
  background: none;
  margin: 0;
  padding-bottom: 0;
  overflow: hidden;
}
#layered_block_left .block_content .layered_filter_ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px;
}
#layered_block_left .block_content .layered_filter_ul li:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
}
#layered_block_left .block_content .layered_filter_ul li .checker {
  float: left;
  margin: 0 8px 0 0;
}
#layered_block_left .block_content .layered_filter_ul li .color-option {
  float: left;
  width: 13px;
  height: 13px;
  margin: 4px 8px 0 0;
  text-indent: -10000px;
}
#layered_block_left .block_content .layered_filter_ul li label {
  display: block;
  color: #29A8BB;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 0;
}
#layered_block_left .block_content .layered_filter_ul li label a {
  color: #29A8BB;
  padding-right: 0;
}
#layered_block_left .block_content .layered_filter_ul li label a:hover {
  text-decoration: underline;
}
#layered_block_left .block_content .layered_filter_ul li label a span {
  color: #999;
  float: right;
}
#layered_block_left .layered_subtitle_heading {
  margin: 0 0 10px 0;
  padding: 10px 15px;
  background: #aeaeae;
}
#layered_block_left .layered_price .layered_subtitle_heading {
  margin-bottom: 20px;
}
#layered_block_left .layered_subtitle {
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
}
#layered_block_left #enabled_filters .layered_subtitle {
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  background: #5EA8F2;
  padding: 10px 15px;
  display: block;
}
#layered_block_left #enabled_filters li {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 15px;
  color: #999;
}
#layered_block_left #enabled_filters li:last-child {
  border: 0;
}
#layered_block_left #enabled_filters li span {
  color: #333;
  margin-left: 5px;
}
#layered_block_left #enabled_filters li a {
  float: right;
  padding: 0;
}
#layered_block_left #enabled_filters li a:hover i {
  color: #29A8BB;
}
#layered_block_left #enabled_filters li a i {
  color: #5EA8F2;
}
#layered_block_left .layered_price label,
#layered_block_left .layered_price input {
  font-size: 14px;
  color: #29A8BB;
}
#layered_block_left .layered_price label {
  font-weight: 400;
  padding-left: 15px;
}
#layered_block_left .layered_price input {
  font-weight: 700;
  background: none;
  border: 0;
}
.block_tags .block_content {
  padding-top: 20px;
}
.block_tags .block_content a {
  display: inline-block;
  border: 2px solid #ccc;
  font-size: 11px;
  color: #333;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  text-transform: uppercase;
}
.block_tags .block_content a.tag_level2 {
  font-size: 13px;
}
.block_tags .block_content a.tag_level3 {
  font-size: 15px;
}
.block_tags .block_content a:hover {
  color: #5EA8F2;
  border-color: #5EA8F2;
}
/* ============================ */
/* ====== PRODUCT LIST ======== */
.manufacturers {
  margin-bottom: 50px;
}
.product_list_ph .owl-item .product,
.product_list_ph .owl-item .item {
  width: 100%;
}
.product_list_ph .product {
  margin-bottom: 30px;
}
.product_list_ph .product .inner {
  position: relative;
  overflow: hidden;
}
.product_list_ph .product .inner:hover .img_hover {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product_list_ph .product .inner:hover .icons {
  left: 0;
}
.product_list_ph .product .inner img.second-image {
  display: none;
}
.product_list_ph .product .inner.second-image img {
  transition: opacity 0.5s ease 0s;
}
.product_list_ph .product .inner.second-image img.second-image {
  display: block;
}
.product_list_ph .product .inner.second-image:hover .img_hover {
  display: none;
}
.product_list_ph .product .inner.second-image:hover img:last-of-type:not(.first-image) {
  opacity: 1;
}
.product_list_ph .product .inner.second-image:hover img:first-of-type:not(.first-image) {
  opacity: 0;
}
.product_list_ph .product .inner.second-image img:last-of-type:not(.first-image) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.product_list_ph .product .inner .img_hover {
  background: url(../images/product_hover.png) repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product_list_ph .product .labels {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  color: #ebebeb;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 13px;
  font-weight: 700;
  background: #29A8BB;
  padding: 2px 5px;
}
.product_list_ph .product .labels.new {
  background: #bcd634;
  text-shadow: 1px 1px 1px #000;
}
.product_list_ph .product .labels.sale {
  background: #ff4938;
}
.product_list_ph .product .icons {
  position: absolute;
  z-index: 3;
  left: -160px;
  top: 40%;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.product_list_ph .product .icons.icons_always_visible {
  left: 0;
}
.product_list_ph .product .icons a {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 7px;
  font-size: 14px;
}
.sepeteekle {
  display: block;
  width: 37px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-bottom: 7px;
  font-size: 18px;
}
.sepeteekle:hover {
  background: #29A8BB;
}
.product_list_ph .product .icons a:hover {
  background: #29A8BB;
}
@media (max-width: 991px) {
  .product_list_ph .product .icons {
    left: 0;
  }
}
.product_list_ph .product .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53px;
  padding: 0 10px;
  z-index: 3;
  background: #5EA8F2;
  border: 0px !important;
}
.product_list_ph .product .info h3 {
  float: left;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 60%;
  margin: 0;
  display: table;
  position: relative;
  height: 53px;
}
.product_list_ph .product .info h3 a {
  color: #eee;
  display: table-cell;
  vertical-align: middle;
}
.product_list_ph .product .info div.price {
  float: right;
  width: 40%;
  display: table;
  position: relative;
  height: 53px;
}
.product_list_ph .product .info span.price {
  font-size: 18px;
  font-weight: 700;
  color: #eee;
  display: table-cell;
  vertical-align: middle;
}
.product_list_ph .product .info span.price.new-price {
  display: block;
  line-height: 27px;
}
.product_list_ph .product .info span.old-price {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #eee;
  text-decoration: line-through;
  text-align: right;
  
}
.product_list_ph .product .list_info {
  display: none;
}
.product_list_ph.list .product {
  width: 100%;
}
.product_list_ph.list .product .bg {
  background: #fff;
  overflow: hidden;
  display: flex;
}
.product_list_ph.list .product .inner {
  width: 27%;
  float: left;
}
.product_list_ph.list .product .inner .img_hover {
  display: none!important;
}
.product_list_ph.list .product .inner .info,
.product_list_ph.list .product .inner .icons {
  display: none;
}
.product_list_ph.list .product .list_info {
  position: relative;
  width: 73%;
  float: left;
  display: block;
  padding: 0 0 0 30px;
}
.product_list_ph.list .product .list_info h3 {
  font-size: 32px;
  font-weight: 700;
  clear: both;
}
.product_list_ph.list .product .list_info h3 a:hover {
  color: #5EA8F2;
}
.product_list_ph.list .product .list_info div.price {
  font-size: 24px;
  font-weight: 700;
  color: #5EA8F2;
  margin: 0 0 27px 0;
}
.product_list_ph.list .product .list_info div.price .old-price {
  text-decoration: line-through;
  font-size: 20px;
  margin: 0 0 0 10px;
}
.product_list_ph.list .product .list_info p {
  font-size: 15px;
  color: #666;
  margin: 0 0 40px 0;
}
.product_list_ph.list .product .list_info .button {
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product_list_ph.list .product .list_info div.price {
    margin-bottom: 15px;
  }
  .product_list_ph.list .product .list_info p {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_list_ph.list .product .list_info p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .product_list_ph.list .product .list_info .button {
    position: static;
  }
}
@media (max-width: 767px) {
  .product_list_ph.list .product .list_info p {
    margin-bottom: 20px;
  }
  .product_list_ph.list .product .list_info .button {
    position: static;
  }
}
.product_list_ph.list .product .list_info .btn-container {
  float: right;
  margin: 10px 5px 0 0;
}
.product_list_ph.list .product .list_info .btn-container .button-mini {
  float: right;
  border: 2px solid #ccc;
  background: #fff;
  color: #333;
  display: inline-block;
  margin-right: 8px;
  padding: 15px;
}
.product_list_ph.list .product .list_info .btn-container .button-mini:hover {
  color: #fff;
  background: #29A8BB;
  border-color: #29A8BB;
}
@media (max-width: 767px) {
  .product_list_ph.list .product .list_info .btn-container .button-mini {
    float: left;
    margin-top: 10px;
  }
  .product_list_ph.list .product .list_info .btn-container .button {
    float: none;
    display: block;
    text-align: center;
  }
}
.product_list_ph.list .product .list_info .comments_note {
  float: left;
  margin: 15px 0 0 0;
}
.product_list_ph.list .product .list_info .comments_note .star_content,
.product_list_ph.list .product .list_info .comments_note .nb-comments {
  float: left;
}
.product_list_ph.list .product .list_info .comments_note .nb-comments {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .product_list_ph.list .product .bg {
    display: block;
    padding: 15px;
  }
  .product_list_ph.list .product .inner,
  .product_list_ph.list .product .list_info {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.star_content div.star {
  display: inline-block;
}
.star_content div.star a {
  text-indent: -10000px;
  display: inline-block;
}
.star_content div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ddd;
}
.star_content div.star_on:after,
.star_content div.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #5EA8F2;
}
/* ============================ */
/* ======== NEWSLETTER ======== */
#newsletterRegistrationForm {
  background: #29A8BB;
  padding: 12px 10px 15px 35px;
  margin-bottom: 27px;
}
#newsletterRegistrationForm h5 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  margin: 0 30px 0 0;
  text-transform: uppercase;
  float: left;
  line-height: 46px;
}
#newsletterRegistrationForm .account_input {
  background: #eee;
  padding: 13px 20px;
  font-size: 14px;
  color: #aaa;
  float: left;
  width: 54%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #newsletterRegistrationForm .account_input {
    width: 46%;
  }
}
#newsletterRegistrationForm .button {
  font-size: 16px;
  font-family: 'Roboto Slab', sans-serif;
  float: left;
}
#newsletterRegistrationForm .button:hover {
  background: #1d1f25;
}
/* ============================ */
/* ======= SOCIAL ICONS ======= */
.social-icons {
  margin-bottom: 27px;
}
.social-icons .item {
  float: left;
  width: 20%;
}
.social-icons .item.facebook a:hover {
  background: #246caf;
}
.social-icons .item.twitter a:hover {
  background: #3fb8f0;
}
.social-icons .item.google-plus a:hover {
  background: #ec5656;
}
.social-icons .item.behance a:hover {
  background: #141414;
}
.social-icons a {
  display: block;
  height: 73px;
  line-height: 73px;
  color: #fff;
  background: #44C5D7;
  font-size: 30px;
  text-align: center;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.social-icons a:hover {
  background: #5EA8F2;
}
/* ============================ */
/* ===== PREFOOTER BLOCKS ===== */
.prefooter .prefooter-blocks {
  background: #3c4048;
  padding-top: 25px;
}
.prefooter .prefooter-blocks2 {
  background: #2c313b;
  padding: 10px 0;
}
.prefooter .block_footer {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .prefooter .block_footer:nth-child(2n+1) {
    clear: both;
  }
}
.prefooter .block_footer h4 {
  font-size: 16px;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #5EA8F2;
  color: #5EA8F2;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.prefooter .block_footer h4.dark {
  color: #8f97ac;
  border-color: #8f97ac;
}
.prefooter .block_footer h4 a {
  color: #8f97ac;
}
.prefooter .block_footer ul {
  list-style: none;
}
.prefooter .block_footer ul li {
  display: block;
  margin-bottom: 8px;
}
.prefooter .block_footer ul li a {
  position: relative;
  font-size: 14px;
  padding: 0 0 0 10px;
  color: #8f97ac;
  transition: all 350ms ease 0s;
}
.prefooter .block_footer ul li.li-social a { padding:0; }
.prefooter .block_footer ul.footer_list li a:before {
  color: #8f97ac;
  content: "\f105";
  font-family: "FontAwesome";
  left: 0px;
  position: absolute;
  top: 0px;
}
.prefooter .block_footer ul.footer_list li a:hover {
  color: #5EA8F2;
  margin-left: 10px;
}
.prefooter .block_footer ul.footer_list li a:hover:before {
  color: #5EA8F2;
}

.prefooter .block_footer.block_contact .item {
  padding:0  15px;
  background: none;
  border-bottom: none;/*1px solid #8f97ac;*/
  color: #8f97ac;
}
.prefooter .block_footer.block_contact .item.even {
  background: none;
  color: #8f97ac;
}
.prefooter .block_footer.block_contact .item.even i {
  color: #8f97ac;
}
.prefooter .block_footer.block_contact .item.last-item {
  border-bottom: 0;
}
.prefooter .block_footer.block_contact .item.mail i {
  margin-top: 0;
}
.prefooter .block_footer.block_contact .item.mail p {
  line-height: 30px;
}
.prefooter .block_footer.block_contact .item i {
  float: left;
  font-size: 30px;
  width: 32px;
  margin-right: 12px;
  margin-top: 7px;
  color: #8f97ac;
}
.prefooter .block_footer.block_contact .item p {
  font-size: 14px;
  margin: 0;
}
.prefooter .block_footer.block_contact .item p > span {
  display: block;
}
.prefooter .block_footer.block_contact .item p a {
  color: #8f97ac;
}
.prefooter .block_footer.block_contact .item p a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .prefooter .block_footer.block_contact .item p {
    font-size: 12px;
  }
}
/* ============================ */
/* ========== FOOTER ========== */
.bottom {
  background: #1d1f25;
  width: 100%;
  height: 61px;
  position: absolute;
  bottom: 0;
}
.bottom p {
  display: inline-block;
  margin: 0;
  padding: 22px 0;
  line-height: 15px;
  color: #697080;
}
.bottom p strong {
  color: #5EA8F2;
}
.bottom a.totop {
  font-size: 22px;
  margin: 0 0;
}
.bottom a.totop:hover {
  color: #fff;
}
/* ============================ */
/* ======== BREADCRUMB ======== */
.breadcrumb {
  padding: 0;
  background: none;
  font-size: 13px;
}
.breadcrumb a {
  color: #697080;
  font-weight: 400;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span.navigation_page {
  color: #5EA8F2;
  font-weight: 700;
}
.breadcrumb span.navigation-pipe {
  color: #697080;
  font-weight: 400;
}
/* ============================ */
/* ======== PAGINATION ======== */
div.pagination {
  border-top: 1px solid #dcdcdc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 45px 0 35px 0;
  float: left;
  width: 100%;
}
div.pagination ul {
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
}
div.pagination ul li {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin: 0 3px;
}
div.pagination ul li.current span {
  background: #5EA8F2;
  color: #fff;
}
div.pagination ul li.current span:hover {
  background: #29A8BB;
}
div.pagination ul li.pagination_previous,
div.pagination ul li.pagination_next {
  margin: 0;
}
div.pagination ul li:first-child span,
div.pagination ul li:last-child span,
div.pagination ul li:first-child a,
div.pagination ul li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.pagination ul li a {
  color: #666;
}
div.pagination ul li a:hover {
  background: #5EA8F2;
  color: #fff;
}
div.pagination ul li span,
div.pagination ul li a {
  border: 0;
  background: none;
}
div.pagination .text-right {
  text-align: right;
}
/* ============================ */
/* ========== 404 PAGE ======== */
body.pagenotfound {
  background: #29A8BB;
}
body.pagenotfound .topbar,
body.pagenotfound .top,
body.pagenotfound .sidebar,
body.pagenotfound .slider,
body.pagenotfound .boxes,
body.pagenotfound .manufacturers,
body.pagenotfound .ph_simpleblog,
body.pagenotfound .prefooter,
body.pagenotfound .bottom {
  display: none;
}
body.pagenotfound .arrow-notfound {
  position: absolute;
  background: #5EA8F2;
  top: -220px;
  left: -127px;
  padding: 193px 209px 191px 175px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body.pagenotfound .arrow-notfound i {
  left: 54px;
  position: relative;
  top: 67px;
  font-size: 260px;
  color: #29A8BB;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.pagenotfound .arrow-notfound {
    transform: scale(0.657, 0.621);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.pagenotfound .arrow-notfound {
    transform: scale(0.657, 0.621);
    left: -217px;
    top: -272px;
  }
}
body.pagenotfound a.home {
  color: #fff;
  display: inline-block;
  margin: 50px 15px 95px 0;
  text-align: center;
}
body.pagenotfound a.home:hover i {
  background: #5EA8F2;
}
body.pagenotfound a.home i {
  font-size: 19px;
  color: #fff;
  border: 6px solid #5EA8F2;
  background: #29A8BB;
  padding: 7px 9px;
  margin: 0 0 10px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body.pagenotfound a.home > span {
  display: block;
}
body.pagenotfound a.home span {
  font-size: 14px;
  font-weight: 700;
}
body.pagenotfound h1 {
  display: inline-block;
  font-size: 200px;
  font-family: 'Roboto Slab', sans-serif;
  color: #5EA8F2;
  position: relative;
  padding-left: 25px;
  margin-bottom: 7px;
}
body.pagenotfound h1 i {
  position: absolute;
}
body.pagenotfound h1 i.max {
  font-size: 67px;
  left: 50px;
  top: -30px;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
}
body.pagenotfound h1 i.medium {
  font-size: 32px;
  left: 28px;
  top: 30px;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
body.pagenotfound h1 i.mini {
  font-size: 21px;
  left: 32px;
  top: 76px;
  transform: rotate(30deg);
}
body.pagenotfound h2,
body.pagenotfound h3 {
  text-align: center;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  margin: 0;
}
body.pagenotfound h2 {
  color: #fff;
  font-size: 72px;
}
body.pagenotfound h2 span.line {
  border-bottom: 4px solid #fff;
  display: inline-block;
}
body.pagenotfound h3 {
  color: #8f97ac;
  font-size: 32px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  body.pagenotfound h1 {
    font-size: 100px;
    display: block;
    text-align: center;
    padding-left: 0;
  }
  body.pagenotfound h1 i.max {
    left: 38px;
    top: -7px;
    font-size: 30px;
  }
  body.pagenotfound h1 i.medium {
    font-size: 20px;
    left: 20px;
  }
  body.pagenotfound h1 i.mini {
    font-size: 16px;
    left: 10px;
    top: 55px;
  }
  body.pagenotfound h2 {
    font-size: 32px;
  }
  body.pagenotfound h3 {
    font-size: 20px;
  }
}
/* ============================ */
/* =========== FORMS ========== */
form.std {
  overflow: hidden;
  background: #fff;
  padding: 0 30px;
}
form.std h3 {
  text-align: center;
  color: #5EA8F2;
  position: relative;
}
form.std h3:before {
  border-top: 3px solid #29A8BB;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
form.std h3 span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  text-align: center;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
form.std .form-group {
  width: 50%;
}
form.std .form-group .col-xs-12 {
  margin-bottom: 15px;
}
form.std .form-group .form_info {
  font-size: 11px;
}
@media (max-width: 991px) {
  form.std .form-group {
    width: 100%;
  }
}
form.std .form-control {
  height: 48px;
  border: 2px solid #dfdfdf;
  box-shadow: none;
  padding: 6px 15px;
  font-size: 13px;
  color: #697080;
  transition: border-color 0.2s ease 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form.std .form-control:focus {
  border-color: #5EA8F2;
  color: #5EA8F2;
}
form.std textarea.form-control {
  min-height: 100px;
  max-height: 300px;
}
form.std .selectBox-dropdown.selectBox-menuShowing {
  border-color: #29A8BB;
  color: #f6f6f6;
}
form.std .selectBox-dropdown .selectBox-arrow:before {
  top: 11px;
}
form.std label {
  font-size: 13px;
  font-weight: 400;
  color: #697080;
  margin-bottom: 8px;
}
form.std label sup {
  color: #5EA8F2;
}
form.std div.radio .radio-inline {
  padding: 0;
}
form.std div.radio .radio-inline label {
  padding-left: 20px;
}
form.std div.radio label {
  display: block;
  padding-left: 0px;
  margin: 0;
  position: relative;
}
form.std div.radio input {
  display: none;
}
form.std div.radio input + label:before {
  color: #5EA8F2;
  content: " ";
  width: 15px;
  height: 15px;
  line-height: 7px;
  text-align: center;
  font-size: 24px;
  border: 2px solid #ccc;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  form.std div.radio input + label:before {
    line-height: 9px;
  }
}
form.std div.radio input:checked + label {
  color: #5EA8F2;
}
form.std div.radio input:checked + label:before {
  content: "•";
}
form.std div.checkbox input {
  display: none;
}
form.std div.checkbox input + label:before {
  color: #5EA8F2;
  content: " ";
  width: 14px;
  height: 14px;
  line-height: 5px;
  text-align: center;
  font-size: 17px;
  border: 2px solid #ccc;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  form.std div.checkbox input + label:before {
    line-height: 7px;
  }
}
form.std div.checkbox input:checked + label {
  color: #5EA8F2;
}
form.std div.checkbox input:checked + label:before {
  content: "■";
}
form.std div.checkbox label {
  position: relative;
}
form.std div.submit {
  margin-bottom: 20px;
}
form.std div.submit .button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form.std div.submit .required {
  color: #5EA8F2;
}
form.std .bootstrap-filestyle input.form-control {
  height: 46px;
}
form.std .input-group-btn label.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
/* ============================ */
/* =========== TABLES ========= */
table.table-content {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
table.table-content th {
  background: #29A8BB;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border: 0;
  border-right: 1px solid #484f5c;
  padding: 15px 20px;
  text-align: center;
}
table.table-content th:last-child {
  border-right: 0;
}
table.table-content td {
  padding: 15px;
  font-size: 15px;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  background: #f9f9f9;
}
table.table-content tr:nth-child(2n+1) td {
  background: #f6f6f6;
}
/* ============================ */
/* ========= SITEMAP ========== */
#sitemap_content .sitemap_block {
  background: #fff;
  padding: 0 15px 15px 15px;
  margin: 0 0 30px 0;
  overflow: hidden;
}
#sitemap_content .sitemap_block ul {
  list-style: square;
  margin-left: 20px;
}
#sitemap_content .sitemap_block ul li {
  font-size: 15px;
}
#sitemap_content .sitemap_block ul li a:hover {
  color: #5EA8F2;
}
/* ============================ */
/* ======= CONTACT FORM ======= */
.contact-form-box {
  margin-bottom: 40px;
}
.contact-form-box fieldset .form-group {
  width: 100%;
}
.contact-txt {
  background: #fff;
  font-size: 15px;
  margin-bottom: 40px;
  margin-right: -15px;
  padding: 0px 30px 20px 30px;
  overflow: hidden;
}
.contact-txt p {
  text-align: justify;
}
@media (max-width: 991px) {
  .contact-txt {
    margin-left: -15px;
  }
}
.map-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}
.google-maps {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .google-maps {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .google-maps {
    padding-bottom: 75%;
  }
}
/* ============================ */
/* ========= PORTFOLIO ======== */
.portfolio-filter {
  margin-bottom: 20px;
  overflow: hidden;
}
.portfolio-filter li {
  float: left;
  margin: 0 10px 10px 0;
}
.portfolio-filter li a:focus {
  text-decoration: none;
}
.portfolio-container .item {
  margin-bottom: 30px;
}
.portfolio-container .item .portfolio-thumbnail {
  position: relative;
}
.portfolio-container .item .portfolio-thumbnail:hover .img_hover {
  opacity: 1;
  visibility: visible;
}
.portfolio-container .item .portfolio-thumbnail .img_hover {
  background: url("../images/product_hover.png") repeat;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease-in 0s;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.portfolio-container .item h2 {
  font-size: 22px;
  margin: 0;
}
.portfolio-container .item h3 {
  color: #a1a1a1;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}
/* ============================ */
/* =========== ALERTS ========= */
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert ol {
  margin-left: 15px;
}
/* ============================ */
/* =========== LABELS ========= */
.label {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 100%;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.label.margin-r {
  margin-right: 5px;
}
.label.label-default {
  background: #29A8BB;
}
.label.label-primary {
  background: #5EA8F2;
}
/* ============================ */
/* ============ TABS ========== */
.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  margin-bottom: 0;
  font-family: 'Roboto Slab', sans-serif;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active a:focus {
  background: #5EA8F2;
  color: #fff;
}
.nav-tabs > li:hover > a {
  background: #29A8BB;
  color: #fff;
}
/* ============================ */
/* ========= ACCORDIONS ======= */
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.panel-group.dark .panel-heading {
  background: #29A8BB;
  border-color: #29A8BB;
}
.panel-group.dark .panel-heading h4 a {
  color: #fff;
}
.panel-group.dark .panel-heading h4 a:hover {
  color: #5EA8F2;
}
/* ============================ */
/* ======== REVIEW LIST ======= */
.reviews-carousel-wrapper {
  margin-bottom: 20px;
}
.reviews-carousel-wrapper .item {
  width: 100%;
}
.reviews-carousel-wrapper .reviews-carousel-item {
  background: #fff;
  padding: 5px 15px 0 15px;
}
.reviews-carousel-wrapper .reviews-carousel-item .col-md-3 {
  padding-right: 0;
  margin-bottom: 20px;
}
.reviews-carousel-wrapper .reviews-carousel-item h4 {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  text-transform: uppercase;
}
.reviews-carousel-wrapper .reviews-carousel-item h4 a {
  color: #767676;
  font-weight: 700;
}
.reviews-carousel-wrapper .reviews-carousel-item h4 a:hover {
  color: #5EA8F2;
}
.reviews-carousel-wrapper .reviews-carousel-item .star_content {
  margin-bottom: 10px;
  font-size: 14px;
}
.reviews-carousel-wrapper .reviews-carousel-item blockquote {
  font-size: 13px;
  position: relative;
  border: 0;
  margin: 0;
  padding-top: 15px;
}
.reviews-carousel-wrapper .reviews-carousel-item blockquote:before {
  width: 1px;
  height: 48px;
  content: " ";
  background: #d0d0d0;
  position: absolute;
  left: 0;
  top: 35%;
}
.reviews-carousel-wrapper .reviews-carousel-item p.text-center {
  margin-bottom: 0;
}
.reviews-carousel-wrapper .reviews-carousel-item .see-more-btn {
  display: block;
  float: left;
  width: 50%;
  height: 38px;
  line-height: 38px;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  background: #bfbfbf;
}
.reviews-carousel-wrapper .reviews-carousel-item .see-more-btn:hover {
  background: #5EA8F2;
}
.reviews-carousel-wrapper .reviews-carousel-item .see-more-btn.read-review-btn {
  background: #adadad;
}
.reviews-carousel-wrapper .reviews-carousel-item .see-more-btn.read-review-btn:hover {
  background: #29A8BB;
}
.shopping_cart{
	position:relative}
.shopping_cart:hover .cart_block{
	max-height:2000px}
.shopping_cart > div.row{
	margin-left:0
	}
.shopping_cart p{
	color:#8f97ac;
	text-align:right;
	line-height:13px;
	margin-top:-4px
	}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}