﻿/* ==========================================================================
   Tunabeba - Transport Anything Anywhere
   ========================================================================== */
/*
* Author Name: TheMashaBrand
* Author URI: http://themeforest.net/user/themashabrand
* Website: http://www.themashabrand.com
  
/* ------------------------------------------------------------------- */
/* Import Section
---------------------------------------------------------------------- */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */
@import url("bootstrap.min.css");			/* Bootstrap 3.3.6 */
@import url("font-awesome.min.css");		/* Font-awesome 4.5.0 */
@import url("animate.min.css");		/* Scrolling Animations */
@import url("css.css");
@import url("css-1.css");
@import url("css-2.css");
@import url("css-3.css");
@import url("css-4.css");

/* ------------------------------------------------------------------- */
/* Navbar Section
---------------------------------------------------------------------- */
.navbar.navbar-default {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    background-color: #fff;
}
.navbar-brand {
    font-family: 'Abhaya Libre', serif;
    font-size: 32px;
    color: #474B59 !important;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}
a.navbar-brand:hover {
    color: #00C4CF !important;
}
.navbar-default .navbar-nav li a:hover, 
.navbar-default .navbar-nav li.active>a, 
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover, 
.tr-dropdown-menu li a:hover {
    color: #00C4CF;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    padding: 15px 10px;
    line-height: 25px;
}
.navbar-default .navbar-nav li a{
    text-decoration: none;
    font-family: 'Abhaya Libre', serif;
    color: #858686;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-right: 2px;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}
.navbar-default .navbar-nav li a:hover{
    color: #00C4CF !important;
}
.navbar-default .navbar-nav li i{
    padding: 15px 2px;
    color: #858686;
    font-size: 14px;
    line-height: 25px;
}
.navbar-default .navbar-right .kafe-btn{
    font-family: 'Abhaya Libre', serif;
	font-size: 14px;
    text-transform: uppercase;
    margin: 12px 2px;
}

.navbar-right {
    display: inline;
    margin-right: 35px;
}
.navbar-right li {
    display: inline-block;
}

/* ==========================================================================
   Dropdown Menu
   ========================================================================== */

.avatar {
	width: 32px;
	height: 32px;
	text-align: center;
}

.w {
  width: 200px;
  position: absolute;
  top: 118% !important;
}	
.w a{
  font-family: 'Abhaya Libre', serif;
  font-size: 14px !important;
}   

.dropdown-menu::before {
    position: absolute;
	color: #fff;
    top: -8px;
    right: 16px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1e6ef;
    border-left: 8px solid transparent;
    content: '';
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.mega-avatar > li.dropdown-menu{
  left: 0;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 2rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-size: 40px !important;
  font-weight: 400;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}
.dropdown-item:hover{
  background: #eee;
}
@media(max-width:768px) {
	.navbar-default .navbar-nav>li>a {
		padding: 10px 10px;
		line-height: 4px;
	}
	.navbar-right {
	    padding: 4px 0;
		margin-right: 0;
	}
	.navbar-default .navbar-nav li i{
		padding-top: 4px;
		padding-left: 20px;
		padding-right: 0px !important;
		line-height: 4px;
	}	
	.navbar-default .navbar-right .navbar-nav {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}	
	.navbar-default .navbar-right li a {
		padding-top: 4px !important;
		padding-right: 20px !important;
		padding-bottom: 0px !important;
		line-height: 4px;
	}
	.navbar-right .kafe-btn {
		margin: 2px 20px;
	}
	
	.dropdown-menu.pull-right {
	  position: relative;
	  left: 20px !important;
	}	
	.navbar-default .navbar-right li a.dropdown-item {
	  display: block;
	  width: 100%;
	  padding-top: 13px !important;
	  padding-right: 0px !important;
	  padding-bottom: 13px !important;
	  padding-left: 10px !important;
	  clear: both;
	  font-weight: 400;
	  color: #373a3c;
	}
	.navbar-default .navbar-right li a.dropdown-item:hover{
	  background: #eee;
	}
}

/* ------------------------------------------------------------------- */
/* Header Section
---------------------------------------------------------------------- */
.tr-banner {
}
.banner-content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  margin-top: 0;
}
.banner-content h2 {
  font-family: 'Abhaya Libre', serif;
  font-size: 24px;
  margin-bottom: 0;
}
form.form-horizontal {
	margin-top: 20px;
    padding: 20px;
    display: table;
    width: 100%;
    background: rgba(255,255,255,.2);
    border-radius: 4px;
}
.banner .no-padd {
    padding: 0 5px;
}
.input-group {
    width: 100%;
    padding: 0;
    display: block;
}
.form-control.right-bor {
    border-right: 1px solid #e4e4e4;
}
.kafe-btn-mint, 
.kafe-btn-mint:focus, 
.kafe-btn-mint:hover, 
.form-control {
    height: 52px;
}

/* ------------------------------------------------------------------- */
/* Footer Section
---------------------------------------------------------------------- */

.footerWhite {
    background-color: #ffffff;
}
footer {
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding-bottom: 0;
    position: relative;
}
footer {
    display: block;
    float: left;
    width: 100%;
}


.footerWhite .copyRightWrapper {
  padding: 20px 0;
  border-top: 1px solid #eee !important;
}
.footerWhite .copyRightWrapper .copyRightText p {
  font-family: 'Abhaya Libre', serif;	
  color: #848484;
  font-size: 17px;
}
.footerWhite .copyRight .socialLink {
    text-align: right;
    margin: 0;
}
.footerWhite ul li {
    list-style-type: none;
}
.footerWhite .copyRight .socialLink li a {
    color: #848484;
    border-color: #e5e5e5;
    font-size: 17px;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: block;
    border: 1px solid rgba(255,255,255,0.25);
    text-align: center;
    line-height: 38px;
}

#scrollup {
  background: url("../img/arrowup.png") no-repeat 0px 0px;
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 3%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: 100%;
  cursor: pointer;
}



/* ------------------------------------------------------------------- */
/* Pagination - User List Page
---------------------------------------------------------------------- */	
.paginationCommon.blogPagination {
    margin-bottom: 25px;
    margin-top: 25px;
}
.paginationCommon.blogPagination nav {
    margin: 0;
    border: none;
}
.paginationCommon.blogPagination nav .pagination {
    margin: 0;
}
.paginationCommon .pagination li {
    float: left;
    margin: 25px 5px 5px 0;
}
ul li {
    list-style-type: none;
}
.paginationCommon .pagination li:first-child a {
    border-radius: 0;
}
.paginationCommon .pagination li a {
    border-color: #e5e5e5;
    float: none;
    color: #222222;
    font-weight: 400;
    padding-top: 10px;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 30px;
    font-size: 12px;
}
.paginationCommon .pagination li a:hover,  {
    color: #fff;
    background-color: #00C4CF !important;
    border-color: #00C4CF !important;
}

.paginationCommon .pagination li a span {
    font-size: 17px;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #00C4CF !important;
    border-color: #00C4CF !important;
}
@media(max-width:992px) {	
	.paginationCommon.blogPagination {
		margin-top: 0;
	}
}
@media(max-width:768px) {	
	.paginationCommon.blogPagination {
		margin-bottom: 0;
		margin-top: 15px;
	}
	.paginationCommon nav {
		margin: 0 0 70px 30px;
	}
	.paginationCommon .pagination li {
		margin: 0 10px 0 0;
	}	
	.paginationCommon .pagination li a {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}	
	.paginationCommon .pagination li:first-child a {
		margin-left: 20px;
	}
	.paginationCommon .pagination li:second-last a {
		margin-left: 20px;
	}
}

/* ------------------------------------------------------------------- */
/* Section Section
---------------------------------------------------------------------- */
.section-padding {
    padding: 80px 0;
}
.section-title h1 {
	font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #505050;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 45px;
}
.section-title-new h1 {
	font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #505050;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 0px 0px;
}
.section-title-left h1 {
	font-family: 'Abhaya Libre', serif;
    font-size: 16px;
    color: #00C4CF !important;
    text-align: left;
    text-transform: uppercase;
    margin: 30px 0 40px 0px;
}

/* ------------------------------------------------------------------- */
/* Box Home Section
---------------------------------------------------------------------- */

.box-home {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(36,37,38,.08);
	margin-bottom: 30px;
}
.box-home:hover {
    box-shadow: 0 6px 15px rgba(43,37,38,.20);
}
.box-home > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.box-home a {
    display: block;
}
.box-home img {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 6px;
}
.box-home h3 {
    font-size: 1.2rem;
    font-weight: 700;
    padding-left: 120px;
}
.box-home h3 a {
    color: #333;
}
.box-home p {
    line-height: 22px;
    margin-bottom: 0;
    padding-left: 120px;
}
/* ------------------------------------------------------------------- */
/* Featured Users Section
---------------------------------------------------------------------- */

.featured-users {
	border-bottom: 2px solid #F6F6F7;
	padding-top: 20px;
	padding-bottom: 40px;
	background: #f4f4f4;
}

.featured-users .card-box {
	background-color: #fff;
	padding: 40px 30px;
	color: #000;
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.member-card .member-thumb {
    position: relative;
}
.thumb-xl {
    height: 120px;
    width: 120px;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.text-muted {
    color: #898b8c !important;
}
.text-danger {
    color: #FA5050 !important;
}
.text-mint {
    color: #00C4CF !important;
}
.font-13 {
    font-size: 13px !important;
}
.featured-users .most-popular {
	position: absolute;
	top: 25px;
	right: -60px;
}	
.featured-users .most-popular span {
	font-family: 'Abhaya Libre', serif;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px 70px;
  background: #d65456 !important;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
}
.featured-users h4 {
	font-family: 'Abhaya Libre', serif;
	color: #000;
	font-size: 18px;
}
.featured-users p {
	font-family: 'Abhaya Libre', serif;
	font-size: 15px;
    color: #898b8c !important;
}
.featured-users a.text-pink {
	font-family: 'Abhaya Libre', serif;
	color: #00C4CF;
	font-size: 15px;
}
.featured-users p.font-16 {
	font-family: 'Abhaya Libre', serif;
	font-size: 15px;
}
.featured-users .kafe-btn-mint {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFF;
}



/* ------------------------------------------------------------------- */
/* Widget Section
---------------------------------------------------------------------- */

.widget {
	color: #afb1b2;
	padding: 15px 15px;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 30px;
}	
.widget .widget_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #272727;
	margin: 0 0 20px;
}
.widget ul li a{
	font-family: 'Abhaya Libre', serif;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 0;
  color: #898b8c !important;
	  font-weight: 400;
}

.widget ul li a:hover {
  text-decoration: none;
  color: #00C4CF !important;
}

.widget ul li a span{
	color: #d65456;
}

/* ------------------------------------------------------------------- */
/* Profile
---------------------------------------------------------------------- */

.featured-users .card-box-profile {
	background-color: #fff;
	padding: 40px 0px;
	color: #000;
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.featured-users .card-box-profile img{
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 15px;
}

.featured-users .card-box-profile h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  color: #848484;
}

.featured-users .card-box-profile p{
  font-family: 'Abhaya Libre', serif;
  font-size: 15px;
  color: #848484;
}

/* ------------------------------------------------------------------- */
/* Post Details
---------------------------------------------------------------------- */
.post-details{
  background: #f4f4f4;
  padding: 40px 0;
} 
.post-details .card-box-profile-details {
	background-color: #fff;
	padding: 10px 30px 0px 0px;
	color: #272727;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.post-details .card-box-profile-details-sidebar {
	background-color: #fff;
	padding: 10px 30px 10px 20px !important;
	margin-bottom: 15px;
	color: #272727;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.post-details h1, 
.post-details h2, 
.post-details h3, 
.post-details h4, 
.post-details h5, 
.post-details h6 {
  font-family: 'Montserrat', sans-serif;
  color: #2C3E50;
  letter-spacing: 1px;
}

.post-details h1 a, 
.post-details h2 a, 
.post-details h3 a, 
.post-details h4 a, 
.post-details h5 a, 
.post-details h6 a { 
  font-weight: inherit; 
}

.post-details h1 { font-size: 30px; line-height: 54px; }
.post-details h2 { font-size: 24px; line-height: 48px; }
.post-details h3 { font-size: 22px; line-height: 44px; }
.post-details h4 { font-size: 18px; line-height: 36px; }
.post-details h5 { font-size: 16px; line-height: 28px; }
.post-details h6 { font-size: 14px; line-height: 24px; }

.post-details p,
.post-details span{ 
  font-family: 'Abhaya Libre', serif;
  font-size: 16px;
  color: #848484;
  line-height: 24px;
  margin: 0;
  letter-spacing: 1px;
}
.post-details p img { margin: 0; }

.post-details ul { list-style: decimal !important; }
.post-details ul li {
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #868585 !important;
  letter-spacing: 1px;
}

.post-details .list .list-group-item.active{
  background: #00C4CF;
  border-color: #00C4CF;
  color: #fff;
}

.share-links {
	margin: 0 0 20px 90px;
	font-size: 14px;	
}
.share-links h3 {
	font-size: 15px;
	letter-spacing: .03em;
	text-transform: uppercase;
}		

.share-links a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 8px;
	color: #707070;
}

	
.share-links a:hover {
  color: #00C4CF !important;
  text-decoration: none;
}

/* ----------------  Description Profile    --------------- */

.description-profile {
    padding: 10px 40px 0 40px;
}
.description-profile h3{
  font-family: 'Montserrat', sans-serif;	
  font-size: 20px;
  color: #3d464d;
}	
.description-profile ul {
}

.description-profile ul li {
  font-family: 'Abhaya Libre', serif;		
  font-size: 15px;
  letter-spacing: 1px;
  color: #898b8c;
}
.description-profile p{
  font-family: 'Abhaya Libre', serif;		
  font-size: 18px;
  color: #898b8c;
}

.description-profile .tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.description-profile .resume-info > li {
    margin-bottom: 30px;
    position: relative;
}

.description-profile .resume-info .icon {
    float: left;
    font-size: 30px;
    color: #00C4CF;
    margin-right: 30px;
}
.description-profile .tr-title {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.description-profile .personal-details li {
    margin-bottom: 0px;
}
.description-profile .personal-details .media-body ul > li > span {
    font-weight: normal;
}
.description-profile .personal-details .left {
    min-width: 180px;
    float: left;
}
.description-profile .personal-details .middle {
    margin-right: 30px;
    float: left;
}
.description-profile .personal-details .right {
    display: table-cell;
    vertical-align: top;
    width: 10000px;
}


/* ----------------  Votes    --------------- */
.tr-votes {
  background: #f4f4f4;
  width: 100%;
}

.tr-votes .no-gap {
margin: 0;
}  

.tr-profile div.col-lg-3, .header div.col-lg-9{
 margin: 0 !important;
 padding: 0 !important;
}

.tr-votes .header {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2px;
    padding: 15px 30px;
    background-color: #ffffff;
	
}
.tr-votes .header h4 {
  font-family: 'Abhaya Libre', serif;	
  font-size: 14px;	
}
.tr-votes .header .box-left, .header .box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tr-votes .header .title {
	font-family: 'Abhaya Libre', serif;
  font-size: 14px;	
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
    min-width: 70px;
    margin-right: 15px;
}
.tr-votes .bt-info {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #DBE0DF;
    border-radius: 50%;
    text-align: center;
    color: #A6ABAB;
    cursor: pointer;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}
.tr-votes > ul {
  width: 100% !important;
 margin: 0 0 30px 0 !important;
 padding: 0 !important;
}
.tr-votes .list-users-votes > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2px;
    padding: 15px 30px 0px 30px;
	margin-bottom: 0px !important;
    background-color: #ffffff;
  width: 100% !important;
}
li {
    list-style: none;
}
.tr-votes .list-users-votes .avatar {
    float: left;
    width: 50px;
	height: 50px;
    margin-right: 30px;
	margin-top: 7px;
	margin-bottom: 0px;
}
.tr-votes .list-users-votes .avatar img {
    float: left;
    border-radius: 50%;
    max-width: 100%;
    height: 50px;
}
.tr-votes .list-users-votes .info {
    float: left;
    padding-top: 8px;
}
.tr-votes .list-users-votes .info .row {
    margin-bottom: 3px;
	font-family: 'Abhaya Libre', serif;
	font-size: 15px;
}
.tr-votes .list-users-votes .info .row a.weblink{
   color: #00C4CF !important;
   text-decoration: none;   
}
strong {
    font-weight: 700 !important;
}
.tr-votes .circle-part-votes{
	float: center;
}
.tr-votes .list-users-votes .info .row:nth-child(1) a {
    color: #202121;
}
.tr-votes .list-users-votes .list-circle-notes {
    margin-right: 10px;
}
.tr-votes .list-circle-notes {
    display: inline-block;
}
.tr-votes .list-circle-notes li.design {
    color: #df6c4f;
}
.tr-votes .list-circle-notes li {
    position: relative;
    float: left;
    margin-right: 4px;
}
.tr-votes .list-users-votes .item {
    display: inline-block;
    min-width: 50px;
    height: 50px;
	font-family: 'Montserrat', sans-serif;
    line-height: 50px;
    font-size: 30px;
    text-align: right;
    vertical-align: bottom;
}
.tr-votes .list-users-votes .item .note {
    display: block;
    min-width: 74px;
    text-align: right;
    font-size: 30px;
}

.list-number-awards {
    display: inline-block;
    vertical-align: bottom;
}
.list-number-awards li {
    float: left;
    margin-right: 6px;
}
.list-number-awards .box-item {
    width: 50px;
    height: 60px;
    padding-top: 10px;
    text-align: center;
    color: #202121;
    border: 1px solid #E6EAEA;
    cursor: default;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list-number-awards .box-item span {
	font-family: 'Abhaya Libre', serif;
    display: block;
    font-size: 14px;
}
.list-number-awards .box-item strong {
    display: block;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 18px;
	font-weight: 700;
}

.list-number-awards .box-item-1 {
    width: 50px;
    height: 30px;
    padding-top: 4px;
    text-align: center;
    color: #202121;
    border: 1px solid #E6EAEA;
    cursor: default;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list-number-awards .box-item-1 span {
	font-family: 'Abhaya Libre', serif;
    display: block;
    font-size: 14px;
}

/* ------------------ */
/* More Section
--------------------- */

.more {
  padding: 40px 0px 0px 0px;
  background: #F4F4F4 !important;
  text-align: center;
}

/* ---------- Chart Part ---------- */

.circle-part-votes ul{
  list-style-type: none; 
  padding-bottom: 70px;	
}
.circle-part-votes ul li:last-child{
  margin-right: 0px !important;	
}
.circle-part-votes ul li{
  display: inline-block !important; 
  margin-right: 60px !important;	
}

.chart-votes,.chart-1-votes,.chart-2-votes,.chart-3-votes {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 20px;
  margin: 0px 0px;
  text-align: center;
}

.chart-votes canvas, .chart-1-votes canvas, .chart-2-votes canvas, .chart-3-votes canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent-votes {
  position: relative;
  top: 20px;
  left: 9px;
  display: inline-block;
  line-height: 20px;
  font-size:18px;
  font-weight:300;
  z-index: 2;
  margin: 0px !important;
}


/* ------------------------------------------------------------------- */
/* Dashboard Details
---------------------------------------------------------------------- */
.tr-profile {
  background: #f4f4f4;
  color: #272727;
  line-height: 22px;
}
.section-padding {
    padding: 80px 0;
}

/* ----------------  Sidebar    --------------- */

.profile-tabs {
    padding: 40px 30px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
}

.profile-tabs > li {
    font-size: 16px;
    margin-bottom: 20px;
}
.profile-tabs > li > a:hover, 
.profile-tabs > li > a:focus, 
.profile-tabs > li > a, 
.profile-tabs > li.active > a, 
.profile-tabs > li.active > a:focus, 
.profile-tabs > li.active > a:hover {
	font-family: 'Abhaya Libre', serif;
    color: #00C4CF;
}

.profile-tabs > li.active > a, 
.profile-tabs > li.active > a:focus, 
.profile-tabs > li.active > a:hover {
	background: #f4f4f4 !important;
}
.profile-tabs > li i {
    font-size: 18px;
    color: #3d464d;
    margin-right: 10px;
}

/* ----------------  Account Info    --------------- */

.account-info .fun-fact {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 4px;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}
.account-info .fun-fact h1 {
  font-family: 'Montserrat', sans-serif;	
  font-size: 30px;
  color: #3d464d;
  margin: 0;
}
.account-info .fun-fact span {
  font-family: 'Abhaya Libre', serif;	
  margin: 0;
  font-size: 16px;
  color: #3d464d;
  margin: 0;
  display: block;
}
.account-info .fun-fact a {
  font-family: 'Abhaya Libre', serif;	
  margin: 0;
  font-size: 16px;
  color: #00C4CF;
  margin: 0;
  display: block;
}

/* ----------------  How to    --------------- */

.how-to {
    padding: 10px 40px;
}
.how-to h3{
  font-family: 'Montserrat', sans-serif;	
  font-size: 20px;
  color: #3d464d;
}	
.how-to ul {
}

.how-to ul li {
  font-family: 'Abhaya Libre', serif;		
  font-size: 15px;
  letter-spacing: 1px;
  color: #898b8c;
}
.how-to p{
  font-family: 'Abhaya Libre', serif;		
  font-size: 18px;
  color: #898b8c;
}

/* ----------------  Apply for Driver's Job    --------------- */

.drivers-job {
    padding: 10px 40px;
}
.section {
    padding: 40px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
}
.drivers-job h3{
  font-family: 'Montserrat', sans-serif;	
  font-size: 20px;
  color: #3d464d;
}	
.drivers-job p{
  font-family: 'Abhaya Libre', serif;		
  font-size: 18px;
  color: #898b8c;
}
.drivers-job .box-body{
  padding: 10px 0px;
}
.drivers-job .box-body label{
  font-family: 'Abhaya Libre', serif;		
  font-size: 15px;
  color: #898b8c;
}



/* ----------------  App Item    --------------- */

.app-item {
    border-radius: 3px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    background-color: #fff;
}
.app-item .app-info {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    padding: 40px 25px 20px;
}
.app-item .left-content{
    float: left;
}
.app-item .app-img {
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
}
.app-item .job-meta{
    overflow: hidden;
    margin: 10px 0 0;
}
.app-item .app-title a{
  font-family: 'Montserrat', sans-serif;	
  font-size: 20px;
  color: #00C4CF;
  text-decoration: none;
}
.app-item ul.tr-list {
    list-style: none !important;
}
.app-item ul li{
    float: left;
    display: inline-block !important;
    list-style: none;
    margin-right: 20px;
  font-family: 'Abhaya Libre', serif;
    font-size: 15px;
    margin-bottom: 10px;
  color: #898b8c;
}
.app-item ul li a{
  font-family: 'Abhaya Libre', serif;		
  font-size: 15px;
  color: #898b8c;
  text-decoration: none;
}
.app-meta li span i {
  color: #898b8c;
}
.app-meta li i {
    margin-right: 15px;
}
.app-item .right-content{
    float: right;
}
.app-item .right-content span.applied {
    color: #bebebe;
    font-size: 12px;
    text-align: right;
    display: block;
    margin-top: 15px;
}

@media(max-width:768px) {	
	.app-item .right-content{
		float: left;
	}
}

/* ----------------  Transactions   --------------- */

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header .box-title {
    display: inline-block;
	font-family: 'Montserrat', sans-serif;	
	font-size: 18px;
	color: #3d464d;
    margin: 0;
    line-height: 1;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

/* ----------------  Profile    --------------- */

.change-photo {
    margin-bottom: 35px;
    overflow: hidden;
}
.change-photo .user-image {
    float: left;
    margin: 0 20px 0 0;
    border: none;
}
.user-image{
    width: 130px;
    height: 130px;
    overflow: hidden;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 30px;
}
.user-image img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.change-photo .upload-photo {
    margin-top: 45px;
}
.change-photo .upload-photo .btn {
    font-size: 12px;
    cursor: pointer;
    margin-right: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px 5px;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.change-photo .upload-photo input {
    display: none;
}


.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.label-success {
    background: none !important;
    color: #1ab394 !important;
    border: 1px solid #1AB394;
}

.post-details .label-success {
  font-family: 'Varela Round', sans-serif;
  background: #00C4CF !important; 
  margin-bottom: 5px;
  font-size: 10px;
  color: #fff !important;
  letter-spacing: 1px;
}
/* ----------------  Unused    --------------- */

.resume-last-updated {
    padding: 10px 40px;
}
.section {
    padding: 40px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
}



