@charset "utf-8";
/* CSS Styleswitcher */

#ut_styleswitcher {
	position: fixed;
    display: block;
    width: 200px;
    text-align: center;
    margin:0px;
    padding:10px;
    left:0px;
    top:75px;
    counter-reset: steps 0;
    z-index: 9999;
	border:1px solid #FFF;
    background-color:#FFF;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);	
}

#ut_styleswitcher .toggle {
    position: absolute;	
    width: 24px;
    height: 24px;	
    padding: 18px;
    right: -47px;
	outline: none;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);

}

#ut_styleswitcher a.toggle {
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  -ms-transition-property: background color;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: ease;
  transition-property: background color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  text-indent:100%;
  background: #fff url('../img/settings.png');
  background-repeat: no-repeat;
  background-position: center center;
}

/* Fonts */
#ut_styleswitcher h1 {
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
    padding: 0px;
    line-height: 22px;
}

#ut_styleswitcher a.button-switcher {
	display: inline-block;
	font-weight: 300;
	color: #333;
	border: 1px solid #999;
	width: 100%;
	text-align: center;
	font-size: 13px;
    padding: 5px 10px;
    clear: both;
    line-height: 1.2em;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

#ut_styleswitcher a.button-switcher:hover {
	border: 1px solid #5d5d5d;
	background: #5d5d5d;
	color: #fff;
	font-weight: 400;
}

#ut_styleswitcher p.info {
	clear: both;
	font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    padding-top: 5px;
}

#ut_styleswitcher a.button-switcher span {
	font-size: 11px;
}

#ut_styleswitcher button{
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 5px;
	box-shadow: none;
	border: 0px;
}

#ut_styleswitcher button.cian{
	background-color: #00cccc;
}

#ut_styleswitcher button.pink{
	background-color: #FF003C;
}

#ut_styleswitcher button.green{
	background-color: #88c100;
}

#ut_styleswitcher button.yellow{
	background-color: #fabe28;
}

#ut_styleswitcher button.blue{
	background-color: #368ee0;
}
