/*@font-face {
  font-family: Nunito;
  src: url(../fonts/nunito/Nunito-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: Nunito;
  src: url(../fonts/nunito/Nunito-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: Nunito;
  src: url(../fonts/nunito/Nunito-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Nunito;
  src: url(../fonts/nunito/Nunito-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Nunito;
  src: url(../fonts/nunito/Nunito-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Nunito;
  src: url(../fonts/nunito/Nunito-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Nunito;
  src: url(../fonts/nunito/Nunito-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/lato/Lato-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/lato/Lato-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/lato/Lato-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/lato/Lato-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Lato;
  src: url(../fonts/lato/Lato-Thin.ttf);
  font-weight: 100;
}*/
@font-face {
  font-family: clash-display-regular;
  src: url(../fonts/ClashDisplay/ClashDisplay-Regular.ttf);
}
@font-face {
  font-family: clash-display-light;
  src: url(../fonts/ClashDisplay/ClashDisplay-Light.ttf);
}
@font-face {
  font-family: clash-display-bold;
  src: url(../fonts/ClashDisplay/ClashDisplay-Bold.ttf);
}
@font-face {
  font-family: Lexend;
  src: url(../fonts/lexend/Lexend-Medium.ttf);
}
@font-face {
  font-family: Lexend-L;
  src: url(../fonts/lexend/Lexend-Light.ttf);
}
@font-face {
  font-family: Lexend-R;
  src: url(../fonts/lexend/Lexend-Regular.ttf);
}
.logo{
	width:63%;
}
.modal-content{
	border-radius:10px;
}
.btn-close{
	background-color: #bbb;
	border-radius: 50%;
	font-size: 12px;
	padding: 12px;
}
.form-control{
	background-color:#fff;
}
section {
  display: block;
  overflow:hidden;
}
.topbg{
	width:100%;
	height:60px;
	background-color:#245073;
}
.banner{
	margin-top:60px;
}
.banner img{
	width:100%;
	height:520px;
	object-fit:cover;
}
.headerContent{
	position:absolute;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0%);
	font-family:lato;
}
.socialTop{
	margin-left:0px;
	padding-left:0px;
	text-align:left;
	padding-bottom:12px;
}
.socialTop span{
	color:#fff;
	font-weight:200;
}
.socialTop i{
	color:#fff;
	opacity:0.7;
	margin-left:10px;
}
.loginTop{
	text-align:right;
	padding-right:35px;
	padding-bottom:8px;
	padding-left:0px;
}
.loginTop a{
	color:#fff;
	opacity:0.7;
	margin-left:20px;
}
.outLogTopMenu{
	background-color:#fff;
	height:60px;
	border: 1px solid #ccc;
}

.outLogTopMenu .header-top-menu .navbar-nav > li > a{
	padding: 18px 17px;
	font-family:lato;
	font-size:17px;
	font-weight:bold;
}
.topNavSearch{
	text-align:right;
	margin-top:20px;
}
.topNavSearch a{
	background-color:#84bf3f;
	color:#fff;
	padding:10px;
}
.topNavSearch span{
	margin:0 2px;
	background-color: #bbb;
	padding: 8px 0;
}
.bannerBody{
	position:absolute;
	top:40px;
}
.bannerTitle{
	text-align:left;	
	font-family:nunito;
	font-size:65px;
	font-weight:800;
	color:#fff;
	margin-top:50px;
	line-height: 70px;
}
.bannerText{
	font-family:nunito;
	font-size:17px;
	color:#fff;
	opacity:0.9;
	text-align:left;	
	margin-top:45px;
	line-height:20px;
	font-weight:300;
	margin-bottom: 20px;
}
.bannerText h3{
	font-size: 35px;
	color: #fff;
	font-family: lato;
	font-weight: 300;
	margin: 40px 0;
}
.hometitle{
	margin-top:110px;
}
.bannerButton{
	text-align:left;
}
.bannerTxt{
	width:250px;
	float:left;
	text-align:left;
	margin-top:20px;
}
.txtTitle{
	font-family:lato;
	font-size:17px;
	opacity:0.9;
	color:#fff;
}
.txtvalue{
	font-family:lato;
	font-size:17px;
	opacity:0.9;
	color:#fff;
	font-weight:300;
}
.discover{
	border-radius:0px;
	background-color:#84bf3f;
	padding:12px 35px;
	border:1px solid #84bf3f;
}
.bannerThumb{
	  background-color: #cccccc; /* Used if the image is unavailable */
	  width:165px;
	  height: 175px; /* You must set a specified height */
	  background-position: center; /* Center the image */
	  background-repeat: no-repeat; /* Do not repeat the image */
	  background-size: cover; /* Resize the background image to cover the entire container */
	  float:right; 
	  position:absolute; 
	  right:40px; 
	  top:295px;
}
.thumbSpan{
	background-color:#245073;
	padding:10px;
}
.thumbSpan{
	margin-bottom:0px;
	margin:10px;
	margin-top:105px;
}
.thumbSpan a div{
	font-family:lato;
	font-size:13px;
	color:#fff;
	opacity:0.4;
	font-weight:300;
}
.thumbSpan a span{
	font-family:lato;
	font-size:16px;
	color:#fff;
	opacity:0.6;
	font-weight:300;
}
.bannerOverlay{
	background-color:#000; opacity:0.6; width:100%; height:520px; position:absolute
}
.footer-bottom{
	padding:30px;
	text-align:center;
	background-color:#1a1a1c;
}
.footer-bottom a{
	color:#84bf3f;
	font-size:16px;
	opacity:.4;
}
.footer{
	background-color:#1e1f21;
	padding:60px 0 50px 0;
}
.footer-logo{
	text-align:left;
}
.footer-txt{
	margin:10px 0;
	color:#fff;
	opacity:0.4;
	font-weight:300;
}
.footer-address{
	margin-top:40px;
	color:#fff;
	opacity:0.4;
	font-weight:300;
}
.footerTitle{
	font-size:16px;
	text-transform:uppercase;
	color: #fff;
	opacity: 0.5;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;
}
.footer-news{
	float:left;
}
.footer-news li{
	display:flex;
	margin-bottom:30px;
}
.footer-news li a{
	padding-right:10px;
}
.footer-news li a img{
	width:115px;
	border-radius:10px;
}
.footer-news li span a{
	color:#fff;
	opacity:0.4;
	font-weight: 300;
}
.footer-follow li{
	margin:15px 0;
}
.footer-follow li a{
	color:#fff;
	opacity:0.4;
	font-weight: 300;
}
.footer-social li{
	width:85px;
	display:contents;
	float:left;
	margin:4px;
	overflow:auto;
}
.footer-social li a img{
	border-radius:10px;
	margin:4px;
	width:25%;
}
.panel-heading h4 a{
	font-family:lato;
	font-size:17px;
	color:#245073;
	margin-bottom: 5px;
	display: block;
}

.panel-heading .accordion-toggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e252";
    float: left;
    color: grey;
	font-size:11px;
	margin-right:8px;
	margin-top:2px;
}
.panel-heading .accordion-toggle.collapsed:before {
    content: "\e251";
}
.panelTitle{
	background-color:#245073;
	padding:7px 16px;
	color:#fff;
	font-family:lato;
	margin-top:35px;
	font-size:18px;
}
#leftpanel{
	border: 1px solid #ddd;
}
.panel-group .panel {
	border-radius:0px;
}
.panel-default{
	border-color:inherit;
}
.panel-default > .panel-heading {
	color: inherit;
	background-color: inherit;
	border-color: inherit !important;
}

.panel{
	border:inherit !important;
}
.leftpanellink li{
	margin:10px 0 10px 20px;
}
.leftpanellink li a{
	color:#999;
	font-family:lato;
	font-size:16px;
}
.leftpanellink .active{
	color:#84bf3f;
	font-weight:600;
}
.ui-slider-range{
	height:4px !important;
}
.ui-widget-content{
	height:4px;
}
.price-range-block{
	margin:10px;
}
.ui-slider-horizontal{
	width:100%;
}
.ui-widget-header{
	background-color:#84bf3f;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	background-color:#84bf3f;
	border: #84bf3f;
	margin-top: -3px;
	border-radius: 50%;
}
.ui-widget.ui-widget-content{
	border:1px solid #ddd;
	background-color:#ddd;
}
#pop_min{
	font-family:12px;
	color:#bbb;
}
#pop_max{
	font-family:12px;
	color:#bbb;
	float:right;
}
#ab_min{
	font-family:12px;
	color:#bbb;
}
#ab_max{
	font-family:12px;
	color:#bbb;
	float:right;
}
.customsearch{
	border-radius:20px;
	background-color:#eee;
	color:#888;
}
.searchpanel{
	display:flex;
}
.searchclose a{
	margin-top:2px;
}
.searchclose a i{
	color:#999;
}
.searchclose{
	position:absolute;
	display: flex;
	float: right;
	right: 45px;
	padding: 10px 0;
	top:90px;
}
.panelTitle i{
	font-size: 18px;
	color: #fff;
	opacity: 0.6;
}
.viewActive{
	background-color:#245073;
}
.viewActive i{
	color:#fff;
	opacity:1;
}
.resultView{
	color:#fff;
	opacity:0.8;
	font-size:16px;
	font-weight:300;
	margin-top:3px;
}
.resultView span{
	color:#84bf3f;
	font-weight:700;
}
.panel-custom{
	border:1px solid #ddd !important;
	padding:18px;
	margin-top:15px;
	margin-right:8px;
	margin-bottom:0px;
	margin-left: 7px;
	min-height: 275px;
}
.panellist{
	min-height: inherit;
}
.cardpanel{
	padding:0px !important;
}
.mrless{
	margin-right:0px !important;
}
.panel-custom .panel-image{
	text-align:center;
}
.panel-custom h4{
	text-align:center;
	font-family:lato;
	color:#245073;
	margin: 0 0 0px;
}
.panel-custom .panel-heading{
	padding-bottom:0px;
}
.panel-custom ul li{
	margin:6px 0;
	color:#aaa;
}
.panel-custom .panel-body{
	padding-bottom:0px;
	padding-left:0px;
}
.panel-custom ul li i{
	margin-right:6px;
	color:#84bf3f;
	opacity:0.8;
}
.viewMore{
	margin:20px 0 40px; 0;
	background-color:#84bf3f;
	text-align:center;
	padding: 8px;
	border-radius: 6px;
}
.viewMore a{
	color:#fff;
	font-weight:200;
	font-size:14px;
}
.carousel-inner img{
	height:520px !important;
}
.buttonslide{
	text-align:right; 
	margin-bottom:22px;
}
.buttonslide a i{
	font-size:30px;
	color:#666;
}
.buttonslide a i:hover{
	color:#84bf3f;
}
#btcount{
	margin-right:50px;
}
.num{
	font-size:18px;
	color:#fff;
}
.num:hover{
	color:#84bf3f;
}
.num .active{
	margin-right: 50px;
}
.lineimg{
	width: inherit !important;
	height: 1px !important;
}
.carousel-indicators .active{
	background-color:#666;
}
.searchtxt{
	position: absolute;
	z-index: 9999;
	/*margin: -7px 0 0px -90px;*/
	display:none; 
	background-color: #fff;
	box-shadow: 0 0 6px #999;
	border-radius: 25px;
	right: 10px;
	height: 50px;
  margin-top: -15px;
}
.seachbtn{
	background-color:inherit !important;
	margin-top: -12px;
	margin-right: -14px;
}
.seachbtn i{
	color:#84bf3f;
}
.nav-active{
	border-bottom:4px solid #8dc446;
	color:#8dc446 !important;
}
.btn-log{
	width:100%;
	background-color:#8dc446;
	color:#fff;
	font-weight:300;
	font-size:18px;
	font-family:lato;
	border-radius:0px;
}
.log_caption{
	font-family: lato;
	font-size: 14px;
	color: #999;
	margin-top: 15px;
	text-align: center;
}
.loginform label{
	font-family: lato;
	font-size: 14px;
	color: #999;
	font-weight:400;
}
.page_login_panel{	
	padding:0px 70px;
}
.login_panel{	
	padding:70px;
}
.login_panel h3{	
	color: #245073;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: lato;
}
.checkbox a{
	font-size: 14px;
	font-weight: 400;
	font-family: lato;
}
.login_panel input[type=email]{
	background-color:#f7f7f7;
	border:1px solid #f4f3f3;
	height: 36px;
}
.login_panel input[type=text]{
	background-color:#f7f7f7;
	border:1px solid #f4f3f3;
	height: 36px;
}
.login_panel select{
	background-color:#f7f7f7;
	border:1px solid #f4f3f3;
	height: 36px;
}
.login_panel textarea{
	background-color:#f7f7f7;
	border:1px solid #f4f3f3;
}
.login_panel input[type=password]{
	background-color:#f7f7f7;
	border:1px solid #f4f3f3;
	height: 36px;
}
.logeye{
	position: absolute;
	float: right;
	text-align: right;
	right: 98px;
	bottom: 199px;
}
.close{
	/*margin: 20px;
	background-color: #ccc !important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 9999;
	position: relative;*/
	top: -45px;
    right: -25px;
}
.loglefttitle h1{
	font-size:48px;
	font-weight:900;
	font-family:lato;
	color:#fff;
	margin-top: 90px;
	margin-left: 15px;
}
.log_footer{
	margin-top: 160px !important;
	padding-left: 30px;
	color: #fff;
}
.log_footer div{
	font-family:lato;
	font-size:18px;
	font-weight:500;
}
.log_footer span{
	opacity:0.7;
}
.modal-dialog{
	margin-top:95px;
}
.log_overlay{
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 446px;
    position: absolute;
	margin-left: -15px;
}

