﻿/*
===============================================
[Main stylesheet app.scss]

Author:	        Krzysztof Furtak :: WebDeveloper
Version:	    1.0
Created:	    10.06.2015
Last updated:	18.06.2015
Template:	    Sedna - Mobile Web/APP Template

[Table of Contents]

1. FONTS
2. VARIABLES
3. GLOBALS
4. FORMS
5. HEADER/FOOTER/SIDEBAR
6. PANELS
7. MODALS/POPUPS
8. USER PROFILE
9. BLOG/ARTICLE
10. GALLERY
11. TWITTER
12. FLICKR

=================================================
*/

/* =========================================== */
/*    1. FONTS                                 */
/* =========================================== */
@font-face {
  font-family: 'DroidKufi-Regular';
  src: url("fonts/DroidKufi-Regular.eot");
  src: url("fonts/DroidKufi-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DroidKufi-Regular.svg") format("svg"), url("fonts/DroidKufi-Regular.woff") format("woff"), url("fonts/DroidKufi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* =========================================== */
/*    2. VARIABLES                             */
/* =========================================== */
/* =========================================== */
/*    3. GLOBALS                               */
/* =========================================== */
body {
  font-family: 'DroidKufi-Regular', Arial, Tahoma, sans-serif;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.blog-box li:after, .comments-box li:after {
  background-color: #eeeeee;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  width: 100%;
  z-index: 15;
}

blockquote {
  padding: 0 0 0 20px;
  margin: 10px 0;
  border-left: 5px solid #74742D;
  font-family: 'DroidKufi-Regular', sans-serif;
}
blockquote .author {
  font-family: 'DroidKufi-Regular', sans-serif;
}

.button.button-primary {
  border-color: #3F6581;
  color: #3F6581;
}
.button.button-primary.active, .button.button-primary.button-fill, .button.button-primary.active-state {
  background: #3F6581;
  color: #ffffff;
}
.button.button-secondary {
  border-color: #74742D;
  color: #74742D;
}
.button.button-secondary.active, .button.button-secondary.button-fill, .button.button-secondary.active-state {
  background: #74742D;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #333333;
}

h1 {
  font-family: 'DroidKufi-Regular', sans-serif;
  color: #74742D;
}

h2 {
  font-family: 'DroidKufi-Regular', sans-serif;
}

h3, h4 {
  font-family: 'DroidKufi-Regular', sans-serif;
}

h5, h6 {
  font-family: 'DroidKufi-Regular', sans-serif;
}

img {
  max-width: 100%;
}

.action-red {
  background: #ff2d55 !important;
}

.action-green {
  background: #2db62d !important;
}

.icon-20 {
  max-width: 20px;
  max-height: 20px;
}

.badge-primary {
  background: #74742D;
  color: #FFFFFF;
}

.badge-secondary {
  background: #3F6581;
  color: #FFFFFF;
}

header.small {
  background: #ECECEC;
  font-size: 12px;
  line-height: 23px;
  height: 24px;
  color: #333333;
  font-family: 'DroidKufi-Regular', sans-serif;
  padding: 0 10px;
}
header.small .row {
  margin: 0 -10px;
}
header.small .row > div {
  padding: 0 10px;
}
header.small .row > div span {
  float: right;
  color: #9B9B9B;
}

.rate-star.big {
  width: 20px;
  margin-left: -3px;
}
.rate-star.big:first-child {
  margin-left: 0;
}
.rate-star.big #star-half > path,
.rate-star.big #star-empty > path,
.rate-star.big #star-border > path {
  fill: #fff;
}
.rate-star.big #star-bg,
.rate-star.big #star > path {
  fill: rgba(255, 255, 255, 0.3) !important;
}

.row .col-33 {
  width: 33.333333333333336%;
}

.color-box {
  background-color: #74742D;
  color: #FFFFFF;
}

.list-block .item-inner::after {
  background: #eeeeee;
}

.list-block .item-content.no-padding {
  padding: 0;
}
.list-block .item-content.no-padding .item-inner {
  padding-right: 0;
}

.list-block .item-link.active-state,
html:not(.watch-active-state) .list-block .item-link:active {
  background-color: #333333;
}

.nice-list .item-content, .comments-list .item-content {
  background: #FFFFFF;
  padding: 0;
}
.nice-list .item-content .item-media, .comments-list .item-content .item-media {
  padding: 0;
}
.nice-list .item-content .item-media img, .comments-list .item-content .item-media img {
  width: 40px; 
  border-radius: 5px;
  margin: 10px 0 10px 15px;
}
.nice-list .item-content .item-inner, .comments-list .item-content .item-inner {
  padding: 10px 15px 10px 0;
}
.nice-list .item-content .item-inner .item-title-row, .comments-list .item-content .item-inner .item-title-row {
  font-family: 'DroidKufi-Regular', sans-serif;
  font-size: 14px;
}
.nice-list .item-content .item-inner .date, .comments-list .item-content .item-inner .date {
  font-size: 12px;
  color: #9B9B9B;
}
.nice-list .item-content .item-inner .date span, .comments-list .item-content .item-inner .date span {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.comments-list .item-content .item-inner .text {
  font-family: 'DroidKufi-Regular', sans-serif;
  font-size: 12px;
}
.comments-list .item-content .item-inner .product {
  font-size: 10px;
  color: #9B9B9B;
}
.comments-list .item-content .item-inner .author {
  font-family: 'DroidKufi-Regular', sans-serif;
  font-size: 12px;
}

.chart-row {
  background: #FFFFFF;
  padding: 15px 0;
}
.chart-row div {
  margin: 0 5px;
}

/* =========================================== */
/*    4. FORMS                                 */
/* =========================================== */
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DroidKufi-Regular.eot);
  src: url(fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidKufi-Regular.woff2) format('woff2'),
       url(fonts/DroidKufi-Regular.woff) format('woff'),
       url(fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/DroidKufi-Bold.eot);
  src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidKufi-Bold.woff2) format('woff2'),
       url(fonts/DroidKufi-Bold.woff) format('woff'),
       url(fonts/DroidKufi-Bold.ttf) format('truetype');}

