@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Mandali|Palanquin+Dark:400,500,600,700|Varela|Rochester');
@import url('https://fonts.googleapis.com/css?family=Cabin');



/* CSS Document */

/* GLOBAL STYLES
-------------------------------------------------- */

ul, li {
padding:0;
margin:0;
}

a, a:hover, a:focus, a:active {
	text-decoration:none;
	outline:0;
}

/* Padding below the footer and lighter body text */
html{
	height:100%;
}

body {
   /* padding-bottom: 40px; */
    font-weight: 400;
    padding-top: 95px;
	min-height:100%;
	position:relative;
	padding-bottom:6rem;
}


.dropdown-menu.pull-right {
    right: 0;
    left: auto;
    margin-top: 6px;
}

.dropdown-menu.pull-right::before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu.pull-right::after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

body, p {
    font-family: 'Varela', sans-serif;
	line-height:24px;
    letter-spacing: 0.35px;
	color:#777;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
	color:#17386d;
	margin:0;
}

.header-spacer {
    padding-top: 55px;
}
.breadcrumb {
    padding: 0px;
    margin: 0 0 0 15px;
	background:transparent;
}

.no-opacity {
	opacity:0 !important;
}


/* CUSTOMIZE HEADERS
-------------------------------------------------- */

h2 {
    font-size: 27px;
}

/* LINKS
-------------------------------------------------- */

a {
    cursor: pointer;
    color: #00A3E5;
}

a:hover {
    color: #000;
}
.alert-info a {
    color: #3A87AD;
}

.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=password]:focus,
.form-group textarea:focus {
	box-shadow:none !important;
	border:1px solid #ccc;
}

/* search bar
-------- */

#global_nav_search{padding:0 5px 0 15px !important;margin:0 0 0 30px !important;background:transparent;height:56px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5}
#global_nav_search input{margin:0;border:none;background:transparent;height:56px}
#global_nav_search button{height:56px!important;margin-top:0!important;background:transparent}
#global_nav_search button i{color:#999}

#global_nav_search button .caret {
    border-top-color: #999;
}

#global_nav_search .dropdown-menu > li > a {
    font-size: 14px;
    background: transparent !important;
}

#global_nav_search input:focus + .input-group-btn #search_btn i {
	color:#2bbfe8 !important;
}

#q {
    height: 27px;
    margin-top: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* CUSTOMIZE THE SMALL NAVBAR
-------------------------------------------------- */

.nav-sm {
    float: left;
    list-style: none;
}
.navbar-sm .nav-sm {
    background-color: #0C3243;
    height: 100%;
    padding-top: 10px;
    width: 100%;
}
.nav-pills> .active> a {
    background-color: black;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 18px 25px 12px 25px !important;
}
.nav-pills> .active> a:hover {
    background-color: black;
}
.nav-pills> li.active> a, .nav-pills> li.active> a:hover, .nav-pills> li.active> a:focus {
    color: #FFF;
    background-color: #000;
}

/* Remove border and change up box shadow for more contrast */

.navbar-sm .navbar-inner-sm {
    background-color: #0C3243;
    background-image: none;
    border-bottom: thin solid #ccc;
    -webkit-box-shadow: none;
}

/* Navbar links: increase padding for taller navbar */

.navbar-sm .nav-sm> ul {
    list-style: none;
}

/* Navbar links: increase padding for taller navbar */

.navbar-sm .nav-sm> li> a {
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
    padding: 20px 19px 30px 19px;
    text-decoration: none;
}

/* Navbar links: increase padding for taller navbar */

.navbar-sm .nav-sm> li> a:hover {
    color: #fff;
}

/* Offset the responsive button for proper vertical alignment */

.navbar-sm .btn-navbar-sm {
    margin-top: 40px;
}
.navbar-default-sm .nav-sm .active> a {
    box-shadow: none;
}
.navbar-default-sm .nav-sm> li> a:focus, .navbar-default .nav> li> a:hover {
    background-color: #000;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar-default-sm .nav-sm> li> form {
    margin: 0px;
    width: 50%;
}
.navbar-default-sm .nav-sm> li> form> input {
    padding-left: 5px;
}
.nav-tabs {
    border-bottom: thin solid #ccc;
}
.nav-tabs li a:hover {
    border-bottom: thin solid #ccc;
    background-color: #eee;
}
.nav-tabs> .active> a {
    border-bottom: thin solid #f9f9f9;
    background-color: #eee;
}
.nav-tabs> .active> a:hover {
    border-bottom: thin solid #f9f9f9;
    background-color: #eee;
}

.navbar-default .navbar-brand {
    padding: 15px 0px 5px 15px;
}

.navbar-inverse {
	background:#17386d;
}

.navbar-inverse .navbar-brand {
    padding: 15px 0px 5px 23px;
}

.navbar-inverse #global_nav_search {
    border-left: 1px solid rgba(255,255,255,0.15);
    border-right: 1px solid rgba(255,255,255,0.15);
}

.navbar-inverse  .nav > li > a {
    color: #fff !important;
}

.navbar-inverse  .nav > li > a:hover {
	background:#00A3E5 !important;
}

.navbar-inverse  .nav > li.active > a ,
.navbar-inverse  .nav > li.active > a:hover {
	background:#faca04 !important;
}

.header-search {
	max-width: 300px;
}

.search-header-main {
padding: 0 12px 0 14px;
}

.navbar .dropdown-menu {
    overflow: visible !important;
}

.navbar-inverse #global_nav_search input {
	color:#fff !important;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.nav {
    min-width: 91%;
}
.navbar {
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-default {
    background-color: #ddd;
}

/* Remove border and change up box shadow for more contrast */

.navbar .navbar-inner {
    background-color: #0C3243;
    background-image: none;
    border-bottom: thin solid #ccc;
    -webkit-box-shadow: none;
}

/* Navbar links: increase padding for taller navbar */

.navbar .nav> ul {
    list-style: none;
}

/* Offset the responsive button for proper vertical alignment */

.navbar .btn-navbar {
    margin-top: 40px;
}
.navbar-default .nav .active> a {
    box-shadow: none;
}
.navbar-default .nav> li> a:focus, .navbar-default .nav> li> a:hover {
    background-color: #000;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar-default .nav> li> form {
    margin: 0px;
    width: 50%;
}
.navbar-default .nav-sm> li> form> input {
    padding-left: 5px;
}
.nav-tabs {
    border-bottom: thin solid #ccc;
}
.nav-tabs li a:hover {
    border-bottom: thin solid #ccc;
    background-color: #eee;
}
.nav-tabs> .active> a {
    border-bottom: thin solid #f9f9f9;
    background-color: #eee;
}
.nav-tabs> .active> a:hover {
    border-bottom: thin solid #f9f9f9;
    background-color: #eee;
}
.nav> .disabled> a {
    color: #999999;
}
.nav> .disabled> a:hover, .nav> .disabled> a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
}
.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible;
}
.navbar-inner {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar-inner:before, .navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}
.navbar-inner:after {
    clear: both;
}
.navbar .container {
}
.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}
.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover, .navbar .brand:focus {
    text-decoration: none;
}
.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777777;
}
.navbar-link {
    color: #777777;
}
.navbar-link:hover, .navbar-link:focus {
    color: #333333;
}
.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}
.navbar .btn, .navbar .btn-group {
    margin-top: 5px;
}
.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
    margin-top: 0;
}
.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}
.navbar-form:before, .navbar-form:after {
    display: table;
    line-height: 0;
    content: "";
}
.navbar-form:after {
    clear: both;
}
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
    margin-top: 5px;
}
.navbar-form input, .navbar-form select, .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0;
}
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
    margin-top: 3px;
}
.navbar-form .input-append, .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap;
}
.navbar-form .input-append input, .navbar-form .input-prepend input {
    margin-top: 0;
}
.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}
.navbar-search .search-query{padding:4px 14px;margin-bottom:0;font-size:13px;font-weight:400;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
.navbar-static-top {
    position: static;
    margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-fixed-top {
    top: 0;
	border:none;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-header {
    margin: 0 0 -4px;
}

.navbar-default .pull-right > .dropdown-menu {
    right: auto;
    left: 0;
}

.dropdown-menu {
    max-height: 288px;
    overflow: auto;
    overflow-x:hidden;
}

.navbar-default .pull-right.dropdown a {
	background:transparent !important;
}

.dropdown-menu > li > a {
	background:transparent;
}

.dropdown-menu > li > a:hover {
    color: #00A3E5;
    background: transparent;
}

.navbar .nav {
    left: 0;
    display: block !important;
    margin: 0 0 0 0;
}
.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}
.navbar .nav> li {
    float: left;
}

.navbar .nav > li > a {
    float: none;
    padding: 16px 10px;
    color: #777777;
    text-decoration: none;
    margin: 0px 0;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 0px;
}
.navbar .nav> li> a:focus, .navbar .nav> li> a:hover {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}
.navbar .nav> .active> a, .navbar .nav> .active> a:hover, .navbar .nav> .active> a:focus {
    color: #555555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #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(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #e5e5e5;
    *background-color: #d9d9d9;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar+ .icon-bar { margin-top: 3px;}
.navbar .nav> li> .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.navbar .nav> li> .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.navbar-fixed-bottom .nav> li> .dropdown-menu:before {
    top: auto;
    bottom: -7px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}
.navbar-fixed-bottom .nav> li> .dropdown-menu:after {
    top: auto;
    bottom: -6px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}
.navbar .nav li.dropdown> a:hover .caret, .navbar .nav li.dropdown> a:focus .caret {
    border-top-color: #333333; border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open> .dropdown-toggle, .navbar .nav li.dropdown.active> .dropdown-toggle, .navbar .nav li.dropdown.open.active> .dropdown-toggle {
    color: #555555; background-color: #e5e5e5;
}
.navbar .nav li.dropdown> .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open> .dropdown-toggle .caret, .navbar .nav li.dropdown.active> .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active> .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}
.navbar .pull-right> li> .dropdown-menu, .navbar .nav> li> .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.navbar .pull-right> li> .dropdown-menu:before, .navbar .nav> li> .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto;
}
.navbar .pull-right> li> .dropdown-menu:after, .navbar .nav> li> .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto;
}
.navbar .pull-right> li> .dropdown-menu .dropdown-menu, .navbar .nav> li> .dropdown-menu.pull-right .dropdown-menu {
    right: 100%;
    left: auto;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-default {
    background: #fff;
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none;
}

.navbar-default .brand, .navbar-default .nav> li> a {
    color: #666;
}

.navbar-default .nav> li> a {
	box-shadow:none !important;
}

.navbar-default .brand:hover, .navbar-default .nav> li> a:hover, .navbar-default .brand:focus, .navbar-default .nav> li> a:focus {
    color: #ffffff;
    background-color: #00A3E5 !important;
}
.navbar-default .brand {
    color: #999999;
}
.navbar-default .navbar-text {
    color: #999999;
}
.navbar-default .nav> li> a:focus, .navbar-default .nav> li> a:hover {
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .nav .active> a, .navbar-default .nav .active> a:focus {
    color: #ffffff;
    background-color: #17386d;
}

.navbar-default .nav .active> a:hover{
    background-color: #00A3E5;
    color:#fff;
}

.navbar-default .navbar-link {
    color: #999999;
}
.navbar-default .navbar-link:hover, .navbar-default .navbar-link:focus {
    color: #ffffff;
}
.navbar-default .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}
.navbar-default .nav li.dropdown.open> .dropdown-toggle, .navbar-default .nav li.dropdown.active> .dropdown-toggle, .navbar-default .nav li.dropdown.open.active> .dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
}
.navbar-default .nav li.dropdown> a:hover .caret, .navbar-default .nav li.dropdown> a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-default .nav li.dropdown> .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}
.navbar-default .nav li.dropdown.open> .dropdown-toggle .caret, .navbar-default .nav li.dropdown.active> .dropdown-toggle .caret, .navbar-default .nav li.dropdown.open.active> .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-default .navbar-search .search-query {
    color: #ffffff;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.navbar-default .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
}
.navbar-default .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc;
}
.navbar-default .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc;
}
.navbar-default .navbar-search .search-query:focus, .navbar-default .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.navbar-default .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
    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(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-default .btn-navbar:hover, .navbar-default .btn-navbar:focus, .navbar-default .btn-navbar:active, .navbar-default .btn-navbar.active, .navbar-default .btn-navbar.disabled, .navbar-default .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #040404;
    *background-color: #000000;
}
.navbar-default .btn-navbar:active, .navbar-default .btn-navbar.active {
    background-color: #000000 \9;
}
.search-query {
    margin-right: 10px;
    margin-left: 10px;
}
#mini-nav-link {
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    padding: 33px 20px 25px 20px;
}
.nav-big-text {
    color: #fafafa;
}
#logo {
    margin-top: 5px;
    width: 140px;
}
.nav a {
    color: #000;
}
#top-search-nav {
    margin: 25px 20px 0 20px;
    /* width: 278px; */
}
#top-search-nav form {
    margin: 0px;
    width: 50%;
}

/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */

#footer_margin {
    color: white;
}

#footer-bar.modal-footer {

    padding: 7px 0 !important;
	text-align: center;
	z-index:99;
	background-color: #fff;
	position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
#footer-bar a {
	color: #666;
	padding:15px;
	font-size: 14px;
}

#footer-bar p {
	margin-bottom:0px !important;
}

@media only screen and (max-width: 768px) {
	#footer-bar.modal-footer {
		padding: 15px 0 !important;
	}
}

/* CUSTOMIZE THE PROFILE IMAGES
-------------------------------------------------- */

.featured-user-holder {
    border: thin solid #ccc;
    background-color: white;
    padding: 7px;
    height: 250px;
    width: 194px;
}
.featured-user-holder img {
    display: block;
    margin: 0 auto;
}
.featured-user-image {
    margin: 7px 0 7px 0;
}
.featured-user-holder-bg {
    background-color: #f9f9f9;
    border: thin solid #ededed;
}
.no-image {
    font-size: 140px;
    width: 100% !important;
}
.no-image30 {
    font-size: 30px;
    text-align: center;
    width: 30px;
}
.no-image64 {
    font-size: 64px;
    text-align: center;
    width: 64px;
}

.profile-pic {
  width: 171px !important;
}

/* FOR THUMBNAILS
-------------------------------------------------- */

.thumbnail {
    border: none;
}
.thumbnails li {
    background-color: #fff;
}
.thumbnail-badge {
    position: absolute;
    margin: 3px 0 0 3px;
    z-index: 1;
}
.media-object {
    width: 64px;
}
.media-object32 {
    width: 32px;
}
.media-object40 {
    width: 40px;
}
.media-object48 {
    width: 48px;
}
.prime {
    position: relative;
}
.prime span {
    position: absolute;
    z-index: 1;
}
.prime64 span {
    background: url(../img/overlay-prime.png) no-repeat;
    left: 53px;
    height: 13px;
    top: 53px;
    width: 13px;
	display:none;
}
.prime162 span {
    background: url(../img/overlay-prime-lg.png) no-repeat;
    left: 146px;
    height: 23px;
    top: 146px;
    width: 23px;
}
.as-seen-on-logo {
    width: 100px;
}

/* ADD A SPACER
-------------------------------------------------- */

.spacer {
    display: table;
    height: 10px;
    margin: 5px 0 5px 0;
    width: 100%;
}

/* Photos classes
-------------------------------------------------- */

.bw-color-photo {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'//www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
}
.bw-color-photo:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
.thumbnails a {
    color: #666;
}
/* Buttons
-------------------------------------------------- */
/* fixing the add to queue button spacing */
.arrow_box > div.span7.no-margin > div > .btn, .scheduled-button .btn {
  padding: 8px;
  font-size: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.scheduled-button {
  float: right !important;
  margin-right: 0px !important;
}

.span5 > div > div > .scheduled-button {
  float: left !important;
  margin-right: 6px !important;
}

.span5 > div > div > .scheduled-button .btn {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.tag_holder .label {
    display: inline;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #999 !important;
    border-radius: .25em;
    text-transform: uppercase;
    position:relative;
    left: 5px;
    top: -2px;
}

.tag_holder:hover .label {
    color: #fff !important;
    background-color: #41AADA !important;
}


#conversation-holder-0 {
    padding: 14px !important;
    list-style: none;
    max-height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    line-height: 19px;
    border: 1px solid #e5e5e5;
    position: relative;
    height: 100%;
	word-break: break-word;
}

#conversation-holder-0 .media-body {
    padding: 0;
}

.scroll {
	letter-spacing:0;
}

.approve_btn {
    position: absolute;
    top: 25px;
    right: 20px;
	z-index:0;
}

.approve_btn a {
    color: #fff !important;
    background: #f05455 !important;
    border: 1px solid #f05455 !important;
    border-radius: 3px !important;
    padding: 0px 14px !important;
    line-height: 35px;
    box-shadow: none;
    min-width: auto;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Palanquin Dark', sans-serif;
}

.approve_btn a.active:hover ,
.approve_btn a.active {
	color:#fff !important;
    background: #bbb  !important;
    border: 1px solid #bbb !important;
}

.approve_btn .stream-status {
	display:none;
}

.approve_btn .active + .clearfix + .stream-status {
	display:block;
}

.approve_btn {
    position: absolute;
    z-index: 50;
}


.approve_btn a:hover {
    border-radius: 3px !important;
    color: #fff !important;
    padding: 0px 14px !important;
    background: #d23536 !important;
    border: 1px solid #d23536 !important;
    line-height: 35px;
    box-shadow: none;
    min-width: auto;
    font-size: 12px;
    letter-spacing: 0;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 3px 5px;
}

#followTopic strong {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    top: 3px;
    padding-right: 8px;
}

.featured {
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #f7c307 #fff;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -1px;
	left: -1px;
}

.featured i {
	display:none;
}


/* Layout rows
-------------------------------------------------- */

.btn-default:active,
.btn-default:active:hover,
.btn-default:focus,
.btn-default {
    color: #333;
    background-color: #f4f5f7 !important;
    border-color: #ddd !important;
}
.btn-default:hover {
    color: #333;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.btn-default:focus {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default .caret {
    border-top-color: #333;
}

.btn-primary {
	background:#0e356c;
	border:1px solid #0e356c;
}

.btn-primary:hover {
	background:#000;
	border:1px solid #000;
}

.btn-secondary2 {
	background:#00a0e4;
	border:1px solid #00a0e4;
	color:#fff;
}

.btn-secondary2:hover {
	background:#0b81b3;
	border:1px solid #0b81b3;
	color:#fff;
}

.btn-t-blue {
    color: white;
    background-color: #0C3243;
}
.btn-t-blue:hover {
    background-color: #0C3243;
}
.fill-width-row {
    padding: 10px 0 50px 0;
    width: 100%;
}
.gray-row {
    background-color: whiteSmoke;
}
.dark-gray-row {
    border-top: thin solid #555;
    background-color: #656565;
}
.dark-gray-row h5 {
    color: #fff;
}
.dark-gray-row a {
    color: #ccc;
}
.dark-blue-row {
    border-top: thin solid #555;
    background-color: #0C3142;
}
.dark-blue-row h5 {
    color: #fab23a;
}
.dark-blue-row a {
    color: #ccc;
}
.green-row {
    background-color: #C0E39A;
}
.white-row {
    background-color: #fff;
}
.row-header {
    padding-left: 30px;
    width: 100%;
}
.accordion-inner {
    color: #888;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 12px 20px 20px;
    margin-top: -16px;
}

/* Dynamic Boxes - mostly in right sidebar
-------------------------------------------------- */


/* topright sidebar */

.espot {
    background-color: #fff;
    margin-bottom: 31px;
}
.espot a {
    color: #13181B;
}
.espot-white {
    background-color: #fff;
    margin-bottom: 31px;
    border: thin solid #E3E3E3;
}
.espot-nav li {
    margin-left: 0px;
    padding: 2px 0 2px 90px;
}
.espot-nav li:hover {
    background-color: #f8f8f8;
}
.espot-nav-active {
    background-color: #f8f8f8;
}
.espot-title {
    margin-top: 0px;
    margin-bottom: 0px;
}
.post_holder {
    background-color: #FFF;
    border: thin solid #E3E3E3;
    padding: 15px 15px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: table;
	width:100%;
    margin-top: 15px;
}
.post_holder hr {
    margin: 10px 0 0 0px;
    padding: 5px 0 5px 0;
}
.post_holder a {
    color: #000;
}

