﻿/* Eric Mayer, Reset
 v2.0 | 20110126
 License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* end reset */
textarea {
  margin: 0;
  resize: vertical; }

strong {
  font-weight: bold; }

a, a:focus {
  outline: 0; }

/* for Firefox */
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
  border: 0; }

/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus {
  outline: none; }

/*.sticky .mt-post-ribbon{
	font-size:8px;
	font-family:arial;
	color:#777;
	text-align:right;
}*/
.comment {
  position: relative; }

/*
.mt-comment-ribbon{
	display:none;
	width:58px;
	height:57px;
	background: url('images/ribbon.png') top right no-repeat;
	position:absolute;
	top:-9px;
	right: -11px;
}
*/
.gallery-caption {
  color: #222; }

body.dark gallery-caption {
  color: #ddd; }

/* GRID STYLES */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px; }

.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11 {
  position: relative; }

.grid_1 {
  width: 60px; }

.grid_2 {
  width: 140px; }

.grid_3 {
  width: 220px; }

.grid_4 {
  width: 300px; }

.grid_5 {
  width: 380px; }

.grid_6 {
  width: 460px; }

.grid_7 {
  width: 540px; }

.grid_8 {
  width: 620px; }

.grid_9 {
  width: 700px; }

.grid_10 {
  width: 780px; }

.grid_11 {
  width: 860px; }

.grid_12 {
  width: 940px; }

.prefix_1 {
  padding-left: 80px; }

.prefix_2 {
  padding-left: 160px; }

.prefix_3 {
  padding-left: 240px; }

.prefix_4 {
  padding-left: 320px; }

.prefix_5 {
  padding-left: 400px; }

.prefix_6 {
  padding-left: 480px; }

.prefix_7 {
  padding-left: 560px; }

.prefix_8 {
  padding-left: 640px; }

.prefix_9 {
  padding-left: 720px; }

.prefix_10 {
  padding-left: 800px; }

.prefix_11 {
  padding-left: 880px; }

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.suffix_1 {
  padding-right: 80px; }

.suffix_2 {
  padding-right: 160px; }

.suffix_3 {
  padding-right: 240px; }

.suffix_4 {
  padding-right: 320px; }

.suffix_5 {
  padding-right: 400px; }

.suffix_6 {
  padding-right: 480px; }

.suffix_7 {
  padding-right: 560px; }

.suffix_8 {
  padding-right: 640px; }

.suffix_9 {
  padding-right: 720px; }

.suffix_10 {
  padding-right: 800px; }

.suffix_11 {
  padding-right: 880px; }

.push_1 {
  left: 80px; }

.push_2 {
  left: 160px; }

.push_3 {
  left: 240px; }

.push_4 {
  left: 320px; }

.push_5 {
  left: 400px; }

.push_6 {
  left: 480px; }

.push_7 {
  left: 560px; }

.push_8 {
  left: 640px; }

.push_9 {
  left: 720px; }

.push_10 {
  left: 800px; }

.push_11 {
  left: 880px; }

.pull_1 {
  left: -80px; }

.pull_2 {
  left: -160px; }

.pull_3 {
  left: -240px; }

.pull_4 {
  left: -320px; }

.pull_5 {
  left: -400px; }

.pull_6 {
  left: -480px; }

.pull_7 {
  left: -560px; }

.pull_8 {
  left: -640px; }

.pull_9 {
  left: -720px; }

.pull_10 {
  left: -800px; }

.pull_11 {
  left: -880px; }

.one-fourth, .one-third, .one-half, .two-third, .three-fourth {
  display: inline;
  float: left;
  margin-right: 20px; }

.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

.one-fourth {
  width: 220px; }

.one-third {
  width: 300px; }

.one-half {
  width: 460px; }

.two-third {
  width: 620px; }

.three-fourth {
  width: 700px; }

.grid_9 .one-fourth {
  width: 160px; }

.grid_9 .one-third {
  width: 220px; }

.grid_9 .one-half {
  width: 340px; }

.grid_9 .two-third {
  width: 460px; }

.grid_9 .three-fourth {
  width: 520px; }

/* GENERAL */
body {
  background: #fff;
  line-height: 20px;
  color: #444;
  font-size: 12px;
  font-family: arial, verdana, sans; }

body.dark {
  background: #000;
  color: #bbb; }

body > div > .top-container:first-child {
  border-top: 5px solid #ff0000;
  background: #fff; }

body.dark > div > .top-container:first-child {
  background: #000; }

#content-wrapper {  
  clear: both;
  padding: 20px 10px 10px 10px;
}

body.dark #content-wrapper {
  background: black url("images/shadow-dark.png") center -100px no-repeat;
  border-top: 1px solid #000; }

#header {
  border-bottom: 1px solid #eee; }

body.dark #header {
  border-color: #111; }

#header + #content-wrapper {
  background-position: center -80px; }

/* TYPOGRAPHY */
p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Marcellus SC", "Helvetica Neue", Helvetica, Arial, sans;
  line-height: 40px;
  margin-bottom: 0;
  color: #2f2f2f;
  text-shadow: 1px 1px 1px #fff;
  font-weight: normal; }

body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
  color: #d0d0d0;
  text-shadow: 1px 1px 1px #000; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0; }

blockquote {
  background: url("images/blockquote.png") 0 10px no-repeat;
  padding: 20px 20px 20px 40px;
  margin-left: 20px;
  font-style: italic;
  font-size: 16px; }

body.dark blockquote {
  background-image: url("images/blockquote-dark.png"); }

.mt-blockquote-left {
  width: 220px;
  float: left; }

.mt-blockquote-right {
  width: 220px;
  float: right; }

.mt-blockquote-light p {
  margin-bottom: 0; }

.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 40px;
  padding-right: 5px;
  text-transform: uppercase; }

.mt-highlight {
  border-radius: 4px;
  padding: 2px 4px;
  margin: 0 4px;
  white-space: nowrap; }