body {
font-family:'Droid Arabic Kufi'; font-size:11px; text-align:right;
}
.forms {
  margin: 15px 0;
}
.forms .form-row {
  margin-bottom: 5px;
}
input {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  background: #ffffff;
  width:auto;
  font-size: 12px;
  border-radius: 2px;
  font-family: 'DroidKufi-Regular', sans-serif;
  box-sizing: border-box;
}
.input1 {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  background: #ffffff;
  width:23%;
  font-size: 12px;
  border-radius: 2px;
  font-family: 'DroidKufi-Regular', sans-serif;
  box-sizing: border-box;
}
.input2 {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  background: #ffffff;
  width: 100%;
  font-size: 12px;
  border-radius: 2px;
  font-family: 'DroidKufi-Regular', sans-serif;
  box-sizing: border-box;
}
.input3 {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  background: #ffffff;
  width: 48%;
  font-size: 12px;
  border-radius: 2px;
  font-family: 'DroidKufi-Regular', sans-serif;
  box-sizing: border-box;
}
.input4 {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  background: #ffffff;
  width: 33%;
  font-size: 12px;
  border-radius: 2px;
  font-family: 'DroidKufi-Regular', sans-serif;
  box-sizing: border-box;
}

textarea
{
  border: 1px solid #cccccc;
  padding: 5px 10px;
  background: #ffffff;
  width:100%;
  font-size: 12px;
  border-radius: 2px;
  font-family: 'DroidKufi-Regular', sans-serif;
  box-sizing: border-box;
}

select {
  border: 1px solid #cccccc;
  padding: 3px 5px;
  background: #ffffff;
  font-size: 12px;
  width: 100%;
  border-radius: 2px;
  font-family: 'DroidKufi-Regular', sans-serif;
  box-sizing: border-box;
}
table {
width:100%;
border:0;
padding: 2px;
	}
td1 {
width:30%;
background-color:silver;
font-family:'Droid Arabic Kufi'; font-size:8px; text-align:right;
	}
/* =========================================== */
/*    5. HEADER/FOOTER/SIDEBAR                 */
/* =========================================== */
.navbar {
  background: #f0f0f0;
  color: #74742D;
  font-family: 'DroidKufi-Regular', sans-serif;
  text-transform: uppercase;
}
.navbar:after {
  background: #cccccc;
}
.navbar .kkicon {
  font-size: 20px;
}
.navbar a.link {
  color: #74742D;
  font-size: 14px;
  font-family: 'DroidKufi-Regular', sans-serif;
}
.navbar a.link i {
  font-size: 22px;
}

.navbar.navbar-clear {
  -webkit-transition: all 400ms;
          transition: all 400ms;
  background: transparent;
  color: #74742D;
}
.navbar.navbar-clear:after {
  background: transparent;
}
.navbar.navbar-clear .kkicon {
  font-size: 20px;
}
.navbar.navbar-clear a.link {
  color: #74742D;
}
.navbar.navbar-clear.active {
  background: #f0f0f0;
  color: #74742D;
}
.navbar.navbar-clear.active:after {
  background: #cccccc;
}
.navbar.navbar-clear.active a.link {
  color: #74742D;
}

.toolbar .link {
  padding: 0 15px;
  color: #FFFFFF;
  font-size: 20px;
}