.register_panel{	
	padding: 35px 70px;
}
.regeye{
	position: absolute;
	float: right;
	text-align: right;
	right: 98px;
	bottom: 208px;
}
.signupbg{
	height:495px !important;
}
.signup_overlay{
	height:495px !important;
}
.sign_footer{
	margin-top:215px !important;
}
.banner_cap{
	width: 165px;
	height: 175px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
	position: absolute;
	right: 40px;
	top: 115px;
}
.bg-grey{
	background-color:#f9f9f9;
}
.geo-margin{
	padding:80px 0;
}
.about-section h1{
	font-size:36px;
	font-family:lato;
	font-weight:800;
	color:#245073;
}
.about-section p{
	font-family: lato;
	font-size: 19px;
	color: #888;
	line-height: 30px;
	font-weight: 400;
}
.propanel{
	background-color: #84bf3f;
	padding: 20px;
	text-align: center;
	color: #fff;
}
.propanel h4{
	font-family: lato;
	font-weight: 800;
	font-size: 24px;
}
.propanel p{
	font-family: lato;
	font-weight: 400;
	font-size: 18px;
	opacity: 0.7;
}
.propanel div i{
	font-size:80px !important;
}
.statpanel{
	border-right:4px solid #84bf3f;
	text-align:center;
}
.statpanel h1{
	font-family:lato;
	color:#245073;
	font-size:65px;
}
.statpanel div{
	font-family: lato;
	font-size: 21px;
	color: #245073;
	font-weight: 300;
}
.br-none{
	border-right:none;
}
.bg-green{
	background-color:#8dc445;
}
.newsletter_txt h1{
	font-family: lato;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}
.newsletter_txt p{
	font-family: nunito;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-top: 20px;
}
.newsletter_form input[type=text]{
	width: 70%;
	float: left;
	margin-top: 8%;
	font-size: 18px;
	font-family: lato;
	font-weight: 400;
	padding: 23px 20px;
	margin-right: 5px;
}
.newsletter_form input[type=submit]{
	margin-top: 8%;
	background-color: #245073;
	border-radius: 0px;
	color: #fff;
	padding: 10px 25px;
	font-size: 18px;
	font-family: nunito;
	font-weight: 400;
}
.videobg{
	  background-color: #cccccc;
	  min-height: 460px;
	  background-position: center;
	  background-repeat: no-repeat;
	  text-align:center;
	  padding: 60px;
}

.videobg h1{
	font-family: lato;
	font-weight: 800;
	color: #fff;
	font-size: 45px
}
.videobg div img{
	width:150px;
	margin: 40px 0 70px 0;;
}

.contactpanel{
	width:250px;
	background-color: #245073;
	padding: 20px;
	text-align: center;
	color: #fff;
	height:230px;
}
.contactpanel h5{
	font-family: lato;
	font-weight: 600;
	font-size: 24px;
	margin-top:10px;
}
.contactpanel p{
	font-family: lato;
	font-weight: 400;
	font-size: 18px;
}
.contactpanel div i{
	font-size:60px !important;
	margin-bottom:15px;
}
.con_phone .contactpanel{
	float:right;
}
.con_email{
	text-align:center !important;
}
.con_email{
	padding:0 80px;
}
	
.con_location{
	text-align:left !important;
}
.contact-form{
	text-align:center;
	padding-bottom:25px;
}
.contact-form h1{
	font-family:lato;
	color:#245073;
	font-size: 36px;
	font-weight: 800;
}
.contact-form span{
	font-family: lato;
	color: #999;
	font-weight: 300;
	font-size: 18px;
}
.bg-blue{
	background-color:#245073;
}
.socialicon li{
	display: inline;
	font-size: 25px;
	color: #fff;
	margin: 0 14px;
}
.socialicon li a i{
	color:#fff;
}
.geo-margin2{
	margin-top:60px;
	margin-bottom:60px;
}
.pagebodytitle h1{
	font-size:35px;
	font-weight:600;
	color:#245073;
	font-family:lato;
}
.pagebodytitle p{
	font-family: lato;
	font-size: 20px;
	color: #999;
	font-weight: 400;
	margin-bottom:40px;
}
.donate-quote{
	padding:80px 40px;
	background-color:#84bf3f;
}
.donate-quote div{
	text-align:center;
}
.donate-quote h3{
	font-family: lato;
	font-weight: 500;
	color: #fff;
	text-align: center;
	font-size: 34px;
	line-height: 49px;
	margin-top: 38px;
}
.donate-quote span{
	color: #fff;
	font-size: 18px;
	font-family: nunito;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-top: 50px;
}
.pr-0{
	padding-right:0px;
}
.pl-0{
	padding-left:0px;
}
.globe img{
	height:463px;
}
.donate-head{
	font-size: 23px;
	font-family: lato;
	font-weight: 500;
	margin-top: 20px;
	color: #222;
	margin: 35px 0;
}
.donate-head a{
	color: #84bf3f;
	font-weight:600;
}
.donate-head span{
	color: #fff;
	background-color: #245073;
	padding: 5px 10px;
	margin-right:12px;
}
.selamount{
	border-radius: 0px;
	background-color: #f6f7fb;
	padding: 12px;
	width: 100%;
	color: #555;
	font-weight: 500;
	border: none;
	margin: 0 0 12px 0;
	height:50px;
	border:1px solid #efeff0;
	font-size:18px;
}
.selamount .active{
	border-radius: 0px;
	background-color: #84bf3f;
	padding: 9px;
	width: 100%;
}
.other_amount{
	font-size: 12px;
	color: #aaa;
	font-weight: 300;
	font-family: nunito;
}
.userform label{
	font-size: 14px;
	color: #888;
	font-weight: 500;
	font-family: lato;
}
.radcontainer{
	color:#245073 !important;
	font-weight: 500 !important;
}
.credtCard{
	letter-spacing: 1px;
}
.cvceye{
	position: absolute;
	float: right;
	text-align: right;
	right: 32px;
	bottom: 96px;
}
.cardum img{
	position: absolute;
	top: 37px;
	float: right;
	right: 30px;
}
.selectcard li{
	border-bottom:1px solid #ddd;
	margin-bottom:25px;
}
.selectcard li label{
	font-size:18px;
}
.selectcard li label img{
	margin:0 30px 0 20px;;
}
.btndonate{
	padding:13px 0;
	font-weight: 600;
}
.sldbtn{
	background-color:#666;
	width:35px !important;
	height:35px !important;
	border-radius:50% !important;
	padding: 10px 14px;
}
.sldbtn:hover{
	background-color:#84bf3f;
}

#prv i{
	font-size:10px;
	color:#fff;
}
#nxt i{
	font-size:10px;
	color:#fff;
}
.pad-0{
	padding:0px;
}
.mar-tb{
	margin:12px 0;
}
.popvideo iframe{
	width: 900px;
	height:500px;
}
.popvideo{
	padding:0px;
}
.popvideo .close{
	position: absolute;
	right: -36px;
	top: -36px;
	background-color: #000 !important;
	color: #fff;
	opacity: 0.7;
}
.homethumb1 {
    background-color: #245073;
    opacity: 0.3;
    width: 95%;
    height: 63%;
    position: absolute;
}
.homethtext1{
	position:absolute;
	padding:30px;
}
.homethtext1 span{
	color:#fff;
	font-size: 30px;
	font-weight: 300;
	font-family: lato;
}
.homethtext1 h1{
	color:#fff;
	margin:230px 0 0 0;
}
.homethtext1 h4{
	color: #fff;
	margin: 5px 0 0 0;
	font-family: lato;
	font-size: 25px;
	font-weight: 300;
}
.homethtext1 p{
	color: #fff;
	margin: 45px 0 25px 0;
	font-family: lato;
	font-size: 18px;
	font-weight: 300;
	opacity:0.8;
}
.hometag{
	color:#fff;
	background-color:#84bf3f;
	padding:5px 10px;
	border:none;
	border-radius:0px;
	font-weight: 300;
}
.homethtext2{
	position:absolute;
	padding: 20px;
}
.homethtext2 span{
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-family: lato;
}
.homethtext2 h1{
	color: #fff;
	font-size: 22px;
	margin-top: 55px;
}
.homethtext2 h4{
	color: #fff;
	font-family: lato;
	font-size: 18px;
	font-weight: 300;
	opacity: 0.9;
}
.homethtext2 p{
	color: #fff;
	font-family: lato;
	font-size: 15px;
	font-weight: 300;
	opacity: 0.9;
	line-height: 18px;
}