#main_follow_topic h1 {
    color: #00A3E5;
    font-size: 37px;
    margin: 0 0 15px;
    font-weight: 400;
}

#conversation-holder-0 blockquote {
    background: #e5e5e5;
    border: none;
    padding: 8px 5px 1px !important;
    border-radius: 3px;
    color: #000;
}

#conversation-holder-0 .media-body {
    font-size: 12px;
}

#conversation-holder-0 blockquote a {
	color:#000;
}

/* ALTERNATE ALERTS
-------------------------------------------------- */

.alert-dark-gray {
    color: #ccc;
    border-top: thin solid #555;
    background-color: #656565;
}
.alert-bright-blue {
    color: #fff;
    border-top: thin solid #0092d2;
    background-color: #00a5ed;
}
.alert-bright-purple {
    color: #fff;
    border-top: thin solid #83008e;
    background-color: #9500a0;
}
.alert-gray {
    color: #333;
    border: thin solid #ddd;
    background-color: whiteSmoke;
}
.alert {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.well {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* FORM
-------------------------------------------------- */

.comment_box {
    color: #999;
    font-size: 14px;
}

/* GRAPHS
-------------------------------------------------- */

.graph {
    border: none;
}

/* ACCORDIAN COLORS
-------------------------------------------------- */

.accordion-toggle {
    color: #333;
    background-color: #eee;
}

/* Random styles
-------------------------------------------------- */

.timestamp {
    color: #999;
    font-size: 12px;
}

/* for responsive iframes */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Random styles
-------------------------------------------------- */

.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.absolute {
    position: absolute;
}
.padding {
    padding: 20px;
}
.table {
    display: table;
    background-color: none;
}
.no-padding ,
.no-margin {
    padding: 0px !important;
}
.no-margin-right {
    padding-right: 0px !important;
}
.low-margin {
    margin-left: 5px !important;
}
.social_icons {
    width: 40px;
}

.page-header {
    margin: 40px 0 20px;
    border-bottom: none;
    display: block;
}

.big_stats {
    font-size: 25px;
}
blockquote {
    background-color: white;
}
.highlight {
    background: #ffff99;
    color: #000000;
}
.dropdown {
    list-style-type: none;
}
.info-tooltip {
    color: #5A5A5A;
}
.scrollup {
    display: none;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-indent: -9999px;
    background: url(../icons/misc/icon_top.png) no-repeat;
    z-index: 77777;
}
.media-body {
    text-align: left;
    padding-left: 12px;
}
.media-links {
    text-transform: uppercase;
    color: #888;
    font-size: 10px;
    line-height: 14px;
    display: table;
    padding: 0px 0px 5px 0;
    width: 100%;
    margin-top: 15px;
    position: relative;
}

#datepicker {
    z-index: 999;
}
.no-bullets {
    margin-left: 0px;
    list-style: none;
}
.hiding {
    display: none;
}
.truncated {
    overflow: hidden;
    text-overflow: ellipsis;
    /* this works with IE, Safari and Chrome */
    white-space: nowrap;
    /* -moz-binding: url('/ellipsis.xml#ellipsis'); /* this is a Firefox hack */
}
.red-text {
    color: #ec1818;
}
.green-text {
    color: #008000;
}
.text-align-left {
    text-align: left;
}
.background-green {
    background-color: #5cd538;
}
.background-red {
    background-color: #ec1818;
}
.circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 15px;
    height: 15px;
    display: block;
    margin: 0 auto;
}
.socialiconsresponsive {
    display: inline-block;
    margin-right: 20px;
}
.socialiconsblue a {
    color: #00A3E5 !important;
    text-decoration: none;
    font-size: 7px !important;
}

.socialiconsblue a:hover {
    color: #999 !important;
}



.btngrey, .btngrey:hover, .btngrey:focus, .btngrey:active { background-color: grey; border-color: grey; }
@media(max-width: 980px) {
    .socialiconsresponsive {
        margin-right: 5px;
    }
}

.loading-icon {
    color: #fff;
    padding: 10px;
    background: #17386d;
    float: none;
    width: 100%;
    margin-left: 0%;
    clear: both;
    border-radius: 5px;
    margin-bottom: 0px;
}

.bonfire-dropdown {
    position: relative;
    margin: -10px 10px 0px 0px;
    right: 121px;
}

.bonfire-dropdown2 hr ,
.bonfire-dropdown hr {
    margin: 4px 0 0 0px !important;
    padding: 5px 0 0px 0 !important;
}

.bonfire-dropdown .dropdown-menu {
    right: -4px;
    left: auto;
    top: 15px;
    min-width: auto;
}

@media(max-width: 980px) {
  .loading-icon {
    width: 100%;
    margin-left: 0%;
  }
}


.about-content  {
	padding:15px 30px 40px;
}

.about-content ul {
	margin-left:15px;
}

.about-content h2 {
	margin:20px 0 10px;
}


.accordion-toggle {
    border: 1px solid #e5e5e5;
    display: table;
    width: 100%;
    background: transparent;
    padding: 15px 15px;
    margin-bottom: 15px;
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
	line-height:20px;
}

.accordion-inner {
	color:#888;
	margin-bottom:20px;
}

.discover-tribe-results {
	padding:10px 0 20px;
    width: 100%;
    list-style: none;
    border: none;
    padding: 0;
    box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.07);
	margin-bottom:30px;	
	position:relative;
}

.discover-tribe-results .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 3px;
    padding: 6px !important;
    font-size: 10px !important;
    z-index: 77;
    color: #fff !important;
	background: #00A3E5 !important;
}

.discover-tribe-results .thumbnail div {
    padding: 0 15px 10px;
    font-size: 12px;
	color:#000;
}

.discover-tribe-results .thumbnail div i {
    color: #999;
}

.discover-tribe-results .thumbnail div h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
}


.thumbnail a > img, .thumbnail > img {
    margin-right: 0;
    margin-left: 0;
	width:100%;
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0;
	min-height:111px;
}

#cat_selector:focus {
    background: #00A3E5;
}

.open #cat_selector ,
#cat_selector:hover {
	background:#222;
}

.section-head {
    text-transform: uppercase;
    padding-bottom: 0px;
    margin: 0;
}


.post_holder img {
    max-width: 75px;
    position: relative;
    top: 10px;
    margin-right: 0;
}

.post_holder form {
    padding: 0;
    display: block;
}

.post_holder form select {
    padding: 10px 15px !important;
    border: 1px solid #ddd;
    height: auto;
}

.post_body_expanded select {
	margin-top:20px;
}

.post_holder form textarea {
	padding:15px 15px !important;
	border:1px solid #ddd;
}

.post_avatar + .col-md-8 {
	padding-left:0px;
}

.form-control {
    height: 50px;
    padding: 6px 20px !important;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.input-group[class*=col-] {
    float: left;
}

form .btn.btn-primary:focus, form .btn.btn-primary {
    background: #5cd538;
    border: none;
    height: 40px;
    width: 100%;
    outline: 0 !important;
    padding: 0 25px !important;
    font-family: 'Palanquin Dark', sans-serif;
    margin: 0;
}

form .btn.btn-default:focus, form .btn.btn-default {
    background: #fff;
    border: 1px solid #ddd;
    height: 40px;
    width: 100%;
    outline: 0 !important;
    padding: 0 25px !important;
    font-family: 'Palanquin Dark', sans-serif;
    text-transform: uppercase;
}

form .btn.btn-default:hover, form .btn.btn-default:hover {
    background: #e5e5e5;
}

form .post_holder .btn-link {
    border: 1px solid #ddd;
    color: #666;
}

form .post_holder .btn-link {
    background: #000;
	color:#fff;
}

form .btn.btn-primary:hover {
    background: #000;
	color:#fff;
}

#myTabContent {
    border: thin solid #DDD;
    margin-top: 0;
    padding: 24px 24px 30px;
    line-height: 24px;
	overflow:visible;
}

/*

#myTabContent .fa-twitter {
	background:#1DA1F2;
}

#myTabContent .fa-facebook {
	background:#3B5998;
}

#myTabContent .fa-linkedin {
	background:#0077B5;
}

#myTabContent .fa-link {
    font-size: 12px;
    width: 19px;
    padding-left: 2px;
}

#myTabContent .fa-linkedin, #myTabContent .fa-facebook, #myTabContent .fa-twitter {
    width: 16px;
    height: 16px;
    text-align: center;
    border-right: 0;
    margin-right: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    margin-right: 4px;
}

*/

.fa-rss {
	color:#FF9900 !important;
}

.pinstripe2 {
	padding-top:25px;
}

#tribal-stream-tabs li {
	margin:0;
}

#tribal-stream-tabs li a i {
    color: #00A3E5 !important;
    margin-right: 3px;
}

#tribal-stream-tabs > li > a {
    position: relative;
    display: block;
    padding: 13px 12px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0;
    border-radius: 0;
    font-family: 'Palanquin Dark', sans-serif;
    letter-spacing: 0;
    border: 1px solid #ddd;
    margin-right: -1px;
    margin-bottom: -1px;
    text-shadow: none;
	background:transparent;
}

#tribal-stream-tabs > li > a:hover ,
#tribal-stream-tabs > li.active > a {
    background: #00A3E5;
    color:#fff !important;
    border:1px solid #00A3E5;
}

#tribal-stream-tabs > li a:hover i ,
#tribal-stream-tabs > li.active > a i {
	color:#fff !important;
}

#tribal-stream-tabs {
    margin-top: 45px !important;
    margin-bottom: 0px;
    border-bottom: none;
}

.tribal-stream-tabs {
    padding: 40px;
    border: 1px solid #e5e5e5;
}

.tribal-stream-tabs .legend {
    padding: 0 0 10px;
    margin-bottom: 25px;
    font-size: 21px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    display: block;
    width: 100%;
    color: #222;
}

.tribal-stream-tabs .subtitle {
    margin-bottom: 25px; 
	margin-left:5px; 
	font-size: 17px; 
	font-weight: 600; 
	display: block; 
	width: 100%; 
	color: #222;
}

.tribal-stream-tabs .subtitle-small {
   float:left; 
   font-size: 15px; 
   font-weight: 600; 
   color: #222; 
   padding:8px; 
   padding-left:5px;
}

/* in case you want to make the "share frequnecy" drop-down menu in my social networks tab a drop-up */

/*.dripfrequency-select .nice-select.open .list  {
   top: auto !important;
   bottom: 44px !important;
   position:absolute;
   -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out !important;
   transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out !important;
}

.dripfrequency-select .nice-select .list {
transition:none !important;
}*/
/* made LinkedIn "share frequnecy" drop down as a drop up menu. */
.dripfrequency-select-li .nice-select.open .list  {
   top: auto !important;
   bottom: 44px !important;
   position:absolute;
   -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out !important;
   transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out !important;
}

.dripfrequency-select-li .nice-select .list {
transition:none !important;
}

.tribal-stream-tabs .dripfrequency {
   padding:11px; 
   padding-left:0px; 
   font-family: 'Varela', sans-serif; 
   text-transform: none;
   font-size: 17px; 
   font-weight: 600; 
   display: block; 
   width: 100%; 
   color: #222;
}

.tribal-stream-tabs .dripfrequency-select {
   width:60%; 
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class="dripfrequency-select"] {
        width: 100% !important;
    }
}

.tribal-stream-tabs .tribe-hyperlink {
	padding-left:10px; 
	padding-top:7px; 
	display:inline-block;
}

.tribal-stream-tabs .info {
   display:inline-block; 
   width:100%; 
   padding-top:3px
}

.tribal-stream-tabs label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: none;
    color: #555;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.user-name {
	float:left;
	clear: left;
}

.dripfrequency-tooltip {
	padding-left:3px;
	vertical-align: middle;
}

.accounts-table {
	overflow-x: visible;
}

.share-freq .popover {
 	border-radius:0 !important;
 	box-shadow:0 2px 10px rgba(90,90,90,.1) !important;
 	border-color: rgba(0,0,0,.2) !important;
 	min-width:80px;
 	text-align:center
 }
 .share-freq .popover-content {
	padding: 4px 9px;
	font-size:9pt;
	color:#888 !important;
 }
#vanityUrl {
    margin-top: 15px;
    display: table;
    font-size: 12px;
}

.tribal-stream-tabs .thumbnail {
    overflow: hidden;
}

#networks .btn-primary,
#blogs .btn-primary {
    color: #fff;
    background-color: #00A3E5;
    border: none;
    text-transform: uppercase;
    padding: 10px 16px;
    margin-bottom: 16px;
    font-size: 12px;
}

#networks .btn-primary:hover,
#blogs .btn-primary:hover {
    color: #fff;
    background-color: #2A92BC;
    border: none;
    text-transform: uppercase;
    padding: 10px 16px;
    margin-bottom: 16px;
    font-size: 12px;
}


#blogs .btn-link {
    border-radius: 3px;
    margin: 0 5px 0 0 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 15px;
    color: #333;
    background-color: #fab23a;
    -webkit-box-shadow: 0 0 32px rgba(21,64,115,.24);
    -moz-box-shadow: 0 0 32px rgba(21,64,115,.24);
    box-shadow: 0 0 32px rgba(21,64,115,.24);
    border: 2px solid #f1b537;
    background-image: -webkit-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -moz-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -o-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -ms-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: linear-gradient(to top, #eeb00e, #fed201 54%, #ffd41c);
    text-transform: uppercase;
    color: #17386d;
    font-size: 13px;
    letter-spacing: 0 !important;
    font-family: 'Palanquin Dark', sans-serif;
}

#blogs .btn-link i {
	color:#17386d;
}

#blogs .btn {
    display: inline-block;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#blogs .btn-toolbar {
    margin-top: 10px;
}

#networks .btn-success {
    width: 224px;
    text-align: center;
}

#networks h2 {
    margin-bottom: 15px;
    font-weight: 600;
}

#networks h2 + p ,
#networks h2 + p + p ,
#networks h2 + p + p + p {
    font-size: 13px;
    line-height: 23px;
}

.tribal-stream-tabs .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
	width:200px;
}

#stream form .btn.btn-primary ,
#import form .btn.btn-primary {
    margin-left: 0;
	margin-top:15px;
}
.nice-select .list {max-height:185px !important;}
/*.tribal-stream-tabs .panel-default>.panel-heading {
    background-color: #fff;
    border-color: #ddd;
    color: #00A3E5;
    padding: 15px;
}

.tribal-stream-tabs .panel-default>.panel-heading h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
*/
#email button {
	height:50px;
}

#account-leave .radio {
    display: block;
    margin-left: 18px;
    margin-bottom: 13px;
    font-size: 13px;
    font-weight: 600;
}

#account-leave .radio input[type=radio] {
    margin-top: 0;
}

#account-leave .btn-primary {
    color: #fff;
    background-color: #00A3E5;
    border: none;
    text-transform: uppercase;
    padding: 10px 16px;
    margin: 0px;
    font-size: 12px;
    letter-spacing: 1px;
}

.search-results-elements a {
    width: 25%;
    float: left;
    padding: 20px;
}

.search-results-elements a h5 {
    font-weight: 600;
    color: #000;
    padding: 15px;
    background: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500 !important;
    text-align: center;
}

.espot2 {
    border: 1px solid #e5e5e5;
}

.espot2 h2 {
    margin: 10px 0 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
}

.nav-pills .dropdown-toggle {
	color:#fff;
}

.nav-pills .dropdown-toggle .caret {
    margin-left: 28px;
}

.nav-pills .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success {
	background:#58b24c;
	border-color:#58b24c;
}

.btn-info {
	background:#eeeeee;
	border-color:#e5e5e5;
}

.btn-info:hover {
	background:#e5e5e5;
	border-color:#e5e5e5;
}

.btn-warning {
	background:#fab23a;
	border-color:#fab23a;
}

.btn-warning:hover {
	background:#eba023;
	border-color:#eba023;
}

.navbar-fixed-top .pull-right > .dropdown-menu {
    right: auto;
    left: 0;
    top: 120%;
}

.tribe-tab #myTab li {
    width: 50%;
    margin: 0 !important;
    border: 1px solid #ddd;
    border-bottom: none;
    height: 48px;
    text-align: center;
    line-height: 48px;
}

.tribe-tab .nav-tabs {
    border: none;
}

.tribe-tab .nav-tabs>li.active>a, .tribe-tab .nav-tabs>li.active>a:focus, .tribe-tab .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: none;
}

.tribe-tab .nav-tabs>li>a {
    margin-right: 0;
    line-height: 26px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    font-weight: 700;
}


#members .table>tbody>tr>td,
#members .table>tbody>tr>th, 
#members .table>tfoot>tr>td, 
#members .table>tfoot>tr>th, 
#members .table>thead>tr>td, 
#members .table>thead>tr>th,

.tribe-tab .table>tbody>tr>td,
.tribe-tab .table>tbody>tr>th, 
.tribe-tab .table>tfoot>tr>td, 
.tribe-tab .table>tfoot>tr>th, 
.tribe-tab .table>thead>tr>td, 
.tribe-tab .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

#members .label-success,
.tribe-tab .label-success {
    background-color: #5cd538;
    text-transform: uppercase;
    padding: 5px 11px 3px;
    line-height: 15px;
    font-weight: 600;
    font-size: 10px;
}

#members .table>tbody>tr>td a,
.tribe-tab .table>tbody>tr>td a {
    line-height: 30px;
}

#members .no-image30 ,
.tribe-tab .no-image30 {
    font-size: 30px;
    text-align: center;
    width: 30px;
    border: 1px solid #ddd;
    margin-top: -8px;
    position: relative;
    top: 7px;
}

.tribe-tab {
    position: relative;
    left: 0;
    display: table;
    margin: 0;
    width: 100%;
}

.tribe-tab2 {
    border: none !important;
    padding: 10px 0 0 !important;
}

.btn-primary {
    background: #17386d;
    border: none;
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #000;
}

.btn-primary.btn-xs {
    font-weight: 600 !important;
    font-size: 12px;
    padding: 8px 15px 5px;
}

.tribe-tab2-main > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    padding: 11px 15px;
    margin-bottom: -1px;
}

.tribe-head {
	margin:-30px 0 50px;
}

.tribe-head h1 {
	margin:0 0 20px;
}

.tribe-head p {
    line-height: 24px;
}

#invitations_sidebar h2 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    font-weight: 700;
}

#invitations_sidebar h2 i {
	margin-right:5px;
}

#invitations_sidebar .btn-sm {
    margin: 0 5px 5px 0 !important;
    top: 0 !important;
    padding: 8px 13px;
    min-width: auto;
    font-size: 11px;
}

.btn-danger {
    background-color: #e3524d !important;
    border: 1px solid #e3524d;
	text-transform:uppercase;
	border-radius:5px !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e3524d !important;
    border: px solid #e3524d ;
}

.text-capitalize {
    text-transform: capitalize !important;
}

#invitations_sidebar .media-heading a {
    font-size: 21px;
    margin: 0px 0 -20px;
}

.input-group-addon {
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #00A3E5;
    border: none;
    border-radius: 4px;
}

.notification .post_body_expanded h3 {
	margin: 2px 0 6px;
    font-weight: 600;
}

.inbox .post_holder {
    width: 100%;
    padding: 0 0 0 30px;
}

.blue {
	color:#00A3E5;
}

.faq-title {
	margin:-5px 0 17px;
}

.post_view_count + hr {
	border:none;
}

.user-plan-limits {
	color:#000 !important;
	background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
	font-weight:bold;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	padding: 15px !important;
}

.list-group-item {
	color:#666 !important;
    border: 1px solid #e5e5e5;
}

.list-group-item.active ,
.list-group-item.active:hover {
    color: #fff !important;
}

.list-group-item:hover {
	color:#333 !important;
}
	
.list-group-item i {
    width: 20px;
    color: #333;
    font-size: 13px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn-lg {
    padding: 15px 30px;
}

.btn-md {
    padding: 12px 25px;
    min-width:150px;
}

.btn-sm {
    padding: 10px 20px;
    min-width:120px;
}

.btn-secondary {
    background-color: #fab23a;
	
    /* background-image: -webkit-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -moz-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -o-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: -ms-linear-gradient(bottom, #eeb00e, #fed201 54%, #ffd41c);
    background-image: linear-gradient(to top, #eeb00e, #fed201 54%, #ffd41c); */
    border: 2px solid #fab23a;
    text-transform: uppercase;
    color: #17386d !important;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    font-family: 'Palanquin Dark', sans-serif;
	transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

.btn-secondary:hover {
	text-decoration:none;
	background-color: #db992a;
    border: 2px solid #db992a;

	/*background: -moz-linear-gradient(top,  #eeb00e 0%, #fed201 54%, #ffd41c 100%); 
	background: -webkit-linear-gradient(top,  #eeb00e 0%,#fed201 54%,#ffd41c 100%); 
	background: linear-gradient(to bottom,  #eeb00e 0%,#fed201 54%,#ffd41c 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb00e', endColorstr='#ffd41c',GradientType=0 ); */
	transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

#accordion.panel-group .panel {
    border-radius: 0px;
	margin-bottom:15px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}

#accordion .panel-body {
    padding: 15px 20px 20px;
}

#accordion .panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #e5e5e5;
	padding:0;
}

