/*	
*	############################################################################################
*	
*	CarSpot - Car Dealer WordPress Theme
*	---------------------------------------------------------------------
*
*	Author: 	ScriptsBundle
*	Website: 	https://www.scriptsbundle.com/
*	Copyright: 	Copyright 2019 ScriptsBundle
*	
*	############################################################################################
*/
/********************
 * GENERAL STYLES
 ********************/
html {
	position: relative;
	min-height: 100%;
}
body {
	/*background-color: #F3F5F8;*/
	/*font-family: "Source Sans Pro", sans-serif;*/
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	color: #8D99A8;
}
a {
	color: #3287B2;
}
a:hover, a:focus {
	color: #3b98c8;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: "Poppins",sans-serif;
    font-weight: normal;
    margin: 0;
    background: 0;
    line-height: 1.6em
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 24px
}
h3 {
    font-size: 20px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px;
    line-height: 1.6
}
h6 {
    font-size: 12px
}
p {
    line-height: 1.6em;
    font-size: 16px
}
th {
	font-weight: 600;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0
}
.margin-bottom-10 {
    margin-bottom: 10px
}
.margin-bottom-20 {
    margin-bottom: 20px
}
.margin-bottom-30 {
    margin-bottom: 30px
}
.margin-bottom-40 {
    margin-bottom: 40px
}
.margin-bottom-50 {
    margin-bottom: 50px
}
.margin-top-10 {
    margin-top: 10px
}
.margin-top-20 {
    margin-top: 20px
}
.margin-top-30 {
    margin-top: 30px
}
.margin-top-40 {
    margin-top: 40px
}
.margin-top-50 {
    margin-top: 50px
}
.container.full-width {
    width: 100%!important
}
.section-padding {
    padding: 90px 0
}
.section-padding-140 {
    padding: 140px 0
}
.section-padding-120 {
    padding: 120px 0
}
.section-padding-100 {
    padding: 100px 0
}
.section-padding-80 {
    padding: 80px 0
}
.section-padding-70 {
    padding: 70px 0
}
.section-padding-60 {
    padding: 60px 0
}
.section-padding-40 {
    padding: 40px 0
}
.custom-padding-20 {
    padding: 20px 0
}
.no-top {
    padding-top: 0
}
.padding-top-20 {
    padding-top: 20px
}
.padding-top-30 {
    padding-top: 30px
}
.padding-top-40 {
    padding-top: 40px
}
.padding-top-50 {
    padding-top: 50px
}
.padding-top-45 {
    padding-top: 45px
}
.padding-top-60 {
    padding-top: 60px
}
.padding-top-70 {
    padding-top: 70px
}
.padding-top-80 {
    padding-top: 80px
}
.padding-top-90 {
    padding-top: 90px
}
.padding-top-100 {
    padding-top: 100px
}
.padding-top-120 {
    padding-top: 120px
}
.padding-top-140 {
    padding-top: 140px
}
.padding-bottom-20 {
    padding-bottom: 20px
}
.padding-bottom-30 {
    padding-bottom: 30px
}
.padding-bottom-40 {
    padding-bottom: 40px
}
.padding-bottom-50 {
    padding-bottom: 50px
}
.padding-bottom-70 {
    padding-bottom: 70px
}
.padding-bottom-80 {
    padding-bottom: 80px
}
.padding-bottom-120 {
    padding-bottom: 120px
}
.padding-bottom-100 {
    padding-bottom: 100px
}
.padding-bottom-80 {
    padding-bottom: 80px
}
.padding-bottom-60 {
    padding-bottom: 60px!important
}
.padding-bottom-40 {
    padding-bottom: 40px!important
}
.padding-bottom-20 {
    padding-bottom: 40px
}
.custom-padding {
    padding: 90px 0 60px 0
}
.custom-padding.no-top {
    padding: 0 0 60px 0
}
.custom-padding-2 {
    padding: 90px 0 110px 0
}
.gray {
    background-color: #f6f6f6
}
.white-bg {
    background-color: #fff
}
.no-display {
    display: none
}
.page-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 300;
}
.tooltip-disabled {
	z-index:999;
	padding:10px;
}
.dashboard-heading {
	margin-top:10px;
	margin-bottom:30px;
	border-bottom:1px solid #EEE;
	text-transform:capitalize;
	color:#242424;	
	padding-bottom:10px;
}
footer {
	position: absolute;
    bottom: -5px;
    right: 10px;;
}
.copyright {
	margin-bottom: 0;
	text-align: right;
	font-size: 13px;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 99
}
.cd-top.cd-fade-out {
    opacity: .5
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}
.navbar .navbar-btn-right .form-inline.btn-instead {
	position:relative;	
}
.navbar .navbar-btn-right .form-inline.btn-instead .btn-theme {
		line-height:normal;
		box-shadow:none;	
		color: #ffffff;
		padding:12px 20px;
	}
	.navbar .navbar-btn-right .form-inline.btn-instead .btn-theme  {
		font-size:14px;
		height:52px;	
	}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    cursor: default;
    overflow: auto;
    box-shadow: none;
    border: 1px solid #eee;

}
.autocomplete-suggestion {
    padding: 5px 8px;
    white-space: nowrap;
    overflow: hidden
}
.autocomplete-no-suggestion {
    padding: 5px 8px
}
.autocomplete-selected {
    background: #f0f0f0
}
.autocomplete-suggestions strong {
    font-weight: 600;
    color: #232323
}
.autocomplete-group {
    padding: 5px 8px;
    font-weight: 600;
    font-size: 16px;
    color: #232323;
    display: block;
    border-bottom: 1px solid #000
}

@media screen and (max-width: 767px) {
.copyright {
	text-align: center;
	position: relative !important;
}
}
/********************
 * LAYOUT
 ********************/
#wrapper .sidebar {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 260px;
	height: 100%;
	float: left;
	background-color: #2B333E;
	position: fixed;
	left: 0;
}
#wrapper .main {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: calc(100% - 260px);
	left: 0;
	position: relative;
	float: right;
	background-color: #f5f5fa;
}
#wrapper #sidebar-nav, #wrapper .main {
	padding-top: 85px;
}

.layout-fullwidth #wrapper .sidebar {
	left: -260px;
}
.layout-fullwidth #wrapper .main {
	width: 100%;
}
.layout-fullwidth #wrapper .navbar {
	left: 0 !important;
}
.layout-fullwidth #wrapper .btn-toggle-fullwidth {
	color: #E52D27;
}
.offcanvas-active #wrapper .sidebar {
	left: 0;
}
.offcanvas-active #wrapper .main {
	width: 100%;
	position: relative;
	left: 260px;
}

@media screen and (max-width: 1024px) {
#wrapper .sidebar {
	left: -260px;
}
#wrapper .main {
	width: 100%;
}
#wrapper .navbar {
	left: 0 !important;
}
#wrapper .btn-toggle-fullwidth {
	color: #E52D27;
}
.btn-toggle-minified {
	display: none;
}
}
.main-content {
	padding: 10px;
	padding-top:30px;
	position: relative;
	overflow: hidden;
}
.navbar + .main-content {
	padding: 105px 0 28px 5px;
}

@media screen and (max-width: 767px) {
.navbar + .main-content {
	padding-top: 155px;
}
}
html.fullscreen-bg, html.fullscreen-bg body, html.fullscreen-bg #wrapper {
	height: 100%;
}
.vertical-align-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}
.vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}
/********************
 * TOP NAVIGATION
 ********************/
.navbar-default {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #fafafa;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f8f8f8;
}
.navbar-default .brand {
	float: left;
	padding:30px 30px;
	background-color: #fff;
	max-width: 210px;
}

@media screen and (max-width: 1024px) {
.navbar-default .brand {
	padding-left: 15px;
	padding-right: 15px;
}
}




.navbar-btn {
	float: left;
	margin: 0;
}
.navbar-btn button.btn-toggle-fullwidth, .navbar-btn button#full-screen {
	font-size: 30px;
	padding: 4px 8px;
	line-height: 76px;
	border: none;
	background: none;
	outline: none;
}
.navbar-btn button.btn-toggle-fullwidth i, .navbar-btn button#full-screen i {
	vertical-align:middle;	
}
.navbar-btn button i.la-arrows-alt {
	font-size:22px;	
}

@media screen and (max-width: 640px) {
.navbar-btn {
	padding-left: 0;
}
}
.navbar-btn-right {
	float: right;
}
.navbar-form {
	padding: 15px;
	border: 0;
	margin: 0;
}
.navbar-form input[type="text"] {
	min-width: 250px;
	padding: 15px;
	height: auto;
}

