/** Hello City **/

body {
	font-family: 'Open Sans', sans-serif;
	color: #262628;
	font-size: 16px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	color: #2498DA;
	font-weight: bold;
}
#loader {
	width: 100%;
	text-align: center;
}
.mapbg {
	position: fixed;
	top: 0;
	left: 0px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	z-index: -1;
}
.mapbg:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(245, 239, 237, 0.7);
}
#map {
	border: solid 3px #2498DA !important;
}
#app {
	position: relative;
}
a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
input:hover, textarea:hover, button:hover, select:hover, input:focus, textarea:focus, button:focus, select:focus {
	outline: none;
}
img {
	max-width: 100%;
}
.peosear_letter {
	border: solid 1px #2498DA;
	padding: 10px;
	margin-right: 6px;
}
.peosear_letter:hover {
	background-color: #2498DA;
	color: #FFF;
}
.preview-url {
	font-size: 15px;
}
.preview-url p {
	margin: 0px;
	color: #6f6f6f;
}
.preview-url p strong {
	color: #262628;
}
.url-note {
	font-size: 13px;
}
.url-note p {
	margin: 0px;
	color: #6f6f6f;
}
ul.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper {
	font-size: 13px;
	padding: 6px 20px;
	  border-style:solid;
   border-color: #fff;
   border-width: 0 0 1px 0;
font-weight: 600;
background: #1D96DC;
color: #fff;
font-family: 'Open Sans', sans-serif;}

ul.ui-widget-content li.ui-menu-item  .ui-menu-item-wrapper:hover{
   background: #e5e5e5;
   color:#1D96DC;
   border-style:solid;
   border-color: #fff;
   border-width: 0 0 1px 0;
}


.ui-button:active, 
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active{
 background: #e5e5e5;
   color:#1D96DC;
    border-style:solid;
   border-color: #fff;
   border-width: 0 0 1px 0;

} 


@media only screen and (max-width: 767px) {
.peosear_letter {
	display: inline-block;
	margin-bottom: 5px;
}

.category-editable {
	margin-bottom: 20px;
}
}
.shadowbox {
	position: relative;
	z-index: 45;
	margin-top: 5px;
	clear: both;
	width: 100%;
	float: left;
}
.start-your-day {
	padding-top: 4px;
	padding-bottom: 7px;
	font-size: 14px;
	font-weight: 500;
	background-color: #1D96DC;
	color: #fff;
	position: relative;
	z-index: 55;
}
.start-your-day a {
	color: #E8E5DF;
}
.start-your-day a:hover {
	color: #CCC;
}
.modal .btn, .btn-default, a.btn-default {
	background: #1D96DC;
	color: #fff;
	padding: 9px 15px;
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
	border-radius: 0;
	border: 0;
}
.btn-default:hover, .modal .btn:hover, a.btn-default:hover {
	background: #94EACE;
	color: #fff;
}
.modal-backdrop {
	z-index: 85;
}
.modal-backdrop.in {
	opacity: 0.8;
	display: none;
}
/******login******/
.login-box {
	box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
	padding: 30px;
	margin-top: 40px;
	background: #fff;
}
.login-box h2 {
	color: #262628;
	font-size: 30px;
	padding: 0px;
	margin: 0 0 15px 0;
	font-weight: 500;
}
.login-box .form-horizontal .form-group {
	margin-bottom: 0;
}
.login-box .form-horizontal .form-control {
	border: 1px solid #ccc;
	border-radius: 0;
	height: auto;
}
.login-box .form-horizontal .checkbox {
	margin-top: 0;
}
.user-functionality .login-box .form-horizontal .form-control {
	border-radius: 0;
}
.login-box .form-horizontal .form-data .checkbox-info {
	position: relative;
	display: inline-block;
	margin: 0 10px 0px 0;
}
.login-box .form-horizontal .form-data .checkbox-info input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
	margin: 0;
}
.login-box .form-horizontal .form-data .checkbox-info label {
	font-weight: 600;
	padding: 0 0 0 22px;
	position: relative;
	color: #262628;
	font-size: 13px;
}
.login-box .form-horizontal .form-data .checkbox-info label:before {
	width: 15px;
	height: 15px;
	border: 2px solid #ccc;
	background: #ccc;
	display: inline-block;
	position: absolute;
	left: 0;
	content: "";
	text-align: center;
	line-height: 10px;
	top: 3px;
}
.login-box .form-horizontal .form-data .checkbox-info input[type="checkbox"]:checked + label:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 12px;
}
.login-box .forgetpassword a {
	font-size: 14px;
	margin: 7px 0 0 0;
}
.login-box .form-horizontal .form-action {
	margin-bottom: 20px;
}
.login-box .login-with-sociallink {
	margin: 30px 0 0 0;
}
.login-with-sociallink a {
	display: inline-block;
	margin: 10px 0;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	display: inline-block;
	font-weight: 700;
}
.login-with-sociallink a.fblink {
	color: #3b5999;
}
.login-with-sociallink a.googlelink {
	color: #dd4b39;
}
.login-with-sociallink a:hover {
	color: #71C669;
}
.signup-text {
	display: block;
	margin: 10px 0 0 0;
}
.signup-text a {
	text-decoration: underline;
	color: #71C669;
	font-weight: 700;
}
/*****Header css*********/

