﻿/*------------------switcher3----------------------*/

/* Main Style */
.switcher3 h3 {
	font-size:13px;
	margin: 1px 0 3px 0;
	color:#fff;
}

.switcher3 {
   
	background:#ecf0f1;
	width:230px;
	position:fixed;
	top:3%;
	z-index:99999;
	left:0px;
	border-radius: 0 0 4px 0;
	border-right:none;
	font-family: 'TitilliumText22LMedium', Arial, sans-serif;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(51, 51, 51, 0.4);
	box-shadow:  0px 0px 4px 0px rgba(51, 51, 51, 0.4);
}

.switcher3 h2 {
	background:#ecf0f1;
	color: #1B1A1A;
	padding: 0;
	margin:0;
	font-size: 15px;
	padding: 5px 0 6px 15px;
}

.switcher3 h2 a {
	background:url("../image/wats.jpg") no-repeat scroll 0px center #ecf0f1;
     background-size: cover;
	display: block;
	height:40px;
	position: absolute;
	right:-40px;
	text-indent: -9999px;
	top: 0;
	width:40px;
   
	
}

.switcher3 .content {
	padding:5px 16px 16px 16px;
	overflow:hidden;
}

.hide {
	display:none; /* first load page enough */
}

/* Layout Box */
.layout-switcher3 {
	margin:0 0 10px 0;
	overflow:hidden;
}

.layout-switcher3 a.layout {
	padding: 6px 7px 8px 7px;
	border-radius: 2px;
	color:#fff;
	font-weight: bold;
	border:1px solid #6A6A6A;
	width: 60px;
	cursor: pointer;
	float: left;
	display: block;
	margin: 0 6px 0 0;
	text-align: center;
	background: #1B1A1A;
}
/* Color Box */
.switcher3-box {
	height:auto;
	overflow:hidden;
	margin-bottom:6px;
}

.styleswitch {
	width: 35px;
    height: 35px;
	display: block;
	cursor: pointer;
	margin: 10px;
	float:left;
}

/*.styleswitch.selected { box-shadow: 0 0 0 2px #474646 inset; }*/

.styleswitch#default   { background-color:#89eab5; }
.styleswitch#Strongcyan   { background-color:#1abc9c; }
.styleswitch#DarkCyan   { background-color:#008b8b; }
.styleswitch#asphalt { background-color:#34495e; }
.styleswitch#blue { background-color:#77cdf8; }
.styleswitch#orange    { background-color:#e67e22; }
.styleswitch#clouds  { background-color:#ecf0f1; }
.styleswitch#concrete  { background-color:#95a5a6; }
.styleswitch#green  { background-color:#8CBE45; }
.styleswitch#Softred  { background-color:#ED687C; }


/* Background Box */
.bg {
	height:auto;
	overflow:hidden;
	margin-bottom:6px;
}

.pattern {
	width: 21px;
    height: 24px;
	display: block;
	cursor: pointer;
	margin: 0 4px 4px 0;
	float:left;
	box-shadow: 0 0 0 1px #D6D2D2 inset;
}

/*.pattern.selected2 { box-shadow: 0 0 0 2px #474646 inset; }*/

.pattern#crossed { background: url("icons/icons/crossed.png") no-repeat ; }
.pattern#fabric  { background: url("icons/icons/fabric.png") no-repeat ; }
.pattern#linen   { background: url("icons/icons/woods.png") no-repeat ; }
.pattern#wood    { background: url("icons/icons/woods.png") no-repeat ; }
.pattern#diagmonds    { background: url("icons/icons/diagmonds.png") no-repeat ; }
.pattern#triangles    { background: url("icons/icons/triangles.png") no-repeat ; }
.pattern#black_mamba    { background: url("icons/icons/black_mamba.png") no-repeat ; }
.pattern#vichy    { background: url("icons/icons/vichy.png") no-repeat ; }
.pattern#back_pattern    { background: url("icons/icons/back_pattern.png") no-repeat ; }
.pattern#checkered_pattern    { background: url("icons/icons/checkered_pattern.png") no-repeat ; }
.pattern#diamond_upholstery    { background: url("icons/icons/diamond_upholstery.png") no-repeat ; }
.pattern#lyonnette    { background: url("icons/icons/lyonnette.png") no-repeat ; }
.pattern#graphy    { background: url("icons/icons/graphy.png") no-repeat ; }
.pattern#black_thread    { background: url("icons/icons/black_thread.png") no-repeat ; }
.pattern#subtlenet2    { background: url("icons/icons/subtlenet2.png") no-repeat ; }

/* Dark Style */
a.dark-style {
	display:block;
	padding:9px 0 11px 0;
	text-align:center;
	background:#292929;
	color:#fff;
}

/* All Mobile Sizes (devices and browser) */