.panel {
  color: #f0f0f0;
  background: #333333;
}
.panel .line {
  background: #3d3d18;
  height: 3px;
}
.panel .logo-box {
  padding: 0 15px;
  color: #f0f0f0;
}
.panel .logo-box h2 {
  margin: 15px 0 0;
  color: inherit;
}
.panel .logo-box img {
  margin-top: 15px;
}
.panel .logo-box div {
  font-size: 11px;
  color: #b0b0b0;
}
.panel .list-block .list-group ul {
  background: transparent;
}
.panel .list-block .list-group ul:before {
  background-color: #333333;
}
.panel .list-block .list-group ul li {
  position: relative;
  color: #cccccc;
  font-size: 14px;
}
.panel .list-block .list-group ul li .item-link:hover {
  background: #222222;
}
.panel .list-block .list-group ul li .item-primary {
  background: #3d3d18;
  color: #FFFFFF;
}
.panel .list-block .list-group ul li .item-primary:hover {
  background: #74742D;
}
.panel .list-block .list-group ul li:after {
  background-color: #333333;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  width: 100%;
  z-index: 15;
}
.panel .list-block .list-group ul li .item-inner {
  background-image: none;
}
.panel .list-block .list-group ul li .item-inner:after {
  background-color: transparent;
}
.panel .list-block .list-group ul li .item-inner .badge {
  position: absolute;
  top: 13px;
  right: 35px;
}
.panel .list-block .list-group ul li.divider {
  background: #4d4d4d;
  padding: 0 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
}
.panel .list-block .list-group ul .js-toggle-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 44px;
  text-align: center;
  color: #cccccc;
  padding-top: 16px;
  font-size: 10px;
}
.panel .list-block .list-group ul ul {
  display: none;
  padding: 0;
}
.panel .list-block .list-group ul ul a {
  padding-left: 30px;
}

/* =========================================== */
/*    6. PANELS                                */
/* =========================================== */
[data-page="settings"] .item-media > span {
  font-size: 10px;
  color: #74742D;
}