header {
	padding: 0px 0;
	background-color: #F5EFED;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 55;
}
.logo {
	background: url(../../images/hello_logo.png) no-repeat left;
	margin-bottom: 10px;
	margin-top: 10px;
}
header .logo a {
	display: inline-block;
	margin-left: 75px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
}
header .logo a h1 {
	color: #71C669 !important;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 5px;
	font-weight: normal;
	font-size: 28px;
}
.logo-city {
	color: #1D96DC !important;
}
header .logo .ttl1 {
	display: inline-block;
	float: left;
}
header .logo .ttl1 img {
	display: inline-block;
	float: left;
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
}
header .logo .ttl2 h1 {
	display: block;
	font-weight: 700;
	font-family: 'Passion One', cursive;
	color: #1D96DC;
	font-size: 46px;
	line-height: 46px;
	margin: 0 0 0 -3px;
	padding: 0;
	text-align: left;
}
header .logo .ttl2 {
	color: #333;
	font-size: 22px;
	font-family: 'Passion One', cursive;
	font-weight: 400;
	margin: 25px 0 0 11px;
	padding: 0;
	line-height: 22px;
	letter-spacing: 8px;
	display: inline-block;
	text-align: left;
}
.globlocation {
	width: 120px;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.globe-container2 {
	position: relative;
	width: 120px;
	height: 120px;
	border: 1px solid transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-position: -50px -40px;
	background-repeat: repeat-x;
	animation: rotate 2s 1 linear;
	-webkit-animation: rotate 2s 1 linear;
	-moz-animation: rotate 2s 1 linear;
	-ms-animation: rotate 2s 1 linear;
	z-index: 55;
	box-shadow: inset 0px -25px 53px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px -25px 53px rgba(0, 0, 0, 1);
	-webkit-box-shadow: inset 0px -25px 53px rgba(0, 0, 0, 1);
	-o-box-shadow: inset 0px -25px 53px rgba(0, 0, 0, 1);
}
.globshadow {
	position: relative;
	top: 7px;
	z-index: 0;
	height: 11px;
}
.globshadow img {
	float: left;
	width: 100%;
}
.globe-city {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: inline-block;
	margin: 0 auto;
	background: #fff;
	color: #1D96DC;
	text-align: center;
	padding: 6px 8px;
	border-radius: 3px;
	z-index: 88;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-animation: view 2s ease;
	-moz-animation: view 2s ease;
	-ms-animation: view 2s ease;
	-moz-box-shadow: 0px 5px 15px #888;
	-webkit-box-shadow: 0px 5px 15px #888;
	box-shadow: 0px 5px 15px #888;
	font-weight: 600;
	line-height: 12px;
}
 @-webkit-keyframes rotate {
 0% {
 background-position: -50px -40px;
}
 25% {
 background-position: -120px -40px;
}
 50% {
 background-position: -180px -40px;
}
 75% {
 background-position: -230px -40px;
}
 100% {
 background-position: -290px -40px;
}
}
 @-ms-keyframes rotate {
 0% {
 background-position: -50px -40px;
}
 25% {
 background-position: -120px -40px;
}
 50% {
 background-position: -180px -40px;
}
 75% {
 background-position: -230px -40px;
}
 100% {
 background-position: -290px -40px;
}
}
 @-moz-keyframes rotate {
 0% {
 background-position: -50px -40px;
}
 25% {
 background-position: -120px -40px;
}
 50% {
 background-position: -180px -40px;
}
 75% {
 background-position: -230px -40px;
}
 100% {
 background-position: -290px -40px;
}
}
 @-webkit-keyframes view {
 0% {
 opacity: 0;
}
 90% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-ms-keyframes view {
 0% {
 opacity: 0;
}
 90% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes view {
 0% {
 opacity: 0;
}
 90% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.search-menu {
	padding-top: 20px;
	text-align: right;
	float: right;
}
/********Navigation css*********/

.navbar {
	display: inline-block;
	border-radius: 0;
	margin: 9px 0 0 15px;
	min-height: 10px;
	border: 0;
	float: right;
	position: relative;
}
.navbar .iconbar {
	float: right;
	width: 30px;
	height: auto;
	background: transparent;
	cursor: pointer;
}
.navbar .iconbar span {
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #1D96DC;
	margin: 2px 0;
	float: left;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.navbar .iconbar.active span:first-child {
	transform: rotate(50deg) translate(12px, 0);
	-webkit-transform: rotate(50deg) translate(12px, 0);
}
.navbar .iconbar span:nth-child(2) {
	opacity: 1;
}
.navbar .iconbar.active span:nth-child(2) {
	opacity: 0;
}
.navbar .iconbar.active span:last-child {
	transform: rotate(-50deg) translate(12px, 0);
	-webkit-transform: rotate(-50deg) translate(12px, 0);
}
.navbar ul.nav {
	position: fixed;
	left: -320px;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #0F0A0A;
	background: linear-gradient(#0F0A0A, #333) !important;
	width: 320px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	z-index: 9999;
	text-align: left;
}
.navbar ul.nav.open {
	left: 0;
}
.navbar ul.nav>li>a {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	padding: 13px 39px 17px;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar ul.nav>.active>a, .navbar ul.nav>.active>a:hover, .navbar ul.nav>.active>a:focus, .navbar ul.nav>li>a:hover, .navbar ul.nav>li>a:focus {
	background: #1D96DC;
	color: #fff;
}
/*************search******/

header .searchrightbar {
	position: relative;
	display: inline-block;
	margin: 0;
	z-index: 999;
}
header .searchrightbar .searchicon {
	padding: 8px 15px;
	border-right: 1px solid #333;
	margin: 0;
}
header .searchrightbar .fa-search, header .searchrightbar .fa-times {
	color: #1D96DC;
	font-size: 17px;
	line-height: 29px;
	cursor: pointer;
}
header .searchrightbar .fa-times {
	display: none;
}
header .searchrightbar.active .fa-search {
	display: none;
}
header .searchrightbar.active .fa-times {
	display: inline-block;
}
header .searchrightbar .searchformshow {
	margin: 0;
	position: absolute;
	display: none;
	top: 2px;
	width: 150px;
	right: 19px;
}
header .searchrightbar.active .searchformshow {
	display: block;
}
header .searchrightbar input {
	border-radius: 15px;
	border: 0;
	width: 100%;
	padding: 5px 35px 5px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0px 13px 2px rgba(0, 0, 0, 0.2);
}
header .searchrightbar button {
	background-image: url(../../images/icon-search.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0;
	position: absolute;
	right: 0;
	width: 33px;
	height: 100%;
	border: 0;
	top: 0;
	background-position: center center;
}
/*****header login effect*/

header .userauth, header .powered-by-helloearth {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #333;
	margin: 0;
	text-align: center;
}
header .userauth ul, header .powered-by-helloearth ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header .userauth ul li, header .powered-by-helloearth ul li {
	position: relative;
	padding: 3px 0;
}
header .userauth ul li a, header .powered-by-helloearth ul li a {
	color: #1D96DC;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	padding: 15px 0;
}
header .userauth ul li a img, header .powered-by-helloearth ul li a img {
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
}
header .powered-by-helloearth ul li a img {
	margin: 0 10px 0 0;
	width: 100px;
	height: 24px;
}
header .userauth ul li .fa, header .powered-by-helloearth ul li .fa {
	display: inline-block;
	position: relative;
	color: #1D96DC;
	margin-right: 8px;
}
header .userauth ul.submenu {
	position: absolute;
	top: 98%;
	left: -30px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 190px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
header .userauth ul li:hover>ul {
	display: block;
}
header .userauth .submenu li>a {
	color: #232122;
	font-size: 13px;
	line-height: 13px;
	padding: 9px 20px 9px 39px;
	display: block;
	border-bottom: 1px solid #ccc;
	position: relative;
}
header .userauth .submenu li a:hover {
	color: #1D96DC;
}
header .userauth .submenu li:last-child>a {
	border: 0;
}
header .userauth .submenu li a .fa {
	position: absolute;
	left: 15px;
}
/***main content area start**/

.whitebg {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	clear: both;
	width: 100%;
	float: left;
	min-height: 560px;
}
.white-bg {
	background-color: white;
	padding: 20px 20px;
	min-height: 560px;
}

.search-listing {
/* 	//border-bottom: solid 1px #CCC;  */
	padding: 0px 15px;
	margin-bottom: 34px;
	margin-top: 0px;
}
.search-listing hr {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.search-listing h4 {
	margin: 0px;
}
.search-listing .search-listing-description {
	font-size: small;
}
.search-results-count{
	color: #CCC;
	padding: 15px;
	font-size: small;
}

/********Banner css*****/

.banner {
	position: relative;
}
.banner figure {
	position: relative;
}
.banner h1 {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 36px;
	color: #fff;
	text-shadow: 0px 0px 14.72px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 0px 0px 14.72px rgba(0, 0, 0, 0.6);
	font-weight: 700;
}
/*****tilesboxes******/

button.btn-edit {
	border-radius: 100%;
	color: #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #1D96DC;
	border: 0;
}
button.btn-edit:hover {
	background: #212121;
}
.tilesboxes {
	padding: 22px 15px;
}
.tilesboxes .userdetail {
	box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.3);
	padding: 15px 30px 30px 30px;
}
.tilesboxes .sortablebox .tilesbox {
	padding: 16px;
	clear: none;
}
.tilesboxes .sortablebox a {
	display: block;
}
.tilesboxes .tiles {
	padding: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	float: left;
	width: 100%;
	position: relative;
	z-index: 99;
	/*
	border-radius: 15px;
	-webkit-border-radius: 15px;
 */
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	top: 0;
	box-shadow: 0 24px 14px -17px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 24px 14px -17px rgba(0, 0, 0, 0.5);
}
.tilesboxes .tiles:hover {
	top: -6px;
	box-shadow: 0 30px 14px -17px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 30px 14px -17px rgba(0, 0, 0, 0.5);
}
.tilesboxes .tiles:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tilesboxes .tiles.noimg:before {
	display: none;
}
.tilesboxes .tiles:hover:before {
	content: "";
}
.tilesboxes .tiles .brand-name {
	position: absolute;
	top: 5px;
	right: 5px;
	width: auto;
	padding: 5px 10px;
	background-color: #fff;
	color: #1D96DC;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.tilesboxes .tiles .tilestitle {
	position: relative;
}
.tilesboxes .tiles .title {
	padding: 0;
	text-align: center;
	width: 100%;
	height: 208px;
	overflow: hidden;
	position: relative;
	z-index: 5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	margin-bottom: 20px;
	opacity: 0.7;
}
.tilesboxes .tiles:hover .title {
	opacity: 1;
}
.tilesboxes .tiles .title ul {
	padding: 20px 20px 15px 20px;
	text-align: left;
	list-style: none;
}
.tilesboxes .tiles .title ul li {
	color: #FFF;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding: 8px 10px;
	margin: 0 0 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.tilesboxes .tiles .title h2 {
	font-weight: 700;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
	-webkit-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
	font-size: 25px;
	line-height: 28px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	left: 10px;
	right: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	word-wrap: break-word;
}
.tilesboxes .tiles .tileslink {
	padding: 15px 51px 15px 20px;
	letter-spacing: 0.1px;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	background-image: url(../../images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	margin: 0;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	position: relative;
	/* background-color: #1D96DC; */
	background-color: rgba(29, 150, 220, 0.5);
}
a.nextbtn {
	background: #db3e3a;
	color: #fff;
	padding: 11px 21px;
	font-size: 15px;
	line-height: 15px;
	display: inline-block;
}
a.nextbtn:hover {
	background: #262628;
}
/******************tiles inner page design css*********/

.inner-tilesboxes .tiles-inner {
	margin-bottom: 15px;
}
.inner-tilesboxes .tiles-inner figure {
	display: block;
	width: 100%;
	text-align: center;
	max-height: 161px;
	min-height: 161px;
	overflow: hidden;
}
.inner-tilesboxes .tiles-inner img {
	max-width: 100%;
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
	position: relative;
}
.inner-tilesboxes .tiles-inner:hover figure img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.inner-tilesboxes .tiles-detail {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	padding: 20px;
	max-width: 95%;
	width: 100%;
	margin: 0 auto;
	top: -25px;
	position: relative;
	text-align: center;
}
.inner-tilesboxes .tiles-detail h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #71C669;
	font-weight: 700;
}
.inner-tilesboxes .tiles-detail h2 a {
}
.inner-tilesboxes .tiles-detail h2 a:hover {
	color: #212121;
}
.inner-tilesboxes .tiles-detail p {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	min-height: 60px;
}
.fbtiles .tiles-detail p {
	min-height: 108px;
}
.inner-tilesboxes .tiles-detail span {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	display: block;
}
.inner-tilesboxes .tiles-detail a.btn-readmore, .btn-readmore {
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	font-weight: 400;
	background: #71C669;
	padding: 10px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
}
.inner-tilesboxes .tiles-detail a.btn-readmore:hover {
	background: #333;
}
.tripadvisor-box .tiles-detail span {
	display: block;
	margin-bottom: 10px;
}
.inner-tilesboxes .tiles-detail .rationicons {
	margin: 15px 0;
}
.inner-tilesboxes .tiles-inner .tiles-detail figure {
	min-height: 10px;
	margin: 0 0 10px 0;
}
.inner-tilesboxes .tiles-inner:hover .tiles-detail figure img {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.inner-tilesboxes .tiles-detail .rationicons img {
	max-width: 250px;
	width: 100%;
}
.inner-tilesboxes .tiles-detail .allpics {
	display: inline-block;
	color: #e1423e;
	text-decoration: underline;
	margin: 10px 0 0 0;
}
footer {
	color: #FFF;
	background-color: #12428D;
	padding: 20px 0;
	z-index: 9;
	position: relative;
}
footer ul.footer-links {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul.staticlinks {
	margin: 15px 0 0 0;
}
footer ul.footer-links li {
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	padding: 0;
	margin: 0 5px;
	position: relative;
}
footer ul.footer-links li:after {
	content: "|";
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #212121;
}
footer ul.footer-links li:last-child:after {
	display: none;
}
footer ul.footer-links li a {
	color: #FFF;
	padding: 5px;
}
footer ul.staticlinks li a {
	color: #F5EFED;
}
footer ul.footer-links li a:hover {
	color: #FFF;
}
footer ul.staticlinks li a:hover {
	color: #FFF;
}
.searchbar {
	position: relative;
	display: inline-block;
	margin: 0;
}
.searchbar input {
	border-radius: 15px;
	border: 1px solid #ccc;
	width: 100%;
	padding: 1px 35px 1px 10px;
	background: #eee;
}
.searchbar button {
	background-image: url(../../images/icon-search-o.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0;
	position: absolute;
	right: 20px;
	width: 33px;
	height: 29px;
	border: 0;
	top: 2px;
	font-size: 0;
	background-position: center center;
}
.searchbar button:hover, .searchbar button:focus, .searchbar .btn-primary:active {
	background-image: url(../../images/icon-search-o.png);
	background-repeat: no-repeat;
	background-color: transparent;
	box-shadow: none;
}
.tabs {
	text-align: left;
	margin-bottom: 0px;
	margin-top: 30px;
	border-bottom: 2px solid #1D96DC;
}
.tabs a.tab-btn {
	position: relative;
	display: inline-block;
	color: #212121;
	font-size: 17px;
	font-weight: 600;
	margin: 0 10px 0 23px;
	padding: 8px 10px;
	background: #e8e8e8;
	z-index: 2;
	box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.2);
}
.tabs a.tab-btn:before {
	content: "";
	top: 0;
	position: absolute;
	left: -15px;
	width: 30px;
	height: 100%;
	background: #e8e8e8;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	z-index: -1;
	border-radius: 8px 8px 0 0;
}
.tabs a.tab-btn:after {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 30px;
	height: 100%;
	background: #e8e8e8;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	z-index: -1;
	border-radius: 8px 8px 0 0;
}
.tabs a.tab-btn:hover {
	color: #71C669;
}
.tabs a.tab-btn.active {
	color: #fff;
	background: #2498DA;
	z-index: 88;
}
.tabs a.tab-btn.active:before, .tabs a.tab-btn.active:after {
	background: #2498DA;
}
.tabs-content {
	float: left;
	padding: 40px 0;
}
#back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 30px;
	background: #1D96DC;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
}
#back-to-top:hover {
	background: #232122;
}
#back-to-top.show {
	opacity: 1;
}
/**********breadcrumb*********/

.breadcrumb-row {
 //background: rgba(255, 248, 189, 0.8);
	background: #12428D;
	padding: 0;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 2;
}
.backbtn-box {
	float: right;
}
.breadcrumb-row .back-btn {
	color: #fff;
	line-height: 23px;
	position: relative;
	top: 9px;
	display: inline-block;
}
.breadcrumb-row .back-btn:hover {
	color: #fff;
}
.breadcrumb-row .back-btn .fa {
	width: 23px;
	height: 23px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border-radius: 100%;
	line-height: 25px;
	font-size: 15px;
	vertical-align: top;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.breadcrumb-row .back-btn:hover .fa {
	color: #fff;
}
.breadcrumb-row .breadcrumb {
	list-style: none;
	overflow: hidden;
	display: inline-block;
	margin: 11px 0 7px 0;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 2;
}
.breadcrumb-row .breadcrumb li {
	float: left;
	text-transform: capitalize;
	margin: 0px 26px 0 0;
	position: relative;
	font-size: 16px;
	vertical-align: top;
	color: #fff;
}
.breadcrumb-row .breadcrumb li .fa-home {
	font-size: 20px;
}
.breadcrumb-row .breadcrumb li a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	padding: 0;
	background: transparent;
	/* fallback color */
	position: relative;
	display: block;
	float: left;
	text-transform: capitalize;
	letter-spacing: 0.8px;
	position: relative;
	font-weight: 500;
}
.breadcrumb-row .breadcrumb li:before {
	display: none;
}
.breadcrumb-row .breadcrumb li:after {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: -19px;
	bottom: 0;
	margin: auto;
	height: 19px;
}
.breadcrumb-row .breadcrumb li:first-child {
	margin-left: 0;
}
.breadcrumb-row .breadcrumb li:last-child {
	color: #fff;
	margin-right: 0;
}
.breadcrumb-row .breadcrumb li a:hover {
	color: #fff;
}
.breadcrumb-row .breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb-row .pagetitle {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	padding-top: 0px;
	line-height: 33px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/**********Media pages *********/

.mediaboxes {
	margin: 40px 0 0 0;
}
.mediabox {
	position: relative;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	box-shadow: 0 0 15px 5px rgba(209, 209, 209, 0.7);
	-webkit-box-shadow: 0 0 15px 5px rgba(209, 209, 209, 0.7);
	cursor: pointer;
	margin-bottom: 30px;
	max-height: 179px;
	overflow: hidden;
}
.mediabox:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 100%;
	right: 100%;
	box-shadow: inset 2px 2px 0 0 #fff;
	z-index: 1;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mediabox:hover:before {
	bottom: 0;
	right: 0;
	visibility: visible;
}
.mediabox:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 15px 15px 0;
	top: 100%;
	left: 100%;
	box-shadow: inset -2px -2px 0 0 #fff;
	z-index: 1;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mediabox:hover:after {
	top: 0;
	left: 0;
	visibility: visible;
}
.mediabox img {
	width: 100%;
}
.overlay {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(226, 64, 60, 0.7);
	z-index: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.overlay .fa {
	top: 50%;
	opacity: 0.5;
	color: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 30px;
}
.mediabox:hover .overlay {
	opacity: 1;
}
#upload-image-form {
	position: relative;
}
#upload-image-form input[type="file"] {
	border: 1px solid #eee;
	width: 100%;
	padding: 5px 145px 5px 10px;
	border-radius: 0 30px 30px 0;
}
#upload-image-form button {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	background-color: #db3e3a;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	float: right;
	border-radius: 30px;
	padding: 9px 20px;
	border: 0;
}
/**************/

.animatedbox input[type="submit"].btn-default {
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	font-weight: 400;
	/*background: #e1423e;*/
	padding: 10px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	display: block;
	border: 0;
	margin: 0 auto 40px auto;
}
.animatedbox input[type="submit"].btn-default:hover {
	background-color: #212121;
}
.animatedbox .tiles {
	animation: shake 1s;
	animation-iteration-count: infinite;
	z-index: 9;
}
 @keyframes shake {
 0% {
 transform: translate(1px, 1px) rotate(0deg);
}
 10% {
 transform: translate(-1px, -2px) rotate(-1deg);
}
 20% {
 transform: translate(-2px, 0px) rotate(1deg);
}
 30% {
 transform: translate(2px, 2px) rotate(0deg);
}
 40% {
 transform: translate(1px, -1px) rotate(1deg);
}
 50% {
 transform: translate(-1px, 2px) rotate(-1deg);
}
 60% {
 transform: translate(-2px, 1px) rotate(0deg);
}
 70% {
 transform: translate(2px, 1px) rotate(-1deg);
}
 80% {
 transform: translate(-1px, -1px) rotate(1deg);
}
 90% {
 transform: translate(1px, 2px) rotate(0deg);
}
 100% {
 transform: translate(1px, -2px) rotate(-1deg);
}
}
.tile-twitter {
	background: linear-gradient(#2D0281, #2C66A6) !important;
}
.tile-ebay {
	background: linear-gradient(#2D0281, #2C66A6) !important;
}
.tile-tourism {
	background: linear-gradient(#2D0281, #2C66A6) !important;
}
.tile-youtube {
	background: linear-gradient(#2D0281, #2C66A6) !important;
}
.tile-indeed {
	background: linear-gradient(#2D0281, #2C66A6) !important;
}
.tile-tripadvisor {
	background: linear-gradient(#2D0281, #2C66A6) !important;
}
.tile-zillow {
	background: linear-gradient(#2D0281, #2C66A6) !important;
}
.tile-business-directory {
 //background: linear-gradient(#2D0281, #2C66A6) !important;
	background-image: url('https://www.helloluanda.com/images/business_directory/tile-bg.jpg');
}
.tile-business-directory div div h2 {
	display: none;
}
.tile-people-search {
	background: linear-gradient(#2D0281, #2C66A6) !important;
}
.animatedbox .showbox .tiles {
	filter: blur(3px);
	-webkit-filter: blur(3px);
}
.animatedbox .tilesbox .editshow, .animatedbox .tilesbox .edithide {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
.animatedbox .tilesbox .editshow input {
	background-color: #1D96DC;
	background-image: url(../../images/eye-show.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	border: 0;
	font-size: 0;
}
.animatedbox .tilesbox .edithide input {
	background-color: #1D96DC;
	background-image: url(../../images/eye-hide.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	border: 0;
	font-size: 0;
}
/*************my profile******/
.bg-title h1 {
	color: #262628;
	font-size: 30px;
	padding: 0 0 20px 0;
}
.form-horizontal .form-group {
	margin: 0 0 0px 0;
}
.has-success .form-control:focus {
	border-color: #86c0d8;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #cacaca;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #cacaca;
}
.form-horizontal .form-data {
	display: inline-block;
	clear: both;
	margin-bottom: 15px;
	width: 100%;
}
.form-horizontal label {
	color: #262628;
	font-size: 16px;
	font-weight: 500;
	display: block;
}
.form-horizontal .form-control {
	border-radius: 0;
	height: auto;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	padding: 7px 20px 7px 20px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #f1f1f1;
	color: #bbbbbb;
}
.form-horizontal .form-data .checkbox-info {
	position: relative;
	display: inline-block;
}
.form-horizontal .form-data .checkbox-info input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
}
.form-horizontal .form-data .checkbox-info label {
	font-weight: 400;
	padding: 0 0 0 30px;
	position: relative;
}
/******norml pages*/

.normalpage p {
	font-size: 15px;
}
.normalpage a {
	color: #e1423e;
}
.normalpage h1 {
	margin-bottom: 30px;
}
.normalpage h2 {
	font-size: 22px;
	color: #e1423e;
	font-weight: 600
}
.normalpage h3 {
	font-size: 18px;
	color: #e1423e;
	font-weight: 700
}
.normalpage ul {
	list-style: none;
	margin: 15px 0 0 20px;
	padding: 0;
}
.normalpage ul li {
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}
.normalpage ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #e1423e;
	font-size: 18px;
	position: absolute;
	top: 0px;
	left: 0;
}
/******Rwtweet design**/

.inner-tilesboxes .tiles-detail .retweet-row {
	margin-bottom: 15px;
	display: block;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.inner-tilesboxes .tiles-detail span.retweet-txt {
	display: inline-block;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #49bbf0;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #697786;
}
.inner-tilesboxes .tiles-detail span.retweet-txt .fa-retweet {
	font-size: 17px;
}
/***********all iframe pages design *********/

.common-iframe-pages {
	width: auto;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	background-color: #fff;
}
.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	width: 100%;
	display: inline-block;
	overflow: auto;
	height: 600px;
}
.scroll-wrapper iframe {
	margin: 0 auto !important;
	border: 0;
}
.tweet-iframe-pages {
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 30px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
}
.tweet-iframe-pages iframe {
	width: 100%;
}
.youtube-ttl {
	display: table;
	width: 100%;
}
.youtube-ttl span {
	display: table-cell;
	vertical-align: middle;
}
.youtube-page .youtube-ttl {
	text-align: left;
	margin-bottom: 15px;
}
.youtube-page .youtube-ttl img {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 15px;
}
.youtube-page .youtube-ttl h3 {
	display: inline-block;
	width: calc(100% - 100px);
	font-size: 20px;
}
.youtube-page iframe {
	width: 100%;
	height: 550px;
	border: 0;
}
.youtube-page .like-views-row {
	font-size: 16px;
	color: #000;
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	margin-top: 30px;
}
.youtube-page .like-views-row .fa {
	font-size: 16px;
	color: #1D96DC;
}
/* business-directory pages */

#bizdir_search {
	text-align: center;
	border-bottom: 1px solid #262628;
	padding-bottom: 16px;
}
#bizdir_search input[type="text"] {
	width: 50%;
	margin: 0 2%;
}
#bizdir_search input[type="submit"] {
	border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	font-weight: bold;
	background: #1D96DC;
	border: none;
	padding: 4px;
}
#bizdir ul, #bizdir ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#bizdir ul li ul li {
	width: 100%;
	padding: 4px 0;
}
/* people-search pages */

#peosear_search {
	text-align: center;
	padding-bottom: 16px;
}
/* Mobile sorting and scrolling feature*/

.toggle_div {
	width: 80px;
	text-align: center;
	background: #1D96DC;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 12px;
	margin: 15px auto;
	display: none;
	position: relative;
	border-radius: 15px;
}
.toggle_div label {
	margin: 0;
	padding: 15px 10px;
	width: 100%;
	position: relative;
	font-weight: 400;
	z-index: 0;
	display: inline-block;
}
.toggle_div label:before {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 7px;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.toggle_div label:after {
	width: auto;
	height: 20px;
	position: absolute;
	right: 10px;
	content: "Lock";
	top: 5px;
	bottom: 0;
	margin: auto;
}
.toggle_div input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 999;
}
.toggle_div input[type="checkbox"]:checked+label:before {
	left: 68%;
}
.toggle_div input[type="checkbox"]:checked+label:after {
	content: "Unlock";
	left: 8px;
	right: auto;
}
/*************ebay page*********/

.ebay-inner {
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.ebay-inner a {
	display: inline-block;
}
.ebay-inner a h4 {
	color: #71C669;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}
.ebay-inner table td {
	padding: 15px;
	vertical-align: top;
	font-size: 15px;
}
.ebay-inner table td img {
	height: 100px;
	width: 100px;
}
.ebay-inner table tr td:nth-child(2)>strong {
	font-size: 20px;
	margin-bottom: 10px;
	display: inline-block;
}
.ebay-inner table tr td:nth-child(2) a {
	font-size: 13px;
	line-height: 13px;
	color: #12428D;
	font-weight: 600;
	background: #fff;
	display: inline-block;
	margin-top: 10px;
	text-decoration: underline;
}
.ebay-inner table tr td:nth-child(2) a:hover {
	color: #71C669;
}
/****tourism****/

#bizdir .tag h2 {
	color: #1D96DC;
	font-size: 20px;
	margin: 0 0 15px 0;
	padding: 0;
}
#bizdir .tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 750px;
	overflow-y: auto;
	position: relative;
	z-index: 55;
	background: #fff;
}
#bizdir .feed-iframe-box .feed-iframe-content {
	position: relative;
	z-index: 55;
	background: #fff;
}
#bizdir .feed-iframe-box ul {
	padding-right: 20px;
}
#bizdir .feed-iframe-box {
	border-left: 1px solid #ccc;
	display: block;
	float: left;
	width: 100%;
	padding-left: 15px;
	min-height: 350px;
	position: relative;
	max-height: 750px;
	overflow-y: auto;
}
#bizdir .feed-iframe-box .feed-iframe-blank {
	color: #303030;
	font-size: 22px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 0;
	opacity: 0.4;
}
#bizdir .feed-iframe-box iframe {
	border: 0;
}
#bizdir .tag ul li {
	display: block;
	margin: 0;
	width: auto;
	font-size: 15px;
	line-height: 15px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
#bizdir .tag ul li a {
	display: block;
	padding: 13px;
	color: #303030;
}
#bizdir .tag ul li a:hover, #bizdir .tag ul li.active a {
	background: #e5e5e5;
}
#bizdir .feed-iframe-box div .regularitem {
	display: block;
	width: 100%;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
#bizdir .feed-iframe-box div h4 {
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}
#bizdir .feed-iframe-box div h4 a {
	color: #1D96DC;
}
#bizdir .feed-iframe-box div h5 {
	margin-top: 0;
	color: #000;
}
#bizdir .feed-iframe-box div .itemcontent {
	font-size: 15px;
	all: unset;
}
#bizdir .feed-iframe-box div .itemcontent p {
	all: unset;
}
/***********zillow detail page css******/