@media screen and (max-width: 767px) {
.navbar-form {
	float: left;
	width: 70%;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	padding-right: 0;
}
.navbar-form .input-group {
	width: 70%;
}
.navbar-form input[type="text"] {
	min-width: 150px;
}
}

@media screen and (max-width: 640px) {
.navbar-form {
	display: none;
}
}
.navbar-nav .icon-menu {
	display: inline-block;
	vertical-align: middle;
	 vertical-align: auto;
	 zoom: 1;
	padding: 30px 20px;
	position: relative;
}
.navbar-nav .icon-menu .badge {
	position: absolute;
	top: 22px;
	right: 16px;
}
.navbar-nav > li > a {
	padding: 30px 20px;
}
.navbar-nav > li > a > i {
	font-size: 26px;
	margin-right: 2px;
	vertical-align: middle;
}
.navbar-nav > li > a > i.icon-submenu {
	margin-left: 2px;
	margin-right: 0;
	font-size: 10px;
	position: relative;
	top: 2px;
}
.navbar-nav > li > a > span {
	position: relative;
	top: 2px;
}
.navbar-nav > li > a img {
	width: 26px;
	margin-right: 2px;
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
	min-width: 250px;
}
.navbar-nav .dropdown-menu {
	border-top: 2px solid #ACB0B5;
}
.navbar-nav .dropdown-menu > li > a {
	padding: 10px 20px;
	position:relative;
	overflow:hidden;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
	background-color: #fafafa;
}
.navbar-nav .dropdown-menu > li > a span,  .navbar-nav .dropdown-menu > li > a i {
	vertical-align: middle;
}
.navbar-default .navbar-btn.post-btn {
	padding: 22px 0;
}

@media screen and (min-width: 768px) {
.navbar-nav.navbar-right {
	margin-right: 0;
}
}

@media screen and (max-width: 767px) {
.navbar-nav {
	width: 100%;
	margin: 0;
}
.navbar-nav > li {
	display: table-cell;
	width: 1%;
	position: inherit;
	text-align: center;
}
.navbar-nav > li > a {
	padding: 15px 20px;
}
/*.navbar-nav > li > a span:not(.badge),  .navbar-nav > li > a .icon-submenu {
	display: none;
}*/
.navbar-nav .open .dropdown-menu {
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	position: absolute;
	width: 100%;
	margin-top: 3px;
	background-color: #fff;
}
.navbar-nav .open .dropdown-menu > li > a {
	padding: 10px 15px;
}
.navbar-nav .icon-menu {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-nav .icon-menu .badge {
	top: 10px;
	right: 15px;
}
.navbar-default .navbar-btn.post-btn {
    padding: 0;
}
}
.navbar-toggle {
	padding: 5px 8px;
	margin: 20px 15px 20px 0;
}
.navbar-toggle .icon-nav {
	font-size: 24px;
}
.notification-item .dot {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	width: 10px;
	height: 10px;
	content: '';
	margin-right: 8px;
}
ul.notifications > li {
	border-bottom: 1px solid #F0F0F0;
}
ul.notifications > li:last-child {
	border-bottom: none;
}
ul.notifications > li > .more {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-weight: 500;
	text-transform: capitalize;
}
ul.notifications > li > .more:hover, ul.notifications > li > .more:focus {
	text-decoration: none;
}
.dropdown-menu {
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	border-color: #eaeaea;
}
.dropdown-menu > li > a {
	color: #676a6d;
}
.dropdown-menu > li i {
	margin-right: 6px;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:focus, .dropdown-menu .active > a:hover {
	background-color: #E52D27;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
	color: #a3a3a3;
}
ul.notifications .user-img {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}
ul.notifications .user-img img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
ul.notifications .mail-contnet h5 {
	text-transform: capitalize;
}
ul.notifications .mail-contnet h5 {
	margin-top: 5px;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
}
ul.notifications .mail-contnet .mail-desc {
	color: #777;
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: capitalize;
}
/********************
 * SIDEBAR NAVIGATION
 ********************/
.sidebar {
	z-index: 9;
}
.sidebar .nav > li.welcome-text {
	padding:20px 25px;
	background-color:#E52D27;
	color:#fff;
	margin-bottom:10px;	
}
.sidebar .nav > li.welcome-text span {
	display:block;
	font-size:20px;
	color:#FFF;
	font-weight:600;
}
.sidebar .nav > li.welcome-text img {
	width: 45px;
	height:45px;
	margin-right: 10px;
	float:left;	
	border-radius:50%;
}
.sidebar .nav > li > a {
	padding: 12px 20px;
	color: #AEB7C2;
	font-size:14px;
	border-left: 5px solid transparent;
	font-family: "Poppins", sans-serif;
}
.sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
	color: #fff;
	background-color: transparent;
}
.sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active i {
	color: #fff;
}
.sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
	background-color: #252c35;
	border-left-color: #E52D27;
}
.sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
	display: inline-block;
	vertical-align: middle;
	 *vertical-align: auto;
	 *zoom: 1;
	 *display: inline;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	float: right;
	position: relative;
	top: 5px;
	font-size: 12px;
	background-color:transparent;
	margin-right:0;
	line-height: 2.2;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: auto;
	height: auto;
}

.sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sidebar .nav > li > a .badge {
	font-weight: 400;
	background-color: #00aeef;
	min-width: 25px;
	min-height: 20px;
	float:right;
	line-height:normal;
	border-radius:20px;
}
.sidebar .nav {
/* submenu */ }
.sidebar .nav i {
	margin-right: 10px;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.2);
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	text-align: center;
	line-height: 3.5rem;
}
.sidebar .nav span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	top: -2px;
}
.sidebar .nav .nav {
	background-color: #252c35;
	padding-bottom: 10px;
}
.sidebar .nav .nav > li > a {
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
	background-color: transparent;
	border-left-color: transparent;
}
.sidebar .nav .nav > li > a.active a {
	color: #fff;
}
/********************
 * TYPOGRAPHY
 ********************/
.text-success {
	color: #41B314;
}
.text-warning {
	color: #e4cb10;
}
.text-danger {
	color: #F9354C;
}
ul.list-justify > li {
	margin-bottom: 5px;
}
ul.list-justify > li span {
	float: right;
}
/********************
 * INPUTS
 ********************/
.form-control {
	background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    padding: 15px;
    transition: all .2s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.form-control:focus {
	box-shadow: none;
	border-color: #ccc;
}
.input-group {
	-moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-group-addon {
	border: 1px solid #eaeaea;
}
/* fancy checkbox and radio button */
.fancy-checkbox {
	display: block;
	font-weight: normal;
}
.fancy-checkbox input[type="checkbox"] {
	display: none;
}
.fancy-checkbox input[type="checkbox"] + span {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	cursor: pointer;
	position: relative;
	font-size: 13px;
}
.fancy-checkbox input[type="checkbox"] + span:before {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	position: relative;
	bottom: 1px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	content: "";
	border: 1px solid #ccc;
}
.fancy-checkbox input[type="checkbox"]:checked + span:before {
	font-family: FontAwesome;
	content: '\f00c';
	font-size: 12px;
	color: #99a1a7;
	text-align: center;
	line-height: 16px;
	background: #ededed;
	border: 1px solid #ccc;
}
.fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
	color: #53D76A;
	background-color: #fff;
}
.fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
	color: #fff;
	background-color: #53D76A;
	border-color: #32cf4d;
}
.fancy-radio {
	display: block;
	font-weight: normal;
}
.fancy-radio input[type="radio"] {
	display: none;
}
.fancy-radio input[type="radio"] + span {
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 13px;
}
.fancy-radio input[type="radio"] + span i {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	bottom: 1px;
	content: "";
	border: 1px solid #ccc;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.fancy-radio input[type="radio"]:checked + span i:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: relative;
	top: 3px;
	left: 3px;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #99a1a7;
}
.fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
	background-color: #53D76A;
}
.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
	background-color: #53D76A;
}
.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
	background-color: #fff;
}
/********************
 * BUTTONS
 ********************/
.btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 8px 12px;
	text-transform: uppercase;
}
.btn-group-lg > .btn, .btn-lg {
	padding: 10px 28px;
}
.btn-group-sm > .btn, .btn-sm {
	padding: 5px 18px;
}
.btn-group-xs > .btn, .btn-xs {
	padding: 5px 14px;
}
.btn-primary {
	background-color: #E52D27;
	border-color: #00a0f0;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #00a0f0;
	border-color: #00a0f0;
}
.btn-warning {
	background-color: #e4cb10;
	border-color: #d6be0f;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #d6be0f;
	border-color: #d6be0f;
}
.btn-default:hover, .btn-default:focus {
	background-color: #f7f7f7;
}
.btn-success {
	background-color: #41B314;
	border-color: #3ca512;
}
.btn-success:hover, .btn-success:focus {
	background-color: #3ca512;
	border-color: #3ca512;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
/********************
 * PANELS
 ********************/
.panel {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 30px;
	border:1px solid #f5f5f5;
	
}
.panel .panel-heading,  .panel .panel-body,  .panel .panel-footer {
	padding-left: 25px;
	padding-right: 25px;
}
.panel .panel-heading {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	overflow:hidden;
}
.panel .panel-heading .panel-title {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
}

.panel .panel-heading button i {
	font-size: 14px;
}
.panel .panel-body {
	padding-top: 10px;
	padding-bottom: 15px;
}
.panel .panel-note {
	font-size: 13px;
	line-height: 2.6;
	color: #777777;
}
.panel .panel-note i {
	font-size: 16px;
	margin-right: 3px;
}
.panel .right {
	position: absolute;
	right: 20px;
	top: 32%;
}
.panel.panel-headline .panel-heading {
	border-bottom: none;
}
.panel.panel-headline .panel-heading .panel-title {
	font-size: 18px;
	font-weight: 500;
	color: #242424;
	display: inline-block;
	font-family: "Poppins", sans-serif;
}
.panel.panel-headline .panel-heading .panel-title span {
	font-size: 14px;
	color: #999;
}
.panel.panel-headline .panel-heading  a {
	color:#8D99A8;
	float:right;
}
.panel.panel-headline .panel-heading .panel-subtitle {
	margin-bottom: 0;
	font-size: 14px;
	color: #8D99A8;
}
.panel.panel-scrolling .btn-bottom {
	margin-bottom: 30px;
}
.panel-footer {
	background-color: #fafafa;
}
.panel .panel-body .panel  .panel-heading .panel-title {
	font-size: 16px;
	font-weight: 500;
}
.panel .panel-body .panel  .panel-heading {
	border-bottom:1px solid #f5f5f5;
	padding:15px;	
}

/*JQUERY CONFIRM*/

.jconfirm .jconfirm-box .jconfirm-buttons {
	padding: 15px;
	padding-top: 0;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
	overflow-y: hidden;
	padding: 15px;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
	font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
	padding: 15px;
	background-color: #242424;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
	color: #FFF;
	font-family: "Poppins", sans-serif;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
	padding: 0;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #242424;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
/********************
 * ELEMENTS
 ********************/
.collapsing {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.label {
	font-weight: normal;
}
.metric {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
	position:relative;
	overflow:hidden;
}
.metric .icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: right;
	width: 60px;
	height: 60px;
	line-height: 70px;
	background-color: #FFF;
	text-align: center;
}
.col-md-3:nth-child(1) .metric {
	background-color: #F5365C;	
}
.col-md-3:nth-child(2) .metric {
	background-color: #45AAF2;	
}
.col-md-3:nth-child(3) .metric {
	background-color: #24E271;	
}

.col-md-3:nth-child(4) .metric {
	background-color: #ECB403;	
}

.col-md-3:nth-child(1) .icon i {
	color: #F5365C;	
}
.col-md-3:nth-child(2) .icon i {
	color: #45AAF2;	
}
.col-md-3:nth-child(3) .icon i {
	color: #24E271;	
}

.col-md-3:nth-child(4) .icon i {
	color: #ECB403;	
}

.metric .icon i {
	font-size: 28px;
	color: #fff;
}
.metric p {
	margin-bottom: 0;
	line-height: 1.2;
}
.metric .number {
	display: block;
	font-size: 28px;
	font-weight: 300;
	color:#FFF;
}
.metric .title {
	font-size: 16px;
	color:#FFF;
}
ul.activity-list > li {
	padding: 25px 0;
}
ul.activity-list > li:not(:last-child) {
	border-bottom: 1px solid #F0F0F0;
}
ul.activity-list > li .avatar {
	width: 40px;
}
ul.activity-list > li > p {
	margin-bottom: 0;
	padding-left: 3.5em;
}
ul.activity-list > li .timestamp {
	display: block;
	font-size: 13px;
	color: #a3a3a3;
}
/* task list */
.task-list > li {
	margin-bottom: 32px;
}
.task-list p {
	position: relative;
}
.task-list p .label-percent {
	position: absolute;
	right: 0;
}
.task-list p span {
	font-weight: 400;
	color: #232323;	
}
/* bootstrap progress bar */
.progress {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f1f1f1;
}
.progress.wide {
	width: 60px;
}
.progress .progress-bar {
	-webkit-transition: width 3s ease;
	-moz-transition: width 3s ease;
	-ms-transition: width 3s ease;
	-o-transition: width 3s ease;
	transition: width 3s ease;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress.progress-sm {
	height: 12px;
}
.progress.progress-xs {
	height: 5px;
}
.progress.progress-sm .progress-bar, .progress.progress-xs .progress-bar {
	text-indent: -9999px;
}
.progress-bar-success {
	background-color: #41B314;
}
.progress-bar-warning {
	background-color: #e4cb10;
}
.progress-bar-danger {
	background-color: #F9354C;
}
.weekly-summary {
	margin-bottom: 30px;
	font-weight: 300;
}
.weekly-summary .number {
	font-size: 36px;
}
.weekly-summary i {
	font-size: 16px;
	margin-left: 10px;
}
.weekly-summary .percentage {
	position: relative;
	top: -7px;
}
.weekly-summary .info-label {
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}
.todo-list > li {
	border-top: 1px solid #F0F0F0;
	position: relative;
}
.todo-list > li:first-child {
	border-top: none;
}
.todo-list > li .fancy-checkbox {
	position: absolute;
	top: 50%;
	margin-top: -11px;
}
.todo-list > li .fancy-checkbox input[type="checkbox"] + span {
	margin-right: 0;
}
.todo-list > li p {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	width: 90%;
	margin: 0;
	padding: 20px 0 20px 35px;
}
.todo-list > li.completed p,  .todo-list > li.completed .date {
	text-decoration: line-through;
	color: #b4b7b9;
}
.todo-list .title {
	font-size: 16px;
	font-weight: 600;
}
.todo-list .short-description {
	display: block;
	margin-top: 5px;
}
.todo-list .date {
	font-size: 13px;
	color: #a3a3a3;
}
.todo-list .controls {
	float: right;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
}
.todo-list .controls a {
	margin-left: 5px;
}
/* toastr notification */
#toast-container > div {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#toast-container > div, #toast-container > div:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#toast-container .toast-close-button {
	top: -0.9em;
}
.toast a {
	text-decoration: underline;
}
.toast a:hover, .toast a:focus {
	text-decoration: none;
	color: #fff;
}
.toast .toast-message {
	font-size: 14px;
	line-height: 2;
}
.toast-info {
	background-color: #E52D27;
}
.toast-success {
	background-color: #41B314;
}
.toast-warning {
	background-color: #e4cb10;
}
.toast-danger {
	background-color: #F9354C;
}
/* tabs */
.custom-tabs-line ul {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
}
.custom-tabs-line ul > li {
	float: left;
}
.custom-tabs-line ul > li a {
	color: #8d9093;
	font-weight: normal;
}
.custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
	color: #676a6d;
	background-color: transparent;
}
.custom-tabs-line ul > li a:focus {
	outline: none;
}
.custom-tabs-line ul.nav-pills a:hover, .custom-tabs-line ul.nav-pills a:focus {
	color: #fff;
	background-color: #E52D27;
}
.custom-tabs-line.tabs-line-bottom {
	border-bottom: 1px solid #eaeaea;
}
.custom-tabs-line.tabs-line-bottom ul > li {
	margin-bottom: -1px;
}
.custom-tabs-line.tabs-line-bottom a {
	border-bottom: 1px solid transparent;
}
.custom-tabs-line.tabs-line-bottom .active a {
	border-bottom: 2px solid #E52D27;
}
.custom-tabs-line.left-aligned {
	text-align: left;
}
.custom-tabs-line.right-aligned {
	text-align: right;
}

@media screen and (max-width: 768px) {
.custom-tabs-line ul li.active > a {
	margin-bottom: -1px;
}
}
.tab-pane {
	padding: 25px 15px;
}
/********************
 * CHARTS
 ********************/
/* easy pie chart */
.easy-pie-chart {
	position: relative;
	width: 110px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}
.easy-pie-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.easy-pie-chart .percent {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	line-height: 110px;
	z-index: 2;
}
.easy-pie-chart .percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
.easy-pie-chart#system-load {
	width: 130px;
}
.easy-pie-chart#system-load .percent {
	line-height: 128px;
}
/********************************
 * AUTHENTICATION FORMS, PAGE
 ********************************/
