/*
	Template Name: Web Standards
	Description: Clean & Minimalist Mobile Template
	Author: Wakeen Web
	
	Version: 1.2
*/

/*==============================================================
>>> TABLE OF CONTENTS:
================================================================
1. Import
2. Normalize
3. Global
	3.1. Helper class
	3.2. Components
4. Clearings
5. Links
6. Forms
7. Content, Navbar & Sidebar
	7.1. Content container
	7.2. Fixed Navbar
	7.3. Left Sidebar
		7.3.1. Main menu
8. Dashboard
	8.1. Plain dashboard
	8.2. Account dashboard
	8.3. News dashboard
	8.4. Shop dashboard
9. Blog
	9.1. Blog list
	9.2. Blog small list
	9.3. Blog inside
10. Shop
	10.1. Product list
	10.2. Product Small List
	10.3. Shop inside
	10.4. Cart
11. Pages
	11.1. FAQ
	11.2. Not Found
	11.3. Search result
	11.4. Portfolio
12. Apps
	12.1. Calendar
	12.2. Chat
	12.3. Login & Signup
13. Footer
--------------------------------------------------------------*/

/*==============================================================
1. Import
==============================================================*/

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');  
@import url('../../assets/plugins/materialize/css/materialize.css');
/*@import url('../../assets/plugins/slick/css/slick.css'); */
/* @import url('../../assets/plugins/animate.css/keyframe.css'); */
/* @import url('../../assets/plugins/swipebox/css/swipebox.min.css'); */
@import url('../../assets/plugins/themify/themify-icons.css');
/* @import url('../../assets/plugins/font-awesome/css/font-awesome.min.css');*/

/*==============================================================
2. Normalize
==============================================================*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	/* background:url(assets/pictures/bgradient.gif);*/
	background-color:#990000;
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Twitter 
.fa-twitter {
  background: #55ACEE;
  color: white;
  border-radius: 50%;
}
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	height:auto;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline:0;
	background-image: none;
}

/*==============================================================
3. Global
==============================================================*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background-color: #fff;
	line-height: 1.5;
	font-size: 16px;
	color: rgba(0,0,0,0.8);
}
body::-webkit-scrollbar { 
    display: none; 
}

h1,h2,h3,h4,h5,h6 {font-weight:500;margin:0;padding:0;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}

ul,ol {
	padding-left:15px;
}
ul li {
	list-style-type: disc;
}
ul li,
ol li {
	list-style-position: inside;
}

address {
	font-style:normal;
	margin-bottom:20px;
}

td, th {
	padding: 7px 5px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

blockquote {
	border-left: 5px solid #2D9FC4;
	background-color: #EDF5F7;
	padding: 10px 10px 10px 1.5rem;
}
blockquote cite {
	display:block;
	font-style:normal;
	font-weight:700;
	font-size:15px;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

embed,
iframe,
object {
	width: 100%;
	border:0;
}

.content-container {
	position: relative;
	min-height: 400px;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	-webkit-transition: padding-top ease .3s;
    -moz-transition: padding-top ease .3s;
    transition: padding-top ease .3s;
}

.widget-title {
	font-weight: 700;
	font-size: 18px;
	color: rgba(0,0,0,.8);
	/*color: #2AB3B5;*/
	margin: 0 0 15px 0;
}

.block {
	display: block;
}
button.block{
	width: 100%;
}

.fb-share {
	background-color: #3b5998 !important;
}
.twitter-share {
	background-color: #55acee !important;
}
.gplus-share {
	background-color: #dd4b39 !important;
}
.top-navbar,
.top-navbar.with-tabs .tabs-wrapper {
	border-bottom: 1px solid #ddd;
}