.place-detail {
	text-align: left;
	padding: 15px;
}
.place-detail h3 {
	color: #e1423e;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 15px 0;
}
.place-detail h4 {
	color: #e1423e;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	padding: 0;
	margin: 0px 0 10px 0;
}
.place-detail .features {
	line-height: 28px;
	padding: 0;
	margin-top: 15px;
	width: 100%;
	float: left;
}
.place-detail .features strong {
	margin-right: 8px;
}
.place-detail img {
	max-width: 100%;
}
.place-detail .bhk {
	display: block;
	margin: 15px 0;
}
.place-detail .features table {
	width: 100%;
}
.place-detail .features table tr:nth-child(2n+1) {
	background-color: #e5e5e5;
	padding: 8px 15px;
}
.place-detail .features table tr td:nth-child(1) {
	font-weight: 600;
}
.place-detail .features table tr td {
	padding: 8px 15px;
}
/** Indeed page **/

.indeed-page .indeed-search-section, .ebay-page .ebay-search-section {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.indeed-page .tilesboxes, .ebay-page .tilesboxes {
	padding: 0;
}
.indeed-page .indeed-search-section .indeed_title {
	position: absolute;
	bottom: 0;
	right: 0;
}
.indeed-page .indeed-search-section .indeed_title a {
	font-size: 22px;
	color: #2164F3;
}
.indeed-page .indeed-search-section .indeed_title a strong {
	font-weight: normal;
	margin: 0 10px 0 0;
}
.indeed-page .indeed-search-section .indeed-search-block {
	padding: 0;
	float: right;
	width: auto;
	text-align: right;
}
.ebay-page .ebay-search-section .ebay-search-block {
	width: auto;
	padding: 16px 0;
	float: right;
	text-align: right;
}
.indeed-page .indeed-search-section .indeed-search-block select.jobcategory {
	border: #ccc solid 1px;
	padding: 6px;
	float: left;
	margin: 0 10px 0 0;
}
.ebay-page .ebay-search-section .ebay-search-block input.ebay_searchbox {
	border: #ccc solid 1px;
	padding: 7px;
	float: left;
	margin: 0 10px 0 0;
	width: 300px;
}
.indeed-page .indeed-search-section .indeed-search-block button.search, .indeed-page .indeed-search-section button, .ebay-page .ebay-search-section .ebay-search-block button.search, .indeed-page .indeed-search-section .job-title button.search {
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	font-weight: 500;
	background: #71C669;
	border: 1px solid #71C669;
	padding: 10px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.indeed-page .indeed-search-section .indeed-search-block button.search:hover, .ebay-page .ebay-search-section .ebay-search-block button.search:hover, .indeed-page .indeed-search-section .job-title button.search:hover, .indeed-page .indeed-search-section button:hover {
	background: #12428D;
	border: 1px solid #12428D;
}
.indeed-page .indeed-search-section .search-detail {
	width: 100%;
	float: left;
	position: relative;
	height: 70px;
}
.job-date {
	color: #A9A9A9;
}
.radiobtns-section {
	display: block;
	background: rgba(255,255,255,0.5);
	padding: 15px;
	float: left;
}
.radiobtns-section label.label-title {
	float: left;
	margin: 0 10px 0 0;
	color: #12428D;
	font-weight: 700;
	font-size: 18px;
}
#jobsearch_form .radiobtns-section input {
	margin: 0;
	padding: 0;
	line-height: 0;
	height: auto;
	border-radius: 0;
}
.radiobtns-section .search_radio {
	float: left;
	padding: 0 10px;
}
.indeed-page .indeed-search-section .job-title {
	float: right;
	margin: 0 0px 10px 0;
}
.indeed-page .indeed-search-section .job-title input.jobtitle {
	border: #ccc solid 1px;
	padding: 7px;
	float: left;
	margin: 0 10px 0 0;
	width: 300px;
}
.user-functionality {
	margin: 40px 0;
	float: left;
	width: 100%;
	min-height: 649px;
}
.user-functionality .left-content {
	padding-right: 0;
}
.user-functionality .bg-title h1 {
	margin-top: 0;
	padding-top: 0;
	border-bottom: 3px solid #f1f1f1;
	padding: 0 0 10px 0;
}
/*side menu*/
.vertical-menu {
	width: 100%;
	overflow-y: auto;
	margin: 0;
	text-align: center;
	background: #12428D;
}
.vertical-menu .menu-box {
	max-width: 1113px;
	margin: 0 auto;
}
.vertical-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.vertical-menu ul li {
	float: left;
}
.vertical-menu ul li:last-child a {
	border-right: 0;
}
.vertical-menu a {
	color: #ffffff;
	padding: 9px 17px;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	margin: 0;
	display: inline-block;
	border-right: 1px solid #3871ca;
}
.vertical-menu a div {
	display: inline-block;
}
.vertical-menu a .fa {
	font-size: 18px;
	color: #ffffff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.vertical-menu a:last-child {
	border-bottom: 0;
}
.vertical-menu a:hover, .vertical-menu a.active, .vertical-menu a:hover .fa {
	color: #fff;
	background: #76c170;
}
.vertical-menu a.active .fa {
	color: #fff;
}
.vertical-menu .navbar {
	float: left;
	margin: 0;
}
.vertical-menu .navbar-toggler {
	display: none;
}
/******masonary-gallery****/
.grid-sizer, .grid-item {
	width: 33.33%
}
.uploadimg {
	border: 3px solid #1D96DC;
	min-height: 250px;
	background: #f1f1f1;
}
.uploadimg button {
	position: absolute;
	top: 88px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 100%;
	width: 48px;
	display: inline-block;
}
.uploadimg h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	padding: 8px;
	background: #fff;
	color: #303030;
	margin: 0;
	font-weight: 700;
}

