@charset "UTF-8";
/*@import url("/css/font-awesome.min.css");*/
@import url("/css/icofont.css");
@import url("/css/menu.css");
@import url("/css/plugins.css");
@import url("/css/main.css");


body {
    background-color: #FFFFFF;
    margin: 0;
}
/*
input[type="text"] {
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
    height: 28px; 
    color: #b2b2b2;
    padding: 0 10px;
    vertical-align: top;
}
*/
button {
    border: none;
    height: 32px;
    font-family: 'Oswald', sans-serif;
}
p {
    margin: 20px 0;
}
.logo-bg {
/*    background: #48d392 url(/img/logo_bg.gif) 100% 100% no-repeat !important;*/
/*    background: #FFA801;*/
    padding-right:50px;
}
/*
.logo-bg:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    border-bottom: 50px solid #e91f26;
    border-right: 51px solid #211e2f;
}
*/
.logo01 {
	color:#FFF;
	font: 900 22px/22px 'Arial', Gadget, sans-serif;
    font-weight: bold;
    
}
.logo02 {
	color:#FFF;
	font: 200 12px/16px 'Arial', Gadget, sans-serif;
	}
.header_logo > a:hover {
	text-decoration: none;
}
#content {
    padding: 10px 0;
}

.logo-txt {
	color:#FFF;
	font:  900 28px/20px 'Arial Black', Gadget, sans-serif;
	text-decoration: none;
}
.logo-txt small {
	color:#e2e2e2;
	text-align: center;
	font: 15px/15px "Century Gothic", sans-serif;
	text-decoration: none;
}
.logo-txt:hover {
	color:#e2e2e2;
	text-decoration: none;
}
header {
/*    padding: 5px 0 0 0;*/
/*    background: #EFEFEF;*/
/*    background: linear-gradient(to left, #FDE900 0%, #FDE900 80%,#146FAB 80%, #efefef 80%, #efefef 100%);*/
    background: url(/img/bg_header.png) no-repeat top center;
    color:#FFF;
}
.header-bg {
    background: url(/img/bg_header.png) no-repeat top center;
    height: 148px;
    z-index: 1030;
    margin: 0 !important
}