.page-bg {
  background: url("../../../mobileimg/bg.jpg") no-repeat top center/cover transparent;
}
.page-bg .toolbar {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.page-bg .toolbar:before {
  background: #060602;
  background: rgba(6, 6, 2, 0.9);
}

.dashboard-menu {
  background-size: cover;
}
.dashboard-menu > div {
  margin-bottom: 20px;
}
.dashboard-menu > div:first-child {
  margin-top: 50px;
}
.dashboard-menu .menu-link {
  background: #74742D;
  background: rgba(116, 116, 45, 0.5);
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  box-shadow: 0 2px 1px -2px rgba(0, 0, 0, 0.3);
}
.dashboard-menu .menu-link:hover {
  background: #74742D;
  background: rgba(116, 116, 45, 0.2);
}
.dashboard-menu .menu-link > span:first-child {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 55px;
}
.dashboard-menu .menu-link > span:last-child {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 8px;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.dashboard-menu .menu-link img {
  margin-top: 12px;
  max-width: 27px;
  max-height: 27px;
}

/* =========================================== */
/*    7. MODALS/POPUPS                         */
/* =========================================== */
.picker-modal,
.popup {
  color: #412412;
  background: rgba(255, 255, 255, 0.9);
}
.picker-modal h2,
.popup h2 {
  text-transform: uppercase;
  font-family: 'DroidKufi-Regular', sans-serif;
  color: #74742D;
  font-size: 28px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.picker-modal h3,
.popup h3 {
  margin-top: 5px;
  font-family: 'DroidKufi-Regular', sans-serif;
  margin-bottom: 25px;
  font-size: 16px;
}
.picker-modal .more-info,
.popup .more-info {
  position: absolute;
  bottom: 20px;
  color: #74742D;
  text-align: center;
  width: 100%;
  margin-left: -20px;
}
.picker-modal .toolbar,
.popup .toolbar {
  background: rgba(255, 255, 255, 0.9);
}
.picker-modal .toolbar:before, .picker-modal .toolbar:after,
.popup .toolbar:before,
.popup .toolbar:after {
  background: #74742D;
  background: rgba(116, 116, 45, 0.9);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
}
.picker-modal .toolbar:after,
.popup .toolbar:after {
  top: auto;
  bottom: 0;
}
.picker-modal .toolbar a,
.popup .toolbar a {
  color: #74742D;
  font-family: 'DroidKufi-Regular', sans-serif;
}
.picker-modal .close-popup,
.popup .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #74742D;
}
.picker-modal .close-popup > span,
.popup .close-popup > span {
  font-size: 20px;
}
.picker-modal.popup-splash .content-block,
.popup.popup-splash .content-block {
  margin-bottom: 0;
}
.picker-modal .swiper-container,
.popup .swiper-container {
  position: static;
}
.picker-modal .swiper-container .swiper-slide img,
.popup .swiper-container .swiper-slide img {
  width: 290px;
  margin-top: -20px;
}
@media (min-height: 660px) {
  .picker-modal .swiper-container .swiper-slide img,
  .popup .swiper-container .swiper-slide img {
    width: 350px;
    margin-top: 0;
  }
}
.picker-modal .swiper-container .swiper-slide .button,
.popup .swiper-container .swiper-slide .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: #74742D;
  height: 44px;
  line-height: 44px;
}
.picker-modal .swiper-container .bottom-color,
.popup .swiper-container .bottom-color {
  position: absolute;
  background: #74742D;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.picker-modal .swiper-container .swiper-pagination,
.popup .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 15px;
}
.picker-modal .swiper-container .swiper-pagination > span,
.popup .swiper-container .swiper-pagination > span {
  display: inline-block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFFFFF;
}

/* =========================================== */
/*    8. USER PROFILE                          */
/* =========================================== */
.user-banner {
  position: relative;
  height: 70px;
  text-align: center;
  /** To edit this background, follow this link:
  http://svgeneration.com/generate/GPlay?height=3&width=3&background=dbdbdb&overlay=ffffff&weight=15&padding=0.2&
  */
  background-color: #dbdbdb;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nMTkyLjAwMDAwMDAwMDAwMDAzJyBoZWlnaHQ9JzEwMicgdmlld0JveD0nMCAwIDM4LjQwMDAwMDAwMDAwMDAwNiAyMC40Jz4KCTxkZWZzPgoJCTxwYXRoIGlkPSdzJyBmaWxsPScjZmZmZmZmJyBkPSdNMCwwbDMgMS41bC0zLDEuNXonLz4KCTwvZGVmcz4KCTxnIGlkPSdiJz4KCTx1c2UgeD0nLTMnIHk9Jy0xLjUnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4zJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nMCcgeT0nMC4yJyBmaWxsLW9wYWNpdHk9JzAuNDQ5OTk5OTk5OTk5OTk5OTYnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctMycgeT0nMS45JyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuNDQ5OTk5OTk5OTk5OTk5OTYnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PScwJyB5PSczLjYnIGZpbGwtb3BhY2l0eT0nMC40NDk5OTk5OTk5OTk5OTk5NicgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy0zJyB5PSc1LjMnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC42JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nMCcgeT0nNycgZmlsbC1vcGFjaXR5PScwLjMnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctMycgeT0nOC43JyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuMycgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzMuMicgeT0nLTEuNScgZmlsbC1vcGFjaXR5PScwLjQ0OTk5OTk5OTk5OTk5OTk2JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTYuMicgeT0nMC4yJyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuNicgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzMuMicgeT0nMS45JyBmaWxsLW9wYWNpdHk9JzAuNDQ5OTk5OTk5OTk5OTk5OTYnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctNi4yJyB5PSczLjYnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4zJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nMy4yJyB5PSc1LjMnIGZpbGwtb3BhY2l0eT0nMC4xNScgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy02LjInIHk9JzcnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4zJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nMy4yJyB5PSc4LjcnIGZpbGwtb3BhY2l0eT0nMC40NDk5OTk5OTk5OTk5OTk5NicgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy05LjQwMDAwMDAwMDAwMDAwMicgeT0nLTEuNScgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjMnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSc2LjQnIHk9JzAuMicgZmlsbC1vcGFjaXR5PScwLjMnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctOS40MDAwMDAwMDAwMDAwMDInIHk9JzEuOScgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjQ0OTk5OTk5OTk5OTk5OTk2JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nNi40JyB5PSczLjYnIGZpbGwtb3BhY2l0eT0nMC4zJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTkuNDAwMDAwMDAwMDAwMDAyJyB5PSc1LjMnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4xNScgeGxpbms6aHJlZj0nI3MnIC8+CQoJPHVzZSB4PSc2LjQnIHk9JzcnIGZpbGwtb3BhY2l0eT0nMC4zJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTkuNDAwMDAwMDAwMDAwMDAyJyB5PSc4LjcnIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIGZpbGwtb3BhY2l0eT0nMC4zJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nOS42MDAwMDAwMDAwMDAwMDEnIHk9Jy0xLjUnIGZpbGwtb3BhY2l0eT0nMC4zJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTEyLjYwMDAwMDAwMDAwMDAwMScgeT0nMC4yJyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuMycgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9JzkuNjAwMDAwMDAwMDAwMDAxJyB5PScxLjknIGZpbGwtb3BhY2l0eT0nMC4xNScgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy0xMi42MDAwMDAwMDAwMDAwMDEnIHk9JzMuNicgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjQ0OTk5OTk5OTk5OTk5OTk2JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nOS42MDAwMDAwMDAwMDAwMDEnIHk9JzUuMycgZmlsbC1vcGFjaXR5PScwLjQ0OTk5OTk5OTk5OTk5OTk2JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTEyLjYwMDAwMDAwMDAwMDAwMScgeT0nNycgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjE1JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nOS42MDAwMDAwMDAwMDAwMDEnIHk9JzguNycgZmlsbC1vcGFjaXR5PScwLjMnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctMTUuOCcgeT0nLTEuNScgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjQ0OTk5OTk5OTk5OTk5OTk2JyB4bGluazpocmVmPScjcycgLz4JCgk8dXNlIHg9JzEyLjgnIHk9JzAuMicgZmlsbC1vcGFjaXR5PScwLjYnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PSctMTUuOCcgeT0nMS45JyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuMTUnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PScxMi44JyB5PSczLjYnIGZpbGwtb3BhY2l0eT0nMC4zJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTE1LjgnIHk9JzUuMycgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjQ0OTk5OTk5OTk5OTk5OTk2JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nMTIuOCcgeT0nNycgZmlsbC1vcGFjaXR5PScwLjE1JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTE1LjgnIHk9JzguNycgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjQ0OTk5OTk5OTk5OTk5OTk2JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nMTYnIHk9Jy0xLjUnIGZpbGwtb3BhY2l0eT0nMC4zJyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTE5LjAwMDAwMDAwMDAwMDAwNCcgeT0nMC4yJyB0cmFuc2Zvcm09J21hdHJpeCgtMSAwIDAgMSAwIDApJyBmaWxsLW9wYWNpdHk9JzAuMycgeGxpbms6aHJlZj0nI3MnIC8+CQoJPHVzZSB4PScxNicgeT0nMS45JyBmaWxsLW9wYWNpdHk9JzAuNicgeGxpbms6aHJlZj0nI3MnIC8+Cgk8dXNlIHg9Jy0xOS4wMDAwMDAwMDAwMDAwMDQnIHk9JzMuNicgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjMnIHhsaW5rOmhyZWY9JyNzJyAvPgkKCTx1c2UgeD0nMTYnIHk9JzUuMycgZmlsbC1vcGFjaXR5PScwLjQ0OTk5OTk5OTk5OTk5OTk2JyB4bGluazpocmVmPScjcycgLz4KCTx1c2UgeD0nLTE5LjAwMDAwMDAwMDAwMDAwNCcgeT0nNycgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIDEgMCAwKScgZmlsbC1vcGFjaXR5PScwLjMnIHhsaW5rOmhyZWY9JyNzJyAvPgoJPHVzZSB4PScxNicgeT0nOC43JyBmaWxsLW9wYWNpdHk9JzAuMycgeGxpbms6aHJlZj0nI3MnIC8+Cgk8L2c+Cgk8dXNlIHg9Jy0xOS4wMDAwMDAwMDAwMDAwMDQnIHk9JzEwLjInIHRyYW5zZm9ybT0nbWF0cml4KC0xIDAgMCAxIDAgMCknIHhsaW5rOmhyZWY9JyNiJyAvPgoJPHVzZSB4PSctMzguMicgeT0nLTYuOCcgdHJhbnNmb3JtPSdtYXRyaXgoLTEgMCAwIC0xIDAgMCknIHhsaW5rOmhyZWY9JyNiJyAvPgoJPHVzZSB4PScxOS4yMDAwMDAwMDAwMDAwMDMnIHk9Jy0xMy42JyB0cmFuc2Zvcm09J21hdHJpeCgxIDAgMCAtMSAwIDApJyB4bGluazpocmVmPScjYicgLz4KCTx1c2UgeD0nMTkuMjAwMDAwMDAwMDAwMDAzJyB5PSctMjMuOCcgdHJhbnNmb3JtPSdtYXRyaXgoMSAwIDAgLTEgMCAwKScgeGxpbms6aHJlZj0nI2InIC8+Cjwvc3ZnPgo=");
}
.user-banner .ava-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -38px;
  margin-bottom: -38px;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 10px;
  background: #4f4f1f;
  line-height: 1;
  padding: 3px;
}
.user-banner .ava-box img {
  border-radius: 10px;
  width: 70px;
  height: 70px;
  line-height: 1;
}

