
@import url('http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');
@import url('http://fonts.googleapis.com/css?family=Yellowtail&v2');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Typography ========== */
p {
  margin: 0 0 20px;
  font-family: Arial, verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: "Yanone Kaffeesatz", arial, serif;
  font-weight: normal;
  line-height: 30px;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

h6 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

/* Lists */
ul,
ol {
  margin: 0 0 20px;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal inside;
}
ol ol {
  list-style: upper-alpha inside;
}
ol ol ol {
  list-style: lower-roman inside;
}
ol ol ol ol {
  list-style: lower-alpha inside;
}

li {
  margin: 0 0 0 20px;
  padding: 2px 0 2px 20px;
}
li ul,
li ol {
  margin: 0;
  padding: 10px 0;
}
li li {
  margin: 0;
}

/* Definition Lists */
dl {
  margin: 0 0 40px;
}

dt,
dt:after,
dd {
  display: inline;
}

dt {
  font-weight: bold;
}

dt:after {
  content: ":";
}

dd {
  margin: 0;
}

dd:after {
  content: ",";
  padding-right: .25em;
}

dl dd:last-child:after {
  content: ".";
}

/* Blockquotes */
blockquote {
  overflow: hidden;
  margin: 20px 0;
  padding-left: 40px;
  color: #666666;
  background: url("../images/quote.png") 0 0 no-repeat;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  color: #4d4d4d;
  text-align: right;
  font-size: 11px;
}
blockquote cite:before {
  content: "- ";
}
.dark-skin blockquote {
  color: white;
  background-image: url("../images/quote-white.png");
}
.dark-skin blockquote cite {
  color: #f8f8f8;
}
blockquote.alignleft, blockquote.align-left, blockquote.alignright, blockquote.align-right {
  width: 35%;
}
blockquote.alignleft, blockquote.align-left {
  margin: 0 20px 20px 0;
}
blockquote.alignright, blockquote.align-right {
  margin: 0 0 20px 20px;
}

/* Preformatted text and code styles */
code, pre {
  clear: both;
  margin: 0 0 20px;
  font-family: "Courier New", Courier, monospace, serif;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  overflow: auto;
  overflow-y: hidden;
  padding: 25px 20px 25px 40px;
  line-height: 25px;
  background: url("../images/code.gif") 0 0 repeat-y;
}
.dark-skin pre {
  color: #dedede;
  background: url("../images/code-dark.gif") 0 0 repeat-y;
}

/* Misc */
hr {
  clear: both;
  overflow: hidden;
  display: block;
  margin: 20px 0;
  padding: 1px 0;
  border: none;
  height: 2px;
  background: url("../images/separator.png") top repeat-x;
}
.dark-skin hr {
  background-image: url("../images/separator-black.png");
}
.ie7 hr {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #fff;
  zoom: 1;
}
.dark-skin .ie7 hr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #333;
}

dfn {
  border-bottom: 1px dashed;
  font-style: italic;
}