#accordion .panel-default > .panel-heading h4 a {
    display: table;
    width: 100%;
    padding: 15px 40px 15px 15px;
    font-size: 14px;
    text-transform: uppercase;
	line-height:20px;
	position:relative;
}

#accordion .panel-default > .panel-heading h4 a {
	color:#00A3E5;
}

#accordion .panel-default > .panel-heading h4 a.collapsed {
	color:#333;
}

#accordion .panel-default > .panel-heading h4 a:after {
    content: "\f0d8";
    font-family: 'FontAwesome';
    float: right;
    color: #aaa;
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

#accordion .panel-default > .panel-heading h4 a.collapsed:after {
    content: "\f0d7";
}

#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e5e5e5;
}

#accordion .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #e5e5e5;
}

.post_holder.post_holder_expand .post_body {
	min-height:120px;
	max-height:none;
}

.post_holder.post_holder_expand ,
.post_holder.post_holder_expand:hover {
	box-shadow: 0 4px 13px rgba(0,0,0,0);	
    border: 1px solid #e5e5e5;
}

.post_holder_expand .post_stats {
    border-bottom: 1px solid #e3e3e3;
}

.post_stats .btn-group > .btn ,
.post_stats .btn-group > .btn:hover ,
.post_stats .btn-group > .btn:focus {
    position: absolute;
    right: -18px;
    width: 19px;
    padding: 3px 5px;
    top: -4px;
	z-index:44;
	background:transparent;
	border:1px solid #ddd;
}

.post_stats .btn-group > .btn:hover ,
.post_stats .btn-group > .btn:focus {
	border:1px solid #e5e5e5;
}

.post_stats .btn-group .dropdown-menu {
    right: -18px;
    left: auto;
    top: 15px;
    float: right;
}

.post_holder .btn-link {
    font-family: 'Palanquin Dark', sans-serif;
    border: 1px solid #ddd;
    padding: 6px 16px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #666;
}

#sharebtn {
	padding-top:15px;
}

#sharebtn #sharebtn {
	padding-top:0px;
}

.campaign-form-area legend {
	padding-bottom:15px !important;
}

.campaign-form-area legend strong {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    color: #00A3E5;
    margin-bottom: 25px;
}

.campaign-form-area legend strong a ,
.campaign-form-area legend strong a:focus {
    color: #00A3E5;
}

.campaign-form-area legend strong a:hover {
	text-decoration:underline;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-family: 'Palanquin Dark', sans-serif;
    color: #555;
    font-size: 12px;
    line-height: 20px;
}

.campaign-form-area textarea { resize:vertical; } 

span.symbol {
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    line-height: 45px;
}

.campaign-form-area form .thumbnails {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

.campaign-form-area form .thumbnails .no-image {
    font-size: 80px;
	color:#ccc;
}

.no-padding {
	padding:0;
}

.members .thumbnail {
	border: none;
	padding: 0;
	background: #fff;
	border-radius: 0px;
	box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.07);
}

.search-form-wrap {
    border: 1px solid #e5e5e5;
    padding: 25px;
}

.search-form-wrap h1 {
    text-transform: capitalize;
    font-size: 36px;
    text-align: center;
    margin: 0 0 25px;
    letter-spacing: -1px;
}
.search-form-wrap input {
    width: 80%;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    height: 65px;
    padding: 0 20px !important;
    float: left;
    font-size: 17px;
    font-weight: 300;
}

.search-form-wrap button {
    width: 20%;
    border: 1px solid #224073;
    border-radius: 0px;
    background: #224073;
    float: left;
    height: 65px;
    color: #fff;
    font-size: 33px;
}

.search-form-wrap button:hover {
    border: 1px solid #00A3E5 ;
    background: #00A3E5 ;
}

.yellow {
	color:#fab23a;
}

.post_body_expanded {
	color:#666;
}

.notifications .post_holder ,
.inbox .post_holder {
	border:1px solid #e5e5e5;
    box-shadow: 0 4px 13px rgba(0,0,0,0);
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

.notifications .post_holder {
    padding: 25px 15px;
}

.notifications .post_holder:hover ,
.inbox .post_holder:hover {
	border:1px solid #eee;
    box-shadow: 0 4px 13px rgba(0,0,0,0.15);
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

.modal-footer {
    padding: 0 !important;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.modal-footer .btn {
    text-transform: uppercase;
    font-family: 'Palanquin Dark', sans-serif;
    padding: 0px 14px !important;
    line-height: 35px;
    box-shadow: none;
    min-width: auto;
    font-size: 12px;
    letter-spacing: 0;
	margin-bottom:5px !important;	
}

#EmpQueueModal .btn, #DelPostModal .btn, #DelBlogModal .btn {
    margin-top: 5px;
}

#EmpQueueModal .modal-footer, #DelPostModal .modal-footer, #DelBlogModal .modal-footer {
    padding-right: 5px !important;
}

/*
#DelBlogModal .modal-footer{
	margin-top: 5px;
}
*/
.modal-footer .btn-default{
	background-color: #e0e0e0 !important;
	border-color: #dbdbdb !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-transform: uppercase;
    font-weight: 600 !important;
    text-align: center;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none !important;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-body .alert {
    margin: 5px 0;
}

.nice-select.open .list {
    max-height: 287px;
    overflow: auto;
    overflow-x: hidden;
}

.btn-social {
    font-family: 'Palanquin Dark', sans-serif;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 11px;
    padding: 8px 8px;
}

.btn-social i {
    margin-right: 0;
    border-right: none;
    padding-right: 8px;
    font-size: 18px;
    margin-top: -2px;
    position: relative;
    top: 2px;
}

.btn-twitter {
    background: #1DA1F2;
}

.btn-facebook {
    background: #3B5998;
}

.btn-linkedin {
    background: #0077B5;
}

textarea.form-control {
    height: 90px;
    margin-bottom: 10px;
}

.post_holder form textarea {
    padding: 15px 15px !important;
    border: 1px solid #ddd;
    height: 150px !important;
}

.modal-title,
.faq-title,
.tab-content h2 ,
.tab-content h3 {
	color:#17386d;
}

.checkbox {
	position:relative;
}

.checkbox input[type="checkbox"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}

.checkbox input[type="checkbox"]+ span {
    border: 1px solid #d5d5d5;
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 12px;
    font-size: 9px;
    padding-left: 2.5px;
    position: absolute;
    left: 0;
    top: 6px;
    color: #fff;
    border-radius: 3px;
	transition:.3s;
	-webkit-transition:.3s;
	-moz-transition:.3s;
}

.checkbox input[type="checkbox"]:checked + span {
    color: #666;
	transition:.3s;
	-webkit-transition:.3s;
	-moz-transition:.3s;
}

a , div {
	outline:none !important;
}

.bonfire-single.col-md-11 {
    width: 91.66666667% !important;
}

.post_holder .post_avatar_sub img {
    max-width: 53px !important;
}

.no-padding-left {
	padding-left:0px;
}

.no-padding-bottom {
	padding-bottom:0px;
}

.post_body_expanded h3 small {
    text-transform: uppercase;
    font-size: 10px;
    font-family: Varela;
    letter-spacing: 1px;
    position: relative;
    top: -5px;
    float: right;
    right: 15px;
    color: #999 !important;
    padding-right: 35px;
}

.bonfires.expand .post_body {
    font-size: 14px;
    padding-bottom: 30px;
    color: #777;
    height: 100%;
    max-height: 97px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 49px;
}

.bonfires.expand .expand-post.full .post_body {
    padding-right: 0px;
    height: 100%;
    max-height: 10000px;
    text-overflow: inherit;
   white-space: inherit;
  -webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s; 
  transition: max-height 1s;
}

.bonfires.expand .expand-post .post_stats {
    border-bottom: none;
}

.bonfires.expand .expand-post.full .post_stats {
    border-bottom: 1px solid #e3e3e3;
}

.bonfire-dropdown2 {
    top: -45px;
}

.bonfire-single .sharebtn {
    padding: 0 0 25px;
    margin: -20px 0 0 0;
}

.expand-post .sharebtn {
    padding: 0 0 10px;
    margin: -20px 0 20px 0;
}

.expand-post.full .post_body {
	overflow:visible;
}

.expand-inner {
    width: 128%;
	opacity:0;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	transition-delay:0s;
}

.expand-post.full .post_body .expand-inner {
	opacity:1;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	transition-delay:.4s;
}

.bonfire-search{
	width:100%;
}

.bonfire-search-field{
	width:80% !important;
}

.bonfire-search-btn{
	width: 20%;
	height: 50px;
}

.nice-select {
	padding: 0 20px !important;
	margin-bottom: 20px;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #ddd !important;
	box-shadow:none !important;
}

.nice-select .list {
    box-shadow: 0 0 0 1px #ddd !important;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    color: #00A3E5;
}

.bonfires input,
.bonfires textarea {
    border: 1px solid #ddd !important;
    box-shadow: none !important;
}

.fa-user-plus {
    font-size: 35px;
    top: 5px;
    position: relative;
}

.get-started .input-group {
	display: inline-block;
}

.get-started form .btn.btn-primary:focus, .get-started form .btn.btn-primary {
    height: 50px;
}

#explore-holder {
	margin:0 0 0 -15px;
}

#explore-holder .btn-toolbar {
    margin-top: 22px;
}


.pricing h2 {
	color:#224073;
	font-size:44px;
}

.pricing h2 + p {
	color:#f85457;
}

.margin-no-left {
	margin-left:0px !important;
}

.pricing .panel-danger .panel-heading {
	background:#f85457;
}

.pricing .panel-info .panel-heading {
	background:#2bbfe8;
}

.pricing .panel-primary .panel-heading {
	background:#213f72;
}

.pricing .panel-heading {
    padding: 30px;
	border-radius:0px;
}

.pricing .panel-title {
    color: #fff;
}

.pricing .the-price h1 {
    font-size: 55px;
    margin: 40px 0 15px;
    color: #fff;
    font-family: Varela;
}

.pricing .the-price h1 span {
    font-size: 30px;
}

.pricing .the-price small {
    color: #fff;
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 11px;
}

.pricing .cnrflash-inner {
    background: #fab23a;
    border: none;
    color: #000;
    padding: 9px;
    font-family: 'Palanquin Dark', sans-serif;
    color: #224073;
    font-size: 19px;
}

.pricing .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
	border-radius:3px;
	overflow:hidden;
}

.pricing .panel-body {
    border: 1px solid #e5e5e5;
	border-top:none;
}

.pricing .panel-body ul {
	padding:0 40px 15px;
}

.pricing .panel-body ul li {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px;
}

.pricing .panel-body ul li:last-child {
    border-bottom: none;
}

.pricing .panel-body ul li a {
	color:#888;
}

.pricing .panel-body ul li small {
	color:#222;
}

.pricing .panel-body {
    padding: 15px 0 30px;
}

.tooltip-inner {
    background-color: #000;
    color: #fff;
	font-family:Varela;
	padding:15px 10px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
}

.popular {
    position: relative;
    top: -15px;
}

.sidemenu {
	padding-left:250px;
}

.side-navigation {
    background: #17386d;
    width: 250px;
    position: fixed;
    left: -260px;
    top: 0;
    height: 100%;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

.sidemenu .side-navigation {
    left: 0;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;

}

.side-logo {
	padding:20px 20px 50px;
}

.navbar-default {
    left: 0px;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

.sidemenu .navbar-default {
    left: 250px;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

body.menu2 {
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
}

.menu2 #global_nav_search {
	padding: 0 5px 0 15px !important;
	margin: 5px auto 0 !important;
	background: transparent;
	height: 56px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	display: table;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.side-ul {
	padding:0;
}

.side-ul li {
	list-style:none;
	margin:10px 0;
}

.side-ul li a {
    padding: 6px 20px;
    display: table;
    width: 100%;
	color:#999;
}

.side-ul li a:hover {
	background:#00A3E5;
	color:#fff;
}

.sn-close {
    color: #888;
    position: absolute;
    width: 20px;
    height: 10px;
    text-align: center;
    right: 0;
    display: table;
	cursor:pointer;
}

.sn-close:hover {
	color:#fff;
}

.sn-trigger {
    width: 60px;
    position: absolute;
    left: 0;
    height: 61px;
    top: 0;
    line-height: 60px;
    text-align: center;
    color: #bbb;
    font-size: 17px;
    border-right: 1px solid #e5e5e5;
	cursor:pointer;
	opacity:1;
	transition:.4s;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	
}

.sn-trigger:hover {
	color:#17386d;
}

.sidemenu .sn-trigger {
	opacity:0;	
}

.menu2 .wrapper {
	position:relative;
	overflow:hidden;
	width:100%;
}

.container {
    width: 100%;
    max-width: 1170px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
 /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

.tribal_stream_comments_timestamp {
	padding: 0 5px 0 5px;
}

.tribal_stream_comments_timestamp a i.fa-flag {
	color:#999;
}

.tribal_stream_comments_timestamp a:hover i.fa-flag {
	color:#000;
}

#search_btn {
	height: 27px;
	margin-top: 10px;
}

.padding-top-30 {
	padding-top:30px;
}

.nav-header {
	margin-left:10px !important;
}

.breadcrumb {
    margin: 15px 0 5px;
    padding: 0;
}

#sharebtn .btn-group:nth-child(2) {
	margin-left:10px;
}

.dropdown-toggle-alt {
	font-size: 8px !important;
}

.post_stats > .btn-group {
	position: relative;
	margin: -10px 10px 0px 0px;
	right: 0px;
}

.post_stats > .btn-group {
	position: relative;
	margin: -10px 10px 0px 0px;
	right: 0px;
}

.caret {
	margin-top:-1px;
}

.campaign-gi-1 {
	margin-top: -20px; 
	position: static; 
	border-bottom: none; 
	border-right: none; 
	border-left: none
}

.campaign-gi-2 {
	border-bottom: none; 
	border-right: none; 
	border-left: none
}

.campaign-gi-3 {
	border-bottom: none; 
	border-right: none; 
	border-left: none; 
	text-align: center;
}

.pricing .panel small {
	font-size:10px;
}

blockquote {
	padding:0px;
	margin-top: 10px;
}

.media.media-alt {
	border: none;
	margin-bottom: 12px;
}

.media-object-alt {
	width:30px;
	height:30px;
}

.espot-title.espot-title-alt {
	margin-bottom: 10px;
}

p.text-alt {
	font-size: 15px;
	width: 100%;
	text-align: left;
}

.media-object-alt2 {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.profile-info {
    background-color: #fff;
    margin: 0px;
    position: absolute;
    z-index: 55;
    border: none;
    opacity: 1;
    left: -23px;
    padding: 15px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.15);
}

.popover {
	min-width:250px;
}

.popover-title {
    font-size: 15px;
	text-transform:uppercase;
}

.popover-content {
	font-family:Varela;
	font-size:12px;
}

#global_sidebar h2 {
    font-size: 18px;
    margin: 0 0 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600 !important;
    clear: both;
    width: 100%;
    min-height: 22px;
}

.promote-modal .modal-body {
    padding: 25px 0 25px 25px;
}

.fancy-text {
    color: #11376a;
    font-family: Rochester;
    font-size: 70px;
    line-height: 37px;
    margin-top: 33px;
    font-style: italic;
    font-weight: bold;
	text-transform:none;
}

.fancy-text + p {
    color: #17386d;
    margin: 25px 0 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 400;
}

.promote-modal h2 {
    text-align: center;
    font-family: Varela;
    font-weight: bold !important;
    font-size: 18px;
    background: #2bbfe8;
    color: #fff;
    display: table;
    margin: 25px auto 15px;
    padding: 10px 23px;
    border-radius: 25px;
}

.promote-modal form input[type=submit] {
    background: #11376a;
    padding: 13px 22px;
    clear: both;
    margin: 10px auto 15px;
    color: #fecb3a !important;
    display: table;
    border-radius: 5px;
    font-size: 21px;
    line-height: 30px;
	border:none;
}

.promote-modal form input[type=submit]:hover {
    background: #fecb3a;
    color: #11376a !important;
}

.promote-modal p {
	color:#11376a;
}

.promote-img {
	max-width: 670px;
	margin: 0 auto;
	width: 100%;
}

.promote-modal .modal-content {
    overflow-x: hidden;
}

.modal-lg.promote-modal {
    width: 100% !important;
    max-width: 700px !important;
}

.learnmore {
	text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    margin-top: 7px;
    display: inline-block;
}

.stats-tabs h4.media-heading a {
    color: #000;
    font-size: 18px;
    text-transform: none;
}

.stats-tabs h4 + div {
    text-transform: none;
    font-size: 14px;
}

.stats-tabs h4 + div + .media-links i {
	font-style:normal;
}

.stats-tabs .media {
    border-bottom: 1px solid #eee;
    padding: 0;
}

.stats-tabs .media:last-child {
    border-bottom: none;
    padding: 0;
}

.stats-tabs .panel-actions-tabs {
    margin: 20px 0 0 0 !important;
}

.stats-tabs .panel-posts {
    background-color: white;
    padding: 5px 15px 10px 15px;
    margin-bottom: 15px;
    max-height: 295px;
    overflow: auto;
}

.stream_post .stats-hide {
    position: absolute;
    background: #bbb;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    right: 20px;
    top: 28px;
    cursor: pointer;
    transition: .3s;
    border-radius: 2px;
    z-index: 77;
}

.stream_post .stats-hide:hover {
    background: #888;
    color: #fff;
	transition:.3s;
}

.stats-tabs.act {
	display:block;
}	

.tsb-thumb {
	padding:0 0 0 20px;
}

.tsb-thumb a {
	display:table;
	width:100%;
	position:relative;
	background:#000;
}

.tsb-thumb a img {
	opacity: 0.8;
	width: 100%;
}

.tsb-thumb a i {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}

.margin-no {
	margin:0 !important;
}

.default-member hr {
    border-top: 1px solid #ddd;
    margin: 11px 0;
}

.default-member {
    background: #fff;
    padding: 7px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1), 0px 3px 7px rgba(0,0,0,0.15);
}

.default-member h3 {
	margin: 9px 0 13px;
    color: #00A3E5;
    font-size: 21px;
}

.navbar-default .nav> li> a {
	position:relative;
	z-index:7777;
}

.joyride-expose-cover {
    max-height: 212px;
}

.social-btns {
	margin-bottom:15px;
}

.social-btns a {
	width: 100%;
	display: table;
	padding: 7px 7px 7px 47px;
	position:relative;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 14px;
	text-align:center;
	transition:.4s;
}

.social-btns a i {
	position: absolute;
	left: 0;
	height: 38px;
	top: 0;
	width: 43px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	border-right: 1px solid rgba(255,255,255,0.5);
}

.sb-twitter {
	background: #1DA1F2;
}

.sb-twitter:hover {
	background: #1881C2;
}

.sb-facebook {
	background: #3B5998;
}

.sb-facebook:hover {
	background: #243F7A;
}

.sb-linkedin {
	background: #0077B5;
}

.sb-linkedin:hover {
	background: #074769;
}

#member_login legend {
    padding-bottom: 7px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Palanquin Dark', sans-serif;
}

#member_login .modal-body {
    padding: 23px 23px 28px !important;
    margin: 0;
}

.login-wrapper {
	position:relative;
}

.login-wrapper-left {
	width:33.333333%;
	position:fixed;
	background:#fff;
	height:100%;
	top:0;
	left:0;
	padding:20px 60px;
	text-align:center;
}

.login-wrapper-left p {
	font-size:15px;
	margin:35px 0 0;
}

.login-wrapper-left p a {
	color:#00A3E5;
	border-bottom:1px solid #00A3E5;
	transition:.4s;
	cursor:pointer;
}

.login-wrapper-left p a:hover {
	color:#000;
	border-bottom:1px solid #000;
}