.blank-page .masonry-gallery {
	margin-top: 50px;
}
.masonry-gallery {
	position: relative;
	cursor: pointer;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.masonry-gallery.imagespage img {
	width: 100%;
}
.masonry-gallery .editdeleteimg {
	position: absolute;
	top: 8px;
	left: 8px;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 999;
	display: inline-block;
}
.masonry-gallery .editdeleteimg a {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #fff;
	color: #303030;
	font-weight: 900;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	display: inline-block;
	margin: 3px;
}
.masonry-gallery figure {
	position: relative;
}
.masonry-gallery figure img {
	width: 100%;
}
.masonry-gallery figure:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	opacity: 0;
}
.masonry-gallery.video-thum figure:after {
	background: url('../../images/play-icon.png') center center no-repeat rgba(0,0,0,0.7);
}
.imgtitl {
	opacity: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: left;
	z-index: 55;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.imgtitl h4 {
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	padding: 0 10px;
	margin: 0 0 5px 0;
}
.imgtitl h5 {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	padding: 0 10px;
	margin: 0 0 5px 0;
}
.imgtitl .user-by {
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	color: #fff;
	padding: 0 10px;
	margin: 0 0 5px 0;
}
.imgtitl .rating-box {
	font-weight: 500;
	line-height: 13px;
	color: #fff;
	padding: 0;
	margin: 0;
}
.rating-box p {
	margin: 0px;
}
.imgtitl h5 span:hover {
	text-decoration: underline;
}
.masonry-gallery:hover figure:after, .masonry-gallery:hover .editdeleteimg, .masonry-gallery:hover .imgtitl {
	opacity: 1;
}
.lightbox .lb-container .lb-nav {
	width: auto;
	height: auto;
	position: static;
}
.lightbox .lb-container .lb-nav a.lb-prev, .lightbox .lb-container .lb-nav a.lb-next {
	width: 50px;
	height: 45px;
	top: 50%;
	position: absolute;
}
.lightbox .lb-container:hover .lb-nav a.lb-prev, .lightbox .lb-container:hover .lb-nav a.lb-next {
	opacity: 1;
}
.lightbox-caption {
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	position: relative;
	padding: 10px 0;
}
.lightbox .lb-dataContainer {
	margin-top: -100px;
}
body .lightbox .lb-data .lb-details {
	width: 100% !important;
}
.lightbox-caption p {
	display: block;
	width: auto;
	margin: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding: 0;
	text-align: left;
}
.lightbox-caption p span {
	text-transform: none;
	font-size: 18px;
	cursor: pointer;
	margin-left: 10px;
	font-weight: 400;
}
.lightbox-caption p span:hover {
	text-decoration: underline;
}
.lightbox-caption p:last-child:after {
	display: none;
}
.lightbox .lb-data .lb-details .lb-number {
	padding-top: 1em;
	padding-bottom: 0;
}
.lightbox {
	z-index: 1041;
}
.lightbox .lb-data .lb-close {
	position: fixed;
	top: 20px;
	right: 20px;
}
.modal-title {
	text-align: center;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
}
.modal.popupdesign1 .textarea_editor {
	height: 100px;
}
.modal.popupdesign1 .dropzone, .user-functionality .dropzone {
	min-height: 150px;
	border: 2px dotted rgb(0, 0, 0, 0.3);
	background: white;
	padding: 20px 20px;
	border-radius: 10px;
	margin: 30px 15px;
}
.modal.popupdesign1 .form-horizontal .form-control, .user-functionality .form-horizontal .form-control {
	border-radius: 5px;
}
.modal.popupdesign1 .wysihtml5-toolbar, .user-functionality .wysihtml5-toolbar {
	border-radius: 5px 5px 0 0;
}
.modal.popupdesign1 .wysihtml5-sandbox, .user-functionality .wysihtml5-sandbox {
	border-radius: 0 0 5px 5px !important;
	width:100% !important;
}
.user-functionality .profile_image_details h5 {
	font-size: 18px;
	line-height: 22px;
	color: #b3b2b2;
	font-weight: 700;
	display: inline-block;
	margin: 5px 10px 5px 0;
	padding-right: 17px;
	border-right: 2px solid #b3b2b2;
}
.user-functionality .profile_image_details h5:last-child {
	border: 0;
}
.user-functionality .profile_image_details h5 span {
	font-weight: 700;
	color: #1D96DC;
	margin-left: 10px;
}
body .user-functionality tr th {
	color: #1D96DC;
	background: #e0e0e0;
	font-weight: 500;
	padding: 8px 10px;
}
body .user-functionality tr td {
	padding: 8px 10px;
}
.user-functionality tr th a {
	color: #1D96DC;
}
.user-functionality tr td a .fa-edit {
	color: green;
}
.user-functionality tr td a .fa-trash {
	color: red;
}
.modal.popupdesign1 form#addvideo #video_file {
	border-radius: 0;
	height: auto;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	padding: 7px;
}
.modal.videopopup {
	background: rgba(0, 0, 0, 0.8);
}
.modal.videopopup .close {
	position: fixed;
	top: 20px;
	right: 20px;
	opacity: 1;
	color: #000;
	font-size: 38px;
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 100%;
	line-height: 35px;
	z-index: 99;
}
.modal.videopopup .modal-dialog {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.modal.videopopup .modal-content {
	background: transparent;
	max-width: 550px;
	margin: 0 auto;
}
.videopopup video {
	width: 100%;
	padding: 15px;
	background: #fff;
}
/***********articles listing page*********/
.articlelisting-page {
	padding: 40px 0;
}
.articlelisting-page .listing-block {
	background: #fff;
	border-bottom: 2px solid #1D96DC;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	padding: 20px;
	margin-bottom: 30px;
}
.articlelisting-page .listing-block .date {
	font-size: 17px;
	color: #666;
	margin-bottom: 10px;
}
.articlelisting-page .listing-block h3 {
	font-size: 21px;
	line-height: 25px;
	color: #1D96DC;
	font-weight: 600;
}
.articlelisting-page .listing-block h4 a {
	color: #71C669;
	margin: 10px 0;
	min-height: 40px;
	display: block;
	font-weight: 900;
}
.articlelisting-page .listing-block h4 i {
	font-size: 20px;
	color: #23527c;
	line-height: 20px;
	text-align: center;
	margin-right: 5px;
}
.articlelisting-page .listing-block .content {
	margin-bottom: 40px;
	display: block;
	min-height: 80px;
}
.articlelisting-page .listing-block p {
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #666;
}
.articlelisting-page .listing-block a.btnmore {
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	font-weight: 400;
	background: #71C669;
	padding: 8px 15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
}
.articlelisting-page .listing-block a.btnmore:hover {
	background: #23527c;
}
/******profilepage*****/
.person-profile-header {
	background: #e5e5e5;
	padding: 20px 0;
	min-height: 190px;
}
.person-profile-header .container {
	position: relative;
}
.person-profile-header figure {
	position: absolute;
	left: 30px;
}
.person-profile-header .figuretxt {
	width: calc(100% - 180px);
	display: inline-block;
	float: right;
}
.person-profile-header .figuretxt h3, .person-profile-header .figuretxt .subscribebtn {
	display: inline-block;
}
.person-profile-header .figuretxt .subscribebtn button {
	background: #71C669;
	color: #404040;
	border: 0;
	box-shadow: none;
	padding: 3px 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 0 15px;
	border-radius: 3px;
}
.person-profile-header .figuretxt .follower-row span {
	display: inline-block;
	margin: 8px 15px 8px 0;
	color: #4a4a4a;
}
.tilesboxes .viewall {
	text-align: center;
	margin: 40px 0;
}
/*******************Article inner page*********/
.article-inner-page {
	margin: 40px 0;
	padding: 40px;
	background: #f5f5f5;

}
.article-inner-page .title{
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.article-inner-page h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 600;
	color:#71C669;;
}
.article-inner-page h4 {
	color: #4a4a4a;
	display: block;
	margin: 10px 0 30px 0;
		font-size: 12px;
}
.article-inner-page h5 {
	margin-bottom: 20px;
	color: #337ab7;
	font-size: 12px;
	position: relative;
	padding: 0 0 0 60px;
}

.article-inner-page h5 img{
	position: absolute;
	left: 0;
	top:0;
}
.article-inner-page h5 a {
	color: #337ab7;
	font-size: 25px;
	font-weight: 600;
}

.article-inner-page  h5 span{
   font-size: 18px;
   color: #404040;
   font-weight: 600;
   border-radius: 8px;
   display: block;
}
.article-inner-page .description {
	margin-bottom: 40px;
	font-size: 15px;
}
.article-inner-page .rating{
	text-align: right;
}
.article-inner-page #rating_count{
	font-size: 35px;
	color: #404040;
	font-weight: 300;
}