.auth-box {
	-moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 70%;
	height: 450px;
	margin: 0 auto;
	background-color: #fff;
}
.auth-box:before {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	content: ' ';
	vertical-align: middle;
	height: 100%;
}
.auth-box .content {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	width: 99%;
	vertical-align: middle;
}
.auth-box .left {
	float: left;
	width: 42%;
	height: 100%;
	padding: 0 30px;
	text-align: center;
}
.auth-box .left:before {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	content: ' ';
	vertical-align: middle;
	height: 100%;
}
.auth-box .right {
	float: right;
	width: 58%;
	height: 100%;
	position: relative;
	background-image: url("../../assets/img/login-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.auth-box .right:before {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	content: ' ';
	vertical-align: middle;
	height: 100%;
}
.auth-box .right .text {
	position: relative;
	padding: 0 30px;
	color: #fff;
}
.auth-box .right .heading {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 300;
}
.auth-box .right p {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
}
.auth-box .right .overlay {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(99, 156, 185, 0.92);
}
.auth-box .header {
	margin-bottom: 30px;
}
.auth-box .lead {
	margin-top: 5px;
	font-size: 18px;
	text-align: center;
}
.auth-box .form-auth-small .btn {
	margin-top: 20px;
}
.auth-box .form-auth-small .element-left {
	float: left;
}
.auth-box .form-auth-small .element-right {
	float: right;
}
.auth-box .form-auth-small .bottom {
	margin-top: 20px;
	text-align: center;
}
.auth-box.lockscreen {
	width: 50%;
	padding: 40px 60px;
}
.auth-box.lockscreen .logo {
	margin-bottom: 30px;
}
.auth-box.lockscreen .user {
	margin-bottom: 30px;
}
.auth-box.lockscreen .user .name {
	font-size: 18px;
	margin-top: 10px;
}

@media screen and (min-width: 1440px) {
.auth-box.lockscreen {
	width: 35%;
}
}

@media screen and (max-width: 1279px) {
.auth-box {
	width: 90%;
}
.auth-box .left {
	top: 3.3em;
}
}

@media screen and (max-width: 1023px) {
.auth-box .left {
	width: 100%;
	position: inherit;
	padding: 30px;
}
.auth-box .right {
	display: none;
}
}

@media screen and (max-width: 992px) {
.auth-box {
	width: 70%;
}
.auth-box.lockscreen {
	width: 50%;
	padding: 40px 20px;
}
}

@media screen and (max-width: 640px) {
.auth-box {
	width: 90%;
}
.auth-box .content {
	width: 95%;
}
.auth-box.lockscreen {
	width: 90%;
}
}
/********************
 * HELPERS
 ********************/
.bg-success {
	background-color: #41B314;
}
.bg-warning {
	background-color: #e4cb10;
}
.bg-danger {
	background-color: #F9354C;
}
.no-padding {
	padding: 0 !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
/********************
 * PAGE: PROFILE
 ********************/
.panel-profile {
	position: relative;
}
.profile-left {
	padding-left: 0;
	float: left;
	width: 35%;
	height: 100%;
	position: absolute;
	background-color: #F8F8F8;
}
.profile-right {
	float: right;
	width: 65%;
	padding: 20px 25px;
}
.profile-right .heading {
	margin-top: 0;
}

@media screen and (max-width: 992px) {
.profile-left,  .profile-right {
	float: none;
	width: 100%;
}
.profile-left {
	position: relative;
	margin-bottom: 30px;
}
}
.profile-header {
	position: relative;
	text-align: center;
	color: #fff;
}
.profile-header .overlay {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.profile-header .profile-main {
	position: relative;
	padding: 20px;
	background-image: url("../../assets/img/profile-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.profile-header .name {
	margin: 8px 0 0 0;
	font-size: 22px;
}
.profile-header .online-status {
	font-size: 13px;
	position: relative;
	top: -2px;
}
.profile-header .online-status:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	content: '';
	width: 8px;
	height: 8px;
	margin-right: 3px;
}
.profile-header .online-status.status-available:before {
	background-color: #41B314;
}
.profile-header .profile-stat {
	position: relative;
	background-color: #E52D27;
}
.profile-header .profile-stat .stat-item {
	padding: 20px;
	position: relative;
}
.profile-header .profile-stat .stat-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #33bbff;
}
.profile-header .profile-stat .stat-item:last-child:after {
	display: none;
}
.profile-header .profile-stat .stat-item span {
	display: block;
}

@media screen and (max-width: 1023px) {
.profile-header .profile-stat .stat-item:after {
	display: none;
}
}
.profile-detail {
	padding-bottom: 30px;
}
.profile-info {
	padding: 0 20px;
	margin: 40px 0;
}
.profile-info .heading {
	margin: 0 0 10px 0;
	font-weight: 600;
}
.profile-info ul > li {
	margin-bottom: 8px;
}
.social-icons {
	margin-bottom: 0;
}
.social-icons > li {
	padding: 0 2px 5px 2px;
}
.social-icons > li > a {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background-color: #4d4d4d;
	color: #fff;
}
.social-icons > li > a i {
	font-size: 18px;
}
.social-icons > li > a:hover, .social-icons > li > a:focus {
	background-color: #404040;
}
/* colored background */
.z500px-bg {
	background-color: #0099e5 !important;
}
.z500px-bg:hover, .z500px-bg:focus {
	background-color: #0088cc !important;
}
.about-me-bg {
	background-color: #00405d !important;
}
.about-me-bg:hover, .about-me-bg:focus {
	background-color: #002e44 !important;
}
.airbnb-bg {
	background-color: #fd5c63 !important;
}
.airbnb-bg:hover, .airbnb-bg:focus {
	background-color: #fd434b !important;
}
.alphabet-bg {
	background-color: #ed1c24 !important;
}
.alphabet-bg:hover, .alphabet-bg:focus {
	background-color: #de1219 !important;
}
.amazon-bg {
	background-color: #ff9900 !important;
}
.amazon-bg:hover, .amazon-bg:focus {
	background-color: #e68a00 !important;
}
.american-express-bg {
	background-color: #002663 !important;
}
.american-express-bg:hover, .american-express-bg:focus {
	background-color: #001c4a !important;
}
.aol-bg {
	background-color: #ff0b00 !important;
}
.aol-bg:hover, .aol-bg:focus {
	background-color: #e60a00 !important;
}
.behance-bg {
	background-color: #1769ff !important;
}
.behance-bg:hover, .behance-bg:focus {
	background-color: #0059fd !important;
}
.bing-bg {
	background-color: #ffb900 !important;
}
.bing-bg:hover, .bing-bg:focus {
	background-color: #e6a700 !important;
}
.bitbucket-bg {
	background-color: #205081 !important;
}
.bitbucket-bg:hover, .bitbucket-bg:focus {
	background-color: #1b436d !important;
}
.bitly-bg {
	background-color: #ee6123 !important;
}
.bitly-bg:hover, .bitly-bg:focus {
	background-color: #e65312 !important;
}
.blogger-bg {
	background-color: #f57d00 !important;
}
.blogger-bg:hover, .blogger-bg:focus {
	background-color: #dc7000 !important;
}
.booking-com-bg {
	background-color: #003580 !important;
}
.booking-com-bg:hover, .booking-com-bg:focus {
	background-color: #002a67 !important;
}
.buffer-bg {
	background-color: #168eea !important;
}
.buffer-bg:hover, .buffer-bg:focus {
	background-color: #1380d3 !important;
}
.code-school-bg {
	background-color: #616f67 !important;
}
.code-school-bg:hover, .code-school-bg:focus {
	background-color: #55615a !important;
}
.codecademy-bg {
	background-color: #f65a5b !important;
}
.codecademy-bg:hover, .codecademy-bg:focus {
	background-color: #f54243 !important;
}
.creative-market-bg {
	background-color: #8ba753 !important;
}
.creative-market-bg:hover, .creative-market-bg:focus {
	background-color: #7d964b !important;
}
.delicious-bg {
	background-color: #3399ff !important;
}
.delicious-bg:hover, .delicious-bg:focus {
	background-color: #1a8cff !important;
}
.deviantart-bg {
	background-color: #05cc47 !important;
}
.deviantart-bg:hover, .deviantart-bg:focus {
	background-color: #04b33e !important;
}
.digg-bg {
	background-color: #005be2 !important;
}
.digg-bg:hover, .digg-bg:focus {
	background-color: #0051c9 !important;
}
.disqus-bg {
	background-color: #2e9fff !important;
}
.disqus-bg:hover, .disqus-bg:focus {
	background-color: #1593ff !important;
}
.django-bg {
	background-color: #092e20 !important;
}
.django-bg:hover, .django-bg:focus {
	background-color: #051911 !important;
}
.dribbble-bg {
	background-color: #ea4c89 !important;
}
.dribbble-bg:hover, .dribbble-bg:focus {
	background-color: #e7357a !important;
}
.elance-bg {
	background-color: #0d69af !important;
}
.elance-bg:hover, .elance-bg:focus {
	background-color: #0b5b97 !important;
}
.envato-bg {
	background-color: #82b541 !important;
}
.envato-bg:hover, .envato-bg:focus {
	background-color: #75a23a !important;
}
.etsy-bg {
	background-color: #d5641c !important;
}
.etsy-bg:hover, .etsy-bg:focus {
	background-color: #be5919 !important;
}
.facebook-bg {
	background-color: #3b5998 !important;
}
.facebook-bg:hover, .facebook-bg:focus {
	background-color: #344e86 !important;
}
.feedly-bg {
	background-color: #2bb24c !important;
}
.feedly-bg:hover, .feedly-bg:focus {
	background-color: #269d43 !important;
}
.flattr-bg {
	background-color: #f67c1a !important;
}
.flattr-bg:hover, .flattr-bg:focus {
	background-color: #ed6f09 !important;
}
.flickr-bg {
	background-color: #0063dc !important;
}
.flickr-bg:hover, .flickr-bg:focus {
	background-color: #0058c3 !important;
}
.flipboard-bg {
	background-color: #e12828 !important;
}
.flipboard-bg:hover, .flipboard-bg:focus {
	background-color: #d21d1d !important;
}
.flixster-bg {
	background-color: #2971b2 !important;
}
.flixster-bg:hover, .flixster-bg:focus {
	background-color: #24649d !important;
}
.foursquare-bg {
	background-color: #0732a2 !important;
}
.foursquare-bg:hover, .foursquare-bg:focus {
	background-color: #062a8a !important;
}
.github-bg {
	background-color: #4183c4 !important;
}
.github-bg:hover, .github-bg:focus {
	background-color: #3876b4 !important;
}
.google-bg {
	background-color: #4285f4 !important;
}
.google-bg:hover, .google-bg:focus {
	background-color: #2a75f3 !important;
}
.google-plus-bg {
	background-color: #dc4e41 !important;
}
.google-plus-bg:hover, .google-plus-bg:focus {
	background-color: #d83a2b !important;
}
.instagram-bg {
	background-color: #3f729b !important;
}
.instagram-bg:hover, .instagram-bg:focus {
	background-color: #386589 !important;
}
.kickstarter-bg {
	background-color: #2bde73 !important;
}
.kickstarter-bg:hover, .kickstarter-bg:focus {
	background-color: #20cf67 !important;
}
.kik-bg {
	background-color: #82bc23 !important;
}
.kik-bg:hover, .kik-bg:focus {
	background-color: #73a71f !important;
}
.lastfm-bg {
	background-color: #d51007 !important;
}
.lastfm-bg:hover, .lastfm-bg:focus {
	background-color: #bc0e06 !important;
}
.line-bg {
	background-color: #00c300 !important;
}
.line-bg:hover, .line-bg:focus {
	background-color: #00aa00 !important;
}
.linkedin-bg {
	background-color: #0077b5 !important;
}
.linkedin-bg:hover, .linkedin-bg:focus {
	background-color: #00669c !important;
}
.mail-ru-bg {
	background-color: #168de2 !important;
}
.mail-ru-bg:hover, .mail-ru-bg:focus {
	background-color: #147fcb !important;
}
.mailchimp-bg {
	background-color: #2c9ab7 !important;
}
.mailchimp-bg:hover, .mailchimp-bg:focus {
	background-color: #2789a2 !important;
}
.myspace-bg {
	background-color: #000000 !important;
}
.myspace-bg:hover, .myspace-bg:focus {
	background-color: black !important;
}
.netflix-bg {
	background-color: #e50914 !important;
}
.netflix-bg:hover, .netflix-bg:focus {
	background-color: #cc0812 !important;
}
.ning-bg {
	background-color: #75af42 !important;
}
.ning-bg:hover, .ning-bg:focus {
	background-color: #699c3b !important;
}
.path-bg {
	background-color: #ee3423 !important;
}
.path-bg:hover, .path-bg:focus {
	background-color: #e62412 !important;
}
.patreon-bg {
	background-color: #e6461a !important;
}
.patreon-bg:hover, .patreon-bg:focus {
	background-color: #d03f17 !important;
}
.paypal-bg {
	background-color: #003087 !important;
}
.paypal-bg:hover, .paypal-bg:focus {
	background-color: #00276e !important;
}
.photobucket-bg {
	background-color: #0ea0db !important;
}
.photobucket-bg:hover, .photobucket-bg:focus {
	background-color: #0c8ec3 !important;
}
.pinterest-bg {
	background-color: #bd081c !important;
}
.pinterest-bg:hover, .pinterest-bg:focus {
	background-color: #a50718 !important;
}
.product-hunt-bg {
	background-color: #da552f !important;
}
.product-hunt-bg:hover, .product-hunt-bg:focus {
	background-color: #cb4924 !important;
}
.quora-bg {
	background-color: #a82400 !important;
}
.quora-bg:hover, .quora-bg:focus {
	background-color: #8f1f00 !important;
}
.rdio-bg {
	background-color: #007dc3 !important;
}
.rdio-bg:hover, .rdio-bg:focus {
	background-color: #006daa !important;
}
.reddit-bg {
	background-color: #ff4500 !important;
}
.reddit-bg:hover, .reddit-bg:focus {
	background-color: #e63e00 !important;
}
.rss-bg {
	background-color: #f26522 !important;
}
.rss-bg:hover, .rss-bg:focus {
	background-color: #ed560e !important;
}
.salesforce-bg {
	background-color: #1798c1 !important;
}
.salesforce-bg:hover, .salesforce-bg:focus {
	background-color: #1486aa !important;
}
.scribd-bg {
	background-color: #1a7bba !important;
}
.scribd-bg:hover, .scribd-bg:focus {
	background-color: #176ca4 !important;
}
.shopify-bg {
	background-color: #96bf48 !important;
}
.shopify-bg:hover, .shopify-bg:focus {
	background-color: #89b03e !important;
}
.skype-bg {
	background-color: #00aff0 !important;
}
.skype-bg:hover, .skype-bg:focus {
	background-color: #009cd7 !important;
}
.slack-bg {
	background-color: #6ecadc !important;
}
.slack-bg:hover, .slack-bg:focus {
	background-color: #59c2d7 !important;
}
.slideshare-bg {
	background-color: #0077b5 !important;
}
.slideshare-bg:hover, .slideshare-bg:focus {
	background-color: #00669c !important;
}
.soundcloud-bg {
	background-color: #ff8800 !important;
}
.soundcloud-bg:hover, .soundcloud-bg:focus {
	background-color: #e67a00 !important;
}
.spotify-bg {
	background-color: #2ebd59 !important;
}
.spotify-bg:hover, .spotify-bg:focus {
	background-color: #29a84f !important;
}
.squarespace-bg {
	background-color: #222222 !important;
}
.squarespace-bg:hover, .squarespace-bg:focus {
	background-color: #151515 !important;
}
.stackoverflow-bg {
	background-color: #fe7a15 !important;
}
.stackoverflow-bg:hover, .stackoverflow-bg:focus {
	background-color: #f86c01 !important;
}
.stripe-bg {
	background-color: #00afe1 !important;
}
.stripe-bg:hover, .stripe-bg:focus {
	background-color: #009bc8 !important;
}
.stumbleupon-bg {
	background-color: #eb4924 !important;
}
.stumbleupon-bg:hover, .stumbleupon-bg:focus {
	background-color: #e13b15 !important;
}
.telegram-bg {
	background-color: #0088cc !important;
}
.telegram-bg:hover, .telegram-bg:focus {
	background-color: #0077b3 !important;
}
.tumblr-bg {
	background-color: #35465c !important;
}
.tumblr-bg:hover, .tumblr-bg:focus {
	background-color: #2c3a4c !important;
}
.twitch-tv-bg {
	background-color: #6441a5 !important;
}
.twitch-tv-bg:hover, .twitch-tv-bg:focus {
	background-color: #593a93 !important;
}
.twitter-bg {
	background-color: #55acee !important;
}
.twitter-bg:hover, .twitter-bg:focus {
	background-color: #3ea1ec !important;
}
.vimeo-bg {
	background-color: #162221 !important;
}
.vimeo-bg:hover, .vimeo-bg:focus {
	background-color: #0c1312 !important;
}
.vine-bg {
	background-color: #00b488 !important;
}
.vine-bg:hover, .vine-bg:focus {
	background-color: #009b75 !important;
}
.wechat-bg {
	background-color: #7bb32e !important;
}
.wechat-bg:hover, .wechat-bg:focus {
	background-color: #6d9f29 !important;
}
.whatsapp-bg {
	background-color: #43d854 !important;
}
.whatsapp-bg:hover, .whatsapp-bg:focus {
	background-color: #2ed441 !important;
}
.yahoo-bg {
	background-color: #410093 !important;
}
.yahoo-bg:hover, .yahoo-bg:focus {
	background-color: #36007a !important;
}
.youtube-bg {
	background-color: #cd201f !important;
}
.youtube-bg:hover, .youtube-bg:focus {
	background-color: #b71d1c !important;
}
.profile-right .heading {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.awards {
	margin-bottom: 50px;
}
.awards div[class^="col-"] {
	text-align: center;
}
.award-item {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	text-align: center;
	margin-bottom: 30px;
}
.award-item .hexagon {
	margin: 35px 0;
}
.hexagon {
	width: 100px;
	height: 55px;
	background: #ececec;
	position: relative;
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #ececec;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #ececec;
}
.award-icon {
	font-size: 36px;
	line-height: 1.5em;
}
ul.activity-timeline > li {
	margin-bottom: 45px;
	position: relative;
	z-index: 0;
}
ul.activity-timeline > li .activity-icon {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	float: left;
	width: 34px;
	height: 34px;
	background-color: #E52D27;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	margin-right: 10px;
}
ul.activity-timeline > li > p {
	margin-bottom: 0;
	padding-left: 40px;
}
ul.activity-timeline > li .timestamp {
	display: block;
	font-size: .85em;
	color: #a3a3a3;
}
ul.activity-timeline > li:after {
	content: "";
	display: block;
	border-left: 1px solid #eaeaea;
	width: 1px;
	height: 100px;
	position: absolute;
	top: 5px;
	left: 16px;
	z-index: -1;
}
ul.activity-timeline > li:last-child:after {
	display: none;
}
.project-table .progress {
	margin-bottom: 0;
}
.project-table .progress-bar {
	font-size: 10px;
}
.project-table > tbody > tr > td {
	padding: 12px 8px;
}
.project-table > tbody > tr > td .avatar {
	width: 22px;
	border: 1px solid #CCC;
}
/* DASHBOARD CSS */

.dashboard-table {
	position: relative;
	width: 100%;
}
.dashboard-table tbody tr td {
	color: #999;
	width: auto !important;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	border-top: 1px solid #f5f5f5;
	border-bottom: none;
	padding: 10px 10px;
	vertical-align: middle;
	
}
.dashboard-table thead tr th {
	color: #000;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	border-top: 1px solid #f5f5f5;
	border-bottom: none;
	padding: 10px 10px;
	vertical-align: middle;
	background-color:#f6f6f6
}
.dashboard-table .ad-image img {
	width: 60px;
	height: 60px;
	border-radius: 5px;
}
.dashboard-table td span.ad-title {
	color: #242424;
	font-weight: 500;
	display: block;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	line-height: 30px;
}
.dashboard-table tr td .ad-actions i {
	font-size: 22px;
	padding: 5px
}
.dashboard-table .ad-actions i.la-edit {
	color: #5bc0de;
}
.dashboard-table.ad-actions i.la-trash, .dashboard-table .ad-actions i.la-times-circle-o {
	color: #d9534f;
}
.dashboard-table .ad-actions i.la-exclamation-triangle {
	color: #f0ad4e;
}
.dashboard-table .ad-actions i.la-power-off {
	color: #5cb85c;
}
.dashboard-table tr td .ad-actions .navbar-nav > li > a {
	padding: 0;
}
.dashboard-table tr td .ad-actions .navbar-nav .dropdown-menu {
	right: 0;
	left: auto;
	min-width: 200px;
}
.dashboard-table .ad-actions .dropdown-menu > li > a {
	font-size: 13px;
}
.dashboard-table tr td .ad-actions .navbar-nav .dropdown-menu i {
	font-size: 18px;
	padding: 0;
}
.dashboard-table tr td .is-ad-featured {
	color: #d9534f;
	margin-left: 10px;
	font-weight: 400;
	border: 1px solid #d9534f;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	display:inline-block;
}
.dashboard-table tr td .ad-cats a {
	font-weight: 400;
	color: #999;
}
.dashboard-table tr td .ad-date {
	margin-right:10px;	
}
.dashboard-table tr td .ad-date i {
	font-size: 20px;
	vertical-align: middle;
}
.dashboard-table tr td .pending-post-msg {
	display:block;	
	margin-top:10px;
}
.dashboard-table tr td .pending-post-msg i {
	color:#f8dd56;
	font-size:18px;
	margin-right:5px;
}
.dashboard-main .pagination {
	margin-top: 0;
	float: right;
}
.dashboard-main .pagination-lg > li > a, .dashboard-main .pagination-lg > li > span {
	padding: 8px 15px;
	border-radius: 5px;
	font-family: "Poppins", sans-serif;
	color: #242424;
	margin-right: 5px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*DASHBOARD PROFILE CARD*/

.dashboard-main .contact-box {
    background: #ffffff;
	position:relative;
}
.dashboard-main .contact-box .contact-box-bg{
	background-image:url(../../images/dashbord-card-bg.png);
	background-attachment:scroll;
	background-color:#2B333E;
	height:120px;
	background-size:cover;
	position:relative;
}
.dashboard-main .contact-box .contact-box-bg::before{
	content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.7);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,0.9));
    background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,0.9));
}	
.dashboard-main .contact-box .contact-img {
        max-width: 300px;
    display: table;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
	margin-top: -50px;
}
.dashboard-main .contact-box .contact-img img {
	max-height:100px;
		
}
.dashboard-main .contact-box .contact-caption {
    text-align: center;
    padding-bottom: 20px;
}
.dashboard-main .contact-box .contact-caption h4 {
    margin-bottom: 3px;
	font-weight: 500;
    color: #242424;
    font-size: 18px;
}
.dashboard-main .contact-box .contact-caption span {
	display:block;
	margin-bottom:10px;	
}
.dashboard-main .contact-box .contact-caption span.follow-user {
	background-color:#07b107;
	color:#FFF;
	display:inline;
	padding:0 20px;
	margin-bottom:0;
	border-radius:4px;	
}
.dashboard-main .contact-box .contact-caption span.follow-user a {
	color:#FFF;	
}
.dashboard-main .contact-box .contact-footer {
    align-items: center;
	position: relative;
	overflow: hidden;
	border-top:1px solid #f5f5f5;
}
.dashboard-main .contact-box .contact-footer span.col-half {
    width: 50%;
    float: left;
    padding: 12px 0;
    text-align: center;
}
.dashboard-main .contact-box .contact-footer span.col-half:first-child {
	border-right:1px solid #f5f5f5;
}
.dashboard-main .contact-box .contact-footer span.col-half span {
    font-size: 14px;
}
.dashboard-main .contact-box .contact-footer span.col-half span i {
	font-size: 18px;
	position: relative;
	display: block;
	font-style: normal;
	font-weight: 600;
	color: #242424;
	font-family: "Poppins",sans-serif;
}
.dashboard-main .profile-details {
	list-style:none;
	margin:0;
	padding:0;
	padding-top:10px;
}
.dashboard-main .profile-details li {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;	
}
.dashboard-main .profile-details li i {
	margin-right: 15px;
    font-size: 22px;
    background: #2B333E;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 4.5rem;
	color:#FFF;
	float:left;
}
.dashboard-main .profile-details li .profile-meta {
	padding-left:60px;	
}
.dashboard-main .profile-details li h6 {
	font-weight:500;
	font-size:15px;
	color:#242424;	
}
.dashboard-main .profile-details li span {
	font-size:15px;
	word-wrap: break-word;
}
.dashboard-main label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 100%;
    font-size: 14px;
	color:#242424;
}
.dashboard-main input.form-control, .dashboard-main textarea {
	background-image: none;
	border: 1px solid #eceff2;
	border-radius: 4px;
	color: #656565;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	width: 100%;
	background-color: #f8f8f8;	
}
.dashboard-main .form-group {
    margin-bottom: 30px;
}
.dashboard-main .contact-caption .upload-btn-wrapper {
  position: relative;
  display: inline-block;
}

