/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekBase/Modules/AdminBar/CSS/AdminBar.scss */
html:not(.user-auth-level-0) {
  margin-top: 27px; }

#admin-bar {
  background-color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111')";
  background-image: -moz-linear-gradient(top, #333333, #111111);
  background-image: -ms-linear-gradient(top, #333333, #111111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #111111));
  background-image: -webkit-linear-gradient(top, #333333, #111111);
  background-image: -o-linear-gradient(top, #333333, #111111);
  background-image: linear-gradient(top, #333333, #111111);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  font-size: 13px;
  line-height: 1;
  min-height: 27px;
  border-bottom: 1px solid #000; }

#admin-bar > ul {
  margin: 0;
  list-style: none;
  float: left; }

#admin-bar > ul > li {
  display: inline-block;
  position: relative; }

#admin-bar > ul > li a {
  background: url(http://sleek-php.googlecode.com/svn/trunk/Sites/SleekMobile/Styles/SleekMobile/CSS/Icons/Tango/16x16.png) no-repeat 10px -126px;
  display: block;
  padding: 7px 10px 7px 35px;
  color: #ccc;
  text-decoration: none;
  border-right: 1px solid #000;
  border-left: 1px solid #666; }

#admin-bar > ul > li strong a {
  background-color: #111;
  color: #fefefe; }

#admin-bar > ul > li a:hover,
#admin-bar > ul > li strong a:hover {
  background-color: #111;
  color: #fefefe; }

#admin-bar > ul > li > ul {
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 27px;
  z-index: 100;
  display: none; }

#admin-bar > ul > li:hover > ul {
  display: block; }

#admin-bar > ul > li > ul > li {
  display: block; }

#admin-bar > ul > li > ul > li a {
  background: #111111 url(/Sites/SleekMobile/Styles/SleekMobile/CSS/Icons/Tango/16x16.png) no-repeat 10px -126px;
  display: block;
  padding: 7px 10px 7px 35px;
  color: #ccc;
  white-space: nowrap; }

#admin-bar > ul > li > ul > li:last-child a {
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); }

#admin-bar > ul > li.admin a {
  background-position: 10px -455px; }

#admin-bar > ul > li.contents a {
  background-position: 10px -126px; }

#admin-bar > ul > li.users a {
  background-position: 10px -11789px; }

#admin-bar > ul > li.media-library a {
  background-position: 10px -1447px; }

#admin-bar > ul > li.config a {
  background-position: 10px -917px; }

#admin-bar > ul > li.logout a {
  background-position: 10px -8046px; }

#admin-bar > ul > li.modules a {
  background-position: 10px -9697px; }

#admin-bar > ul > li.plugins a {
  background-position: 10px -11130px; }

#admin-bar > ul > li.help a {
  background-position: 10px -6660px; }

#admin-bar > ul > li.contents a {
  background-position: 10px -126px; }

#admin-bar > ul > li.styles a {
  background-position: 10px -6858px; }

#admin-bar > ul > li.site-builder a {
  background-position: 10px -9961px; }

#admin-bar > ul:last-child {
  float: right; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekBase/Modules/Base/CSS/jQuery.threeDCircle.scss */
a.jquery-3d-circle-selected {
  font-weight: bold; }

.jquery-3d-circle-camera {
  -webkit-perspective: 600;
  -moz-perspective: 600;
  -o-perspective: 600;
  -ms-perspective: 600;
  perspective: 600;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }

.jquery-3d-circle-wrap {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.jquery-3d-circle {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  -moz-transition: -moz-transform .4s ease-in-out;
  -o-transition: -o-transform .4s ease-in-out;
  -ms-transition: -ms-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  position: relative !important;
  display: block;
  margin: 0 auto; }

.jquery-3d-circle .jquery-3d-circle-item {
  margin: 0 !important;
  display: inline-block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  /*	-webkit-backface-visibility: hidden;
  	-moz-backface-visibility: hidden;
  	-o-backface-visibility: hidden;
  	-ms-backface-visibility: hidden;
  	backface-visibility: hidden; */ }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekBase/Modules/Base/CSS/jQuery.togglableFormFields.scss */
label.jquery-togglable-form-fields:before {
  content: "+ "; }

label.jquery-togglable-form-fields-open:before {
  content: "- "; }

input.jquery-togglable-form-fields {
  display: none !important; }

input.jquery-togglable-form-fields-open {
  display: inline !important; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekBase/Styles/Normalize/CSS/1-CSS3.scss */
/***
A collection of useful CSS3 `@mixins` like `@box-shadow`, `@linear-gradient` etc.

Check the SASS-file for all of them.
***/
/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekBase/Styles/Normalize/CSS/2-Misc.scss */
/***
A collection of useful `@mixins` like `@clearfix`, `@a11y-hide` etc.

Check the SASS-file for all of them.
***/
/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekBase/Styles/Normalize/CSS/3-Normalize.scss */
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: rgb(0, 130, 0);
  color: #fff;
  text-shadow: none; }

::selection {
  background: rgb(0, 130, 0);
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 0 0 15px 30px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

p {
  margin: 0 0 15px; }

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0 10px; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0 0 15px 30px;
  padding: 0; }

dd {
  margin: 0 0 0 30px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin-left: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
  line-height: normal;
  *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input {
  *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekBase/Styles/Normalize/CSS/DebugLogger.scss */
#debug-logger {
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #606060;
  text-shadow: none; }

#debug-logger table {
  width: 100%;
  margin: 0;
  border-spacing: 0; }

#debug-logger table thead {
  border: 1px solid #a3a3a3;
  border-width: 1px 0; }

#debug-logger table thead tr {
  display: block; }

#debug-logger table thead tr th {
  background: #f2f1f0;
  display: table-cell;
  width: 100%;
  padding: 7px 15px;
  text-align: left;
  vertical-align: top; }

#debug-logger table tbody {
  display: block;
  height: 25px;
  overflow: auto;
  -webkit-transition: height 0.05s ease-in-out;
  -moz-transition: height 0.05s ease-in-out;
  -o-transition: height 0.05s ease-in-out;
  -ms-transition: height 0.05s ease-in-out;
  transition: height 0.05s ease-in-out; }

#debug-logger:hover table tbody {
  height: 200px; }

#debug-logger table tbody tr {
  display: table-row; }

#debug-logger table tbody tr td {
  background: #f9f8f7;
  display: table-cell;
  width: 100%;
  padding: 5px 15px;
  text-align: left;
  vertical-align: top; }

#debug-logger table tbody tr:nth-child(odd) td {
  background: #fffefd; }

#debug-logger table tbody tr:hover td {
  color: #111; }

#debug-logger p {
  background: #f2f1f0;
  margin: 0;
  padding: 7px 15px;
  line-height: 1.2;
  border-top: 1px solid #a3a3a3; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekBase/Styles/Normalize/CSS/Forms.scss */
form {
  zoom: 1;
  margin: 0;
  padding: 0; }
  form:after {
    content: "";
    display: table;
    clear: both; }

label {
  font-weight: bold; }

input + label {
  font-weight: normal; }

label > abbr:first-child {
  color: #a00;
  border: 0; }

