@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/open-sans/OpenSans-Light.ttf") format("ttf");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("ttf");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("ttf");
	font-weight: 700;
	font-style: normal;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	font: normal 13px 'Open Sans', sans-serif;
	line-height: 1.6;
	color: #101010;
	background: #fafbfa;
}
a {
	color: #07519a;
	text-decoration: none;
}
a:hover {
	color: #ff7701;
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
	color: #ff7701;
}
::selection {
	background: #4286F7;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
 background: #4286F7;
 color: #ffffff;
 text-shadow: none;
}
:focus, :active {
	outline: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
 @-webkit-keyframes "loading" {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes "loading" {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-o-keyframes "loading" {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes "loading" {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.loading-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #999999;
	z-index: 10000;
}
.loading-wrapper .loading {
	position: absolute;
	width: 120px;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	left: 50%;
	margin-left: -60px;
}
.loading-wrapper .loading span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 2px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	animation: loading 1s infinite alternate;
}
.loading-wrapper .loading span:nth-of-type(1) {
	background: #6FB4CE;
	animation-delay: 0.1s;
}
.loading-wrapper .loading span:nth-of-type(2) {
	background: #008FB2;
	animation-delay: 0.2s;
}
.loading-wrapper .loading span:nth-of-type(3) {
	background: #009B9E;
	animation-delay: 0.4s;
}
.loading-wrapper .loading span:nth-of-type(4) {
	background: #00A77D;
	animation-delay: 0.6s;
}
.loading-wrapper .loading span:nth-of-type(5) {
	background: #00B247;
	animation-delay: 0.8s;
}
.loading-wrapper .loading span:nth-of-type(6) {
	background: #5AB027;
	animation-delay: 1.0s;
}
.loading-wrapper .loading span:nth-of-type(7) {
	background: #A0B61E;
	animation-delay: 1.2s;
}
.loading-wrapper .loading h5 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul.stylish-lists {
	padding: 0;
	margin: 0 0 0 25px;
	list-style-type: disc;
}
ul.stylish-lists li {
	color: #e77338;
	line-height: 24px;
}
ul.stylish-lists li a:hover {
	color: #e77338;
}
ul.stylish-lists li ul {
	margin-left: 25px;
	list-style-type: square;
}
ul.stylish-lists li:nth-child(1n+1) {
	color: #e77338;
}
ul.stylish-lists li:nth-child(2n+2) {
	color: #ffca31;
}
ul.stylish-lists li:nth-child(3n+3) {
	color: #91c46b;
}
ul.stylish-lists li:nth-child(4n+4) {
	color: #5e83bf;
}
ol.stylish-lists {
	padding: 0;
	margin: 0 0 0 25px;
}
ol.stylish-lists li {
	line-height: 24px;
}
ol.stylish-lists li:nth-child(1n+1) {
	color: #e77338;
}
ol.stylish-lists li:nth-child(2n+2) {
	color: #ffca31;
}
ol.stylish-lists li:nth-child(3n+3) {
	color: #91c46b;
}
ol.stylish-lists li:nth-child(4n+4) {
	color: #5e83bf;
}
ul.decimal-leading-zero {
	padding: 0;
	margin: 0 0 0 25px;
	list-style: decimal-leading-zero;
}
ul.decimal-leading-zero li {
	line-height: 24px;
}
ul.decimal-leading-zero li:nth-child(1n+1) {
	color: #e77338;
}
ul.decimal-leading-zero li:nth-child(2n+2) {
	color: #ffca31;
}
ul.decimal-leading-zero li:nth-child(3n+3) {
	color: #91c46b;
}
ul.decimal-leading-zero li:nth-child(4n+4) {
	color: #5e83bf;
}
ul.roman-list {
	padding: 0;
	margin: 0 0 0 25px;
	list-style: upper-roman;
}
ul.roman-list li {
	line-height: 24px;
}
ul.roman-list li:nth-child(1n+1) {
	color: #e77338;
}
ul.roman-list li:nth-child(2n+2) {
	color: #ffca31;
}
ul.roman-list li:nth-child(3n+3) {
	color: #91c46b;
}
ul.roman-list li:nth-child(4n+4) {
	color: #5e83bf;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #f2f2f2;
}
h1, h2, h3, h4, h5 {
	font-weight: 500;
	padding: 0;
}
h1 {
	font-size: 36px;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 30px;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
}
h4 {
	font-size: 18px;
	margin: 0 0 20px 0;
}
h5 {
	font-size: 15px;
	line-height: 150%;
	margin: 0 0 20px 0;
}
h6 {
	font-size: 11px;
}
p {
	padding: 0;
	margin: 0;
}
.heading-block {
	text-transform: uppercase;
	padding: 30px 20px;
	margin-bottom: 5px;
}
.number-block {
	counter-increment: heading;
}
.number-block .title-content:before {
	content: "0" counter(heading);
	font-size: 72px;
	font-weight: 800;
	line-height: 60px;
	display: block;
	float: left;
	width: 100px;
	height: 64px;
	color: #e77338;
}
.number-block .title-content p {
	line-height: 100%;
	padding-top: 10px;
}
.height1 {
	height: 145px;
}
.height2 {
	height: 300px;
}
.min-height1 {
	min-height: 145px;
}
.min-height2 {
	min-height: 300px;
}
.min-height3 {
	min-height: 80px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0 !important;
}
.red-bg {
	background: #e77338;
}
.green-bg {
	background: #91c46b;
}
.dark-green-bg {
	background: #007368;
}
.yellow-bg {
	background: #ffca31;
}
.blue-bg {
	background: #5e83bf;
}
.pink-bg {
	background: #F782AA;
}
.purple-bg {
	background: #6a55c2;
}
.brown-bg {
	background: #674841;
}
.teal-bg {
	background: #47BCC7;
}
.fb-bg {
	background-color: #3B5998;
}
.tw-bg {
	background-color: #55ACEE;
}
.lk-bg {
	background-color: #007BB5;
}
.gplus-bg {
	background-color: #DD4C3B;
}
.text-danger {
	color: #e77338;
}
.text-success {
	color: #91c46b;
}
.text-warning {
	color: #ffca31;
}
.text-info {
	color: #5e83bf;
}
.text-white {
	color: #ffffff;
}
.center-text {
	text-align: center;
}
.right-text {
	text-align: right;
}
.justified-text {
	text-align: justify;
}
.uppercase {
	text-transform: uppercase;
}
.baidu{ padding:10px}
.capitalize {
	text-transform: capitalize;
}
.dropcap:first-child:first-letter {
	float: left;
	font-size: 64px;
	line-height: 64px;
	padding: 0 15px 0 0;
}
.dropcap.red:first-child:first-letter {
	color: #e77338;
}
.dropcap.yellow:first-child:first-letter {
	color: #ffca31;
}
.dropcap.green:first-child:first-letter {
	color: #91c46b;
}
.dropcap.blue:first-child:first-letter {
	color: #5e83bf;
}
.dropcap.fill-default:first-child:first-letter {
	background-color: #e6e6e6;
	color: #000000;
	margin-right: 15px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dropcap.fill-red:first-child:first-letter {
	background-color: #e77338;
	color: #ffffff;
	margin-right: 15px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dropcap.fill-yellow:first-child:first-letter {
	color: #ffffff;
	background-color: #ffca31;
	margin-right: 15px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dropcap.fill-green:first-child:first-letter {
	color: #ffffff;
	background-color: #91c46b;
	margin-right: 15px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dropcap.fill-blue:first-child:first-letter {
	color: #ffffff;
	background-color: #5e83bf;
	margin-right: 15px;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
address {
	margin: 0;
}
blockquote {
	font-size: 16px;
	line-height: 24px;
}
blockquote small {
	color: #5e83bf;
}
blockquote.blockquote-default {
	border-color: #e6e6e6;
}
blockquote.blockquote-default small {
	color: #5e83bf;
}
blockquote.blockquote-green {
	border-color: #91c46b;
}
blockquote.blockquote-green small {
	color: #91c46b;
}
blockquote.blockquote-blue {
	border-color: #5e83bf;
}
blockquote.blockquote-blue small {
	color: #5e83bf;
}
blockquote.blockquote-yellow {
	border-color: #ffca31;
}
blockquote.blockquote-yellow small {
	color: #ffca31;
}
blockquote.blockquote-red {
	border-color: #e77338;
}
blockquote.blockquote-red small {
	color: #e77338;
}
.mark, mark {
	background: #5e83bf;
	color: #ffffff;
}
.container {
	width: 80%;
}
.col-lg-2 {
	width: 20%;
}

header {
	position: relative;
	background: #fff;
}


 @media (max-width: 992px) {
header {
	padding: 0 ;
}
}
@media (max-width: 767px) {
header {
	padding: 0 ;
}
}
.logo {
	margin: 0;
	float: left;
	position: relative;
	line-height: 50px;
}
.logo img {
	max-width: 100%;
	margin: 5px 0 0 5px;
}
ul#header-actions {
	margin: 0 10px 0 20px;
	float: right;
}
ul#header-actions li.list-box {
	position: relative;
	cursor: pointer;
	float: left;
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
}
ul#header-actions li.list-box a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 19px 14px;
	display: block;
	min-width: 48px;
	text-decoration: none;
}
#shijian{ background:#fff; margin-bottom:3px; padding:3px 0}
ul#header-actions li.list-box a i {
	font-size: 20px;
	color: #7a8ca5;
}
ul#header-actions li.list-box:hover {
	background: #e9ebee;
}
ul#header-actions li.list-box.open {
	background: #e9ebee;
}
ul#header-actions li.list-box .info-label {
	position: absolute;
	top: 12px;
	right: 7px;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000000;
}
ul#header-actions li.list-box .noti-label {
	position: absolute;
	top: 15px;
	right: 10px;
	line-height: 10px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity: 0.8;
}
ul#header-actions li.list-box.user-admin {
	text-align: right;
	background: transparent;
}
ul#header-actions li.list-box.user-admin .admin-details {
	float: left;
	margin: 17px 10px 0 20px;
	color: #a8b4c4;
}
ul#header-actions li.list-box.user-admin .admin-details .name {
	font-size: 13px;
}
ul#header-actions li.list-box.user-admin .admin-details .designation {
	font-size: 12px;
}
ul#header-actions li.list-box.user-admin a.dropdown-toggle {
	background: #e9ebee;
	float: right;
}
ul#header-actions li.list-box.user-admin a.dropdown-toggle i {
	color: #3B5998;
}
ul#header-actions .dropdown-menu {
	min-width: 300px;
	right: 0;
	top: 57px;
	left: inherit;
	border: 2px solid #bec4cd;
}
ul#header-actions .dropdown-menu.sm {
	min-width: 200px;
}
ul#header-actions .dropdown-menu .dropdown-content {
	padding: 5px 0;
}
ul#header-actions .dropdown-menu .dropdown-content a {
	padding: 5px 10px;
	font-size: 12px;
}
ul#header-actions .dropdown-menu .dropdown-content a:hover {
	background: #e9ebee;
}
.toggle-menu {
	position: absolute;
	top: 10px;
	right: 35px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	background: #5e83bf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #5e83bf;
	z-index: 1;
	text-align: center;
	color: #ffffff;
}
.toggle-menu i {
	display: block;
	font-size: 24px;
}
.toggle-menu i:before {
	content: "\e9f9";
	font-family: 'icomoon';
	font-style: normal;
}
 @media (max-width: 767px) {
.toggle-menu {
	right: 15px;
}
}
@media (min-width: 992px) {
.toggle-menu {
	display: none;
}
}
.top-bar {
	margin: 0 0 20px 0;
}
.top-bar .page-title h3 {
	margin: 10px 0 0 0;
	color: #212121;
}
.top-bar .page-title p {
	line-height: 100%;
	margin-top: 6px;
	color: #4d4d4d;
	font-size: 13px;
}
.top-bar .page-title p a:hover {
	color: #e77338;
}
.top-bar ul.right-stats {
	float: right;
}
.top-bar ul.right-stats li {
	display: inline-block;
	margin-left: 7px;
}
.top-bar ul.right-stats li a {
	min-width: 74px;
	min-height: 60px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.top-bar ul.right-stats li a span {
	display: block;
	font-size: 24px;
	line-height: 100%;
}
.top-bar ul.right-stats li a.btn i {
	display: block;
	font-size: 24px;
	margin: 0;
}
 @media (max-width: 767px) {
.top-bar .page-title {
	text-align: center;
}
.top-bar ul.right-stats {
	float: none;
	margin: 25px auto 10px auto;
	text-align: center;
}
}
.custom-search {
	
	padding: 0;

	color: #98a6ba;
}
 .custom-search ::-webkit-input-placeholder {
 color: #98a6ba;
}
 .custom-search :-moz-placeholder {
 color: #98a6ba;
}
 .custom-search ::-moz-placeholder {
 color: #98a6ba;
}
 .custom-search :-ms-input-placeholder {
 color: #98a6ba;
}
.custom-search .search-query {
	margin: 0;
	padding: 6px 10px;
	font-style: italic;
	background: #fff;
	border: 1px solid #2c89cc ;
	width: 100%;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	line-height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.custom-search .search-query:focus {
	outline: none;
	
	width: 100%;
	
	border: 1px solid #2c89cc ;
	color: #333;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
}
.custom-search i {
	padding: 0 0 0 10px;
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 22px;
	font-size: 16px;
	color: #2c89cc;
}
.vertical-nav {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: absolute;
	left: -200px;
	top: 59px;
	bottom: 0px;
	width: 200px;
	background: #364150;
	background-size: 17%;
	z-index: 10;
}
.vertical-nav-opened {
	left: 0;
}
ul.menu {
	margin: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
ul.menu li {
	position: relative;
	min-height: 40px;
	line-height: 40px;
}
ul.menu li a {
	display: block;
	padding: 10px 20px;
	color: #98a6ba;
	line-height: 20px;
	font-size: 14px;
	position: relative;
}
ul.menu li a .menu-item {
	padding-left: 10px;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
ul.menu li ul li {
	min-height: 32px;
	line-height: 32px;
	-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;
}
ul.menu li ul li a {
	padding: 7px 15px 7px 52px;
	font-size: 13px;
	border: 0;
}
ul.menu li ul li:hover {
	background-color: #2c3541;
	text-shadow: none;
}
ul.menu li .current {
	color: #ffffff;
}
ul.menu li .down-arrow {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
}
ul.menu li .down-arrow:after {
	content: "\e9fd";
	font-family: 'icomoon';
	position: absolute;
	top: 0;
	right: 0;
	color: #7a8ca5;
}
ul.menu li.active > a {
	color: #ffffff;
	text-shadow: none;
}
ul.menu li.active .down-arrow {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
}
ul.menu li.active .down-arrow:after {
	content: "\e9fb";
	font-family: 'icomoon';
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
}
ul.menu li.selected > a {
	background-color: #2a323e;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #ffffff;
	text-shadow: none;
}
ul.menu li.selected .down-arrow {
	display: none;
}
ul.menu li.selected:after {
	position: absolute;
	content: "";
	right: 0px;
	top: 8px;
	border-right: 11px solid #e9ebee;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}
ul.menu li:first-child a {
	border-top: none;
}
ul.menu li:last-child a {
	border-bottom: none;
}
ul.menu i {
	font-size: 20px;
	width: 20px;
	vertical-align: top;
	display: inline-block;
}
 @media (max-width: 767px) {
ul.menu {
	margin-bottom: 3px;
}
ul.menu li.active:after, ul.menu li.selected:after {
	right: 0px;
	border-right: 0;
}
}
.user-details {
	margin: 40px 10px 20px 10px;
	text-align: center;
	position: relative;
}
.user-details .user-img {
	width: 72px;
	margin: auto;
	position: relative;
	display: block;
	-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;
}
.user-details .user-img img {
	-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;
	margin: auto;
	width: 72px;
	height: 72px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #5e83bf;
	padding: 2px;
}
.user-details .user-img .likes-info {
	position: absolute;
	bottom: 10px;
	right: -7px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #f7f7f7;
	border: 2px solid #e84234;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	color: #e84234;
}
.user-details h5.user-name {
	font-size: 13px;
	margin: 5px auto;
	text-align: center;
	color: #b7c1ce;
}
.collapse-menu {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: absolute;
	top: -60px;
	left: 0;
	width: 48px;
	height: 60px;
	line-height: 0px;
	padding: 0;
	border: 0;
	background: #364150;
	background-size: 70%;
	color: #ffffff;
	text-align: left;
	z-index: 100;
	cursor: pointer;
	display: none;
}
.collapse-menu:hover {
	color: #000000;
	text-shadow: 0 0 10px #ffffff;
}
.collapse-menu i {
	display: block;
	float: left;
	width: 48px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
}
 @media (min-width: 992px) {
.collapse-menu {
	display: block;
}
.vertical-nav {
	width: 200px;
	left: 0;
}
.vertical-nav-sm {
	width: 90px;
}
.vertical-nav-sm .user-details {
	margin: 30px 10px 20px 10px;
}
.vertical-nav-sm .user-details .user-img {
	width: 48px;
}
.vertical-nav-sm .user-details .user-img img {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.vertical-nav-sm .user-details .user-img .likes-info {
	position: absolute;
	bottom: 5px;
	right: -5px;
}
.vertical-nav-sm ul.menu {
	margin: 0 20px;
}
.vertical-nav-sm ul.menu li a {
	padding: 10px 15px;
}
.vertical-nav-sm ul.menu li .menu-item {
	display: none;
}
.vertical-nav-sm ul.menu li.active a .down-arrow {
	display: none;
}
.vertical-nav-sm ul.menu li.active:after {
	content: none;
}
.vertical-nav-sm ul.menu li .current {
	background: #5e83bf;
	color: #ffffff;
}
.vertical-nav-sm ul.menu li:hover {
	width: 210px;
	background: #5e83bf;
}
.vertical-nav-sm ul.menu li:hover a {
	color: #ffffff;
}
.vertical-nav-sm ul.menu li:hover a .down-arrow {
	display: none;
}
.vertical-nav-sm ul.menu li:hover .menu-item {
	display: block;
	position: absolute;
	left: 50px;
	top: 10px;
	padding-left: 0;
}
.vertical-nav-sm ul.menu li:hover ul {
	display: block;
	position: absolute;
	left: 50px;
	top: 40px;
	background: #ffffff;
	width: 160px;
	padding: 0;
	z-index: 10;
	border: 2px solid #5e83bf;
	border-top: 0;
}
.vertical-nav-sm ul.menu li:hover ul li {
	width: 100%;
	margin: 0;
	min-height: 30px;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.vertical-nav-sm ul.menu li:hover ul li a {
	padding: 5px 10px;
	color: #000000;
	text-shadow: none;
}
.vertical-nav-sm ul.menu li:hover ul li a.current {
	color: #ffffff;
}
.vertical-nav-sm ul.menu li:hover ul li:hover {
	background: #e9ebee;
}
.vertical-nav-sm ul.menu li:hover ul li:hover a {
	color: #000000;
	text-shadow: none;
}
.vertical-nav-sm ul.menu li:hover ul li:hover a.current {
	color: #ffffff;
}
.vertical-nav-sm ul.menu ul {
	display: none;
}
.vertical-nav-sm ul.menu .down-arrow {
	right: 0px;
}
}
.dashboard-wrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 20px 20px 80px 20px;
	min-height: 900px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
 @media (min-width: 992px) {
.dashboard-wrapper {
	margin-left: 90px;
}
.dashboard-wrapper-lg {
	margin-left: 200px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
}
footer {
	text-align:center;
	line-height: 24px;
	padding: 0 20px 0 230px;
	background: #E3FAA8;
	border-top: 1px solid #d5d9de;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
footer .col-xs-12{text-align:center; color:#444}
footer .col-xs-12 a{color:#529c1f}
footer span {
	font-weight: 600;
	color: #5e83bf;
}
 @media (max-width: 991px) {
footer {
	padding: 0 35px;
}
}
@media (max-width: 767px) {
footer {
	padding: 0 20px;
}
}
#scrollUp {
	bottom: 10px;
	right: 35px;
	width: 30px;
	height: 40px;
	padding: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #d5d9de;
	color: #e77338;
}
#scrollUp i {
	font-size: 14px;
	line-height: 38px;
}
 @media (max-width: 767px) {
#scrollUp {
	right: 20px;
}
}
.panel {
	margin-bottom: 14px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	padding: 0px;
}
.panel2 {
	margin-bottom: 5px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	padding: 5px;
}
.panel3 {
	margin-bottom: 6px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	padding: 0px;
}
.panel3 .panel-heading h4.panel-title {
	font-size: 14px;
	background: #5aa924;
	border-radius:2px;
	color: #fff;
	margin: 0;
	padding: 10px;
	text-align: left;
}

.panel4 {
	margin-bottom: 4px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
	padding: 0px;
}
.panel4 .panel-heading h4.panel-title {
	font-size: 14px;
	background: #eff7e0;
	border-radius:2px;
	color: #2c6726;
font-size: 14px;
	margin: 0;
	padding: 10px;
	text-align:center; border-left:1px solid #C0DA96;
	border-top:1px solid #C0DA96;
}
.panel4 .panel-heading .dropdown .dropdown-menu > li > a {
	color: #666 !important;
}
.panel3 .panel-heading h4.panel-title a {
	color: #fff !important;
}
.panel3 .panel-body {
	padding: 10px;
	position: relative;
	border: 0;
}
.web .col-lg-1{ width:16.6667%;    padding-right: 5px;
    padding-left: 5px;
}
.web {  font-size:12px; padding:10px 15px; overflow:auto}
.no-padding{padding:0 !important}
.ul-list li {
	float: left;
	width: 20%;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	font-size: 13px;
	min-height: 1px;
}

.ul-list3 li {
	float: left;
	width: 16.6667%;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	font-size: 13px;
	min-height: 1px;
}
.ul-list4 li {
	float: left;
	width: 20%;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	font-size: 13px;
	min-height: 1px;
}
.ul-list1{ border:1px solid  #a1d61d;}
.ul-list-bg{ background:#5aa924; padding:5px 10px; color:#fff; line-height:30px; font-size:16px}
.padding-10{padding:10px 0}

.margin-5{ margin-top:5px}
.no-border-list .col-lg-3{ border:none !important}
.style25{ font-size:16px}
.no-border { border:none !important}
.border-box{ border:1px solid #C0DA96; overflow:auto}
.border-list .col-lg-3 { border:1px solid #C0DA96; border-bottom:none; background:#fff;padding:5px 0; text-align:center;border-right:none}
.border-list .col-lg-2 { border:1px solid #C0DA96; border-bottom:none; background:#fff;padding:5px 0; text-align:center;border-right:none}
.border-list .col-lg-6 { border:1px solid #C0DA96; border-bottom:none; background:#fff;padding:5px 0; text-align:center;border-right:none}
.border-r{ border-right:1px solid #C0DA96; border-bottom:1px solid #C0DA96; overflow:auto}
.text-content{ padding:20px 30px}
.bg-eff7e0{ background:#eff7e0}
.ul-list1 li{	float: left;
	width: 33.333%;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	font-size: 12px;
	min-height: 1px; padding:6px}
.ul-list2{ border:1px solid  #a1d61d;}
.ul-list2 li{	float: left;
	width: 25%;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	font-size: 12px;
	min-height: 1px; padding:6px}
.bg-greed{ background:#EDFACA; }
.panel-body {
	padding: 10px 0;
	position: relative;
	border: 0;
}
.panel-body h5.info {
	margin: 10px 0 0 0;
}
.panel-body.no-padding {
	padding: 0;
}
.panel-body ul li {
	line-height: 2.0
}
.panel-heading {
	position: relative;
	padding: 0 0 0px 0;
	border: 0;
	background: transparent;
}
.panel-heading h4 {
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.panel-heading h4 span {
	font-size: 11px;
	color: #808080;
	font-style: italic;
}
.panel4 .panel-heading h4 span {
	font-size: 14px;
	color:#F00
}

.panel-heading h3 {
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: 500;
}
.panel-bg-one {
	background: url(../img/watercolour.jpg) no-repeat;
	background-size: 100% 100%;
}
ul.imp-notify li {
	padding: 10px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
ul.imp-notify li .icon {
	float: left;
}
ul.imp-notify li .icon img {
	width: 36px;
	height: 36px;
	border-left: 3px solid #e77338;
}
ul.imp-notify li .details {
	line-height: 18px;
	font-size: 13px;
	display: block;
	background: transparent;
	border: none;
	width: auto;
	margin-left: 48px;
}
ul.imp-notify li .details strong {
	font-weight: 500;
	margin-right: 3px;
	font-size: 13px;
	display: block;
	line-height: 100%;
	margin-bottom: 6px;
}
ul.imp-notify li .details strong span {
	float: right;
	font-size: 11px;
	display: inline-block;
	line-height: 18px;
}
ul.imp-notify li .details span {
	display: block;
}
ul.imp-notify li:hover {
	background-color: #f2f2f2;
}
ul.imp-notify li:nth-child(3) img {
	border-left: 3px solid #91c46b;
}
ul.imp-notify li:nth-child(4) img {
	border-left: 3px solid #5e83bf;
}
ul.progress-info {
	padding: 0;
	text-align: left;
}
ul.progress-info li {
	padding: 10px 15px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
ul.progress-info li:hover {
	background: #f2f2f2;
	cursor: pointer;
}
ul.progress-info li .progress-info {
	margin-bottom: 5px;
	line-height: 18px;
	font-size: 11px;
}
ul.progress-info li .progress-info strong {
	margin-right: 3px;
	font-size: 13px;
}
ul.progress-info li .progress-info span {
	font-weight: 400;
}
ul.progress-info li.plain {
	padding: 5px 0px;
	border: 0;
	display: block;
	font-size: 14px;
	background: transparent;
	display: block;
}
ul.progress-info li.plain .btn {
	float: right;
}
ul.progress-info li.plain .btn i {
	color: #ffffff;
	font-size: 16px;
}
.social-details .social-icon {
	height: 64px;
	width: 64px;
	margin-right: 10px;
}
.social-details .social-icon .round-icon {
	border: 1px solid #5e83bf;
	height: 64px;
	width: 64px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.social-details .social-icon .round-icon i {
	font-size: 24px;
	line-height: 64px;
	vertical-align: middle;
	color: #e77338;
}
.social-details .social-icon .round-icon.red-icon {
	border: 1px solid #e77338;
}
.social-details .social-icon .round-icon.red-icon i {
	color: #e77338;
}
.social-details .social-icon .round-icon.green-icon {
	border: 1px solid #91c46b;
}
.social-details .social-icon .round-icon.green-icon i {
	color: #91c46b;
}
.social-details .social-icon .round-icon.yellow-icon {
	border: 1px solid #ffca31;
}
.social-details .social-icon .round-icon.yellow-icon i {
	color: #ffca31;
}
.social-details .social-icon .round-icon.blue-icon {
	border: 1px solid #5e83bf;
}
.social-details .social-icon .round-icon.blue-icon i {
	color: #5e83bf;
}
.social-details .social-num {
	margin-left: 75px;
}
.social-details .social-num h2 {
	color: #ffffff;
	margin: 0;
	position: relative;
}
.social-details .social-num h2 .label {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 24px;
	opacity: 0.9;
	color: #ffffff;
	border: none;
}
.social-details .social-num h2 .label:before {
	position: absolute;
	left: -10px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
}
.social-details .social-num h2 .label:after {
	position: absolute;
	left: -10px;
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
}
.social-details .social-num h2 .label.label-danger:after {
	border-bottom: 10px solid #e77338;
}
.social-details .social-num h2 .label.label-danger:before {
	border-top: 10px solid #e77338;
}
.social-details .social-num h2 .label.label-warning:after {
	border-bottom: 10px solid #ffca31;
}
.social-details .social-num h2 .label.label-warning:before {
	border-top: 10px solid #ffca31;
}
.social-details .social-num h2 .label.label-success:after {
	border-bottom: 10px solid #91c46b;
}
.social-details .social-num h2 .label.label-success:before {
	border-top: 10px solid #91c46b;
}
.social-details .social-num h2 .label.label-info:after {
	border-bottom: 10px solid #5e83bf;
}
.social-details .social-num h2 .label.label-info:before {
	border-top: 10px solid #5e83bf;
}
.social-details .social-num p {
	margin: 6px 0 2px 0;
	font-size: 13px;
	text-transform: uppercase;
}
.social-details .social-num .progress {
	margin: 0;
	opacity: 0.7;
}
 @media (min-width: 768px) and (max-width: 991px) {
.social-details .social-icon {
	display: none;
}
.social-details .social-num {
	margin-left: 0;
}
}
.website-performance {
	position: relative;
}
.website-performance .performance-graph {
	height: 50px;
}
.website-performance .performance h5 {
	margin: 0 0 5px 0;
	padding: 0;
}
.website-performance .performance-stats {
	text-align: right;
}
.website-performance .performance-stats h3 {
	font-weight: 600;
	margin: 0 0 7px 0;
	padding: 0;
}
.website-performance .performance-stats p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #808080;
}
.website-performance .performance-stats p i {
	vertical-align: middle;
	margin-left: 2px;
	font-size: 21px;
}
.website-performance .performance-stats p i.up {
	color: #91c46b;
}
.website-performance .performance-stats p i.down {
	color: #e77338;
}
.user-profile {
	margin: 10px auto 0 auto;
	text-align: center;
	position: relative;
}
.user-profile .user-img {
	width: 120px;
	margin: auto;
	position: relative;
	-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;
}
.user-profile .user-img img {
	-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;
	margin: auto;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	opacity: 0.8;
	border: 3px solid #ffca31;
	padding: 2px;
}
.user-profile .user-img .completed-info {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #e77338;
	cursor: pointer;
	font-size: 15px;
	line-height: 40px;
	color: #ffffff;
	box-shadow: 0 10px 15px #000000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.user-profile .user-img .completed-info:hover {
	box-shadow: none;
}
.user-profile h5 {
	font-size: 14px;
	margin: 20px auto 15px auto;
	text-align: center;
}
.user-profile h3, .user-profile h4 {
	margin: 10px;
}
.user-stats .like-photo {
	height: 115px;
	overflow: hidden;
	position: relative;
}
.user-stats .like-photo a.like {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #e77338;
	font-size: 20px;
}
.user-stats h1 {
	margin: 10px 0 0 0;
	color: #ffffff;
	font-size: 48px;
	font-weight: 400;
}
.user-stats h1 small {
	font-size: 14px;
	color: #ffffff;
	text-shadow: none;
	font-style: italic;
}
.user-stats h5 {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
}
.current-location {
	position: relative;
}
.current-location .location {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	margin: 0;
}
.user-rating img {
	margin: auto;
}
.user-rating .stars {
	margin: 10px auto 5px auto;
	width: 100%;
	text-align: center;
}
.user-rating .stars img {
	width: 16px;
	height: 16px;
}
ul.imp-messages {
	width: 100%;
}
ul.imp-messages li {
	border-bottom: 1px dotted #e6e6e6;
	padding: 25px 0;
}
ul.imp-messages li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
ul.imp-messages li:first-child {
	border-bottom: 0;
	padding-top: 0;
}
ul.imp-messages li img.avatar {
	float: left;
}
ul.imp-messages li blockquote {
	padding: 0 20px;
	font-size: 14px;
}
ul.imp-messages li .message-wrapper {
	margin-left: 60px;
	margin-right: 60px;
}
ul.imp-messages li .message-wrapper .url i {
	font-size: 24px;
	margin-right: 4px;
	vertical-align: middle;
}
ul.imp-messages li .message-wrapper ul.images li {
	margin-right: 10px;
	width: 36px;
	float: left;
	padding: 0;
}
ul.imp-messages li .message-wrapper ul.images li a {
	padding: 0;
	background-color: transparent;
	margin: 0;
	border: 0;
	border-left: 3px solid #5e83bf;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul.imp-messages li .message-wrapper ul.images li a img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul.imp-messages li .message-date {
	float: right;
	text-align: right;
	font-size: 24px;
	line-height: 24px;
	color: #e77338;
}
ul.imp-messages li .message-date span.month {
	font-size: 12px;
	font-style: italic;
}
 @media (max-width: 767px) {
ul.imp-messages li .message-wrapper {
	margin-left: 60px;
	margin-right: 0px;
}
ul.imp-messages li .message-wrapper ul.images li {
	margin-right: 4px;
	width: 32px;
	height: 32px;
}
}
h1.audience-total {
	position: absolute;
	font-size: 36px;
	left: 65px;
	top: 25px;
	margin: 0;
	color: #ffffff;
}
h1.audience-total span {
	font-size: 12px;
	color: #5e83bf;
	padding-left: 5px;
}
h1.audience-total i {
	font-size: 24px;
	color: #91c46b;
}
ul.sales-q2 li {
	margin-bottom: 25px;
}
ul.sales-q2 li .month-type {
	position: relative;
	width: 56px;
	height: 56px;
	line-height: 38px;
	float: left;
	padding: 8px;
	font-size: 14px;
	border: 2px solid #e77338;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
ul.sales-q2 li .month-type:after {
	position: absolute;
	content: "";
	top: 0;
	right: 5px;
	width: 10px;
	height: 10px;
	background: #e77338;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
ul.sales-q2 li .month-type.info {
	border: 2px solid #5e83bf;
}
ul.sales-q2 li .month-type.info:after {
	background: #5e83bf;
}
ul.sales-q2 li .month-type.warning {
	border: 2px solid #ffca31;
}
ul.sales-q2 li .month-type.warning:after {
	background: #ffca31;
}
ul.sales-q2 li .sale-info {
	margin-left: 70px;
}
ul.sales-q2 li .sale-info h3 {
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 15px;
}
ul.sales-q2 li .sale-info h3 span i {
	vertical-align: middle;
	font-size: 20px;
}
ul.sales-q2 li:last-child {
	margin-bottom: 0;
}
ul.app-downloads {
	margin-top: 0;
}
ul.app-downloads li {
	margin-bottom: 25px;
}
ul.app-downloads li .progress {
	margin-top: 5px;
	margin-bottom: 0;
}
ul.app-downloads li p {
	margin: 0;
}
ul.app-downloads li p i {
	margin-right: 10px;
}
ul.app-downloads li p span {
	float: right;
}
ul.stocks li {
	margin-bottom: 11px;
}
ul.stocks li p {
	margin: 0;
}
ul.stocks li p span {
	float: right;
}
ul.stocks li p span i {
	font-size: 18px;
	vertical-align: middle;
}
ul.social-engagement {
	margin: auto;
	text-align: center;
	white-space: nowrap;
}
ul.social-engagement li {
	width: 50px;
	display: inline-block;
	background: #4d4d4d;
	opacity: 0.8;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul.social-engagement li a {
	height: 45px;
	display: block;
}
ul.social-engagement li a i {
	font-size: 30px;
	line-height: 45px;
	color: #ffffff;
}
ul.social-engagement li.fb {
	background: #3B5998;
}
ul.social-engagement li.tw {
	background: #55ACEE;
}
ul.social-engagement li.linkedin {
	background: #007BB5;
}
ul.social-engagement li.gplus {
	background: #DD4C3B;
}
ul.social-engagement li span {
	display: block;
	padding: 2px;
	font-size: 11px;
	color: #b3b3b3;
	background: rgba(0, 0, 0, 0.3);
}
ul.social-engagement li:hover {
	opacity: 1;
}
.sessions {
	text-align: center;
	display: block;
}
.sessions .graph {
	display: block;
}
.sessions h2 {
	margin: 0;
}
.sessions h2 span.perc {
	float: right;
	font-size: 15px;
}
.sessions h2 span.perc sup {
	font-size: 40%;
}
.sessions h2.left {
	margin: 0 0 5px 0;
	text-align: left;
}
.sessions h2.left i {
	font-size: 30px;
	float: right;
}
.sessions h2.left i.up {
	color: #91c46b;
}
.sessions h2.left i.down {
	color: #e77338;
}
.os {
	text-align: center;
}
.os p {
	line-height: 100%;
	margin: 0;
	padding: 0;
}
.os .GaugeMeter {
	height: 54px;
	margin: auto;
}
#power-gauge {
	margin: auto;
	height: 70px;
	text-align: center;
}
#power-gauge svg:not(:root) {
	height: 70px;
}
#power-gauge g.arc {
	fill: steelblue;
}
#power-gauge g.pointer {
	fill: #ffca31;
	stroke: #ffca31;
}
#power-gauge g.label text {
	text-anchor: middle;
	font-size: 13px;
}
ul.tickets li {
	width: 50%;
	float: left;
	text-align: center;
}
ul.tickets li h1.no-of-tickets {
	margin: 0 0 5px 0;
	color: #91c46b;
}
ul.tickets li h1.no-of-tickets.high {
	color: #e77338;
}
ul.tickets li h1.no-of-tickets.low {
	color: #ffca31;
}
ul.tickets li p.ticket-type {
	margin: 0;
}
ul.bank-balance {
	margin-top: 0;
	text-align: center;
}
ul.bank-balance li {
	padding: 0 10px;
	width: 50%;
	box-sizing: border-box;
	display: inline;
	font-size: 13px;
}
ul.bank-balance li span {
	font-size: 15px;
}
.customer-satisfaction {
	text-align: center;
}
.customer-satisfaction i {
	font-size: 30px;
	color: #91c46b;
}
.customer-satisfaction h2 {
	margin: 5px 0;
	color: #ffffff;
}
.customer-satisfaction p {
	margin: 10px 0 0 0;
}
.heatmap {
	margin: 0 auto;
	text-align: center;
	width: 124px;
}
.heatmap h2 {
	margin: 0;
}
.heatmap #cal-heatmap {
	margin: auto;
}
ul.transactions {
	margin: 0;
}
ul.transactions li {
	padding: 6px 0;
	border-bottom: 1px dotted #b3b3b3;
}
ul.transactions li:first-child {
	padding-top: 0;
}
ul.transactions li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
ul.transactions a {
	position: relative;
	display: block;
	line-height: 17px;
}
ul.transactions a .tra-type {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 90px;
	display: inline-block;
}
ul.transactions a .tra-icon {
	font-size: 16px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-right: 5px;
	border: 2px solid #cccccc;
	display: inline-block;
}
ul.transactions a .tra-amount {
	position: absolute;
	right: 0;
	border: 2px solid #cccccc;
	padding: 5px 12px;
	font-size: 16px;
	width: 70px;
	text-align: center;
	margin-top: 3px;
}
.task-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.task-list li {
	display: block;
	padding: 11px 0;
	margin: 0;
	cursor: pointer;
	line-height: 16px;
	font-size: 13px;
	border-bottom: 1px solid #e6e6e6;
}
.task-list li.completed {
	text-decoration: line-through;
	color: #5e83bf;
}
.task-list li span {
	margin-right: 8px;
	font-size: 16px;
}
.task-list li:first-child {
	padding-top: 0;
}
.task-list li:last-child {
	border-bottom: 0;
}
ul.contacts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.contacts li.client {
	padding: 11px 0;
	border-bottom: 1px solid #ffffff;
}
ul.contacts li.client img.avatar {
	height: 36px;
	width: 36px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	float: left;
}
ul.contacts li.client .client-details {
	margin-left: 50px;
	position: relative;
}
ul.contacts li.client .client-details p {
	margin: 0;
}
ul.contacts li.client .client-details p span.name {
	color: #808080;
	line-height: 16px;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}
ul.contacts li.client .client-details p span.email {
	line-height: 12px;
	display: block;
}
ul.contacts li.client .client-details ul.icons-nav {
	position: absolute;
	right: 0;
	top: 10px;
}
ul.contacts li.client .client-details ul.icons-nav li {
	float: left;
	margin-left: 10px;
}
ul.contacts li.client .client-details ul.icons-nav li a {
	padding: 5px;
}
ul.contacts li.client .client-details ul.icons-nav li a i {
	cursor: pointer;
	font-size: 16px;
}
ul.contacts li.client .client-details ul.icons-nav li a i:hover {
	color: #e77338;
}
ul.contacts li.client .client-details ul.icons-nav li:first-child {
	padding-left: 0;
}
ul.contacts li.client .client-details ul.icons-nav li:first-child a i {
	color: #e77338;
}
ul.contacts li.client .client-details ul.icons-nav li:last-child {
	padding-right: 0;
}
ul.contacts li.client .client-details ul.icons-nav li:last-child a i {
	color: #5e83bf;
}
ul.contacts li.client:first-child {
	padding-top: 0;
}
ul.contacts li.client:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.chats li {
	padding: 5px 0;
	margin: 4px auto;
	font-size: 13px;
}
.chats li img.avatar {
	height: 48px;
	width: 48px;
	float: left;
	border-left: 3px solid #5e83bf;
}
.chats li .progress-stats {
	margin-top: 5px;
}
.chats li .progress-stats .progress {
	margin: 5px 0 0 20px;
}
.chats li p.date {
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chats li p.inffo {
	margin: 0;
	font-size: 13px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chats li .message {
	padding: 8px 10px;
	position: relative;
	background: #e9ebee;
}
.chats li.in .message {
	text-align: left;
	margin-left: 64px;
}
.chats li.in .message:before {
	content: "";
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #e9ebee;
}
.chats li.out .message {
	margin-right: 64px;
	text-align: right;
}
.chats li.out .message:after {
	content: "";
	position: absolute;
	top: 0px;
	right: -12px;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #e9ebee;
}
.chats li.out img.avatar {
	float: right;
	margin-left: 10px;
}
.chats li:first-child {
	margin-top: 0;
}
.chats li:last-child {
	margin-bottom: 0;
}
.demography {
	margin: 10px 0;
	text-align: center;
}
.demography ul.male-female {
	width: 60%;
	margin: auto;
	text-align: center;
}
.demography ul.male-female li {
	margin: 0;
	display: inline-block;
	width: 48%;
}
.demography ul.male-female li h4 {
	text-align: center;
	margin: 0;
	padding: 0;
}
.demography ul.male-female li h4 i {
	display: block;
	margin: 0 0 5px 0;
	font-size: 48px;
}
.demography ul.male-female li .male {
	color: #5e83bf;
}
.demography ul.male-female li .female {
	color: #e77338;
}
.demography h3 {
	margin: 15px 0 0 0;
	padding: 0;
	color: #5e83bf;
}
ul.activity-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.activity-list li {
	padding: 8px 0px;
	border-bottom: 1px solid #e6e6e6;
}
ul.activity-list li p i {
	height: 30px;
	width: 30px;
	background: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
}
ul.activity-list li p .time {
	text-align: right;
	color: #5e83bf;
	float: right;
	line-height: 30px;
}
ul.activity-list li:last-child {
	border-bottom: 0;
}
ul.activity-list li:first-child {
	padding-top: 0;
}
ul.project-activity li {
	position: relative;
	border-left: 1px solid #f7f7f7;
	font-size: 13px;
}
ul.project-activity li:after {
	position: absolute;
	top: 0;
	left: -5px;
	font-size: 10px;
	content: "\e003";
	font-family: 'icomoon';
}
ul.project-activity li .detail-info {
	margin: 0 0 0 25px;
	padding-bottom: 10px;
}
ul.project-activity li p.date {
	color: #808080;
	font-style: italic;
	line-height: 16px;
	font-size: 12px;
}
ul.project-activity li p.message {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
ul.project-activity li.green {
	border-left-color: #91c46b;
}
ul.project-activity li.green:after {
	color: #91c46b;
}
ul.project-activity li.red {
	border-left-color: #e77338;
}
ul.project-activity li.red:after {
	color: #e77338;
}
ul.project-activity li.blue {
	border-left-color: #5e83bf;
}
ul.project-activity li.blue:after {
	color: #5e83bf;
}
ul.project-activity li.yellow {
	border-left-color: #ffca31;
}
ul.project-activity li.yellow:after {
	color: #ffca31;
}
ul.project-activity li:last-child .detail-info {
	padding-bottom: 0;
}
ul.experience li {
	position: relative;
	border-left: 1px solid #f7f7f7;
	font-size: 13px;
}
ul.experience li:after {
	position: absolute;
	top: 0;
	left: -6px;
	font-size: 12px;
	line-height: 16px;
	content: "\e919";
	font-family: 'icomoon';
}
ul.experience li .detail-info {
	margin: 0 0 0 25px;
	padding-bottom: 15px;
}
ul.experience li p.date {
	font-style: italic;
	line-height: 18px;
}
ul.experience li.green {
	border-left-color: #91c46b;
}
ul.experience li.green:after {
	color: #91c46b;
}
ul.experience li.red {
	border-left-color: #e77338;
}
ul.experience li.red:after {
	color: #e77338;
}
ul.experience li.blue {
	border-left-color: #5e83bf;
}
ul.experience li.blue:after {
	color: #5e83bf;
}
ul.experience li.yellow {
	border-left-color: #ffca31;
}
ul.experience li.yellow:after {
	color: #ffca31;
}
ul.experience li:last-child .detail-info {
	padding-bottom: 0;
}
ul.top-clients li {
	position: relative;
	height: 65px;
	display: block;
	padding: 0;
	width: 100%;
	margin-bottom: 15px;
	cursor: pointer;
	overflow: hidden;
}
ul.top-clients li .progress {
	height: 3px;
	margin: 6px 0 0 0;
}
ul.top-clients li .avatar {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	border-left: 3px solid #5e83bf;
	z-index: 2;
	overflow: hidden;
}
ul.top-clients li .avatar img {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul.top-clients li .biz {
	margin-left: 60px;
	font-size: 13px;
}
ul.top-clients li .biz p.biz-name {
	margin: 0;
}
ul.top-clients li .biz .value {
	margin: 5px 0 0 0;
	font-size: 16px;
}
ul.top-clients li:first-child {
	padding-top: 0;
}
ul.top-clients li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.social-metrics {
	text-align: center;
	margin: auto;
}
ul.social-metrics li {
	text-align: center;
	padding: 15px;
	display: inline-block;
	width: 10%;
	margin: 5px 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.social-metrics li:hover {
	zoom: 1;
}
ul.social-metrics li.facebook {
	background: #3B5998;
}
ul.social-metrics li.twitter {
	background: #55ACEE;
}
ul.social-metrics li.gplus {
	background: #DD4C3B;
}
ul.social-metrics li.pinterest {
	background: #cb2027;
}
ul.social-metrics li.linkedin {
	background: #007BB5;
}
ul.social-metrics li.blog {
	background: #FF8329;
}
ul.social-metrics li.youtube {
	background: #bb0000;
}
ul.social-metrics li.dribbble {
	background: #ea4c89;
}
ul.social-metrics li a {
	color: #ffffff;
	display: block;
}
ul.social-metrics li i {
	display: block;
	font-size: 36px;
	padding-bottom: 5px;
}
 @media (max-width: 767px) {
ul.social-metrics li {
	width: 45%;
}
}
.socail-stats {
	margin-bottom: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	text-align: center;
	display: block;
}
.socail-stats h4 {
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	text-shadow: none;
}
.socail-stats p {
	color: #ffffff;
	font-size: 12px;
	margin: 0;
}
.socail-stats i {
	color: #ffffff;
}
.blog {
	counter-increment: blogCounter;
}
.blog .blog-wrapper {
	margin-bottom: 50px;
}
.blog .blog-wrapper:before {
	content: "0" counter(blogCounter);
	font-size: 48px;
	font-weight: 800;
	line-height: 60px;
	display: block;
	height: 70px;
	color: #d9d9d9;
	font-style: italic;
}
.blog .blog-wrapper a.image-wrapper {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	max-height: 160px;
	overflow: hidden;
	display: block;
}
.blog .blog-wrapper a.image-wrapper:hover {
	opacity: 0.6;
}
.blog .blog-wrapper h4 {
	max-width: 240px;
	margin: 15px 0;
	letter-spacing: .5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #5e83bf;
}
.blog .blog-wrapper p {
	margin-bottom: 20px;
}
.blog .blog-wrapper a.comments-link {
	margin-bottom: 15px;
	display: block;
}
.blog .blog-wrapper a.comments-link i {
	content: "";
	font-size: 14px;
	margin-right: 10px;
	color: #5e83bf;
	vertical-align: middle;
}
.blog-detail .blog-wrapper .image-wrapper {
	max-height: 300px;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-detail h2 {
	margin: 20px 0;
	letter-spacing: .5px;
}
.blog-detail p {
	margin-bottom: 20px;
}
.blog-comments {
	margin-top: 70px;
}
.blog-comments h1 {
	margin-bottom: 30px;
}
.blog-comments .comments-block {
	margin-bottom: 20px;
}
.blog-comments .comments-block .media-left {
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
}
.blog-comments .comments-block .media-left img {
	width: 64px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blog-comments .comments-block .comment-body {
	display: table-cell;
	vertical-align: top;
}
.blog-comments .comments-block .comment-body h4 {
	margin-bottom: 10px;
}
.blog-comments .comments-block .comment-body h5.time {
	margin-bottom: 10px;
}
.blog-comments .comment-reply {
	margin-left: 90px;
}
ul.blog-gallery li {
	width: 20%;
	float: left;
	height: auto;
}
ul.blog-gallery li img {
	width: 100%;
	border: 1px solid #f2f2f2;
}
.invoice a .logo {
	width: 90px;
	margin: 0 auto;
	text-align: center;
}
.invoice .invoice-num {
	margin-bottom: 30px;
}
.invoice address h4 {
	margin-bottom: 10px;
}
.invoice .table .btn {
	min-width: 36px;
}
.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #000000;
	border: 1px solid #000000;
}
.GaugeMeter {
	position: relative;
	text-align: center;
	overflow: hidden;
	cursor: default;
	display: inline-block;
}
.GaugeMeter span, .GaugeMeter b {
	width: 54%;
	position: absolute;
	text-align: center;
	display: inline-block;
	font-weight: 100;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 23%;
}
.GaugeMeter[data-style="Semi"] b {
	width: 80%;
	margin: 0 10%;
}
.GaugeMeter s, .GaugeMeter u {
	text-decoration: none;
	font-size: 12px;
	opacity: .8;
}
.GaugeMeter b {
	font-size: 12px;
	color: #000000;
}
#d3PieChart {
	width: 260px;
	margin: auto;
}
#d3PieChart svg {
	height: 100%;
	width: 100%;
}
.axis path, .axis line {
	fill: none;
	stroke: #353535;
	shape-rendering: crispEdges;
}
.axis text {
	font-size: 11px;
}
.bar:hover {
	fill: #bcbcbc;
}
.x.axis path {
	display: none;
}
.d3-tip {
	line-height: 1;
	padding: 12px;
	background: rgba(0, 0, 0, 0.8);
	color: #efefef;
	border-radius: 2px;
}
.d3-tip:after {
	box-sizing: border-box;
	display: inline;
	font-size: 10px;
	width: 100%;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
	content: "\25BC";
	position: absolute;
	text-align: center;
}
.d3-tip.n:after {
	margin: -1px 0 0 0;
	top: 100%;
	left: 0;
}
.jvectormap-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	touch-action: none;
}
.jvectormap-tip {
	position: absolute;
	display: none;
	border: solid 1px #000000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #000000;
	color: #ffffff;
	font-size: 11px;
	padding: 4px 9px;
}
.jvectormap-zoomin, .jvectormap-zoomout {
	position: absolute;
	top: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #cccccc;
	color: #b3b3b3;
	width: 16px;
	height: 16px;
	cursor: pointer;
	line-height: 15px;
	text-align: center;
}
.jvectormap-zoomin {
	right: 0px;
}
.jvectormap-zoomout {
	right: 20px;
}
.legend div {
	background: transparent;
}
.legendLabel {
	padding-left: 7px;
	font-size: 13px;
	padding-right: 7px;
}
.thumbs-sm {
	background: url(../img/thumbs-sm.png) no-repeat;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.thumbs-sm.user-one {
	background-position: 0 -5px;
}
.thumbs-sm.user-two {
	background-position: 0 -72px;
}
.thumbs-sm.user-three {
	background-position: 0 -130px;
}
.thumbs-sm.user-four {
	background-position: 0 -200px;
}
.thumbs-sm.user-five {
	background-position: -260px 0px;
}
.thumbs-sm.user-six {
	background-position: -195px -5px;
}
.thumbs-sm.user-seven {
	background-position: -130px -10px;
}
.thumbs-sm.user-eight {
	background-position: -70px -140px;
}
.thumbs-sm.user-nine {
	background-position: -190px -135px;
}
.thumbs-sm.user-ten {
	background-position: -130px -130px;
}
.thumbs-sm.user-eleven {
	background-position: -64px -71px;
}
.thumbs-sm.user-twelve {
	background-position: -192px -203px;
}
.thumbs-md {
	background: url(../img/thumbs-md.jpg) no-repeat;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.thumbs-md.user-md-one {
	background-position: -124px -125px;
}
.thumbs-md.user-md-two {
	background-position: 0 0;
}
.thumbs-md.user-md-three {
	background-position: -62px 0px;
}
.thumbs-md.user-md-four {
	background-position: -124px 0px;
}
.thumbs-md.user-md-five {
	background-position: -248px 0px;
}
.thumbs-md.user-md-six {
	background-position: -186px 0px;
}
.thumbs-md.user-md-seven {
	background-position: -248px 0px;
}
.thumbs-md.user-md-eight {
	background-position: -248px -64px;
}
.thumbs-md.user-md-nine {
	background-position: -248px -249px;
}
.thumbs-md.user-md-ten {
	background-position: -124px -249px;
}
.thumbs-md.user-md-eleven {
	background-position: -62px -249px;
}
.thumbs-md.user-md-twelve {
	background-position: 0px -249px;
}
.material-btn {
	position: relative;
	overflow: hidden;
}
.circless {
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	overflow: hidden;
}
.circless.animate {
	-webkit-animation: effect 0.65s linear;
	animation: effect 0.65s linear;
}
 @-webkit-keyframes effect {
 100% {
 opacity: 0;
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
}
}
@keyframes effect {
 100% {
 opacity: 0;
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
}
}
.chart-height1 {
	position: relative;
	height: 225px;
	overflow: hidden;
}
.chart-height2 {
	position: relative;
	height: 80px;
	overflow: hidden;
}
.chart-height3 {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.chart-height4 {
	position: relative;
	height: 120px;
	overflow: hidden;
}
.chart-height5 {
	position: relative;
	height: 60px;
	overflow: hidden;
}
.chart-height8 {
	position: relative;
	height: 360px;
	overflow: hidden;
}
.dropdown-menu {
	padding: 0;
	min-width: 180px;
	float: left;
	position: absolute;
	border: none;
	background: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	border: 2px solid #d9d9d9;
}
.dropdown-menu form {
	padding: 15px;
}
.dropdown-menu.sm {
	min-width: 200px;
}
.dropdown-menu a {
	padding: 5px 10px;
}
.dropdown-header {
	background: #ffffff;
	padding: 10px 15px;
	font-size: 13px;
	color: #353535;
	border-bottom: 1px solid #f2f2f2;
}
.dropdown-footer {
	border-top: 1px solid #f2f2f2;
	padding: 10px 15px;
	color: #5e83bf;
	font-size: 11px;
}
.panel-sortable {
	cursor: move;
}
.panel-sortable .panel {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.panel-sortable .panel:after {
	content: "\e9fd";
	font-family: 'icomoon';
	position: absolute;
	right: 15px;
	bottom: 25px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.panel-sortable .panel:hover {
	border: 1px dashed #5e83bf;
	background: #e6e6e6;
	background-color: #ffffff;
}
.panel-sortable .panel:hover:after {
	color: #5e83bf;
	font-size: 36px;
}
.gallery {
	margin: 0 auto;
}
.gallery a {
	border: 5px solid #ffffff;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
	margin: 0 0 10px 0;
	opacity: 0.9;
}
.gallery a .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.gallery a .expand {
	text-decoration: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	border: 5px solid #ffca31;
	text-align: center;
	color: #ffca31;
	line-height: 36px;
	font-weight: 700;
	font-size: 30px;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery a:hover {
	opacity: 1;
}
.gallery a:hover .overlay {
	opacity: 1;
}
.gallery a:hover span.expand {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.icon-2x {
	font-size: 2em;
}
.icon-3x {
	font-size: 3em;
}
.icon-4x {
	font-size: 4em;
}
.icon-5x {
	font-size: 5em;
}
.icons span {
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #4d4d4d;
}
.icons span:hover {
	background-color: #5e83bf;
	color: #ffffff;
	text-shadow: 0 10px 10px #000000;
}
.thumbnail-round {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.img-circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.img-circle-sm {
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
}
.img-rounded {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.img-36 {
	height: 36px;
	width: 36px;
}
.img-48 {
	height: 48px;
	width: 48px;
}
.img-64 {
	height: 64px;
	width: 64px;
}
.img-72 {
	height: 72px;
	width: 72px;
}
.img-90 {
	height: 90px;
	width: 90px;
}
.styled-input-wrapper .form-group {
	margin: 0;
}
.styled-input-wrapper .input-icon {
	width: 60px;
	height: 60px;
	text-align: center;
	float: left;
	margin-top: 4px;
	background-color: #e9ebee;
}
.styled-input-wrapper .input-icon i {
	line-height: 60px;
	font-size: 24px;
}
.styled-input-wrapper .styled-input {
	margin-left: 70px;
}
.styled-input-wrapper .styled-input label {
	margin-bottom: 2px;
}
blockquote {
	border-left: 2px solid #5e83bf;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px 12px;
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
	padding: 6px 12px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #d9d9d9;
}
.table > thead > tr > th, .table > thead > tr > td {
	font-size: 15px;
	font-weight: 500;
}
.table > thead > tr > th {
	border-bottom: 2px solid #5e83bf;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background: #f2f2f2;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #e6e6e6;
}
.table-bordered {
	border: 1px solid #e6e6e6;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background: #e6e6e6;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background: #acd38f;
	color: #ffffff;
	border-top: 0;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background: #91c46b;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background: #e77338;
	color: #ffffff;
	border-top: 0;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background: #e56626;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background: #ffca31;
	color: #ffffff;
	border-top: 0;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background: #ffc212;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	background: #5e83bf;
	color: #ffffff;
	border-top: 0;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background: #4770b2;
}
 @media screen and (max-width: 767px) {
.table-responsive {
	border: 1px solid #ffffff;
}
}
.progress {
	background-color: #e6e6e6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress-bar-danger {
	background-color: #e77338;
	box-shadow: none;
}
.progress-bar-success {
	background-color: #91c46b;
	box-shadow: none;
}
.progress-bar-warning {
	background-color: #ffca31;
	box-shadow: none;
}
.progress-bar-info {
	background-color: #5e83bf;
	box-shadow: none;
}
.progress-sm {
	height: 6px;
}
.progress-md {
	height: 10px;
}
.progress-xs {
	height: 3px;
}
.progress-xsx {
	height: 2px;
}
.progress-lg {
	height: 15px;
}
.progress-rounded {
	border-radius: 10px;
}
.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn .caret {
	margin-left: 7px;
}
.btn i {
	font-size: 24px;
	vertical-align: middle;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	box-shadow: none;
	overflow: hidden;
}
.btn-light-grey {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
	color: #000000;
}
.btn-light-grey:hover {
	color: #000000;
	background-color: #ededed;
	border: 1px solid #ededed;
}
.btn-light-grey:focus, .btn-light-grey.active, .btn-light-grey:active, .btn-light-grey:focus, .btn-light-grey.active.focus, .btn-light-grey:active.focus, .btn-light-grey:active:focus {
	background-color: #ededed;
	border: 1px solid #ededed;
	box-shadow: none;
	color: #000000;
}
.btn-default {
	background-color: #ccd1d8;
	border-color: #ccd1d8;
	color: #000000;
}
.btn-default:hover {
	color: #000000;
	background-color: #c1c6cf;
	border: 1px solid #c1c6cf;
}
.btn-default:focus, .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default.active.focus, .btn-default:active.focus, .btn-default:active:focus {
	background-color: #c1c6cf;
	border: 1px solid #c1c6cf;
	box-shadow: none;
	color: #000000;
}
.btn-primary {
	background-color: #4d4d4d;
	border-color: #4d4d4d;
	color: #ffffff;
}
.btn-primary:hover {
	color: #ffffff;
	background-color: #595959;
	border: 1px solid #595959;
}
.btn-primary:focus, .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary.active.focus, .btn-primary:active.focus, .btn-primary:active:focus {
	background-color: #595959;
	border: 1px solid #595959;
	box-shadow: none;
}
.btn-danger {
	background-color: #e77338;
	border-color: #e77338;
	color: #ffffff;
}
.btn-danger:hover {
	color: #ffffff;
	background-color: #e46321;
	border: 1px solid #e46321;
}
.btn-danger:focus, .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger.active.focus, .btn-danger:active.focus, .btn-danger:active:focus {
	background-color: #e46321;
	border: 1px solid #e46321;
	box-shadow: none;
}
.btn-success {
	background-color: #91c46b;
	border-color: #91c46b;
	color: #ffffff;
}
.btn-success:hover {
	color: #ffffff;
	background-color: #83bd59;
	border: 1px solid #83bd59;
}
.btn-success:focus, .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success.active.focus, .btn-success:active.focus, .btn-success:active:focus {
	background-color: #76b448;
	border: 1px solid #76b448;
	box-shadow: none;
}
.btn-info {
	background-color: #5e83bf;
	border-color: #5e83bf;
	color: #ffffff;
}
.btn-info:hover {
	color: #ffffff;
	background-color: #4c75b8;
	border: 1px solid #4c75b8;
}
.btn-info:focus, .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info.active.focus, .btn-info:active.focus, .btn-info:active:focus {
	background-color: #456eaf;
	border: 1px solid #456eaf;
	box-shadow: none;
}
.btn-warning {
	background-color: #ffca31;
	border-color: #ffca31;
	color: #ffffff;
}
.btn-warning:hover {
	color: #ffffff;
	background-color: #ffc318;
	border: 1px solid #ffc318;
}
.btn-warning:focus, .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning.active.focus, .btn-warning:active.focus, .btn-warning:active:focus {
	background-color: #fdbc00;
	border: 1px solid #fdbc00;
	box-shadow: none;
}
.btn-fb {
	background-color: #3B5998;
	border-color: #3B5998;
	color: #ffffff;
}
.btn-fb:hover {
	color: #ffffff;
	background-color: #344e86;
	border: 1px solid #344e86;
}
.btn-fb:focus, .btn-fb.active, .btn-fb:active, .btn-fb:focus, .btn-fb.active.focus, .btn-fb:active.focus, .btn-fb:active:focus {
	background-color: #2d4373;
	border: 1px solid #2d4373;
	box-shadow: none;
}
.btn-tw {
	background-color: #55ACEE;
	border-color: #55ACEE;
	color: #ffffff;
}
.btn-tw:hover {
	color: #ffffff;
	background-color: #3ea1ec;
	border: 1px solid #3ea1ec;
}
.btn-tw:focus, .btn-tw.active, .btn-tw:active, .btn-tw:focus, .btn-tw.active.focus, .btn-tw:active.focus, .btn-tw:active:focus {
	background-color: #2795e9;
	border: 1px solid #2795e9;
	box-shadow: none;
}
.btn-gp {
	background-color: #DD4C3B;
	border-color: #DD4C3B;
	color: #ffffff;
}
.btn-gp:hover {
	color: #ffffff;
	background-color: #d93826;
	border: 1px solid #d93826;
}
.btn-gp:focus, .btn-gp.active, .btn-gp:active, .btn-gp:focus, .btn-gp.active.focus, .btn-gp:active.focus, .btn-gp:active:focus {
	background-color: #c33322;
	border: 1px solid #c33322;
	box-shadow: none;
}
.btn-lkdn {
	background-color: #007BB5;
	border-color: #007BB5;
	color: #ffffff;
}
.btn-lkdn:hover {
	color: #ffffff;
	background-color: #006a9c;
	border: 1px solid #006a9c;
}
.btn-lkdn:focus, .btn-lkdn.active, .btn-lkdn:active, .btn-lkdn:focus, .btn-lkdn.active.focus, .btn-lkdn:active.focus, .btn-lkdn:active:focus {
	background-color: #005882;
	border: 1px solid #005882;
	box-shadow: none;
}
.btn-rounded {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn-transparent {
	background-color: transparent;
}
.btn-transparent.btn-danger {
	color: #e77338;
}
.btn-transparent.btn-danger:hover {
	color: #ffffff;
}
.btn-transparent.btn-warning {
	color: #ffca31;
}
.btn-transparent.btn-warning:hover {
	color: #ffffff;
}
.btn-transparent.btn-success {
	color: #91c46b;
}
.btn-transparent.btn-success:hover {
	color: #ffffff;
}
.btn-transparent.btn-info {
	color: #5e83bf;
}
.btn-transparent.btn-info:hover {
	color: #ffffff;
}
.btn-transparent.btn-danger {
	color: #e77338;
}
.btn-transparent.btn-danger:hover {
	color: #ffffff;
}
.demo-btn-group .btn {
	min-width: 80px;
}
.blog-btn-group .btn {
	margin-left: 2px;
	float: left;
	margin-bottom: 2px;
}
 @media (max-width: 767px) {
.demo-btn-group {
	text-align: center;
}
.demo-btn-group .btn {
	margin-bottom: 3px;
}
}
.breadcrumb {
	background: #f2f2f2;
	margin: 0;
}
.breadcrumb .active {
	color: #5e83bf;
}
.breadcrumb-triangle {
	list-style: none;
	overflow: hidden;
}
.breadcrumb-triangle li {
	float: left;
}
.breadcrumb-triangle li a {
	color: #000000;
	text-decoration: none;
	padding: 10px 0 10px 45px;
	background: #f2f2f2;
	position: relative;
	display: block;
	float: left;
}
.breadcrumb-triangle li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #f2f2f2;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
.breadcrumb-triangle li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #bfbfbf;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 0;
	left: 100%;
	z-index: 1;
}
.breadcrumb-triangle li:first-child a {
	padding-left: 10px;
}
.breadcrumb-triangle li:nth-child(2) a {
	background: #e6e6e6;
}
.breadcrumb-triangle li:nth-child(2) a:after {
	border-left-color: #e6e6e6;
}
.breadcrumb-triangle li:nth-child(3) a {
	background: #d9d9d9;
}
.breadcrumb-triangle li:nth-child(3) a:after {
	border-left-color: #d9d9d9;
}
.breadcrumb-triangle li:nth-child(4) a {
	background: #d1d1d1;
}
.breadcrumb-triangle li:nth-child(4) a:after {
	border-left-color: #d1d1d1;
}
.breadcrumb-triangle li:nth-child(5) a {
	background: #cccccc;
}
.breadcrumb-triangle li:nth-child(5) a:after {
	border-left-color: #cccccc;
}
.breadcrumb-triangle li:last-child a {
	background: #bfbfbf;
	color: #000000;
	pointer-events: none;
	cursor: default;
}
.breadcrumb-triangle li:last-child a:after {
	border: 0;
}
.breadcrumb-triangle li a:hover {
	background: #bfbfbf;
}
.breadcrumb-triangle li a:hover:after {
	border-left-color: #bfbfbf;
}
.box_Price0 {
    background: #1fa067;
    line-height: 40px;
    color: #fff;
    text-align: right;
    text-align: center;
}
.box {
    position: relative;
}
.label {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	padding: .2em .6em .2em;
}
.label-default {
	background: #b3b3b3;
	border: 1px solid #b3b3b3;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: white;
	border: 1px solid white;
}
.label-success {
	background-color: #91c46b;
	border: 1px solid #91c46b;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #76b448;
	border: 1px solid #76b448;
}
.label-info {
	background-color: #5e83bf;
	border: 1px solid #5e83bf;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #4369a7;
	border: 1px solid #4369a7;
}
.label-warning {
	background-color: #ffca31;
	border: 1px solid #ffca31;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #fdbc00;
	border: 1px solid #fdbc00;
}
.label-danger {
	background-color: #e77338;
	border: 1px solid #e77338;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #d35819;
	border: 1px solid #d35819;
}
.label-bdr {
	background-color: transparent;
}
.label-bdr.label-default {
	color: #353535;
}
.label-bdr.label-danger {
	color: #e77338;
}
.label-bdr.label-success {
	color: #91c46b;
}
.label-bdr.label-warning {
	color: #ffca31;
}
.label-bdr.label-info {
	color: #5e83bf;
}
.badge {
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	padding: .3em .8em;
}
.badge-default {
	background: #b3b3b3;
	border: 1px solid #b3b3b3;
}
.badge-default[href]:hover, .badge-default[href]:focus {
	background-color: white;
	border: 1px solid white;
}
.badge-success {
	background-color: #91c46b;
	border: 1px solid #91c46b;
}
.badge-success[href]:hover, .badge-success[href]:focus {
	background-color: #76b448;
	border: 1px solid #76b448;
}
.badge-info {
	background-color: #5e83bf;
	border: 1px solid #5e83bf;
}
.badge-info[href]:hover, .badge-info[href]:focus {
	background-color: #4369a7;
	border: 1px solid #4369a7;
}
.badge-warning {
	background-color: #ffca31;
	border: 1px solid #ffca31;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
	background-color: #fdbc00;
	border: 1px solid #fdbc00;
}
.badge-danger {
	background-color: #e77338;
	border: 1px solid #e77338;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
	background-color: #d35819;
	border: 1px solid #d35819;
}
.badge-bdr {
	background-color: transparent;
}
.badge-bdr.badge-default {
	color: #353535;
}
.badge-bdr.badge-danger {
	color: #e77338;
}
.badge-bdr.badge-success {
	color: #91c46b;
}
.badge-bdr.badge-warning {
	color: #ffca31;
}
.badge-bdr.badge-info {
	color: #5e83bf;
}
.pager li > a, .pager li > span {
	background-color: #5e83bf;
	border-color: #5e83bf;
	color: #ffffff;
}
.pager li > a:hover, .pager li > span:hover {
	color: #ffffff;
	background-color: #4c75b8;
	border: 1px solid #4c75b8;
}
.list-group-item {
	border: 1px solid #e0e3e7;
	background-color: #f2f3f5;
}
.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
a.list-group-item-info {
	background-color: #5e83bf;
	color: #ffffff;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
	background-color: #4369a7;
	color: #ffffff;
}
a.list-group-item-warning {
	background-color: #ffca31;
	color: #000000;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
	background-color: #fdbc00;
	color: #ffffff;
}
a.list-group-item-success {
	background-color: #91c46b;
	color: #ffffff;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
	background-color: #76b448;
	color: #ffffff;
}
a.list-group-item-danger {
	background-color: #e77338;
	color: #ffffff;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
	background-color: #d35819;
	color: #ffffff;
}
.alert-dismissable .close {
	right: 0;
}
.alert.alert-transparent {
	background-color: transparent;
}
.alert.alert-transparent button.close {
	opacity: 0.7;
	color: #b3b3b3;
	text-shadow: none;
}
.alert.alert-transparent.alert-danger {
	color: #e77338;
}
.alert.alert-transparent.alert-success {
	color: #91c46b;
}
.alert.alert-transparent.alert-warning {
	color: #ffca31;
}
.alert.alert-transparent.alert-info {
	color: #5e83bf;
}
.alert {
	padding: 10px;
	margin-bottom: 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
}
.alert i {
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}
.alert-success {
	color: #ffffff;
	background-color: #91c46b;
	border-color: #91c46b;
}
.alert-info {
	color: #ffffff;
	background-color: #5e83bf;
	border-color: #5e83bf;
}
.alert-warning {
	color: #ffffff;
	background-color: #ffca31;
	border-color: #ffca31;
}
.alert-danger {
	color: #ffffff;
	background-color: #e77338;
	border-color: #e77338;
}
.alert-borderd {
	background: transparent;
	color: #4d4d4d;
}
.callout {
	margin: 0 0 5px 0;
	padding: 10px 20px;
	background-color: #f7f7f7;
	border-left: 3px solid #d9d9d9;
}
.callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout-danger {
	border-color: #e77338;
}
.callout-danger h4 {
	color: #e77338;
}
.callout-warning {
	border-color: #ffca31;
}
.callout-warning h4 {
	color: #ffca31;
}
.callout-info {
	border-color: #5e83bf;
}
.callout-info h4 {
	color: #5e83bf;
}
.callout-success {
	border-color: #91c46b;
}
.callout-success h4 {
	color: #91c46b;
}
.tooltip-inner {
	color: #ffffff;
	background-color: #e77338;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #e77338;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #e77338;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #e77338;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #e77338;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #e77338;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #e77338;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #e77338;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #e77338;
}
.popover {
	background: #4d4d4d;
	border: 1px solid #4d4d4d;
	color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.popover.left > .arrow:after {
	border-left-color: #4d4d4d;
}
.popover.right > .arrow:after {
	border-right-color: #4d4d4d;
}
.popover.top > .arrow:after {
	border-top-color: #4d4d4d;
}
.popover.bottom > .arrow:after {
	border-bottom-color: #4d4d4d;
}
.pagination > li > a, .pagination > li > span {
	background: #e9ebee;
	border: 1px solid #d5d9de;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #ffffff;
	background-color: #e77338;
	border-color: #e77338;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #ffffff;
	background-color: #5e83bf;
	border-color: #5e83bf;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	background-color: white;
	border-color: white;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	height: 40px;
	padding: 6px 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.form-control:focus {
	border: 1px solid #5e83bf;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #000000;
}
.input-lg, .form-group-lg .form-control {
	height: 50px;
}
.input-sm, .form-group-sm .form-control {
	height: 30px;
}
input[type=radio], input[type=checkbox] {
	margin: 5px 0 0;
}
.form-control-feedback {
	height: 40px;
	width: 40px;
	line-height: 40px;
}
label ~ .form-control-feedback {
	line-height: 40px;
}
.input-group-addon {
	border: 1px solid #d9d9d9;
	background: #ffffff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background: white;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #91c46b;
}
.has-success .form-control {
	border-color: #91c46b;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #91c46b;
}
.has-success .form-control:focus {
	border-color: #76b448;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.has-success .form-control-feedback {
	color: #91c46b;
}
.has-success .input-group-addon {
	border-color: #91c46b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #e77338;
}
.has-error .form-control {
	border-color: #e77338;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #e77338;
}
.has-error .form-control:focus {
	border-color: #d35819;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.has-error .form-control-feedback {
	color: #e77338;
}
.has-error .input-group-addon {
	border-color: #e77338;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #ffca31;
}
.has-warning .form-control {
	border-color: #ffca31;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.has-warning .form-control:focus {
	border-color: #fdbc00;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.has-warning .form-control-feedback {
	color: #ffca31;
}
.has-warning .input-group-addon {
	border-color: #ffca31;
}
.has-info .help-block, .has-info .control-label, .has-info .radio, .has-info .checkbox, .has-info .radio-inline, .has-info .checkbox-inline {
	color: #5e83bf;
}
.has-info .form-control {
	border-color: #5e83bf;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #5e83bf;
}
.has-info .form-control:focus {
	border-color: #4369a7;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.has-info .form-control-feedback {
	color: #5e83bf;
}
.has-info .input-group-addon {
	border-color: #5e83bf;
}
legend {
	padding: 0 0 6px 0;
	font-size: 16px;
	line-height: inherit;
	border: 0;
	border-bottom: 1px solid #e6e6e6;
}
label {
	font-size: 14px;
	font-weight: 500;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 10px;
	top: 10px;
}
.help-block {
	font-size: 11px;
}
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs li a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #f2f2f2;
	border: 0;
}
.nav-tabs li a:hover {
	background: #e6e6e6;
	border: none;
}
.nav-tabs li.active > a {
	border: 0;
	background: #e77338;
	position: relative;
	color: #ffffff;
}
.nav-tabs li.active > a:hover {
	background: #e77338;
	color: #ffffff;
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background: #e77338;
	color: #ffffff;
	border: 0;
}
.tab-content {
	padding: 15px;
	border: 1px solid #d9d9d9;
	background: #ffffff;
}
.custom-tabs .nav-tabs > li a {
	padding: 20px 15px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #f2f2f2;
}
.custom-tabs .nav-tabs > li a i {
	font-size: 36px;
}
.custom-tabs .nav-tabs > li a:hover {
	background: #ededed;
}
.custom-tabs .nav-tabs > li.active {
	border: 0;
}
.custom-tabs .nav-tabs > li.active a {
	border: 0;
	position: relative;
}
.custom-tabs .nav-tabs > li.active a:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -10px;
	margin-left: -10px;
	width: 10px;
	border-top: 10px solid #5e83bf;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.custom-tabs .nav-tabs > li.active a:hover {
	border: 0;
}
.custom-tabs .nav-tabs > li.active.fb a {
	background-color: #3B5998;
}
.custom-tabs .nav-tabs > li.active.fb a i {
	color: #ffffff;
}
.custom-tabs .nav-tabs > li.active.fb a:after {
	border-top: 10px solid #3B5998;
}
.custom-tabs .nav-tabs > li.active.tw a {
	background-color: #55ACEE;
}
.custom-tabs .nav-tabs > li.active.tw a i {
	color: #ffffff;
}
.custom-tabs .nav-tabs > li.active.tw a:after {
	border-top: 10px solid #55ACEE;
}
.custom-tabs .nav-tabs > li.active.gp a {
	background-color: #DD4C3B;
}
.custom-tabs .nav-tabs > li.active.gp a i {
	color: #ffffff;
}
.custom-tabs .nav-tabs > li.active.gp a:after {
	border-top: 10px solid #DD4C3B;
}
.custom-tabs .nav-tabs > li.active.lkdn a {
	background-color: #007BB5;
}
.custom-tabs .nav-tabs > li.active.lkdn a i {
	color: #ffffff;
}
.custom-tabs .nav-tabs > li.active.lkdn a:after {
	border-top: 10px solid #007BB5;
}
.custom-tabs .nav-tabs > li.active.blog a {
	background-color: #ffca31;
}
.custom-tabs .nav-tabs > li.active.blog a i {
	color: #ffffff;
}
.custom-tabs .nav-tabs > li.active.blog a:after {
	border-top: 10px solid #ffca31;
}
.custom-tabs .nav-tabs.nav-justified > li {
	float: none;
	display: table-cell;
	width: 1%;
}
.custom-tabs .nav-tabs.nav-justified > li a {
	margin-bottom: 0;
	border: 0 !important;
}
.custom-tabs .tab-content {
	padding: 30px 15px;
	border: 1px solid #d9d9d9;
	background: #ffffff;
}
.custom-tabs .tab-content .btn {
	min-width: 180px;
}
.navbar-default {
	border: none;
	background: #e6e6e6;
}
.navbar-default .navbar-toggle {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-color: #d9d9d9;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #d9d9d9;
}
.navbar-default .navbar-toggle:hover {
	background-color: #5e83bf;
	border-color: #5e83bf;
}
.navbar-default .navbar-brand {
	color: #000000;
}
.navbar-default .navbar-collapse {
	border-top: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #353535;
}
.navbar-default .navbar-nav > li.active a {
	background-color: #ededed;
	color: #353535;
}
.navbar-default .navbar-nav > li.active a:hover {
	background-color: #ededed;
	color: #353535;
}
.navbar-default .navbar-nav > .open > a {
	color: #000000;
	background: #d9d9d9;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #000000;
	background: #d9d9d9;
}
.modal-header {
	border-bottom: 1px solid #ffffff;
}
.modal-header h3 {
	text-shadow: none;
	margin-bottom: 0;
}
.modal-content {
	-moz-box-shadow: 0 5px 20px #000000;
	-webkit-box-shadow: 0 5px 20px #000000;
	box-shadow: 0 5px 20px #000000;
	background-color: #f2f2f2;
}
.modal.fade .modal-dialog {
	z-index: 10000;
}
.modal-footer {
	border-top: 1px solid #ffffff;
}
.close {
	color: #ffffff;
	opacity: 0.8;
	text-shadow: 0 1px 0 #000000;
}
.close:hover {
	color: #e77338;
	text-shadow: none;
}
.gutter.row {
	margin-right: -7px;
	margin-left: -7px;
}
 .gutter > [class^="col-"], .gutter-10 > [class^=" col-"] {
 padding-right: 7px;
 padding-left: 7px;
}


/*# sourceMappingURL=main.css.map */