.dashboard-main .contact-caption .btn-profile {
  border: 1px solid gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
}

.dashboard-main .contact-caption .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor:pointer;
	width: 100%;
	height: 100%;
}
.dashboard-main .panel.colored-panel .panel-heading {
	background-color:#2B333E;
}
.dashboard-main .panel.colored-panel .panel-heading h3 {
	color:#FFF;	
}
.dashboard-main .parsley-errors-list {
	list-style:none;
	margin-top:10px	;
	padding-left:0;
}
.dashboard-main .parsley-errors-list .parsley-type {
	color:#c31619 !important;
}
.dashboard-main #sb_update_profile .btn-default {
	background-color:#242424;
	color:#FFF;
	padding:5px 10px;
	border:1px solid #242424;	
} 
.dashboard-main .profile-card-body .rating {
	margin-top:5px;	
	margin-bottom:10px;
}
.dashboard-main .profile-card-body .rating i {
	color:#ffc513;	
}
.dashboard-main .profile-card-body .rating .rating-count {
	display:inline-block;
	margin-bottom:0;
	color: #777;
	margin-left:5px;
}
.review-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
	position:relative;
	overflow:hidden;
}
.review-box:last-child {
	border:none;
	margin:0;
	padding:0;	
}
.main-review {
	position:relative;
	overflow:hidden;
	width:100%;
	display:block;	
}
.review-box .review-image {
    position: relative;
    top: 3px;
    left: 0;
    width: 82px;
    height: 82px;
    display: block;
    float: left;
}
.review-box .review-avg-rating {
	display: inline-block;
	float: left;
	background-color: #252c35;
	padding: 10px 15px;
	color: #FFF;
	text-align:center;
	margin-right:20px;
	border-radius:4px;
}
.review-box .review-avg-rating ul {
	padding:0;
}
.review-box .review-avg-rating span {
	font-size:36px;
	font-family: "Poppins",sans-serif;
	display:block;
	font-weight:500;
}
.review-box .review-avg-rating ul li.star {
	display:inline-block;
	color: #ccc;
    font-size: 16px;
}
.review-box .review-avg-rating ul li.colored-star{
	color:#ffc513 !important	
}