button,
input,
select,
textarea {
  font: inherit;
  color: #333;
  text-shadow: none; }

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),
textarea {
  background: #fff;
  padding: 4px;
  border: 1px solid #d6d6d6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):hover,
textarea:hover {
  border-color: #b6b6b6; }

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):focus,
textarea:focus {
  background-color: #faffbd;
  border-color: #b6b6b6; }

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]).error,
textarea.error {
  background-color: #fdd;
  border-color: #a00; }

input[type=checkbox],
input[type=radio] {
  margin-right: 5px; }

form p strong {
  color: #a00; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/1-Mixins.scss */
/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/2-General.scss */
body {
  background: #fefefe;
  font: 14px/1.4 Helvetica, Arial, sans-serif;
  color: #333333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 20px/1.2 Helvetica, Arial, sans-serif;
  color: #111111; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

p {
  line-height: 1.6; }

p.error {
  background: #fefefe url(/Sites/SleekMobile/Styles/SleekMobile/CSS/Icons/Tango/16x16.png) no-repeat 10px -126px;
  display: block;
  padding: 10px 10px 10px 36px;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: 10px -2099px;
  background-color: #fdd;
  border-color: #aa0000;
  color: #aa0000; }
  p.error > *:first-child {
    margin-top: 0; }
  p.error > *:last-child {
    margin-bottom: 0; }
  p.error h1, p.error h2, p.error h3, p.error h4, p.error h5, p.error h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0; }

p.success {
  background: #fefefe url(/Sites/SleekMobile/Styles/SleekMobile/CSS/Icons/Tango/16x16.png) no-repeat 10px -126px;
  display: block;
  padding: 10px 10px 10px 36px;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: 10px -6389px;
  background-color: #EFD;
  border-color: #9D9;
  color: #393; }
  p.success > *:first-child {
    margin-top: 0; }
  p.success > *:last-child {
    margin-bottom: 0; }
  p.success h1, p.success h2, p.success h3, p.success h4, p.success h5, p.success h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0; }

p.warning {
  background: #fefefe url(/Sites/SleekMobile/Styles/SleekMobile/CSS/Icons/Tango/16x16.png) no-repeat 10px -126px;
  display: block;
  padding: 10px 10px 10px 36px;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: 10px -3549px;
  background-color: #FFD;
  border-color: #F90;
  color: #F60; }
  p.warning > *:first-child {
    margin-top: 0; }
  p.warning > *:last-child {
    margin-bottom: 0; }
  p.warning h1, p.warning h2, p.warning h3, p.warning h4, p.warning h5, p.warning h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0; }

a {
  color: #36c;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

#content {
  zoom: 1;
  width: 960px;
  margin: 0 auto; }
  #content:after {
    content: "";
    display: table;
    clear: both; }

#primary-content {
  background: url(/Sites/SleekCMS/Styles/SleekCMS/GFX/separator.png) no-repeat left top;
  width: 710px;
  min-height: 400px;
  padding: 20px 0 20px 20px;
  float: right; }

#primary-content > *:first-child > h2:first-of-type {
  font-size: 26px; }

#secondary-content {
  width: 210px;
  padding: 20px 0;
  float: left; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/AdminContents.scss */
#admin-contents {
  position: relative; }

#admin-contents > nav {
  position: absolute;
  right: 0;
  top: 0; }