.event-item,
.numbered-post li,
.additional-list li,
.custom-collection .collection-item,
.blog-item,
.blog-small-list .item,
.product-small-list .item,
.cart-item li:not(.cart-nav),
.faq .collapsible li.active,
.faq .collapsible li .collapsible-header,
.web-result .search-item,
.calendar_schedule li,
.comment-list > li,
.comment-list_child li:not(:last-child),
.tabs,
.custom-collection.outside-icon .collection-item .caption {
	border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 600px) {
	.container {
		width: calc(100% - 20px);
	}
}

@media only screen and (max-width: 320px) {
	.container {
		width: 95%;
	}
}


/*--------------------------------------------------------------
3.1. Helper class
--------------------------------------------------------------*/
.m-1 {margin: 0.25rem!important;}
.m-2 {margin: 0.5rem!important;}
.m-3 {margin: 1rem!important;}
.m-4 {margin: 1.5rem!important;}
.m-5 {margin: 3rem!important;}
.mr-1 {margin-right: 0.25rem!important;}
.mr-2 {margin-right: 0.5rem!important;}
.mr-3 {margin-right: 1rem!important;}
.mr-4 {margin-right: 1.5rem!important;}
.mr-5 {margin-right: 3rem!important;}
.ml-1 {margin-left: 0.25rem!important;}
.ml-2 {margin-left: 0.5rem!important;}
.ml-3 {margin-left: 1rem!important;}
.ml-4 {margin-left: 1.5rem!important;}
.ml-5 {margin-left: 3rem!important;}
.mb-1 {margin-bottom: 0.25rem!important;}
.mb-2 {margin-bottom: 0.5rem!important;}
.mb-3 {margin-bottom: 1rem!important;}
.mb-4 {margin-bottom: 1.5rem!important;}
.mb-5 {margin-bottom: 3rem!important;}
.mt-1 {margin-top: 0.25rem!important;}
.mt-2 {margin-top: 0.5rem!important;}
.mt-3 {margin-top: 1rem!important;}
.mt-4 {margin-top: 1.5rem!important;}
.mt-5 {margin-top: 3rem!important;}
.no-mb {margin-bottom: 0!important;}

.p-1 {padding: 0.25rem!important;}
.p-2 {padding: 0.5rem!important;}
.p-3 {padding: 1rem!important;}
.p-4 {padding: 1.5rem!important;}
.p-5 {padding: 3rem!important;}
.pr-1 {padding-right: 0.25rem!important;}
.pr-2 {padding-right: 0.5rem!important;}
.pr-3 {padding-right: 1rem!important;}
.pr-4 {padding-right: 1.5rem!important;}
.pr-5 {padding-right: 3rem!important;}
.pl-1 {padding-left: 0.25rem!important;}
.pl-2 {padding-left: 0.5rem!important;}
.pl-3 {padding-left: 1rem!important;}
.pl-4 {padding-left: 1.5rem!important;}
.pl-5 {padding-left: 3rem!important;}
.pb-1 {padding-bottom: 0.25rem!important;}
.pb-2 {padding-bottom: 0.5rem!important;}
.pb-3 {padding-bottom: 1rem!important;}
.pb-4 {padding-bottom: 1.5rem!important;}
.pb-5 {padding-bottom: 3rem!important;}
.pt-1 {padding-top: 0.25rem!important;}
.pt-2 {padding-top: 0.5rem!important;}
.pt-3 {padding-top: 1rem!important;}
.pt-4 {padding-top: 1.5rem!important;}
.pt-5 {padding-top: 3rem!important;}