abbr {
  border-bottom: 1px dashed;
  cursor: help;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

address {
  display: block;
  margin-bottom: 20px;
  line-height: 20px;
  font-style: normal;
}

br {
  clear: both;
}

mark, .highlight {
  display: inline;
  padding: 1px 2px;
  color: #000;
  background: #ff0;
}

/* Selected text styles */
:focus {
  outline: none;
}

::selection {
  background: #669933;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #669933;
  color: white;
  text-shadow: none;
}

/* Forms ========== */
form {
  margin-bottom: 20px;
}

fieldset {
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 10px;
}
fieldset *:last-child {
  margin-bottom: 0;
}
.dark-skin fieldset {
  border-color: #3c3c3c;
}

legend {
  padding: 0 20px 0 0;
  margin-bottom: 20px;
  border: 0;
  font: 140% "Yanone Kaffeesatz", arial, serif;
}
.ie7 legend {
  margin-left: -7px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px 0 #0066ff;
  -moz-box-shadow: 0 0 5px 0 #0066ff;
  box-shadow: 0 0 5px 0 #0066ff;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  height: 30px;
  text-align: left;
  font-size: 12px;
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  background: #ededed;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #333333;
  outline: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
textarea:hover, textarea:focus,
select:hover,
select:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="week"]:hover,
input[type="week"]:focus {
  background-color: #fafafa;
}
.dark-skin textarea, .dark-skin
select, .dark-skin
input[type="date"], .dark-skin
input[type="datetime"], .dark-skin
input[type="datetime-local"], .dark-skin
input[type="email"], .dark-skin
input[type="month"], .dark-skin
input[type="number"], .dark-skin
input[type="password"], .dark-skin
input[type="search"], .dark-skin
input[type="tel"], .dark-skin
input[type="text"], .dark-skin
input[type="time"], .dark-skin
input[type="url"], .dark-skin
input[type="week"] {
  border-color: #3c3c3c;
  color: #dedede;
  background: url("../images/transparent/30_black.png");
  background: rgba(0, 0, 0, 0.3);
  text-shadow: black 0 -1px 0;
}
.dark-skin textarea:hover, .dark-skin textarea:focus, .dark-skin
select:hover, .dark-skin
select:focus, .dark-skin
input[type="date"]:hover, .dark-skin
input[type="date"]:focus, .dark-skin
input[type="datetime"]:hover, .dark-skin
input[type="datetime"]:focus, .dark-skin
input[type="datetime-local"]:hover, .dark-skin
input[type="datetime-local"]:focus, .dark-skin
input[type="email"]:hover, .dark-skin
input[type="email"]:focus, .dark-skin
input[type="month"]:hover, .dark-skin
input[type="month"]:focus, .dark-skin
input[type="number"]:hover, .dark-skin
input[type="number"]:focus, .dark-skin
input[type="password"]:hover, .dark-skin
input[type="password"]:focus, .dark-skin
input[type="search"]:hover, .dark-skin
input[type="search"]:focus, .dark-skin
input[type="tel"]:hover, .dark-skin
input[type="tel"]:focus, .dark-skin
input[type="text"]:hover, .dark-skin
input[type="text"]:focus, .dark-skin
input[type="time"]:hover, .dark-skin
input[type="time"]:focus, .dark-skin
input[type="url"]:hover, .dark-skin
input[type="url"]:focus, .dark-skin
input[type="week"]:hover, .dark-skin
input[type="week"]:focus {
  background: url("../images/transparent/80_black.png");
  background: rgba(0, 0, 0, 0.8);
}
textarea .ie7,
select .ie7,
input[type="date"] .ie7,
input[type="datetime"] .ie7,
input[type="datetime-local"] .ie7,
input[type="email"] .ie7,
input[type="month"] .ie7,
input[type="number"] .ie7,
input[type="password"] .ie7,
input[type="search"] .ie7,
input[type="tel"] .ie7,
input[type="text"] .ie7,
input[type="time"] .ie7,
input[type="url"] .ie7,
input[type="week"] .ie7 {
  padding-top: 2px;
  padding-bottom: 1px;
  height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
}
.ie7 select[size="0"], .ie7
select[size="1"] {
  height: auto;
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
}
.dark-skin optgroup {
  color: #fff;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  overflow: visible;
  margin: 0;
  padding: 5px 10px;
  width: auto;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: url(../images/buttons.png) 0 -50px repeat-x #222222;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font: bold 12px/20px "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  vertical-align: top;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  -ms-transition: background-color linear 0.2s;
  -o-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-position: 0 -80px;
  background-color: #3c3c3c;
}
.dark-skin button, .dark-skin
input[type="reset"], .dark-skin
input[type="submit"], .dark-skin
input[type="button"] {
  background: url(../images/buttons.png) 0 -80px repeat-x #151515;
}
.dark-skin button:hover, .dark-skin
input[type="reset"]:hover, .dark-skin
input[type="submit"]:hover, .dark-skin
input[type="button"]:hover {
  background-color: #3c3c3c;
}
.ie7 button, .ie7
input[type="reset"], .ie7
input[type="submit"], .ie7
input[type="button"] {
  padding-top: 2px;
  padding-bottom: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie7 button {
  padding-top: 1px;
  padding-bottom: 1px;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.dark-skin :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-skin ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url('../assets/../images/select_arrow.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border: 0;
  }
}
.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* Tables ========== */
.table-wrapper {
  margin-bottom: 20px;
  padding: 5px;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
}
.dark-skin .table-wrapper {
  background: url("../images/transparent/60_black.png");
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}

table {
  width: 100%;
  text-align: left;
  cursor: default;
  background: #fafafa;
}
.dark-skin table {
  background-color: #222222;
}
table caption {
  font-style: normal;
}
table th {
  padding: 0 10px;
  font: normal 140%/35px "Yanone Kaffeesatz", arial, serif;
  color: white;
  background: url("../images/buttons.png") 0 -110px repeat-x #222222;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
}
.dark-skin table th {
  border-bottom: 1px solid #222222;
  background: url("../images/horz-border.png") 0 0 repeat-x #3c3c3c;
}
table:hover th {
  background-position: 0 -145px;
}
.dark-skin table:hover th {
  background-position: 0 0;
}
table tbody tr {
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
table tbody tr:hover {
  background: url("../images/transparent/70_white.png");
  background: rgba(255, 255, 255, 0.7);
}
table tbody tr:last-child {
  border-bottom: none;
}
.dark-skin table tbody tr {
  border-bottom-color: #222222;
  background: #2f2f2f;
}
.dark-skin table tbody tr:hover {
  background: url("../images/transparent/10_white.png");
  background: rgba(255, 255, 255, 0.1);
}
table tbody td {
  border-right: 1px dashed #e1e1e1;
  padding: 5px 10px;
}
table tbody td:last-child {
  border: none;
}
.dark-skin table tbody td {
  border-color: #222222;
}
table tfoot {
  border-top: 1px solid #e1e1e1;
  background: #ededed;
}
table tfoot td {
  padding: 3px 10px !important;
  font: 120%/1.5 "Yanone Kaffeesatz", arial, serif;
  text-align: center;
}
.dark-skin table tfoot {
  border: none;
  background: #222222;
}

/* Helpers ========== */
/* Align helpers */
.align-left,
.alignleft {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.align-right,
.alignright {
  float: right;
  margin-left: 20px;
  overflow: hidden;
}

.align-center,
.aligncenter {
  clear: both;
  float: none;
  display: block!Important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.align-center > *,
.aligncenter > * {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/* Round corners helpers */
.round-3 {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}

.round-5 {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}

.round-10 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
}

/* Header helpers */
.header-underlined {
  background: url("../images/separator.png") bottom repeat-x;
}
.dark-skin .header-underlined {
  background-image: url("../images/separator-black.png");
}

/* Lists helpers */
ul li {
  background: url("../images/icons/regular-dark.png") 0 2px no-repeat;
}
.dark-skin ul li {
  background-image: url("../images/icons/regular-white.png");
}

/* Arrow right */
.list-arrow-right li,
ul li.list-arrow-right {
  background-image: url("../images/icons/arrow-right-dark.png");
}
.dark-skin .list-arrow-right li, .dark-skin
ul li.list-arrow-right {
  background-image: url("../images/icons/arrow-right-white.png");
}

/* Arrow left */
.list-arrow-left li,
ul li.list-arrow-left {
  background-image: url("../images/icons/arrow-left-dark.png");
}
.dark-skin .list-arrow-left li, .dark-skin
ul li.list-arrow-left {
  background-image: url("../images/icons/arrow-left-white.png");
}

/* Arrow up */
.list-arrow-up li,
ul li.list-arrow-up {
  background-image: url("../images/icons/arrow-up-dark.png");
}
.dark-skin .list-arrow-up li, .dark-skin
ul li.list-arrow-up {
  background-image: url("../images/icons/arrow-up-white.png");
}

/* Arrow down */
.list-arrow-down li,
ul li.list-arrow-down {
  background-image: url("../images/icons/arrow-down-dark.png");
}
.dark-skin .list-arrow-down li, .dark-skin
ul li.list-arrow-down {
  background-image: url("../images/icons/arrow-down-white.png");
}

/* Check */
.list-check li,
ul li.list-check {
  background-image: url("../images/icons/check-dark.png");
}
.dark-skin .list-check li, .dark-skin
ul li.list-check {
  background-image: url("../images/icons/check-white.png");
}

/* Circle */
.list-circle li,
ul li.list-circle {
  background-image: url("../images/icons/circle-dark.png");
}
.dark-skin .list-circle li, .dark-skin
ul li.list-circle {
  background-image: url("../images/icons/circle-white.png");
}

/* Clock */
.list-clock li,
ul li.list-clock {
  background-image: url("../images/icons/clock-dark.png");
}
.dark-skin .list-clock li, .dark-skin
ul li.list-clock {
  background-image: url("../images/icons/clock-white.png");
}

/* Envelope */
.list-envelope li,
ul li.list-envelope {
  background-image: url("../images/icons/envelope-dark.png");
}
.dark-skin .list-envelope li, .dark-skin
ul li.list-envelope {
  background-image: url("../images/icons/envelope-white.png");
}

/* Info */
.list-info li,
ul li.list-info {
  background-image: url("../images/icons/info-dark.png");
}
.dark-skin .list-info li, .dark-skin
ul li.list-info {
  background-image: url("../images/icons/info-white.png");
}

/* Minus */
.list-minus li,
ul li.list-minus {
  background-image: url("../images/icons/minus-dark.png");
}
.dark-skin .list-minus li, .dark-skin
ul li.list-minus {
  background-image: url("../images/icons/minus-white.png");
}

/* Plus */
.list-plus li,
ul li.list-plus {
  background-image: url("../images/icons/plus-dark.png");
}
.dark-skin .list-plus li, .dark-skin
ul li.list-plus {
  background-image: url("../images/icons/plus-white.png");
}

/* Star */
.list-star li,
ul li.list-star {
  background-image: url("../images/icons/star-dark.png");
}
.dark-skin .list-star li, .dark-skin
ul li.list-star {
  background-image: url("../images/icons/star-white.png");
}

/* X */
.list-x li,
ul li.list-x {
  background-image: url("../images/icons/x-dark.png");
}
.dark-skin .list-x li, .dark-skin
ul li.list-x {
  background-image: url("../images/icons/x-white.png");
}

/* Text color helpers */
.color-orange {
  color: #ff6600 !important;
}

.color-red {
  color: #e50000 !important;
}

.color-dark-red {
  color: #a10606 !important;
}

.color-blue {
  color: #025982 !important;
}

.color-dark-blue {
  color: #014363 !important;
}

.color-green {
  color: #5c9313 !important;
}

.color-dark-green {
  color: #40552d !important;
}

.color-brown {
  color: #5e3d00 !important;
}

.dark-skin .color-orange {
  color: #ff6600 !important;
}
.dark-skin .color-red {
  color: #e50000 !important;
}
.dark-skin .color-dark-red {
  color: #a10606 !important;
}
.dark-skin .color-blue {
  color: #00b0ff !important;
}
.dark-skin .color-dark-blue {
  color: #0080bd !important;
}
.dark-skin .color-green {
  color: #7dca18 !important;
}
.dark-skin .color-dark-green {
  color: #648547 !important;
}
.dark-skin .color-brown {
  color: #9d6600 !important;
}

/* Text size helpers */
.x-small {
  font-size: 10px !important;
}

.small {
  font-size: 11px !important;
}

.large {
  font-size: 14px !important;
}

.x-large {
  font-size: 15px !important;
}

.uppercase {
  text-transform: uppercase;
}


.servicesImg{
float:left;
padding:5px;
background-color:#FFFFFF;
border:1px solid #dadada;
margin-right:20px;
}
.servicesImgRight{
float:right;
padding:5px;
background-color:#FFFFFF;
border:1px solid #dadada;
margin-left:20px;
}

.borderImg{
padding:5px;
background-color:#FFFFFF;
border:1px solid #dadada;
}

/* Text style helpers */
.drop-cap,
.drop-cap-2 {
  float: left;
  margin: 5px 10px 0 0;
  display: block;
  line-height: 30px;
}

.drop-cap {
  font-size: 300%;
}

.drop-cap-2 {
  width: 30px;
  height: 30px;
  font-size: 200%;
  text-align: center;
  color: #333333;
  background: url("../images/dropcap.png") 0 0 no-repeat;
}

/* Media element helpers */
figure {
  position: relative;
  margin: 0;
}

figcaption,
.caption {
  position: absolute;
  left: 2px;
  bottom: 15px;
  display: block;
  margin: 3px 0 0;
  border: none;
  padding: 5px 10px !important;
  font: normal 140%/140% "Yanone Kaffeesatz", arial, serif;
  text-align: center;
  color: #dedede;
  z-index: 2;
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
}

.element-holder {
  position: relative;
  display: inline-block;
  padding: 0 !important;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.element-holder:hover {
  background: url("../images/transparent/20_black.png");
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.element-holder > * {
  margin: 1px;
  padding: 2px;
  background: #fff;
  vertical-align: bottom;
}
.element-holder figcaption,
.element-holder .caption {
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.element-holder:hover figcaption, .element-holder:hover .caption {
  background: url("../images/transparent/80_black.png");
  background: rgba(0, 0, 0, 0.8);
}
.dark-skin .element-holder {
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}
.dark-skin .element-holder img,
.dark-skin .element-holder iframe, .dark-skin .element-holder > * {
  background: none;
}
.dark-skin .element-holder figcaption,
.dark-skin .element-holder .caption {
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
}

/* Preloader */
img.preloader {
  background-image: url("../images/preloader.gif") !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}

/* Media hover decorations */
.zoom-frame,
.dark-skin .zoom-frame {
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
  margin: 0;
  height: 100%;
  width: 100%;
  background: url("../images/transparent/50_black.png");
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.zoom-frame-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  padding: 0;
  height: 30px;
  width: 30px;
  background: url("../images/icons/media-zoom-icon.png") transparent;
  z-index: 1;
}
.media-image .zoom-frame-icon {
  background-image: url("../images/icons/media-zoom-icon.png");
}
.media-video .zoom-frame-icon {
  background-image: url("../images/icons/media-video-icon.png");
}
.media-link .zoom-frame-icon {
  background-image: url("../images/icons/media-link-icon.png");
}

/* Video box */
.video-box,
.video-js {
  margin: 0 0 20px 0;
}

/* Various helpers */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* Tipsy */
.tipsy {
  font-size: 95%;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* Demo site helpers */
.grid-outline p {
  margin-bottom: 0;
  background: #ff0;
  text-indent: 10px;
  outline: 1px solid #333;
}
.grid-outline p p {
  background: #333;
}
.dark-skin .grid-outline p {
  background: #333;
  outline: 1px solid #000;
}
.dark-skin .grid-outline p p {
  background: #222;
}

/* Media ========== */
.roundabout-moveable-item .slide-desc,
.slide-caption-left,
.slide-caption-right,
.nivo-caption {
  position: absolute;
  bottom: 20px;
  display: block;
  max-width: 400px;
  padding: 10px;
  color: #dedede;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  background: url("../images/transparent/60_black.png");
  background: url("../images/horz-border.png") 0 1px repeat-x rgba(0, 0, 0, 0.6);
  z-index: 20;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.roundabout-moveable-item .slide-desc a,
.slide-caption-left a,
.slide-caption-right a,
.nivo-caption a {
  display: inline !important;
}
.roundabout-moveable-item .slide-desc *:last-child,
.slide-caption-left *:last-child,
.slide-caption-right *:last-child,
.nivo-caption *:last-child {
  margin-bottom: 0;
}

.slide-caption-left,
.nivo-caption {
  left: 15px;
}

.slide-caption-right {
  right: 15px;
}

/* General slider styles */
#page-slider {
  overflow: hidden;
  width: 100%;
  margin: 40px 0;
}

.slider-inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #dedede;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
}
.slider-inner a {
  color: #dedede;
}
.slider-inner .btn-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url("../images/transparent/20_black.png");
  background: rgba(0, 0, 0, 0.2);
}

/* Static Slider */
.slider-static .slider-inner {
  width: 940px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Nivo Slider */
.slider-nivo {
  overflow: visible !important;
}
.slider-nivo .slider-inner {
  position: relative;
  width: 940px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 50px black;
  -moz-box-shadow: 0 0 50px black;
  box-shadow: 0 0 50px black;
}
.slider-nivo .slider-inner img,
.slider-nivo .slider-inner a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
}
.slider-nivo .slider-inner a.nivo-imageLink {
  display: none;
  border: 0;
  z-index: 6;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  background: url("../images/controls.png");
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.nivo-directionNav a.nivo-prevNav {
  left: -40px;
  background-position: 0 -15px;
}
.nivo-directionNav a.nivo-prevNav:hover {
  background-position: -60px -15px;
}
.nivo-directionNav a.nivo-nextNav {
  right: -40px;
  background-position: -30px -15px;
}
.nivo-directionNav a.nivo-nextNav:hover {
  background-position: -90px -15px;
}

/* Fallback styles */
.slider-nivo img, .slider-nivo a {
  display: none;
}
.slider-nivo img:first-child {
  display: block;
  position: relative;
}

.nivoSlider img, .nivoSlider a {
  display: block;
}

/* Roundabout Slider */
.slider-round {
  overflow: visible !important;
}
.slider-round .slider-inner {
  margin: 0 auto;
  padding: 0;
  height: 300px;
  width: 1000px;
}
.slider-round .slider-inner li {
  margin: 0;
  padding: 0;
  background: none;
}

/* Slide items */
.roundabout-moveable-item {
  height: 230px;
  width: 300px;
  cursor: pointer;
}
.roundabout-moveable-item img {
  height: auto;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px black;
  -moz-box-shadow: 0 0 20px black;
  box-shadow: 0 0 20px black;
}

/* Active slide item */
.roundabout-in-focus {
  cursor: auto;
}

/* Slide description */
.roundabout-moveable-item .slide-desc {
  top: 160px;
  left: 50px;
  bottom: auto;
  right: auto;
  width: 100%;
}
.ie7 .roundabout-moveable-item .slide-desc, .ie8 .roundabout-moveable-item .slide-desc {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

/* Fallback styles */
.slider-round .slider-inner,
.slider-round li {
  display: none;
}

.slider-round .roundabout-holder {
  display: block;
}
.slider-round .roundabout-holder li {
  display: block;
}

/* BX Slider */
.bx-wrapper {
  width: 100% !important;
}
.bx-wrapper .bx-window {
  width: 100% !important;
}
.bx-wrapper .bx-window ul,
.bx-wrapper .bx-window li {
  margin: 0;
  padding: 0;
  background: none !important;
}
.bx-wrapper .bx-window li {
  position: relative;
}

/* Common sliders elements */
.slide-text {
  width: 400px;
}

.slide-element {
  width: 500px;
  text-align: center;
}
.slide-element > * {
  display: inline-block;
}
.slide-element .element-holder {
  background: url("../images/transparent/20_black.png");
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slide-element .element-holder:hover {
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
}
.slide-element .element-holder > * {
  padding: 0;
  margin: 4px;
  display: block !important;
}

/* Slide content orientations */
.text-left .slide-text {
  float: left;
  margin-right: 40px;
}
.text-left .slide-element {
  float: right;
}

.text-right .slide-text {
  float: right;
  margin-left: 40px;
}
.text-right .slide-element {
  float: left;
}

.text-center .slide-text,
.text-center .slide-element {
  width: 100%;
  text-align: center;
}

/* Content Slider */
.slider-content .bx-wrapper {
  margin: 0 auto;
  width: 1000px !important;
}
.slider-content .bx-window {
  margin: 0 auto;
  width: 940px !important;
}
.slider-content .slider-inner li {
  width: 940px !important;
  margin: 0;
  padding: 0;
}

/* BX Prev & Next */
.bx-prev,
.bx-next {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  background: url("../images/controls.png");
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.bx-prev {
  left: -20px;
  background-position: 0 -15px;
}
.bx-prev:hover {
  background-position: -60px -15px;
}

.bx-next {
  right: -20px;
  background-position: -30px -15px;
}
.bx-next:hover {
  background-position: -90px -15px;
}

/* Fading gallery */
.gallery-fading {
  margin-bottom: 20px;
}
.gallery-fading li {
  position: relative;
}

/* BX Pager */
.bx-pager {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.bx-pager a {
  display: inline-block;
  margin: 0 2px;
  height: 13px;
  width: 12px;
  text-indent: -9999px;
  background: url("../images/controls.png") 0 0 no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.bx-pager a:hover {
  background-position: -15px 0;
}
.bx-pager a.pager-active {
  background-position: -30px 0;
}
.ie7 .bx-pager a {
  display: block;
  float: left;
  margin: 5px 5px 0 0;
}
.dark-skin .bx-pager a {
  background-position: -45px 0;
}
.dark-skin .bx-pager a:hover {
  background-position: -60px 0;
}
.dark-skin .bx-pager a.pager-active {
  background-position: -75px 0;
}

/* Fallback styles */
.slider-content li,
.gallery-fading li {
  margin: 0;
  padding: 0;
  display: none;
}
.slider-content li:first-child,
.gallery-fading li:first-child {
  display: block;
  margin: 0 auto;
}
.slider-content .bx-wrapper li,
.gallery-fading .bx-wrapper li {
  display: block;
}

/* Widgets ========== */
.widget-container {
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.widget-heading {
  margin-bottom: 10px;
}

.widget-list,
.widget-list li {
  margin: 0;
  list-style: none;
  background: none;
}

.widget-list {
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.widget-list li {
  position: relative;
  border-top: 1px solid white;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 5px 0 5px 20px;
  background: url("../images/icons/regular-dark.png") 0 50% no-repeat;
}
.widget-list li:first-child {
  border-top: none;
}
.dark-skin .widget-list {
  border-bottom: 1px solid #3c3c3c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.dark-skin .widget-list li {
  border-top-color: #3c3c3c;
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: black;
  border-bottom-color: rgba(0, 0, 0, 0.7);
  background-image: url("../images/icons/regular-white.png");
}

/* Widget hint */
.widget-hint {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  padding: 0 5px;
  font-size: 90%;
  line-height: 20px;
  font-style: normal;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0 1px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.dark-skin .widget-hint {
  background: url("../images/transparent/10_white.png");
  background: rgba(255, 255, 255, 0.1);
  text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.widget-container *:hover > .widget-hint {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ie8 .widget-hint, .ie7 .widget-hint {
  background-color: #e1e1e1;
}
.ie8 .dark-skin .widget-hint, .ie7 .dark-skin .widget-hint {
  background-color: #2f2f2f;
}

/* RSS & Twitter widgets no-multiplebg fallback */
.widget-icon {
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  width: 12px;
  height: 12px;
}

/* Widgets specific rules */
/* Archive list */
.archive-list li {
  background-image: url("../images/icons/fax-dark.png");
}
.dark-skin .archive-list li {
  background-image: url("../images/icons/fax-white.png");
}

/* Blogroll list */
.blogroll-list li {
  background-image: url("../images/icons/link-dark.png");
}
.dark-skin .blogroll-list li {
  background-image: url("../images/icons/link-white.png");
}

/* Categories */
.categories-list li {
  background-image: url("../images/icons/categories-dark.png");
}
.dark-skin .categories-list li {
  background-image: url("../images/icons/categories-white.png");
}

/* Comments */
.comments-list li {
  background-image: url("../images/icons/comment-dark.png");
}
.dark-skin .comments-list li {
  background-image: url("../images/icons/comment-white.png");
}

/* Recent posts - simple */
.recent-posts-simple-list li {
  background-image: url("../images/icons/post-dark.png");
}
.dark-skin .recent-posts-simple-list li {
  background-image: url("../images/icons/post-white.png");
}

/* Tags */
.tags-list li {
  background-image: url("../images/icons/tag-dark.png");
}
.dark-skin .tags-list li {
  background-image: url("../images/icons/tag-white.png");
}

/* Widget ADS */
.banner-125,
.banner-190,
.banner-250 {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 5px;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.banner-125:hover,
.banner-190:hover,
.banner-250:hover {
  background: url("../images/transparent/20_black.png");
  background: rgba(0, 0, 0, 0.2);
}
.banner-125 > *,
.banner-190 > *,
.banner-250 > * {
  vertical-align: top;
}
.dark-skin .banner-125, .dark-skin
.banner-190, .dark-skin
.banner-250 {
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}

.banner-190,
.banner-250 {
  clear: both;
}

/* Calendar */
.calendar-holder {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 5px;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  /* Tbody */
  /* Footer */
}
.calendar-holder:hover {
  background: url("../images/transparent/20_black.png");
  background: rgba(0, 0, 0, 0.2);
}
.calendar-holder table {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.calendar-holder caption {
  color: #333333;
  text-align: center;
}
.calendar-holder th,
.calendar-holder td {
  padding: 3px;
  text-align: center;
}
.calendar-holder th {
  color: #dedede;
  font: 12px/1.7 Arial, verdana, arial, sans-serif;
  background: url("../images/buttons.png") 0 0 repeat-x #222222;
}
.calendar-holder:hover th {
  background-position: 0 -25px;
}
.calendar-holder tbody tr {
  background: url("../images/transparent/90_white.png");
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.calendar-holder tbody tr:hover {
  background: url("../images/transparent/80_white.png");
  background: rgba(255, 255, 255, 0.8);
}
.calendar-holder tbody td {
  border-right-style: solid;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.calendar-holder tbody td:hover {
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
}
.calendar-holder tbody td:last-child {
  border-right: none;
}
.calendar-holder #today {
  background: #ededed;
}
.calendar-holder tfoot td {
  line-height: 15px;
}
.calendar-holder tfoot td#prev {
  text-align: left;
}
.calendar-holder tfoot td#next {
  text-align: right;
}
.dark-skin .calendar-holder {
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}
.dark-skin .calendar-holder caption {
  color: #dedede;
}
.dark-skin .calendar-holder th {
  background-position: 0 0;
}
.dark-skin .calendar-holder tbody tr {
  background: #222222;
}
.dark-skin .calendar-holder tbody tr:hover {
  background: url("../images/transparent/10_white.png");
  background: rgba(255, 255, 255, 0.1);
}
.dark-skin .calendar-holder tbody td {
  border-bottom: 1px solid #090909;
  border-right: 1px solid #090909;
}
.dark-skin .calendar-holder tbody td:hover {
  background: url("../images/transparent/10_white.png");
  background: rgba(255, 255, 255, 0.1);
}
.dark-skin .calendar-holder #today {
  background: url("../images/transparent/5_white.png");
  background: rgba(255, 255, 255, 0.05);
}

/* Contact form */
#contact-form {
  margin-bottom: 0;
}
#contact-form label {
  display: none;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#contact-form input[type="submit"] {
  width: auto;
}
#contact-form p:last-child {
  margin-bottom: 0;
}

/* Contacts info */
.contacts-list span {
  display: none;
}
.contacts-list .widget-hint {
  display: block;
}
.contacts-list .address {
  padding-left: 0;
  background: none !important;
}
.contacts-list .phone {
  background-image: url("../images/icons/phone-dark.png");
}
.dark-skin .contacts-list .phone {
  background-image: url("../images/icons/phone-white.png");
}
.contacts-list .fax {
  background-image: url("../images/icons/fax-dark.png");
}
.dark-skin .contacts-list .fax {
  background-image: url("../images/icons/fax-white.png");
}
.contacts-list .email {
  background-image: url("../images/icons/envelope-dark.png");
}
.dark-skin .contacts-list .email {
  background-image: url("../images/icons/envelope-white.png");
}

/* Gallery */
.widget-gallery img {
  width: 65px;
  height: auto;
}
.widget-gallery .element-holder {
  margin: 0 5px 5px 0;
}
.page-sidebar .widget-gallery .element-holder img {
  width: 60px;
}
.page-sidebar .widget-gallery .element-holder:nth-child(4n) {
  margin-right: 0;
}
.layout-1-2 .widget-gallery .element-holder:nth-child(6n) {
  margin-right: 0;
}
.layout-1-3 .widget-gallery .element-holder:nth-child(4n) {
  margin-right: 0;
}
.layout-1-4 .widget-gallery .element-holder img {
  width: 36px;
}
.layout-1-4 .widget-gallery .element-holder:nth-child(4n) {
  margin-right: 0;
}

/* Widget Map */
.widget-map .element-holder {
  width: 100%;
}
.widget-map .gmap-holder {
  height: 300px;
}

/* Newsletter and search forms */
#site-newsletter,
#site-search {
  position: relative;
}
#site-newsletter label,
#site-search label {
  display: none;
}

#subscribe-mail,
#site-search-text {
  width: 100%;
}

#subscribe-submit,
#site-search-submit {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 24px;
  height: 24px;
  background: url("../images/controls.png") no-repeat;
  text-indent: -9999px;
}

#subscribe-submit {
  background-position: 0 -108px;
}
.dark-skin #subscribe-submit {
  background-position: -30px -78px;
}

#site-search-submit {
  background-position: 0 -78px;
}
.dark-skin #site-search-submit {
  background-position: -30px -108px;
}

/* Recent posts */
.recent-posts-list li {
  display: inline-block;
  padding: 8px 0;
  background: none !important;
}
.recent-posts-list li:first-child {
  padding-top: 0;
}
.recent-posts-list .element-holder {
  float: left;
  margin-right: 10px;
}
.recent-posts-list .post-created {
  display: block;
  font-size: 11px;
  color: #666666;
}
.dark-skin .recent-posts-list .post-created {
  color: #ababab;
}

/* Widget Tabs */
.widget-tabs .widget-content {
  position: relative;
  overflow: hidden;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  /* Tabs content */
}
.widget-tabs .widget-content:hover {
  background: url("../images/transparent/20_black.png");
  background: rgba(0, 0, 0, 0.2);
}
.widget-tabs .widget-content .tabs-content {
  padding: 10px;
}
.dark-skin .widget-tabs .widget-content {
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
}

/* Tags floated */
.tags-floated-list {
  margin: 0;
  padding: 0;
}
.tags-floated-list li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  background: none !important;
}
.tags-floated-list li a {
  display: block;
  padding: 7px;
  line-height: 1;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.tags-floated-list li a:hover {
  color: #fff !important;
  background: url("../images/transparent/50_black.png");
  background: rgba(0, 0, 0, 0.5);
}
.dark-skin .tags-floated-list li a {
  background: url("../images/transparent/10_white.png");
  background: rgba(255, 255, 255, 0.1);
}
.dark-skin .tags-floated-list li a:hover {
  background: url("../images/transparent/20_white.png");
  background: rgba(255, 255, 255, 0.2);
}

/* Widget text */
.widget-text .widget-content > *:last-child {
  margin-bottom: 0;
}

/* Widget Last tweet */
.widget-last-tweet {
  margin-bottom: 0;
  font: 180%/200% "Yanone Kaffeesatz", arial, serif;
}
.widget-last-tweet .widget-content ul {
  margin: 0;
  padding: 0;
}
.widget-last-tweet .widget-content ul li {
  margin: 0;
  padding-left: 45px;
  background: url("../images/icons/social/twitter-big.png") 0 50% no-repeat;
}

/* Widget Tweets */
.widget-tweets .widget-content ul {
  margin: 0;
  padding: 0;
}
.widget-tweets .widget-content ul li {
  position: relative;
  margin: 0 0 5px;
  border: none;
  padding: 5px 0 5px 30px;
  background: url("../images/transparent/05_black.png");
  background: url("../images/icons/twitter-dark.png") 10px 5px no-repeat rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-tweets .widget-content ul li:hover {
  background: url("../images/transparent/10_black.png");
  background: url("../images/icons/twitter-dark.png") 10px 5px no-repeat rgba(0, 0, 0, 0.1);
}
.dark-skin .widget-tweets .widget-content ul li {
  border: none;
  background: url("../images/transparent/05_white.png");
  background: url("../images/icons/twitter-white.png") 10px 5px no-repeat rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}
.dark-skin .widget-tweets .widget-content ul li:hover {
  background: url("../images/transparent/10_black.png");
  background: url("../images/icons/twitter-white.png") 10px 5px no-repeat rgba(0, 0, 0, 0.1);
}
.widget-tweets .widget-content ul .widget-icon {
  background: url("../images/icons/twitter-dark.png") 0 -5px;
}
.dark-skin .widget-tweets .widget-content ul .widget-icon {
  background: url("../images/icons/twitter-white.png") 0 -5px;
}

.widget-tweets .tweet_time {
  display: block;
  font-size: 11px;
}

/* RSS */
.widget-rss .widget-content ul {
  margin: 0;
  padding: 0;
}
.widget-rss .widget-content ul li {
  position: relative;
  margin: 0 0 5px;
  border: none;
  padding: 5px 0 5px 30px;
  background: url("../images/transparent/05_black.png");
  background: url("../images/icons/rss-dark.png") 10px 5px no-repeat rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.widget-rss .widget-content ul li:hover {
  background: url("../images/transparent/10_black.png");
  background: url("../images/icons/rss-dark.png") 10px 5px no-repeat rgba(0, 0, 0, 0.1);
}
.dark-skin .widget-rss .widget-content ul li {
  border: none;
  background: url("../images/transparent/05_white.png");
  background: url("../images/icons/rss-white.png") 10px 5px no-repeat rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}
.dark-skin .widget-rss .widget-content ul li:hover {
  background: url("../images/transparent/10_black.png");
  background: url("../images/icons/rss-white.png") 10px 5px no-repeat rgba(0, 0, 0, 0.1);
}
.widget-rss .widget-content ul li .widget-icon {
  background: url("../images/icons/rss-dark.png") 0 -5px;
}
.dark-skin .widget-rss .widget-content ul li .widget-icon {
  background: url("../images/icons/rss-white.png") 0 -5px;
}
.widget-rss .widget-content ul li div {
  display: block;
  font-size: 11px;
}

/* Social icons */
.social-icons-list ul,
.social-icons-list li {
  margin: 0;
  padding: 0;
  border: none !important;
  background: none !important;
}

.social-icons-list li {
  float: left;
}

.social-icons-list a {
  position: relative;
  display: block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.social-icons-list a:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* Icons */
.social-twitter {
  background: url("../images/icons/social/twitter.png");
}

.social-facebook {
  background: url("../images/icons/social/facebook.png");
}

.social-blogger {
  background: url("../images/icons/social/blogger.png");
}

.social-deviantart {
  background: url("../images/icons/social/deviantart.png");
}

.social-digg {
  background: url("../images/icons/social/digg.png");
}

.social-dribbble {
  background: url("../images/icons/social/dribbble.png");
}

.social-flickr {
  background: url("../images/icons/social/flickr.png");
}

.social-livejournal {
  background: url("../images/icons/social/livejournal.png");
}

.social-delicious {
  background: url("../images/icons/social/delicious.png");
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background: #35235A;
  background-image:url(../images/background.jpg);
  -webkit-text-size-adjust: none;
}
body.dark-skin {
  color: #dedede;
  background: #222222;
}

.dark-skin {
  color: #dedede;
}

/* Links */
a {
  outline: none;
  text-decoration: none;
  color: #2e5110;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
a:hover {
  text-decoration: none;
  color: #663399;
}
.dark-skin a {
  color: #dedede;
}
.dark-skin a:hover {
  color:#663399;
}

/* Containers ========== */
.container-block {
  margin: 0;
  padding: 0;
  min-width: 1000px;
  z-index: 0;
  background: url("../images/transparent/20_black.png");
  background: rgba(0, 0, 0, 0.2);
  *zoom: 1;
}
.container-block:before, .container-block:after {
  display: table;
  content: "";
}
.container-block:after {
  clear: both;
}

.container-inner {
  margin: 5px 0;
  width: 100%;
  background: url("../images/transparent/60_black.png");
  background: rgba(0, 0, 0, 0.6);
  *zoom: 1;
}
.container-inner:before, .container-inner:after {
  display: table;
  content: "";
}
.container-inner:after {
  clear: both;
}

.container-aligner {
  position: relative;
  margin: 0 auto;
  width: 960px;
  *zoom: 1;
}
.container-aligner:before, .container-aligner:after {
  display: table;
  content: "";
}
.container-aligner:after {
  clear: both;
}

.page-boxed .container-block {
  margin: 0 auto 20px auto;
  width: 1000px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.page-boxed .container-inner {
  margin: 5px;
  width: 990px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* Header ========== */
#page-header {
  width: 100%;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#page-header .container-inner {
  margin: 0 0 5px;
  padding: 25px 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rgba #page-header .container-inner {
  background-image: url("../images/buttons.png");
  background-position: 0 -360px;
  background-repeat: repeat-x;
}

/* Header logo */
#header-logo {
  position: absolute;
  top: 18%;
  left: 10px;
  margin-top: -17px;
}

/* Header navigation */
#header-navigation-wrapper {
  float: right;
  margin-right: 10px;
}

/* Page subheader ========== */
#page-subheader {
  overflow: hidden;
  margin: 15px auto;
  width: 940px;
  font-size: 11px;
}

/* Breadcrumbs */
.breadcrumbs {
  float: left;
  padding: 0 0 0 28px;
  line-height: 23px;
  color: #dedede;
  background: url("../images/controls.png") -70px -48px no-repeat;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
}
.breadcrumbs span {
  display: block;
  padding: 0 10px;
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.breadcrumbs a {
  color: #dedede;
}
.breadcrumbs:hover {
  background-position: -70px -78px;
}
.breadcrumbs:hover span {
  background: url("../images/transparent/60_black.png");
  background: rgba(0, 0, 0, 0.6);
}

/* Site search */
#subheader-search-form {
  float: right;
  position: relative;
  margin: 0;
}
#subheader-search-form label {
  display: none;
}
#subheader-search-form #subheader-search {
  border: none;
  padding: 4px 25px 4px 6px;
  width: 140px;
  font-size: 11px;
  line-height: 15px;
  height: 23px;
  color: #dedede;
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#subheader-search-form #subheader-search:hover, #subheader-search-form #subheader-search:focus {
  background: url("../images/transparent/60_black.png");
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
#subheader-search-form #subheader-search-submit {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  background: url("../images/controls.png") -20px -50px;
  text-indent: -9999px;
  border: none;
}
#subheader-search-form :-moz-placeholder {
  color: #dedede;
}
#subheader-search-form ::-webkit-input-placeholder {
  color: #dedede;
}

/* Page body ========== */
#page-body {
  overflow: hidden;
}
#page-body .container-inner {
  margin-bottom: 0;
}
.page-boxed #page-body .container-inner {
  margin: 5px;
}
#page-body:after {
  content: "";
  display: block;
  background: url("../images/page-body-bg-white-bottom.png") 0 0 repeat-x;
  height: 9px;
  clear: both;
  width: 100%;
}
.page-boxed #page-body:after {
  display: none;
}
.page-sidebar-left #page-body:after {
  background: url("../images/page-body-bg-white-sidebar-left-bottom.png") 50% 0 no-repeat;
}
.page-sidebar-right #page-body:after {
  background: url("../images/page-body-bg-white-sidebar-right-bottom.png") 50% 0 no-repeat;
}
.dark-skin #page-body:after {
  height: 2px;
  background: #151515;
}
.dark-skin.page-sidebar-left #page-body:after {
  background: url("../images/page-body-bg-black-sidebar-left-bottom.png") 50% 0 no-repeat #151515;
}
.dark-skin.page-sidebar-right #page-body:after {
  background: url("../images/page-body-bg-black-sidebar-right-bottom.png") 50% 0 no-repeat #151515;
}
.rgba #page-body .container-inner {
  background-image: url("../images/buttons.png");
  background-position: 0 -360px;
  background-repeat: repeat-x;
}