.login-wrapper-left .social-btns {
    max-width: 270px;
    margin: 20px auto;
}

.login-wrapper-left h3 {
    font-size: 32px;
    margin: 20px 0 0;
}

.login-wrapper-left h3 + p {
	margin:30px 0 30px;
}

.login-wrapper-left h4 {
    font-size: 32px;
    margin: 20px 0 0;
}

.login-wrapper-left h4 + p {
	margin:18px 0 30px;
}

.login-wrapper-left .btn-success {
    min-width: 100%;
    height: 43px;
    line-height: 42px;
}

.login-wrapper-left .checkbox {
    padding: 0 33px;
    display: table;
    margin: 25px 0 10px;
    position: relative;
    top: 20px
}

.login-wrapper-left .checkbox label, .login-wrapper-left .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    top: -3px;
}

.login-wrapper-left .checkbox input[type=checkbox] {
    margin-top: 7px;
}

.login-wrapper-left .form-control {
    height: 47px;
    padding: 6px 20px !important;
    font-size: 14px;
    border: 1px solid #ddd;
    box-shadow: none !important;
}

.login-wrapper-left .form-control:focus {
    border: 1px solid #2bbfe8;
}

.login-wrapper-right img {
	margin-top:55px;
}

.login-wrapper-right h1 {
    font-size: 53px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 5px 5px rgba(0,0,0,0.42);
    line-height: 55px;
    margin: 22px 0 18px;
}

.login-wrapper-right p {
    color: #f1b50b;
    font-size: 21px;
    text-shadow: 0 5px 5px rgba(0,0,0,0.42);
    font-weight: 300;
    margin-bottom: 22px;
}

.login-div1 ,
.login-div2 ,
.login-div3 {
	opacity:0;
	visibility:hidden;
	transition:0.45s;
	top:45% !important;
}

.login-div1.active ,
.login-div2.active ,
.login-div3.active {
	top:50% !important;
	opacity:1;
	visibility:visible;
	transition:0.45s;
}

#profile.tab-pane, #email.tab-pane, #networks.tab-pane {
    overflow:hidden;
}

.login-wrapper-right {
	width:66.666666%;
	position:fixed;
	background:#143363 url(../../assets/img/login-img.jpg) no-repeat center;
	background-size:cover;
	height:100%;
	top:0;
	right:0;
}

.center-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	margin-top:-10px;
	left:0;
	right:0;
	padding:20px 60px;
}

.sticky {
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #f7c307 #fff;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -1px;
	left: -1px;
	transform: rotate(-90deg);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
}

/* #global_sidebar.visible {
	z-index:77; 
}*/

.sponsored {
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #00A3E5 #fff;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -1px;
	left: -1px;
	transform: rotate(-90deg);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), -1px 1px 1px rgba(0,0,0,0.1);
}
.more-comments {
    text-align: center;
    width: 100%;
	text-decoration:none;
}

.more-comments:hover {
	color:#00A3E5;
	text-decoration:none;
}

.welcome-tribes {
    border: 1px solid #ddd;
    padding: 29px;
    max-width: 340px;
    margin: 35px 0 30px;
    clear: both;
}

.welcome-tribes .btn-success {
    padding: 0 20px;
    min-width: auto;
}

.tab-content.no-login-tabs {
    padding: 30px 0 0;
}

.tab-content.no-login-tabs .post-child {
	position:relative;
    left: 11px;
}

.no-login-dropdown {
    float: right;
    margin: 0px 0 4px;
}

.no-login-dropdown .nav-pills .dropdown-toggle {
    color: #000;
    text-transform: none;
    font-size: 12px;
    box-shadow: none;
}

.no-login-dropdown .nav-pills .dropdown-toggle .caret {
    margin-left: 10px;
}

.tab-content.no-login-tabs .post-body h1 {
    padding-right: 0;
}

.inbox-dropdown .dropdown-menu ,
.notification-dropdown .dropdown-menu {
    padding: 0px;
    min-width: 320px;
    max-height: calc(100vh - 100px);
}

.inbox-dropdown .dropdown-menu ul ,
.notification-dropdown .dropdown-menu ul {
    padding: 20px 19px 10px !important;
    max-height: calc(100vh - 135px);
    overflow: auto;
    margin-bottom: 0px;
    display: inline-block;
	width:100%;
}

.inbox-dropdown .dropdown-menu li ,
.notification-dropdown .dropdown-menu li {
	list-style:none;
}

.sl-item {
	position: relative;
	padding-bottom: 0;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 22px;
	margin-bottom: 19px;
}

.notification-dropdown .dropdown-menu li + .text-center p ,
.inbox-dropdown .dropdown-menu li + .text-center p {
    margin: -10px 0 3px;
	font-size:12px;
}

.notification-dropdown .dropdown-menu li + .text-center p a ,
.inbox-dropdown .dropdown-menu li + .text-center p a {
	color:#aaa;
}

.notification-dropdown .dropdown-menu li + .text-center p a:hover ,
.inbox-dropdown .dropdown-menu li + .text-center p a:hover {
	color:#000;
}

.notification-dropdown.open > a .badge,
.inbox-dropdown.open > a .badge ,
.notification-dropdown > a .badge:hover,
.inbox-dropdown > a .badge:hover ,
.notification-dropdown > a:hover .badge,
.inbox-dropdown > a:hover .badge {
 background:#fff;
 color:#00A3E5;
}


.sl-item span {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: Tahoma;
	color: #aaa;
}

.sl-avatar {
	position: absolute;
	left: -22px;
}

.sl-item .icon {
	position: absolute;
	font-size: 29px;
	left: 0;
	top: 6px;
}

.sl-item .icon img {
    width: 30px;
    border-radius: 50%;
    margin-top: -3px;
}

.sl-item a {
    color: #00A3E5;
    word-break: break-word;
}

.sl-item .sl-content {
	margin-left: 20px;
}

.sl-item .icon i {
	font-size: 28px;
	top: 0;
}

.no-border {
	border:none !important;
}

.media-img {
	width: 64px;
	height: 64px;	
}

.margin-top-10 {
	margin-top:10px !important;
}

.margin-top-15 {
	margin-top:15px !important;
}

.margin-top-20 {
	margin-top:20px !important;
}

.margin-right-10 {
	margin-right:10px !important;
}

.margin-right-7 {
	margin-right:7px !important;
}

.margin-left-10 {
	margin-left:10px !important;
}

.margin-15 {
	margin: 15px 0 15px 0 !important;
}

.padding-left-15 {
	padding-left:15px !important;
}

.display-table {
	display:table !important;
}
	
.padding-top-10 {
	padding-top:10px !important;
}
	
.margin-less-2 {
	margin-top: -2px !important;
}

.margin-less-15 {
	margin-top: -15px !important;
}

.margin-less-20 {
	margin-top: -20px !important;
}


.media.media-div {
border: none;
margin-bottom: 12px;
}

.dd-img {
	width:20px;
	margin: 0px 9px 0 0; 
}

.tab-content.tab-div {
border-left: thin solid #ddd;
border-bottom: thin solid #ddd;
border-right: thin solid #ddd;
}

.form-group.form-item {
	margin-bottom: 10px;
	background-color:#f9f9f9;
}

.padding-bottom-5 {
padding-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom:10px;
}

.margin-bottom-15 {
	margin-bottom:15px;
}

.margin-bottom-20 {
	margin-bottom:20px;
}

.margin-less-55 {
	margin-top: -55px;
}

.anchor-div {
	position:absolute;
	display:table;
	margin-top: -60px;
}

.sep-ball {
	margin-left:12px;
	margin-top: -34px;
}

.hide-content {
	display:none;
}

.cke_button__justifycenter_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/justify/icons/justifycenter.png?t=E0LB);
background-position:0 0px;
background-size:16px;
}

.cke_button__justifyright_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/justify/icons/justifyright.png?t=E0LB);
background-position:0 0px;
background-size:16px;
}

.cke_button__justifyblock_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/justify/icons/justifyblock.png?t=E0LB);
background-position:0 0px;
background-size:16px;
}

.cke_button__outdent_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -456px;
background-size:auto;
}

.cke_button__indent_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -408px;
background-size:auto;
}

.cke_button__link_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -528px;
background-size:auto;
}

.cke_button__unlink_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -552px;
background-size:auto;
}

.cke_button__image_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -360px;
background-size:auto;
}

.cke_button__horizontalrule_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -336px;
background-size:auto;
}

.cke_button__source_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -840px;
background-size:auto;
}

.cke_button__scayt_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -888px;
background-size:auto;
}

.cke_button__maximize_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -672px;
background-size:auto;
}

.btn.auto-width {
	width:auto;
}

.stats-iframe {
width: 100%;
height: 400px;
border: none;
margin-left:0;
display: table;
min-width: 100%;
}

.stats-iframe2 {
	width: 630px;
	height: 400px;
	border: none;
	margin-left: 20px;
}

.conversation-holder-0 > h2 {
padding:0px 25px 0 0;
}

.conversation-holder-0 > h2 small {
font-size: 13px;
}

#conversation-holder-0 {
padding: 0 15px 0 0;
list-style: none;  
overflow:scroll; 
overflow-x: hidden; 
line-height: 19px;
}

.hr-sep {
	margin:8px auto;
}

.media-30 {
	width: 30px;
	height: 30px;
}

.media-64 {
	width: 64px;
	height: 64px;
}

.media-85 {
	width: 85px;
	height: 85px;
}

#tribes_assign_social_profiles h5 a {
    color: #000;
    text-transform: uppercase;
}

.auto-width {
	width:auto !important;
}

.follower-img {
	position:relative;
}

.follower-img:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 0;
	transition:.4s;
}

.follower-img .join {
    background: #d75452 !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    display: table;
    padding: 8px 13px !important;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Varela;
    font-weight: 400;
    border-radius: 3px;
    transform: translate(-50%,-250%);
    z-index: 55;
    opacity: 0;
    transition: .4s;
	font-style:normal;
}

.follower-img .join:hover {
    background: #000 !important;
}

.discover-tribe-results:hover .follower-img .join {
    transform: translate(-50%,-50%);
    opacity: 1;
	transition:.4s;
}
	
.discover-tribe-results:hover .follower-img:after {
    opacity: 0.6;
	transition:.4s;
}

.cke_button__bold_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -24px;
background-size:auto;
}

.cke_button__italic_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -48px;
background-size:auto;
}

.cke_button__strike_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -72px;
background-size:auto;
}

.cke_button__underline_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -144px;
background-size:auto;
}

.cke_button__removeformat_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -792px;
background-size:auto;
}

.cke_button__bulletedlist_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -600px;
background-size:auto;
}

.cke_button__numberedlist_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -648px;
background-size:auto;
}

.cke_button__blockquote_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/icons.png?t=E0LB);
background-position:0 -168px;
background-size:auto;
}

.cke_button__justifyleft_icon {
background-image:url(//triberr.com/lib/ckeditor/plugins/justify/icons/justifyleft.png?t=E0LB);
background-position:0 0px;
background-size:16px;
}

.bg-gray {
	background:#f5f5f5;
}

.margin-right-15 {
	margin-right: 15px;
}

.relative {
position:relative !important;
}

.fixed {
position:fixed;
}

.promote-modal .modal-content {
	width:100%;
	max-width:900px;
}

.no-padding-top {
	padding-top:0px;
}

.width_10 { width:10%;}
.width_20 { width:20%;}
.width_30 { width:30%;}
.width_40 { width:40%;}
.width_50 { width:50%;}
.width_60 { width:60%;}
.width_70 { width:70%;}
.width_80 { width:80%;}
.width_90 { width:90%;}
.width_100 { width:100%;}


.typo-medium {
	font-size:13px;
}

.margin-alt {
	margin: 3px 0 0 3px;
}

/* Make position: fixed for making live conversations sticky */
.sb-cta {
	position:relative;
	height:100%;
}

.gray-border {
border: thin solid #e5e5e5;
}

.btn.text-white {
	color:#fff;
}

.campaign-form-area h2.profile-name,
.tribal-stream-tabs h2.profile-name {
	margin: 5px 0 10px 5px;	
}

.page-header-alt {
margin: 20px 0px 30px 0px; 
border:none;
}

.media.media-comment {
	margin: 0px;
	padding: 15px 0 15px 0;
}

.no-margin-bottom {
margin-bottom:0px;
}

.no-margin-top {
margin-top:0px;
}

.fill-width-row.fill-row-alt {
	padding-bottom: 0px;
	padding-top: 26px;
}

.bw-color-photo-profile {
	width: 140px;
	margin: 7px 10px 7px 7px;
}

.btn-default-alt {
	margin-left: 10px;
	width:auto;
	line-height:40px;
}

.mytabcontent-alt {
	border-left: thin solid #DDD;
	border-right: thin solid #DDD;
	border-bottom: thin solid #DDD;
}

.white-row-table {
	padding:20px 10px;
	border: thin solid #e5e5e5;
}

button, div, a {
	outline:0 !important;
}

button:focus {
	box-shadow:none !important;
}

.nice-select {
    line-height: 50px;
}

.get-started-holder {
    padding: 15px 15px 20px;	
}

.media-left {
    float: left;
}

.media-right {
    float: right;
}

.bw-color-photo.bw-color-photo-profile {
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    top: 9px;
}

.media-links a {
    margin-bottom: 5px;
    display: inline-block;
}

.body-frame .readability {
    padding-right: 0;
    padding-left: 5px;
}

.protected #conversation-holder-0 {
    max-height: 330px;
}

.protected .post-avatar-div {
    left: -8px;
}

.tribe-tab table {
    width: 100%;
}

aside h4 {
	font-size:20px;
}

.aside-mob {
	position:relative;
}

.aside-mob .pull-right {
	padding:0px;
}

.aside-mob .dropdown-menu > li > a {
    background: transparent;
    border: none;
    padding: 7px 12px;
    border-bottom: 1px solid #e5e5e5;
}

.aside-mob .dropdown-menu li:last-child a {
    border-bottom: none;
}

.post_holder.post_holder_expand ~ form textarea {
    height: 70px !important;
}

#browse .large-boxes  a .btn {
    padding: 10px 15px;
}

.dropdown-custom.btn-group .btn-default {
    padding: 3px 5px;
    font-size: 9px;
    border-radius: 3px !important;
    color: #777;
    outline: 0 !important;
}


.dropdown-custom.btn-group .btn-default > .fa-cog {
    font-size: 13px;
    border-right: 1px solid #e5e5e5;
    padding-right: 6px;
    margin: -3px 4px 0 0;
    height: 18px;
    line-height: 21px;
    color: #aaa;
}
.aside-mob .relative {
    margin-bottom: 15px;
}

.modal-content .modal-footer  button.btn.btn-primary  {
    background: #224073 !important;
	margin-bottom:0 !important;
}

.modal-content .modal-footer  button.btn.btn-primary:hover  {
    background: #000 !important;
}

.discover-tribe-results div.col-xs-4 {
	padding:0 0 0 15px !important;
}

.discover-tribe-results div.col-xs-8 {
	padding:0 15px !important;
}

.carousel-inner img {
	width:100%;
}

.discover-tribe-results2 .show-xs {
	display:none;
}

.mob-conversations {
    background: #fff;
    position: fixed;
    top: 0;
    right: -500px;
    width: 100%;
    max-width: 500px;
    height: 100%;
    z-index: 777777777;
    padding: 20px;
	visibility:hidden;
	transition:.5s;
}

.mob-conversations.active {
    right: -0px;
	visibility:visible;
	transition:.5s;
}

.mob-conversations .conversation-holder-0 > h2 {
    padding: 0px 25px 0 0;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 19px;
}

.mob-conversations #conversation-holder-0 {
    max-height: calc(100vh - 80px);
}

.mc-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 10px;
	color:#ccc;
}

.mc-close:hover {
	color:#000;
}

#invitations_sidebar #auto-shares .media-heading ,
#invitations_sidebar #muted-member .media-heading {
    margin: -7px 0 0px;
}

#auto-shares .btn, #muted-member .btn {
    font-size: 11px;
    text-transform:none;
}

.button-text {
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    color: #000;
}

.mob-quarter .discover-tribe-results .thumbnail div h5 {
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.pinstripe {
    min-height: 240px;
}

.stream-aside-mob {
    margin: 0 0 -45px;
}

.left-menu .tab-content.tab-div {
    border-top: 1px solid #ddd;
}

#newTribeModal .nice-select.open .list,
#tribal_stream_settings .nice-select.open .list,
.tribal-stream-tabs #profile .nice-select.open .list {
    top: auto;
    bottom: 44px;
	width:100%;
}

#newTribeModal .nice-select.open .list {
	max-height:170px;
}

.get-started .btn-large {
	padding: 12px;
}

.dropdown-menu .badge {
	font-weight: 300;
	padding: 5px;
}

.profle-prime {
    color: #ff6600 !important;
    background: #17386d;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
	top:0;
    text-align: center;
    line-height: 29px;
}

.profle-prime i {
	font-size:16px !important;
}

#tribal_stream_settings form {
		overflow:hidden;
}

.bonfire-single-post .expand-inner {
    opacity: 1;
    width: 95%;
    margin-left: 5%;
}


.bonfire-single-post .expand-inner h3 {
    margin-top: 15px;
}

.bonfire-single-post .expand-inner h3 small {
	top:0;
}

.bonfire-single-post .expand-inner .post_avatar {
    padding: 5px 0 0 25px;
}

.bonfire-single-post .expand-inner .post_holder {
	border:1px solid #e5e5e5;
    box-shadow: 0 4px 13px rgba(0,0,0,0);
}

.bonfire-single-post .expand-inner .post_holder:hover {
	border:1px solid #eee;
    box-shadow: 0 4px 13px rgba(0,0,0,0.15);
}

.inbox.expand .expand-post.full .post_body {
    word-break: break-word;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

#tribes_assign .modal-content {
    max-height: 80vh !important;
}

.iframe-social > div {
    display:table;
    width:100%;
}

.iframe-social > div a {
    width:auto;
}

.modal#tribes_assign ,
.modal#tribes_assign_social_profiles {
    top: 0;
}

#tribes_assign .modal-content ,
#tribes_assign_social_profiles .modal-content {
    overflow: auto;
    overflow-x: hidden;
    max-height:85vh;
}

#tribes_assign .nice-select {
    width: 100%;
}

.tribal-stream-tabs .profile-name {
    position: relative;
    margin: 0;
    width: 100%;
    font-size: 20px;
	word-break:break-word;
}

.media-links a.hide-post {
    display: none;
}

.fnt-12 {
   font-size: 12px !important;
 }
 
 .background-yellow {
    background-color: yellow;
}
 
 .mytab-col8.own-profile + .col-md-4 {
	margin-top: -215px;
}
 
.scheduled-count {
	margin: 15px 0;
    text-align: center;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #029bf9;
    height: 55px;
    width: 65.8%;
}

.scheduled-count .btn-default{
	font-size:12px;
	font-family: 'Palanquin Dark', sans-serif;
	line-height:35px;
	padding:0 14px !important;
}
.scheduled-count .btn-default:hover{
	background-color:#f05455 !important;
	color:white;
	border: 1px solid #f05455 !important;
}


.scheduled-count-container{
	float:left; 
	height:100%; 
	text-align:center;
	padding-top:5px;
	color:white;
}
.profile-main .follow_blogger .pull-left {
	color:#000;
    position: absolute;
    background: #fff;
    float: none !important;
    right: -18px;
    padding: 15px 15px 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #000 !important;
    width:160px;
    margin-top:-75px;
	left:220px;
	top:7px;

}

.profile-main .follow_blogger .pull-left .checkbox {
    position: relative;
    bottom: 0px;
	display:block;
}

.profile-main .follow_blogger .pull-left label {
	color:#000;
}

.profile-main .follow_blogger .pull-left label .btn:hover ,
.profile-main .follow_blogger .pull-left label .btn:focus ,
.profile-main .follow_blogger .pull-left label .btn {
    margin-top: 8px;
    margin-right: 7px;
    margin-bottom: -3px;
    border-width: 1px;
    padding: 5px 13px;
}

.notification-dropdown > a .badge,
.inbox-dropdown > a .badge,
.notification-dropdown > a .badge:hover,
.inbox-dropdown > a .badge:hover,
.notification-dropdown > a:hover .badge,
.inbox-dropdown > a:hover .badge {
    background: #faca04 ;
    color: #17386d;
}