.text-muted {
	color: #999;
}
.line {height:1px;background:#eee;margin-bottom:20px;}
.text-center {text-align:center;}
.font-weight-bold {font-weight: 700;}
.semibold {font-weight: 500;}
.font-weight-normal {font-weight: 700;}
.font-italic {font-style: italic;}

.no-padding-top {padding-top: 0 !important;}
.no-padding-bottom {padding-bottom: 0 !important;}
.no-mt {margin-top: 0 !important;}
.no-top {top: 0 !important;}

.pagination {
	padding:0;
	font-size: 0;
	margin-top: 30px;
	text-align: center;
}
.pagination li {
	border-radius: 0;
	line-height: 35px;
	margin-right: 1px;
	background-color: #ffffff;
}
.pagination li i {
	font-size: 16px;
}
.pagination li a {
	text-decoration: none;
	color: #444;
	line-height: 28px;
}
.pagination li {
	border-radius: 50%;
	background-color: transparent;
}
.pagination li.active {
	background-color: #2D9FC4;
}
.pagination li.disabled a {
	color: #ccc;
}

.load-more {
	display: block;
	border-radius: 5px;
	border: 1px solid #eee;
	color: #000;
	text-align: center;
	padding: 8px 15px;
	font-weight: 700;
	text-decoration: none;
	margin-top: 30px;
}

/*--------------------------------------------------------------
3.2. Components
--------------------------------------------------------------*/

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.06);
}

/*--------------------------------------------------------------
Modals
--------------------------------------------------------------*/
.modal {
	outline: 0;
	background-color: #fff;
}

/*--------------------------------------------------------------
Dropdown
--------------------------------------------------------------*/
.dropdown-content {
	min-width: 200px;
}
.dropdown-content li > a,
.dropdown-content li > span {
	color: rgba(0,0,0,0.87);
}
.dropdown-content li > a > i {
	color: rgba(0,0,0,0.3);
}

/*--------------------------------------------------------------
Datepickers
--------------------------------------------------------------*/
.datepicker-date-display,
.timepicker-digital-display {
	background-color: #2D9FC4;
}
.timepicker-canvas line {
	stroke: #2D9FC4;
}
.timepicker-canvas-bg {
	fill: #2D9FC4;
}

/*--------------------------------------------------------------
Switches / Range
--------------------------------------------------------------*/
.switch label input[type=checkbox]:checked + .lever:after {
	background-color: #2D9FC4;
}

input[type=range] + .thumb {
	background-color: #2D9FC4;
}
input[type=range] + .thumb .value {
	color: #2D9FC4;
}


/*--------------------------------------------------------------
Misc helpers
--------------------------------------------------------------*/
.misc_helpers th {
	padding-top: 0;
}

/*--------------------------------------------------------------
Icons
--------------------------------------------------------------*/
.com-icons .caption {
	display: block;
	font-size: 80%;
}
#fontawesome .fa,
#themify span {
	margin-right: 10px;
}

/*--------------------------------------------------------------
Tabs
--------------------------------------------------------------*/
.tabs {
	padding: 0;
}
.tabs .tab a {
	font-size: 16px;
	font-weight: 500;
}
.tabs .tab a,
.tabs .tab a:hover {
	text-transform: none;
	color: #aaa;
}
.tabs .tab a.active {
	color: rgba(0,0,0,.8);
}
.tabs .indicator {
	background-color: rgb(55,216,218);
}
.tabs .tab a:focus, 
.tabs .tab a:focus.active {
	background-color: transparent;
}

.tabs-content {
	padding-top: 20px;
}