/* Page title */
#page-title {
  height: 80px;
  overflow: hidden;
}

/* Title and summary text */
#title-summary {
  float: left;
  margin: 0 0 0 10px;
  height: 80px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
}
#title-summary a {
  color: #dedede;
}
#title-summary a:hover {
  color: white;
}
#title-summary h2,
#title-summary h4 {
  margin: 0;
  line-height: 1;
}
#title-summary h2 {
  color: #fff;
  margin-top: 15px;
}
#title-summary h4 {
  margin: 5px 0 0 20px;
  color: #dedede;
  font: 150% "Yellowtail";
}
#title-summary h4:before {
  content: "- ";
}

/* Title right */
.title-right {
  float: right;
  margin: 20px 10px 0 0;
  padding: 5px;
  height: 30px;
  line-height: 30px;
  color: #dedede;
  background: url("../images/transparent/30_black.png");
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.title-right a {
  float: left;
  display: block;
  margin-right: 5px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  text-align: center;
  color: #dedede;
  background: url("../images/transparent/10_black.png");
  background: url("../images/separator-black.png") 0 -1px repeat-x rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.title-right a:hover {
  color: white;
  background: url("../images/transparent/05_white.png");
  background: url("../images/separator-black.png") 0 -1px repeat-x rgba(255, 255, 255, 0.1);
}
.title-right a:last-child {
  margin: 0;
}
.title-right a span {
  display: block;
  padding-left: 30px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.title-right.blog-statistics a.rss span {
  background-image: url("../images/icons/social/rss.png");
}
.title-right.blog-statistics a.twitter span {
  background-image: url("../images/icons/social/twitter.png");
}
.title-right.social-icons a.twitter span {
  background-image: url("../images/icons/social/twitter.png");
}
.title-right.social-icons a.facebook span {
  background-image: url("../images/icons/social/facebook.png");
}
.title-right.social-icons a.google span {
  background-image: url("../images/icons/social/googleplus.png");
}
.title-right.return-homepage a span {
  background-image: url("../images/icons/icon-homepage.png");
}

/* Page body content containers ========== */
#page-body-content {
  position: relative;
  clear: both;
  overflow: hidden;
  z-index: 0;
  margin: 0;
  padding: 30px 0 50px 0;
  min-height: 400px;
  background: url("../images/page-body-bg-white.png");
  -webkit-box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.5);
}
.page-sidebar-right #page-body-content {
  background: url("../images/page-body-bg-white-sidebar-right.png") center top repeat-y;
}
.page-sidebar-left #page-body-content {
  background: url("../images/page-body-bg-white-sidebar-left.png") center top repeat-y;
}
.page-boxed #page-body-content {
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  -o-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dark-skin #page-body-content {
  background: url("../images/separator-black.png") 0 0 repeat-x #151515;
}
.multiplebgs .dark-skin #page-body-content {
  background: url("../images/separator-black.png") 0 0 repeat-x, url("../images/page-body-bg-black.png");
}
.dark-skin.page-sidebar-right #page-body-content {
  background: url("../images/page-body-bg-black-sidebar-right.png") center top repeat-y;
}
.multiplebgs .dark-skin.page-sidebar-right #page-body-content {
  background: url("../images/horz-border.png") 0 0 repeat-x, url("../images/page-body-bg-black-sidebar-right.png") center top repeat-y;
}
.dark-skin.page-sidebar-left #page-body-content {
  background: url("../images/page-body-bg-black-sidebar-left.png") center top repeat-y;
}
.multiplebgs .dark-skin.page-sidebar-left #page-body-content {
  background: url("../images/horz-border.png") 0 0 repeat-x, url("../images/page-body-bg-black-sidebar-left.png") center top repeat-y;
}

