/*
	Template Name: Maleo
	Description: Multipurpose Mobile Template
	Author: Alfisahr
	Author URI: http://themeforest.net/user/alfisahr
	Version: 1.0
*/

/*==============================================================
>>> TABLE OF CONTENTS:
================================================================
1. Import
2. Normalize
3. Global
4. Clearings
5. Links
6. Media
7. Forms
8. Shortcodes
9. Sidebar
	9.1. Left Sidebar
	9.2. Right Sidebar
10. Content
	10.1. Fixed Navbar
11. Widget
	11.1. Widget Global (Theme Card)
	11.2. Slider
12. Pages
	12.1. Frontpage (Maleo Homepage)
	12.2. Blog
	12.3. Shop
	12.4. Event
	12.5. FAQ
	12.6. Testimonial
	12.7. Search
	12.8. Not Found
	12.9. Gallery
13. App
	13.1. Sequence
	13.2. Drawer
	13.3. To Do
	13.4. Chat
	13.5. Profile
	13.6. Lockscreen
	13.7. Calendar
	13.8. Login/Signup
14. Footer
15. Responsive
16. errors
--------------------------------------------------------------*/

/*==============================================================
1. Import
==============================================================*/

@import url('materialize.css');
@import url('slick.css');
@import url('keyframe.css');
@import url('swipebox.min.css');
@import url('../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;
}

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 {
	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: 'Lato', sans-serif;
	background: #efefef;
	line-height: 1.5;
	font-size:15px;
	color: #444;
}
body::-webkit-scrollbar { 
    display: none; 
}

h1,h2,h3,h4,h5,h6 {font-weight:700;margin:0;padding:0;}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:23px;}
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;
}

.line {height:1px;background:#eee;margin-bottom:20px;}
.text-center {text-align:center;}
.bold {font-weight: 700;}

.content-container {
	/*min-height:348px;*/
    min-height:calc(100vh - 220px);
	padding:10px;
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
}
.content-container.full-overlay {
	background: #000;
	background: rgba(0,0,0,0.5);
	height: calc(100vh - 56px);
	position: relative;
}
.content-container.no-overlay {
	height: calc(100vh - 56px);
	position: relative;
}
.bottom {
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	box-sizing: border-box;
}
.padding {
	padding: 15px;
}
.margin-bottom_low {
	margin-bottom: 5px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.margin-top {
	margin-top: 15px;
}
.justify {
	text-align: justify;
}
.border-bottom {
	border-bottom: 1px solid #efefef;
}
.fixed {
	position: fixed;
}

.page-title {
	color: #000;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 700;
    direction:rtl;
}

.lock, .socmed {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
}
.lock {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid transparent;
}
.lock:hover {
	border: 2px solid #fff;
}

.coming-soon {
	width: 100%;
	color: #fff;
	text-align: center;
}
.social-media {
	padding: 15px 15px 25px 15px;
	text-align: center;
}
.social-media a {
	color: #fff;
	display: inline-block;
	margin: 0 10px;
	font-size: 25px;
}

.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-field{
    direction:rtl;
}
.input-field label {
	right:0;
	width: 100%;
}
.input-field.with-icon input {
	padding-right: 25px;
	box-sizing: border-box;
    text-align:right;
}
.input-field.with-icon label {
	right: 30px;

}
.input-field.with-icon .icon {
	color: #9e9e9e;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
}

.load-more {
	display:block;
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #000;
	text-align: center;
	padding: 8px 15px;
	font-weight: 700;
	text-decoration: none;
}

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: 0;
}

blockquote {
	border:none;
	padding:8px 6px;
	margin-bottom:15px;
	border: 1px solid #efefef;
	font-size:20px;
	font-style:italic;
	line-height:28px;
}
blockquote cite {
	display:block;
	font-style:normal;
	font-weight:700;
	font-size:15px;
}

p {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.pagination {
	padding:0;
}
.pagination li {
	border-radius: 0;
}

.pagination li a {
	text-decoration: none;
}

.pagination li.active {
	background-color: #DB0D0D;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*==============================================================
4. Clearings
==============================================================*/
.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}

/*==============================================================
5. Links
==============================================================*/
a {
	color: #ff0000;
	text-decoration:underline;
}

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. Media
==============================================================*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	width: 100%;
	border:0;
}
/*--------------------------*/

/*==============================================================
7. Forms
==============================================================*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea.materialize-textarea {
	border-bottom: 1px solid #ccc;
}
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: 1px solid #DB0D0D;
  box-shadow: 0 1px 0 0 #DB0D0D;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #DB0D0D;
}

[type="checkbox"]:checked + label:before {
    border-right: 2px solid #DB0D0D;
    border-bottom: 2px solid #DB0D0D;
}
[type="radio"]:checked + label:after {
    border: 2px solid #DB0D0D;
    background-color: #DB0D0D;
}
[type="radio"].with-gap:checked + label:before {
    border: 2px solid #DB0D0D;
}
[type="radio"].with-gap:checked + label:after {
    border: 2px solid #DB0D0D;
    background-color: #DB0D0D;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #FAB9B9;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #DB0D0D;
}

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #2bbbad;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn.gray, .btn-large.gray, .btn.gray:hover, .btn-large.gray:hover  {
  background-color:#b9b9b9;
}

.btn:hover, .btn-large:hover {
	background-color: #2bbbad;
}
.btn.block, .btn-large.block {
	width: 100%;
}


/*==============================================================
8. Shortcodes
==============================================================*/
span.highlight {
	display:inline-block;
	padding:0 5px;
	background:#FCFCB3;
}
span.dropcap {
	font-weight: 700;
	display:block;
	float: left;
	padding:0px 5px 0 3px;
	line-height:30px;
	font-size: 28px;
	text-transform: uppercase;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
span.pull-right {
	text-transform:uppercase;
	display:block;
	float:right;
	margin:0 0 10px 20px;
	color:#ccc;
	line-height:22px;
	width:30%;
	font-size:18px;
	text-align:right;
}
span.pull-left {
	text-transform:uppercase;
	display:block;
	float:left;
	margin:0 20px 10px 0;
	color:#ccc;
	width:30%;
	font-size:18px;
	line-height:22px;
}

/*==============================================================
9. Sidebar
==============================================================*/
/*--------------------------------------------------------------
9.1. Left Sidebar
--------------------------------------------------------------*/
.searchbar {
	padding: 7px 15px;
	background: #efefef;
}
.searchbar .icon {
	float:left;
	width: 28px;
	color: #999;
}
.searchbar input {
    border: none;
    height: auto;
    width: calc(100% - 35px);
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.searchbar input:focus:not([readonly]) {
  border-bottom: none;
  box-shadow: 0 0 0 0 #DB0D0D;
}

.top-left-nav {
	padding: 15px 10px;
	background: #000;
	margin-bottom:20px;
	box-sizing:border-box;
}

#slide-out-left,
#slide-out-right {
	background:#fff;
    z-index:999;
	color:#444;
}
#slide-out-left .collapsible,
#slide-out-right .collapsible {
	border: none;
	box-shadow: none;
	padding:0;
	margin: 30px 0 0 0;
}

#slide-out-left .collapsible li,
#slide-out-right .collapsible li {
  padding: 0;
  list-style:none;
  border-bottom:1px solid #ddd;
}