.review-content-box {
    min-height: 110px;
	position:relative;
	overflow:hidden;
}
.review-content-box .review-content-meta {
	position relative;	
}
.review-box .review-author-name {
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;	
}
.review-box .review-author-name h4 {
    margin-bottom: 10px;
	font-size:18px;
	color:#242424;
	font-weight:500;
	float:left;
}
.rating-stars-box {
	position:relative;
	overflow:hidden;
	display:block;
	width: 100%;	
}
.rating-stars-box .rating-stars {
    width: 33%;
    float: left;
    margin-bottom: 15px;
}
.rating-stars-box .rating-stars label {
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(21, 21, 21, .7);
    font-weight: 600;
}
.rating-stars-box .rating-stars ul {
    display: inline-block;
    margin: 0;
	margin-bottom: 0px;
	float: left;
}
.rating-stars ul {
    list-style-type: none;
    padding: 0;
        padding-left: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.rating-stars ul li.star {
    display: inline-block;
    line-height: 1;
}
.rating-stars-box .rating-stars label {
	display:  block;
	margin-bottom:0;
	margin-right:10px;
	font-family: "Poppins",sans-serif;
}
.rating-stars ul  li.star.colored-star i.fa {
    color: #ffc513;
}
.rating-stars ul li.star i.fa {
    font-size: 16px;
    color: #ccc;
}
.review-content-box .review-text-box {
    position:relative;
	padding-right:20px;
}

.review-content-box .review-date {
    margin-bottom:10px;
}
.review-content-box .review-date .user-profile a {
	font-family: "Poppins",sans-serif;
	text-transform: uppercase;
}
.review-content-box .review-date .recommend {
	font-weight:500;	
	font-family: "Poppins",sans-serif;
}
.review-form {
	position:relative;
	overflow:hidden;
	background-color:#f5f5f5;
	padding:20px;	
}
.review-form label {
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	display:block;	
}
.review-form .rating-xs {
	font-size:20px;	
}
.review-form .rating-container .caption .label {
	font-size:12px;	
}
.review-form .review-star-box {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;	
}
.review-form .review-star-box li {
	width:33%;
	display:inline-block;	
}
.review-form .recomamand-check {
	padding:10px 0;	
}
.review-form .recomamand-check .iradio_minimal {
	margin:0 15px;	
}
.review-form .recomamand-check .iradio_minimal:first-child {
	margin-left:0;	
}
.review-form .rating-container .filled-stars {
    color: #ffc513;
}
.profile-review-reply-box {
	margin-top:20px;	
}
.review-toggle-angle {
	margin-left:10px;
	color:#E52D27;
	font-weight:500;
	cursor:pointer;	
}
.review-reply-messgae {
	margin-top:20px;	
}
.review-reply-messgae h5 {
	font-weight:500;
	color:#232323;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:5px;	
}
.on-backend .review-content-box .review-content-meta {
    width: 66%;
    float: left;
} 
.on-backend .rating-stars-box {
    position: relative;
    overflow: hidden;
    width: 34%;
}
.on-backend .rating-stars-box .rating-stars {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.on-backend .rating-stars-box .rating-stars label {
	display:inline-block;	
}
.on-backend .rating-stars-box .rating-stars ul {
	float:right;	
}
.custom-alert-warning {
	background-color: #feebe6;
}

.custom-alert {
	border-radius: 3px;
	color: #000;
	position: relative;
	padding: 0;
	width: 100%;
	margin-bottom: 0;
	overflow: hidden
}

.custom-alert h6 {
	margin-top: 0
}

.custom-alert_top-side {
	padding: 21px 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.custom-alert-warning .custom-alert_close,
.custom-alert-warning .custom-alert_icon {
	color: #f87f52;
	font-size: 50px;
}

.custom-alert_icon {
	font-size: 42px;
	line-height: 42px;
	height: 42px;
	width: 42px;
	margin-right: 23px
}

.alert-icon {
	position: relative;
	display: inline-block;
	margin-right: 15px
}

.custom-alert_heading {
	color: #232323;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 5px
}

.custom-alert_content {
	color: #939daa;
	font-size: 16px
}

.custom-alert-success {
	background-color: #e2f7ea;
}

.custom-alert-success .custom-alert_close,
.custom-alert-success .custom-alert_icon {
	color: #82c250;
	font-size: 50px;
}

.custom-alert-info .custom-alert_close,
.custom-alert-info .custom-alert_icon {
	color: #3bbeb0;
	font-size: 50px;
}

.custom-alert-info {
	background-color: #e3f8f5
}

.custom-alert-danger {
	background-color: #fde5e7
}

.custom-alert-danger .custom-alert_close,
.custom-alert-danger .custom-alert_icon {
	color: #ed5564;
	font-size: 50px;
}







/* Pagination */
.rating-pagination {
   clear:both;
   position:relative;
   font-size:12px; /* Pagination text size */
   line-height:13px;
   float:right; /* Pagination float direction */
}
.rating-pagination span, .rating-pagination a {
	padding: 12px 15px;
	border-radius: 5px;
	font-family: "Poppins", sans-serif;
	color: #242424;
	margin-right: 5px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	position:relative;
	overflow:hidden;
	display:inline-block;
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.rating-pagination a:hover{
   color:#fff;
   background: #E52D27; 
   border-color: #B31217;
}
.rating-pagination .current{
	background-color: #E52D27;
    border-color: #B31217;
    color: #fff
}









/*MESSAGES DASHBOAARD*/

.message-body {
    background-color: #fff;
    overflow: hidden
}
.message-inbox {
    border-right: 1px solid #eee
}

.message-inbox .message-header span a {
    color: #232323;
	cursor:pointer;
	display:inline-block;
	padding:15px;
	width:49.5%;
	text-align:center;
}
.message-inbox .message-header span a.active {
	background-color:#2B333E;
	color:#FFF !important;	
}
.message-inbox .list-wrap {
    position: relative;
    height: 590px;
    overflow: hidden
}
.message-details .list-wraps {
    position: relative;
    height: 460px;
    overflow: hidden
}
.message-header {
    position:relative;
	overflow:hidden;
	background-color:#fff;
}
.message-header h4 {
	background-color: #2B333E;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size:14px;	
}
.message-header .new-message {
    float: right;
    font-size: 14px;
    color: #666;
    margin-top: 3px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.message-header .new-message .icon,
.message-header .new-message .fa {
    color: #f58936;
    margin-right: 10px
}
.message-header .new-message:hover {
    color: #f58936
}
.message-history {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}
.message-history li {
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}
.message-history li a {
    display: block;
    overflow: hidden;
    padding: 20px;
}
.message-history li .image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left
}
.message-history li .image img {
    width: 100%
}
.message-history li .user-name {
    position: relative;
    margin-left: 70px
}

.message-history li .user-name .author span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #666
}
.message-history li .user-name .author .user-status {
    display: none
}
.message-history li .user-name p {
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin-top: 5px
}
.message-history li .user-name .time {
    position: absolute;
    top: 2px;
    right: 0
}
.message-history li .user-name .time span {
    font-size: 16px;
    color: #777
}
.message-history li:hover {
    background-color: #f8f8f8
}
.message-history .message-grid .user-name .author span {
    color: #232323
}
.message-history .message-grid .user-name .author .user-status {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2db82d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px
}
.message-history .active {
    background-color: #f8f8f8
}
.message-details {
	position: relative;
	padding: 0;
	overflow: hidden;
	margin-top: 20px;
}
.message-details .author {
    overflow: hidden
}
.message-details .author .image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 18px
}
.message-details .author .author-name {
    display: block;
    font-size: 16px;
    color: #232323;
    line-height: 1.5em;
    font-weight: 600
}
.message-details .author em {
    font-size: 14px;
    font-style: italic;
    color: #666
}
.message-details p {
    margin-top: 20px
}
.ps-scrollbar-x-rail {
    display: none
}
.ps-container>.ps-scrollbar-y-rail {
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    right: 0;
    width: 3px;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease
}
.ps-container:hover>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.ps-container:active>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    opacity: 1
}
.messages {
    list-style: outside none none;
    margin: 0;
    padding: 10px
}
.messages>li {
    margin-bottom: 10px
}
.messages>li:last-child {
    margin-bottom: 0
}
.messages .profile-picture {
    height: 40px;
    margin: 0;
    width: 40px
}
.messages .profile-picture img {
	border: medium none;
	width: 50px;
	height: 50px;
	border:1px solid #ddd;
}
.friend-message .profile-picture {
    float: left
}
.my-message .profile-picture {
    float: right
}
.friend-message .message {
    margin-left: 70px
}
.my-message .message {
    margin-right: 70px
}
.messages .message {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 15px 20px;
    position: relative;
	color:#232323;
}
.messages .message .time {
    font-size: 14px;
    line-height: 10px;
    margin-top: 0;
    text-align: right
}
.friend-message .message::before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid;
    border-top: 0 solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    top: 10px;
    width: 0
}
.my-message .message::before {
    border-bottom: 10px solid transparent;
    border-left: 10px solid;
    border-top: 0 solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    width: 0
}
.messenger-footer .form-control {
    height: 54px;
    overflow: hidden;
    padding: 5px;
    resize: none
}
.friend-message .message::before {
    border-right-color: #e9e9e9;
}
.my-message .message::before {
    border-left-color: #2B333E
}
.friend-message .message {
    background-color: #e9e9e9
}
.my-message .message {
    background-color: #2B333E;
    color: #fff
}
.message-details h2 {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize
}
.message-details h2 a {
    color: #232323
}
.chat-form {
    background-color: #eff0f4;
    clear: both;
    padding: 20px;
	position:relative;
	overflow:hidden;
}
.chat-form .form-group {
    float: left;
    width: 80%;
	margin-bottom:0;
}
.chat-form .btn {
    padding: 15px 25px;
	width: 20%;
}
.sb_ad_title a {
	color:#232323;	
}
.progress .progress-bar {
    -moz-animation-name: animateBar;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: .9s;

    -webkit-animation-name: animateBar;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: .9s;

    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .9s;
}