/* Page body content inner */
#page-body-content-inner {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}

/* Page content and sidebar layouts ========== */
#page-content {
  width: 100%;
}

.page-sidebar {
  display: inline-block;
  width: 310px;
}

/* Sidebar right */
.page-sidebar-right #page-content {
  float: left;
  width: 600px;
}
.page-sidebar-right .page-sidebar {
  float: left;
  margin-left: 30px;
}
.page-sidebar-right .widget-heading,
.page-sidebar-right .widget-content {
  margin-left: 30px;
}

/* Sidebar left */
.page-sidebar-left #page-content {
  float: right;
  width: 600px;
}
.page-sidebar-left .page-sidebar {
  float: right;
  margin-right: 30px;
}
.page-sidebar-left .widget-heading,
.page-sidebar-left .widget-content {
  margin-right: 30px;
}

/* Bottom widgets area ========== */
#bottom-widgets {
  margin-top: 0;
}
#bottom-widgets .container-inner {
  margin-top: 0;
  padding: 30px 0 20px;
}
#bottom-widgets .container-aligner {
  width: 940px;
}
.page-boxed #bottom-widgets {
  margin: 0 auto;
}
.page-boxed #bottom-widgets .container-inner {
  margin: 5px;
}
#bottom-widgets h2 {
  font-size: 20px;
}
#bottom-widgets [class*="layout"]:first-child .widget-heading,
#bottom-widgets [class*="layout"]:first-child .widget-content {
  margin-left: 0;
}

