/********************************************************************************
* Private / Group Messaging System Version 7.0
* A Social Networking Script
* Written by Vasplus Programming Blog
* Website: www.vasplus.info
* Email: vasplusblog@gmail.com OR info@vasplus.info

*********************************Copyright Info***********************************
* This is a paid script and must not be sold by any client
* Please do not remove this copyright information from the top of this page
* All Copy Rights Reserved by Vasplus Programming Blog
***********************************************************************************/
body 
{
	top:0 !important; 
	margin-top:0 !important;
	padding: 0;
	border: 0;
    overflow-x: hidden;
	background-color:#F9F9F9 !important;
	font-family:arial !important;
	font-size:13px;
}

.site-footer-colors i{float:right;width:25%;height:8px;}.site-footer-colors i.teal{background-color:#009888;}.site-footer-colors i.green{background-color:#679047;}.site-footer-colors i.yellow{background-color:#ec8a22;}.site-footer-colors i.red{background-color:#d53540;}

.container {
  margin: 0 auto !important;
  width:100% !important;
}

.navbar, .navbar-default
{
	margin:0 auto !important;
}

.vasplus_containers
{
	padding:0px;
	margin:0 auto;
	margin-top:-58px;
	width:100%;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  
    .vasplus_containers
	{
		padding:0px;
		margin:0 auto;
		width:100%;
	}
}
.vpb_left_page
{
	float:left; width:100%; text-align:left;
	margin-bottom:20px;
}
.vpb_right_page
{
	float:right; width:100%; text-align:left;
	display:none;
}


#vpb_inner_left_page
{
	padding-bottom:10px !important; width:100% !important; float:left !important;
}
#vpb_inner_right_page
{
	width:100% !important; float:left !important;
}


#vright
{
	display:none !important;
	color:#6db244;
}
#vdown
{
	display: inline-block !important;
	color:#6db244;
}

@media(min-width:768px) 
{
	.vpb_left_page
	{
		float:left; width:65%; text-align:left;
		
	}
	.vpb_right_page
	{
		display:inline-block;
		float:right; width:30%; text-align:left;
		
	}
	
	.container {
	  margin: 0 auto !important;
	  width:90% !important;
	}
	
	#vpb_inner_left_page
	{
		width:25% !important; float:left !important; padding-top:10px !important;
	}
	#vpb_inner_right_page
	{
		width:75% !important; float:left !important;
	}
	
	#vdown
	{
		display: none !important;
		color:#6db244;
	}
	#vright
	{
		display: inline-block !important;
		color:#6db244;
	}
	
}


/*checkbox*/
.vpb_checkbox_wrap 
{
	margin-right:30px;
	text-align:left;
}
.vpb_checkbox label 
{
	cursor: pointer;
	position: absolute;
	width: 24px;
	height: 20px;
	border-radius: 4px;
	border:2px solid #E1E1E1;
	background: #FFF;
}

.vpb_checkbox label:after 
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 13px;
	height: 6px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 2px solid #000;
	border-top: none;
	border-right: none;
	float:left;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.vpb_checkbox label:hover::after 
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.vpb_checkbox input[type=checkbox]:checked + label:after 
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.vpb_checkbox input[type=radio]:checked + label:after 
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #222;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-left:0px solid none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
input:focus, textarea:focus {
 box-shadow: inset 0px 0px 0px 0px red !important;
  border: 1px solid #5ee3ff;
  outline: 0;
}


.form-control-plus-plus {
  display: block;
  width: 100%;
  height: 32px !important;
  padding: 10px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #222;
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: inset 0px 0px 0px 0px white !important;;
	-moz-box-shadow: inset 0px 0px 0px 0px white !important;;
  box-shadow: inset 0px 0px 0px 0px white !important;
  
  border-bottom: 1px solid #dce4ec;
  border-left:0px solid none !important;
  border-top:0px solid none !important;
  border-radius:0px !important; 
}
.form-control-plus:focus-plus {
	-webkit-box-shadow: inset 0px 0px 0px 0px white !important;;
	-moz-box-shadow: inset 0px 0px 0px 0px white !important;;
  box-shadow: inset 0px 0px 0px 0px white !important;
  
  border-bottom: 1px solid #dce4ec;
  border-left:0px solid none !important;
  border-top:0px solid none !important;
  border-radius:0px !important; 
  outline: 0;
}


.vpb_submit_data_wrap
{
	border-radius: 0 0 10px 10px;
	border: 1px solid #E6E6E6;
	border-top: 0px solid #dce4ec !important;
	margin-right:1px;
	padding:30px;
	padding-bottom:10px;
}

.col-md-3 a
 {
	 cursor:pointer;
 }

.agreement_terms
{
	font-family: helvetica,arial,'lucida grande',sans-serif !important;
	font-size: 13px !important;
	color:#777;
	text-align:center;
	line-height:23px;
}


.remember_me
{
	float:none;
	text-align:center;
	margin-bottom:15px;
}
.forgot_password
{
	float:none;
	text-align:center;
}

.vthe_buttons
{
	margin-top:-10px;
}

.vthe_button
{
	margin:10px;
}


@media(min-width:768px) {
	
	.remember_me
	{
		float:left;
		text-align:left;
		margin-bottom:0px;
	}
	.forgot_password
	{
		float:right;
		text-align:right;
	}
	.vthe_buttons
	{
		margin-top:-35px;
	}
}


.sbtn 
{
	display: inline-block;
	padding: 8px 12px;
	font-size: 14px;
	font-family:arial !important;
	line-height: 18px;
	text-decoration:none !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	font-weight:normal !important;
	text-shadow: 0 0px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05) 20px 0 rgba(50,50,50,0.75);
	-moz-box-shadow: 0 inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05) 20px 0 rgba(50,50,50,0.75);
	box-shadow: 0 inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05) 20px 0 rgba(50,50,50,0.75);
}

