/* PROFILE PAGE CONF */
.profile-pic img {
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
	border-radius: 50%;
    border: 10px solid #f1f2f7;
    margin-top: 20px;
}

.profile-pic2 img {
    width: 130px;
    height: 130px;    
    margin-top: 20px;
}

.profile-text h6 {
    margin-top: -10px;
    margin-bottom: 20px;
    color: #d3d3d3;
}

.profile-text h3 {
    font-weight: 700;
    color: #48cfad;
}

.profile-text h4 {
    color: #48cfad;
}

profile-text p {
    margin-left: 10px;
}

.right-divider {
    border-right: 1px solid #d3d3d3;
    height: 100%;
}

/*Theme Buttons*/

.btn-theme {
    color: #fff;
    background-color: #B42128;
    border-color: #a8371a;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: #B42128;
    border-color: #a8371a;
}

.btn-theme02 {
    color: #fff;
    background-color: #ac92ec;
    border-color: #967adc;
}
.btn-theme02:hover,
.btn-theme02:focus,
.btn-theme02:active,
.btn-theme02.active,
.open .dropdown-toggle.btn-theme02 {
    color: #fff;
    background-color: #967adc;
    border-color: #967adc;
}

.btn-theme03 {
    color: #fff;
    background-color: #48cfad;
    border-color: #37bc9b;
}
.btn-theme03:hover,
.btn-theme03:focus,
.btn-theme03:active,
.btn-theme03.active,
.open .dropdown-toggle.btn-theme03 {
    color: #fff;
    background-color: #37bc9b;
    border-color: #37bc9b;
}

.btn-theme04 {
    color: #fff;
    background-color: #ed5565;
    border-color: #da4453;
}
.btn-theme04:hover,
.btn-theme04:focus,
.btn-theme04:active,
.btn-theme04.active,
.open .dropdown-toggle.btn-theme04 {
    color: #fff;
    background-color: #da4453;
    border-color: #da4453;
}

.btn-clear-g {
    color: #48bcb4;
    background: transparent;
    border-color: #48bcb4;
}

.btn-clear-g:hover {
    color: white;
}

.centered {
    text-align: center;
}

.goleft {
    text-align: left;
}

.goright {
    text-align: right;
}

.mt {
    margin-top: 25px;
}

.mb {
    margin-bottom: 25px;
}


.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.detailed h4 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
    color: #48cfad;
}

.premium-buzz {
    border-radius: 15px;    
    padding: 20px;
}

.business-buzz {
    border-radius: 15px;    
    padding: 20px;
}

.charity-buzz {
    border-radius: 15px;    
    padding: 20px;
}

.buzzhr{
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 20px;
}

.buzzFeed-pic img {
    width: 100px;
    /*height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #f1f2f7;*/
}

.modal-header {
    background: #B42128;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #B42128;
}
.nav-tabs {
    background: #e0e1e7;
}

.mail-nav {
    margin:15px -15px 0 -15px;
}
.mail-nav li a {
    -webkit-border-radius:0;
    border-radius:0;
	border-top:1px solid #f2f3f6;
    padding:15px;
    border-right:3px solid rgba(0,0,0,0);
    color: #a2a2a2;
}
.mail-nav>li>a:hover,.mail-nav>li>a:focus {
    background:#fafafa;
    color:#4ECDC4;
    border-right:3px solid #1fb5ad;
}
.mail-nav>li.active>a,.mail-nav>li.active>a:hover,.mail-nav>li.active>a:focus {
    background:#fafafa;
    color:#4ECDC4;
    border-right:3px solid #4ECDC4;
}
.mail-nav>li+li {
    margin-left:0;
    margin-top:0px;
}
.mail-nav i {
    font-size:16px;
    margin-right:10px;
}

.userbuzz-section{
    color: #797979;
    background: #eaeaea;
}

.fb-buzz {    
    border: 1px solid #ccc;
    padding-top: 20px;
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}



.fb-account-list {
    border-radius: 10px;
    border: 1px solid #9797a6;
    padding: 10px;
    margin-bottom: 20px;
}

.datepicker{z-index:9999 !important}
.ui-datepicker { position: relative; z-index: 10000000 !important; }


#facebookBuzzImage img {
    /*position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);*/
    max-width: 100%;
    max-height: 100%;
    width: 38%;
    height: auto;  
    float: left;
    margin-right:2rem;
}

#facebookBuzzTitle{
    color: #1d2129;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    max-height: 110px;
    overflow: hidden;
    word-wrap: break-word;
}
.bar {
    height: 18px;
    background: green;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
	
ul.bxslider {
    padding:  0px;
}

.bx-wrapper .bx-viewport {
	border:none !important;
}
.bx-wrapper .bxslider li img {
    max-width: 200px;
    max-height: 250px;
}	

.dropdown-menu li a, .dropdown-menu li a.menu-item
	{
		font-weight: bold;
	}
	
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
    
/* This parent can be any width and height */
#loading {
  text-align: center;
    background:#ccc;
    opacity: 0.85;
    margin-bottom:10px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position:absolute;
    display:none;
    z-index: 999999;
}
 