/* Page footer ========== */
#page-footer {
  margin: 0 auto;
  padding: 10px 0;
  color: #dedede;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  /* Footer elements */
}
#page-footer a {
  color: #dedede;
  padding: 2px 4px;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#page-footer a:hover {
  color: white;
  background: url("../images/transparent/70_black.png");
  background: rgba(0, 0, 0, 0.7);
}

/* Footer left */
#footer-left {
  float: left;
}

/* Footer right */
#footer-right {
  float: right;
}

ul.footer-navigation,
ul.footer-navigation li,
.dark-skin ul.footer-navigation li {
  margin: 0;
  padding: 0;
  background: none;
}

ul.footer-navigation {
  margin-right: -10px;
}

ul.footer-navigation li,
.dark-skin ul.footer-navigation li {
  float: left;
  margin-right: 10px;
}

/* Page backgrounds */
#theme-backgrounds {
  display: none;
}

#body-texture,
#supersized {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#body-texture {
  position: fixed;
  background: url("../images/textures/2.png");
  z-index: -996;
}

#supersized-loader {
  display: none;
}

#supersized {
  position: fixed;
  overflow: hidden;
  z-index: -999;
}
#supersized img {
  position: relative;
  border: none;
  width: auto;
  height: auto;
  outline: none;
}

/* Global overlay layer on pages with slider */
#dark-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -998;
  height: 100%;
  width: 100%;
  background: url("../images/transparent/30_black.png");
  background: rgba(0, 0, 0, 0.3);
}

/* Frontpage ========== */
.page-frontpage {
  overflow-x: hidden;
}

/* Target action area */
#target-action {
  position: relative;
  margin: 20px 10px;
  height: 40px;
}
#target-action .btn-xl {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -20px 0 0 0;
  padding: 0 30px;
  font: 180%/180% "Yanone Kaffeesatz", arial, serif;
  -webkit-box-shadow: 0 0 3px #333333;
  -moz-box-shadow: 0 0 3px #333333;
  box-shadow: 0 0 3px #333333;
}
#target-action .btn-xl:hover {
  -webkit-box-shadow: 0 0 10px #333333;
  -moz-box-shadow: 0 0 10px #333333;
  box-shadow: 0 0 10px #333333;
}

.target-action-text {
  margin-right: 200px;
  font-size: 180%;
  line-height: 40px;
  color: #dedede;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
}

/* Featured  */
.featured-icon {
  line-height: 40px;
}
.featured-icon img {
  vertical-align: middle;
}

/* Frontpage projects */
.frontpage-projects img {
  width: 164px;
}