.mt-table {
  width: 100%;
  margin: 0 auto 20px auto;
  border: 1px solid #e85625;
  border-top: 0;
  border-collapse: separate; }
  .mt-table th, .mt-table td {
    text-align: center;
    padding: 10px; }
  .mt-table th {
    color: #fff;
    background: #e85625 url("images/button-light.png") top left repeat-x;
    border-top: 1px solid #e85625; }
  .mt-table td {
    background: #fcfcfc; }
  .mt-table tr:nth-child(odd) td {
    background: #f0f0f0; }
  .mt-table caption {
    caption-side: bottom;
    text-align: right;
    color: #979797;
    font-style: italic; }

body.dark .mt-table th {
  color: #000; }
body.dark .mt-table td {
  background: #030303; }
body.dark .mt-table tr:nth-child(odd) td {
  background: #0f0f0f; }
body.dark .mt-table caption {
  color: #686868; }

.mt-divider, hr {
  border: 0;
  padding: 0;
  margin: 20px 0 20px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKklEQVQIW2NkAIKzZ88ag2hjY+OzIJoRXQAuCFMB08UIYsAATBdcENkYAIPWFTo5efcSAAAAAElFTkSuQmCC);
  height: 10px;
  clear: both; }

.mt-divider-simple {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAYAAAB10jRKAAAAE0lEQVQIW2NkAAJGTEISixhEHQADzwAks/dqbQAAAABJRU5ErkJggg==); }

.mt-divider-dotted {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAKCAYAAACe5Y9JAAAAGUlEQVQIW2NkgAJG/AxJoPRzAmrAJsDVAAAwrQELvDlJ/gAAAABJRU5ErkJggg==); }

.mt-divider-dotted2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAKCAYAAACT+/8OAAAAHUlEQVQIW2NkQAOM5AlIQrU9B9EgMzAEUMwlwxYAqOECC1qoCj0AAAAASUVORK5CYII=); }

.mt-divider a {
  display: block;
  background: #f5f5f5;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 8px;
  margin-top: -8px;
  margin-right: 20px;
  text-align: center;
  float: right; }

body.dark .mt-divider a {
  background: #0a0a0a; }

/* PAGINATOR */
.mt-paginator {
  margin-top: 40px; }

.mt-paginator div {
  float: left;
  padding: 3px 5px;
  border: 1px solid #eee;
  background: #f5f5f5 url("images/button-light.png") top left repeat-x;
  margin-right: 10px; }

body.dark .mt-paginator div {
  border: 1px solid #111;
  background: #0a0a0a url("images/button-light-dark.png") top left repeat-x;
  border-top: 0; }

/* IMAGES */
.mt-image {
  float: left;
  margin-right: 5px; }

.mt-image-left {
  float: left;
  margin-right: 15px; }

.mt-image-right {
  float: right;
  margin-left: 15px; }

.mt-image-center-container {
  margin: 0 auto;
  float: none;
  text-align: center; }

.mt-image-center-wrapper {
  display: inline-block;
  float: none; }

.mt-image-center {
  float: left; }

.mt-image-effect-default {
  position: relative;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
  margin-bottom: 20px;
  box-shadow: 0 8px 4px -6px #dadada;
  display: block;
  background: url("images/loading.gif") center center no-repeat; }
  .mt-image-effect-default > span {
    margin: 1px;
    display: block;
    border-radius: 4px;
    padding: 2px;
    border: 1px solid #fff; }
  .mt-image-effect-default a {
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0;
    border: 0;
    width: auto; }
  .mt-image-effect-default img {
    display: block; }

body.dark .mt-image-effect-default {
  border: 1px solid #1c1c1c;
  background: #0a0a0a;
  box-shadow: 0 8px 4px -6px #111111;
  background: url("images/loading-dark.gif") center center no-repeat; }
  body.dark .mt-image-effect-default > span {
    border: 1px solid #000; }

.mt-image-effect-default.mt-image-left, .mt-image-effect-default.mt-image-right {
  margin-bottom: 10px; }

.mt-image-effect-arrow {
  position: relative;
  overflow: hidden; }

.mt-image-icon {
  background: url("images/arrow-right.png") center center no-repeat;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

body.dark .mt-image-icon {
  background: url("images/arrow-right-dark.png") center center no-repeat; }

.mt-image-no-effect {
  padding: 5px; }

.mt-image-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: #777;
  z-index: 1; }

.mt-image-hover-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: -50%;
  left: 0;
  opacity: 0;
  background: url("images/media/zoom.png") no-repeat;
  background-position: 50% 50%; }

body.dark .mt-image-hover-icon {
  background-image: url("images/media/zoom-dark.png") no-repeat; }

.mt-image-hover-icon-zoom {
  background-image: url("images/media/zoom.png"); }

.mt-image-hover-icon-video {
  background-image: url("images/media/video.png"); }

.mt-image-hover-icon-link {
  background-image: url("images/media/link.png"); }

.mt-image-hover-title {
  position: absolute;
  max-width: 100%;
  z-index: 3;
  bottom: -50%;
  left: 0;
  opacity: 0;
  color: #666;
  line-height: 15px;
  padding: 5px 8px 5px 5px;
  font-size: 10px;
  text-transform: uppercase;
  background: #f5f5f5; }

body.dark .mt-image-hover-title {
  color: #999;
  background: #0a0a0a; }

.mt-post-thumbnail {
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  float: left; }

/* ICONS */
.mt-icon {
    float:right;
  margin-top: 40px;
  margin-left: 10px;
  margin-bottom: 10px;
   }

.mt-big-icon {
  width: 96px;
  margin: 0 auto 0 auto; }

/* GALLERY */
.mt-gallery > div {
  position: relative; }

.mt-gallery > div > div {
  float: left;
  margin-right: 20px;
  padding-bottom: 10px; }

.mt-gallery > div > div.mt-gallery-no-description > div {
  margin-bottom: 30px; }

.mt-gallery-splitter {
  display: block;
  min-height: 20px;
  padding-bottom: 20px; }

.mt-gallery-splitter a {
  opacity: 0.7; }

.mt-gallery-splitter .selected a {
  opacity: 1; }

.mt-gallery-splitter .selected a:hover {
  cursor: default;
  color: #2a2a2a; }

body.dark .mt-gallery-splitter .selected a:hover {
  color: #d5d5d5; }

.mt-gallery-splitter li {
  float: left;
  margin-right: 20px; }

.mt-gallery-1-4, .mt-gallery-1-3, .mt-gallery-1-2 {
  clear: both; }

.mt-gallery-1-4 > div {
  width: 220px; }

.mt-gallery-1-3 > div {
  width: 300px; }

.mt-gallery-1-2 > div {
  width: 460px; }

.mt-gallery-1-1 > div {
  width: 940px;
  margin-right: 0; }

.mt-gallery-1-4 div:nth-child(4n) {
  margin-right: 0; }

.mt-gallery-1-3 div:nth-child(3n) {
  margin-right: 0; }

.mt-gallery-1-2 div:nth-child(2n) {
  margin-right: 0; }

.mt-gallery .mt-image-effect-default {
  margin-bottom: 20px; 
  background:#fff}

.clear {
  clear: both; }

.clear + hr {
  margin-top: 10px; }


body.dark .wrapper {
  border-bottom: 1px solid #111; }

.narrow .wrapper {
  width: 980px;
  margin: auto; }

.wrapper-shadow {
  box-shadow: #eee 0 0 40px;
  width: 980px;
  margin: 0 auto;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }

.inner-wrapper {
  margin: auto;
  width: 980px; }

#content-wrapper .inner-wrapper {
  width: 960px; }

a {
  color: #2a2a2a;
  text-decoration: none; }

body.dark a {
  color: #d5d5d5; }

#top {
  padding: 0px; }

body.dark #top {
  border-top: 1px solid #000;
  background: url("images/shadow-dark.png") center -90px no-repeat; }

#top header h1 {
  padding: 15px 0 15px 20px;
  float: left; }
#top header .simple-menu-left {
  padding: 0 0 0 20px;
  float: left; }
#top header .top-page-area {
  float: right;
  padding-bottom: 20px;
  margin-right: 20px; }
#top header > div {
  float: right; }

.top-container {
	  padding: 10px 0 25px 0;
	width: 100%;
	background: none repeat scroll 0px 0px rgb(171, 27, 40);}
  .top-container .simple-menu {
    float: right;
	margin-bottom: 0;
	margin-right: 20px;}

body.dark .top-container {
  background: #060606;
  border-bottom: 1px solid #111; }

#top header .top-page-area {
  text-align: left;
  color: #aaa; }
  #top header .top-page-area > h3 {
    height: 30px;
    color: #777; }
  #top header .top-page-area > small {
    font-family: Myriad Pro !important;
	float: right;
	color:#555;
	line-height:13px;
	margin-top:6px; }
  #top header .top-page-area > .mt-icon {
    margin-top: 15px;
    float: right;
    margin-right: 0;
    margin-left: 10px; }

body.dark #top header .top-page-area {
  color: #555; }
  body.dark #top header .top-page-area > h3 {
    color: #888; }

.mt-socials {
  float: right; }
  .mt-socials li {
    float: left;
    margin: 0 0 0 10px; }

.mt-socials li:hover {
  opacity: 0.6; }

.simple-menu > ul, .mt-main-menu-simple > ul, ul.simple-menu {
  padding-top: 0;
  float: right; 
  font-weight: bolder; }
.simple-menu > ul > li, .mt-main-menu-simple > ul > li, ul.simple-menu > li {
    float: left;
    padding: 0 1px 0 10px;
    background-position: 0 -1px; 
    color: #DBDBDB;
	font-weight: bolder;
	font-family: verdana;
	font-size: 12px;
	text-shadow: #fff 0.1em 0.1em 0.2em;}
.simple-menu > ul > li:first-child, .mt-main-menu-simple > ul > li:first-child, ul.simple-menu > li:first-child {
      background: transparent;
      padding-left: 0; }
.simple-menu > ul > li:last-child, .mt-main-menu-simple > ul > li:last-child, ul.simple-menu > li:last-child {
      padding-right: 0; }

body.dark .simple-menu > ul, body.dark .mt-main-menu-simple > ul, body.dark ul.simple-menu > li {
  background: url("images/menu-separator-dark.png") top left no-repeat;
  background-position: 0 -1px; }
  body.dark .simple-menu > ul:first-child, body.dark .mt-main-menu-simple > ul:first-child, body.dark ul.simple-menu > li:first-child {
    background: transparent; }

.mt-main-menu-simple > ul > li {
  background-position: 0 3px; }

.mt-main-menu-simple {
  float: right;
  clear: both;
  margin-right: 20px; }

.mt-main-menu-simple > nav > ul {
  line-height: 20px; }

.simple-menu li {
  opacity: 0.8; }
  .simple-menu li:hover {
    opacity: 1; }
  .simple-menu li .mt-special-menu-item {
    padding: 2px 10px 2px 20px;
    border-radius: 6px;
    background: #f0f0f0 url("images/icons/widget-arrow.png") center left no-repeat;
    background-position: 4px 4px; }

body.dark .simple-menu li .mt-special-menu-item {
  background: #0f0f0f url("images/icons/widget-arrow-dark.png") center left no-repeat;
  background-position: 4px 4px; }

article > header {
  margin-top: 40px; }
  article > header h1 {
    margin-bottom: 0; }
  article > header hr {
    margin: 0 0 20px 0;
    background: #fff; }
article em {
  font-style: italic; }

body.dark article > header hr {
  background: #000; }

.entry-content a {
  color: #e85625; }
  .entry-content a:hover {
    text-decoration: underline; }

body.dark .entry-content a {
  color: #17a9da; }

.entry-content .mt-button:hover {
  text-decoration: none; }

.mt-image-effect-default a:hover {
  text-decoration: none; }

#content > article:first-child > header {
  margin-top: 0; }

/* WIDGETS */
.widget {
  clear: both; }

.widget header h3, #content header h3 {
  margin-bottom: 0; }
.widget header hr, #content header hr {
  background: transparent;
  height: 10px;
  margin: 0; }

.widget_links ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_links ul li a,
.widget_tag_cloud ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_recent_comments ul li a {
  padding: 0px 0 5px 3px;
  opacity: 0.8;
  display: block; }
  .widget_links ul li a:hover,
  .widget_meta ul li a:hover,
  .widget_pages ul li a:hover,
  .widget_archive ul li a:hover,
  .widget_links ul li a:hover,
  .widget_tag_cloud ul li a:hover,
  .widget_categories ul li a:hover,
  .widget_nav_menu ul li a:hover,
  .widget_recent_comments ul li a:hover {
    color: #ff0000; }

body.dark .widget_links ul li a,
body.dark .widget_meta ul li a,
body.dark .widget_pages ul li a,
body.dark .widget_archive ul li a,
body.dark .widget_links ul li a,
body.dark .widget_tag_cloud ul li a,
body.dark .widget_categories ul li a,
body.dark .widget_nav_menu ul li a,
body.dark .widget_recent_comments ul li a {
  background: url("images/icons/widget-arrow-dark.png") 5px 10px no-repeat; }
  body.dark .widget_links ul li a:hover,
  body.dark .widget_meta ul li a:hover,
  body.dark .widget_pages ul li a:hover,
  body.dark .widget_archive ul li a:hover,
  body.dark .widget_links ul li a:hover,
  body.dark .widget_tag_cloud ul li a:hover,
  body.dark .widget_categories ul li a:hover,
  body.dark .widget_nav_menu ul li a:hover,
  body.dark .widget_recent_comments ul li a:hover {
    background-color: #090909; }

.widget_nav_menu .current_page_item > a,
.widget_pages .current_page_item > a {
  background-color: #f6f6f6;
  opacity: 0.8; }
  .widget_nav_menu .current_page_item > a:hover,
  .widget_pages .current_page_item > a:hover {
    opacity: 1;
    background-color: #f6f6f6; }
.widget_nav_menu .sub-menu,
.widget_pages .sub-menu {
  margin-left: 20px; }

body.dark .widget_nav_menu .current_page_item > a,
body.dark .widget_pages .current_page_item > a {
  background-color: #090909; }
  body.dark .widget_nav_menu .current_page_item > a:hover,
  body.dark .widget_pages .current_page_item > a:hover {
    background-color: #090909; }

.widget_search .screen-reader-text {
  display: none; }

.widget_search .mt-input-text {
  width: 100px;
  margin-right: 5px;
  margin-bottom: 10px; }

.mt-subfooter .mt-input-text {
  background: #fff; }

body.dark .mt-subfooter .mt-input-text {
  background: #000; }

.tagcloud a {
  background: #fff;
  border: 1px solid #eee;
  padding: 4px 8px;
  margin-right: 2px;
  line-height: 30px;
  opacity: 1.0; }
  .tagcloud a:hover {
    background: #f9f9f9; }

body.dark .tagcloud a {
  background: #000;
  border: 1px solid #111; }
  body.dark .tagcloud a:hover {
    background: #060606; }

.mt-search-form input {
  float: left; }

.mt-small-list-title {
  margin-bottom: 10px; }

.mt-small-list li {
  position: relative;
  min-height: 50px;
  border-top: 1px dotted #eee;
  padding: 9px 10px 0 0;
  line-height: 20px; }
  .mt-small-list li:first-child {
    padding-top: 10px;
    border-top: 0; }
  .mt-small-list li p {
    padding-left: 65px; }
  .mt-small-list li.mt-noimage p {
    padding-left: 0; }

body.dark .mt-small-list li {
  border-top: 1px dotted #111; }

#content .mt-small-list li {
  padding-right: 60px; }

li.mt-no-avatar p {
  padding-left: 0; }

.mt-small-p {
  margin-bottom: 10px; }

.mt-small-p em {
  opacity: 0.7;
  font-style: italic; }

.mt-small-title {
  color: #111;
  opacity: 0.8; }
  .mt-small-title:hover {
    opacity: 1; }

body.dark .mt-small-title {
  color: #eee; }

.mt-arrow-link {
  position: absolute;
  height: 32px;
  width: 32px;
  display: block;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  background: url("images/slider-arrows.png") no-repeat;
  background-position: -32px 0; }

body.dark .mt-arrow-link {
  background: url("images/slider-arrows-dark.png") no-repeat;
  background-position: -32px 0; }

.subtitle {
  color: #979797;
  text-shadow: #fff 1px 1px 1px;
  font-size: 12px;
  line-height: 20px; }
  .subtitle a {
    color: #878787; }
    .subtitle a:hover {
      color: #ee9900; }

body.dark .subtitle {
  color: #686868;
  text-shadow: #000 1px 1px 1px; }
  body.dark .subtitle a {
    color: #787878; }
    body.dark .subtitle a:hover {
      color: #1166ff; }

/* meta data */
.mt-meta-data a {
  color: #555;
  text-shadow: none !important; }

body.dark .mt-meta-data a {
  color: #aaa; }

.mt-meta-author {
  background: url("images/meta-icons/author.png") top left no-repeat;
  padding-left: 20px; }

.mt-meta-time {
  background: url("images/meta-icons/time.png") top left no-repeat;
  padding-left: 20px; }

.mt-meta-category {
  background: url("images/meta-icons/category.png") top left no-repeat;
  padding-left: 20px; }

.mt-meta-tags {
  background: url("images/meta-icons/category.png") top left no-repeat;
  padding-left: 20px; }

.mt-meta-comments {
  background: url("images/meta-icons/comments.png") top left no-repeat;
  background-position: 5px 0;
  padding-left: 25px; }

body.dark .mt-meta-author {
  background: url("images/meta-icons/author-dark.png") top left no-repeat; }

body.dark .mt-meta-time {
  background: url("images/meta-icons/time-dark.png") top left no-repeat; }

body.dark .mt-meta-category {
  background: url("images/meta-icons/category-dark.png") top left no-repeat; }

body.dark .mt-meta-tags {
  background: url("images/meta-icons/category-dark.png") top left no-repeat; }

body.dark .mt-meta-comments {
  background: url("images/meta-icons/comments-dark.png") top left no-repeat;
  background-position: 5px 0; }

.mt-input-text {
  font-family: arial;
  color: #555;
  background: #f9f9f9;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 3px;
  font-size: 11px;
  margin-bottom: 13px;
  line-height: 11px;
  height: 24px;
  padding: 3px 5px 0 5px;
  margin-left: 0; }
  .mt-input-text:focus {
    outline: 0; }

body.dark .mt-input-text {
  color: #aaa;
  background: #060606;
  border-top: 1px solid #0a0a0a;
  border-left: 1px solid #0a0a0a;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111; }

.mt-form input[type="text"], .mt-form select, .mt-form textarea, #commentform input[type="text"], #commentform select, #commentform textarea {
  font-family: arial;
  color: #555;
  background: #f9f9f9;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 3px;
  font-size: 11px;
  margin-bottom: 10px; }
  .mt-form input[type="text"]:focus, .mt-form select:focus, .mt-form textarea:focus, #commentform input[type="text"]:focus, #commentform select:focus, #commentform textarea:focus {
    outline: 0; }
.mt-form input[type="text"], .mt-form select, #commentform input[type="text"], #commentform select {
  line-height: 11px;
  height: 24px;
  padding: 3px 5px 1px 5px;
  margin-left: 0; }
.mt-form select, #commentform select {
  height: 30px; }
.mt-form textarea, #commentform textarea {
  display: block;
  line-height: 20px;
  padding: 4px 5px 4px 5px; }

body.dark
.mt-form input[type="text"], body.dark
.mt-form select, body.dark
.mt-form textarea, #commentform input[type="text"], #commentform select, #commentform textarea {
  color: #aaa;
  background: #060606;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111; }

nav > ul, nav > div.menu > ul {
  float: left;
  font-family: "Marcellus SC", "Helvetica Neue", Helvetica, Arial, sans;
  font-size: 16px;
  line-height: 30px; }
  nav > ul > li, nav > div.menu > ul > li {
    text-transform: uppercase;
    float: left; }
    nav > ul > li > a, nav > div.menu > ul > li > a {
      color: #444; }

body.dark nav > ul > li > a, body.dark nav > div.menu > ul > li > a {
  color: #bbb; }

.mt-main-menu-simple {
  float: right; }
  .mt-main-menu-simple > ul > li > ul {
    border-top: 10px solid transparent; }

.mt-main-menu-simple > ul > li.current-menu-item > a,
.mt-main-menu-simple > ul > li.current-menu-ancestor > a,
.mt-main-menu-simple > ul > li > a.mt-special-menu-item,
.mt-main-menu-simple > ul > li > a.mt-special-menu-item:hover {
  border-bottom: 2px solid #ccc; }

.sub-menu {
  position: absolute;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  font-family: arial;
  width: 150px; }
 .sub-menu li {
    background: rgba(0,0,0,0.7);
	padding: 15px 20px;
	color: white;}
  
 .sub-menu li > a {
      color:#15C;  
	  }

body.dark .mt-dropdown .sub-menu {
  border-bottom: 1px solid #0f0f0f; }
  body.dark .mt-dropdown .sub-menu li {
    background: #17a9da; }
    body.dark .mt-dropdown .sub-menu li > a {
      color: #050505; }

.mt-main-menu-boxed {
  clear: both;
  background: #e85625 url("images/button-light.png") top left repeat-x;
  height: 45px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px; }
  .mt-main-menu-boxed > ul, .mt-main-menu-boxed > div.menu > ul {
    line-height: 30px;
    background: url("images/nav-back-boxed.png") top left repeat-x;
    width: 980px;
    height: 44px; }
    .mt-main-menu-boxed > ul > li, .mt-main-menu-boxed > div.menu > ul > li {
      margin: 0 5px 0 5px; }
      .mt-main-menu-boxed > ul > li > a, .mt-main-menu-boxed > div.menu > ul > li > a {
        display: block;
        margin-top: 2px;
        padding: 9px 15px 3px 15px;
        text-shadow: #fff 1px 1px 1px; }
        .mt-main-menu-boxed > ul > li > a:hover, .mt-main-menu-boxed > div.menu > ul > li > a:hover {
          background-color: #f0f0f0; }
    .mt-main-menu-boxed > ul > li.current-menu-item, .mt-main-menu-boxed > ul > li.current-menu-ancestor, .mt-main-menu-boxed > ul > li.current_page_parent, .mt-main-menu-boxed > div.menu > ul > li.current-menu-item, .mt-main-menu-boxed > div.menu > ul > li.current-menu-ancestor, .mt-main-menu-boxed > div.menu > ul > li.current_page_parent {
      background: #e85625 url("images/button-light.png") top left repeat-x;
      border-top: 1px solid #e85625;
      border-radius: 5px 5px 0 0;
      margin-top: 5px; }
      .mt-main-menu-boxed > ul > li.current-menu-item > a, .mt-main-menu-boxed > ul > li.current-menu-ancestor > a, .mt-main-menu-boxed > ul > li.current_page_parent > a, .mt-main-menu-boxed > div.menu > ul > li.current-menu-item > a, .mt-main-menu-boxed > div.menu > ul > li.current-menu-ancestor > a, .mt-main-menu-boxed > div.menu > ul > li.current_page_parent > a {
        margin-top: -5px;
        padding-bottom: 10px;
        color: #fff;
        text-shadow: none; }
      .mt-main-menu-boxed > ul > li.current-menu-item > a, .mt-main-menu-boxed > ul > li.current-menu-item > a:hover, .mt-main-menu-boxed > ul > li.current-menu-ancestor > a, .mt-main-menu-boxed > ul > li.current-menu-ancestor > a:hover, .mt-main-menu-boxed > ul > li.current_page_parent > a, .mt-main-menu-boxed > ul > li.current_page_parent > a:hover, .mt-main-menu-boxed > div.menu > ul > li.current-menu-item > a, .mt-main-menu-boxed > div.menu > ul > li.current-menu-item > a:hover, .mt-main-menu-boxed > div.menu > ul > li.current-menu-ancestor > a, .mt-main-menu-boxed > div.menu > ul > li.current-menu-ancestor > a:hover, .mt-main-menu-boxed > div.menu > ul > li.current_page_parent > a, .mt-main-menu-boxed > div.menu > ul > li.current_page_parent > a:hover {
        background: transparent; }
  .mt-main-menu-boxed .widget-container {
    width: 240px;
    padding-top: 8px;
    margin-left: 0;
    float: left; }
    .mt-main-menu-boxed .widget-container form {
      position: relative; }
    .mt-main-menu-boxed .widget-container h4 {
      color: #fff;
      text-transform: uppercase;
      float: left;
      font-size: 16px;
      padding: 7px 10px 0 0;
      margin-bottom: 0;
      line-height: 20px;
      text-shadow: none;
      text-align: right;
      width: 80px; }
    .mt-main-menu-boxed .widget-container .searchinput {
      border: 0;
      outline: 0;
      font-size: 11px;
      display: block;
      border-radius: 3px;
      line-height: 11px;
      margin-top: 3px;
      height: 24px;
      padding: 3px 5px 0 5px; }
    .mt-main-menu-boxed .widget-container .searchsubmit {
      width: 30px;
      border: 0;
      height: 27px;
      text-indent: -300px;
      overflow: hidden;
      background: url("images/icons/zoom.png") 5px 3px no-repeat;
      float: right;
      padding: 0;
      margin-right: 5px;
      margin-top: 3px;
      border-radius: 4px;
      cursor: pointer;
      opacity: 0.7; }
      .mt-main-menu-boxed .widget-container .searchsubmit:hover {
        opacity: 1; }
    .mt-main-menu-boxed .widget-container .searchinput {
      right: 40px;
      width: 100px;
      position: absolute; }

body.dark .mt-main-menu-boxed {
  background: #17a9da url("images/button-light-dark.png") top left repeat-x; }
  body.dark .mt-main-menu-boxed > ul, body.dark .mt-main-menu-boxed > div.menu > ul {
    background: url("images/nav-back-boxed-dark.png") top left repeat-x; }
    body.dark .mt-main-menu-boxed > ul > li > a, body.dark .mt-main-menu-boxed > div.menu > ul > li > a {
      text-shadow: #000 1px 1px 1px; }
      body.dark .mt-main-menu-boxed > ul > li > a:hover, body.dark .mt-main-menu-boxed > div.menu > ul > li > a:hover {
        background-color: #0f0f0f; }
    body.dark .mt-main-menu-boxed > ul > li.current-menu-item, body.dark .mt-main-menu-boxed > ul > li.current-menu-ancestor, body.dark .mt-main-menu-boxed > ul > li.current_page_parent, body.dark .mt-main-menu-boxed > div.menu > ul > li.current-menu-item, body.dark .mt-main-menu-boxed > div.menu > ul > li.current-menu-ancestor, body.dark .mt-main-menu-boxed > div.menu > ul > li.current_page_parent {
      background: #17a9da url("images/button-light-dark.png") top left repeat-x;
      border-top: 1px solid #17a9da; }
      body.dark .mt-main-menu-boxed > ul > li.current-menu-item > a, body.dark .mt-main-menu-boxed > ul > li.current-menu-ancestor > a, body.dark .mt-main-menu-boxed > ul > li.current_page_parent > a, body.dark .mt-main-menu-boxed > div.menu > ul > li.current-menu-item > a, body.dark .mt-main-menu-boxed > div.menu > ul > li.current-menu-ancestor > a, body.dark .mt-main-menu-boxed > div.menu > ul > li.current_page_parent > a {
        color: #000;
        text-shadow: none; }
      body.dark .mt-main-menu-boxed > ul > li.current-menu-item > a, body.dark .mt-main-menu-boxed > ul > li.current-menu-item > a:hover, body.dark .mt-main-menu-boxed > ul > li.current-menu-ancestor > a, body.dark .mt-main-menu-boxed > ul > li.current-menu-ancestor > a:hover, body.dark .mt-main-menu-boxed > ul > li.current_page_parent > a, body.dark .mt-main-menu-boxed > ul > li.current_page_parent > a:hover, body.dark .mt-main-menu-boxed > div.menu > ul > li.current-menu-item > a, body.dark .mt-main-menu-boxed > div.menu > ul > li.current-menu-item > a:hover, body.dark .mt-main-menu-boxed > div.menu > ul > li.current-menu-ancestor > a, body.dark .mt-main-menu-boxed > div.menu > ul > li.current-menu-ancestor > a:hover, body.dark .mt-main-menu-boxed > div.menu > ul > li.current_page_parent > a, body.dark .mt-main-menu-boxed > div.menu > ul > li.current_page_parent > a:hover {
        background: transparent; }
  body.dark .mt-main-menu-boxed .widget-container h4 {
    color: #000; }

.mt-nav-bar > ul > li > ul > li {
  position: relative; }
  .mt-nav-bar > ul > li > ul > li > .sub-menu {
    margin-left: -5px; }
.mt-nav-bar > ul > li > ul, .mt-nav-bar > div.menu > ul > li > ul {
  display: none;
  opacity: 0;
  padding: 0 10px;
  height: 0;
  width: 960px;
  position: absolute;
  left: 0;
  top: 50px;
  background: #e85625; }
  .mt-nav-bar > ul > li > ul > li, .mt-nav-bar > div.menu > ul > li > ul > li {
    float: left;
    margin: 0 10px; }
    .mt-nav-bar > ul > li > ul > li > a, .mt-nav-bar > div.menu > ul > li > ul > li > a {
      display: block;
      padding: 5px 0 0 0;
      text-shadow: none;
      font-family: arial;
      font-size: 10px;
      line-height: 20px;
      color: #fff;
      opacity: 0.8; }
      .mt-nav-bar > ul > li > ul > li > a:hover, .mt-nav-bar > div.menu > ul > li > ul > li > a:hover {
        opacity: 1;
        border-bottom: 1px dotted #eee; }
    .mt-nav-bar > ul > li > ul > li > ul, .mt-nav-bar > div.menu > ul > li > ul > li > ul {
      border-top: 15px solid transparent;
      margin-top: -15px; }

body.dark .mt-nav-bar > ul > li > ul, body.dark .mt-nav-bar > div.menu > ul > li > ul {
  background: #17a9da; }
  body.dark .mt-nav-bar > ul > li > ul > li > a, body.dark .mt-nav-bar > div.menu > ul > li > ul > li > a {
    color: #000;
    text-shadow: none; }
    body.dark .mt-nav-bar > ul > li > ul > li > a:hover, body.dark .mt-nav-bar > div.menu > ul > li > ul > li > a:hover {
      border-bottom: 1px dotted #111; }

.mt-main-menu-searchbar > ul, .mt-main-menu-searchbar > div.menu > ul {
  background: url("images/nav-back.png") top left repeat-x;
  width: 727px; }

body.dark .mt-main-menu-searchbar > ul, body.dark .mt-main-menu-searchbar > div.menu > ul {
  background: url("images/nav-back-dark.png") top left repeat-x; }

#slider {
  margin: 0 0 20px 0;
  height: 400px; }
  #slider img {
    margin: 0;
    padding: 0; }

h1 a:hover {
  color: #111; }

body.dark h1 a:hover {
  color: #eee; }

#sidebar {
  padding-bottom: 10px; }

#sidebar aside.widget {
  border-left: 1px solid #eee;
  margin: 0;
  padding: 19px 0 30px 19px;
  /*	background: #f8f8f8;
  	border-bottom:1px solid #eee;*/
  border-top: 1px solid #eee; }
  #sidebar aside.widget:first-child {
    border-top: 0;
    padding-top: 0; }

body.dark #sidebar aside.widget {
  border-left: 1px solid #111;
  border-top: 1px solid #111; }
  body.dark #sidebar aside.widget:first-child {
    border-top: 0;
    padding-top: 0; }

#sidebar.pull_9 aside.widget {
  border-left: 0;
  border-right: 1px solid #eee;
  padding: 19px 19px 30px 0; }
  #sidebar.pull_9 aside.widget:first-child {
    border-top: 0;
    padding-top: 0; }

body.dark #sidebar.pull_9 aside.widget {
  border-left: 0;
  border-right: 1px solid #111; }
  body.dark #sidebar.pull_9 aside.widget:first-child {
    border-top: 0;
    padding-top: 0; }

.mt-subfooter {
  clear: both;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  padding: 10px 10px 20px 10px;
  box-shadow: #ddd 0 1px 1px; }
  .mt-subfooter .searchinput {
    border: 0;
    outline: 0;
    font-size: 11px;
    display: block;
    border-radius: 3px;
    line-height: 11px;
    margin-top: 3px;
    height: 24px;
    padding: 3px 5px 0 5px; }
  .mt-subfooter .searchsubmit {
    width: 30px;
    border: 0;
    height: 27px;
    text-indent: -300px;
    overflow: hidden;
    background: url("images/icons/zoom.png") 5px 3px no-repeat;
    float: right;
    padding: 0;
    margin-right: 5px;
    margin-top: 3px;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.7; }
    .mt-subfooter .searchsubmit:hover {
      opacity: 1; }

body.dark .mt-subfooter {
  background: #060606;
  border-top: 1px solid #111;
  padding: 10px 10px 20px 10px;
  box-shadow: #222 0 1px 1px; }

.mt-subfooter .widget + .widget {
  margin-top: 20px; }

/* MESSAGE BOXES */
.mt-box {
  padding: 14px 19px 14px 19px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
  box-shadow: inset 2px 3px 0 -2px white; }

.mt-box p {
  margin-bottom: 0; }

.mt-box p + p {
  margin-top: 20px; }

.mt-box-info {
  background: #eef;
  border-color: #ddf; }

.mt-box-error {
  background: #fdd;
  border-color: #fcc; }

.mt-box-warning {
  background: #fea;
  border-color: #fc0; }

.mt-box-success {
  background: #efc;
  border-color: #bf9; }

body.dark .mt-box {
  border: 1px solid #0f0f0f;
  box-shadow: none; }
body.dark .mt-box-info {
  background: #223; }
body.dark .mt-box-error {
  background: #322; }
body.dark .mt-box-warning {
  background: #320; }
body.dark .mt-box-success {
  background: #232; }

/* LISTS */
.mt-list {
  margin-bottom: 20px; }

.mt-list li {
  padding: 5px 10px 5px 30px;
  background-image: url("images/icons/bullet-white.png");
  background-position: 0 3px;
  background-repeat: no-repeat; }

.mt-list-arrow-right li, li.mt-list-arrow-right {
  background-image: url("images/icons/arrow-right.png"); }

.mt-list-arrow-right-round li, li.mt-list-arrow-right-round {
  background-image: url("images/icons/arrow-right-round.png"); }

.mt-list-rss li, li.mt-list-rss {
  background-image: url("images/icons/rss.png"); }

.mt-list-heart li, li.mt-list-heart {
  background-image: url("images/icons/heart.png"); }

.mt-list-comment li, li.mt-list-comment {
  background-image: url("images/icons/comment.png"); }

.mt-list-file li, li.mt-list-file {
  background-image: url("images/icons/file.png"); }

.mt-list-settings li, li.mt-list-settings {
  background-image: url("images/icons/settings.png"); }

.mt-list-bulb li, li.mt-list-bulb {
  background-image: url("images/icons/bulb.png"); }

.mt-list-bullet-red li, li.mt-list-bullet-red {
  background-image: url("images/icons/bullet-red.png"); }

.mt-list-bullet-purple li, li.mt-list-bullet-purple {
  background-image: url("images/icons/bullet-purple.png"); }

.mt-list-bullet-white li, li.mt-list-bullet-white {
  background-image: url("images/icons/bullet-white.png"); }

.mt-list-bullet-yellow li, li.mt-list-bullet-yellow {
  background-image: url("images/icons/bullet-yellow.png"); }

.mt-list-bullet-black li, li.mt-list-bullet-black {
  background-image: url("images/icons/bullet-black.png"); }

.mt-list-bullet-green li, li.mt-list-bullet-green {
  background-image: url("images/icons/bullet-green.png"); }

.mt-list-bullet-blue li, li.mt-list-bullet-blue {
  background-image: url("images/icons/bullet-blue.png"); }

.mt-list-bullet-orange li, li.mt-list-bullet-orange {
  background-image: url("images/icons/bullet-orange.png"); }

.mt-list-tick li, li.mt-list-tick {
  background-image: url("images/icons/tick.png"); }

.mt-list-tick-round li, li.mt-list-tick-round {
  background-image: url("images/icons/tick-round.png"); }

.mt-list-tick-square li, li.mt-list-tick-square {
  background-image: url("images/icons/tick-square.png"); }

.mt-list-plus-round li, li.mt-list-plus-round {
  background-image: url("images/icons/plus-round.png"); }

.mt-list-plus-square li, li.mt-list-plus-square {
  background-image: url("images/icons/plus-square.png"); }

.mt-list-stop li, li.mt-list-stop {
  background-image: url("images/icons/stop.png"); }

.mt-list-stop2 li, li.mt-list-stop2 {
  background-image: url("images/icons/stop2.png"); }

.mt-list-question-round li, li.mt-list-question-round {
  background-image: url("images/icons/question-round.png"); }

.mt-list-question-square li, li.mt-list-question-square {
  background-image: url("images/icons/question-square.png"); }

.mt-list-error-round li, li.mt-list-error-round {
  background-image: url("images/icons/error-round.png"); }

.mt-list-error-square li, li.mt-list-error-square {
  background-image: url("images/icons/error-square.png"); }

.mt-list-delete li, li.mt-list-delete {
  background-image: url("images/icons/delete.png"); }

.mt-list-info-square li, li.mt-list-info-square {
  background-image: url("images/icons/info-square.png"); }

/* Buttons */
.mt-input-submit, .mt-button, #mt-comment-submit {
  padding: 9px 14px;
  color: #eee !important;
  border: 1px solid #e85625;
  box-shadow: 0 8px 4px -6px #dadada;
  border-radius: 5px;
  background: #e85625 url("images/button-light.png") top left repeat-x;
  font-size: 11px;
  opacity: 1.0; }
  .mt-input-submit:hover, .mt-button:hover, #mt-comment-submit:hover {
    opacity: 0.9; }

body.dark .mt-input-submit, body.dark .mt-button, body.dark #mt-comment-submit {
  color: #111 !important;
  border: 1px solid #17a9da;
  box-shadow: 0 8px 4px -6px #252525;
  background: #17a9da url("images/button-light-dark.png") top left repeat-x; }

.mt-input-submit {
  padding: 6px 14px;
  margin-top: -1px;
  cursor: pointer; }

#commentform #mt-comment-submit {
  cursor: pointer;
  width: auto;
  margin: 0 0 10px 0; }

.mt-button-big {
  font-size: 13px;
  line-height: 20px; }

.mt-button-icon {
  padding-left: 10px; }

.mt-button-icon > span {
  padding: 9px 0;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0 5px; }

.mt-button-big.mt-button-icon > span {
  background-position: 0 6px; }

/* TODO: zamienić .right, .center na .alignright, .aligncenter */
.mt-button-container {
  clear: both;
  padding-top: 10px;
  margin-bottom: 20px; }
  .mt-button-container.right {
    text-align: right; }
  .mt-button-container.center {
    text-align: center; }

/* ICONS */
header.header-icon {
  background-position: 0 9px;
  background-repeat: no-repeat; }

header.header-icon h1, header.header-icon h3, header.header-icon h4, header.header-icon .subtitle {
  padding-left: 27px; }

.mt-twitter-icon {
  background-image: url("images/icons/widgets/twitter.png"); }

.mt-calendar-icon, .widget-archives-icon {
  background-image: url("images/icons/widgets/calendar.png"); }

.mt-tag-icon {
  background-image: url("images/icons/widgets/tag-cloud.png"); }

.mt-categories-icon {
  background-image: url("images/icons/widgets/categories.png"); }

.mt-popular-posts-icon {
  background-image: url("images/icons/widgets/popular-posts.png"); }

.mt-page-icon {
  background-image: url("images/icons/widgets/recent-posts.png"); }

.mt-nav-menu-icon, .mt-links-icon {
  background-image: url("images/icons/widgets/nav-menu.png"); }

.colour-icon {
  background-image: url("images/icons/20x20/colour.png"); }

.clock-icon {
  background-image: url("images/icons/20x20/clock.png"); }

.heart-icon {
  background-image: url("images/icons/20x20/heart.png"); }

.article-icon {
  background-image: url("images/icons/20x20/article.png"); }

.mt-widget-tweets li {
  padding: 0 0 20px 30px;
  background: url("images/widgets/twitter.png") top left no-repeat; }
.mt-widget-tweets a {
  opacity: 0.8; }
  .mt-widget-tweets a:hover {
    opacity: 1; }
.mt-widget-tweets small {
  display: block;
  font-size: 10px;
  clear: both;
  opacity: 0.5; }

#wp-calendar {
  width: 100%; }
  #wp-calendar caption {
    margin-bottom: 20px;
    font-weight: bold;
    background: #f9f9f9; }
  #wp-calendar td {
    text-align: center; }
  #wp-calendar thead {
    font-weight: bold; }
  #wp-calendar tfoot a {
    font-style: italic;
    color: #aaa; }

body.dark #wp-calendar caption {
  background: #060606; }
body.dark #wp-calendar tfoot a {
  color: #555; }

.wrapper > footer {
  background: #777777 url("images/patterns/1.png");
  color: #eee;
  border-top: 6px solid #eee;
  margin: 0; }
  .wrapper > footer p {
    float: left;
	margin-top:-5px;}
  .wrapper > footer .simple-menu a {
    color: #eee; }
  .wrapper > footer .mt-special-menu-item {
    background: #444;
    padding-left: 10px; }
  .wrapper > footer .inner-wrapper {
    height: 20px;
    width: 940px;
    padding: 24px 20px 20px 20px; }

body.dark .wrapper > footer {
  background: black url("images/patterns/1.png");
  color: #bbb;
  border-top: 6px solid #111; }
  body.dark .wrapper > footer .simple-menu a {
    color: #bbb; }
  body.dark .wrapper > footer .mt-special-menu-item {
    background: #222; }

article {
  clear: both; }

article.post-single footer {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 10px; }
  article.post-single footer p {
    margin-bottom: 20px; }

.post-image {
  position: relative;
  width: 140px;
  height: 120px;
  margin-left: 20px; }
  .post-image img {
    z-index: 1;
    position: absolute; }
  .post-image .post-image-mask {
    background: url("images/circle-transparent.png") top center no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }

/* COMMENTS */
#comments h3, #comments h4 {
  margin-bottom: 20px; }

.comment {
  margin-bottom: 20px; }
  .comment footer {
    text-align: right;
    position: absolute;
    bottom: 12px;
    right: 100px;
    font-size: 10px;
    color: #8c8c8c; }
  .comment .reply {
    float: right;
    position: absolute;
    bottom: -10px;
    right: 10px; }
  .comment:hover > div > div > .reply {
    display: block; }
  .comment #respond {
    position: relative;
    background: #f7f7f7;
    padding: 9px 9px 8px 9px;
    margin-bottom: 20px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 2px solid #ddd;
    border-radius: 5px; }
  .comment .one-third {
    margin-right: 10px; }
  .comment.depth-5 footer {
    right: 10px; }

body.dark .comment footer {
  color: #737373; }
body.dark .comment #respond {
  background: #080808;
  border-top: 1px solid #0f0f0f;
  border-left: 1px solid #0f0f0f;
  border-right: 1px solid #0f0f0f;
  border-bottom: 2px solid #222; }

#commentform label {
  display: block;
  clear: both; }

#commentform p {
  margin-bottom: 0; }

/* respond form sizes */
#commentform input {
  width: 288px; }

#commentform textarea {
  width: 608px;
  height: 140px;
  resize: vertical; }

.depth-1 #commentform input {
  width: 248px; }

.depth-1 #commentform textarea {
  width: 558px; }

.depth-1 #respond {
  margin-left: 80px; }

.depth-1 .one-third {
  width: 260px; }

.depth-1 .two-third {
  width: 570px; }

.depth-2 #commentform input {
  width: 228px; }

.depth-2 #commentform textarea {
  width: 498px; }

.depth-2 #respond {
  margin-left: 160px; }

.depth-2 .one-third {
  width: 240px; }

.depth-2 .two-third {
  width: 510px; }

.depth-3 #commentform input {
  width: 208px; }

.depth-3 #commentform textarea {
  width: 438px; }

.depth-3 #respond {
  margin-left: 240px; }

.depth-3 .one-third {
  width: 220px; }

.depth-3 .two-third {
  width: 450px; }

.depth-4 #commentform input {
  width: 188px; }

.depth-4 #commentform textarea {
  width: 378px; }

.depth-4 #respond {
  margin-left: 320px; }

.depth-4 .one-third {
  width: 200px; }

.depth-4 .two-third {
  width: 390px; }

/* with sidebar */
.grid_9 #commentform input {
  width: 208px; }

.grid_9 #commentform textarea {
  width: 448px; }

.grid_9 .depth-1 #commentform input {
  width: 188px; }

.grid_9 .depth-1 #commentform textarea {
  width: 378px; }

.grid_9 .depth-1 #respond {
  margin-left: 80px; }

.grid_9 .depth-1 .one-third {
  width: 200px; }

.grid_9 .depth-1 .two-third {
  width: 390px; }

.grid_9 .depth-2 #commentform input {
  width: 168px; }

.grid_9 .depth-2 #commentform textarea {
  width: 318px; }

.grid_9 .depth-2 #respond {
  margin-left: 160px; }

.grid_9 .depth-2 .one-third {
  width: 180px; }

.grid_9 .depth-2 .two-third {
  width: 330px; }

.grid_9 .depth-3 #commentform input {
  width: 148px; }

.grid_9 .depth-3 #commentform textarea {
  width: 258px; }

.grid_9 .depth-3 #respond {
  margin-left: 240px; }

.grid_9 .depth-3 .one-third {
  width: 160px; }

.grid_9 .depth-3 .two-third {
  width: 270px; }

.grid_9 .depth-4 #commentform input {
  width: 128px; }

.grid_9 .depth-4 #commentform textarea {
  width: 198px; }

.grid_9 .depth-4 #respond {
  margin-left: 320px; }

.grid_9 .depth-4 .one-third {
  width: 140px; }

.grid_9 .depth-4 .two-third {
  width: 210px; }

#commentform .two-third {
  display: block;
  padding-top: 20px; }

.avatar-60-container {
  height: 60px; }
  .avatar-60-container img {
    /*		box-shadow:0 0 10px red;*/ }

.comment-content {
  background: #f7f7f7;
  padding: 19px 9px 18px 9px;
  margin-left: 0;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  position: relative; }
  .comment-content:hover {
    background: #f9f9f9; }
    .comment-content:hover .comment-decoration {
      background-position: 0 -12px; }
  .comment-content .comment-decoration {
    position: absolute;
    top: 30px;
    left: -11px;
    width: 12px;
    height: 12px;
    background: url("images/comment-decoration.png") top left no-repeat; }

body.dark .comment-content {
  background: #080808;
  border: 1px solid #0f0f0f;
  border-top: 1px solid #0f0f0f;
  border-left: 1px solid #0f0f0f;
  border-bottom: 1px solid #1a1a1a; }
  body.dark .comment-content:hover {
    background: #060606; }
    body.dark .comment-content:hover .comment-decoration {
      background-position: 0 -12px; }
  body.dark .comment-content .comment-decoration {
    background: url("images/comment-decoration-dark.png") top left no-repeat; }

#cancel-comment-reply-link {
  position: absolute;
  right: 10px;
  top: 10px; }

.mt-hidden {
  display: none; }

.mt-form.mt-contact {
  margin-top: 5px; }
  .mt-form.mt-contact input, .mt-form.mt-contact textarea {
    width: 80%; }
  .mt-form.mt-contact select {
    width: 80%;
    clear: both; }
  .mt-form.mt-contact textarea {
    min-width: 80%;
    max-width: 80%;
    height: 140px;
    display: block;
    padding: 4px 28px 4px 5px; }
  .mt-form.mt-contact .mt-button-container {
    padding-top: 10px; }
  .mt-form.mt-contact .mt-error {
    color: #d22; }
    .mt-form.mt-contact .mt-error p {
      margin: 0; }
  .mt-form.mt-contact #mt-contact-email, .mt-form.mt-contact #mt-contact-name, .mt-form.mt-contact #mt-contact-subject {
    background-image: url("images/icons/form/email.png");
    background-repeat: no-repeat;
    background-position: 4px 2px;
    padding-left: 28px; }
  .mt-form.mt-contact #mt-contact-name {
    background-image: url("images/icons/form/user.png"); }
  .mt-form.mt-contact #mt-contact-subject {
    background-image: url("images/icons/form/tag.png"); }

/* OTHER */
.comment-reply-link,
#cancel-comment-reply-link {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #ededed 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, white 0%, #ededed 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, white 0%, #ededed 100%);
  /* W3C */
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #777;
  font-size: 11px;
  padding: 4px 10px;
  line-height: 14px;
  font-family: arial;
  text-shadow: 1px 1px 1px white;
  display: block; }
  .comment-reply-link:hover,
  #cancel-comment-reply-link:hover {
    background: #ededed;
    background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e0e0e0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
    /* IE6-9 */
    background: linear-gradient(top, white 0%, #e0e0e0 100%);
    /* W3C */ }
  .comment-reply-link:hover,
  #cancel-comment-reply-link:hover {
    border: 1px solid #bbb;
    color: #555; }

body.dark .comment-reply-link, body.dark #cancel-comment-reply-link {
  background: #000;
  border: 1px solid #111;
  text-shadow: 1px 1px 1px #000; }
  body.dark .comment-reply-link:hover, body.dark #cancel-comment-reply-link:hover {
    border: 1px solid #222;
    color: #aaa; }

/* Tabs */
.mt-tabs {
  position: relative; }

.mt-tabs > ul {
  height: 40px;
  border-bottom: 1px solid #dbdbdb; }

body.dark .mt-tabs > ul {
  border-bottom: 1px solid #242424; }

.mt-tabs > ul li {
  display: block;
  height: 39px;
  list-style: none;
  border-right: 1px solid #dbdbdb;
  float: left;
  border-top: 1px solid #dbdbdb;
  position: relative;
  white-space: nowrap;
  overflow: visible;
  position: relative; }

body.dark .mt-tabs > ul li {
  border-right: 1px solid #242424;
  border-top: 1px solid #242424; }

.mt-tabs > ul li:first-child {
  border-left: 1px solid #dbdbdb;
  margin-left: 10px; }

body.dark .mt-tabs > ul li:first-child {
  border-left: 1px solid #242424; }

.mt-tabs > ul a {
  display: block;
  float: left;
  cursor: pointer; }

.mt-tabs > ul a.current {
  cursor: default;
  position: relative; }

.mt-tabs-style-default > ul a {
  line-height: 39px;
  height: 39px;
  background: url("images/shadow.png") top center no-repeat;
  background-position: 50% -70px;
  text-shadow: 1px 1px 1px #fff;
  padding: 0 15px;
  color: #333; }

body.dark .mt-tabs-style-default > ul a {
  background: url("images/shadow-dark.png") top center no-repeat;
  background-position: 50% -70px;
  text-shadow: 1px 1px 1px #000;
  color: #ccc; }

.mt-tabs-style-default > ul a:hover {
  text-decoration: none;
  color: #222; }

body.dark .mt-tabs-style-default > ul a:hover {
  color: #ddd; }

.mt-tabs-style-default > ul a.current {
  background: #fff;
  padding-bottom: 1px;
  z-index: 2; }

body.dark .mt-tabs-style-default > ul a.current {
  background: #000; }

.mt-tabs-contents {
  position: relative;
  border: 1px solid #dbdbdb;
  border-top: 0;
  height: auto;
  padding-bottom: 19px;
  margin-bottom: 20px; }

body.dark .mt-tabs-contents {
  border: 1px solid #242424;
  border-top: 0; }

.mt-tab-content {
  position: absolute;
  display: block;
  opacity: 0;
  padding: 19px 19px 0 19px; }

/* accordions */
.mt-accordion {
  margin-bottom: 20px; }

.mt-accordion-title {
  line-height: 30px;
  min-height: 30px;
  background: #eeeeee url("images/ui/plus.png") left center no-repeat;
  background-position: 5px 50%;
  text-shadow: 1px 1px 1px #fff;
  padding: 5px 14px 4px 34px;
  border: 1px solid #dbdbdb;
  border-top: 0;
  cursor: pointer; }

body.dark .mt-accordion-title {
  background: #111111 url("images/ui/plus-dark.png") left center no-repeat;
  text-shadow: 1px 1px 1px #000;
  border: 1px solid #242424;
  border-top: 0; }

.mt-accordion-title.active {
  background-image: url("images/ui/minus.png"); }

body.dark .mt-accordion-title.active {
  background-image: url("images/ui/minus-dark.png"); }

.mt-accordion-content {
  display: none;
  height: 0; }

.mt-accordion-content > div {
  border: 1px solid #dbdbdb;
  border-top: 0;
  padding: 14px 14px 0 14px; }

body.dark .mt-accordion-content > div {
  border: 1px solid #242424;
  border-top: 0; }

.mt-accordion > .mt-accordion-title:first-child {
  line-height: 30px;
  min-height: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #dbdbdb; }

body.dark .mt-accordion > .mt-accordion-title:first-child {
  border-top: 1px solid #242424; }

/* Scroll to top */
.mt-scrolltotop-main {
  float: right;
  position: fixed;
  height: 30px;
  width: 30px;
  background: url("images/arrow-top.png") top left no-repeat;
  bottom: 20px;
  right: 10px;
  z-index: 10; }

body.dark .mt-scrolltotop-main {
  background: url("images/arrow-top-dark.png") top left no-repeat; }

/* WP Admin Bar */
#wpadminbar #wp-admin-bar-mt-logo > .ab-item > .mt-ab-icon {
  background: url("../library/images/admin_menu_icon.png") 0 0 no-repeat;
  margin-top: 5px;
  float: left;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px; }

/* The Rainbow Slider styles */
.mt-rainbow-slider-container {
  clear: both;
  position: relative;
  /*	border-bottom:1px solid #eee;*/ }

.mt-rainbow-slider {
  overflow: hidden;
  position: relative; }

.mt-rainbow-slide {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%; }

.mt-rainbow-slide:first-child {
  display: block; }

.mt-rainbow-slide-wrapper {
  position: absolute;
  left: 50%;
  height: 100%;
  margin-left: -480px;
  width: 960px; }

.mt-rainbow-slider-arrow-left, .mt-rainbow-slider-arrow-right {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: url("images/slider-arrows.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  top: 45%;
  opacity: 0.7; }
  .mt-rainbow-slider-arrow-left:hover, .mt-rainbow-slider-arrow-right:hover {
    opacity: 1;
    cursor: pointer; }

body.dark .mt-rainbow-slider-arrow-left, body.dark .mt-rainbow-slider-arrow-right {
  background: url("images/slider-arrows-dark.png") no-repeat; }

.mt-rainbow-slider-arrow-right {
  background-position: -32px 0;
  right: 15px;
  z-index: 10; }

body.dark .mt-rainbow-slider-arrow-right {
  background-position: -32px 0; }

.mt-rainbow-slider-arrow-left {
  left: 15px;
  z-index: 10; }

.mt-rainbow-slide-box h1 {
  font-size: 68px;
  text-shadow: none;
  line-height: 80px; }

.mt-rainbow-slide-box h2 {
  font-size: 42px;
  line-height: 60px;
  text-shadow: none; }

.mt-rainbow-slide-box p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px; }

.mt-rainbow-slide-box {
  position: absolute;
  top: 40px; }

.mt-rainbow-slide-left {
  left: 60px; }

.mt-rainbow-slide-right {
  left: auto;
  text-align: right;
  right: 60px;
  margin-left: 0; }

.mt-rainbow-slide h1, .mt-rainbow-slide h2, .mt-rainbow-slide p, .mt-rainbow-slide-content {
  width: 100%; }

/* Slide 2 effect */
.mt-rainbow-slider-slide2 > .mt-rainbow-slider-crop > .mt-rainbow-slide {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 980px;
  height: 100%;
  overflow: hidden;
  left: 50%; }

.mt-rainbow-slider-slide2 > .mt-rainbow-slider-crop > .mt-rainbow-slide {
  margin-left: 490px; }

.mt-rainbow-slider-slide2 > .mt-rainbow-slider-crop > .mt-rainbow-slide:first-child {
  margin-left: -490px; }

.mt-rainbow-slider-crop {
  height: 100%;
  left: 50%; }

/* The Nivo Slider styles */
.nivo-slider {
  position: relative;
  background: url("images/loading.gif") no-repeat 50% 50%; }

body.dark .nivo-slider {
  background: url("images/loading-dark.gif") no-repeat 50% 50%; }

.nivo-slider img {
  position: absolute;
  top: 0;
  left: 0; }

/* If an image is wrapped in a link */
.nivo-slider a.nivo-imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none; }

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5; }

.nivo-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  opacity: 0.8;
  /* Overridden by captionOpacity setting */
  width: 100%;
  z-index: 8; }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

.nivo-directionNav a {
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  opacity: 0.9;
  margin-top: -16px; }

.nivo-directionNav a:hover {
  opacity: 1; }

.nivo-prevNav {
  left: 0; }

.nivo-nextNav {
  right: 0; }

.nivo-controlNav {
  position: absolute;
  display: block;
  bottom: 0;
  height: 20px;
  background: #f5f5f5;
  border-radius: 15px 0 0 0;
  opacity: 0.9;
  padding: 5px 10px 5px 15px;
  right: 0;
  z-index: 9; }

.nivo-controlNav a {
  display: inline-block;
  z-index: 9;
  cursor: pointer !important;
  width: 22px;
  height: 22px;
  background: url("images/slider-bullets.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  margin-right: 3px; }

.nivo-controlNav a.active {
  background-position: 0 -22px; }

.nivo-directionNav a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(images/slider-arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0; }

a.nivo-nextNav {
  background-position: -32px 0;
  right: 15px; }

a.nivo-prevNav {
  left: 15px; }

.mt-nivo-slider-container {
  margin: auto;
  width: 980px;
  position: relative;
  overflow: hidden; }

.mt-nivo-slider-contents .mt-button {
  box-shadow: none; }

.mt-slide-content {
  z-index: 10;
  position: absolute;
  top: 40px;
  left: 80px;
  width: 260px;
  padding: 20px;
  display: none; }

.mt-slide-content.current {
  display: block; }

.mt-slide-content.dark,
.mt-slide-content.dark h1,
.mt-slide-content.dark h2,
.mt-slide-content.dark h3,
.mt-slide-content.dark h4,
.mt-slide-content.dark h5,
.mt-slide-content.dark h6 {
  color: #fff; }

body.dark .mt-rainbow-slide-wrapper h1, body.dark .mt-rainbow-slide-wrapper h2, body.dark .mt-rainbow-slide-wrapper h3, body.dark .mt-rainbow-slide-wrapper h4, body.dark .mt-rainbow-slide-wrapper h5, body.dark .mt-rainbow-slide-wrapper h6, body.dark .mt-rainbow-slide-wrapper .mt-button, .mt-slide-content h1, .mt-slide-content h2, .mt-slide-content h3, .mt-slide-content h4, .mt-slide-content h5, .mt-slide-content h6, .mt-slide-content .mt-button {
  text-shadow: none; }
body.dark .mt-rainbow-slide-wrapper h3, .mt-slide-content h3 {
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 20px; }

.mt-slide-content.right {
  right: 40px; }

/* PRICING TABS */
.mt-pricing-table {
  padding-left: 30px;
  margin-bottom: 20px; }

.mt-pricing > h3, .mt-pricing > h4, .mt-pricing > p {
  text-align: center;
  padding: 0 10px; }

.mt-pricing-description {
  color: #777; }

.mt-pricing > h4 {
  color: #999; }

body.dark .mt-pricing > h4 {
  color: #666; }

.mt-pricing.one-fourth {
  padding: 20px 0px 0 0px;
  margin: 20px 0 20px 0;
  box-shadow: 0 0 2px #ccc;
  background: #f6f6f6; }

body.dark .mt-pricing.one-fourth {
  box-shadow: 0 0 2px #333;
  background: #090909; }

.mt-pricing.one-fourth.mt-pricing-featured {
  margin-top: 0;
  background: #f9f9f9;
  margin-bottom: 0;
  padding-bottom: 0px; }

body.dark .mt-pricing.one-fourth.mt-pricing-featured {
  background: #060606; }

.mt-pricing > .mt-button-container {
  padding-top: 0; }

.mt-pricing-featured .mt-pricing-features {
  padding-top: 20px;
  padding-bottom: 20px; }

.mt-pricing-features {
  margin: 0 0 20px 0; }

.mt-pricing-features li {
  background-position: 30px 50%;
  background-repeat: no-repeat;
  padding: 5px 30px 4px 60px; }

.mt-pricing-features li:nth-child(even) {
  background-color: #fcfcfc; }

body.dark .mt-pricing-features li:nth-child(even) {
  background-color: #030303; }

/* SUPERFISH */
.mt-dropdown > ul ul, ul.mt-dropdown ul {
  position: absolute;
  top: -999em;
  width: 150px;
  /* left offset of submenus need to match (see below) */ }
.mt-dropdown > ul ul li, ul.mt-dropdown ul li {
  width: 100%; }
.mt-dropdown > ul li:hover, ul.mt-dropdown li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }
.mt-dropdown > ul li, ul.mt-dropdown li {
  float: left;
  position: relative; }
.mt-dropdown > ul a, ul.mt-dropdown a {
  display: block;
  position: relative;
  }
.mt-dropdown > ul li:hover > ul,
.mt-dropdown > ul li.sfHover > ul, ul.mt-dropdown li:hover > ul, ul.mt-dropdown li.sfHover > ul {
  left: 0;
  top: 20px;
  /* match top ul list item height */
  z-index: 9999; }
.mt-dropdown > ul li:hover > ul ul,
.mt-dropdown > ul li.sfHover > ul ul, ul.mt-dropdown li:hover > ul ul, ul.mt-dropdown li.sfHover > ul ul {
  top: -999em; }
.mt-dropdown > ul li li:hover > ul,
.mt-dropdown > ul li li.sfHover > ul, ul.mt-dropdown li li:hover > ul, ul.mt-dropdown li li.sfHover > ul {
  left: 150px;
  /* match ul width */
  top: 0; }
.mt-dropdown > ul li li:hover > ul ul,
.mt-dropdown > ul li li.sfHover > ul ul, ul.mt-dropdown li li:hover > ul ul, ul.mt-dropdown li li.sfHover > ul ul {
  top: -999em; }
.mt-dropdown > ul li li li:hover ul,
.mt-dropdown > ul li li li.sfHover ul, ul.mt-dropdown li li li:hover ul, ul.mt-dropdown li li li.sfHover ul {
  left: 150px;
  /* match ul width */
  top: 0; }
.mt-dropdown > ul li li li:hover > ul ul,
.mt-dropdown > ul li li li.sfHover > ul ul, ul.mt-dropdown li li li:hover > ul ul, ul.mt-dropdown li li li.sfHover > ul ul {
  top: -999em; }
.mt-dropdown > ul li li li li:hover ul,
.mt-dropdown > ul li li li li.sfHover ul, ul.mt-dropdown li li li li:hover ul, ul.mt-dropdown li li li li.sfHover ul {
  left: 150px;
  /* match ul width */
  top: 0; }
.mt-dropdown > ul li li li li:hover > ul ul,
.mt-dropdown > ul li li li li.sfHover > ul ul, ul.mt-dropdown li li li li:hover > ul ul, ul.mt-dropdown li li li li.sfHover > ul ul {
  top: -999em; }

.mt-nav-bar ul.mt-dropdown li:hover > ul,
.mt-nav-bar ul.mt-dropdown li.sfHover > ul {
  top: 35px; }
.mt-nav-bar ul.mt-dropdown li:hover > ul ul,
.mt-nav-bar ul.mt-dropdown li.sfHover > ul ul {
  top: -999em; }
.mt-nav-bar ul.mt-dropdown li li:hover > ul,
.mt-nav-bar ul.mt-dropdown li li.sfHover > ul {
  top: 0; }
.mt-nav-bar ul.mt-dropdown li li:hover > ul ul,
.mt-nav-bar ul.mt-dropdown li li.sfHover > ul ul {
  top: -999em; }
.mt-nav-bar ul.mt-dropdown li li li:hover > ul,
.mt-nav-bar ul.mt-dropdown li li li.sfHover > ul {
  top: 0; }
.mt-nav-bar ul.mt-dropdown li li li:hover > ul ul,
.mt-nav-bar ul.mt-dropdown li li li.sfHover > ul ul {
  top: -999em; }
.mt-nav-bar ul.mt-dropdown li li li li:hover > ul,
.mt-nav-bar ul.mt-dropdown li li li li.sfHover > ul {
  top: 0; }
.mt-nav-bar ul.mt-dropdown li li li li:hover > ul ul,
.mt-nav-bar ul.mt-dropdown li li li li.sfHover > ul ul {
  top: -999em; }

nav.mt-main-menu-boxed.mt-dropdown > ul > li:hover > ul,
nav.mt-main-menu-boxed.mt-dropdown > ul > li.sfHover > ul {
  top: 44px; }

.mt-main-menu-boxed > ul > li > a > .sf-sub-indicator, .mt-main-menu-simple > ul > li > a > .sf-sub-indicator {
  display: none; }

.sf-sub-indicator {
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  background: url("images/plus.png") center right no-repeat; }

.mt-dropdown > ul > li > a > .sf-sub-indicator {
  height: 40px;
  top: 2px;
  background-image: url("images/plus-dark.png"); }

.mt-nav-bar > ul > li > ul > li > a.sf-with-ul {
  padding-right: 15px; }

.mt-nav-bar > ul > li > ul > li > a.sf-with-ul > .sf-sub-indicator {
  top: -1px; }

/*jCarousel */
.jcarousel-wrapper {
  width: auto;
  padding: 0 40px; }

.jcarousel-skin-tango .jcarousel-container-horizontal {
  margin-bottom: 20px;
  width: 100%; }

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
  position: relative;
  width: 100%; }

.jcarousel-skin-tango {
  width: auto; }

.jcarousel-item {
  min-height: 40px;
  margin-left: 0;
  margin-right: 20px; }

.jcarousel-4-columns .jcarousel-item {
  width: 200px; }

.jcarousel-4-columns .jcarousel-item .mt-image img {
  max-width: 190px;
  height: auto; }

.jcarousel-3-columns .jcarousel-item {
  width: 270px; }

.jcarousel-3-columns .jcarousel-item .mt-image img {
  max-width: 260px;
  height: auto; }

.jcarousel-2-columns .jcarousel-item {
  width: 420px; }

.jcarousel-2-columns .jcarousel-item .mt-image img {
  max-width: 410px;
  height: auto; }

.jcarousel-1-columns .jcarousel-item {
  width: 860px; }

.jcarousel-1-columns .jcarousel-item .mt-image img {
  max-width: 850px;
  height: auto; }

.jcarousel-3-columns .jcarousel-item, .jcarousel-700.jcarousel-3-columns .jcarousel-item {
  margin-right: 25px; }

.jcarousel-700.jcarousel-4-columns .jcarousel-item {
  width: 140px; }

.jcarousel-700.jcarousel-4-columns .jcarousel-item img {
  max-width: 130px;
  height: auto; }

.jcarousel-700.jcarousel-3-columns .jcarousel-item {
  width: 190px; }

.jcarousel-700.jcarousel-3-columns .jcarousel-item img {
  max-width: 180px;
  height: auto; }

.jcarousel-700.jcarousel-2-columns .jcarousel-item {
  width: 300px; }

.jcarousel-700.jcarousel-2-columns .jcarousel-item img {
  max-width: 290px;
  height: auto; }

.jcarousel-700.jcarousel-1-columns .jcarousel-item {
  width: 620px; }

.jcarousel-700.jcarousel-1-columns .jcarousel-item img {
  max-width: 610px;
  height: auto; }

.jcarousel-620.jcarousel-2-columns .jcarousel-item {
  width: 260px; }

.jcarousel-620.jcarousel-2-columns .jcarousel-item img {
  max-width: 250px;
  height: auto; }

.jcarousel-620.jcarousel-1-columns .jcarousel-item {
  width: 540px; }

.jcarousel-620.jcarousel-1-columns .jcarousel-item img {
  max-width: 530px;
  height: auto; }

.jcarousel-520.jcarousel-2-columns .jcarousel-item {
  width: 210px; }

.jcarousel-520.jcarousel-2-columns .jcarousel-item img {
  max-width: 200px;
  height: auto; }

.jcarousel-520.jcarousel-1-columns .jcarousel-item {
  width: 440px; }

.jcarousel-520.jcarousel-1-columns .jcarousel-item img {
  max-width: 430px;
  height: auto; }

.jcarousel-460.jcarousel-2-columns .jcarousel-item {
  width: 180px; }

.jcarousel-460.jcarousel-2-columns .jcarousel-item img {
  max-width: 170px;
  height: auto; }

.jcarousel-460.jcarousel-1-columns .jcarousel-item {
  width: 380px; }

.jcarousel-460.jcarousel-1-columns .jcarousel-item img {
  max-width: 370px;
  height: auto; }

.jcarousel-340.jcarousel-2-columns .jcarousel-item {
  width: 120px; }

.jcarousel-340.jcarousel-2-columns .jcarousel-item img {
  max-width: 110px;
  height: auto; }

.jcarousel-340.jcarousel-1-columns .jcarousel-item {
  width: 260px; }

.jcarousel-340.jcarousel-1-columns .jcarousel-item img {
  max-width: 250px;
  height: auto; }

.jcarousel-300.jcarousel-1-columns .jcarousel-item {
  width: 220px; }

.jcarousel-300.jcarousel-1-columns .jcarousel-item img {
  max-width: 210px;
  height: auto; }

.jcarousel-220.jcarousel-1-columns .jcarousel-item {
  width: 140px; }

.jcarousel-220.jcarousel-1-columns .jcarousel-item img {
  max-width: 130px;
  height: auto; }

.jcarousel-160.jcarousel-1-columns .jcarousel-item {
  width: 80px; }

.jcarousel-160.jcarousel-1-columns .jcarousel-item img {
  max-width: 70px;
  height: auto; }

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 50%;
  right: -35px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("images/slider-arrows.png") no-repeat;
  background-position: -32px 0;
  margin-top: -16px; }

body.dark .jcarousel-skin-tango .jcarousel-next-horizontal {
  background: url("images/slider-arrows-dark.png") no-repeat;
  background-position: -32px 0; }

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
  cursor: default;
  background-position: -32px 0;
  opacity: 0.4; }

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 50%;
  left: -35px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("images/slider-arrows.png") no-repeat;
  background-position: 0 0;
  margin-top: -16px; }

body.dark .jcarousel-skin-tango .jcarousel-prev-horizontal {
  background: url("images/slider-arrows-dark.png") no-repeat;
  background-position: 0 0; }

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
  cursor: default;
  opacity: 0.4; }

/* jcarousel contents */
.jcarousel-item .mt-image {
  margin-bottom: 0; }

.jcarousel-item .mt-image + * {
  clear: both;
  padding-top: 10px;
  margin-bottom: 0; }

.jcarousel-item p {
  margin-bottom: 0; }

.jcarousel-item p + p, .jcarousel-item p + .mt-button-container {
  margin-top: 20px; }

/* Tip Tip */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 0.95; }

#tiptip_holder.tip_top {
  padding-bottom: 5px; }

#tiptip_holder.tip_bottom {
  padding-top: 5px; }

#tiptip_holder.tip_right {
  padding-left: 5px; }

#tiptip_holder.tip_left {
  padding-right: 5px; }

#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 2px 6px;
  background-color: #333;
  border-radius: 3px; }

#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0; }

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #333; }

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #333; }

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #333; }

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #333; }

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #tiptip_content {
    padding: 2px 6px 3px 6px; } }
/* sharedaddy */
.sharing_label {
  border-right: 20px solid transparent !important; }

.share-jetpack-gplus-provider > div {
  padding-top: 2px !important;
  padding-left: 3px !important; }

/* Responsive */
.mt-responsive-menu {
  display: none; }

.mt-responsive-menu select {
  display: inline-block;
  margin: 0 20px 10px 20px;
  width: 80%;
  background: #F6F6F6;
  color: #666;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #ccc; }
  .mt-responsive-menu select:focus {
    outline: 0; }

body.dark .mt-responsive-menu select {
  background: #090909;
  color: #999;
  border: 1px solid #ff0000; }

/* selection */
::selection {
  color: #eee;
  text-shadow: none;
  background: #f87645;
  /* Safari */ }

::-moz-selection {
  color: #eee;
  text-shadow: none;
  background: #f87645;
  /* Firefox */ }

.testContainer {
	height: 450px; 
	overflow-y: scroll;
	overflow-x: hidden;
}

.testLevel h6 {
	font-weight: bold;
	color: green;
	font-size: 16px;
}
.singleQuestion  ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.singleQuestion label.question {
  font-weight: bold;
}
.singleQuestion li {
	margin-left: 50px;
}
.singleQuestion li label {
	padding-left: 5px;
}

