/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.6
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Style Switcher
------------------------------------*/
/*General*/

i.style-switcher-btn { /*顯示按鈕*/ 
    right: 0;
    top: 37px;
    color: #fff;
    font-size: 1.125em;
    cursor: pointer;
    z-index: 555555;
    position: absolute;
    padding: 9px 10px;
    background: #222;
    border-radius: 3px 0 0 3px !important;
}


i.style-switcher-btn:hover {
   background:#000;
}

i.style-switcher-btn-option {
   top: 38px;
   background: #9097a0;
}

i.style-switcher-btn-option:hover {
   background: #707985;
}

.style-switcher { /*內容區*/ 
    right: 0;
    top: 37px;
    color: #fff;
    width: 180px;  /* 最大寬度*/
    display: none;
    z-index: 555555;
    position: absolute;
    background: #fff;
    border-radius: 3px 3px 3px 3px !important;
}

/*Others*/

.style-switcher .style-switcher-heading {
   color: #fff;
   font-size: 0.938em;
   font-weight: 200;
   margin-bottom: 10px;
}

.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 {
  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: #252525;
  padding: 9px 10px 5px 15px;
  border-bottom: solid 1px #222;
  border-radius: 3px 0 0 0 !important;  
}

.style-swticher-header .style-switcher-heading {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
}

.style-swticher-header .theme-close {
   top: 9px;
   right: 6px;
}


.style-swticher-header .theme-close i {
    color: #999;
    padding: 5px;
    cursor: pointer;
    font-size: 1.375em;
	
	float: right; margin-top: -30px;
}

.style-swticher-header .theme-close i:hover {
   color: #fff;
 }




/*Style Swticher Body*/
.style-swticher-body .no-col-space {

   margin:0px; padding:0px; 
}

.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;
}



/*Theme Colors*/




.style-switcher ul{  list-style:none; text-align: left; margin:0px; padding:0px; padding-bottom:10px;  }
.style-switcher li {
	padding-left: 20px;
	padding-top: 7px;
   font-size:17px; 
   width: 100%; height: 40px;
   cursor: pointer;
   border-radius: 0% !important;
   background: #c00; margin: 0;
   display: inline-block;
   transition: none;  
   display: inline-block;  
   background:none;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.style-switcher li:hover{ text-decoration:none; background:#F9C800; border-radius: 0px; transition: 0; border:none; transition: all 0.5s ease;}
.style-switcher li a{ color:#000; background:none; text-decoration:none; }
.style-switcher li.last { margin-right: 0;}
.style-switcher li:hover,
.style-switcher li.theme-active {border: none; transform: none;}


/*
.style-switcher li.last {
   margin-right: 0;
}

.style-switcher li:hover,
.style-switcher li.theme-active {
   border: solid 2px #fff;
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}
*/

/*
.style-switcher li.theme-default {
   background: #72c02c;
}
.style-switcher li.theme-blue {
   background: #3498db;
}
.style-switcher li.theme-orange {
   background: #e67e22;
}
.style-switcher li.theme-red {
   background: #e74c3c;
}
.style-switcher li.theme-light {
   background: #ecf0f1;
}
.style-switcher li.theme-purple {
   background: #9b6bcc;
}
.style-switcher li.theme-aqua {
   background: #27d7e7;
}
.style-switcher li.theme-brown {
   background: #9c8061;
}
.style-switcher li.theme-dark-blue {
   background: #4765a0;
}
.style-switcher li.theme-light-green {
   background: #79d5b3;
}
.style-switcher li.theme-dark-red {
   background: #a10f2b;
}
.style-switcher li.theme-teal {
   background: #18ba9b;
}
*/