.welcome-msg {
  margin-top: 48px;
  text-align: center;
  color: #ffffff;
}
.welcome-msg h3 {
  margin: 0;
  font-weight: normal;
  font-family: 'open_sanslight', sans-serif;
  color: #FFFFFF;
}
.welcome-msg h3 strong {
  font-family: 'open_sanssemibold', sans-serif;
}
.welcome-msg h4 {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
}

.ava-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -38px;
  margin-bottom: -38px;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 10px;
  background: #4f4f1f;
  line-height: 1;
  padding: 3px;
}
.ava-box img {
  border-radius: 10px;
  width: 70px;
  height: 70px;
  line-height: 1;
}

.user-profile-2 .big {
  background: transparent;
  bottom: 44px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 87px;
}
.user-profile-2 .big .ava-box {
  bottom: auto;
  top: 0;
  margin-top: -38px;
}
.user-profile-2 .big .options-2 a,
.user-profile-2 .big .options a {
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 50px;
  padding: 0 15px;
  text-align: left;
  width: 50%;
  float: left;
  border-bottom: 1px solid rgba(116, 116, 45, 0.6);
  color: #FFFFFF;
  border-right: 1px solid rgba(116, 116, 45, 0.6);
  background: rgba(255, 255, 255, 0.3);
}
.user-profile-2 .big .options-2 a:last-child,
.user-profile-2 .big .options a:last-child {
  text-align: right;
  border-right: none;
}
.user-profile-2 .big .options-2 a {
  width: 33.3%;
  text-align: center;
  background: rgba(116, 116, 45, 0.3);
  color: #ffffff;
  border-color: rgba(116, 116, 45, 0.6);
  line-height: 35px;
  font-family: 'open_sanslight', sans-serif;
}
.user-profile-2 .big .options-2 a > span {
  margin-right: 2px;
}