.article-inner-page #rating_count .fa{
	font-size: 20px;
}

.article-inner-page .content-row{
	margin-top: 40px;
	text-align: justify;
}
.article-inner-page .article-image{
 	margin:0 0px 40px 0;
   position: relative;
z-index: 55;
}

.article-inner-page .article-image img{
	border-radius: 0 15px 0 15px;
	border-style: solid;
	border-width: 0 0 0 5px;
}

.article-inner-page .article-image:first-child img{
	border-color:#12428D;
}
.article-inner-page .article-image:nth-child(2) img{
	border-color:#71C669;
}
.article-inner-page .article-image:last-child img{
	border-color:#1D96DC;
}

.article-inner-page .article-image img{
	box-shadow:5px 9px 9px rgba(0,0,0,0.1);

}


.article-inner-page .content-row br{
width:100%;
height: 10px;
margin: 10px 0;
display: block;
}

/********Radio btn design********/
.radiobtn {
	position: relative;
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.radiobtn input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100% !important;
	z-index: 55;
	cursor: pointer;
}
.radiobtn label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
}
.radiobtn label:before {
	border-radius: 100%;
	width: 15px;
	height: 15px;
	border: 2px solid #12428D;
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
}
.radiobtn input[type="radio"]:checked + label:before {
	background: #1D96DC;
}
/*****images fliter selection design*****/
.images-filter-selection {
	margin: 40px 0;
}
.images-filter-selection .btn-group {
	width: auto !important;
}
.images-filter-selection .dropdown-toggle {
	background: transparent;
	padding: 0;
	color: #303030;
	font-weight: 700;
}
.images-filter-selection .bootstrap-select > .dropdown-toggle.bs-placeholder {
	color: #303030;
}
.images-filter-selection .dropdown-toggle:hover, .images-filter-selection .open > .dropdown-toggle.btn-default, .images-filter-selection > .dropdown-toggle.btn-default:hover .images-filter-selection .open > .dropdown-toggle.btn-default:hover, .images-filter-selection .open > .dropdown-toggle.btn-default:focus, .images-filter-selection .bootstrap-select > .dropdown-toggle.bs-placeholder:hover .images-filter-selection .bootstrap-select.open > .dropdown-toggle.bs-placeholder, .images-filter-selection .bootstrap-select.open > .dropdown-toggle.bs-placeholder:hover, .images-filter-selection .bootstrap-select.open > .dropdown-toggle.bs-placeholder:focus, .images-filter-selection .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .images-filter-selection .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .images-filter-selection .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	background: transparent;
	color: #12428D;
	border: 0;
	box-shadow: none;
	outline: none;
}
.images-filter-selection .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	line-height: 30px;
}
.images-filter-selection .dropdown-menu.open {
	overflow: visible !important;
}
.images-filter-selection .dropdown-menu.open:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	bottom: 100%;
	left: 15px;
	z-index: 22;
}
.images-filter-selection .dropdown-menu.open:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #ccc;
	position: absolute;
	bottom: 100%;
	left: 13px;
	z-index: 1;
}
.followers-list figure {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	float: left;
	margin: 0 15px 0 0;
}
.followers-list figure img {
	width: 100%;
}
.followers-list h4 {
	display: inline-block;
	margin-top: 39px;
	color: #12428D;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}
.followers {
	margin-bottom: 30px;
}
/********Profile edit******/
.person-img .change-pic:hover .fa {
	color: #01ddd0;
}
.person-img {
	width: auto;
	display: inline-block;
	height: auto;
	position: relative;
	max-width: 200px;
	height: 200px;
	width: 100%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	overflow: hidden;
	background: #ccc;
	margin: 0 0 20px 0;
	cursor: pointer;
}
.person-img img {
	width: 100%;
	margin: 0px;
	height: 200px;
	object-fit: cover;
}
.person-img figure img {
	background: transparent;
}
.person-img .change-pic {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
}
.person-img .change-pic .fa {
	font-size: 24px;
	color: #fff;
	position: relative;
	z-index: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-html-transition: all 0.3s ease;
	margin: 6px 0 0 0;
}
.person-img input[type="file"] {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	cursor: pointer;
}
.person-img .change-pic:hover .fa {
	color: #01ddd0;
}

.person-header-img .change-pic:hover .fa {
	color: #01ddd0;
}

.person-header-img {
	width: auto;
	display: inline-block;
	height: auto;
	position: relative;
	height: 200px;
	width: 100%;
	overflow: hidden;
	background: #ccc;
	margin: 0 0 20px 0;
	cursor: pointer;
}
.person-header-img img {
	width: 100%;
	object-fit: cover;
}
.person-header-img figure img {
	background: transparent;
}
.person-header-img .change-pic {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.person-header-img .change-pic .fa {
	font-size: 24px;
	color: #fff;
	position: relative;
	z-index: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-html-transition: all 0.3s ease;
	margin: 6px 0 0 0;
}
.person-header-img input[type="file"] {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	cursor: pointer;
}
.img-delete {
	max-width: 75px;
	text-align: right;
	display: block;
	margin: 0;
	position: relative;
	bottom: -27px;
	z-index: 99;
}
.img-delete i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #f00;
	color: #fff;
	border-radius: 100%;
}
/** articles theme_select **/
.theme_select .radiobtn {
	padding: 38px 0;
	margin: 0 30px 0 0;
}
.theme_select .theme_one {
	background: #fff url("../../images/text-img.png") no-repeat right 0;
	height: 128px;
	width: 146px;
}
.theme_select .theme_two {
	background: #fff url("../../images/img-text.png") no-repeat right 0;
	height: 128px;
	width: 146px;
}
.theme_select .radiobtn label.form-label span {
	display: none;
}
/**********Dashboard********/
.dashboard-box {
	box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
	padding: 25px;
	margin-top: 0px;
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
	border-radius:4px;
}
.dashboardttl {
	font-weight: 600;
	text-transform: capitalize;
}
.dashboardttl .fa {
	font-size: 40px;
	color: #fff;
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto 8px auto;
	background: #76c170;
	line-height: 70px;
	border-radius: 100%;
}
.dashboard-box .number {
	padding: 3px 5px;
	border-radius: 100%;
	background: #76c170;
	color: #fff;
}
.dashboard-box .col-sm-3 {
	padding: 10px;
	text-align: center;
	width: 40%;
	margin: 5px;
	float: none;
	display: inline-block;
	border: 1px solid #ccc;
}
.dashboard-box .content-title {
	color: #76c170;
	font-weight: 600;
}
.dashboard-box .content-title img {
	margin: 0 auto 8px auto;
	display: block;
}
.dashboard-box .content-title .fa {
	font-size: 16px;
	margin: 0 0 8px 0;
	display: block;
	color: #000;
}
.dashboard-box-left{
	text-align:left;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
/**
	Filter Box
**/
.filter-box {
	box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
	padding: 15px 10px;
	margin-top:30px;
	background: #fff;
	text-align: left;
	margin-bottom: 20px;
	border-radius:4px;
    background: #12428d;
}
.filter-box h3{
	color:#fff;
	text-align:left;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.filter-box .btn-primary{
    padding: 10px 20px;
}
/****/


#mobile_search_div {
	display: none;
}


/*****video-image-detail-form ****/
.pagebgcolor{
  background-color:#f5f5f5;
  padding:20px;
}
.video-image-detail-form{position: relative;}
.video-image-detail-form .img-wrap{width:100%;}
.video-image-detail-form .deleteimg{
	width: 30px;
height: 30px;
border-radius: 100%;
color: #fff;
position: absolute;
top: 10px;
right: 10px;
padding: 0;
line-height: 30px;
background: #12428D;
border: 0;
}

.video-image-detail-form .editbtn{
	width: 30px;
height: 30px;
border-radius: 100%;
color: #fff;
position: absolute;
top: 10px;
right: 52px;
padding: 0;
line-height: 30px;
background: #12428D;
border: 0;
}
.video-image-detail-form .Uploadedby {
	position: relative;
	padding: 15px 0 0 65px;
	margin-top: 30px;
}


.video-image-detail-form .Uploadedby img{
	position: absolute;
	left: 0;
	top:0;
}
.video-image-detail-form .Uploadedby span{
display: block;
font-size: 13px;
font-weight: 600;
}
.video-image-detail-form .Uploadedby a{
	font-size:22px;
font-weight: 700;
line-height: 18px;
}
.video-image-detail-form  .ratingdetails-box{
	float: right;
	margin-top: 30px;
}

.video-image-detail-form .editable-text{
	padding:30px 0 20px 0;
	margin-top: 20px;
	border-top:1px solid #e5e5e5;
}

.video-image-detail-form .editable-text h4{
	text-transform: capitalize;
	font-weight: 700;
}
.video-image-detail-form  #desc{
font-size: 15px;
color: #404040;
}

.video-image-detail-form .category-location-row{
	 position: absolute;
	 left:15px;
	 top:15px;
}

.fromeditdesign   a.cancle-crop-btn{
  background-color:#76c170;
  color:#303030;
      font-size: 15px;
    line-height: 15px;
		display: inline-block;
margin: 5px;
text-align: left;
padding: 6px 9px;
color: #fff;

border-radius: 5px;
}
.fromeditdesign  a.cancle-crop-btn:hover{
background: #12428D;
color:#fff;
}

.video-image-detail-form .category-editable ,
.video-image-detail-form .location-editable{
	display: inline-block;
float: left;
margin: 5px;
text-align: left;
padding: 3px 9px;
color: #fff;
background: #12428D;
border-radius: 5px;
}
.video-image-detail-form .category-location-row .fa{
	color:#fff;
}


.video-image-detail-form .category-editable span,
.video-image-detail-form .location-editable span{
	font-size: 15px;
line-height: 15px;
}
.video-image-detail-form .readmore{
	color: #404040;
	font-weight: 700;
	text-decoration: underline;
	margin: 0 0 0 5px;
}
.video-image-detail-form .readmore:hover{
color: #2498DA;
}

.video-image-detail-form .ratingdetails-box .fa{
	color: #404040;
	margin: 0 8px 0 0;
}

.video-image-detail-form .ratingdetails-box p{
	color: #404040;
	font-weight: 700;
}
.video-image-detail-form  .videoInsert{width:100%;}
.comments-section-main{/*
	background: #e5e5e5;
padding: 20px;*/
margin-top: 40px;
}

.comments-section-main .form-horizontal {
	margin-bottom: 50px;
}

.comments-section-main .form-horizontal .form-data{
	position: relative;
}
.comments-section-main .form-horizontal textarea.form-control{
	border: 1px solid #eee;
border-radius: 0;
padding: 10px 86px 10px 10px;
}

.comments-section-main .form-horizontal  label{
	color:#404040;
	font-weight: 700;
}

.comments-section-main .form-horizontal #comment-error{
	position: absolute;
		color:#f00;
		font-size:13px;
		font-weight:500;
}
.comments-section-main .sendbtn{
	position: absolute;
	bottom:8px;
	right:8px;
	background: #12428D;
	color: #fff;
	border-radius: 0;
}