#admin-contents > nav a {
  background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cdcdcd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cdcdcd')";
  background-image: -moz-linear-gradient(top, #e6e6e6, #cdcdcd);
  background-image: -ms-linear-gradient(top, #e6e6e6, #cdcdcd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #cdcdcd));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #cdcdcd);
  background-image: -o-linear-gradient(top, #e6e6e6, #cdcdcd);
  background-image: linear-gradient(top, #e6e6e6, #cdcdcd);
  display: inline-block;
  padding: 10px 15px;
  color: #fefefe;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -mox-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  /*	&:after {
  		content: " ›";
  	} */ }
  #admin-contents > nav a:hover, #admin-contents > nav a.login-theme-selected, #admin-contents > nav a.jquery-3d-circle-selected {
    background-color: #f3f3f3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d9d9d9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d9d9d9')";
    background-image: -moz-linear-gradient(top, #f3f3f3, #d9d9d9);
    background-image: -ms-linear-gradient(top, #f3f3f3, #d9d9d9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #d9d9d9));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #d9d9d9);
    background-image: -o-linear-gradient(top, #f3f3f3, #d9d9d9);
    background-image: linear-gradient(top, #f3f3f3, #d9d9d9);
    text-decoration: none;
    color: #444;
    text-shadow: 0 -1px 1px rgba(250, 250, 250, 0.4);
    border-color: #aaa;
    -mox-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }

#admin-contents form input[type=text] {
  width: 240px;
  margin-right: 5px; }

#admin-contents > p {
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin: 60px 0; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/AdminDashboard.scss */
#admin-dashboard {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/AdminFooter.scss */
#admin-footer {
  margin: 30px 0;
  text-align: center; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/AdminHeader.scss */
#admin-header {
  position: fixed;
  left: 10px;
  bottom: 10px; }

html.debug #admin-header {
  bottom: 100px; }

#admin-header h1 {
  margin: 0;
  letter-spacing: -0.05em;
  font-size: 16px;
  text-shadow: 0 -1px -1px #bbb; }

#admin-header h1 a {
  color: #111; }

#admin-header h1 a span {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Arial Black"; }

#admin-header h1 strong {
  background-color: #bb0000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb0000', endColorstr='#dd0000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb0000', endColorstr='#dd0000')";
  background-image: -moz-linear-gradient(top, #bb0000, #dd0000);
  background-image: -ms-linear-gradient(top, #bb0000, #dd0000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb0000), color-stop(100%, #dd0000));
  background-image: -webkit-linear-gradient(top, #bb0000, #dd0000);
  background-image: -o-linear-gradient(top, #bb0000, #dd0000);
  background-image: linear-gradient(top, #bb0000, #dd0000);
  display: block;
  position: absolute;
  left: -40px;
  top: 10px;
  padding: 10px 50px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fafafa;
  text-transform: uppercase;
  -mox-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#admin-header ul {
  position: absolute;
  left: 230px;
  top: 3px;
  margin: 0;
  list-style: none; }

#admin-header ul li {
  display: inline-block; }

#admin-header ul li a {
  display: block;
  padding: 5px 10px;
  color: #333333;
  position: relative; }

#admin-header ul li a small {
  display: block;
  position: absolute;
  right: -8px;
  top: -5px;
  color: #ff9900;
  -moz-transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  -o-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg); }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/AdminNavigation.scss */
#admin-navigation ul li {
  line-height: 1; }

#admin-navigation ul li a {
  background: url(/Sites/SleekMobile/Styles/SleekMobile/CSS/Icons/Tango/16x16.png) no-repeat 10px -126px;
  display: block;
  margin: 0 0 0 -10px;
  padding: 8px 10px 8px 35px;
  color: #333333;
  text-decoration: none; }

#admin-navigation ul li a:hover,
#admin-navigation ul li strong a {
  background-color: #f3f3f3; }

#admin-navigation nav.tags ul li a {
  background-position: 10px -192px; }

#admin-navigation nav.media ul li a {
  background-position: 10px -6858px; }

html.js #admin-navigation form label {
  color: #0066cc; }

html.js #admin-navigation form label:hover {
  text-decoration: underline; }

#admin-navigation form input[type=text] {
  width: 140px;
  margin-right: 5px; }

html.js #admin-navigation form input[type=submit] {
  display: none; }

html.js #admin-navigation form.jquery-togglable-form-fields-all-open input[type=submit] {
  display: inline; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/AdminSleekPHPNews.scss */
#admin-sleek-phpnews {
  width: 335px;
  float: right; }

#admin-sleek-phpnews ul {
  margin: 0;
  list-style: none; }

#admin-sleek-phpnews ul li {
  background: url(/Sites/SleekMobile/Styles/SleekMobile/CSS/Icons/Tango/16x16.png) no-repeat left -655px;
  margin: 0;
  padding: 4px 0 4px 25px; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/AdminWhatsNew.scss */
#admin-whats-new {
  width: 335px;
  float: left; }

#admin-whats-new ul {
  margin: 0;
  list-style: none; }

#admin-whats-new ul li {
  background: url(/Sites/SleekMobile/Styles/SleekMobile/CSS/Icons/Tango/16x16.png) no-repeat left -457px;
  margin: 0;
  padding: 4px 0 4px 25px; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/Login.scss */