/* News page ========== */
/* Featured news section */
.featured-news {
  margin-bottom: 40px;
}
.featured-news .featured-news-image {
  position: relative;
}
.featured-news .featured-news-image img {
  width: 594px;
}
.featured-news .featured-news-text {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 590px;
  text-align: left;
  color: white;
  background: url("../images/transparent/60_black.png");
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.featured-news .featured-news-text h3 {
  margin: 10px;
  color: white;
}
.featured-news .featured-news-text p {
  margin: 0 10px 10px;
}

/* Latest news */
.latest-news {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}
.latest-news img {
  width: 183px;
}

/* Popular news */
.popular-news {
  margin-bottom: 40px;
}
.popular-news .layout-1-2 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  background: url("../images/separator.png") bottom repeat-x;
}
.popular-news .element-holder {
  float: left;
  margin-right: 10px;
}
.popular-news h5 {
  margin-bottom: 5px;
  line-height: 1;
}
.popular-news p:last-child {
  margin-bottom: 0;
}
.dark-skin .popular-news .layout-1-2 {
  background-image: url("../images/separator-black.png");
}

/* Blog ========== */
.postlist-item {
  margin-bottom: 40px;
}

/* Header */
.postlist-header {
  margin-bottom: 20px;
}
.postlist-header h2 {
  margin: 0;
  padding: 0 0 7px 0;
  line-height: 1;
  background: url("../images/separator.png") bottom repeat-x;
}
.dark-skin .postlist-header h2 {
  background-image: url("../images/separator-black.png");
}

/* Post meta info */
.postlist-header-meta {
  display: inline;
  font-size: 90%;
}

/* Post commets count */
.postlist-header-comments {
  float: right;
  padding-left: 15px;
  font-size: 90%;
  background: url("../images/icons/comment-dark.png") left center no-repeat;
}
.dark-skin .postlist-header-comments {
  background-image: url("../images/icons/comment-white.png");
}

/* Thumbnail */
.postlist-thumb {
  margin-bottom: 20px;
}

/* Intro text */
.postlist-intro {
  margin-bottom: 20px;
}
.postlist-intro > *:last-child {
  margin-bottom: 0;
}

/* Blog post ========== */
/* Header */
.post-header {
  margin-bottom: 20px;
}
.post-header h2 {
  margin: 0;
  padding: 0 0 7px 0;
  line-height: 1;
  background: url("../images/separator.png") bottom repeat-x;
}
.dark-skin .post-header h2 {
  background-image: url("../images/separator-black.png");
}

/* Post meta info */
.post-header-meta {
  display: inline;
  font-size: 90%;
}

/* Post commets count */
.post-header-comments {
  float: right;
  padding-left: 15px;
  font-size: 90%;
  background: url("../images/icons/comment-dark.png") left center no-repeat;
}
.dark-skin .post-header-comments {
  background-image: url("../images/icons/comment-white.png");
}

/* Post content */
.post-content {
  margin: 0 0 40px 0;
}

/* Post tags */
.post-content-tags span {
  margin-right: 10px;
}
.post-content-tags a {
  display: inline-block;
  margin-right: 2px;
  padding: 5px;
  line-height: 1;
  color: #333333 !important;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-shadow: white 0 1px 0;
}
.post-content-tags a:hover {
  background: url("../images/transparent/20_black.png");
  background: rgba(0, 0, 0, 0.2);
}
.dark-skin .post-content-tags a {
  color: #dedede !important;
  background: url("../images/transparent/10_white.png");
  background: rgba(255, 255, 255, 0.1);
  text-shadow: black 0 -1px 0;
}
.dark-skin .post-content-tags a:hover {
  background: url("../images/transparent/20_white.png");
  background: rgba(255, 255, 255, 0.2);
}

/* Post author */
.post-author {
  margin: 0 0 40px 0;
  padding: 15px;
  background: #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.post-author:hover {
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.dark-skin .post-author {
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}

/* Author information */
.post-author-content h4 {
  margin: 0 0 5px 0;
  font-size: 130%;
  line-height: 1;
}
.post-author-content p:last-child {
  margin: 0;
}

/* Related posts */
.post-related {
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}
.post-related li {
  display: block;
  float: left;
  width: 23.7499999999998%;
  margin: 0 0 0 1.666666666667%;
  padding: 0;
  text-align: center;
  background: none !important;
}
.post-related li:first-child {
  margin: 0;
}
.post-related li img {
  width: 136px;
  height: auto;
}

/* Comments */
.page-comments-list {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
.page-comments-list ul,
.page-comments-list li {
  margin: 0;
  padding: 0;
}
.page-comments-list li li {
  margin-left: 60px;
}

/* Comment item */
.comment-item {
  position: relative;
  margin: 0 0 20px 0;
}

.comment-inner {
  margin-left: 60px;
  padding-bottom: 1px;
  background: url("../images/separator.png") bottom repeat-x;
}
.dark-skin .comment-inner {
  background: url("../images/separator-black.png") bottom repeat-x;
}

/* Comment header */
.comment-header {
  margin-bottom: 10px;
}
.comment-header h6 {
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
}

.comment-created {
  font-size: 90%;
  line-height: 1;
  color: #666666;
}

/* Comment avatar area */
.comment-aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
}

.comment-avatar {
  margin-bottom: 5px;
}

.comment-reply {
  display: block;
  line-height: 18px;
  width: 42px;
  text-align: center;
  background: #222222;
  color: white;
  font-size: 90%;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.dark-skin .comment-reply {
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
}

.comment-item:hover .comment-reply {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* Comment form title */
.comment-form .header-underlined {
  margin-bottom: 0;
}
.comment-form label {
  display: none;
}
.comment-form input {
  width: 60%;
}
.comment-form input[type="submit"] {
  width: auto;
}

/* Portfolio pages ========== */
/* Portfolios filter */
.portfolio-filter .current-cat {
  background: url("../images/transparent/10_white.png");
  background: rgba(255, 255, 255, 0.1);
}

/* Portfolio wrapper */
.portfolio-filterable,
.gallery-filterable {
  width: 960px;
  margin-left: -10px;
  *zoom: 1;
}
.portfolio-filterable:before, .portfolio-filterable:after,
.gallery-filterable:before,
.gallery-filterable:after {
  display: table;
  content: "";
}
.portfolio-filterable:after,
.gallery-filterable:after {
  clear: both;
}

#portfolio-message {
  display: none;
}

/* Portfolio item */
.portfolio-item,
.gallery-item {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 10px 40px 10px;
}

/* Thumbnail */
.portfolio-item-thumb img {
  height: auto;
}

/* Title */
.portfolio-item-title {
  margin-bottom: 0;
  background: url("../images/separator.png") bottom repeat-x;
}
.dark-skin .portfolio-item-title {
  background-image: url("../images/separator-black.png");
}

/* Categories */
.portfolio-item-category {
  margin-bottom: 10px;
  height: 20px;
  font-size: 90%;
  color: #666666;
}
.portfolio-item-category a {
  color: #666666;
}
.dark-skin .portfolio-item-category {
  color: #ababab;
}
.dark-skin .portfolio-item-category a {
  color: #ababab;
}

/* Slug */
.portfolio-item-slug {
  margin-bottom: 0;
}

/* Portfolio with sidebar */
.page-portfolio-sidebar {
  /* Portfolio wrapper */
  /* Portfolio item */
  /* Portfolio item thumbnail */
}
.page-portfolio-sidebar .portfolio-filterable {
  margin: 0;
  width: 600px;
}
.page-portfolio-sidebar .portfolio-item {
  clear: both;
  margin-left: 0;
  margin-right: 0;
  width: 600px;
}
.page-portfolio-sidebar .portfolio-item-thumb img {
  width: 594px;
}

/* Portfolio One row */
.page-portfolio-1 {
  /* Portfolio item */
  /* Portfolio item thumbnail */
  /* Portfolio item header */
}
.page-portfolio-1 .portfolio-item {
  clear: both;
  width: 940px;
}
.page-portfolio-1 .portfolio-item-thumb {
  float: left;
  margin-right: 30px;
}
.page-portfolio-1 .portfolio-item-thumb img {
  width: 594px;
}
.page-portfolio-1 .portfolio-item-title {
  margin: 0 0 0 625px;
}

/* Portfolio Two rows */
.page-portfolio-2 {
  /* Portfolio item */
  /* Portfolio item thumbnail */
}
.page-portfolio-2 .portfolio-item {
  width: 460px;
}
.page-portfolio-2 .portfolio-item:nth-child(2n+1) {
  clear: both;
}
.page-portfolio-2 .portfolio-item-thumb img {
  width: 454px;
}

/* Portfolio Three rows */
.page-portfolio-3 {
  /* Portfolio item */
  /* Portfolio item thumbnail */
}
.page-portfolio-3 .portfolio-item {
  width: 300px;
}
.page-portfolio-3 .portfolio-item:nth-child(3n+1) {
  clear: both;
}
.page-portfolio-3 .portfolio-item-thumb img {
  width: 294px;
}

/* Portfolio Four rows */
.page-portfolio-4 {
  /* Portfolio item */
  /* Portfolio item thumbnail */
  /* Portfolio item header */
}
.page-portfolio-4 .portfolio-item {
  width: 220px;
}
.page-portfolio-4 .portfolio-item:nth-child(4n+1) {
  clear: both;
}
.page-portfolio-4 .portfolio-item-thumb {
  margin-bottom: 5px;
}
.page-portfolio-4 .portfolio-item-thumb img {
  width: 214px;
}
.page-portfolio-4 .portfolio-item-title {
  font-size: 18px;
  line-height: 30px;
}

/* Gallery rows */
.gallery-filterable {
  margin-bottom: 20px;
}

.gallery-item {
  width: 220px;
  margin-bottom: 20px;
}
.gallery-item:nth-child(4n+1) {
  clear: both;
}

/* Portfolio item thumbnail */
.gallery-item-thumb img {
  width: 214px;
}

/* Portfolio project page */
.page-project .project-info {
  margin-right: 20px;
}

/* Contact page ========== */
/* Map */
.contacts-map {
  margin-bottom: 20px;
}
.contacts-map .gmap-holder {
  width: 594px;
  height: 300px;
}

/* Contact form */
.page-contacts #contact-form input {
  width: 70%;
}
.page-contacts #contact-form input[type="submit"] {
  width: auto;
}

/* 404 page ========== */
.error-message-area {
  padding: 40px 0;
}
.error-message-area .error-code {
  font-size: 64px;
}

.posts-404 img,
.projects-404 img {
  width: 214px;
}

/* About us ========== */
ul.team-members {
  margin: 0;
  padding: 0;
}
ul.team-members li {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  background: none;
}

