/*
blue	- 01499B;
red		- 

@import url('https://fonts.googleapis.com/css?family=Balthazar');
@import url('https://fonts.googleapis.com/css?family=Catamaran:300');
*/

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300&display=swap');

body
{
	/*
	font-family: 'Balthazar', serif;
	font-family: 'Catamaran', sans-serif;
	*/
	
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px !important;
}

@font-face
{
	font-family: Bamini;
	src: url(theme/Bamini.ttf);
}

html
{
}

/* smooth scrolling css */
.affix {
top:0;
width: 100%;
z-index: 9999 !important;
}

.affix .row-nav {
position: relative;
top: 0px;
}

.affix .left-navbar {
position: absolute;
top: 100px;
}

/*
from CK editor
*/

.col-def 
{
	padding:0px !important;
	margin:0px !important;
}

.row
{
	margin: 0px !important;
	padding:0 !important;
}

.container-fluid, .container
{
	padding:0px !important;
}

.full-page
{
	/*
	background:#fafff7;
	background:#fff;
	background-image: url('theme/images/1.jpg');
	*/
	background:#fafafa;
	background-size: 100% 100%;
}

.full-content
{
	margin: 20px auto 10px auto;
}

/*
paging-row
*/
.paging-row
{
	background-color: #eee;
	margin: 20px auto !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 5px !important;
	border-top: #333 thin solid;
	border-bottom: #333 thin solid;
}

/*navbar*/

.row-nav
{
	/*
	background:#088924 ;
	background: #eb4034;
	*/
	background: #2e3192;
	border-top:#15a110 solid 3px;
	padding: 10px 0;
}

.row-nav
{
    height: 100px;
	position: fixed;
	top : 0;
	width: 100%;
	z-index: 10;
}

.full-content
{
	margin-top: 50px;
}

body
{
	margin-top: 50px;
}

.navbar-default
{
	background: none;
	border:none;
	margin: 0;
}

@media only screen and (max-width: 600px) {
	.navbar-header
	{
		width: 100%;
	}
}

.navbar
{
	border-radius:0;
}


@media (max-width: 800px)
{
	.navbar
	{
		border-radius:0;
		height: auto;
	}
	
}

.navbar-default .navbar-brand
{
padding-top: 5px;
	
}

.navbar-default .navbar-brand img
{
	height: 55px;
	width: 190px;
	padding-bottom: 10px;
	
	
}

.navbar-collapse
{
	margin:0px !important;
	padding:0px !important;
}

.navbar-nav
{
	margin:0px !important;
}

.navbar-default .navbar-nav > li
{
	margin:0;
}

.navbar-default .navbar-nav > li > a {
  color:#fff;
  margin: 10px 5px 5px 5px;
  padding:5px;
  font-size: 16px;
}

