/**** menu_2020.css starts ***/
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after {
	clear:both;
}
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.rok-left {
	float:left;
}
.rok-right {
	float:right;
}
.rok-dropdown-group, .rok-dropdown {
	position:relative;
}
.rok-dropdown-open .rok-dropdown {
	display:block;
}
.rok-popover-group, .rok-popover {
	position:relative;
}
.rok-popover-open .rok-popover {
	display:block;
}
.gf-menu {
	margin:10px auto 0;
	list-style:none;
	float:right;
}
.gf-menu:after {
	display:table;
	content:'';
	clear:both;
}
.gf-menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
.gf-menu .item {
	font-size:16px;
	line-height:21px;
	padding:4px 8px;
	text-align:left;
	text-decoration:none;
	display:block;
	outline:0;
	cursor:pointer;
	font-weight:bold;
}
.gf-menu .item.subtext {
	padding-top:1px;
	padding-bottom:4px;
}
.gf-menu .item.subtext > em {
	display:block;
	font-size:12px;
	line-height:9px;
	text-align:left;
	font-style:normal;
}
.gf-menu .item.icon [class^="icon-"], .gf-menu .item.icon [class*= " icon-"] {
background-image:none !important;
width:auto;
}
.gf-menu .item.icon [class^="icon-"]:before, .gf-menu .item.icon [class*= " icon-"]:before {
text-indent:0;
margin-right:5px;
}
.gf-menu .item .menu-image {
	max-width:inherit;
	vertical-align:text-top;
	margin-top:-2px;
	margin-left:-2px;
}
.gf-menu.l1 > li > .item {
	font-size:16px;
	line-height:24px;
	padding-top:0px;
	padding-bottom:10px;
	position:relative;
	font-weight:bold;
}
.gf-menu.l1 > li > .item.subtext {
	padding-top:13px;
	padding-bottom:17px;
}
.gf-menu.l1 > li > .item .menu-image {
	margin-top:-1px;
}
.gf-menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding:0;
	margin-right:0px;
	border:none;
	/*border:1px solid transparent;*/
}
.gf-menu li.active > .rt-arrow-pointer {
	border-left:11px solid transparent;
	border-right:11px solid transparent;
	
	border-top-width:10px;
	border-top-style:solid;
	content:"";
	height:0;
	width:0;
	position:absolute;
	top:-26px;
	left:50%;
	margin-left:-12px;
	
}
.gf-menu li.parent > .item {
	position:relative;
	padding-right:33px;
}
.gf-menu li.parent > .item .daddyicon {
	width:26px;
	height:26px;
	position:absolute;
	right:0;
	top:19px;
	background-position:-1px -1px;
	background-repeat:no-repeat;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
}
.gf-menu .dropdown {
	margin:0 auto;
	padding:10px 0;
	position:absolute;
	opacity:0;
	left:-999em;
	text-align:left;
	-webkit-transition:opacity 0.2s ease-out;
	-moz-transition:opacity 0.2s ease-out;
	-o-transition:opacity 0.2s ease-out;
	transition:opacity 0.2s ease-out;
	z-index:1000;
}
.gf-menu .dropdown .flyout {
	display:block;
}
.gf-menu .dropdown ul li {
	display:block;
	float:none;
	margin-right:0;
	padding:5px;
}
.gf-menu .dropdown ul li > .item {
	font-size:15px;
}
.gf-menu .dropdown ul li.parent .daddyicon {
	top:2px;
	background-position:-2px -198px;
}
.gf-menu .dropdown .grouped.parent > .item .border-fixer {
	display:none;
}
.gf-menu .dropdown .grouped.parent > .item .daddyicon {
	display:none;
}
.gf-menu .dropdown .grouped ol {
	margin:6px 0px;
	padding:3px 0;
}
.gf-menu .dropdown .grouped ol > li > .item {
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
}
.gf-menu .dropdown .rt-sub-pointer {
	border-left:11px solid transparent;
	border-right:11px solid transparent;
	border-bottom-width:10px;
	border-bottom-style:solid;
	content:"";
	height:0;
	width:0;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-11px;
}
.gf-menu .dropdown .modules {
	text-align:left;
}
.gf-menu .dropdown .modules .module-content {
	padding:0 10px;
}
.gf-menu .dropdown .modules .module-content p {
	margin:0 0 10px 0;
	font-size:15px;
	line-height:18px;
}
.gf-menu .column {
	float:left;
	position:relative;
}
.gf-menu .position-left {
	float:left;
	margin-right:15px;
}
.gf-menu .position-right {
	float:right;
	margin-left:15px;
}
.gf-menu.gf-splitmenu li.parent:hover {
	border-radius:4px;
}
.gf-menu.gf-splitmenu li.parent > .item {
	padding-right:8px;
}
.gf-menu-toggle {
	padding:7px 10px;
	border:1px solid #000000;
	border-top:0;
	border-radius:4px;
	background-color:rgba(254, 249, 224, 0.15);
	background-image:-moz-linear-gradient(top, rgba(255, 255, 254, 0.75), rgba(252, 241, 180, 0.75));
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 254, 0.75)), to(rgba(252, 241, 180, 0.75)));
	background-image:-webkit-linear-gradient(top, rgba(255, 255, 254, 0.75), rgba(252, 241, 180, 0.75));
	background-image:-o-linear-gradient(top, rgba(255, 255, 254, 0.75), rgba(252, 241, 180, 0.75));
	background-image:linear-gradient(to bottom, rgba(255, 255, 254, 0.75), rgba(252, 241, 180, 0.75));
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bffefefd', endColorstr='#bffcf1b4', GradientType=0);
	-webkit-box-shadow:inset 0px 1px 0px #333333, inset 0px 2px 0px #000000, 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0px 1px 0px #333333, inset 0px 2px 0px #000000, 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0px 1px 0px #333333, inset 0px 2px 0px #000000, 0px 1px 1px rgba(0, 0, 0, 0.1);
	position:absolute;
	z-index:2;
	top:10px;
	left:10px;
	cursor:pointer;
}
.gf-menu-toggle.active {
	border:1px solid #444444;
	-webkit-box-shadow:inset 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px #000000;
	-moz-box-shadow:inset 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px #000000;
	box-shadow:inset 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px #000000;
	background-color:rgba(253, 245, 200, 0.15);
	background-image:-moz-linear-gradient(top, rgba(254, 250, 229, 0.75), rgba(251, 236, 155, 0.75));
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(254, 250, 229, 0.75)), to(rgba(251, 236, 155, 0.75)));
	background-image:-webkit-linear-gradient(top, rgba(254, 250, 229, 0.75), rgba(251, 236, 155, 0.75));
	background-image:-o-linear-gradient(top, rgba(254, 250, 229, 0.75), rgba(251, 236, 155, 0.75));
	background-image:linear-gradient(to bottom, rgba(254, 250, 229, 0.75), rgba(251, 236, 155, 0.75));
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bffdfae5', endColorstr='#bffbec9b', GradientType=0);
}
.gf-menu-toggle .icon-bar {
	background-color:#cd6d5d;
	border-radius:1px 1px 1px 1px;
	display:block;
	height:2px;
	width:18px;
}
.gf-menu-toggle .icon-bar + .icon-bar {
	margin-top:3px;
}
@media only screen and (min-width: 768px) {

.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
display:table;
content:"";
line-height:0;
}
.clearfix:after {
clear:both;
}
.hide-text {
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0;
}
.input-block-level {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.rok-left {
float:left;
}
.rok-right {
float:right;
}
.rok-dropdown-group, .rok-dropdown {
position:relative;
}
.rok-dropdown-open .rok-dropdown {
display:block;
}
.rok-popover-group, .rok-popover {
position:relative;
}
.rok-popover-open .rok-popover {
display:block;
}
.gf-menu.l1 > li:hover > .item .border-fixer {
display:block;
position:absolute;
height:2px;
width:100%;
bottom:-2px;
left:0px;
z-index:1001;
}
.gf-menu li:hover, .gf-menu li.active:hover {
padding-top:1px;
border-top:0;
}
.gf-menu li:hover > .dropdown, .gf-menu li.active:hover > .dropdown {
left:-1px;
top:auto;
opacity:1;
}
.gf-menu li.parent:hover .daddyicon, .gf-menu li.parent.active .daddyicon {
background-position:-1px -522px;
}
.gf-menu .dropdown ul li:hover {
padding-top:6px !important;
}
.gf-menu .dropdown ul li:hover > .item .border-fixer {
display:block;
position:absolute;
height:100%;
width:2px;
right:-1px;
top:0px;
background:rgba(252, 241, 180, 0.75);
z-index:1001;
}
.gf-menu .dropdown ul li:hover.parent > .item .daddyicon {
top:2px;
background-position:-2px -712px;
}
.gf-menu .dropdown ul li.active > .item .daddyicon {
background-position:-2px -712px;
}
.gf-menu .dropdown ul .modules:hover {
padding-top:6px !important;
}
.gf-menu .dropdown ul .modules ul li:hover {
padding-top:6px !important;
}
.gf-menu .dropdown li:hover > .flyout {
left:100%;
top:-10px;
margin-left:-6px;
}

.gf-menu .dropdown ul li:hover > .item, .gf-menu .dropdown ul li.active > .item {
color:#FFFFFF !important;
background:rgba(216, 141, 128, 0.75);
}
}

.layout-mode-960fixed .clearfix, .layout-mode-1200fixed .clearfix {
*zoom:1;
}
.layout-mode-960fixed .clearfix:before, .layout-mode-960fixed .clearfix:after, .layout-mode-1200fixed .clearfix:before, .layout-mode-1200fixed .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.layout-mode-960fixed .clearfix:after, .layout-mode-1200fixed .clearfix:after {
	clear:both;
}
.layout-mode-960fixed .hide-text, .layout-mode-1200fixed .hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.layout-mode-960fixed .input-block-level, .layout-mode-1200fixed .input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.layout-mode-960fixed .rok-left, .layout-mode-1200fixed .rok-left {
	float:left;
}
.layout-mode-960fixed .rok-right, .layout-mode-1200fixed .rok-right {
	float:right;
}
.layout-mode-960fixed .rok-dropdown-group, .layout-mode-960fixed .rok-dropdown, .layout-mode-1200fixed .rok-dropdown-group, .layout-mode-1200fixed .rok-dropdown {
	position:relative;
}
.layout-mode-960fixed .rok-dropdown-open .rok-dropdown, .layout-mode-1200fixed .rok-dropdown-open .rok-dropdown {
	display:block;
}
.layout-mode-960fixed .rok-popover-group, .layout-mode-960fixed .rok-popover, .layout-mode-1200fixed .rok-popover-group, .layout-mode-1200fixed .rok-popover {
	position:relative;
}
.layout-mode-960fixed .rok-popover-open .rok-popover, .layout-mode-1200fixed .rok-popover-open .rok-popover {
	display:block;
}
.layout-mode-960fixed .gf-menu.l1 > li:hover > .item .border-fixer, .layout-mode-1200fixed .gf-menu.l1 > li:hover > .item .border-fixer {
	display:block;
	position:absolute;
	height:2px;
	width:100%;
	bottom:-2px;
	left:0px;
	z-index:1001;
}
.layout-mode-960fixed .gf-menu li:hover, .layout-mode-960fixed .gf-menu li.active:hover, .layout-mode-1200fixed .gf-menu li:hover, .layout-mode-1200fixed .gf-menu li.active:hover {
	padding-top:1px;
	border-top:0;
}
.layout-mode-960fixed .gf-menu li:hover > .dropdown, .layout-mode-960fixed .gf-menu li.active:hover > .dropdown, .layout-mode-1200fixed .gf-menu li:hover > .dropdown, .layout-mode-1200fixed .gf-menu li.active:hover > .dropdown {
	left:-1px;
	top:auto;
	opacity:1;
}
.layout-mode-960fixed .gf-menu li.parent:hover .daddyicon, .layout-mode-960fixed .gf-menu li.parent.active .daddyicon, .layout-mode-1200fixed .gf-menu li.parent:hover .daddyicon, .layout-mode-1200fixed .gf-menu li.parent.active .daddyicon {
	background-position:-1px -522px;
}
.layout-mode-960fixed .gf-menu .dropdown ul li:hover > .item, .layout-mode-960fixed .gf-menu .dropdown ul li.active > .item, .layout-mode-1200fixed .gf-menu .dropdown ul li:hover > .item, .layout-mode-1200fixed .gf-menu .dropdown ul li.active > .item {
	color:#FFFFFF !important;
	background:#000000;
}
.layout-mode-960fixed .gf-menu .dropdown ul li:hover, .layout-mode-1200fixed .gf-menu .dropdown ul li:hover {
	padding-top:6px !important;
}
.layout-mode-960fixed .gf-menu .dropdown ul li:hover > .item .border-fixer, .layout-mode-1200fixed .gf-menu .dropdown ul li:hover > .item .border-fixer {
	display:block;
	position:absolute;
	height:100%;
	width:2px;
	right:-1px;
	top:0px;
	background:rgba(252, 241, 180, 0.75);
	z-index:1001;
}
.layout-mode-960fixed .gf-menu .dropdown ul li:hover.parent > .item .daddyicon, .layout-mode-1200fixed .gf-menu .dropdown ul li:hover.parent > .item .daddyicon {
	top:2px;
	background-position:-2px -712px;
}
.layout-mode-960fixed .gf-menu .dropdown ul li.active > .item .daddyicon, .layout-mode-1200fixed .gf-menu .dropdown ul li.active > .item .daddyicon {
	background-position:-2px -712px;
}
.layout-mode-960fixed .gf-menu .dropdown ul .modules:hover, .layout-mode-1200fixed .gf-menu .dropdown ul .modules:hover {
	padding-top:6px !important;
}
.layout-mode-960fixed .gf-menu .dropdown ul .modules ul li:hover, .layout-mode-1200fixed .gf-menu .dropdown ul .modules ul li:hover {
	padding-top:6px !important;
}
.layout-mode-960fixed .gf-menu .dropdown li:hover > .flyout, .layout-mode-1200fixed .gf-menu .dropdown li:hover > .flyout {
	left:100%;
	top:-10px;
	margin-left:-6px;
}
.layout-mode-960fixed .clearfix, .layout-mode-1200fixed .clearfix {
*zoom:1;
}
.layout-mode-960fixed .clearfix:before, .layout-mode-960fixed .clearfix:after, .layout-mode-1200fixed .clearfix:before, .layout-mode-1200fixed .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.layout-mode-960fixed .clearfix:after, .layout-mode-1200fixed .clearfix:after {
	clear:both;
}
.layout-mode-960fixed .hide-text, .layout-mode-1200fixed .hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.layout-mode-960fixed .input-block-level, .layout-mode-1200fixed .input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.layout-mode-960fixed .rok-left, .layout-mode-1200fixed .rok-left {
	float:left;
}
.layout-mode-960fixed .rok-right, .layout-mode-1200fixed .rok-right {
	float:right;
}
.layout-mode-960fixed .rok-dropdown-group, .layout-mode-960fixed .rok-dropdown, .layout-mode-1200fixed .rok-dropdown-group, .layout-mode-1200fixed .rok-dropdown {
	position:relative;
}
.layout-mode-960fixed .rok-dropdown-open .rok-dropdown, .layout-mode-1200fixed .rok-dropdown-open .rok-dropdown {
	display:block;
}
.layout-mode-960fixed .rok-popover-group, .layout-mode-960fixed .rok-popover, .layout-mode-1200fixed .rok-popover-group, .layout-mode-1200fixed .rok-popover {
	position:relative;
}
.layout-mode-960fixed .rok-popover-open .rok-popover, .layout-mode-1200fixed .rok-popover-open .rok-popover {
	display:block;
}
.layout-mode-960fixed .gf-menu .dropdown ul li:hover > .item, .layout-mode-960fixed .gf-menu .dropdown ul li.active > .item, .layout-mode-1200fixed .gf-menu .dropdown ul li:hover > .item, .layout-mode-1200fixed .gf-menu .dropdown ul li.active > .item {
	color:#FFFFFF !important;
	background:rgba(216, 141, 128, 0.75);
}
@media (max-width: 767px) {
.layout-mode-responsive .gf-menu-device-wrapper {
margin-bottom:15px !important;
}
.layout-mode-responsive .gf-menu-device-wrapper .daddyicon {
display:none;
}
.layout-mode-responsive .gf-menu-device-wrapper .rt-arrow-pointer, .layout-mode-responsive .gf-menu-device-wrapper .rt-sub-pointer {
display:none;
}
.layout-mode-responsive .gf-menu-device-container {
padding:5px;
border-radius:5px;
}
.layout-mode-responsive .gf-menu-device-container select {
margin-bottom:0;
width:100%;
}

.layout-mode-responsive .gf-menu .dropdown {
width:100% !important;
border:0 !important;
margin-left:0 !important;
padding-top:0 !important;
padding-bottom:0 !important;
background:transparent !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
position:relative;
left:inherit;
top:inherit;
opacity:1;
*zoom:1;
}
.layout-mode-responsive .gf-menu .dropdown:before, .layout-mode-responsive .gf-menu .dropdown:after {
display:table;
content:"";
line-height:0;
}
.layout-mode-responsive .gf-menu .dropdown:after {
clear:both;
}
.layout-mode-responsive .gf-menu .dropdown ul li {
padding:0 5px;
border:0;
}
.layout-mode-responsive .gf-menu .dropdown .flyout {
display:block;
}
.layout-mode-responsive .gf-menu .dropdown .column {
width:100% !important;
}
.layout-mode-responsive .gf-menu .dropdown .grouped ol {
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
border:0 !important;
margin:0 !important;
padding:0 !important;
}
}
[class*="menu-dropdownmenu-position-content-"] #rt-content-top, [class*="menu-dropdownmenu-position-content-"] #rt-content-bottom {
overflow:visible;
}
.gf-menu .dropdown ul li {
	padding:5px 1px 5px 1px;
}
.gf-menu .dropdown .rt-sub-pointer {
	border-bottom-color:rgba(216, 141, 128, 0.75);
}
/**** menu_2020.css ends ***/
/*** grid-responsive.css Starts ***/
body {
	min-width: 100px !important;
}
body [class*="rt-grid"] {
display: inline;
float: left;
position: relative;
margin: 0;
}
.rt-container {
	width: 1200px;
	margin: 0 auto;
}
.rt-grid-1 {
	width: 100px;
}
.rt-grid-2 {
	width: 200px;
}
.rt-grid-3 {
	width: 300px;
}
.rt-grid-4 {
	width: 400px;
}
.rt-grid-5 {
	width: 500px;
}
.rt-grid-6 {
	width: 600px;
}
.rt-grid-7 {
	width: 700px;
}
.rt-grid-8 {
	width: 800px;
}
.rt-grid-9 {
	width: 900px;
}
.rt-grid-10 {
	width: 1000px;
}
.rt-grid-11 {
	width: 1100px;
}
.rt-grid-12 {
	width: 1200px;
}
.rt-push-1 {
	left: 100px;
}
.rt-push-2 {
	left: 200px;
}
.rt-push-3 {
	left: 300px;
}
.rt-push-4 {
	left: 400px;
}
.rt-push-5 {
	left: 500px;
}
.rt-push-6 {
	left: 600px;
}
.rt-push-7 {
	left: 700px;
}
.rt-push-8 {
	left: 800px;
}
.rt-push-9 {
	left: 900px;
}
.rt-push-10 {
	left: 1000px;
}
.rt-push-11 {
	left: 1100px;
}
.rt-pull-1 {
	left: -100px;
}
.rt-pull-2 {
	left: -200px;
}
.rt-pull-3 {
	left: -300px;
}
.rt-pull-4 {
	left: -400px;
}
.rt-pull-5 {
	left: -500px;
}
.rt-pull-6 {
	left: -600px;
}
.rt-pull-7 {
	left: -700px;
}
.rt-pull-8 {
	left: -800px;
}
.rt-pull-9 {
	left: -900px;
}
.rt-pull-10 {
	left: -1000px;
}
.rt-pull-11 {
	left: -1100px;
}
.rt-prefix-1 {
	padding-left: 100px;
}
.rt-prefix-2 {
	padding-left: 200px;
}
.rt-prefix-3 {
	padding-left: 300px;
}
.rt-prefix-4 {
	padding-left: 400px;
}
.rt-prefix-5 {
	padding-left: 500px;
}
.rt-prefix-6 {
	padding-left: 600px;
}
.rt-prefix-7 {
	padding-left: 700px;
}
.rt-prefix-8 {
	padding-left: 800px;
}
.rt-prefix-9 {
	padding-left: 900px;
}
.rt-prefix-10 {
	padding-left: 1000px;
}
.rt-prefix-11 {
	padding-left: 1100px;
}
 @media only screen and (min-width: 960px) and (max-width: 1199px) {
 .rt-container {
width: 960px;
}
 .rt-grid-1 {
width: 80px;
}
 .rt-grid-2 {
width: 160px;
}
 .rt-grid-3 {
width: 240px;
}
 .rt-grid-4 {
width: 320px;
}
 .rt-grid-5 {
width: 400px;
}
 .rt-grid-6 {
width: 480px;
}
 .rt-grid-7 {
width: 560px;
}
 .rt-grid-8 {
width: 640px;
}
 .rt-grid-9 {
width: 720px;
}
 .rt-grid-10 {
width: 800px;
}
 .rt-grid-11 {
width: 880px;
}
 .rt-grid-12 {
width: 960px;
}
 .rt-push-1 {
left: 80px;
}
 .rt-push-2 {
left: 160px;
}
 .rt-push-3 {
left: 240px;
}
 .rt-push-4 {
left: 320px;
}
 .rt-push-5 {
left: 400px;
}
 .rt-push-6 {
left: 480px;
}
 .rt-push-7 {
left: 560px;
}
 .rt-push-8 {
left: 640px;
}
 .rt-push-9 {
left: 720px;
}
 .rt-push-10 {
left: 800px;
}
 .rt-push-11 {
left: 880px;
}
 .rt-pull-1 {
left: -80px;
}
 .rt-pull-2 {
left: -160px;
}
 .rt-pull-3 {
left: -240px;
}
 .rt-pull-4 {
left: -320px;
}
 .rt-pull-5 {
left: -400px;
}
 .rt-pull-6 {
left: -480px;
}
 .rt-pull-7 {
left: -560px;
}
 .rt-pull-8 {
left: -640px;
}
 .rt-pull-9 {
left: -720px;
}
 .rt-pull-10 {
left: -800px;
}
 .rt-pull-11 {
left: -880px;
}
 .rt-prefix-1 {
padding-left: 80px;
}
 .rt-prefix-2 {
padding-left: 160px;
}
 .rt-prefix-3 {
padding-left: 240px;
}
 .rt-prefix-4 {
padding-left: 320px;
}
 .rt-prefix-5 {
padding-left: 400px;
}
 .rt-prefix-6 {
padding-left: 480px;
}
 .rt-prefix-7 {
padding-left: 560px;
}
 .rt-prefix-8 {
padding-left: 640px;
}
 .rt-prefix-9 {
padding-left: 720px;
}
 .rt-prefix-10 {
padding-left: 800px;
}
 .rt-prefix-11 {
padding-left: 880px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
 .rt-container {
width: 768px;
}
 .rt-grid-1 {
width: 64px;
}
 .rt-grid-2 {
width: 128px;
}
 .rt-grid-3 {
width: 192px;
}
 .rt-grid-4 {
width: 256px;
}
 .rt-grid-5 {
width: 320px;
}
 .rt-grid-6 {
width: 384px;
}
 .rt-grid-7 {
width: 448px;
}
 .rt-grid-8 {
width: 512px;
}
 .rt-grid-9 {
width: 576px;
}
 .rt-grid-10 {
width: 640px;
}
 .rt-grid-11 {
width: 704px;
}
 .rt-grid-12 {
width: 768px;
}
 .rt-push-1 {
left: 64px;
}
 .rt-push-2 {
left: 128px;
}
 .rt-push-3 {
left: 192px;
}
 .rt-push-4 {
left: 256px;
}
 .rt-push-5 {
left: 320px;
}
 .rt-push-6 {
left: 384px;
}
 .rt-push-7 {
left: 448px;
}
 .rt-push-8 {
left: 512px;
}
 .rt-push-9 {
left: 576px;
}
 .rt-push-10 {
left: 640px;
}
 .rt-push-11 {
left: 704px;
}
 .rt-pull-1 {
left: -64px;
}
 .rt-pull-2 {
left: -128px;
}
 .rt-pull-3 {
left: -192px;
}
 .rt-pull-4 {
left: -256px;
}
 .rt-pull-5 {
left: -320px;
}
 .rt-pull-6 {
left: -384px;
}
 .rt-pull-7 {
left: -448px;
}
 .rt-pull-8 {
left: -512px;
}
 .rt-pull-9 {
left: -576px;
}
 .rt-pull-10 {
left: -640px;
}
 .rt-pull-11 {
left: -704px;
}
 .rt-prefix-1 {
padding-left: 64px;
}
 .rt-prefix-2 {
padding-left: 128px;
}
 .rt-prefix-3 {
padding-left: 192px;
}
 .rt-prefix-4 {
padding-left: 256px;
}
 .rt-prefix-5 {
padding-left: 320px;
}
 .rt-prefix-6 {
padding-left: 384px;
}
 .rt-prefix-7 {
padding-left: 448px;
}
 .rt-prefix-8 {
padding-left: 512px;
}
 .rt-prefix-9 {
padding-left: 576px;
}
 .rt-prefix-10 {
padding-left: 640px;
}
 .rt-prefix-11 {
padding-left: 704px;
}
}
 @media only screen and (min-width: 481px) and (max-width: 767px) {
 body {
-webkit-tap-highlight-color: transparent;
}
 .rt-container {
width: 480px;
}
 .rt-container [class*="rt-grid"] {
display: block;
float: none;
position: relative;
width: 100%;
}
 .rt-container [class*="rt-push"], [class*="rt-pull"] {
left: auto;
}
 .rt-container [class*="rt-prefix"] {
padding-left: 0;
}
}
 @media only screen and (max-width: 480px) {
 body {
-webkit-tap-highlight-color: transparent;
}
 .rt-container {
width: 95%;
}
 .rt-container [class*="rt-grid"] {
display: block;
float: none;
position: relative;
width: 100%;
}
 .rt-container [class*="rt-push"], [class*="rt-pull"] {
left: auto;
}
 .rt-container [class*="rt-prefix"] {
padding-left: 0;
}
}
/*** grid-responsive.css Ends ***/
/*** bootstrap.css Starts  ***/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
audio, canvas, video {
	display:inline-block;
*display:inline;
*zoom:1;
}
audio:not([controls]) {
display:none;
}
html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
a:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
a:hover, a:active {
	outline:0;
}
sub, sup {
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
img {
	max-width:100%;
	width:auto \9;
	height:auto;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
}
#map_canvas img {
	max-width:none;
}
button, input, select, textarea {
	margin:0;
	font-size:100%;
	vertical-align:middle;
}
button, input {
*overflow:visible;
	line-height:normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button;
}
input[type="search"] {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-appearance:textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none;
}
textarea {
	overflow:auto;
	vertical-align:top;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after {
	clear:both;
}
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	margin:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333;
	background-color:#FFFFFF;
}
a {
	color:#08c;
	text-decoration:none;
}
a:hover {
	color:#005580;
	text-decoration:underline;
}
.img-rounded {
	border-radius:6px;
}
.img-polaroid {
	padding:4px;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
	border-radius:500px;
}
.row {
	margin-left:-20px;
*zoom:1;
}
.row:before, .row:after {
	display:table;
	content:"";
	line-height:0;
}
.row:after {
	clear:both;
}
[class*="span"] {
float:left;
min-height:1px;
margin-left:20px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width:940px;
}
.span12 {
	width:940px;
}
.span11 {
	width:860px;
}
.span10 {
	width:780px;
}
.span9 {
	width:700px;
}
.span8 {
	width:620px;
}
.span7 {
	width:540px;
}
.span6 {
	width:460px;
}
.span5 {
	width:380px;
}
.span4 {
	width:300px;
}
.span3 {
	width:220px;
}
.span2 {
	width:140px;
}
.span1 {
	width:60px;
}
.offset12 {
	margin-left:980px;
}
.offset11 {
	margin-left:900px;
}
.offset10 {
	margin-left:820px;
}
.offset9 {
	margin-left:740px;
}
.offset8 {
	margin-left:660px;
}
.offset7 {
	margin-left:580px;
}
.offset6 {
	margin-left:500px;
}
.offset5 {
	margin-left:420px;
}
.offset4 {
	margin-left:340px;
}
.offset3 {
	margin-left:260px;
}
.offset2 {
	margin-left:180px;
}
.offset1 {
	margin-left:100px;
}
.row-fluid {
	width:100%;
*zoom:1;
}
.row-fluid:before, .row-fluid:after {
	display:table;
	content:"";
	line-height:0;
}
.row-fluid:after {
	clear:both;
}
.row-fluid [class*="span"] {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
float:left;
margin-left:2.12765957447%;
*margin-left:2.07446808511%;
}
.row-fluid [class*="span"]:first-child {
margin-left:0;
}
.row-fluid .span12 {
	width:100%;
*width:99.9468085106%;
}
.row-fluid .span11 {
	width:91.4893617021%;
*width:91.4361702128%;
}
.row-fluid .span10 {
	width:82.9787234043%;
*width:82.9255319149%;
}
.row-fluid .span9 {
	width:74.4680851064%;
*width:74.414893617%;
}
.row-fluid .span8 {
	width:65.9574468085%;
*width:65.9042553191%;
}
.row-fluid .span7 {
	width:57.4468085106%;
*width:57.3936170213%;
}
.row-fluid .span6 {
	width:48.9361702128%;
*width:48.8829787234%;
}
.row-fluid .span5 {
	width:40.4255319149%;
*width:40.3723404255%;
}
.row-fluid .span4 {
	width:31.914893617%;
*width:31.8617021277%;
}
.row-fluid .span3 {
	width:23.4042553191%;
*width:23.3510638298%;
}
.row-fluid .span2 {
	width:14.8936170213%;
*width:14.8404255319%;
}
.row-fluid .span1 {
	width:6.3829787234%;
*width:6.32978723404%;
}
.row-fluid .offset12 {
	margin-left:104.255319149%;
*margin-left:104.14893617%;
}
.row-fluid .offset12:first-child {
	margin-left:102.127659574%;
*margin-left:102.021276596%;
}
.row-fluid .offset11 {
	margin-left:95.7446808511%;
*margin-left:95.6382978723%;
}
.row-fluid .offset11:first-child {
	margin-left:93.6170212766%;
*margin-left:93.5106382979%;
}
.row-fluid .offset10 {
	margin-left:87.2340425532%;
*margin-left:87.1276595745%;
}
.row-fluid .offset10:first-child {
	margin-left:85.1063829787%;
*margin-left:85%;
}
.row-fluid .offset9 {
	margin-left:78.7234042553%;
*margin-left:78.6170212766%;
}
.row-fluid .offset9:first-child {
	margin-left:76.5957446809%;
*margin-left:76.4893617021%;
}
.row-fluid .offset8 {
	margin-left:70.2127659574%;
*margin-left:70.1063829787%;
}
.row-fluid .offset8:first-child {
	margin-left:68.085106383%;
*margin-left:67.9787234043%;
}
.row-fluid .offset7 {
	margin-left:61.7021276596%;
*margin-left:61.5957446809%;
}
.row-fluid .offset7:first-child {
	margin-left:59.5744680851%;
*margin-left:59.4680851064%;
}
.row-fluid .offset6 {
	margin-left:53.1914893617%;
*margin-left:53.085106383%;
}
.row-fluid .offset6:first-child {
	margin-left:51.0638297872%;
*margin-left:50.9574468085%;
}
.row-fluid .offset5 {
	margin-left:44.6808510638%;
*margin-left:44.5744680851%;
}
.row-fluid .offset5:first-child {
	margin-left:42.5531914894%;
*margin-left:42.4468085106%;
}
.row-fluid .offset4 {
	margin-left:36.170212766%;
*margin-left:36.0638297872%;
}
.row-fluid .offset4:first-child {
	margin-left:34.0425531915%;
*margin-left:33.9361702128%;
}
.row-fluid .offset3 {
	margin-left:27.6595744681%;
*margin-left:27.5531914894%;
}
.row-fluid .offset3:first-child {
	margin-left:25.5319148936%;
*margin-left:25.4255319149%;
}
.row-fluid .offset2 {
	margin-left:19.1489361702%;
*margin-left:19.0425531915%;
}
.row-fluid .offset2:first-child {
	margin-left:17.0212765957%;
*margin-left:16.914893617%;
}
.row-fluid .offset1 {
	margin-left:10.6382978723%;
*margin-left:10.5319148936%;
}
.row-fluid .offset1:first-child {
	margin-left:8.51063829787%;
*margin-left:8.40425531915%;
}
[class*="span"].hide, .row-fluid [class*="span"].hide {
display:none;
}
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
float:right;
}
.container {
	margin-right:auto;
	margin-left:auto;
*zoom:1;
}
.container:before, .container:after {
	display:table;
	content:"";
	line-height:0;
}
.container:after {
	clear:both;
}
.container-fluid {
	padding-right:20px;
	padding-left:20px;
*zoom:1;
}
.container-fluid:before, .container-fluid:after {
	display:table;
	content:"";
	line-height:0;
}
.container-fluid:after {
	clear:both;
}
p {
	margin:0 0 10px;
}
.lead {
	margin-bottom:20px;
	font-size:21px;
	font-weight:200;
	line-height:30px;
}
small {
	font-size:85%;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
cite {
	font-style:normal;
}
.muted {
	color:#999;
}
.text-warning {
	color:#c09853;
}
.text-error {
	color:#b94a48;
}
.text-info {
	color:#3a87ad;
}
.text-success {
	color:#468847;
}
h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
	font-family:inherit;
	font-weight:bold;
	line-height:1;
	color:inherit;
	text-rendering:optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight:normal;
	line-height:1;
	color:#999;
}
h1 {
	font-size:36px;
	line-height:40px;
}
h2 {
	font-size:30px;
	line-height:40px;
}
h3 {
	font-size:24px;
	line-height:40px;
}
h4 {
	font-size:18px;
	line-height:20px;
}
h5 {
	font-size:14px;
	line-height:20px;
}
h6 {
	font-size:12px;
	line-height:20px;
}
h1 small {
	font-size:24px;
}
h2 small {
	font-size:18px;
}
h3 small {
	font-size:14px;
}
h4 small {
	font-size:14px;
}
.page-header {
	padding-bottom:9px;
	margin:20px 0 30px;
	border-bottom:1px solid #eee;
}
ul, ol {
	padding:0;
	margin:0 0 10px 25px;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom:0;
}
li {
	line-height:20px;
}
ul.unstyled, ol.unstyled {
	margin-left:0;
	list-style:none;
}
dl {
	margin-bottom:20px;
}
dt, dd {
	line-height:20px;
}
dt {
	font-weight:bold;
}
dd {
	margin-left:10px;
}
.dl-horizontal {
*zoom:1;
}
.dl-horizontal:before, .dl-horizontal:after {
	display:table;
	content:"";
	line-height:0;
}
.dl-horizontal:after {
	clear:both;
}
.dl-horizontal dt {
	float:left;
	width:160px;
	clear:left;
	text-align:right;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.dl-horizontal dd {
	margin-left:180px;
}
hr {
	margin:20px 0;
	border:0;
	border-top:1px solid #eee;
	border-bottom:1px solid #FFFFFF;
}
abbr[title] {
	cursor:help;
	border-bottom:1px dotted #999;
}
abbr.initialism {
	font-size:90%;
	text-transform:uppercase;
}
blockquote {
	padding:0 0 0 15px;
	margin:0 0 20px;
	border-left:5px solid #eee;
}
blockquote p {
	margin-bottom:0;
	font-size:16px;
	font-weight:300;
	line-height:25px;
}
blockquote small {
	display:block;
	line-height:20px;
	color:#999;
}
blockquote small:before {
	content:'\2014 \00A0';
}
blockquote.pull-right {
	float:right;
	padding-right:15px;
	padding-left:0;
	border-right:5px solid #eee;
	border-left:0;
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align:right;
}
blockquote.pull-right small:before {
	content:'';
}
blockquote.pull-right small:after {
	content:'\00A0 \2014';
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}
address {
	display:block;
	margin-bottom:20px;
	font-style:normal;
	line-height:20px;
}
code, pre {
	padding:0 3px 2px;
	font-family:Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size:12px;
	color:#333;
	border-radius:3px;
}
code {
	padding:2px 4px;
	color:#d14;
	background-color:#f7f7f9;
	border:1px solid #e1e1e8;
}
pre {
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	font-size:13px;
	line-height:20px;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre;
	white-space:pre-wrap;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, 0.15);
	border-radius:4px;
}
pre.prettyprint {
	margin-bottom:20px;
}
pre code {
	padding:0;
	color:inherit;
	background-color:transparent;
	border:0;
}
.pre-scrollable {
	max-height:340px;
	overflow-y:scroll;
}
form {
	margin:0 0 20px;
}
fieldset {
	padding:0;
	margin:0;
	border:0;
}
legend {
	display:block;
	width:100%;
	padding:0;
	margin-bottom:20px;
	font-size:21px;
	line-height:40px;
	color:#333;
	border:0;
	border-bottom:1px solid #e5e5e5;
}
legend small {
	font-size:15px;
	color:#999;
}
label, input, button, select, textarea {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
input, button, select, textarea {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	display:block;
	margin-bottom:5px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display:inline-block;
	height:20px;
	padding:4px 6px;
	margin-bottom:9px;
	font-size:14px;
	line-height:20px;
	color:#555;
	border-radius:3px;
}
input, textarea, .uneditable-input {
	width:206px;
}
textarea {
	height:auto;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color:#FFFFFF;
	border:1px solid #ccc;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition:border linear .2s, box-shadow linear .2s;
-moz-transition:border linear .2s, box-shadow linear .2s;
-o-transition:border linear .2s, box-shadow linear .2s;
transition:border linear .2s, box-shadow linear .2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:rgba(82, 168, 236, 0.8);
	outline:0;
	outline:thin dotted \9;
}
input[type="radio"], input[type="checkbox"] {
	margin:4px 0 0;
*margin-top:0;
	margin-top:1px \9;
	line-height:normal;
	cursor:pointer;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width:auto;
}
select, input[type="file"] {
	height:30px;
*margin-top:4px;
	line-height:30px;
}
select {
	width:220px;
	border:1px solid #ccc;
	background-color:#FFFFFF;
}
select[multiple], select[size] {
	height:auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
.uneditable-input, .uneditable-textarea {
	color:#999;
	background-color:#fcfcfc;
	border-color:#ccc;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);
	cursor:not-allowed;
}
.uneditable-input {
	overflow:hidden;
	white-space:nowrap;
}
.uneditable-textarea {
	width:auto;
	height:auto;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999;
}
.radio, .checkbox {
	min-height:18px;
	padding-left:18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float:left;
	margin-left:-18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top:5px;
}
.radio.inline, .checkbox.inline {
	display:inline-block;
	padding-top:5px;
	margin-bottom:0;
	vertical-align:middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
	margin-left:10px;
}
.input-mini {
	width:60px;
}
.input-small {
	width:90px;
}
.input-medium {
	width:150px;
}
.input-large {
	width:210px;
}
.input-xlarge {
	width:270px;
}
.input-xxlarge {
	width:530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
float:none;
margin-left:0;
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
display:inline-block;
}
input, textarea, .uneditable-input {
	margin-left:0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left:20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width:926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width:846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width:766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width:686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width:606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width:526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width:446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width:366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width:286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width:206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width:126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width:46px;
}
.controls-row {
*zoom:1;
}
.controls-row:before, .controls-row:after {
	display:table;
	content:"";
	line-height:0;
}
.controls-row:after {
	clear:both;
}
.controls-row [class*="span"] {
float:left;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	cursor:not-allowed;
	background-color:#eee;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
	background-color:transparent;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color:#c09853;
}
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	color:#c09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color:#c09853;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color:#a47e3c;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	color:#c09853;
	background-color:#fcf8e3;
	border-color:#c09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color:#b94a48;
}
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
	color:#b94a48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color:#b94a48;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color:#953b39;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	color:#b94a48;
	background-color:#f2dede;
	border-color:#b94a48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color:#468847;
}
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
	color:#468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color:#468847;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color:#356635;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	color:#468847;
	background-color:#dff0d8;
	border-color:#468847;
}
.control-group.info > label, .control-group.info .help-block, .control-group.info .help-inline {
	color:#3a87ad;
}
.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
	color:#3a87ad;
}
.control-group.info input, .control-group.info select, .control-group.info textarea {
	border-color:#3a87ad;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
	border-color:#2d6987;
}
.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
	color:#3a87ad;
	background-color:#d9edf7;
	border-color:#3a87ad;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
color:#b94a48;
border-color:#ee5f5b;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
border-color:#e9322d;
-webkit-box-shadow:0 0 6px #f8b9b7;
-moz-box-shadow:0 0 6px #f8b9b7;
box-shadow:0 0 6px #f8b9b7;
}
.form-actions {
	padding:19px 20px 20px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border-top:1px solid #e5e5e5;
*zoom:1;
}
.form-actions:before, .form-actions:after {
	display:table;
	content:"";
	line-height:0;
}
.form-actions:after {
	clear:both;
}
.help-block, .help-inline {
	color:#595959;
}
.help-block {
	display:block;
	margin-bottom:10px;
}
.help-inline {
	display:inline-block;
*display:inline;
*zoom:1;
	vertical-align:middle;
	padding-left:5px;
}
.input-append, .input-prepend {
	margin-bottom:5px;
	font-size:0;
	white-space:nowrap;
}
.input-append input, .input-append select, .input-append .uneditable-input, .input-prepend input, .input-prepend select, .input-prepend .uneditable-input {
	position:relative;
	margin-bottom:0;
*margin-left:0;
	font-size:14px;
	vertical-align:top;
	border-radius:0 3px 3px 0;
}
.input-append input:focus, .input-append select:focus, .input-append .uneditable-input:focus, .input-prepend input:focus, .input-prepend select:focus, .input-prepend .uneditable-input:focus {
	z-index:2;
}
.input-append .add-on, .input-prepend .add-on {
	display:inline-block;
	width:auto;
	height:20px;
	min-width:16px;
	padding:4px 5px;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-align:center;
	text-shadow:0 1px 0 #FFFFFF;
	background-color:#eee;
	border:1px solid #ccc;
}
.input-append .add-on, .input-append .btn, .input-prepend .add-on, .input-prepend .btn {
	vertical-align:top;
	border-radius:0;
}
.input-append .active, .input-prepend .active {
	background-color:#a9dba9;
	border-color:#46a546;
}
.input-prepend .add-on, .input-prepend .btn {
	margin-right:-1px;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
	border-radius:3px 0 0 3px;
}
.input-append input, .input-append select, .input-append .uneditable-input {
	border-radius:3px 0 0 3px;
}
.input-append .add-on, .input-append .btn {
	margin-left:-1px;
}
.input-append .add-on:last-child, .input-append .btn:last-child {
	border-radius:0 3px 3px 0;
}
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
	border-radius:0;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
	margin-right:-1px;
	border-radius:3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
	margin-left:-1px;
	border-radius:0 3px 3px 0;
}
input.search-query {
	padding-right:14px;
	padding-right:4px \9;
	padding-left:14px;
	padding-left:4px \9;
	margin-bottom:0;
	border-radius:15px;
}
.form-search .input-append .search-query, .form-search .input-prepend .search-query {
	border-radius:0;
}
.form-search .input-append .search-query {
	border-radius:14px 0 0 14px;
}
.form-search .input-append .btn {
	border-radius:0 14px 14px 0;
}
.form-search .input-prepend .search-query {
	border-radius:0 14px 14px 0;
}
.form-search .input-prepend .btn {
	border-radius:14px 0 0 14px;
}
.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append {
	display:inline-block;
*display:inline;
*zoom:1;
	margin-bottom:0;
	vertical-align:middle;
}
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
	display:none;
}
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
	display:inline-block;
}
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
	margin-bottom:0;
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
	padding-left:0;
	margin-bottom:0;
	vertical-align:middle;
}
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
	float:left;
	margin-right:3px;
	margin-left:0;
}
.control-group {
	margin-bottom:10px;
}
legend + .control-group {
	margin-top:20px;
	-webkit-margin-top-collapse:separate;
}
.form-horizontal .control-group {
	margin-bottom:20px;
*zoom:1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	display:table;
	content:"";
	line-height:0;
}
.form-horizontal .control-group:after {
	clear:both;
}
.form-horizontal .control-label {
	float:left;
	width:160px;
	padding-top:5px;
	text-align:right;
}
.form-horizontal .controls {
*display:inline-block;
*padding-left:20px;
	margin-left:180px;
*margin-left:0;
}
.form-horizontal .controls:first-child {
*padding-left:180px;
}
.form-horizontal .help-block {
	margin-bottom:0;
}
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block {
	margin-top:10px;
}
.form-horizontal .form-actions {
	padding-left:180px;
}
table {
	max-width:100%;
	background-color:transparent;
	border-collapse:collapse;
	border-spacing:0;
}
.table {
	width:100%;
	margin-bottom:20px;
}
.table th, .table td {
	padding:8px;
	line-height:20px;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #ddd;
}
.table th {
	font-weight:bold;
}
.table thead th {
	vertical-align:bottom;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
	border-top:0;
}
.table tbody + tbody {
	border-top:2px solid #ddd;
}
.table-condensed th, .table-condensed td {
	padding:4px 5px;
}
.table-bordered {
	border:1px solid #ddd;
	border-collapse:separate;
*border-collapse:collapse;
	border-left:0;
	border-radius:4px;
}
.table-bordered th, .table-bordered td {
	border-left:1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
	border-top:0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child {
	border-radius:0 0 0 4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
background-color:#f9f9f9;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color:#f5f5f5;
}
table [class*=span], .row-fluid table [class*=span] {
display:table-cell;
float:none;
margin-left:0;
}
.table .span1 {
	float:none;
	width:44px;
	margin-left:0;
}
.table .span2 {
	float:none;
	width:124px;
	margin-left:0;
}
.table .span3 {
	float:none;
	width:204px;
	margin-left:0;
}
.table .span4 {
	float:none;
	width:284px;
	margin-left:0;
}
.table .span5 {
	float:none;
	width:364px;
	margin-left:0;
}
.table .span6 {
	float:none;
	width:444px;
	margin-left:0;
}
.table .span7 {
	float:none;
	width:524px;
	margin-left:0;
}
.table .span8 {
	float:none;
	width:604px;
	margin-left:0;
}
.table .span9 {
	float:none;
	width:684px;
	margin-left:0;
}
.table .span10 {
	float:none;
	width:764px;
	margin-left:0;
}
.table .span11 {
	float:none;
	width:844px;
	margin-left:0;
}
.table .span12 {
	float:none;
	width:924px;
	margin-left:0;
}
.table .span13 {
	float:none;
	width:1004px;
	margin-left:0;
}
.table .span14 {
	float:none;
	width:1084px;
	margin-left:0;
}
.table .span15 {
	float:none;
	width:1164px;
	margin-left:0;
}
.table .span16 {
	float:none;
	width:1244px;
	margin-left:0;
}
.table .span17 {
	float:none;
	width:1324px;
	margin-left:0;
}
.table .span18 {
	float:none;
	width:1404px;
	margin-left:0;
}
.table .span19 {
	float:none;
	width:1484px;
	margin-left:0;
}
.table .span20 {
	float:none;
	width:1564px;
	margin-left:0;
}
.table .span21 {
	float:none;
	width:1644px;
	margin-left:0;
}
.table .span22 {
	float:none;
	width:1724px;
	margin-left:0;
}
.table .span23 {
	float:none;
	width:1804px;
	margin-left:0;
}
.table .span24 {
	float:none;
	width:1884px;
	margin-left:0;
}
.table tbody tr.success td {
	background-color:#dff0d8;
}
.table tbody tr.error td {
	background-color:#f2dede;
}
.table tbody tr.warning td {
	background-color:#fcf8e3;
}
.table tbody tr.info td {
	background-color:#d9edf7;
}
.table-hover tbody tr.success:hover td {
	background-color:#d0e9c6;
}
.table-hover tbody tr.error:hover td {
	background-color:#ebcccc;
}
.table-hover tbody tr.warning:hover td {
	background-color:#faf2cc;
}
.table-hover tbody tr.info:hover td {
	background-color:#c4e3f3;
}
.dropup, .dropdown {
	position:relative;
}
.dropdown-toggle {
*margin-bottom:-3px;
}
.dropdown-toggle:active, .open .dropdown-toggle {
	outline:0;
}
.caret {
	display:inline-block;
	width:0;
	height:0;
	vertical-align:top;
	border-top:4px solid #000000;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
	content:"";
}
.dropdown .caret {
	margin-top:8px;
	margin-left:2px;
}
.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	list-style:none;
	background-color:#FFFFFF;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, 0.2);
*border-right-width:2px;
*border-bottom-width:2px;
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
}
.dropdown-menu.pull-right {
	right:0;
	left:auto;
}
.dropdown-menu .divider {
*width:100%;
	height:1px;
	margin:9px 1px;
*margin:-5px 0 5px;
	overflow:hidden;
	background-color:#e5e5e5;
	border-bottom:1px solid #FFFFFF;
}
.dropdown-menu a {
	display:block;
	padding:3px 20px;
	clear:both;
	font-weight:normal;
	line-height:20px;
	color:#333;
	white-space:nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#08c;
	background-color:#0081c2;
	background-image:-moz-linear-gradient(top, #08c, #0077b3);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
	background-image:-webkit-linear-gradient(top, #08c, #0077b3);
	background-image:-o-linear-gradient(top, #08c, #0077b3);
	background-image:linear-gradient(to bottom, #08c, #0077b3);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color:#FFFFFF;
	text-decoration:none;
	outline:0;
	background-color:#08c;
	background-color:#0081c2;
	background-image:-moz-linear-gradient(top, #08c, #0077b3);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
	background-image:-webkit-linear-gradient(top, #08c, #0077b3);
	background-image:-o-linear-gradient(top, #08c, #0077b3);
	background-image:linear-gradient(to bottom, #08c, #0077b3);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu .disabled > a, .dropdown-menu .disabled > a:hover {
	color:#999;
}
.dropdown-menu .disabled > a:hover {
	text-decoration:none;
	background-color:transparent;
	cursor:default;
}
.open {
*z-index:1000;
}
.open > .dropdown-menu {
	display:block;
}
.pull-right > .dropdown-menu {
	right:0;
	left:auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top:0;
	border-bottom:4px solid #000000;
	content:"";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-bottom:1px;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu > .dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display:block;
}
.dropdown-submenu > a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color:#FFFFFF;
}
.dropdown .dropdown-menu .nav-header {
	padding-left:20px;
	padding-right:20px;
}
.typeahead {
	margin-top:2px;
	border-radius:4px;
}
.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color:#ddd;
	border-color:rgba(0, 0, 0, 0.15);
}
.well-large {
	padding:24px;
	border-radius:6px;
}
.well-small {
	padding:9px;
	border-radius:3px;
}
.fade {
	opacity:0;
-webkit-transition:opacity .15s linear;
-moz-transition:opacity .15s linear;
-o-transition:opacity .15s linear;
transition:opacity .15s linear;
}
.fade.in {
	opacity:1;
}
.collapse {
	position:relative;
	height:0;
	overflow:hidden;
-webkit-transition:height .35s ease;
-moz-transition:height .35s ease;
-o-transition:height .35s ease;
transition:height .35s ease;
}
.collapse.in {
	height:auto;
}
.close {
	float:right;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	color:#000000;
	text-shadow:0 1px 0 #ffffff;
	opacity:0.2;
	filter:alpha(opacity=20);
}
.close:hover {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	opacity:0.4;
	filter:alpha(opacity=40);
}
button.close {
	padding:0;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
}
.btn {
	display:inline-block;
*display:inline;
*zoom:1;
	padding:4px 14px;
	margin-bottom:0;
	font-size:14px;
	line-height:20px;
*line-height:20px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color:#333;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top, #FFFFFF, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #FFFFFF, #e6e6e6);
	background-image:-o-linear-gradient(top, #FFFFFF, #e6e6e6);
	background-image:linear-gradient(to bottom, #FFFFFF, #e6e6e6);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#e6e6e6;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:1px solid #bbb;
*border:0;
	border-bottom-color:#a2a2a2;
	border-radius:4px;
*margin-left:.3em;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color:#333;
	background-color:#e6e6e6;
*background-color:#d9d9d9;
}
.btn:active, .btn.active {
	background-color:#cccccc \9;
}
.btn:first-child {
*margin-left:0;
}
.btn:hover {
	color:#333;
	text-decoration:none;
	background-color:#e6e6e6;
*background-color:#d9d9d9;
	background-position:0 -15px;
-webkit-transition:background-position .1s linear;
-moz-transition:background-position .1s linear;
-o-transition:background-position .1s linear;
transition:background-position .1s linear;
}
.btn:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
.btn.active, .btn:active {
	background-color:#e6e6e6;
	background-color:#d9d9d9 \9;
	background-image:none;
	outline:0;
}
.btn.disabled, .btn[disabled] {
	cursor:default;
	background-color:#e6e6e6;
	background-image:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-large {
	padding:9px 14px;
	font-size:16px;
	line-height:normal;
	border-radius:5px;
}
.btn-large [class^="icon-"] {
margin-top:2px;
}
.btn-small {
	padding:3px 9px;
	font-size:12px;
	line-height:18px;
}
.btn-small [class^="icon-"] {
margin-top:0;
}
.btn-mini {
	padding:2px 6px;
	font-size:11px;
	line-height:17px;
}
.btn-block {
	display:block;
	width:100%;
	padding-left:0;
	padding-right:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn-block + .btn-block {
	margin-top:5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width:100%;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color:rgba(255, 255, 255, 0.75);
}
.btn {
	border-color:#c5c5c5;
	border-color:rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#006dcc;
	background-image:-moz-linear-gradient(top, #08c, #0044cc);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
	background-image:-webkit-linear-gradient(top, #08c, #0044cc);
	background-image:-o-linear-gradient(top, #08c, #0044cc);
	background-image:linear-gradient(to bottom, #08c, #0044cc);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
	border-color:#0044cc #0044cc #002a80;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#0044cc;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color:#fff;
	background-color:#0044cc;
*background-color:#003bb3;
}
.btn-primary:active, .btn-primary.active {
	background-color:#003399 \9;
}
.btn-warning {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#faa732;
	background-image:-moz-linear-gradient(top, #fbb450, #f89406);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image:-webkit-linear-gradient(top, #fbb450, #f89406);
	background-image:-o-linear-gradient(top, #fbb450, #f89406);
	background-image:linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
	border-color:#f89406 #f89406 #ad6704;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#f89406;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color:#fff;
	background-color:#f89406;
*background-color:#df8505;
}
.btn-warning:active, .btn-warning.active {
	background-color:#c67605 \9;
}
.btn-danger {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#da4f49;
	background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color:#bd362f #bd362f #802420;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#bd362f;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color:#fff;
	background-color:#bd362f;
*background-color:#a9302a;
}
.btn-danger:active, .btn-danger.active {
	background-color:#942a25 \9;
}
.btn-success {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#5bb75b;
	background-image:-moz-linear-gradient(top, #62c462, #51a351);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image:-webkit-linear-gradient(top, #62c462, #51a351);
	background-image:-o-linear-gradient(top, #62c462, #51a351);
	background-image:linear-gradient(to bottom, #62c462, #51a351);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color:#51a351 #51a351 #387038;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#51a351;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color:#fff;
	background-color:#51a351;
*background-color:#499249;
}
.btn-success:active, .btn-success.active {
	background-color:#408140 \9;
}
.btn-info {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#49afcd;
	background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color:#2f96b4 #2f96b4 #1f6377;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#2f96b4;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color:#fff;
	background-color:#2f96b4;
*background-color:#2a85a0;
}
.btn-info:active, .btn-info.active {
	background-color:#24748c \9;
}
.btn-inverse {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#363636;
	background-image:-moz-linear-gradient(top, #444, #222);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
	background-image:-webkit-linear-gradient(top, #444, #222);
	background-image:-o-linear-gradient(top, #444, #222);
	background-image:linear-gradient(to bottom, #444, #222);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color:#222 #222 #000000;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#222;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color:#fff;
	background-color:#222;
*background-color:#151515;
}
.btn-inverse:active, .btn-inverse.active {
	background-color:#090909 \9;
}
button.btn, input[type="submit"].btn {
*padding-top:3px;
*padding-bottom:3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
padding:0;
border:0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
*padding-top:7px;
*padding-bottom:7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
*padding-top:3px;
*padding-bottom:3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
*padding-top:1px;
*padding-bottom:1px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color:transparent;
	background-image:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-link {
	border-color:transparent;
	cursor:pointer;
	color:#08c;
	border-radius:0;
}
.btn-link:hover {
	color:#005580;
	text-decoration:underline;
	background-color:transparent;
}
.btn-link[disabled]:hover {
	color:#333;
	text-decoration:none;
}
.btn-group {
	position:relative;
	font-size:0;
	vertical-align:middle;
	white-space:nowrap;
*margin-left:.3em;
}
.btn-group:first-child {
*margin-left:0;
}
.btn-group + .btn-group {
	margin-left:5px;
}
.btn-toolbar {
	font-size:0;
	margin-top:10px;
	margin-bottom:10px;
}
.btn-toolbar .btn-group {
	display:inline-block;
*display:inline;
*zoom:1;
}
.btn-toolbar .btn + .btn, .btn-toolbar .btn-group + .btn, .btn-toolbar .btn + .btn-group {
	margin-left:5px;
}
.btn-group > .btn {
	position:relative;
	border-radius:0;
}
.btn-group > .btn + .btn {
	margin-left:-1px;
}
.btn-group > .btn, .btn-group > .dropdown-menu {
	font-size:14px;
}
.btn-group > .btn-mini {
	font-size:11px;
}
.btn-group > .btn-small {
	font-size:12px;
}
.btn-group > .btn-large {
	font-size:16px;
}
.btn-group > .btn:first-child {
	margin-left:0;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
}
.btn-group > .btn.large:first-child {
	margin-left:0;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
	z-index:2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline:0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left:8px;
	padding-right:8px;
*padding-top:5px;
*padding-bottom:5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left:5px;
	padding-right:5px;
*padding-top:2px;
*padding-bottom:2px;
}
.btn-group > .btn-small + .dropdown-toggle {
*padding-top:5px;
*padding-bottom:4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left:12px;
	padding-right:12px;
*padding-top:7px;
*padding-bottom:7px;
}
.btn-group.open .dropdown-toggle {
	background-image:none;
}
.btn-group.open .btn.dropdown-toggle {
	background-color:#e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color:#0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color:#f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color:#bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color:#51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color:#2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color:#222;
}
.btn .caret {
	margin-top:8px;
	margin-left:0;
}
.btn-mini .caret, .btn-small .caret, .btn-large .caret {
	margin-top:6px;
}
.btn-large .caret {
	border-left-width:5px;
	border-right-width:5px;
	border-top-width:5px;
}
.dropup .btn-large .caret {
	border-bottom:5px solid #000000;
	border-top:0;
}
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
}
.btn-group-vertical {
	display:inline-block;
*display:inline;
*zoom:1;
}
.btn-group-vertical .btn {
	display:block;
	float:none;
	width:100%;
	border-radius:0;
}
.btn-group-vertical .btn + .btn {
	margin-left:0;
	margin-top:-1px;
}
.btn-group-vertical .btn:first-child {
	border-radius:4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
	border-radius:0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
	border-radius:6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
	border-radius:0 0 6px 6px;
}
.alert {
	padding:8px 35px 8px 14px;
	margin-bottom:20px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	background-color:#fcf8e3;
	border:1px solid #fbeed5;
	border-radius:4px;
	color:#c09853;
}
.alert h4 {
	margin:0;
}
.alert .close {
	position:relative;
	top:-2px;
	right:-21px;
	line-height:20px;
}
.alert-success {
	background-color:#dff0d8;
	border-color:#d6e9c6;
	color:#468847;
}
.alert-danger, .alert-error {
	background-color:#f2dede;
	border-color:#eed3d7;
	color:#b94a48;
}
.alert-info {
	background-color:#d9edf7;
	border-color:#bce8f1;
	color:#3a87ad;
}
.alert-block {
	padding-top:14px;
	padding-bottom:14px;
}
.alert-block > p, .alert-block > ul {
	margin-bottom:0;
}
.alert-block p + p {
	margin-top:5px;
}
.nav {
	margin-left:0;
	margin-bottom:20px;
	list-style:none;
}
.nav > li > a {
	display:block;
}
.nav > li > a:hover {
	text-decoration:none;
	background-color:#eee;
}
.nav > .pull-right {
	float:right;
}
.nav-header {
	display:block;
	padding:3px 15px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#999;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform:uppercase;
}
.nav li + .nav-header {
	margin-top:9px;
}
.nav-list {
	padding-left:15px;
	padding-right:15px;
	margin-bottom:0;
}
.nav-list > li > a, .nav-list .nav-header {
	margin-left:-15px;
	margin-right:-15px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
	padding:3px 15px;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
	color:#FFFFFF;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color:#08c;
}
.nav-list [class^="icon-"] {
margin-right:2px;
}
.nav-list .divider {
*width:100%;
	height:1px;
	margin:9px 1px;
*margin:-5px 0 5px;
	overflow:hidden;
	background-color:#e5e5e5;
	border-bottom:1px solid #FFFFFF;
}
.nav-tabs, .nav-pills {
*zoom:1;
}
.nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after {
	display:table;
	content:"";
	line-height:0;
}
.nav-tabs:after, .nav-pills:after {
	clear:both;
}
.nav-tabs > li, .nav-pills > li {
	float:left;
}
.nav-tabs > li > a, .nav-pills > li > a {
	padding-right:12px;
	padding-left:12px;
	margin-right:2px;
	line-height:14px;
}
.nav-tabs {
	border-bottom:1px solid #ddd;
}
.nav-tabs > li {
	margin-bottom:-1px;
}
.nav-tabs > li > a {
	padding-top:8px;
	padding-bottom:8px;
	line-height:20px;
	border:1px solid transparent;
	border-radius:4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color:#eee #eee #ddd;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	color:#555;
	background-color:#FFFFFF;
	border:1px solid #ddd;
	border-bottom-color:transparent;
	cursor:default;
}
.nav-pills > li > a {
	padding-top:8px;
	padding-bottom:8px;
	margin-top:2px;
	margin-bottom:2px;
	border-radius:5px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
	color:#FFFFFF;
	background-color:#08c;
}
.nav-stacked > li {
	float:none;
}
.nav-stacked > li > a {
	margin-right:0;
}
.nav-tabs.nav-stacked {
	border-bottom:0;
}
.nav-tabs.nav-stacked > li > a {
	border:1px solid #ddd;
	border-radius:0;
}
.nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
}
.nav-tabs.nav-stacked > li > a:hover {
	border-color:#ddd;
	z-index:2;
}
.nav-pills.nav-stacked > li > a {
	margin-bottom:3px;
}
.nav-pills.nav-stacked > li:last-child > a {
	margin-bottom:1px;
}
.nav-tabs .dropdown-menu {
	border-radius:0 0 6px 6px;
}
.nav-pills .dropdown-menu {
	border-radius:6px;
}
.nav .dropdown-toggle .caret {
	border-top-color:#08c;
	border-bottom-color:#08c;
	margin-top:6px;
}
.nav .dropdown-toggle:hover .caret {
	border-top-color:#005580;
	border-bottom-color:#005580;
}
.nav-tabs .dropdown-toggle .caret {
	margin-top:8px;
}
.nav .active .dropdown-toggle .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}
.nav-tabs .active .dropdown-toggle .caret {
	border-top-color:#555;
	border-bottom-color:#555;
}
.nav > .dropdown.active > a:hover {
	cursor:pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
	color:#FFFFFF;
	background-color:#999;
	border-color:#999;
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	opacity:1;
	filter:alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
	border-color:#999;
}
.tabbable {
*zoom:1;
}
.tabbable:before, .tabbable:after {
	display:table;
	content:"";
	line-height:0;
}
.tabbable:after {
	clear:both;
}
.tab-content {
	overflow:auto;
}
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
	border-bottom:0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
	display:none;
}
.tab-content > .active, .pill-content > .active {
	display:block;
}
.tabs-below > .nav-tabs {
	border-top:1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
	margin-top:-1px;
	margin-bottom:0;
}
.tabs-below > .nav-tabs > li > a {
	border-radius:0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
	border-bottom-color:transparent;
	border-top-color:#ddd;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover {
	border-color:transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
	float:none;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
	min-width:74px;
	margin-right:0;
	margin-bottom:3px;
}
.tabs-left > .nav-tabs {
	float:left;
	margin-right:19px;
	border-right:1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
	margin-right:-1px;
	border-radius:4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
	border-color:#eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
	border-color:#ddd transparent #ddd #ddd;
*border-right-color:#FFFFFF;
}
.tabs-right > .nav-tabs {
	float:right;
	margin-left:19px;
	border-left:1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
	margin-left:-1px;
	border-radius:0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
	border-color:#eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
	border-color:#ddd #ddd #ddd transparent;
*border-left-color:#FFFFFF;
}
.nav > .disabled > a {
	color:#999;
}
.nav > .disabled > a:hover {
	text-decoration:none;
	background-color:transparent;
	cursor:default;
}
.navbar {
	overflow:visible;
	margin-bottom:20px;
	color:#777;
*position:relative;
*z-index:2;
}
.navbar-inner {
	min-height:40px;
	padding-left:20px;
	padding-right:20px;
	background-color:#fafafa;
	background-image:-moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image:-webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:-o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	border:1px solid #d4d4d4;
	border-radius:4px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);
*zoom:1;
}
.navbar-inner:before, .navbar-inner:after {
	display:table;
	content:"";
	line-height:0;
}
.navbar-inner:after {
	clear:both;
}
.navbar .container {
	width:auto;
}
.nav-collapse.collapse {
	height:auto;
}
.navbar .brand {
	float:left;
	display:block;
	padding:10px 20px 10px;
	margin-left:-20px;
	font-size:20px;
	font-weight:200;
	color:#777;
	text-shadow:0 1px 0 #ffffff;
}
.navbar .brand:hover {
	text-decoration:none;
}
.navbar-text {
	margin-bottom:0;
	line-height:40px;
}
.navbar-link {
	color:#777;
}
.navbar-link:hover {
	color:#333;
}
.navbar .divider-vertical {
	height:40px;
	margin:0 9px;
	border-left:1px solid #f2f2f2;
	border-right:1px solid #ffffff;
}
.navbar .btn, .navbar .btn-group {
	margin-top:5px;
}
.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn {
	margin-top:0;
}
.navbar-form {
	margin-bottom:0;
*zoom:1;
}
.navbar-form:before, .navbar-form:after {
	display:table;
	content:"";
	line-height:0;
}
.navbar-form:after {
	clear:both;
}
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
	margin-top:5px;
}
.navbar-form input, .navbar-form select, .navbar-form .btn {
	display:inline-block;
	margin-bottom:0;
}
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
	margin-top:3px;
}
.navbar-form .input-append, .navbar-form .input-prepend {
	margin-top:6px;
	white-space:nowrap;
}
.navbar-form .input-append input, .navbar-form .input-prepend input {
	margin-top:0;
}
.navbar-search {
	position:relative;
	float:left;
	margin-top:5px;
	margin-bottom:0;
}
.navbar-search .search-query {
	margin-bottom:0;
	padding:4px 14px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:1;
	border-radius:15px;
}
.navbar-static-top {
	position:static;
	width:100%;
	margin-bottom:0;
}
.navbar-static-top .navbar-inner {
	border-radius:0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position:fixed;
	right:0;
	left:0;
	z-index:1030;
	margin-bottom:0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	border-width:0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
	border-width:1px 0 0;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding-left:0;
	padding-right:0;
	border-radius:0;
}
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width:940px;
}
.navbar-fixed-top {
	top:0;
}
.navbar-fixed-bottom {
	bottom:0;
}
.navbar .nav {
	position:relative;
	left:0;
	display:block;
	float:left;
	margin:0 10px 0 0;
}
.navbar .nav.pull-right {
	float:right;
	margin-right:0;
}
.navbar .nav > li {
	float:left;
}
.navbar .nav > li > a {
	float:none;
	padding:10px 15px 10px;
	color:#777;
	text-decoration:none;
	text-shadow:0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top:8px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	background-color:transparent;
	color:#333;
	text-decoration:none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color:#555;
	text-decoration:none;
	background-color:#e6e6e6;
	-webkit-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
	display:none;
	float:right;
	padding:7px 10px;
	margin-left:5px;
	margin-right:5px;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#ededed;
	background-image:-moz-linear-gradient(top, #f2f2f2, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
	background-image:-o-linear-gradient(top, #f2f2f2, #e6e6e6);
	background-image:linear-gradient(to bottom, #f2f2f2, #e6e6e6);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#e6e6e6;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	color:#fff;
	background-color:#e6e6e6;
*background-color:#d9d9d9;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
	background-color:#cccccc \9;
}
.navbar .btn-navbar .icon-bar {
	display:block;
	width:18px;
	height:2px;
	background-color:#f5f5f5;
	border-radius:1px;
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
	margin-top:3px;
}
.navbar .nav > li > .dropdown-menu:before {
	content:'';
	display:inline-block;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #ccc;
	border-bottom-color:rgba(0, 0, 0, 0.2);
	position:absolute;
	top:-7px;
	left:9px;
}
.navbar .nav > li > .dropdown-menu:after {
	content:'';
	display:inline-block;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #FFFFFF;
	position:absolute;
	top:-6px;
	left:10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
	border-top:7px solid #ccc;
	border-top-color:rgba(0, 0, 0, 0.2);
	border-bottom:0;
	bottom:-7px;
	top:auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
	border-top:6px solid #FFFFFF;
	border-bottom:0;
	bottom:-6px;
	top:auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color:#e6e6e6;
	color:#555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color:#777;
	border-bottom-color:#777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color:#555;
	border-bottom-color:#555;
}
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
	left:auto;
	right:0;
}
.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
	left:auto;
	right:12px;
}
.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
	left:auto;
	right:13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
	left:auto;
	right:100%;
	margin-left:0;
	margin-right:-1px;
	border-radius:6px 0 6px 6px;
}
.navbar-inverse {
	color:#999;
}
.navbar-inverse .navbar-inner {
	background-color:#1b1b1b;
	background-image:-moz-linear-gradient(top, #222222, #111111);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image:-webkit-linear-gradient(top, #222222, #111111);
	background-image:-o-linear-gradient(top, #222222, #111111);
	background-image:linear-gradient(to bottom, #222222, #111111);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
	border-color:#252525;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color:#999;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover {
	color:#FFFFFF;
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
	background-color:transparent;
	color:#FFFFFF;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	color:#FFFFFF;
	background-color:#111111;
}
.navbar-inverse .navbar-link {
	color:#999;
}
.navbar-inverse .navbar-link:hover {
	color:#FFFFFF;
}
.navbar-inverse .divider-vertical {
	border-left-color:#111111;
	border-right-color:#222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color:#111111;
	color:#FFFFFF;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color:#999;
	border-bottom-color:#999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
}
.navbar-inverse .navbar-search .search-query {
	color:#FFFFFF;
	background-color:#515151;
	border-color:#111111;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
color:#ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
color:#ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
color:#ccc;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
	padding:5px 15px;
	color:#333;
	text-shadow:0 1px 0 #FFFFFF;
	background-color:#FFFFFF;
	border:0;
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
	outline:0;
}
.navbar-inverse .btn-navbar {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#0e0e0e;
	background-image:-moz-linear-gradient(top, #151515, #040404);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
	background-image:-webkit-linear-gradient(top, #151515, #040404);
	background-image:-o-linear-gradient(top, #151515, #040404);
	background-image:linear-gradient(to bottom, #151515, #040404);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
	border-color:#040404 #040404 #000000;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#040404;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
	color:#fff;
	background-color:#040404;
*background-color:#000000;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
	background-color:#000000 \9;
}
.breadcrumb {
	padding:8px 15px;
	margin:0 0 20px;
	list-style:none;
	background-color:#f5f5f5;
	border-radius:4px;
	font-weight:bold;
}
.breadcrumb li {
	display:inline-block;
*display:inline;
*zoom:1;
	text-shadow:0 1px 0 #FFFFFF;
}
.breadcrumb .divider {
	padding:0 5px;
	color:#ccc;
}
.breadcrumb .active {
	color:#999;
}
.pagination {
	height:40px;
	margin:20px 0;
}
.pagination ul {
	display:inline-block;
*display:inline;
*zoom:1;
	margin-left:0;
	margin-bottom:0;
	border-radius:3px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
	display:inline;
}
.pagination ul > li > a, .pagination ul > li > span {
	float:left;
	padding:0 14px;
	line-height:44px;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	border-left-width:0;
}
.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
	background-color:#f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
	color:#999;
	cursor:default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {
	color:#999;
	background-color:transparent;
	cursor:default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width:1px;
	border-radius:3px 0 0 3px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	border-radius:0 3px 3px 0;
}
.pagination-centered {
	text-align:center;
}
.pagination-right {
	text-align:right;
}
.pager {
	margin:20px 0;
	list-style:none;
	text-align:center;
*zoom:1;
}
.pager:before, .pager:after {
	display:table;
	content:"";
	line-height:0;
}
.pager:after {
	clear:both;
}
.pager li {
	display:inline;
}
.pager a, .pager span {
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px;
}
.pager a:hover {
	text-decoration:none;
	background-color:#f5f5f5;
}
.pager .next a, .pager .next span {
	float:right;
}
.pager .previous a {
	float:left;
}
.pager .disabled a, .pager .disabled a:hover, .pager .disabled span {
	color:#999;
	background-color:#fff;
	cursor:default;
}
.tooltip {
	position:absolute;
	z-index:1030;
	display:block;
	visibility:visible;
	padding:5px;
	font-size:11px;
	opacity:0;
	filter:alpha(opacity=0);
}
.tooltip.in {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.tooltip.top {
	margin-top:-3px;
}
.tooltip.right {
	margin-left:3px;
}
.tooltip.bottom {
	margin-top:3px;
}
.tooltip.left {
	margin-left:-3px;
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#000;
	border-radius:4px;
}
.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:#000;
}
.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:#000;
}
.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:#000;
}
.tooltip.bottom .tooltip-arrow {
	top:0;
	left:50%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000;
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1010;
	display:none;
	width:236px;
	padding:1px;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
	margin-bottom:10px;
}
.popover.right {
	margin-left:10px;
}
.popover.bottom {
	margin-top:10px;
}
.popover.left {
	margin-right:10px;
}
.popover-title {
	margin:0;
	padding:8px 14px;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0;
}
.popover-content {
	padding:9px 14px;
}
.popover-content p, .popover-content ul, .popover-content ol {
	margin-bottom:0;
}
.popover .arrow, .popover .arrow:after {
	position:absolute;
	display:inline-block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
}
.popover .arrow:after {
	content:"";
	z-index:-1;
}
.popover.top .arrow {
	bottom:-10px;
	left:50%;
	margin-left:-10px;
	border-width:10px 10px 0;
	border-top-color:#fff;
}
.popover.top .arrow:after {
	border-width:11px 11px 0;
	border-top-color:rgba(0, 0, 0, 0.25);
	bottom:-1px;
	left:-11px;
}
.popover.right .arrow {
	top:50%;
	left:-10px;
	margin-top:-10px;
	border-width:10px 10px 10px 0;
	border-right-color:#fff;
}
.popover.right .arrow:after {
	border-width:11px 11px 11px 0;
	border-right-color:rgba(0, 0, 0, 0.25);
	bottom:-11px;
	left:-1px;
}
.popover.bottom .arrow {
	top:-10px;
	left:50%;
	margin-left:-10px;
	border-width:0 10px 10px;
	border-bottom-color:#fff;
}
.popover.bottom .arrow:after {
	border-width:0 11px 11px;
	border-bottom-color:rgba(0, 0, 0, 0.25);
	top:-1px;
	left:-11px;
}
.popover.left .arrow {
	top:50%;
	right:-10px;
	margin-top:-10px;
	border-width:10px 0 10px 10px;
	border-left-color:#fff;
}
.popover.left .arrow:after {
	border-width:11px 0 11px 11px;
	border-left-color:rgba(0, 0, 0, 0.25);
	bottom:-11px;
	right:-1px;
}
.thumbnails {
	margin-left:-20px;
	list-style:none;
*zoom:1;
}
.thumbnails:before, .thumbnails:after {
	display:table;
	content:"";
	line-height:0;
}
.thumbnails:after {
	clear:both;
}
.row-fluid .thumbnails {
	margin-left:0;
}
.thumbnails > li {
	float:left;
	margin-bottom:20px;
	margin-left:20px;
}
.thumbnail {
	display:block;
	padding:4px;
	line-height:20px;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
a.thumbnail:hover {
	border-color:#08c;
	-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
	display:block;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.thumbnail .caption {
	padding:9px;
	color:#555;
}
.label, .badge {
	font-size:11.844px;
	font-weight:bold;
	line-height:14px;
	color:#FFFFFF;
	vertical-align:baseline;
	white-space:nowrap;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#999;
}
.label {
	padding:1px 4px 2px;
	border-radius:3px;
}
.badge {
	padding:1px 9px 2px;
	border-radius:9px;
}
a.label:hover, a.badge:hover {
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
.label-important, .badge-important {
	background-color:#b94a48;
}
.label-important[href], .badge-important[href] {
	background-color:#953b39;
}
.label-warning, .badge-warning {
	background-color:#f89406;
}
.label-warning[href], .badge-warning[href] {
	background-color:#c67605;
}
.label-success, .badge-success {
	background-color:#468847;
}
.label-success[href], .badge-success[href] {
	background-color:#356635;
}
.label-info, .badge-info {
	background-color:#3a87ad;
}
.label-info[href], .badge-info[href] {
	background-color:#2d6987;
}
.label-inverse, .badge-inverse {
	background-color:#333;
}
.label-inverse[href], .badge-inverse[href] {
	background-color:#1a1a1a;
}
.btn .label, .btn .badge {
	position:relative;
	top:-1px;
}
.btn-mini .label, .btn-mini .badge {
	top:0;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0;
}
to {
	background-position:0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position:40px 0;
}
to {
	background-position:0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position:40px 0;
}
to {
	background-position:0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position:0 0;
}
to {
	background-position:40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0;
}
to {
	background-position:0 0;
}
}
.progress {
	overflow:hidden;
	height:20px;
	margin-bottom:20px;
	background-color:#f7f7f7;
	background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius:4px;
}
.progress .bar {
	width:0%;
	height:100%;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	text-align:center;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#0e90d2;
	background-image:-moz-linear-gradient(top, #149bdf, #0480be);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image:-webkit-linear-gradient(top, #149bdf, #0480be);
	background-image:-o-linear-gradient(top, #149bdf, #0480be);
	background-image:linear-gradient(to bottom, #149bdf, #0480be);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
-webkit-transition:width .6s ease;
-moz-transition:width .6s ease;
-o-transition:width .6s ease;
transition:width .6s ease;
}
.progress-striped .bar {
	background-color:#149bdf;
	background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size:40px 40px;
	-moz-background-size:40px 40px;
	-o-background-size:40px 40px;
	background-size:40px 40px;
}
.progress.active .bar {
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	-moz-animation:progress-bar-stripes 2s linear infinite;
	-ms-animation:progress-bar-stripes 2s linear infinite;
	-o-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar, .progress .bar-danger {
	background-color:#dd514c;
	background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
	background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image:linear-gradient(to bottom, #ee5f5b, #c43c35);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
	background-color:#ee5f5b;
	background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar, .progress .bar-success {
	background-color:#5eb95e;
	background-image:-moz-linear-gradient(top, #62c462, #57a957);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
	background-image:-webkit-linear-gradient(top, #62c462, #57a957);
	background-image:-o-linear-gradient(top, #62c462, #57a957);
	background-image:linear-gradient(to bottom, #62c462, #57a957);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar, .progress-striped .bar-success {
	background-color:#62c462;
	background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar, .progress .bar-info {
	background-color:#4bb1cf;
	background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
	background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image:-o-linear-gradient(top, #5bc0de, #339bb9);
	background-image:linear-gradient(to bottom, #5bc0de, #339bb9);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar, .progress-striped .bar-info {
	background-color:#5bc0de;
	background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar, .progress .bar-warning {
	background-color:#faa732;
	background-image:-moz-linear-gradient(top, #fbb450, #f89406);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image:-webkit-linear-gradient(top, #fbb450, #f89406);
	background-image:-o-linear-gradient(top, #fbb450, #f89406);
	background-image:linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
	background-color:#fbb450;
	background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, 0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)), color-stop(.75, rgba(255, 255, 255, 0.15)), color-stop(.75, transparent), to(transparent));
	background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
	margin-bottom:20px;
}
.accordion-group {
	margin-bottom:2px;
	border:1px solid #e5e5e5;
	border-radius:4px;
}
.accordion-heading {
	border-bottom:0;
}
.accordion-heading .accordion-toggle {
	display:block;
	padding:8px 15px;
}
.accordion-toggle {
	cursor:pointer;
}
.accordion-inner {
	padding:9px 15px;
	border-top:1px solid #e5e5e5;
}
.carousel {
	position:relative;
	margin-bottom:20px;
	line-height:1;
}
.carousel-inner {
	overflow:hidden;
	width:100%;
	position:relative;
}
.carousel .item {
	display:none;
	position:relative;
-webkit-transition:.6s ease-in-out left;
-moz-transition:.6s ease-in-out left;
-o-transition:.6s ease-in-out left;
transition:.6s ease-in-out left;
}
.carousel .item > img {
	display:block;
	line-height:1;
}
.carousel .active, .carousel .next, .carousel .prev {
	display:block;
}
.carousel .active {
	left:0;
}
.carousel .next, .carousel .prev {
	position:absolute;
	top:0;
	width:100%;
}
.carousel .next {
	left:100%;
}
.carousel .prev {
	left:-100%;
}
.carousel .next.left, .carousel .prev.right {
	left:0;
}
.carousel .active.left {
	left:-100%;
}
.carousel .active.right {
	left:100%;
}
.carousel-control {
	position:absolute;
	top:40%;
	left:15px;
	width:40px;
	height:40px;
	margin-top:-20px;
	font-size:60px;
	font-weight:100;
	line-height:30px;
	color:#FFFFFF;
	text-align:center;
	background:#222;
	border:3px solid #FFFFFF;
	border-radius:23px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.carousel-control.right {
	left:auto;
	right:15px;
}
.carousel-control:hover {
	color:#FFFFFF;
	text-decoration:none;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.carousel-caption {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:15px;
	background:#333;
	background:rgba(0, 0, 0, 0.75);
}
.carousel-caption h4, .carousel-caption p {
	color:#FFFFFF;
	line-height:20px;
}
.carousel-caption h4 {
	margin:0 0 5px;
}
.carousel-caption p {
	margin-bottom:0;
}
.pull-right {
	float:right;
}
.pull-left {
	float:left;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.invisible {
	visibility:hidden;
}
.affix {
	position:fixed;
}
@media (max-width: 767px) {
body {
padding-left:20px;
padding-right:20px;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin-left:-20px;
margin-right:-20px;
}
.container-fluid {
padding:0;
}
.dl-horizontal dt {
float:none;
clear:none;
width:auto;
text-align:left;
}
.dl-horizontal dd {
margin-left:0;
}
.container {
width:auto;
}
.row-fluid {
width:100%;
}
.row, .thumbnails {
margin-left:0;
}
.thumbnails > li {
float:none;
margin-left:0;
}
[class*="span"], .row-fluid [class*="span"] {
float:none;
display:block;
width:100%;
margin-left:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.span12, .row-fluid .span12 {
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
display:inline-block;
width:auto;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left:0;
}
.modal {
position:fixed;
top:20px;
left:20px;
right:20px;
width:auto;
margin:0;
}
.modal.fade.in {
top:auto;
}
}
@media (max-width: 480px) {
.nav-collapse {
-webkit-transform:translate3d(0, 0, 0);
}
.page-header h1 small {
display:block;
line-height:20px;
}
input[type="checkbox"], input[type="radio"] {
border:1px solid #ccc;
}
.form-horizontal .control-label {
float:none;
width:auto;
padding-top:0;
text-align:left;
}
.form-horizontal .controls {
margin-left:0;
}
.form-horizontal .control-list {
padding-top:0;
}
.form-horizontal .form-actions {
padding-left:10px;
padding-right:10px;
}
.modal {
top:10px;
left:10px;
right:10px;
}
.modal-header .close {
padding:10px;
margin:-10px;
}
.carousel-caption {
position:static;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.row {
margin-left:-20px;
*zoom:1;
}
.row:before, .row:after {
display:table;
content:"";
line-height:0;
}
.row:after {
clear:both;
}
[class*="span"] {
float:left;
min-height:1px;
margin-left:20px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width:724px;
}
.span12 {
width:724px;
}
.span11 {
width:662px;
}
.span10 {
width:600px;
}
.span9 {
width:538px;
}
.span8 {
width:476px;
}
.span7 {
width:414px;
}
.span6 {
width:352px;
}
.span5 {
width:290px;
}
.span4 {
width:228px;
}
.span3 {
width:166px;
}
.span2 {
width:104px;
}
.span1 {
width:42px;
}
.offset12 {
margin-left:764px;
}
.offset11 {
margin-left:702px;
}
.offset10 {
margin-left:640px;
}
.offset9 {
margin-left:578px;
}
.offset8 {
margin-left:516px;
}
.offset7 {
margin-left:454px;
}
.offset6 {
margin-left:392px;
}
.offset5 {
margin-left:330px;
}
.offset4 {
margin-left:268px;
}
.offset3 {
margin-left:206px;
}
.offset2 {
margin-left:144px;
}
.offset1 {
margin-left:82px;
}
.row-fluid {
width:100%;
*zoom:1;
}
.row-fluid:before, .row-fluid:after {
display:table;
content:"";
line-height:0;
}
.row-fluid:after {
clear:both;
}
.row-fluid [class*="span"] {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
float:left;
margin-left:2.76243093923%;
*margin-left:2.70923944986%;
}
.row-fluid [class*="span"]:first-child {
margin-left:0;
}
.row-fluid .span12 {
width:100%;
*width:99.9468085106%;
}
.row-fluid .span11 {
width:91.4893617021%;
*width:91.4361702128%;
}
.row-fluid .span10 {
width:82.9787234043%;
*width:82.9255319149%;
}
.row-fluid .span9 {
width:74.4680851064%;
*width:74.414893617%;
}
.row-fluid .span8 {
width:65.9574468085%;
*width:65.9042553191%;
}
.row-fluid .span7 {
width:57.4468085106%;
*width:57.3936170213%;
}
.row-fluid .span6 {
width:48.9361702128%;
*width:48.8829787234%;
}
.row-fluid .span5 {
width:40.4255319149%;
*width:40.3723404255%;
}
.row-fluid .span4 {
width:31.914893617%;
*width:31.8617021277%;
}
.row-fluid .span3 {
width:23.4042553191%;
*width:23.3510638298%;
}
.row-fluid .span2 {
width:14.8936170213%;
*width:14.8404255319%;
}
.row-fluid .span1 {
width:6.3829787234%;
*width:6.32978723404%;
}
.row-fluid .offset12 {
margin-left:105.524861878%;
*margin-left:105.4184789%;
}
.row-fluid .offset12:first-child {
margin-left:102.762430939%;
*margin-left:102.656047961%;
}
.row-fluid .offset11 {
margin-left:95.7446808511%;
*margin-left:95.6382978723%;
}
.row-fluid .offset11:first-child {
margin-left:93.6170212766%;
*margin-left:93.5106382979%;
}
.row-fluid .offset10 {
margin-left:87.2340425532%;
*margin-left:87.1276595745%;
}
.row-fluid .offset10:first-child {
margin-left:85.1063829787%;
*margin-left:85%;
}
.row-fluid .offset9 {
margin-left:78.7234042553%;
*margin-left:78.6170212766%;
}
.row-fluid .offset9:first-child {
margin-left:76.5957446809%;
*margin-left:76.4893617021%;
}
.row-fluid .offset8 {
margin-left:70.2127659574%;
*margin-left:70.1063829787%;
}
.row-fluid .offset8:first-child {
margin-left:68.085106383%;
*margin-left:67.9787234043%;
}
.row-fluid .offset7 {
margin-left:61.7021276596%;
*margin-left:61.5957446809%;
}
.row-fluid .offset7:first-child {
margin-left:59.5744680851%;
*margin-left:59.4680851064%;
}
.row-fluid .offset6 {
margin-left:53.1914893617%;
*margin-left:53.085106383%;
}
.row-fluid .offset6:first-child {
margin-left:51.0638297872%;
*margin-left:50.9574468085%;
}
.row-fluid .offset5 {
margin-left:44.6808510638%;
*margin-left:44.5744680851%;
}
.row-fluid .offset5:first-child {
margin-left:42.5531914894%;
*margin-left:42.4468085106%;
}
.row-fluid .offset4 {
margin-left:36.170212766%;
*margin-left:36.0638297872%;
}
.row-fluid .offset4:first-child {
margin-left:34.0425531915%;
*margin-left:33.9361702128%;
}
.row-fluid .offset3 {
margin-left:27.6595744681%;
*margin-left:27.5531914894%;
}
.row-fluid .offset3:first-child {
margin-left:25.5319148936%;
*margin-left:25.4255319149%;
}
.row-fluid .offset2 {
margin-left:19.1489361702%;
*margin-left:19.0425531915%;
}
.row-fluid .offset2:first-child {
margin-left:17.0212765957%;
*margin-left:16.914893617%;
}
.row-fluid .offset1 {
margin-left:10.6382978723%;
*margin-left:10.5319148936%;
}
.row-fluid .offset1:first-child {
margin-left:8.51063829787%;
*margin-left:8.40425531915%;
}
input, textarea, .uneditable-input {
margin-left:0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left:20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
width:710px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
width:648px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
width:586px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
width:524px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
width:462px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
width:400px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
width:338px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
width:276px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
width:214px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
width:152px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
width:90px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
width:28px;
}
}
@media (min-width: 1200px) {
.row {
margin-left:-30px;
*zoom:1;
}
.row:before, .row:after {
display:table;
content:"";
line-height:0;
}
.row:after {
clear:both;
}
[class*="span"] {
float:left;
min-height:1px;
margin-left:30px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width:1170px;
}
.span12 {
width:1170px;
}
.span11 {
width:1070px;
}
.span10 {
width:970px;
}
.span9 {
width:870px;
}
.span8 {
width:770px;
}
.span7 {
width:670px;
}
.span6 {
width:570px;
}
.span5 {
width:470px;
}
.span4 {
width:370px;
}
.span3 {
width:270px;
}
.span2 {
width:170px;
}
.span1 {
width:70px;
}
.offset12 {
margin-left:1230px;
}
.offset11 {
margin-left:1130px;
}
.offset10 {
margin-left:1030px;
}
.offset9 {
margin-left:930px;
}
.offset8 {
margin-left:830px;
}
.offset7 {
margin-left:730px;
}
.offset6 {
margin-left:630px;
}
.offset5 {
margin-left:530px;
}
.offset4 {
margin-left:430px;
}
.offset3 {
margin-left:330px;
}
.offset2 {
margin-left:230px;
}
.offset1 {
margin-left:130px;
}
.row-fluid {
width:100%;
*zoom:1;
}
.row-fluid:before, .row-fluid:after {
display:table;
content:"";
line-height:0;
}
.row-fluid:after {
clear:both;
}
.row-fluid [class*="span"] {
display:block;
width:100%;
min-height:30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
float:left;
margin-left:2.5641025641%;
*margin-left:2.51091107474%;
}
.row-fluid [class*="span"]:first-child {
margin-left:0;
}
.row-fluid .span12 {
width:100%;
*width:99.9468085106%;
}
.row-fluid .span11 {
width:91.4364640884%;
*width:91.383272599%;
}
.row-fluid .span10 {
width:82.8729281768%;
*width:82.8197366874%;
}
.row-fluid .span9 {
width:74.3093922652%;
*width:74.2562007758%;
}
.row-fluid .span8 {
width:65.7458563536%;
*width:65.6926648642%;
}
.row-fluid .span7 {
width:57.182320442%;
*width:57.1291289526%;
}
.row-fluid .span6 {
width:48.6187845304%;
*width:48.565593041%;
}
.row-fluid .span5 {
width:40.0552486188%;
*width:40.0020571294%;
}
.row-fluid .span4 {
width:31.4917127072%;
*width:31.4385212178%;
}
.row-fluid .span3 {
width:22.9281767956%;
*width:22.8749853062%;
}
.row-fluid .span2 {
width:14.364640884%;
*width:14.3114493946%;
}
.row-fluid .span1 {
width:5.80110497238%;
*width:5.74791348301%;
}
.row-fluid .offset12 {
margin-left:105.128205128%;
*margin-left:105.021822149%;
}
.row-fluid .offset12:first-child {
margin-left:102.564102564%;
*margin-left:102.457719585%;
}
.row-fluid .offset11 {
margin-left:96.9613259669%;
*margin-left:96.8549429881%;
}
.row-fluid .offset11:first-child {
margin-left:94.1988950276%;
*margin-left:94.0925120489%;
}
.row-fluid .offset10 {
margin-left:88.3977900552%;
*margin-left:88.2914070765%;
}
.row-fluid .offset10:first-child {
margin-left:85.635359116%;
*margin-left:85.5289761373%;
}
.row-fluid .offset9 {
margin-left:79.8342541436%;
*margin-left:79.7278711649%;
}
.row-fluid .offset9:first-child {
margin-left:77.0718232044%;
*margin-left:76.9654402257%;
}
.row-fluid .offset8 {
margin-left:71.270718232%;
*margin-left:71.1643352533%;
}
.row-fluid .offset8:first-child {
margin-left:68.5082872928%;
*margin-left:68.4019043141%;
}
.row-fluid .offset7 {
margin-left:62.7071823204%;
*margin-left:62.6007993417%;
}
.row-fluid .offset7:first-child {
margin-left:59.9447513812%;
*margin-left:59.8383684025%;
}
.row-fluid .offset6 {
margin-left:54.1436464088%;
*margin-left:54.0372634301%;
}
.row-fluid .offset6:first-child {
margin-left:51.3812154696%;
*margin-left:51.2748324909%;
}
.row-fluid .offset5 {
margin-left:45.5801104972%;
*margin-left:45.4737275185%;
}
.row-fluid .offset5:first-child {
margin-left:42.817679558%;
*margin-left:42.7112965793%;
}
.row-fluid .offset4 {
margin-left:37.0165745856%;
*margin-left:36.9101916069%;
}
.row-fluid .offset4:first-child {
margin-left:34.2541436464%;
*margin-left:34.1477606677%;
}
.row-fluid .offset3 {
margin-left:28.453038674%;
*margin-left:28.3466556953%;
}
.row-fluid .offset3:first-child {
margin-left:25.6906077348%;
*margin-left:25.5842247561%;
}
.row-fluid .offset2 {
margin-left:19.8895027624%;
*margin-left:19.7831197837%;
}
.row-fluid .offset2:first-child {
margin-left:17.1270718232%;
*margin-left:17.0206888445%;
}
.row-fluid .offset1 {
margin-left:11.3259668508%;
*margin-left:11.2195838721%;
}
.row-fluid .offset1:first-child {
margin-left:8.5635359116%;
*margin-left:8.45715293288%;
}
input, textarea, .uneditable-input {
margin-left:0;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left:30px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
width:1156px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
width:1056px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
width:956px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
width:856px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
width:756px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
width:656px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
width:556px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
width:456px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
width:356px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
width:256px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
width:156px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
width:56px;
}
.thumbnails {
margin-left:-30px;
}
.thumbnails > li {
margin-left:30px;
}
.row-fluid .thumbnails {
margin-left:0;
}
}
/*@font-face {
font-family:'IcoMoon';
src:url('../../../libraries/gantry/assets/jui/fonts/IcoMoon.eot');
src:url('../../../libraries/gantry/assets/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../libraries/gantry/assets/jui/fonts/IcoMoon.svg#IcoMoon') format('svg'), url('../../../libraries/gantry/assets/jui/fonts/IcoMoon.woff') format('woff'), url('../../../libraries/gantry/assets/jui/fonts/IcoMoon.ttf') format('truetype');
font-weight:normal;
font-style:normal;
}*/
[data-icon]:before {
	font-family:'IcoMoon';
	content:attr(data-icon);
	speak:none;
}
[class^="icon-"], [class*=" icon-"] {
display:inline-block;
width:14px;
height:14px;
*margin-right:.3em;
line-height:14px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family:'IcoMoon';
font-style:normal;
speak:none;
}
.icon-home:before {
	content:"\21";
}
.icon-user:before {
	content:"\22";
}
.icon-checkedout:before, .icon-lock:before, .icon-locked:before {
	content:"\23";
}
.icon-comment:before, .icon-comments:before {
	content:"\24";
}
.icon-comments-2:before {
	content:"\25";
}
.icon-share-alt:before, .icon-out:before {
	content:"\26";
}
.icon-share:before, .icon-redo:before {
	content:"\27";
}
.icon-undo:before {
	content:"\28";
}
.icon-file-add:before {
	content:"\29";
}
.icon-new:before, .icon-plus:before {
	content:"\2a";
}
.icon-apply:before, .icon-edit:before, .icon-pencil:before {
	content:"\2b";
}
.icon-pencil-2:before {
	content:"\2c";
}
.icon-folder:before {
	content:"\2d";
}
.icon-folder-2:before {
	content:"\2e";
}
.icon-picture:before {
	content:"\2f";
}
.icon-pictures:before {
	content:"\30";
}
.icon-list:before, .icon-list-view:before {
	content:"\31";
}
.icon-power-cord:before {
	content:"\32";
}
.icon-cube:before {
	content:"\33";
}
.icon-puzzle:before {
	content:"\34";
}
.icon-flag:before {
	content:"\35";
}
.icon-tools:before {
	content:"\36";
}
.icon-cogs:before {
	content:"\37";
}
.icon-options:before, .icon-cog:before {
	content:"\38";
}
.icon-equalizer:before {
	content:"\39";
}
.icon-wrench:before {
	content:"\3a";
}
.icon-brush:before {
	content:"\3b";
}
.icon-eye-open:before, .icon-eye:before {
	content:"\3c";
}
.icon-checkbox-unchecked:before {
	content:"\3d";
}
.icon-checkin:before, .icon-checkbox:before {
	content:"\3e";
}
.icon-checkbox-partial:before {
	content:"\3f";
}
.icon-asterisk:before, .icon-star-empty:before {
	content:"\40";
}
.icon-star-2:before {
	content:"\41";
}
.icon-featured:before, .icon-star:before {
	content:"\42";
}
.icon-calendar:before {
	content:"\43";
}
.icon-calendar-2:before {
	content:"\44";
}
.icon-question-sign:before, .icon-help:before {
	content:"\45";
}
.icon-support:before {
	content:"\46";
}
.icon-warning:before {
	content:"\48";
}
.icon-publish:before, .icon-save:before, .icon-ok:before, .icon-checkmark:before {
	content:"\47";
}
.icon-unpublish:before, .icon-trash:before, .icon-cancel:before {
	content:"\4a";
}
.icon-eye-close:before, .icon-minus:before {
	content:"\4b";
}
.icon-purge:before, .icon-trash:before {
	content:"\4c";
}
.icon-envelope:before, .icon-mail:before {
	content:"\4d";
}
.icon-mail-2:before {
	content:"\4e";
}
.icon-unarchive:before, .icon-drawer:before {
	content:"\4f";
}
.icon-archive:before, .icon-drawer-2:before {
	content:"\50";
}
.icon-box-add:before {
	content:"\51";
}
.icon-box-remove:before {
	content:"\52";
}
.icon-search:before {
	content:"\53";
}
.icon-filter:before {
	content:"\54";
}
.icon-camera:before {
	content:"\55";
}
.icon-play:before {
	content:"\56";
}
.icon-music:before {
	content:"\57";
}
.icon-grid-view:before {
	content:"\58";
}
.icon-grid-view-2:before {
	content:"\59";
}
.icon-menu:before {
	content:"\5a";
}
.icon-thumbs-up:before {
	content:"\5b";
}
.icon-thumbs-down:before {
	content:"\5c";
}
.icon-delete:before, .icon-remove:before, .icon-cancel-2:before {
	content:"\49";
}
.icon-save-new:before, .icon-plus-2:before {
	content:"\5d";
}
.icon-ban-circle:before, .icon-minus-sign:before, .icon-minus-2:before {
	content:"\5e";
}
.icon-key:before {
	content:"\5f";
}
.icon-quote:before {
	content:"\60";
}
.icon-quote-2:before {
	content:"\61";
}
.icon-database:before {
	content:"\62";
}
.icon-location:before {
	content:"\63";
}
.icon-zoom-in:before {
	content:"\64";
}
.icon-zoom-out:before {
	content:"\65";
}
.icon-expand:before {
	content:"\66";
}
.icon-contract:before {
	content:"\67";
}
.icon-expand-2:before {
	content:"\68";
}
.icon-contract-2:before {
	content:"\69";
}
.icon-health:before {
	content:"\6a";
}
.icon-wand:before {
	content:"\6b";
}
.icon-unblock:before, .icon-refresh:before {
	content:"\6c";
}
.icon-vcard:before {
	content:"\6d";
}
.icon-clock:before {
	content:"\6e";
}
.icon-compass:before {
	content:"\6f";
}
.icon-address:before {
	content:"\70";
}
.icon-feed:before {
	content:"\71";
}
.icon-flag-2:before {
	content:"\72";
}
.icon-pin:before {
	content:"\73";
}
.icon-lamp:before {
	content:"\74";
}
.icon-chart:before {
	content:"\75";
}
.icon-bars:before {
	content:"\76";
}
.icon-pie:before {
	content:"\77";
}
.icon-dashboard:before {
	content:"\78";
}
.icon-lightning:before {
	content:"\79";
}
.icon-move:before {
	content:"\7a";
}
.icon-next:before, .icon-forward:before {
	content:"\e000";
}
.pagination .icon-next:before, .pagination .icon-forward:before {
	content:"\e000";
}
.icon-previous:before, .icon-backward:before {
	content:"\7d";
}
.pagination .icon-previous:before, .pagination .icon-backward:before {
	content:"\7d";
}
.icon-first:before, .icon-step-backward:before {
	content:"\7c";
}
.pagination .icon-first:before, .pagination .icon-step-backward:before {
	content:"\7c";
}
.icon-last:before, .icon-step-forward:before {
	content:"\7b";
}
.pagination .icon-last:before, .pagination .icon-step-forward:before {
	content:"\7b";
}
.icon-loop:before {
	content:"\e001";
}
.icon-shuffle:before {
	content:"\e002";
}
.icon-arrow-first:before {
	content:"\e003";
}
.icon-arrow-last:before {
	content:"\e004";
}
.icon-chevron-up:before, .icon-uparrow:before, .icon-arrow-up:before {
	content:"\e005";
}
.icon-chevron-right:before, .icon-arrow-right:before {
	content:"\e006";
}
.icon-chevron-down:before, .icon-downarrow:before, .icon-arrow-down:before {
	content:"\e007";
}
.icon-chevron-left:before, .icon-arrow-left:before {
	content:"\e008";
}
.icon-arrow-up-2:before {
	content:"\e009";
}
.icon-arrow-right-2:before {
	content:"\e00a";
}
.icon-download:before, .icon-arrow-down-2:before {
	content:"\e00b";
}
.icon-arrow-left-2:before {
	content:"\e00c";
}
.icon-play-2:before {
	content:"\e00d";
}
.icon-menu-2:before {
	content:"\e00e";
}
.icon-arrow-up-3:before {
	content:"\e00f";
}
.icon-arrow-right-3:before {
	content:"\e010";
}
.icon-arrow-down-3:before {
	content:"\e011";
}
.icon-arrow-left-3:before {
	content:"\e012";
}
.icon-print:before, .icon-printer:before {
	content:"\e013";
}
.icon-color-palette:before {
	content:"\e014";
}
.icon-camera-2:before {
	content:"\e015";
}
.icon-file:before {
	content:"\e016";
}
.icon-file-remove:before {
	content:"\e017";
}
.icon-save-copy:before, .icon-copy:before {
	content:"\e018";
}
.icon-cart:before {
	content:"\e019";
}
.icon-basket:before {
	content:"\e01a";
}
.icon-broadcast:before {
	content:"\e01b";
}
.icon-screen:before {
	content:"\e01c";
}
.icon-tablet:before {
	content:"\e01d";
}
.icon-mobile:before {
	content:"\e01e";
}
.icon-users:before {
	content:"\e01f";
}
.icon-briefcase:before {
	content:"\e020";
}
.icon-download:before {
	content:"\e021";
}
.icon-upload:before {
	content:"\e022";
}
.icon-bookmark:before {
	content:"\e023";
}
.icon-out-2:before {
	content:"\e024";
}
.small {
	font-size:11px;
}
iframe, svg {
	max-width:100%;
}
.nowrap {
	white-space:nowrap;
}
.center, .table td.center, .table th.center {
	text-align:center;
}
a.disabled, a.disabled:hover {
	color:#999999;
	background-color:transparent;
	cursor:default;
	text-decoration:none;
}
.hero-unit {
	text-align:center;
}
.hero-unit .lead {
	margin-bottom:18px;
	font-size:20px;
	font-weight:200;
	line-height:27px;
}
.btn .caret {
	margin-bottom:7px;
}
.blog-row-rule, .blog-item-rule {
	border:0;
}
body.modal {
	padding-top:0;
}
.row-even, .row-odd {
	padding:5px;
	width:99%;
	border-bottom:1px solid #ddd;
}
.row-odd {
	background-color:transparent;
}
.row-even {
	background-color:#f9f9f9;
}
.blog-row-rule, .blog-item-rule {
	border:0;
}
.row-fluid .row-reveal {
	visibility:hidden;
}
.row-fluid:hover .row-reveal {
	visibility:visible;
}
.btn-wide {
	width:80%;
}
.nav-list > li.offset > a {
	padding-left:30px;
	font-size:12px;
}
.blog-row-rule, .blog-item-rule {
	border:0;
}
.row-fluid .offset1 {
	margin-left:8.382978723%;
}
.row-fluid .offset2 {
	margin-left:16.89361702%;
}
.row-fluid .offset3 {
	margin-left:25.404255317%;
}
.row-fluid .offset4 {
	margin-left:33.914893614%;
}
.row-fluid .offset5 {
	margin-left:42.425531911%;
}
.row-fluid .offset6 {
	margin-left:50.93617020799999%;
}
.row-fluid .offset7 {
	margin-left:59.446808505%;
}
.row-fluid .offset8 {
	margin-left:67.95744680199999%;
}
.row-fluid .offset9 {
	margin-left:76.468085099%;
}
.row-fluid .offset10 {
	margin-left:84.97872339599999%;
}
.row-fluid .offset11 {
	margin-left:91.489361693%;
}
.navbar .nav > li > a.btn {
	padding:4px 10px;
	line-height:18px;
}
.nav-tabs.nav-dark {
	border-bottom:1px solid #333;
	text-shadow:1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
	color:#F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
	border-color:#333 #333 #111;
	background-color:#777777;
}
.nav-tabs.nav-dark > .active > a, .nav-tabs.nav-dark > .active > a:hover {
	color:#ffffff;
	background-color:#555555;
	border:1px solid #222;
	border-bottom-color:transparent;
}
.thumbnail.pull-left {
	margin:0 10px 10px 0;
}
.thumbnail.pull-right {
	margin:0 0 10px 10px;
}
.width-10 {
	width:10px;
}
.width-20 {
	width:20px;
}
.width-30 {
	width:30px;
}
.width-40 {
	width:40px;
}
.width-50 {
	width:50px;
}
.width-60 {
	width:60px;
}
.width-70 {
	width:70px;
}
.width-80 {
	width:80px;
}
.width-90 {
	width:90px;
}
.width-100 {
	width:100px;
}
.height-10 {
	height:10px;
}
.height-20 {
	height:20px;
}
.height-30 {
	height:30px;
}
.height-40 {
	height:40px;
}
.height-50 {
	height:50px;
}
.height-60 {
	height:60px;
}
.height-70 {
	height:70px;
}
.height-80 {
	height:80px;
}
.height-90 {
	height:90px;
}
.height-100 {
	height:100px;
}
hr.hr-condensed {
	margin:10px 0;
}
.list-striped, .row-striped {
	list-style:none;
	line-height:18px;
	text-align:left;
	vertical-align:middle;
	border-top:1px solid #ddd;
	margin-left:0;
}
.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
	border-bottom:1px solid #ddd;
	padding:8px;
}
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
background-color:#f9f9f9;
}
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
	background-color:#f5f5f5;
}
.row-striped .row-fluid {
	width:97%;
}
.row-striped .row-fluid [class*="span"] {
min-height:10px;
}
.row-striped .row-fluid [class*="span"] {
margin-left:8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
margin-left:0;
}
.list-condensed li {
	padding:4px 5px;
}
.row-condensed .row, .row-condensed .row-fluid {
	padding:4px 5px;
}
.list-bordered, .row-bordered {
	list-style:none;
	line-height:18px;
	text-align:left;
	vertical-align:middle;
	margin-left:0;
	border:1px solid #ddd;
	border-radius:4px;
}
.radio.btn-group input[type=radio] {
	display:none;
}
.radio.btn-group > label:first-of-type {
	margin-left:0;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-topleft:4px;
}
fieldset.radio.btn-group {
	padding-left:0;
}
.iframe-bordered {
	border:1px solid #ddd;
}
.tab-content {
	overflow:visible;
}
.tabs-left .tab-content {
	overflow:auto;
}
.nav-tabs > li > span {
	display:block;
	margin-right:2px;
	padding-right:12px;
	padding-left:12px;
	padding-top:8px;
	padding-bottom:8px;
	line-height:18px;
	border:1px solid transparent;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.btn-micro {
	padding:1px 4px;
	font-size:10px;
	line-height:8px;
}
.tip-wrap {
	max-width:200px;
	padding:3px 8px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background-color:#000000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	z-index:100;
}
.page-header {
	margin:2px 0px 10px 0px;
	padding-bottom:5px;
}
.input-prepend .chzn-container-single .chzn-single {
	border-color:#ccc;
	height:26px;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
	-webkit-border-radius:0 3px 0 0;
	-moz-border-radius:0 3px 0 0;
	border-radius:0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
	border-color:#ccc;
}
.input-prepend > .add-on, .input-append > .add-on {
	vertical-align:top;
}
.element-invisible {
	position:absolute;
	padding:0;
	margin:0;
	border:0;
	height:1px;
	width:1px;
	overflow:hidden;
}
.form-vertical .control-label {
	float:none;
	width:auto;
	padding-right:0;
	padding-top:0;
	text-align:left;
}
.form-vertical .controls {
	margin-left:0;
}
.width-auto {
	width:auto;
}
.btn-group .chzn-results {
	white-space:normal;
}
.accordion-body.in:hover {
	overflow:visible;
}
.rok-left {
	float:left;
}
.rok-right {
	float:right;
}
.rok-dropdown-group, .rok-dropdown {
	position:relative;
}
.rok-dropdown-open .rok-dropdown {
	display:block;
}
.rok-popover-group, .rok-popover {
	position:relative;
}
.rok-popover-open .rok-popover {
	display:block;
}
/*** bootstrap.css Ends  ***/
/*** master_2020.css Starts ***/
/* @font-face {
 font-family: 'Mandali-Regular';
 src: local('Mandali-Regular'), url('../fonts/Mandali-Regular.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}*/
 @font-face {
 font-family: 'Ramabhadra';
 src: local('Ramabhadra'), url('../fonts/Ramabhadra.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
 /*@font-face {
 font-family: 'Mallanna';
 src: local('Mallanna'), url('../fonts/Mallanna.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}*/
small-arrows.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after {
	clear:both;
}
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*@font-face {
font-family:'FontAwesome';
src:url('../../../libraries/gantry/assets/jui/fonts/fontawesome-webfont.eot?v=3.2.1');
src:url('../../../libraries/gantry/assets/jui/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../../../libraries/gantry/assets/jui/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../../../libraries/gantry/assets/jui/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../../../libraries/gantry/assets/jui/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
font-weight:normal;
font-style:normal;
}*/
[class^="icon-"], [class*=" icon-"] {
font-style:normal;
font-weight:normal;
text-decoration:inherit;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family:FontAwesome, sans-serif;
font-weight:normal;
font-style:normal;
text-decoration:inherit;
-webkit-font-smoothing:antialiased;
*margin-right:.3em;
text-decoration:inherit;
display:inline-block;
speak:none;
}
.icon-large:before {
	vertical-align:-10%;
	font-size:1.33333333333em;
}
a [class^="icon-"], a [class*=" icon-"] {
display:inline;
}
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
display:inline-block;
width:1.14285714286em;
text-align:right;
padding-right:0.285714285714em;
}
[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
width:1.42857142857em;
}
.icons-ul {
	margin-left:2.14285714286em;
	list-style-type:none;
}
.icons-ul > li {
	position:relative;
}
.icons-ul .icon-li {
	position:absolute;
	left:-2.14285714286em;
	width:2.14285714286em;
	text-align:center;
	line-height:inherit;
}
[class^="icon-"].hide, [class*=" icon-"].hide {
display:none;
}
.icon-muted {
	color:#eee;
}
.icon-light {
	color:#fff;
}
.icon-dark {
	color:#333;
}
.icon-border {
	border:solid 1px #eee;
	padding:.2em .25em .15em;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.icon-2x {
	font-size:2em;
}
.icon-2x.icon-border {
	border-width:2px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.icon-3x {
	font-size:3em;
}
.icon-3x.icon-border {
	border-width:3px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.icon-4x {
	font-size:4em;
}
.icon-4x.icon-border {
	border-width:4px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.icon-5x {
	font-size:5em;
}
.icon-5x.icon-border {
	border-width:5px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.pull-right {
	float:right;
}
.pull-left {
	float:left;
}
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
margin-right:.3em;
}
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
margin-left:.3em;
}
[class^="icon-"], [class*=" icon-"] {
width:auto;
height:auto;
line-height:inherit;
vertical-align:baseline;
background-image:none;
background-position:0% 0%;
background-repeat:repeat;
margin-top:0;
max-width:100%;
}
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
background-image:none;
}
.btn [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large, .nav [class*=" icon-"].icon-large {
line-height:.9em;
}
.btn [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
display:inline-block;
}
.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"], .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large, .nav-pills [class*=" icon-"], .nav-pills [class*=" icon-"].icon-large {
line-height:.9em;
}
.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
margin-top:.18em;
}
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
line-height:.8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
margin-top:.25em;
}
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
margin-top:0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-top:.05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
margin-right:.2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-left:.2em;
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
line-height:inherit;
}
.icon-stack {
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	vertical-align:-35%;
}
.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
display:block;
text-align:center;
position:absolute;
width:100%;
height:100%;
font-size:1em;
line-height:inherit;
*line-height:2em;
}
.icon-stack .icon-stack-base {
	font-size:2em;
*line-height:1em;
}
.icon-spin {
	display:inline-block;
	-moz-animation:spin 2s infinite linear;
	-o-animation:spin 2s infinite linear;
	-webkit-animation:spin 2s infinite linear;
	animation:spin 2s infinite linear;
}
a .icon-stack, a .icon-spin {
	display:inline-block;
	text-decoration:none;
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg);
}
100% {
-moz-transform:rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform:rotate(0deg);
}
100% {
-o-transform:rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform:rotate(0deg);
}
100% {
-ms-transform:rotate(359deg);
}
}
@keyframes spin {
0% {
transform:rotate(0deg);
}
100% {
transform:rotate(359deg);
}
}
.icon-rotate-90:before {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
	-webkit-transform:scale(-1, 1);
	-moz-transform:scale(-1, 1);
	-ms-transform:scale(-1, 1);
	-o-transform:scale(-1, 1);
	transform:scale(-1, 1);
}
.icon-flip-vertical:before {
	-webkit-transform:scale(1, -1);
	-moz-transform:scale(1, -1);
	-ms-transform:scale(1, -1);
	-o-transform:scale(1, -1);
	transform:scale(1, -1);
}
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
	display:inline-block;
}
.icon-glass:before {
	content:"\f000";
}
.icon-music:before {
	content:"\f001";
}
.icon-search:before {
	content:"\f002";
}
.icon-envelope-alt:before {
	content:"\f003";
}
.icon-heart:before {
	content:"\f004";
}
.icon-star:before {
	content:"\f005";
}
.icon-star-empty:before {
	content:"\f006";
}
.icon-user:before {
	content:"\f007";
}
.icon-film:before {
	content:"\f008";
}
.icon-th-large:before {
	content:"\f009";
}
.icon-th:before {
	content:"\f00a";
}
.icon-th-list:before {
	content:"\f00b";
}
.icon-ok:before {
	content:"\f00c";
}
.icon-remove:before {
	content:"\f00d";
}
.icon-zoom-in:before {
	content:"\f00e";
}
.icon-zoom-out:before {
	content:"\f010";
}
.icon-power-off:before, .icon-off:before {
	content:"\f011";
}
.icon-signal:before {
	content:"\f012";
}
.icon-gear:before, .icon-cog:before {
	content:"\f013";
}
.icon-trash:before {
	content:"\f014";
}
.icon-home:before {
	content:"\f015";
}
.icon-file-alt:before {
	content:"\f016";
}
.icon-time:before {
	content:"\f017";
}
.icon-road:before {
	content:"\f018";
}
.icon-download-alt:before {
	content:"\f019";
}
.icon-download:before {
	content:"\f01a";
}
.icon-upload:before {
	content:"\f01b";
}
.icon-inbox:before {
	content:"\f01c";
}
.icon-play-circle:before {
	content:"\f01d";
}
.icon-rotate-right:before, .icon-repeat:before {
	content:"\f01e";
}
.icon-refresh:before {
	content:"\f021";
}
.icon-list-alt:before {
	content:"\f022";
}
.icon-lock:before {
	content:"\f023";
}
.icon-flag:before {
	content:"\f024";
}
.icon-headphones:before {
	content:"\f025";
}
.icon-volume-off:before {
	content:"\f026";
}
.icon-volume-down:before {
	content:"\f027";
}
.icon-volume-up:before {
	content:"\f028";
}
.icon-qrcode:before {
	content:"\f029";
}
.icon-barcode:before {
	content:"\f02a";
}
.icon-tag:before {
	content:"\f02b";
}
.icon-tags:before {
	content:"\f02c";
}
.icon-book:before {
	content:"\f02d";
}
.icon-bookmark:before {
	content:"\f02e";
}
.icon-print:before {
	content:"\f02f";
}
.icon-camera:before {
	content:"\f030";
}
.icon-font:before {
	content:"\f031";
}
.icon-bold:before {
	content:"\f032";
}
.icon-italic:before {
	content:"\f033";
}
.icon-text-height:before {
	content:"\f034";
}
.icon-text-width:before {
	content:"\f035";
}
.icon-align-left:before {
	content:"\f036";
}
.icon-align-center:before {
	content:"\f037";
}
.icon-align-right:before {
	content:"\f038";
}
.icon-align-justify:before {
	content:"\f039";
}
.icon-list:before {
	content:"\f03a";
}
.icon-indent-left:before {
	content:"\f03b";
}
.icon-indent-right:before {
	content:"\f03c";
}
.icon-facetime-video:before {
	content:"\f03d";
}
.icon-picture:before {
	content:"\f03e";
}
.icon-pencil:before {
	content:"\f040";
}
.icon-map-marker:before {
	content:"\f041";
}
.icon-adjust:before {
	content:"\f042";
}
.icon-tint:before {
	content:"\f043";
}
.icon-edit:before {
	content:"\f044";
}
.icon-share:before {
	content:"\f045";
}
.icon-check:before {
	content:"\f046";
}
.icon-move:before {
	content:"\f047";
}
.icon-step-backward:before {
	content:"\f048";
}
.icon-fast-backward:before {
	content:"\f049";
}
.icon-backward:before {
	content:"\f04a";
}
.icon-play:before {
	content:"\f04b";
}
.icon-pause:before {
	content:"\f04c";
}
.icon-stop:before {
	content:"\f04d";
}
.icon-forward:before {
	content:"\f04e";
}
.icon-fast-forward:before {
	content:"\f050";
}
.icon-step-forward:before {
	content:"\f051";
}
.icon-eject:before {
	content:"\f052";
}
.icon-chevron-left:before {
	content:"\f053";
}
.icon-chevron-right:before {
	content:"\f054";
}
.icon-plus-sign:before {
	content:"\f055";
}
.icon-minus-sign:before {
	content:"\f056";
}
.icon-remove-sign:before {
	content:"\f057";
}
.icon-ok-sign:before {
	content:"\f058";
}
.icon-question-sign:before {
	content:"\f059";
}
.icon-info-sign:before {
	content:"\f05a";
}
.icon-screenshot:before {
	content:"\f05b";
}
.icon-remove-circle:before {
	content:"\f05c";
}
.icon-ok-circle:before {
	content:"\f05d";
}
.icon-ban-circle:before {
	content:"\f05e";
}
.icon-arrow-left:before {
	content:"\f060";
}
.icon-arrow-right:before {
	content:"\f061";
}
.icon-arrow-up:before {
	content:"\f062";
}
.icon-arrow-down:before {
	content:"\f063";
}
.icon-mail-forward:before, .icon-share-alt:before {
	content:"\f064";
}
.icon-resize-full:before {
	content:"\f065";
}
.icon-resize-small:before {
	content:"\f066";
}
.icon-plus:before {
	content:"\f067";
}
.icon-minus:before {
	content:"\f068";
}
.icon-asterisk:before {
	content:"\f069";
}
.icon-exclamation-sign:before {
	content:"\f06a";
}
.icon-gift:before {
	content:"\f06b";
}
.icon-leaf:before {
	content:"\f06c";
}
.icon-fire:before {
	content:"\f06d";
}
.icon-eye-open:before {
	content:"\f06e";
}
.icon-eye-close:before {
	content:"\f070";
}
.icon-warning-sign:before {
	content:"\f071";
}
.icon-plane:before {
	content:"\f072";
}
.icon-calendar:before {
	content:"\f073";
}
.icon-random:before {
	content:"\f074";
}
.icon-comment:before {
	content:"\f075";
}
.icon-magnet:before {
	content:"\f076";
}
.icon-chevron-up:before {
	content:"\f077";
}
.icon-chevron-down:before {
	content:"\f078";
}
.icon-retweet:before {
	content:"\f079";
}
.icon-shopping-cart:before {
	content:"\f07a";
}
.icon-folder-close:before {
	content:"\f07b";
}
.icon-folder-open:before {
	content:"\f07c";
}
.icon-resize-vertical:before {
	content:"\f07d";
}
.icon-resize-horizontal:before {
	content:"\f07e";
}
.icon-bar-chart:before {
	content:"\f080";
}
.icon-twitter-sign:before {
	content:"\f081";
}
.icon-facebook-sign:before {
	content:"\f082";
}
.icon-camera-retro:before {
	content:"\f083";
}
.icon-key:before {
	content:"\f084";
}
.icon-gears:before, .icon-cogs:before {
	content:"\f085";
}
.icon-comments:before {
	content:"\f086";
}
.icon-thumbs-up-alt:before {
	content:"\f087";
}
.icon-thumbs-down-alt:before {
	content:"\f088";
}
.icon-star-half:before {
	content:"\f089";
}
.icon-heart-empty:before {
	content:"\f08a";
}
.icon-signout:before {
	content:"\f08b";
}
.icon-linkedin-sign:before {
	content:"\f08c";
}
.icon-pushpin:before {
	content:"\f08d";
}
.icon-external-link:before {
	content:"\f08e";
}
.icon-signin:before {
	content:"\f090";
}
.icon-trophy:before {
	content:"\f091";
}
.icon-github-sign:before {
	content:"\f092";
}
.icon-upload-alt:before {
	content:"\f093";
}
.icon-lemon:before {
	content:"\f094";
}
.icon-phone:before {
	content:"\f095";
}
.icon-unchecked:before, .icon-check-empty:before {
	content:"\f096";
}
.icon-bookmark-empty:before {
	content:"\f097";
}
.icon-phone-sign:before {
	content:"\f098";
}
.icon-twitter:before {
	content:"\f099";
}
.icon-facebook:before {
	content:"\f09a";
}
.icon-github:before {
	content:"\f09b";
}
.icon-unlock:before {
	content:"\f09c";
}
.icon-credit-card:before {
	content:"\f09d";
}
.icon-rss:before {
	content:"\f09e";
}
.icon-hdd:before {
	content:"\f0a0";
}
.icon-bullhorn:before {
	content:"\f0a1";
}
.icon-bell:before {
	content:"\f0a2";
}
.icon-certificate:before {
	content:"\f0a3";
}
.icon-hand-right:before {
	content:"\f0a4";
}
.icon-hand-left:before {
	content:"\f0a5";
}
.icon-hand-up:before {
	content:"\f0a6";
}
.icon-hand-down:before {
	content:"\f0a7";
}
.icon-circle-arrow-left:before {
	content:"\f0a8";
}
.icon-circle-arrow-right:before {
	content:"\f0a9";
}
.icon-circle-arrow-up:before {
	content:"\f0aa";
}
.icon-circle-arrow-down:before {
	content:"\f0ab";
}
.icon-globe:before {
	content:"\f0ac";
}
.icon-wrench:before {
	content:"\f0ad";
}
.icon-tasks:before {
	content:"\f0ae";
}
.icon-filter:before {
	content:"\f0b0";
}
.icon-briefcase:before {
	content:"\f0b1";
}
.icon-fullscreen:before {
	content:"\f0b2";
}
.icon-group:before {
	content:"\f0c0";
}
.icon-link:before {
	content:"\f0c1";
}
.icon-cloud:before {
	content:"\f0c2";
}
.icon-beaker:before {
	content:"\f0c3";
}
.icon-cut:before {
	content:"\f0c4";
}
.icon-copy:before {
	content:"\f0c5";
}
.icon-paperclip:before, .icon-paper-clip:before {
	content:"\f0c6";
}
.icon-save:before {
	content:"\f0c7";
}
.icon-sign-blank:before {
	content:"\f0c8";
}
.icon-reorder:before {
	content:"\f0c9";
}
.icon-list-ul:before {
	content:"\f0ca";
}
.icon-list-ol:before {
	content:"\f0cb";
}
.icon-strikethrough:before {
	content:"\f0cc";
}
.icon-underline:before {
	content:"\f0cd";
}
.icon-table:before {
	content:"\f0ce";
}
.icon-magic:before {
	content:"\f0d0";
}
.icon-truck:before {
	content:"\f0d1";
}
.icon-pinterest:before {
	content:"\f0d2";
}
.icon-pinterest-sign:before {
	content:"\f0d3";
}
.icon-google-plus-sign:before {
	content:"\f0d4";
}
.icon-google-plus:before {
	content:"\f0d5";
}
.icon-money:before {
	content:"\f0d6";
}
.icon-caret-down:before {
	content:"\f0d7";
}
.icon-caret-up:before {
	content:"\f0d8";
}
.icon-caret-left:before {
	content:"\f0d9";
}
.icon-caret-right:before {
	content:"\f0da";
}
.icon-columns:before {
	content:"\f0db";
}
.icon-sort:before {
	content:"\f0dc";
}
.icon-sort-down:before {
	content:"\f0dd";
}
.icon-sort-up:before {
	content:"\f0de";
}
.icon-envelope:before {
	content:"\f0e0";
}
.icon-linkedin:before {
	content:"\f0e1";
}
.icon-rotate-left:before, .icon-undo:before {
	content:"\f0e2";
}
.icon-legal:before {
	content:"\f0e3";
}
.icon-dashboard:before {
	content:"\f0e4";
}
.icon-comment-alt:before {
	content:"\f0e5";
}
.icon-comments-alt:before {
	content:"\f0e6";
}
.icon-bolt:before {
	content:"\f0e7";
}
.icon-sitemap:before {
	content:"\f0e8";
}
.icon-umbrella:before {
	content:"\f0e9";
}
.icon-paste:before {
	content:"\f0ea";
}
.icon-lightbulb:before {
	content:"\f0eb";
}
.icon-exchange:before {
	content:"\f0ec";
}
.icon-cloud-download:before {
	content:"\f0ed";
}
.icon-cloud-upload:before {
	content:"\f0ee";
}
.icon-user-md:before {
	content:"\f0f0";
}
.icon-stethoscope:before {
	content:"\f0f1";
}
.icon-suitcase:before {
	content:"\f0f2";
}
.icon-bell-alt:before {
	content:"\f0f3";
}
.icon-coffee:before {
	content:"\f0f4";
}
.icon-food:before {
	content:"\f0f5";
}
.icon-file-text-alt:before {
	content:"\f0f6";
}
.icon-building:before {
	content:"\f0f7";
}
.icon-hospital:before {
	content:"\f0f8";
}
.icon-ambulance:before {
	content:"\f0f9";
}
.icon-medkit:before {
	content:"\f0fa";
}
.icon-fighter-jet:before {
	content:"\f0fb";
}
.icon-beer:before {
	content:"\f0fc";
}
.icon-h-sign:before {
	content:"\f0fd";
}
.icon-plus-sign-alt:before {
	content:"\f0fe";
}
.icon-double-angle-left:before {
	content:"\f100";
}
.icon-double-angle-right:before {
	content:"\f101";
}
.icon-double-angle-up:before {
	content:"\f102";
}
.icon-double-angle-down:before {
	content:"\f103";
}
.icon-angle-left:before {
	content:"\f104";
}
.icon-angle-right:before {
	content:"\f105";
}
.icon-angle-up:before {
	content:"\f106";
}
.icon-angle-down:before {
	content:"\f107";
}
.icon-desktop:before {
	content:"\f108";
}
.icon-laptop:before {
	content:"\f109";
}
.icon-tablet:before {
	content:"\f10a";
}
.icon-mobile-phone:before {
	content:"\f10b";
}
.icon-circle-blank:before {
	content:"\f10c";
}
.icon-quote-left:before {
	content:"\f10d";
}
.icon-quote-right:before {
	content:"\f10e";
}
.icon-spinner:before {
	content:"\f110";
}
.icon-circle:before {
	content:"\f111";
}
.icon-mail-reply:before, .icon-reply:before {
	content:"\f112";
}
.icon-github-alt:before {
	content:"\f113";
}
.icon-folder-close-alt:before {
	content:"\f114";
}
.icon-folder-open-alt:before {
	content:"\f115";
}
.icon-expand-alt:before {
	content:"\f116";
}
.icon-collapse-alt:before {
	content:"\f117";
}
.icon-smile:before {
	content:"\f118";
}
.icon-frown:before {
	content:"\f119";
}
.icon-meh:before {
	content:"\f11a";
}
.icon-gamepad:before {
	content:"\f11b";
}
.icon-keyboard:before {
	content:"\f11c";
}
.icon-flag-alt:before {
	content:"\f11d";
}
.icon-flag-checkered:before {
	content:"\f11e";
}
.icon-terminal:before {
	content:"\f120";
}
.icon-code:before {
	content:"\f121";
}
.icon-reply-all:before {
	content:"\f122";
}
.icon-mail-reply-all:before {
	content:"\f122";
}
.icon-star-half-full:before, .icon-star-half-empty:before {
	content:"\f123";
}
.icon-location-arrow:before {
	content:"\f124";
}
.icon-crop:before {
	content:"\f125";
}
.icon-code-fork:before {
	content:"\f126";
}
.icon-unlink:before {
	content:"\f127";
}
.icon-question:before {
	content:"\f128";
}
.icon-info:before {
	content:"\f129";
}
.icon-exclamation:before {
	content:"\f12a";
}
.icon-superscript:before {
	content:"\f12b";
}
.icon-subscript:before {
	content:"\f12c";
}
.icon-eraser:before {
	content:"\f12d";
}
.icon-puzzle-piece:before {
	content:"\f12e";
}
.icon-microphone:before {
	content:"\f130";
}
.icon-microphone-off:before {
	content:"\f131";
}
.icon-shield:before {
	content:"\f132";
}
.icon-calendar-empty:before {
	content:"\f133";
}
.icon-fire-extinguisher:before {
	content:"\f134";
}
.icon-rocket:before {
	content:"\f135";
}
.icon-maxcdn:before {
	content:"\f136";
}
.icon-chevron-sign-left:before {
	content:"\f137";
}
.icon-chevron-sign-right:before {
	content:"\f138";
}
.icon-chevron-sign-up:before {
	content:"\f139";
}
.icon-chevron-sign-down:before {
	content:"\f13a";
}
.icon-html5:before {
	content:"\f13b";
}
.icon-css3:before {
	content:"\f13c";
}
.icon-anchor:before {
	content:"\f13d";
}
.icon-unlock-alt:before {
	content:"\f13e";
}
.icon-bullseye:before {
	content:"\f140";
}
.icon-ellipsis-horizontal:before {
	content:"\f141";
}
.icon-ellipsis-vertical:before {
	content:"\f142";
}
.icon-rss-sign:before {
	content:"\f143";
}
.icon-play-sign:before {
	content:"\f144";
}
.icon-ticket:before {
	content:"\f145";
}
.icon-minus-sign-alt:before {
	content:"\f146";
}
.icon-check-minus:before {
	content:"\f147";
}
.icon-level-up:before {
	content:"\f148";
}
.icon-level-down:before {
	content:"\f149";
}
.icon-check-sign:before {
	content:"\f14a";
}
.icon-edit-sign:before {
	content:"\f14b";
}
.icon-external-link-sign:before {
	content:"\f14c";
}
.icon-share-sign:before {
	content:"\f14d";
}
.icon-compass:before {
	content:"\f14e";
}
.icon-collapse:before {
	content:"\f150";
}
.icon-collapse-top:before {
	content:"\f151";
}
.icon-expand:before {
	content:"\f152";
}
.icon-euro:before, .icon-eur:before {
	content:"\f153";
}
.icon-gbp:before {
	content:"\f154";
}
.icon-dollar:before, .icon-usd:before {
	content:"\f155";
}
.icon-rupee:before, .icon-inr:before {
	content:"\f156";
}
.icon-yen:before, .icon-jpy:before {
	content:"\f157";
}
.icon-renminbi:before, .icon-cny:before {
	content:"\f158";
}
.icon-won:before, .icon-krw:before {
	content:"\f159";
}
.icon-bitcoin:before, .icon-btc:before {
	content:"\f15a";
}
.icon-file:before {
	content:"\f15b";
}
.icon-file-text:before {
	content:"\f15c";
}
.icon-sort-by-alphabet:before {
	content:"\f15d";
}
.icon-sort-by-alphabet-alt:before {
	content:"\f15e";
}
.icon-sort-by-attributes:before {
	content:"\f160";
}
.icon-sort-by-attributes-alt:before {
	content:"\f161";
}
.icon-sort-by-order:before {
	content:"\f162";
}
.icon-sort-by-order-alt:before {
	content:"\f163";
}
.icon-thumbs-up:before {
	content:"\f164";
}
.icon-thumbs-down:before {
	content:"\f165";
}
.icon-youtube-sign:before {
	content:"\f166";
}
.icon-youtube:before {
	content:"\f167";
}
.icon-xing:before {
	content:"\f168";
}
.icon-xing-sign:before {
	content:"\f169";
}
.icon-youtube-play:before {
	content:"\f16a";
}
.icon-dropbox:before {
	content:"\f16b";
}
.icon-stackexchange:before {
	content:"\f16c";
}
.icon-instagram:before {
	content:"\f16d";
}
.icon-flickr:before {
	content:"\f16e";
}
.icon-adn:before {
	content:"\f170";
}
.icon-bitbucket:before {
	content:"\f171";
}
.icon-bitbucket-sign:before {
	content:"\f172";
}
.icon-tumblr:before {
	content:"\f173";
}
.icon-tumblr-sign:before {
	content:"\f174";
}
.icon-long-arrow-down:before {
	content:"\f175";
}
.icon-long-arrow-up:before {
	content:"\f176";
}
.icon-long-arrow-left:before {
	content:"\f177";
}
.icon-long-arrow-right:before {
	content:"\f178";
}
.icon-apple:before {
	content:"\f179";
}
.icon-windows:before {
	content:"\f17a";
}
.icon-android:before {
	content:"\f17b";
}
.icon-linux:before {
	content:"\f17c";
}
.icon-dribbble:before {
	content:"\f17d";
}
.icon-skype:before {
	content:"\f17e";
}
.icon-foursquare:before {
	content:"\f180";
}
.icon-trello:before {
	content:"\f181";
}
.icon-female:before {
	content:"\f182";
}
.icon-male:before {
	content:"\f183";
}
.icon-gittip:before {
	content:"\f184";
}
.icon-sun:before {
	content:"\f185";
}
.icon-moon:before {
	content:"\f186";
}
.icon-archive:before {
	content:"\f187";
}
.icon-bug:before {
	content:"\f188";
}
.icon-vk:before {
	content:"\f189";
}
.icon-weibo:before {
	content:"\f18a";
}
.icon-renren:before {
	content:"\f18b";
}
/*@font-face {
font-family:'SourceSansProLight';
src:url('../fonts/SourceSansPro-Light-webfont.eot');
src:url('../fonts/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Light-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Light-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'SourceSansProExtraLight';
src:url('../fonts/SourceSansPro-ExtraLight-webfont.eot');
src:url('../fonts/SourceSansPro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-ExtraLight-webfont.woff') format('woff'), url('../fonts/SourceSansPro-ExtraLight-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-ExtraLight-webfont.svg#SourceSansExtraLight') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'SourceSansProRegular';
src:url('../fonts/SourceSansPro-Regular-webfont.eot');
src:url('../fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular-webfont.woff') format('woff'), url('../fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular-webfont.svg#SourceSansRegular') format('svg');
font-weight:normal;
font-style:normal;
}*/
.rok-left {
	float:left;
}
.rok-right {
	float:right;
}
.rok-dropdown-group, .rok-dropdown {
	position:relative;
}
.rok-dropdown-open .rok-dropdown {
	display:block;
}
.rok-popover-group, .rok-popover {
	position:relative;
}
.rok-popover-open .rok-popover {
	display:block;
}
a:hover {
	text-decoration:none;
}
.table {
	display:table;
}
.cell {
	display:table-cell;
}
html {
	margin-bottom:1px;
	height:100%;
}
body {
	margin-bottom:1px;
}
.rt-block1 {
	padding:2px;
	margin:0px 2px 5px 2px;
	position:relative;
}
.rt-block {
	padding:15px;
	margin:0px 10px 10px 10px;
	position:relative;
}
#rt-content-top, #rt-content-bottom {
	overflow:hidden;
}
.rt-grid-1:before, .rt-grid-2:before, .rt-grid-3:before, .rt-grid-4:before, .rt-grid-5:before, .rt-grid-6:before, .rt-grid-7:before, .rt-grid-8:before, .rt-grid-9:before, .rt-grid-10:before, .rt-grid-11:before, .rt-grid-12:before {
	display:table;
	content:"";
	clear:both;
}
.rt-grid-1:after, .rt-grid-2:after, .rt-grid-3:after, .rt-grid-4:after, .rt-grid-5:after, .rt-grid-6:after, .rt-grid-7:after, .rt-grid-8:after, .rt-grid-9:after, .rt-grid-10:after, .rt-grid-11:after, .rt-grid-12:after {
	display:table;
	content:"";
	clear:both;
}
.font-family-optima {
	font-family:Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}
.font-family-geneva {
	font-family:Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}
.font-family-helvetica {
	font-family:Helvetica, Arial, FreeSans, sans-serif;
}
.font-family-lucida {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.font-family-georgia {
	font-family:Georgia, sans-serif;
}
.font-family-trebuchet {
	font-family:"Trebuchet MS", sans-serif;
}
.font-family-palatino {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}
body {
	font-size:13px;
	line-height:1.7em;
	font-family:Helvetica, Arial, Sans-Serif;
}
.font-size-is-xlarge {
	font-size:16px;
	line-height:1.7em;
}
.font-size-is-large {
	font-size:15px;
	line-height:1.7em;
}
.font-size-is-default {
	font-size:16px;
	line-height:1.7em;
}
.font-size-is-small {
	font-size:12px;
	line-height:1.7em;
}
.font-size-is-xsmall {
	font-size:10px;
	line-height:1.7em;
}
p {
	margin:0 0 5px 0;
}
h1 {
	font-size:260%;
}
h2 {
	font-size:200%;
}
h3 {
	font-size:175%;
}
h4 {
	font-size:130%;
}
h5 {
	font-size:110%;
}
a {
	text-decoration:none;
}
a:focus {
	outline:none;
}
.left-1, .left-2, .left-3, .left-4, .left-5, .left-6, .left-7, .left-8, .left-9, .left-10, .right-11 {
	float:left;
	margin-right:50px;
	margin-bottom:15px;
	position:relative;
}
.right-1, .right-2, .right-3, .right-4, .right-5, .right-6, .right-7, .right-8, .right-9, .right-10, .right-11 {
	float:right;
	margin-left:50px;
	margin-bottom:15px;
	position:relative;
}
.date-block {
	padding:15px;
}
ol {
	padding-left:15px;
}
ul li {
	padding:0;
	margin:0;
}
ul li.author {
	margin:0;
	letter-spacing:1px;
	list-style:none;
	font-weight:bold;
	text-align:right;
}
ul li.author span {
	display:block;
	font-weight:normal;
	margin-bottom:10px;
	line-height:1em;
}
ul li.date {
	margin:0;
	letter-spacing:1px;
	list-style:none;
	text-align:right;
	font-weight:bold;
}
ul li.date span {
	display:block;
	font-weight:normal;
	margin-bottom:10px;
	line-height:1em;
}
ul li.comments {
	list-style:none;
	text-align:right;
	font-weight:bold;
}
ul li.comments span {
	display:block;
	font-weight:normal;
	margin-bottom:10px;
	line-height:1em;
}
ul ul {
	margin-left:25px;
	padding:5px 0;
}
body.rtl {
	direction:rtl;
}
body.rtl {
	min-width:inherit;
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
#debug #rt-main {
	overflow:hidden;
	border-bottom:4px solid #666;
	margin-top:15px;
	position:relative;
}
#debug .status {
	position:absolute;
	background:#333;
	opacity:0.3;
	padding:0 15px;
	z-index:10000;
	color:#fff;
	font-weight:bold;
	font-size:150%;
}
.hidden {
	display:none;
	visibility:hidden;
}
.visible-phone {
	display:none !important;
}
.visible-tablet {
	display:none !important;
}
.hidden-desktop {
	display:none !important;
}
.hidden-large {
	display:none !important;
}
.row {
	margin:0 -15px;
}
.gantry-width-block {
	display:block;
	float:left;
}
.gantry-width-spacer {
	margin:15px;
}
.gantry-width-20 {
	width:20%;
}
.gantry-width-25 {
	width:25%;
}
.gantry-width-30 {
	width:30%;
}
.gantry-width-33 {
	width:33.33%;
}
.gantry-width-40 {
	width:40%;
}
.gantry-width-50 {
	width:50%;
}
.gantry-width-60 {
	width:60%;
}
.gantry-width-66 {
	width:66.66%;
}
.gantry-width-70 {
	width:70%;
}
.gantry-width-75 {
	width:75%;
}
.gantry-width-80 {
	width:80%;
}
.gantry-left {
	float:left;
	margin-right:15px;
}
.gantry-right {
	float:right;
	margin-left:15px;
}
#gantry-totop {
	display:inline-block;
	padding:4px 10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#rt-accessibility .rt-desc {
	float:left;
	margin-right:8px;
	font-weight:bold;
}
#rt-accessibility #rt-buttons .button {
	line-height:1em;
	padding:0;
	width:14px;
	height:14px;
	text-align:center;
}
#rt-accessibility #rt-buttons .small {
	font-size:inherit;
}
#rt-accessibility #rt-buttons .small .button:after {
	content:'-';
}
#rt-accessibility #rt-buttons .large .button:after {
	content:'+';
}
.component-body {
	padding:20px;
}
.component-content .row-separator {
	display:block;
	clear:both;
	margin:0;
	border:0;
	height:1px;
}
.component-content .item-separator {
	display:none;
	margin:0;
}
.component-content .shownocolumns {
	width:98%;
}
.component-content .column-1, .component-content .column-2, .component-content .column-3, .component-content .column-4, .component-content .page-header {
	padding:10px 0;
}
.component-content .column-2 {
	float: left;
    margin-left: 0;
    width: 25%;
	/*width:55%;
	margin-left:40%;*/
}
.component-content .column-3 {
	width:30%;
}
.component-content .cols-1 {
	display:block;
	float:none !important;
	margin:0 !important;
}
.component-content .cols-2 .column-1 {
	width:48%;
	float:left;
}
.component-content .cols-2 .column-2 {
	width:48%;
	float:right;
	margin:0;
}
.component-content .cols-3 .column-1 {
	float:left;
	width:29%;
	margin-right:7%;
}
.component-content .cols-3 .column-2 {
	float:left;
	width:29%;
	margin-left:0;
}
.component-content .cols-3 .column-3 {
	float:right;
	width:29%;
	padding:10px 0;
}
.component-content .cols-4 .column-1 {
	float:left;
	width:23%;
	margin-right:2%;
}
.component-content .cols-4 .column-2 {
	float:left;
	width:23%;
	margin-left:0;
	margin-right:2%;
}
.component-content .cols-4 .column-3 {
	float:left;
	width:23%;
	margin-right:2%;
}
.component-content .cols-4 .column-4 {
	float:right;
	width:23%;
	margin-right:2%;
}
.component-content .items-row {
	margin-bottom:10px;
}
.component-content .blog-more {
	padding:10px 5px;
}
.component-content .page-header {
	border-bottom:0;
}
.categories-list {
	padding:0 5px;
}
.categories-list ul {
	margin:0 0 0 20px;
	padding:0;
}
.categories-list ul li {
	list-style-type:none;
	margin:0;
}
.categories-list ul ul {
	margin-left:15px;
}
.categories-list dl dt, .categories-list dl dd {
	display:inline;
}
.category-desc {
	line-height:1.7em;
	margin:10px 0;
	padding-left:0;
}
.cat-children ul {
	list-style:none;
	margin:0;
	padding:0;
}
.component-content ul.actions {
	float:right;
}
.component-content ul.actions li {
	list-style:none;
	display:inline-block;
}
.component-content ul.actions li a {
	display:block;
	font-size:14px;
	margin-left:8px;
}
.component-content ul.actions li i {
	display:none;
}
.component-content ul.actions .print-icon img, .component-content ul.actions .print-icon [class^="icon-"], .component-content ul.actions .print-icon [class*=" icon-"] {
display:none;
}
.component-content ul.actions .print-icon a:before {
	font-family:FontAwesome;
	content:"\f02f";
}
.component-content ul.actions .email-icon img, .component-content ul.actions .email-icon [class^="icon-"], .component-content ul.actions .email-icon [class*=" icon-"] {
display:none;
}
.component-content ul.actions .email-icon a:before {
	font-family:FontAwesome;
	content:"\f0e0";
}
.component-content ul.actions .edit-icon img, .component-content ul.actions .edit-icon [class^="icon-"], .component-content ul.actions .edit-icon [class*=" icon-"] {
display:none;
}
.component-content ul.actions .edit-icon a:before {
	font-family:FontAwesome;
	content:"\f044";
}
.component-content .article-info {
	display:block;
	margin-bottom:15px;
	/*font-size:13px;*/
}
.component-content .article-info dd {
	margin-left:0;
	display:block;
}
.component-content .article-info dd:before {
	font-family:FontAwesome;
	margin-right:2px;
}
.component-content .article-info .parent-category-name:before {
	content:"\f0c9";
}
.component-content .article-info .category-name:before {
	content:"\f0c9";
}
.component-content .article-info .create:before {
/*content:"\f017";*/
}
.component-content .article-info .modified:before {
	content:"\f017";
}
.component-content .article-info .published:before {
	content:"\f017";
}
.component-content .article-info .createdby:before {
	content:"\f040";
}
.component-content .article-info .hits:before {
	content:"\f019";
}
.component-content .article-info .article-info-term {
	display:none;
}
.component-content .content_vote {
	margin:10px 0;
}
.component-content .tags {
	margin:10px 0;
}
.component-content .tags .label-info {
	border-radius:20px;
}
.component-content .blog-featured h2 {
	margin-top:0;
}
.component-content .blog h2 {
	margin-top:0;
}
.component-content .item-page h2 {
	margin-top:0;
}
.component-content .pagenav {
	padding:2px;
	clear:both;
	margin-top:20px;
	margin-left:0;
	overflow:hidden;
}
.component-content .pagenav li {
	list-style:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.component-content .pagenav li a {
	display:inline-block;
	padding:4px 10px;
	font-size:14px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #dddddd;
}
.component-content .pagenav .pagenav-prev {
	float:left;
}
.component-content .pagenav .pagenav-next {
	float:right;
}
.component-content .items-leading {
	margin-bottom:25px;
}
.component-content .img-intro-right, .component-content .img-fulltext-right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.component-content .img-intro-left, .component-content .img-fulltext-left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.component-content #article-index {
	float:right;
	border-radius:5px;
	background:#ffffff;
	border:1px solid rgba(0, 0, 0, 0.1);
}
.component-content #article-index ul {
	list-style:none;
	margin:0;
}
.component-content #article-index ul li:first-child a {
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.component-content #article-index ul li a {
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	display:block;
	line-height:20px;
	padding:8px 12px;
}
.component-content #article-index ul li a.active {
	color:inherit;
}
.component-content #article-index ul li a:hover {
	background:rgba(0, 0, 0, 0.1);
}
.component-content #article-index ul li:last-child a {
	border-bottom:none !important;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
#modules-form .radio input[type="radio"], #modules-form .checkbox input[type="checkbox"] {
	display:inline-block;
	margin-left:0;
}
.component-content .edit #editor-xtd-buttons a:link, .component-content .edit #editor-xtd-buttons a:hover, .component-content .edit #editor-xtd-buttons a:visited {
	color:#323232;
}
.component-content .edit #editor-xtd-buttons .readmore {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	border:none;
}
.component-content .edit #editor-xtd-buttons .readmore a:link, .component-content .edit #editor-xtd-buttons .readmore a:hover, .component-content .edit #editor-xtd-buttons .readmore a:visited {
	color:#323232 !important;
}
.component-content .edit .toggle-editor a:link, .component-content .edit .toggle-editor a:hover, .component-content .edit .toggle-editor a:visited {
	color:#323232;
}
.component-content .edit legend {
	font-size:150%;
}
.component-content .edit #adminForm fieldset {
	padding:20px 15px;
	margin:10px 0 15px 0;
}
.component-content .edit #adminForm .formelm-area {
	padding:5px 0;
}
.component-content .edit #adminForm .formelm-area label {
	vertical-align:top;
	display:inline-block;
	width:7em;
}
.component-content .edit .btn-group .btn {
	margin:10px 0;
}
.component-content .edit #jform_publish_down_img i.icon-calendar, .component-content .edit #jform_publish_up_img i.icon-calendar {
	display:inline;
}
.component-content .formelm {
	margin:5px 0;
}
.component-content .formelm label {
	width:9em;
	display:inline-block;
	vertical-align:top;
}
.component-content .formelm-buttons {
	text-align:right;
	margin-bottom:10px;
}
.component-content .button2-left {
	float:left;
	margin-right:5px;
	margin-top:10px;
}
.component-content .button2-left .readmore {
	background-image:none;
	background-color:transparent;
	border:none;
	padding:0;
	text-shadow:none;
	font-size:inherit;
	text-transform:inherit;
}
.calendar td.button {
	background-image:none;
	background-color:transparent;
	border:none;
	padding:0;
	text-shadow:none;
	font-size:inherit;
	text-transform:inherit;
	color:#000000;
	display:table-cell;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.calendar td.button:before, .calendar td.button:after {
	content:'';
	position:relative;
}
.calendar tbody td.hilite, .calendar tbody td.selected {
	border:none;
	padding:2px 4px 2px 2px;
}
.calendar td.title {
	font-size:1.4em;
	display:table-cell;
}
.component-content .items-more {
	padding-top:10px;
}
.component-content .items-more h3 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:1.4em;
}
.component-content .items-more ol {
	line-height:1.3em;
	list-style-type:none;
	margin:0;
	padding:10px 0 10px 2px;
}
.component-content .items-more ol li {
	margin-bottom:5px;
}
.component-content .items-more ol li a {
	background-repeat:no-repeat;
	background-position:0 -193px;
	padding:6px 0 6px 35px;
	display:inline-block;
}
.component-content .items-more ol li a:hover {
	background-position:0 -707px;
}
.component-content .pagination {
	margin:10px 0;
	padding:10px 0;
	clear:both;
	text-align:center;
}
.component-content .pagination .counter {
	text-align:center;
	margin:0;
	font-weight:bold;
	margin-bottom:5px;
}
.component-content .pagination ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	box-shadow:none;
}
.component-content .pagination ul li {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	margin:0 10px;
}
.component-content .pagination ul li a, .component-content .pagination ul li span {
	margin:0 1px;
	padding:5px 15px;
	font-size:1em;
	line-height:1.3em;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	background-color:transparent;
	border:1px solid #DDDDDD;
}
.component-content .pagination ul li a:hover, .component-content .pagination ul li span:hover {
	background-color:rgba(0, 0, 0, 0.1);
}
.component-content .pagination-start, .component-content .pagination-next, .component-content .pagination-end, .component-content .pagination-prev {
	border:0;
}
.component-content .pagination-start {
	padding:0;
}
.component-content .pagination-start span {
	padding:0;
}
.component-content .pager li {
	margin:0 10px;
}
.component-content #password-lbl, .component-content #username-lbl, .component-content #secretkey-lbl {
	width:130px;
	display:block;
	float:left;
	font-size:1.2em;
	line-height:2em;
}
.component-content .login .control-label {
	padding-top:0;
}
.component-content .login-fields {
	margin-bottom:5px;
}
.component-content .login-fields #remember-lbl {
	display:inline-block;
	margin-right:5px;
}
.component-content .login-fields #remember {
	margin:0;
}
.component-content .login-fields #username, .login-fields #password, #contact-form dd input, #contact-form dd textarea, #modlgn-username, #modlgn-passwd, #modlgn-secretkey, #jform_email, #member-registration dd input, #search-searchword, .finder .inputbox, #mod-finder-searchword, #roksearch_search_str {
	padding:4px 8px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	line-height:1.6em;
}
.component-content .login + div {
	margin-top:12px;
}
.component-content .login + div ul li, #login-form li {
	list-style:none;
}
.component-content .login + div ul li a:before, #login-form a:before {
	font-family:FontAwesome;
	content:"\f059";
	margin-right:4px;
}
.component-content .login + div ul {
	padding:0;
	margin-left:0;
}
.component-content .login-description {
	margin:10px 0;
}
#login-form .userdata {
	margin:12px 0;
}
#login-form ul {
	padding:0;
	margin-left:0;
}
#login-form ul li a {
	font-size:14px;
}
#login-form input[type="text"], #login-form input[type="password"] {
	width:94%;
}
#login-form #form-login-remember label {
	display:inline-block;
}
#login-form #form-login-remember input {
	margin:0;
}
#rt-breadcrumbs .breadcrumb {
	padding:0;
	margin:0;
	background-color:transparent;
}
#rt-breadcrumbs .breadcrumb li {
	text-shadow:none;
}
#rt-breadcrumbs .breadcrumb a:after {
	margin:0 10px;
}
#rt-breadcrumbs .breadcrumbs img {
	display:none;
}
#rt-breadcrumbs a {
	font-size:14px;
}
#rt-breadcrumbs a:after {
	font-family:FontAwesome;
	/*content:"\f054";*/
	margin:0 5px 0 10px;
}
#rt-breadcrumbs .showHere {
	font-weight:bold;
	margin-right:5px;
}
#rt-breadcrumbs .rt-block {
	padding:10px 15px;
}
#rt-breadcrumbs .divider {
	display:none;
}
#rt-breadcrumbs li:first-child .divider {
	display:inline;
}
.component-content table.weblinks {
	font-size:14px;
	margin:10px 10px 20px 0;
	width:99%;
}
.component-content table.weblinks td {
	border-collapse:collapse;
	padding:7px;
}
.component-content table.weblinks td p {
	margin:0;
	line-height:1.3em;
}
.component-content table.weblinks th {
	padding:7px;
	text-align:left;
}
.component-content table.category {
	font-size:14px;
	margin:10px 10px 20px 0;
	width:99%;
}
.component-content table.category td {
	padding:7px;
}
.component-content table.category th {
	padding:7px;
	text-align:left;
}
.component-content table.category th a img {
	padding:2px 10px;
}
.component-content table.table-bordered {
	border-collapse:separate;
}
.component-content .weblink-category td.title {
	font-size:14px;
}
.component-content .num {
	vertical-align:top;
	text-align:left;
}
.component-content .hits {
	vertical-align:top;
}
.component-content .filter {
	margin:10px 0;
	text-align:right;
	margin-right:7px;
}
.component-content .archive .filter-search {
	float:none;
}
.component-content .archive .filters {
	margin-bottom:25px;
}
.component-content .archive #archive-items {
	list-style:none;
	margin:0 0 10px 0;
}
.component-content .element-invisible {
	position:absolute;
	margin-left:-3000px;
	margin-top:-3000px;
	height:0;
}
.component-content .cat-items {
	margin-top:20px;
}
.component-content .cat-items .filter-search {
	margin-bottom:10px;
}
.component-content .cat-items select {
	margin-bottom:0;
}
.component-content #member-registration {
	padding:0 5px;
}
.component-content form fieldset dt {
	clear:left;
	float:left;
	width:12em;
	padding:3px 0;
}
.component-content form fieldset dd {
	float:left;
	padding:3px 0;
}
.invalid, .login-fields #username.invalid, .login-fields #password.invalid, #contact-form dd input.invalid, #contact-form dd textarea.invalid, #modlgn-username.invalid, #modlgn-passwd.invalid, #jform_email.invalid, #member-registration dd input.invalid, #search-searchword.invalid, .finder .inputbox.invalid, .inputbox.invalid {
	border-color:#ff0000;
}
label.invalid {
	color:#ff0000 !important;
}
input[type="radio"], input[type="checkbox"] {
	margin-right:5px;
}
.component-content .searchintro {
	font-weight:normal;
	margin:20px 0 20px;
}
.component-content #searchForm .inputbox {
	margin-bottom:0;
}
.component-content #searchForm input[type="radio"], .component-content #searchForm input[type="checkbox"] {
	float:left;
}
.component-content #searchForm i.icon-search {
	display:inline;
}
.component-content #searchForm, .component-content #finder-search {
	padding:0 5px;
}
.component-content .form-limit {
	margin:20px 0 0;
	text-align:right;
	padding:0 10px 0 20px;
}
.component-content .highlight {
	font-weight:bold;
}
.component-content .ordering-box {
	width:40%;
	float:right;
}
.component-content .phrases-box {
	width:60%;
	float:left;
}
.component-content .only, .component-content .phrases {
	margin:10px 0 0 0;
	line-height:1.3em;
}
.component-content label.ordering {
	display:block;
	margin:10px 0 10px 0;
}
.component-content .word {
	padding:10px 10px 10px 0;
}
.component-content .word input {
	font-weight:bold;
	padding:4px;
	font-size:14px;
}
.component-content .word label {
	font-weight:bold;
}
.component-content fieldset.only label, .component-content fieldset.phrases label {
	margin:0 10px 0 0;
}
.component-content .ordering-box label.ordering {
	margin:0 10px 5px 0;
}
.component-content form .search label, .component-content form .finder label {
	display:none;
}
.component-content form #finder-filter-select-list label {
	display:block;
	margin-top:10px;
	margin-bottom:2px;
}
.component-content .search legend {
	font-weight:bold;
}
.component-content .search-results .result-title {
	padding:15px 15px 0 5px;
	font-weight:bold;
}
.component-content .search-results dd {
	padding:2px 15px 2px 5px;
}
.component-content .search-results .result-text {
	padding:10px 15px 10px 5px;
	line-height:1.7em;
}
.component-content .search-results .result-url {
	font-size:14px;
	padding:2px 15px 15px 5px;
}
.component-content .search-results .result-created {
	padding:2px 15px 15px 5px;
}
.component-content .search-results .result-category {
	padding:10px 15px 5px 5px;
}
figcaption, figure {
	display:block;
}
figure {
	display:table;
}
figure.pull-center, img.pull-center {
	margin-left:auto;
	margin-right:auto;
}
figcaption {
	display:table-caption;
	caption-side:bottom;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.component-content .contact {
	padding:0;
}
.component-content .contact .button {
	float:none !important;
	clear:left;
	display:block;
	margin:20px 0 0 0;
}
.component-content .contact .title {
	font-size:1.3em;
	margin:0 0 2px 0;
	border:0;
	box-shadow:none;
	padding:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.component-content .contact .title a {
	display:block;
	padding:10px;
}
.component-content .contact .title a span {
	line-height:1em;
}
.component-content .contact .title a span:before {
	font-family:FontAwesome;
	content:"\f055";
	margin:0 10px 0 0;
	font-size:1.3em;
	display:inline;
	vertical-align:middle;
}
.component-content .contact .pane-toggler-down a span:before {
	content:"\f056";
}
.component-content .contact-category {
	padding:0 10px;
}
.component-content .contact-category #adminForm .filters {
	border:0;
	padding:0;
}
.component-content .contact-image {
	margin:10px 0;
	overflow:hidden;
	display:block;
}
.component-content .contact-image img {
	max-width:100%;
}
.component-content address {
	font-style:normal;
	margin:10px 0;
}
.component-content address span {
	display:block;
}
.component-content .contact-address {
	margin:20px 0 10px 0;
}
.component-content .contact-email div {
	padding:2px 0;
	margin:0 0 10px 0;
}
.component-content .contact-email label {
	width:17em;
	float:left;
}
.component-content #contact-textmsg {
	padding:2px 0 10px 0;
}
.component-content #contact-email-copy {
	float:left;
	margin-right:10px;
}
.component-content dl.tabs {
	float:left;
	margin:50px 0 0 0;
	z-index:50;
	clear:both;
}
.component-content dl.tabs dt {
	float:left;
	padding:4px 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #C9822A;
	border-top:1px solid #C9822A;
	margin-right:3px;
	background:#f0f0f0;
	color:#666666;
}
.component-content dl.tabs .open {
	background:#F9F9F9;
	border-bottom:1px solid #F9F9F9;
	z-index:100;
	color:#000000;
}
.component-content .current {
	clear:both;
	border:1px solid #C9822A;
	padding:10px 10px;
}
.component-content .current dd {
	padding:0;
	margin:0;
}
.component-content #content-pane.tabs {
	margin:1px 0 0 0;
}
.component-content #users-profile-core, .component-content #users-profile-custom {
	margin:10px 0 15px 0;
	padding:15px;
}
.component-content #users-profile-core dt, .component-content #users-profile-custom dt {
	float:left;
	width:12em;
	padding:3px 0;
}
.component-content #users-profile-core dd, .component-content #users-profile-custom dd {
	padding:3px 0;
}
.component-content #member-profile fieldset, .component-content .registration fieldset {
	margin:10px 0 15px 0;
	padding:15px;
}
.component-content #users-profile-core legend, .component-content #users-profile-custom legend, .component-content .profile-edit legend, .component-content .registration legend {
	font-weight:bold;
}
.component-content .profile-edit #member-profile fieldset dd, .component-content .registration #member-registration fieldset dd {
	float:none;
	padding:5px 0;
}
.component-content .profile-edit #member-profile fieldset dd input, .component-content .profile-edit #member-profile fieldset dd select, .component-content .registration #member-registration fieldset dd input {
	width:17em;
}
.component-content .profile-edit #member-profile fieldset dt, .component-content .registration #member-registration fieldset dt {
	padding:5px 5px 5px 0;
	width:13em;
}
.component-content .optional {
	font-size:14px;
}
.component-content .contentpaneopen_edit {
	float:left;
}
.component-content .mceButton:hover {
	background:none !important;
}
.component-content .edit #adminForm fieldset {
	padding:20px 15px;
	margin:10px 0 15px 0;
}
.component-content .formelm {
	margin:5px 0;
}
.component-content .formelm .fltlft {
	float:left;
}
.component-content .formelm label {
	width:13em;
	display:inline-block;
	vertical-align:top;
	width:100%;
}
.component-content .formelm .button2-left, .component-content .formelm .media-preview {
	margin:3px 0 0 10px;
}
.component-content .formelm .button2-left a, .component-content .formelm .media-preview a {
	padding:3px 10px !important;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.component-content #adminForm .formelm-area {
	padding:5px 0;
}
.component-content #adminForm .formelm-area label {
	vertical-align:top;
	display:inline-block;
	width:7.9em;
}
.component-content .formelm-buttons {
	text-align:right;
	margin-bottom:10px;
}
.component-content .button2-left .blank a, .component-content .button2-left a, .component-content .button2-left .readmore a {
	background:#eee;
	padding:4px !important;
	margin:0 !important;
	line-height:1.2em;
	border:solid 1px #ddd;
	font-weight:bold;
	text-decoration:none;
	display:inline;
}
.component-content .edit #images .btn [class^="icon-"], .component-content .edit #images .btn [class*=" icon-"] {
display:inline;
}
.component-content #imageForm .span9 .control-label {
	float:left;
}
.component-content .chzn-container {
	vertical-align:middle;
}
.component-content .thumbnails > li {
	float:left;
	margin-left:20px;
}
body #modules-form .btn [class^="icon-"], body #modules-form .btn [class*=" icon-"] {
display:inline-block;
}
body .input-append .btn {
	border-radius:0;
}
body .btn.jmodedit {
	background:none;
	border:none;
}
body .btn.jmodedit:hover {
	background:none;
	border:none;
}
body .btn.jmodedit [class^="icon-"], body .btn.jmodedit [class*=" icon-"] {
display:inline;
}
.component-content table.contenttoc {
	padding:10px;
	margin:10px;
}
.component-content table.contenttoc tr td {
	padding:1px 0;
}
.component-content .pagenavcounter {
	font-weight:bold;
}
.component-content .tip {
	font-size:0.8em;
	text-align:left;
	padding:3px;
	max-width:400px;
}
.component-content .tip-title {
	font-weight:bold;
}
.tip-wrap {
	padding:8px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.system-unpublished .system-unpublished {
	margin:-10px;
	padding:10px;
	border-top:16px solid;
	border-bottom:5px solid;
	position:relative;
}
.system-unpublished .system-unpublished:before {
	content:'Unpublished';
	text-transform:uppercase;
	top:-19px;
	left:10px;
	position:absolute;
	font-size:0.8em;
	font-weight:bold;
}
#system-message {
	padding:0;
	margin:15px 0;
}
#system-message .alert {
	border-radius:4px;
	margin:15px 0;
	list-style:none;
	padding:10px 35px 10px 10px;
	color:#0055BB;
	background:#BFD3E6;
	border:1px solid #84A7DB;
}
#system-message .alert p:last-child {
	margin-bottom:0;
}
#system-message .alert:before {
	font-family:FontAwesome;
	content:'\f05a';
	margin-right:10px;
	font-size:12;
	opacity:0.5;
	vertical-align:middle;
	float:left;
}
#system-message .alert-error {
	color:#cc0000;
	background:#EBC8C9;
	border:1px solid #DE7A7B;
}
#system-message .alert-error:before {
	content:'\f056';
}
#system-message .alert-warning {
	color:#A08B4C;
	background:#F5ECC1;
	border:1px solid #B8A871;
}
#system-message .alert-warning:before {
	content:'\f06a';
}
#system-message .alert-success {
	color:#468847;
	background:#dff0d8;
	border:1px solid #93BC8F;
}
#system-message .alert-success:before {
	content:'\f058';
}
#system-message > div:first-child {
	margin-bottom:0 !important;
}
#system-message dd {
	margin:0;
	font-weight:bold;
}
#system-message dd ul {
	border-radius:4px;
	margin:15px 0;
	list-style:none;
	padding:10px;
	color:#0055BB;
	background:#BFD3E6;
	border:1px solid #84A7DB;
}
#system-message dd ul li:before {
	font-family:FontAwesome;
	content:'\f05a';
	margin-right:8px;
	font-size:10;
	opacity:0.5;
	vertical-align:middle;
}
#system-message .error ul {
	color:#cc0000;
	background:#EBC8C9;
	border:1px solid #DE7A7B;
}
#system-message .error ul li:before {
	content:'\f056';
}
#system-message .notice ul {
	color:#A08B4C;
	background:#F5ECC1;
	border:1px solid #B8A871;
}
#system-message .notice ul li:before {
	content:'\f06a';
}
#system-message dt.error, #system-message dt.notice, #system-message dt.message {
	display:none;
}
#system-debug {
	color:#C9822A;
	background-color:#FFFFFF;
	padding:10px;
	margin:10px;
}
#system-debug div {
	font-size:11px;
}
.icon-file-add:before, .icon-cancel:before, .icon-eye:before, .icon-location:before {
	font-family:'IcoMoon' !important;
}
body {
	background-position:50% 0;
}
body .rt-bg2 {
	background-repeat:no-repeat;
	background-position:50% 0;
}
body .rt-bg {
	background-repeat:no-repeat;
	background-position:50% 100%;
}
body.main-bg-green {
	background-repeat:repeat-y;
}
body.main-bg-wood .rt-bg2, body.main-bg-orange .rt-bg2 {
	background-repeat:repeat;
	background-position:50% 0;
}
body.main-bg-clouds .rt-bg {
	background-repeat:repeat-x;
}
body.main-bg-brick .rt-bg2 {
	background-repeat:repeat;
	background-position:50% 0;
}
body.main-bg-brick .rt-bg {
	background-repeat:repeat-x;
}
body.main-bg-scene {
	background-repeat:no-repeat;
}
body.main-bg-scene .rt-bg2 {
	background-repeat:repeat;
	background-position:50% 0;
}
body.main-bg-scene .rt-bg {
	background-repeat:repeat-x;
}
body.main-bg-desert {
	background-repeat:no-repeat;
}
body.main-bg-desert .rt-bg2 {
	background-repeat:repeat;
	background-position:50% 0;
}
body.main-bg-desert .rt-bg {
	background-repeat:no-repeat;
}
body.main-bg-darkblue {
	background-repeat:repeat-y;
	background-position:50% 0;
}
img {
	max-width:100%;
	height:auto;
}
a {
	-webkit-transition:color 0.1s ease-in;
	-moz-transition:color 0.1s ease-in;
	-o-transition:color 0.1s ease-in;
	transition:color 0.1s ease-in;
}
#rt-transition.rt-hidden {
	opacity:0;
}
#rt-transition.rt-visible {
	opacity:1;
	-webkit-transition:opacity 0.3s ease-in;
	-moz-transition:opacity 0.3s ease-in;
	-o-transition:opacity 0.3s ease-in;
	transition:opacity 0.3s ease-in;
}
.rt-light .rt-block {
	border-top:1px solid;
}
.rt-dark .rt-block {
	border-top:1px solid;
}
.font-family-metropolis {
	font-family:'SourceSansProRegular', Helvetica, Arial, sans-serif;
}
.font-family-metropolis .sprocket-tabs-inner, .font-family-metropolis .sprocket-mosaic-title, .font-family-metropolis .component-content .blog h2, .font-family-metropolis .component-content .item-page h2, .font-family-metropolis .component-content .blog-featured h2, .font-family-metropolis .sprocket-lists .sprocket-lists-title, .font-family-metropolis .sprocket-lists-item h4, .font-family-metropolis .sprocket-headlines-badge span, .font-family-metropolis .rt-totop, .font-family-metropolis .weblink-category h2, .font-family-metropolis .contact h2, .font-family-metropolis .login h1, .font-family-metropolis .component-content h1, .font-family-metropolis .module-content .menu .item, .font-family-metropolis .module-content .menu a, .font-family-metropolis .sprocket-features.layout-showcase, .font-family-metropolis #gantry-totop {
	font-family:'SourceSansProLight', Helvetica, Arial, sans-serif;
}
.font-family-metropolis .module-title {
	font-family:'Ramabhadra', Helvetica, Arial, sans-serif;
}
.font-family-metropolis .sprocket-lists-pagination li span {
	font-family:'SourceSansProRegular', Helvetica, Arial, sans-serif;
}
.logo-type-metropolis #rt-logo {
	width:121px;
	height:97px;
}
.logo-block {
	padding:10px 15px;
	margin:0 10px;
}
.logo-block #rt-logo {
	margin:0;
	display:block;
	position:relative;
	z-index:1;
}
body.main-bg-blue {
	background-repeat:repeat-y;
	background-position:50% 0;
}
.menu-block {
	margin:0 0px;
}
.rt-menu-mobile {
	text-align:center;
	padding:0 0 15px 0;
}
.module-content ul.menu {
	margin:0;
	padding:0;
}
.module-content ul.menu li {
	list-style:none;
	margin-bottom:0;
}
.module-content ul.menu li a, .module-content ul.menu li .separator, .module-content ul.menu li .item {
	padding:8px 0;
	display:block;
	font-size:1.1em;
	font-weight:bold;
}
.module-content ul.menu li.parent ul {
	margin-left:15px;
}
.module-content ul.menu li.parent ul ul {
	margin-left:15px;
}
.module-content ul.menu li.parent li a, .module-content ul.menu li.parent li .item, .module-content ul.menu li.parent li .separator {
	font-size:13px;
	background-repeat:no-repeat;
	background-position:-5px -135px;
}
.module-content ul.menu li.parent li.active.current > a, .module-content ul.menu li.parent li.active.current > .item, .module-content ul.menu li.parent li.active.current > .separator, .module-content ul.menu li.parent li#current.active > a, .module-content ul.menu li.parent li#current.active > .item, .module-content ul.menu li.parent li#current.active > .separator {
	padding:5px 0 5px 40px;
	background-position:0 -710px;
}
.module-content ul.menu li.parent li a, .module-content ul.menu li.parent li .item, .module-content ul.menu li.parent li .separator {
	font-size:0.9em;
}
.module-content ul.menu li.active.current > a, .module-content ul.menu li.active.current > .item, .module-content ul.menu li.active.current > .separator, .module-content ul.menu li#current.active > a, .module-content ul.menu li#current.active > .item, .module-content ul.menu li#current.active > .separator {
	padding:5px 0 5px 50px;
	background-repeat:no-repeat;
	background-position:14px -710px;
}
.module-content ul.menu li.active.current > a:before, .module-content ul.menu li.active.current > .item:before, .module-content ul.menu li.active.current > .separator:before, .module-content ul.menu li#current.active > a:before, .module-content ul.menu li#current.active > .item:before, .module-content ul.menu li#current.active > .separator:before {
	content:"";
	margin:0;
	display:none;
}
.module-content ul.menu ul.small {
	font-size:14px;
}
.horizmenu ul.menu {
	margin:0;
	padding:0;
	list-style:none;
	background-color:transparent;
}
.horizmenu ul.menu li {
	list-style:none;
	display:inline-block;
	margin:0 20px 0 0;
}
.horizmenu ul.menu li a, .horizmenu ul.menu li .item, .horizmenu ul.menu li .separator {
	padding:0;
	display:inline-block;
	font-size:1em;
	text-transform:none;
	font-weight:bold;
	border:none;
	position:relative;
}
.horizmenu ul.menu li a:hover, .horizmenu ul.menu li a.active, .horizmenu ul.menu li .item:hover, .horizmenu ul.menu li .item.active, .horizmenu ul.menu li .separator:hover, .horizmenu ul.menu li .separator.active {
	border-color:transparent;
}
.horizmenu ul.menu li a:before, .horizmenu ul.menu li .item:before, .horizmenu ul.menu li .separator:before {
	content:'/';
	position:absolute;
	right:-12px;
}
.horizmenu ul.menu li a span, .horizmenu ul.menu li .item span, .horizmenu ul.menu li .separator span {
	padding:0;
	display:inline-block;
}
.horizmenu ul.menu li:last-child a:before, .horizmenu ul.menu li:last-child .item:before, .horizmenu ul.menu li:last-child .separator:before {
	display:none;
}
.title, .component-content h2 {
	/*font-size:2.8em;*/
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:normal;
	margin-top:0;
	margin-bottom:15px;
}
body .rt-block.basic {
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
}
.blocks-default-overlay-dark .rt-light .rt-block.basic, .blocks-default-overlay-dark .rt-dark .rt-block.basic, .blocks-default-overlay-light .rt-light .rt-block.basic, .blocks-default-overlay-light .rt-dark .rt-block.basic {
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
}
.title2 .title {
	background-repeat:no-repeat;
	background-position:0 -192px;
	padding-left:35px;
}
.title3 .title {
	background-repeat:no-repeat;
	background-position:0 -120px;
	padding-left:35px;
}
.title4 .title {
	background-repeat:no-repeat;
	background-position:0 -1085px;
	padding-left:35px;
}
.icon-large .title {
	text-align:center;
}
.rt-block[class^="icon-"]:before, .rt-block[class*=" icon-"]:before {
float:left;
font-size:3.5em;
margin:14px 14px 14px 0;
background-image:none;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.2);
}
.rt-block[class^="icon-"], .rt-block[class*=" icon-"] {
background-position:0 0;
background-image:none;
display:block;
}
.rt-block[class^="icon-"] .module-content div, .rt-block[class*=" icon-"] .module-content div {
background-image:none !important;
}
.rt-block[class^="icon-"] .module-content div:before, .rt-block[class*=" icon-"] .module-content div:before {
display:none;
}
.rt-block[class^="icon-"] .module-content > div, .rt-block[class*=" icon-"] .module-content > div {
display:inherit;
line-height:1.7em;
}
.rt-block.icon-large[class^="icon-"]:before, .rt-block.icon-large[class*=" icon-"]:before {
font-size:8em;
margin:65px 0 50px;
display:block;
text-align:center;
float:none;
}
.rounded.rt-block {
	border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-moz-border-radius:5px !important;
	border-radius:5px !important;
}
.square.rt-block {
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.basic.rt-block {
	background:none !important;
}
.standardcase .module-title .title {
	text-transform:inherit;
}
.lowercase .module-title .title {
	text-transform:lowercase;
}
.uppercase .module-title .title {
	text-transform:uppercase;
}
.flush.rt-block {
	padding:0;
}
.flushtop.rt-block {
	padding-top:0;
}
.flushbottom.rt-block {
	padding-bottom:0;
}
.shadow2.rt-block {
	-webkit-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.shadow3.rt-block {
	-webkit-box-shadow:inset -1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:inset -1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:inset -1px 1px 3px rgba(0, 0, 0, 0.2);
}
.shadow4.rt-block {
	-webkit-box-shadow:inset 1px -1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:inset 1px -1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:inset 1px -1px 3px rgba(0, 0, 0, 0.2);
}
.shadow5.rt-block {
	-webkit-box-shadow:inset -1px -1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:inset -1px -1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:inset -1px -1px 3px rgba(0, 0, 0, 0.2);
}
.shadow6.rt-block {
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
}
.shadow7.rt-block {
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
}
.shadow8.rt-block {
	-webkit-box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.2);
}
.shadow9.rt-block {
	-webkit-box-shadow:1px -1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:1px -1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:1px -1px 3px rgba(0, 0, 0, 0.2);
}
.shadow10.rt-block {
	-webkit-box-shadow:-1px -1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:-1px -1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:-1px -1px 3px rgba(0, 0, 0, 0.2);
}
.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .controls .btn, .sprocket-mosaic-loadmore, .btn-primary, #k2Container .k2ReadMore, #k2Container #submitCommentButton, .btn {
	display:inline-block;
	padding:3px 14px;
	line-height:1.5em;
	font-size:14px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border:2px solid;
	-webkit-transition:background-color 0.1s ease-in;
	-moz-transition:background-color 0.1s ease-in;
	-o-transition:background-color 0.1s ease-in;
	transition:background-color 0.1s ease-in;
}
.readmore a {
	margin:-5px -12px;
	padding:5px 12px;
	display:inline-block;
}
a.readon:before {
	right:0;
}
input.button {
	padding:3px 10px;
}
input.button:hover {
	cursor:pointer;
}
button.button:before {
	padding-right:5px;
}
#developed-by {
	overflow:hidden;
}
#rocket {
	display:block;
	width:120px;
	height:18px;
	margin:2px 0 0 0;
}
#rt-popup, #rt-popuplogin {
	display:none;
}
#rt-popup .rt-block, #rt-popuplogin .rt-block {
	margin:0;
	padding:0;
}
#rt-popup .title, #rt-popuplogin .title {
	margin-top:0;
}
#rt-popuplogin #form-login-remember {
	clear:both;
}
#rt-popuplogin #modlgn-passwd, #rt-popuplogin #modlgn-username, #rt-popuplogin #modlgn-secretkey {
	width:250px;
	margin-right:10px;
}
#rt-popuplogin #form-login-secretkey {
	margin-right:0;
}
#rt-popuplogin #form-login-secretkey .icon-help {
	line-height:1;
}
#rt-popuplogin input.button {
	clear:both;
	display:block;
}
#rt-popuplogin p {
	margin-bottom:10px;
}
#rt-popuplogin .readon {
	float:right;
}
#rt-popuplogin ul {
	margin-top:25px;
}
#rt-popuplogin ul li {
	float:none;
	display:block;
}
#rt-controls .rt-popupmodule-button .buttontext {
	font-weight:normal;
	line-height:20px;
}
#gantry-totop {
	width:38px;
	height:38px;
	padding:0 45px 0 0;
	float:right;
	font-size:1.6em;
	line-height:1.7em;
	background-position:40px 0;
	background-repeat:no-repeat;
}
#gantry-totop:hover {
	background-position:40px -116px;
}
.powered-by {
	display:block;
	width:120px;
	height:32px;
	margin:0 auto;
	opacity:0.8;
}
.powered-by:hover {
	opacity:1;
}
.dropdown-menu {
	float:right;
}
.dropdown-menu li {
	list-style:none;
	float:right;
}
.article-info i {
	display:none;
}
.article-info > div {
	display:inline-block;
	float:left;
	margin-right:15px;
}
.createdby {
	display:block;
	font-size:inherit;
}
.createdby:before {
	content:"\f040";
	font-family:FontAwesome;
}
.component-content .hits {
	text-align:left;
}
.component-content .content_rating {
	display:inline-block;
}
#rt-header .rt-social-buttons {
	margin-top:10px;
}
.rt-social-buttons {
	left:0;
	width:60px;
	position:fixed;
	top:375px;
	z-index:10;
}
.rt-social-buttons .social-button {
	height:60px;
	width:60px;
	display:block;
	background-repeat:no-repeat;
	opacity:0.5;
	-webkit-transition:opacity 0.2s ease-in;
	-moz-transition:opacity 0.2s ease-in;
	-o-transition:opacity 0.2s ease-in;
	transition:opacity 0.2s ease-in;
}
.rt-social-buttons .social-button:hover {
	opacity:1;
}
.rt-social-buttons .rt-facebook-btn {
	background-position:0 0;
}
.rt-social-buttons .rt-twitter-btn {
	background-position:0 -65px;
}
.rt-social-buttons .rt-google-btn {
	background-position:0 -196px;
}
.rt-social-buttons .rt-rss-btn {
	background-position:0 -130px;
}
body .btn [class^="icon-"], body .btn [class*=" icon-"] {
display:none;
}
.sprocket-mosaic-order li, .sprocket-mosaic-filter li, .sprocket-tabs-inner {
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.even, .odd {
	background:inherit;
	border-bottom:inherit;
}
body.main-bg-wood .rt-bg2 {
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size:cover;
}
#gantry-totop {
	float:left;
}
body {
	color:#FFFFFF;
}
body.component-body {
	color:#000000;
}
body.component-body .button, body.component-body .readon, body.component-body .readmore, body.component-body #member-profile a, body.component-body #member-registration a, body.component-body .formelm-buttons button, body.component-body .sprocket-mosaic-loadmore, body.component-body body .btn-primary, body.component-body .sprocket-mosaic-filter li, body.component-body .sprocket-mosaic-order li {
	color:#000000;
	border:1px solid #C9822A;
}
body.component-body .component-content h2 {
	color:#000000;
}
body.component-body .component-content h2 a {
	color:#000000;
}
body.component-body .component-content h2 a:hover {
	color:#000000;
}
a {
	color:#f55a3b;
}
a:hover {
	text-decoration:none;
}
.component-content h2 a {
	color:#C9822A;
}
.component-content h2 a:hover {
	color:#FFFFFF;
}
.rt-block {
	border-color:rgba(255, 255, 255, 0.5);
}
.component-block.rt-block.main-overlay-light {
	background-color:#FFFFFF;
	color:#3A140C;
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	border-color:rgba(255, 255, 255, 0.5);
}
.component-block.rt-block.main-overlay-light .title, .component-block.rt-block.main-overlay-light .component-content h2 {
	text-shadow:-1px -1px 1px rgba(225, 225, 225, 0.4);
}
.component-block.rt-block.main-overlay-light a:hover {
	color:#3A140C;
}
.component-block.rt-block.main-overlay-light .button, .component-block.rt-block.main-overlay-light .readon, .component-block.rt-block.main-overlay-light .readmore, .component-block.rt-block.main-overlay-light #member-profile a, .component-block.rt-block.main-overlay-light #member-registration a, .component-block.rt-block.main-overlay-light .formelm-buttons button, .component-block.rt-block.main-overlay-light body .btn-primary {
	/*border-color:#fff;
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.1);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000)";
	border-color:rgba(0, 0, 0, 0.5);
	color:#000000;*/
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: #ffffff;
}
.component-block.rt-block.main-overlay-light .button:hover, .component-block.rt-block.main-overlay-light .button.active, .component-block.rt-block.main-overlay-light .readon:hover, .component-block.rt-block.main-overlay-light .readon.active, .component-block.rt-block.main-overlay-light .readmore:hover, .component-block.rt-block.main-overlay-light .readmore.active, .component-block.rt-block.main-overlay-light #member-profile a:hover, .component-block.rt-block.main-overlay-light #member-profile a.active, .component-block.rt-block.main-overlay-light #member-registration a:hover, .component-block.rt-block.main-overlay-light #member-registration a.active, .component-block.rt-block.main-overlay-light .formelm-buttons button:hover, .component-block.rt-block.main-overlay-light .formelm-buttons button.active, .component-block.rt-block.main-overlay-light body .btn-primary:hover, .component-block.rt-block.main-overlay-light body .btn-primary.active {
	background-color:#000000;
	color:#FFFFFF !important;
	border-color:#000000;
}
.component-block.rt-block.main-overlay-light .button a, .component-block.rt-block.main-overlay-light .readon a, .component-block.rt-block.main-overlay-light .readmore a, .component-block.rt-block.main-overlay-light #member-profile a a, .component-block.rt-block.main-overlay-light #member-registration a a, .component-block.rt-block.main-overlay-light .formelm-buttons button a, .component-block.rt-block.main-overlay-light body .btn-primary a {
	color:#000000;
}
.component-block.rt-block.main-overlay-light .button a:hover, .component-block.rt-block.main-overlay-light .readon a:hover, .component-block.rt-block.main-overlay-light .readmore a:hover, .component-block.rt-block.main-overlay-light #member-profile a a:hover, .component-block.rt-block.main-overlay-light #member-registration a a:hover, .component-block.rt-block.main-overlay-light .formelm-buttons button a:hover, .component-block.rt-block.main-overlay-light body .btn-primary a:hover {
	color:#FFFFFF;
}
.component-block.rt-block.main-overlay-dark {
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.8);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
	color:#FFFFFF;
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	border-color:rgba(255, 255, 255, 0.2);
}
.component-block.rt-block.main-overlay-dark .title, .component-block.rt-block.main-overlay-dark .component-content h2 {
	text-shadow:-1px -1px 1px rgba(225, 225, 225, 0.4);
}
.component-block.rt-block.main-overlay-dark a:hover {
	color:#FFFFFF;
}
.component-block.rt-block.main-overlay-dark .button, .component-block.rt-block.main-overlay-dark .readon, .component-block.rt-block.main-overlay-dark .readmore, .component-block.rt-block.main-overlay-dark #member-profile a, .component-block.rt-block.main-overlay-dark #member-registration a, .component-block.rt-block.main-overlay-dark .formelm-buttons button, .component-block.rt-block.main-overlay-dark body .btn-primary {
	border-color:rgba(255, 255, 255, 0.7);
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.3);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff)";
	color:#FFFFFF;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}
.component-block.rt-block.main-overlay-dark .button:hover, .component-block.rt-block.main-overlay-dark .button.active, .component-block.rt-block.main-overlay-dark .readon:hover, .component-block.rt-block.main-overlay-dark .readon.active, .component-block.rt-block.main-overlay-dark .readmore:hover, .component-block.rt-block.main-overlay-dark .readmore.active, .component-block.rt-block.main-overlay-dark #member-profile a:hover, .component-block.rt-block.main-overlay-dark #member-profile a.active, .component-block.rt-block.main-overlay-dark #member-registration a:hover, .component-block.rt-block.main-overlay-dark #member-registration a.active, .component-block.rt-block.main-overlay-dark .formelm-buttons button:hover, .component-block.rt-block.main-overlay-dark .formelm-buttons button.active, .component-block.rt-block.main-overlay-dark body .btn-primary:hover, .component-block.rt-block.main-overlay-dark body .btn-primary.active {
	background-color:#FFFFFF;
	color:#000000 !important;
	border-color:#FFFFFF;
}
.component-block.rt-block.main-overlay-dark .button a, .component-block.rt-block.main-overlay-dark .readon a, .component-block.rt-block.main-overlay-dark .readmore a, .component-block.rt-block.main-overlay-dark #member-profile a a, .component-block.rt-block.main-overlay-dark #member-registration a a, .component-block.rt-block.main-overlay-dark .formelm-buttons button a, .component-block.rt-block.main-overlay-dark body .btn-primary a {
	color:#FFFFFF;
}
.component-block.rt-block.main-overlay-dark .button a:hover, .component-block.rt-block.main-overlay-dark .readon a:hover, .component-block.rt-block.main-overlay-dark .readmore a:hover, .component-block.rt-block.main-overlay-dark #member-profile a a:hover, .component-block.rt-block.main-overlay-dark #member-registration a a:hover, .component-block.rt-block.main-overlay-dark .formelm-buttons button a:hover, .component-block.rt-block.main-overlay-dark body .btn-primary a:hover {
	color:#000000;
}
.rt-light, #rt-footer-surround.rt-light {
	color:#3A140C;
}
.rt-light .rt-block, .rt-light .rt-block.basic, .rt-light .rt-block.basic.rt-dark-block, .rt-light .rt-block.basic.rt-light-block, #rt-footer-surround.rt-light .rt-block, #rt-footer-surround.rt-light .rt-block.basic, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block {
	color:#3A140C;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.rt-light .rt-block .title, .rt-light .rt-block .component-content h2, .rt-light .rt-block.basic .title, .rt-light .rt-block.basic .component-content h2, .rt-light .rt-block.basic.rt-dark-block .title, .rt-light .rt-block.basic.rt-dark-block .component-content h2, .rt-light .rt-block.basic.rt-light-block .title, .rt-light .rt-block.basic.rt-light-block .component-content h2, #rt-footer-surround.rt-light .rt-block .title, #rt-footer-surround.rt-light .rt-block .component-content h2, #rt-footer-surround.rt-light .rt-block.basic .title, #rt-footer-surround.rt-light .rt-block.basic .component-content h2, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .title, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .component-content h2, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .title, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .component-content h2 {
	text-shadow:-1px -1px 1px rgba(225, 225, 225, 0.2);
}
.rt-light .rt-block a:hover, .rt-light .rt-block.basic a:hover, .rt-light .rt-block.basic.rt-dark-block a:hover, .rt-light .rt-block.basic.rt-light-block a:hover, #rt-footer-surround.rt-light .rt-block a:hover, #rt-footer-surround.rt-light .rt-block.basic a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block a:hover {
	color:#3A140C;
}
.rt-light .rt-block.basic.rt-dark-block .button, .rt-light .rt-block.basic.rt-dark-block .readon, .rt-light .rt-block.basic.rt-dark-block .readmore, .rt-light .rt-block.basic.rt-dark-block #member-profile a, .rt-light .rt-block.basic.rt-dark-block #member-registration a, .rt-light .rt-block.basic.rt-dark-block .formelm-buttons button, .rt-light .rt-block.basic.rt-dark-block body .btn-primary, .rt-light .rt-block.basic.rt-light-block .button, .rt-light .rt-block.basic.rt-light-block .readon, .rt-light .rt-block.basic.rt-light-block .readmore, .rt-light .rt-block.basic.rt-light-block #member-profile a, .rt-light .rt-block.basic.rt-light-block #member-registration a, .rt-light .rt-block.basic.rt-light-block .formelm-buttons button, .rt-light .rt-block.basic.rt-light-block body .btn-primary, .rt-light .rt-block.basic .button, .rt-light .rt-block.basic .readon, .rt-light .rt-block.basic .readmore, .rt-light .rt-block.basic #member-profile a, .rt-light .rt-block.basic #member-registration a, .rt-light .rt-block.basic .formelm-buttons button, .rt-light .rt-block.basic body .btn-primary, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .button, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .readon, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .readmore, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block #member-profile a, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block #member-registration a, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .formelm-buttons button, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block body .btn-primary, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .button, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .readon, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .readmore, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block #member-profile a, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block #member-registration a, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .formelm-buttons button, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block body .btn-primary, #rt-footer-surround.rt-light .rt-block.basic .button, #rt-footer-surround.rt-light .rt-block.basic .readon, #rt-footer-surround.rt-light .rt-block.basic .readmore, #rt-footer-surround.rt-light .rt-block.basic #member-profile a, #rt-footer-surround.rt-light .rt-block.basic #member-registration a, #rt-footer-surround.rt-light .rt-block.basic .formelm-buttons button, #rt-footer-surround.rt-light .rt-block.basic body .btn-primary {
	border-color: rgba(0, 0, 0, 0.4);
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.1);
	border:1px solid c#FFF;
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000)";
	color:#000000;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}
.rt-light .rt-block.basic.rt-dark-block .button:hover, .rt-light .rt-block.basic.rt-dark-block .button.active, .rt-light .rt-block.basic.rt-dark-block .readon:hover, .rt-light .rt-block.basic.rt-dark-block .readon.active, .rt-light .rt-block.basic.rt-dark-block .readmore:hover, .rt-light .rt-block.basic.rt-dark-block .readmore.active, .rt-light .rt-block.basic.rt-dark-block #member-profile a:hover, .rt-light .rt-block.basic.rt-dark-block #member-profile a.active, .rt-light .rt-block.basic.rt-dark-block #member-registration a:hover, .rt-light .rt-block.basic.rt-dark-block #member-registration a.active, .rt-light .rt-block.basic.rt-dark-block .formelm-buttons button:hover, .rt-light .rt-block.basic.rt-dark-block .formelm-buttons button.active, .rt-light .rt-block.basic.rt-dark-block body .btn-primary:hover, .rt-light .rt-block.basic.rt-dark-block body .btn-primary.active, .rt-light .rt-block.basic.rt-light-block .button:hover, .rt-light .rt-block.basic.rt-light-block .button.active, .rt-light .rt-block.basic.rt-light-block .readon:hover, .rt-light .rt-block.basic.rt-light-block .readon.active, .rt-light .rt-block.basic.rt-light-block .readmore:hover, .rt-light .rt-block.basic.rt-light-block .readmore.active, .rt-light .rt-block.basic.rt-light-block #member-profile a:hover, .rt-light .rt-block.basic.rt-light-block #member-profile a.active, .rt-light .rt-block.basic.rt-light-block #member-registration a:hover, .rt-light .rt-block.basic.rt-light-block #member-registration a.active, .rt-light .rt-block.basic.rt-light-block .formelm-buttons button:hover, .rt-light .rt-block.basic.rt-light-block .formelm-buttons button.active, .rt-light .rt-block.basic.rt-light-block body .btn-primary:hover, .rt-light .rt-block.basic.rt-light-block body .btn-primary.active, .rt-light .rt-block.basic .button:hover, .rt-light .rt-block.basic .button.active, .rt-light .rt-block.basic .readon:hover, .rt-light .rt-block.basic .readon.active, .rt-light .rt-block.basic .readmore:hover, .rt-light .rt-block.basic .readmore.active, .rt-light .rt-block.basic #member-profile a:hover, .rt-light .rt-block.basic #member-profile a.active, .rt-light .rt-block.basic #member-registration a:hover, .rt-light .rt-block.basic #member-registration a.active, .rt-light .rt-block.basic .formelm-buttons button:hover, .rt-light .rt-block.basic .formelm-buttons button.active, .rt-light .rt-block.basic body .btn-primary:hover, .rt-light .rt-block.basic body .btn-primary.active, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .button:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .button.active, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .readon:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .readon.active, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .readmore:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .readmore.active, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block #member-profile a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block #member-profile a.active, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block #member-registration a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block #member-registration a.active, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .formelm-buttons button:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .formelm-buttons button.active, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block body .btn-primary:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block body .btn-primary.active, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .button:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .button.active, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .readon:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .readon.active, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .readmore:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .readmore.active, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block #member-profile a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block #member-profile a.active, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block #member-registration a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block #member-registration a.active, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .formelm-buttons button:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .formelm-buttons button.active, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block body .btn-primary:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block body .btn-primary.active, #rt-footer-surround.rt-light .rt-block.basic .button:hover, #rt-footer-surround.rt-light .rt-block.basic .button.active, #rt-footer-surround.rt-light .rt-block.basic .readon:hover, #rt-footer-surround.rt-light .rt-block.basic .readon.active, #rt-footer-surround.rt-light .rt-block.basic .readmore:hover, #rt-footer-surround.rt-light .rt-block.basic .readmore.active, #rt-footer-surround.rt-light .rt-block.basic #member-profile a:hover, #rt-footer-surround.rt-light .rt-block.basic #member-profile a.active, #rt-footer-surround.rt-light .rt-block.basic #member-registration a:hover, #rt-footer-surround.rt-light .rt-block.basic #member-registration a.active, #rt-footer-surround.rt-light .rt-block.basic .formelm-buttons button:hover, #rt-footer-surround.rt-light .rt-block.basic .formelm-buttons button.active, #rt-footer-surround.rt-light .rt-block.basic body .btn-primary:hover, #rt-footer-surround.rt-light .rt-block.basic body .btn-primary.active {
	background-color:#fff;
	color:#000 !important;
	border-color:#fff;
}
.rt-light .rt-block.basic.rt-dark-block .button a, .rt-light .rt-block.basic.rt-dark-block .readon a, .rt-light .rt-block.basic.rt-dark-block .readmore a, .rt-light .rt-block.basic.rt-dark-block #member-profile a a, .rt-light .rt-block.basic.rt-dark-block #member-registration a a, .rt-light .rt-block.basic.rt-dark-block .formelm-buttons button a, .rt-light .rt-block.basic.rt-dark-block body .btn-primary a, .rt-light .rt-block.basic.rt-light-block .button a, .rt-light .rt-block.basic.rt-light-block .readon a, .rt-light .rt-block.basic.rt-light-block .readmore a, .rt-light .rt-block.basic.rt-light-block #member-profile a a, .rt-light .rt-block.basic.rt-light-block #member-registration a a, .rt-light .rt-block.basic.rt-light-block .formelm-buttons button a, .rt-light .rt-block.basic.rt-light-block body .btn-primary a, .rt-light .rt-block.basic .button a, .rt-light .rt-block.basic .readon a, .rt-light .rt-block.basic .readmore a, .rt-light .rt-block.basic #member-profile a a, .rt-light .rt-block.basic #member-registration a a, .rt-light .rt-block.basic .formelm-buttons button a, .rt-light .rt-block.basic body .btn-primary a, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .button a, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .readon a, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .readmore a, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block #member-profile a a, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block #member-registration a a, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .formelm-buttons button a, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block body .btn-primary a, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .button a, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .readon a, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .readmore a, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block #member-profile a a, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block #member-registration a a, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .formelm-buttons button a, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block body .btn-primary a, #rt-footer-surround.rt-light .rt-block.basic .button a, #rt-footer-surround.rt-light .rt-block.basic .readon a, #rt-footer-surround.rt-light .rt-block.basic .readmore a, #rt-footer-surround.rt-light .rt-block.basic #member-profile a a, #rt-footer-surround.rt-light .rt-block.basic #member-registration a a, #rt-footer-surround.rt-light .rt-block.basic .formelm-buttons button a, #rt-footer-surround.rt-light .rt-block.basic body .btn-primary a {
	color:#000000;
}
.rt-light .rt-block.basic.rt-dark-block .button a:hover, .rt-light .rt-block.basic.rt-dark-block .readon a:hover, .rt-light .rt-block.basic.rt-dark-block .readmore a:hover, .rt-light .rt-block.basic.rt-dark-block #member-profile a a:hover, .rt-light .rt-block.basic.rt-dark-block #member-registration a a:hover, .rt-light .rt-block.basic.rt-dark-block .formelm-buttons button a:hover, .rt-light .rt-block.basic.rt-dark-block body .btn-primary a:hover, .rt-light .rt-block.basic.rt-light-block .button a:hover, .rt-light .rt-block.basic.rt-light-block .readon a:hover, .rt-light .rt-block.basic.rt-light-block .readmore a:hover, .rt-light .rt-block.basic.rt-light-block #member-profile a a:hover, .rt-light .rt-block.basic.rt-light-block #member-registration a a:hover, .rt-light .rt-block.basic.rt-light-block .formelm-buttons button a:hover, .rt-light .rt-block.basic.rt-light-block body .btn-primary a:hover, .rt-light .rt-block.basic .button a:hover, .rt-light .rt-block.basic .readon a:hover, .rt-light .rt-block.basic .readmore a:hover, .rt-light .rt-block.basic #member-profile a a:hover, .rt-light .rt-block.basic #member-registration a a:hover, .rt-light .rt-block.basic .formelm-buttons button a:hover, .rt-light .rt-block.basic body .btn-primary a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .button a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .readon a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .readmore a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block #member-profile a a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block #member-registration a a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block .formelm-buttons button a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-dark-block body .btn-primary a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .button a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .readon a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .readmore a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block #member-profile a a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block #member-registration a a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block .formelm-buttons button a:hover, #rt-footer-surround.rt-light .rt-block.basic.rt-light-block body .btn-primary a:hover, #rt-footer-surround.rt-light .rt-block.basic .button a:hover, #rt-footer-surround.rt-light .rt-block.basic .readon a:hover, #rt-footer-surround.rt-light .rt-block.basic .readmore a:hover, #rt-footer-surround.rt-light .rt-block.basic #member-profile a a:hover, #rt-footer-surround.rt-light .rt-block.basic #member-registration a a:hover, #rt-footer-surround.rt-light .rt-block.basic .formelm-buttons button a:hover, #rt-footer-surround.rt-light .rt-block.basic body .btn-primary a:hover {
	color:#FFFFFF;
}
.rt-dark .rt-block, .rt-dark .rt-block.basic, .rt-dark .rt-block.basic.rt-dark-block, .rt-dark .rt-block.basic.rt-light-block, #rt-footer-surround.rt-dark .rt-block, #rt-footer-surround.rt-dark .rt-block.basic, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block {
	color:#FFFFFF;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.rt-dark .rt-block .title, .rt-dark .rt-block .component-content h2, .rt-dark .rt-block.basic .title, .rt-dark .rt-block.basic .component-content h2, .rt-dark .rt-block.basic.rt-dark-block .title, .rt-dark .rt-block.basic.rt-dark-block .component-content h2, .rt-dark .rt-block.basic.rt-light-block .title, .rt-dark .rt-block.basic.rt-light-block .component-content h2, #rt-footer-surround.rt-dark .rt-block .title, #rt-footer-surround.rt-dark .rt-block .component-content h2, #rt-footer-surround.rt-dark .rt-block.basic .title, #rt-footer-surround.rt-dark .rt-block.basic .component-content h2, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .title, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .component-content h2, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .title, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .component-content h2 {
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4);
}
.rt-dark .rt-block a:hover, .rt-dark .rt-block.basic a:hover, .rt-dark .rt-block.basic.rt-dark-block a:hover, .rt-dark .rt-block.basic.rt-light-block a:hover, #rt-footer-surround.rt-dark .rt-block a:hover, #rt-footer-surround.rt-dark .rt-block.basic a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block a:hover {
	color:#FFFFFF;
}
.rt-dark .rt-block.basic.rt-dark-block .button, .rt-dark .rt-block.basic.rt-dark-block .readon, .rt-dark .rt-block.basic.rt-dark-block .readmore, .rt-dark .rt-block.basic.rt-dark-block #member-profile a, .rt-dark .rt-block.basic.rt-dark-block #member-registration a, .rt-dark .rt-block.basic.rt-dark-block .formelm-buttons button, .rt-dark .rt-block.basic.rt-dark-block body .btn-primary, .rt-dark .rt-block.basic.rt-light-block .button, .rt-dark .rt-block.basic.rt-light-block .readon, .rt-dark .rt-block.basic.rt-light-block .readmore, .rt-dark .rt-block.basic.rt-light-block #member-profile a, .rt-dark .rt-block.basic.rt-light-block #member-registration a, .rt-dark .rt-block.basic.rt-light-block .formelm-buttons button, .rt-dark .rt-block.basic.rt-light-block body .btn-primary, .rt-dark .rt-block.basic .button, .rt-dark .rt-block.basic .readon, .rt-dark .rt-block.basic .readmore, .rt-dark .rt-block.basic #member-profile a, .rt-dark .rt-block.basic #member-registration a, .rt-dark .rt-block.basic .formelm-buttons button, .rt-dark .rt-block.basic body .btn-primary, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .button, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .readon, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .readmore, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block #member-profile a, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block #member-registration a, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .formelm-buttons button, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block body .btn-primary, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .button, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .readon, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .readmore, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block #member-profile a, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block #member-registration a, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .formelm-buttons button, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block body .btn-primary, #rt-footer-surround.rt-dark .rt-block.basic .button, #rt-footer-surround.rt-dark .rt-block.basic .readon, #rt-footer-surround.rt-dark .rt-block.basic .readmore, #rt-footer-surround.rt-dark .rt-block.basic #member-profile a, #rt-footer-surround.rt-dark .rt-block.basic #member-registration a, #rt-footer-surround.rt-dark .rt-block.basic .formelm-buttons button, #rt-footer-surround.rt-dark .rt-block.basic body .btn-primary {
	border-color:rgba(255, 255, 255, 0.7);
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.3);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff)";
	color:#FFFFFF;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}
.rt-dark .rt-block.basic.rt-dark-block .button:hover, .rt-dark .rt-block.basic.rt-dark-block .button.active, .rt-dark .rt-block.basic.rt-dark-block .readon:hover, .rt-dark .rt-block.basic.rt-dark-block .readon.active, .rt-dark .rt-block.basic.rt-dark-block .readmore:hover, .rt-dark .rt-block.basic.rt-dark-block .readmore.active, .rt-dark .rt-block.basic.rt-dark-block #member-profile a:hover, .rt-dark .rt-block.basic.rt-dark-block #member-profile a.active, .rt-dark .rt-block.basic.rt-dark-block #member-registration a:hover, .rt-dark .rt-block.basic.rt-dark-block #member-registration a.active, .rt-dark .rt-block.basic.rt-dark-block .formelm-buttons button:hover, .rt-dark .rt-block.basic.rt-dark-block .formelm-buttons button.active, .rt-dark .rt-block.basic.rt-dark-block body .btn-primary:hover, .rt-dark .rt-block.basic.rt-dark-block body .btn-primary.active, .rt-dark .rt-block.basic.rt-light-block .button:hover, .rt-dark .rt-block.basic.rt-light-block .button.active, .rt-dark .rt-block.basic.rt-light-block .readon:hover, .rt-dark .rt-block.basic.rt-light-block .readon.active, .rt-dark .rt-block.basic.rt-light-block .readmore:hover, .rt-dark .rt-block.basic.rt-light-block .readmore.active, .rt-dark .rt-block.basic.rt-light-block #member-profile a:hover, .rt-dark .rt-block.basic.rt-light-block #member-profile a.active, .rt-dark .rt-block.basic.rt-light-block #member-registration a:hover, .rt-dark .rt-block.basic.rt-light-block #member-registration a.active, .rt-dark .rt-block.basic.rt-light-block .formelm-buttons button:hover, .rt-dark .rt-block.basic.rt-light-block .formelm-buttons button.active, .rt-dark .rt-block.basic.rt-light-block body .btn-primary:hover, .rt-dark .rt-block.basic.rt-light-block body .btn-primary.active, .rt-dark .rt-block.basic .button:hover, .rt-dark .rt-block.basic .button.active, .rt-dark .rt-block.basic .readon:hover, .rt-dark .rt-block.basic .readon.active, .rt-dark .rt-block.basic .readmore:hover, .rt-dark .rt-block.basic .readmore.active, .rt-dark .rt-block.basic #member-profile a:hover, .rt-dark .rt-block.basic #member-profile a.active, .rt-dark .rt-block.basic #member-registration a:hover, .rt-dark .rt-block.basic #member-registration a.active, .rt-dark .rt-block.basic .formelm-buttons button:hover, .rt-dark .rt-block.basic .formelm-buttons button.active, .rt-dark .rt-block.basic body .btn-primary:hover, .rt-dark .rt-block.basic body .btn-primary.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .button:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .button.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .readon:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .readon.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .readmore:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .readmore.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block #member-profile a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block #member-profile a.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block #member-registration a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block #member-registration a.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .formelm-buttons button:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .formelm-buttons button.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block body .btn-primary:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block body .btn-primary.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .button:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .button.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .readon:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .readon.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .readmore:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .readmore.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block #member-profile a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block #member-profile a.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block #member-registration a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block #member-registration a.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .formelm-buttons button:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .formelm-buttons button.active, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block body .btn-primary:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block body .btn-primary.active, #rt-footer-surround.rt-dark .rt-block.basic .button:hover, #rt-footer-surround.rt-dark .rt-block.basic .button.active, #rt-footer-surround.rt-dark .rt-block.basic .readon:hover, #rt-footer-surround.rt-dark .rt-block.basic .readon.active, #rt-footer-surround.rt-dark .rt-block.basic .readmore:hover, #rt-footer-surround.rt-dark .rt-block.basic .readmore.active, #rt-footer-surround.rt-dark .rt-block.basic #member-profile a:hover, #rt-footer-surround.rt-dark .rt-block.basic #member-profile a.active, #rt-footer-surround.rt-dark .rt-block.basic #member-registration a:hover, #rt-footer-surround.rt-dark .rt-block.basic #member-registration a.active, #rt-footer-surround.rt-dark .rt-block.basic .formelm-buttons button:hover, #rt-footer-surround.rt-dark .rt-block.basic .formelm-buttons button.active, #rt-footer-surround.rt-dark .rt-block.basic body .btn-primary:hover, #rt-footer-surround.rt-dark .rt-block.basic body .btn-primary.active {
	background-color:#FFFFFF;
	color:#000000 !important;
	border-color:#FFFFFF;
}
.rt-dark .rt-block.basic.rt-dark-block .button a, .rt-dark .rt-block.basic.rt-dark-block .readon a, .rt-dark .rt-block.basic.rt-dark-block .readmore a, .rt-dark .rt-block.basic.rt-dark-block #member-profile a a, .rt-dark .rt-block.basic.rt-dark-block #member-registration a a, .rt-dark .rt-block.basic.rt-dark-block .formelm-buttons button a, .rt-dark .rt-block.basic.rt-dark-block body .btn-primary a, .rt-dark .rt-block.basic.rt-light-block .button a, .rt-dark .rt-block.basic.rt-light-block .readon a, .rt-dark .rt-block.basic.rt-light-block .readmore a, .rt-dark .rt-block.basic.rt-light-block #member-profile a a, .rt-dark .rt-block.basic.rt-light-block #member-registration a a, .rt-dark .rt-block.basic.rt-light-block .formelm-buttons button a, .rt-dark .rt-block.basic.rt-light-block body .btn-primary a, .rt-dark .rt-block.basic .button a, .rt-dark .rt-block.basic .readon a, .rt-dark .rt-block.basic .readmore a, .rt-dark .rt-block.basic #member-profile a a, .rt-dark .rt-block.basic #member-registration a a, .rt-dark .rt-block.basic .formelm-buttons button a, .rt-dark .rt-block.basic body .btn-primary a, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .button a, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .readon a, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .readmore a, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block #member-profile a a, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block #member-registration a a, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .formelm-buttons button a, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block body .btn-primary a, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .button a, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .readon a, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .readmore a, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block #member-profile a a, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block #member-registration a a, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .formelm-buttons button a, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block body .btn-primary a, #rt-footer-surround.rt-dark .rt-block.basic .button a, #rt-footer-surround.rt-dark .rt-block.basic .readon a, #rt-footer-surround.rt-dark .rt-block.basic .readmore a, #rt-footer-surround.rt-dark .rt-block.basic #member-profile a a, #rt-footer-surround.rt-dark .rt-block.basic #member-registration a a, #rt-footer-surround.rt-dark .rt-block.basic .formelm-buttons button a, #rt-footer-surround.rt-dark .rt-block.basic body .btn-primary a {
	color:#FFFFFF;
}
.rt-dark .rt-block.basic.rt-dark-block .button a:hover, .rt-dark .rt-block.basic.rt-dark-block .readon a:hover, .rt-dark .rt-block.basic.rt-dark-block .readmore a:hover, .rt-dark .rt-block.basic.rt-dark-block #member-profile a a:hover, .rt-dark .rt-block.basic.rt-dark-block #member-registration a a:hover, .rt-dark .rt-block.basic.rt-dark-block .formelm-buttons button a:hover, .rt-dark .rt-block.basic.rt-dark-block body .btn-primary a:hover, .rt-dark .rt-block.basic.rt-light-block .button a:hover, .rt-dark .rt-block.basic.rt-light-block .readon a:hover, .rt-dark .rt-block.basic.rt-light-block .readmore a:hover, .rt-dark .rt-block.basic.rt-light-block #member-profile a a:hover, .rt-dark .rt-block.basic.rt-light-block #member-registration a a:hover, .rt-dark .rt-block.basic.rt-light-block .formelm-buttons button a:hover, .rt-dark .rt-block.basic.rt-light-block body .btn-primary a:hover, .rt-dark .rt-block.basic .button a:hover, .rt-dark .rt-block.basic .readon a:hover, .rt-dark .rt-block.basic .readmore a:hover, .rt-dark .rt-block.basic #member-profile a a:hover, .rt-dark .rt-block.basic #member-registration a a:hover, .rt-dark .rt-block.basic .formelm-buttons button a:hover, .rt-dark .rt-block.basic body .btn-primary a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .button a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .readon a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .readmore a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block #member-profile a a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block #member-registration a a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block .formelm-buttons button a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-dark-block body .btn-primary a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .button a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .readon a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .readmore a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block #member-profile a a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block #member-registration a a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block .formelm-buttons button a:hover, #rt-footer-surround.rt-dark .rt-block.basic.rt-light-block body .btn-primary a:hover, #rt-footer-surround.rt-dark .rt-block.basic .button a:hover, #rt-footer-surround.rt-dark .rt-block.basic .readon a:hover, #rt-footer-surround.rt-dark .rt-block.basic .readmore a:hover, #rt-footer-surround.rt-dark .rt-block.basic #member-profile a a:hover, #rt-footer-surround.rt-dark .rt-block.basic #member-registration a a:hover, #rt-footer-surround.rt-dark .rt-block.basic .formelm-buttons button a:hover, #rt-footer-surround.rt-dark .rt-block.basic body .btn-primary a:hover {
	color:#000000;
}
.rt-light .rt-block.rt-dark-block, .rt-light .rt-dark-block .sprocket-mosaic-wrap, .rt-light .side-panel.rt-dark-block, .rt-dark .rt-block.rt-dark-block, .rt-dark .rt-dark-block .sprocket-mosaic-wrap, .rt-dark .side-panel.rt-dark-block {
	color:#FFFFFF;
	background-color:#fed891;
	background-color:rgba(254, 215, 144, 0.8);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccfdd78f, endColorstr=#ccfdd78f)";
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
	border-color:rgba(255, 255, 255, 0.2);
}
.rt-light .rt-block.rt-dark-block .title, .rt-light .rt-block.rt-dark-block .component-content h2, .rt-light .rt-dark-block .sprocket-mosaic-wrap .title, .rt-light .rt-dark-block .sprocket-mosaic-wrap .component-content h2, .rt-light .side-panel.rt-dark-block .title, .rt-light .side-panel.rt-dark-block .component-content h2, .rt-dark .rt-block.rt-dark-block .title, .rt-dark .rt-block.rt-dark-block .component-content h2, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .title, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .component-content h2, .rt-dark .side-panel.rt-dark-block .title, .rt-dark .side-panel.rt-dark-block .component-content h2 {
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4);
}
.rt-light .rt-block.rt-dark-block a:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap a:hover, .rt-light .side-panel.rt-dark-block a:hover, .rt-dark .rt-block.rt-dark-block a:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap a:hover, .rt-dark .side-panel.rt-dark-block a:hover {
	color:#FFFFFF;
}
.rt-light .rt-block.rt-dark-block .button, .rt-light .rt-block.rt-dark-block .readon, .rt-light .rt-block.rt-dark-block .readmore, .rt-light .rt-block.rt-dark-block #member-profile a, .rt-light .rt-block.rt-dark-block #member-registration a, .rt-light .rt-block.rt-dark-block .formelm-buttons button, .rt-light .rt-block.rt-dark-block body .btn-primary, .rt-light .rt-dark-block .sprocket-mosaic-wrap .button, .rt-light .rt-dark-block .sprocket-mosaic-wrap .readon, .rt-light .rt-dark-block .sprocket-mosaic-wrap .readmore, .rt-light .rt-dark-block .sprocket-mosaic-wrap #member-profile a, .rt-light .rt-dark-block .sprocket-mosaic-wrap #member-registration a, .rt-light .rt-dark-block .sprocket-mosaic-wrap .formelm-buttons button, .rt-light .rt-dark-block .sprocket-mosaic-wrap body .btn-primary, .rt-light .side-panel.rt-dark-block .button, .rt-light .side-panel.rt-dark-block .readon, .rt-light .side-panel.rt-dark-block .readmore, .rt-light .side-panel.rt-dark-block #member-profile a, .rt-light .side-panel.rt-dark-block #member-registration a, .rt-light .side-panel.rt-dark-block .formelm-buttons button, .rt-light .side-panel.rt-dark-block body .btn-primary, .rt-dark .rt-block.rt-dark-block .button, .rt-dark .rt-block.rt-dark-block .readon, .rt-dark .rt-block.rt-dark-block .readmore, .rt-dark .rt-block.rt-dark-block #member-profile a, .rt-dark .rt-block.rt-dark-block #member-registration a, .rt-dark .rt-block.rt-dark-block .formelm-buttons button, .rt-dark .rt-block.rt-dark-block body .btn-primary, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .button, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .readon, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .readmore, .rt-dark .rt-dark-block .sprocket-mosaic-wrap #member-profile a, .rt-dark .rt-dark-block .sprocket-mosaic-wrap #member-registration a, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .formelm-buttons button, .rt-dark .rt-dark-block .sprocket-mosaic-wrap body .btn-primary, .rt-dark .side-panel.rt-dark-block .button, .rt-dark .side-panel.rt-dark-block .readon, .rt-dark .side-panel.rt-dark-block .readmore, .rt-dark .side-panel.rt-dark-block #member-profile a, .rt-dark .side-panel.rt-dark-block #member-registration a, .rt-dark .side-panel.rt-dark-block .formelm-buttons button, .rt-dark .side-panel.rt-dark-block body .btn-primary {
	border-color:rgba(255, 255, 255, 0.7);
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.3);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff)";
	color:#FFFFFF;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}
.rt-light .rt-block.rt-dark-block .button:hover, .rt-light .rt-block.rt-dark-block .button.active, .rt-light .rt-block.rt-dark-block .readon:hover, .rt-light .rt-block.rt-dark-block .readon.active, .rt-light .rt-block.rt-dark-block .readmore:hover, .rt-light .rt-block.rt-dark-block .readmore.active, .rt-light .rt-block.rt-dark-block #member-profile a:hover, .rt-light .rt-block.rt-dark-block #member-profile a.active, .rt-light .rt-block.rt-dark-block #member-registration a:hover, .rt-light .rt-block.rt-dark-block #member-registration a.active, .rt-light .rt-block.rt-dark-block .formelm-buttons button:hover, .rt-light .rt-block.rt-dark-block .formelm-buttons button.active, .rt-light .rt-block.rt-dark-block body .btn-primary:hover, .rt-light .rt-block.rt-dark-block body .btn-primary.active, .rt-light .rt-dark-block .sprocket-mosaic-wrap .button:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap .button.active, .rt-light .rt-dark-block .sprocket-mosaic-wrap .readon:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap .readon.active, .rt-light .rt-dark-block .sprocket-mosaic-wrap .readmore:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap .readmore.active, .rt-light .rt-dark-block .sprocket-mosaic-wrap #member-profile a:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap #member-profile a.active, .rt-light .rt-dark-block .sprocket-mosaic-wrap #member-registration a:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap #member-registration a.active, .rt-light .rt-dark-block .sprocket-mosaic-wrap .formelm-buttons button:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap .formelm-buttons button.active, .rt-light .rt-dark-block .sprocket-mosaic-wrap body .btn-primary:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap body .btn-primary.active, .rt-light .side-panel.rt-dark-block .button:hover, .rt-light .side-panel.rt-dark-block .button.active, .rt-light .side-panel.rt-dark-block .readon:hover, .rt-light .side-panel.rt-dark-block .readon.active, .rt-light .side-panel.rt-dark-block .readmore:hover, .rt-light .side-panel.rt-dark-block .readmore.active, .rt-light .side-panel.rt-dark-block #member-profile a:hover, .rt-light .side-panel.rt-dark-block #member-profile a.active, .rt-light .side-panel.rt-dark-block #member-registration a:hover, .rt-light .side-panel.rt-dark-block #member-registration a.active, .rt-light .side-panel.rt-dark-block .formelm-buttons button:hover, .rt-light .side-panel.rt-dark-block .formelm-buttons button.active, .rt-light .side-panel.rt-dark-block body .btn-primary:hover, .rt-light .side-panel.rt-dark-block body .btn-primary.active, .rt-dark .rt-block.rt-dark-block .button:hover, .rt-dark .rt-block.rt-dark-block .button.active, .rt-dark .rt-block.rt-dark-block .readon:hover, .rt-dark .rt-block.rt-dark-block .readon.active, .rt-dark .rt-block.rt-dark-block .readmore:hover, .rt-dark .rt-block.rt-dark-block .readmore.active, .rt-dark .rt-block.rt-dark-block #member-profile a:hover, .rt-dark .rt-block.rt-dark-block #member-profile a.active, .rt-dark .rt-block.rt-dark-block #member-registration a:hover, .rt-dark .rt-block.rt-dark-block #member-registration a.active, .rt-dark .rt-block.rt-dark-block .formelm-buttons button:hover, .rt-dark .rt-block.rt-dark-block .formelm-buttons button.active, .rt-dark .rt-block.rt-dark-block body .btn-primary:hover, .rt-dark .rt-block.rt-dark-block body .btn-primary.active, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .button:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .button.active, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .readon:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .readon.active, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .readmore:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .readmore.active, .rt-dark .rt-dark-block .sprocket-mosaic-wrap #member-profile a:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap #member-profile a.active, .rt-dark .rt-dark-block .sprocket-mosaic-wrap #member-registration a:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap #member-registration a.active, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .formelm-buttons button:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .formelm-buttons button.active, .rt-dark .rt-dark-block .sprocket-mosaic-wrap body .btn-primary:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap body .btn-primary.active, .rt-dark .side-panel.rt-dark-block .button:hover, .rt-dark .side-panel.rt-dark-block .button.active, .rt-dark .side-panel.rt-dark-block .readon:hover, .rt-dark .side-panel.rt-dark-block .readon.active, .rt-dark .side-panel.rt-dark-block .readmore:hover, .rt-dark .side-panel.rt-dark-block .readmore.active, .rt-dark .side-panel.rt-dark-block #member-profile a:hover, .rt-dark .side-panel.rt-dark-block #member-profile a.active, .rt-dark .side-panel.rt-dark-block #member-registration a:hover, .rt-dark .side-panel.rt-dark-block #member-registration a.active, .rt-dark .side-panel.rt-dark-block .formelm-buttons button:hover, .rt-dark .side-panel.rt-dark-block .formelm-buttons button.active, .rt-dark .side-panel.rt-dark-block body .btn-primary:hover, .rt-dark .side-panel.rt-dark-block body .btn-primary.active {
	background-color:#FFFFFF;
	color:#000000 !important;
	border-color:#FFFFFF;
}
.rt-light .rt-block.rt-dark-block .button a, .rt-light .rt-block.rt-dark-block .readon a, .rt-light .rt-block.rt-dark-block .readmore a, .rt-light .rt-block.rt-dark-block #member-profile a a, .rt-light .rt-block.rt-dark-block #member-registration a a, .rt-light .rt-block.rt-dark-block .formelm-buttons button a, .rt-light .rt-block.rt-dark-block body .btn-primary a, .rt-light .rt-dark-block .sprocket-mosaic-wrap .button a, .rt-light .rt-dark-block .sprocket-mosaic-wrap .readon a, .rt-light .rt-dark-block .sprocket-mosaic-wrap .readmore a, .rt-light .rt-dark-block .sprocket-mosaic-wrap #member-profile a a, .rt-light .rt-dark-block .sprocket-mosaic-wrap #member-registration a a, .rt-light .rt-dark-block .sprocket-mosaic-wrap .formelm-buttons button a, .rt-light .rt-dark-block .sprocket-mosaic-wrap body .btn-primary a, .rt-light .side-panel.rt-dark-block .button a, .rt-light .side-panel.rt-dark-block .readon a, .rt-light .side-panel.rt-dark-block .readmore a, .rt-light .side-panel.rt-dark-block #member-profile a a, .rt-light .side-panel.rt-dark-block #member-registration a a, .rt-light .side-panel.rt-dark-block .formelm-buttons button a, .rt-light .side-panel.rt-dark-block body .btn-primary a, .rt-dark .rt-block.rt-dark-block .button a, .rt-dark .rt-block.rt-dark-block .readon a, .rt-dark .rt-block.rt-dark-block .readmore a, .rt-dark .rt-block.rt-dark-block #member-profile a a, .rt-dark .rt-block.rt-dark-block #member-registration a a, .rt-dark .rt-block.rt-dark-block .formelm-buttons button a, .rt-dark .rt-block.rt-dark-block body .btn-primary a, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .button a, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .readon a, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .readmore a, .rt-dark .rt-dark-block .sprocket-mosaic-wrap #member-profile a a, .rt-dark .rt-dark-block .sprocket-mosaic-wrap #member-registration a a, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .formelm-buttons button a, .rt-dark .rt-dark-block .sprocket-mosaic-wrap body .btn-primary a, .rt-dark .side-panel.rt-dark-block .button a, .rt-dark .side-panel.rt-dark-block .readon a, .rt-dark .side-panel.rt-dark-block .readmore a, .rt-dark .side-panel.rt-dark-block #member-profile a a, .rt-dark .side-panel.rt-dark-block #member-registration a a, .rt-dark .side-panel.rt-dark-block .formelm-buttons button a, .rt-dark .side-panel.rt-dark-block body .btn-primary a {
	color:#FFFFFF;
}
.rt-light .rt-block.rt-dark-block .button a:hover, .rt-light .rt-block.rt-dark-block .readon a:hover, .rt-light .rt-block.rt-dark-block .readmore a:hover, .rt-light .rt-block.rt-dark-block #member-profile a a:hover, .rt-light .rt-block.rt-dark-block #member-registration a a:hover, .rt-light .rt-block.rt-dark-block .formelm-buttons button a:hover, .rt-light .rt-block.rt-dark-block body .btn-primary a:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap .button a:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap .readon a:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap .readmore a:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap #member-profile a a:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap #member-registration a a:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap .formelm-buttons button a:hover, .rt-light .rt-dark-block .sprocket-mosaic-wrap body .btn-primary a:hover, .rt-light .side-panel.rt-dark-block .button a:hover, .rt-light .side-panel.rt-dark-block .readon a:hover, .rt-light .side-panel.rt-dark-block .readmore a:hover, .rt-light .side-panel.rt-dark-block #member-profile a a:hover, .rt-light .side-panel.rt-dark-block #member-registration a a:hover, .rt-light .side-panel.rt-dark-block .formelm-buttons button a:hover, .rt-light .side-panel.rt-dark-block body .btn-primary a:hover, .rt-dark .rt-block.rt-dark-block .button a:hover, .rt-dark .rt-block.rt-dark-block .readon a:hover, .rt-dark .rt-block.rt-dark-block .readmore a:hover, .rt-dark .rt-block.rt-dark-block #member-profile a a:hover, .rt-dark .rt-block.rt-dark-block #member-registration a a:hover, .rt-dark .rt-block.rt-dark-block .formelm-buttons button a:hover, .rt-dark .rt-block.rt-dark-block body .btn-primary a:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .button a:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .readon a:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .readmore a:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap #member-profile a a:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap #member-registration a a:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap .formelm-buttons button a:hover, .rt-dark .rt-dark-block .sprocket-mosaic-wrap body .btn-primary a:hover, .rt-dark .side-panel.rt-dark-block .button a:hover, .rt-dark .side-panel.rt-dark-block .readon a:hover, .rt-dark .side-panel.rt-dark-block .readmore a:hover, .rt-dark .side-panel.rt-dark-block #member-profile a a:hover, .rt-dark .side-panel.rt-dark-block #member-registration a a:hover, .rt-dark .side-panel.rt-dark-block .formelm-buttons button a:hover, .rt-dark .side-panel.rt-dark-block body .btn-primary a:hover {
	color:#000000;
}
.rt-light .rt-block.rt-light-block, .rt-light .rt-light-block .sprocket-mosaic-wrap, .rt-light .side-panel.rt-light-block, .rt-dark .rt-block.rt-light-block, .rt-dark .rt-light-block .sprocket-mosaic-wrap, .rt-dark .side-panel.rt-light-block {
	color:#3A140C;
	background-color:#fed891;
	background-color:rgba(254, 215, 144, 0.8);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccfdd78f, endColorstr=#ccfdd78f)";
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	border-color:rgba(255, 255, 255, 0.2);
}
.rt-light .rt-block.rt-light-block .title, .rt-light .rt-block.rt-light-block .component-content h2, .rt-light .rt-light-block .sprocket-mosaic-wrap .title, .rt-light .rt-light-block .sprocket-mosaic-wrap .component-content h2, .rt-light .side-panel.rt-light-block .title, .rt-light .side-panel.rt-light-block .component-content h2, .rt-dark .rt-block.rt-light-block .title, .rt-dark .rt-block.rt-light-block .component-content h2, .rt-dark .rt-light-block .sprocket-mosaic-wrap .title, .rt-dark .rt-light-block .sprocket-mosaic-wrap .component-content h2, .rt-dark .side-panel.rt-light-block .title, .rt-dark .side-panel.rt-light-block .component-content h2 {
	text-shadow:1px 1px 1px rgba(225, 225, 225, 0.4);
}
.rt-light .rt-block.rt-light-block a:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap a:hover, .rt-light .side-panel.rt-light-block a:hover, .rt-dark .rt-block.rt-light-block a:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap a:hover, .rt-dark .side-panel.rt-light-block a:hover {
	color:#fff;
}
.rt-light .rt-block.rt-light-block .button, .rt-light .rt-block.rt-light-block .readon, .rt-light .rt-block.rt-light-block .readmore, .rt-light .rt-block.rt-light-block #member-profile a, .rt-light .rt-block.rt-light-block #member-registration a, .rt-light .rt-block.rt-light-block .formelm-buttons button, .rt-light .rt-block.rt-light-block body .btn-primary, .rt-light .rt-light-block .sprocket-mosaic-wrap .button, .rt-light .rt-light-block .sprocket-mosaic-wrap .readon, .rt-light .rt-light-block .sprocket-mosaic-wrap .readmore, .rt-light .rt-light-block .sprocket-mosaic-wrap #member-profile a, .rt-light .rt-light-block .sprocket-mosaic-wrap #member-registration a, .rt-light .rt-light-block .sprocket-mosaic-wrap .formelm-buttons button, .rt-light .rt-light-block .sprocket-mosaic-wrap body .btn-primary, .rt-light .side-panel.rt-light-block .button, .rt-light .side-panel.rt-light-block .readon, .rt-light .side-panel.rt-light-block .readmore, .rt-light .side-panel.rt-light-block #member-profile a, .rt-light .side-panel.rt-light-block #member-registration a, .rt-light .side-panel.rt-light-block .formelm-buttons button, .rt-light .side-panel.rt-light-block body .btn-primary, .rt-dark .rt-block.rt-light-block .button, .rt-dark .rt-block.rt-light-block .readon, .rt-dark .rt-block.rt-light-block .readmore, .rt-dark .rt-block.rt-light-block #member-profile a, .rt-dark .rt-block.rt-light-block #member-registration a, .rt-dark .rt-block.rt-light-block .formelm-buttons button, .rt-dark .rt-block.rt-light-block body .btn-primary, .rt-dark .rt-light-block .sprocket-mosaic-wrap .button, .rt-dark .rt-light-block .sprocket-mosaic-wrap .readon, .rt-dark .rt-light-block .sprocket-mosaic-wrap .readmore, .rt-dark .rt-light-block .sprocket-mosaic-wrap #member-profile a, .rt-dark .rt-light-block .sprocket-mosaic-wrap #member-registration a, .rt-dark .rt-light-block .sprocket-mosaic-wrap .formelm-buttons button, .rt-dark .rt-light-block .sprocket-mosaic-wrap body .btn-primary, .rt-dark .side-panel.rt-light-block .button, .rt-dark .side-panel.rt-light-block .readon, .rt-dark .side-panel.rt-light-block .readmore, .rt-dark .side-panel.rt-light-block #member-profile a, .rt-dark .side-panel.rt-light-block #member-registration a, .rt-dark .side-panel.rt-light-block .formelm-buttons button, .rt-dark .side-panel.rt-light-block body .btn-primary {
	border-color:rgba(0, 0, 0, 0.4);
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.1);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000)";
	color:#000000;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	float:right;
}
.rt-light .rt-block.rt-light-block .button:hover, .rt-light .rt-block.rt-light-block .button.active, .rt-light .rt-block.rt-light-block .readon:hover, .rt-light .rt-block.rt-light-block .readon.active, .rt-light .rt-block.rt-light-block .readmore:hover, .rt-light .rt-block.rt-light-block .readmore.active, .rt-light .rt-block.rt-light-block #member-profile a:hover, .rt-light .rt-block.rt-light-block #member-profile a.active, .rt-light .rt-block.rt-light-block #member-registration a:hover, .rt-light .rt-block.rt-light-block #member-registration a.active, .rt-light .rt-block.rt-light-block .formelm-buttons button:hover, .rt-light .rt-block.rt-light-block .formelm-buttons button.active, .rt-light .rt-block.rt-light-block body .btn-primary:hover, .rt-light .rt-block.rt-light-block body .btn-primary.active, .rt-light .rt-light-block .sprocket-mosaic-wrap .button:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap .button.active, .rt-light .rt-light-block .sprocket-mosaic-wrap .readon:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap .readon.active, .rt-light .rt-light-block .sprocket-mosaic-wrap .readmore:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap .readmore.active, .rt-light .rt-light-block .sprocket-mosaic-wrap #member-profile a:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap #member-profile a.active, .rt-light .rt-light-block .sprocket-mosaic-wrap #member-registration a:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap #member-registration a.active, .rt-light .rt-light-block .sprocket-mosaic-wrap .formelm-buttons button:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap .formelm-buttons button.active, .rt-light .rt-light-block .sprocket-mosaic-wrap body .btn-primary:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap body .btn-primary.active, .rt-light .side-panel.rt-light-block .button:hover, .rt-light .side-panel.rt-light-block .button.active, .rt-light .side-panel.rt-light-block .readon:hover, .rt-light .side-panel.rt-light-block .readon.active, .rt-light .side-panel.rt-light-block .readmore:hover, .rt-light .side-panel.rt-light-block .readmore.active, .rt-light .side-panel.rt-light-block #member-profile a:hover, .rt-light .side-panel.rt-light-block #member-profile a.active, .rt-light .side-panel.rt-light-block #member-registration a:hover, .rt-light .side-panel.rt-light-block #member-registration a.active, .rt-light .side-panel.rt-light-block .formelm-buttons button:hover, .rt-light .side-panel.rt-light-block .formelm-buttons button.active, .rt-light .side-panel.rt-light-block body .btn-primary:hover, .rt-light .side-panel.rt-light-block body .btn-primary.active, .rt-dark .rt-block.rt-light-block .button:hover, .rt-dark .rt-block.rt-light-block .button.active, .rt-dark .rt-block.rt-light-block .readon:hover, .rt-dark .rt-block.rt-light-block .readon.active, .rt-dark .rt-block.rt-light-block .readmore:hover, .rt-dark .rt-block.rt-light-block .readmore.active, .rt-dark .rt-block.rt-light-block #member-profile a:hover, .rt-dark .rt-block.rt-light-block #member-profile a.active, .rt-dark .rt-block.rt-light-block #member-registration a:hover, .rt-dark .rt-block.rt-light-block #member-registration a.active, .rt-dark .rt-block.rt-light-block .formelm-buttons button:hover, .rt-dark .rt-block.rt-light-block .formelm-buttons button.active, .rt-dark .rt-block.rt-light-block body .btn-primary:hover, .rt-dark .rt-block.rt-light-block body .btn-primary.active, .rt-dark .rt-light-block .sprocket-mosaic-wrap .button:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap .button.active, .rt-dark .rt-light-block .sprocket-mosaic-wrap .readon:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap .readon.active, .rt-dark .rt-light-block .sprocket-mosaic-wrap .readmore:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap .readmore.active, .rt-dark .rt-light-block .sprocket-mosaic-wrap #member-profile a:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap #member-profile a.active, .rt-dark .rt-light-block .sprocket-mosaic-wrap #member-registration a:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap #member-registration a.active, .rt-dark .rt-light-block .sprocket-mosaic-wrap .formelm-buttons button:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap .formelm-buttons button.active, .rt-dark .rt-light-block .sprocket-mosaic-wrap body .btn-primary:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap body .btn-primary.active, .rt-dark .side-panel.rt-light-block .button:hover, .rt-dark .side-panel.rt-light-block .button.active, .rt-dark .side-panel.rt-light-block .readon:hover, .rt-dark .side-panel.rt-light-block .readon.active, .rt-dark .side-panel.rt-light-block .readmore:hover, .rt-dark .side-panel.rt-light-block .readmore.active, .rt-dark .side-panel.rt-light-block #member-profile a:hover, .rt-dark .side-panel.rt-light-block #member-profile a.active, .rt-dark .side-panel.rt-light-block #member-registration a:hover, .rt-dark .side-panel.rt-light-block #member-registration a.active, .rt-dark .side-panel.rt-light-block .formelm-buttons button:hover, .rt-dark .side-panel.rt-light-block .formelm-buttons button.active, .rt-dark .side-panel.rt-light-block body .btn-primary:hover, .rt-dark .side-panel.rt-light-block body .btn-primary.active {
	background-color:#000000;
	color:#FFFFFF !important;
	border-color:#000000;
}
.rt-light .rt-block.rt-light-block .button a, .rt-light .rt-block.rt-light-block .readon a, .rt-light .rt-block.rt-light-block .readmore a, .rt-light .rt-block.rt-light-block #member-profile a a, .rt-light .rt-block.rt-light-block #member-registration a a, .rt-light .rt-block.rt-light-block .formelm-buttons button a, .rt-light .rt-block.rt-light-block body .btn-primary a, .rt-light .rt-light-block .sprocket-mosaic-wrap .button a, .rt-light .rt-light-block .sprocket-mosaic-wrap .readon a, .rt-light .rt-light-block .sprocket-mosaic-wrap .readmore a, .rt-light .rt-light-block .sprocket-mosaic-wrap #member-profile a a, .rt-light .rt-light-block .sprocket-mosaic-wrap #member-registration a a, .rt-light .rt-light-block .sprocket-mosaic-wrap .formelm-buttons button a, .rt-light .rt-light-block .sprocket-mosaic-wrap body .btn-primary a, .rt-light .side-panel.rt-light-block .button a, .rt-light .side-panel.rt-light-block .readon a, .rt-light .side-panel.rt-light-block .readmore a, .rt-light .side-panel.rt-light-block #member-profile a a, .rt-light .side-panel.rt-light-block #member-registration a a, .rt-light .side-panel.rt-light-block .formelm-buttons button a, .rt-light .side-panel.rt-light-block body .btn-primary a, .rt-dark .rt-block.rt-light-block .button a, .rt-dark .rt-block.rt-light-block .readon a, .rt-dark .rt-block.rt-light-block .readmore a, .rt-dark .rt-block.rt-light-block #member-profile a a, .rt-dark .rt-block.rt-light-block #member-registration a a, .rt-dark .rt-block.rt-light-block .formelm-buttons button a, .rt-dark .rt-block.rt-light-block body .btn-primary a, .rt-dark .rt-light-block .sprocket-mosaic-wrap .button a, .rt-dark .rt-light-block .sprocket-mosaic-wrap .readon a, .rt-dark .rt-light-block .sprocket-mosaic-wrap .readmore a, .rt-dark .rt-light-block .sprocket-mosaic-wrap #member-profile a a, .rt-dark .rt-light-block .sprocket-mosaic-wrap #member-registration a a, .rt-dark .rt-light-block .sprocket-mosaic-wrap .formelm-buttons button a, .rt-dark .rt-light-block .sprocket-mosaic-wrap body .btn-primary a, .rt-dark .side-panel.rt-light-block .button a, .rt-dark .side-panel.rt-light-block .readon a, .rt-dark .side-panel.rt-light-block .readmore a, .rt-dark .side-panel.rt-light-block #member-profile a a, .rt-dark .side-panel.rt-light-block #member-registration a a, .rt-dark .side-panel.rt-light-block .formelm-buttons button a, .rt-dark .side-panel.rt-light-block body .btn-primary a {
	color:#FFFFFF;
}
.rt-light .rt-block.rt-light-block .button a:hover, .rt-light .rt-block.rt-light-block .readon a:hover, .rt-light .rt-block.rt-light-block .readmore a:hover, .rt-light .rt-block.rt-light-block #member-profile a a:hover, .rt-light .rt-block.rt-light-block #member-registration a a:hover, .rt-light .rt-block.rt-light-block .formelm-buttons button a:hover, .rt-light .rt-block.rt-light-block body .btn-primary a:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap .button a:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap .readon a:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap .readmore a:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap #member-profile a a:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap #member-registration a a:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap .formelm-buttons button a:hover, .rt-light .rt-light-block .sprocket-mosaic-wrap body .btn-primary a:hover, .rt-light .side-panel.rt-light-block .button a:hover, .rt-light .side-panel.rt-light-block .readon a:hover, .rt-light .side-panel.rt-light-block .readmore a:hover, .rt-light .side-panel.rt-light-block #member-profile a a:hover, .rt-light .side-panel.rt-light-block #member-registration a a:hover, .rt-light .side-panel.rt-light-block .formelm-buttons button a:hover, .rt-light .side-panel.rt-light-block body .btn-primary a:hover, .rt-dark .rt-block.rt-light-block .button a:hover, .rt-dark .rt-block.rt-light-block .readon a:hover, .rt-dark .rt-block.rt-light-block .readmore a:hover, .rt-dark .rt-block.rt-light-block #member-profile a a:hover, .rt-dark .rt-block.rt-light-block #member-registration a a:hover, .rt-dark .rt-block.rt-light-block .formelm-buttons button a:hover, .rt-dark .rt-block.rt-light-block body .btn-primary a:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap .button a:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap .readon a:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap .readmore a:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap #member-profile a a:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap #member-registration a a:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap .formelm-buttons button a:hover, .rt-dark .rt-light-block .sprocket-mosaic-wrap body .btn-primary a:hover, .rt-dark .side-panel.rt-light-block .button a:hover, .rt-dark .side-panel.rt-light-block .readon a:hover, .rt-dark .side-panel.rt-light-block .readmore a:hover, .rt-dark .side-panel.rt-light-block #member-profile a a:hover, .rt-dark .side-panel.rt-light-block #member-registration a a:hover, .rt-dark .side-panel.rt-light-block .formelm-buttons button a:hover, .rt-dark .side-panel.rt-light-block body .btn-primary a:hover {
	color:#000000;
}
.rt-light .rt-block.rt-light-block .breadcrumb span, .rt-light .rt-block.rt-light-block .breadcrumb .active, .rt-dark .rt-block.rt-light-block .breadcrumb span, .rt-dark .rt-block.rt-light-block .breadcrumb .active {
	color:#3A140C;
}
.rt-light .rt-block.rt-dark-block .breadcrumb span, .rt-light .rt-block.rt-dark-block .breadcrumb .active, .rt-dark .rt-block.rt-dark-block .breadcrumb span, .rt-dark .rt-block.rt-dark-block .breadcrumb .active {
	color:#FFFFFF;
}
.rt-light .box1.rt-block, .rt-light .box2.rt-block, .rt-light .box3.rt-block, .rt-light .box4.rt-block, .rt-light .box5.rt-block, .rt-dark .box1.rt-block, .rt-dark .box2.rt-block, .rt-dark .box3.rt-block, .rt-dark .box4.rt-block, .rt-dark .box5.rt-block {
	color:#000;
	background-color:#fed891;
	background-color:rgba(254, 215, 144, 0.8);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccfdd78f, endColorstr=#ccfdd78f)";
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
	border-color:rgba(255, 255, 255, 0.2);
	
	
}
.rt-light .box1.rt-block .title, .rt-light .box1.rt-block .component-content h2, .rt-light .box2.rt-block .title, .rt-light .box2.rt-block .component-content h2, .rt-light .box3.rt-block .title, .rt-light .box3.rt-block .component-content h2, .rt-light .box4.rt-block .title, .rt-light .box4.rt-block .component-content h2, .rt-light .box5.rt-block .title, .rt-light .box5.rt-block .component-content h2, .rt-dark .box1.rt-block .title, .rt-dark .box1.rt-block .component-content h2, .rt-dark .box2.rt-block .title, .rt-dark .box2.rt-block .component-content h2, .rt-dark .box3.rt-block .title, .rt-dark .box3.rt-block .component-content h2, .rt-dark .box4.rt-block .title, .rt-dark .box4.rt-block .component-content h2, .rt-dark .box5.rt-block .title, .rt-dark .box5.rt-block .component-content h2 {
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4);
}
.rt-light .box1.rt-block a:hover, .rt-light .box2.rt-block a:hover, .rt-light .box3.rt-block a:hover, .rt-light .box4.rt-block a:hover, .rt-light .box5.rt-block a:hover, .rt-dark .box1.rt-block a:hover, .rt-dark .box2.rt-block a:hover, .rt-dark .box3.rt-block a:hover, .rt-dark .box4.rt-block a:hover, .rt-dark .box5.rt-block a:hover {
	color:#FFFFFF;
}
.rt-light .box1.rt-block .button, .rt-light .box1.rt-block .readon, .rt-light .box1.rt-block .readmore, .rt-light .box1.rt-block #member-profile a, .rt-light .box1.rt-block #member-registration a, .rt-light .box1.rt-block .formelm-buttons button, .rt-light .box1.rt-block body .btn-primary, .rt-light .box2.rt-block .button, .rt-light .box2.rt-block .readon, .rt-light .box2.rt-block .readmore, .rt-light .box2.rt-block #member-profile a, .rt-light .box2.rt-block #member-registration a, .rt-light .box2.rt-block .formelm-buttons button, .rt-light .box2.rt-block body .btn-primary, .rt-light .box3.rt-block .button, .rt-light .box3.rt-block .readon, .rt-light .box3.rt-block .readmore, .rt-light .box3.rt-block #member-profile a, .rt-light .box3.rt-block #member-registration a, .rt-light .box3.rt-block .formelm-buttons button, .rt-light .box3.rt-block body .btn-primary, .rt-light .box4.rt-block .button, .rt-light .box4.rt-block .readon, .rt-light .box4.rt-block .readmore, .rt-light .box4.rt-block #member-profile a, .rt-light .box4.rt-block #member-registration a, .rt-light .box4.rt-block .formelm-buttons button, .rt-light .box4.rt-block body .btn-primary, .rt-light .box5.rt-block .button, .rt-light .box5.rt-block .readon, .rt-light .box5.rt-block .readmore, .rt-light .box5.rt-block #member-profile a, .rt-light .box5.rt-block #member-registration a, .rt-light .box5.rt-block .formelm-buttons button, .rt-light .box5.rt-block body .btn-primary, .rt-dark .box1.rt-block .button, .rt-dark .box1.rt-block .readon, .rt-dark .box1.rt-block .readmore, .rt-dark .box1.rt-block #member-profile a, .rt-dark .box1.rt-block #member-registration a, .rt-dark .box1.rt-block .formelm-buttons button, .rt-dark .box1.rt-block body .btn-primary, .rt-dark .box2.rt-block .button, .rt-dark .box2.rt-block .readon, .rt-dark .box2.rt-block .readmore, .rt-dark .box2.rt-block #member-profile a, .rt-dark .box2.rt-block #member-registration a, .rt-dark .box2.rt-block .formelm-buttons button, .rt-dark .box2.rt-block body .btn-primary, .rt-dark .box3.rt-block .button, .rt-dark .box3.rt-block .readon, .rt-dark .box3.rt-block .readmore, .rt-dark .box3.rt-block #member-profile a, .rt-dark .box3.rt-block #member-registration a, .rt-dark .box3.rt-block .formelm-buttons button, .rt-dark .box3.rt-block body .btn-primary, .rt-dark .box4.rt-block .button, .rt-dark .box4.rt-block .readon, .rt-dark .box4.rt-block .readmore, .rt-dark .box4.rt-block #member-profile a, .rt-dark .box4.rt-block #member-registration a, .rt-dark .box4.rt-block .formelm-buttons button, .rt-dark .box4.rt-block body .btn-primary, .rt-dark .box5.rt-block .button, .rt-dark .box5.rt-block .readon, .rt-dark .box5.rt-block .readmore, .rt-dark .box5.rt-block #member-profile a, .rt-dark .box5.rt-block #member-registration a, .rt-dark .box5.rt-block .formelm-buttons button, .rt-dark .box5.rt-block body .btn-primary {
	border-color:rgba(255, 255, 255, 0.7);
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.4);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
	color:#FFFFFF;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	float:right;
	font-family: 'Ramabhadra';
}
.rt-light .box1.rt-block .button:hover, .rt-light .box1.rt-block .button.active, .rt-light .box1.rt-block .readon:hover, .rt-light .box1.rt-block .readon.active, .rt-light .box1.rt-block .readmore:hover, .rt-light .box1.rt-block .readmore.active, .rt-light .box1.rt-block #member-profile a:hover, .rt-light .box1.rt-block #member-profile a.active, .rt-light .box1.rt-block #member-registration a:hover, .rt-light .box1.rt-block #member-registration a.active, .rt-light .box1.rt-block .formelm-buttons button:hover, .rt-light .box1.rt-block .formelm-buttons button.active, .rt-light .box1.rt-block body .btn-primary:hover, .rt-light .box1.rt-block body .btn-primary.active, .rt-light .box2.rt-block .button:hover, .rt-light .box2.rt-block .button.active, .rt-light .box2.rt-block .readon:hover, .rt-light .box2.rt-block .readon.active, .rt-light .box2.rt-block .readmore:hover, .rt-light .box2.rt-block .readmore.active, .rt-light .box2.rt-block #member-profile a:hover, .rt-light .box2.rt-block #member-profile a.active, .rt-light .box2.rt-block #member-registration a:hover, .rt-light .box2.rt-block #member-registration a.active, .rt-light .box2.rt-block .formelm-buttons button:hover, .rt-light .box2.rt-block .formelm-buttons button.active, .rt-light .box2.rt-block body .btn-primary:hover, .rt-light .box2.rt-block body .btn-primary.active, .rt-light .box3.rt-block .button:hover, .rt-light .box3.rt-block .button.active, .rt-light .box3.rt-block .readon:hover, .rt-light .box3.rt-block .readon.active, .rt-light .box3.rt-block .readmore:hover, .rt-light .box3.rt-block .readmore.active, .rt-light .box3.rt-block #member-profile a:hover, .rt-light .box3.rt-block #member-profile a.active, .rt-light .box3.rt-block #member-registration a:hover, .rt-light .box3.rt-block #member-registration a.active, .rt-light .box3.rt-block .formelm-buttons button:hover, .rt-light .box3.rt-block .formelm-buttons button.active, .rt-light .box3.rt-block body .btn-primary:hover, .rt-light .box3.rt-block body .btn-primary.active, .rt-light .box4.rt-block .button:hover, .rt-light .box4.rt-block .button.active, .rt-light .box4.rt-block .readon:hover, .rt-light .box4.rt-block .readon.active, .rt-light .box4.rt-block .readmore:hover, .rt-light .box4.rt-block .readmore.active, .rt-light .box4.rt-block #member-profile a:hover, .rt-light .box4.rt-block #member-profile a.active, .rt-light .box4.rt-block #member-registration a:hover, .rt-light .box4.rt-block #member-registration a.active, .rt-light .box4.rt-block .formelm-buttons button:hover, .rt-light .box4.rt-block .formelm-buttons button.active, .rt-light .box4.rt-block body .btn-primary:hover, .rt-light .box4.rt-block body .btn-primary.active, .rt-light .box5.rt-block .button:hover, .rt-light .box5.rt-block .button.active, .rt-light .box5.rt-block .readon:hover, .rt-light .box5.rt-block .readon.active, .rt-light .box5.rt-block .readmore:hover, .rt-light .box5.rt-block .readmore.active, .rt-light .box5.rt-block #member-profile a:hover, .rt-light .box5.rt-block #member-profile a.active, .rt-light .box5.rt-block #member-registration a:hover, .rt-light .box5.rt-block #member-registration a.active, .rt-light .box5.rt-block .formelm-buttons button:hover, .rt-light .box5.rt-block .formelm-buttons button.active, .rt-light .box5.rt-block body .btn-primary:hover, .rt-light .box5.rt-block body .btn-primary.active, .rt-dark .box1.rt-block .button:hover, .rt-dark .box1.rt-block .button.active, .rt-dark .box1.rt-block .readon:hover, .rt-dark .box1.rt-block .readon.active, .rt-dark .box1.rt-block .readmore:hover, .rt-dark .box1.rt-block .readmore.active, .rt-dark .box1.rt-block #member-profile a:hover, .rt-dark .box1.rt-block #member-profile a.active, .rt-dark .box1.rt-block #member-registration a:hover, .rt-dark .box1.rt-block #member-registration a.active, .rt-dark .box1.rt-block .formelm-buttons button:hover, .rt-dark .box1.rt-block .formelm-buttons button.active, .rt-dark .box1.rt-block body .btn-primary:hover, .rt-dark .box1.rt-block body .btn-primary.active, .rt-dark .box2.rt-block .button:hover, .rt-dark .box2.rt-block .button.active, .rt-dark .box2.rt-block .readon:hover, .rt-dark .box2.rt-block .readon.active, .rt-dark .box2.rt-block .readmore:hover, .rt-dark .box2.rt-block .readmore.active, .rt-dark .box2.rt-block #member-profile a:hover, .rt-dark .box2.rt-block #member-profile a.active, .rt-dark .box2.rt-block #member-registration a:hover, .rt-dark .box2.rt-block #member-registration a.active, .rt-dark .box2.rt-block .formelm-buttons button:hover, .rt-dark .box2.rt-block .formelm-buttons button.active, .rt-dark .box2.rt-block body .btn-primary:hover, .rt-dark .box2.rt-block body .btn-primary.active, .rt-dark .box3.rt-block .button:hover, .rt-dark .box3.rt-block .button.active, .rt-dark .box3.rt-block .readon:hover, .rt-dark .box3.rt-block .readon.active, .rt-dark .box3.rt-block .readmore:hover, .rt-dark .box3.rt-block .readmore.active, .rt-dark .box3.rt-block #member-profile a:hover, .rt-dark .box3.rt-block #member-profile a.active, .rt-dark .box3.rt-block #member-registration a:hover, .rt-dark .box3.rt-block #member-registration a.active, .rt-dark .box3.rt-block .formelm-buttons button:hover, .rt-dark .box3.rt-block .formelm-buttons button.active, .rt-dark .box3.rt-block body .btn-primary:hover, .rt-dark .box3.rt-block body .btn-primary.active, .rt-dark .box4.rt-block .button:hover, .rt-dark .box4.rt-block .button.active, .rt-dark .box4.rt-block .readon:hover, .rt-dark .box4.rt-block .readon.active, .rt-dark .box4.rt-block .readmore:hover, .rt-dark .box4.rt-block .readmore.active, .rt-dark .box4.rt-block #member-profile a:hover, .rt-dark .box4.rt-block #member-profile a.active, .rt-dark .box4.rt-block #member-registration a:hover, .rt-dark .box4.rt-block #member-registration a.active, .rt-dark .box4.rt-block .formelm-buttons button:hover, .rt-dark .box4.rt-block .formelm-buttons button.active, .rt-dark .box4.rt-block body .btn-primary:hover, .rt-dark .box4.rt-block body .btn-primary.active, .rt-dark .box5.rt-block .button:hover, .rt-dark .box5.rt-block .button.active, .rt-dark .box5.rt-block .readon:hover, .rt-dark .box5.rt-block .readon.active, .rt-dark .box5.rt-block .readmore:hover, .rt-dark .box5.rt-block .readmore.active, .rt-dark .box5.rt-block #member-profile a:hover, .rt-dark .box5.rt-block #member-profile a.active, .rt-dark .box5.rt-block #member-registration a:hover, .rt-dark .box5.rt-block #member-registration a.active, .rt-dark .box5.rt-block .formelm-buttons button:hover, .rt-dark .box5.rt-block .formelm-buttons button.active, .rt-dark .box5.rt-block body .btn-primary:hover, .rt-dark .box5.rt-block body .btn-primary.active {
	background-color:#FFFFFF;
	color:#000000 !important;
	border-color:#FFFFFF;
}
.rt-light .box1.rt-block .button a, .rt-light .box1.rt-block .readon a, .rt-light .box1.rt-block .readmore a, .rt-light .box1.rt-block #member-profile a a, .rt-light .box1.rt-block #member-registration a a, .rt-light .box1.rt-block .formelm-buttons button a, .rt-light .box1.rt-block body .btn-primary a, .rt-light .box2.rt-block .button a, .rt-light .box2.rt-block .readon a, .rt-light .box2.rt-block .readmore a, .rt-light .box2.rt-block #member-profile a a, .rt-light .box2.rt-block #member-registration a a, .rt-light .box2.rt-block .formelm-buttons button a, .rt-light .box2.rt-block body .btn-primary a, .rt-light .box3.rt-block .button a, .rt-light .box3.rt-block .readon a, .rt-light .box3.rt-block .readmore a, .rt-light .box3.rt-block #member-profile a a, .rt-light .box3.rt-block #member-registration a a, .rt-light .box3.rt-block .formelm-buttons button a, .rt-light .box3.rt-block body .btn-primary a, .rt-light .box4.rt-block .button a, .rt-light .box4.rt-block .readon a, .rt-light .box4.rt-block .readmore a, .rt-light .box4.rt-block #member-profile a a, .rt-light .box4.rt-block #member-registration a a, .rt-light .box4.rt-block .formelm-buttons button a, .rt-light .box4.rt-block body .btn-primary a, .rt-light .box5.rt-block .button a, .rt-light .box5.rt-block .readon a, .rt-light .box5.rt-block .readmore a, .rt-light .box5.rt-block #member-profile a a, .rt-light .box5.rt-block #member-registration a a, .rt-light .box5.rt-block .formelm-buttons button a, .rt-light .box5.rt-block body .btn-primary a, .rt-dark .box1.rt-block .button a, .rt-dark .box1.rt-block .readon a, .rt-dark .box1.rt-block .readmore a, .rt-dark .box1.rt-block #member-profile a a, .rt-dark .box1.rt-block #member-registration a a, .rt-dark .box1.rt-block .formelm-buttons button a, .rt-dark .box1.rt-block body .btn-primary a, .rt-dark .box2.rt-block .button a, .rt-dark .box2.rt-block .readon a, .rt-dark .box2.rt-block .readmore a, .rt-dark .box2.rt-block #member-profile a a, .rt-dark .box2.rt-block #member-registration a a, .rt-dark .box2.rt-block .formelm-buttons button a, .rt-dark .box2.rt-block body .btn-primary a, .rt-dark .box3.rt-block .button a, .rt-dark .box3.rt-block .readon a, .rt-dark .box3.rt-block .readmore a, .rt-dark .box3.rt-block #member-profile a a, .rt-dark .box3.rt-block #member-registration a a, .rt-dark .box3.rt-block .formelm-buttons button a, .rt-dark .box3.rt-block body .btn-primary a, .rt-dark .box4.rt-block .button a, .rt-dark .box4.rt-block .readon a, .rt-dark .box4.rt-block .readmore a, .rt-dark .box4.rt-block #member-profile a a, .rt-dark .box4.rt-block #member-registration a a, .rt-dark .box4.rt-block .formelm-buttons button a, .rt-dark .box4.rt-block body .btn-primary a, .rt-dark .box5.rt-block .button a, .rt-dark .box5.rt-block .readon a, .rt-dark .box5.rt-block .readmore a, .rt-dark .box5.rt-block #member-profile a a, .rt-dark .box5.rt-block #member-registration a a, .rt-dark .box5.rt-block .formelm-buttons button a, .rt-dark .box5.rt-block body .btn-primary a {
	color:#FFFFFF;
}
.rt-light .box1.rt-block .button a:hover, .rt-light .box1.rt-block .readon a:hover, .rt-light .box1.rt-block .readmore a:hover, .rt-light .box1.rt-block #member-profile a a:hover, .rt-light .box1.rt-block #member-registration a a:hover, .rt-light .box1.rt-block .formelm-buttons button a:hover, .rt-light .box1.rt-block body .btn-primary a:hover, .rt-light .box2.rt-block .button a:hover, .rt-light .box2.rt-block .readon a:hover, .rt-light .box2.rt-block .readmore a:hover, .rt-light .box2.rt-block #member-profile a a:hover, .rt-light .box2.rt-block #member-registration a a:hover, .rt-light .box2.rt-block .formelm-buttons button a:hover, .rt-light .box2.rt-block body .btn-primary a:hover, .rt-light .box3.rt-block .button a:hover, .rt-light .box3.rt-block .readon a:hover, .rt-light .box3.rt-block .readmore a:hover, .rt-light .box3.rt-block #member-profile a a:hover, .rt-light .box3.rt-block #member-registration a a:hover, .rt-light .box3.rt-block .formelm-buttons button a:hover, .rt-light .box3.rt-block body .btn-primary a:hover, .rt-light .box4.rt-block .button a:hover, .rt-light .box4.rt-block .readon a:hover, .rt-light .box4.rt-block .readmore a:hover, .rt-light .box4.rt-block #member-profile a a:hover, .rt-light .box4.rt-block #member-registration a a:hover, .rt-light .box4.rt-block .formelm-buttons button a:hover, .rt-light .box4.rt-block body .btn-primary a:hover, .rt-light .box5.rt-block .button a:hover, .rt-light .box5.rt-block .readon a:hover, .rt-light .box5.rt-block .readmore a:hover, .rt-light .box5.rt-block #member-profile a a:hover, .rt-light .box5.rt-block #member-registration a a:hover, .rt-light .box5.rt-block .formelm-buttons button a:hover, .rt-light .box5.rt-block body .btn-primary a:hover, .rt-dark .box1.rt-block .button a:hover, .rt-dark .box1.rt-block .readon a:hover, .rt-dark .box1.rt-block .readmore a:hover, .rt-dark .box1.rt-block #member-profile a a:hover, .rt-dark .box1.rt-block #member-registration a a:hover, .rt-dark .box1.rt-block .formelm-buttons button a:hover, .rt-dark .box1.rt-block body .btn-primary a:hover, .rt-dark .box2.rt-block .button a:hover, .rt-dark .box2.rt-block .readon a:hover, .rt-dark .box2.rt-block .readmore a:hover, .rt-dark .box2.rt-block #member-profile a a:hover, .rt-dark .box2.rt-block #member-registration a a:hover, .rt-dark .box2.rt-block .formelm-buttons button a:hover, .rt-dark .box2.rt-block body .btn-primary a:hover, .rt-dark .box3.rt-block .button a:hover, .rt-dark .box3.rt-block .readon a:hover, .rt-dark .box3.rt-block .readmore a:hover, .rt-dark .box3.rt-block #member-profile a a:hover, .rt-dark .box3.rt-block #member-registration a a:hover, .rt-dark .box3.rt-block .formelm-buttons button a:hover, .rt-dark .box3.rt-block body .btn-primary a:hover, .rt-dark .box4.rt-block .button a:hover, .rt-dark .box4.rt-block .readon a:hover, .rt-dark .box4.rt-block .readmore a:hover, .rt-dark .box4.rt-block #member-profile a a:hover, .rt-dark .box4.rt-block #member-registration a a:hover, .rt-dark .box4.rt-block .formelm-buttons button a:hover, .rt-dark .box4.rt-block body .btn-primary a:hover, .rt-dark .box5.rt-block .button a:hover, .rt-dark .box5.rt-block .readon a:hover, .rt-dark .box5.rt-block .readmore a:hover, .rt-dark .box5.rt-block #member-profile a a:hover, .rt-dark .box5.rt-block #member-registration a a:hover, .rt-dark .box5.rt-block .formelm-buttons button a:hover, .rt-dark .box5.rt-block body .btn-primary a:hover {
	color:#000000;
}
.items-more ol li a {
	background-image:/*url(../images/light/small-arrows.png)*/;
}
.rt-light .gf-menu li:hover > .item, .rt-light .gf-menu li.active > .item {
	color:#000000;
}
.rt-light .gf-menu .item {
	color:#555555;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.7);
}
.rt-light .gf-menu .item.subtext > em {
	color:#3c3c3c;
}
.rt-light .gf-menu .item .daddyicon {
	background-image:url(../images/small-arrows.png);
}
.rt-light .rt-arrow-pointer {
	border-color:rgba(0, 0, 0, 0.3);
}
.rt-dark .gf-menu li:hover > .item, .rt-dark .gf-menu li.active > .item {
	color:#ba451a;
}
.rt-dark .gf-menu .item {
	color:#cd6d5d;
	text-shadow:0px 0px 0px rgba(0, 0, 0, 0.01);
}
.rt-dark .gf-menu .item.subtext > em {
	color:#d99184;
}
.rt-dark .gf-menu .item .daddyicon {
	background-image:url(../images/small-arrows.png)
}
.rt-dark .rt-arrow-pointer {
	border-color:rgba(255, 255, 255, 0.5);
}
.gf-menu .dropdown {
	background:rgba(252, 241, 180, 0.75);
}
.gf-menu .dropdown ul li > .item {
	color:#cd6d5d;
	text-shadow:0px 0px 0px rgba(0, 0, 0, 0.01);
}
.gf-menu .dropdown .item .daddyicon {
	background-image:url(../images/small-arrows.png);
}
.gf-menu .dropdown .modules {
	color:#d99184;
}
.gf-menu .dropdown .modules .module-content h1, .gf-menu .dropdown .modules .module-content h2, .gf-menu .dropdown .modules .module-content h3, .gf-menu .dropdown .modules .module-content h4, .gf-menu .dropdown .modules .module-content h5 {
	color:#cd6d5d;
}
.gf-menu .dropdown .modules .module-content a {
	color:#FFFFFF;
}
.rt-sub-pointer {
	border-color:rgba(0, 0, 0, 0.8);
}
.rt-arrow-pointer {
	border-color:rgba(255, 255, 255, 0.5);
}
.fusion-submenu-wrapper {
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.9);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000, endColorstr=#e5000000)";
}
.fusion-submenu-wrapper .rt-sub-pointer {
	border-color:rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
.layout-mode-responsive .rt-light .gf-menu-device-container {
border:1px solid #fdc254;
}
.layout-mode-responsive .rt-dark .gf-menu-device-container {
border:1px solid #feeac4;
}
.layout-mode-responsive .gf-menu-device-container {
background:#fec864;
-webkit-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.2);
box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

}
.module-content ul.menu li a, .module-content ul.menu li .separator, .module-content ul.menu li .item {
	color:#E0E0E0;
}
.module-content ul.menu li a:hover, .module-content ul.menu li .separator:hover, .module-content ul.menu li .item:hover {
	color:#FFFFFF;
	background-color:transparent;
}
.module-content ul.menu li#current.active > a, .module-content ul.menu li#current.active > .item, .module-content ul.menu li#current.active > .separator, .module-content ul.menu li.active.current > a, .module-content ul.menu li.active.current > .item, .module-content ul.menu li.active.current > .separator {
	background-image:url(../images/small-arrows.png);
	color:#FFFFFF;
}
.rt-light .module-content ul.menu li a, .rt-light .module-content ul.menu li .separator, .rt-light .module-content ul.menu li .item, .rt-light-block .module-content ul.menu li a, .rt-light-block .module-content ul.menu li .separator, .rt-light-block .module-content ul.menu li .item {
	color:#3A140C;
}
.rt-light .module-content ul.menu li a:hover, .rt-light .module-content ul.menu li .separator:hover, .rt-light .module-content ul.menu li .item:hover, .rt-light-block .module-content ul.menu li a:hover, .rt-light-block .module-content ul.menu li .separator:hover, .rt-light-block .module-content ul.menu li .item:hover {
	color:#000000;
}
.rt-light .module-content ul.menu li#current.active > a, .rt-light .module-content ul.menu li#current.active > .item, .rt-light .module-content ul.menu li#current.active > .separator, .rt-light .module-content ul.menu li.active.current > a, .rt-light .module-content ul.menu li.active.current > .item, .rt-light .module-content ul.menu li.active.current > .separator, .rt-light-block .module-content ul.menu li#current.active > a, .rt-light-block .module-content ul.menu li#current.active > .item, .rt-light-block .module-content ul.menu li#current.active > .separator, .rt-light-block .module-content ul.menu li.active.current > a, .rt-light-block .module-content ul.menu li.active.current > .item, .rt-light-block .module-content ul.menu li.active.current > .separator {
	background-image:url(../images/small-arrows.png);
	color:#000000;
}
.rt-light .box1.rt-block, .rt-dark .box1.rt-block {
	background-color:#fed891;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#feeac4), color-stop(60%, #fed891), to(#fed891));
	background-image:-webkit-linear-gradient(#feeac4, #fed891 60%, #fed891);
	background-image:-moz-linear-gradient(top, #feeac4, #fed891 60%, #fed891);
	background-image:-o-linear-gradient(#feeac4, #fed891 60%, #fed891);
	background-image:linear-gradient(#feeac4, #fed891 60%, #fed891);
	background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffee9c3', endColorstr='#fffed891', GradientType=0);
	border-top:1px solid rgba(255, 255, 255, 0.5);
}
.rt-light .box1.rt-block a, .rt-dark .box1.rt-block a {
	color:#ffffff;
}
.rt-light .box2.rt-block, .rt-dark .box2.rt-block {
	background-color:#d99771;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e4b499), color-stop(60%, #d99771), to(#d99771));
	background-image:-webkit-linear-gradient(#e4b499, #d99771 60%, #d99771);
	background-image:-moz-linear-gradient(top, #e4b499, #d99771 60%, #d99771);
	background-image:-o-linear-gradient(#e4b499, #d99771 60%, #d99771);
	background-image:linear-gradient(#e4b499, #d99771 60%, #d99771);
	background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3b499', endColorstr='#ffd99771', GradientType=0);
	border-top:1px solid rgba(255, 255, 255, 0.5);
}
.rt-light .box2.rt-block a, .rt-dark .box2.rt-block a {
	color:#000;
}
.rt-light .box3.rt-block, .rt-dark .box3.rt-block {
	background-color:#d88d80;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e4b0a7), color-stop(60%, #d88d80), to(#d88d80));
	background-image:-webkit-linear-gradient(#e4b0a7, #d88d80 60%, #d88d80);
	background-image:-moz-linear-gradient(top, #e4b0a7, #d88d80 60%, #d88d80);
	background-image:-o-linear-gradient(#e4b0a7, #d88d80 60%, #d88d80);
	background-image:linear-gradient(#e4b0a7, #d88d80 60%, #d88d80);
	background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3b0a7', endColorstr='#ffd88d80', GradientType=0);
	border-top:1px solid rgba(255, 255, 255, 0.2);
}
.rt-light .box3.rt-block a, .rt-dark .box3.rt-block a {
	color:#fcf6f5;
}
.rt-light .box4.rt-block, .rt-dark .box4.rt-block {
	background-color:#f9ae9f;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcd7cf), color-stop(60%, #f9ae9f), to(#f9ae9f));
	background-image:-webkit-linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-image:-moz-linear-gradient(top, #fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-image:-o-linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-image:linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcd6cf', endColorstr='#fff9ae9f', GradientType=0);
	border-top:1px solid rgba(255, 255, 255, 0.2);
}
.rt-light .box4.rt-block a, .rt-dark .box4.rt-block a {
	color:#ffffff;
}
.rt-light .box5.rt-block, .rt-dark .box5.rt-block {
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.8);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
}
.rt-light .box6.rt-block, .rt-dark .box6.rt-block {
	background-color:#e0e0e0;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(60%, #E0E0E0), to(#E0E0E0));
	background-image:-webkit-linear-gradient(#ffffff, #E0E0E0 60%, #E0E0E0);
	background-image:-moz-linear-gradient(top, #ffffff, #E0E0E0 60%, #E0E0E0);
	background-image:-o-linear-gradient(#ffffff, #E0E0E0 60%, #E0E0E0);
	background-image:linear-gradient(#ffffff, #E0E0E0 60%, #E0E0E0);
	background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	border-top:1px solid rgba(255, 255, 255, 0.2);
	color:#2e2e2e;
}
.rt-light .box6.rt-block .title, .rt-dark .box6.rt-block .title {
	text-shadow:none;
}
.rt-light .box6.rt-block a, .rt-dark .box6.rt-block a {
	color:#d7563b;
}
.rt-light .box6.rt-block a:hover, .rt-dark .box6.rt-block a:hover {
	color:#3A140C;
}
.rt-light .box6.rt-block .button, .rt-light .box6.rt-block .readon, .rt-light .box6.rt-block .readmore, .rt-light .box6.rt-block #member-profile a, .rt-light .box6.rt-block #member-registration a, .rt-light .box6.rt-block .formelm-buttons button, .rt-light .box6.rt-block body .btn-primary, .rt-dark .box6.rt-block .button, .rt-dark .box6.rt-block .readon, .rt-dark .box6.rt-block .readmore, .rt-dark .box6.rt-block #member-profile a, .rt-dark .box6.rt-block #member-registration a, .rt-dark .box6.rt-block .formelm-buttons button, .rt-dark .box6.rt-block body .btn-primary {
	border-color:rgba(0, 0, 0, 0.4);
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.1);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000)";
	color:#000000;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}
.rt-light .box6.rt-block .button:hover, .rt-light .box6.rt-block .button.active, .rt-light .box6.rt-block .readon:hover, .rt-light .box6.rt-block .readon.active, .rt-light .box6.rt-block .readmore:hover, .rt-light .box6.rt-block .readmore.active, .rt-light .box6.rt-block #member-profile a:hover, .rt-light .box6.rt-block #member-profile a.active, .rt-light .box6.rt-block #member-registration a:hover, .rt-light .box6.rt-block #member-registration a.active, .rt-light .box6.rt-block .formelm-buttons button:hover, .rt-light .box6.rt-block .formelm-buttons button.active, .rt-light .box6.rt-block body .btn-primary:hover, .rt-light .box6.rt-block body .btn-primary.active, .rt-dark .box6.rt-block .button:hover, .rt-dark .box6.rt-block .button.active, .rt-dark .box6.rt-block .readon:hover, .rt-dark .box6.rt-block .readon.active, .rt-dark .box6.rt-block .readmore:hover, .rt-dark .box6.rt-block .readmore.active, .rt-dark .box6.rt-block #member-profile a:hover, .rt-dark .box6.rt-block #member-profile a.active, .rt-dark .box6.rt-block #member-registration a:hover, .rt-dark .box6.rt-block #member-registration a.active, .rt-dark .box6.rt-block .formelm-buttons button:hover, .rt-dark .box6.rt-block .formelm-buttons button.active, .rt-dark .box6.rt-block body .btn-primary:hover, .rt-dark .box6.rt-block body .btn-primary.active {
	background-color:#000000;
	color:#FFFFFF !important;
	border-color:#000000;
}
.rt-light .box6.rt-block .button a, .rt-light .box6.rt-block .readon a, .rt-light .box6.rt-block .readmore a, .rt-light .box6.rt-block #member-profile a a, .rt-light .box6.rt-block #member-registration a a, .rt-light .box6.rt-block .formelm-buttons button a, .rt-light .box6.rt-block body .btn-primary a, .rt-dark .box6.rt-block .button a, .rt-dark .box6.rt-block .readon a, .rt-dark .box6.rt-block .readmore a, .rt-dark .box6.rt-block #member-profile a a, .rt-dark .box6.rt-block #member-registration a a, .rt-dark .box6.rt-block .formelm-buttons button a, .rt-dark .box6.rt-block body .btn-primary a {
	color:#FFFFFF;
}
.rt-light .box6.rt-block .button a:hover, .rt-light .box6.rt-block .readon a:hover, .rt-light .box6.rt-block .readmore a:hover, .rt-light .box6.rt-block #member-profile a a:hover, .rt-light .box6.rt-block #member-registration a a:hover, .rt-light .box6.rt-block .formelm-buttons button a:hover, .rt-light .box6.rt-block body .btn-primary a:hover, .rt-dark .box6.rt-block .button a:hover, .rt-dark .box6.rt-block .readon a:hover, .rt-dark .box6.rt-block .readmore a:hover, .rt-dark .box6.rt-block #member-profile a a:hover, .rt-dark .box6.rt-block #member-registration a a:hover, .rt-dark .box6.rt-block .formelm-buttons button a:hover, .rt-dark .box6.rt-block body .btn-primary a:hover {
	color:#000000;
}
.title1 .title {
	border-bottom:1px solid #fec65e;
}
.rt-light .title2.rt-dark-block.basic .title, .rt-light .title2.rt-light-block.basic .title {
	background-image:url(../images/small-arrows.png);
}
.rt-light .rt-dark-block.title3.basic .title, .rt-light .rt-light-block.title3.basic .title {
	/*background-image:url(../images/light/lists-indicator.png);*/
}
.rt-dark .title2.rt-dark-block.basic .title, .rt-dark .title2.rt-light-block.basic .title {
	background-image:url(../images/small-arrows.png);
}
.rt-dark .rt-dark-block.title3.basic .title, .rt-dark .rt-light-block.title3.basic .title {
/*	background-image:url(../images/dark/lists-indicator.png);
*/}
.rt-dark .rt-dark-block.title2 .title, .rt-light .rt-dark-block.title2 .title {
	background-image:url(../images/small-arrows.png);
}
.rt-dark .rt-light-block.title2 .title, .rt-light .rt-light-block.title2 .title {
	background-image:url(../images/small-arrows.png);
}
.rt-dark .rt-dark-block.title3 .title, .rt-light .rt-dark-block.title3 .title {
	/*background-image:url(../images/dark/lists-indicator.png);*/
}
.rt-dark .rt-light-block.title3 .title, .rt-light .rt-light-block.title3 .title {
	/*background-image:url(../images/light/lists-indicator.png);*/
}
.title4 .title {
	background-image:url(../images/small-arrows.png);
}
#rt-footer-surround .box1.rt-block, #rt-top-surround .box1.rt-block {
	background-color:#fed891;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#feeac4), color-stop(60%, #fed891), to(#fed891));
	background-image:-webkit-linear-gradient(#feeac4, #fed891 60%, #fed891);
	background-image:-moz-linear-gradient(top, #feeac4, #fed891 60%, #fed891);
	background-image:-o-linear-gradient(#feeac4, #fed891 60%, #fed891);
	background-image:linear-gradient(#feeac4, #fed891 60%, #fed891);
	background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffee9c3', endColorstr='#fffed891', GradientType=0);
	border-top:1px solid rgba(255, 255, 255, 0.5);
}
#rt-footer-surround .box2.rt-block, #rt-top-surround .box2.rt-block {
	background-color:#d99771;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e4b499), color-stop(60%, #d99771), to(#d99771));
	background-image:-webkit-linear-gradient(#e4b499, #d99771 60%, #d99771);
	background-image:-moz-linear-gradient(top, #e4b499, #d99771 60%, #d99771);
	background-image:-o-linear-gradient(#e4b499, #d99771 60%, #d99771);
	background-image:linear-gradient(#e4b499, #d99771 60%, #d99771);
	background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3b499', endColorstr='#ffd99771', GradientType=0);
	border-top:1px solid rgba(255, 255, 255, 0.5);
}
#rt-footer-surround .box3.rt-block, #rt-top-surround .box3.rt-block {
	background-color:#d88d80;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#e4b0a7), color-stop(60%, #d88d80), to(#d88d80));
	background-image:-webkit-linear-gradient(#e4b0a7, #d88d80 60%, #d88d80);
	background-image:-moz-linear-gradient(top, #e4b0a7, #d88d80 60%, #d88d80);
	background-image:-o-linear-gradient(#e4b0a7, #d88d80 60%, #d88d80);
	background-image:linear-gradient(#e4b0a7, #d88d80 60%, #d88d80);
	background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3b0a7', endColorstr='#ffd88d80', GradientType=0);
	border-top:1px solid rgba(255, 255, 255, 0.2);
}
#rt-footer-surround .box4.rt-block, #rt-top-surround .box4.rt-block {
	background-color:#f9ae9f;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcd7cf), color-stop(60%, #f9ae9f), to(#f9ae9f));
	background-image:-webkit-linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-image:-moz-linear-gradient(top, #fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-image:-o-linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-image:linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcd6cf', endColorstr='#fff9ae9f', GradientType=0);
	border-top:1px solid rgba(255, 255, 255, 0.2);
}
#rt-footer-surround .box5.rt-block, #rt-top-surround .box5.rt-block {
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.3);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000)";
}
#rt-footer-surround.rt-light .box1.rt-block, #rt-footer-surround.rt-light .box2.rt-block, #rt-footer-surround.rt-light .box3.rt-block, #rt-footer-surround.rt-light .box4.rt-block, #rt-footer-surround.rt-light .box5.rt-block, #rt-top-surround.rt-light .box1.rt-block, #rt-top-surround.rt-light .box2.rt-block, #rt-top-surround.rt-light .box3.rt-block, #rt-top-surround.rt-light .box4.rt-block, #rt-top-surround.rt-light .box5.rt-block {
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
}
#rt-footer-surround.rt-dark .box1.rt-block, #rt-footer-surround.rt-dark .box2.rt-block, #rt-footer-surround.rt-dark .box3.rt-block, #rt-footer-surround.rt-dark .box4.rt-block, #rt-footer-surround.rt-dark .box5.rt-block, #rt-top-surround.rt-dark .box1.rt-block, #rt-top-surround.rt-dark .box2.rt-block, #rt-top-surround.rt-dark .box3.rt-block, #rt-top-surround.rt-dark .box4.rt-block, #rt-top-surround.rt-dark .box5.rt-block {
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	border-top:1px solid rgba(225, 225, 225, 0.2);
}
.actions a {
	color:#C9822A;
}
.actions a:hover {
	color:#FFFFFF;
}
#rt-top-surround .rt-block {
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
}
#rt-top-surround .module-title .title {
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
}
#rt-footer-surround .rt-block {
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
}
#rt-footer-surround .module-title .title {
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
}
.sprocket-features.layout-showcase .sprocket-features-content, .sprocket-features.layout-showcase .sprocket-features-img-container img {
	background-color:#fed891;
	background-color:rgba(254, 215, 144, 0.8);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccfdd78f, endColorstr=#ccfdd78f)";
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	border-top:1px solid rgba(255, 255, 255, 0.2);
}
.sprocket-features.layout-showcase .sprocket-features-content .sprocket-features-title, .sprocket-features.layout-showcase .sprocket-features-img-container img .sprocket-features-title {
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4);
	color:#FFFFFF;
}
.sprocket-features.layout-showcase .sprocket-features-content .sprocket-features-title a, .sprocket-features.layout-showcase .sprocket-features-img-container img .sprocket-features-title a {
	color:#FFFFFF;
}
.sprocket-features.layout-showcase .sprocket-features-content .sprocket-features-title a:hover, .sprocket-features.layout-showcase .sprocket-features-img-container img .sprocket-features-title a:hover {
	color:#FFFFFF;
}
.sprocket-features.layout-showcase .sprocket-features-arrows .arrow {
	/*background-image:url(../images/light/large-arrows.png);*/
}
.sprocket-features.layout-showcase .sprocket-features-pagination li {
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.5);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff)";
	color:#000000;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}
.sprocket-features.layout-showcase .sprocket-features-pagination li:hover, .sprocket-features.layout-showcase .sprocket-features-pagination li.active {
	background-color:#FFFFFF;
	color:#000000;
	border-color:#FFFFFF;
}
.rt-block.rt-dark-block a, .rt-block.basic.rt-dark-block a {
	color:#ebcaa1;
}
.rt-block.rt-dark-block .layout-showcase .sprocket-features-content, .rt-block.basic.rt-dark-block .layout-showcase .sprocket-features-content {
	color:#FFFFFF;
}
.rt-block.rt-dark-block .layout-showcase .sprocket-features-content .sprocket-features-title, .rt-block.basic.rt-dark-block .layout-showcase .sprocket-features-content .sprocket-features-title {
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4);
	color:#FFFFFF;
}
.rt-block.rt-dark-block .layout-showcase .sprocket-features-content .sprocket-features-title a, .rt-block.basic.rt-dark-block .layout-showcase .sprocket-features-content .sprocket-features-title a {
	color:#FFFFFF;
}
.rt-block.rt-dark-block .layout-showcase .sprocket-features-content .sprocket-features-title a:hover, .rt-block.basic.rt-dark-block .layout-showcase .sprocket-features-content .sprocket-features-title a:hover {
	color:#FFFFFF;
}
.rt-block.rt-dark-block .layout-showcase .sprocket-features-content .readon, .rt-block.basic.rt-dark-block .layout-showcase .sprocket-features-content .readon {
	border-color:rgba(255, 255, 255, 0.7);
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.3);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff)";
	color:#FFFFFF;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	background-image:url(../images/small-arrows.png);
}
.rt-block.rt-dark-block .layout-showcase .sprocket-features-content .readon:hover, .rt-block.rt-dark-block .layout-showcase .sprocket-features-content .readon.active, .rt-block.basic.rt-dark-block .layout-showcase .sprocket-features-content .readon:hover, .rt-block.basic.rt-dark-block .layout-showcase .sprocket-features-content .readon.active {
	background-color:#FFFFFF;
	color:#000000 !important;
	border-color:#FFFFFF;
}
.rt-block.rt-dark-block .layout-showcase .sprocket-features-content .readon a, .rt-block.basic.rt-dark-block .layout-showcase .sprocket-features-content .readon a {
	color:#FFFFFF;
}
.rt-block.rt-dark-block .layout-showcase .sprocket-features-content .readon a:hover, .rt-block.basic.rt-dark-block .layout-showcase .sprocket-features-content .readon a:hover {
	color:#000000;
}
.rt-block.rt-light-block a, .rt-block.basic.rt-light-block a {
	color:#754b18;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content {
	color:#3A140C;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title {
	text-shadow:1px 1px 1px rgba(225, 225, 225, 0.4);
	color:#3A140C;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title a, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title a {
	color:#3A140C;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title a:hover, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title a:hover {
	color:#3A140C;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .readon, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .readon {
	border-color:rgba(0, 0, 0, 0.7);
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.1);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000)";
	color:#000000;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	background-image:url(../images/small-arrows.png);
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .readon:hover, .rt-block.rt-light-block .layout-showcase .sprocket-features-content .readon.active, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .readon:hover, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .readon.active {
	background-color:#000000;
	color:#FFFFFF !important;
	border-color:#000000;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .readon a, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .readon a {
	color:#000000;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .readon a:hover, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .readon a:hover {
	color:#FFFFFF;
}
body .sprocket-mosaic .sprocket-mosaic-header {
	background-color:#fed891;
	background-color:rgba(254, 215, 144, 0.8);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccfdd78f, endColorstr=#ccfdd78f)";
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	border-top:1px solid rgba(255, 255, 255, 0.2);
}
body .rt-light .sprocket-mosaic-loadmore {
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.4);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff)";
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	color:#000000 !important;
}
body .rt-dark .sprocket-mosaic-loadmore {
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.25);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fffffff, endColorstr=#3fffffff)";
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
	/*color:#FFFFFF;*/
	color:#FFFFFF;
}
body .sprocket-mosaic-filter li, body .sprocket-mosaic-order li {
	color:#FFFFFF;
}
body .sprocket-mosaic-filter li:hover, body .sprocket-mosaic-order li:hover {
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.25);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000, endColorstr=#3f000000)";
}
body .sprocket-mosaic-filter li.active, body .sprocket-mosaic-order li.active {
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.25);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fffffff, endColorstr=#3fffffff)";
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
}
body .sprocket-mosaic-filter li a, body .sprocket-mosaic-order li a {
	color:#FFFFFF;
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-text-container, body .rt-dark .sprocket-mosaic .sprocket-mosaic-text-container {
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.6);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-title, body .rt-dark .sprocket-mosaic .sprocket-mosaic-title {
	color:#FFFFFF;
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-title a, body .rt-dark .sprocket-mosaic .sprocket-mosaic-title a {
	color:#FFFFFF;
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-title a:hover, body .rt-dark .sprocket-mosaic .sprocket-mosaic-title a:hover {
	color:#FFFFFF;
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-title:hover, body .rt-dark .sprocket-mosaic .sprocket-mosaic-title:hover {
	color:#FFFFFF;
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-content, body .rt-dark .sprocket-mosaic .sprocket-mosaic-content {
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	border-color:rgba(255, 255, 255, 0.2);
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-tags li, body .rt-dark .sprocket-mosaic .sprocket-mosaic-tags li {
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.1);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000)";
	color:#FFFFFF;
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.4);
	border-color:rgba(255, 255, 255, 0.2);
}
.rt-dark-block .sprocket-lists li .sprocket-lists-title {
	color:#d9d9d9;
}
.rt-dark-block .sprocket-lists li .sprocket-lists-title .indicator {
	/*background-image:url(../images/dark/lists-indicator.png);*/
}
.rt-dark-block .sprocket-lists li.active .sprocket-lists-title, .rt-dark-block .sprocket-lists li:hover .sprocket-lists-title {
	color:#FFFFFF;
}
.rt-dark-block .sprocket-lists .arrow {
 background-image:url../images/small-arrows.png);
}
.rt-dark-block .sprocket-lists .sprocket-lists-pagination li {
	border-color:rgba(255, 255, 255, 0.8);
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.3);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff)";
	color:#FFFFFF;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}
.rt-dark-block .sprocket-lists .sprocket-lists-pagination li:hover, .rt-dark-block .sprocket-lists .sprocket-lists-pagination li.active {
	background:#FFFFFF;
	color:#000000;
}
.rt-light-block .sprocket-lists li .sprocket-lists-title {
	color:#262626;
}
.rt-light-block .sprocket-lists li .sprocket-lists-title .indicator {
	/*background-image:url(../images/light/lists-indicator.png);*/
}
.rt-light-block .sprocket-lists li.active .sprocket-lists-title, .rt-light-block .sprocket-lists li:hover .sprocket-lists-title {
	color:#000000;
}
.rt-light-block .sprocket-lists .arrow {
	background-image:url(../images/small-arrows.png);
}
.rt-light-block .sprocket-lists .sprocket-lists-pagination li {
	border-color:rgba(255, 255, 255, 0.8);
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.3);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff)";
	color:#FFFFFF;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
}
.rt-light-block .sprocket-lists .sprocket-lists-pagination li:hover, .rt-light-block .sprocket-lists .sprocket-lists-pagination li.active {
	background:#FFFFFF;
	color:#000000;
}
.sprocket-tabs-nav {
	border-bottom:1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.15);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.15);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.15);
}
.rt-dark-block .sprocket-tabs li:hover .sprocket-tabs-inner {
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.25);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000, endColorstr=#3f000000)";
	border-color:#FFFFFF;
}
.rt-dark-block .sprocket-tabs li.active .sprocket-tabs-inner {
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.25);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fffffff, endColorstr=#3fffffff)";
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
	color:#FFFFFF;
	border-color:#FFFFFF;
}
.rt-light-block .sprocket-tabs li:hover .sprocket-tabs-inner {
	background-color:#000000;
	background-color:rgba(0, 0, 0, 0.25);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000, endColorstr=#3f000000)";
	border-color:#000000;
}
.rt-light-block .sprocket-tabs li.active .sprocket-tabs-inner {
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.25);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fffffff, endColorstr=#3fffffff)";
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
	color:#FFFFFF;
	border-color:#000000;
}
#roksearch_results {
	background-color:#333;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.2);
	border:1px solid #000000;
}
#roksearch_results .roksearch_wrapper1 .roksearch_header, #roksearch_results .roksearch_wrapper1 .roksearch_result_wrapper1 {
	border:none;
}
#roksearch_results .roksearch_wrapper1 .roksearch_row_btm {
	border-top:1px solid rgba(225, 225, 225, 0.2);
}

.input-prepend .add-on, .input-append .add-on {
	text-shadow:0 1px 0;
background-color:;
}
.input-prepend.input-append .media-preview, .input-append.input-append .media-preview {
	margin:0;
}
.side-panel-toggle {
	background-color:#fed891;
	background-color:rgba(254, 215, 144, 0.8);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccfdd78f, endColorstr=#ccfdd78f)";
	border-top:1px solid rgba(225, 225, 225, 0.2);
}
.main-overlay-light .component-content .weblink-category tr {
	border-bottom:1px solid #e2b277;
}
.main-overlay-light .component-content .weblink-category tr.cat-list-row1 {
	background-color:#E0E0E0;
}
.main-overlay-dark .component-content .weblink-category tr {
	border-bottom:1px solid #000000;
}
.rt-dark #gantry-totop {
/*	background-image:url(../images/dark/large-arrows.png);
*/	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
	color:#FFFFFF;
}
.rt-light #gantry-totop {
/*	background-image:url(../images/light/large-arrows.png);
*/	color:#3A140C;
}
.rt-social-buttons .social-button {
/*	background-image:url(../images/main/social.png);
*/}
.rt-light #rocket {
/*	background:url(../images/light/rocket.png) no-repeat;
*/}
.rt-dark #rocket {
/*	background:url(../images/dark/rocket.png) no-repeat;
*/}
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd), .cat-list-row0 {
background-color:#FFFFFF;
background-color:rgba(255, 255, 255, 0.2);
background-color:transparent \9;
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
}
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover, .cat-list-row0:hover, .cat-list-row1:hover {
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 0.1);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff, endColorstr=#19ffffff)";
}
.well, .table-bordered th {
	background-color:#f0f0f0;
}
.rt-image-description {
	background-color:#c9822a;
}
.gantry-example {
	background-color:#FFFFFF;
	border:1px solid #DFDFDF;
}
.gantry-example:after {
	background-color:#F5F5F5;
	border:1px solid #DFDFDF;
}
.unsupported {
	color:#FFFFFF;
}
.unsupported h1, .unsupported a:hover {
	color:#FFFFFF;
}
#rt-mainbody-surround .tags .label-info {
	background-color:#c9822a;
	color:#FFFFFF;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
	font-weight:normal;
}
#rt-mainbody-surround .tags .label-info:hover {
	background-color:#8a591d;
	color:#FFFFFF;
}
p.success, p.info, p.error, p.warning {
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:15px;
	font-weight:bold;
	border:1px solid;
}
p.success a, p.info a, p.error a, p.warning a {
	color:#666 !important;
}
p.success a:hover, p.info a:hover, p.error a:hover, p.warning a:hover {
	color:#000 !important;
	text-shadow:none;
}
p.success {
	background:#dff0d8;
	border-color:#d6e9c6;
	color:#468847;
}
p.info {
	background:#d9edf7;
	border-color:#bce8f1;
	color:#3a87ad;
}
p.error {
	background:#f2dede;
	border-color:#eed3d7;
	color:#b94a48;
}
p.warning {
	background:#fcf8e3;
	border-color:#fbeed5;
	color:#c09853;
}
body #k2Container.latestView .latestItemsCategory h2 {
	background:#c9822a;
}
body #k2Container.itemListView .k2FeedIcon {
	position:absolute;
	margin:10px 0 0 10px;
	padding:0;
}
body #k2Container.itemListView .itemListCategory h2 {
	background:#c9822a;
}
body #k2Container.itemListView .itemListSubCategories .subCategory h2 {
	background:#c9822a;
}
body #k2Container.itemView .itemComments ul.itemCommentsList li a {
	color:#c9822a;
}
body .k2CalendarBlock table.calendar tr td.calendarToday {
	background-color:#c9822a;
}
.badge-info {
	background-color:#FCF1B4;
}
.badge {
	color:#000000;
}
.info_name {
	font-weight:bold;
}
div.pagination {
	height:auto;
}
div.display-limit select {
	width:auto;
}
.contactinfo-cen .info_country:after {
	content:":";
}
.contactinfo-cen .info_name:before, .contactinfo-cen .info_alias:before, .contactinfo-cen .info_position:before, .contactinfo-cen .info_address:before, .contactinfo-cen .info_postcode:before, .contactinfo-cen .info_telephone:before, .contactinfo-cen .info_mobile:before, .contactinfo-cen .info_fax:before, .contactinfo-cen .info_email:before, .contactinfo-cen .info_webpage:before, .contactinfo-cen .info_misc:before, .contactinfo-cen .info_vcard:before, .contactinfo-cen .info_state:after {
	font-weight:normal;
	content:", ";
}
#rt-header {
	background-color:#f9ae9f;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcd7cf), color-stop(60%, #f9ae9f), to(#f9ae9f));
	background-image:-webkit-linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-image:-moz-linear-gradient(top, #fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-image:-o-linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-image:linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
	background-repeat:no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcd6cf', endColorstr='#fff9ae9f', GradientType=0);
	border-top:1px solid rgba(255, 255, 255, 0.2);
}
td.cal-tz {
	background:#fed891;
}
select.cal-select {
	color:#3A140C;
}
.cal {
	font-family:Tahoma, "Times New Roman", serif;
}
.cal td {
	border:1px solid #DD7F00;
	border-collapse:collapse;
	padding-left:10px;
}
.cal td p.event {
	padding-left:10px;
}
.cal th {
	border:1px solid #DD7F00;
	border-collapse:collapse;
	color:#821F2C;
	text-align:left;
	font-size:120%;
	padding-left:10px;
}
.rokbox-thumb {
	background:#FFF;
	width:125px;
	height:auto;
	margin:25px;
	border:1px solid #ccc;
	padding:4px;
}
.rokbox-content {
	margin:10px;
}
p.harmonist_head {
	font-weight:bold;
	font-size:12px;
	background-color:#C5E9FC;
}
p.harmonist_author {
	font-size:11px;
	margin-left:10px;
	margin-bottom:0;
}
p.harmonist_article {
	padding-left:7px;
	/*background-image:url('../images/arrow3.gif');*/
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
}
.rt-light .rt-block.rt-light-block .pfeat .readon:hover {
	background-color:rgba(0, 0, 0, 0.2);
	border-color:rgba(0, 0, 0, 0.5);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	color:#FCF1B4 !important;
}
@media (min-width: 768px) {
.item-pagehmonthly p {
margin-left:40px;
margin-right:40px;
}
.books {
display:table-cell;
vertical-align:middle;
font-family:Tahoma, "Times New Roman", serif;
}
.books p {
margin-left:5px;
text-align:justify;
}
.books p.readmore {
padding:0px 0px;
}
.book_img {
display:table-cell;
width:160px;
vertical-align:middle;
position:relative;
}
.book_img img {
height:auto;
float:left;
}
.book_img p {
text-align:justify;
}
div.harmonist {
float:left;
width:430px;
height:200px;
overflow:auto;
}
.h_book_img {
display:inherit;
width:160px;
position:relative;
}
.h_book_img img {
height:auto;
float:left;
}
}
@media (min-width: 768px) and (max-width: 960px) {
div.harmonist {
float:left;
width:430px;
height:200px;
overflow:auto;
}
.h_book_img {
display:inherit;
width:160px;
position:relative;
}
.h_book_img img {
height:auto;
float:left;
}
}
@media (min-width: 250px) and (max-width: 767px) {
.book_img {
display:inherit;
vertical-align:middle;
}
.book_img img {
height:auto;
max-width:100%;
float:none;
}
.books {
display:inherit;
}
.books p {
text-align:justify;
}
div.harmonist {
float:none;
width:250px;
height:200px;
overflow:auto;
}
.h_book_img {
display:table-cell;
width:160px;
position:relative;
}
.h_book_img img {
height:auto;
float:none;
}
}
.main-overlay-light .component-content .weblink-category tr {
	border-bottom:1px solid #e2b277;
}
.main-overlay-light .component-content .weblink-category tr.cat-list-row1 {
	background-color:#feeac4;
}
.main-overlay-light .component-content .weblink-category-bhakti .list-striped li {
	border-bottom:1px solid #e2b277;
}
.main-overlay-light .component-content .weblink-category-bhakti .list-striped li.cat-list-row1 {
	background-color:#feeac4;
}
.main-overlay-light .component-content .weblink-category-bhakti .list-striped .badge {
	padding:3px 9px 2px;
	font-weight:normal;
}
.main-overlay-light .component-content .weblink-category-bhakti .list-striped .badge-info {
	background-color:#feeac4;
}
.lecat_list {
	font-size:80%;
	font-style:italic;
	color:#821F20;
}
.custompbfpbuttons img {
	margin-bottom:7px;
}
.main-bg-orange {
	background-image:url(../images/back.jpg);
}
.main-bg-wood {
	background-image:url(../images/back.jpg);/*background-image:url(../images/backgrounds/wood/20w.jpg);*/
}
.main-bg-wood .rt-bg2 {
	/*background-image:url(../images/backgrounds/wood/bg-blue.jpg);*/
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-text-container, body .rt-dark .sprocket-mosaic .sprocket-mosaic-text-container {
	background-color:#FCF1B4;
	background-color:rgba(252, 241, 182, 0.6);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99fbf1b5, endColorstr=#99fbf1b5)";
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-title, body .rt-dark .sprocket-mosaic .sprocket-mosaic-title {
	color:#3A140C;
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-title a, body .rt-dark .sprocket-mosaic .sprocket-mosaic-title a {
	color:#A94647;
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-title a:hover, body .rt-dark .sprocket-mosaic .sprocket-mosaic-title a:hover {
	color:#A94647;
}
body .rt-light .sprocket-mosaic .sprocket-mosaic-title:hover, body .rt-dark .sprocket-mosaic .sprocket-mosaic-title:hover {
	color:#ff000c;
}
.component-block.rt-block.main-overlay-light {
	background-color:#FFFFFF;
	color:#3A140C;
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);
	border-color:rgba(255, 255, 255, 0.5);
}
.component-block.rt-block.main-overlay-light .title, .component-block.rt-block.main-overlay-light .component-content h2 {
	text-shadow:-1px -1px 1px rgba(225, 225, 225, 0.4);
}
.component-block.rt-block.main-overlay-light a:hover {
	color:#A94647;
}
.component-block.rt-block.main-overlay-light .button, .component-block.rt-block.main-overlay-light .readon, .component-block.rt-block.main-overlay-light .readmore, .component-block.rt-block.main-overlay-light #member-profile a, .component-block.rt-block.main-overlay-light #member-registration a, .component-block.rt-block.main-overlay-light .formelm-buttons button, .component-block.rt-block.main-overlay-light body .btn-primary {
	border-color:#fff;
	background-color:#FCF1B4;
	background-color:#FCF1B4;
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cfbf1b5, endColorstr=#4cfbf1b5)";
	border-color:rgba(252, 241, 182, 0.5);
	color:#C9822A;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	float:right;
	font-size:16px;
}
.component-block.rt-block.main-overlay-light .button:hover, .component-block.rt-block.main-overlay-light .button.active, .component-block.rt-block.main-overlay-light .readon:hover, .component-block.rt-block.main-overlay-light .readon.active, .component-block.rt-block.main-overlay-light .readmore:hover, .component-block.rt-block.main-overlay-light .readmore.active, .component-block.rt-block.main-overlay-light #member-profile a:hover, .component-block.rt-block.main-overlay-light #member-profile a.active, .component-block.rt-block.main-overlay-light #member-registration a:hover, .component-block.rt-block.main-overlay-light #member-registration a.active, .component-block.rt-block.main-overlay-light .formelm-buttons button:hover, .component-block.rt-block.main-overlay-light .formelm-buttons button.active, .component-block.rt-block.main-overlay-light body .btn-primary:hover, .component-block.rt-block.main-overlay-light body .btn-primary.active {
	background-color:rgba(252, 241, 182, 0.3);
	color:#A94647 !important;
	border-color:#FCF1B4;
}
.component-block.rt-block.main-overlay-light .button a, .component-block.rt-block.main-overlay-light .readon a, .component-block.rt-block.main-overlay-light .readmore a, .component-block.rt-block.main-overlay-light #member-profile a a, .component-block.rt-block.main-overlay-light #member-registration a a, .component-block.rt-block.main-overlay-light .formelm-buttons button a, .component-block.rt-block.main-overlay-light body .btn-primary a {
	color:#C9822A;
}
.component-block.rt-block.main-overlay-light .button a:hover, .component-block.rt-block.main-overlay-light .readon a:hover, .component-block.rt-block.main-overlay-light .readmore a:hover, .component-block.rt-block.main-overlay-light #member-profile a a:hover, .component-block.rt-block.main-overlay-light #member-registration a a:hover, .component-block.rt-block.main-overlay-light .formelm-buttons button a:hover, .component-block.rt-block.main-overlay-light body .btn-primary a:hover {
	color:#A94647;
}
.rt-block.rt-light-block a, .rt-block.basic.rt-light-block a {
	color:#000;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content {
	color:#3A140C;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title {
	text-shadow:1px 1px 1px rgba(225, 225, 225, 0.4);
	color:#3A140C;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title a, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title a {
	color:#3A140C;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title a:hover, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .sprocket-features-title a:hover {
	color:#3A140C;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .readon, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .readon {
	border-color:rgba(169, 71, 72, 0.7);
	background-color:#A94647;
	background-color:rgba(169, 71, 72, 0.1);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#19a84648, endColorstr=#19a84648)";
	color:#A94647;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);
	background-image:url(../images/small-arrows.png);
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .readon:hover, .rt-block.rt-light-block .layout-showcase .sprocket-features-content .readon.active, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .readon:hover, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .readon.active {
	background-color:#A94647;
	background-color:rgba(169, 71, 72, 0.2);
	background-color:transparent \9;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#33a84648, endColorstr=#33a84648)";
	color:#FFFFFF !important;
	border-color:#A94647;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .readon a, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .readon a {
	color:#000000;
}
.rt-block.rt-light-block .layout-showcase .sprocket-features-content .readon a:hover, .rt-block.basic.rt-light-block .layout-showcase .sprocket-features-content .readon a:hover {
	color:#FFFFFF;
}
.koowa .docman_category--style {
	background-image:-moz-linear-gradient(top, rgba(255, 241, 180, 0.25), rgba(0, 0, 0, 0));
}
.com_docman .btn-primary, .com_docman .btn {
	background-color:#F47C01;
	background-image:linear-gradient(to bottom, #FFAEA2, #F47C01);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
}
.component-block.rt-block.main-overlay-light .com_docman .docman_download a:hover {
	color:#000;
}
.docman_document h4 {
	font-size:200%;
}
.docman_category h3 {
	font-size:200%;
	color:#A94647;
}
.docman_block h3 {
	color:#A94647;
}
.com_docman .well {
	background-color:#FCF1B4;
}
.docman_download_2 {
	margin-left:auto;
	margin-right:auto;
	max-width:150px;
	min-width:150px;
}
.koowa .koowa_header__item img {
	min-width:64px;
}
.doc_label {
	font-weight:bold;
	text-align:right;
}
.doc_value {
	text-align:left;
}
table.doc_table {
	width:100%;
}
table.doc_table td, table.doc_table th {
	border-top:1px solid #ddd;
	padding:4px 5px;
}
body .noitalic {
	font-style:normal !important;
}
body .nobold {
	font-weight:normal !important;
}
body .flush {
	margin:0 !important;
	padding:0 !important;
}
body .nomarginall {
	margin:0 !important;
}
body .nopaddingall {
	padding:0 !important;
}
body .nomargintop {
	margin-top:0 !important;
}
body .nomarginbottom {
	margin-bottom:0 !important;
}
body .nomarginleft {
	margin-left:0 !important;
}
body .nomarginright {
	margin-right:0 !important;
}
body .nopaddingtop {
	padding-top:0 !important;
}
body .nopaddingbottom {
	padding-bottom:0 !important;
}
body .nopaddingleft {
	padding-left:0 !important;
}
body .nopaddingright {
	padding-right:0 !important;
}
.pull-right {
	float:right;
}
.pull-left {
	float:left;
}
.rokajaxsearch .inputbox {
	width:90%;
	border:none;
}
.rokajaxsearch .search_options {
	padding-bottom:15px;
}
.rokajaxsearch .search_options label {
	margin-right:20px !important;
}
.rokajaxsearch .search_options label input[type="radio"], .rokajaxsearch .search_options label input[type="checkbox"] {
	margin:0 5px 0 0;
}
.rokajaxsearch .clr {
	clear:both;
}
.rokajaxsearch .searchintro {
	overflow:hidden;
}
#roksearch_results {
	z-index:10000;
	position:absolute;
	width:400px;
	float:right;
	text-align:left;
	visibility:hidden;
	border-radius:2px;
	margin-top:5px;
}
#roksearch_results .small {
	display:inline;
	position:relative;
	text-align:inherit;
	bottom:0;
	right:0;
	font-size:11px;
	font-style:italic;
}
#roksearch_results a.clr {
	font-size:100%;
	line-height:1.6em;
	height:auto;
}
#roksearch_results h3 {
	margin-top:0;
	margin-bottom:2px;
	line-height:110%;
	font-size:110%;
	padding-bottom:0;
}
#roksearch_results .container-wrapper {
	overflow:hidden;
}
#roksearch_results .page {
	float:left;
}
#roksearch_results .roksearch_header, #roksearch_results .roksearch_row_btm {
	padding:5px 10px;
	line-height:130%;
	text-transform:none;
	font-weight:normal;
	font-size:12px;
}
#roksearch_results .roksearch_header {
	border-radius:3px 3px 0 0;
}
#roksearch_results .roksearch_row_btm {
	border-radius:0 0 3px 3px;
}
#roksearch_results .roksearch_row_btm {
	border-bottom:none;
	overflow:hidden;
}
#roksearch_results .roksearch_row_btm span {
	line-height:140%;
}
#roksearch_results .roksearch_even, #roksearch_results .roksearch_odd {
	padding:10px;
	border-bottom:none;
}
#roksearch_results .roksearch_even span, #roksearch_results .roksearch_odd span {
	margin-top:15px;
	line-height:140%;
}
#roksearch_results .roksearch_even span.highlight, #roksearch_results .roksearch_odd span.highlight {
	margin-top:0;
}
#roksearch_results .viewall {
	float:left;
	margin:0 5px;
}
#roksearch_results .viewall span {
	line-height:130%;
	text-transform:none;
}
#roksearch_results .estimated_res {
	font-size:9px;
	font-style:italic;
	text-transform:none;
	float:left;
}
#roksearch_results .pagination_res {
	font-style:normal;
	float:right;
	text-transform:none;
	font-size:11px;
	margin-top:-1px;
}
#roksearch_results .powered-by-google {
	text-transform:lowercase;
	font-style:italic;
	font-size:9px;
}
#roksearch_results .google-search #roksearch_link {
	margin-top:5px;
}
#roksearch_results .google-thumb-image {
	margin:0 auto;
}
#roksearch_results .readon {
	margin-top:15px;
}
#roksearch_results .readon span, #roksearch_results .readon .button {
	font-size:13px;
	line-height:22px;
}
#roksearch_results .container-arrows {
	margin-top:2px;
	height:12px;
	width:30px;
	float:left;
	margin-right:5px;
	position:relative;
}
#roksearch_results .roksearch_wrapper2, #roksearch_results .roksearch_wrapper3, #roksearch_results .roksearch_wrapper4 {
	border-radius:2px;
}
#roksearch_results .roksearch_result_wrapper1 {
	-webkit-transition:background-color 0.3s linear;
	-moz-transition:background-color 0.3s linear;
	-o-transition:background-color 0.3s linear;
	transition:background-color 0.3s linear;
}
#roksearch_results #roksearch_link {
	float:right;
	padding-right:0;
	margin-top:7px;
	display:block;
	height:16px;
	width:16px;
}
#roksearch_results .arrow-left, #roksearch_results .arrow-left-disabled, #roksearch_results .arrow-right, #roksearch_results .arrow-right-disabled {
	width:12px;
	height:12px;
	position:absolute;
	top:0;
}
#roksearch_results .arrow-left {
	left:0;
	cursor:pointer;
	background-position:0 2px;
}
#roksearch_results .arrow-left-disabled {
	left:0;
	background-position:0 -33px;
}
#roksearch_results .arrow-right {
	left:18px;
	cursor:pointer;
	background-position:0 -15px;
}
#roksearch_results .arrow-right-disabled {
	left:18px;
	background-position:0 -33px;
}
.rg-sc .rg-scr-slide {
	display:block;
}
.rg-sc .rg-scr-info {
	position:relative;
	left:0;
	right:0;
}
.rg-sc .layout-left .rg-scr-info {
	left:0;
}
.rg-sc .layout-right .rg-scr-info {
	right:0;
}
.rg-sc .rg-scr-content {
	position:absolute;
	top:0;
}
.rg-sc .rg-scr-title-span {
	margin:0 0 15px 0;
}
.rg-sc .rg-scr-desc-surround {
	clear:both;
}
.rg-sc .rg-scr-controls .prev {
	left:-40px;
}
.rg-sc .rg-scr-controls .next {
	right:-40px;
}
.rg-sc-slide .rg-sc-title-span {
	margin:0 0 15px 0;
}
.rg-sc-slide .rg-sc-desc-surround {
	clear:both;
}
.com {
	color:#93a1a1;
}
.lit {
	color:#195f91;
}
.pun, .opn, .clo {
	color:#93a1a1;
}
.fun {
	color:#dc322f;
}
.str, .atv {
	color:#dd1144;
}
.kwd, .linenums .tag {
	color:#1e347b;
}
.typ, .atn, .dec, .var {
	color:teal;
}
.pln {
	color:#48484c;
}
.prettyprint {
	padding:8px;
	background-color:#FFFFFF;
	border:1px solid #DFDFDF;
}
.prettyprint.linenums {
	-webkit-box-shadow:40px 0 0 #F5F5F5 inset, 41px 0 0 #DFDFDF inset;
	-moz-box-shadow:40px 0 0 #F5F5F5 inset, 41px 0 0 #DFDFDF inset;
	box-shadow:40px 0 0 #F5F5F5 inset, 41px 0 0 #DFDFDF inset;
}
ol.linenums {
	margin:0 0 0 33px;
	padding-left:0;
}
ol.linenums li {
	padding-left:12px;
	color:#C9822A;
	line-height:18px;
	text-shadow:0 1px 0 #FFFFFF;
}
.rt-image {
	position:relative;
}
.rt-image img {
	max-width:100%;
	height:auto;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
}
.component-content .nov12-home .items-leading {
	margin-bottom:10px;
}
.fp-sidebar-rokgallery .rg-gm-slice {
	background:none;
	box-shadow:none;
	border:0;
	margin:0;
	padding:0;
}
.fp-sidebar-rokgallery .rg-gm-slice-item {
	padding:0;
	border:0;
}
.fp-sidebar-rokgallery .rg-gm-slice-item:hover {
	background:none;
	box-shadow:none;
}
.rt-image-description {
	color:#fff;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	-webkit-transition:opacity 0.1s ease-out;
	-moz-transition:opacity 0.1s ease-out;
	-o-transition:opacity 0.1s ease-out;
	transition:opacity 0.1s ease-out;
}
.rt-image-description span {
	margin-top:25px;
	margin-left:15px;
	line-height:0.5em;
}
.rt-image-description h4 {
	padding:0 15px;
	margin-top:15px;
	margin-bottom:8px;
	font-family:'SourceSansProExtraLight', Helvetica, Arial, sans-serif;
	font-size:2.8em;
	font-weight:normal;
	line-height:1.1em;
}
.rt-image-description p {
	padding:0 15px;
	font-size:1.5em;
}
.rt-image-description a.readon {
	margin-left:15px;
}
.rt-image-description a.readon span {
	margin-left:0;
}
.rt-image:hover .rt-image-description {
	bottom:0;
	opacity:1;
}
ul.rt-demo-footer-menu {
	padding-left:0;
}
ul.rt-demo-footer-menu li {
	list-style-type:none;
	margin-bottom:15px;
		
}
ul.rt-demo-footer-menu li a {
	font-size:1.2em;
	padding:8px 0 8px 40px;
	padding:8px 0 8px 20px;
	background-position:0 -707px;
	/*background-image:url("../images/arrow.png");*/
	background-repeat:no-repeat;
}
.rt-light ul.rt-demo-footer-menu li a {
	/*background-image:url("../images/small-arrows.png")*/;
}
.fp-recent-users .gantry-width-spacer {
	margin:5px;
}
.promo1 {
	font-weight:normal;
	font-size:380%;
	line-height:1.8em;
}
.promo2, .promo3 {
	font-weight:normal;
	letter-spacing:-1px;
	line-height:1.3em;
}
.promo2 {
	font-size:350%;
}
.promo3 {
	font-size:200%;
	opacity:0.5;
}
.rt-big-icon {
	font-size:7.0em;
	line-height:1.0em;
}
.gantry-example {
	position:relative;
	margin:15px 0;
	padding:39px 19px 14px;
*padding-top:19px;
	border-radius:4px;
}
.gantry-example .table, .gantry-example .well, .gantry-example blockquote {
	margin-bottom:5px;
}
.gantry-example .lead {
	font-size:18px;
	line-height:24px;
}
.gantry-example > p:last-child {
	margin-bottom:0;
}
.gantry-example + .prettyprint {
	margin-top:-20px;
	padding-top:15px;
}
.gantry-example:after {
	content:"Example";
	position:absolute;
	top:-1px;
	left:-1px;
	padding:3px 7px;
	font-size:12px;
	font-weight:bold;
	border-radius:4px 0 4px 0;
	font-style:normal;
}
form.gantry-example {
	padding-bottom:19px;
}
.rt-block-link {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
body .rt-center {
	text-align:center;
}
body .rt-noborder {
	border:0 !important;
	box-shadow:none !important;
}
body .rt-floatleft {
	float:left;
	margin-right:15px;
	margin-left:0;
}
body .rt-floatright {
	float:right;
	margin-left:15px;
	margin-right:0;
}
body .normalfont, body .normalfont li {
	font-size:100% !important;
	line-height:inherit !important;
}
body .noitalic {
	font-style:normal !important;
}
body .nobold, body .nobold a, body .nobold li {
	font-weight:normal !important;
}
body .nomarginall, body .rt-block.nomarginall, body ul.nomarginall, body li.nomarginall {
	margin-left:0 !important;
	margin-right:0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}
body .nopaddingall, body .rt-block.nopaddingall, body ul.nopaddingall, body li.nopaddingall {
	padding-left:0 !important;
	padding-right:0 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
}
body .nomargintop, body .rt-block.nomargintop, body ul.nomargintop, body li.nomargintop {
	margin-top:0 !important;
}
body .nomarginbottom, body .rt-block.nomarginbottom, body ul.nomarginbottom, body li.nomarginbottom {
	margin-bottom:0 !important;
}
body .nomarginleft, body .rt-block.nomarginleft, body ul.nomarginleft, body li.nomarginleft {
	margin-left:0 !important;
}
body .nomarginright, body .rt-block.nomarginright, body ul.nomarginright, body li.nomarginright {
	margin-right:0 !important;
}
body .nopaddingtop, body .rt-block.nopaddingtop, body ul.nopaddingtop, body li.nopaddingtop {
	padding-top:0 !important;
}
body .nopaddingbottom, body .rt-block.nopaddingbottom, body ul.nopaddingbottom, body li.nopaddingbottom {
	padding-bottom:0 !important;
}
body .nopaddingleft, body .rt-block.nopaddingleft, body ul.nopaddingleft, body li.nopaddingleft {
	padding-left:0 !important;
}
body .nopaddingright, body .rt-block.nopaddingright, body ul.nopaddingright, body li.nopaddingright {
	padding-right:0 !important;
}
body .smallmarginbottom {
	margin-bottom:5px !important;
}
body .smallmargintop {
	margin-top:5px !important;
}
body .medmarginbottom {
	margin-bottom:10px !important;
}
body .medmargintop {
	margin-top:10px !important;
}
body .largemarginbottom {
	margin-bottom:15px !important;
}
body .largemargintop {
	margin-top:15px !important;
}
body .smallmarginleft {
	margin-left:5px !important;
}
body .smallmarginright {
	margin-right:5px !important;
}
body .medmarginleft {
	margin-left:10px !important;
}
body .medmarginright {
	margin-right:10px !important;
}
body .largemarginleft {
	margin-left:15px !important;
}
body .largemarginright {
	margin-right:15px !important;
}
body .smallpaddingbottom {
	padding-bottom:5px !important;
}
body .smallpaddingtop {
	padding-top:5px !important;
}
body .medpaddingbottom {
	padding-bottom:10px !important;
}
body .medpaddingtop {
	padding-top:10px !important;
}
body .largepaddingbottom {
	padding-bottom:15px !important;
}
body .largepaddingtop {
	padding-top:15px !important;
}
body .smallpaddingleft {
	padding-left:5px !important;
}
body .smallpaddingright {
	padding-right:5px !important;
}
body .medpaddingleft {
	padding-left:10px !important;
}
body .medpaddingright {
	padding-right:10px !important;
}
body .largepaddingleft {
	padding-left:15px !important;
}
body .largepaddingright {
	padding-right:15px !important;
}
body .rt-relative {
	position:relative;
}
body .custom.largepaddingright, body .custom.largepaddingleft, body .custom.largepaddingtop, body .custom.largepaddingbottom, body .custom.medpaddingright, body .custom.medpaddingleft, body .custom.medpaddingtop, body .custom.medpaddingbottom, body .custom.smallpaddingright, body .custom.smallpaddingleft, body .custom.smallpaddingtop, body .custom.smallpaddingbottom, body .custom.largemarginright, body .custom.largemarginleft, body .custom.largemargintop, body .custom.largemarginbottom, body .custom.medmarginright, body .custom.medmarginleft, body .custom.medmargintop, body .custom.medmarginbottom, body .custom.smallmarginright, body .custom.smallmarginleft, body .custom.smallmargintop, body .custom.smallmarginbottom {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}
body .custom.rt-floatleft, body .custom.rt-floatright {
	float:none;
	margin:0 0 0 0 !important;
}
body.rtl .rt-floatleft {
	float:right;
	margin-right:0;
	margin-left:15px;
}
body.rtl .rt-floatright {
	float:left;
	margin-left:0;
	margin-right:15px;
}
body.rtl .nomarginleft, body.rtl .rt-block.nomarginleft, body.rtl ul.nomarginleft, body.rtl li.nomarginleft {
	margin-right:0;
}
body.rtl .nomarginright, body.rtl .rt-block.nomarginright, body.rtl ul.nomarginright, body.rtl li.nomarginright {
	margin-left:0;
}
body.rtl .nopaddingleft, body.rtl .rt-block.nopaddingleft, body.rtl ul.nopaddingleft, body.rtl li.nopaddingleft {
	padding-right:0;
}
body.rtl .nopaddingright, body.rtl .rt-block.nopaddingright, body.rtl ul.nopaddingright, body.rtl li.nopaddingright {
	padding-left:0;
}
body.rtl .smallmarginleft {
	margin-right:5px;
}
body.rtl .smallmarginright {
	margin-left:5px;
}
body.rtl .medmarginleft {
	margin-right:10px;
}
body.rtl .medmarginright {
	margin-left:10px;
}
body.rtl .largemarginleft {
	margin-right:15px;
}
body.rtl .largemarginright {
	margin-left:15px;
}
body.rtl .smallpaddingleft {
	padding-right:5px;
}
body.rtl .smallpaddingright {
	padding-left:5px;
}
body.rtl .medpaddingleft {
	padding-right:10px;
}
body.rtl .medpaddingright {
	padding-left:10px;
}
body.rtl .largepaddingleft {
	padding-right:15px;
}
body.rtl .largepaddingright {
	padding-left:15px;
}
body.rtl .rt-demo-block {
	float:right;
}
#rt-offline-body h1.sitename {
	font-size:500%;
}
#rt-offline-body .offline h1 {
	font-size:300%;
}
#rt-offline-body .offline p {
	font-size:150%;
}
#rt-offline-body .offline-image {
	text-align:center;
}
#rt-offline-body .row {
	text-align:center;
}
#rt-offline-body .row .cell {
	margin:0 auto;
	text-align:left;
}
#rt-error-page .rt-social-buttons {
	display:none !important;
}
#rt-error-page #rt-copyright {
	text-align:center;
}
.rt-error-content {
	margin:15px auto;
	width:auto;
}
.rt-error-content {
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.error-title {
font-size:1.8em;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
.error-title {
font-size:1.8em;
}
}
@media only screen and (max-width: 480px) {
.error-title {
font-size:1.6em;
}
}
small {
	font-size:0.85em;
}
cite {
	font-style:normal;
}
[class^="icon-"], [class*=" icon-"] {
width:auto;
height:auto;
line-height:inherit;
}
ul.menu ul.unstyled {
	margin-left:25px;
}
.input-xxlarge {
	width:97%;
}
.gantry-example .search-query {
	margin-bottom:10px;
}
body #rokstock .title, body .rokstock-tooltip .title {
	font-size:12px;
	line-height:inherit;
	margin:auto;
	padding:inherit;
	font-weight:inherit;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
body #rokstock .rokstock-list .row, body .rokstock-tooltip .rokstock-list .row {
	margin:auto;
	overflow:hidden;
	height:auto;
}
body #rokstock .rokstock-list .row:before, body #rokstock .rokstock-list .row:after, body .rokstock-tooltip .rokstock-list .row:before, body .rokstock-tooltip .rokstock-list .row:after {
	display:none;
	content:none;
	clear:inherit;
}
body #rokstock select, body .rokstock-tooltip select {
	width:auto;
	height:auto;
	line-height:auto;
	margin:0em;
}
body #rokstock input[type="text"], body .rokstock-tooltip input[type="text"] {
	margin-bottom:inherit;
	font-size:12px;
}
body #rokstock .rokstock-add, body .rokstock-tooltip .rokstock-add {
	height:auto;
	padding:1px 5px;
}
body #rokstock .value, body .rokstock-tooltip .value {
	font-size:0.9em;
}
body .rokstock-tooltip .row {
	margin:auto;
	overflow:hidden;
	height:auto;
}
body .rokstock-tooltip .row:before, body .rokstock-tooltip .row:after {
	display:none;
	content:none;
	clear:inherit;
}
body #rokweather .rokweather-wrapper .row {
	margin:auto;
	overflow:hidden;
	height:auto;
}
body #rokweather .rokweather-wrapper .row:before, body #rokweather .rokweather-wrapper .row:after {
	display:none;
	content:none;
	clear:inherit;
}
body #rokweather form {
	margin-bottom:inherit;
}
body .cart_quickcart select {
	width:auto;
	height:auto;
	line-height:auto;
	margin:0em;
}
body .cart_quickcart input[type="text"] {
	margin-bottom:inherit;
	font-size:12px;
	line-height:inherit;
	padding:inherit;
	height:inherit;
}
#phocaMap img, .gmnoprint img, .wk-map img, .SpGeoMapModbasic img {
	max-width:none;
}
.xdebug-var-dump i {
	width:inherit !important;
}
/*.icon-file-add:before, .icon-cancel:before, .icon-eye:before, .icon-location:before, .icon-arrow-up-3:before, .icon-folder-2:before, .icon-checkedout:before, .icon-locked:before, .icon-comments-2:before, .icon-out:before, .icon-redo:before, .icon-file-add:before, .icon-new:before, .icon-apply:before, .icon-pencil-2:before, .icon-folder:before, .icon-pictures:before, .icon-list-view:before, .icon-power-cord:before, .icon-cube:before, .icon-puzzle:before, .icon-tools:before, .icon-options:before, .icon-equalizer:before, .icon-brush:before, .icon-eye:before, .icon-checkbox-unchecked:before, .icon-checkin:before, .icon-checkbox:before, .icon-checkbox-partial:before, .icon-star-2:before, .icon-featured:before, .icon-calendar-2:before, .icon-help:before, .icon-support:before, .icon-warning:before, .icon-publish:before, .icon-checkmark:before, .icon-unpublish:before, .icon-cancel:before, .icon-purge:before, .icon-mail:before, .icon-mail-2:before, .icon-unarchive:before, .icon-drawer:before, .icon-drawer-2:before, .icon-box-add:before, .icon-box-remove:before, .icon-grid-view:before, .icon-grid-view-2:before, .icon-menu:before, .icon-delete:before, .icon-cancel-2:before, .icon-save-new:before, .icon-plus-2:before, .icon-minus-2:before, .icon-quote:before, .icon-quote-2:before, .icon-database:before, .icon-location:before, .icon-expand-2:before, .icon-contract:before, .icon-contract-2:before, .icon-health:before, .icon-wand:before, .icon-unblock:before, .icon-vcard:before, .icon-clock:before, .icon-address:before, .icon-feed:before, .icon-flag-2:before, .icon-pin:before, .icon-lamp:before, .icon-chart:before, .icon-bars:before, .icon-pie:before, .icon-lightning:before, .icon-next:before, .icon-previous:before, .icon-first:before, .icon-last:before, .pagination .icon-forward:before, .pagination .icon-backward:before, .pagination .icon-step-backward:before, .pagination .icon-step-forward:before, .icon-loop:before, .icon-shuffle:before, .icon-arrow-first:before, .icon-arrow-last:before, .icon-uparrow:before, .icon-downarrow:before, .icon-arrow-up-2:before, .icon-arrow-right-2:before, .icon-arrow-down-2:before, .icon-arrow-left-2:before, .icon-play-2:before, .icon-menu-2:before, .icon-arrow-up-3:before, .icon-arrow-right-3:before, .icon-arrow-down-3:before, .icon-arrow-left-3:before, .icon-printer:before, .icon-color-palette:before, .icon-camera-2:before, .icon-file-remove:before, .icon-save-copy:before, .icon-cart:before, .icon-basket:before, .icon-broadcast:before, .icon-screen:before, .icon-mobile:before, .icon-users:before, .icon-out-2:before {
	font-family:'IcoMoon' !important;
}
*/.pagination [class^="icon-"], .pagination [class*=" icon-"] {
width:auto;
height:auto;
line-height:inherit;
}
.gallery {
	float:left;
}
.telugu	{	
	font-family:"Ramabhadra", Times, serif;
	font-size:16px;
	text-align:justify;
}
.homepage_heading{
	font-family:"Ramabhadra", Times, serif !important;
	 font-size:1.2em !important;
	  color:#f94b4b;
	  	 font-weight:bold;}
		 
/* image mouse over zoom effect start  */
.zoom_img img {
	/*margin:50px;
 height:auto; 
width:auto;*/
-moz-transition:-moz-transform 0.5s ease-in;
	-webkit-transition:-webkit-transform 0.5s ease-in;
	-o-transition:-o-transform 0.5s ease-in;
}
.zoom_img img:hover {
	-moz-transform:scale(1.04);
	-webkit-transform:scale(1.04);
	-o-transform:scale(1.04);
}
/* image mouse over zoom effect end */		 
/*** master_2020.css Ends ***/
/*** mediaqueries.css Starts ***/
@media only screen and (min-width: 1200px){.visible-large{display:inherit !important;}.hidden-large{display:none !important;}.visible-desktop{display:inherit !important;}.hidden-desktop{display:none !important;}}@media only screen and (min-width: 960px) and (max-width: 1199px){.visible-large{display:none !important;}.hidden-large{display:inherit !important;}.visible-desktop{display:inherit !important;}.hidden-desktop{display:none !important;}.title,.component-content h2{font-size:2.4em;}.rt-block.icon-large[class^="icon-"]:before,.rt-block.icon-large[class*=" icon-"]:before{font-size:8em;}body .layout-showcase .sprocket-features-content{width:30%;}body .layout-showcase .sprocket-features-img-container{width:66%;}body .layout-showcase .sprocket-features-title{font-size:260%;}body .layout-showcase .sprocket-features-desc{margin-top:15px;}body .layout-showcase .sprocket-features-desc > span{font-size:1em;}body .layout-showcase .sprocket-features-pagination li{width:24px;height:24px;}body .layout-showcase .sprocket-features-pagination li span{line-height:24px;}body .layout-showcase .sprocket-features-arrows{bottom:55px;}body .promo1{font-size:350%;}body .promo2{font-size:300%;}body .promo3{font-size:150%;}body .rt-image-description span{margin-top:15px;}body .rt-image-description .rt-big-icon{font-size:5.5em;}body .rt-image-description h4{font-size:2em;margin-top:10px;}body .rt-image-description p{font-size:1.2em;}}@media (min-width: 1199px) and (max-width: 1345px){.rt-social-buttons{display:none;}}@media (min-width: 960px) and (max-width: 1085px){.rt-social-buttons{display:none;}}@media (min-width: 768px) and (max-width: 891px){.rt-social-buttons{display:none;}}@media (min-width: 768px) and (max-width: 959px){.visible-tablet{display:inherit !important;}.hidden-tablet{display:none !important;}.hidden-desktop{display:inherit !important;}.visible-desktop{display:none !important;}.visible-large{display:none !important;}.hidden-large{display:inherit !important;}body h1,body h2,body h3{font-size:200%;}body h1.title,body h2.title,body h3.title{font-size:200%;}.rt-block.icon-large[class^="icon-"]:before,.rt-block.icon-large[class*=" icon-"]:before{font-size:7em;}body .layout-showcase .sprocket-features-title{font-size:195%;}body .layout-showcase .sprocket-features-pagination li{width:24px;height:24px;}body .layout-showcase .sprocket-features-pagination li span{line-height:24px;}body .layout-showcase .sprocket-features-arrows{bottom:55px;}body .layout-showcase .sprocket-features-content{width:29%;}body .layout-showcase .sprocket-features-content .sprocket-features-desc{font-size:83%;}body .layout-showcase .sprocket-features-content .readon{padding:0 15px;background-position:108px -1002px;}body .layout-showcase .sprocket-features-content .readon:hover{background-position:108px -1089px;}.layout-showcase.sprocket-features .sprocket-features-arrows .arrow{top:inherit;width:30px;height:30px;background-image:url(../images/dark/small-arrows.png);}.layout-showcase.sprocket-features .sprocket-features-arrows .arrow.next{background-position:0 -198px;right:10px;top:50%;}.layout-showcase.sprocket-features .sprocket-features-arrows .arrow.next:hover{background-position:0 -712px;}.layout-showcase.sprocket-features .sprocket-features-arrows .arrow.prev{background-position:0 -370px;left:inherit;left:34.8%;top:50%;}.layout-showcase.sprocket-features .sprocket-features-arrows .arrow.prev:hover{background-position:0 -896px;}body .sprocket-tabs-nav li .sprocket-tabs-inner{font-size:90%;padding:6px 8px;}body #contact-form legend{font-size:1em;line-height:2em;width:500px;padding-bottom:15px;}body #contact-form textarea{width:300px !important;resize:none;}body #k2Container h2,body #k2Container h2 a,body #k2Container h3,body #k2Container h3 a{font-size:1.5em !important;}body #k2Container .subCategoryContainer,body #k2Container .itemContainer,body #k2Container .latestItemsContainer{width:100% !important;float:none;}body #k2Container.itemListView .itemListCategory h2,body #k2Container.latestView .latestItemsCategory h2{margin:10px 0;}body #k2Container.itemListView .itemListSubCategories .subCategory h2{margin:10px 0;}body #k2Container.itemListView .itemListSubCategories .subCategory{margin-bottom:5px !important;}body #k2Container.itemView .itemToolbar,body #k2Container.itemView .itemRatingBlock,body #k2Container.itemView .itemAuthorLatest,body #k2Container.itemView .itemRelated{width:100% !important;float:none;}body .promo1{font-size:300%;}body .promo2{font-size:250%;}body .promo3{font-size:120%;}body .rt-image-description span{margin-top:10px;}body .rt-image-description .rt-big-icon{font-size:3.5em;}body .rt-image-description h4{font-size:1.7em;margin-top:5px;margin-bottom:5px;}body .rt-image-description p{font-size:1em;margin-bottom:5px;}}@media only screen and (min-width: 768px){.rt-menu-mobile{display:none;}}@media (max-width: 767px){body{padding:0;}.visible-phone{display:inherit !important;}.hidden-phone{display:none !important;}.hidden-desktop{display:inherit !important;}.visible-desktop{display:none !important;}.hidden-large{display:inherit !important;}.visible-large{display:none !important;}.logo-block #rt-logo{margin:0 auto;}body .component-content .column-1,body .component-content .column-2,body .component-content .column-3,body .component-content .column-4{width:100% !important;float:none !important;margin:0 !important;}.side-panel-container{display:none;}body .layout-showcase.sprocket-features .sprocket-features-title{font-size:170%;}body .layout-showcase.sprocket-features .sprocket-features-pagination{display:none;}body .layout-showcase.sprocket-features .sprocket-features-content{float:none;width:auto;margin-top:10px;}body .layout-showcase.sprocket-features .sprocket-features-img-container{float:none;width:100%;margin-left:0;position:static;}body .layout-showcase.sprocket-features .sprocket-features-desc{display:none;}body .layout-showcase.sprocket-features .sprocket-features-arrows{bottom:19px;width:70px;position:absolute;right:10px;left:inherit;}body .layout-showcase.sprocket-features .sprocket-features-arrows .arrow{top:inherit;width:30px;height:30px;background-image:url(../images/dark/small-arrows.png);}body .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.next{right:0;background-position:0 -198px;}body .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.next:hover{background-position:0 -712px;}body .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.prev{left:0;background-position:0 -370px;}body .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.prev:hover{background-position:0 -896px;}.gantry-width-20,.gantry-width-25,.gantry-width-30,.gantry-width-33,.gantry-width-40,.gantry-width-50,.gantry-width-60,.gantry-width-66,.gantry-width-70,.gantry-width-75,.gantry-width-80{width:100%;}.gantry-width-spacer{margin:5px;}.row{margin:0;display:block;}.row .cell{display:block;width:100%;}.form-horizontal .control-group .control-label{float:none;width:auto;text-align:left;}.form-horizontal .control-group .controls{margin-left:0;}select{width:100%;}.rt-social-buttons{display:none;}}@media (min-width: 481px) and (max-width: 650px){body .sprocket-features .sprocket-features-arrows{bottom:19px;width:70px;position:absolute;right:10px;left:inherit;}body .sprocket-features .sprocket-features-arrows .arrow{top:inherit;width:30px;height:30px;background-image:url(../images/dark/small-arrows.png);}body .sprocket-features .sprocket-features-arrows .arrow.next{right:0;background-position:0 -198px;}body .sprocket-features .sprocket-features-arrows .arrow.next:hover{background-position:0 -712px;}body .sprocket-features .sprocket-features-arrows .arrow.prev{left:0;background-position:0 -370px;}body .sprocket-features .sprocket-features-arrows .arrow.prev:hover{background-position:0 -896px;}}@media only screen and (min-width: 481px) and (max-width: 767px){.title,.component-content h2{font-size:265%;}body .layout-slideshow .sprocket-features-pagination{display:none;}body .layout-slideshow .sprocket-features-img-container{width:100%;float:none;margin-left:0;}body .layout-slideshow .sprocket-features-arrows{bottom:41px;width:70px;position:relative;left:80%;}body .layout-slideshow .sprocket-features-arrows .arrow{top:inherit;width:30px;height:30px;background-image:url(../images/dark/small-arrows.png);}body .layout-slideshow .sprocket-features-arrows .arrow.next{background-position:0 -198px;}body .layout-slideshow .sprocket-features-arrows .arrow.next:hover{background-position:0 -712px;}body .layout-slideshow .sprocket-features-arrows .arrow.prev{background-position:0 -370px;}body .layout-slideshow .sprocket-features-arrows .arrow.prev:hover{background-position:0 -896px;}body .sprocket-tabs-nav li .sprocket-tabs-inner{font-size:100%;padding:6px 10px;}body .sprocket-mosaic .sprocket-mosaic-title{font-size:125%;}body .sprocket-mosaic .sprocket-mosaic-title a{font-size:125%;}body .sprocket-mosaic .sprocket-mosaic-header{padding:10px 8px;}body .sprocket-mosaic .sprocket-mosaic-order li,body .sprocket-mosaic .sprocket-mosaic-filter li{padding:1px 6px;font-size:1em;}body .sprocket-mosaic .sprocket-readmore,body .sprocket-mosaic .sprocket-mosaic-tags{font-size:85%;}body .sprocket-mosaic-columns-1 li,body .sprocket-mosaic-columns-2 li,body .sprocket-mosaic-columns-3 li,body .sprocket-mosaic-columns-4 li,body .sprocket-mosaic-columns-5 li,body .sprocket-mosaic-columns-6 li{width:50%;}body #k2Container h2,body #k2Container h2 a,body #k2Container h3,body #k2Container h3 a{font-size:1.3em !important;}body #k2Container .subCategoryContainer,body #k2Container .itemContainer,body #k2Container .latestItemsContainer{width:100% !important;float:none;}body #k2Container.itemListView .itemListCategory h2,body #k2Container.latestView .latestItemsCategory h2{margin:5px 0;}body #k2Container.itemListView .itemListSubCategories .subCategory h2{margin:5px 0;}body #k2Container.itemListView .itemListSubCategories .subCategory{margin-bottom:5px !important;}body #k2Container.itemView .itemToolbar,body #k2Container.itemView .itemRatingBlock,body #k2Container.itemView .itemAuthorLatest,body #k2Container.itemView .itemRelated{width:100% !important;float:none;}body .promo1{font-size:250%;}body .promo2{font-size:200%;}body .promo3{font-size:100%;}}@media only screen and (max-width: 480px){.title,.component-content h2{font-size:200%;}.input-xxlarge,.input-xlarge,.input-large{width:100%;}input.span2,textarea.span2,.uneditable-input.span2{width:90px;}.rt-block.icon-large[class^="icon-"]:before,.rt-block.icon-large[class*=" icon-"]:before{font-size:7em;}body .layout-showcase{margin:-10px -30px -25px -29px;}body .layout-showcase .sprocket-features-pagination{display:none;}body .layout-showcase .sprocket-features-img-container{width:100%;float:none;margin-left:0;}body .layout-showcase .sprocket-features-arrows{bottom:19px;width:70px;position:absolute;right:10px;left:inherit;}body .layout-showcase .sprocket-features-arrows .arrow{top:inherit;width:30px;height:30px;background-image:url(../images/dark/small-arrows.png);}body .layout-showcase .sprocket-features-arrows .arrow.next{right:0;background-position:0 -198px;}body .layout-showcase .sprocket-features-arrows .arrow.next:hover{background-position:0 -712px;}body .layout-showcase .sprocket-features-arrows .arrow.prev{left:0;background-position:0 -370px;}body .layout-showcase .sprocket-features-arrows .arrow.prev:hover{background-position:0 -896px;}body .sprocket-mosaic{margin:-25px -35px 0 -34px;}body .sprocket-mosaic .sprocket-mosaic-header{padding:10px 8px;}body .sprocket-mosaic .sprocket-mosaic-filter li{padding:1px 6px;font-size:0.75em;margin-right:6px;}body .sprocket-mosaic .sprocket-mosaic-order li{padding:1px 6px;font-size:0.75em;margin-left:6px;}body .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding{background-image:none;}body .sprocket-mosaic-columns-1 li,body .sprocket-mosaic-columns-2 li,body .sprocket-mosaic-columns-3 li,body .sprocket-mosaic-columns-4 li,body .sprocket-mosaic-columns-5 li,body .sprocket-mosaic-columns-6 li{width:100%;}.sprocket-tabs-nav li{width:100%;}#roksearch_results{width:auto;}body #contact-form legend{font-size:1em;line-height:2em;width:220px;padding-bottom:15px;}body #contact-form fieldset dt,body #contact-form fieldset dd{float:none !important;}body #contact-form textarea{width:205px !important;resize:none;}body #k2Container h2,body #k2Container h2 a,body #k2Container h3,body #k2Container h3 a{font-size:1.0em !important;}body #k2Container .subCategoryContainer,body #k2Container .itemContainer,body #k2Container .latestItemsContainer{width:100% !important;float:none;}body #k2Container.itemListView .itemListCategory h2,body #k2Container.latestView .latestItemsCategory h2{margin:5px 0;}body #k2Container.itemListView .itemListSubCategories .subCategory h2{margin:5px 0;}body #k2Container.itemListView .itemListSubCategories .subCategory{margin-bottom:5px !important;}body #k2Container.itemView .itemToolbar,body #k2Container.itemView .itemRatingBlock,body #k2Container.itemView .itemAuthorLatest,body #k2Container.itemView .itemRelated{width:100% !important;float:none;}body .promo1{font-size:200%;}body .promo2{font-size:150%;}body .promo3{font-size:100%;}}
/*** mediaqueries.css Ends ***/
/*** flexslider.css Starts ***/
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*body {
	background: url(../images/body.png) repeat left top;
	font-family: 'Georgia', 'Arial', sans-serif;
	margin: 0;
	padding: 0;
}*/
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
}
.flexslider .slides li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%;
	width: 100%;
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
}
.flexslider .slides li {
	position: relative;
	width: 100%;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {
	position: relative;
}
/* Caption style */
.flex-caption {
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 15px;
	line-height: 18px;
}
/* Direction Nav */
.flex-direction-nav li a {
	width:37px;
	height: 77px;
	margin: -50px 0 0;
	display: block;
	background: url(../images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {
	background-position: -37px 0;
	right: 0px;
}
.flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 0px;
}
/* Control Nav */
.flex-control-nav {
	margin-left: 0px;
	position: absolute;
	bottom: 15px;
	left: 50%;
} 
.flex-control-nav li {
	margin: 0 0 0 5px;
	float: left;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	background: url(../images/bg_control_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -13px;
}
.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}
/*** flexslider.css Ends  ***/
/*** bootstrap_2020.css Starts ***/
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}
*,
*::before,
*::after{/*box-sizing:border-box;*/}
html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;}
@-ms-viewport{width:device-width;}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section{display:block;}
body{margin:0;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;}
[tabindex="-1"]:focus{outline:0 !important;}
hr{box-sizing:content-box;height:0;overflow:visible;}
h1, h2, h3, h4, h5, h6{margin-top:0;margin-bottom:0.5rem;}
p{margin-top:0;margin-bottom:1rem;}
abbr[title],
abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;}
address{margin-bottom:1rem;font-style:normal;line-height:inherit;}
ol,
ul,
dl{margin-top:0;margin-bottom:1rem;}
ol ol,
ul ul,
ol ul,
ul ol{margin-bottom:0;}
dt{font-weight:700;}
dd{margin-bottom:.5rem;margin-left:0;}
blockquote{margin:0 0 1rem;}
dfn{font-style:italic;}
b,
strong{font-weight:bolder;}
small{font-size:80%;}
sub,
sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sub{bottom:-.25em;}
sup{top:-.5em;}
a{color:black;text-decoration:none;-webkit-text-decoration-skip:objects;font-weight:500;}
a:hover{text-decoration:none;}
a:not([href]):not([tabindex]){text-decoration:none;}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none;}
a:not([href]):not([tabindex]):focus{outline:0;}
pre,
code,
kbd,
samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em;}
pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar;}
figure{margin:0 0 1rem;}
img{vertical-align:middle;border-style:none;}
svg:not(:root){overflow:hidden;}
table{border-collapse:collapse;}
caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#6c757d;text-align:left;caption-side:bottom;}
th{text-align:inherit;}
label{display:inline-block;margin-bottom:0.5rem;}
button{border-radius:0;}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
input,
button,
select,
optgroup,
textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button,
input{overflow:visible;}
button,
select{text-transform:none;}
button,
html [type="button"],
[type="reset"],
[type="submit"]{-webkit-appearance:button;}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{padding:0;border-style:none;}
input[type="radio"],
input[type="checkbox"]{box-sizing:border-box;padding:0;}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"]{-webkit-appearance:listbox;}
textarea{overflow:auto;resize:vertical;}
fieldset{min-width:0;padding:0;margin:0;border:0;}
legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal;}
progress{vertical-align:baseline;}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{height:auto;}
[type="search"]{outline-offset:-2px;-webkit-appearance:none;}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;}
output{display:inline-block;}
summary{display:list-item;cursor:pointer;}
template{display:none;}
[hidden]{display:none !important;}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{margin-bottom:0.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
h1, .h1{font-size:2.5rem;}
h2, .h2{font-size:2rem;}
h3, .h3{font-size:1.75rem;}
h4, .h4{font-size:1.5rem;}
h5, .h5{font-size:1.25rem;}
h6, .h6{font-size:1rem;}
.lead{font-size:1.25rem;font-weight:300;}
.display-1{font-size:6rem;font-weight:300;line-height:1.2;}
.display-2{font-size:5.5rem;font-weight:300;line-height:1.2;}
.display-3{font-size:4.5rem;font-weight:300;line-height:1.2;}
.display-4{font-size:3.5rem;font-weight:300;line-height:1.2;}
hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0, 0, 0, 0.1);}
small,
.small{font-size:80%;font-weight:400;}
mark,
.mark{padding:0.2em;background-color:#fcf8e3;}
.list-unstyled{padding-left:0;list-style:none;}
.list-inline{padding-left:0;list-style:none;}
.list-inline-item{display:inline-block;}
.list-inline-item:not(:last-child){margin-right:0.5rem;}
.initialism{font-size:90%;text-transform:uppercase;}
.blockquote{margin-bottom:1rem;font-size:1.25rem;}
.blockquote-footer{display:block;font-size:80%;color:#6c757d;}
.blockquote-footer::before{content:"\2014 \00A0";}
.img-fluid{max-width:100%;height:auto;}
.img-thumbnail{padding:0.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0.25rem;max-width:100%;}
.figure{display:inline-block;}
.figure-img{margin-bottom:0.5rem;line-height:1;}
.figure-caption{font-size:90%;color:#6c757d;}
code{font-size:87.5%;color:#e83e8c;word-break:break-word;}
a > code{color:inherit;}
kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:0.2rem;}
kbd kbd{padding:0;font-size:100%;font-weight:700;}
pre{display:block;font-size:87.5%;color:#212529;}
pre code{font-size:inherit;color:inherit;word-break:normal;}
.pre-scrollable{max-height:340px;overflow-y:scroll;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:576px){.container{max-width:540px;}
}
@media (min-width:768px){.container{max-width:720px;}
}
@media (min-width:992px){.container{max-width:960px;}
}
@media (min-width:1200px){.container{max-width:1140px;}
}
.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.no-gutters{margin-right:0;margin-left:0;}
.no-gutters > .col,
.no-gutters > [class*="col-"]{padding-right:0;padding-left:0;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}
.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-first{-ms-flex-order:-1;order:-1;}
.order-last{-ms-flex-order:13;order:13;}
.order-0{-ms-flex-order:0;order:0;}
.order-1{-ms-flex-order:1;order:1;}
.order-2{-ms-flex-order:2;order:2;}
.order-3{-ms-flex-order:3;order:3;}
.order-4{-ms-flex-order:4;order:4;}
.order-5{-ms-flex-order:5;order:5;}
.order-6{-ms-flex-order:6;order:6;}
.order-7{-ms-flex-order:7;order:7;}
.order-8{-ms-flex-order:8;order:8;}
.order-9{-ms-flex-order:9;order:9;}
.order-10{-ms-flex-order:10;order:10;}
.order-11{-ms-flex-order:11;order:11;}
.order-12{-ms-flex-order:12;order:12;}
.offset-1{margin-left:8.333333%;}
.offset-2{margin-left:16.666667%;}
.offset-3{margin-left:25%;}
.offset-4{margin-left:33.333333%;}
.offset-5{margin-left:41.666667%;}
.offset-6{margin-left:50%;}
.offset-7{margin-left:58.333333%;}
.offset-8{margin-left:66.666667%;}
.offset-9{margin-left:75%;}
.offset-10{margin-left:83.333333%;}
.offset-11{margin-left:91.666667%;}
@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}
.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-sm-first{-ms-flex-order:-1;order:-1;}
.order-sm-last{-ms-flex-order:13;order:13;}
.order-sm-0{-ms-flex-order:0;order:0;}
.order-sm-1{-ms-flex-order:1;order:1;}
.order-sm-2{-ms-flex-order:2;order:2;}
.order-sm-3{-ms-flex-order:3;order:3;}
.order-sm-4{-ms-flex-order:4;order:4;}
.order-sm-5{-ms-flex-order:5;order:5;}
.order-sm-6{-ms-flex-order:6;order:6;}
.order-sm-7{-ms-flex-order:7;order:7;}
.order-sm-8{-ms-flex-order:8;order:8;}
.order-sm-9{-ms-flex-order:9;order:9;}
.order-sm-10{-ms-flex-order:10;order:10;}
.order-sm-11{-ms-flex-order:11;order:11;}
.order-sm-12{-ms-flex-order:12;order:12;}
.offset-sm-0{margin-left:0;}
.offset-sm-1{margin-left:8.333333%;}
.offset-sm-2{margin-left:16.666667%;}
.offset-sm-3{margin-left:25%;}
.offset-sm-4{margin-left:33.333333%;}
.offset-sm-5{margin-left:41.666667%;}
.offset-sm-6{margin-left:50%;}
.offset-sm-7{margin-left:58.333333%;}
.offset-sm-8{margin-left:66.666667%;}
.offset-sm-9{margin-left:75%;}
.offset-sm-10{margin-left:83.333333%;}
.offset-sm-11{margin-left:91.666667%;}
}
@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}
.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-md-first{-ms-flex-order:-1;order:-1;}
.order-md-last{-ms-flex-order:13;order:13;}
.order-md-0{-ms-flex-order:0;order:0;}
.order-md-1{-ms-flex-order:1;order:1;}
.order-md-2{-ms-flex-order:2;order:2;}
.order-md-3{-ms-flex-order:3;order:3;}
.order-md-4{-ms-flex-order:4;order:4;}
.order-md-5{-ms-flex-order:5;order:5;}
.order-md-6{-ms-flex-order:6;order:6;}
.order-md-7{-ms-flex-order:7;order:7;}
.order-md-8{-ms-flex-order:8;order:8;}
.order-md-9{-ms-flex-order:9;order:9;}
.order-md-10{-ms-flex-order:10;order:10;}
.order-md-11{-ms-flex-order:11;order:11;}
.order-md-12{-ms-flex-order:12;order:12;}
.offset-md-0{margin-left:0;}
.offset-md-1{margin-left:8.333333%;}
.offset-md-2{margin-left:16.666667%;}
.offset-md-3{margin-left:25%;}
.offset-md-4{margin-left:33.333333%;}
.offset-md-5{margin-left:41.666667%;}
.offset-md-6{margin-left:50%;}
.offset-md-7{margin-left:58.333333%;}
.offset-md-8{margin-left:66.666667%;}
.offset-md-9{margin-left:75%;}
.offset-md-10{margin-left:83.333333%;}
.offset-md-11{margin-left:91.666667%;}
}
@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}
.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-lg-first{-ms-flex-order:-1;order:-1;}
.order-lg-last{-ms-flex-order:13;order:13;}
.order-lg-0{-ms-flex-order:0;order:0;}
.order-lg-1{-ms-flex-order:1;order:1;}
.order-lg-2{-ms-flex-order:2;order:2;}
.order-lg-3{-ms-flex-order:3;order:3;}
.order-lg-4{-ms-flex-order:4;order:4;}
.order-lg-5{-ms-flex-order:5;order:5;}
.order-lg-6{-ms-flex-order:6;order:6;}
.order-lg-7{-ms-flex-order:7;order:7;}
.order-lg-8{-ms-flex-order:8;order:8;}
.order-lg-9{-ms-flex-order:9;order:9;}
.order-lg-10{-ms-flex-order:10;order:10;}
.order-lg-11{-ms-flex-order:11;order:11;}
.order-lg-12{-ms-flex-order:12;order:12;}
.offset-lg-0{margin-left:0;}
.offset-lg-1{margin-left:8.333333%;}
.offset-lg-2{margin-left:16.666667%;}
.offset-lg-3{margin-left:25%;}
.offset-lg-4{margin-left:33.333333%;}
.offset-lg-5{margin-left:41.666667%;}
.offset-lg-6{margin-left:50%;}
.offset-lg-7{margin-left:58.333333%;}
.offset-lg-8{margin-left:66.666667%;}
.offset-lg-9{margin-left:75%;}
.offset-lg-10{margin-left:83.333333%;}
.offset-lg-11{margin-left:91.666667%;}
}
@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;}
.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}
.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-xl-first{-ms-flex-order:-1;order:-1;}
.order-xl-last{-ms-flex-order:13;order:13;}
.order-xl-0{-ms-flex-order:0;order:0;}
.order-xl-1{-ms-flex-order:1;order:1;}
.order-xl-2{-ms-flex-order:2;order:2;}
.order-xl-3{-ms-flex-order:3;order:3;}
.order-xl-4{-ms-flex-order:4;order:4;}
.order-xl-5{-ms-flex-order:5;order:5;}
.order-xl-6{-ms-flex-order:6;order:6;}
.order-xl-7{-ms-flex-order:7;order:7;}
.order-xl-8{-ms-flex-order:8;order:8;}
.order-xl-9{-ms-flex-order:9;order:9;}
.order-xl-10{-ms-flex-order:10;order:10;}
.order-xl-11{-ms-flex-order:11;order:11;}
.order-xl-12{-ms-flex-order:12;order:12;}
.offset-xl-0{margin-left:0;}
.offset-xl-1{margin-left:8.333333%;}
.offset-xl-2{margin-left:16.666667%;}
.offset-xl-3{margin-left:25%;}
.offset-xl-4{margin-left:33.333333%;}
.offset-xl-5{margin-left:41.666667%;}
.offset-xl-6{margin-left:50%;}
.offset-xl-7{margin-left:58.333333%;}
.offset-xl-8{margin-left:66.666667%;}
.offset-xl-9{margin-left:75%;}
.offset-xl-10{margin-left:83.333333%;}
.offset-xl-11{margin-left:91.666667%;}
}
.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent;}
.table th,
.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #dee2e6;}
.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6;}
.table tbody + tbody{border-top:2px solid #dee2e6;}
.table .table{background-color:#fff;}
.table-sm th,
.table-sm td{padding:0.3rem;}
.table-bordered{border:1px solid #dee2e6;}
.table-bordered th,
.table-bordered td{border:1px solid #dee2e6;}
.table-bordered thead th,
.table-bordered thead td{border-bottom-width:2px;}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody{border:0;}
.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0, 0, 0, 0.05);}
.table-hover tbody tr:hover{background-color:rgba(0, 0, 0, 0.075);}
.table-primary,
.table-primary > th,
.table-primary > td{background-color:#b8daff;}
.table-hover .table-primary:hover{background-color:#9fcdff;}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th{background-color:#9fcdff;}
.table-secondary,
.table-secondary > th,
.table-secondary > td{background-color:#d6d8db;}
.table-hover .table-secondary:hover{background-color:#c8cbcf;}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th{background-color:#c8cbcf;}
.table-success,
.table-success > th,
.table-success > td{background-color:#c3e6cb;}
.table-hover .table-success:hover{background-color:#b1dfbb;}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th{background-color:#b1dfbb;}
.table-info,
.table-info > th,
.table-info > td{background-color:#bee5eb;}
.table-hover .table-info:hover{background-color:#abdde5;}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th{background-color:#abdde5;}
.table-warning,
.table-warning > th,
.table-warning > td{background-color:#ffeeba;}
.table-hover .table-warning:hover{background-color:#ffe8a1;}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th{background-color:#ffe8a1;}
.table-danger,
.table-danger > th,
.table-danger > td{background-color:#f5c6cb;}
.table-hover .table-danger:hover{background-color:#f1b0b7;}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th{background-color:#f1b0b7;}
.table-light,
.table-light > th,
.table-light > td{background-color:#fdfdfe;}
.table-hover .table-light:hover{background-color:#ececf6;}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th{background-color:#ececf6;}
.table-dark,
.table-dark > th,
.table-dark > td{background-color:#c6c8ca;}
.table-hover .table-dark:hover{background-color:#b9bbbe;}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th{background-color:#b9bbbe;}
.table-active,
.table-active > th,
.table-active > td{background-color:rgba(0, 0, 0, 0.075);}
.table-hover .table-active:hover{background-color:rgba(0, 0, 0, 0.075);}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th{background-color:rgba(0, 0, 0, 0.075);}
.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e;}
.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6;}
.table-dark{color:#fff;background-color:#212529;}
.table-dark th,
.table-dark td,
.table-dark thead th{border-color:#32383e;}
.table-dark.table-bordered{border:0;}
.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255, 255, 255, 0.05);}
.table-dark.table-hover tbody tr:hover{background-color:rgba(255, 255, 255, 0.075);}
@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive-sm > .table-bordered{border:0;}
}
@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive-md > .table-bordered{border:0;}
}
@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive-lg > .table-bordered{border:0;}
}
@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive-xl > .table-bordered{border:0;}
}
.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive > .table-bordered{border:0;}
.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none;}
}
.form-control::-ms-expand{background-color:transparent;border:0;}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1;}
.form-control::-moz-placeholder{color:#6c757d;opacity:1;}
.form-control:-ms-input-placeholder{color:#6c757d;opacity:1;}
.form-control::-ms-input-placeholder{color:#6c757d;opacity:1;}
.form-control::placeholder{color:#6c757d;opacity:1;}
.form-control:disabled, .form-control[readonly]{background-color:#e9ecef;opacity:1;}
select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px);}
select.form-control:focus::-ms-value{color:#495057;background-color:#fff;}
.form-control-file,
.form-control-range{display:block;width:100%;}
.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5;}
.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5;}
.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5;}
.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0;}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn{padding-right:0;padding-left:0;}
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0.2rem;}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]){height:calc(1.8125rem + 2px);}
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0.3rem;}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]){height:calc(2.875rem + 2px);}
.form-group{margin-bottom:1rem;}
.form-text{display:block;margin-top:0.25rem;}
.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px;}
.form-row > .col,
.form-row > [class*="col-"]{padding-right:5px;padding-left:5px;}
.form-check{position:relative;display:block;padding-left:1.25rem;}
.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem;}
.form-check-input:disabled ~ .form-check-label{color:#6c757d;}
.form-check-label{margin-bottom:0;}
.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem;}
.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0;}
.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745;}
.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40, 167, 69, 0.8);border-radius:.2rem;}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid{border-color:#28a745;}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.25);}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip{display:block;}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip{display:block;}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label{color:#28a745;}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip{display:block;}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label{color:#28a745;}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before{background-color:#71dd8a;}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip{display:block;}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#34ce57;}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before{box-shadow:0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745;}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before{border-color:inherit;}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip{display:block;}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label{box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.25);}
.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545;}
.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220, 53, 69, 0.8);border-radius:.2rem;}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid{border-color:#dc3545;}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 0.2rem rgba(220, 53, 69, 0.25);}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip{display:block;}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip{display:block;}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label{color:#dc3545;}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip{display:block;}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545;}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#efa2a9;}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip{display:block;}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#e4606d;}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before{box-shadow:0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545;}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before{border-color:inherit;}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip{display:block;}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label{box-shadow:0 0 0 0.2rem rgba(220, 53, 69, 0.25);}
.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;}
.form-inline .form-check{width:100%;}
@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0;}
.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0;}
.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;}
.form-inline .form-control-plaintext{display:inline-block;}
.form-inline .input-group,
.form-inline .custom-select{width:auto;}
.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0;}
.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0;}
.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.form-inline .custom-control-label{margin-bottom:0;}
}
.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:0.25rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
@media screen and (prefers-reduced-motion:reduce){.btn{transition:none;}
}
.btn:hover, .btn:focus{text-decoration:none;}
.btn:focus, .btn.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.btn.disabled, .btn:disabled{opacity:0.65;}
.btn:not(:disabled):not(.disabled){cursor:pointer;}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active{background-image:none;}
a.btn.disabled,
fieldset:disabled a.btn{pointer-events:none;}
.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff;}
.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;}
.btn-primary:focus, .btn-primary.focus{box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.5);}
.btn-primary.disabled, .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff;}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf;}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.5);}
.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d;}
.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62;}
.btn-secondary:focus, .btn-secondary.focus{box-shadow:0 0 0 0.2rem rgba(108, 117, 125, 0.5);}
.btn-secondary.disabled, .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b;}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(108, 117, 125, 0.5);}
.btn-success{color:#fff;background-color:#28a745;border-color:#28a745;}
.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34;}
.btn-success:focus, .btn-success.focus{box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.5);}
.btn-success.disabled, .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745;}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430;}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.5);}
.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}
.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b;}
.btn-info:focus, .btn-info.focus{box-shadow:0 0 0 0.2rem rgba(23, 162, 184, 0.5);}
.btn-info.disabled, .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f;}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(23, 162, 184, 0.5);}
.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107;}
.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00;}
.btn-warning:focus, .btn-warning.focus{box-shadow:0 0 0 0.2rem rgba(255, 193, 7, 0.5);}
.btn-warning.disabled, .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107;}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500;}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255, 193, 7, 0.5);}
.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545;}
.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130;}
.btn-danger:focus, .btn-danger.focus{box-shadow:0 0 0 0.2rem rgba(220, 53, 69, 0.5);}
.btn-danger.disabled, .btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545;}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d;}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(220, 53, 69, 0.5);}
.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa;}
.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;}
.btn-light:focus, .btn-light.focus{box-shadow:0 0 0 0.2rem rgba(248, 249, 250, 0.5);}
.btn-light.disabled, .btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa;}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df;}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(248, 249, 250, 0.5);}
.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40;}
.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124;}
.btn-dark:focus, .btn-dark.focus{box-shadow:0 0 0 0.2rem rgba(52, 58, 64, 0.5);}
.btn-dark.disabled, .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40;}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d;}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(52, 58, 64, 0.5);}
.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff;}
.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff;}
.btn-outline-primary:focus, .btn-outline-primary.focus{box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.5);}
.btn-outline-primary.disabled, .btn-outline-primary:disabled{color:#007bff;background-color:transparent;}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff;}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.5);}
.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d;}
.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d;}
.btn-outline-secondary:focus, .btn-outline-secondary.focus{box-shadow:0 0 0 0.2rem rgba(108, 117, 125, 0.5);}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent;}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d;}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(108, 117, 125, 0.5);}
.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745;}
.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745;}
.btn-outline-success:focus, .btn-outline-success.focus{box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.5);}
.btn-outline-success.disabled, .btn-outline-success:disabled{color:#28a745;background-color:transparent;}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745;}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.5);}
.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8;}
.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}
.btn-outline-info:focus, .btn-outline-info.focus{box-shadow:0 0 0 0.2rem rgba(23, 162, 184, 0.5);}
.btn-outline-info.disabled, .btn-outline-info:disabled{color:#17a2b8;background-color:transparent;}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8;}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(23, 162, 184, 0.5);}
.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107;}
.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107;}
.btn-outline-warning:focus, .btn-outline-warning.focus{box-shadow:0 0 0 0.2rem rgba(255, 193, 7, 0.5);}
.btn-outline-warning.disabled, .btn-outline-warning:disabled{color:#ffc107;background-color:transparent;}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107;}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255, 193, 7, 0.5);}
.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545;}
.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545;}
.btn-outline-danger:focus, .btn-outline-danger.focus{box-shadow:0 0 0 0.2rem rgba(220, 53, 69, 0.5);}
.btn-outline-danger.disabled, .btn-outline-danger:disabled{color:#dc3545;background-color:transparent;}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545;}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(220, 53, 69, 0.5);}
.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa;}
.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa;}
.btn-outline-light:focus, .btn-outline-light.focus{box-shadow:0 0 0 0.2rem rgba(248, 249, 250, 0.5);}
.btn-outline-light.disabled, .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent;}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa;}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(248, 249, 250, 0.5);}
.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40;}
.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40;}
.btn-outline-dark:focus, .btn-outline-dark.focus{box-shadow:0 0 0 0.2rem rgba(52, 58, 64, 0.5);}
.btn-outline-dark.disabled, .btn-outline-dark:disabled{color:#343a40;background-color:transparent;}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40;}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(52, 58, 64, 0.5);}
.btn-link{font-weight:400;color:#007bff;background-color:transparent;}
.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent;}
.btn-link:focus, .btn-link.focus{text-decoration:underline;border-color:transparent;box-shadow:none;}
.btn-link:disabled, .btn-link.disabled{color:#6c757d;pointer-events:none;}
.btn-lg, .btn-group-lg > .btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0.3rem;}
.btn-sm, .btn-group-sm > .btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:0.2rem;}
.btn-block{display:block;width:100%;}
.btn-block + .btn-block{margin-top:0.5rem;}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block{width:100%;}
.fade{transition:opacity 0.15s linear;}
@media screen and (prefers-reduced-motion:reduce){.fade{transition:none;}
}
.fade:not(.show){opacity:0;}
.collapse:not(.show){display:none;}
.collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease;}
@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none;}
}
.dropup,
.dropright,
.dropdown,
.dropleft{position:relative;}
.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent;}
.dropdown-toggle:empty::after{margin-left:0;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-clip:padding-box;border-radius:0.25rem;}
.dropdown-menu-right{right:0;left:auto;}
.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:0.125rem;}
.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent;}
.dropup .dropdown-toggle:empty::after{margin-left:0;}
.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:0.125rem;}
.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid;}
.dropright .dropdown-toggle:empty::after{margin-left:0;}
.dropright .dropdown-toggle::after{vertical-align:0;}
.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:0.125rem;}
.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";}
.dropleft .dropdown-toggle::after{display:none;}
.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent;}
.dropleft .dropdown-toggle:empty::after{margin-left:0;}
.dropleft .dropdown-toggle::before{vertical-align:0;}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"]{right:auto;bottom:auto;}
.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #e9ecef;}
.dropdown-item{width:100%;padding:9px;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0;}
.dropdown-item:hover, .dropdown-item:focus{color:#16181b;text-decoration:none;}
.dropdown-item.active, .dropdown-item:active{color:#fff;text-decoration:none;}
.dropdown-item.disabled, .dropdown-item:disabled{color:#6c757d;background-color:transparent;}
.dropdown-menu.show{display:block;}
.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#6c757d;white-space:nowrap;}
.dropdown-item-text{display:block;padding:0.25rem 1.5rem;color:#212529;}
.btn-group,
.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;}
.btn-group > .btn,
.btn-group-vertical > .btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover{z-index:1;}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active{z-index:1;}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group{margin-left:-1px;}
.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;}
.btn-toolbar .input-group{width:auto;}
.btn-group > .btn:first-child{margin-left:0;}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn{border-top-right-radius:0;border-bottom-right-radius:0;}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn{border-top-left-radius:0;border-bottom-left-radius:0;}
.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem;}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after{margin-left:0;}
.dropleft .dropdown-toggle-split::before{margin-right:0;}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem;}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem;}
.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center;}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group{width:100%;}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0;}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn{border-bottom-right-radius:0;border-bottom-left-radius:0;}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn{border-top-left-radius:0;border-top-right-radius:0;}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn{margin-bottom:0;}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none;}
.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%;}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0;}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus{z-index:3;}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file{margin-left:-1px;}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;}
.input-group > .custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0;}
.input-group > .custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0;}
.input-group-prepend,
.input-group-append{display:-ms-flexbox;display:flex;}
.input-group-prepend .btn,
.input-group-append .btn{position:relative;z-index:2;}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn{margin-left:-1px;}
.input-group-prepend{margin-right:-1px;}
.input-group-append{margin-left:-1px;}
.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:0.25rem;}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"]{margin-top:0;}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;}
.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem;}
.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem;}
.custom-control-input{position:absolute;z-index:-1;opacity:0;}
.custom-control-input:checked ~ .custom-control-label::before{color:#fff;background-color:#007bff;}
.custom-control-input:focus ~ .custom-control-label::before{box-shadow:0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#b3d7ff;}
.custom-control-input:disabled ~ .custom-control-label{color:#6c757d;}
.custom-control-input:disabled ~ .custom-control-label::before{background-color:#e9ecef;}
.custom-control-label{position:relative;margin-bottom:0;}
.custom-control-label::before{position:absolute;top:0.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6;}
.custom-control-label::after{position:absolute;top:0.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%;}
.custom-checkbox .custom-control-label::before{border-radius:0.25rem;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background-color:#007bff;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#007bff;}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0, 123, 255, 0.5);}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(0, 123, 255, 0.5);}
.custom-radio .custom-control-label::before{border-radius:50%;}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#007bff;}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0, 123, 255, 0.5);}
.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:0.375rem 1.75rem 0.375rem 0.75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:0.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);}
.custom-select:focus::-ms-value{color:#495057;background-color:#fff;}
.custom-select[multiple], .custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none;}
.custom-select:disabled{color:#6c757d;background-color:#e9ecef;}
.custom-select::-ms-expand{opacity:0;}
.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:75%;}
.custom-select-lg{height:calc(2.875rem + 2px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:125%;}
.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0;}
.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0;}
.custom-file-input:focus ~ .custom-file-label{border-color:#80bdff;box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.custom-file-input:focus ~ .custom-file-label::after{border-color:#80bdff;}
.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse";}
.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:0.375rem 0.75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:0.25rem;}
.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:0.375rem 0.75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 0.25rem 0.25rem 0;}
.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.custom-range:focus{outline:none;}
.custom-range::-moz-focus-outer{border:0;}
.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-appearance:none;appearance:none;}
.custom-range::-webkit-slider-thumb:focus{outline:none;box-shadow:0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff;}
.custom-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem;}
.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-appearance:none;appearance:none;}
.custom-range::-moz-range-thumb:focus{outline:none;box-shadow:0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.custom-range::-moz-range-thumb:active{background-color:#b3d7ff;}
.custom-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem;}
.custom-range::-ms-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;appearance:none;}
.custom-range::-ms-thumb:focus{outline:none;box-shadow:0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.custom-range::-ms-thumb:active{background-color:#b3d7ff;}
.custom-range::-ms-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:0.5rem;}
.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem;}
.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem;}
.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}
.nav-link{display:block;padding:0.5rem 1rem;}
.nav-link:hover, .nav-link:focus{text-decoration:none;}
.nav-link.disabled{color:#6c757d;}
.nav-tabs{border-bottom:1px solid #dee2e6;}
.nav-tabs .nav-item{margin-bottom:-1px;}
.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;}
.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent;}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link{color:#ffffff;/*background-color:#66a5ad;*/border-color:#dee2e6 #dee2e6 #fff;}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0;}
.nav-pills .nav-link{border-radius:0.25rem;}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link{color:#fff;background-color:#007bff;}
.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center;}
.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center;}
.tab-content > .tab-pane{display:none;}
.tab-content > .active{display:block;}
.navbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;}
.navbar > .container,
.navbar > .container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;}
.navbar-brand{padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap;}
.navbar-brand:hover, .navbar-brand:focus{text-decoration:none;}
.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none;}
.navbar-nav .nav-link{padding-right:0;padding-left:0;}
.navbar-nav .dropdown-menu{position:static;float:none;}
.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem;}
.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center;}
.navbar-toggler{font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid white;border-radius:0.25rem;}
.navbar-toggler:hover, .navbar-toggler:focus{text-decoration:none;}
.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer;}
.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%;}
@media (max-width:575.98px){.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid{padding-right:0;padding-left:0;}
}
@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start;}
.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row;}
.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute;}
.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem;}
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.navbar-expand-sm .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto;}
.navbar-expand-sm .navbar-toggler{display:none;}
}
@media (max-width:767.98px){.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid{padding-right:0;padding-left:0;}
}
@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start;}
.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row;}
.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute;}
.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem;}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.navbar-expand-md .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto;}
.navbar-expand-md .navbar-toggler{display:none;}
}
@media (max-width:991.98px){.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid{padding-right:0;padding-left:0;}
}
@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start;}
.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row;}
.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute;}
.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem;}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.navbar-expand-lg .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto;}
.navbar-expand-lg .navbar-toggler{display:none;}
}
@media (max-width:1199.98px){.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid{padding-right:0;padding-left:0;}
}
@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start;}
.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row;}
.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute;}
.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem;}
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.navbar-expand-xl .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto;}
.navbar-expand-xl .navbar-toggler{display:none;}
}
.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start;}
.navbar-expand > .container,
.navbar-expand > .container-fluid{padding-right:0;padding-left:0;}
.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row;}
.navbar-expand .navbar-nav .dropdown-menu{position:absolute;}
.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;}
.navbar-expand > .container,
.navbar-expand > .container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.navbar-expand .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto;}
.navbar-expand .navbar-toggler{display:none;}
.navbar-light .navbar-brand{color:rgba(0, 0, 0, 0.9);}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus{color:rgba(0, 0, 0, 0.9);}
.navbar-light .navbar-nav .nav-link{}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{color:rgba(0, 0, 0, 0.7);}
.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0, 0, 0, 0.3);}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active{color:rgba(0, 0, 0, 0.9);}
.navbar-light .navbar-toggler{color:rgba(0, 0, 0, 0.5);border-color:#00c4cc;}
.navbar-light .navbar-text{color:rgba(0, 0, 0, 0.5);}
.navbar-light .navbar-text a{color:rgba(0, 0, 0, 0.9);}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus{color:rgba(0, 0, 0, 0.9);}
.navbar-dark .navbar-brand{color:#fff;}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus{color:#fff;}
.navbar-dark .navbar-nav .nav-link{color:rgba(255, 255, 255, 0.5);}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{color:rgba(255, 255, 255, 0.75);}
.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255, 255, 255, 0.25);}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active{color:#fff;}
.navbar-dark .navbar-toggler{color:rgba(255, 255, 255, 0.5);border-color:rgba(255, 255, 255, 0.1);}
.custom-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
.navbar-dark .navbar-text{color:rgba(255, 255, 255, 0.5);}
.navbar-dark .navbar-text a{color:#fff;}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus{color:#fff;}
.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0, 0, 0, 0.125);border-radius:0.25rem;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2);}
.card > hr{margin-right:0;margin-left:0;}
.card > .list-group:first-child .list-group-item:first-child{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;}
.card > .list-group:last-child .list-group-item:last-child{border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;}
.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem;}
.card-title{margin-bottom:0.75rem;}
.card-subtitle{margin-top:-0.375rem;margin-bottom:0;}
.card-text:last-child{margin-bottom:0;}
.card-link:hover{text-decoration:none;}
.card-link + .card-link{margin-left:1.25rem;}
.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0, 0, 0, 0.03);border-bottom:1px solid rgba(0, 0, 0, 0.125);}
.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;}
.card-header + .list-group .list-group-item:first-child{border-top:0;}
.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0, 0, 0, 0.03);border-top:1px solid rgba(0, 0, 0, 0.125);}
.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);}
.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0;}
.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem;}
.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;}
.card-img{width:100%;border-radius:calc(0.25rem - 1px);}
.card-img-top{width:100%;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px);}
.card-img-bottom{width:100%;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px);}
.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;}
.card-deck .card{margin-bottom:15px;}
@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px;}
.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px;}
}
.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;}
.card-group > .card{margin-bottom:15px;}
@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap;}
.card-group > .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0;}
.card-group > .card + .card{margin-left:0;border-left:0;}
.card-group > .card:first-child{border-top-right-radius:0;border-bottom-right-radius:0;}
.card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header{border-top-right-radius:0;}
.card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer{border-bottom-right-radius:0;}
.card-group > .card:last-child{border-top-left-radius:0;border-bottom-left-radius:0;}
.card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header{border-top-left-radius:0;}
.card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer{border-bottom-left-radius:0;}
.card-group > .card:only-child{border-radius:0.25rem;}
.card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;}
.card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer{border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child){border-radius:0;}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0;}
}
.card-columns .card{margin-bottom:0.75rem;}
@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1;}
.card-columns .card{display:inline-block;width:100%;}
}
.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0;}
.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0;}
.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}
.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0;}
.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:0.25rem;}
.breadcrumb-item + .breadcrumb-item{padding-left:0.5rem;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block;padding-right:0.5rem;color:#6c757d;content:"/";}
.breadcrumb-item + .breadcrumb-item:hover::before{text-decoration:underline;}
.breadcrumb-item + .breadcrumb-item:hover::before{text-decoration:none;}
.breadcrumb-item.active{color:#6c757d;}
.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0.25rem;}
.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6;}
.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}
.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.page-link:not(:disabled):not(.disabled){cursor:pointer;}
.page-item:first-child .page-link{margin-left:0;border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;}
.page-item:last-child .page-link{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;}
.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff;}
.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6;}
.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5;}
.pagination-lg .page-item:first-child .page-link{border-top-left-radius:0.3rem;border-bottom-left-radius:0.3rem;}
.pagination-lg .page-item:last-child .page-link{border-top-right-radius:0.3rem;border-bottom-right-radius:0.3rem;}
.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;}
.pagination-sm .page-item:first-child .page-link{border-top-left-radius:0.2rem;border-bottom-left-radius:0.2rem;}
.pagination-sm .page-item:last-child .page-link{border-top-right-radius:0.2rem;border-bottom-right-radius:0.2rem;}
.badge{display:inline-block;padding:0.25em 0.4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0.25rem;}
.badge:empty{display:none;}
.btn .badge{position:relative;top:-1px;}
.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem;}
.badge-primary{color:#fff;background-color:#007bff;}
.badge-primary[href]:hover, .badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#0062cc;}
.badge-secondary{color:#fff;background-color:#6c757d;}
.badge-secondary[href]:hover, .badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#545b62;}
.badge-success{color:#fff;background-color:#28a745;}
.badge-success[href]:hover, .badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34;}
.badge-info{color:#fff;background-color:#17a2b8;}
.badge-info[href]:hover, .badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b;}
.badge-warning{color:#212529;background-color:#ffc107;}
.badge-warning[href]:hover, .badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00;}
.badge-danger{color:#fff;background-color:#dc3545;}
.badge-danger[href]:hover, .badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130;}
.badge-light{color:#212529;background-color:#f8f9fa;}
.badge-light[href]:hover, .badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#dae0e5;}
.badge-dark{color:#fff;background-color:#343a40;}
.badge-dark[href]:hover, .badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#1d2124;}
.jumbotron{background-color:#e9ecef;border-radius:0.3rem;}
@media (min-width:576px){.jumbotron{ padding:4rem 2rem;}
}
.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0;}
.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem;}
.alert-heading{color:inherit;}
.alert-link{font-weight:700;}
.alert-dismissible{padding-right:4rem;}
.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit;}
.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff;}
.alert-primary hr{border-top-color:#9fcdff;}
.alert-primary .alert-link{color:#002752;}
.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db;}
.alert-secondary hr{border-top-color:#c8cbcf;}
.alert-secondary .alert-link{color:#202326;}
.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb;}
.alert-success hr{border-top-color:#b1dfbb;}
.alert-success .alert-link{color:#0b2e13;}
.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb;}
.alert-info hr{border-top-color:#abdde5;}
.alert-info .alert-link{color:#062c33;}
.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba;}
.alert-warning hr{border-top-color:#ffe8a1;}
.alert-warning .alert-link{color:#533f03;}
.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;}
.alert-danger hr{border-top-color:#f1b0b7;}
.alert-danger .alert-link{color:#491217;}
.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe;}
.alert-light hr{border-top-color:#ececf6;}
.alert-light .alert-link{color:#686868;}
.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca;}
.alert-dark hr{border-top-color:#b9bbbe;}
.alert-dark .alert-link{color:#040505;}
@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0;}
to{background-position:0 0;}
}
@keyframes progress-bar-stripes{from{background-position:1rem 0;}
to{background-position:0 0;}
}
.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#e9ecef;border-radius:0.25rem;}
.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width 0.6s ease;}
@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none;}
}
.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem;}
.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite;}
.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;}
.media-body{-ms-flex:1;flex:1;}
.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;}
.list-group-item-action{width:100%;color:#495057;text-align:inherit;}
.list-group-item-action:hover, .list-group-item-action:focus{color:#495057;text-decoration:none;background-color:#f8f9fa;}
.list-group-item-action:active{color:#212529;background-color:#e9ecef;}
.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0, 0, 0, 0.125);}
.list-group-item:first-child{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;}
.list-group-item:hover, .list-group-item:focus{z-index:1;text-decoration:none;}
.list-group-item.disabled, .list-group-item:disabled{color:#6c757d;background-color:#fff;}
.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff;}
.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0;}
.list-group-flush:first-child .list-group-item:first-child{border-top:0;}
.list-group-flush:last-child .list-group-item:last-child{border-bottom:0;}
.list-group-item-primary{color:#004085;background-color:#b8daff;}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus{color:#004085;background-color:#9fcdff;}
.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085;}
.list-group-item-secondary{color:#383d41;background-color:#d6d8db;}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus{color:#383d41;background-color:#c8cbcf;}
.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41;}
.list-group-item-success{color:#155724;background-color:#c3e6cb;}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb;}
.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724;}
.list-group-item-info{color:#0c5460;background-color:#bee5eb;}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5;}
.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460;}
.list-group-item-warning{color:#856404;background-color:#ffeeba;}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1;}
.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404;}
.list-group-item-danger{color:#721c24;background-color:#f5c6cb;}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7;}
.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24;}
.list-group-item-light{color:#818182;background-color:#fdfdfe;}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#ececf6;}
.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182;}
.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca;}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbe;}
.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21;}
.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5;}
.close:hover, .close:focus{color:#000;text-decoration:none;opacity:.75;}
.close:not(:disabled):not(.disabled){cursor:pointer;}
button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;}
.modal-open{overflow:hidden;}
.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0;}
.modal-open .modal{overflow-x:hidden;overflow-y:auto;}
.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none;}
.modal.fade .modal-dialog{transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%);}
@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none;}
}
.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0);}
.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2));}
.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.2);border-radius:0.3rem;outline:0;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;}
.modal-backdrop.fade{opacity:0;}
.modal-backdrop.show{opacity:0.5;}
.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:0.3rem;border-top-right-radius:0.3rem;}
.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto;}
.modal-title{margin-bottom:0;line-height:1.5;}
.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem;}
.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;}
.modal-footer >:not(:first-child){margin-left:.25rem;}
.modal-footer >:not(:last-child){margin-right:.25rem;}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}
@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto;}
.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2));}
.modal-sm{max-width:300px;}
}
@media (min-width:992px){.modal-lg{max-width:800px;}
}
.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0;}
.tooltip.show{opacity:0.9;}
.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem;}
.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid;}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0;}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0;}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000;}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem;}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem;}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000;}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0;}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0;}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000;}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem;}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem;}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000;}
.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:0.25rem;}
.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0, 0, 0, 0.2);border-radius:0.3rem;}
.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 0.3rem;}
.popover .arrow::before, .popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;}
.bs-popover-top, .bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem;}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 1px) * -1);}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:0.5rem 0.5rem 0;}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:rgba(0, 0, 0, 0.25);}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:1px;border-top-color:#fff;}
.bs-popover-right, .bs-popover-auto[x-placement^="right"]{margin-left:0.5rem;}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 1px) * -1);width:0.5rem;height:1rem;margin:0.3rem 0;}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:0.5rem 0.5rem 0.5rem 0;}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:rgba(0, 0, 0, 0.25);}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after{left:1px;border-right-color:#fff;}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem;}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 1px) * -1);}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 0.5rem 0.5rem 0.5rem;}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:rgba(0, 0, 0, 0.25);}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:1px;border-bottom-color:#fff;}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f7f7f7;}
.bs-popover-left, .bs-popover-auto[x-placement^="left"]{margin-right:0.5rem;}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 1px) * -1);width:0.5rem;height:1rem;margin:0.3rem 0;}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:0.5rem 0 0.5rem 0.5rem;}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:rgba(0, 0, 0, 0.25);}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after{right:1px;border-left-color:#fff;}
.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px);}
.popover-header:empty{display:none;}
.popover-body{padding:0.5rem 0.75rem;color:#212529;}
.carousel{position:relative;}
.carousel-inner{position:relative;width:100%;overflow:hidden;}
.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform 0.6s ease;transition:transform 0.6s ease;transition:transform 0.6s ease, -webkit-transform 0.6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;}
@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none;}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{display:block;}
.carousel-item-next,
.carousel-item-prev{position:absolute;top:0;}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0);}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
}
.carousel-item-next,
.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%);}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next,
.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
}
.carousel-item-prev,
.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%);}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-prev,
.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
}
.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity;}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right{opacity:1;}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right{opacity:0;}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev{-webkit-transform:translateX(0);transform:translateX(0);}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
}
.carousel-control-prev,
.carousel-control-next{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5;}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;}
.carousel-control-prev{left:0;}
.carousel-control-next{right:0;}
.carousel-control-prev-icon,
.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%;}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");}
.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");}
.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none;}
.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255, 255, 255, 0.5);}
.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:"";}
.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:"";}
.carousel-indicators .active{background-color:#fff;}
/*.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;}*/
.align-baseline{vertical-align:baseline !important;}
.align-top{vertical-align:top !important;}
.align-middle{vertical-align:middle !important;}
.align-bottom{vertical-align:bottom !important;}
.align-text-bottom{vertical-align:text-bottom !important;}
.align-text-top{vertical-align:text-top !important;}
.bg-primary{background-color:#007bff !important;}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus{background-color:#0062cc !important;}
.bg-secondary{background-color:#6c757d !important;}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus{background-color:#545b62 !important;}
.bg-success{background-color:#28a745 !important;}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus{background-color:#1e7e34 !important;}
.bg-info{background-color:#17a2b8 !important;}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus{background-color:#117a8b !important;}
.bg-warning{background-color:#ffc107 !important;}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus{background-color:#d39e00 !important;}
.bg-danger{background-color:#dc3545 !important;}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus{background-color:#bd2130 !important;}
.bg-light{background-color:#7D2AE8 !important;}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus{background-color:#dae0e5 !important;}
.bg-dark{background-color:#343a40 !important;}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus{background-color:#1d2124 !important;}
.bg-white{background-color:#fff !important;}
.bg-transparent{background-color:transparent !important;}
.border{border:1px solid #dee2e6 !important;}
.border-top{border-top:1px solid #dee2e6 !important;}
.border-right{border-right:1px solid #dee2e6 !important;}
.border-bottom{border-bottom:1px solid #dee2e6 !important;}
.border-left{border-left:1px solid #dee2e6 !important;}
.border-0{border:0 !important;}
.border-top-0{border-top:0 !important;}
.border-right-0{border-right:0 !important;}
.border-bottom-0{border-bottom:0 !important;}
.border-left-0{border-left:0 !important;}
.border-primary{border-color:#007bff !important;}
.border-secondary{border-color:#6c757d !important;}
.border-success{border-color:#28a745 !important;}
.border-info{border-color:#17a2b8 !important;}
.border-warning{border-color:#ffc107 !important;}
.border-danger{border-color:#dc3545 !important;}
.border-light{border-color:#f8f9fa !important;}
.border-dark{border-color:#343a40 !important;}
.border-white{border-color:#fff !important;}
.rounded{border-radius:0.25rem !important;}
.rounded-top{border-top-left-radius:0.25rem !important;border-top-right-radius:0.25rem !important;}
.rounded-right{border-top-right-radius:0.25rem !important;border-bottom-right-radius:0.25rem !important;}
.rounded-bottom{border-bottom-right-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important;}
.rounded-left{border-top-left-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important;}
.rounded-circle{border-radius:50% !important;}
.rounded-0{border-radius:0 !important;}
.clearfix::after{display:block;clear:both;content:"";}
.d-none{display:none !important;}
.d-inline{display:inline !important;}
.d-inline-block{display:inline-block !important;}
.d-block{display:block !important;}
.d-table{display:table !important;}
.d-table-row{display:table-row !important;}
.d-table-cell{display:table-cell !important;}
.d-flex{display:-ms-flexbox !important;display:flex !important;}
.d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
@media (min-width:576px){.d-sm-none{display:none !important;}
.d-sm-inline{display:inline !important;}
.d-sm-inline-block{display:inline-block !important;}
.d-sm-block{display:block !important;}
.d-sm-table{display:table !important;}
.d-sm-table-row{display:table-row !important;}
.d-sm-table-cell{display:table-cell !important;}
.d-sm-flex{display:-ms-flexbox !important;display:flex !important;}
.d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media (min-width:768px){.d-md-none{display:none !important;}
.d-md-inline{display:inline !important;}
.d-md-inline-block{display:inline-block !important;}
.d-md-block{display:block !important;}
.d-md-table{display:table !important;}
.d-md-table-row{display:table-row !important;}
.d-md-table-cell{display:table-cell !important;}
.d-md-flex{display:-ms-flexbox !important;display:flex !important;}
.d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media (min-width:992px){.d-lg-none{display:none !important;}
.d-lg-inline{display:inline !important;}
.d-lg-inline-block{display:inline-block !important;}
.d-lg-block{display:block !important;}
.d-lg-table{display:table !important;}
.d-lg-table-row{display:table-row !important;}
.d-lg-table-cell{display:table-cell !important;}
.d-lg-flex{display:-ms-flexbox !important;display:flex !important;}
.d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media (min-width:1200px){.d-xl-none{display:none !important;}
.d-xl-inline{display:inline !important;}
.d-xl-inline-block{display:inline-block !important;}
.d-xl-block{display:block !important;}
.d-xl-table{display:table !important;}
.d-xl-table-row{display:table-row !important;}
.d-xl-table-cell{display:table-cell !important;}
.d-xl-flex{display:-ms-flexbox !important;display:flex !important;}
.d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
@media print{.d-print-none{display:none !important;}
.d-print-inline{display:inline !important;}
.d-print-inline-block{display:inline-block !important;}
.d-print-block{display:block !important;}
.d-print-table{display:table !important;}
.d-print-table-row{display:table-row !important;}
.d-print-table-cell{display:table-cell !important;}
.d-print-flex{display:-ms-flexbox !important;display:flex !important;}
.d-print-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important;}
}
.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden;}
.embed-responsive::before{display:block;content:"";}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}
.embed-responsive-21by9::before{padding-top:42.857143%;}
.embed-responsive-16by9::before{padding-top:56.25%;}
.embed-responsive-4by3::before{padding-top:75%;}
.embed-responsive-1by1::before{padding-top:100%;}
.flex-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-sm-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-sm-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-sm-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-sm-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-sm-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-sm-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-sm-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-sm-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-sm-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-sm-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-sm-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-sm-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-sm-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-sm-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-sm-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
@media (min-width:768px){.flex-md-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-md-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-md-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-md-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-md-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-md-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-md-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-md-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-md-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-md-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-md-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-md-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-md-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-md-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-md-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-md-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-lg-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-lg-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-lg-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-lg-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-lg-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-lg-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-lg-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-lg-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-lg-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-lg-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-lg-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-lg-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-lg-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-lg-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-lg-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row !important;flex-direction:row !important;}
.flex-xl-column{-ms-flex-direction:column !important;flex-direction:column !important;}
.flex-xl-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}
.flex-xl-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}
.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}
.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}
.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}
.flex-xl-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important;}
.flex-xl-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important;}
.flex-xl-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important;}
.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important;}
.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important;}
.justify-content-xl-start{-ms-flex-pack:start !important;justify-content:flex-start !important;}
.justify-content-xl-end{-ms-flex-pack:end !important;justify-content:flex-end !important;}
.justify-content-xl-center{-ms-flex-pack:center !important;justify-content:center !important;}
.justify-content-xl-between{-ms-flex-pack:justify !important;justify-content:space-between !important;}
.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}
.align-items-xl-start{-ms-flex-align:start !important;align-items:flex-start !important;}
.align-items-xl-end{-ms-flex-align:end !important;align-items:flex-end !important;}
.align-items-xl-center{-ms-flex-align:center !important;align-items:center !important;}
.align-items-xl-baseline{-ms-flex-align:baseline !important;align-items:baseline !important;}
.align-items-xl-stretch{-ms-flex-align:stretch !important;align-items:stretch !important;}
.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important;}
.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important;}
.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important;}
.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important;}
.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important;}
.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important;}
.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important;}
.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}
.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important;}
.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important;}
.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important;}
.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important;}
}
.float-left{float:left !important;}
.float-right{float:right !important;}
.float-none{float:none !important;}
@media (min-width:576px){.float-sm-left{float:left !important;}
.float-sm-right{float:right !important;}
.float-sm-none{float:none !important;}
}
@media (min-width:768px){.float-md-left{float:left !important;}
.float-md-right{float:right !important;}
.float-md-none{float:none !important;}
}
@media (min-width:992px){.float-lg-left{float:left !important;}
.float-lg-right{float:right !important;}
.float-lg-none{float:none !important;}
}
@media (min-width:1200px){.float-xl-left{float:left !important;}
.float-xl-right{float:right !important;}
.float-xl-none{float:none !important;}
}
.position-static{position:static !important;}
.position-relative{position:relative !important;}
.position-absolute{position:absolute !important;}
.position-fixed{position:fixed !important;}
.position-sticky{position:-webkit-sticky !important;position:sticky !important;}
.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030;}
.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030;}
@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020;}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;}
.sr-only-focusable:active, .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;}
.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;}
.shadow{box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;}
.shadow-lg{box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175) !important;}
.shadow-none{box-shadow:none !important;}
.w-25{width:25% !important;}
.w-50{width:50% !important;}
.w-75{width:75% !important;}
.w-100{width:100% !important;}
.w-auto{width:auto !important;}
.h-25{height:25% !important;}
.h-50{height:50% !important;}
.h-75{height:75% !important;}
.h-100{height:100% !important;}
.h-auto{height:auto !important;}
.mw-100{max-width:100% !important;}
.mh-100{max-height:100% !important;}
.m-0{margin:0 !important;}
.mt-0,
.my-0{margin-top:0 !important;}
.mr-0,
.mx-0{margin-right:0 !important;}
.mb-0,
.my-0{margin-bottom:0 !important;}
.ml-0,
.mx-0{margin-left:0 !important;}
.m-1{margin:0.25rem !important;}
.mt-1,
.my-1{margin-top:0.25rem !important;}
.mr-1,
.mx-1{margin-right:0.25rem !important;}
.mb-1,
.my-1{margin-bottom:0.25rem !important;}
.ml-1,
.mx-1{margin-left:0.25rem !important;}
.m-2{margin:0.5rem !important;}
.mt-2,
.my-2{margin-top:0.5rem !important;}
.mr-2,
.mx-2{margin-right:0.5rem !important;}
.mb-2,
.my-2{margin-bottom:0.5rem !important;}
.ml-2,
.mx-2{margin-left:0.5rem !important;}
.m-3{margin:1rem !important;}
.mt-3,
.my-3{margin-top:1rem !important;}
.mr-3,
.mx-3{margin-right:1rem !important;}
.mb-3,
.my-3{margin-bottom:1rem !important;}
.ml-3,
.mx-3{margin-left:1rem !important;}
.m-4{margin:1.5rem !important;}
.mt-4,
.my-4{margin-top:1.5rem !important;}
.mr-4,
.mx-4{margin-right:1.5rem !important;}
.mb-4,
.my-4{margin-bottom:1.5rem !important;}
.ml-4,
.mx-4{margin-left:1.5rem !important;}
.m-5{margin:3rem !important;}
.mt-5,
.my-5{margin-top:3rem !important;}
.mr-5,
.mx-5{margin-right:3rem !important;}
.mb-5,
.my-5{margin-bottom:3rem !important;}
.ml-5,
.mx-5{margin-left:3rem !important;}
.p-0{padding:0 !important;}
.pt-0,
.py-0{padding-top:0 !important;}
.pr-0,
.px-0{padding-right:0 !important;}
.pb-0,
.py-0{padding-bottom:0 !important;}
.pl-0,
.px-0{padding-left:0 !important;}
.p-1{padding:0.25rem !important;}
.pt-1,
.py-1{padding-top:0.25rem !important;}
.pr-1,
.px-1{padding-right:0.25rem !important;}
.pb-1,
.py-1{padding-bottom:0.25rem !important;}
.pl-1,
.px-1{padding-left:0.25rem !important;}
.p-2{padding:0.5rem !important;}
.pt-2,
.py-2{padding-top:0.5rem !important;}
.pr-2,
.px-2{padding-right:0.5rem !important;}
.pb-2,
.py-2{padding-bottom:0.5rem !important;}
.pl-2,
.px-2{padding-left:0.5rem !important;}
.p-3{padding:1rem !important;}
.pt-3,
.py-3{padding-top:1rem !important;}
.pr-3,
.px-3{padding-right:1rem !important;}
.pb-3,
.py-3{padding-bottom:1rem !important;}
.pl-3,
.px-3{padding-left:1rem !important;}
.p-4{padding:1.5rem !important;}
.pt-4,
.py-4{padding-top:1.5rem !important;}
.pr-4,
.px-4{padding-right:1.5rem !important;}
.pb-4,
.py-4{padding-bottom:1.5rem !important;}
.pl-4,
.px-4{padding-left:1.5rem !important;}
.p-5{padding:3rem !important;}
.pt-5,
.py-5{padding-top:3rem !important;}
.pr-5,
.px-5{padding-right:3rem !important;}
.pb-5,
.py-5{padding-bottom:3rem !important;}
.pl-5,
.px-5{padding-left:3rem !important;}
.m-auto{margin:auto !important;}
.mt-auto,
.my-auto{margin-top:auto !important;}
.mr-auto,
.mx-auto{margin-right:auto !important;}
.mb-auto,
.my-auto{margin-bottom:auto !important;}
.ml-auto,
.mx-auto{margin-left:auto !important;}
@media (min-width:576px){.m-sm-0{margin:0 !important;}
.mt-sm-0,
.my-sm-0{margin-top:0 !important;}
.mr-sm-0,
.mx-sm-0{margin-right:0 !important;}
.mb-sm-0,
.my-sm-0{margin-bottom:0 !important;}
.ml-sm-0,
.mx-sm-0{margin-left:0 !important;}
.m-sm-1{margin:0.25rem !important;}
.mt-sm-1,
.my-sm-1{margin-top:0.25rem !important;}
.mr-sm-1,
.mx-sm-1{margin-right:0.25rem !important;}
.mb-sm-1,
.my-sm-1{margin-bottom:0.25rem !important;}
.ml-sm-1,
.mx-sm-1{margin-left:0.25rem !important;}
.m-sm-2{margin:0.5rem !important;}
.mt-sm-2,
.my-sm-2{margin-top:0.5rem !important;}
.mr-sm-2,
.mx-sm-2{margin-right:0.5rem !important;}
.mb-sm-2,
.my-sm-2{margin-bottom:0.5rem !important;}
.ml-sm-2,
.mx-sm-2{margin-left:0.5rem !important;}
.m-sm-3{margin:1rem !important;}
.mt-sm-3,
.my-sm-3{margin-top:1rem !important;}
.mr-sm-3,
.mx-sm-3{margin-right:1rem !important;}
.mb-sm-3,
.my-sm-3{margin-bottom:1rem !important;}
.ml-sm-3,
.mx-sm-3{margin-left:1rem !important;}
.m-sm-4{margin:1.5rem !important;}
.mt-sm-4,
.my-sm-4{margin-top:1.5rem !important;}
.mr-sm-4,
.mx-sm-4{margin-right:1.5rem !important;}
.mb-sm-4,
.my-sm-4{margin-bottom:1.5rem !important;}
.ml-sm-4,
.mx-sm-4{margin-left:1.5rem !important;}
.m-sm-5{margin:3rem !important;}
.mt-sm-5,
.my-sm-5{margin-top:3rem !important;}
.mr-sm-5,
.mx-sm-5{margin-right:3rem !important;}
.mb-sm-5,
.my-sm-5{margin-bottom:3rem !important;}
.ml-sm-5,
.mx-sm-5{margin-left:3rem !important;}
.p-sm-0{padding:0 !important;}
.pt-sm-0,
.py-sm-0{padding-top:0 !important;}
.pr-sm-0,
.px-sm-0{padding-right:0 !important;}
.pb-sm-0,
.py-sm-0{padding-bottom:0 !important;}
.pl-sm-0,
.px-sm-0{padding-left:0 !important;}
.p-sm-1{padding:0.25rem !important;}
.pt-sm-1,
.py-sm-1{padding-top:0.25rem !important;}
.pr-sm-1,
.px-sm-1{padding-right:0.25rem !important;}
.pb-sm-1,
.py-sm-1{padding-bottom:0.25rem !important;}
.pl-sm-1,
.px-sm-1{padding-left:0.25rem !important;}
.p-sm-2{padding:0.5rem !important;}
.pt-sm-2,
.py-sm-2{padding-top:0.5rem !important;}
.pr-sm-2,
.px-sm-2{padding-right:0.5rem !important;}
.pb-sm-2,
.py-sm-2{padding-bottom:0.5rem !important;}
.pl-sm-2,
.px-sm-2{padding-left:0.5rem !important;}
.p-sm-3{padding:1rem !important;}
.pt-sm-3,
.py-sm-3{padding-top:1rem !important;}
.pr-sm-3,
.px-sm-3{padding-right:1rem !important;}
.pb-sm-3,
.py-sm-3{padding-bottom:1rem !important;}
.pl-sm-3,
.px-sm-3{padding-left:1rem !important;}
.p-sm-4{padding:1.5rem !important;}
.pt-sm-4,
.py-sm-4{padding-top:1.5rem !important;}
.pr-sm-4,
.px-sm-4{padding-right:1.5rem !important;}
.pb-sm-4,
.py-sm-4{padding-bottom:1.5rem !important;}
.pl-sm-4,
.px-sm-4{padding-left:1.5rem !important;}
.p-sm-5{padding:3rem !important;}
.pt-sm-5,
.py-sm-5{padding-top:3rem !important;}
.pr-sm-5,
.px-sm-5{padding-right:3rem !important;}
.pb-sm-5,
.py-sm-5{padding-bottom:3rem !important;}
.pl-sm-5,
.px-sm-5{padding-left:3rem !important;}
.m-sm-auto{margin:auto !important;}
.mt-sm-auto,
.my-sm-auto{margin-top:auto !important;}
.mr-sm-auto,
.mx-sm-auto{margin-right:auto !important;}
.mb-sm-auto,
.my-sm-auto{margin-bottom:auto !important;}
.ml-sm-auto,
.mx-sm-auto{margin-left:auto !important;}
}
@media (min-width:768px){.m-md-0{margin:0 !important;}
.mt-md-0,
.my-md-0{margin-top:0 !important;}
.mr-md-0,
.mx-md-0{margin-right:0 !important;}
.mb-md-0,
.my-md-0{margin-bottom:0 !important;}
.ml-md-0,
.mx-md-0{margin-left:0 !important;}
.m-md-1{margin:0.25rem !important;}
.mt-md-1,
.my-md-1{margin-top:0.25rem !important;}
.mr-md-1,
.mx-md-1{margin-right:0.25rem !important;}
.mb-md-1,
.my-md-1{margin-bottom:0.25rem !important;}
.ml-md-1,
.mx-md-1{margin-left:0.25rem !important;}
.m-md-2{margin:0.5rem !important;}
.mt-md-2,
.my-md-2{margin-top:0.5rem !important;}
.mr-md-2,
.mx-md-2{margin-right:0.5rem !important;}
.mb-md-2,
.my-md-2{margin-bottom:0.5rem !important;}
.ml-md-2,
.mx-md-2{margin-left:0.5rem !important;}
.m-md-3{margin:1rem !important;}
.mt-md-3,
.my-md-3{margin-top:1rem !important;}
.mr-md-3,
.mx-md-3{margin-right:1rem !important;}
.mb-md-3,
.my-md-3{margin-bottom:1rem !important;}
.ml-md-3,
.mx-md-3{margin-left:1rem !important;}
.m-md-4{margin:1.5rem !important;}
.mt-md-4,
.my-md-4{margin-top:1.5rem !important;}
.mr-md-4,
.mx-md-4{margin-right:1.5rem !important;}
.mb-md-4,
.my-md-4{margin-bottom:1.5rem !important;}
.ml-md-4,
.mx-md-4{margin-left:1.5rem !important;}
.m-md-5{margin:3rem !important;}
.mt-md-5,
.my-md-5{margin-top:3rem !important;}
.mr-md-5,
.mx-md-5{margin-right:3rem !important;}
.mb-md-5,
.my-md-5{margin-bottom:3rem !important;}
.ml-md-5,
.mx-md-5{margin-left:3rem !important;}
.p-md-0{padding:0 !important;}
.pt-md-0,
.py-md-0{padding-top:0 !important;}
.pr-md-0,
.px-md-0{padding-right:0 !important;}
.pb-md-0,
.py-md-0{padding-bottom:0 !important;}
.pl-md-0,
.px-md-0{padding-left:0 !important;}
.p-md-1{padding:0.25rem !important;}
.pt-md-1,
.py-md-1{padding-top:0.25rem !important;}
.pr-md-1,
.px-md-1{padding-right:0.25rem !important;}
.pb-md-1,
.py-md-1{padding-bottom:0.25rem !important;}
.pl-md-1,
.px-md-1{padding-left:0.25rem !important;}
.p-md-2{padding:0.5rem !important;}
.pt-md-2,
.py-md-2{padding-top:0.5rem !important;}
.pr-md-2,
.px-md-2{padding-right:0.5rem !important;}
.pb-md-2,
.py-md-2{padding-bottom:0.5rem !important;}
.pl-md-2,
.px-md-2{padding-left:0.5rem !important;}
.p-md-3{padding:1rem !important;}
.pt-md-3,
.py-md-3{padding-top:1rem !important;}
.pr-md-3,
.px-md-3{padding-right:1rem !important;}
.pb-md-3,
.py-md-3{padding-bottom:1rem !important;}
.pl-md-3,
.px-md-3{padding-left:1rem !important;}
.p-md-4{padding:1.5rem !important;}
.pt-md-4,
.py-md-4{padding-top:1.5rem !important;}
.pr-md-4,
.px-md-4{padding-right:1.5rem !important;}
.pb-md-4,
.py-md-4{padding-bottom:1.5rem !important;}
.pl-md-4,
.px-md-4{padding-left:1.5rem !important;}
.p-md-5{padding:3rem !important;}
.pt-md-5,
.py-md-5{padding-top:3rem !important;}
.pr-md-5,
.px-md-5{padding-right:3rem !important;}
.pb-md-5,
.py-md-5{padding-bottom:3rem !important;}
.pl-md-5,
.px-md-5{padding-left:3rem !important;}
.m-md-auto{margin:auto !important;}
.mt-md-auto,
.my-md-auto{margin-top:auto !important;}
.mr-md-auto,
.mx-md-auto{margin-right:auto !important;}
.mb-md-auto,
.my-md-auto{margin-bottom:auto !important;}
.ml-md-auto,
.mx-md-auto{margin-left:auto !important;}
}
@media (min-width:992px){.m-lg-0{margin:0 !important;}
.mt-lg-0,
.my-lg-0{margin-top:0 !important;}
.mr-lg-0,
.mx-lg-0{margin-right:0 !important;}
.mb-lg-0,
.my-lg-0{margin-bottom:0 !important;}
.ml-lg-0,
.mx-lg-0{margin-left:0 !important;}
.m-lg-1{margin:0.25rem !important;}
.mt-lg-1,
.my-lg-1{margin-top:0.25rem !important;}
.mr-lg-1,
.mx-lg-1{margin-right:0.25rem !important;}
.mb-lg-1,
.my-lg-1{margin-bottom:0.25rem !important;}
.ml-lg-1,
.mx-lg-1{margin-left:0.25rem !important;}
.m-lg-2{margin:0.5rem !important;}
.mt-lg-2,
.my-lg-2{margin-top:0.5rem !important;}
.mr-lg-2,
.mx-lg-2{margin-right:0.5rem !important;}
.mb-lg-2,
.my-lg-2{margin-bottom:0.5rem !important;}
.ml-lg-2,
.mx-lg-2{margin-left:0.5rem !important;}
.m-lg-3{margin:1rem !important;}
.mt-lg-3,
.my-lg-3{margin-top:1rem !important;}
.mr-lg-3,
.mx-lg-3{margin-right:1rem !important;}
.mb-lg-3,
.my-lg-3{margin-bottom:1rem !important;}
.ml-lg-3,
.mx-lg-3{margin-left:1rem !important;}
.m-lg-4{margin:1.5rem !important;}
.mt-lg-4,
.my-lg-4{margin-top:1.5rem !important;}
.mr-lg-4,
.mx-lg-4{margin-right:1.5rem !important;}
.mb-lg-4,
.my-lg-4{margin-bottom:1.5rem !important;}
.ml-lg-4,
.mx-lg-4{margin-left:1.5rem !important;}
.m-lg-5{margin:3rem !important;}
.mt-lg-5,
.my-lg-5{margin-top:3rem !important;}
.mr-lg-5,
.mx-lg-5{margin-right:3rem !important;}
.mb-lg-5,
.my-lg-5{margin-bottom:3rem !important;}
.ml-lg-5,
.mx-lg-5{margin-left:3rem !important;}
.p-lg-0{padding:0 !important;}
.pt-lg-0,
.py-lg-0{padding-top:0 !important;}
.pr-lg-0,
.px-lg-0{padding-right:0 !important;}
.pb-lg-0,
.py-lg-0{padding-bottom:0 !important;}
.pl-lg-0,
.px-lg-0{padding-left:0 !important;}
.p-lg-1{padding:0.25rem !important;}
.pt-lg-1,
.py-lg-1{padding-top:0.25rem !important;}
.pr-lg-1,
.px-lg-1{padding-right:0.25rem !important;}
.pb-lg-1,
.py-lg-1{padding-bottom:0.25rem !important;}
.pl-lg-1,
.px-lg-1{padding-left:0.25rem !important;}
.p-lg-2{padding:0.5rem !important;}
.pt-lg-2,
.py-lg-2{padding-top:0.5rem !important;}
.pr-lg-2,
.px-lg-2{padding-right:0.5rem !important;}
.pb-lg-2,
.py-lg-2{padding-bottom:0.5rem !important;}
.pl-lg-2,
.px-lg-2{padding-left:0.5rem !important;}
.p-lg-3{padding:1rem !important;}
.pt-lg-3,
.py-lg-3{padding-top:1rem !important;}
.pr-lg-3,
.px-lg-3{padding-right:1rem !important;}
.pb-lg-3,
.py-lg-3{padding-bottom:1rem !important;}
.pl-lg-3,
.px-lg-3{padding-left:1rem !important;}
.p-lg-4{padding:1.5rem !important;}
.pt-lg-4,
.py-lg-4{padding-top:1.5rem !important;}
.pr-lg-4,
.px-lg-4{padding-right:1.5rem !important;}
.pb-lg-4,
.py-lg-4{padding-bottom:1.5rem !important;}
.pl-lg-4,
.px-lg-4{padding-left:1.5rem !important;}
.p-lg-5{padding:3rem !important;}
.pt-lg-5,
.py-lg-5{padding-top:3rem !important;}
.pr-lg-5,
.px-lg-5{padding-right:3rem !important;}
.pb-lg-5,
.py-lg-5{padding-bottom:3rem !important;}
.pl-lg-5,
.px-lg-5{padding-left:3rem !important;}
.m-lg-auto{margin:auto !important;}
.mt-lg-auto,
.my-lg-auto{margin-top:auto !important;}
.mr-lg-auto,
.mx-lg-auto{margin-right:auto !important;}
.mb-lg-auto,
.my-lg-auto{margin-bottom:auto !important;}
.ml-lg-auto,
.mx-lg-auto{margin-left:auto !important;}
}
@media (min-width:1200px){.m-xl-0{margin:0 !important;}
.mt-xl-0,
.my-xl-0{margin-top:0 !important;}
.mr-xl-0,
.mx-xl-0{margin-right:0 !important;}
.mb-xl-0,
.my-xl-0{margin-bottom:0 !important;}
.ml-xl-0,
.mx-xl-0{margin-left:0 !important;}
.m-xl-1{margin:0.25rem !important;}
.mt-xl-1,
.my-xl-1{margin-top:0.25rem !important;}
.mr-xl-1,
.mx-xl-1{margin-right:0.25rem !important;}
.mb-xl-1,
.my-xl-1{margin-bottom:0.25rem !important;}
.ml-xl-1,
.mx-xl-1{margin-left:0.25rem !important;}
.m-xl-2{margin:0.5rem !important;}
.mt-xl-2,
.my-xl-2{margin-top:0.5rem !important;}
.mr-xl-2,
.mx-xl-2{margin-right:0.5rem !important;}
.mb-xl-2,
.my-xl-2{margin-bottom:0.5rem !important;}
.ml-xl-2,
.mx-xl-2{margin-left:0.5rem !important;}
.m-xl-3{margin:1rem !important;}
.mt-xl-3,
.my-xl-3{margin-top:1rem !important;}
.mr-xl-3,
.mx-xl-3{margin-right:1rem !important;}
.mb-xl-3,
.my-xl-3{margin-bottom:1rem !important;}
.ml-xl-3,
.mx-xl-3{margin-left:1rem !important;}
.m-xl-4{margin:1.5rem !important;}
.mt-xl-4,
.my-xl-4{margin-top:1.5rem !important;}
.mr-xl-4,
.mx-xl-4{margin-right:1.5rem !important;}
.mb-xl-4,
.my-xl-4{margin-bottom:1.5rem !important;}
.ml-xl-4,
.mx-xl-4{margin-left:1.5rem !important;}
.m-xl-5{margin:3rem !important;}
.mt-xl-5,
.my-xl-5{margin-top:3rem !important;}
.mr-xl-5,
.mx-xl-5{margin-right:3rem !important;}
.mb-xl-5,
.my-xl-5{margin-bottom:3rem !important;}
.ml-xl-5,
.mx-xl-5{margin-left:3rem !important;}
.p-xl-0{padding:0 !important;}
.pt-xl-0,
.py-xl-0{padding-top:0 !important;}
.pr-xl-0,
.px-xl-0{padding-right:0 !important;}
.pb-xl-0,
.py-xl-0{padding-bottom:0 !important;}
.pl-xl-0,
.px-xl-0{padding-left:0 !important;}
.p-xl-1{padding:0.25rem !important;}
.pt-xl-1,
.py-xl-1{padding-top:0.25rem !important;}
.pr-xl-1,
.px-xl-1{padding-right:0.25rem !important;}
.pb-xl-1,
.py-xl-1{padding-bottom:0.25rem !important;}
.pl-xl-1,
.px-xl-1{padding-left:0.25rem !important;}
.p-xl-2{padding:0.5rem !important;}
.pt-xl-2,
.py-xl-2{padding-top:0.5rem !important;}
.pr-xl-2,
.px-xl-2{padding-right:0.5rem !important;}
.pb-xl-2,
.py-xl-2{padding-bottom:0.5rem !important;}
.pl-xl-2,
.px-xl-2{padding-left:0.5rem !important;}
.p-xl-3{padding:1rem !important;}
.pt-xl-3,
.py-xl-3{padding-top:1rem !important;}
.pr-xl-3,
.px-xl-3{padding-right:1rem !important;}
.pb-xl-3,
.py-xl-3{padding-bottom:1rem !important;}
.pl-xl-3,
.px-xl-3{padding-left:1rem !important;}
.p-xl-4{padding:1.5rem !important;}
.pt-xl-4,
.py-xl-4{padding-top:1.5rem !important;}
.pr-xl-4,
.px-xl-4{padding-right:1.5rem !important;}
.pb-xl-4,
.py-xl-4{padding-bottom:1.5rem !important;}
.pl-xl-4,
.px-xl-4{padding-left:1.5rem !important;}
.p-xl-5{padding:3rem !important;}
.pt-xl-5,
.py-xl-5{padding-top:3rem !important;}
.pr-xl-5,
.px-xl-5{padding-right:3rem !important;}
.pb-xl-5,
.py-xl-5{padding-bottom:3rem !important;}
.pl-xl-5,
.px-xl-5{padding-left:3rem !important;}
.m-xl-auto{margin:auto !important;}
.mt-xl-auto,
.my-xl-auto{margin-top:auto !important;}
.mr-xl-auto,
.mx-xl-auto{margin-right:auto !important;}
.mb-xl-auto,
.my-xl-auto{margin-bottom:auto !important;}
.ml-xl-auto,
.mx-xl-auto{margin-left:auto !important;}
}
.text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}
.text-justify{text-align:justify !important;}
.text-nowrap{white-space:nowrap !important;}
.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.text-left{text-align:left !important;}
.text-right{text-align:right !important;}
.text-center{text-align:center !important;}
@media (min-width:576px){.text-sm-left{text-align:left !important;}
.text-sm-right{text-align:right !important;}
.text-sm-center{text-align:center !important;}
}
@media (min-width:768px){.text-md-left{text-align:left !important;}
.text-md-right{text-align:right !important;}
.text-md-center{text-align:center !important;}
}
@media (min-width:992px){.text-lg-left{text-align:left !important;}
.text-lg-right{text-align:right !important;}
.text-lg-center{text-align:center !important;}
}
@media (min-width:1200px){.text-xl-left{text-align:left !important;}
.text-xl-right{text-align:right !important;}
.text-xl-center{text-align:center !important;}
}
.text-lowercase{text-transform:lowercase !important;}
.text-uppercase{text-transform:uppercase !important;}
.text-capitalize{text-transform:capitalize !important;}
.font-weight-light{font-weight:300 !important;}
.font-weight-normal{font-weight:400 !important;}
.font-weight-bold{font-weight:700 !important;}
.font-italic{font-style:italic !important;}
.text-white{color:#fff !important;}
.text-primary{color:#007bff !important;}
a.text-primary:hover, a.text-primary:focus{color:#0062cc !important;}
.text-secondary{color:#6c757d !important;}
a.text-secondary:hover, a.text-secondary:focus{color:#545b62 !important;}
.text-success{color:#28a745 !important;}
a.text-success:hover, a.text-success:focus{color:#1e7e34 !important;}
.text-info{color:#17a2b8 !important;}
a.text-info:hover, a.text-info:focus{color:#117a8b !important;}
.text-warning{color:#ffc107 !important;}
a.text-warning:hover, a.text-warning:focus{color:#d39e00 !important;}
.text-danger{color:#dc3545 !important;}
a.text-danger:hover, a.text-danger:focus{color:#bd2130 !important;}
.text-light{color:#f8f9fa !important;}
a.text-light:hover, a.text-light:focus{color:#dae0e5 !important;}
.text-dark{color:#343a40 !important;}
a.text-dark:hover, a.text-dark:focus{color:#1d2124 !important;}
.text-body{color:#212529 !important;}
.text-muted{color:#6c757d !important;}
.text-black-50{color:rgba(0, 0, 0, 0.5) !important;}
.text-white-50{color:rgba(255, 255, 255, 0.5) !important;}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.visible{visibility:visible !important;}
.invisible{visibility:hidden !important;}
@media print{*,
*::before,
*::after{text-shadow:none !important;box-shadow:none !important;}
a:not(.btn){text-decoration:underline;}
abbr[title]::after{content:" (" attr(title) ")";}
pre{white-space:pre-wrap !important;}
pre,
blockquote{border:1px solid #adb5bd;page-break-inside:avoid;}
thead{display:table-header-group;}
tr,
img{page-break-inside:avoid;}
p,
h2,
h3{orphans:3;widows:3;}
h2,
h3{page-break-after:avoid;}
@page{size:a3;}
body{min-width:992px !important;}
.container{min-width:992px !important;}
.navbar{display:none;}
.badge{border:1px solid #000;}
.table{border-collapse:collapse !important;}
.table td,
.table th{background-color:#fff !important;}
.table-bordered th,
.table-bordered td{border:1px solid #dee2e6 !important;}
.table-dark{color:inherit;}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody{border-color:#dee2e6;}
.table .thead-dark th{color:inherit;border-color:#dee2e6;}
}
/*** bootstrap_2020.css Ends ***/
/*** devotional_2020.css Starts ***/
@charset "utf-8";
 @font-face {
 font-family: 'Ramabhadra';
 font-style:normal;
 src: url('font-awesome/fonts/Ramabhadra.ttf') format('truetype');
 font-display: swap;
 }
.vpb-datas{
	width:100%;
}
#loaded_data .vpb-datas{
	width:100%;
}
body{
	background-image: url(../images/back.jpg);
	font-family: 'SourceSansProRegular', Helvetica, Arial, sans-serif;
	    font-size: 16px;
    line-height: 1.7em;
}
.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:9999;
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.1s ease;
	color: white;
	font-size: 20px;
}

.icon-bar a:hover {
	background-color: #000;
}

.facebook {
	background: #3B5998;
	color: white;
}

.twitter {
	background: #55ACEE;
	color: white;
}

.youtube {
	background: #ff0000;
	color: white;
}
/***********pillarad css start************/
.toneglobal.container-fluid {
	padding-left:0px;
	padding-right:0px;
}
#global-nav, #global-nav li {
	list-style: none;
	margin: 0;
}
#global-nav {
	padding: 0px 10px 1px 10px;
	/*background: #fff;*/
	background: #db9b8c;
	color: #fff ;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
}
#global-nav li {
	display: inline;
	margin-right:0px;
	padding:0;
	padding-left:1px;
	padding-right:1px;
	font-size:12px;
}
#global-nav a {
	color: #fff;
	text-decoration: none;
}
#global-nav a:hover, #global-nav a:active {
	color: #fff;
	text-decoration:none;
}


.first1.row {
	margin-left:0;
	margin-right:0;
}
.jumbotron {
	padding: 0;
	background-color: #f9ae9f;
	position: fixed;
	border-radius: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	margin-bottom:0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcd7cf), color-stop(60%, #f9ae9f), to(#f9ae9f));
    background-image: -webkit-linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
    background-image: -moz-linear-gradient(top, #fcd7cf, #f9ae9f 60%, #f9ae9f);
    background-image: -o-linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
    background-image: linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcd6cf', endColorstr='#fff9ae9f', GradientType=0);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.jumbotron .row {
	margin-left:0;
	margin-right:0;
}
.first_j {
	padding-top:0.3%;
	padding-bottom:0.3%;
	margin-left:0;
	margin-right:0;
	background-color: #f9ae9f;
}
.header_logo {
	max-width:15%;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
}
.header_logo img {
	height:100px;
	width:100%;
}
.topheaderad {
	max-width:55%;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	width:728px;
	height:90px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
.topheaderad img {
	width:728px;
	height:90px;
}
.headertoprightsideupdate {
	padding-left:1px;
	width:100%;
}
.headertoprightsideupdate img {
	width:350px;
	margin:0 auto;
	margin-top:5px;
	height:41px;
}

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	float:left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	min-height: 1px;
	padding-left:6px;
	padding-right:6px;
}
.top_menu .gf-menu.l1 > li > .item{
	    color: #ba451a;
}


.first {
	margin-top:180px;
	padding-left:0px;
	padding-right:0px;
}
.maindiv {
	width: 100%!important;
	max-width: 1024px!important;
	margin: auto;
	/*overflow-x: hidden;*/
}
.right-ad {
	width: 160px;
	height: 600px;
	position: fixed;
	margin-left: 1024px;
	cursor: pointer;
	border: 1px solid #d1d1d1;
	background: #CECECE;
}
.left-ad {
	width: 160px;
	height: 600px;
	position: fixed;
	margin-left: -162px;
	cursor: pointer;
	float: right;
	border: 1px solid #d1d1d1;
	background: #CECECE;
}
.max-container {
	width: 100%!important;
	max-width: 1024px!important;
	margin: 0 auto;
}

.maindiv .wrapper{
	overflow-x:hidden;
}
/***********pillarad css end************/

.rt-container-fluid {
     margin: 0 auto; 
}
.devotional_index .rt-bg2 .rt-container{
	width: 100%;
    margin: 0 auto;
	/*padding-left:10px;*/
}
.devotional_index .rt-grid-12{
	width: 100%;
	max-width: 1024px;
}
.top_slider{
	padding-left: 3px;
    padding-right: 3px;
    max-width: 98.5%;
}

.slider_container_banner {
	width: 100%;
	float: right;
	margin: 0 0 10px 0;
	height: 250px;

}
.slider_container_main {
	/*background: none repeat scroll 0 0 #FFFFFF;*/
	float: left;
	height: 290px;
	margin: 0px;
	padding: 0;
	width: 100%;
}
.flexslider img{
	border:1ps solid #C46D1D;
	width:100%;
	height:250px;
}
.devotional_index .rt-block {
    padding:0 2px;
    margin: 0px 0px 2px 0px;
    position: relative;
}
.devotional_index .sprocket-mosaic{
	margin:0;
}
.thithi_line{
	/*transform-style: preserve-3d;
	backface-visibility: hidden; 
	opacity: 1;*/
	height: 300px;
	margin-bottom:0;
}
.index_thidhi_box{
	max-width:33%;
	padding-left:1px;
	padding-right:2px;
}
.devotional_index .sprocket-mosaic-item{
	margin:0 5px;
}
.tithi-content {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	float: left;
}
.index_thidhi_box .tithi-content{
	background-color:#FFF; 
	height: 290px; 
	margin:0px;
	padding:2px 10px;
	width: 95%;
	overflow:hidden;
}

.tithi-content .sprocket-features-title{
	color:#000;
	font-size:28px;
	margin:0px 0 0 0;
	font-family: Ramabhadra;
	font-weight:bold;
}
.tithi-content .sprocket-features-title a{
	font-family: Ramabhadra;
	font-weight:bold;
}
.tithi-content .sprocket-features-desc{
	height:85px;
	margin:0px;
	background:#FFF;
	float:left;	
	font-family: Ramabhadra;
}
.tithi-content p{
	margin-bottom:5px;
}
.tithi-content .sprocket-features-desc .zoom_img{
	width:100%; 
	height:72px;
	font-size:20px;
	text-align:justify;margin:12px auto;
}

.manchi-mata {
	 
       text-align: center;
    width: 70% !important;
    margin:30px auto;
    display: block;
    line-height: 1.6rem;
    border-top: 3px solid #f19e8dfa;
    border-right: 3px solid #f19e8dfa;
    border-left: 6px solid #f19e8dfa;
    border-bottom: 6px solid #f19e8dfa;
	border-radius:6px;
	box-shadow:0px 1px 2px #00000059;
	color:black !important;
	text-shadow:0px 1px 2px #00000042;
    /* height: 90%; */
    padding: 20px 4px;  
	display:flex;
	justify-content:center;
	align-items:center;
	max-height:170px;
	min-height:150px;
	
}



/*
.tithi-content .manchi-mata-img-container{
	height:60%;
	width:80%;
	margin:auto;
	background:#FFF;
	float:left;	
	font-family: Ramabhadra;
}

.tithi-content .manchi-mata-img-container .manchi-mata-img {
	width:100%;
	height:100%;
	  
}
*/

.index_720ad{
	text-align:center;
	margin:8px 0 8px 0;
	
}
.second_kids.container-fluid {
    margin-top:0.5%;
    margin-bottom: 1%;
    padding-left: 6px;
    padding-right: 2px;
    clear: both;
	max-width:99%;
}
.second_kids .row {
    margin-left: 0;
    margin-right: 0;
}
.second_kids .col-xl-12 {
    padding-left: 0px;
    padding-right:2px;
}

.firstadd{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.firstadd .ad1{
    max-width: 33%;
    padding-left: 1px;
    padding-right: 2px;
}
.firstadd .ad2 {
    max-width: 32.8%;
    padding-left: 4px;
    padding-right: 2px;
}
.firstadd .ad3 {
    max-width: 32.9%;
    padding-left:4px;
    padding-right:0px;
}
.firstadd .ad1 img, .firstadd .ad2 img, .firstadd .ad3 img {
    width: 99%;
    height: 90px;
}





.latest_row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
	margin-bottom:5px;
}
.latest_row .col-xl-10{
	-ms-flex: 0 0 81.3%;
    flex: 0 0 81.3%;
    max-width: 81.3%;
	padding-right:2px;
}
.latest_row .zoom_img img{
	width:100%;
	margin-bottom:5px;
	margin-left:0px;
	margin-top:0px;
}
.latest_row h2{
	font-size:25px;
	margin-top:5px;
	font-weight: bold;
	margin-bottom:2px;
	font-family:Ramabhadra;
	padding-left:1%;
	color:#000;
}
.latest_rightside .row{
	margin-left:0px;
	margin-right:0px;
}
.right_latest_articles{
	background-color:white;
	padding-left:2px;
}
.latest_rightside .col-xl-6{
	max-width:48.4%;
	-ms-flex: 0 0 48.4%;
    flex: 0 0 48.4%;
}
.right_latest_articles .homepage_heading{
	overflow: hidden;
    height: 28px;
	font-size:18px !important;
}
.right_latest_articles .homepage_heading a{
	color:#f94b4b;
	padding-left:1%;
}
.right_latest_articles .zoom_img{
    background: #FFF;
    float: left;
	padding-left:3px;
	padding-right:1px;
}
.right_latest_articles .zoom_img img{
	width: 100%;
    height: 70px;
	margin-bottom:0;
}
.LA_description{
	max-width:71.5%;
	-ms-flex: 0 0 71.5%;
    flex: 0 0 71.5%;
	font-family:Ramabhadra;
	padding-right:2px;
}
.LA_description p{
	height:60px;
	overflow: hidden;
	color: #000;
	font-family:Ramabhadra;
	margin-bottom:0;
	font-size:16px;
	padding-top:2px;
	line-height:20px;
}
.right_latest_articles .readon{
	float: right;
    padding: 0px 5px;
    margin-bottom:5px;
    line-height:2;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000;
    width: 40px;
    height: 22px;
    text-align: center;
	border: 2px solid;
}

.right_latest_videos{
	background-color:white;
	padding-left:2px;
	margin-left:10px;
	padding-right:2px;
}
.right_latest_videos .singleimg_block{
	padding-left:3px;
	padding-right:3px;
	max-width:31.8%;
	-ms-flex: 0 0 31.8%;
    flex: 0 0 31.8%;
	margin-bottom:5px;
}
.right_latest_videos .singleimg_block img{
	width:100%;
	height:110px;
}


.endhuku_emiti_row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
}
.endhuku_emiti_row .row{
	margin-left:0px;
	margin-right:0px;
}
.endhuku_emiti_line{
	transform-style: preserve-3d;
	height: 290px;
	margin-bottom:0;
}

.endhuku_emiti_line .total_block{
	padding:0 2px;
	width:96%;
	background:#fff;
}
.endhuku_emiti_line li h2{
	font-size: 25px;
    margin-top: 5px;
    margin-bottom: 2px;
	padding-top:1%;
    font-family: Ramabhadra;
	font-weight: bold;
}
.endhuku_emiti_line li h2 a{
	/*color: #3F140C;*/
	    color: #000;
	font-weight: bold;
	font-family: Ramabhadra;
	 margin-top: 5px;
	 padding-left:2%;
}
.endhuku_emiti_line .homepage_heading{
	overflow: hidden;
    height:25px;
    font-size: 17px !important;
	padding-top:3px;
	line-height:25px;
}
.endhuku_emiti_line .homepage_heading a{
	color: #f94b4b;
	padding-left:1%;
}


.endhuku_emiti_line .zoom_img{
    background: #FFF;
    float: left;
	padding-left:3px;
	padding-right:1px;
}
.endhuku_emiti_line .zoom_img img{
	width: 100%;
    height: 80px;
	margin-bottom:0;
}
.endhuku_emiti_line .LA_description{
	max-width:64%;
	-ms-flex: 0 0 64%;
    flex: 0 0 64%;
	font-family:Ramabhadra;
	padding-right:2px;
	padding-left:2px;
}
.endhuku_emiti_line .LA_description p{
	height:60px;
	overflow: hidden;
	color: #000;
	font-family:Ramabhadra;
	margin-bottom:0;
	font-size:16px;
	padding-top:2px;
	line-height:20px;
}
.endhuku_emiti_line .readon{
	float: right;
    padding: 0px 5px;
    margin-bottom:5px;
    line-height:2;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000;
    width: 40px;
    height: 22px;
    text-align: center;
	border: 2px solid;
}


.puranapatralu_row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
}
.puranapatralu_row .row{
	 margin-right: 0;
    margin-left: 0;
}
.puranapatralu_row .leftside_block{
	max-width:48%;
    flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	background-color: #FFF;
	margin-right:0.5%;
	margin-left:0.5%;
	padding-left:5px;
	padding-right:10px;
}
.leftside_block .block_title{
	color: #3F140C;
	padding-top:1%;
}
.leftside_block .block_title h2{
	margin-bottom:5px;
    font-size: 25px;
    font-family: Ramabhadra;
	height:25px;
	overflow:hidden;
	padding-left:1%;
}
.leftside_block .block_title h2 a{
	/*color: #3F140C;*/
	    color: #000;
	font-weight:bold;
}
.leftside_block .block_heading{
	height:28px;
	overflow:hidden;
	}
.leftside_block .block_heading a{
	font-family: "Ramabhadra", Times, serif;
    font-size:19px;
    color: #f94b4b;
    font-weight: bold;
}
.block_content .block_content_img{
	padding-left: 3px;
	padding-right: 1px;
}
.block_content .block_content_img img{
	width: 100%;
	height: 100px;
	margin-bottom:0;
}
.block_content .block_content_description {
	max-width:64%;
    flex: 0 0 64%;
	-ms-flex: 0 0 64%;
	padding-right:2px;
	padding-left:7px;
}
.block_content .block_content_description p {
    text-align: justify;
    height: 65px;
    overflow: hidden;
    color: #000;
	font-family: "Ramabhadra", Times, serif;
    font-size: 16px;
	margin-bottom:0;
	line-height:22px;
	padding-left:1%;
	padding-top:3px;
	}
.block_content_description .readon{
	float: right;
    padding: 0px 5px;
    margin-bottom: 5px;
    line-height: 2;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000;
    width: 40px;
    height: 22px;
    text-align: center;
    border: 2px solid;
	font-family: Ramabhadra;
}	
.puranapatralu_row .rightside_block{
	max-width:48%;
    flex: 0 0 48%;
	-ms-flex: 0 0 48%;
	background-color: #FFF;
	margin-right:0.5%;
	padding-left:3px;
	padding-right:5px;
}
.rightside_block .block_title{
	color: #3F140C;
	padding-top:1%;
}
.rightside_block .block_title h2{
	margin-bottom:5px;
    font-size: 25px;
    font-family: Ramabhadra;
	height:25px;
	overflow:hidden;
	padding-left:1%;
}
.rightside_block .block_title h2 a{
	/*color: #3F140C;*/
	    color: #000;
	font-weight:bold;
}
.rightside_block .block_heading{
	height:28px;
	overflow:hidden;
	}
.rightside_block .block_heading a{
	font-family: "Ramabhadra", Times, serif;
    font-size:19px;
    color: #f94b4b;
    font-weight: bold;
}


.manga_row .row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1px;
}
.manga_row .first_line{
	margin-top:1%;
}
.manga_row .first_line .leftside{
	padding-right: 1px;
	padding-left: 2px;
	max-width: 67%;
	flex: 0 0 67%;
	margin-left:0.5%;
}
.manga_row .firstsub{
	background:#fff;
}
.firstsub .first_leftsub{
	max-width: 48%;
    flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    background-color: #FFF;
    padding-left: 2px;
    padding-right:2px;
	margin-right:1%;
}
.firstsub .first_rightsub{
	max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    background-color: #FFF;
    padding-left: 1px;
    padding-right:1px;
	margin-left:0%;
}
.firstsub .heading{
    color: #3F140C;
    font-family: Ramabhadra;
	padding-top:2%;
}
.firstsub .heading a{
	/*color: #3F140C;*/
	    color: #000;
	font-size:26px;
	font-weight: bold;
	padding-left:1%;
	}
.first_leftsub .leftsub_img{
	margin-top:2%;
	overflow:hidden;
	width:99%;
	margin-left:1%;
}	
.first_leftsub .leftsub_img img{
	margin: 0px;
    height:245px;
    width: 100%;
}
.first_leftsub .readon{
	float: right;
    padding: 0px 5px;
    margin-bottom: 5px;
    line-height: 2;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000;
    width: 40px;
    height: 22px;
    text-align: center;
    border: 2px solid;
	font-family: Ramabhadra;
	margin-top:4%;
	margin-right:4%;
	
}
.first_leftsub .readon a{
	color:black;
}
.first_rightsub .block_heading{
	overflow: hidden;
    height: 28px;
	font-family: "Ramabhadra", Times, serif;
    color: #f94b4b;
    font-weight: bold;
	font-size:18px;
}
.first_rightsub .block_heading a{
	color: #f94b4b;
}
.first_rightsub .block_content_img{
	padding-left:1px;
	padding-right:1px;
}
.first_rightsub .block_content_img img{
	width:100%;
    height:80px;
}
.first_rightsub .block_content_description{
	max-width: 63.5%;
    flex: 0 0 63.5%;
    -ms-flex: 0 0 63.5%;
	padding-right:2px;
	
}
.first_rightsub .block_content_description p{
	font-family: "Ramabhadra", Times, serif;
    color: #000;
	font-size:16px;
	line-height:22px;
	margin-bottom:0;
	height:85px;
	overflow:hidden;
}
.first_rightsub .readon{
	float: right;
    padding: 0px 5px;
    line-height: 2;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000;
    width: 40px;
    height: 22px;
    text-align: center;
    border: 2px solid;
	font-family: Ramabhadra;
	margin-bottom:1%;
	margin-right:2%;
	margin-top:1%;
}
.secondsub{
	margin:0 auto;
	margin-top:2%;
}
.secondsub .singleimg_block{
	padding-left:0px;
	padding-right:0px;
	max-width:32.3%;
	-ms-flex: 0 0 32.3%;
    flex: 0 0 32.3%;
	margin-right:0.5%;
	margin-left:0.5%;
	overflow:hidden;
	margin-bottom:2%;
}
.secondsub .singleimg_block img{
	width:222px;
	height:110px;
}



.manga_row .first_line .rightside{
    padding-left: 5px;
    padding-right: 5px;
    max-width: 31%;
    flex: 0 0 31%;
}
.rightside_single_item {
    margin-bottom:1%;
    text-align: center;
}
.rightside_single_item .spirtualimg {
	overflow:hidden;
}
.rightside_single_item .spirtualimg img{
	padding:10px;
	height:230px;
	width:270px;
	
}
.rightside_single_item .kalagnanamimg img{
	padding:10px;
	height:150px;
	width:270px;
}
.rightside_single_item .kalagnanamimg {
	overflow:hidden;
}
.rightside_single_item .navodayamimg img{
	padding:10px;
	height:130px;
	width:270px;
}
.rightside_single_item .navodayamimg {
	overflow:hidden;
}
.rightside_single_item .topaddd_single {
    margin-top: 1%;
}


.topaddd_single {
    text-align: center;
    height: 250px;
    padding-top: 3.5%;
    margin: 0 auto;
}
.topaddd_single img {
	width: 300px;
	height: 250px;
	background-color: #eaeaea!important;
}


/************footer start **********/
.footer_line.rt-grid-12{
	/*background: linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);*/
	margin-bottom:0.5%;
}
.footer_con{
	max-width:98%;
	padding-left:4px;
	padding-right:3px;
	background: linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);
}
.footerrow{
	/*background: linear-gradient(#fcd7cf, #f9ae9f 60%, #f9ae9f);*/
	color: #000;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.footerrow .row{
	margin-left:0;
	margin-right:0;
}
.footerrow .col-xl-6{
	max-width:46%;
	flex: 0 0 46%;
	-ms-flex: 0 0 46%;
	padding-left:2px;
	padding-right:2px;
}
.footerrow .footer_content{
	padding-left:2px;
	padding-right:2px;	
}
.footer_title h4{
	font-size:24px;
	padding-top:2%;
	font-family: 'Ramabhadra', Helvetica, Arial, sans-serif;
	font-weight:bold;
	letter-spacing:0.2px;
	padding-left:2%;
	color:#000;
}
.footer_content {
	max-width:31%;
    flex: 0 0 31%;
	-ms-flex: 0 0 31%;
}
.footer_content ul{
	margin-left:5px;
}
.footer_content ul li{
	margin-bottom:15px;
	list-style-type: none;
}
.footer_content ul li a{
	 color:#000;
	 font-size:18px;
    padding: 8px 0 8px 10px;
}
.footer_content ul li a:hover{
	font-weight:bold;
}

.footerrow .customer_block{
	-ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
	padding-left:2px;
}
.careblock .customercareimg{
	float:left;
}
.careblock p{
	font-size: 16px;
    margin-left:75px;
    margin-top:1px;
	margin-bottom:0;
}
.careblock .send_qu, .careblock .about_tel{
	margin-top:30px;
	margin-left:10px;
	font-size:18px;
}

.copyright_row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.copyright_row .designedby {
    font-size: 16px;
	margin-bottom:0;
	color:#000;
}
.copyright_row .designedby a {
    font-weight: bold;
    color: #000;
}
.copyright_row .designedby a:hover {
    color: #000;
    text-decoration: underline;
}

.disclaimer.row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.disclaimer {
    color: #000;
    font-size: 17px;
	margin-top:2%;
}
.disclaimer .col-xl-2 {
    padding-right: 1px;
    padding-left: 2px;
    max-width: 8.5%;
	flex: 0 0 8.5%;
	-ms-flex: 0 0 8.5%;
}
.disclaimer .col-xl-2 h6 {
    font-size: 16px;
    color: #000;
	font-weight:bold;
}
.disclaimer .col-xl-10 {
    max-width: 89%;
    flex: 0 0 89%;
	-ms-flex: 0 0 89%;
}
.disclaimer h6 {
    font-size: 15px;
    color: #000;
    text-align: left;
    margin-bottom: 0.5rem;
}
.rt-grid-12 {
    width: 100%;
    max-width: 1024px;
}
/*****************************internalpage css start***************************/
.internalpage .row{
	margin-left:0;
	margin-right:0;
}
.internalpage{
	padding-left:0px;
	padding-right:0px;
}
.internalpage .rt-grid-12 {
    width: 100%;
    max-width: 1024px;
}
.breadcrumb {
    margin: 0 auto;
    background-color: rgba(254, 215, 144, 0.8);
    border-radius: 0;
    padding: 5px 5px;
    height: 30px;
    overflow: hidden;
	line-height:30px;
	max-width:98%;
}
.breadcrumbitem {
    font-weight: bold;
    height: 35px;
    overflow: hidden;
    font-size: 16px;
}
.breadcrumbitem a {
    color: #ba451a;
    font-weight: bold;
}
.breadcrumbitem a:hover {
	color:#fff;
}
.breadcrumbitem i {
    color: #000;
    margin-right: 6px;
    margin-left: 3px;
}
.breadcrumbitempresent {
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
	font-size:15px;
}
.internalpage_main_block{
	background: #fff;
    max-width: 98.3%;
    margin: 5px auto;
    padding-left: 2px;
	padding-right:2px;
	padding-bottom:5px;
}
.internalpage_main_block .single_item{
	margin-top:0.5%;
	margin-bottom:0.5%;
	max-width:18.8%;
	 flex: 0 0 18.8%;
	-ms-flex: 0 0 18.8%;
	padding-left:6px;
}
.internalpage_main_block .single_item .zoom_img{
	overflow:hidden;
}
.internalpage_main_block .single_item .zoom_img img{
	height:200px;
	width:100%;
}
.internalpage_main_block .single_item_title h3{
	font-size:20px;
	color:#f55a3b;
    font-family: "Ramabhadra",Times,serif;
	 height: 40px;
    overflow: hidden;
	padding-top:5px;
	margin-bottom:0;
	line-height:22px;
}
.internalpage_main_block .single_item_title h3:hover{
	color: #A94647;
}
/*****************************internalpage css end***************************/



/*****************************internalpage2 css start***************************/
.internalpage2 .row{
	margin-left:0;
	margin-right:0;
}
.internalpage2{
	padding-left:0px;
	padding-right:0px;
}
.internalpage2 .rt-grid-12 {
    width: 100%;
    max-width: 1024px;
}
.internalpage2_main_block{
	background: #fff;
    max-width: 98.3%;
    margin: 5px auto;
    padding-left: 2px;
	padding-right:2px;
	padding-bottom:5px;
}
.internalpage2_main_block .single_item{
	margin-top:0.5%;
	margin-bottom:0.5%;
	max-width:23.5%;
	 flex: 0 0 23.5%;
	-ms-flex: 0 0 23.5%;
	padding-left:3px;
	padding-right:12px;
}
.internalpage2_main_block .single_item .single_item_img{
	 
}
.internalpage2_main_block .single_item .single_item_img img{
	height:160px;
	width:100%;
	transition: transform 0.5s ease-in;
}
.internalpage2_main_block .single_item .single_item_img img:hover{
	transform: scale(1.02);
}
.internalpage2_main_block .single_item:hover .single_item_img img{
	border:1px solid #f9ae9f;

}
.internalpage2_main_block .single_item_title h3{
	font-size:20px;
	color:#f55a3b;
    font-family: "Ramabhadra",Times,serif;
	 height: 40px;
    overflow: hidden;
	padding-top:7px;
	margin-bottom:0;
	line-height:22px;
	padding-left:2%;
	text-align:left;
}
.internalpage2_main_block .single_item_title h3:hover{
	color: #A94647;
}


/*****************************internalpage2 css end***************************/


/*****************************internalpage3 css start***************************/
.internalpage3 .row{
	margin-left:0;
	margin-right:0;
}
.internalpage3{
	padding-left:0px;
	padding-right:0px;
}
.internalpage3 .rt-grid-12 {
    width: 100%;
    max-width: 1024px;
}
.internalpage3_main_block{
	background: #fff;
    max-width: 98.3%;
    margin: 5px auto;
    padding-left: 2px;
	padding-right:2px;
	padding-bottom:5px;
}
.internalpage3_main_block .full_single_box{
	max-width:47.5%;
	 flex: 0 0 47.5%;
	-ms-flex: 0 0 47.5%;
	padding-left:6px;
	padding-right:6px;
	margin-top:0.5%;
	margin-bottom:0.5%;
	border:1px solid #d9d9d9;
	margin-right:0.5%;
	margin-left:0.5%;
}
.internalpage3_main_block .single_box_img{
		max-width:25%;
	 flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	padding-left:0px;
}
.internalpage3_main_block .single_box_img img{
	padding:5px 0;
	height:95px;
	width:100%;
}
.internalpage3_main_block .single_box_title{
	max-width:72%;
	 flex: 0 0 72%;
	-ms-flex: 0 0 72%;
	padding:5% 0;
}
.internalpage3_main_block .single_box_title h3{
	font-size:20px;
    font-family: "Ramabhadra",Times,serif;
	line-height:22px;
	height:45px;
	overflow:hidden;
	padding-top:1%;
	margin-bottom:0%;
	padding-left:2%;
}
.internalpage3_main_block .single_box_title h3 a{
	color:#f55a3b;
}
.internalpage3_main_block .single_box_title h3 a:hover{
	color: #A94647;
}

/*****************************internalpage3 css end***************************/


/*****************************internalpage4 css start***************************/
.internalpage4 .row{
	margin-left:0;
	margin-right:0;
}
.internalpage4{
	padding-left:0px;
	padding-right:0px;
}
.internalpage4 .rt-grid-12 {
    width: 100%;
    max-width: 1024px;
}
.internalpage4_main_block{
	background: #fff;
    max-width: 98.3%;
    margin: 5px auto;
    padding-left: 2px;
	padding-right:2px;
	padding-bottom:5px;
}
.internalpage4_main_block .single_row{
	margin-bottom:5px;
}
.internalpage4_main_block .row_title{
	padding:5px;
	max-width:99%;
}
.internalpage4_main_block .row_title h2{
    background-color: #f9d79b;
    font-weight: bold;
	font-size:20px;
	padding:10px 10px;
	border-radius:5px;
	font-family: 'SourceSansProRegular', Helvetica, Arial, sans-serif;
	color:#000;
	text-transform:capitalize;
}
.internalpage4_main_block .single_item{
	margin-top:0.5%;
	margin-bottom:0.5%;
	max-width:23.5%;
	 flex: 0 0 23.5%;
	-ms-flex: 0 0 23.5%;
	padding-left:3px;
	padding-right:12px;
}
.internalpage4_main_block .single_item .single_item_img img{
	height:160px;
	width:100%;
	transition: transform 0.5s ease-in;
}
.internalpage4_main_block .single_item .single_item_img img:hover{
	transform: scale(1.02);
}
.internalpage4_main_block .single_item:hover .single_item_img img{
	border:1px solid #f9ae9f;
}
.internalpage4_main_block .single_item_title h3{
	font-size:20px;
	color:#f55a3b;
    font-family: "Ramabhadra",Times,serif;
	 height: 40px;
    overflow: hidden;
	padding-top:7px;
	margin-bottom:0;
	line-height:22px;
	padding-left:2%;
	text-align:left;
}
.internalpage4_main_block .single_item_title h3:hover{
	color: #A94647;
}
.internalpage4_main_block .single_item_more{
	float: right;
    padding:2px 0 0 0;
    margin-bottom: 5px;
    font-size: 15px;
    background-color: #FCF1B4;
    height: 30px;
    text-align: center;
	border-radius: 15px;
	display: inline-block;
	max-width:7%;
	color: #C9822A;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	 border: 1px solid #fcf1b4;
}
.internalpage4_main_block .single_item_more:hover{
	background-color: #fff;
    color: #A94647 !important;
    border: 1px solid #fcf1b4;
}
.internalpage4_main_block .single_item_more a{
	font-weight:bold;
	 color: #C9822A;
}

/*****************************internalpage4 css end***************************/


/*****************************internalpage5 css start***************************/
.internalpage5 .row{
	margin-left:0;
	margin-right:0;
}
.internalpage5{
	padding-left:0px;
	padding-right:0px;
}
.internalpage5 .rt-grid-12 {
    width: 100%;
    max-width: 1024px;
}
.internalpage5_main_block{
	background: #fff;
    max-width: 98.3%;
    margin: 5px auto;
    padding-left: 2px;
	padding-right:2px;
	padding-bottom:5px;
}
.internal_tithi_go_button{
	background: #016ABC;
    color: #fff;
    border: 0px solid #eee;
    border-radius: 50%;
    height: 30px;
	margin-left:20%;
	font-size:14px;
}
.internalpage5_main_block .thidhi_top_search{
	max-width:98%;
	margin-top:1%;
	margin-bottom:1%;
}
.thidhi_month_block .monthname{
	margin:0;
	float:left;
	font-size:24px;
	font-weight:bold;
	width:98%;
	padding-left:1%;
}
.thidhi_month_block{
	padding-left:4px;
	padding-right:4px;
	max-width:99%;
} 
.thidhi_month_block .thidhi_symbol_block{
	width:100%;
	height:auto;
	margin:0px;
	text-align:center;
}
.thidhi_symbol_block .leftside_img{
	margin:20px; 
	float:left;
	width:5%; 
	height:50px;
	font-size:36px;
	font-weight:bold;
}
.thidhi_symbol_block .leftside_img img{
	width:50px;
	height:50px;
}
.thidhi_symbol_block .rightside_img{
	margin:20px; 
	float:right; 
	width:5%; 
	height:50px; 
	font-size:36px;
	font-weight:bold;
}
.thidhi_symbol_block .rightside_img img{
	width:50px;
	height:50px;
}
.thidhi_display_block{
    width: 100%;
    height: auto;
    margin: 0px 5px;
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.thidhi_display_block .single_display_block{
    margin: 5px 3px 5px 4px;
    padding: 3px 0;
    float: left;
    border-color: #000000;
    text-align: justify;
    border: solid 1px;
	max-width:32.4%;
    flex: 0 0 32.4%;
	-ms-flex: 0 0 32.4%;
	min-height:330px;
}
.single_display_block .thidhi_status{
	position: absolute;
    z-index: 6;
   	margin:30% auto;
    text-align: center;
    font-size:120px;
    width: 100%;
    height: 110px;
    color: #e1e1e1;
    overflow: hidden;
	}
.single_display_block .thidhi_block{
	position: relative;
    top: 0;
    z-index: 7;
	font-family:Ramabhadra;
	padding:15px 10px 10px 10px;
}	
.single_display_block .thidhi_block p{
	margin-bottom:0%;
	font-size:20px;
	line-height:25px;
	font-weight:500;
}
.thidhi_datanotfound{
	width: 100%;
    height: 270px;
    margin: 7px 5px;
    padding: 5px;
    float: left;
    border-color: #000000;
    text-align: center;
    border: solid 1px;
}
.thidhi_datanotfound p{
	text-align:center;
    color: #FF0000;
    font-weight: bold;
	vertical-align:middle;
	margin:120px 0 0 0;
}
/*****************************internalpage5 css end***************************/




/*****************************internalpage6 css start***************************/
.internalpage6 .row{
	margin-left:0;
	margin-right:0;
}
.internalpage6{
	padding-left:0px;
	padding-right:0px;
}
.internalpage6 .rt-grid-12 {
    width: 100%;
    max-width: 1024px;
}
.internalpage6_main_block{
	background: #fff;
    max-width: 98.3%;
    margin: 5px auto;
    padding-left: 2px;
	padding-right:2px;
	padding-bottom:5px;
}
.internalpage6_main_block .single_row{
	margin-bottom:5px;
}
.internalpage6_main_block .row_title{
	padding:5px;
	max-width:99%;
}
.internalpage6_main_block .row_title h2{
    font-weight: bold;
	font-size:30px;
	padding:10px 10px;
	font-family: 'SourceSansProRegular', Helvetica, Arial, sans-serif;
	color:#000;
	margin-bottom:0;
	text-transform:capitalize;
}
.internalpage6_main_block .full_single_box{
	max-width:47.5%;
	 flex: 0 0 47.5%;
	-ms-flex: 0 0 47.5%;
	padding-left:6px;
	padding-right:6px;
	margin-top:0.5%;
	margin-bottom:0.5%;
	border:1px solid #d9d9d9;
	margin-right:0.5%;
	margin-left:0.5%;
}
.internalpage6_main_block .single_box_img{
		max-width:25%;
	 flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	padding-left:0px;
}
.internalpage6_main_block .single_box_img img{
	padding:5px 0;
	height:95px;
	width:100%;
}
.internalpage6_main_block .single_box_title{
	max-width:72%;
	 flex: 0 0 72%;
	-ms-flex: 0 0 72%;
	padding:5% 0;
}
.internalpage6_main_block .single_box_title h3{
	font-size:20px;
    font-family: "Ramabhadra",Times,serif;
	line-height:22px;
	height:45px;
	overflow:hidden;
	padding-top:1%;
	margin-bottom:0%;
	padding-left:2%;
}
.internalpage6_main_block .single_box_title h3 a{
	color:#f55a3b;
}
.internalpage6_main_block .single_box_title h3 a:hover{
	color: #A94647;
}
.internalpage6_main_block .single_item_more_pagination{
	float:right;
	text-align:right;
	padding-right:10px;
	max-width:98%;	
}
.internalpage6_main_block .single_item_more_pagination a {
    color: black;
    padding: 2px 2px;
    font-size: 18px;
}
.internalpage6_main_block .single_item_more_pagination .present {
	 pointer-events: none; 
	 cursor: default;
	 background-color: #ddd;
}
.full_block{
	width:100%;
}
/*****************************internalpage6 css end***************************/


/***********************detailpage1 css start*******************************/
.detailpage {
    padding-left: 0px;
    padding-right: 0px;
}
.detailpage_main_block{	
	background: #fff;
    max-width: 98.3%;
    margin: 5px auto;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
	font-family:Ramabhadra;
}
.detailpage_main_block .row{
	margin-left:0px;
	margin-right:0px;
}
.top_prev_next .prev_next_width{
	width:20%;
	text-align:center;
}
.top_prev_next .prev_next_width .readmore_left{
	margin:20px 0 10px 0; 
	float:left;
}
.top_prev_next .prev_next_width .readmore_right{
	margin:20px 0 10px 0;
	 float:right;
	 }
.top_prev_next .prev_next_width .readmore_left,.top_prev_next .prev_next_width .readmore_right{	 
	background-color: #FCF1B4;
	border-color: rgba(252, 241, 182, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	display: inline-block;
    padding:9px 20px 5px 20px;
    line-height:20px;
    font-size: 18px;
    border-radius: 15px;
}
.top_prev_next .prev_next_width .readmore_left a,.top_prev_next .prev_next_width .readmore_right a{	
	color: #C9822A;
	font-weight:bold;
}
.top_prev_next .prev_next_width .readmore_left:hover,.top_prev_next .prev_next_width .readmore_right:hover{	
	background:white;
}
.top_prev_next .prev_next_width .readmore_left:hover a,.top_prev_next .prev_next_width .readmore_right:hover a{	
	color: #A94647;
	}
.top_prev_next table{
	width:100%;
}
.top_sharedbuttons{
	float: right;
    width: 100%;
    margin: 0;
    text-align: right;
    margin-right: 20%;
	padding-bottom:1%;
}
.bottom_sharedbuttons{
	float: right;
    width: 100%;
    margin: 0;
    text-align: right;
    margin-right: 20%;
	padding-top:1%;
}
.main_content_block{
	padding:5px 20px;
}
.main_content_block p{
	max-width:99%;
	margin:0 auto;
	font-size:22px;
	font-family:Ramabhadra;
	line-height:30px;
	margin-bottom:10px;
}
/*.main_content_block p .english {
	font-family: 'SourceSansProRegular', Helvetica, Arial, sans-serif;
	font-size: 18px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-weight: bold;
}*/
.main_content_block iframe{
	max-width:100%;
	margin:0 auto;
	height:450px;
	text-align:center;
	border-radius:5px;
}
/*.main_content_block p iframe{
	max-width:90%;
	margin:0 auto;
	height:400px;
}*/
.alsoread_bottom{
	margin:10px;
}
.alsoread_bottom table{
	width:100%;
	text-align:center;
}
.alsoread_bottom .read_heading{
	width:100%;
	text-align:left;
	font-size:20px;
	margin-bottom:2px;
}
.leftside_alsoread{
	margin:0; 
	float:left;
}
.leftside_alsoread a{
	display: inline-block;
	border:1px solid black;
	border-radius:5px;
	
}
.rightside_alsoread a{
	display: inline-block;
	border:1px solid black;
	border-radius:5px;
}
.rightside_alsoread{
	margin:0; 
	float:right;
}
.alsoread_bottom img{
	height:80px;
	width:110px;
}
.leftside_alsoread_title{
	font-weight: bold;
    float: left;
    max-width: 25%;
    margin-top: 20px;
    height: 43px;
    line-height: 22px;
    overflow: hidden;
    font-size: 19px;
	text-align:left;
	padding-left:1%;
	padding-top:5px;
}
.leftside_alsoread_title a,.rightside_alsoread_title a{
    color: #f55a3b;
	}
.leftside_alsoread_title a:hover,.rightside_alsoread_title a:hover{	
    color: #A94647;	
	}
.rightside_alsoread_title{
	font-weight: bold;
    float: right;
    max-width: 25%;
    margin-top:20px;
    height: 43px;
    line-height: 22px;
    overflow: hidden;
    font-size: 19px;
	text-align:left;
	padding-right:1%;
	padding-top:5px;
}
.more_about_article_heading{
    width: 99%;
    height: 30px;
    background-color: #f9d79b;
/*    font-weight: bold;*/
    line-height:35px;
	font-size:19px;
	padding-left:1%;
	overflow:hidden;
}
.more_about_article .single_item{
	margin-top: 0.5%;
    margin-bottom: 0.5%;
    max-width: 22.5%;
    flex: 0 0 22.5%;
    -ms-flex: 0 0 22.5%;
    padding-left: 9px;
    padding-right:10px;
	margin-right:5px;
}
.more_about_article .single_item_img img {
    height: 160px;
    width: 100%;
    transition: transform 0.5s ease-in;
}
.more_about_article .single_item:hover .single_item_img img {
    border: 1px solid #f9ae9f;
}
.more_about_article .single_item .single_item_img img:hover {
    transform: scale(1.02);
}
.more_about_article .single_item_title h3 {
    font-size: 20px;
    color: #f55a3b;
    font-family: "Ramabhadra",Times,serif;
    height: 25px;
    overflow: hidden;
    padding-top: 7px;
    margin-bottom: 0;
    line-height: 26px;
    padding-left: 2%;
    text-align: left;
}
.more_about_article .single_item_title h3:hover {
    color: #A94647;
}
.more_about_article .single_item_more {
    float: right;
    padding: 2px 0 0 0;
    margin-bottom: 5px;
    font-size: 15px;
    background-color: #FCF1B4;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    max-width: 7%;
    color: #C9822A;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid #fcf1b4;
	font-family: 'SourceSansProRegular', Helvetica, Arial, sans-serif;
}
.more_about_article .single_item_more a {
    font-weight: bold;
    color: #C9822A;
}
.more_about_article .single_item_more:hover {
    background-color: #fff;
    color: #A94647 !important;
    border: 1px solid #fcf1b4;
}
#slide-box img{
	margin: 0px;
    float: right;
    height: 80px;
    width: 80px;
}
/***********************detailpage1 css end**********************************/


/***********************detailpage2 css start**********************************/

.detail_video_title{
	padding: 5px;
    max-width: 99%
}
.detail_video_title h3{
	background-color: #f9d79b;
    font-weight: bold;
    font-size: 19px;
    padding: 10px 10px;
    border-radius: 5px;
    font-family: 'SourceSansProRegular', Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: capitalize;
	height: 25px;
    overflow: hidden;
}

/***********************detailpage2 css end**********************************/
/*** devotional_2020.css Ends ***/
/*** responsive_2020.css Starts ***/
@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1024px) and (min-width: 992px){
.header_logo {
    max-width:20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.topheaderad {
    display: none;
}
.icon-bar{
	display:none;
}
.gf-menu{
	margin:0 auto;
}
.layout-mode-responsive .gf-menu.l1 > li {
	margin-right:1px;
}
.gf-menu .item{
	padding:1px 2px;
}
.gf-menu.l1 > li > .item{
	padding-bottom:0;
	font-size:15px;
}
.gf-menu li strong{
	
}
.rt-container {
    width: 990px;
}
.right_latest_videos .singleimg_block {
    padding-left: 3px;
    padding-right: 2px;
}
.block_content .block_content_description {
    padding-right: 2px;
    padding-left: 5px;
}
.first_rightsub .block_content_description {
    max-width: 64%;
    flex: 0 0 64%;
    -ms-flex: 0 0 64%;
    padding-right: 0px;
}

}
@media screen and (max-width: 900px) and (min-width: 0px){
#global-nav {
    display: none;
}
.second_kids{
	display:none;
}
.topheaderad {
	display:none;
}	
}
@media screen and (max-width: 992px) and (min-width: 768px){

.header_logo {
max-width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.header_logo img {
    height: 100px;
    width: 65%;
}
.topheaderad {
	display:none;
}	
	
.first {
    margin-top: 190px;
}
/***************internalpage start******/
.internalpage_main_block .single_item{
	max-width: 23.5%;
    flex: 0 0 23.5%;
    -ms-flex: 0 0 31.5%;
}
.internalpage_main_block .single_item .zoom_img img {
    height: 220px;
    width: 100%;
    margin: 0 auto;
}
.internalpage_main_block .single_item_title h3{
	text-align:center;
	padding:4px;
}

/***************internalpage end******/	

/***************internalpage2 start******/
.internalpage2_main_block .single_item{
	max-width: 31.3%;
    flex: 0 0 31.3%;
    -ms-flex: 0 0 31.3%;
}
.internalpage2_main_block .single_item .single_item_img img{
	height:150px;
}

.internalpage2_main_block .single_item_title h3{
	font-size: 20px;
    line-height: 25px;
    padding-top: 5px;
	text-align:center;
}

/***************internalpage2 end******/	

/***************internalpage5 start******/
.internalpage5_main_block .thidhi_top_search{
	max-width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding-left: 0px;
    padding-right: 10px;
}
.internalpage5_main_block .thidhi_top_search table{
	float:none;
	margin:0 auto;
}
.internalpage5_main_block .thidhi_top_search td{
	text-align:center;
}
.internalpage5_main_block .thidhi_top_search td select {
    width: 96%;
}
.internal_tithi_go_button{
	margin-top: 75%;
}
.thidhi_month_block .monthname{
	text-align:center;
	margin-top:1%;
}
.thidhi_symbol_block .leftside_img,.thidhi_symbol_block .rightside_img{
	width:auto;
	margin:3px;
}
.thidhi_display_block .single_display_block{
    max-width: 48.5%;
    flex: 0 0 48.5%;
    -ms-flex: 0 0 48.5%;
}

/***************internalpage5 end******/

/***************internalpage6 start******/
.internalpage6_main_block .row_title h2{
	font-size:25px;
	text-align:center;
	padding:5px;
}
.internalpage6_main_block .full_single_box{
    max-width:47%;
    flex: 0 0 47%;
    -ms-flex: 0 0 47%;
}
.internalpage6_main_block .single_item_more_pagination{
	margin-top:1%;
}
.internalpage6_main_block .single_box_title h3{
	line-height:25px;
	height:50px;
	padding-top:5px;
}


/***************internalpage6 end******/

/***************detailpage start******/
.top_prev_next .prev_next_width {
    width: 60%;
    text-align: center;
}
.detail_video_title h3{
	font-size:16px;
	height: 30px;
    overflow: hidden;
    line-height: 20px;
}
.main_content_block iframe {
    max-width: 85%;
    margin: 0 auto;
    height: 350px;
    text-align: center;
    border-radius: 5px;
}
.leftside_alsoread_title{
	
}
.rightside_alsoread_title{
	
}
.more_about_article .single_item{
	max-width: 30.9%;
    flex: 0 0 30.9%;
    -ms-flex: 0 0 30.9%;
	padding-left:6px;
    padding-right:5px;
    margin-right: 7px;	
}
.more_about_article .single_item_img img {
    height: 180px;
    width: 100%;
    transition: transform 0.5s ease-in;
}
.more_about_article .single_item_title h3{
	text-align:center;
}
.more_about_article .single_item_more{
	    max-width: 8%;
}
/***************detailpage end******/
}

@media screen and (max-width: 768px) and (min-width: 576px){
.header_logo{
	 max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    height: 55px;
}
.header_logo img {
    height: 100%;
    width: auto;
}
.headertoprightsideupdate {
	display:none;
}
.first {
    margin-top: 142px;
}
/***************internalpage start******/
.internalpage_main_block .single_item{
	max-width: 31.5%;
    flex: 0 0 31.5%;
    -ms-flex: 0 0 31.5%;
}
.internalpage_main_block .single_item .zoom_img img {
    height: 220px;
    width: 100%;
    margin: 0 auto;
}
.internalpage_main_block .single_item_title h3{
	text-align:center;
	padding:4px;
}

/***************internalpage end******/

/***************internalpage2 start******/
.internalpage2_main_block .single_item{
	max-width: 31%;
    flex: 0 0 31%;
    -ms-flex: 0 0 31%;
}
.internalpage2_main_block .single_item .single_item_img img{
	height:150px;
}

.internalpage2_main_block .single_item_title h3{
	font-size: 20px;
    line-height: 25px;
    padding-top: 5px;
	text-align:center;
}

/***************internalpage2 end******/

/***************internalpage3 start******/
.internalpage3_main_block .full_single_box{
	max-width: 47%;
    flex: 0 0 47%;
    -ms-flex: 0 0 47%;
}
.internalpage3_main_block .single_box_title h3{
    font-size: 19px;
    font-family: "Ramabhadra",Times,serif;
    line-height: 25px;
    height: 50px;	
}
/***************internalpage3 end******/

/***************internalpage4 start******/
.internalpage4_main_block .single_item{
	max-width: 31%;
    flex: 0 0 31%;
    -ms-flex: 0 0 31%;
}
.internalpage4_main_block .single_item_title h3{
	font-size: 20px;
    height: 48px;
    overflow: hidden;
    line-height: 25px;
    padding-top: 5px;
	text-align:center;
}
.internalpage4_main_block .single_item_more{
	max-width:10%;
}
.offset-11 {
    margin-left: 81.666667%;
}
/***************internalpage4 end******/

/***************internalpage5 start******/
.internalpage5_main_block .thidhi_top_search{
	max-width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding-left: 0px;
    padding-right: 10px;
}
.internalpage5_main_block .thidhi_top_search table{
	float:none;
	margin:0 auto;
}
.internalpage5_main_block .thidhi_top_search td{
	text-align:center;
}
.internalpage5_main_block .thidhi_top_search td select {
    width: 96%;
}
.internal_tithi_go_button{
	margin-top: 75%;
}
.thidhi_month_block .monthname{
	text-align:center;
	margin-top:1%;
}
.thidhi_symbol_block .leftside_img,.thidhi_symbol_block .rightside_img{
	width:auto;
	margin:3px;
}
.thidhi_display_block .single_display_block{
    max-width: 48.5%;
    flex: 0 0 48.5%;
    -ms-flex: 0 0 48.5%;
}

/***************internalpage5 end******/

/***************internalpage6 start******/
.internalpage6_main_block .row_title h2{
	font-size:25px;
	text-align:center;
	padding:5px;
}
.internalpage6_main_block .full_single_box{
    max-width:47%;
    flex: 0 0 47%;
    -ms-flex: 0 0 47%;
}
.internalpage6_main_block .single_item_more_pagination{
	margin-top:1%;
}
.internalpage6_main_block .single_box_title h3{
	line-height:25px;
	height:50px;
	padding-top:5px;
}

/***************internalpage6 end******/

/***************detailpage start******/
.top_prev_next .prev_next_width {
    width: 60%;
    text-align: center;
}
.detail_video_title h3{
	font-size:16px;
	height: 30px;
    overflow: hidden;
    line-height: 20px;
}
.main_content_block iframe {
    max-width: 85%;
    margin: 0 auto;
    height: 300px;
    text-align: center;
    border-radius: 5px;
}
.leftside_alsoread_title{
	
}
.rightside_alsoread_title{
	
}
.more_about_article .single_item{
	max-width: 30.5%;
    flex: 0 0 30.5%;
    -ms-flex: 0 0 30.5%;
	padding-left:6px;
    padding-right:5px;
    margin-right: 7px;	
}
.more_about_article .single_item_img img {
    height: 140px;
    width: 100%;
    transition: transform 0.5s ease-in;
}
.more_about_article .single_item_title h3{
	text-align:center;
}
.more_about_article .single_item_more{
	    max-width: 15%;
}
/***************detailpage end******/

}



@media screen and (max-width: 576px){
.jumbotron{
	padding-bottom:1%;
}
.header_logo {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    height: 55px;
}
.header_logo img {
    height: 100%;
    width: auto;
}
.topheaderad {
    display: none;
}
.headertoprightsideupdate {
    display: none;
}
.layout-mode-responsive .gf-menu{
	padding: 0;
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
}
.gf-menu{
	margin-top:0;
}
.gf-menu li{
	display: inline;
    margin-left:1%;
    width: auto;
    line-height: 1.5;
}
.gf-menu.l1 > li > .item{
	font-size: 13px;
	text-decoration: none;
	height: 20px;
	font-weight: bold;
	padding:0;
}
.first {
    margin-top: 105px;
}
.slider_container_banner{
	height:150px;
}
.slider_container_main{
	height:150px;
}
.flexslider img{
	border:1ps solid #C46D1D;
	width:100%;
	height:150px;
}
.thithi_line {
    height: 905px;
    margin-bottom: 0;
	overflow:hidden;
}
.index_thidhi_box{
	max-width:100%;
	padding-left:1px;
	padding-right:2px;
}
.index_thidhi_box{
	margin-bottom:2%;
}
.index_720ad{
	display:none;
}
.latest_row .col-8{
	margin:0 auto;
}
.latest_row .col-12 {
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
}
.latest_row h2{
	text-align:center;
}
.right_latest_articles {
	margin-bottom:1%;
}
.right_latest_videos{
	margin-left:0;
}
.right_latest_videos .singleimg_block{
    max-width: 48%;
    flex: 0 0 48%;	
	-ms-flex: 0 0 48%;
}
.endhuku_emiti_line li h2{
	text-align:center;
}
.endhuku_emiti_line .total_block{
	width:99%;
}
.puranapatralu_row .leftside_block{
    max-width:94%;
    flex: 0 0 94%;	
	-ms-flex: 0 0 94%;
	padding-right:6px;
	margin:0;
	margin-left:2%;
	margin-bottom:1%;
}
.leftside_block .block_title h2{
	 font-size:20px;
	 text-align:center;
}
.block_content .block_content_description{
    max-width: 62%;
    flex: 0 0 62%;
    -ms-flex: 0 0 62%;
    padding-right: 2px;
    padding-left: 8px;
}


.puranapatralu_row .rightside_block{
	max-width:94%;
    flex: 0 0 94%;	
	-ms-flex: 0 0 94%;
	padding-right:8px;
	margin:0;
	margin-left:2%;
}
.rightside_block .block_title h2{
	 font-size:20px;
	 text-align:center;
}
.manga_row .first_line .leftside{
	max-width:96%;
    flex: 0 0 96%;	
	-ms-flex: 0 0 96%;
	padding-right:6px;
	margin:0;
	margin-left:2%;
}
.firstsub .first_leftsub{
	max-width:98%;
    flex: 0 0 98%;	
	-ms-flex: 0 0 98%;
}
.firstsub .heading{
	text-align:center;
}
.firstsub .first_rightsub{
	max-width:98%;
    flex: 0 0 98%;	
	-ms-flex: 0 0 98%;	
}
.secondsub .singleimg_block{
	max-width: 48%;
	flex: 0 0 48%;
	-ms-flex: 0 0 48%;

}

.manga_row .first_line .rightside{
	max-width:96%;
    flex: 0 0 96%;	
	-ms-flex: 0 0 96%;
}
.footerrow .col-12{
	    max-width: 99%;
    flex: 0 0 99%;
    -ms-flex: 0 0 99%;
}	
.footer_title h4{
	text-align:center;
} 
.followus {
	margin:0 auto;
	text-align:center;
}
.disclaimer.row{
	 display:none;
}	
	 
.icon-bar{
	display:none;
}
/***************internalpage start******/
.internalpage_main_block .single_item{
	max-width: 47%;
    flex: 0 0 47%;
    -ms-flex: 0 0 47%;
}
.internalpage_main_block .single_item .zoom_img img {
    height: 190px;
    width: 96%;
    margin: 0 auto;
}
.internalpage_main_block .single_item_title h3{
	text-align:center;
	padding:4px;
}
/***************internalpage end******/

/***************internalpage2 start******/
.internalpage2_main_block .single_item{
	max-width: 46%;
    flex: 0 0 46%;
    -ms-flex: 0 0 46%;
}
.internalpage2_main_block .single_item .single_item_img img{
	height:130px;
}

.internalpage2_main_block .single_item_title h3{
	font-size: 20px;
    height: 48px;
    overflow: hidden;
    line-height: 25px;
    padding-top: 5px;
	text-align:center;
}
/***************internalpage2 end******/







/***************internalpage3 start******/
.internalpage3_main_block .full_single_box{
	max-width: 96%;
    flex: 0 0 96%;
    -ms-flex: 0 0 96%;
	margin:0.5%;
}
.internalpage3_main_block .single_box_title h3{
	font-size: 19px;
    line-height: 23px;
    height: 45px;
}

/***************internalpage3 end******/

/***************internalpage4 start******/
.internalpage4_main_block .single_item{
	max-width: 46%;
    flex: 0 0 46%;
    -ms-flex: 0 0 46%;
}
.internalpage4_main_block .single_item_title h3{
	font-size: 20px;
    height: 48px;
    overflow: hidden;
    line-height: 25px;
    padding-top: 5px;
	text-align:center;
}
.internalpage4_main_block .single_item_more{
	max-width:15%;
}
.offset-11 {
    margin-left: 81.666667%;
}
/***************internalpage4 end******/

/***************internalpage5 start******/
.internalpage5_main_block .thidhi_top_search{
	max-width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding-left: 0px;
    padding-right: 10px;
}
.internalpage5_main_block .thidhi_top_search td{
	text-align:center;
}
.internalpage5_main_block .thidhi_top_search td select {
    width: 94%;
}
.internal_tithi_go_button{
	margin-top: 75%;
}
.thidhi_month_block .monthname{
	text-align:center;
	margin-top:1%;
}
.thidhi_symbol_block .leftside_img,.thidhi_symbol_block .rightside_img{
	width:auto;
	margin:3px;
}
.thidhi_display_block .single_display_block{
    max-width: 97%;
    flex: 0 0 97%;
    -ms-flex: 0 0 97%;
}

/***************internalpage5 end******/

/***************internalpage6 start******/
.internalpage6_main_block .row_title h2{
	font-size:25px;
	text-align:center;
	padding:5px;
}
.internalpage6_main_block .full_single_box{
    max-width: 96%;
    flex: 0 0 96%;
    -ms-flex: 0 0 96%;
}
.internalpage6_main_block .single_item_more_pagination{
	margin-top:1%;
}
.internalpage6_main_block .single_box_title h3{
	line-height:25px;
	height:50px;
	padding-top:5px;
}
/***************internalpage6 end******/

/***************detailpage start******/
.top_prev_next .prev_next_width {
    width: 60%;
    text-align: center;
}
.detail_video_title h3{
	font-size: 16px; 
	overflow: hidden;
	height:auto;
/*    height: 35px;
    padding-top: 5px;*/
    line-height: 22px;
}
.main_content_block iframe {
    max-width: 100%;
    margin: 0 auto;
    height: 200px;
    text-align: center;
    border-radius: 5px;
}
.leftside_alsoread_title{
	display:none;
}
.rightside_alsoread_title{
	display:none;
}
.more_about_article .single_item{
	max-width: 44.5%;
    flex: 0 0 44.5%;
    -ms-flex: 0 0 44.5%;
	padding-left:5px;
    padding-right:5px;
    margin-right: 7px;	
}
.more_about_article .single_item_img img {
    height: 140px;
    width: 100%;
    transition: transform 0.5s ease-in;
}
.more_about_article .single_item_title h3{
	text-align:center;
}
.more_about_article .single_item_more{
	    max-width: 15%;
}
/***************detailpage end******/
}

@media screen and (max-width:360px){
.first {
    margin-top: 125px;
}
}
/*** responsive_2020.css Ends ***/