#slide-out-left .collapsible-header,
#slide-out-left > .collapsible > li > a,
#slide-out-right .collapsible-header,
#slide-out-right > .collapsible > li > a{
	background-color: transparent;
	border: none;
	padding:0;
	padding:10px 0;
	text-decoration:none;
	color:#000;
}
#slide-out-left > .collapsible > li > a,
#slide-out-left li.heading-menu,
#slide-out-right > .collapsible > li > a,
#slide-out-right li.heading-menu {
	display:block;
	margin: 0 1.5rem;
	color:#000;
    direction:rtl;
    text-align:right;
}
#slide-out-left li.heading-menu,
#slide-out-right li.heading-menu {
	color: #999;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
}
#slide-out-left li .line-separator,
#slide-out-right li .line-separator {
	margin: 0 18px 10px 20px;
	height: 1px;
	background: #ddd;
}
#slide-out-left li a i.fa,
#slide-out-right li a i.fa {
	margin-left: 1rem;
	color: #999;
}
#slide-out-left .collapsible-header i.fa,
#slide-out-right .collapsible-header i.fa {
	line-height: none;
	font-size: 14px;
	color: #999;
}
#slide-out-left .collapsible-header span.fa,
#slide-out-right .collapsible-header span.fa {
	float:right;
}
#slide-out-left .collapsible .active span.fa,
#slide-out-right .collapsible .active span.fa {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#slide-out-left li.current-item a,
#slide-out-left li.current-item a i,
#slide-out-left .collapsible-header.current-item,
#slide-out-right li.current-item a,
#slide-out-right li.current-item a i,
#slide-out-right .collapsible-header.current-item {
	color: #DB0D0D;
	font-weight: 700;
}
#slide-out-left .collapsible-body,
#slide-out-right .collapsible-body {
  border: 0;
  background-color: transparent;
}
#slide-out-left .collapsible-body ul,
#slide-out-right .collapsible-body ul {
	padding:0;
	background: #efefef;
}
#slide-out-left .collapsible-body li a,
#slide-out-right .collapsible-body li a {
	padding:7px 10px 7px 30px;
	display:block;
	text-decoration: none;
	color: #444;
	font-weight: 400;
}
#slide-out-left .collapsible-body li.current-item a,
#slide-out-right .collapsible-body li.current-item a {
	color: #DB0D0D;
}

#slide-out-left li:hover,
#slide-out-left li.active,
#slide-out-right li:hover,
#slide-out-right li.active {
  background-color: transparent;
}

.side-cover {
	height:56px;
	background: #DB0D0D;
	position: relative;
}
.side-cover .overlay {
   
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -moz-linear-gradient(top, transparent, #000);
	background: -ms-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	opacity: 0.5;
}
.side-cover .cover-img {
       display:none;
	height:140px;
	overflow: hidden;
}
.side-cover .cover-img img {
       display:none;
	width: 100%;
	overflow: hidden;
}
.side-cover .prof-container {
	position:absolute;
	bottom:-30px;
	width:100%;
	padding: 0 10px;
}
.side-cover .prof-container .avatar {
	float:right;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #fff;
}
.side-cover .prof-container .avatar img {
	width: 100%;
}
.side-cover .prof-container .profile-name {
	float: left;
	width: calc(100% - 80px);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 5px 0 0 0;
    text-align:right;
}


/*--------------------------------------------------------------
9.2. Right Sidebar
--------------------------------------------------------------*/
.row .col.s3 {
	margin-left:0;
}

.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  background-color: #ccc;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  box-sizing:border-box;
  padding:0;
}

.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 0;
  display: block;
  float: left;
  text-align: center;
  line-height: auto;
  height: auto;
  padding: 0;
  margin: 0;
  text-transform: none;
  text-overflow: none;
  overflow: hidden;
  letter-spacing: auto;
  width: auto;
  min-width: auto;
}

.tabs .tab a {
  color: #999;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: none;
  overflow: hidden;
  padding:0 5px;
  transition: color .28s ease;
}

.tabs .tab a:hover {
  color: none;
}
.tabs .tab a.active {
	color: #fff;
}

.tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #ff0000;
  will-change: left, right;
}

.sidebar-tabs .tabs .tab {
}
.sidebar-tabs .tabs .tab a {
	padding:0;
	display:block;
	width:110px;
	text-align:center;
	text-decoration:none;
}
.sidebar-tabs .tabs .tab a:hover {
	color: #999;
}
.sidebar-tabs .tabs .tab a.active:hover {
	color: #fff;
}
.sidebar-tabs .tabs .tab a.active {
	font-weight: 700;
}