.comments-section-main .ratting-comments{
	margin-bottom: 30px;
}
.comments-section-main .ratting-comments .comments-img{
	display: inline-block;
}
.comments-section-main .ratting-comments .detail-comments{
	display: inline-block;
width: calc(100% - 50px);
float: right;
border-radius: 3px;
background: #e3e3e3;
padding: 15px;
position: relative;
}
.comments-section-main .ratting-comments .detail-comments:before { width: 0;
		height: 0;
		width:0;
		border-top: 10px solid transparent;
		border-right: 10px solid #e3e3e3;
		border-bottom: 10px solid transparent;
		position: absolute;
		right:100%;
		top:15px;
		content: "";
}

.comments-section-main .ratting-comments p.commentuser-name,
.comments-section-main .ratting-comments p.comment-time{
	display: inline-block;
	margin: 0;
}
.comments-section-main .ratting-comments p.commentuser-name a{
	font-size: 17px;
	color: #2498DA;
	font-weight: 600;
	text-transform: capitalize;
}

.comments-section-main .ratting-comments p.comment-time{
	font-size: 12px;
color: #404040;
}

.comments-section-main .ratting-comments p.comment-content{
   font-size: 14px;
   color: #404040;
}

.fromeditdesign h5{
	font-size: 17px;
color: #2498DA;
font-weight: 600;
text-transform: capitalize;
}
.fromeditdesign input,
.fromeditdesign select ,
.fromeditdesign textarea{
	width:100%;
	border:1px solid #eee;
	margin-bottom: 15px;
	padding: 8px;
}
.fromeditdesign .btnsave{
background: #127119;
color: #fff;
border-radius: 0;
margin: 15px 15px 15px 0;
width: auto;
}

.fromeditdesign .canclebtn{
background: #c11a1a;
color: #fff;
border-radius: 0;
margin: 15px 15px 15px 0;
}

/******without login youtube page****/
div.scrollmenu {
    background-color: #2383D0;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}
.vert{
   position: absolute;
   top:40%;
   transform: translateY(-50%);
   vertical-align: center;
   font-weight: bold;
   font-size: 20px;
   z-index: 99;
}
.vert.right{right:0; }
.vert .fa{font-size: 40px;}
.dfp_ad_div{width:100%; padding:10px 0; text-align:center;}

/******popup design****/

  .lightbox{

  z-index: 1041;

}

.cropper-canvas img{
	max-height:100% !important;
}

.modal-dialog{
  max-width: 900px;
  width: 90%;
}

.modal-body {
  overflow-y: auto;
  /*max-height: 400px;*/
  padding: 15px;

}

.tourism-form  .uplodimges{
	display: block;
	margin: 0 auto;
	opacity: 0.4;
}

.tourism-form  .dropzone .dz-message{
	margin:15px 0;
}
.tourism-form .form-horizontal {
	margin-top:30px;
}

.tourism-form .form-horizontal label{
	display: block;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 8px;
	margin-top: 10px;
	color:#1D96DC;
	text-transform: uppercase;
	margin-top: 20px;
}

.tourism-form .form-horizontal .siteurl span{
	margin: 0 3px;
}
.tourism-form .form-horizontal .siteurl button{
background: #1D96DC;
color: #fff;
padding: 6px 10px;
font-size: 12px;
line-height: 12px;
display: inline-block;
border-radius: 0;
border: 0;
margin: 10px 0 0 0;;
}

.tourism-form .form-horizontal input,
.tourism-form .form-horizontal select,
.tourism-form .form-horizontal textarea{
	border-width:0 0 1px 0;
    border-style: solid;
    border-color:transparent transparent #ccc transparent;
    box-shadow: none;
    border-radius: 0;
     padding: 0 0 5px 0;
    font-size: 17px;
    line-height: 17px;
    min-height: 26px;
}
.tourism-form .form-horizontal textarea{
   font-size: 14px;

}

.tourism-form .form-horizontal select{
	padding-bottom: 0;
}

.bguplodimg{
	background:#f8f8f8;
	padding: 15px;
	margin-top: 30px;
	float: left;
	width:100%;
}
.user-functionality .tourism-form  .dropzone{
border-width:0;
border-color:none;
border-style: solid;
 background: url(../../images/default-upload-img.png) 0 0 no-repeat #f8f8f8;
  border-radius:0;
 background-position: center 15px;
 padding-top:60px;
}

.user-functionality .tourism-form  .dz-started.dropzone{
	background: none #f8f8f8;
	padding-top: 0;
}

.tourism-form .form-horizontal .form-control{
	border-radius: 0;
}

.tourism-form .form-horizontal ul.wysihtml5-toolbar{
	border-radius: 0;
    border: 0;
    background: #f1f1f1;

}

.tourism-form .form-horizontal ul.wysihtml5-toolbar a.btn{
	font-size: 13px;
	padding: 6px 14px;
}

.user-functionality  .tourism-form  .dz-remove{
	position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -9999px;
    background: url(../../images/delete.png) center center no-repeat transparent;
    border: 0px;
    height: 30px;
    width: 30px;
    background-size: 18px;
    opacity: 0.8;
    z-index: 99;
}

.user-functionalit .tourism-form  .dropzone .dz-preview.dz-image-preview{
	background: transparent;
}


.property-detail .MultiCarousel .leftLst.over,
.property-detail .MultiCarousel .rightLst.over{
    pointer-events: none;
    background: #000;
    border: 0;
    width: 25px;
    color:#fff;
    cursor: pointer;

}
.property-detail .MultiCarousel .leftLst,
.property-detail .MultiCarousel .rightLst {

    background: #ccc;
    border: 0;
    width: 25px;
    color:#000;
   cursor: pointer;

}
.property-detail  .title{
	margin-bottom: 40px;
}
.property-detail  .title h2{
   font-weight: 800;
   font-size: 25px;
}
.property-detail h2{
	font-size: 22px;
}
.property-detail  .title h5{
	font-size: 18px;
	font-weight: 600;
	color:#454545;
}

.property-detail  .description{
	margin: 30px 0;
}

.property-detail 	.features{
	margin-top:11px;
}

.property-detail 	.features h3{font-weight: 600;}
.property-detail 	.features .lot{margin-bottom: 20px; font-weight: 600;}
/*****Responsive start from here*******/

@media(max-width:1280px) {
#app:after {
	height: 52%;
}
}

@media(max-width:1199px) {
.vertical-menu a {
	padding: 9px 13px;
}
/*bannr css****/
.banner h1 {
	font-size: 30px;
}
/******Tiles css**/
.tilesboxes .tiles .title h2 {
	font-size: 25px;
	line-height: 37px;
}
.tilesboxes .tiles .tileslink a {
	font-size: 18px;
}
/***inner page tiles*/
.inner-tilesboxes .tiles-inner figure {
	min-height: 104px;
	max-height: 104px;
}
.fbtiles .tiles-detail p {
	min-height: 144px;
}
/****ebay detail*/
.ebay-inner table td {
	padding: 0 10px 0 0;
}
.ebay-inner table td img {
	height: 50px;
	width: 50px;
}
}

@media(max-width:1024px) {
.start-your-day a {
	pointer-events: none;
	color: #fff;
}
.toggle_div {
	display: inline-block;
}
}