#login-page body {
  background: url(LeShopMigros.JPG) 50% 50% no-repeat fixed;
  background-size:100%;
  color: #333;
  text-shadow: none;
  -webkit-transition: background-image 1s;
  -moz-transition: background-image 1s;
  -o-transition: background-image 1s;
  -ms-transition: background-image 1s;
  transition: background-image 1s; }
  /*
 *  STYLE 3scrollbar
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: green;
}
.scrollbar
{
	float: left;
	height: 430px!important;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 430px;
}
/*endscrollbar*/
a.big-link{
text-decoration:none;
}
.grid {
float: left;
margin: 0 6px;
width: 115px;
text-align: center;
font-size: 12px;
}
.grid2 {
float: left;
margin: 0 14px 56px 0;
width: 72px;
text-align: center;
font-size: 12px;
height: 60px;
}
.grid  img{
border: 1px solid green;
}
.grid  img:hover{
border: 1px solid orange;
}
.grid2  img{
border: 1px solid green;
height:auto;
width:100%;
}
.grid p {
height: 27px;
line-height: 1.1;
}
.grid2 p {
line-height: 1.1;
}
.grid2  img:hover{
border: 1px solid orange;
height:auto;
width:100%;
}
.grid a:hover {
color:orange!important;
}
.grid2:hover {
color:orange;
}
img#head{
width: 100%;
}
#login-page body a {
  color: #333; }

#login-page body.osx {
  background: url(http://exscale.se/__files/uploads/Tiger-Aqua-Blue-OSX.jpg) 50% 50% no-repeat fixed; }

#login-page body.bright-and-shiny {
  background: url(http://www.portwallpaper.com/imgwal/bright-and-shiny.jpg) 50% 50% no-repeat fixed; }

#login-page body.planet-sky-bright {
  background: url(http://www.wallpapergate.com/data/media/4113/Planet_Skeye_Bright_38758.jpg) 50% 50% no-repeat fixed; }

#login-page body.bright-fantasy-worldwide {
  background: url(http://www.hdwallpapers.in/walls/bright_fantasy_world-wide.jpg) 50% bottom no-repeat fixed; }

#login-page body.too-bright-grass {
  background: url(http://www.wallpaperpimper.com/wallpaper/Landscape/Plant/Too-Bright-Grass-1-1600x1200.jpg) 50% bottom no-repeat fixed; }

#login-page body.beautiful-sea {
  background: url(http://sky-wallpaper.com/uploads/2010-12/beautiful-sea-scenery-wallpaper/1292590258-S0MLU28.jpg) 50% 50% no-repeat fixed; }

#login-page body.bright-blue-water {
  background: url(http://images.paraorkut.com/img/wallpapers/1024x768/b/bright_blue_water-1505.jpg) 50% bottom no-repeat fixed; }

#login-page body.life {
  background: url(http://exscale.se/__files/uploads/Life.jpg) 50% 50% no-repeat fixed;
  color: #f3f9f3;
  text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.6); }

#login-page body.life a {
  color: #f3f9f3; }

#login-page body.clown-fish {
  background: url(http://exscale.se/__files/uploads/Clown-Fish.jpg) 50% 50% no-repeat fixed;
  color: #f3f9f3;
  text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.6); }

#login-page body.clown-fish a {
  color: #f3f9f3; }

#login-page #wrapper {
  width: auto;
  margin: 0;
  padding: 30px 0;
  text-align: center; }

#login-page #header {
  text-align: center; }

#login-page #header h1 {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 64px;
  letter-spacing: -0.05em; }

#login-page #header h1 a {
  color: #fefefe;
  text-shadow: -1px -1px 7px rgba(0, 0, 0, 0.6); }

#login-page #header p {
  position: absolute;
  left: -1000000px;
  top: -1000000px; }

#login-wrapper {
  width: 320px;
  margin: 0 auto 30px; }