.navbar-default .navbar-nav > li > a  > i{
  font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover
{
	color: #fcba03;
}

.navbar-default .navbar-nav > li > a.special, .navbar-default .navbar-nav > li > a.special:hover {
	color: #fff;
	border-radius: 10px;
	background-color: #15a110;
	border: #fff thin solid;
}

.navbar-default .navbar-nav > li > a.special-green, .navbar-default .navbar-nav > li > a.special-green:hover {
	background-color: #50ad75;
	color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > .active {
  text-decoration: none;
  color: #fff;
}

.navbar-default .navbar-nav > li > a.special:hover, .navbar-default .navbar-nav > li > a.special.active {
  text-decoration: none;
}

@media (max-width: 767px)
{
	.navbar-default .navbar-nav > li > a:hover 
	{
		margin: 20px 5px 0 0;  
		padding:10px;
	}
}

/*
home-banner
*/
.home-banner
{
	margin-bottom: 20px;
	border: #aaa 2px solid;
	box-shadow: #ddd 3px 3px 3px;
}

.home-banner img
{
	width: 100%;
}


/*******
profile
********/
.profile, .search
{
	margin-bottom: 30px;
	
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	
	border: #999 1px solid !important;
	font-size: 16px;
}

.profile .panel
{
	margin: 0;
	border: none;
}

.profile .panel .panel-head
{
	padding: 10px 0 0 15px;
}

.profile .panel .panel-body
{
	background-color: #fdfffc;
	padding: 0;
}

.profile .panel .panel-body .login-message
{
	text-align: center;
	padding: 50px;
	background-color: #f9edf8;
}

.profile .panel .panel-footer
{
	/*
	background-color: #F9A63E;
	*/
	background-color: #eeeeee;
	
}

.profile .panel .panel-footer a
{	
	border-radius: 25px !important;
	font-size: 15px;
}

.profile .panel-footer .i-black
{
	color: #000;
}

.profile .panel-footer .i-red
{
	color: #F00;
}

.profile .panel-footer .i-green
{
	color: #159307;
}

.profile .panel-footer .i-blue
{
	color: #00F;
}

.profile .panel-footer .i-orange
{
	color: #ff00f2;
}

.profile .panel-footer .i-purple
{
	color: #8105aa;
}

.profile .panel-premium
{
	padding: 10px 15px;
	background-color: #f5f5f5;
}

.profile .panel-premium .label
{
	background-color: #088924;
	color: #fff !important;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}

.profile .title
{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	text-shadow: none;
}

.profile .title small
{
	font-size: 14px !important;
	font-weight: normal;
}

.profile .meta
{
	font-size: 15px;
	margin: 10px 0;
	display: inline-block;
}

@media only screen and (max-width: 750px) {
	.profile .meta
	{
		margin: 0;
	}
}


.profile .meta i
{
	margin-right: 5px;
}

.profile .profile-content
{
	padding: 15px;
}

.profile .content  img
{
	border: #eee thin solid;
	box-shadow: #f3f3f3 3px 3px 5px;
	border-radius: 5px;
}

.profile .content  table.no-border th, .profile .content  table.no-border td
{
	border: none;
	padding: 2px;
}

.profile .horoscope-table td
{
	height: 60px !important;
	width: 60px !important;
	vertical-align: middle;
	background-color: #fff;
	font-size: 12px !important;
}


/*********
left-navbar
********/
.left-navbar .list-group
{
	border: #4b34eb thin solid;
	background-color: #f2fffb;
}

.left-navbar .list-group .content
{
	padding: 5px;
}

.left-navbar .list-group-item
{
	border: none;
	background: none;
	padding: 5px !important;
	font-weight: bold;
}

.left-navbar .list-group-item.heading
{
	color: #fff;
	background-color: #2e3192;
	font-weight: bold;
	font-size: 16px;
	border-radius: 0;
}

.left-navbar .thumbnail-link
{
	display: inline-block;
	margin-top: 5px;
}

.left-navbar .thumbnail-link img
{
	width: 60px;
	height: 60px;
	border: #000 thin solid;
	padding: 0px;
}

.left-navbar .info-widget-1
{
	text-align: center;
	background-color: #f2fffb;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	border: #4b34eb thin solid;
	box-shadow: #ddd 3px 3px 3px;
}

.left-navbar .info-widget-1 .title
{
	font-size: 18px;
	font-weight: bold;
}

/*********
btn
********/
.btn-link, .btn-link:hover
{
	color: #088924;
	border-radius: 0;
	text-decoration: none;
}

.btn-primary, .btn-primary:hover
{
	background-color: #eb4034;
}

/**********
google-ad
***********/
.google-ad-horizontal
{
	margin-bottom: 20px;
}
.google-ad-horizontal img
{
	width: 100%;
}

/***********
search
************/
.search .panel
{
	margin: 0;
	padding: 0;
	background-color: #f0e15d;
}

.search .panel .panel-head
{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	margin: 20px 30px;
}

.search .panel .panel-body
{
	margin: 0;
}

.search .panel .panel-body .form-control
{
	border-radius: 0;
	box-shadow: #ddd 3px 3px 3px;
	border: none;
	border: #ddd 1px solid;
}

.search .panel .panel-body .sub-heading
{
	font-size: 16px !important;
	background-color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border: #000 thin solid;
	line-height: 20px;
}

.search .panel .panel-body .mandate
{
	font-weight: bold;
	color: #f00;
}

.search .panel .panel-body .table th
{
	background-color: #fff;
}

.search .panel .panel-body .reg-horoscope-table
{
	background-color: #fff;
	box-shadow: #ddd 3px 3px 3px;
	font-family: Bamini !important;
}

.search .panel .panel-body .reg-horoscope-table td
{
	border: #000 1px solid;
	text-align: center;
	
}

.search .panel .panel-body .reg-horoscope-table .horoscope-heading
{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	background-color: #fcfcd7;
	vertical-align: middle;
}

.search .panel .panel-body .reg-horoscope-table .select2-selection--multiple
{
	/*
	background-color: #fffd99;
	*/
	background-color: #fffd99;
}

.search .panel .list-table td
{
	background-color: #eee;
}

.search .panel .list-table, .search .panel .list-table th, .search .panel .list-table td
{
	border: none;
	border: #333 thin solid;
}

.search .panel .list-table tfoot td
{
	background-color: #fff;
}

@media only screen and (max-width: 750px) {
	.list-table
	{
		display: inline-block; overflow-x: scroll !important;
	}
}

/*
footer
*/
.footer
{
	background-color: #2e3192;
	color: #fff;
}

.footer a
{
	color: #fff;
}

/*
alert messages
*/
.alert img
{
	width: 15px;
	height: 15px;
}

.alert-danger, .alert-success
{
	padding: 5px;
	font-size: 12px;
}


/*
pricing-row
*/

.pricing-row .panel
{
	margin-top: 10px !important;
}

.pricing-row .panel-body
{
	background-color: #fff;
}

.pricing-row .panel-heading
{
	text-align: center;
	font-weight: bold;
}

.pricing-row h3
{
	border-top: #000 thin solid;
	border-bottom: #000 thin solid;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

/*
cart-alert
*/
.cart-alert
{
	position: fixed;
	bottom: 10%;
	left:20%;
	padding:5px;
	z-index:10;
	width:60%;
}

.cart-alert.success
{
	background-color: #cfffd1;
	border: #1d7521 thin solid;
	border-radius: 10px;
}

.cart-alert.danger
{
	background-color: #ffcfd1;
	border: #751d21 thin solid;
	border-radius: 10px;
}

.cart-alert.warning
{
	background-color: #ffdbb3;
	border: #e68010 thin solid;
	border-radius: 10px;
}

.home-profiles .heading
{
	color: #fff;
	background-color: #eb4034;
	font-weight: bold;
	font-size: 16px;
	border-radius: 0;
	padding: 10px;
}

.home-profiles .home-profile
{
	margin: 10px;
	border: #eb4034 1px solid;
	width: 100%;
}

.home-profiles .home-profile a
{
	color: #000;
	text-decoration: none;
}

.home-profiles .home-profile .image img
{
	width: 100%;
	height: 200px;
}

.home-profiles .home-profile .intro
{
	text-align: center;
	padding: 10px 20px;
}

.home-profiles .home-profile .intro .name
{
	font-size: 20px;
	font-weight: bold;
}

.home-profiles .home-profile .intro .age
{
	font-size: 18px;
	font-weight: bold;
	color: #e68010;
}

.home-profiles .home-profile .intro .caste
{
	font-size: 18px;
	font-weight: bold;
}