.notification-dropdown.open > a .badge,
.inbox-dropdown.open > a .badge,
.notification-dropdown > a .badge:hover,
.inbox-dropdown > a .badge:hover,
.notification-dropdown > a:hover .badge,
.inbox-dropdown > a:hover .badge {
    background: #fff;
    color: #00A3E5;
}

.body-frame .navbar-inverse {
	z-index:9999999999;
}

.body-frame .navbar-inverse .container {
	max-width:100%;
}

div.body-frame .stats-tabs-stream.stats-tabs #panel-posts {
    max-height: 67vh;
    border-bottom: 1px solid #ddd;
}

div.body-frame .stats-tabs-stream.stats-tabs #media-panel {
    max-height: 282px;
    overflow: auto;
    overflow-x:hidden;
}

div.body-frame {
    position: fixed;
    top: 0;
    right: -105%;
    bottom: 0;
    left: auto;
    margin: 0;
    padding: 0;
    width: 91%;
    background: #fff;
    z-index: 777777;
	transition:.5s;
	visibility:hidden;
}

div.body-frame.active {
    right: 0%;
    transition: .6s;
    visibility: visible;
    background: #fff !important;
}

div.body-frame .navbar-fixed-top {
    position: absolute;
}

.stats-overlay {
	background:#000;
     z-index: 777777;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	right:0;
	left:0;
	opacity:0;
	visibility:hidden;
	transition: .4s;
}

body.active {
	overflow:hidden;
}

body.active .stats-overlay {
	opacity:0.6;
	transition: .4s;
	visibility:visible;
}

div.body-frame .single-article {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 180px 0 50px;
    overflow: auto;
    overflow-x: hidden;
	z-index:0;
}

.single-article .readability h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 0;
}

.single-article .readability img {
    float: none !important;
    padding-left: 0;
    padding-bottom: 0;
    max-height: none;
    max-width: 100%;
    padding: 20px 0;
}

.single-article .readability,
.single-article .readability p {
    margin: 0 0 20px 0px;
    font-size: 14px;
    color: #555;
    line-height: 24px;
    word-break: break-word;
}

.single-article .readability h1 {
    margin:-10px 0 15px;
}

.single-article .readability h2 {
    margin-bottom:10px;
}

.single-article .readability h3 {
    margin-bottom:15px;
}

.single-article .readability ul {
    margin-left:15px;
    margin-bottom:15px;
}

div.body-frame .stream-single-close {
    width: 31px;
    height: 68px;
    position: absolute;
    cursor: pointer;
    left: -31px;
    top: 31px;
    text-align: center;
    background: url(../../assets/img/close.png) no-repeat center center transparent;
}

.loadPostLink em {
	font-style:normal;
}

div.body-frame .frame-carousel-wrap {
    top: 49px !important;
}

div.body-frame .iframe-comments .conversation-holder {
    max-height: 300px;
    overflow: auto;
	word-break: break-word;
}
div.stream_post .conversation-holder, #conversation-holder-0 {
	word-break: break-word;
	width: 75%;
}

@media only screen and (max-width: 768px) {
    #conversation-holder-0 {
        width: 98%;
    }
}

.single-article .readability img.alignright {
    float: right !important;
    margin-left: 30px;
    margin-bottom: 15px;
}

.single-article .readability img.alignleft {
    float: left !important;
    margin-right: 30px;
    margin-bottom: 15px;
}

.single-article #firstImage {
    float: left;
    padding-left: 0;
    padding-bottom: 20px;
    max-height: 460px;
	max-width:none !important;
    width: 100% !important;
}

.stream-body-img {
    max-height: 460px;
    overflow: hidden;
    display: block !important;
    max-width:100%;  
    width:auto !important;
}

.profile-main .thumbnails .checkbox {
    text-shadow: 0 0 3px rgba(0,0,0,.8);
}

.stream-post nav {
	overflow:hidden;
}

.stream-social {
    width: 100.25% !important;
}

.hide-post {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 3px 5px;
	line-height:15px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 12px;
    color: #ccc;
	cursor:pointer;
	opacity:0;
	transition:.3s;
}

.stream_post:hover .hide-post {
	opacity:1;
	transition:.3s;
}

.hide-post:hover {
    color: #666;
}
.prime-membership-detail { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background-color: #f5f5f5; border-color: #e5e5e5; border-image: none; border-style: solid; border-width: 1px 1px 0; color: #000 !important; font-size: 16px; margin-bottom: 0; padding: 15px !important;}
.prime-stripe-box { display:inline-block; margin:10px; }
.stream-post-inner .popover {
	border-radius:0 !important;
	box-shadow:0 2px 10px rgba(90,90,90,.1) !important;
	border-color: rgba(0,0,0,.2) !important;
	min-width:80px;
	text-align:center
}
.stream-post-inner .popover-content {
  padding: 4px 9px;
  font-size:9pt;
  color:#888 !important;
}

.prime-espots {
    border: thin solid #e5e5e5;
    height: 175px;
    margin-bottom: 20px;
    padding: 30px 25px 25px;
}
.btn-cancel-membership {
    background-color: rgb(133, 54, 36);
    border-radius: 5px;
    color: #ffffff !important;
    font-family: "Palanquin Dark",sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.prime-plan-limits-bg {
	background-color: #f5f5f5;
    padding: 10px;
}
.cancel-message-bg {
	background-color: rgb(252, 242, 159);
	padding: 10px;
}
.fnt-18 {
	font-size: 18px;
}
.circle-prime { float:right; margin:5px;}
.onoffswitch {
	position: relative; width: 100px; text-align: left;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
	font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "Yearly";
	padding-left: 12px;
	background-color: #17386D; color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "Monthly";
	padding-right: 8px;
	background-color: #17386D; color: #FFFFFF;
	text-align: right;
}
.onoffswitch-switch {
	display: block; width: 25px; margin: 4.5px;	background: #FFFFFF; position: absolute; top: 0; bottom: 0;	right: 66px; border: 2px solid #999999; border-radius: 20px; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
}
@media (min-width: 565px) {

.left-menu .responsive-tabs.nav-tabs > li > a {
    font-size: 12px;
}

  .responsive-tabs.nav-tabs span.glyphicon {
    display: none !important;
  }

}
  

.responsive-tabs.nav-tabs {
  position: relative;
  z-index: 10;
  height: 46px;
  overflow: visible;
  border-bottom: none;
}

.responsive-tabs.nav-tabs span.glyphicon {
    position: absolute;
    top: 18px;
    right: 17px;
    color: #fff;
    opacity: 0.6;
}

  .responsive-tabs.nav-tabs {
    border-bottom: 1px solid #ddd;
  }


.responsive-tabs.nav-tabs {
  position: relative;
  z-index: 10;
  height: 46px;
  overflow: visible;
  border-bottom: none;
}


@media (min-width: 565px) {
  .responsive-tabs.nav-tabs {
    border-bottom: 1px solid #ddd;
  }
}

  @media (max-width: 564px) {

  .joyride-tip-guide span.joyride-nub {
    left: auto !important;
    right: 10px !important;
}

#tribal-stream-tabs.responsive-tabs > li > a {
    font-size: 13px;
    padding: 14px;
    border: 1px solid #e5e5e5 !important;
}

}

.responsive-tabs.nav-tabs span.glyphicon {
    position: absolute;
    top: 18px;
    right: 17px;
    color: #fff;
    opacity: 0.6;
}


.responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
  display: none;
}

@media (min-width: 565px) {
  .responsive-tabs.nav-tabs span.glyphicon {
    display: none;
  }
}
.responsive-tabs.nav-tabs > li {
  display: none;
  float: none;
  text-align: center;
}
.responsive-tabs.nav-tabs > li:last-of-type > a {
  margin-right: 0;
}
.responsive-tabs.nav-tabs > li > a {
  margin-right: 0;
  background: #fff;
  border: 1px solid #DDDDDD;
}
@media (min-width: 565px) {
.responsive-tabs.nav-tabs > li > a {
    margin-right: 4px;
    font-size: 14px;
}

.stats-tabs .responsive-tabs.nav-tabs {
    height: 40px !important;
    border: none;
}

}
.responsive-tabs.nav-tabs > li.active {
  display: block;
}
.responsive-tabs.nav-tabs > li.active a {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
@media (min-width: 579px) {
  .responsive-tabs.nav-tabs > li.active a {
    border-bottom-color: transparent;
  }
}

@media (min-width: 565px) {
  .responsive-tabs.nav-tabs > li {
    display: block;
    float: left;
  }
}
@media (min-width: 990px) {
  .dropdown-plans .nice-select {
	 float: right !important;
	 width: 85%;
  }
  .dropdown-plans .awesome-plan-link {
	  margin-left: 20px;
    margin-top: -15px;
  }
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
  display: block;
}
@media (min-width: 565px) {
  .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: none;
  }

  
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
  display: none;
}
.responsive-tabs.nav-tabs.open > li {
  display: block;
}
.responsive-tabs.nav-tabs.open > li a {
  border-radius: 0;
}
.responsive-tabs.nav-tabs.open > li:first-of-type a {
  border-radius: 2px 2px 0 0;
}
.responsive-tabs.nav-tabs.open > li:last-of-type a {
  border-radius: 0 0 2px 2px;
}	


.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
}

.btn-group .btn-default,
.btn-group .btn-default:hover {
	border:1px solid #e5e5e5 !important;
	background:#fff !important;
}

.btn-group .btn-default .fa-cog, .btn-group .btn-default > .fa-globe ,
.btn-group .btn-default .fa-cog, .btn-group .btn-default > .fa-group ,
.btn-group .btn-default .fa-cog, .btn-group .btn-default > .fa-cog {
    margin: -3px 4px -4px 0 !important;
    height: 21px !important;
}

.btn-group .btn-default .fa-cog + .fa , .btn-group .btn-default > .fa-cog + .fa {
    position: relative;
    top: -1px;
}

.stats-tabs .responsive-tabs.nav-tabs span.glyphicon {
    top: 14px;
}

.stats-tabs .responsive-tabs.nav-tabs {
    width: 100%;
    max-width: 75%;
}


.tribe-tab + .pinstripe,
.tab-content + .pinstripe {
    background-image: url(../img/bgs/pinstripe.png);
    background-repeat: repeat-y;
    background-position: 26px 0px !important;
}

.stats-tabs .responsive-tabs.nav-tabs {
    height: 39px;
}

.no-login-tabs .media-heading {
    width: 100%;
}

.no-login-tabs .stream_post .loadPostLink {
    padding-right: 0px;
}

.loadPostLink em {
	font-style:normal;
}

#myTab > li.active > a {
	background:#fff !important;
	color:#000 !important;
}

.no-login-dropdown + .nav-tabs {
    border-bottom: thin solid #ddd;
    height: 42px;
}

.inbox  .col-sm-4.post_avatar  {
    position: relative;
    top: 6px;
}

.inbox  .col-sm-4.post_avatar  a {
    width: 64px;
    height: 64px;
    padding: 0;
	display:table;
	float:left;
}

.inbox  .col-sm-4.post_avatar i {
    float: left;
    line-height: 64px;
    left: 4px;
    position: relative;
    color: #ccc;
    font-size: 12px;
}

.inbox .col-sm-4.post_avatar a img {
    width: 64px;
    height: auto;
    top: 0;
    left: 0;
    max-width: 64px;
}

.inbox .col-sm-4.post_avatar a  + i  + a img {
    width: 50px;
    height: 50px;
    top: 7px;
    left: 7px;
}

.social-widget {
	
}

.social-widget i {
    color: #00A3E5;
    width: 20px;
    font-size: 16px;
}

.social-widget span {
    position: relative;
    top: 1px;
    margin-left: 3px;
}

.social-widget h3 {
	margin:6px 0 12px;
}

.social-widget .table>tbody>tr>td, 
.social-widget .table>tbody>tr>th, 
.social-widget .table>tfoot>tr>td, 
.social-widget .table>tfoot>tr>th, 
.social-widget .table>thead>tr>td, 
.social-widget .table>thead>tr>th {
    padding: 8px;
    line-height: 25px;
    border-top: 1px solid #e5e5e5;
}

.social-widget .table {
    margin-bottom: 5px;
}

.profile-main .upload {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 200;
    font-family: 'Palanquin Dark', sans-serif;
	transition:.4s;
    text-shadow: 0 0 3px rgba(0,0,0,.8);
}

.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px 12px;
    height: 100%;
}

.profile-main .upload span  {
    opacity: 0;
	transition:.4s;
}

.profile-main .cover-image:hover .upload span {
    opacity: 1;
	transition:.4s;
}

.profile-main .upload-avatar {
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: -200px;
    width: 100%;
    padding: 15px;
    font-size: 10px;
    font-weight: 300;
    cursor: pointer;
}

.profile-main .upload-avatar {
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: -200px;
    width: 100%;
    padding: 15px;
    font-size: 10px;
    font-weight: 300;
    cursor: pointer;
	transition:.4s;
}

.profile-main .thumbnails .thumbnail:hover .upload-avatar {
    bottom: 0px;
	transition:.3s;
}

.profile-main .thumbnails a.thumbnail {
	position:relative;
	border-radius:13px;
	border:4px solid #fff;
	overflow:hidden;
	z-index:555;
}

.profile_espots2 {
	margin: -65px 0 15px;
    padding-left: 196px;
}

.profile_espots2 .span {
    padding: 5px 20px 5px 20px;
    border: 1px solid #ddd;
}

.profile_espots_no {
    margin: 10px 3px 15px !important;
}

.expand-inner  .post_holder.post_holder_expand bonfire-single {
	position:relative;
}

.expand-inner .bonfire-dropdown2 {
    top: 10px;
    position: absolute;
    right: 10px;
}

#invitations_sidebar .btn.btn-success {
		background:#17386d;
		border:1px solid #17386d;
}

#invitations_sidebar .btn.btn-success:hover {
		background:#111;
		border:1px solid #111;
}

.campaign #myTab > li.active > a {
    background: #00A3E5 !important;
    color: #fff !important;
}

.btn-toolbar .btn-group a {
	
}

#members .table > tbody > tr > td small {
    text-align: center;
}

#members .table > tbody > tr > td .btn-group .alert {
    margin-bottom: 0px;
    line-height: 20px;
    padding: 8px 15px 5px;
}

#members .table > tbody > tr > td .btn-group .alert a {
    line-height: 20px;
}

#members .table > tbody > tr > td .dropdown-menu .divider {
    margin: 9px 0 2px;
}

#members .table > tbody > tr > td small a {
    text-align: center;
    font-size: 11px;
    text-transform: none;
    padding: 0 7px;
    height: auto;
    line-height: 24px;
    border-radius: 2px;
}

.account-header > .dropdown {
    float: none;
    text-decoration: none;
    margin: 0px 0;
}

.account-header > .dropdown > a {
    padding: 16px 18px;
	display:table;
    color: #777777;
}

.account-header > .dropdown > a:hover {
	background:#00A3E5 !important;
    color: #fff;
}

.account-header > .dropdown > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    left: 30px;
}

.account-header > .dropdown > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: auto;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
    left: 31px;
}

.search-mob i:focus ,
.search-mob i {
    padding: 21px 18px;
	display:table;
    color: #777777;
}

.search-mob:hover i {
	background:#00A3E5;
	transition:.4s;
	color:#fff;
}

.follow_blogger {
    text-shadow: none;
}

.profile-main .thumbnails .profile-name {
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0,0,0,.8);
}
.profile-id-name{
	float:left;
	width:70%;
	word-wrap: break-word;
    line-height: 23px;
}
.btn.btn-secondary.follow{
	float:left;
	width:25%;
	right:5px !important;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.scheduled-count{
		width:100%;
	}
}

.navbar-inverse .account-header > .dropdown > a {
    color: #fff;
}

.navbar-inverse .search-mob i:focus, .navbar-inverse .search-mob i {
    color: #fff;
}

.isotope-container {
	width:100% !important;
}

.tribe-filters .filter-isotope .dropdown > .dropdown-menu li button {
    font-size: 13px;
    color: #555;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: transparent;
    border: none;
    padding: 0 15px;
}

.tribe-filters .filter-isotope .dropdown > .dropdown-menu li button:hover {
    color: #00A3E5;
}

.bonfires .post_stats small {
    white-space: inherit;
    line-height: 14px !important;
    display: block;
}

.cover-image {
	border-radius:5px 5px 0 0;
    overflow: hidden;
}

.profile-main {
    position: relative;
}

.cover-image > img {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
}

.profile-main .upload {
    position: relative;
    z-index: 11;
}

.page_head .pull-right {
    position: relative;
    z-index: 777;
} 

.welcome-tribes .btn-sm {
    padding: 10px 13px;
}

@-moz-document url-prefix() { 

.target-fi span {
    position: relative;
    top: -10px !important;
    right: -6px !important;
}

}

.notifications {
	min-height:250px;
}

.account-header .badge {
	border:none !important;
}

.account-header .dropdown.open > a {
	background:#00A3E5 !important;
    color: #fff;
	border:none !important;
}

.tribal-stream-tabs #profile .nice-select.open .list {
    top: auto !important;
    bottom: 44px !important;
	position:absolute;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out !important;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out !important;
}

.tribal-stream-tabs #profile .nice-select .list {
	transition:none !important;
}


#tribes_assign .nice-select.open .list {
	width:100%;
    top: auto !important;
    bottom: 44px !important;
	position:absolute;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out !important;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out !important;
}

#tribes_assign .nice-select .list {
	transition:none !important;
}

.modal-body textarea {
    resize: vertical !important;
}

@media only screen and (max-height: 650px) {

.login-div1.active, .login-div2.active, .login-div3.active {
    top: 0% !important;
    transform: translateY(-0%) !important;
    overflow: auto;
    height:100%;
}

}

@media only screen and (min-width: 768px) and (max-width: 4000px) {

.follow_blogger {
    z-index: 555;
}

.profile-main .thumbnails .checkbox {
    display: none;
}

.profile-main .thumbnails li {
    background-color: transparent;
    border: 0;
    width: 100% !important;
    padding: 0 20px;
    position: relative;
    top: 76px;
}
	
.profile-main {
    height: 207px;
    padding-top: 0px !important;
}

.tribe-overiew-profile .profile-main {
    margin-bottom: 30px;
}

.profile-espots3 {
    padding: 40px 35px 40px;
    height: auto;
}

.profile-main .thumbnails a.thumbnail {
    position: relative;
    top: 60px;
}

.profile-main .thumbnails a.follow {
    position: absolute;
    right: -20px;
    bottom: 23px;
    z-index: 11;
}

.profile-main .thumbnails .profile-name {
    margin-top: 50px;
    margin-left: -15px;
    padding-bottom: 80px;
}
#tribe-name.profile-name{
	line-height:28px;
	width: auto;
	word-wrap: break-word;
	height: 112px;
}
.profile-name {
	height: 55px;
	overflow: hidden;
}

.follow_blogger {
    position: relative;
    top: 62px;
}

.tribe-overiew-profile .profile-main .thumbnails .profile-name {
    margin-top: 14px;
    margin-left: -15px;
}

.profile-main .thumbnails .checkbox {
    color: #fff;
    padding-left: 24px;
    margin-top: -2px;
    margin-left: 2px;
    position: absolute;
    bottom: 13px;
	display:none;
}

}

@media only screen and (min-width: 565px) and (max-width: 767px) {

.more-cta span {
    margin: 0 5px 0 5px !important;
}


.more-cta.margin-no {
	margin-bottom:30px !important;
}

.profile-main .thumbnails .profile-name {
    font-size: 20px !important;
    line-height: 25px !important;
}

.profile-pic .col-xs-6 {
	width:27%;
}
	
.profile-pic .col-xs-6 + .col-xs-6 {
	width:73%;
}


.no-login-dropdown .nav-pills .dropdown-toggle {
    margin-top: -4px;
}

.no-login-tabs .stats-tabs .responsive-tabs.nav-tabs {
    width: 100%;
    max-width: 100%;
}

.no-login-stream-aside .btn-sm {
    margin-top: 0px;
}

.no-login-stream-aside .btn-group>.btn:first-child {
    padding: 9px 15px;
}

#tribal-stream-tabs.responsive-tabs > li > a {
    font-size: 11px;
    padding: 14px 11px;
}

#tribal-stream-tabs li.pull-right {
    float: left !important;
}

.stats-tabs .nav>li>a {
    padding: 10px 9px;
	font-size:9px !important;
}

.stats-tabs .responsive-tabs.nav-tabs {
    height: 39px;
}

.profile-main {
    background-image: url(../../assets/img/bgs/default-profile-bg-logo-alt.jpg);
    background-position: top right !important;
}