.sbtn-success 
{
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top,#62c462,#51a351);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
	background-image: -webkit-linear-gradient(top,#62c462,#51a351);
	background-image: -o-linear-gradient(top,#62c462,#51a351);
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding:8px 12px;
	cursor:pointer;
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.the_row
{
	margin:0 auto;
}

.vasplus_container
{
	padding:20px;
	margin:0 auto;
}



.vpb_top_titles 
{
	background-color:#F6F6F6;
	border:1px solid #F1F1F1;
	border-left:0px solid;
	border-right:0px solid;
	display:inline-block;
	color:#999;
	font-family:arial;
	font-size:20px;
	width:100%;
	font-weight:bold;
	padding:25px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	/*-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;*/
	border-bottom:1px solid #E2E2E2;
}

.vpb_top_account_titles 
{
	background-color:#F6F6F6;
	border:1px solid #F1F1F1;
	border-left:0px solid;
	border-right:0px solid;
	display:inline-block;
	color:#999;
	font-family:arial;
	font-size:20px;
	width:100%;
	font-weight:bold;
	padding:30px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	/*-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;*/
	border-bottom:1px solid #E2E2E2;
	margin-top:40px;
}

.vpb_profile_contents 
{
	border:1px solid #E6E6E6;
	border-left:0px solid #E6E6E6;
	border-right:0px solid #E6E6E6;
	border-top:0px solid #E6E6E6;
	font-family:arial;
	font-size:13px;
	width:100%;
	line-height: 20px;
	text-align:left;
	margin:0 auto;
	font-weight: normal;
	padding:10px;
	text-decoration:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0px;
	color: #252523;
	word-wrap: break-word;
}

@media(min-width:1200px) 
{
	.vpb_profile_contents 
	{
		border:1px solid #E6E6E6;
		border-top:0px solid #E6E6E6;
		font-family:arial;
		font-size:13px;
		width:98.1%;
		line-height: 20px;
		text-align:left;
		margin:0 auto;
		font-weight: normal;
		padding:10px;
		text-decoration:none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: moz-none;
		-ms-user-select: none;
		user-select: none;
		-webkit-border-bottom-left-radius:6px;
		-webkit-border-bottom-right-radius:6px;
		-moz-border-radius-bottomleft:6px;
		-moz-border-radius-bottomright:6px;
		border-bottom-left-radius:6px;
		border-bottom-right-radius:6px;
		color: #252523;
		word-wrap: break-word;
	}
}



.vpb_general_icon 
{
	width: 25px;
	height: 24px;
	background: url('../img/general_icon.png') no-repeat;
	border: 0px solid hidden;
	text-align: center;
	display: inline-block;
	float:left;
	margin-top:0px;
	margin-right:8px;
}

.vpb_sign 
{
	width: 25px;
	height: 24px;
	background: url('../img/vpb_sign.png') no-repeat;
	border: 0px solid hidden;
	text-align: center;
	display: inline-block;
	float:left;
	margin-top:0px;
	margin-right:8px;
}

.vpb_user_icon 
{
	width: 25px;
	height: 24px;
	background: url('../img/user_icon.png') no-repeat;
	border: 0px solid hidden;
	text-align: center;
	display: inline-block;
	float:left;
	margin-top:0px;
	margin-right:8px;
}

.navbar-fixed-top { position: inherit; margin:0px; }

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 8px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
		position:fixed;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	
	
	
	#navbar .post_a_project {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #3f8f25;
		border-radius: 6px;
		background: #67e93c;
		background: -webkit-gradient(linear, left top, left bottom, from(#67e93c), to(#3f8f25));
		background: -moz-linear-gradient(top, #67e93c, #3f8f25);
		background: linear-gradient(to bottom, #67e93c, #3f8f25);
		
		text-shadow: #67e93c 1px 1px 1px;
		color: #111111 !important;
		text-decoration:none !important;
		font-family:arial;
		font-size:16px !important;
		font-weight:bold;
		margin-top:13px;
		padding:7px 16px;
	}
	#navbar .post_a_project:hover,
	#navbar .post_a_project:focus {
		border: 1px solid #4fb32e;
		background: #7cff48;
		background: -webkit-gradient(linear, left top, left bottom, from(#7cff48), to(#4cac2c));
		background: -moz-linear-gradient(top, #7cff48, #4cac2c);
		background: linear-gradient(to bottom, #7cff48, #4cac2c);
		color: #111111 !important;
		text-decoration:none !important;
	}
	#navbar .post_a_project:active {
		background: #3f8f25;
		background: -webkit-gradient(linear, left top, left bottom, from(#3f8f25), to(#3f8f25));
		background: -moz-linear-gradient(top, #3f8f25, #3f8f25);
		background: linear-gradient(to bottom, #3f8f25, #3f8f25);
		color: #111111 !important;
		text-decoration:none !important;
	}
	
	.vasplus-slider-wrapper
	{
		margin:0 auto; width:100%;margin-top:76px; border:0px solid;
	}


}

.navbar {
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 50px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

@media(max-width:767px) {
    section {
        padding: 40px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#navbar .post_a_project {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #3f8f25;
	border-radius: 0px;
	background: #67e93c;
	background: -webkit-gradient(linear, left top, left bottom, from(#67e93c), to(#3f8f25));
	background: -moz-linear-gradient(top, #67e93c, #3f8f25);
	background: linear-gradient(to bottom, #67e93c, #3f8f25);
	text-shadow: #67e93c 1px 1px 1px;
	color: #111111 !important;
	text-decoration:none !important;
	font-family:arial;
	font-size:16px !important;
	font-weight:bold;
	margin-top:13px;
	padding:7px 16px;
}
#navbar .post_a_project:hover,
#navbar .post_a_project:focus {
	border: 1px solid #4fb32e;
	background: #7cff48;
	background: -webkit-gradient(linear, left top, left bottom, from(#7cff48), to(#4cac2c));
	background: -moz-linear-gradient(top, #7cff48, #4cac2c);
	background: linear-gradient(to bottom, #7cff48, #4cac2c);
	color: #111111 !important;
	text-decoration:none !important;
}
#navbar .post_a_project:active {
	background: #3f8f25;
	background: -webkit-gradient(linear, left top, left bottom, from(#3f8f25), to(#3f8f25));
	background: -moz-linear-gradient(top, #3f8f25, #3f8f25);
	background: linear-gradient(to bottom, #3f8f25, #3f8f25);
	color: #111111 !important;
	text-decoration:none !important;
}


.navbar-brand img
{
	margin-top:0px;
	margin-left:0px;
	max-width:100% !important;
	min-width:100% !important;
	width:100% !important;
	max-height:38px !important;
	height:100%;
	text-align:left;
}
.navbar-brand-plus
{
	margin-top:0px;
	margin-left:0px;
	max-width:100% !important;
	min-width:100% !important;
	width:100% !important;
	max-height:38px !important;
	height:100%;
	text-align:left;
}

@media(max-width:1050px) 
{
	.navbar-brand img
	{
		margin-top:0px;
		margin-left:0px;
		max-width:100% !important;
		min-width:100% !important;
		width:100% !important;
		max-height:38px !important;
		height:100%;
		text-align:left;
	}
	.navbar-brand-plus
	{
		margin-top:0px;
		margin-left:0px;
		max-width:80% !important;
		min-width:80% !important;
		width:80% !important;
		max-height:38px !important;
		height:100%;
		text-align:left;
	}

	.dfreelancers{ display: none;}
    #vas-hire-or-find-freelance .vas-hire-or-find-freelance-item .vas-hire-or-find-freelance-link .caption .caption-content h3 
	{
		text-transform:none !important;
		font-size:16px !important;
	}
	#vas-hire-or-find-freelance .vas-hire-or-find-freelance-item .vas-hire-or-find-freelance-link .caption .caption-content span 
	{
		font-size:14px !important;
	}
	
	#vas-hire-or-find-freelance .vas-hire-or-find-freelance-item .vas-hire-or-find-freelance-link .caption .caption-content .see_more {
		font-size:12px;
	}
}


footer h3 {
    margin-bottom: 15px;
	border-bottom:1px solid #373737;
	padding-bottom:10px;
	font-size:17px;
}

footer .footer-above {
    padding-top: 10px;
    /*background-color: #b60002;*/
	background: #222 url('../img/bgc.gif');
  	color:#949494;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #121212;
	font-size:12px;
	font-weight:normal;
	/*font-family: helvetica, arial, 'lucida grande', sans-serif;*/
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color:#949494;
}

.btn-social {
	margin:8px 0px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 999999;
    position: fixed;
    right: 2%;
    bottom: 2%;
    
}

.scroll-top .btn {
	padding:13px 15px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 23px;
}

.scroll-top .btn:focus {
    outline: 0;
}

/* start footer_top */
.footer_top_bg{
	width: 100%;
    margin: 0 auto;
	/*#febd17;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	padding:15px 0px;
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CCC;
	border-bottom:0px solid;
    background: #fce80a;
    background: -webkit-gradient(linear, left top, left bottom, from(#fce80a), to(#b0a207));
    background: -moz-linear-gradient(top, #fce80a, #b0a207);
    background: linear-gradient(to bottom, #fce80a, #b0a207);
    text-shadow: #ffff0d 1px 1px 1px;
    text-decoration: none;
}
.footer_top
{
	padding:1% 2%;
	text-align: center;
}
.footer_top h2{
	color: #111111;
	text-transform:none;
	font-family: helvetica, arial, 'lucida grande', sans-serif;
    font-size: 28px !important;
	font-weight:normal !important;
	margin:0px;
}
.footer_top span{
	color: #000000;
	display:inline-block;
	font-size:14px;
	text-transform:none;
	font-weight:normal !important;
	margin:0px;
}
.footer_top h2  a{
	color: #FFFFFF;
	text-decoration:underline;
}
.footer_top h2  a:hover{
	text-decoration:none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}


.navbar-default {
  background: #60a83a;/* url('../img/bgc.gif')*/
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  opacity:0.9;/* Header Text */
  background-color: transparent;
}

.navbar-default .navbar-brand-plus:hover,
.navbar-default .navbar-brand-plus:focus {
  opacity:1;
  text-decoration:none; 
  float:left;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  opacity:0.8;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #60a83a; /*NOT SURE*/
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #FFF;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #6db244;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: none; /* Bad guy */
  color: #ffffff !important;
}
@media (max-width: 767px) 
{
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    opacity:0.9;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #60a83a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}



.btn-primary {
  color: #000000;
  background-color: #459d29;
  border-color: #3f8f25;
  background: -webkit-gradient(linear, left top, left bottom, from(#67e93c), to(#3f8f25));
	background: -moz-linear-gradient(top, #67e93c, #3f8f25);
	background: linear-gradient(to bottom, #67e93c, #3f8f25);
	text-shadow: #67e93c 1px 1px 1px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #666666;
  background-color: #7cff48;
  border-color: #4fb32e;
  background: -webkit-gradient(linear, left top, left bottom, from(#7cff48), to(#4cac2c));
	background: -moz-linear-gradient(top, #7cff48, #4cac2c);
	background: linear-gradient(to bottom, #7cff48, #4cac2c);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #3f8f25;
	background: -webkit-gradient(linear, left top, left bottom, from(#3f8f25), to(#3f8f25));
	background: -moz-linear-gradient(top, #3f8f25, #3f8f25);
	background: linear-gradient(to bottom, #3f8f25, #3f8f25);
	color: #000000;
	border-color: #3f8f25;
}

.vpb_wall_logo {
	margin:0px; margin-top:-3px; margin-bottom:0px; padding:0px 0px; !important; color:#FFF !important;
}

.vpb_profile_search_box {
	margin:0px; margin-top:0px; margin-bottom:0px; padding:0px 0px; !important; color:#FFF !important;
}

@media (min-width: 760px) 
{
	.vpb_wall_logo {
		margin:0px; margin-top:-10px; padding:0px 0px !important; color:#FFF !important;
	}
	.vpb_profile_search_box {
		margin:0px; margin-top:-6px; padding:0px 0px !important; color:#FFF !important; width:100% !important;
	}
}

.navbar-header {
    float: left;
	padding:12px 0px !important;
	padding-top:0px !important;
  }

@media (min-width: 768px) {
  .navbar-header {
    float: left;
	padding:0px 0px !important;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -5px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: -15px;
}
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff !important;
  text-transform: none;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size:15px !important;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #F9F9F9 !important;
}

.vinfo, .vsuccess, .vwarning, .verror 
{
	margin-top: 0px;
	border-radius:2px;
	text-align: left !important;
	font-family: helvetica,arial,'lucida grande',sans-serif !important;
	font-size: 14px !important;
	line-height:18px;
	color:#333 !important;
	border:0px solid #CCC;
}
.vinfo, .vsuccess, .vwarning
{
	font-family:arial;
	font-size:13px;
	border: 1px solid #ddd !important;
	margin: 10px 0px;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.vinfo {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/info.png');
}
.vsuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/success.png');
}
.vwarning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/warning.png');
}
a.gflag {display:none !important;}
a.gflag img {border:0;display:none !important;}
a.gflag:hover {display:none !important;}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
#google_translate_element2 {display:none!important;}


.disable_this_box
{
	opacity:0.6;
	pointer-events: none;
}
.enable_this_box
{
	opacity:1;
	pointer-events: auto;
}


.cbtn {
  display: inline-block;
  margin-bottom: 0;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -ms-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(top,#fff,#e6e6e6);
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  font-family: arial;
  font-size: 15px !important;
  font-weight: normal;
  margin-top: 10px;
  padding: 6px 12px;
  cursor: pointer;
}

.navbar-header {
	width:100%;
	float: left !important;
	padding:12px 0px !important;
	padding-top:0px !important;
}
.navbar-collapse 
{
	width:100%;
	margin:0px !important;
	float: right !important;
	text-align:center !important;
}



.navbar-toggle
{
	margin-top:15px !important;
	margin-bottom:0px !important;
}



.home_icon { display:none !important; }
.user-d-s { display:none !important; }

@media (min-width: 1050px) 
{
	.user-d-s { display:inline-block !important; }
}

@media (min-width: 1200px) 
{
	.home_icon { display:inline-block !important; }
}

.vasplus_bosy 
{
	min-width:100%; 
	width:100%; 
}

.vasplus_bosy .vthe_inner
{
	min-width:100%; 
	width:100%; 
	max-height:400px !important;
	overflow:hidden;
}

.vasplus_bosy .vfriend_inner
{
	min-width:100%; 
	width:100%; 
	max-height:400px !important;
	display:block;
	padding:10px;
	overflow: hidden;
}

@media (min-width: 768px) 
{
	.vasplus_bosy { min-width:auto; width:auto; }
	.navbar-header 
	{
		float: left !important;
		width:40% !important;
		padding:0px 0px !important;
	}
	.navbar-header-plus 
	{
		float: left !important;
		width:50% !important;
		padding:3px 0px !important;
	}
	.navbar-collapse
	{
		width:60% !important;
		display: none;
		float: right !important;
	}
	.navbar-collapse-plus
	{
		width:50% !important;
		display: none;
		float: right !important;
	}
}


.vpb_profile_picture_icon_wrapper  
{
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:8px;
	box-shadow: 0 0px 3px #60a83a;
	-moz-box-shadow: 0 0px 3px #60a83a;
	-webkit-box-shadow: 0 0px 3px #60a83a;
	-webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 -khtml-user-select: none;
	 user-select: none;
	cursor:pointer;
	font-family: arial; 
	font-size:13px; 
	font-weight:bold; 
	color:#fff;
	border:1px solid #60a83a;
}
.vpb_profile_picture_icon_wrapper:hover 
{
	background-color: #390;
	border:1px solid #393;
	color:#F6F6F6;
}

.vpb_profile_picture_icon_wrapper img{ float:left; margin-right:5px;}
.vpb_profile_picture_icon_wrapper span{ display:inline-block;padding-top:0px; vertical-align:middle !important;}

.vpb_add_radius_to_image
{
	-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;margin-right:8px;
}

.vpb_notifications_icon{ color:#197319; font-size:20px !important; cursor:pointer;} /*#006400;*/
.vpb_notifications_icon_active{ color:#fff; font-size:20px !important; cursor:pointer;}


.vpb_notifyCounter 
{
	padding: 0px 6px 0px 6px;
	background: #cc0000;
	border: 1px solid #cc0000;
	color: #ffffff;
	font-weight: bold;
	margin-left: 20px;
	margin-top: -4px;
	border-radius: 8px;
	position: absolute;
	font-family:arial !important;
	font-size: 12px !important;
	display:none;
	z-index: 9999;
	left:0px;
	top:0px;
}

.dropdown-header
{
	border-bottom:1px solid #E5E5E5; 
	font-weight:bold; 
	padding-left:10px !important;
	padding-bottom:5px;
	font-family:arial !important;
	font-size:13px !important;
	word-spacing:normal !important;
	white-space:normal !important;
	letter-spacing:normal !important;
}

.dropdown-header-plus
{
	border-bottom:0px solid #E5E5E5 !important; 
	font-weight: normal !important;
	padding:8px !important;
}


.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 450px !important;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 450px !important;
  }
}

.vpb_popup_fb_box
{
	width:100% !important; 
	border-top:1px solid #f1f1f1 !important; 
	min-height:50px !important; 
	padding-top:5px !important; 
	padding-bottom:5px !important;
	vertical-align:middle !important;
	text-align:left !important;
}

.vpb_popup_fb_box:first-child
{
	border-top:0px solid #E1E1E1 !important; 
}

.vpb_popup_fb_box img
{
	max-width:50px !important;
	max-height:50px !important;
	width: auto;
	height: auto;
	display:inline-block;
	vertical-align:middle !important;
}
.vpb_popup_fb_box_c
{
	display:inline-block; font-family:arial; font-size:15px; font-weight:bold;
	padding:15px;
	padding-left:0px;
}

.vpb_popup_fb_box_acbd
{
	display:inline-block; 
	font-family:arial; font-size:14px; font-weight: normal;
	padding:0px;
	max-width:350px;width:auto;
	vertical-align:middle !important;
}
.fb_box_acbd
{
	color:#999;
	font-size:13px;
}
.vpb_popup_fb_box_d
{
	float:right;text-align:right !important; vertical-align:middle !important;padding-top:0px; padding-bottom:2px; margin:0px !important; 
}


.vpb_pms_main_wrapper
{
	width:100% !important; 
	float:none !important; 
	margin: 0px !important; 
	vertical-align:top !important; 
	margin:0 auto;
	display: inline-block;
	padding:0px !important;
	border:0px solid;
	height:400px;
}

.vprofile_o_detail
{
	display: inline-block;
	border:1px solid #E2E2E2;
	border-left:0px solid !important; 
	border-right:0px solid !important; 
	background-color:#FFF; 
	min-width:100%; 
	width:100%;
}


.vprofile_about_detail
{
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
	border:1px solid #E2E2E2; 
	background-color:#FFF; 
	min-width:100%; 
	width:100%;
}
.vprofile_about_desc
{
	padding:10px;
	color:#666;
}

.vprofile_about_detail_addon
{
	border-radius: 0px 0px 0px 0px; 
	text-align:left !important; 
	background-color:#F9F9F9 !important; 
	border:1px solid #E6E6E6 !important; 
	border-bottom:0px solid !important;
	font-family: helvetica,arial,'lucida grande',sans-serif !important;
	font-size: 13px !important; 
	font-weight:bold;
	padding:10px;
}
.vmiddle_about_title
{
	padding:10px; 
	border-bottom:1px solid #E2E2E2; 
	background-color:#f6f6f6; 
	text-align:left;
	color:#000;
	text-transform:uppercase; 
	font-weight: normal !important;
	font-size:13px !important; 
	font-family:arial !important;
}


.vprofile_o_title
{
	padding:10px;
	padding-top:11px;
	border-bottom:1px solid #E2E2E2; 
	background-color:#f6f6f6; 
	font-weight: normal !important;
	text-transform:uppercase; 
	font-size:13px !important; 
	font-family:arial !important;
	text-align:left;
}

.vprofile_o_title .vtotals
{
	color:#999;
}

.vview_item
{
	cursor:pointer;
	display:inline-block;
	text-transform:capitalize !important;
}
.vbreaker_item
{
	display:inline-block;
	text-transform:capitalize !important;
	margin-left:16px;
	opacity:0.5;
}
.v_the_iconed
{
	color: #999 !important;
}
.vedit_item
{
	color:#000;
	opacity:0.5;
	cursor:pointer;
	display:inline-block;
	text-transform:capitalize !important; 
	margin-left:16px;
}

.vedit_item:hover
{
	opacity:1;
}

.vfriendsPhoto_wraper
{
	display:inline-block;
	margin:4px;
	margin-right:0px !important;
	margin-left:0px;
	margin-bottom:0px !important;
	position:relative;
	text-align:left;
	text-decoration:none;
	position:relative;
}
.vfriendsPhoto_wraper a{ text-decoration:none; color:#FFF; cursor:pointer; }
.vfriendsPhoto_wraper img
{
	height: 92px;
    width: 92px;
	border:0px !important;
}


.vfriendsVideo_wraper
{
	display:inline-block;
	margin:4px;
	margin-right:0px !important;
	margin-left:0px;
	margin-bottom:0px !important;
	position:relative;
	text-align:left;
	text-decoration:none;
	position:relative;
}

.vfriendsVideo_wraper iframe
{
	height: 100% !important;
	min-height:250px !important;
    width: 100% !important;
	border:0px solid !important;
	margin:0 auto !important;
}

@media (min-width: 1000px) {
	.vfriendsVideo_wraper iframe
	{
		min-height:140px !important;
		height: 140px !important;
		width: 140px !important;
		border:0px solid !important;
		margin:0 auto !important;
	}
}

.vfriendsPhoto_wraper span
{
	position:absolute; 
	bottom:5px; 
	left:5px; 
	text-decoration:none !important; 
	color:#FFF !important; 
	font-family:arial !important; 
	font-size:13px !important; 
	font-weight: normal !important;
}


.vfriendsPhotos_wraper
{
	display:inline-block;
	margin:4px;
	margin-right:0px !important;
	margin-left:0px;
	margin-bottom:0px !important;
	position:relative;
	text-align:left;
	text-decoration:none;
	position:relative;
}
.vfriendsPhotos_wraper a{ text-decoration:none; color:#FFF; cursor:pointer; }
.vfriendsPhotos_wraper img
{
	height: 107px;
    width: 107px;
	border:0px !important;
}

.vfriendsPhotos_wraper span
{
	position:absolute; 
	bottom:5px; 
	left:5px; 
	text-decoration:none !important; 
	color:#FFF !important; 
	font-family:arial !important; 
	font-size:13px !important; 
	font-weight: normal !important;
}

.vpb_no_friend_available{padding:10px;}

.modal-title
{
	text-align:left !important;
}



html, body { height:100%;}
		
@media only screen and (min-width:1150px){
	/* styles for browsers larger than 1150px; */
	
}




.vpb_profile_name
{
	font-family: helvetica, arial, 'lucida grande', sans-serif; 
	font-size:16px; 
	color:black; 
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	width:90%;
	text-align:center !important;
	padding:7px;
	margin:0 auto;
}
.vpb_profile_name:hover
{
	text-decoration:none;
}
.profilephoto_wrap 
{
	position:relative;
	max-width:90%;
	max-height:90%;
	width:280px;
	height:280px;
	margin:0 auto !important;
	text-align:center !important;
	color:#FFF !important;
	display:block;
}

.vprofilephoto
{
	width:100%;
	height:100%;
	border:1px solid;
	margin:0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	background-color:#FFF;
	display: block;
	/*-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	border-radius: 99em;*/
	border: 5px solid #F1F1F1;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);  
	text-align:center;
	cursor: pointer;
}

.vprofilephoto:hover 
{
	opacity:0.9;
}

.vprofilephoto_editer 
{
	display:inline; 
    position: absolute;
	width:auto;
	height:32px;
	background-color:#333;
	color:#FFF !important;
    top: 80%;
    left: 28%;
    bottom: 0;
	margin:0 auto;
	text-align:center;
	z-index:1;
	text-decoration:none !important;
	padding:8px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	font-family:arial !important;
	font-size:13px !important;
	letter-spacing:1px;
}

.vprofilephoto_editer:hover 
{
	background-color:#000;
}


.cbtns {
  display: inline-block;
  margin-bottom: 0;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  font-family: arial;
  font-size: 15px !important;
  font-weight: normal;
  margin-top: 10px;
  padding: 6px 12px;
  cursor: default;
  text-decoration: none !important;
}



.vpb_progress_outer_bar 
{
	display:none;
	position:relative; 
	width:60%; 
	border: 1px solid #ddd; 
	padding: 2px; 
	border-radius: 3px; 
	text-align:left; 
	background-color:#F9F9F9;
	margin:0 auto;
	margin-top:20px;
}
.vpb_progress_percentage 
{
	position:relative;
	margin:0 auto;
	width:100%;
	color:#000;
	z-index:9999;
	display: inline-block;
	text-align:center;
	font-family: helvetica, arial, 'lucida grande', sans-serif; 
	font-size:18px; 
}
.vpb_progress_inner_bar
{
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
    background-color: #B4F5B4; 
    width:0%;
	height:100%;
    border-radius: 3px; 
    text-align:left; 
    padding-top:0px; 
    padding-bottom:0px; 
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(43,194,83)),color-stop(1, rgb(84,240,84)));
    background-image: -moz-linear-gradient(center bottom,rgb(43,194,83) 37%,rgb(84,240,84) 69%);
    -webkit-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow:  inset 0 2px 9px  rgba(255,255,255,0.3),inset 0 -2px 6px rgba(0,0,0,0.4);
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 0;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
	overflow:hidden;
}


.vpb_progress_inner_bar:after {
	content: "";
	position: absolute;
	height:100%;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
		  color-stop(.25, rgba(255, 255, 255, .2)), 
		  color-stop(.25, transparent), color-stop(.5, transparent), 
		  color-stop(.5, rgba(255, 255, 255, .2)), 
		  color-stop(.75, rgba(255, 255, 255, .2)), 
		  color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
		-moz-linear-gradient(
		  -45deg, 
		  rgba(255, 255, 255, .2) 25%, 
		  transparent 25%, 
		  transparent 50%, 
		  rgba(255, 255, 255, .2) 50%, 
		  rgba(255, 255, 255, .2) 75%, 
		  transparent 75%, 
		  transparent
	   );
	z-index: 99999999;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	overflow: hidden;
}

@-webkit-keyframes move {
	0% {
	   background-position: 0 0;
	}
	100% {
	   background-position: 50px 50px;
	}
}

.vpb_preview_wrapper {
	max-width:220px !important;
	max-height:220px !important;
	border: solid 1px #cbcbcb;
	 background-color: #FFF;
	 box-shadow: 0 0px 10px #cbcbcb;
	-moz-box-shadow: 0 0px 10px #cbcbcb;
	-webkit-box-shadow: 0 0px 10px #cbcbcb;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	text-align:center;
	padding:10px;
	margin:0 auto; 
	margin-bottom:20px;
	word-wrap: break-word;
}

.vpb_image_style{ width:100%; height:100%;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; border:0px solid;}
.vpb_preview_wrapper img { max-width:200px !important;max-height:200px !important; width:auto;height:auto;  border:0px solid;}


.vp_ul_wrap ul.dropdown-menu a,
.vp_ul_wrap li.dropdown.open > a, 
.vp_ul_wrap li.dropdown.open > ul.dropdown-menu a
{
	background-color: #fff;
	border-top:0px solid;
	padding-top:5px !important;
	padding-bottom:5px !important;
	border-color: #F1F1F1;
	cursor:pointer;
	font-family:arial !important;
	font-size:13px !important;
}

 
.vp_ul_wrap ul.dropdown-menu a:hover,
.vp_ul_wrap li.dropdown.open > a, 
.vp_ul_wrap li.dropdown.open > ul.dropdown-menu a:hover
{
  color: #fff;
  background-color: #777;
  background-image: linear-gradient(to bottom, #666, #777) !important;
  background-repeat: repeat-x !important;
  border-color: #666;
}


.v_chat_hover{ text-decoration:none; cursor:pointer !important;}
.v_chat_hover:hover{ text-decoration: underline;}