.tabs-content {
	padding: 15px;
}
.tabs-date {
	font-size: 25px;
	font-weight: 300;
}
.tabs-block {
	padding: 15px 0;
	font-size: 14px;
}
.tabs-block .block-heading {
	border-top: 1px solid #eee;
	padding: 15px 0 0 0;
	color: #aaa;
	text-transform: uppercase;
	font-size: 13px;
}
.tabs-notifications {
	list-style: none;
	padding:0;
	margin: 0;
}
.tabs-notifications li {
	padding: 10px 0;
}
.tabs-notifications .user-pic {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin: 5px 0 0 0;
}
.tabs-notifications .user-pic img {
	width: 100%;
}
.tabs-notifications .app-content {
	float: right;
	width: calc(100% - 40px);
}
.tabs-notifications .app-content .username {
	font-weight: 700;
}
.tabs-notifications .app-content span.time {
	font-size: 12px;
	color: #bbb;
}
.tabs-latest_tweet {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs-latest_tweet li {
	padding: 15px 0;
}
.tabs-latest_tweet li a {
	text-decoration: none;
	font-weight: 700;
	color: #333;
}
.tabs-latest_tweet li span {
	display: block;
}
.tabs-latest_tweet li span a {
	color: #aaa;
	font-weight: 400;
}
.tabs-chat {
	margin: 0;
	padding: 0;
	list-style:none;
}
.tabs-chat li {
	padding: 10px 0;
}
.tabs-chat .user-pic {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin: 5px 10px 0 0;
}
.tabs-chat .user-pic img {
	width: 100%;
}
.tabs-chat .user {
	float: left;
	max-width: calc(100% - 50px);
}
.tabs-chat .user .username {
	padding: 6px 0;
	color: #000;
}
.tabs-chat .indicator {
	float: right;
	width:8px;
	height: 8px;
	border-radius: 50%;
	background: #1EBF02;
	margin: 12px 0 0 0;
}

.tabs-event {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs-event li {
	padding: 10px 0;
	min-height: 65px;
}
.tabs-event li .event-date {
	float: left;
	width: 48px;
	border: 1px solid #DB0D0D;
	border-radius: 3px;
	overflow: hidden;
}
.tabs-event li .event-date span {
	display: block;
	text-align: center;
}
.tabs-event li .event-date span.year {
	font-size: 12px;
}
.tabs-event li .event-date span.date {
	font-size: 20px;
	font-weight: 700;
}
.tabs-event li .event-date span.month {
	background:#DB0D0D;
	color: #fff;
	font-size: 12px;
}
.tabs-event li .event-name {
	width: calc(100% - 60px);
	margin: 0 0 0 60px;
	padding: 3px 0 0 0;
	line-height: 16px;
}

/*==============================================================
10. Content
==============================================================*/

#page {
	padding-top:56px;
	position: relative;
}

.page-bg {
	background: url(../images/8.jpg) no-repeat center / cover !important;
}

/*--------------------------------------------------------------
10.1. Fixed Navbar
--------------------------------------------------------------*/

.top-navbar {
	background: #fff;
	border-bottom: 1px solid #ff0000;
	box-shadow: 0 0 5px #000;
	height:56px;
	position:fixed;
	-webkit-transform: translateZ(0);
	z-index:99;
	top:0;
	left:0;
	right:0;
	width:100%;
}
.top-navbar .site-title {
	text-align:center;
	margin:0 auto;
	max-width:calc(100% - 100px);
	padding:7px 0;
}
.top-navbar .site-title h1 {
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:700;
	padding:6px 0;
	color: #000;
}
.top-navbar .top-navbar-left {
	float:left;
}
.top-navbar .top-navbar-right {
	float:right;
	padding-right: 10px;
}
.top-navbar .top-navbar-left a {
	font-size:22px;
	padding:10px 15px;
	display:inline-block;
	color: #555;
}
.top-navbar .top-navbar-right a {
	font-size:22px;
	padding:10px 5px;
	display:inline-block;
	color: #555;
}
.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: 15px;
	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.float-navbar {
	background: transparent;
	position: absolute;
	border-bottom: 0;
	box-shadow: none;
}

/*==============================================================
11. Widget
==============================================================*/
/*--------------------------------------------------------------
11.1. Widget Global (Theme Card)
--------------------------------------------------------------*/

.maleo-card {
	background: #fff;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.maleo-card.full-height {
	height: calc(100vh - 80px);
	width: 100%;
	box-sizing: border-box;
}
.maleo-card.full-height_alt {
	height: calc(100vh - 140px);
	width: 100%;
	box-sizing: border-box;
}
.maleo-card_title {
    direction:rtl;
	font-size: 16px;
	font-weight: 700;
	padding: 15px;
	margin:0;
	border-bottom: 1px solid #efefef;
}
.maleo-card_title.big-title {
	font-size: 24px;
}

/*--------------------------------------------------------------
11.2. Slider
--------------------------------------------------------------*/

.featured-slider {
	background:#999;
	position:relative;
}
.featured-slider .featured-item {
	position:relative;
	height:220px;
	overflow:hidden;
}
.featured-slider .featured-item .icons {
	position:absolute;
	top:20px;
	left:15px;
	width:30px;
	height:30px;
	background:#000;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 50%;
	padding:4px 0 0 0;
	text-align:center;
}
.featured-slider .featured-item .thumbnail {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	top:0;
	left:0;
}
.featured-slider .featured-item .thumbnail img,
.featured-gallery-slider .featured-item .thumbnail img {
	width:100%;
}
.featured-slider .featured-item .overlay {
	position:absolute;
	width:100%;
	height:80%;
	bottom:0;
	background: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -moz-linear-gradient(top, transparent, #000);
	background: -ms-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	opacity:0.8;
}
.featured-slider .featured-item .caption {
	position:absolute;
	bottom:0;
	padding:5px 15px 45px 15px;
}
.featured-slider .featured-item .caption .underline {
	border-bottom: 2px solid #ff0000;
}
.featured-slider .featured-item .caption .highlight {
	background: #ff0000;
	color: #fff;
	padding: 2px 3px;
}
.featured-slider .featured-item .caption .issue {
	color: #FA6E6E;
	font-size: 13px;
}
.featured-slider .featured-item .caption h2 {
	margin:0 0 5px 0;
	padding:0;
	font-size:22px;
	color: #fff;
}
.featured-slider .featured-item .caption h2 a {
	color: #fff;
	text-decoration:none;
}
.featured-slider .featured-item .caption .meta {
	font-size: 13px;
	color: #bbb;
}
.featured-slider .featured-item .caption .rating {
	font-size: 10px;
	color: #999;
}
.featured-slider .featured-item .caption .rating i.fa.active {
	color: #EBE305;
}
.featured-slider .featured-item .fullscreen,
.featured-gallery-slider .featured-item .fullscreen {
	position:absolute;
	top:0px;
	right:0px;
}
.featured-slider .featured-item .fullscreen a,
.featured-gallery-slider .featured-item .fullscreen a {
	font-size:18px;
	padding:3px 7px;
	display:inline-block;
	background:#000;
	background:rgba(0,0,0,0.5);
	color: #fff;
}
.featured-slider .slick-dots,
.maleo-testimonial_slider .slick-dots {
	width:auto;
	position:absolute;
	bottom:0;
	padding:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.featured-slider .slick-dots li,
.maleo-testimonial_slider .slick-dots li {
	float:left;
	margin:0 2px;
	list-style:none;
}
.featured-slider .slick-dots li button,
.maleo-testimonial_slider .slick-dots li button {
	width:10px;
	height:10px;
	overflow:hidden;
	border-radius: 50%;
	display:inline-block;
	padding:0;
	font-size:0px;
	border-width: 0;
}
.featured-slider .slick-dots li button {
	background: #fff;
}
.maleo-testimonial_slider .slick-dots li button {
	background: #999;
}
.featured-slider .slick-dots li.slick-active button,
.maleo-testimonial_slider .slick-dots li.slick-active button {
	background: #ff0000;
}
.featured-gallery-slider .prev-arr,
.featured-gallery-slider .next-arr {
	position:absolute;
	top:40%;
	width:30px;
	height:30px;
	border-radius: 50%;
	color: #fff;
	cursor:pointer;
	display:inline-block;
	background:#000;
	background:rgba(0,0,0,0.5);
	z-index:10;
	text-align:center;
	padding-top:5px;
}
.featured-gallery-slider .prev-arr {
	left:10px;
	padding-right:2px;
}
.featured-gallery-slider .next-arr {
	right:10px;
	padding-left:2px;
}


/*==============================================================
12. Pages
==============================================================*/

/*--------------------------------------------------------------
12.1. Frontpage (Maleo Homepage)
--------------------------------------------------------------*/
.fp_item-presentation {
	padding: 15px;
	text-align:center;
	color: #555;
	font-size: 13px;
}
.fp_item-presentation .icon-presentation {
	font-size:35px;
	margin: 0 auto 10px auto;
	color: #DB0D0D;
	border-radius: 50%;
	background: #efefef;
	width: 75px;
	height: 75px;
	line-height: 70px;
}
.fp_item-presentation .title-presentation {
	font-size:18px;
	font-weight: 700;
	color: #000;
}
.front-ads {
	float: left;
	width: 50%;
	height: 110px;
	position: relative;
	overflow: hidden;
	display: block;
}
.front-ads .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	background: #000;
	background: rgba(0,0,0,0.5);
}
.front-ads .thumb img {
	width: 100%;
}
.front-ads .text-ads {
	color: #ccc;
	font-size: 13px;
	position: absolute;
	bottom:0;
	left:0;
	padding:0 10px 20px 10px;
	text-align: center;
	width: 100%;
}
.front-ads h3 {
	color: #fff;
	margin:0 0 3px 0;
	padding:0;
	font-size: 20px;
	font-weight: 700;
}

.fp_newsletter {
	text-align:center;
	padding: 15px;
}
.fp_newsletter .heading-nl {
	border-bottom: 1px solid #efefef;
	padding:0 0 15px 0;
}
.fp_newsletter .heading-nl h3 {
	font-size:18px;
	font-weight: 700;
	color: #000;
	margin:0 0 5px 0;
}
.fp_newsletter .heading-nl p {
	font-size: 13px;
	color: #666;
}


/*--------------------------------------------------------------
12.2. Blog
--------------------------------------------------------------*/

.blog-archieve_tools {
	padding: 15px;
}
.blog-archieve_tools .archieve-date {
	float: left;
	width: calc(50% - 5px);
}
.blog-archieve_tools .archieve-category {
	float: right;
	width: calc(50% - 5px);
}
.blog-archieve_tools input,
.blog-archieve_tools select {
	margin:0;
}

.blog-archieve {
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog-archieve li {
	padding: 5px 15px;
	border-bottom: 1px solid #efefef;
}
.blog-archieve li .item-archieve {
	text-decoration: none;
	color: #222;
}
.blog-archieve li .archieve-date {
	display: block;
	font-size: 12px;
	color: #999;
	margin: 2px 0 0 0;
}
.blog-archieve li .issue {
	display: block;
	color: #ff0000;
	font-size: 13px;
}

.maleo-blog .maleo-blog_thumb {
	max-height: 200px;
	overflow: hidden;
	position: relative;
}
.maleo-blog .maleo-blog_thumb img {
	width: 100%;
}
.maleo-blog .maleo-blog_thumb .post-type_badge {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 35px;
	font-size: 19px;
}
.maleo-blog .maleo-blog_thumb .post-pinned {
	position: absolute;
	right: 0;
	top: 0;
	width: 33px;
	height: 33px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	line-height: 33px;
	font-size: 17px;
}
.maleo-blog .maleo-blog_thumb .thumb-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -moz-linear-gradient(top, transparent, #000);
	background: -ms-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	opacity: 0.6;
}
.maleo-blog .maleo-blog_thumb .thumb-navigation {
	position: absolute;
	bottom:0;
	width: 100%;
	padding: 15px;
}
.maleo-blog .maleo-blog_thumb .thumb-navigation .issue {
	display: block;
	font-size: 13px;
	color: #FA6E6E;
}
.maleo-blog .maleo-blog_thumb .thumb-navigation .blog-title {
	font-size: 20px;
	line-height: 22px;
	margin:0 0 6px 0;
}
.maleo-blog .maleo-blog_thumb .thumb-navigation .blog-title a {
	color: #fff;
	text-decoration: none;
}
.maleo-blog .maleo-blog_thumb .thumb-navigation .blog-meta {
	font-size: 13px;
	color: #ccc;
}
.maleo-blog .maleo-blog_content,
.maleo-blog .maleo-blog_action {
	padding: 15px;
}
.maleo-blog .maleo-blog_action {
	border-top: 1px solid #efefef;
}
.maleo-blog .maleo-blog_action a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.maleo-blog_small {
	float: left;
	width: 100%;
}
.maleo-blog_small .maleo-blog_thumb {
	float: left;
	width: 110px;
	overflow: hidden;
	line-height:0;
	position: relative;
}
.maleo-blog_small .maleo-blog_thumb .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top: 0;
	background: #000;
	opacity: 0.5;
}
.maleo-blog_small .maleo-blog_thumb .icon {
	position: absolute;
	top:30%;
	font-size: 28px;
	left: 0;
	color: #fff;
	width: 100%;
	text-align: center;
}
.maleo-blog_small .maleo-blog_thumb img {
	width: 100%;
}
.maleo-blog_small .maleo-blog_rightcontent {
	float: right;
	width: calc(100% - 120px);
	padding: 5px 5px 5px 0;
}
.maleo-blog_small .maleo-blog_rightcontent .blog-title {
	font-size: 15px;
	margin:0 0 5px 0;
	font-weight: 700;
}
.maleo-blog_small .maleo-blog_rightcontent .blog-title a {
	color: #000;
	text-decoration: none;
}
.maleo-blog_small .maleo-blog_rightcontent .blog-meta {
	font-size: 12px;
	color: #999;
}

.blog-comments_form {
	padding: 15px;
	border-bottom: 1px solid #efefef;
}

.blog-comments {
	padding:0 15px;
	margin:0;
	list-style:none;
}
.blog-comments_child {
	padding:0 15px 0 30px;
	margin:0;
	list-style:none;
}
.blog-comments li {
	padding: 15px 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.blog-comments li.has_child {
	padding: 15px 0 0 0;
}
.blog-comments > li {
	border-bottom: 1px solid #efefef;
}
.blog-comments_child {
	margin: 15px 0 0 0;
}
.blog-comments_child li {
	border-top: 1px solid #efefef;
}
.blog-comments li .user-pic,
.blog-comments_child li .user-pic {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.blog-comments li .user-pic img,
.blog-comments_child li .user-pic img {
	width: 100%;
}
.blog-comments li .comment-content,
.blog-comments_child li .comment-content {
	float: right;
	width: calc(100% - 65px);
}
.blog-comments li.has_child > .comment-content {
	margin-bottom: 15px;
}
.blog-comments li .comment-content .user-name,
.blog-comments_child li .comment-content .user-name {
	margin:0;
	font-size:15px;
	font-weight: 700;
}
.blog-comments li .comment-content .comment-meta,
.blog-comments_child li .comment-content .comment-meta {
	margin:0 0 10px 0;
	color: #999;
	font-size: 12px;
}

.maleo-article .post-header {
	padding: 15px;
}
.maleo-article .post-header .entry-title_page,
.maleo-article .post-header .entry-title {
	margin:0;
	font-size: 22px;
	color: #000;
}
.maleo-article .post-header .entry-title_page {
	font-weight: 700;
}
.maleo-article .post-header .entry-meta {
	margin:5px 0 0 0;
	font-size: 13px;
	color: #999;
}
.maleo-article .blog-content {
	padding: 15px;
}
.maleo-article .blog-content .thumb img {
	width: 100%;
}
.maleo-article .blog-content .thumb .caption {
	background: #eee;
	font-size: 12px;
	padding: 4px 5px;
	color: #555;
	font-style: italic;
}
.maleo-article .blog-content p,
.maleo-article .blog-content .thumb,
.maleo-event .event-content p,
.product-single .product-content p {
	margin-bottom: 17px;
}
.maleo-article .blog-shared a:not(.btn):not(.btn-large):not(.btn-floating),
.maleo-event .event-shared a:not(.btn):not(.btn-large):not(.btn-floating) {
	color: #fff;
}
.maleo-article .blog-shared,
.maleo-event .event-shared {
	text-align: center;
	border-top: 1px solid #efefef;
	padding: 15px;
}
.maleo-article .blog-shared a,
.maleo-event .event-shared a {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	display:inline-block;
	border-radius: 50%;
}
.maleo-article .blog-shared a.fb,
.maleo-event .event-shared a.fb {
	background:#3b5998;
}
.maleo-article .blog-shared a.tw,
.maleo-event .event-shared a.tw {
	background:#55acee;
}
.maleo-article .blog-shared a.gplus,
.maleo-event .event-shared a.gplus {
	background:#dd4b39;
}
.maleo-article .blog-tagged {
	padding: 15px;
	border-top: 1px solid #efefef;
}
.maleo-article .blog-tagged i.fa {
	display:iniline-block;
	margin:0 12px 0 0;
	color: #ccc;
}
.maleo-article .blog-tagged a {
	display:iniline-block;
	margin:0 7px 0 0;
	color: #999;
}
.maleo-article .thumb .caption {
	background: #eee;
	font-size: 12px;
	padding: 4px 5px;
	margin-top: -5px;
	color: #555;
	font-style: italic;
}
.post-featured-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin:0 0 20px 0;
}
.post-featured-video iframe.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
12.3. Shop
--------------------------------------------------------------*/

.shop_category-item {
	display: inline-block;
	text-decoration: none;
	line-height: 0;
	width: calc(50% - 2px);
	margin-bottom: 4px;
}
.shop_category-item.left {
	margin-right: 2px;
}
.shop_category-item.right {
	margin-left: 2px;
}
.shop_category-item .thumb {
	position: relative;
	height: 100px;
	overflow: hidden;
}
.shop_category-item .thumb .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -moz-linear-gradient(top, transparent, #000);
	background: -ms-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	opacity: 0.8;
}
.shop_category-item .thumb .caption {
	position: absolute;
	width: 100%;
	bottom:0;
	left:0;
	padding: 15px;
}
.shop_category-item .thumb .caption .category-name {
	color: #fff;
	margin:0 0 5px 0;
	padding:0;
	font-size: 18px;
}
.shop_category-item .thumb .rating {
	font-size: 10px;
	color: #999;
}
.shop_category-item .thumb .rating i.fa.active {
	color: #EBE305;
}
.shop_category-item .thumb img {
	width: 100%;
}
.shop_review-list {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
    direction:rtl;
}
.shop_review-list li {
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}
.shop_review-list li .review-idty {
	float:right;
	width: 100px;
}
.shop_review-list li .review-ctn {
	width: calc(100% - 100px);
	margin: 0 100px 0 0;
	min-height: 20px;
}
.shop_review-list li .name {
	margin:0 0 5px 0;
	font-weight: 700;
}
.shop_review-list li .product-rating {
	font-size: 10px;
	color: #eee;
}
.shop_review-list li .product-rating i.fa.active {
	color: #EBE305;
}

.product-list {
	padding:0;
	list-style:none;
	margin:0;
}
.product-list .product-item {
	padding: 10px;
	float:left;
	width: 50%;
}
.product-list .product-item .thumb {
	max-height: 100px;
	overflow: hidden;
	margin-bottom: 5px;
}
.product-list .product-item .thumb img {
	width: 100%;
}
.product-list .product-item .product-name {
	max-height: 40px;
	font-weight: 700;
	overflow: hidden;
}
.product-list .product-item .product-price {
	margin:0 0 5px 0;
}
.product-list .product-item .product-price .product-price_original {
	color: #aaa;
	font-size: 12px;
	text-decoration: line-through;
	display:inline-block;
	margin-right: 5px;
}
.product-list .product-item .product-price .product-price_reduced {
	color: #ff9900;
	font-weight: 700;
}
.product-list .product-item .product-rating {
	font-size: 12px;
	color: #eee;
}
.product-list .product-item .product-rating i.fa.active {
	color: #EBE305;
}
.separator-right {
	border-right: 1px solid #efefef;
}
.separator-bottom {
	border-bottom: 1px solid #efefef;
}

.product-single .thumb {
}
.maleo-article .thumb img,
.product-single .thumb img,
.maleo-event .thumb img {
	width: 100%;
}
.product-single .product-header {
	padding: 10px;
	border-bottom: 1px solid #efefef;
}
.product-single .product-header .product-name {
	font-weight: 700;
	font-size: 18px;
	margin:0;
}
.product-single .product-header .product-price {
	margin:0 0 5px 0;
}
.product-single .product-header .product-price .product-price_original {
	color: #aaa;
	font-size: 12px;
	text-decoration: line-through;
	display:inline-block;
	margin-right: 5px;
}
.product-single .product-header .product-price .product-price_reduced {
	color: #ff9900;
	font-weight: 700;
}
.product-single .product-header .product-rating {
	font-size: 12px;
	color: #eee;
}
.product-single .product-header .product-rating i.fa.active {
	color: #EBE305;
}
.product-single .product-tabs .tabs {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}
.product-single .product-tabs .tabs .tab {
	padding:0 10px;
}
.product-single .product-tabs .tabs .tab a {
	color: #bbb;
	text-decoration:none;
}
.product-single .product-tabs .tabs .tab a.active {
	color: #000;
}
.product-single .product-tabs .tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 0;
}
.product-single .product-content {
	padding: 0 15px;
}

.subtitle {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.maleo-shop_checkout .collapsible {
	list-style:none;
	padding:0;
	margin:0;
	border-top: 0 solid #ddd;
    border-right: 0 solid #ddd;
    border-left: 0 solid #ddd;
	box-shadow: none;
}
.maleo-shop_checkout .collapsible > li {
	list-style:none;
	margin:0 0 5px 0;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.maleo-shop_checkout .collapsible li .collapsible-header {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 0px;
	padding: 15px;
	font-weight: 700;
}
.maleo-shop_checkout .collapsible li .collapsible-header .total-cart {
	display: inline-block;
	float: right;
}
.maleo-shop_checkout .collapsible li .collapsible-header span.fa {
	float: right;
}
.maleo-shop_checkout .collapsible .active span.fa {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.maleo-shop_checkout .collapsible li .collapsible-body {
    display: none;
    border-bottom: none;
    border-top: 1px solid #efefef;
    box-sizing: border-box;
	padding: 15px;
}
.maleo-shop_checkout .collapsible li .collapsible-body .cart-items {
	padding:0;
	margin: 0 0 10px 0;
}
.maleo-shop_checkout .collapsible li .collapsible-body .cart-items li {
	margin:0;
	list-style: none;
	border-bottom: 1px solid #efefef;
	padding: 5px 0;
	min-height: 50px;
}
.maleo-shop_checkout .collapsible li .collapsible-body .cart-items li .item-img {
	display: inline-block;
	width: 50px;
	float: left;
	max-height: 40px;
	overflow: hidden;
}
.maleo-shop_checkout .collapsible li .collapsible-body .cart-items li .item-img img {
	width: 100%;
}
.maleo-shop_checkout .collapsible li .collapsible-body .cart-items li .item-name {
	width: calc(100% - 125px);
	display: inline-block;
	margin:0 5px 0 5px;
}
.maleo-shop_checkout .collapsible li .collapsible-body .cart-items li .item-price {
	width: 60px;
	display: inline-block;
	text-align: right;
}
.maleo-shop_checkout .collapsible li .collapsible-body .cart-subtotal,
.maleo-shop_checkout .collapsible li .collapsible-body .cart-addon {
	padding: 5px 0;
}
.maleo-shop_checkout .collapsible li .collapsible-body .cart-subtotal {
	font-weight: 700;
}
.maleo-shop_checkout .collapsible li .collapsible-body .cart-subtotal .subtotal-value,
.maleo-shop_checkout .collapsible li .collapsible-body .cart-addon .addon-value,
.maleo-shop_checkout .collapsible li .collapsible-body .cart-total .total-value {
	float: right;
}
.maleo-shop_checkout .collapsible li .collapsible-body .cart-total {
	font-weight: 700;
	padding: 10px 0;
	border-top: 1px solid #efefef;
}
.maleo-shop_checkout .input-field {
	padding:0 15px;
}
.maleo-shop_checkout .input-field label {
	left: 15px;
}

/*--------------------------------------------------------------
12.4. Event
--------------------------------------------------------------*/

.maleo-event .event-content {
	padding: 15px;
}
.maleo-event .event-content .event-item_spec {
	margin: 0 0 15px 0;
}
.maleo-event .event-content .event-item_spec .spec-main {
	display: block;
	color: #999;
	font-size: 13px;
}
.maleo-event .event-content .event-item_spec .spec-main i.fa {
	margin: 0 5px 0 0;
	display: inline-block;
}
.maleo-event .post-header {
	margin-bottom: 15px;
}
.maleo-event .post-header .event-date {
	float: left;
	width: 70px;
	text-align: center;
	line-height: 23px;
	padding: 5px;
}
.maleo-event .post-header .event-date span {
	display: block;
}
.maleo-event .post-header .event-date span.month {
}
.maleo-event .post-header .event-date span.date {
	font-size: 30px;
}
.maleo-event .post-header .event-date span.year {
	font-size: 12px;
}
.maleo-event .post-header .event-title {
	float: right;
	width: calc(100% - 70px);
	padding: 15px 15px 0 0;
	line-height: 23px;
	margin: 0;
	font-size: 20px;
}
.maleo-event_list {
	float: right;
	width: 100%;
    position:relative;
}
.maleo-event_list .event-date {
	float: right;
	width: 70px;
	text-align: center;
	line-height: 23px;
	padding: 10px 5px;
	background: #ddd;
}
.maleo-event_list .event-content {
	float: left;
	width: calc(100% - 80px);
	padding: 5px;
}
.maleo-event_list .event-date span {
	display: block;
}
.maleo-event_list .event-date span.month {
}
.maleo-event_list .event-date span.date {
	font-size: 30px;
}
.maleo-event_list .event-date span.year {
	font-size: 12px;
}
.maleo-event_list .event-content .event-name {
	line-height: 20px;
	margin: 0 0 0 5px 0;
	font-size: 16px;
    direction:rtl;
}
.maleo-event_list .event-content .event-name a {
	color: #000;
	text-decoration: none;
}
.maleo-event_list .event-content .event-location {
	color: #999;
	font-size: 16px;
    direction:rtl;
}
.maleo-event_list .event-done {
	position:absolute;
    top:2px;
    font-size:14px;
    left:5px;
}


/*--------------------------------------------------------------
12.5. FAQ
--------------------------------------------------------------*/

.maleo-faq .collapsible {
	list-style:none;
	padding:0;
	margin:0;
	border-top: 0 solid #ddd;
    border-right: 0 solid #ddd;
    border-left: 0 solid #ddd;
	box-shadow: none;
}
.maleo-faq .collapsible li {
	list-style:none;
	margin:0 0 5px 0;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.maleo-faq .collapsible li .collapsible-header {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 0px;
	padding: 15px;
	font-weight: 700;
}
.maleo-faq .collapsible li .collapsible-header span.fa {
	float: right;
}
.maleo-faq .collapsible .active span.fa {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.maleo-faq .collapsible li .collapsible-body {
    display: none;
    border-bottom: none;
    border-top: 1px solid #efefef;
    box-sizing: border-box;
}
.maleo-faq .collapsible li .collapsible-body p {
    margin: 0;
    padding: 15px;
}

/*--------------------------------------------------------------
12.6. Testimonial
--------------------------------------------------------------*/
.maleo-testimonial,
.maleo-testimonial_slider {
	margin: 0 0 15px 0;
	position: relative;
	box-sizing: border-box;
}
.maleo-testimonial .items,
.maleo-testimonial_slider .items {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	margin:0 0 40px 0;
}
.maleo-testimonial_slider .items {
	margin:0 0 40px 0;
}
.maleo-testimonial .items {
	margin:0 0 15px 0;
}
.maleo-testimonial .items .profile,
.maleo-testimonial_slider .items .profile {
	float: left;
	width: 90px;
	text-align: center;
}
.maleo-testimonial .items .profile .pic,
.maleo-testimonial_slider .items .profile .pic {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	overflow: hidden;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.maleo-testimonial .items .profile .pic img,
.maleo-testimonial_slider .items .profile .pic img {
	width: 100%;
}
.maleo-testimonial .items .profile .name,
.maleo-testimonial_slider .items .profile .name {
	margin:0;
	padding:0;
	font-size: 15px;
	font-weight: 700;
}
.maleo-testimonial .items .profile .desc,
.maleo-testimonial_slider .items .profile .desc {
	font-size: 12px;
	color: #999;
	line-height: 15px;
	display: inline-block;
}
.maleo-testimonial .items .content-testi,
.maleo-testimonial_slider .items .content-testi {
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	width: calc(100% - 101px);
	margin: 0 0 0 99px;
	min-height: 120px;
	padding: 15px;
	position: relative;
}
.maleo-testimonial .items .content-testi:after,
.maleo-testimonial_slider .items .content-testi:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    z-index: 9;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
}

/*--------------------------------------------------------------
12.7. Search
--------------------------------------------------------------*/
.search-form input[type="search"],
.search-form input[type="text"] {
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 25px 15px;
	font-size: 20px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
12.8. Not Found
--------------------------------------------------------------*/
.not-found {
	padding:60px 20px 0 20px;
	text-align:center;
}
.not-found h2 {
	font-size:75px;
	font-weight: 700;
	margin:0;
	padding:0;
	color: #ccc;
}
.not-found h2.coming-soon {
	font-size:35px;
}
.not-found h3 {
	margin:0 0 30px 0;
	padding:0;
}
.not-found .btn-to-home a {
}

/*--------------------------------------------------------------
12.9. Gallery
--------------------------------------------------------------*/
.gallery-list {
	padding: 5px;
}
.gallery-list a {
	display: block;
	float: left;
	width: 50%;
	padding:3px;
	overflow: hidden;
	max-height: 300px;
}
.gallery-list a img {
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.gallery-list .mix-target {
	display: none;
}

.gallery-filter {
	background-color: #fff;
	width:calc(100% - 20px);
	margin:0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.gallery-filter .tab {
    padding: 0 7px;
}
.gallery-filter .tab a {
    color: #ccc;
	text-decoration: none;
}
.gallery-filter .tab a:hover {
	color: #000;
}
.gallery-filter .tab a.active {
	color: #000;
}

/*==============================================================
13. App
==============================================================*/

/*--------------------------------------------------------------
13.1. Sequuence
--------------------------------------------------------------*/

.maleo-sequence {
	padding: 20px;
	text-align: center;
	min-height: 400px;
}
.maleo-drawer {
	padding: 10px;
	text-align: center;
}
.maleo-sequence .items {
	position:relative;
	overflow: hidden;
}
.maleo-drawer .items {
	position:relative;
	overflow:hidden;
	height: 430px;
}
.maleo-sequence .items .thumb-icon {
	margin: 20px auto 30px auto;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #eee;
	color: #ff0000;
	font-size: 70px;
	line-height: 120px;
}
.maleo-sequence .items .thumb-icon img {
	width: 100%;
}
.maleo-sequence .items .heading {
	font-size: 22px;
	margin: 0 0 20px 0;
	color: #000;
	font-weight: 700;
}
.maleo-sequence .items p {
	color: #777;
	font-size: 13px;
}
.maleo-sequence .slick-dots,
.maleo-drawer .slick-dots {
	width:auto;
	position:absolute;
	padding:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.maleo-drawer .slick-dots {
	bottom:-20px;
}
.maleo-sequence .slick-dots {
	bottom:0;
}
.maleo-sequence .slick-dots li,
.maleo-drawer .slick-dots li {
	float:left;
	margin:0 2px;
	list-style:none;
}
.maleo-sequence .slick-dots li button,
.maleo-drawer .slick-dots li button {
	width:13px;
	height:3px;
	overflow:hidden;
	background: #999;
	display:inline-block;
	font-size:0px;
	border-width: 0;
}
.maleo-sequence .slick-dots li.slick-active button,
.maleo-drawer .slick-dots li.slick-active button {
	background: #ff0000;
}

/*--------------------------------------------------------------
13.2. Drawer
--------------------------------------------------------------*/
.drawer-icon {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.drawer-icon li {
	margin:5px 12px 20px 12px;
	float: left;
}
.drawer-icon li .name {
	color: #666;
	font-size: 12px;
	padding: 5px 0;
}
.drawer-icon li .icon {
	background: #ccc;
	width: 58px;
	height: 58px;
	border-radius: 10px;
	font-size: 30px;
	line-height: 55px;
	color: #fff;
}
.drawer-icon li .icon.green-gradient {
	background: #36E01F;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#67F754), to(#36E01F));
	background: -webkit-linear-gradient(top, #67F754, #36E01F);
	background: -moz-linear-gradient(top, #67F754, #36E01F);
	background: -ms-linear-gradient(top, #67F754, #36E01F);
	background: -o-linear-gradient(top, #67F754, #36E01F);
}
.drawer-icon li .icon.blue-gradient {
	background: #269ED1;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#41B6E8), to(#269ED1));
	background: -webkit-linear-gradient(top, #41B6E8, #269ED1);
	background: -moz-linear-gradient(top, #41B6E8, #269ED1);
	background: -ms-linear-gradient(top, #41B6E8, #269ED1);
	background: -o-linear-gradient(top, #41B6E8, #269ED1);
}

/*--------------------------------------------------------------
13.3. To Do
--------------------------------------------------------------*/
.todo {
	list-style: none;
	padding:0;
	margin:0;
}
.todo > li {
	padding: 15px;
	border-bottom: 1px solid #efefef;
}
.todo > li.heading {
	padding: 8px 15px 8px 50px;
	font-weight: 700;
	color: #000;
}
.todo li [type="checkbox"] + label {
	color: #111;
    font-size: 15px;
}
.todo li .todo-time {
	display: block;
	font-size: 12px;
	margin:0 0 0 35px;
	color: #999;
}
.todo li .todo-icon {
	float: right;
	width: 30px;
	height: 30px;
	margin: 5px 0 0 3px;
	border-radius: 50%;
	overflow: hidden;
}
.todo li .todo-icon img {
	width: 100%;
}

/*--------------------------------------------------------------
13.4. Chat
--------------------------------------------------------------*/
.maleo-chat {
	padding:0;
	margin:10px 0 60px 0;
	list-style: none;
}
.maleo-chat > li {
	margin: 0 0 25px 0;
}
.maleo-chat .tl-date {
	text-align: center;
	color: #999;
}
.maleo-chat .opponent .pic,
.maleo-chat .self .pic {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.maleo-chat .opponent .pic {
	float: left;
	margin: 0 15px 0 0;
}
.maleo-chat .self .pic {
	float: right;
}
.maleo-chat .opponent .pic img,
.maleo-chat .self .pic img {
	width: 100%;
}
.maleo-chat .opponent .message,
.maleo-chat .self .message,
.maleo-chat .self .messages,
.maleo-chat .opponent .messages {
	padding: 10px;
	width: calc(100% - 65px);
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.maleo-chat .opponent .message,
.maleo-chat .opponent .messages {
	background: #fff;
	margin:0 0 0 65px;
}
.maleo-chat .self .message,
.maleo-chat .self .messages {
	background: #FCF0F0;
	margin:0;
}
.maleo-chat .self .messages,
.maleo-chat .opponent .messages {
	padding: 0;
	list-style: none;
}
.maleo-chat .self .messages > li,
.maleo-chat .opponent .messages > li {
	padding: 10px;
	border-bottom: 1px solid #efefef;
}
.maleo-chat .self .messages img,
.maleo-chat .opponent .messages img,
.maleo-chat .self .message img,
.maleo-chat .opponent .message img {
	width: 100%;
}
.maleo-chat .latest-seen {
	font-size: 12px;
	color: #999;
	padding: 2px 0;
	margin: 0 0 0 65px;
	display: inline-block;
}
.chat-msg-form {
	background: #ddd;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.chat-msg-form span {
	display: inline-block;
}
.chat-msg-form span.img-icon {
	text-align: center;
	width: 40px;
	color: #666;
}
.chat-msg-form span.input-form {
	width: calc(100% - 100px);
}
.chat-msg-form span.input-form input {
	background: #fff;
	margin: 0;
	border-bottom: none;
	padding: 5px;
	height: auto;
	box-sizing: border-box;
}
.chat-msg-form span.input-form input:focus {
	border-bottom: none;
	box-shadow: none;
}
.chat-msg-form span.send-button {
	width: 50px;
	text-align: center;
}
.chat-msg-form span.send-button button {
	background: transparent;
	border: transparent;
	font-weight: 700;
}

/*--------------------------------------------------------------
13.5. Profile
--------------------------------------------------------------*/
.profile-page .cover-container {
	height: 290px;
	position: relative;
}
.profile-page .cover-container .cover {
	height: 200px;
	overflow: hidden;
}
.profile-page .cover-container .cover img {
	width: 100%;
}
.profile-page .account-container {
	position: absolute;
	top:165px;
	left:0;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
.profile-page .account-container .user-pic {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin:0 auto 15px auto;
	border: 2px solid #fff;
}
.profile-page .account-container .user-pic img {
	width: 100%;
}
.profile-page .account-container .profile-name {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.profile-tabs {
	border-bottom: 1px solid #efefef;
	width: 100%;
	overflow: hidden;
}
.profile-tabs .tabs {
	background: #fff;
	box-sizing: border-box;
}
.profile-tabs .tabs .tab {
	width: 33%;
	list-style:none;
}
.profile-tabs .tabs .tab a {
    color: #ccc;
	text-decoration: none;
}
.profile-tabs .tabs .tab a.active {
	font-weight: 700;
	color: #000;
}
.profile-content {
	padding: 0 15px;
    margin-bottom:20px;
}
.profile-content .profile-block {
	padding: 15px 0;
}
.profile-content .profile-block .heading {
	text-transform: uppercase;
	color: #bbb;
	font-size: 13px;
}
.profile-content .profile-block .profile-photo a {
	display: inline-block;
	width:calc(33% - 2px);
	max-height: 70px;
	margin:1px 0 0 0;
	overflow: hidden;
}
.profile-content .profile-block .profile-photo a img {
	width: 100%;
}
.friend-list {
	padding:0;
	margin:0;
	list-style: none;
}
.friend-list li {
	height: 80px;
	border-bottom: 1px solid #efefef;
}
.friend-list li .avatar {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin:10px 0 0 0;
}
.friend-list li .avatar img {
	width: 100%;
}
.friend-list li .friend-name {
	width: calc(100% - 70px);
	margin: 0px 0 0 70px;
	padding: 25px 0 0 0;
}

/*--------------------------------------------------------------
13.6. Lockscreen
--------------------------------------------------------------*/
.lockscreen {
	width: 100%;
}
.lockscreen .app-time {
	text-align: center;
	margin:0 0 20px 0;
	line-height: 32px;
}
.lockscreen .app-time .clock {
	font-weight: 700;
	color: #fff;
	font-size: 50px;
}
.lockscreen .app-time .date {
	color: #ddd;
}
.app-timeline {
	padding: 10px;
}
.app-timeline .user-pic {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.app-timeline .user-pic img {
	width: 100%;
}
.app-timeline .app-content {
	float: right;
	width: calc(100% - 65px);
}
.app-timeline .app-content .username {
	font-weight: 700;
}
.app-timeline .app-content .time {
	display: block;
	text-align: right;
	color: #999;
	font-size: 13px;
}

/*--------------------------------------------------------------
13.7. Calendar
--------------------------------------------------------------*/
.maleo-calendar {
	padding: 15px;
}
.maleo-calendar .month-name {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}
.maleo-calendar table {
	text-align: center;
}
.maleo-calendar table thead {
	border-bottom: none;
	font-weight: 700;
}
.maleo-calendar table td {
	padding: 5px 7px;
	text-align: center;
}
.maleo-calendar table td.prev-month {
	color: #bbb;
}
.maleo-calendar table td.current-date {
	font-weight: 700;
	color: #fff;
	background: #ff0000;
}
.maleo-calendar_schedule {
	padding: 0;
	margin:0;
	list-style: none;
}
.maleo-calendar_schedule li {
	border-bottom: 1px solid #efefef;
	padding: 20px 15px;
}
.maleo-calendar_schedule li .schedule-name {
	font-size: 16px;
	margin:0 0 10px 0;
}
.maleo-calendar_schedule li .schedule-time {
	color: #aaa;
	font-size: 13px;
}
.maleo-calendar_schedule li .schedule-time i.fa {
	font-size: 20px;
	display: inline-block;
	margin:0 10px 0 0;
}
.maleo-calendar_schedule li .schedule-icon {
	float: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	color: #DB0D0D;
	background: #efefef;
	margin-left: 5px;
}
.maleo-calendar_schedule li .schedule-icon img {
	width: 100%;
}

/*--------------------------------------------------------------
13.8. Login/Signup
--------------------------------------------------------------*/
.app-desc {
	color: #666;
	font-size: 13px;
}
.signup{
  margin:auto;
  max-width:400px;
}
.signup .form-content {
	padding: 15px;
}


/*==============================================================
14. Footer
==============================================================*/
.footer {

	background: #ddd;
	color: #777;
	text-align:center;
	font-size: 13px;
	padding: 20px 15px;
	margin:15px 0 0 0;
	box-shadow: 0px -2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.footer .heading {
	font-size: 22px;
	font-weight: 700;
	margin:0;
	color: #444;
}
.footer p {
	margin-bottom: 17px;
}
.social-footer a {
	display:inline-block;
	margin:0 5px;
	font-size:20px;
	color: #666;
}
.footer .copyright {
	color: #999;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #ccc;
}
#to-top {
	position: fixed;
	right: 10px;
	bottom: -100px;
	width: 45px;
	height: 40px;
	text-align: center;
	overflow: auto;
	padding: 2px 0 0 0;
	font-size: 20px;
	cursor: pointer;
	background: #870404;
	background:rgba(135,4,4,0.5);
	color: #fff;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	z-index: 1111;
	border-radius: 5px;
}

/*==============================================================
15. Responsive
==============================================================*/
@media screen and (min-width: 768px) {
	.featured-slider .featured-item {
		height:500px;
	}
}

@media screen and (max-width: 374px) {
	.featured-slider .featured-item {
		height:200px;
	}
	.featured-slider .featured-item .caption {
		padding:2px 15px 25px 15px;
	}
}

/*==============================================================
16. Errors
==============================================================*/

.validation-summary-errors{
    direction:rtl;
}

.validation-summary-errors ul{
    direction:rtl;
   
}

.validation-summary-errors ul li{
  list-style:none !important;
  color:#DB0D0D;
}
.counter{
    position: absolute;
    left: 8px;
    color:#666;
}
.text-right{
    direction:rtl;
}

.sub-title{
    direction:rtl;
    margin:-25px 0 5px;
}


.product-single form{
   margin:0  -15px !important;
    direction:rtl;
}
.product-single form .input-group-wrapper{
   
    border-bottom: 1px solid #efefef;
    padding:5px;
}
.product-single form .input-group-wrapper:first-child{
    border-top: 1px solid #efefef;
}
.product-single form .input-group-wrapper:last-child{
    border-bottom: 1px solid #efefef;
}
.product-single .product-content p {
    padding:10px;
    margin:0;
}

.subject-title{
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #000;
    text-align: center;
    padding: 8px 15px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom:5px;
}
.question{
       margin-bottom:8px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
         background: #fff;
    direction:rtl;
    
         text-align: right;
         color: #000;
}
.question-text
{
     padding: 8px 15px;
    border-bottom:1px solid #999;
}
.question-desc{
    color:#999;
}
.answers{
     padding: 6px 15px;
     border-bottom:1px solid #efefef;
   
}
.answer-text{
  margin-right:30px;
}
.answers i.fa {
position:absolute;
right:20px;
font-size:22px;
}
.textarea{
    padding:5px;
}
.textarea textarea{
 border:none;
}

.sync{
    display:none;
    direction:rtl;
    text-align:center;
    width:70%;
    margin:auto;
    background-color:#fff;
    padding:0 15px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.sync p{
    font-weight:700;
    border-bottom:1px solid #efefef;
    margin-right:-15px;
    margin-left:-15px;
    padding:15px;

}
.sync .sync-content{
   margin-right:-15px;
    padding:15px;

}
.sync .sync-footer{
    padding:15px;
    margin:0 -15px;

}

.sync .sync-footer button{
   width:100%;
   margin-bottom:10px;
}









button.back-button{
    background-color:#fff;
    border:1px solid #efefef;
    padding:5px 15px;
    position:absolute;
    left:10px;
    top:80px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.footeredit{
    display:none;
    background-color:#fff;
    padding:15px;
    margin:0 ;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.footeredit.scroll-to-fixed-fixed{
       width:calc(100% + 15px) !important;
    margin: 0 -15px !important;
}


.footeredit .done{
    float:left;
    font-size:large;
    padding-top:5px;
}
.footeredit .jump{
    float:right;

}

ul.jumper{
    list-style:none;
    margin:0;
    padding:0;
}