.homethtext3{
	position:absolute;
	padding: 20px;
}
.homethtext3 span{
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-family: lato;
}
.homethtext3 h1{
	color: #fff;
	font-size: 22px;
	margin-top: 350px;
}
.homethtext3 h4{
	color: #fff;
	font-family: lato;
	font-size: 18px;
	font-weight: 300;
	opacity: 0.9;
}
.homethtext3 p{
	color: #fff;
	font-family: lato;
	font-size: 15px;
	font-weight: 300;
	opacity: 0.7;
	line-height: 18px;
}
	
	
	
	
	
.homethumb2 {
    background-color: #245073;
    opacity: 0.3;
    width: 90%;
	height: 270px;
    position: absolute;
}
.homethumb3 {
    background-color: #245073;
    opacity: 0.3;
    width: 90%;
    height: 567px;
    position: absolute;
}
.homecard{
	padding:45px 40px 25px;
	background-color:#fff;
	margin:15px 15px 25px;
}
.homecard h1{
	margin-bottom:20px;
}
.homecard p{
	font-family: lato;
	font-size: 18px;
	line-height: 26px;
}
.whoweare{
	padding:90px !important;
}
.whoweare p{
	font-family: lato;
	font-size: 18px;
	color: #fff;
	width: 700px;
	text-align: center;
	display: inline-block;
	font-weight: 300;
	opacity: 1;
}
.whoweare .discover{
	margin-top:30px;
	font-weight:300;
}
.homesectionhead{
	
}
.homesectionhead{
	text-align:center;
}
.homesectionhead h1{
	font-family:lato;
	font-size:40px;
	color:#245073;
	font-weight:900;	
}
.homesectionhead p{
	font-family: lato;
	font-size: 19px;
	color: #888;
	width: 600px;
	display: inline-block;
	margin: 19px 0 40px 0;
}
.about_seemore{
	font-size:22px !important;
	font-weight:300;
}
.homepanel{
	background-color:#fff;
}
.homepanel .card-body{
	padding:22px;
}
.homepanel .card-title{
	font-size:25px;
}
.homepanel .floatright span{
	font-size: 22px;
	color: #999;
	margin: 0 0 0 15px;
}
.homepanel .card-body .card-text{
	font-family: lato;
	font-size: 18px;
	color: #888;
	margin: 20px 0;
}
.homepanel .btn-blue{
	width: 100%;
	background-color: #245073;
	color: #fff;
	border-radius: 0px;
	padding: 9px 0;
	font-family: lato;
	font-size: 20px;
	font-weight: 600;
}
.mt-60{
	margin-top:60px;
}
.destination p{
	width: 600px;
	display: inline-block;
	font-family: lato;
	font-size: 19px;
	color: #fff;
	margin: 7px 0;
}
.location-thumb{
	background-color:#fff;
	padding:0 30px 20px;
	margin-top: 30px;
}
.location-thumb i{
	font-size:90px;
	color:#8dc445;
}
.location-thumb a{
	font-family: lato;
	font-size: 20px !important;
	font-weight: 900;
	color: #245073;
}
.videopanel{
	background-color:#fff;
}
.videopanel .card-body{
	padding:22px;
}
.videopanel .card-title{
	font-size:25px;
	clear:both;
	margin-top: 12px;
}
.videopanel .floatright span{
	font-size: 22px;
	color: #999;
	margin: 0 0 0 15px;
}
.videopanel .card-body .card-text{
	font-family: lato;
	font-size: 15px;
	color: #888;
	margin: 0;
}
.card-img-top{
	height: 207px;
	overflow: hidden;
	width: 100%;
}
.videotag {
    color: #fff;
    background-color: #245073;
    padding: 3px 6px;
    border: none;
    border-radius: 0px;
    font-weight: 300;
}
.flatshare{
	color:#999;
	font-size: 16px;
}
.flatlike{
	color: #ff00a7;
	font-weight: 700;
	font-size: 16px;
	margin-left:15px;
}
.videoverlay{
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(36, 80, 115,0.5));
	position:absolute;
	width: 90%;
	height: 53%;
	text-align: center;
}
.videoicon a img{
	width:60px;
	margin: 75%;
}
.videoicon{
	position:absolute;
	top: 30px;
	left: 70px;
}
.howitwork{
	padding:22px 0 35px;
}
.howitwork a{
	font-size: 25px !important;
}
.card-img-blog{
	height: 300px;
	overflow: hidden;
	width: 100%;
}
.blogtitle{
	color:#444;
	font-family:lato;
}
.datecmnt{
	margin-top:20px;
}
.datecmnt span{
	color:#999;
	margin-right:30px;
	font-family:lato;
}
.datecmnt i{
	color:#84bf3f;
}
.interest-thumb a{
	margin:18px 0 5px;
}
.interest-thumb{
	background-color:#fff;
	width:10%;
	float:left;
	margin:50px 10px;
	height: 125px;
}
.interest-thumb img{
	width: 60px !important;
	margin:inherit !important;
}
.interest-thumb span{
	display: block;
	font-family: lato;
	font-size: 20px;
	font-weight: 500;
	color: #245073;
}

.profile-picture{
	width: 260px;
	height: 410px;
	background-color: #fff;
	padding: 10px;
	color: #333;
	position: absolute;
	margin-top: -250px;
	border: 1px solid #eee;
	text-align: center;
}
.profile-picture h4{
	color:#245073;
	font-size: 20px;
	font-family: lato;
	margin: 10px 0;
}
.profile-picture span{
	color:#999;
}
.profile-picture span i{
	position: relative;
	font-size: 14px;
	top: 1px;
	margin-right: 6px;
}
.profile-picture p{
	padding: 10px;
	color: #555;
	font-style: italic;
}
.profile-picture .edit-photo a{
	color: #eee;
	position: absolute;
	right: 15px;
	background-color: hsla(0, 0%, 0%, 0.4);
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 500;
	top:15px;
}
.edit-cover-photo a{
	color: #eee;
	/*position: absolute;*/
	right: 85px;
	/*background-color: hsla(0, 0%, 0%, 0.4);*/
	padding: 6px 8px;
	font-size: 12px;
	/*bottom:250px;*/
	font-weight:400;
	cursor:pointer;
	/*top: 360px;*/
}
.edit-cover-photo a i{
	font-size:14px;
	position:relative;
	top:2px;
	margin-right: 6px;
}
.group-edit-cover-photo a{
	color: #eee;
	position: absolute;
	right: 28px;
	background-color: hsla(0, 0%, 0%, 0.4);
	padding: 6px 8px;
	font-size: 12px;
	bottom:250px;
	font-weight:400;
	cursor:pointer;
	bottom:25px;
}
.group-edit-cover-photo a i{
	font-size:14px;
	position:relative;
	top:2px;
	margin-right: 6px;
}
#group_cover_modal{
	z-index:9999;
}
.btn-square{
	background-color:#84bf3f;
	padding:10px;
}
.post-secton{
	background-color:#f1f5f8;
	margin-top: 25px;
	padding: 10px;
	margin-bottom: -10px;
}
.post-attach{
	padding-top: 38px;
	text-align: right;
}
.post-attach a{
	display:inline-block;
	font-size: 18px;
	color:#fff;
	line-height:10px;
}

.post-input{
	border: none;
	width: 100%;
	height: 110px;
	padding: 15px;
	background-color: #f1f5f8;
	font-size: 16px;
	outline:none;
}
.mt119{
	margin-top:119px;
}
.mt148{
	margin-top:148px;
}
.body-menu li{
	float:left;
}
.body-menu li a{
	font-size: 14px;
	color: #fff;
	margin: 0px 18px;
}
.body-menu li .active{
	color: #8bc44a;
	border-bottom: 5px solid #8bc44a;
	padding-bottom: 5px;
}
.body-menu li a:hover{
	color: #8bc44a;
	border-bottom: 5px solid #8bc44a;
	padding-bottom: 9px;
}
.body-back-link{
	font-size:14px;
	float:right;
	color: #8bc44a;
    margin-top: 6px;
}
.body-back-link:hover{
	color: #8bc44a;
}
.custom-width{
	width: 96% !important;
	margin-left: 14px;
}
.mt20{
	margin-top:20px;
}
.mt10{
	margin-top:10px;
}
.mt25{
	margin-top:25px;
}
.thumbnail p{
	font-size: 13px;
	color: #888;
	margin: 2px 0;
}
.thumbnail h5{
	font-family: lato;
	font-size: 17px;
	color: #245073;
	margin: 0 0 5px;
}
.hthumbnail{
	background-color: #f1f5f8;
	padding: 5px;
	margin:8px 0;
}
.hthumbnail p{
	font-size: 11px;
	color: #888;
	margin: 2px 0;
}
.hthumbnail h5{
	font-family: lato;
	font-size: 17px;
	color: #245073;
	margin: 0 0 5px;
}
.hthumbnail .caption{
	padding:6px 0;
}
.seeall{
	color: #fff;
	font-size: 16px;
	margin-top: 3px;
}
.seeall:hover{
	color:#eee;
}

/************* Post section css *******************************************/
/*.post_section{
	margin-top: 20px;
	border: 1px solid #eee;
	padding: 20px;
}
.post_section h4, h4 a{
	color:#245073;
	font-family:nunito;
}
.post_section small{
	color:#888;
	font-size: 14px;
}
.post_section .post_user{
	padding-top:8px;
}
.post_section .post_user span{
	position: absolute;
	top: 10px;
	right: 10px;
}
.post_section .post_text{
	margin: 20px 0;
	font-family: lato;
	font-size: 16px;
	text-align: justify;
	color: #666;
}
.post_tag{
	background-color: #245073;
	color: #fff;
	padding: 7px 15px;
	margin-bottom: 20px;
	margin-right:5px;
}
.post_seemore{
	color: #84bf3f;
	text-decoration: underline !important;
	font-weight: 500;
	font-size: 16px;
	position: absolute;
	right: 25px;
	top: 10px;
}
.post_section h3{
	font-family:nunito;
	font-weight:600;
	color:#245073;
}
.post_like{
	padding:25px 0px;
}
.post_like span{
	margin:0 25px;
	color:#999;
}
.post_like .flaticon{
	font-size:20px;
	position: relative;
	top: 5px;
	color:#84bf3f;
}
.post_section .post_comment{
	border-top:1px solid #ddd;
	padding-top:20px;
}
.post_section .dropdown-menu{
	left:inherit;
	right:0;
	min-width: 200px;
	border-radius: 0px;
	border: 1px solid rgba(0, 0, 0, 0.04);
}
.post_section .dropdown-menu > li > a{
	padding: 5px 10px;
	color: #888;
}
.post_comment .row{
	margin: 15px 0px;
	padding: 15px 0;
}
.post_comment .row p{
	color: #777;
	font-size: 15px;
	text-align: justify;
	overflow:auto;
}
.post_comment .row h4 span{
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
.post_comment .row img{
	border-radius:50%;
}
.postcomment, .blog_postcomment{
	background-color: #f1f5f8;
	color: #888;
	height: 45px;
	padding: 5px 10px;
	border: 1px solid #dee2e6;
}
.editcomment{
	background-color: #f1f5f8;
	color: #888;
	height: 45px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.replycomment, .pop_replycomment, .blog_replycomment{
	background-color: #f1f5f8;
	color: #888;
	height: 45px;
	padding: 5px 10px;
	border: 1px solid #dee2e6;
}
.post_comment .lightbg{
	background-color:#f1f5f8;
}
.filterhead .flaticon{
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	margin-right: 6px;
	position: relative;
	top: 1px;
	opacity:1;
}
.left-menu i{
	margin-right: 10px;
	position: relative;
	top: 2px;
}*/
/*********** Modal popup*******************************************/
#modalpop .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#modalpop .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
#modalpop .modal-content .close{
	position:absolute;
	right: 4px;
	top: -15px;
	z-index: 9999;
}