@media only screen and (max-width: 992px) {
	.tabs .tab {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
}
@media only screen and (max-width: 601px) {
	.tabs .tab {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

/*--------------------------------------------------------------
Collection
--------------------------------------------------------------*/

.collection {
	border: 0;
	border-radius: 0;
}
.collection .collection-item {
	background-color: #25252f;
	border-bottom: 1px solid #33333d;
}

.custom-collection {
	position: relative;
}
.custom-collection .collection-heading {
	color: #999;
}
.custom-collection .collection-item {
	position: relative;
	display: block;
	padding: 10px 0;
}
.custom-collection.outside-icon .collection-item {
	border: 0;
	padding: 10px 0 0 0;
}
.custom-collection .collection-item .icon {
	position: absolute;
	left: 0;
	top: 17px;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	line-height: 2;
	background-color: #999;
}
.custom-collection .collection-item .date {
	position: absolute;
	right: 0;
	top: 12px;
	color: #777;
	font-size: 12px;
}
.custom-collection .collection-item .icon img {
	width: 100%;
}
.custom-collection.circle-icon .collection-item .icon {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 2.6;
	color: #fff;
	top: 10px;
	overflow: hidden;
}
.custom-collection .collection-item .arrow {
	position: absolute;
	right: 15px;
	top: 20px;
	color: #bbb;
	font-size: 67%;
}
.custom-collection .collection-item .caption {
	margin-left: 45px;
	width: calc(100% - 45px);
	padding-right: 15px;
	min-height: 40px;
}
.custom-collection.circle-icon .collection-item .caption {
	margin-left: 55px;
	width: calc(100% - 55px);
}
.custom-collection.outside-icon .collection-item .caption {
	padding-bottom: 10px;
}
.custom-collection.no-border .collection-item,
.custom-collection.outside-icon.no-border .collection-item .caption {
	border: 0;
}
.custom-collection .collection-item .caption .title {
	color: rgba(0,0,0,.8);
	width: calc(100% - 50px);
	font-weight: 500;
}
.custom-collection .collection-item .caption .desc {
	color: rgba(0,0,0,.4);
	font-size: 15px;
	margin: 0;
}

/*==============================================================
4. Clearings
==============================================================*/
.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}

.home-cards:after,
.event-item:after,
.numbered-post li:after,
.comment-list:after,
.port-nav-container:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

.home-slider .item,
.home-featured-products .item,
.thumb-gallery .item {
	outline: 0;
}

/*==============================================================
5. Links
==============================================================*/
a {
	color: #23B0DE;
	text-decoration:none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color:none;
	text-decoration:none;
}

a:focus {
	outline: 0;
	text-decoration:none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration:none;
}
/*--------------------------*/


/*==============================================================
6. Forms
==============================================================*/



/*==============================================================
7. Content, Navbar & Sidebar
==============================================================*/
/*--------------------------------------------------------------
7.1. Content container
--------------------------------------------------------------*/
#page {
	position: relative;
}

.single-app {
	position: relative;
	height: 100vh;
}

.center-element {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.center-element .logo {
	text-align: center;
	font-weight: 300;
	margin: 0 0 30px 0;
	font-size: 30px;
}
.center-element .logo span {
	font-weight: 700;
}

.page-title {
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	line-height: .5;
}
.page-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 1px;
	border-radius: 20px;
	background-color: rgba(0,0,0,.5);
}

/*--------------------------------------------------------------
7.2. Fixed Navbar
--------------------------------------------------------------*/
.top-navbar {
	background-color: #990000;
	position: relative;
	z-index: 99;
	width: 100%;
}
.top-navbar.with-tabs,
.top-navbar.with-tabs .tabs {
	border: 0;
}
.top-navbar .row {
	margin-bottom: 0;
}
.top-navbar .front-navigation {
	padding: 22px 0 29px 0;
	-webkit-transition: padding ease .3s;
    -moz-transition: padding ease .3s;
    transition: padding ease .3s;
}
.top-navbar.with-tabs .front-navigation {
	padding: 24px 0 12px 0;
}
.top-navbar.fly,
.top-navbar.with-tabs .tabs-wrapper.fly {
	width: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
}
.top-navbar.fly .front-navigation {
	padding: 11px 0 18px 0;
}
.top-navbar .site-title {
	max-width:calc(100% - 100px);
}
.top-navbar .site-title h1,
.top-navbar .site-title h2 {
	margin: 0;
	color: #000;
}
.top-navbar .site-title h1 {
	font-size: 28px;
	font-weight: 300;
	line-height: .8;
}
.top-navbar .site-title h1 span {
	font-weight: 700;
}
.top-navbar .top-navbar-left {
	float: left;
}
.top-navbar .top-navbar-left a {
	font-size: 18px;
	padding: 2px 15px 0 0;
	font-weight: normal;
	display: inline-block;
	color: rgba(0,0,0,.7);
}
.top-navbar .top-navbar-left.back-navigation a {
	color: rgba(255,255,255,.6);
}
.top-navbar .top-navbar-left.back-navigation a .icon {
	color: #BCE7F5;
	font-size: 16px;
	margin-right: 5px;
}
.top-navbar .top-navbar-right {
	float: right;
	font-size: 16px;
	/*padding-right: 0.75rem;*/
}
.top-navbar .top-navbar-right a {
	font-size: 18px;
	padding: 2px 0 0 15px;
	display:inline-block;
	color: rgba(0,0,0,.4);
	position: relative;
}

.top-navbar .dropdown-content {
    background-color: #fff;
    margin: 56px 0 0 0;
    display: none;
    min-width: 170px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
	list-style: none;
	padding: 0;
}
.top-navbar .dropdown-content li {
	list-style: none;
	min-height: auto;
	line-height: auto;
	padding: 0 8px;
}
.top-navbar .dropdown-content li a {
	font-size: 16px;
	line-height: auto;
	text-decoration: none;
	color: #000;
}
.top-navbar .dropdown-content li a i.fa {
	display: inline-block;
	width: 23px;
	color: #999;
}

.top-navbar .front-navigation.hide {
	display: none;
}

.top-navbar .searchbar {
	display: none;
	padding: 25px 0 24px 0;
	-webkit-transition: padding ease .3s;
    -moz-transition: padding ease .3s;
    transition: padding ease .3s;
}
.top-navbar.with-tabs .searchbar {
	padding: 27px 0 15px 0;
}
.top-navbar.fly .searchbar {
	padding: 14px 0 13px 0;
}
.top-navbar .searchbar.show {
	display: block;
	position: relative;
}
.top-navbar .searchbar .input-field {
	margin: 0;
	width: calc(100% - 30px);
	position: relative;
}
.top-navbar .searchbar .input-field input {
	margin: 0;
	padding-bottom: 0;
	padding-left: 30px;
	box-sizing: border-box;
	height: auto;
	border: 0px;
	color: rgba(0,0,0,.8);
}
.top-navbar .searchbar .input-field:before {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.6;
	color: rgba(0,0,0,.3);
	font-family: 'themify';
	content: "\e610";
}
.top-navbar .searchbar input[type="text"]::-webkit-input-placeholder {
	color: rgba(0,0,0,.1)!important;
}
.top-navbar .searchbar input[type="text"]:-moz-placeholder {
	color: rgba(0,0,0,.1)!important;
}
.top-navbar .searchbar input[type="text"]::-moz-placeholder {
	color: rgba(0,0,0,.1)!important;
}
.top-navbar .searchbar input[type="text"]:-ms-input-placeholder {
	color: rgba(0,0,0,.1)!important;
}
.top-navbar .searchbar .input-field input[type=text]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(188,231,245,.5);
    box-shadow: 0 0 0 0 rgba(188,231,245,.5);
}
.top-navbar .searchbar .search-close {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 0 0 0;
	cursor: pointer;
	color: #FC5D5D;
	line-height: 1.7;
}
.top-navbar.with-tabs .searchbar .search-close {
	top: 40px;
}