.notification .post_holder{
    position: relative;
}

.notification .post_holder .col-sm-3 {
    position: absolute;
    top: 25px;
    right: 10px;
}


#tribal-stream-tabs.responsive-tabs {
    height: 40px;
}

.visible-ipp {
	display:block !important;
}

.mc-trigger {
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: -7px;
}

.stream-aside-mob .col-sm-6 {
    float: left;
}

.active-members h2 {
    font-size: 18px;
}

.active-members .media-object32 {
    width: 26px;
}

.active-members .clearfix {
	display:none;
}

.mc-trigger {
    margin-bottom: 0;
    margin-left: 0;
    float: left;
    margin-right: 8px;
}

.stream-aside-mob + .col-md-8 .btn-group-head {
    width: auto;
    float: right !important;
    margin-top: -4px !important;
}

}

@media only screen and (min-width: 735px) and (max-width: 767px) {

.mob-half2 {
	width:50%;
	float:left;
}

}

@media only screen and (min-width: 250px) and (max-width: 564px) {

.cover-image > img {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    max-width: none;
}

.dropzone {
    min-height: 210px;
}

.navbar-fixed-top .account-header .pull-right > .dropdown-menu {
    right: auto;
    left: 50% !important;
    position: fixed;
    margin: 0;
    transform: translate(-50%,0%);
    min-width: 275px;
    overflow: auto !important;
    top:62px;
}

.account-header > .dropdown > a {
    padding: 16px 7px;
    display: table;
    color: #777777;
}

.navbar-default .navbar-toggle {
    padding: 12px 3px 0 8px;
}

.search-mob i {
    padding: 21px 9px;
}


.tribe-filters .ui-group .dropdown > button {
    font-size: 10px;
    padding: 8px 5px;
}

.filters2 {
    float: right !important;
    width: auto !important;
}

.tribe-filters .ui-group .nav.nav-pills #cat_selector {
    color: #000;
    font-size: 10px;
    padding: 8px 5px;
}

.inbox .expand-post.full .post_body h2 {
    padding-right: 0;
}

.inbox .expand-post.full .post_body  {
    padding-bottom: 20px;
}


.stream_post .loadPostLink small {
    font-size: 8px !important;
    padding: 4px 3px !important;
}

.get-started .col-xs-4,
.get-started .col-xs-8 {
	float:none;
	width:100%;
}


body #tribal-stream-tabs.responsive-tabs > li {
	float:none !important;
}

#tribal-stream-tabs.responsive-tabs > li > a {
    font-size: 11px !important;
    padding: 14px 10px;
    border: 1px solid #e5e5e5 !important;
    background: #fff;
}


#tribal-stream-tabs li.pull-right {
    float: none !important;
}


.notification .post_holder{
    position: relative;
}

.notification .post_holder .col-sm-3 {
    position: absolute;
    top: -12px;
    right: 10px;
}


.visible-ipl {
	display:block !important;
}


.stream-aside-mob + .col-md-8 .btn-group-head {
    width: 100%;
    float: left !important;
    margin: 0 9px 40px;
}

.mc-trigger {
    display: table;
    float: none !important;
}

.active-members .clearfix {
	display:none;
}

.active-members h2 {
    font-size: 22px;
    position: relative;
    top: 3px;
    float: none !important;
    display: inline-block;
}

.mc-trigger {
    margin-bottom: 15px;
    margin-left: auto;
    margin-top: 20px;
    max-width: 300px;
    margin-right: auto;
}

.active-members.pull-right {
    float: none !important;
    margin-top: -19px;
}

.more-cta {
    text-align: center;
}

.active-members.pull-right {
    float: none !important;
    text-align: center;
}

}

@media only screen and (min-width: 565px) and (max-width: 734px) {

.dropzone {
    min-height: 250px;
}

.navbar-fixed-top .account-header .pull-right > .dropdown-menu {
    right: auto;
    left: 50% !important;
    position: fixed;
    margin: 0;
    transform: translate(-50%,0%);
    min-width: 275px;
    overflow: auto !important;
    top: 62px;
    max-height: calc(100vh - 67px);
}

#tribal-stream-tabs.responsive-tabs {
    height: auto;
    margin-bottom: 1px;
}

.responsive-tabs.nav-tabs > li > a {
    font-size: 11px;
}

.stream-aside-mob .col-sm-6 {
    float: left;
    width: 50%;
}

body .active-members.pull-right {
    float: right !important;
}

.active-members h2 {
    font-size: 18px;
}

.active-members .media-object32 {
    width: 26px;
}

.active-members .clearfix {
	display:none;
}

.mc-trigger {
    margin-bottom: 0;
    margin-left: 0;
    float: left;
    margin-right: 8px;
}

.stream-aside-mob + .col-md-8 .btn-group-head {
    width: auto;
    float: right !important;
    margin-top: -4px !important;
}

.mob-quarter {
	width:50% !important;
	float:left;
}

.mob-quarter .discover-tribe-results .thumbnail div h5 {
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.mob-half2 .col-xs-4 {
	width:21% !important;
	float:left;
}

.mob-half2 .col-xs-8 {
	width:100% !important;
	float:left;
}

}

@media only screen and (min-width: 250px) and (max-width: 370px) {

.mob-half2 .col-xs-4 {
	width:41% !important;
	float:left;
}

.mob-half2 .col-xs-8 {
	width:100% !important;
	float:left;
}

}


@media only screen and (min-width: 735px) and (max-width: 992px) {


.tribe-style3 .col-sm-12 .col-xs-4 {
	width:25%;
	float:left;
}

.tribe-style3 .col-sm-12 .col-xs-8 {
	width:75%;
	float:left;
}

.discover-tribe-results .thumbnail div.col-xs-4 {
    padding: 0px 15px 6px 15px !important;
}

.discover-tribe-results .thumbnail div.col-xs-8 {
    padding: 0px 15px 0px 15px !important;
    float: none;
    width: 100%;
}

.tribe-style3 .discover-tribe-results2 {
    min-height: 185px !important;
}


.tribe-style3 .discover-tribe-results2 {
	min-height:215px;
}

}

@media only screen and (min-width: 1100px) and (max-width: 4000px) {

.iframe-social {
    float: right;
}

}



@media only screen and (min-width: 1100px) and (max-width: 1360px) {

.iframe-social {
    max-width: 220px;
	float:right;
}

.frame-btns {
    padding-right: 15px;
    position: absolute;
    top: 0;
    right: 265px;
}


.frame-header-left-arrow i {
    width: 41px;
    padding-left: 14px;
}

.frame-header-right-arrow i {
    width: 41px;
    padding-left: 16px;
}

.frame-header-navigation {
    width: 85px;
    margin: 0px 12px 0 -15px;
}

.iframe-social a {
    font-size: 15px;
}

.frame-btns a {
    padding: 4px 8px;
}

}

@media only screen and (min-width: 1101px) and (max-width: 1250px) {

.post_holder.post_holder_expand.bonfire-single .post_avatar {
    padding: 12px 15px;
}

}

@media only screen and (min-width: 1101px) and (max-width: 1370px) {

.stream_main .stats-tabs .responsive-tabs.nav-tabs >li>a  ,
.no-login-tabs .stats-tabs .responsive-tabs.nav-tabs >li>a {
    font-size: 12px !important;
}

}

@media only screen and (min-width: 1051px) and (max-width: 1140px) {

.navbar .nav > li > a {
    padding: 16px 13px !important;
    font-size: 12px !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 1050px) {

.navbar .nav > li > a {
    padding: 16px 10px !important;
    font-size: 12px !important;
}

}



@media only screen and (min-width: 993px) and (max-width: 1050px) {

.post_avatar {
    padding: 20px 5px 20px 15px;
}

.joyride-expose-cover {
	max-height: 251px !important;
}

.iframe-social {
    max-width: 190px;
}

.frame-btns {
    padding-right: 15px;
    position: absolute;
    top: 0;
    right: 200px;
}

.iframe-social a {
    border-left: none;
    font-size: 15px;
}

.frame-btns {
    padding-right: 0 !important;
    right: 252px !important;
}

.frame-header-left-arrow i {
    width: 41px;
    padding-left: 14px;
}

.frame-header-right-arrow i {
    width: 41px;
    padding-left: 16px;
}

.frame-header-navigation {
    width: 85px;
    margin: 0px 12px 0 -15px;
}

.inbox .col-sm-3 {
    width: 24% !important;
}

.navbar .nav > li > a {
    padding: 16px 10px !important;
    font-size: 12px !important;
}

.account-header > .dropdown > a {
    padding: 16px 11px;
}

#tribal-stream-tabs > li > a {
    padding: 13px 7px;
    font-size: 13px;
}

.inbox .col-sm-4.post_avatar {
    padding-left: 11px;
}

.campaign .get-started a {
    font-size: 11px;
    padding-right: 15px;
    padding-left: 15px;
}

.inbox .col-sm-4.post_avatar {
    width: 33.3333%;
}

.inbox .col-sm-4.post_avatar  + .col-sm-5 {
    width: 50%;
}

.inbox .col-sm-4.post_avatar  + .col-sm-5  + .col-sm-3 {
width:16.6667%;
}

}

@media only screen and (min-width: 993px) and (max-width: 1100px) {

.profile-main .thumbnails .profile-name {
    font-size: 20px;
}

.tribe-tab + .pinstripe, .tab-content + .pinstripe {
    background-image: url(../img/bgs/pinstripe.png);
    background-repeat: repeat-y;
    background-position: 22px 0px !important;
}

.pinstripe {
    background-image: url(../img/bgs/pinstripe.png);
    background-repeat: repeat-y;
    background-position: 25px 0px !important;
}

.welcome-tribes {
    max-width: 289px;
    width: 100%;
}

.welcome-tribes .btn-group-vertical>.btn, .welcome-tribes .btn-group>.btn {
    position: relative;
    float: left;
    font-size: 9px;
    min-width: auto;
}

.notification .post_holder .col-sm-3 {
	padding-left:0px;
		
}

.more-cta span:nth-child(2) {
    font-size: 18px !important;
}

.pinstripe {
    background-image: url(../img/bgs/pinstripe.png);
    background-repeat: repeat-y;
    background-position: 26px 0px;
}

.sep-ball {
    margin-left: 5px;
    margin-top: -34px;
}

.stream_post .loadPostLink em {
    margin: 0 0 6px;
    display: block;
}

.stream_post .loadPostLink small {
    margin-left: 0;
    color: #fff;
    border-radius: 3px;
    position: relative;
    top: -1px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    padding: 1px 5px;
    background-color: #2FCEA0;
    border: none;
    display: table;
    float: left;
}

.tag_holder .label {
    display: inline;
    padding: 3px 6px;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #999 !important;
    border-radius: .25em;
    text-transform: uppercase;
    position: relative;
    left: 5px;
    top: -2px;
}

.post_holder.post_holder_expand.bonfire-single .post_avatar {
    padding: 12px 15px;
}

.navbar .nav > li > a {
    padding: 16px 15px;
}

.header-search {
    max-width: 225px;
}

.post_view_count {
    width: 44px;
}

.mob-top-30 {
	margin-top:0px !important;
}

.frame-btns a {
    padding: 4px 11px;
    font-size: 9px;
}


}

@media only screen and (min-width: 993px) and (max-width: 1066px) {

.inbox .col-sm-4.post_avatar a {
    width: 4px !important;
}

}

@media only screen and (min-width: 1051px) and (max-width: 1450px) {

.navbar-fixed-top .account-header .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

}

@media only screen and (min-width: 1051px) and (max-width: 1370px) {

.account-header > .dropdown > .dropdown-menu:before {
    right: 15px;
    left: auto;
}

.account-header > .dropdown > .dropdown-menu:after {
    right: 16px;
    left: auto;
}


.profile-main .upload-avatar {
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    padding: 1px 4px;
    font-size: 10px;
    cursor: pointer;
    color: #fff;
    width: 19px;
    left: auto;
    right: 0;
    border-radius: 5px 0 0 0;
}

.profile-main .upload-avatar span{
		display:none;
}

.profile-main .thumbnails .profile-name {
    font-size: 20px;
}

.stats-tabs .responsive-tabs.nav-tabs {
    width: 100%;
    max-width: 100%;
}

}

@media only screen and (min-width: 768px) and (max-width: 1050px) {

#networks table {
   width: 855px;
} 

.navbar-fixed-top .account-header .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.account-header > .dropdown > .dropdown-menu:before {
    right: 15px;
    left: auto;
}

.account-header > .dropdown > .dropdown-menu:after {
    right: 16px;
    left: auto;
}


.profile-main .upload-avatar {
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    padding: 1px 4px;
    font-size: 10px;
    cursor: pointer;
    color: #fff;
    width: 19px;
    left: auto;
    right: 0;
    border-radius: 5px 0 0 0;
}

.profile-main .upload-avatar span{
		display:none;
}

.inbox .col-sm-4.post_avatar {
    position: relative;
    top: 6px;
    width: 26%;
}

.inbox .col-sm-5 {
    width: 49% !important;
}

.inbox .col-sm-7 {
    width: 56%;
}

.inbox .col-sm-2 {
    width: 18%;
}

.inbox .post_holder .expand-inner .post_avatar {
	width:20%;
}

.inbox .post_holder .expand-inner .col-sm-9 {
	width:80%;
}

.inbox .post_holder .expand-inner {
	width:133%;
}


.stream_main .stats-tabs .nav>li>a,
.no-login-tabs .stats-tabs .nav>li>a {
    font-size: 10px !important;
    padding: 13px 9px;
}

.iframe-comments h2 {
    margin: 30px 0 20px;
}

.profile-main .btn-group button {
    margin: 0 7px 0 0;
    border-radius: 4px !important;
}

.stats-tabs .nav>li>a {
	font-size:10px !important;
}


.stats-tabs .responsive-tabs.nav-tabs {
    width: 100%;
    max-width: 100%;
    clear: both;
}

.stats-tabs .responsive-tabs.nav-tabs > li > a {
	font-size:12px;
}

.campaign-form-area h2.profile-name, .tribal-stream-tabs h2.profile-name {
    font-size: 2vh;
}

.bonfire-new .post_holder img {
    max-width: 62px;
    top: 10px;
}

.active-members .clearfix {
	display:none;
}

.table-wrap {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
}

.table-wrap .table {
    display: block;
    overflow: auto;
    width: 1000px;
    max-width: none;
}

.profile-main .thumbnails {
    margin: 0;
}

.profile-main {
    padding-top: 30px;
}

.frame-btns {
    padding-right: 15px;
    position: absolute;
    top: 0;
    right: 50px;
}

.frame-btns a {
    padding: 4px 11px;
    font-size: 9px;
}

.post_holder img {
    max-width: 41px;
    top: 10px;
}

.navbar-default .container {
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}

.truncated {
    overflow: hidden;
    white-space: inherit;
}

.post_holder .row {
	margin:0;
}

.bonfires .post_body {
    padding-bottom: 0px !important;
}

.bonfires .post_body h3 {
    margin: 19px 0 8px !important;
}

.auto-width {
    width: auto !important;
    min-width: auto !important;
}

.get-started {
    padding: 75px 20px 7px;
}


.step a:after {
	display:none;
	
}

.step a {
    line-height: 40px;
    font-size: 9px !important;
    padding: 0 16px !important;
}

.login-wrapper-left {
    width: 50%;
}

.login-wrapper-right {
    width: 50%;
	padding:0 25px;
}

.login-wrapper-right h1 {
    font-size: 33px;
    line-height: 35px;
}

.login-wrapper-right p {
    font-size: 16px;
}

.get-started-holder .get-started {
    padding: 0 15px;
}

.get-started-holder {
    padding: 15px 15px 20px;
    margin-bottom: 30px;
}

.fixed {
    position: relative;
}

.mob-top-30 {
	margin-top:30px;
}


#networks .modal-footer .btn-primary, #blogs .modal-footer .btn-primary {
    margin-bottom: 0px !important;
}

.search-results-elements a {
    width: 50%;
}


}

@media only screen and (min-width: 993px) and (max-width: 4000px) {

.profile-name.profile-own {
	margin-top:68px !important;
}

.tribe-overiew-profile .profile-main {
    margin-bottom: 30px;
}

#global_sidebar {
	display:block !important;
}

.stats-tabs .responsive-tabs.nav-tabs >li>a {
	font-size:12px;
}

.joyride-expose-cover {
    max-height: 230px;
}

	.no-padding-dektop {
		padding:0;
	}
	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1169px) {

.notification .post_body_expanded {
    padding-left: 15px;
}

#networks table {
   min-width: 855px;
} 

.post_avatar {
    padding: 20px 15px 20px 20px;
}


.post_stats > .bonfire-dropdown {
    top: 5px;
    right: 100% !important;
    margin-right: 45px !important;
}

}

@media only screen and (min-width: 1101px) and (max-width: 1400px) {


.welcome-tribes {
    border: 1px solid #ddd;
    padding: 27px;
    max-width: 275px;
    margin: 35px 0 30px;
    clear: both;
}

.welcome-tribes .btn-group-vertical>.btn, .welcome-tribes .btn-group>.btn {
    position: relative;
    float: left;
    font-size: 9px;
    min-width: auto;
    padding: 10px 18px;
}


}


@media only screen and (min-width: 768px) and (max-width: 992px) {

.tribe-tab .profile-mob {
	width:auto !important;
}

.list-group {
    margin-top: 30px;
}

#myTabContent {
    margin-top: 30px;
}

.profile-mob {
    width: 100%;
    padding-left: 57px;
}

.post_avatar {
    padding: 20px 5px 20px 15px;
}


.follow_blogger .btn-group {
    padding: 2px 4px 3px !important;
    position: absolute;
    top: -5px;
    right: 81px;
    border-radius: 5px !important;
}

.follow_blogger button {
    padding: 5px 8px 5px;
    min-width: auto;
    border-radius: 5px !important;
}

.follow_blogger .btn-group li {
    padding: 0 10px !important;
}

.follow_blogger .btn-group li:first-child {
    margin-top: -42px;
}

.follow_blogger .btn-group li a {
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    font-weight: 300;
}

.follow_blogger .btn-group .dropdown-menu.pull-right {
    min-height: 79px;
}


.joyride-expose-cover {
    display: none;
}

.frame-header-left-arrow i {
    width: 40px;
    padding-left: 14px;
}

.frame-header-right-arrow i {
    width: 40px;
    padding-left: 16px;

}

.frame-header-navigation {
    width: 83px;
    margin: 0px 10px 0 -15px;
}

.iframe-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 77;
    margin: 0;
    top: 0;
    line-height: 0;
}

.iframe-close i {
    line-height: 50px;
}

.frame-header-title {
    float: none;
    color: #000;
    line-height: 25px;
    margin: 0 -15px;
    border-right: none;
    border-left: none;
    padding: 5px 0 15px 40px;
    min-height: 50px;
	position:relative;
	border-bottom:1px solid #e5e5e5;
}

.header-date {
    float: left;
    margin: 0;
    position: absolute;
    top: 4px;
    left: 5px;
    transform: scale(0.85);
    z-index: 0;
}


.frame-header-title .title {
    line-height: 17px;
    margin-bottom: 12px;
    margin-top: 7px;
}

.iframe-social {
    width: 100%;
    background: #fff;
    margin: 0;
    position: relative;
}

.iframe-social a {
    font-size: 17px;
    height: 40px;

}

.readability h1 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 5px;
    margin-top: 23px;
}

.frame-carousel-wrap {
    display: none;
}

.frame-btns {
    padding-right: 15px;
    float: right;
    margin-right: 28px;
}


.jr-tip1, .jr-tip2, .jr-tip3, .jr-tip4 {
    right: 10px !important;
    left: auto !important;
}

.joyride-tip-guide span.joyride-nub {
    left: auto !important;
    right: 15px;
}

.navbar-inverse {
	border:none;
}

.navbar-inverse .nav > li > a {
    color: #000 !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #e5e5e5;
}

.navbar-toggle {
    padding: 9px 0px;
    margin-right: 0;
    background-color: transparent !important;
    border: none;
    border-radius: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #17386d;
}

.navbar .nav> li {
    width: 25%;
    text-align: center;
}