.popup_section h4, h4 a{
	color:#245073;
	font-family:nunito;
}
.popup_section small{
	color:#888;
	font-size: 14px;
}
.popup_section .post_user{
	padding-top:8px;
}
.post_user .flaticon-calendar{
	color: #84bf3f;
	font-size: 15px;
	margin-right: 4px;
}
.post_user .floatright i{
	color:#fff;
	position: relative;
	top: 2px;
}
.post_user .dropdown i{
	color:#888;
	font-size:16px;
}
.dropdown-menu .flaticon-warning{
	color:#ce0a0a !important;
}
.popup_section .post_user span{
	position: absolute;
	top: 10px;
	right: 10px;
}
.popup_section .post_text{
	margin: 20px 0;
	font-family: lato;
	font-size: 16px;
	text-align: justify;
	color: #666;
}
.popup_section .post_comment{
	border-top:1px solid #ddd;
	padding-top:20px;
}
.popup_section .dropdown-menu{
	left:inherit;
	right:0;
	min-width: 200px;
	border-radius: 0px;
	border: 1px solid rgba(0, 0, 0, 0.04);
}
.popup_section .dropdown-menu > li > a{
	padding: 5px 10px;
	color: #888;
}
.popup_comment{
	overflow-y: scroll; 
	height:600px;
	padding-top: 20px;
}
/*********** Modal popup*******************************************/
/************* Post section css ****************************/

.add_collection{
	background-color:#84bf3f;
	border: none;
	display: block;
	text-align: center;
}
.add_collection a{
	padding: 36% 25%;
	display: block;
	font-size: 17px;
	color: #fff;
}
.my_collection{
	margin-top:30px;
}
.my_collection h3{
	font-size: 31px;
	font-family: lato;
	color: #245073;
	font-weight: 500;
}
.my_collection span{
	font-size: 16px;
	float: right;
	color: #999;
	position: absolute;
	top: 45px;
	right: 10px;
}
.elink{
	color:#666 !important;
	padding: 0px 10px;
}
.elink i{
	font-size: 14px;
	margin-right: 6px;
}
.menu-active{
	color:#84bf3f !important;
}
.feed_category{
	padding: 0px !important;
	border: none !important;
	background-color: #f1f5f8 !important;
	border-radius:0px !important;
}
.feed_category a{
	font-size:16px;
	display:block;
	margin-bottom:3px;
	color:#245073;
}
.category_tag{
	background-color: #84bf3f;
	position: absolute;
	top: 10px;
	left: 24px;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
}
.trending a{
	color:#245073;
}
.r_view .mb20{
	margin-bottom:12px !important;
}
.r_view .caption{
	padding:5px 3px !important;
}
.r_view a{
	color:#245073;
}
.suggest_tag{
	background-color: #84bf3f;
	position: relative;
	padding: 2px 10px;
	font-size: 14px;
	color: #fff;
	display:inline-block;
	margin-top: 4px;
	margin-right: 2px;
	border-radius: 8px;
}
.suggest_tag a{
	color:#fff;
}
.suggest_thumb{
	border:1px solid #ddd;
}
.suggest_thumb h5{
	display: block;
	text-align: center;
	margin-top: 35px;
	color:#245073;
}
.suggest_thumb p{
	text-align: center;
	color: #888;
	font-size: 12px;
}
.thumb_cover img{
	height:70px;
}
.thumb_pro img{
	height: 60px;
	position: absolute;
	z-index: 9999;
	top: 35px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.thumb_close{
	position: absolute;
	right: 0;
	top: -14px;
	background-color: #fff !important;
	opacity: 0.4;
	padding: 1px 7px;
	width: 22px;
	height: 22px;
	font-size: 16px;
	font-weight: 300;
}
.btn-follow{
	font-size: 18px;
	width: 100%;
	padding: 7px;
}
.nav-link .edu-down-arrow{
	color:#eee !important;
}

/************** My Playlist *****************************************************/
.my-playlist{margin-top:20px;}
.my-playlist > div .thumbnail{
    margin-bottom:12px;
}
.my-playlist > div .thumbnail:last-child{}
.my-playlist > div .thumbnail > a{
	display:block;
	position:relative;
	color: #fff;
	border-radius:3px
    transition:all 500ms ease-in-out;
    border-radius:4px
}
.my-playlist > div .thumbnail:hover{
	box-shadow:0 2px 5px rgba(0,0,0,.1);
	text-decoration:none
}
.my-playlist h2{
	bottom: 0;
	font-size: 14px;
	height: 33px;
	margin: 8px 0 0;
}
.my-playlist .flaticon-play-button{
    font-size: 50px;
    opacity: 0.6;
    position: absolute;
    right: 38%;
    top: 22%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition:all 500ms ease-in-out;
	color:#fff;
}
.my-playlist .thumbnail  a:hover .flaticon-play-button{
	color:#fff;
	opacity:1;
	text-shadow:0 1px 3px rgba(0,0,0,.8);
}
.my-playlist .duration{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 12px;
	line-height: 13px;
	padding: 2px 3px 1px;
	position: absolute;
	top: 12px;
    transition:all 500ms ease;
}
.my-playlist > div > a:hover .duration{
	background-color:#000;
}
/************** My Group *****************************************************/
.group_thumb{
	border:1px solid #ddd;
	border-radius: 10px;
}
.group_thumb:hover{
	box-shadow:0 2px 5px rgba(0,0,0,.1);
	text-decoration:none
}
.group_thumb h3{
	display: block;
	text-align: center;
	margin-top: 60px;
	color:#245073;
}
.group_thumb p{
	text-align: center;
	color: #888;
	font-size: 15px;
}
.group_cover img{
	height:80px;
	border-radius: 10px;
}
.group_pro{
	position:relative;
}
.group_pro img{
	height: 80px;
	position: absolute;
	z-index: 1;
	top: -40px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0;
	text-align: center;
	border-radius: 50%;
	border: 4px solid #fff;
}
.group_thumb h3 a{
	color:#333;
	font-size:18px;
	font-weight:600;
}
.add_group{
	background-color:#84bf3f;
	border: none;
	display: block;
	text-align: center;
}
.add_group a{
	padding: 34% 25%;
	display: block;
	font-size: 25px;
	color: #fff;
}
.group-footer{
	background-color:#84bf3f;
	padding:6px 12px;
	height: 30px;
	padding: 10px 12px;
	height: 48px;
	text-align:right;
	border-radius: 10px;
}
.group-footer .badge-group{
	background-color:#fff;
	padding: 8px 14px;
	color:#245073;
	opacity:0.5;
}
.group-footer .badge-group-details{
	background-color:#fff;
	padding: 8px 14px;
	color:#245073;
}
.group-footer .badge-group:hover{
	color:#84bf3f;
	opacity:1;
}
.group-footer .badge-group-details:hover{
	color:#84bf3f;
	opacity:1;
}
.float-left{
	float:left !important;
}
.float-right{
	float:right !important;
}
/****************** Select2 Post Modal Popup*************************************************/
.pt10{
	padding-top:10px;
}
.mt10{
	margin-top:10px;
}
.pb10{
	padding-bottom:10px;
}


.select2-container{
	width:100% !important;
	padding: 10px 0px;
}
#mpostModal .container{
	width:100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-left: -10px !important;
	top: 100% !important;
}
.select2-container--default .select2-selection--single{
	padding: 4px !important;
	height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #777 !important;
	line-height: 28px !important;
	font-size: 15px !important;
}
.select2-dropdown{
	top:-10px;
}
#mpostModal .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #245073;
}
#mpostModal .nav-tabs > li > a {
    border-radius: 0px;
}
#mpostModal .nav > li > a {
    padding: 5px 15px;
    font-size: 16px;
    /*color: #245073;
	background-color: #eee;*/
}
.dropzone{
	border:none !important;
	min-height: inherit !important;
	padding: inherit !important;
}
#mpostModal .modal-body{
	height: 350px;
	overflow-y: scroll;
}
#mpostModal .nav-tabs > li {
    width: 50%;
    text-align: center;
	margin-bottom: -2px;
}
#mpostModal .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	background-color: #245073;
	color: #fff !important;
	border:inherit !important;
}
#mpostModal .tab-content{
	/*border: 1px solid #ddd;
	padding: 15px;*/
	position: inherit;
	top: -1px;
	margin-bottom: 10px;
}
#mpostModal .select2-selection{
	border:1px solid #ddd;
	background-color: #f1f5f8;
	/*border-radius: 0px;*/
}
#mpostModal .modal-dialog {
    margin-top: 50px;
}
#mpostModal .modal-header .close{
	margin-top: 2px;
	position: absolute;
	right: 0px;
}
#mpostModal .modal-header{
	padding: 12px;
}
#mpostModal #mceu_10-body{
	border: 1px solid #ddd;
	margin-top: 15px;
}
#mpostModal .mce-flow-layout {
    white-space: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}
#mpostModal .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *{
	background-color: #f1f5f8;
	margin: 0px;
	font-weight: 300;
	font-size:15px;
	color: #4385bb;
}
#mpostModal .dz-message .flaticon{
	font-size: 45px;
	color: #ccc;
}
#mpostModal .dropzone .dz-preview .dz-remove{
	font-family:lato;
}
#mpostModal .dropzone .dz-preview{
	margin: 8px 4px;
}
#mpostModal .dropzone .dz-preview .dz-error-message {
    top: 150px!important;
}

/****************** Select2 Edit Post Modal Popup*************************************************/
#feedEditModal .container{
	width:100% !important;
}
#feedEditModal .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #245073;
}
#feedEditModal .nav-tabs > li > a {
    border-radius: 0px;
}
#feedEditModal .nav > li > a {
    padding: 10px 15px;
    font-size: 16px;
    color: #245073;
	background-color: #eee;
}
#feedEditModal .modal-body{
	height: 350px;
	overflow-y: scroll;
}
#feedEditModal .nav-tabs > li {
    width: 50%;
    text-align: center;
	margin-bottom: -2px;
}
#feedEditModal .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	background-color: #245073;
	color: #fff !important;
	border:inherit !important;
}
#feedEditModal .tab-content{
	border: 1px solid #ddd;
	padding: 15px;
	position: inherit;
	top: -1px;
	margin-bottom: 25px;
}
#feedEditModal .select2-selection{
	border:1px solid #ddd;
	background-color: #f1f5f8;
	border-radius: 0px;
}
#feedEditModal .modal-dialog {
    margin-top: 50px;
}
#feedEditModal .modal-header .close{
	margin-top: 2px;
	position: absolute;
	right: 0px;
}
#feedEditModal .modal-header{
	padding: 12px;
}
#feedEditModal #mceu_10-body{
	border: 1px solid #ddd;
	margin-top: 15px;
}
#feedEditModal .mce-flow-layout {
    white-space: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}