.team-member-picture {
  margin-bottom: 5px;
}

.team-member-name {
  line-height: 1;
  margin: 0;
}

.team-member-position {
  margin-bottom: 10px;
  font-size: 90%;
}

.team-member-info {
  margin: 0;
}

/* Top navigation ========== */
#header-navigation {
  float: right;
  margin: 0;
  padding: 0;
  z-index: 999;
  /* Second level */
}
#header-navigation li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  background: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#header-navigation li a {
  display: block;
  font-family: "Yanone Kaffeesatz", arial, serif;
  color: #dedede;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
}
#header-navigation li a:hover {
  color: white;
}
#header-navigation li.dropdown > a {
  margin-right: 10px;
  background: url("../images/icons/dropdown-white.png") right 5px no-repeat;
}
#header-navigation > li {
  float: left;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#header-navigation > li:hover {
  background: url("../images/transparent/40_black.png");
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
}
#header-navigation > li a {
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 130%;
}
#header-navigation li:hover > ul {
  display: block;
  visibility: visible;
}
#header-navigation ul {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  visibility: hidden;
  margin: 0;
  padding: 5px 0 0 0;
  z-index: 999;
  width: 300px;
  /* Third+ level */
}
#header-navigation ul li {
  height: 35px;
  line-height: 35px;
  background: url("../images/transparent/80_black.png");
  background: rgba(0, 0, 0, 0.8);
}
#header-navigation ul li a {
  margin: 0 15px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0;
  background: none;
  text-transform: none;
  font-size: 135%;
}
#header-navigation ul li:first-child {
  background: url("../images/horz-border.png") 0 1px rgba(0, 0, 0, 0.8) repeat-x !important;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
#header-navigation ul li:last-child {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  -o-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#header-navigation ul li:last-child > a {
  border-bottom: none !important;
}
#header-navigation ul li.last-child > a {
  border-bottom: none !important;
}
#header-navigation ul li.dropdown > a {
  background: url("../images/icons/regular-white.png") 100% 50% no-repeat;
}
#header-navigation ul ul {
  position: absolute;
  top: 0;
  left: 200px;
  padding: 0;
  z-index: 999;
}
#header-navigation ul ul li {
  margin-left: 1px;
}

/* Pager ========== */
#pager {
  position: relative;
  clear: both;
  float: none;
  font: 100%/20px "Yanone Kaffeesatz", arial, serif;
}
#pager ul {
  display: inline-block;
  margin: 0;
  padding: 4px 0 0;
  font-size: 110%;
}
#pager li {
  float: left;
  margin: 0 7px;
  padding: 0;
  background: none;
}
#pager li a, #pager li.pager-current span {
  position: relative;
  padding: 2px 7px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: white !important;
  background: url("../images/buttons.png") 0 0 repeat-x #222222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#pager li a::before, #pager li.pager-current span::before {
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  height: 100%;
  width: 100%;
  padding: 4px;
  content: "";
  z-index: -1;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.dark-skin #pager li a::before, .dark-skin #pager li.pager-current span::before {
  background: url("../images/transparent/60_black.png");
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}
#pager li a:hover {
  background-color: #3c3c3c;
}
#pager li.pager-current span {
  color: #333333 !important;
  background-color: #fafafa;
  text-shadow: none;
}

.pager-pages {
  float: left;
  margin: 0 10px;
  line-height: 30px;
  font-size: 130%;
}

/* Grid system ========== */
.row {
  width: 100%;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}

[class*="layout"] {
  float: left;
  margin-left: 20px;
}

[class*="layout"]:first-child {
  margin-left: 0;
}

.layout-bottom-no > *:last-child {
  margin-bottom: 0!Important;
}

/* Column widths */
.layout-1-1,
.layout-2-2,
.layout-3-3,
.layout-4-4,
.layout-5-5,
.layout-6-6 {
  clear: both;
  width: 100%;
}

/* x/2 */
.layout-1-2 {
  width: 460px;
}

/* x/3 */
.layout-1-3 {
  width: 300px;
}

.layout-2-3 {
  width: 620px;
}

/* x/4 */
.layout-1-4 {
  width: 220px;
}

.layout-2-4 {
  width: 460px;
}

.layout-3-4 {
  width: 700px;
}

/* x/5 */
.layout-1-5 {
  width: 172px;
}

.layout-2-5 {
  width: 364px;
}

.layout-3-5 {
  width: 556px;
}

.layout-4-5 {
  width: 748px;
}

/* x/6 */
.layout-1-6 {
  width: 140px;
}

.layout-2-6 {
  width: 300px;
}

.layout-3-6 {
  width: 460px;
}

.layout-4-6 {
  width: 620px;
}

.layout-5-6 {
  width: 780px;
}

/* Nested grid */
[class*="layout"] [class*="layout"],
[class*="page-sidebar-"] [class*="layout"] {
  margin-left: 3%;
}

[class*="layout"] [class*="layout"]:first-child,
[class*="page-sidebar-"] [class*="layout"]:first-child {
  margin-left: 0;
}

/* x/2 */
[class*="layout"] .layout-1-2,
[class*="page-sidebar-"] .layout-1-2 {
  width: 48.5%;
}

/* x/3 */
[class*="layout"] .layout-1-3,
[class*="page-sidebar-"] .layout-1-3 {
  width: 31.33333333333333%;
}

[class*="layout"] .layout-2-3,
[class*="page-sidebar-"] .layout-2-3 {
  width: 65.66666666666667%;
}

/* x/4 */
[class*="layout"] .layout-1-4,
[class*="page-sidebar-"] .layout-1-4 {
  width: 22.75%;
}

[class*="layout"] .layout-2-4,
[class*="page-sidebar-"] .layout-2-4 {
  width: 48.5%;
}

[class*="layout"] .layout-3-4,
[class*="page-sidebar-"] .layout-3-4 {
  width: 74.25%;
}

/* x/5 */
[class*="layout"] .layout-1-5,
[class*="page-sidebar-"] .layout-1-5 {
  width: 17.6%;
}

[class*="layout"] .layout-2-5,
[class*="page-sidebar-"] .layout-2-5 {
  width: 38.2%;
}

[class*="layout"] .layout-3-5,
[class*="page-sidebar-"] .layout-3-5 {
  width: 58.8%;
}

[class*="layout"] .layout-4-5,
[class*="page-sidebar-"] .layout-4-5 {
  width: 79.4%;
}

/* x/6 */
[class*="layout"] .layout-1-6,
[class*="page-sidebar-"] .layout-1-6 {
  width: 14.16666666666667%;
}

[class*="layout"] .layout-2-6,
[class*="page-sidebar-"] .layout-2-6 {
  width: 31.33333333333333%;
}

[class*="layout"] .layout-3-6,
[class*="page-sidebar-"] .layout-3-6 {
  width: 48.50000000000001%;
}

[class*="layout"] .layout-4-6,
[class*="page-sidebar-"] .layout-4-6 {
  width: 65.66666666666668%;
}

[class*="layout"] .layout-5-6,
[class*="page-sidebar-"] .layout-5-6 {
  width: 82.83333333333335%;
}