.header-contacts {
	padding: 4px 0;
}
.navbar-fixed-top {
    margin:0 !important;
    background: rgba(117, 153, 46, 0.9) !important;
}
.breadcrumbs {
	margin: 0 0 10px;
	
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-brand {
    padding: 0 40px 0 0;
}
.navbar-brand:hover {
/*    background: #FE910D !important;*/
}
.btn-logout {
	color: #336699;
	text-decoration: none;	
	margin: 0 10px;
}
.btn-logout:hover {
	color: #2f2f2f;
	text-decoration: none;	
}
.navbar-text {
	margin: 15px 0 15px 15px;	
}
.round-xl {
    border-radius: 40px;
}

/*========================================================
                   TM BOX CATEGORY
=========================================================*/
.box.category ul.menu {
  padding: 0;
  margin: 0; }
  .box.category ul.menu li {
    position: relative;
    list-style-type: none; }
    .box.category ul.menu li a {
      display: block; }
    .box.category ul.menu li + li {
      border-top: 1px solid #D9D9D9; }

.box.category {
  margin-top: 15px; }

.box-category .menu li > a {
  padding: 9px 30px 9px 17px;
  font-size: 14px;
  color: #2f2f2f;
  background: #f2f2f2; }

.box-category .menu li li:first-child {
  border-top: 1px solid #D9D9D9; }

.box-category .menu li li a {
  display: block;
  padding-left: 27px; }

.box-category .menu li li li a {
  padding-left: 37px; }

.box-category .menu li a:hover {
  color: #336699; }

.box-category .menu li a + i {
  display: block;
  position: absolute;
  right: 20px;
  top: 9px;
  color: #DDD;
  font-size: 18px;
  font-weight:bold;
  line-height: 20px; }

.box.category .box-heading h3 {
  padding: 14px 5px 14px 20px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  background: #336699;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #FFF;
  margin: 0;
  text-transform: none; }
  .box.category .box-heading h3 i {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
    line-height: 24px;
    float: left; }

.box-category .menu li a + i:hover {
  cursor: pointer;
  color: #336699; }

.box-category .menu ul {
  width: auto;
  padding: 0px 0px;
  display: none; }

.flaticon-show5::before {
    content: "";
}

@media (min-width: 768px) and (max-width: 991px) {
  .box.category .box-heading h3 {
    padding: 18px 5px;
    text-align: center;
    font-size: 18px; } }
@media (max-width: 767px) {
  .box.category {
    display: none; } }
.information-information .header .col-sm-9, .checkout-cart .header .col-sm-9, [class*="product-product"] .header .col-sm-9 {
  width: 100%; }
.fa-angle-left:before{
	content:"\f104"
}
.navbar-toggle {

}
/*
.fa-angle-right:before{
	content:"\f105"
}

.fa-angle-up:before{
	content:"\f106"
}

.fa-angle-down:before{
	content:"\f107"
}
*/  
/*=================== Menu gadget Header ===================*/
#menu-icon {
  position: relative;
  background: #336699;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font: 700 17px/30px "Ubuntu", sans-serif;
  padding: 10px 17px;
  text-transform: uppercase; }
  #menu-icon.active:after {
    content: "\f106"; }
  #menu-icon:after {
    float: right;
    content: "\f107";
    font-family: FontAwesome;
    margin-top: 0;
    display: inline-block;
    text-align: center;
    width: 1.25em;
    font-size: 26px;
    color: #fff; }

.menu-gadget {
  display: none;
  margin: 15px 0; }

.menu-gadget .menu {
  padding: 0;
  margin: 0; 
  display: none;}
  
  .menu-gadget .menu li {
    position: relative;
    list-style-type: none;
    background-color: #f2f2f2; }
    .menu-gadget .menu li i {
      position: absolute;
      display: block;
      top: 8px;
      right: 5px;
      height: 24px;
      width: 24px;
      font-size: 21px;
      padding: 0 20px;
      cursor: pointer; }
  .menu-gadget .menu a {
    padding: 10px 15px;
    display: block;
    color: #2f2f2f;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px; }
  .menu-gadget .menu li li a {
    padding: 10px 15px 10px 45px; }
  .menu-gadget .menu li li:last-child {
    padding-bottom: 0; }
  .menu-gadget .menu li li li a {
    padding: 10px 15px 10px 35px; }

.menu-gadget .menu li i.fa-angle-up:before {
  content: "" !important; }

/** dropdown **/
.menu-gadget .menu i {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
.menu-gadget .menu ul {
  width: auto;
  padding: 0;
  display: none; }
.menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover {
  color: #fff;
  background: #2f2f2f; }
.menu-gadget .menu li i:hover {
  color: #336699; }

@media (max-width: 767px) {
  .menu-gadget {
   display: block; } }
 
  
.btn-add, .btn-add i, .btn-added, .btn-added i {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    background: #EFEFEF;
    border-radius: 50%;
    color: #c2c2c2;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
.btn-add:hover i, .btn-added:hover i {
    background: #2f2f2f;
    color: #FFF; }
.btn-add i {
    background: #336699;
    color: #FFF; }
.buy-2order  i {
	 background: #336699;
	 color: #FFF; 
}
  
.count {
	width: 4em;
	height: 28px;
	text-align: right;	
}
.btn-ico{
	padding:3px 3px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
	float: right;
}

/*==================     Search Form     ======================*/
.search {
  position: relative;
  z-index: 46;
  height: 47px;
  padding: 8.5px 93px 8.5px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255,255,255,0.12);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .search input {
  line-height: 20px;
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  color: #444;
  outline: none; 
  width:350px;}

.search-form-toggle {
  display: inline-block;
  line-height: 52px;
  height: 52px;
  width: 30px;
  text-align: center;
  color: #FFF;
  font-size: 20px; }
  .search-form-toggle:before {
    content: '\f002';
    font-family: "FontAwesome"; }
  .search-form-toggle.active, .search-form-toggle:hover {
    background: #211e2f;
    color: #FFF; }
  .search button, .search button:focus, .search button:active {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    top: 7px;
    bottom: 0;
    border-left: 1px solid #aaa;
    right: 0;
    width: 95px;
    padding-top: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #211e2f;
    font: 200 22px/22px "Glyphicons Halflings"; }
    .search button::-moz-focus-inner, .search button:focus::-moz-focus-inner, .search button:active::-moz-focus-inner {
      border: none;
      padding: 0; }
    .search button:before, .search button:focus:before, .search button:active:before {
      content: ""; }
  .search button:hover, .search button:focus:hover, .search button:active:hover {
    color: #FF0000; }

@media (max-width: 479px) {
  .search-form {
    width: 270px; } }
#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px !important;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  list-style-type: none;
  z-index: 12;
  width: 100%;
  border-top: 0;
  font-size: 14px; }
  #livesearch_search_results li {
    padding: 0px;
    overflow: hidden; }
    #livesearch_search_results li img {
      overflow: hidden;
      float: left;
      margin-right: 10px; }
      #livesearch_search_results li img.loading {
        background: #F5F5F5; }
    #livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
      background-color: #ff4081; }
      #livesearch_search_results li:hover a, #livesearch_search_results li.highlighted a {
        color: #FFF; }
  #livesearch_search_results a, #livesearch_search_results a:visited {
    display: block;
    padding: 5px;
    float: left;
    width: 100%;
    color: #717171;
    text-decoration: none; }

@media (min-width: 768px) and (max-width: 991px) {
  #livesearch_search_results li img {
    display: none !important; } }

/*================ Box Login  ===============*/    
.login-box {
  height: 52px;
  border: 1px solid #E5E5E5;
	padding: 0px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #F2F2F2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.login-box p {
  margin: 10px 0;
	}
	
.login-box .glyphicon  {
	font-size: 20px;
	top:5px;
}

	
    
/*================ Box Cart  ===============*/
.box-cart {
  position: relative; }
  .box-cart .btn-danger {
    border: 0;
    padding: 0;
    background: none;
    color: #333;
    font-size: 13px; }
    .box-cart .btn-danger:hover {
      background: transparent;
      color: #ff4081; }
  .box-cart .btn {
    margin-bottom: 7px; }

/*================  Cart  ===============*/
.cart {
  position: relative; }
  .cart > button {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background: #336699;
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 52px;
    font-size: 14px;
    color: #FFF;
    padding: 5px 18px 5px 5px;
    line-height: 24px; }
    .cart > button::-moz-focus-inner {
      border: none;
      padding: 0; }
    .cart > button strong {
      display: none; }
    .cart > button i {
      font-size: 20px;
      position: relative;
      top: 4px;
      margin-right: 5px; }
    .cart > button .fa-chevron-down {
      font-size: 14px;
      float: right;
      position: relative;
      top: 9px; }
  .cart > button:hover, .cart.open > button {
    background: #717171; }

/*================  Cart DropDown ===============*/
.cart ul > li:first-child tr {
  border-bottom: 1px solid #DDD; }

.cart td {
  font-size: 13px; }
  .cart td .name a {
    font-size: 14px; }
  .cart td strong {
    font-size: 12px; }

.cart .total td {
  border: 0;
  padding: 2px;
  font-size: 14px;
  font-weight: bold; }

.cart .price-cart {
  color: #ff4081;
  font-weight: bold; }

.cart .dropdown-menu {
  z-index: 1001;
  min-width: 260px; }
  .cart .dropdown-menu img {
    max-width: 50px; }
  .cart .dropdown-menu tr .text-center button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .cart .dropdown-menu table {
    margin-bottom: 10px; }
  .cart .dropdown-menu li > div {
    padding: 0 10px; }
  .cart .dropdown-menu li p {
    margin: 20px 0; }

.cart .dropdown-menu .name a:hover {
  color: #ff4081;
  background: transparent; }

.cart .table.total tr:nth-child(4) td strong,
.cart .table.total tr:nth-child(4) td {
  font-weight: bold;
  font-size: 20px;
  font-style: normal; }

.cart-q {
  max-width: 100px;
  float: none;
  display: inline-block;
  margin-right: 3px; }

.shoping_cart td {
  vertical-align: middle !important; }

@media (max-width: 1199px) {
  .cart > button .fa-chevron-down, .cart > button i {
    display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cart > button {
    padding: 5px;
    font-size: 15px; } }
@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    right: 15px;
    margin: 0;
    z-index: 91;
    border-left: none; }
    .cart > button {
      height: 52px;
      line-height: 40px; 
      border-radius: 0; }
    .cart .dropdown-menu {
      max-height: 300px;
      overflow: auto; } } 
      
      
/*=================== Product Caption ===================*/
.product-thumb {
  border: 1px solid #EDEDED;
  padding: 20px 14px 16px 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px; }
  .product-thumb h4, .product-thumb .name {
    margin-top: 4px; }
    .product-thumb h4 a, .product-thumb .name a {
      font-size: 13px;
      font-weight: 300;
      color: #2f2f2f; }
      .product-thumb h4 a:hover, .product-thumb .name a:hover {
        color: #19caaf; }
  .product-thumb .price {
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    color: #19caaf; }
  .product-thumb .cart-button {
    margin-top: 8px; }
    .product-thumb .cart-button * + * {
      margin-left: 5px; }

.product-list .product-thumb .caption {
  overflow: hidden; }

.price-tax {
  font-size: 12px; }

td .name a {
  font-size: 13px; }

td .price, .price b {
  font-size: 18px;
  padding-bottom: 0; }

.price-total {
  font-weight: bold; }

.price s {
  font-size: 15px; }

.prod-stock {
  color: #6BA239; }

.price-new {
  display: inline-block;
  line-height: 22px; }

.price-old {
  display: inline-block;
  color: #777;
  font-size: 15px;
  line-height: 22px;
  text-decoration: line-through;
  margin-left: 5px; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

.sale, .new_pr {
  font-size: 12px;
  position: absolute;
  top: -11px;
  left: 20px;
  background-color: #19caaf;
  color: #FFF;
  line-height: 19px;
  padding: 0 8px;
  z-index: 10; }
  .sale:before, .new_pr:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 2.5px 0 2.5px;
    border-color: #19caaf transparent transparent transparent; }

.new_pr {
  background: #2f2f2f; }
  .new_pr:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 2.5px 0 2.5px;
    border-color: #2f2f2f transparent transparent transparent; }

/*=================== Product Rating ===================*/
.product-thumb .rating {
  margin-top: 8px; }
  .product-thumb .rating .fa-stack {
    font-size: 10px;
    width: 0.9em; }
  .product-thumb .rating .fa-star-o {
    color: #DEDBDB;
    font-size: 10px; }
  .product-thumb .rating .fa-star {
    color: #19caaf;
    font-size: 10px; }
  .product-thumb .rating .fa-star + .fa-star-o {
    color: #19caaf; }

.specials .product-thumb, .bestsellers .product-thumb {
  border: none;
  background: #F7F7F7;
  padding: 20px 20px 22px 0; }
  .specials .product-thumb .image, .bestsellers .product-thumb .image {
    display: inline-block;
    margin-bottom: 0;
    float: left; }
    .specials .product-thumb .image a, .bestsellers .product-thumb .image a {
      padding: 10px 18px 10px 21px; }
  .specials .product-thumb .caption, .bestsellers .product-thumb .caption {
    overflow: hidden; }
  .specials .product-thumb .cart-button, .bestsellers .product-thumb .cart-button {
    margin-top: 0; }

.specials .bx-viewport {
  padding-top: 11px; }

aside .box.bestsellers .product-layout {
  margin-top: 0; }

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; }

  .product-grid .product-thumb .caption {
    padding: 0 10px; } }
@media (max-width: 1199px) {
  .specials .product-thumb .image a, .bestsellers .product-thumb .image a {
    padding: 10px; } }
@media (max-width: 991px) {
  .specials .product-thumb, .bestsellers .product-thumb {
    padding-left: 5px; }
    .specials .product-thumb .image, .bestsellers .product-thumb .image {
      display: inline;
      float: none;
      text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  .product-thumb {
    padding: 20px 5px 16px; } }
@media (max-width: 767px) {
  .product-list .product-thumb .image,
  .product-grid .product-thumb .image {
    float: left;
    margin-right: 15px;
    width: 25%; }

  .product-desc iframe {
    float: none;
    margin: 0 0 2em;
    max-width: 560px;
    width: 100% !important; } }
@media (max-width: 518px) {
  .product-list .product-thumb .image,
  .product-grid .product-thumb .image {
    float: none;
    width: 100%;
    margin: 0 auto 10px; } }
@media (max-width: 370px) {
  .specials .product-thumb, .bestsellers .product-thumb {
    text-align: center; } }      
.box {
  margin-bottom: 20px; }
  .box h2 {
    color: #2f2f2f;
    margin: 0 0 20px;
    padding: 14px 40px 14px 20px;
    background-color: #f2f2f2;
    font-size: 15px;
    font-weight: 400; 
  }
.thumbnail.thumb {
	position: relative;
	height: 250px;
	overflow: hidden;	
	}
.thumbnail.thumb.promo img {
    border: none;
}
.thumbnail.thumb.promo .caption {
    background: rgba(255, 168, 1, 0.74);
    width: 100%;
}
.thumbnail.thumb.promo a {
    margin: 0 !important;
}
.thumbnail.thumb.promo {
	height: 220px;
    padding: 0;
    border: 3px solid #FFF;
}
.thumbnail.gllr {
	position: relative;
	height: 100px;
	overflow: hidden;	
	}
.thumbnail h3 {
	margin: 10px 0;
	color: #2f2f2f;
    font-size: 15px;
    font-weight: 400; 
  }
  
.thumbnail .image a img {
	transition: all 0.3s ease 0s;
}
.thumbnail .image a:hover img {
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1); }

  
.thumb .caption {
    color: #444;
    width: 100%;
	position: absolute;
    bottom: 0px;
    text-align: left;
	background: rgba(255, 255, 255, 0.7);
}
.thumb .caption p {
    margin: 4px 0;
}
.thumbnail .price {    
    line-height: 22px;
    font-weight: 400;
    }

.price-new {
    color: #336699;
	font-size: 19px;
  display: inline-block;
  line-height: 22px; }

.price-old {
  display: inline-block;
  color: #777;
  font-size: 15px;
  line-height: 22px;
  text-decoration: line-through;
  margin-left: 5px; }

.news-widget-box {
    background: url(/img/bg02.jpg) no-repeat top center;
    padding: 15px 0 0 0;
}
.news-widget-box a {
    color: #D2D2EF;
}
.news-widget-box a:hover {
    color: #FFF;
    text-decoration: underline;
}
.thumbnail.thumb.news-box {
	height: 315px;
    padding: 0;
    border: 1px solid #dcdcdc;
}
.thumb .date {
    color: #999;
    font-size: 10px;
}

.modal-backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1039;
    background-color: #000;
}

.catalog-questionare {
    padding: 10px 0;
    background: #e91f26;
}
#top-box .moduletable.phone .txt a:hover {
  color: #17356a;
}
#top {
  background-color: #4cb4fd;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#478df4), color-stop(50%, #4cb2fc), to(#4ebeff));
  background-image: -webkit-linear-gradient(left, #478df4, #4cb2fc 50%, #4ebeff);
  background-image: -moz-linear-gradient(left, #478df4, #4cb2fc 50%, #4ebeff);
  background-image: -o-linear-gradient(left, #478df4, #4cb2fc 50%, #4ebeff);
  background-image: linear-gradient(to right, #478df4, #4cb2fc 50%, #4ebeff);
  background-repeat: no-repeat;
}

footer {
  color:#F7F7F7;
  padding-top: 30px;
  background: #000014; 
  line-height: 19px;
  font-size: 12px;
  padding-bottom: 34px; }
  footer h5 {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 300;
    margin: 0; }
    footer h5 + ul {
      margin-top: 15px; }
   footer a {
    color: #F2F2F2; }
   footer a:hover {
    color: #FFF; }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #FFF; }

.common-home footer {
  padding-top: 0; }

footer .footer_box ul {
  color: #19caaf; }
  footer .footer_box ul li + li {
    margin-top: 8px; }

footer .footer_box .social {
  color: #888; }
  footer .footer_box .social span {
    color: #19caaf;
    min-width: 20px; }

.footer-line {
  height: 1px;
  background: #E1E0E0;
  margin-bottom: 29px;
  display: none; }

.common-home .footer-line {
  display: block; }

.border {
  position: relative; }
  .border:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 10px;
    width: 1px;
    background: #E1E0E0; }

.copyright br {
  display: none; }

.copyright {
  margin-top: 20px; }
  .copyright .footer-line {
    display: block; }
  .copyright img {
    margin-right: 9px; }

/*========================================================
                    Responsive  Footer, Aside
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .border:before {
    display: none; }
  .logo02 {
    display: none; } 
  aside {
    display: none; }   
  footer .col-sm-1 {
    display: none; }}
@media (max-width: 767px) {
  .logo02  {
    display: none; }
  aside  {
    display: none; }
   footer {
    text-align: center; }
  .box-right-bottom,
  footer > .container {
   }
    
  footer {
    margin-top: 0;
    padding-top: 0; }
    footer .copyright {
      margin-top: 0; } }

.hr-gradient {
  background: white;
  background: -moz-linear-gradient(left, white 0%, #bdbdbd 50%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #bdbdbd), color-stop(100%, white));
  background: -webkit-linear-gradient(left, white 0%, #bdbdbd 50%, white 100%);
  background: -o-linear-gradient(left, white 0%, #bdbdbd 50%, white 100%);
  background: -ms-linear-gradient(left, white 0%, #bdbdbd 50%, white 100%);
  background: linear-gradient(to right, white 0%, #bdbdbd 50%, white 100%);
}


hr {
  position: relative;
  height: 1px;
  padding: 0;
  background: #e5e5e5;
  margin-bottom: 22px;
  border: none;
}

hr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 40%;
  height: 1px;
  width: 10%;
  background: #e91f26;
}

#default_gallery .image img {
    width: auto;
    vertical-align: top;
    width: 100% !important;
    height: auto !important;
    display: block;
    position: relative !important;
}

#default_gallery .image {
    float: left;
    max-width: 100%;
    width: auto;
    background: none;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    overflow: hidden;
}

/** 2.24 Icons */
.icon {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 54px;
  line-height: 56px;
  font-style: normal;
}

.icon:before {
  display: inline-block;
  position: relative;
}

a.icon {
  transition: .3s;
}

.icon-rect,
.icon-circle,
.icon-rounded,
.icon-outlined {
  width: 70px;
  height: 70px;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
}

.icon-circle {
  border-radius: 50%;
}

.icon-rounded {
  border-radius: 5px;
}

.icon-outlined {
  position: relative;
}

.icon-outlined, .icon-outlined:after {
  border-radius: 50%;
}

.icon-outlined:after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  content: '';
  border: 2px solid #f0f0f0;
}

.icon-xxxs {
  font-size: 20px;
  line-height: 20px;
}

.icon-xxs {
  font-size: 24px;
  line-height: 24px;
}

.icon-xxs.icon-rect, .icon-xxs.icon-rounded, .icon-xxs.icon-circle, .icon-xxs.icon-outlined {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.icon-xxs.fa-envelope {
  font-size: 23px;
}

.icon-xxs.fa-phone {
  font-size: 22px;
}

.icon-xs {
  font-size: 26px;
  line-height: 26px;
}

.icon-xs.icon-rect, .icon-xs.icon-rounded, .icon-xs.icon-circle, .icon-xs.icon-outlined {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
}

.icon-sm {
  font-size: 48px;
  line-height: 48px;
}

.icon-sm.icon-rect, .icon-sm.icon-rounded, .icon-sm.icon-circle, .icon-sm.icon-outlined {
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 26px;
}

.icon-lg {
  font-size: 72px;
  line-height: 72px;
}

.icon-lg.icon-rect, .icon-lg.icon-rounded, .icon-lg.icon-circle, .icon-lg.icon-outlined {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
}

.icon-lg-1 {
  font-size: 72px;
  line-height: 72px;
}

.icon-lg-1.icon-rect, .icon-lg-1.icon-rounded, .icon-lg-1.icon-circle, .icon-lg-1.icon-outlined {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
}

.icon-xlg {
  font-size: 96px;
  line-height: 96px;
}

.icon-xlg.icon-rect, .icon-xlg.icon-rounded, .icon-xlg.icon-circle, .icon-xlg.icon-outlined {
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 48px;
}

.icon-default {
  color: #434445;
  border-color: #e5e5e5;
}

.icon-darker {
  color: #434445;
  border-color: #434445;
}

.icon-primary {
  color: #34b8c0;
  border-color: #34b8c0;
}

.icon-deluge {
  color: #8668ad;
  border-color: #8668ad;
}

.icon-picton-blue {
  color: #55bbeb;
  border-color: #55bbeb;
}

.icon-success {
  color: #abcc37;
  border-color: #abcc37;
}

.icon-warning {
  color: #f5bf2f;
  border-color: #f5bf2f;
}

.icon-danger {
  color: #f54b0f;
  border-color: #f54b0f;
}

.icon-info {
  color: #79ccf2;
  border-color: #79ccf2;
}

.icon-darker-filled, .icon-darkest-filled, .icon-gray-light, .icon-gray-light-2, .icon-shark-filled, .icon-mantis-filled, .icon-pink-filled, .icon-malibu-filled, .icon-carrot-filled, .icon-red-filled, .icon-blue-gray-filled {
  color: #fff;
  border: none;
}

.icon-darker-filled {
  background: #434445;
}

.icon-darkest-filled {
  background: #212121;
}

.icon-gray-light {
  background: #f1f3f9;
  color: #868686;
}

.icon-gray-light-2 {
  background: #e5e5e5;
  color: #868686;
}

.icon-shark-filled {
  background: linear-gradient(45deg, #191919 0%, #434445 100%);
}

.icon-mantis-filled {
  background: linear-gradient(45deg, #34b8c0 0%, #84c450 100%);
}

.icon-pink-filled {
  background: linear-gradient(45deg, #8668ad 0%, #695999 100%);
}

.icon-malibu-filled {
  background: linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);
}

.icon-carrot-filled {
  background: linear-gradient(45deg, #f5bf2f 0%, #F3A43D 100%);
}

.icon-red-filled {
  background: linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
}

.icon-blue-gray-filled {
  background: linear-gradient(-45deg, #8668ad 0%, #55bbeb 100%);
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .icon-gradient:before {
    transition: color .25s, -webkit-text-fill-color .25s 0s;
    background: linear-gradient(135deg, #34b8c0 0%, #6f51c7 100%);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.icon.icon-xs.mdi-monitor {
  font-size: 28px;
}

.icon.icon-sm.mdi-monitor {
  font-size: 36px;
}

.icon.icon-sm.mdi-code-brackets, .icon.icon-sm.mdi-clock, .icon.icon-sm.mdi-vector-arrange-below {
  font-size: 45px;
}

.icon-rect.mdi-vector-arrange-below, .icon-rect.mdi-share-variant, .icon-rect.mdi-magnify, .icon-rect.mdi-monitor,
.icon-circle.mdi-vector-arrange-below,
.icon-circle.mdi-share-variant,
.icon-circle.mdi-magnify,
.icon-circle.mdi-monitor,
.icon-rounded.mdi-vector-arrange-below,
.icon-rounded.mdi-share-variant,
.icon-rounded.mdi-magnify,
.icon-rounded.mdi-monitor,
.icon-outlined.mdi-vector-arrange-below,
.icon-outlined.mdi-share-variant,
.icon-outlined.mdi-magnify,
.icon-outlined.mdi-monitor {
  font-size: 36px;
}

.icon-rect.mdi-brush,
.icon-circle.mdi-brush,
.icon-rounded.mdi-brush,
.icon-outlined.mdi-brush {
  font-size: 38px;
}

.icon-rect.mdi-cube-outline, .icon-rect.mdi-palette,
.icon-circle.mdi-cube-outline,
.icon-circle.mdi-palette,
.icon-rounded.mdi-cube-outline,
.icon-rounded.mdi-palette,
.icon-outlined.mdi-cube-outline,
.icon-outlined.mdi-palette {
  font-size: 40px;
}

.icon-rect.mdi-format-bold, .icon-rect.mdi-spellcheck, .icon-rect.mdi-rocket, .icon-rect.mdi-xml,
.icon-circle.mdi-format-bold,
.icon-circle.mdi-spellcheck,
.icon-circle.mdi-rocket,
.icon-circle.mdi-xml,
.icon-rounded.mdi-format-bold,
.icon-rounded.mdi-spellcheck,
.icon-rounded.mdi-rocket,
.icon-rounded.mdi-xml,
.icon-outlined.mdi-format-bold,
.icon-outlined.mdi-spellcheck,
.icon-outlined.mdi-rocket,
.icon-outlined.mdi-xml {
  font-size: 42px;
}

a.icon-rect.fa-facebook:hover, a.icon-circle.fa-facebook:hover, a.icon-outlined.fa-facebook:hover, a.icon-rounded.fa-facebook:hover {
  color: #fff;
  background: #0956b5;
}

a.icon-rect.fa-twitter:hover, a.icon-circle.fa-twitter:hover, a.icon-outlined.fa-twitter:hover, a.icon-rounded.fa-twitter:hover {
  color: #fff;
  background: #28d4f9;
}

a.icon-rect.fa-google-plus:hover, a.icon-circle.fa-google-plus:hover, a.icon-outlined.fa-google-plus:hover, a.icon-rounded.fa-google-plus:hover {
  color: #fff;
  background: #e3401d;
}

a.icon-rect.fa-linkedin:hover, a.icon-circle.fa-linkedin:hover, a.icon-outlined.fa-linkedin:hover, a.icon-rounded.fa-linkedin:hover {
  color: #fff;
  background: #0E7EB5;
}

a.icon-rect.icofont-brand-viber:hover, a.icon-circle.icofont-brand-viber:hover, a.icon-outlined.icofont-brand-viber:hover, a.icon-rounded.icofont-brand-viber:hover {
  color: #fff;
  background: #59267c;
}

a.icon-rect.fa-viber:hover, a.icon-circle.fa-viber:hover, a.icon-outlined.fa-viber:hover, a.icon-rounded.fa-viber:hover {
  color: #fff;
  background: #59267c;
}
a.icon-rect.fa-whatsapp:hover, a.icon-circle.fa-whatsapp:hover, a.icon-outlined.fa-whatsapp:hover, a.icon-rounded.fa-whatsapp:hover {
  color: #fff;
  background: #00e676;
}
a.icon-rect.fa-skype:hover, a.icon-circle.fa-skype:hover, a.icon-outlined.fa-skype:hover, a.icon-rounded.fa-skype:hover {
  color: #fff;
  background: #00aff0;
}

a.icon-rect.fa-instagram:hover, a.icon-circle.fa-instagram:hover, a.icon-outlined.fa-instagram:hover, a.icon-rounded.fa-instagram:hover {
  color: #fff;
  background: #405de6;
}

a.icon-rect.fa-telegram:hover, a.icon-circle.fa-telegram:hover, a.icon-outlined.fa-telegram:hover, a.icon-rounded.fa-telegram:hover {
  color: #fff;
  background: #0088cc;
}

a.icon-rect.fa-tumblr:hover, a.icon-circle.fa-tumblr:hover, a.icon-outlined.fa-tumblr:hover, a.icon-rounded.fa-tumblr:hover {
  color: #fff;
  background: #0088cc;
}

a.icon-rect.fa-500px:hover, a.icon-circle.fa-500px:hover, a.icon-outlined.fa-500px:hover, a.icon-rounded.fa-500px:hover {
  color: #fff;
  background: #bebebe;
}

a.icon-rect.fa-rss:hover, a.icon-circle.fa-rss:hover, a.icon-outlined.fa-rss:hover, a.icon-rounded.fa-rss:hover {
  color: #fff;
  background: #f6981d;
}

a.icon-rect.fa-behance:hover, a.icon-circle.fa-behance:hover, a.icon-outlined.fa-behance:hover, a.icon-rounded.fa-behance:hover {
  background: #64aae1;
  color: #fff;
}
a.icon-rect.fa-vk:hover, a.icon-circle.fa-vk:hover, a.icon-outlined.fa-vk:hover, a.icon-rounded.fa-vk:hover {
  color: #fff;
  background: #4C75A3;
}
.fontawesome-icon-list {
  text-align: left;
}

.fontawesome-icon-list .icon-list-item {
  padding: 15px 0 15px 20px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fontawesome-icon-list .icon-list-item i {
  padding-right: 15px;
  font-size: 22px;
  line-height: 22px;
  float: left;
}

.fontawesome-icon-list .icon-list-item:hover {
  background: #34b8c0;
  color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.fontawesome-icon-list .icon-list-item:hover i {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
      transform: scale(1.5);
}

.icon-list .icon {
  color: #34b8c0;
  font-size: 30px;
  line-height: 30px;
}

.icon-list .unit-body {
  width: 100%;
  text-align: left;
}

.icon-list .unit {
  transition: 0.35s all ease;
  padding: 10px;
  border-radius: 3px;
}

.icon-list .unit:hover {
  background: #6f51c7;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.icon-list .unit:hover p, .icon-list .unit:hover .icon {
  color: #fff;
}

.icon-list .unit:hover .icon-gradient:before {
  color: #fff;
  -webkit-text-fill-color: currentcolor;
}

.icon-doctor-md:before, .icon-doctor-xl:before,
.icon-emergency-md:before,
.icon-emergency-xl:before,
.icon-medical-car-md:before,
.icon-medical-car-xl:before,
.icon-pills-md:before,
.icon-pills-xl:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-doctor-md:before {
  background-image: url("../images/icons/icon-doctor-md.png");
}

.icon-doctor-xl:before {
  background-image: url("../images/icons/icon-doctor-xl.png");
}

.icon-medical-car-md:before {
  background-image: url("../images/icons/icon-medical-car-md.png");
}

.icon-medical-car-xl:before {
  background-image: url("../images/icons/icon-medical-car-xl.png");
}

.icon-pills-md:before {
  background-image: url("../images/icons/icon-pills-md.png");
}

.icon-pills-xl:before {
  background-image: url("../images/icons/icon-pills-xl.png");
}

.icon-emergency-md:before {
  background-image: url("../images/icons/icon-emergency.png");
  height: 21px;
  width: 24px;
}

/*-- Main Menu --*/
.navbar-inverse {    
/*
    background: linear-gradient(to left, #FDE900 0%, #FDE900 50%,#146FAB 50%, #efefef 50%, #efefef 100%);
    background-color: #e3e5eb;
*/
/*    margin: 5px 0 0 0;*/
}
.navbar-inverse .navbar-brand {
    color: #444;
}
.main-menu {}
.main-menu.menu-right {}
.main-menu > ul {
  margin:0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.main-menu > ul > li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 10px;
}
.main-menu > ul > li:hover, .main-menu > ul > li .active {
    background: #75992e;
}
.main-menu > ul > li > a {
  color: #F0F0F0;
  display: block;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 0;
  text-transform: uppercase;
}
.main-menu > ul > li:hover > a, .main-menu > ul > li.active > a {
  color: #F0F0F0;
  text-decoration: none;
}

/*-- Sub Menu --*/
.sub-menu {
  background: #75992e;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  margin: 0 0 0 -10px;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 370px;
  z-index: -999;
}

.main-menu > ul > li:hover > .sub-menu, .main-menu > ul > li > .sub-menu > li:hover  {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.sub-menu li {
  margin: 3px 0;
  display: block;
}
.sub-menu li a {
  display: block;
  font-size: 14px;  
  padding: 5px 0px;
  margin: 0px 20px;
}
.sub-menu li a {
    color:#F0F0F0;
}
.sub-menu li:hover a {
  color: #FFF;
}
.sub-menu li.active a {
  color: #e91f26;
}
.sub-menu li ul {
	position: absolute;
	width: 240px;
	left: -999em;
	margin: -32px 0 0 370px;
    padding: 0;
    background: #75992e;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.15);
}


.sub-menu li ul li {
	display: block;	
	-moz-opacity:0.96;
	opacity:0.96;
}

.sub-menu li ul ul {
	margin: -29px 0 0 198px;
}
.sub-menu li:hover ul ul, .sub-menu li:hover ul ul ul, .sub-menu li.sfhover ul ul, .sub-menu li.sfhover ul ul ul {
	left: -999em;
}
.sub-menu li:hover ul, .sub-menu li li:hover ul, .sub-menu li li li:hover ul, .sub-menu li.sfhover ul, .sub-menu li li.sfhover ul, .sub-menu li li li.sfhover ul {
	left: auto;
}
/*-- Mega Menu --*/
.mega-menu {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  left: 15px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0px 10px 10px;
  position: absolute;
  right: 15px;
  text-align: left;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  z-index: -999;
}
.main-menu > ul > li:hover > .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.mega-menu > li {
  display: block;
  float: left;
  width: 50%;
  padding-bottom: 10px;    
}
.main-menu > ul > li > .mega-menu > li > a {
  color: #282828;
  background: #F2F2F2;
  padding: 5px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
}
.mega-menu > li > a:hover {
  color: #4CAA50;
}
.mega-menu > li ul {
  padding: 0 20px;
}
.main-menu > ul > li > .mega-menu > li ul li { /* 4 columns for category */
  width: 25%;
  float: left;
  display: block;
}
.mega-menu > li ul li a {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}
.mega-menu > li ul li a {
  color: #333;
}
.mega-menu > li ul li:hover a {
  color: #000;
}

/*-- Mobile Menu --*/
.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
  z-index: 9;
}
/*-- Menu Open/Close Button --*/
a.meanmenu-reveal {
/*  color: #FFF;*/
  font-size: 30px;
  height: auto;
  line-height: 1;
  padding: 0;
  top: -40px;
  width: auto;
}
a.meanmenu-reveal i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
}
/*-- Mobile Menu Nav --*/
.mean-nav {
  background-color: #ffffff;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  margin: 0;
}
.mean-nav a.mean-expand {
  border: medium none;
  font-size: 18px !important;
  height: 32px;
  line-height: 32px;
  padding: 0 !important;
  text-align: center;
  width: 32px;
}
.mean-nav > ul > li > ul > li > a.mean-expand {
  height: 23px;
  line-height: 23px;  
  width: 32px;
}
.mean-nav a.mean-clicked {
  font-size: 22px !important;
}
.mean-nav > ul {
  float: left;
  padding: 15px 0;
}
.mean-nav > ul > li {}
.mean-nav > ul > li > a {
  border-color: transparent;
  padding: 6px 25px;
  color: #222;
}
.mean-nav > ul > li > a:hover {
  color: #e91f26;
}

/*-- Mobile Sub & Mega menu --*/
.mean-nav .sub-menu, .mean-nav .mega-menu {
  box-shadow: none;
  float: left;
  opacity: 1;
  position: static;
  -webkit-transition: none 0s ease 0s ;
  transition: none 0s ease 0s ;
  visibility: visible;
  z-index: 1;
}
.mean-nav ul li li {
  margin: 0;
  padding: 0 25px;
}
.mean-nav ul li li a, .mean-nav ul li li li a, .mean-nav ul li li li li a {
  border: medium none;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  padding: 3px 15px;
  text-transform: uppercase;
}
.mean-nav ul li li:hover a {
  padding: 3px 15px;
}

/*-- Product Slider Arrow --*/
.product-slider .slick-arrow {
  background-color: transparent;
  border: medium none;
  color: #777;
  height: 57px;
  margin-top: -36px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  z-index: -99;
  transition: 0.3s
}
.product-slider:hover .slick-arrow {
  opacity: 1;
  z-index: 99;
}
.product-slider .slick-arrow:hover {
  color: #FFF;
  background: rgba(20, 20, 20, 0.25);
}
.product-slider .arrow-prev {
  left: 0;
}
.product-slider .arrow-next {
  right: 0;
}
.product-slider:hover .arrow-prev {
  left: 0;
}
.product-slider:hover .arrow-next {
  right: 0;
}
.product-slider .slick-arrow i {
  display: block;
  font-size: 44px;
  line-height: 38px;
}

.pe-7s-angle-left-circle:before, .slider-prev:before {    
    font-family: "Glyphicons Halflings";
    font-style: normal;
	content: "\e257";
    
}
.pe-7s-angle-right-circle:before, .slider-next:before  {
    font-family: "Glyphicons Halflings";
    font-style: normal;
	content: "\e258";
}

.box-heading h3 {
  padding: 10px 5px 10px 15px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  background: #48D392;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #FFF;
  margin: 20px 0 0 0;
  text-transform: none; 
}
.box-heading h3 span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    line-height: 24px;
    float: left; 
}
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.avatar-40 {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 0.6rem;
}
div.toolbar { float:left; }

/*
* @subsection   Vide
* @description  Describes style declarations for Vide extension 
*/
/*
.vide {
  height: 100vh;
  position: relative;
}

.vide:before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #021b3e;  #451c00;
  z-index: 1;
  opacity: 0.6;
}

.vide__body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.vide__body .jumbotron {
  width: 100%;
}
*/