.user-profile .user-banner {
  position: relative;
  height: 70px;
  text-align: center;
}
.user-profile .user-banner .ava-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -38px;
  margin-bottom: -38px;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 10px;
  background: #f0f0f0;
  line-height: 1;
  padding: 3px;
}
.user-profile .user-banner .ava-box img {
  border-radius: 10px;
  width: 70px;
  height: 70px;
  line-height: 1;
}
.user-profile .welcome-msg {
  margin: 20px 15px 10px;
  text-align: left;
  color: #ffffff;
}
.user-profile .welcome-msg h3 {
  margin: 0;
  font-weight: normal;
  font-family: 'open_sanslight', sans-serif;
  color: #f0f0f0;
}
.user-profile .welcome-msg h3 strong {
  font-family: 'open_sanssemibold', sans-serif;
}
.user-profile .welcome-msg h4 {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  color: #f0f0f0;
}
.user-profile .banner {
  position: relative;
  background: url("img/bg.jpg") no-repeat top center/cover transparent;
  margin-top: -44px;
  height: 340px;
  color: #FFFFFF;
}
.user-profile .banner .ava-box {
  position: relative;
  padding-top: 80px;
  text-align: center;
  background: transparent;
}
.user-profile .banner .ava {
  width: 80px;
  padding: 3px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
}
.user-profile .banner small {
  display: block;
  font-size: 12px;
  font-family: 'DroidKufi-Regular', sans-serif;
}
.user-profile .banner .balance {
  position: relative;
  text-align: center;
  margin-top: 15px;
}
.user-profile .banner .balance div {
  display: block;
  font-size: 36px;
  font-family: 'DroidKufi-Regularthin', sans-serif;
  line-height: 1;
}
.user-profile .banner .balance div:before {
  content: '$';
  font-size: 24px;
  letter-spacing: 3px;
}
.user-profile .banner .banner-bottom {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.user-profile .banner .banner-bottom > :first-child {
  padding-left: 15px;
}
.user-profile .banner .banner-bottom > :last-child {
  padding-right: 15px;
}
.user-profile .banner .banner-bottom .badges svg {
  width: 20px;
}
.user-profile .banner .banner-bottom .badges svg path {
  fill: #ffffff;
}
.user-profile .sales-count {
  font-size: 20px;
  font-family: 'DroidKufi-Regular', sans-serif;
  line-height: 60px;
}
.user-profile .sales-count > div > div:nth-child(even) {
  background-color: #868634;
}

/* =========================================== */
/*    9. BLOG/ARTICLE                          */
/* =========================================== */
.blog-box li .blog-list {
  display: block !important;
}
.blog-box li .blog-list:after {
  background-color: transparent !important;
}
.blog-box li .blog-list .blog-rating {
  position: absolute;
  z-index: 100;
  color: #FFF;
  bottom: 10px;
  right: 15px;
}
.blog-box li .blog-list .image a {
  position: relative;
  display: inline-block;
  line-height: 1;
  width: 100%;
}
.blog-box li .blog-list .image a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.8) 100%);
}
.blog-box li .blog-list .text {
  padding: 0 15px;
}
.blog-box li .blog-list .text .title {
  color: #74742D;
}
.blog-box li .blog-list .text .title a {
  color: #74742D;
}
.blog-box li .blog-list .text small {
  font-size: 11px;
  color: #999;
}
.blog-box li .blog-list .text p {
  margin: 0 0 10px;
  font-size: 14px;
}

.comments-box li .comments-list {
  display: block !important;
}
.comments-box li .comments-list:after {
  background-color: transparent !important;
}
.comments-box li .comments-list .image {
  float: left;
  width: 25%;
}
.comments-box li .comments-list .image .ava {
  display: inline-block;
  text-align: center;
}
.comments-box li .comments-list .image .ava img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.comments-box li .comments-list .text {
  float: right;
  width: 74%;
}
.comments-box li .comments-list .text .info {
  font-family: 'DroidKufi-Regular', sans-serif;
  border-bottom: 1px solid #f0f0f0;
}
.comments-box li .comments-list .text .info .data {
  font-size: 11px;
  float: right;
  padding-top: 6px;
}
.comments-box li .comments-list .text .comment {
  font-size: 12px;
  padding: 5px 0 0 0;
}