@media(max-width:991px) {
.indeed-page .indeed-search-section .indeed_title {
	margin: 4px 0px 5px 0;
	float: none;
}
.indeed-page .indeed-search-section .search-detail {
	margin: 10px 0 0 0;
}
.indeed-page .indeed-search-section {
	padding: 10px 50px;
	max-width: 600px;
	text-align: center;
	float: none;
	margin: 0 auto;
	width: 100%;
	display: block;
}
.radiobtns-section {
	width: 100%;
	float: none;
	text-align: center;
	display: inline-block;
}
.indeed-page .indeed-search-section .radiobtns-section label.label-title {
	float: none;
	width: 100%;
}
.radiobtns-section .search_radio {
	float: left;
	padding: 4px 0;
	width: 50%;
}
.indeed-page .indeed-search-section .indeed-search-block {
	float: none;
	display: inline-block;
}
#app:after {
	height: 43%;
}
/*header css*/
.logo {
	text-align: center;
}
.mediabox {
	max-height: 100px;
}
.inner-tilesboxes .tiles-detail p {
	min-height: 90px;
}
.fbtiles .tiles-detail p {
	min-height: 198px;
}
header .searchrightbar .searchformshow {
	top: 20px;
	width: 150px;
	left: 0px;
	right: auto;
}
.mapbg {
	background-size: cover;
}
.inner-tilesboxes .tiles-detail {
	min-height: 186px;
}
.breadcrumb-row .pagetitle {
	font-size: 28px;
}
.youtube-page iframe {
	height: 350px;
}
/**ebay**/
.ebay-inner table, .ebay-inner table tr, .ebay-inner table td, .ebay-inner table tbody, .ebay-inner table thead {
	display: block;
	width: 100%;
	text-align: center;
}
.ebay-inner table td img {
	height: auto;
	width: auto;
}
.ebay-inner table td {
	padding: 10px 0;
}
.ebay-inner a h4 {
	text-align: center;
}
.grid-sizer, .grid-item {
	width: 49%
}
/* Force table to not be like tables anymore */
#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr {
	border: 1px solid #ccc;
}
#no-more-tables td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left;
	word-break: break-all;
}
#no-more-tables td:before {
	/* Now like a table header */
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
/*
    Label the data
    */
#no-more-tables td:before {
	content: attr(data-title);
}
header .logo a h1 {
	font-size: 22px;
}
.vertical-menu a {
	margin: 0;
	padding: 5px 7px;
	font-size: 12px;
}
.vertical-menu a .fa {
	font-size: 14px;
}
.profile_image_details {
	margin-bottom: 15px;
}
.articleslist-page, .articleslist-page .text-right {
	text-align: center;
}
.filter-box .btn-primary{
   margin:11px 0;
}
}

@media(max-width: 767px) {
.vertical-menu .navbar-toggler {
	display: block;
	float: right;
}
.vertical-menu {
	padding: 5px 0 5px 0;
}
.vertical-menu .container {
	padding: 0;
}
#vertical-menu {
	margin: 40px 0 0 0;
	padding: 0;
}
.vertical-menu ul li {
	float: none;
	display: block;
}
.vertical-menu a .fa {
	font-size: 19px;
}
.vertical-menu a {
	margin: 0;
	padding: 15px;
	font-size: 15px;
}
.vertical-menu .navbar {
	display: block;
	float: none;
}
.vertical-menu .navbar-toggler {
	background: none;
	border: 0px;
	color: #fff;
	margin: 0 15px 0 0;
	font-size: 27px;
}
.vertical-menu .navbar-collapse {
	box-shadow: none;
	border-top: 0px;
}
.ebay-page .ebay-search-section .ebay-search-block {
	float: none;
	margin: 0 auto;
	display: inline-block;
}
/*header*/
.logo {
	text-align: left;
}
header .logo .ttl1 h1 {
	font-size: 36px;
	line-height: 42px;
}
header .logo .ttl2 {
	font-size: 17px;
}
header .userauth {
	padding: 0 7px;
}
.user_pages header nav.navbar {
	display: none;
}
.user_pages header .userauth {
	border: 0;
}
.navbar {
	margin-left: 8px;
}
/*banner*/
.banner h1 {
	font-size: 22px;
	line-height: 26px;
	bottom: 10px;
}
/***breadcum*/


.breadcrumb-row .container ul {
	margin: 0 -15px;
}
.breadcrumb-row .breadcrumb {
	display: block;
	text-align: center;
}
.breadcrumb-row .breadcrumb li {
	float: none;
}
.breadcrumb-row .backbtn-box {
	text-align: center;
	margin-top: 15px;
}
.breadcrumb-row .back-btn {
	text-align: center;
	top: 0;
	margin-bottom: 10px;
}
/******menu*/
.navbar ul.nav>li>a {
	font-size: 15px;
	padding: 13px 26px 17px;
}
/*tiles*/
.tilesboxes {
	padding: 20px 0;
}
.article-inner-page{
	padding: 20px;
}
.tilesboxes .tiles .tileslink {
	font-size: 18px;
}
.tilesboxes .tiles .title h2 {
	font-size: 22px;
}
.tilesboxes .tiles-inner figure {
	min-height: 10px;
	max-height: 500px;
	margin-bottom: 20px;
}
.mediabox {
	max-height: 350px;
}
/*****inner page tiles*/
.inner-tilesboxes .tiles-detail figure {
	min-height: 100px;
	max-height: 100%;
}
.inner-tilesboxes .tiles-detail p, .fbtiles .tiles-detail p {
	min-height: 15px;
}
.inner-tilesboxes .tiles-detail {
	top: -30px;
 .
}
.animatedbox .tilesbox .edithide input, .animatedbox .tilesbox .editshow input {
	background-size: 20px auto;
	height: 33px;
	width: 33px;
}
.normalpage h1 {
	font-size: 25px;
}
.normalpage h2 {
	font-size: 20px;
}
.inner-tilesboxes .tiles-detail {
	min-height: 100PX;
}
.backbtn-box {
	float: left;
}
.inner-tilesboxes .tilesbox {
	height: auto !important;
}
.youtube-ttl {
	display: block;
	width: 100%;
}
.youtube-ttl span {
	display: block;
	vertical-align: middle;
	text-align: center;
}
.youtube-page .youtube-ttl img {
	display: block;
	margin: 0 auto 15px auto;
}
.youtube-page .youtube-ttl h3 {
	width: 100%;
	display: block;
}
.like-views-row .text-left, .like-views-row .text-right {
	text-align: center;
	margin: 5px 0;
}
/*******tourism*****/
#bizdir .tag {
	padding: 0 15px;
	margin-bottom: 30px;
}
#bizdir .tag h2 {
	text-align: center;
}
#bizdir .feed-iframe-box {
	border: 0;
}
#bizdir .tag ul {
	display: block;
	text-align: center;
}
#bizdir .tag ul li {
	float: none;
}
/*******Place detaiol*********/
.place-detail {
	text-align: center;
}
.place-detail h3 {
	margin-top: 30px;
}
.place-detail h4 {
	margin-top: 30px;
}
.indeed-page .indeed-search-section .job-title {
	width: 100%;
}
.indeed-page .indeed-search-section .job-title input.jobtitle {
	width: 67%;
}
.grid-sizer, .grid-item {
	width: 100%
}
.user-functionality .text-left, .user-functionality .text-right {
	text-align: center;
}
.user-functionality .btn.btn-success, .user-functionality .form-control {
	margin: 5px 0;
}
.person-profile-header figure {
	position: relative;
	text-align: center;
	left: 0;
}
.person-profile-header .figuretxt {
	width: 90%;
float: none;
margin: 0 auto;
display: block;
}
.vertical-menu a {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-align: left;
}
.vertical-menu a > div {
	display: inline-block;
}
.vertical-menu a .fa {
	width: 28px;
}
.followers-list figure {
	float: none;
	margin: 10px auto;
	display: block;
	width: 80px;
	height: 80px;
}
.followers-list h4 {
	margin-top: 0;
}
.followers-list .followers {
	float: left;
	width: 100%;
	text-align: center;
}
#mobile_search_div {
	display: block;
}
#search_div {
	display: none;
}
.video-image-detail-form .ratingdetails-box{
	float: left;
}
.comments-section-main .sendbtn {
    position: relative;
    bottom: 0;}
.comments-section-main .form-horizontal #comment-error{
	position: relative;
}

.video-image-detail-form .category-location-row {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 30px 0;
}
.video-image-detail-form .deleteimg,
.video-image-detail-form .editbtn{
	top: -40px;
	right:auto;
}

.video-image-detail-form .deleteimg{
left: 0;}
.video-image-detail-form .editbtn{
	left: 40px;
}
.pagebgcolor{
	padding: 50px 20px 20px 20px;
}

.form-control{
	margin-bottom: 15px;
}
.article-inner-page .rating {
    text-align: left;
    margin: 30px 0 0;
}
.article-inner-page .article-image{
	text-align: center;
}
.uploaded-img{
	margin: 0 0 20px 0;
}
.comments-section-main{
	padding: 0 30px;
}
}


@media(max-width: 640px) {
.modal.videopopup .modal-content {
	max-width: 90%;
}
.modal.videopopup .close {
	top: 3px;
	right: 12px;
}
/*headre*/
.logo {
	text-align: center;
}
header {
	padding-bottom: 15px;
}
header .search-menu, header .logobox {
	width: 100%;
}
header .logo .ttl1 img {
	max-height: 30px;
}
header .logo .ttl1 h1 {
	font-size: 33px;
	line-height: 33px;
}
header .logo .ttl2 {
	font-size: 18px;
	letter-spacing: 6px;
}
header .searchrightbar {
	max-width: 157px;
}
header .searchrightbar {
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
}
header .searchrightbar .searchicon {
	display: none;
}
header .searchrightbar .searchformshow {
	position: relative;
	display: block;
	width: 100%;
	right: 0;
	top: 0;
}
header .search-menu {
	text-align: center;
}
header .userauth {
	float: left;
	border: 0;
}
header .powered-by-helloearth {
	border-right: none;
	margin-right: 1.5em; 
	margin-top: .75em; 
}
.user_pages header .userauth {
	float: none;
}
/*nav*/
.navbar ul.nav {
	width: 206px;
	left: -206px;
}
/*banner*/
.banner h1 {
	font-size: 15px;
	line-height: 17px;
	bottom: 0;
}
/*tiles*/
.sortablebox {
	text-align: center;
	max-width: 290px;
	width: 100%;
	margin: 0 auto;
}
.sortablebox .col-xs-6 {
	display: inline-block;
	margin: 0 auto;
	float: none;
	text-align: left;
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.tilesboxes .sortablebox .tilesbox {
	padding: 5px;
	margin-bottom: 10px;
}
.tilesboxes .tiles .tilestitle {
	position: relative;
	margin-top: -160px;
}

.tiles .tilestitle .tileslink {
	background-color: #2383D0 !important; 
}
.search-menu .navbar, .tilesboxes .toggle_div {
	display: none;
}
.tilesboxes .dfp_ad_div {
	margin-left: -20px;
}
.tilesboxes .tiles .tileslink a {
	font-size: 15px;
}
.tilesboxes .tiles .title h2 {
	font-size: 19px;
	line-height: 27px;
}
.tilesboxes .tiles-inner p {
	word-wrap: break-word;
}
#upload-image-form input[type="file"] {
	border-radius: 0;
}
#upload-image-form button {
	position: relative;
	margin-top: 10px;
	float: left;
}
.breadcrumb-row .col-xs-6 {
	width: 100%;
	text-align: center;
}
.breadcrumb-row .back-btn {
	top: 0;
	margin-bottom: 10px;
}
.tabs a.tab-btn {
	font-size: 15px;
	padding: 8px 9px;
	margin: 0;
}
.tabs a.tab-btn:after, .tabs a.tab-btn:before {
	display: none;
}
#peosear, #peosear_search {
	margin-left: 0;
	margin-right: 0;
}
#bizdir ul li {
	width: 49%;
}
#bizdir, #bizdir_search {
	margin-left: 0;
	margin-right: 0;
}
.indeed-page .indeed-search-section .indeed-search-block select.jobcategory {
	width: 52%;
}
.indeed-page .indeed-search-section button {
	float: left;
	margin-right: 6px;
}
.indeed-page .indeed-search-section .job-title input.jobtitle {
	width: 50%;
}
.indeed-page .indeed-search-section {
	max-width: 100%;
}
.indeed-page .indeed-search-section .job-title input.jobtitle {
	float: left;
	display: inline-block;
}
.indeed-page .indeed-search-section .job-title button.search {
	float: none;
}
.vertical-menu a .fa {
	font-size: 23px;
}
.vert .fa{font-size: 20px;}
}
}

