/*-----------------------------------------------------------------------------------*/
/*	Style Switcher
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

#style-switcher {
	position: fixed;
	top: 105px;
	left: -200px;
	width: 200px;
	z-index: 100;
	-webkit-border-radius: 0 3px 3px 0;
	        border-radius: 0 3px 3px 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    		box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
}
#style-switcher .switcher-bg {
	position: relative;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	background: #fff;
	padding: 25px 20px 25px 25px;
	z-index: 2;
}

#style-switcher .toggle-button {
	position: absolute;
	display: block;
	top: 20px;
	right: -36px;
	width: 36px;
	height: 42px;
	background-color: #fff;
	-webkit-border-radius: 0 21px 21px 0;
	        border-radius: 0 21px 21px 0;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.30);
    		box-shadow: 0 0 6px rgba(0, 0, 0, 0.30);
	cursor: pointer;
	z-index: 1;
}
#style-switcher .toggle-button .fa { /* vector icons - Font Awesome */
	font-size: 24px;
	color: #666;
	margin: 9px 0 0 5px;
}

#style-switcher .switcher-bg * {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#style-switcher h5 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	color: #151515;
	margin-bottom: 0;
}
#style-switcher .title-color {
	display: none;
}
	
#style-switcher .thumbs {
	list-style: none;
	padding: 0;
}
#style-switcher .thumbs li {
	float: left;
	margin: 0 12px 12px 0;
	cursor: pointer;
}
#style-switcher .thumbs li a {
	position: relative;
	display: block;
	padding: 5px;
	border: 1px solid #e5e5e5;
}

/* Color scheme */
#style-switcher #sw-color-schemes {
	margin: 15px 0 15px;
}
#style-switcher #sw-color-schemes [data-sm="color1-sm"] {
	position: relative;
	float: left;
	width: 15px;
	height: 45px;
}
#style-switcher #sw-color-schemes [data-sm="color1-sm"]::after {
	position: absolute;
	display: block;
	top: 0;
	right: -30px;
	height: 0;
	border-top: 45px solid;
	border-top-color: inherit;
    border-right: 30px solid transparent;
	content: "";
	z-index: 2;
}
#style-switcher #sw-color-schemes [data-sm="color2-sm"] {
	position: relative;
	float: left;
	width: 35px;
	height: 45px;
}
#style-switcher #sw-color-schemes [data-sm="color3-sm"] {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 0;
	height: 10px;
}
#style-switcher #sw-color-schemes [data-sm="color3-sm"]::before,
#style-switcher #sw-color-schemes [data-sm="color3-sm"]::after {
	position: absolute;
	display: block;
	bottom: 0;
	height: 0;
	content: "";
}
#style-switcher #sw-color-schemes [data-sm="color3-sm"]::before {
	left: -9px;
	border-bottom: 13.5px solid #fff;
    border-left: 9px solid transparent;
}
#style-switcher #sw-color-schemes [data-sm="color3-sm"]::after {
	left: -8px;
	border-bottom: 12px solid;
	border-bottom-color: inherit;
    border-left: 8px solid transparent;
}
#style-switcher #sw-color1,
#style-switcher #sw-color2 {
	display: none;
	margin: 5px 0;
}
#style-switcher #sw-color3 {
	display: none;
	margin: 5px 0 15px;
}
#style-switcher #sw-color1 [data-sm="color1-sm"],
#style-switcher #sw-color2 [data-sm="color2-sm"],
#style-switcher #sw-color3 [data-sm="color3-sm"] {
	width: 25px;
	height: 25px;
}

/* Select */
#style-switcher .select-fields {
	margin: 8px 0 20px;
}
#style-switcher select {
	font-size: 15px;
}

/* Checkbox */
#style-switcher .checkbox-fields {
	font-size: 15px;
	margin-top: 5px;
}
#style-switcher input[type="checkbox"] {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
#style-switcher label {
	display: inline;
	font-size: 15px;
	line-height: 1.5;
	color: #666;
	margin-bottom: 0;
}

/* Reset link */
#style-switcher #reset {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	text-decoration: underline;
	margin-top: 20px;
}
#style-switcher #reset:hover {
	color: #333;
}

/* Primary color */
#style-switcher .thumbs a .color1-blue {
	background-color: #3e4d87;
	border-color: #3e4d87;
}
#style-switcher .thumbs a .color1-sea-green {
	background-color: #1f6660;
	border-color: #1f6660;
}
#style-switcher .thumbs a .color1-red {
	background-color: #b33724;
	border-color: #b33724;
}
#style-switcher .thumbs a .color1-steel-blue {
	background-color: #3e6a87;
	border-color: #3e6a87;
}
#style-switcher .thumbs a .color1-green-yellow {
	background-color: #46661f;
	border-color: #46661f;
}
#style-switcher .thumbs a .color1-violet-red {
	background-color: #b32458;
	border-color: #b32458;
}
#style-switcher .thumbs a .color1-blue-gray {
	background-color: #3e5e87;
	border-color: #3e5e87;
}

/* Secondary color */
#style-switcher .thumbs a .color2-orange {
	background-color: #f5ae3d;
}
#style-switcher .thumbs a .color2-yellow {
	background-color: #e5cc39;
}
#style-switcher .thumbs a .color2-light-blue {
	background-color: #7acdde;
}

/* Extra color */
#style-switcher .thumbs a .color3-red {
	background-color: #ed5f4a;
	border-color: #ed5f4a;
}
#style-switcher .thumbs a .color3-yellow {
	background-color: #dbc442;
	border-color: #dbc442;
}

#style-switcher .thumbs li a.active {
	border-color: #666;
}

@media (min-width: 480px) and (max-width: 991px) {
	#style-switcher {
		top: 70px;
	}
	#style-switcher #sw-color-schemes {
		margin-bottom: 10px;
	}
	#style-switcher #reset {
		margin-top: 15px;
	}
}
@media (max-width: 479px) {
	#style-switcher {
		display: none;
	}
}