@charset "utf-8";
/* CSS Document */

.margin_top_zero {
	margin-top: 0px;
}

.margin_top_twenty {
	margin-top: 20px;
}

.margin_top_thirty {
	margin-top: 30px;
}

.margin_top_fourty {
	margin-top: 40px;
}

.margin_top_fifty {
	margin-top: 50px;
}

.margin_top_eighty {
	margin-top: 80px;
}

.margin_bottom_zero {
	margin-bottom: 0px;
}

.margin_bottom_five {
	margin-bottom: 5px;
}

.margin_bottom_ten {
	margin-bottom: 10px;
}

.margin_bottom_fifteen {
	margin-bottom: 15px;
}

.margin_bottom_twenty {
	margin-bottom: 20px;
}

.margin_bottom_thirty {
	margin-bottom: 30px;
}

.margin_bottom_fifty {
	margin-bottom: 50px;
}

.margin_bottom_eighty {
	margin-bottom: 80px;
}

.margin_left_right_zero {
	margin-left: 0rem;
	margin-right: 0rem;
}

.margin_left_fourty-five {
	margin-left: 45px;
}

.margin_left_ten {
	margin-left: 10px;
}

.container .margin_left_right_zero {
	margin-left: 0rem;
	margin-right: 0rem;
}

.padding_right_ten {
	padding-right: 10px;
}

.padding_right_zero {
	padding-right: 0px !important;
}

.margin_right_ten {
	margin-right: 10px !important;
}

.margin_right_twenty {
	margin-right: 20px !important;
}

.margin_right_five {
	margin-right: 5px;
}

body.body_color {
	background-color: #F4F7FC;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.btn-blue {
	background-color: #1D4FBD;
	border-radius: 25px;
	padding: 12px 25px !important;
	color: #fff;
	font-weight: 500;
}

.btn-blue:hover {
	background-color: #2E5CC4 !important;
	border-radius: 25px;
	padding: 12px 25px !important;
	color: #fff;
	font-weight: 500;
}

/*Bottom Ads Css*/
.bottom-ads {
	display: inline-block;
	float: none;
}

.site-footer {
	background-color: #3266B3;
	padding: 20px 0 20px;
	font-size: 15px;
	color: #fff;
	bottom: 0;
	/*height: 5em;*/
	left: 0;
	position: absolute;
	width: 100%;
}

.site-footer a {
	color: #fff;
}

.footer-links {
	padding-left: 0;
	list-style: none
}

.footer-links li {
	display: block
}

.footer-links a {
	color: #fff
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-links.inline li {
	display: inline-block
}

.site-footer .social-icons {
	text-align: right
}

.site-footer .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 6px;
	margin-right: 0;
}

.copyright-text {
	/*margin-top:8px;*/
	color: #fff;
	line-height: 1.6;
}

.social-icons {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.social-icons li {
	display: inline-block;
	/*margin-bottom:4px*/
}

.social-icons li.title {
	margin-right: 15px;
	text-transform: uppercase;
	color: #96a2b2;
	font-weight: 700;
	font-size: 13px
}

.btn-load-more {
	border: 2px solid #1D4FBD;
	background-color: transparent;
	border-radius: 10px;
	color: #1D4FBD;
	font-weight: bold;
	font-size: 15px;
}

.btn-favorite,
.btn-share {
	border: 2px solid #1D4FBD;
	background-color: transparent;
	border-radius: 10px;
	color: #1D4FBD;
	font-weight: bold;
	font-size: 15px;
	float: right;
	margin-bottom: 15px;
	margin-top: 0px !important;
}

.btn-remove-favorite {
	border: 2px solid red;
	background-color: transparent;
	border-radius: 10px;
	color: #1D4FBD;
	font-weight: bold;
	font-size: 15px;
	float: right;
	margin-bottom: 15px;
}

p {
	color: #77787A;
}

.text-red {
	color: red;
}

.error {
	color: red;
}

.panel {
	box-shadow: 4px 5px 5px 3px #ddd;
}

.form-input {
	width: 80%;
	margin: auto;
	height: 59px;
	border-radius: 25px;
	border: 1px solid #4158C4;
}

.btn_submit {
	padding: 14px;
	border-radius: 25px;
	width: 80%;
	margin: auto;
	font-size: 22px;
	font-weight: 700;
}

.modal {
	padding-top: 7%;
}

.popup_close {
	font-size: 30px;
	margin-top: -36px;
	color: #fff !important;
	opacity: 2 !important;
}

.breadcrumb>li+li:before {
	padding: 0 4px;
	color: #333;
	content: " \003E" !important;
}

.breadcrumb {
	background-color: transparent !important;
}

.topnav {
	overflow: hidden;
	background-color: #333;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #4CAF50;
	color: white;
}

.topnav .icon {
	display: none;
}

/* NavBar css */
/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar-brand {
	padding: 0px;
}

.navbar-brand>img {
	height: 100%;
	padding: 15px;
	width: auto;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	margin-top: 20px;
}

.header-nav {
	margin-right: -72px;
}

/* EXAMPLE 8 - Center on mobile*/
@media only screen and (max-width : 768px) {
	.example-8 .navbar-brand {
		padding: 0px;
		transform: translateX(-50%);
		position: absolute;
	}

	.example-8 .navbar-brand>img {
		height: 100%;
		width: auto;
		padding: 7px 14px;
	}
}


/* EXAMPLE 8 - Center Background */
.example-8 .navbar-brand {
	background: url(../mobile/images/bm-logo.png) center / contain no-repeat;
	width: 300px;
	transform: translateX(-50%);
	position: absolute;
}

/*white logo for Invite-friend page header*/
.navbar-brand.invite-page-logo {
	background: url('../../images/white-logo.png') center/contain no-repeat;
}

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	height: 50px;
}

.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0, -50%);
	margin-right: 15px;
	margin-left: 15px;
}

.navbar-inverse .navbar-toggle {
	border-color: #164775;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #164775;
}

.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #CDDDED;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}

.ad-container {
	width: 100%;
	position: relative;
	text-align: center;
}

.ad {
	padding: 10px 0;
}

/*  */
@media screen and (max-height: 900px) {
	.site-footer {
		position: relative;
	}
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}

@media (max-width:991px) {
	.site-footer [class^=col-] {
		/* margin-bottom:30px */
	}
}

@media (max-width:767px) {
	.site-footer {
		/* padding-bottom:0 */
	}

	.site-footer .copyright-text,
	.site-footer .social-icons {
		text-align: center
	}

	.ad-container {
		min-height: auto;
	}

	.ad {
		padding: 5px 0;
	}
}

/* MOBILE RESPONSIVE CSS */
@media screen and (min-width: 320px) {}

@media screen and (min-width: 360px) {}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 640px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1200px) {}