#feedEditModal .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *{
	background-color: #f1f5f8;
	margin: 0px;
	font-weight: 300;
	font-size:15px;
	color: #4385bb;
}
#feedEditModal .dz-message .flaticon{
	font-size: 45px;
	color: #ccc;
}
#feedEditModal .dropzone .dz-preview .dz-remove{
	font-family:lato;
}
#feedEditModal .dropzone .dz-preview{
	margin: 8px 4px;
}
#feedEditModal .dropzone .dz-preview .dz-error-message {
    top: 150px!important;
}

/************** Add form modal********************************************************/
.add_form .container{
	width:100%;
	padding: 10px 40px;
}
.add_form h2{
	font-family: nunito;
	font-weight: 500;
	text-align: center;
	color:#245073;
	margin-top: -40px;
}
.add_form label{
	font-weight: 500;
	/*color: #999;
	font-family: nunito;*/
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.add_form .dz-message .flaticon{
	font-size: 45px;
	color: #ccc;
}
.add_form .modal-dialog {
    margin-top: 40px;
}
.add_form textarea{
	height:80px;
}
.add_form .dropzone.dz-clickable .dz-message{
	background-color:#f1f5f8;
}
/****************** For Toast Notification *************************************************/
#geotoast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #245073;
  color: #fff;
  text-align: left;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 10%;
  bottom: 30px;
  font-size: 17px;
  box-shadow: 0px 0px 25px #99999970;
}

#geotoast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#geotoast i{
	font-size: 20px;
	margin-right: 10px;
	color: #84bf3f;
}
/*@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}*/
/****************** Thumbnail **********************************************************************/
.thumbnail .flaticon-close{
	position: absolute;
	right: 25px;
	top: 10px;
	color: #fff;
	font-size: 9px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	height: 22px;
	width: 22px;
	text-align: center;
	border-radius: 50%;
	display:none;
	z-index:999;
}
.thumbnail:hover .flaticon-close{
	display:block;
}
.thumbnail .flaticon-edit{
	position: absolute;
	right: 25px;
	top: 35px;
	color: #fff;
	font-size: 9px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	height: 22px;
	width: 22px;
	text-align: center;
	border-radius: 50%;
	display:none;
	z-index:999;
}
.thumbnail:hover .flaticon-edit{
	display:block;
}
.collection-thumb{
	width:100%;
	height: 130px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.my-playlist .thumbnail .flaticon-close{
	right:8px !important;
}
.my-playlist .thumbnail .flaticon-edit{
	right:8px !important;
}
/**************************************************************************/
#collection-update-preview .collection-preview{
	height:250px;
	overflow:hidden;
}
#collection-update-preview .collection-preview img{
	width:100%;
}
#playlist-update-preview .playlist-preview{
	height:250px;
	overflow:hidden;
}
#playlist-update-preview .playlist-preview img{
	width:100%;
}
.post_thumbnail{
	width:100%;
	height:165px;
	overflow:hidden;
}
.post_thumbnail img{
	min-height:200px;
}
.deleteComment .flaticon-close, .BlogdeleteComment .flaticon-close{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	font-size: 6px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	height: 18px;
	width: 18px;
	text-align: center;
	border-radius: 50%;
	z-index: 999;
	display:none;
}
.popdeleteComment .flaticon-close, .BlogdeleteComment .flaticon-close{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	font-size: 6px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	height: 18px;
	width: 18px;
	text-align: center;
	border-radius: 50%;
	z-index: 999;
	display:none;
}
.editComment .flaticon-edit, .BlogeditComment .flaticon-edit{
	position: absolute;
	right: 15px;
	top: 36px;
	color: #fff;
	font-size: 6px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	height: 18px;
	width: 18px;
	text-align: center;
	border-radius: 50%;
	z-index: 999;
	display:none;
}
.popeditComment .flaticon-edit, .BlogeditComment .flaticon-edit{
	position: absolute;
	right: 15px;
	top: 36px;
	color: #fff;
	font-size: 6px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px;
	height: 18px;
	width: 18px;
	text-align: center;
	border-radius: 50%;
	z-index: 999;
	display:none;
}
.commentAction:hover .flaticon-edit{
	display:block;
}
.commentAction:hover .flaticon-close{
	display:block;
}
/*********************************************************************/
.borderR{
	border-right:2px solid #fff !important;
	margin-bottom: 4px;
	padding-left:8px;
}
.borderL{
	border-left:2px solid #fff !important;
	margin-bottom: 4px;
	padding-right:7px;
}
.post-number{
	font-size: 45px;
	position: absolute;
	top: 33%;
	left: 35%;
	color: #fff;
	font-family: nunito;
	font-weight: 600;
	text-shadow: 0 0 4px #000;
}
.post_single_image img{
	width:100%;
}
/************** End My Playlist *****************************************************/
.dropdown-header-top{
	right:0 !important;
	top:90% !important;
}
.propic_btn{
	/*padding-top: 29px;*/
}
.btn-crop{
	width: 50%;
	border-radius: 0;
	font-size: 20px;
	padding: 10px;
	background-color:#84bf3f;
	color:#fff;
}
.btn-cancel{
	width: 50%;
	float: right;
	border-radius: 0;
	font-size: 20px;
	padding: 10px;
	background-color:#f04848;
	color:#fff;
}
#postSlide .carousel-inner img{
	height:inherit !important;
}
#postSlideModal .close{
	position:absolute !important;
	right:0 !important;
}
.messg{
	position:absolute;
	width:63%;
}
.verify-account{
	position: absolute;
	width: 50%;
	z-index: 99;
	left: 25%;
	top: -8px;
	padding: 7px;
}
#cityupdateModal .container {
    width: 100% !important;
}
#cityupdateModal .select2-selection {
    /*border: 1px solid #ddd;
    background-color: #f1f5f8;
    border-radius: 0px;*/
}
#cityupdateModal .select2-container{
	padding:inherit !important;
}
#cityupdateModal .modal-header .close {
    margin-top: 2px;
    position: absolute;
    right: 0px;
}
.proinfo span{
	cursor:pointer;
}
.color-blue{
	color:#245073 !important;
}

/************ For Loader ****************************************************************/
.loader {
  border: 2px solid #01060b;
  border-radius: 50%;
  border-top: 30px solid #8bcc3e;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  position:fixed;
  top: 40%;
  left: 50%;
  box-shadow: 0px 0px 100px 0px #999;
}
.loadingoverlay{
  position:fixed;
  top:0px;
  left:0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
  display:none;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/************ End For Loader ****************************************************************/

/************** My Playlist *****************************************************/

.feedPostVideo{
    margin-bottom:12px;
}
.feedPostVideo:last-child{}
.feedPostVideo > a{
	display:block;
	position:relative;
	color: #fff;
	border-radius:3px
    transition:all 500ms ease-in-out;
    border-radius:4px
}
.feedPostVideo:hover{
	box-shadow:0 2px 5px rgba(0,0,0,.1);
	text-decoration:none
}

.feedPostVideo .flaticon-play-button{
    font-size: 75px;
    opacity: 0.6;
    position: absolute;
    right: 42%;
    top: 38%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition:all 500ms ease-in-out;
	color:#eee;
}
.feedPostVideo  a:hover .flaticon-play-button{
	color:#fff;
	opacity:1;
	text-shadow:0 1px 3px rgba(0,0,0,.8);
}
.feedPostVideo .duration{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 12px;
	line-height: 13px;
	padding: 2px 3px 1px;
	position: absolute;
	top: 12px;
    transition:all 500ms ease;
}
.feedPostVideo a:hover .duration{
	background-color:#000;
}

.feedPostVideoHalf .flaticon-play-button {
    font-size: 40px;
    opacity: 0.6;
    position: absolute;
    right: 42%;
    top: 38%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition: all 500ms ease-in-out;
    color: #eee;
}
#postSlide .carousel-control{
	/*bottom: 40px;*/
	width:6%;
}

#edit_group_cover_modal{
	z-index:9999;
}

/*************** Edit Post **************************************************/
#post-edit #mceu_40-body {
    border: 1px solid #ddd;
    margin-top: 15px;
}
#post-edit .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #245073;
}
#post-edit .nav-tabs > li > a {
    border-radius: 0px;
}
#post-edit .nav > li > a {
    padding: 5px 15px;
    font-size: 16px;
    /*color: #245073;
	background-color: #eee;*/
}
#post-edit .nav-tabs > li {
    width: 50%;
    text-align: center;
	margin-bottom: -2px;
}
#post-edit .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	background-color: #245073;
	color: #fff !important;
	border:inherit !important;
}
.posttabs .nav-tabs > li a:hover{
	background-color: #fff;
	color: #84bf3f !important;
	outline:none;
	border: 1px solid #ddd !important;
	border-bottom:none !important;
	padding-bottom:11px;
}
.posttabs .nav-tabs > li a:focus{
	background-color: #fff;
	color: #84bf3f !important;
	outline:none;
	border: 1px solid #ddd !important;
	border-bottom:none !important;
	margin-top:1px;
	padding-bottom:11px;
}
#post-edit .tab-content{
	/*border: 1px solid #ddd;
	padding: 15px;*/
	position: inherit;
	top: -1px;
	margin-bottom: 25px;
}
#post-edit .select2-selection{
	border:1px solid #ddd;
	background-color: #f1f5f8;
	/*border-radius: 0px;*/
}
#post-edit .modal-dialog {
    margin-top: 50px;
}
#post-edit .modal-header .close{
	margin-top: 2px;
	position: absolute;
	right: 0px;
}
#post-edit .modal-header{
	padding: 12px;
}
#post-edit #mceu_10-body{
	border: 1px solid #ddd;
	margin-top: 15px;
}
#post-edit .mce-flow-layout {
    white-space: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}
#post-edit .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *{
	background-color: #f1f5f8;
	margin: 0px;
	font-weight: 300;
	font-size:15px;
	color: #4385bb;
}
#post-edit .dz-message .flaticon{
	font-size: 45px;
	color: #ccc;
}
#post-edit .dropzone .dz-preview .dz-remove{
	font-family:lato;
}
#post-edit .dropzone .dz-preview{
	margin: 8px 4px;
}
#post-edit .dropzone .dz-preview .dz-error-message {
    top: 150px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #84bf3fe6 !important;
	border: none !important;
	border-radius: 20px !important;
	color: #fff !important;
	line-height: 23px !important;
	padding-left:18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #fff !important;
}
.poptags{
	margin:10px 0 -5px 0;
	font-weight:500;
}
/*********************************************************************/
.right-back{
	position:absolute;
	top:10px;
	right:0px;
}
.right-back i{
	font-size:inherit;
	opacity: 1;
}
.dropzone .dz-preview .dz-image{
	/*height:inherit !important;*/
}
.formmargin{
	margin-bottom:8px;
}
.addvideo a{
	padding:21% 0 !important;
}
#mceu_25-body{
	border:1px solid #ddd;
}

