<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.7
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Style Switcher
------------------------------------*/
/*General*/
i.style-switcher-btn {
   right: 50px;
   bottom: 200px;
   color: #fff;
   font-size: 18px;
   cursor: pointer;
   z-index: 555555;
   position: fixed;
   padding: 9px 10px;
   background: #1ab0ea;
   border-radius: 3px 0 0 3px !important;
}

i.style-switcher-btn:hover {
   background:#622f1c;
}

i.style-switcher-btn-option {
   bottom: 200px;
   background: #9097a0;
}

i.style-switcher-btn-option:hover {
   background: #707985;
}

.style-switcher {
   right: 50px;
   bottom: 200px;
   color:#622f1c;
   width: 300px;
   display: none;
   z-index: 555555;
   position: fixed;
   background: #fff;
   border:solid 3px #fff;
   border-radius: 3px 0 0 3px !important;
   /*
	-webkit-box-shadow: -3px 4px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -3px 4px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -3px 4px 4px 0px rgba(50, 50, 50, 0.5);
   */
}

/*Others*/
.style-switcher .style-switcher-heading {
   color: #fff;
   font-size: 15px;
   font-weight: 200;
   margin-bottom: 10px;
}

.style-switcher .style-switcher-heading a {
	color:#fff;
}

.style-switcher-logo  {
   margin-top: 10px;
   padding-top: 15px;
   border-top: solid 1px #4c5159;
}

.style-switcher-logo a {
   display: block;
   text-align: center;
}

.style-switcher .btn-u {
  color: #fff;
  font-weight: 200;
  border: solid 1px #555;
  border-radius: 2px !important;
}

.style-switcher .btn-u.active-switcher-btn,
.style-switcher .btn-u.active-switcher-btn {
   border: solid 1px #bbb;
}

/*Style Swticher Header*/
.style-swticher-header {
  background: #1ab0ea;
  padding: 9px 10px 5px 15px;
  border-radius: 3px 0 0 0 !important;  
}

.style-swticher-header .style-switcher-heading {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.style-swticher-header .theme-close {
   top: 9px;
   right: 6px;
   position: absolute;
}

.style-swticher-header .theme-close i {
   color: #fff;
   padding: 5px;
   cursor: pointer;
   font-size: 22px;
}

.style-swticher-header .theme-close i:hover {
   color: #fff;
 }

/*Style Swticher Body*/
.style-swticher-body .no-col-space {
  padding: 0 10px;
  text-align: center;
}

.style-swticher-body hr {
  margin: 11px 0;
  border-color: #454545;
}

.style-swticher-body .no-col-space .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.style-swticher-body {
   /*padding: 15px 10px 15px 15px;*/
}
</pre></body></html>