@media(max-width: 480px) {
.indeed-page .indeed-search-section .indeed_title {
	position: inherit;
}
.indeed-page .indeed-search-section .search-detail {
	height: auto;
}
.ebay-page .ebay-search-section .ebay-search-block input.ebay_searchbox {
	width: 190px;
}
.indeed-page .indeed-search-section {
	padding: 10px 0px;
}
.indeed-page .indeed-search-section .indeed-search-block {
	margin: 0 0 10px 0;
}
.indeed-page .indeed-search-section .indeed-search-block select.jobcategory, .indeed-page .indeed-search-section .job-title input.jobtitle {
	width: 100%;
	margin: 0 0 6px 0;
}
header .logo .ttl1 {
	display: block;
	float: none;
}
header .logo .ttl2 {
	text-align: center;
	margin: 0;
}
.youtube-page iframe {
	height: 150px;
}
#peosear, #peosear_search {
	margin-left: 0;
	margin-right: 0;
}
#bizdir ul li {
	width: 99%;
}
#bizdir, #bizdir_search {
	margin-left: 0;
	margin-right: 0;
}
.vert .fa{font-size: 20px;}
}
}
.indeed-page .indeed-search-section .indeed_title a {
	font-size: 22px;
	color: #2164F3;
}
.radiobtns-section label.label-title {
	float: left;
}
.p-0 {
	padding: 0px;
}
.p-1 {
	padding: 5px;
}
.p-2 {
	padding: 10px;
}
.p-3 {
	padding: 15px;
}
.p-4 {
	padding: 20px;
}
.p-5 {
	padding: 25px;
}
.pt-0 {
	padding-top: 0px;
}
.pt-1 {
	padding-top: 5px;
}
.pt-2 {
	padding-top: 10px;
}
.pt-3 {
	padding-top: 15px;
}
.pt-4 {
	padding-top: 20px;
}
.pt-5 {
	padding-top: 25px;
}
.pb-0 {
	padding-bottom: 0px;
}
.pb-1 {
	padding-bottom: 5px;
}
.pb-2 {
	padding-bottom: 10px;
}
.pb-3 {
	padding-bottom: 15px;
}
.pb-4 {
	padding-bottom: 20px;
}
.pb-5 {
	padding-bottom: 25px;
}
.pl-0 {
	padding-left: 0px;
}
.pl-1 {
	padding-left: 5px;
}
.pl-2 {
	padding-left: 10px;
}
.pl-3 {
	padding-left: 15px;
}
.pl-4 {
	padding-left: 20px;
}
.pl-5 {
	padding-left: 25px;
}
.pr-0 {
	padding-right: 0px;
}
.pr-1 {
	padding-right: 5px;
}
.pr-2 {
	padding-right: 10px;
}
.pr-3 {
	padding-right: 15px;
}
.pr-4 {
	padding-right: 20px;
}
.pr-5 {
	padding-right: 25px;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.px-1 {
	padding-left: 5px;
	padding-right: 5px;
}
.px-2 {
	padding-left: 10px;
	padding-right: 10px;
}
.px-3 {
	padding-left: 15px;
	padding-right: 15px;
}
.px-4 {
	padding-left: 20px;
	padding-right: 20px;
}
.px-5 {
	padding-left: 25px;
	padding-right: 25px;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-1 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.py-2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.py-3 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.py-4 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.py-5 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.m-0 {
	margin: 0px;
}
.m-1 {
	margin: 5px;
}
.m-2 {
	margin: 10px;
}
.m-3 {
	margin: 15px;
}
.m-4 {
	margin: 20px;
}
.m-5 {
	margin: 25px;
}
.mt-0 {
	margin-top: 0px;
}
.mt-1 {
	margin-top: 5px;
}
.mt-2 {
	margin-top: 10px;
}
.mt-3 {
	margin-top: 15px;
}
.mt-4 {
	margin-top: 20px;
}
.mt-5 {
	margin-top: 25px;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-1 {
	margin-bottom: 5px;
}
.mb-2 {
	margin-bottom: 10px;
}
.mb-3 {
	margin-bottom: 15px;
}
.mb-4 {
	margin-bottom: 20px;
}
.mb-5 {
	margin-bottom: 25px;
}
.ml-0 {
	margin-left: 0px;
}
.ml-1 {
	margin-left: 5px;
}
.ml-2 {
	margin-left: 10px;
}
.ml-3 {
	margin-left: 15px;
}
.ml-4 {
	margin-left: 20px;
}
.ml-5 {
	margin-left: 25px;
}
.mr-0 {
	margin-right: 0px;
}
.mr-1 {
	margin-right: 5px;
}
.mr-2 {
	margin-right: 10px;
}
.mr-3 {
	margin-right: 15px;
}
.mr-4 {
	margin-right: 20px;
}
.mr-5 {
	margin-right: 25px;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mx-1 {
	margin-left: 5px;
	margin-right: 5px;
}
.mx-2 {
	margin-left: 10px;
	margin-right: 10px;
}
.mx-3 {
	margin-left: 15px;
	margin-right: 15px;
}
.mx-4 {
	margin-left: 20px;
	margin-right: 20px;
}
.mx-5 {
	margin-left: 25px;
	margin-right: 25px;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.my-1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.my-2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.my-3 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.my-4 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.my-5 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.btn-primary {
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	font-weight: 500;
	background: #71C669;
	border: 1px solid #71C669;
	padding: 10px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.btn-secondary {
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	font-weight: 500;
	background: #337ab7;
	border: 1px solid #337ab7;
	padding: 10px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.btn-danger{
	border-radius: 20px;
    -webkit-border-radius: 20px;
}
input {
	padding: 5px;
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.5;
	color: #5a5a5a;
	vertical-align: middle;
	background: #fff url("../../images/select.svg") no-repeat right 0.75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0.4rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.people-search-bg {
	border: solid 3px #2498DA;
	margin-top: 30px;
	background: url('../../images/tile_bgs/people-search.jpg') no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 400px;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.dropzone .dz-preview.dz-error .dz-error-message {
	margin: 20px 0 0 0;
}
.thumb_img {
   /* max-height: 580px;
    overflow-x: auto;
    width: 100%;*/
        width: 3500px;
        margin:0px !important;
}/*
.thumb_img_section {
    overflow-y: auto;
}*/
#tempimage{
	max-height: 700px;
	overflow: auto;
	max-width: 100%;
	width: 100%;
}
.upload-id {
	position: relative;
	display: inline-block;
	float: left;
	margin:10px;
	width: 230px;
	height: 177px;
	background: none !important;
}
.upload-id .uploaded-img {
	width: 100%;
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px;
    background: #fff;
    margin:0px;
    display: inline-block;
    border-radius: 10px;
    position: relative;
}
.upload-id .uploaded-img img {
    width: 100%;
    height: auto;
    margin: 0 12px 0 0;
}
.uploaded-img .radiobox{
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 55;
	opacity:1;
	cursor: pointer;

}

.upload-id .uploaded-img input[type="radio"]{
	position: absolute;
    	width:100%;
	height: 100%;
right: 0;
top:0;
opacity: 0;
z-index: 55;
cursor: pointer;
}
.upload-id .uploaded-img .radiobox label{

	color: #000;
	font-weight: 600;
	position: absolute;
	z-index: 44;
	margin: 0;
	text-transform: none;
		width:100%;
	height: 100%;
    opacity: 0;
}

.upload-id .uploaded-img .radiobox label span{
		top:50%;
	transform: translateY(-50%);
		position: absolute;
			text-align: center;
	width: 100%;
}

.upload-id .uploaded-img input[type="radio"]:checked + label span:before{
position: absolute;
content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
text-align: center;
bottom:100%;
width: 30px;
height: 30px;
border-radius: 100%;
background: #000;
color: #fff;
line-height: 30px;
display: block;
margin: 0 auto;
left: 0;
right: 0;
}
.upload-id .uploaded-img .radiobox:hover label,
.upload-id .uploaded-img input[type="radio"]:checked + label{
	  background-color: rgba(255,255,255,0.7);
	  opacity: 1;
}
.uploaded-img .remove-img {
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	background: url('../../images/delete.png') center center no-repeat;
	border: 0px;
	height: 30px;
	width: 30px;
	background-size: 18px;
	opacity: 0.8;
	z-index: 99;
}

.uploaded-img .remove-img:hover {
	opacity: 1;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxCurrent {
	font-size: 13px;
}
.popup-detail .popup-image {
	width: 600px;
}
.popup-detail .video-wrap {
	max-width: 600px;
	overflow: hidden;
	min-width: 550px;
}
.popup-detail .popup-video {
	width: 80%;
}
.popup-detail .popup-left {
	overflow: hidden;
}
.bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:focus {
	background: #fff;
	border: 1px solid #666;
	padding: 5px 25px 5px 15px;
}
.bootstrap-select.open {
	background: #fff;
	border: 1px solid #666;
	padding: 0px 0px 0px 0px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.thumbs {
	font-size: 10px;
}

.popup-detail #ratingdetails {
	overflow-y: auto;
	min-height: 358px;
	font-size: 13px;
	line-height: 19px;
}
.popup-detail #ratingdetails h4 {
	font-weight: 600;
}
#cboxContent #cboxClose {
	bottom: auto;
	top: 3px;
	position: fixed;
	width: 40px;
	height: 40px;
	background: #1D96DC;
	border-radius: 100%;
	color: #fff;
	font-size: 23px;
}

/*
Aimtell Opt-In Prompt
pushboxcontainer = main container
noticlose = close icon
noticon = the bell icon (you can also use "._aimtellBell" - see example 2 below)
notibody = body text (main heading and byline)
teaser = main heading
teaser-byline = byline
button-approve = approve button
button-deny = deny button
 */
#pushboxcontainer {
	font-family: 'Open Sans', sans-serif !important;
}
._aimtellBell {
	content: url('../../images/favicon.png') !important;
}
button-approve, button-deny {
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
button-approve {
	background: #71C669;
	border: 1px solid #71C669;
}
button-deny {
	background: #2383D1;
	border: 1px solid #2383D1;
}
.counterdiv {
	background-color: #f5f5f5;
	padding: 20px 0;
	border-radius: 5px;
}
.content-title {
	color: #000000;
}
.clear {
	clear: both;
}
#locationautocomplete-list{
	left: 15px;
	right: 15px;
	max-height: 400px;
    overflow: auto;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.16);
}
.switch-field {
	padding: 0;
	overflow: hidden;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field label {
	float: left;
	display: inline-block;
	width: auto;
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 3px 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
.switch-field label:hover {
	cursor: pointer;
}
.switch-field input:checked + label {
	background-color: #2498da;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#fff;
}
.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}
.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

#nodata_container{
	text-align: center;
}

.addr_error{
	background-color:#F08080;
}