.social-buttons a {
  color: #74742D;
  font-size: 38px;
  margin-right: 10px;
}

.item-content-icon {
  position: relative;
  overflow: hidden;
  padding-left: 40px !important;
}
.item-content-icon::after {
  position: absolute;
  font-family: 'DroidKufi-Regular', sans-serif;
  top: 15px;
  left: 10px;
  content: "";
  color: #74742D;
  font-size: 20px;
  line-height: 1;
}
.item-content-icon.item-content-icon-slider::after {
  content: "\e9c4";
}
.item-content-icon.item-content-icon-gallery::after {
  content: "\e70e";
}
.item-content-icon.item-content-icon-blog::after {
  content: "\e714";
}
.item-content-icon.item-content-icon-tabs::after {
  content: "\e7b1";
}
.item-content-icon.item-content-icon-accordion::after {
  content: "\e92f";
}
.item-content-icon.item-content-icon-share::after {
  content: "\e920";
}
.item-content-icon.item-content-icon-sidebar::after {
  content: "\e8fe";
}
.item-content-icon.item-content-icon-message::after {
  content: "\e697";
}
.item-content-icon.item-content-icon-login::after {
  content: "\e66b";
}
.item-content-icon.item-content-icon-validation::after {
  content: "\e668";
}
.item-content-icon.item-content-icon-settings::after {
  content: "\e6f2";
}

/* =========================================== */
/*    10. GALLERY                              */
/* =========================================== */
.gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.gallery-list.gallery-3col li {
  float: left;
  width: 33.3%;
}
.gallery-list > li {
  text-align: center;
}
.gallery-list > li:hover {
  opacity: 0.5;
}
.gallery-list > li a {
  display: block;
  line-height: 0;
}
.gallery-list > li img {
  width: 100%;
}

.accordion-item.accordion-item-expanded .accordion-item-toggle {
  background: #74742D;
  color: #ffffff;
}
.accordion-item.accordion-item-expanded .accordion-item-content {
  padding: 10px 0;
}
.accordion-item .accordion-item-toggle {
  padding: 5px 10px;
  border: 1px solid #74742D;
  margin-top: -1px;
}

/* =========================================== */
/*    11. TWITTER                              */
/* =========================================== */
.tweet {
  padding-top: 60px;
  color: #FFFFFF;
  text-align: center;
}
.tweet ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tweet ul li {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0 15px;
}
.tweet ul li:before {
  font-family: 'FontAwesome', sans-serif;
  position: absolute;
  content: "\f099";
  top: -28px;
  left: 50%;
  margin-left: -10px;
  color: #FFFFFF;
  font-size: 22px;
}
.tweet ul li a {
  color: #FFFFFF;
}

.twitter-content {
  font-family: 'DroidKufi-Regularregular', sans-serif;
  font-size: 12px;
}
.twitter-content > span {
  display: block;
  text-align: center;
  padding-top: 20px;
}
.twitter-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.twitter-content ul li {
  position: relative;
  padding: 10px 15px 10px 47px;
  border-bottom: 1px solid #dddddd;
}
.twitter-content ul li:before {
  font-family: 'FontAwesome', sans-serif;
  position: absolute;
  content: "\f099";
  top: 8px;
  left: 15px;
  color: #74742D;
  font-size: 22px;
}
.twitter-content ul li a {
  color: #74742D;
}

/* =========================================== */
/*    12. FLICKR                               */
/* =========================================== */
.flickr-content {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flickr-content li {
  float: left;
  text-align: center;
  width: 33.3%;
}
.flickr-content li:hover {
  opacity: 0.5;
}
.flickr-content li a {
  display: block;
  line-height: 0;
}
.flickr-content li img {
  width: 100%;
}

/* =========================================== */
/*    13. MESSAGES                             */
/* =========================================== */
.messages {
  padding-bottom: 44px;
}

.message.message-pic img {
  width: 100%;
}
.message.message-sent .message-text {
  background-color: #74742D;
}
.message .message-text {
  min-height: 32px;
  padding: 6px 16px 8px;
  font-size: 15px;
}

.messagebar textarea {
  font-size: 15px;
}
.messagebar textarea + .link {
  color: #74742D;
  font-size: 18px;
}

/* =========================================== */
/*    14. LOGIN                                */
/* =========================================== */
.login-view-box .logo {
  width: 126px;
  padding-bottom: 25%;
  padding-top: 27%;
  margin-top: -44px;
}
.login-view-box button {
  border-radius: 4px;
  font-weight: bold;
  height: 44px;
  min-height: 44px;
  width: 300px;
  margin: 0 auto;
  font-size: 20px;
}
.login-view-box button.button-positive {
  background-color: white;
  border: none;
  color: #74742D;
  margin-top: 30px;
}
.login-view-box button.button-positive:hover {
  background: #74742D;
  color: #FFFFFF;
}
.login-view-box .login-view-box {
  padding-bottom: 15%;
}
.login-view-box .footer-link {
  bottom: 20px;
  margin-left: -10px;
  position: absolute;
  width: 100%;
}
.login-view-box .footer-link a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.login-view-box .item-input {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0 auto;
  width: 300px;
}
.login-view-box .item-input:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.login-view-box .item-input:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -1px;
  border-top: none;
}
.login-view-box .item-input svg {
  width: 20px;
  margin-left: 12px;
  margin-top: 10px;
}
.login-view-box .item-input svg path {
  fill: #fff;
}
.login-view-box .item-input input {
  color: inherit;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  background: transparent;
  border: none;
  vertical-align: top;
}
.login-view-box ::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.login-view-box :-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.login-view-box ::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
.login-view-box :-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}