@-moz-keyframes animateBar {
    0% {-moz-transform: translateX(-100%);}
    100% {-moz-transform: translateX(0);}
}
@-webkit-keyframes animateBar {
    0% {-webkit-transform: translateX(-100%);}
    100% {-webkit-transform: translateX(0);}
}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}
.change-psw .modal-header {
    color: #FFF;
    background-color: #232323;
}
.change-psw .modal-header h2 {
    color: #fff;
    font-size: 24px;
	float:left;
}
.change-psw  .modal-body {
	position:relative;
	overflow:hidden;	
}
.change-psw .form-control {
    background-color: #f9f9f9;
}
.change-psw .modal-header .close {
    color: #FFF;
}
ul.review-stars{
	padding:0;
	display:inline-block;
}
ul.review-stars li.colored-star {
    color: #ffc513 !important;
}
ul.review-stars li.star {
    display: inline-block;
    color: #e1e1e1;
    font-size: 16px;
}
.form-published-search {
	display:inline-block;
	float:right;
	clear:both;	
}
.form-published-search .form-group {
	margin:0;	
}

.ask_for_user_type .modal-header {
    color: #FFF;
    background-color: #232323;
}
.ask_for_user_type .modal-header h2 {
    color: #fff;
    font-size: 24px;
    float: left;
}
.ask_for_user_type input.form-control {
    background-image: none;
    border: 1px solid #eceff2;
    border-radius: 4px;
    color: #656565;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    width: 100%;
    background-color: #f8f8f8;
}
.ask_for_user_type .form-control {
    background-color: #f9f9f9;
}
.ask_for_user_type p {
	margin-top:30px;
	margin-bottom:30px;
	color:#E52D27;	
}
.ask_for_user_type .parsley-errors-list {
	padding:0;
	list-style:none;	
}