.thumbnail p a{
	color:#999;
}
.thumbnail p a:hover{
	color:#84bf3f;
}
.sideThumbnail{
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sideThumbnail2{
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.h170{
	height: 170px;
}
.blankLink{
	display: block;
	width: 100%;
	height: 100%;
}
/*.homethtext1:hover{
	width: 95%;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(36, 80, 115,0.6));
	height: 63%;
}
.homethtext2:hover{
	width: 90%;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(36, 80, 115,0.6));
	height: 90%;
}
.homethtext3:hover{
	width: 95%;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(36, 80, 115,0.6));
	height: 63%;
}
*/
#countrydetails .white-box img{
	width:100% !important;
	height:100% !important;
}
#countrydetails .bodyads img{
	width:100% !important;
	height:100% !important;
}
#adsview img{
	width:100% !important;
	/*height:100% !important;*/
}

.panel-blog-grid{
	border:1px solid #ddd !important;
	padding:5px;
	margin-top:15px;
	margin-right:8px;
	margin-bottom:0px;
	margin-left: 7px;
	min-height: 275px;
}
.panel-blog-grid p{
	padding-left: 10px;
	color: #777;
}
.panel-blog-grid .blogtags{
	width: 100%;
	display: block ruby;
	padding: 0 0 8px 10px;
}
.panel-blog-grid .blogtags span{
	padding-right: 6px;
	margin-right: 3px;
	color: #aaa;
}
.panel-blog-grid .blogtags a{
	color: #fff !important;
	font-weight: 500;
	font-size: 12px;
}
.panel-blog-grid i{
	color: #aaa;
}
.panel-blog-grid .panel-image{
	text-align:center;
	height: 260px;
	overflow: hidden;
}
.panel-blog-grid h4{
	text-align:left;
	font-family:lato;
	color:#245073;
	margin: 0 0 0px;
	padding: 10px;
	line-height: 25px;
}
.panel-blog-grid .panel-heading{
	padding-bottom:0px;
	height: 65px;
}
.panel-blog-grid ul li{
	margin:6px 0;
	color:#aaa;
}
.panel-blog-grid .panel-body{
	padding-bottom:0px;
	padding-left:0px;
	min-height: 35px;
}
.panel-blog-grid .panel-heading h4 a{
	font-size: 18px;
	font-weight: 600;
}
.panel-blog-grid img{
	width: 100%;
	height: 100%;
}

.panel-blog-list{
	border:1px solid #ddd !important;
	padding:5px;
	margin-top:15px;
	margin-right:8px;
	margin-bottom:0px;
	margin-left: 7px;
	min-height: 275px;
}
.panel-blog-list p{
	padding-left: 10px;
	color: #777;
}
.panel-blog-list .blogtags{
	width: 100%;
	display: block ruby;
	padding: 0 0 8px 10px;
}
.panel-blog-list .blogtags span{
	padding-right: 6px;
	margin-right: 3px;
	color: #aaa;
}
.panel-blog-list .blogtags a{
	color: #fff !important;
	font-weight: 500;
	font-size: 12px;	
}
.panel-blog-list i{
	color: #aaa;
}
.panel-blog-list .panel-image{
	text-align:center;
}
.panel-blog-list h4{
	text-align:left;
	font-family:lato;
	color:#245073;
	margin: 0 0 0px;
	padding: 5px 10px;
}
.panel-blog-list .panel-heading{
	padding-bottom:0px;
}
.panel-blog-list ul li{
	margin:6px 0;
	color:#aaa;
}
.panel-blog-list .panel-body{
	padding-bottom:0px;
	padding-left:0px;
}
.panel-blog-list .panel-heading h4 a{
	font-size: 18px;
	font-weight:600;
}
.panel-blog-list  .label-success,.panel-blog-grid .label-success{
	background-color: #84bf3f;
	padding: 2px 8px 4px 8px;
	border-radius: 15px;
}

.blog_category li{
	border-bottom: 1px solid #eee;
	line-height: 35px;
}
.blog_category li a{
	padding: 17px;
	font-size: 16px;
	color: #245073;
}
.blog_category li a:hover{
	color: #84bf3f;
}
.blog_category li a span{
	float: right;
	background-color: #84bf3f;
	margin: 6px;
	height: 23px;
	line-height: 23px;
	padding: 0 6px;
	color: #fff;
	font-size: 12px;
}
.bloginfo{
	padding-top: 0px;
}
.bloginfo h2{
	font-size: 30px;
	color: #245073;
	font-weight: 500;
}
.bloginfo .featureimg{
	margin-bottom: 30px;
}
.bloginfo p{
	color: #777;
}
.bloginfo .author{
	background-color: #245073;
	padding: 20px 20px;
	overflow: auto;
	margin: 30px 0;
	border-radius: 10px;
}
.bloginfo .author img{
	float: left;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	object-fit: cover;
}
.bloginfo .author span{
	float: left;
	color: #fff;
	margin: 20px;
}
.bloginfo .author span strong{
	font-weight: 400;
	color: #81bae8;
}
.bloginfo .label-success{
	background-color: #84bf3f;
	padding: 3px 10px;
	color: #fff !important;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 15px;
}
.bloginfo #social_media_sharing_buttons a{
	margin: 2px 1px;
	display: inline-block;
}
.bloginfo #social_media_sharing_buttons a img{
	width: 30px;
}
.bloginfo .blogtags{
	width: 100%;
	display: block ruby;
	padding: 0 0 8px 10px;
	margin-bottom: 30px;
}
.bloginfo .blogtags span {
  padding-right: 10px;
  color: #aaa;
}
.bloginfo .carousel .carousel-inner img{
	height:inherit !important;
}
.bloginfo .carousel-control.right{
	background-image: inherit;
}
.bloginfo .carousel-control.left{
	background-image: inherit;
}
.mb-0{
	margin-bottom: 0px !important;
}
.bloginfo h3{
	color: #245073;
	font-weight: 500;
	margin-top: 30px;
}
.bloginfo label{
	font-size: 14;
	color: #999;
	font-weight: 400;
}
.catgrid{
	position: absolute;
	background-color: #245073;
	padding: 3px 10px;
	color: #fff;
	font-size: 13px;
	border-radius: 0 15px 15px 0;
	line-height: 20px;
}
.blog-search{
	width: 100%;
}
.blog-search button{
	background-color: inherit;
	border: none;
	right: 30px;
	position: absolute;
	top: 70px;
}
.success-page h1{
	color: #009706;
	font-family: nunito;
	font-size: 40px;
}
.success-page p{
	font-size: 16px;
	color: #777;
	text-align: justify;
	font-weight: 400;
	margin-top: 25px;
	text-align: center;
}
.error-page h1{
	color: #FF0000;
	font-family: nunito;
	font-size: 30px;
}
.error-page p{
	font-size: 16px;
	color: #777;
	text-align: justify;
	font-weight: 400;
	margin-top: 25px;
	text-align: center;
}
#globebg{
	background-image: url("../img/globe.png");
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#globebg-search{
	background-image: url("../img/globe-search.png");
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mt150{
	margin-top:150px;
}
.ui-widget.ui-widget-content{
	box-shadow: 0px 2px 10px 0px #ccc;
	height: auto;
}
.ui-autocomplete-row{
	padding:5px;
	background-color: #fff;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	min-height: 55px;
	overflow: auto;
}
.ui-autocomplete-row:hover{
	background-color: #eee;
	padding:6px !important;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	/*padding: 3px 1em 3px .5em;*/
    background: #eee !important;
    color: #333 !important;
	font-weight:bold;
	border:none;
}
.searchimg{
	float:left;
	width:58px;
}
.searchimg img{
	border-radius:10px;
}
.searchpl{
	float:left;
	width:75%;
}
.searchpl small{
	color:#555;
	font-weight:400;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: inherit;
}
#actionPeople{
	width:100%;
}
.text-grey{
	color:#666 !important;
}
.input-group-addon{
	background-color:#245073;
	color:#fff;
}
.mb50{
	margin-bottom:50px;
}
.allsearch{
	text-align: center;
	display: block;
	margin: 7px;
}
.peoplesearch strong{
	color:#245073 !important;
}
.peoplesearch small{
	color:#777;
}