/* =========================================== */
/*    FONTS                                    */
/* =========================================== */
/* =========================================== */
/*    THEME                                    */
/* =========================================== */
[data-page="panel"] .navbar::after,
[data-page="index"] .navbar::after {
  background: transparent;
}

[data-page="panel"] .toolbar-inner,
[data-page="index"] .toolbar-inner {
  background: rgba(0, 0, 0, 0.2);
}

[data-page="panel"] .welcome-msg h3, [data-page="panel"] .welcome-msg h4 {
  color: #74742D;
}
[data-page="panel"] .tweet,
[data-page="panel"] .tweet ul li,
[data-page="panel"] .tweet ul li::before,
[data-page="panel"] .tweet ul li a {
  color: #74742D;
}
[data-page="panel"] .tweet ul li a {
  font-family: 'open_sansbold', sans-serif;
}

[data-page="login"] {
  background-position: bottom center;
}

.user-profile-2 .big .options a {
  color: #333333;
}

.user-profile .banner {
  background-position: bottom center;
}

@media (max-width:768px){

.dashboard-menu {
  background-size: cover;
}
.dashboard-menu > div {
  margin-bottom: 20px;
}
.dashboard-menu > div:first-child {
  margin-top: 50px;
}
.dashboard-menu .menu-link {
  background: #74742D;
  background: rgba(116, 116, 45, 0.5);
  position: relative;
  display: inline-block;
  width: 120px;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0 2px 1px -2px rgba(0, 0, 0, 0.3);
}
.dashboard-menu .menu-link:hover {
  background: #74742D;
  background: rgba(116, 116, 45, 0.2);
}
.dashboard-menu .menu-link > span:first-child {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 55px;
}
.dashboard-menu .menu-link > span:last-child {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.dashboard-menu .menu-link img {
  margin-top: 12px;
  max-width: 27px;
  max-height: 27px;
}
}

@media (max-width:1024px){

.dashboard-menu {
  background-size: cover;
}
.dashboard-menu > div {
  margin-bottom: 20px;
}
.dashboard-menu > div:first-child {
  margin-top: 50px;
}
.dashboard-menu .menu-link {
  background: #74742D;
  background: rgba(116, 116, 45, 0.5);
  position: relative;
  display: inline-block;
  width: 120px;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0 2px 1px -2px rgba(0, 0, 0, 0.3);
}
.dashboard-menu .menu-link:hover {
  background: #74742D;
  background: rgba(116, 116, 45, 0.2);
}
.dashboard-menu .menu-link > span:first-child {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 55px;
}
.dashboard-menu .menu-link > span:last-child {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.dashboard-menu .menu-link img {
  margin-top: 12px;
  max-width: 27px;
  max-height: 27px;
}
}









@media (max-width:767px){

.dashboard-menu {
  background-size: cover;
}
.dashboard-menu > div {
  margin-bottom: 20px;
}
.dashboard-menu > div:first-child {
  margin-top: 50px;
}
.dashboard-menu .menu-link {
  background: #74742D;
  background: rgba(116, 116, 45, 0.5);
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  box-shadow: 0 2px 1px -2px rgba(0, 0, 0, 0.3);
}
.dashboard-menu .menu-link:hover {
  background: #74742D;
  background: rgba(116, 116, 45, 0.2);
}
.dashboard-menu .menu-link > span:first-child {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 55px;
}
.dashboard-menu .menu-link > span:last-child {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 8px;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.dashboard-menu .menu-link img {
  margin-top: 12px;
  max-width: 27px;
  max-height: 27px;
}
.bu11{  height:150px;
	width:98%; margin:2%;

}
}

.bu11{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,eeeeee+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 1%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 1%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 1%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
 text-align:center; font-size:13px; color:#000000; height:30px; float:right;
border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #dedede;
	width:45%; margin:2%;padding:4px 0px;

}

.bu11 a:link {
		color: #000000;
		text-decoration:none;
	}
.bu11	a:visited {
		color: #000000;
		text-decoration:none;
	}
	 .bu11 a:active {
			color: #000000;
		text-decoration:none;
	}
.bu11	a:hover {
			color: #000000;
		text-decoration:none;
	}