/* The ghost, nudged to maintain perfect centering */
#loading:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */ 
#loading > div {
  display: inline-block;
  vertical-align: middle;
  color: white;
}


.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


/*profile Image upload*/

   #dropbox{
	 border: 2px dashed #707070;
	 border-radius: 2px;	 
	 height: 100px;
	 margin: 10px 0px;
	 text-align: center;
	 padding-top: 40px;
	 font-weight: bold;
	 color: #6E6E6E;	
	 letter-spacing: 1px;
	}
   .img_active{
	 background : #B4F9AC;
	 font-size: 15px;
	 box-shadow : 0px 0px 5px 6px #ccc;
   }
   .img_progress_holder{
	 width: 300px;
	 padding: 2px;
	 background: #CCCCCC;
	 border-radius: 3px;
	 float: left;
	 margin-top: 4px;
	 margin-right: 5px;
   }
   #img_progress{
	 height: 6px;
	 display:block;
	 width: 0%;
	 border-radius: 2px;
	 background: -moz-linear-gradient(center top , #13DD13 20%, #209340 80%) repeat scroll 0 0 transparent; /* IE hack */ 
	 background: -ms-linear-gradient(bottom, #13DD13, #209340); /* chrome hack */ 
	 background-image: -webkit-gradient(linear, 20% 20%, 20% 100%, from(#13DD13), to(#209340)); /* safari hack */ 
	 background-image: -webkit-linear-gradient(top, #13DD13, #209340); /* opera hack */ 
	 background-image: -o-linear-gradient(#13DD13,#209340);
	 box-shadow:3px 3px 3px #888888;
   }
   .clspreview{
	 border: 1px solid #CDCDCD;	 
	 padding: 10px;
	 height:auto; 
	 overflow: auto;
	 color: #4D4D4D;
	 float: left;
	 box-shadow:3px 3px 3px #888888;
	 border-radius: 2px;
   }
   .progress_percents{
	 float: right;
   }
   .preview-image{
	 box-shadow: 3px 3px 3px #888888;
	 width: 70px;
	 height: 70px;
	 float: left;
	 margin-right: 10px;
   }
   .file-info{
	 height: 50px;
	 float: left;
	 width: auto;
	 margin-bottom: 10px;
	 border: 1px solid blue;
   }
   .file-info span{
	 margin: 3px 2px;
	 font-size: 12px;
	 float:left;
	 display: block;
	 min-width: 100px;
	 border: 1px solid red;
	 overflow: none;
   }
   .upload-progress{
	 display: none;
   }
   
   .paypal-btn
    {
      background-image: url('/img/gold-rect-paypal-34px.png');                      
      background-repeat: no-repeat;                      
      padding-left: 41px;
      color: #000;
      width: 110px;
      height: 34px;
    }
    .paypal-btn:hover
    {
      background-image: url('/img/gold-rect-paypal-34px.png');                     
      background-repeat: no-repeat;                      
      padding-left: 41px;
      color: #000;
      width: 110px;
      height: 34px;
    }

#manualImageUploadPreview img {    
    max-width: 100%;
    max-height: 100%;
    width: 38%;
    height: auto;  
    float: left;
    margin-right:2rem;
}
	
	.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
	.video-title {
    font-weight: 700;
    border-bottom: 1px solid #5a5a5a;
}
	
	.video-desc {
		font-size: 12px;
	    margin-bottom: 10px;
		min-height: 100px;
	}
        
        .video-date {
	font-size: 12px;
	margin-bottom: 5px;
        margin-top: 5px;
	}
	
	
/* *******************************   ADMIN  ********************************/
#paypal-hide-wrap, #mailchimp-hide-wrap {
    margin: 20px;
    border: 2px solid #afadad;
    padding: 20px 2%;
}
	

@media (min-width: 768px)
{
#navigation .slogan {
    margin: 0;
	padding: 0; 
	border-left: none;
}
	}
        
        
#twitterBuzzImage img {    
    max-width: 100%;
    max-height: 100%;
    width: 38%;
    height: auto;  
    float: left;
    margin-right:2rem;
}

#twitterBuzzTitle{
    color: #1d2129;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    max-height: 110px;
    overflow: hidden;
    word-wrap: break-word;
}

#linkedinBuzzImage img {    
    max-width: 100%;
    max-height: 100%;
    width: 38%;
    height: auto;  
    float: left;
    margin-right:2rem;
}

#linkedinBuzzTitle{
    color: #1d2129;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    max-height: 110px;
    overflow: hidden;
    word-wrap: break-word;
}

#buzzShareImage img {    
    max-width: 100%;
    max-height: 100%;
    width: 40%;
    height: auto;  
    float: left;
    margin-right:2rem;
}
	
.jPanelMenu-panel{
	z-index: auto !important;
}