/*--------------------------------------------------------------
7.3. Left Sidebar
--------------------------------------------------------------*/
.sidenav {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16), 0 0 0 0 rgba(0, 0, 0, 0.12);
	width: 250px;
	height: 100%;
	padding-bottom: 20px;
}
#slide-out-left {
	color: #fff;
	background-color: #fff;
}
#slide-out-left li:hover,
#slide-out-left li.active {
  background-color: transparent;
}
.top-left-nav {
	box-sizing:border-box;
	text-align: center;
	position: relative;
}

.top-left-nav .profile-cover {
	z-index: 10;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	line-height: 0;
}
.top-left-nav .profile-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 25px 15px;
	z-index: 50;
	width: 100%;
	background: linear-gradient(transparent, rgba(0,0,0,.5));
}

.top-left-nav .pic-thumb {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
}
.top-left-nav .pic-thumb img {
	width: 100%;
}
.top-left-nav .dropdown-trigger {
	width: 100%;
	text-decoration: none;
	position: relative;
	display: block;
}
.top-left-nav .dropdown-trigger .profile-name {
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: .8;
}
.top-left-nav .dropdown-trigger .desc {
	font-size: 80%;
	display: block;
	color: rgba(255,255,255,.7);
}
.top-left-nav .dropdown-trigger .icon {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 70%;
	color: rgba(255,255,255,.5);
}
.top-left-nav .dropdown-content {
    background-color: #fff;
    margin: 24px 0 0 0;
    display: none;
    min-width: 170px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
	list-style: none;
	padding: 0;
}
.top-left-nav .dropdown-content li {
	list-style: none;
	min-height: auto;
	line-height: auto;
	padding: 0;
}
.top-left-nav .dropdown-content li a {
	font-size: 16px;
	position: relative;
	line-height: none;
	text-decoration: none;
	color: #000;
	padding: 0 16px 0 40px;
}
.top-left-nav .dropdown-content li a:hover {
	background-color: transparent;
}
.top-left-nav .dropdown-content li a i.material-icons {
	font-size: 17px;
	color: #999;
	position: absolute;
	left: 10px;
	top: 0;
}