/* Content boxes ========== */
.box-1,
.box-2 {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 10px;
  border: 4px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.box-1 .box-head,
.box-2 .box-head {
  margin: -10px -10px 10px;
  padding: 5px 10px;
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  -ms-transition: background-color linear 0.2s;
  -o-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
}
.box-1 :last-child,
.box-2 :last-child {
  margin-bottom: 0;
}
.dark-skin .box-1, .dark-skin
.box-2 {
  border-color: #090909;
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}

.box-1 {
  background: #fafafa;
}
.box-1 .box-head {
  color: white !important;
  background: url("../images/buttons.png") 0 -50px repeat-x #222222;
}
.box-1:hover .box-head {
  background-color: #3c3c3c;
}
.dark-skin .box-1 {
  background: #3c3c3c;
}
.dark-skin .box-1 .box-head {
  background: #555555;
}

.box-2 {
  background: #222222;
  color: white;
}
.box-2 .box-head {
  color: white !important;
  background: url("../images/buttons.png") 0 -50px repeat-x #222222;
}
.box-2:hover .box-head {
  background-color: #3c3c3c;
}
.dark-skin .box-2 {
  background: #f8f8f8;
  color: #222222;
}
.dark-skin .box-2 .box-head {
  background: #555555;
}

/* Message boxes ========== */
.box-info,
.box-success,
.box-warning,
.box-error {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px;
  cursor: default;
  border: 4px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-shadow: white 0 1px 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.box-info :last-child,
.box-success :last-child,
.box-warning :last-child,
.box-error :last-child {
  margin: 0;
}
.dark-skin .box-info, .dark-skin
.box-success, .dark-skin
.box-warning, .dark-skin
.box-error {
  color: #222222;
  border-color: #090909;
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}

/* Message boxes bg colors */
.box-info {
  background-color: #D1E7F3;
}
.box-info:hover {
  background-color: #8CC5E2;
}

.box-success {
  background-color: #D9E7D2;
}
.box-success:hover {
  background-color: #A1C590;
}

.box-warning {
  background-color: #F9F0CA;
}
.box-warning:hover {
  background-color: #F2DA7C;
}

.box-error {
  background-color: #F5D5CA;
}
.box-error:hover {
  background-color: #E6987C;
}

/* Buttons ========== */
.btn,
.btn-s,
.btn-l,
.btn-xl {
  position: relative;
  display: inline-block;
  margin: 4px 0 0 4px;
  cursor: pointer;
  line-height: 20px;
  color: white !important;
  font-weight: bold;
  background: url("../images/buttons.png") 0 0 repeat-x #222222;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  -ms-transition: background-color linear 0.2s;
  -o-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
}
.btn:hover,
.btn-s:hover,
.btn-l:hover,
.btn-xl:hover {
  background-color: #3c3c3c;
}
.dark-skin .btn, .dark-skin .btn:hover, .dark-skin
.btn-s, .dark-skin
.btn-s:hover, .dark-skin
.btn-l, .dark-skin
.btn-l:hover, .dark-skin
.btn-xl, .dark-skin
.btn-xl:hover {
  background-image: url("../images/horz-border.png");
  background-position: 0 0;
}
.btn:before,
.btn-s:before,
.btn-l:before,
.btn-xl:before {
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  height: 100%;
  width: 100%;
  padding: 4px;
  content: "";
  z-index: -1;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.dark-skin .btn:before, .dark-skin
.btn-s:before, .dark-skin
.btn-l:before, .dark-skin
.btn-xl:before {
  background: url("../images/transparent/60_black.png");
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}

/* Button sizes */
.btn {
  padding: 5px 15px;
  font-size: 90%;
  background-position: 0 -50px;
}
.btn:hover {
  background-position: 0 -80px;
}

.btn-s {
  padding: 2px 10px;
  font-size: 90%;
  background-position: 0 0;
  text-shadow: none;
}
.btn-s:hover {
  background-position: 0 -25px;
}

.btn-l {
  padding: 8px 20px 7px;
  font-size: 100%;
  background-position: 0 -110px;
}
.btn-l:hover {
  background-position: 0 -145px;
}

.btn-xl {
  padding: 10px 25px;
  font-size: 120%;
  font-weight: bold;
  background-position: 0 -180px;
}
.btn-xl:hover {
  background-position: 0 -220px;
}

/* Buttons colors */
.orange {
  background-color: #FF9B06!Important;
}

.orange:hover {
  background-color: #FFA928!Important;
}

.red {
  background-color: #EE583E!Important;
}

.red:hover {
  background-color: #FF6600!Important;
}

.dark-red {
  background-color: #A01014!Important;
}

.dark-red:hover {
  background-color: #B91317!Important;
}

.blue {
  background-color: #0069CB!Important;
}

.blue:hover {
  background-color: #007CF1!Important;
}

.dark-blue {
  background-color: #054D82!Important;
}

.dark-blue:hover {
  background-color: #065E9D!Important;
}

.green {
  background-color: #7E8E0F!Important;
}

.green:hover {
  background-color: #84920C!Important;
}

.dark-green {
  background-color: #40552D!Important;
}

.dark-green:hover {
  background-color: #526C39!Important;
}

.brown {
  background-color: #5E3D00!Important;
}

.brown:hover {
  background-color: #774E00!Important;
}

/* Tabs ========== */
.tabs-block {
  clear: both;
  margin-bottom: 20px;
  *zoom: 1;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.tabs-block:before, .tabs-block:after {
  display: table;
  content: "";
}
.tabs-block:after {
  clear: both;
}
.dark-skin .tabs-block {
  background: url("../images/transparent/60_black.png");
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}

.tabs-controller {
  margin: 5px;
}
.tabs-controller li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
  background: url("../images/buttons.png") 0 -50px repeat-x #222222;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  -ms-transition: background-color linear 0.2s;
  -o-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
}
.tabs-controller li:hover {
  background-position: 0 -80px;
  background-color: #3c3c3c;
}
.tabs-controller li a,
.tabs-controller li a:hover {
  display: block;
  padding: 5px 10px;
  color: white !important;
}
.tabs-controller li.ui-tabs-selected {
  background: url("../images/transparent/90_white.png");
  background: rgba(255, 255, 255, 0.9);
  text-shadow: white 0 1px 0;
}
.tabs-controller li.ui-tabs-selected a {
  color: #333333 !important;
}
.dark-skin .tabs-controller li.ui-tabs-selected {
  background: url("../images/horz-border.png") 0 0 repeat-x #2f2f2f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dark-skin .tabs-controller li.ui-tabs-selected a {
  color: #dedede !important;
  text-shadow: none;
}

.tabs-content {
  clear: both;
  overflow: hidden;
  margin: 5px;
  padding: 10px;
  background: url("../images/transparent/90_white.png");
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.tabs-content *:last-child {
  margin-bottom: 0;
}
.dark-skin .tabs-content {
  color: #dedede;
  background: #2f2f2f;
}

/* Hide innactive tabs */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* Accordion & Toggle ========== */
.accordion-block,
.toggle-block {
  clear: both;
  margin-bottom: 20px;
  *zoom: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: url("../images/transparent/10_black.png");
  background: rgba(0, 0, 0, 0.1);
}
.accordion-block:before, .accordion-block:after,
.toggle-block:before,
.toggle-block:after {
  display: table;
  content: "";
}
.accordion-block:after,
.toggle-block:after {
  clear: both;
}
.dark-skin .accordion-block, .dark-skin
.toggle-block {
  background: url("../images/transparent/60_black.png");
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 0 0 #333333;
  -moz-box-shadow: 1px 1px 0 0 #333333;
  box-shadow: 1px 1px 0 0 #333333;
}

.accordion-trigger,
.toggle-trigger {
  margin: 5px;
  background: url("../images/buttons.png") 0 -50px repeat-x #222222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  -ms-transition: background-color linear 0.2s;
  -o-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
}
.accordion-trigger:hover,
.toggle-trigger:hover {
  background-position: 0 -80px;
  background-color: #3c3c3c;
}
.accordion-trigger a,
.accordion-trigger a:hover,
.toggle-trigger a,
.toggle-trigger a:hover {
  display: block;
  padding: 5px 20px 5px 30px;
  line-height: 20px;
  color: white !important;
  background: url("../images/icons/plus-white.png") 10px 5px no-repeat;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
}
.accordion-trigger.active a,
.toggle-trigger.active a {
  background-image: url("../images/icons/minus-white.png");
}
.dark-skin .accordion-trigger, .dark-skin
.toggle-trigger {
  background: url("../images/horz-border.png") 0 0 repeat-x #2f2f2f;
  text-shadow: black 0 -1px 0;
}
.dark-skin .accordion-trigger:hover, .dark-skin
.toggle-trigger:hover {
  background-color: #3c3c3c;
}
.dark-skin .accordion-trigger a, .dark-skin
.toggle-trigger a {
  color: #dedede;
}

.accordion-content,
.toggle-content {
  display: none;
  overflow: hidden;
  margin: 5px;
  padding: 10px;
  background: #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.no-js .accordion-content, .no-js
.toggle-content {
  display: block;
}
.accordion-content *:last-child,
.toggle-content *:last-child {
  margin-bottom: 0;
}
.accordion-content pre,
.toggle-content pre {
  margin: -10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.dark-skin .accordion-content, .dark-skin
.toggle-content {
  color: #dedede;
  background: #2f2f2f;
}

/* Pricing tables ========== */
.pricing-table {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.plan-item {
  position: relative;
  text-align: center;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  z-index: 0;
}
.plan-item:hover {
  border-color: #c7c7c7;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

/* Plan item structure */
.plan-item-header {
  margin: 0;
  padding: 0;
  color: white;
  line-height: 50px;
  background: url("../images/buttons.png") 0 -260px repeat-x #222222;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  -ms-transition: background-color linear 0.2s;
  -o-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
}
.plan-item:hover .plan-item-header {
  background-position: 0 -310px;
  background-color: #3c3c3c;
}

.plan-item-features {
  margin: 0;
  padding: 0;
}
.plan-item-features li {
  margin: 0;
  padding: 0;
  padding: 10px 20px;
  background: url("../images/separator.png") bottom repeat-x white;
}
.plan-item-features li.plan-item-price {
  padding: 40px 0;
  font-size: 400%;
  color: #999;
  background-color: #fafafa;
  text-shadow: white 0 1px 0;
}

.plan-item-button {
  padding: 20px 0;
  background-color: #fafafa;
  z-index: 0;
  position: relative;
}

.dark-skin .plan-item {
  border: 1px solid #333;
  background: #333;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
}
.dark-skin .plan-item:hover {
  -webkit-box-shadow: 0 0 10px black;
  -moz-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}
.dark-skin .plan-item-header {
  color: #fff;
  text-shadow: 0 -1px 0 #333333;
}
.dark-skin .plan-item-features li {
  background: url("../images/separator-black.png") bottom repeat-x #222222;
}
.dark-skin .plan-item-features li.plan-item-price {
  color: #dedede;
  text-shadow: 0 1px 0 #444;
  background-color: #333;
}
.dark-skin .plan-item-button {
  background-color: #333;
}

#style-switcher {
  position: fixed;
  left: -203px;
  top: 90px;
  width: 203px;
  color: #333333;
  background: url("../images/transparent/20_black.png");
  background: rgba(0, 0, 0, 0.2);
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#style-switcher a {
  color: white !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#style-switcher h3 {
  margin-bottom: 5px;
  font: bold 12px Arial;
  color: #333333;
}

/* Trigger */
#style-switcher-trigger {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 40px;
  width: 240px;
  line-height: 40px;
  text-indent: 10px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: url(../images/switcher.png) 100% -214px no-repeat;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#style-switcher-trigger.switcher-opened {
  background-position: 100% -173px;
}

/* Content area */
#style-switcher-content {
  display: inline-block;
  margin: 3px 0;
  width: 180px;
  padding: 50px 10px 10px;
  background: #fafafa;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* Section */
.style-switcher-section {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.style-switcher-section a {
  float: left;
  display: block;
  width: 90px;
  padding-top: 6px;
  height: 37px;
  line-height: 36px;
  text-align: center;
  background: url(../images/switcher.png) no-repeat;
  /* First link in element */
  /* Second link in element */
}
.style-switcher-section a.first-link-element {
  background-position: 0 -86px;
}
.style-switcher-section a.first-link-element:hover {
  background-position: 0 -129px;
}
.style-switcher-section a.first-link-element.active {
  background-position: 0 0;
}
.style-switcher-section a.first-link-element.active:hover {
  background-position: 0 -43px;
}
.style-switcher-section a.last-link-element {
  background-position: -90px -86px;
}
.style-switcher-section a.last-link-element:hover {
  background-position: -90px -129px;
}
.style-switcher-section a.last-link-element.active {
  background-position: -90px 0;
}
.style-switcher-section a.last-link-element.active:hover {
  background-position: -90px -43px;
}

/* Patten textures */
.sss-pattern-texture a {
  display: inline-block;
  margin: 0 0 6px 6px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 0;
  vertical-align: top;
  text-indent: -9999px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px #555555;
  -moz-box-shadow: 0 0 1px #555555;
  box-shadow: 0 0 1px #555555;
}
.sss-pattern-texture a.active {
  background-color: #B2D840;
}
.sss-pattern-texture a:hover {
  box-shadow: 0 0 3px #555;
  background-color: #B2D840;
}
.sss-pattern-texture a:first-child, .sss-pattern-texture a:nth-child(7n+1) {
  margin-left: 0;
}

/* Buttons - Apply and Reset */
.style-switcher-buttons a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background: url(../images/switcher.png);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

a#style-switcher-reset {
  background-position: 0 -255px;
}
a#style-switcher-reset:hover {
  background-position: 0 -286px;
}