.navbar-collapse {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.more-cta.margin-no {
	margin-bottom:15px !important;
}

.aside-mob {
    padding-right: 235px !important;
}

.aside-mob {
    padding-right: 235px !important;
}

.aside-mob.no-padding {
    padding: 0 20px 0 0 !important;
}

.tribe-overiew-profile .profile-main {
    margin-bottom: -34px;
}

.profile_espots2 .span {
    left: 5px;
    position: relative;
}

.profile-pic .col-sm-4 {
	width:100%;
	max-width:200px !important;
}
	
.profile-pic .col-sm-8 {
	width: calc(100% - 200px);
	max-width:none;
}

.profile-main .thumbnails .profile-name {
    margin-top: 35px;
    margin-left: -15px;
    font-size: 17px;
    line-height: 33px;
}

.profile-mob .btn-group span {
    float: left;
    margin: 0 5px;
}

.profile-mob .btn-group span span {
	position:relative;
	top:7px;
}

.profile-mob {
    float: right;
    margin-bottom: 15px;
    margin-right: -6px;
}

.profile-mob {
    width: 100%;
}

.profile-main .col-sm-4 {
	max-width:235px;
}

.profile-main .thumbnails li {
    background-color: transparent;
    border: 0;
    width: 100% !important;
    padding: 0 20px;
    position: relative;
    top: 49px;
}



a.join {
    position: relative;
    top: 0px;
    right: 0;
    display: table;
    font-style: normal;
    margin-top: 10px;
}

.pinstripe {
    background-image: url(../img/bgs/pinstripe.png);
    background-repeat: repeat-y;
    background-position: 32px 0px;
}


.stats-tabs .responsive-tabs.nav-tabs {
    width: 100%;
    max-width: 100%;
    clear: both;
}

.stats-iframe {
	min-width:100%;
}


#tribal-stream-tabs li.pull-right {
	float:left !important;
}

.btn.btn-default + ul.dropdown-menu + .btn-secondary {
    padding: 6px 11px;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 5px;
}

#global_sidebar.hidden-sm {
	display:none !important;
}

#invitations_sidebar #auto-shares .media-heading ,
#invitations_sidebar #muted-member .media-heading {
    margin: -7px 0 19px;
}


#auto-shares .btn, #muted-member .btn {
    font-size: 11px;
    text-transform:none;
}

.discover-tribe-results .thumbnail div.col-xs-4 {
    padding: 0px 15px 6px 15px !important;
}

.discover-tribe-results .thumbnail div.col-xs-8 {
    padding: 0px 15px 0px 15px !important;
    float: none;
    width: 100%;
}

.tribe-style3 .discover-tribe-results2 {
    min-height: 185px;
}

.tribes-aside > a {
    margin-top: 15px;
}

.tribe-group-sm .dropdown-menu a {
    color: #000 !important;
    padding: 3px 0;
    font-weight: 400;
    text-transform: none;
}

.profile-pic .col-xs-4 {
    width: 20%;
    min-width: 150px;
	max-width:160px;
	margin-bottom:20px;
}

.profile-main .btn-group {
    padding: 0 15px;
    margin: -15px 0 -40px;
}

.follow_blogger+ .btn-group {
    padding: 0 0px;
}

.profile-main {
    padding-top: 30px;
    height: auto;
}

.post_holder.post_holder_expand.bonfire-single .post_avatar {
    padding: 12px 15px;
}

.expand-post.full .post_body h2 {
    white-space: inherit;
    text-overflow: initial;
    overflow: visible;
    padding-right: 45px;
}

.post_stats > .bonfire-dropdown {
    top: 5px;
    right: 100% !important;
    margin-right: 45px !important;
}

.profile_espots2 {
    margin: 0px 0 15px !important;
    padding-left: 235px;
}

.profile_espots2.profile_espots_no {
    margin: 10px 0 15px !important;
}

.stream_post .loadPostLink small {
    margin-left: 0;
    position: relative;
    top: -4px;
    font-size: 10px;
    padding: 1px 5px !important;
    border: none;
    display: inline-block;
    margin-top: 10px;
}

.media-links a {
    margin-bottom: 5px;
    display: inline-block;
}

.pricing .the-price h1 {
    font-size: 29px;
}

.sb-cta {
    position: relative;
    height: 100%;
    margin-top: 100px;
}


.pricing .panel-body ul {
    padding: 0 10px 15px;
}

.pricing .cnrflash-inner {
    font-size: 16px;
}

.pricing .panel small {
    font-size: 8px;
    margin: 0 -15px;
}

}

@media only screen and (min-width: 650px) and (max-width: 992px) {

#tribal-stream-tabs.responsive-tabs {
    height: auto;
}

#tribal-stream-tabs.responsive-tabs .nav > li > a {
	background:transparent;
}

#tribal-stream-tabs.responsive-tabs > li > a {
    font-size: 12px;
}

.mob-quarter {
	float:left;
	width:33.3333%;
}

.stream-aside-mob .col-sm-6 {
    float: left;
    width: 50%;
}

.stream-aside-mob .col-sm-6 .active-members {
    float: right !important;
}

.mc-trigger {
    margin-right: 15px;
}

}

@media only screen and (min-width: 410px) and (max-width: 991px) {

.aside-mob {
	padding-right:210px;
	display:block !important;
}

}

@media only screen and (min-width: 410px) and (max-width: 992px) {

.mob-half {
	float:left;
	width:50%;
}

.aside-mob .search {
    width: 100%;
}

.aside-mob .btn-group {
    position: absolute;
    right: 15px;
    top: 15px;
}

.aside-mob .btn-group .btn {
	padding:14px 12px;
}

.aside-mob .search .form-control {
    padding: 6px 15px !important;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.search-results-elements a {
    width: 50% !important;
	float:left;
}

}

@media only screen and (min-width: 250px) and (max-width: 409px) {

.tribes-aside a {

}

.discover-tribe-results2 .hide-xs {
	display:block;
}

.discover-tribe-results2 .show-xs {
	display:none;
}

.discover-tribe-results2{
	min-height:none;
}

.aside-mob .relative {
    margin-bottom: 0px;
    margin-right: 15px;
}

.aside-mob .search {
    width: 100%;
    margin-bottom: 15px;
}

.aside-mob .btn-group .btn {
    padding: 8px 12px;
}

}


@media only screen and (min-width: 250px) and (max-width: 650px) {

.filters2 {
    float: right !important;
    width: auto !important;
}

.filters {
    float: left;
	width:100%;
}

.filters .ui-group {
    float: left;
    margin-left: 0;
    margin-right: 6px;
    margin-bottom: 6px;
}

}

@media only screen and (min-width: 250px) and (max-width: 767px) {

.stream_post .hide-post {
	opacity:1;
}

.loadPostLink .dropdown-menu {
    left: 0;
    right: auto;
}

.joyride-tip-guide span.joyride-nub {
    top: 71px !important;
    position: fixed !important;
    right: 18px !important;
    bottom: auto;
}

.bonfire-single-post .expand-inner h3 {
    margin-top: 25px;
}

.bonfire-single-post .expand-inner h3 small {
    top: -13px;
    right: 25px;
}

.bonfire-single-post .expand-inner .bonfire-dropdown2 {
    top: -18px;
}


.profile-main .thumbnails .checkbox {
    display: table;
}

.follow_blogger {
    z-index: 555;
}

.list-group {
    margin-top: 30px;
}

#myTabContent {
    margin-top: 30px;
}

.profile-main .btn-group {
    z-index: 222;
}

.navbar.navbar-inverse.navbar-fixed-top #global_nav_search input{
    color: #000 !important;
}

.promote-modal input {
    font-size: 9px !important;
    line-height: 21px;
    letter-spacing: 0.2px !important;
    padding: 10px !important;
}

.promote-modal .modal-body {
    padding: 20px 15px 25px 15px !important;
}


.fancy-text {
    font-size: 52px;
    line-height: 52px;
}

.profile_espots_no {
    margin: 10px 0px 15px !important;
}

.jr-tip5 {
    margin-top: 25px;
    top: 54px !important;
}

.jr-tip5 .joyride-nub {
    display: none !important;
}

.joyride-tip-guide {
    z-index: 9999 !important;
}

.follow_blogger .btn-group {
    padding: 2px 4px 3px !important;
    position: absolute;
    top: -52px;
    right: 42px;
    border-radius: 5px !important;
}

.follow_blogger button {
    padding: 2px 4px 3px;
    min-width: auto;
    border-radius: 5px !important;
}

.follow_blogger .btn-group li {
    padding: 0 10px !important;
}

.follow_blogger .btn-group li a {
    font-size: 13px;
}

.approve_btn .tooltip {
	left:-42px !important;
	width:100px;
}

.joyride-expose-cover {
    display: none;
}

#menu1 {
    max-height: 219px;
}

.filter-isotope .dropdown {
	float:left;
}

.filter-isotope .dropdown-menu.pull-right {
    margin-right: -55px;

}

.joyride-content-wrapper {
    top: 80px !important;
    position: fixed;
    left: auto;
    right: 1%;
    width: 98%;
	z-index:9999;
}

.joyride-tip-guide span.joyride-nub {
    left: auto !important;
    right: 0px;
}

.dropzone .dz-default.dz-message {
    transform: scale(0.6);
}

#global_nav_search {
    padding: 0 !important;
    margin: 20px auto 30px auto !important;
    background: transparent;
    height: 58px;
    float: none !important;
    border: 1px solid #ddd !important;
    position: relative;
}

.navbar-inverse .nav > li > a {
    color: #000 !important;
}

.navbar-collapse {
    position: absolute;
    background: #fff;
    top: 58px;
    margin: 0 !important;
    left: 0;
    border: none;
    padding: 0;
}

.header-search {
    position: fixed !important;
    background: #fff;
    top: 58px;
    padding: 30px 40px;
    border-bottom: 1px solid #ddd;
    left: 0;
    right: 0;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

.header-search.act {
	opacity:1;
	visibility:visible;
	transition:.4s;
}

.navbar-fixed-top .account-header .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.account-header > .dropdown > .dropdown-menu:before {
    right: 15px;
    left: auto;
}

.account-header > .dropdown > .dropdown-menu:after {
    right: 16px;
    left: auto;
}

.tribes-btn-toolbar .btn-group .btn-default, .tribes-btn-toolbar .btn-group .btn-default:hover {
    padding: 8px 10px 2px;
}

.follow_blogger{
    display: table;
    margin: 0 0 -8px;
}

.profile-main .upload span ,
.profile-main .cover-image:hover .upload span {
    opacity: 0;
}

.profile-mob .btn-group>.btn+.dropdown-toggle {
    padding-right: 0px;
    padding-left: 0px;
}

.profile-main .upload-avatar {
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    padding: 1px 4px;
    font-size: 10px;
    cursor: pointer;
    color: #fff;
    width: 19px;
    left: auto;
    right: 0;
    border-radius: 5px 0 0 0;
}

.profile_espots2 {
    margin: 18px 0 15px;
    padding-left: 0;
}

.profile-main .thumbnails a.thumbnail {
    margin-top: 14px;
    top: 60px;
}


.profile-main .thumbnails a.follow {
position: absolute;
    top: -50px;
    right: -13px;
    font-size: 10px;
    padding: 4px 6px;
    z-index: 11;

}

.profile-mob .btn-group {
    margin: 0 auto 15px;
    display: table;
}

.profile-mob .btn-group button {
    border-radius: 4px !important;
    margin: 0px !important;
    padding: 6px 10px !important;
}

.profile-mob .btn-group span {
    float: left;
    margin: 0 5px;
}

.profile-mob .btn-group span span {
    position: relative;
    top: 7px;
}

.inbox .post_holder .expand-inner .post_avatar {
    width: 24% !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 0 0 15px !important;	
}

.inbox .expand-post .bonfire-dropdown2 {
    top: 7px;
}

.inbox .post_holder .expand-inner .col-sm-9 {
	width:76%;
    float: left;
}



a.join {
    position: relative;
    top: 0px;
    right: 0;
    display: table;
    font-style: normal;
    margin-top: 10px;
}

#members .table-wrap .table {
    display: block;
    overflow: auto;
    width: 560px;
    max-width: none;
}

.btn.btn-default + ul.dropdown-menu + .btn-secondary {
    padding: 4px 11px;
    font-size: 12px;
}

.tribe-tab + .pinstripe,
.tab-content + .pinstripe {
    background-image: url(../img/bgs/pinstripe.png);
    background-repeat: repeat-y;
    background-position: 64px 0px !important;
}

.reg-btn.btn-lg {
	padding-right:10px;
	padding-left:10px;
	text-align:center;
}

.bonfire-new .nice-select.open .list {
    max-height: 170px !important;
}

.promote-modal .modal-body {
    padding: 25px 25px 25px 25px;
}

.more-cta span:first-child {
    margin: 0 5px 0 0px;
}

.arrow_box:after ,
.arrow_box:before {
	display:none;
}

.active-members.pull-right {
	float:none !important;
}

.stream-aside-mob + .col-md-8 .btn-group .btn {
    font-size: 11px;
}


#global_sidebar.hidden-xs {
	display:none !important;
}


.tribal_stream_comments_timestamp {
    padding: 0 5px 5px 0px;
}

.tribal-stream-comment-holder .media-body > a {
		display:block;
}

.approve_btn a ,
.approve_btn a:hover {
    color: #fff !important;
    background: #f05455 !important;
    border: 1px solid #f05455 !important;
    border-radius: 3px !important;
    padding: 0px 5px !important;
    line-height: 30px;
    box-shadow: none;
    min-width: auto;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Palanquin Dark', sans-serif;
    position: relative;
    top: 3px;
}

.discover-tribe-results .thumbnail div.col-xs-4 {
    padding: 0px 15px 6px 15px !important;
}

.discover-tribe-results .thumbnail div.col-xs-8 {
    padding: 0px 15px 0px 15px !important;
    float: none;
    width: 100%;
}

.tribe-style3 .discover-tribe-results2 {
    min-height: 185px !important;
}

#approvedPostsCalHolder .btn {
    padding: 6px 8px;
}

.modal-dialog.width_70 {
	width:auto;
}

.tribes-aside > a {
    padding: 6px 8px;
    margin-top: 15px;
    font-size: 9px;
    letter-spacing: -0.2px;
}

#invitations_sidebar .media-left {
    float: left;
    width: 70px;
}

#invitations_sidebar .media-left img {
	width:100%;
	height:auto;
}

#invitations_sidebar .btn-sm {
    padding: 8px 10px;
}

#invitations_sidebar .media-heading {
    margin: -7px 0 0;
}

.profile-main .thumbnails .profile-name {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    margin-top: 0;
    position: relative;
    top: 113px;
    max-width: 116%;
    margin: 0;
    margin-left: -15px;
    color: #00A3E5;
	word-wrap:break-word;
}

.profile-name {
	height: 85px;
	overflow: hidden;
	padding-top: 6px;
}

.nav-tabs.tribe-tab2-main {
	margin-top:20px;
}

.tribe-tab2 .media-64 {
    width: 30px;
    height: 30px;
}

.follower-img .join {
    padding: 8px 12px !important;
    font-size: 9px;
}

#profile .thumbnails {
    margin-bottom: 30px;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.campaign-form-area form .thumbnails {
    margin-bottom: 25px;
}

.bonfire-new .post_body_expanded h3 {
	font-size: 20px;
	position: relative;
	top: 5px;
}

.bonfire-new .post_avatar {
    float: left;
    margin-left: 0px;
}

.bonfire-new .post_holder img {
    max-width: 56px;
	top:0px;
}

.bonfire-new .post_body_expanded {
    padding: 0px 15px 5px 15px;
}

.bonfires.expand .expand-post.full .post_stats {
    border: none;
}

.bonfires.expand .expand-post .post_stats {
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 222px;
    padding: 20px 14px;
    text-align: center;
}

.bonfires.expand.inbox .expand-post .post_stats {
    right: -5px !important;
    border: none;
}

.post_view_count {
    color: white;
    background: #00A3E5;
    vertical-align: bottom;
    font-size: 16px;
    padding-top: 0px;
    height: 22px;
    text-align: center;
    display: table;
    width: 35px;
    margin: 0;
    border-radius: 3px;
    clear: both;
    position: absolute;
    right: 65px;
    line-height: 22px;
    top: 12px;
}

.bonfires.expand .expand-post .post_stats small {
    position: absolute;
    right: 110px;
    top: 11px;
    text-align: right;
}

.bonfires .post_body h2 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 29px 0 58px;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    top: 26px;
}

.post_avatar {
    float: left;
    margin-left: -19px;
    height: 96px;
}

.bonfires.expand .post_body {
    font-size: 14px;
    padding-bottom: 30px;
    color: #777;
    height: 100%;
    max-height: 157px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0px;
}

.bonfires .post_holder {
    position: relative;
}

body {
    padding-top: 75px;
}

.post_stats > .bonfire-dropdown {
    top: 5px;
    right: 8px !important;
}

.protected .post-avatar-div {
    left: -12px;
}

.no-login-dropdown {
    float: none;
    margin: -58px 0 0px;
    clear: both;
    position: relative;
    top: 0;
    width: auto;
    float: right;
}

.profile-info h5.media-heading-panel {
    text-transform: uppercase;
    font-size: 12px;
    margin: 6px 0 32px;
    text-align: center;
    position: relative;
    top: 15px;
}

.profile-info .media-body-panel .col-md-3 {
	width:33.3333%;
	float:left;
}

.profile-info {
    background-color: #fff;
    margin: 0px;
    position: absolute;
    z-index: 55;
    border: none;
    opacity: 1;
    left: 0;
    padding: 15px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.15);
    right: 0;
    margin: 0 auto;
}

.welcome-tribes .btn-sm {
    padding: 10px 9px;
}

.no-login-dropdown .nav-pills>li {
    width: 100%;
}

.profile-info {
    width: 100%;
}

.tribal_stream_body {
    width: 100%;
}

.search-results-elements a {
    width: 100%;
}


#tribal-stream-tabs li.pull-right {
		float:left !important;
}

#email button {
    height: 50px;
    font-size: 10px;
}


.remove {
	position:relative;
	top:-2px;
}


.tab-pane .btn-primary {
    margin-bottom: 5px !important;
}

.notification .post_body_expanded {
    padding: 20px 10px 0px 0px;
}

.popular {
    top: 0;
}

.mob-top-30 {
	margin-top:30px;
}

.get-started-holder {
    padding: 0 0 10px;
    display: table;
    margin-bottom: 27px;
}

#main_follow_topic h1 {
    margin: 0 0 -15px;
    font-size: 28px;
}

.get-started-holder .get-started {
    margin: 0 -2% -25px;
}


.more-cta span:nth-child(2) {
    font-size: 16px !important;
}

.fixed {
    position: relative;
}


.login-wrapper {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    padding: 40px 0;
}

.login-wrapper-left {
    width: 100%;
    position: relative;
    padding: 350px 0 0 0;
    min-height: 500px;
}

.login-wrapper-right {
    width: 100%;
    height: 250px;
	position:absolute;
	display:none;
}

.center-div {
    padding: 20px 20px;
}

.login-wrapper-left .checkbox {
    padding: 0;
    margin: 10px 0 10px;
    top: 20px;
}

.campaign .nav>li>a {
    padding: 10px 6px;
    font-size: 10px;
}

.h1, h1 {
    font-size: 30px;
}

.mob-no-float {
	float:none !important;
	margin-top:25px;
}

.get-started {
    padding: 23px 17px 0px;
    transform: none;
    width: 100%;
    margin: 0 !important;
}

.large-boxes {
    min-height: 320px !important;
}

.page_head .pull-right {
    margin-bottom: 0;
    padding: 10px;
    font-size: 10px;
}

.faq-title {
	margin-top:30px;
}

.navbar-toggle {
    padding: 9px 0px;
    margin-right: 0;
    background-color: transparent !important;
    border: none;
    border-radius: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #17386d;
}

.navbar .nav > li.pull-right.dropdown {
    float: right !important; 
}

.navbar-fixed-top .navbar-collapse {
    max-height: 80vh;
    width: 100%;
}

.header-search {
    max-width: 100%;
}

.modal-title {
    font-size: 14px;
}

.modal-body {
    position: relative;
    padding: 20px 20px;
}

.table-wrap {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
}

.table-wrap .table {
    display: block;
    overflow: auto;
    width: 1000px;
    max-width: none;
}

#tribal-stream-tabs > li > a {
    font-size: 12px;
    padding: 8px;
}

.tribal-stream-tabs {
    padding: 30px;
}

.alert {
    font-size: 12px;
}

aside {
	margin-top:30px;
}

.truncated {
    overflow: hidden;
    text-overflow: inherit;
    white-space: inherit;
}

.post_holder .post_avatar {
    padding: 20px 15px 0px 20px !important;
}