#login-wrapper > *[id] {
  background: rgba(250, 250, 250, 0.93);
  display: block;
  margin: 0 0 30px;
  padding: 30px;
  -moz-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -webkit-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -o-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -ms-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 260px;
  text-align: left;
  -webkit-box-reflect: below 5px -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 75%, white 100%);
  -moz-box-reflect: below 5px -moz-linear-gradient(top, rgba(0, 0, 0, 0) 75%, white 100%);
  -o-box-reflect: below 5px -o-linear-gradient(top, rgba(0, 0, 0, 0) 75%, white 100%);
  -ms-box-reflect: below 5px -ms-linear-gradient(top, rgba(0, 0, 0, 0) 75%, white 100%);
  box-reflect: below 5px linear-gradient(top, rgba(0, 0, 0, 0) 75%, white 100%); }
  #login-wrapper > *[id] > *:first-child,
  #login-wrapper > *[id] > form:first-child > *:first-child {
    margin-top: 0; }
  #login-wrapper > *[id] > h2:first-child {
    text-shadow: 1px 1px 1px rgba(250, 250, 250, 0.6); }
  #login-wrapper > *[id] > *:last-child,
  #login-wrapper > *[id] > form:last-child > *:last-child {
    margin-bottom: 0; }

#login-wrapper > *[id] input:not([type=submit]):not([type=checkbox]) {
  width: 250px; }

#login-navigation {
  text-align: center;
  margin: 0 0 10px; }

#login-navigation ul {
  background: rgba(250, 250, 250, 0.8);
  display: block;
  margin: 0 0 30px;
  padding: 30px;
  -moz-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -webkit-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -o-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -ms-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  min-width: 320px;
  margin: 0;
  padding: 0;
  list-style: none; }
  #login-navigation ul > *:first-child,
  #login-navigation ul > form:first-child > *:first-child {
    margin-top: 0; }
  #login-navigation ul > h2:first-child {
    text-shadow: 1px 1px 1px rgba(250, 250, 250, 0.6); }
  #login-navigation ul > *:last-child,
  #login-navigation ul > form:last-child > *:last-child {
    margin-bottom: 0; }

#login-navigation ul li {
  display: inline-block;
  margin: 0; }

#login-navigation ul li a {
  display: block;
  padding: 5px 15px; }

#login-navigation ul li a:hover {
  text-decoration: none; }

#login-navigation ul li a.jquery-3d-circle-selected {
  font-weight: bold; }

#login-theme-switcher {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center; }

html.debug #login-theme-switcher {
  top: 40px; }

#login-theme-switcher h2 {
  position: absolute;
  left: -1000000px;
  top: -1000000px; }

#login-theme-switcher ul li {
  display: inline-block;
  margin: 5px; }

#login-theme-switcher ul li a {
  background: rgba(250, 250, 250, 0.3);
  display: block;
  margin: 0 0 30px;
  padding: 30px;
  -moz-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -webkit-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -o-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -ms-box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  box-shadow: 1px 1px 2px rgba(60, 60, 60, 0.6), inset 1px 1px 2px rgba(250, 250, 250, 0.6);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  width: 15px;
  height: 15px;
  text-indent: -1000000px;
  outline: 0; }
  #login-theme-switcher ul li a > *:first-child,
  #login-theme-switcher ul li a > form:first-child > *:first-child {
    margin-top: 0; }
  #login-theme-switcher ul li a > h2:first-child {
    text-shadow: 1px 1px 1px rgba(250, 250, 250, 0.6); }
  #login-theme-switcher ul li a > *:last-child,
  #login-theme-switcher ul li a > form:last-child > *:last-child {
    margin-bottom: 0; }

/* /home/ante/Desktop/Projects/SleekPHP/Sites/SleekCMS/Styles/SleekCMS/CSS/NotAuthorized.scss */
#wrapper {
  width: 600px;
  margin: 30px auto; }

#not-authorized {
  background: #fefefe url(/Sites/SleekMobile/Styles/SleekMobile/CSS/Icons/Tango/16x16.png) no-repeat 10px -126px;
  display: block;
  padding: 10px 10px 10px 36px;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-position: 10px -2099px;
  background-color: #fdd;
  border-color: #aa0000;
  color: #aa0000; }
  #not-authorized > *:first-child {
    margin-top: 0; }
  #not-authorized > *:last-child {
    margin-bottom: 0; }
  #not-authorized h1, #not-authorized h2, #not-authorized h3, #not-authorized h4, #not-authorized h5, #not-authorized h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0; }