@media(min-width:320px) and (max-width:767px) {
	.navbar-default.navbar-fixed-top {
		position:relative;	
	}
	.navbar-nav .icon-menu {
		padding: 0;
	}
	#wrapper #sidebar-nav,  #wrapper .main {
		padding-top: 0;
	}

	.dashboard-table tr td .ad-actions .navbar-nav .dropdown-menu {
		right: 0;
		left: auto;
		min-width: 250px;
		top: auto;
		width: 200px;
	}
	.dashboard-table tbody tr td .table-responsive {
		overflow-y: visible;
	}
	.panel.panel-headline .panel-heading a {
		float: none;
	}
	.panel .panel-heading, .panel .panel-body, .panel .panel-footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	.review-box .review-avg-rating {
		float:none;
		margin-bottom:10px;	
	}
	.panel.panel-headline .panel-heading .panel-title {
		display:block;	
	}
	.rating-stars-box .rating-stars {
		width:100%;	
	}
	footer {
		position:relative;
		right:auto;
		letter-spacing:auto;	
	}
	.edit-profile-form .btn-theme {
		width:100%;
		margin-bottom:10px;	
	}
	.edit-profile-form .btn-default {
		width:100%;
		margin-bottom:10px;	
	}
	.message-inbox .message-header span a {
		width:49%;	
	}
	.on-backend .review-content-box .review-content-meta, .on-backend .rating-stars-box {
		width: 100%;
	}
	.navbar .navbar-btn-right {
		position:relative;
		overflow:hidden;
		
	}
	.navbar .navbar-btn-right .form-inline.btn-instead .btn {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0;
	}
}

@media(min-width:768px) and (max-width:1023px) {
	.dashboard-main .profile-details li i {
		display:none;	
	}	
	.dashboard-main .profile-details li .profile-meta {
		padding:0;	
	}
	.message-inbox .message-header span a {
		width:49%;	
	}
	.on-backend .rating-stars-box, .on-backend .review-content-box .review-content-meta {
		width:100%;	
	}
}

@media(min-width:1280px) and (max-width:1599px){
	.metric .icon {
		width: 50px;
		height: 50px;
		line-height: 60px;
	}	
}