.post_avatar + .col-md-8 {
    padding-left: 20px;
}

.post_stats {
    border-left: none !important;
    border-top: thin solid #E3E3E3;
}

.expand-post > .post_body_expanded {
    padding: 0px 10px 20px 15px;
}

.expand-inner {
    width: 100%;
}

.expand-post .sharebtn {
    margin: -20px 0 0px 0;
}

.post_holder .row {
	margin:0;
}

.expand-post .bonfire-dropdown2 {
    top: -19px;
    display: table;
    float: right !important;
    position: absolute;
    right: 11px;
}

.bonfires .post_body h3 {
    margin: 23px 0 8px;
    position: relative;
    top: 8px;
}

.expand-post > .post_body_expanded > h3 small {
    text-transform: uppercase;
    font-size: 10px;
    font-family: Varela;
    letter-spacing: 1px;
    position: absolute;
    top: -57px;
    float: right;
    right: -18px;
    color: #999 !important;
    padding-right: 35px;
}

.form-control {
    margin-bottom: 10px;
}

.auto-width {
    width: auto !important;
    min-width: auto !important;
}

.step a {
    width: 100%;
    text-align: left !important;
}

.step a:first-child {
    padding: 0 20px 0 45px !important;
}


.step a:after {
	display:none;
}

.approve_btn {
    position: relative;
    top: 0;
    right: 0;
    z-index: 0;
    margin: -55px 0 20px;
    display: table;
    float: right;
}

.stream_post .loadPostLink {
    padding-right: 0 !important;
}

.stream_post .loadPostLink span.fa-edit {
    display: table;
    float: left;
    position: relative !important;
    left: -4px;
    top: 0px !important;
}

.stream_post .loadPostLink em {
    line-height: 25px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 400;
    color: #17386d;
    margin-bottom: 14px;
    display: block;
}

.media-heading {
    margin: 0px;
    width: 100% !important;
}

.media-links {
    text-transform: uppercase;
    color: #888;
    font-size: 8px;
    line-height: 14px;
    display: table;
    padding: 0px 0 0 0;
    width: 100%;
    margin-top: 14px;
    position: relative;
}

.arrow_box {
    margin-top: 15px;
}


.btn-group-head {
    font-size: 10px;
}

.stream_post .loadPostLink small {
    margin-left: 1px;
    color: #fff;
    border-radius: 3px;
    position: relative;
    top: -4px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 9px;
    padding: 5px 5px;
    background-color: #2FCEA0;
    border: none;
}

.frame-header-left-arrow i {
    width: 40px;
    padding-left: 14px;
}

.frame-header-right-arrow i {
    width: 40px;
    padding-left: 16px;

}

.frame-header-navigation {
    width: 83px;
    margin: 0px 10px 0 -15px;
}

.iframe-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 77;
    margin: 0;
    top: 0;
    line-height: 0;
}

.iframe-close i {
    line-height: 50px;
}

.frame-header-title {
    float: none;
    color: #000;
    line-height: 25px;
    margin: 0 -15px;
    border-right: none;
    border-left: none;
    padding: 5px 0 15px 40px;
    min-height: 50px;
	position:relative;
	border-bottom:1px solid #e5e5e5;
}

.header-date {
    float: left;
    margin: 0;
    position: absolute;
    top: 4px;
    left: 5px;
    transform: scale(0.85);
    z-index: 0;
}


.frame-header-title .title {
    line-height: 17px;
    margin-bottom: 12px;
    margin-top: 7px;
}

.iframe-social {
    width: 100%;
    background: #fff;
    margin: 0;
    position: relative;
}

.iframe-social a {
    font-size: 17px;
    height: 40px;

}

.readability h1 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 5px;
    margin-top: 23px;
}

.frame-carousel-wrap {
    display: none;
}

.frame-btns {
    padding-right: 15px;
    float: right;
    margin-right: 28px;
}

.btn-sm {
    padding: 10px 15px;
    min-width: 50px !important;
}

.bio_holder .btn {
    font-size: 10px;
}

.bio_holder {
    margin-bottom: 40px;
}

.readability p {
    font-size: 15px;
    line-height: 24px;
}

.tag_holder .label {
    padding: 4px 10px;
    font-size: 8px;
}
.sb-cta {
    position: relative;
    height: 100%;
    margin-top: 100px;
}

.stream-avatar {
    position: relative;
    z-index: 77;
    float: none !important;
    margin: 0 14px -31px;
    display: table;
    width: 45px;
}

.sep-ball {
    margin: -18px 45px 26px;
    display: block;
    left: 0;
    right: 0;
}

.post-avatar {
    margin-right: 0;
    left: 0;
}

.pinstripe {
    background-image: url(../img/bgs/pinstripe-mobile.png);
    background-repeat: repeat-y;
    background-position: 67px center;
}

.no-login-tabs .pinstripe {
    background-image: url(../img/bgs/pinstripe-mobile.png);
    background-repeat: repeat-y;
    background-position: 45px center;
    padding-left: 0;
}

.no-login-tabs .sep-ball {
    margin: -18px 38px 26px;
}

.promote-modal .modal-content {
    width: 94%;
    max-width: 900px;
    overflow: auto;
    margin: 10px 3%;
}

.promote-modal.modal-dialog {
    margin: 0 !important;
}

.stats-iframe {
    min-width: 100%;
}

.left-menu {
    position: fixed;
    right: -1200px;
    width: 100%;
    height: 100%;
    z-index: 7777777777;
    background: #fff;
    overflow-y: scroll;
    padding-top: 0;
    padding-left: 20px;
    border-left: 1px solid #eee;
    transition: .4s;
}

.left-menu-close {
    top: 0;
    z-index: 777;
}

.profile-main {
    height: auto;
    padding: 25px 0 10px;
}

.profile-main .thumbnails {
    margin: 0;
}

.pinstripe2 .post-avatar-div {
    margin-left: 26px;
}

.btn-toolbar .btn {
    font-size: 11px !important;
}

.btn-toolbar {
    margin: 10px 0 0 -5px !important;
    float: none !important;
}

.loading-icon {
    width: 90%;
    margin: 0 auto 20px !important;
    position: relative;
}

.tribe-tab {
    position: relative;
    left: 0;
    display: block;
    margin: 0;
    width: 100%;
}

.tribe-tab table {
    background-color: transparent;
    width: 700px;
}

.post_body_expanded h3 {
	font-size:19px;
}

.post_body_expanded h3 small {
    text-transform: uppercase;
    font-size: 10px;
    font-family: Varela;
    letter-spacing: 1px;
    position: absolute;
    top: -19px;
    float: right;
    right: 15px;
    color: #999 !important;
    padding-right: 35px;
}

.post_holder.post_holder_expand.bonfire-single .post_avatar {
    float: left;
    margin-left: 0;
    height: 96px;
}

.modal-content .modal-footer  .btn.btn-primary  {
	margin-bottom:0 !important;
}

.btn-group .btn {
    font-size: 12px;
}

.big_stats {
    font-size: 17px !important;
}

.profile-espots2 .span {
    font-size: 9px;
 }

.profile-main .thumbnails img {
    min-width: 75px;
}

.profile-main .thumbnails .checkbox {
    margin-top: 0px;
    font-size: 9px;
    color: #000;
}

.profile-main .thumbnails .checkbox input[type="checkbox"] + span {
    color: #000 !important;
    top: 4px;
    border-color: #ddd;
}

.profile-main .thumbnails a {
    color: #000;
}

.profile-main .btn-group.margin-no button {
    border: none;
    padding: 4px 6px;
    font-size: 11px;
    margin-top: -9px;
}

.profile-main .btn-group a {
    color: #000;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    padding: 2px 0;
}

.profile-espots h2 {
    font-size: 18px;
}

.profile-main .btn-group {
		margin:0 17px;
}

.profile-main .btn-group  button{
		margin-right:5px;
		border-radius:4px !important;
}

.profile-main .btn-group  button:last-child {
		margin-right:0px;
}

.profile-pic .col-xs-4 {
    min-width: 82px;
    max-width: 100px;
    float: left;
    padding-right: 0;
}

.profile-main {
    background-image: url(../../assets/img/bgs/default-profile-bg-logo-alt.jpg);
    background-position: top right;
    margin-bottom: 67px;
}

.tribe-overiew-profile .profile-main {
    margin-bottom: 27px;
}

.profile-main .thumbnails {
    position: relative;
    top: 35px;
}

.discover-tribe-results2 .thumbnail div h5 {
    line-height: 18px;
}

#invitations_sidebar #auto-shares .media-heading ,
#invitations_sidebar #muted-member .media-heading {
    margin: -7px 0 19px;
}


#auto-shares .btn, #muted-member .btn {
    font-size: 11px;
    text-transform:none;
}

.tsb-thumb {
    padding: 0 15px 0 15px;
}

.espot2 h2 {
    font-weight: 500;
    font-size: 17px;
}

}


@media only screen and (max-width: 1099px) {

.iframe-social {
	max-width:100%;
}

}

@media only screen and (min-width: 993px) and (max-width: 1099px) {

.iframe-social {
    max-width: 190px !important;
    float: right;
}

}

@media only screen and (min-width: 1051px) and (max-width: 1099px) {

.frame-btns {
    padding-right: 15px;
    position: absolute;
    top: 0;
    right: 230px;
}

}

@media only screen and (min-width: 993px) and (max-width: 1050px) {

.frame-btns a.queue {
    padding: 4px 6px;
    margin-right: -14px;
}

}


@media only screen and (min-width: 250px) and (max-width: 992px) {

.tribes-aside {
    float: none;
    margin: -20px 0 0 0;
}
}


@media only screen and (min-width: 650px) and (max-width: 730px) {

.discover-tribe-results .thumbnail div.col-xs-4 {
	width:25%;
}

.discover-tribe-results .thumbnail div.col-xs-8 {
	width:100%;
}

.tribe-style3 .discover-tribe-results2 {
    min-height: auto !important;
}

.tribes-aside {
    float: none;
    margin: -30px 0 0 0;
}
}

@media only screen and (min-width: 320px) and (max-width: 370px) {

.follower-img .join {
    padding: 6px 8px !important;
    font-size: 8px;
}

}

@media only screen and (min-width: 250px) and (max-width: 564px) {

.stream-social li.active {
	width:7%;
}

.stream-social li.active small {
    padding-left: 5px;
}

.more-cta span {
    margin: 0 5px 0 -3px !important;
}

.campaign .get-started a {
    font-size: 11px;
    padding-right: 15px;
    padding-left: 15px;
}

.profile-mob .btn-group button {
    border-radius: 4px !important;
    margin: 0px !important;
    padding: 6px 6px !important;
    font-size: 9px;
}

.profile-mob .btn-group span {
    margin: 0 2px !important;
}

.profile-mob .btn-group span span {
    position: relative;
    top: 5px !important;
    margin-right: 4px !important;
}

}

@media only screen and (min-width: 365px) and (max-width: 767px) {

.profile-pic .col-xs-6 {
	width:100%;
	max-width:140px;
}
	
.profile-pic .col-xs-6 + .col-xs-6 {
	width: calc(100% - 140px);
	max-width:none;
}

}

@media only screen and (min-width: 768px) and (max-width: 993px) {

.stream_post .hide-post {
	opacity:1;
}

.navbar .nav {
    display: none;
}

}

@media only screen and (min-width: 768px) and (max-width: 992px) {

.joyride-tip-guide {
    position: fixed;
    top:80px !important;
    width: 95% !important;
    left: 2.5% !important;
    z-index: 111;
    bottom:auto;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) 
and (min-color-index:0) {  
   .stream-post-inner .media-heading {(;
		width: 100%;
		padding-right: 200px;
    );}
	
	.approve_btn {(;
		margin: 0px 0 20px;
	);}

}

@media only screen and (min-width: 250px) and (max-width: 767px) {

.scheduled-count {
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 400;
    position: relative;
    left: 0;
    padding-left: 82px;
}

.nav-justified>li {
    float: none;
    display: table-cell;
    width: 1%;
}

.inbox.bonfire-single-post .col-sm-4.post_avatar {
    display: inherit !important;
    float: none;
}

.inbox.bonfire-single-post .post_body h2 {
    margin: 0px 0 38px;
}

}

@media only screen and (min-width: 767px) and (max-width: 993px) {

.bonfire-single-post .col-sm-2 {
    width: 16.66666667%;
    float:left;
    display:inherit !important;
}

.bonfire-single-post .col-sm-7 {
    width: 58.33333333%;
    float:left;
    display:inherit !important;
}

.bonfire-single-post .col-sm-3 {
    width: 25%;
    float:left;
    display:inherit !important;
}

.bonfire-single-post .col-sm-10 {
    width: 83.33333333%;
    float:left;
    display:inherit !important;
}

.bonfire-single-post .post_stats > .bonfire-dropdown {
    margin-right: 65px !important;
}

.bonfire-single-post .post_body .col-sm-2.post_avatar {
   display:none !important;
}

}
/*New Social Network Panels */

.social_status_good:after{
	content:' ok';
}
.social_status_error:after{
	content:' error';
}

.social_status_good{
	
	font-weight: bold;
    color: black !important;
    background: #e5e5e5 !important;
    text-transform: uppercase;
	padding: 8px 22px;
	font-size: 14px;
	border-radius: 4px;
}
.social_status_error{
	font-weight: bold;
    color: white !important;
    background: #eba023 !important;
    text-transform: uppercase;
	padding: 8px 22px;
	font-size: 14px;
	border-radius: 4px;
}

.social_profiles.col-sm-3{
	font-size:25px;
	font-weight:bold;
	color:#1DA1F2 !important;
	line-height:42px;
}
.user-social-panel.panel-body {
	padding:0 15px;
}
.user-social.row{
	border-bottom:1px solid #ddd;
	padding:15px;
	font-size:18px;
}
.user_profilename .user-name{
	display:inline-block;
	float:none !important;
}

.user_profilename .user-name > a{
	padding-left: 10px;
}

.user-social-assign-tribes{
	max-width: 20%;
}

.user-social-assign-tribes .btn-default{
	font-weight:bold;
	color:black !important;
	background:#e5e5e5 !important;
	text-transform:uppercase;
}
.user-social-assign-tribes.no-tribes  .btn-danger{
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.user-social-assign-tribes.no-tribes .btn-default{
	color:#e3524d!important;
}

.social-campaign-preferences .btn-default{
	font-weight:bold;
	color:black !important;
	background:#e5e5e5 !important;
	text-transform:uppercase;
}

.social_account_rows{
	line-height:60px;
}
.share-freq{
	float:right;
	margin-right: -8%;
}

.internal{
	display: flex;
    align-items: center;
    word-wrap: break-word;
}
.sharefreq {
	 text-align:right !important;
	line-height:0;
 }
.sharefreq .nice-select{
	margin:0 !important;
}
.sharefreq > div {
	min-width:210px;
	display:inline-block; 
}
.sharefreq .dripfrequency-select  {
	width:100%;
}
.sharefreq select {
	height:auto;
	line-height: 14px;
	font-size:10px;
}

.freq-setting {
	margin-top: 10px;
}

.Soc_stat {
	padding-left:2%;
	padding-right: 0;
}
.Reauth{
	padding-left:0;
}

.Reauth .btn{
	margin-bottom:0 !important;
	padding: 8px 16px !important;
}

.Soc_stat,.Del_Acc,.Reauth{
	display:inline-block !important;
}

@media only screen and (min-width: 768px) {
	.Del_Acc{
		display:none !important;
	}
}
.Soc_stat:hover > .Del_Acc, .Soc_stat:active > .Del_Acc{
	display:inline-block !important;
}

.media-tip {
	padding: 15px 20px 0px 0px !important;
    float: right;
    min-width: 10px !important;
    width: 15px !important;
}

.freq-setting {
	width: 33%;
	float: right;
}

.stream-post-inner .popover {
	border-radius:0 !important;
	box-shadow:0 2px 10px rgba(90,90,90,.1) !important;
	border-color: rgba(0,0,0,.2) !important;
	min-width:80px;
	text-align:center
}
.stream-post-inner .popover-content {
  padding: 4px 9px;
  font-size:9pt;
  color:#888 !important;
}

.connections-tip {
	padding-left:30px;
	padding-top: 5px;
    margin-bottom: 5px;
}

.connect-profile {
	float:left;
	width:50%;
}

.conn-btn {
	padding-left: 30%; 
	padding-right: 1%;	
}

@media only screen and (max-width: 768px) {
    .conn-btn {
        padding-left: 0px;
		padding-right: 0px;
    }
}

.connect-profile>a {
	margin-bottom: 0px !important;
    height: 50px;
    padding-top: 16px !important;
    width: 100%;
    font-weight: bold;
	padding-left:10px !important;
	padding-right:10px !important;
}

/* Connect Profile Panel */

.social-type-list {
	list-style-type: none;
	padding-top: 26px;
	padding-left: 65px;
}

.social-type-list>li {
	padding-bottom: 15px;
	display:inline-block;
}

.twitter-info {
	width: 80%;
	padding-left: 12%;
}

.addTwitter {
	padding:20px;
}

.twitter-info> i {
	color: #4099ff;
	display: block;
	font-size: 50px;
	padding-left: 7px;
}

.twitter-info>h4 {
	color:  #4099ff;
}

.facebook-info {
	width: 80%;
	padding-left: 6%;
}

.addFacebook {
	padding:20px;
}

.facebook-info> i {
	color: #3B5998;
	display: block;
	font-size: 50px;
	padding-left: 18px;
}

.facebook-info>h4 {
	color:  #3B5998;
}

.linkedin-info {
	width: 80%;
	padding-left: 8%;
}

.addLinkedin {
	padding:20px;
}

.linkedin-info> i {
	color: #007bb6;
	display: block;
	font-size: 50px;
	padding-left: 12px;
}

.linkedin-info>h4 {
	color:  #007bb6;
}
/*Mobile-View Social Connections*/
@media only screen and (max-width: 1200px) {
.tab-content{
	padding:10px!important;
	width:100%;
}
.user-social.row{
	padding:0;
}
.title-mob{
	width:100%;
	padding:15px;
	display:inline-flex;
	margin:0 !important;
	border-bottom: 1px solid #ddd !important;
}
#info-share-freq{
	line-height:25px;
	padding-right:10px;
}
.user-name{
	display:table;
	height:60px;
	padding-right:10px !important;
	padding-left:0 !important;
}
.user-name a{
	position:relative;
	display:table-cell;
	word-break:break-all !important;
	vertical-align:middle;
}
#tribes-border{
	border-right :1px solid #ddd;
	padding-right:7px !important;
}
.title-mob .col-sm-7, .title-mob .col-sm-4{
	padding:0 !important;
}
.user-social-assign-tribes {
    max-width: 100%;
}
.tribes-status{
	display:block;
}
.tribes-status .col-md-12{
	height:50px;
}
.sharefreq.col-sm-9{
	margin-bottom:10px !important;
}
.Soc_stat{
	margin-top:10px;
	padding:0 !important;
}
/*-----------------------------*/
/*Stats-summary-widget*/

@media screen and (max-width: 767px) {
.stat-summary-widget{
	width:75% !important;
	margin-left:auto;
	margin-right:auto;
}	
}

.stat-summary-widget{
	width:100%;
	height:auto;
	border: 1px solid #ddd;	
}

.stat-summary-header{
	text-align:left;
	width:100%;
	background-color:#f5f5f5;
	color:#333;
	font-family:'Palanquin Dark', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
	padding:10px;
	border-bottom:1px solid #ddd;
}
.stat-summary-footer a{
	margin-bottom:0;
	text-align:center;
	width:100%;
	color:#fff;
	font-family:'Palanquin Dark', sans-serif;
	text-transform:uppercase;
	font-size:15px;
	padding:10px;
	border-radius:0 !important;
	/*border-bottom:1px solid #ddd;*/
}
/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: #f5f5f5;
}
.stats-row{
	display:block;
	color:#333;
	font-family:Cabin;
	font-size:15px;
	padding:5px;
}
div.tab button {
	width:50%;
    background-color: #f5f5f5;
	color:#333;
	font-family:Cabin;
	font-size:15px;
    float: left;
	border:none;
    /*border-bottom: 1px solid #ddd;*/
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
}

div.tab button:hover {
    background-color: #ddd;
}

div.tab button.active {
    background-color: #fff;
	color:#333;
	border-bottom:none;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
}
.tabcontent-mob {
    display: none;
    padding: 6px 12px;
}