@media (min-width:320px) and (max-width: 480px) { 
	.nav-notify{
		width:25px;
		float:left;
	}
	.nav-profile{
		width:130px;
		float:right;
	}
	.notification-author{
		left:-50px !important;
	}
	.bell-red{
		left:0px !important;
	}
	.searchclose{
		top: 110px;
	}
	.header-right-info ul.header-right-menu > li > a {
	  padding: 0 0 0 0px;
	}
	.p-f {
		padding: 0 10px;
	}
	.dropdown-header-top{
		margin-top:9px !important;
	}
	.page_login_panel{
		padding:0px;
	}
	.searchtxt{
		width:160%;
	}
	.modal-dialog {
	  width: 93% !important;
	}
	.con_email {
	  padding: 0 15px;
	}
	.geo-margin {
	  padding: 80px 25px;
	}
	.popvideo iframe {
	  width: 340px;
	  height: 350px;
	}
	.buttonslide{
		display:none;
	}
	.outLogTopMenu .text-left{
		padding:8px;
	}
	.my-playlist .flaticon-play-button{
		font-size: 45px;
		right: 42%;
		top: 29%;
	}
	.my-playlist h2{
		bottom: 0;
		font-size: 12px;
		height: 22px;
		margin: 8px 0 0;
	}
	
}
.mt-35{
	margin-top: 35px;
}
@media (max-width: 480px) {
	.p-f {
		padding: 0 10px;
	}
	.loader{
		left:40%;
	}
	.mean-container .mean-nav{
		width:93%;
	}
	#mpostModal .modal-dialog{
		width:95% !important;
	}
	.mean-nav{
		margin-top:38px;
		position:fixed;
	}
	.meanmenu-reveal{
		right: 5px !important;
		position: fixed !important;
		top:6px !important;
	}
	.mobile-menu-area {
	  /*display: block;*/
	  position: absolute;
	  z-index: 9999;
	  /*width: 100%;*/
	  background:none;
	}
	.dropdown-header-top{
		margin-top:9px !important;
	}
	.socialTop{
		padding-right:0px;
	}
	.header-right-info .admin-name{
		font-size:14px;
	}
	.header-right-menu .edu-down-arrow{
		float: right;
		right: -20px;
		position: absolute;
		top: 5px;
	}
	.page_login_panel{
		padding:0px;
	}
	.searchtxt{
		width:160%;
	}
	.modal-dialog {
	  width: 93% !important;
	}
	.con_email {
	  padding: 0 15px !important;
	}
	.geo-margin {
	  padding: 80px 25px;
	}
	.newsletter_form input[type="text"] {
		width:100%;
	}
	#geotoast{
		left:34%;
	}
	.logo{
		width:100%;
	}
	.buttonslide{
		display:none;
	}
	.topNavSearch{
		padding-right:10px;
	}
	.homethumb1{
		width: 91%;
		height: 30%;
	}
	.homethtext1{
		padding: 15px;
	}
	.homethtext1 h1{
		margin: 40px 0 0 0;
		font-size: 24px;
	}
	.homethtext1 p{
		margin: 22px 0 15px 0;
		width: 95%;
		line-height: 22px;
	}
	.homethtext1 span{
		font-size: 22px;
	}
	.homethumb2{
		width: 91%;
		height: 300px;
	}
	.homethtext2 h1{
		margin-top: 82px;
	}
	.homethumb3{
		width: 91%;
		height: 630px;
	}
	.homethtext3 h1{
		margin-top: 410px;
	}
	.thumb3{
		padding-bottom:25px;
	}
	.whoweare {
		padding: 60px 30px !important;
	}
	.whoweare p{
		width:100%;
	}
	.videobg{
		background-position: center;
		background-size: cover;
		padding: 38px;
	}
	.videobg .container{
		padding-left: 0px;
	}
	.homesectionhead p{
		width: 100%;
	}
	.homepanel .floatright span{
		font-size: 14px;
		margin: 0 0 0 8px;
	}
	.hometag{
		padding: 1px 5px;
		font-size: 12px;
	}
	.homepanel .card-title{
		font-size: 21px;
	}
	.destination p{
		width:100%;
	}
	.videoicon a img{
		margin:70% 110%;
	}
	.interest-thumb {
		background-color: #fff;
		width: 100%;
		float: left;
		margin: 15px 0px;
		height: 125px;
	}
	.popvideo .close{
		right: -80px;
		top: -38px;
	}
	.popvideo iframe{
		width: 350px;
		height:350px;
	}
	.logbg{
		border-radius:5px;
	}
	.logeye{
		right: 50px;
		bottom: 225px;
	}
	.loginpadding{
		padding:20px !important;
	}
	/*.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
		height:700px;
	}*/
	
	.con_location{
		margin-left:0px;
	}
	
	.bannerTitle{
		font-size:45px;
		line-height:45px;
		margin-top:35px;
	}
	.banner_cap{
		float: left;
		top: 77%;
		right:42%;
	}
	.topNavSearch a{
		padding:8px;
		margin: 0px;
	}
	.cvceye{
		bottom: 128px;
	}
	.pr-0 {
		padding-right: 15px;;
	}
	.pl-0 {
		padding-left: 15px;
	}
	.socialTop span{
		display: none !important;
		visibility:hidden;
	}

	.bannerOverlay{
		background-color:#000; opacity:0.6; width:100%; height:700px !important; position:absolute
	}

	.headerContent{ display:none;
		position:absolute;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0%);
		font-family:lato;
	}
	.bigmenu{
		display:none;
	}
	.topNavSearch span{
		display:none;
	}
	.bannerText{
		margin-top:0px;
	}
	.bannerText p{
		margin-top:10px;
		font-size:14px;
		text-align: justify;
	}
	.bannerTxt{
		margin-top:8px;
	}
	.bannerThumb{
		width: 134px;
		height: 125px;
		right: 15px;
		top: 385px;
	}
	.discover{
		padding:8px 20px;
	}
	.bannerText h3{
		margin: 25px 0;
	}
	.thumbSpan{
		margin-top:55px;
	}
	.leftmenu{
		position:fixed;
		font-size:28px;
		line-height:1.8;
		color:#84bf3f;
		top:6px;
		display:none;
	}
	.mean-container .mean-bar::after{
		content:inherit;
	}
	.mobmenu{
		width:100%;
	}
	.mobleftmenu{
		position:absolute; 
		left:7px;
	}
	.mean-container .mean-bar{
		width:90%;
		float:right;
	}
	#menu_filter{
		display:none;
		position:absolute;
		z-index:9999;
		background-color:#fff;
		padding: 0;
		left: 0;
		margin-top:15px;
		box-shadow: 0 0 15px #ccc;
	}
	.filterhead{
		margin-top:0px;
	}
	.view_icon{
		padding:0;
	}
	

}
@media (min-width: 481px) and (max-width: 767.98px) {
	.nav-notify{
		width:25px;
		float:left;
	}
	.nav-profile{
		width:130px;
		float:right;
	}
	.notification-author{
		left:-50px !important;
	}
	.header-right-info {
	  float: right;
	  padding-right: 20px;
	}
	.searchclose{
		top: 55px;
	}	
	.buttonslide{
		padding-right:20px;
	}
	.bannerTxt{
		margin-top:10px;
	}
	.mean-container .mean-nav {
		width:94%;
	}
	.p-f {
		padding: 0 10px;
	}
	.loader{
		left:40%;
	}
	.mean-nav{
		margin-top:38px;
		position:fixed;
	}
	.meanmenu-reveal{
		right: 5px !important;
		position: fixed !important;
		top:0px !important;
	}
	.mobile-menu-area {
	  /*display: block;*/
	  position: absolute;
	  z-index: 9999;
	  /*width: 100%;*/
	  background:none;
	}
	.dropdown-header-top{
		margin-top:9px !important;
	}
	.socialTop{
		padding-right:0px;
	}
	.header-right-info .admin-name{
		font-size:14px;
	}
	.page_login_panel{
		padding:0px;
	}
	.searchtxt{
		width:160%;
	}
	.modal-dialog {
	  width: 93% !important;
	}
	.geo-margin {
	  padding: 80px 100px;
	}
	#geotoast{
		left:26%;
	}
	.buttonslide{
		display:none;
	}
	.outLogTopMenu .text-left{
		padding:8px;
	}
	.homethumb1{
		width: 94%;
		height: 39%;
	}
	.homethtext1 h1{
		margin: 115px 0 0 0;
	}
	.homethumb2{
		width: 63%;
		height: 303px;
	}
	.homethtext2 p{
		width: 72%;
	}
	.homethtext2 h1{
		margin-top: 85px;
	}
	.homethumb3{
		width: 63%;
		height: 636px;
	}
	.homethtext3 h1{
		margin-top: 415px;
	}
	.thumb3{
		padding-bottom:25px;
	}
	.whoweare {
		padding: 60px !important;
	}
	.whoweare p{
		width:100%;
	}
	.homesectionhead p{
		width:100%;
	}
	.videobg {
		background-position: center;
		background-size: cover;
	}
	.videoicon a img{
		margin: 75% 240%;
	}
	.videoverlay{
		width: 94%;
		height: 56%;
	}
	.destination p{
		width:100%;
	}
	.interest-thumb{
		width: 45%;
		margin: 15px 10px;
	}
	.homethtext3 p{
		width: 73%;
	}

	.popvideo iframe{
		width: 100%;
		height:260px;
	}
	.popvideo .close{
		right: -45px;
	}
	.homebannercap{
		margin-top:32px;
	}
	.con_phone .contactpanel{
		float:inherit;
	}
	.con_email {
		padding: 0 15px;
	}
	.bannerTitle{
		font-size: 48px;
		margin-top: 45px;
		line-height: 58px;
	}
	.banner_cap{
		right: inherit;
		top: 75%;
		right:30%;
	}
	.pr-0 {
		padding-right: 15px;;
	}
	.pl-0 {
		padding-left: 15px;
	}
	.pl-f {
		padding-left: 0px;
	}
	
	.socialTop span{
		display: none !important;
		visibility:hidden;
	}
	.banner .item img{
		width:100%;
		height:660px;
	}
	.logo{
		width:100%;
	}
	.bannerOverlay{
		background-color:#000; opacity:0.6; width:100%; height:660px; position:absolute
	}

	.headerContent{
		position:absolute;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0%);
		font-family:lato;
	}
	.bigmenu{
		display:none;
	}
	.topNavSearch span{
		display:none;
	}
	.outLogTopMenu div a img{
		margin-top:-9px;
	}
	.bannerText p{
		margin-top:20px;
	}
	.bannerThumb{
		width: 134px;
		height: 120px;
		right: 15px;
		top: 395px;
	}
	.thumbSpan{
		margin-top:53px;
	}
	.leftmenu{
		position:relative;
		font-size:28px;
		line-height:1.8;
		color:#84bf3f;
		display:none;
	}
	.mean-container .mean-bar::after{
		content:inherit;
	}
	.mobmenu{
		width:100%;
	}
	.mobleftmenu{
		position:absolute; 
		left:7px;
	}
	.mean-container .mean-bar{
		width:90%;
		float:right;
	}
	#menu_filter{
		display:none;
		position:absolute;
		z-index:9999;
		background-color:#fff;
		padding: 0;
		left: 0;
		margin-top:15px;
		box-shadow: 0 0 15px #ccc;
	}
	.filterhead{
		margin-top:0px;
	}
	.view_icon{
		padding:0;
	}
	.modal-dialog{
		width:90%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 601px) {
}*/

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
	.searchclose{
		top: 55px;
	}
	.header-right-info {
	  float: right;
	  padding-right: 20px;
	}
	.mean-container .mean-nav{
		width:96%;
	}
	.buttonslide{
		padding-right:20px;
	}
	.bannerTxt{
		margin-top:10px;
	}
	#btcount{
		display:none;
	}
	.p-f {
		padding: 0 10px;
	}
	.loader{
		left:40%;
	}
	.mean-nav{
		margin-top:38px !important;
		position:fixed !important;
	}
	.meanmenu-reveal{
		right: 5px !important;
		position: fixed !important;
		top:0px !important;
	}
	.mobile-menu-area {
	  /*display: block;*/
	  position: absolute !important;
	  z-index: 9999 !important;
	  /*width: 100%;*/
	  background:none !important;
	}
	.dropdown-header-top{
		margin-top:9px !important;
	}
	.homethumb1{
		width: 92%;
		height: 34%;
	}
	.homethtext1 p{
		margin: 15px 0 25px 0;
		line-height: 24px;
	}
	.homethtext1 h1{
		margin: 70px 0 0 0;
	}
	.homethumb2{
		width: 78%;
		height: 303px;
	}
	.homethtext2 h1{
		margin-top: 85px;
	}
	.homethumb3{
		width: 78%;
		height: 636px;
	}
	.homethtext3 h1{
		margin-top: 418px;
	}
	.videobg .container{
		width:inherit !important;
	}
	.whoweare p{
		width:100%;
	}
	.videobg{
		background-position: center;
		background-size: cover;
	}
	.videoverlay{
		width: 89%;
	}
	.interest-thumb{
		width: 21%;
		margin: 20px 10px;
	}
	
	.popvideo iframe{
		width: 100%;
		height:360px;
	}
	.modal-dialog{
		width:90%;
	}
	.homebannercap{
		margin-top:18px;
	}
	.con_email {
		padding: 0 0px;
	}
	
	.bannerTitle{
		font-size: 45px;
		line-height: 55px;
	}
	.cvceye{
		right:255px;
	}
	.socialTop span{
		display: none !important;
		visibility:hidden;
	}
	.banner .item img{
		width:100%;
		height:560px;
	}
	.logo{
		width:60%;
	}
	.bannerOverlay{
		background-color:#000; opacity:0.6; width:100%; height:560px; position:absolute
	}

	.headerContent{
		position:absolute;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0%);
		font-family:lato;
	}
	.bigmenu{
		display:none;
	}
	.topNavSearch span{
		display:none;
	}
	.outLogTopMenu div a img{
		height: 60px;
		width: auto;
	}
	.bannerText p{
		margin-top:40px;
	}
	.bannerThumb{
		width: 134px;
		height: 160px;
		right: 15px;
		top: 350px;
	}
	.thumbSpan{
		margin-top:90px;
	}
	.leftmenu{
		position:relative;
		font-size:28px;
		line-height:1.8;
		color:#84bf3f;
		display:none;
	}
	.mean-container .mean-bar::after{
		content:inherit;
	}
	.mobmenu{
		width:100%;
	}
	.mobleftmenu{
		position:absolute; 
		left:7px;
	}
	.mean-container .mean-bar{
		width:90%;
		float:right;
	}
	#menu_filter{
		display:none;
		position:absolute;
		z-index:9999;
		background-color:#fff;
		padding: 0;
		left: 0;
		margin-top:15px;
		box-shadow: 0 0 15px #ccc;
	}
	.filterhead{
		margin-top:0px;
	}
	.view_icon{
		padding:0;
	}
	/*.modal-dialog{
		margin:auto;
	}*/
}
/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 993px) and (max-width: 1199px) {
	.searchclose{
		top: 90px;
	}
	.topNavSearch{
		padding-left:0px;
		font-size:13px;
	}
	.homethumb1{
		width: 94%;
	}
	.homethtext1 h1{
		margin: 143px 0 0 0;
	}
	.homethumb2{
		width: 88%;
		height: 220px;
	}
	.homethtext2 h1{
		font-size: 20px;
		margin-top: 0px;
	}
	.homethumb3{
		width: 61%;
		height: 636px;
	}
	.homethtext3 p{
		width: 68%;
	}
	.homethtext3 h1{
		margin-top: 415px;
	}
	.w993{
		width:61%;
		height: 303px;
	}
	.videobg .container{
		width:inherit !important;
	}
	.popularc .floatright{
		width:100%;
		display:block;
	}
	.videobg{
		background-position: center;
		background-size: cover;
	}
	.videoverlay{
		width: 91%;
	}
	.videoicon a img {
		margin: 70% 110%;
	}
	.bannerTitle{
		line-height:75px;
		font-size: 60px;
	}
	.outLogTopMenu .header-top-menu .navbar-nav > li > a {
		padding: 18px 10px !important;
	}
	.banner .item img{
		width:100%;
		height:540px;
	}
	.donate-quote {
		padding: 56px 40px;
	}
	.bannerOverlay{
		background-color:#000; opacity:0.6; width:100%; height:540px; position:absolute
	}

	.headerContent{
		position:absolute;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0%);
		font-family:lato;
	}
	.topNavSearch span{
		display:none;
	}
	.bannerText p{
		margin-top:70px;
	}
	.bannerThumb{
		width: 134px;
		height: 160px;
		right: 15px;
		top: 340px;
	}
	.thumbSpan{
		margin-top:90px;
	}
	.leftmenu{
		position:relative;
		font-size:28px;
		line-height:1.8;
		color:#84bf3f;
	}
	.mean-container .mean-bar::after{
		content:inherit;
	}
	.outLogTopMenu .header-top-menu .navbar-nav > li > a{
		padding: 18px 17px;
		font-size:16px;
	}
}
@media (max-width: @screen-xs-min) {
	.searchclose{
		top: 55px;
	}
  .modal-xs { width: @modal-sm; }
}