/*--------------------------------------------------------------
7.3.1. Main menu
--------------------------------------------------------------*/
#main-menu,
#main-menu ul,
#main-menu ul li,
#main-menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main-menu {
	width: 100%;
	color: #ffffff;
}
#main-menu ul ul {
	display: none;
	background-color: #f7f7f7;
}
#main-menu ul ul.expand {
	display: block;
}
#main-menu > ul > li {
	border-bottom: 1px solid #eee;
}
#main-menu > ul > li.header {
	padding: 20px 30px 10px 30px;
	font-size: 80%;
	font-weight: 500;
	color: rgba(0,0,0,.6);
	text-transform: uppercase;
}
#main-menu ul li a {
	height: auto;
}
#main-menu > ul > li > a {
	padding: 10px 30px 10px 30px;
	cursor: pointer;
	z-index: 2;
	text-decoration: none;
	color: rgba(0,0,0,.8);
	font-size: 16px;
}
#main-menu ul li a:hover {
	background-color: transparent;
}
#main-menu > ul > li > a .icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 5px;
	line-height: 1.6;
	background-color: #999;
	color: #fff;
	margin-right: 1rem;
}
#main-menu > ul > li.active ul li.active a,
#main-menu > ul > li.active > a {
	background-color: #eee;
}
#main-menu > ul > li.open > a {
	border-bottom: 0px solid #eee;
	background-color: #f7f7f7;
}
#main-menu > ul > li > a:hover > span::after,
#main-menu > ul > li.active > a > span::after,
#main-menu > ul > li.open > a > span::after {
	border-color: #eeeeee;
}
#main-menu ul ul li a {
	cursor: pointer;
	padding: 10px 20px 10px 73px;
	z-index: 1;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: rgba(0,0,0,.8);
}
#main-menu ul ul li:first-child > a {
	box-shadow: none;
}
#main-menu ul ul ul li a {
	padding: 5px 10px 5px 70px;
}
#main-menu > ul > li > ul > li:last-child > a,
#main-menu > ul > li > ul > li.last > a {
	border-bottom: 0;
}
#main-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
	border-bottom: 0;
}
#main-menu ul ul li.has-sub > a::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#main-menu ul li.has-sub a .arrow-icon {
	display: inline-block;
	float: right;
	font-size: 9px;
	line-height: 3;
	color: rgba(0,0,0,.4);
}
#main-menu > ul > li.open > a > .arrow-icon,
#main-menu ul ul li.open > a > .arrow-icon {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#main-menu ul ul li.active > a::after,
#main-menu ul ul li.open > a::after,
#main-menu ul ul li > a:hover::after {
	border-color: #ffffff;
}

