#switcher{
	color:#333;
	padding: 10px 20px 20px 20px;
	background:#f2f2f2;
	font-size:12px;
	position:fixed;
	z-index:500;
	top:200px;
	left:0;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:-244px;
	border-radius: 0 0 2px 0;
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	width:244px;
}
#switcher .clearfix{
	margin-bottom:10px;
}
#switcher span{
	font-size:14px;
	display: block;
	margin-bottom: 5px; 
}
.spacing-10 {margin-top: 10px;clear: both;}
.custom-show:after,.custom-close:after{
	position:absolute;
	margin-left:224px;
	margin-top:35px;
	display:inline-block;
	width:40px;
	height:158px;
	padding:12px;
	padding-right:15px;
	background:#2f3293;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	cursor:pointer;
	content:"\f295";
	font-family:"FontAwesome";
	font-size:16px;
	font-weight:normal;
	color: #fff;
	line-height: 20px;
}
.custom-show:before,.custom-close:before{
	position: absolute;
    margin-left: 209px;
    margin-top: 35px;
    display: inline-block;
    width: 0;
    height: 85px;
	padding: 0;
	padding-right: 5px;
    background: transparent;
    transform: rotate(90deg);
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    cursor: pointer;
    content: "Interest rates";
    font-size: 18px;
	font-weight: normal;
	color: #fff;
    /* line-height: 20px; */
    z-index: 99;
    white-space: nowrap;
}
#tm-color {
	padding:0;
	margin:0;
}
#tm-color li{
	list-style:none;
	display:inline-block;
	float:left;
	width:27px;
	height:25px;
	margin:0 2.5px 5px 2.5px;
	background:#0C9;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}

#tm-color li.color1{background:#33C9BD;}
#tm-color li.color2{background:#25B4F8;}
#tm-color li.color3{background:#4EAF52;}
#tm-color li.color4{background:#999999;}
#tm-color li.color5{background:#FF9600;}
#tm-color li.color6{background:#FE4365;}
#tm-color li.color7{background:#C762CB;}
#tm-color li.color8{background:#EF4234;}
#tm-color li.color9{background:#FFED45;}
#tm-color li.color10{background:#8BAD01;}
#tm-color li.color11{background:#0068c9;}
#switcher select{
	width:100%;
	font-size:14px;
	height:35px;
	border:solid 1px #ccc;
}

#tm-boxed-bg {
	padding:0;
	margin:0;
}
#tm-boxed-bg li{
	list-style:none;
	display:block;
	float:left;
	width:25px;
	height:25px;
	margin:0 3px 3px 0;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	cursor:pointer;
	background-color:#555555;
}

#tm-boxed-bg li.bg1{background-image:url(images/patern01.png);}
#tm-boxed-bg li.bg2{background-image:url(images/patern02.png);}
#tm-boxed-bg li.bg3{background-image:url(images/patern03.png);}
#tm-boxed-bg li.bg4{background-image:url(images/patern04.png);}
#tm-boxed-bg li.bg5{background-image:url(images/patern05.png);}
#tm-boxed-bg li.bg6{background-image:url(images/patern06.png);}
#tm-boxed-bg li.bg7{background-image:url(images/patern07.png);}
#tm-boxed-bg li.bg8{background-image:url(images/patern08.png);}
#tm-boxed-bg li.bg9{background-image:url(images/patern09.png);}
#tm-boxed-bg li.bg10{background-image:url(images/patern10.png);}
#tm-boxed-bg li.bg11{background-image:url(images/patern11.png);}
#tm-boxed-bg li.bg12{background-image:url(images/patern12.png);}
#tm-boxed-bg li.bg13{background-image:url(images/patern13.png);}
#tm-boxed-bg li.bg14{background-image:url(images/patern14.png);}
#tm-boxed-bg li.bg15{background-image:url(images/patern15.png);}
#tm-boxed-bg li.bg16{background-image:url(images/patern16.png);}
#tm-boxed-bg li.bg17{background-image:url(images/patern17.png);}
#tm-boxed-bg li.bg18{background-image:url(images/patern18.png);}

#switcher span{width: 100%; display: block;}


#switcher .hightlight-btn
{
	display: block;width:100%;
	float:left;
}

.btn-hightlight-color {
    background: #2f3293;
}

.block-btn {
    display: block;
}

.btn-rounded {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ot-btn {
    font-size: 15px;
    color: #fff;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 0;
    outline: none;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.ot-btn:hover{
	color: #a6a9fc;
}

#switcher .sw-title {
    font-size: 17px;
    border-bottom: 1px solid #2f3293;
	padding-bottom: 5px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.sw-section {
	padding-bottom: 20px;
	display: block;
}
.sw-section h3 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 25px;
	text-transform: uppercase;
	line-height: 25px;
}
.sw-section p {
	color: #fff;
	margin-bottom: 25px;
}
.sw-section ul{}
.sw-section ul li {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	padding-left: 40px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.sw-section ul li span i {
	color: #333;
	margin-right: 12px;
	display: inline-block;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 3px;
}

#switcher span.badge {
	display: inline;
}

.badge-color{
	color: #fff;
    background-color: #247812;
}

.badge-color02{
	color: #fff;
    background-color: #2f3293;
}

.badge-color03{
	color: #fff;
    background-color: #007bff;
}