#navbar, .topbg {
  /*overflow: hidden;*/
  transition: 0.4s;
  position: fixed; 
  z-index: 99;
}
.whoweare{
	background-image: url('../img/banner/banner2.jpg');
	background-size: cover;
}
#cover_uploaded_image{
	width: 100%;
	/*height: 420px;*/
}
.select2-container--open .select2-dropdown{
	z-index:9999;
}
.bell-red{
	background-color: #f00;
	position: absolute;
	left: 8px;
	padding: 2px 7px 5px;
}
.nav-item .fa-bell{
	color:#ddd;
}
.notify-list{
	border-bottom:1px solid #ddd;
}
.notify-list a{
	color:#195883 ;
	opacity:1 !important;
}
.notify-list a:hover{
	color:#84BF3F !important;
}
.notify-list a span{
	display: inline-grid;
	position: absolute;
	left: 85px;
	width:70%;
}
.notify-list a i{
	float:right;
}
.notify-list a b{
	font-style:italic;
	display: contents;
}
.notification-view a{
	color:#195883 !important;
	font-weight: 700;
	border-top: 1px solid #ddd !important;
}
.p10{
	padding:10px;
}
.mCSB_container{
	overflow:hidden;
}
.comment_reply{
	/*background-color: #245073;
	padding: 5px 10px;
	color: #ddd;*/
}
.pop_comment_reply{
	/*background-color: #245073;
	padding: 5px 10px;
	color: #ddd;*/
}
.no-notification{
	/*text-align: center;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #bbb;*/
}
.notification-author{
	padding-top:0px;
	top: 140% !important;
}
.notification-title{
	text-align: center;
	height: 40px;
	padding: 7px;
	background-color: #ddd;
	font-size: 15px;
	color:#888;
}
.notification-title i{
	color:#888 !important;
}
.commentbg{
	background-color: #DCE9F2;
	margin-right: 20px;
}
.commentAction div p{
	margin-bottom:0px !important;
}
.smilypop a{
	font-size:25px;
}

#adsview .post_text img{
	max-width:20px !important;
}
#mpostModal .modal-header{
	border-bottom:none;
}
.post-unsubscribe i{
	color:#0C6 !important;;
}
.post-unsave i{
	color:#0C6 !important;;
}
.mh270{
	min-height:270px;
}
.font18{
	font-size:18px;
}
.subscribe-footer{
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
}
.listcomments span{
	margin-right:20px;
}
.listcomments i {
    color: #78b036;
}
.bookuser{
	/*padding-left:60px !important;*/
}
.propic-r{
	border-radius:50px;
}
.fa-times{
	color:#f00;
}
.post_section .nav-tabs{
	/*background-color:#eee;*/
}
.post_section .nav-tabs > li > a{
	border-radius:0px;
}
.post_section .nav-tabs > li{
	/*width: 16%;*/
	text-align: center;
}
.post_section .nav-tabs > li > a{
	font-weight: 600;
	font-size: 14px;
	border-radius: 15px 15px 0px 0px;
    padding: 6px 20px;
    color: #84bf3f;
}
.qalist{
	margin-bottom:15px;
}
.tox-tinymce{
	border:2px solid #ddd !important;	
}
.tox:not(.tox-tinymce-inline) .tox-editor-header{
	box-shadow: 0 2px 2px -2px rgba(34,47,62,.5),0 8px 8px -4px rgba(34,47,62,.07) !important;
}
.qalist .badge{
	background-color:#337ab7;
	font-weight:400;
}
#fullWidthModal{
	width: 99% !important;
}
.mb--30{
	margin-bottom:-30px !important;
}
#postSlide{
	height: 669px;
	background-color: #000;
}
#postSlide .item img{
	display:block;
	margin: auto;
	max-height: 669px;
}
.musicgrid i{
	color:#999 !important;
	margin-right: 10px;
}
.musicgrid .qalist{
	border: 2px dashed #999;
	padding: 10px;
}
.musicgrid h4{
	font-size:17px;
}
.select2-hidden-accessible {
    display: none !important; 
    visibility: hidden !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	padding:0 8px !important;
}
.emojiPickerIconWrap{
	width:100%;
}
.feed-news-height{
	height:248px;
}
.post_comment .row h4 span{
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
.post_comment .row h4 a{
	font-family:roboto;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.post_comment img{
	border-radius: 10px;
}
.post_comment .row{
	padding:10px 6px;
}
.post_comment .lightbg{
	background-color:#eee;
}
.bookuser a{
	font-weight:500;
	color:#333;
	font-size:14px;
}
.grouplist p a{
	font-size:14px;
	font-weight:400;
	color:#666;
}
.listcomments small{
	float:right;
	color:#777;
}
.listcomments span{
	color:#666;
}
.videoPost img{
	border-radius:15px;
}

#advfea{
	width:16px;
	height:16px;
}
.video_post_container, .music_post_container{
	border: 2px dashed #aaa;
	padding: 10px;
	margin-top:3px;
}
.mr-5{
	margin-right:5px;
}
.mr-15{
	margin-right:5px;
}
.ml-15{
	margin-right:5px;
}
button[disabled]{
  cursor:not-allowed;
  opacity: 0.7;
}

.dz-image img{
	width:100%;
	height:100%;
}
.accept-btn{
	background-color:#84bf3f;
    padding: 4px 10px !important;
    float: left;
    color: #fff !important;
    border-radius: 6px;
    line-height: 18px !important;
    box-shadow: 0 0 6px #aaa;
	margin-top:8px;
	margin-right:10px;
}
.decline-btn{
	background-color: #fff;
    padding: 2px 5px !important;
    float: left;
    color: #76b828 !important;
    border-radius: 6px;
    line-height: 18px !important;
    box-shadow: 0 0 6px #aaa;
    margin-top: 8px;
    font-weight: 500 !important;
    border: 1px solid #84bf3f;
}
.tab-content>.active{
	padding:0px;
}
.hrp-3{
	margin:0.3rem 0;
}
input:read-only {
  background-color: #eee;
}
.post-subscribe{
	text-align:left !important;
}
.back-btn-right{
	position: absolute;
	right: 0;
	top: -35px;
}
.event_blur{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(126, 126, 126, 0.2);
	backdrop-filter: blur(10px);
	color: white;
}
.event_blur_left{
	padding-left:30px;
}
.event_blur_left strong{
	font-weight:400;
	font-size:16px;
}
.event_blur_left small{
	font-weight:300;
	font-size:12px;
	color:#eee;
}
.event_blur_right{
	padding-left:0;
}
.event_blur_right strong{
	float: right;
	padding-right: 15px;
	color: #84bf3f;
	font-size:16px;
	font-weight: 500;
	width: 60%;
	float: right;
}
.event_blur_right a{
	background-color: #bbb;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	clear: both;
    display: block;
    margin-right: 12px;
	width: 60%;
	float: right;
}
.events-list .profile-thumb-small{
	width:70px;
	height:70px;
	border-radius:20%;
}
.events-list .list-title a{
	font-weight:600;
}
.events-list .list-subtitle strong{
	color:#84bf3f;
}
.event-details p{
	background-color:#ecf1e3;
	padding: 6px 12px;
	border-radius: 10px;
	color:#666;
}
.event-details p i{
	margin-right: 10px;
	color: #333;
}
.event_amount{
	text-align:center;
}
.event_amount h4{
	color:#84bf3f;
}
.event_amount small{
	color:#999;
}
.event-details strong{
	color:#999;
}
.event-details .fa-copy{
	float: right;
	color: #999;
	margin-top: 4px;
	cursor: pointer;
}
.event-img-round img{
	border-radius:15px;
}
.event-list-below-text{
	color:#5d9c14;
}
.text-right{
	text-align:right;
}
.event-label label{
	color:#999;
	font-size:12px;
	font-weight: 500;
}
#price-switch span{
	color:#999;
	font-size:12px;
	font-weight: 500;
}
.transcap{
	color: #777;
	font-weight: 600;
	font-size: 13px;
}
