/*  
Theme Name: Arthemia Premium
Theme URI: https://colorlabsproject.com/themes/arthemia-premium/
Description: Arthemia Wordpress Theme created by <a href="http://colorlabsproject.com">Colorlabs & Company</a>
Version: 4.1.3
Author: Colorlabs & Company
Author URI: https://colorlabsproject.com/
Tags: black, gray, left-sidebar, right-sidebar, fixed-width, two-columns, buddypress, featured-images, full-width-template, sticky-post, theme-options, translation-ready, custom-background, custom-menu, threaded-comments

Copyright 2011, Colorlabs Project
View detailed license info in license.txt file */
/* #Reset (Inspired by E. Meyers)
================================================== */
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%;
  vertical-align: baseline;
}
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;
}
/* #Mixin Functions
================================================== */
.clearfix {
  width: 0;
  height: 0;
  clear: both;
  content: ' ';
  display: block;
  overflow: hidden;
  visibility: hidden;
}
.flexible-image {
  zoom: 1;
  height: auto;
  max-width: 100%;
  display: inline-block;
  *display: inline;
}
/* #General Style
================================================== */
/* Color */
/* Background Color */
body {
  color: #505050;
  font: 13px/1.5 Arial, Helvetica;
}
a:link, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover, a:active {
  color: #808080;
  text-decoration: underline;
}
a img, img {
  zoom: 1;
  height: auto;
  max-width: 100%;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
}
/* #Typography
================================================== */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 28px;
  line-height: 0.9em;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
code {
  background: #ececec;
  font-family: 'Courier New', Courier;
}
acronym, abbr, span.caps {
  cursor: help;
  font-size: 0.9em;
  letter-spacing: 0.07em;
}
acronym, abbr {
  border-bottom: 1px dashed #999999;
}
blockquote {
  margin: 10px 0px;
  line-height: 1.5em;
  background: #ececec;
  padding: 10px 10px 0 10px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
/*a[rel^="prettyPhoto"] {
  text-decoration: none;
  background: url(images/image-hover.png) no-repeat 50% 50%;
}*/
p, .entry ul, .entry ol, .comment-body ul, .comment-body ol {
  margin-bottom: 15px;
}
.entry ol, .comment-body ol {
  list-style: decimal;
}
.entry ul, .comment-body ul {
  list-style: disc;
}
.entry li, .comment-body li {
  margin-left: 20px;
}
.entry ul ul, 
.entry ul ol,
.entry ol ol,
.entry ol ul,
.comment-body ul ul, 
.comment-body ul ol,
.comment-body ol ol,
.comment-body ol ul {
  margin-bottom: 0px;
}
#front-list img.alignleft,
.alignleft { 
  float:left;
  margin:5px 10px 10px 0
}
.alignright,
#front-list img.alignright,
.entry .alignright {
  float:right;
  margin:5px 0 10px 10px
}
.aligncenter,
#front-list img.aligncenter,
.entry .aligncenter {
  clear:both;
  display:block;
  margin:10px auto
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
pre code {
  padding: 0;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}


/* #Form Element
================================================== */
select {
  min-width: 130px;
}
input[type="text"], .field, textarea {
  padding: 7px;
  font-size: 11px;
  background: #fff;
  border: 1px solid #bbb;
  border-color: #bbbbbb #bbbbbb #eeeeee #eeeeee;
}
.submitbutton, #frmcontact .submit {
  color: #aaa;
  font-size: 11px;
  cursor: pointer;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #aaaaaa;
}
.submitbutton:hover, #frmcontact .submit:hover {
  color: #fff;
  background: #303030;
}
/* #Structure & Grid
================================================== */
.left {
  float: left;
  display: inline;
}
.right {
  float: right;
  display: inline;
}
.div-gap {
  margin: 0 5px;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 950px;
}
.clearfloat { display: block }
.clearfloat:after, .container:after {
  width: 0;
  height: 0;
  clear: both;
  content: ' ';
  display: block;
  overflow: hidden;
  visibility: hidden;
}
#page {
  padding: 10px;
  font-size: 12px;
}
.wrapper {
  width: 64.44%;
}
.wrapper #front-list, .wrapper #paged-list {
  width: 95%;
}
/* #Header
================================================== */
#head {
  font-size: 0.7em;
  padding: 10px 5px 15px 5px;
}
#logo {
  width: 22.1%;
}
#head .right {
  width: 77.63%;
}
#head .right img, #logo img {
  zoom: 1;
  height: auto;
  max-width: 100%;
  display: inline-block;
  *display: inline;
}
/* #Navigation Bar
================================================== */
#navbar-wrapper {
  margin: 0 5px;
  background: #040404 url(images/navbar-wrapper.png) repeat-x;
}
#navbar {
  font-size: 10px;
  padding: 0 10px;
  line-height: normal;
  text-transform: uppercase;
}
#navbar select {
  display: none;
  width: 100%;
  margin: 10px 0;
  padding: 0 5px;
  cursor: pointer;
  color: #fff;
  height: 26px;
  border: 1px solid #000;
  text-shadow: 0 1px 0 #000;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333333 url(images/menu-select-arrow.jpg) no-repeat right -2px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
}
#navbar option {
  background: #333333;
}
#searchform {
  float: right;
  display: inline;
  margin: 2px 10px 0;
}
#searchform input[type="image"] {
    width: 15px;
    height: 15px;
}
#searchform .field {
  padding: 1px;
}
/* #Headline Block
================================================== */
#top {
  margin: 0 5px;
}
#single-head-wrapper {
  width: 100%;
}
#top .label {
  font-size: 14px;
  padding-top: 15px;
  text-transform: lowercase;
}
#headline {
  float: left;
  display: inline;
  width: 63%;
  padding: 0 2.7% 2.7% 2.7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#headline img {
  border: 3px solid #fff;
  margin: 5px 15px 10px 0;
}
.headline-style-wide #headline img{
  margin-right: 0;
}
#headline .title {
  letter-spacing: -0.05em;
  padding: 5px 0;
}
#headline .meta {
  color: #000;
  padding: 4px 0;
  font-size: 10px;
}
.meta {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.meta .hidden {
  display: none
}
#featured {
  float: right;
  display: inline;
  width: 37%;
  font-size: 12px;
  padding: 0 1.1% 2.12% 1.1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#featured img {
  margin: 5px 10px 0 0;
  border: 2px solid #ffffff;
}
#featured .info {
  font-size: 11px;
  padding: 5px 0 0;
}
#featured .meta {
  font-size: 10px;
  margin-top: 5px;
  font-weight: normal;
}
/* #Category Block
================================================== */
#middle {
  margin: 0 5px;
  padding: 10px 10px 0 10px;
}
.categorybar {
  float: left;
  display: inline;
  width: 17.8%;
  cursor: pointer;
  background: #fff;
  border-top: 8px solid #333;
  padding: 5px 10px 15px 10px;
  padding: 0.5% 1.1% 1.6% 1.1%;
}
.cat_title, #gallery h3, #front-popular h3 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  text-transform: lowercase;
}
.categorybar p {
  margin: 0;
  font-size: 11px;
}
/* #Main Content
================================================== */
#page {
  margin: 0 5px;
  padding: 10px;
  font-size: 12px;
}
#front-list, #paged-list, #content {
  width: 59.9%;
  padding: 2%;
  background: #fff;
  margin: 0 0 10px;
  border-top: 1px solid #ececec;
}
.post-front-list {
  margin-bottom: 20px;
}
#content.fullwidth {
  /* width: 98%; */
  width: 96%;
}
#paged-list {
  padding: 0 2%;
}
#paged-list .clearfloat, .archive .tanbox {
  border-bottom: 1px dotted #bbbbbb;
}
#front-list .cat_title, .tanbox .title {
  font-size: 14px;
}
.tanbox {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h3.cat_title a {
  color: #333333;
}
#front-list .title {
  font-size: 18px;
}
.tanbox {
  width: 48%;
  padding: 10px 0;
}
.archive .tanbox {
  width: 100%;
}
/* Post */
#stats {
  padding: 8px 0;
  margin: 0 0 15px;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}
.singleimage {
  margin-bottom: 15px;
}
#single_head {
  float: left;
  display: inline;
  width: 18.8%;
  background: #333;
  padding: 15px 2.6% 20px 2.6%;
}
iframe.twitter-tweet {
  width: 100%;
}
#single_head img {
  margin: 0;
}
#single_desc {
  float: left;
  display: inline;
  width: 69.1%;
  font-size: 12px;
  padding: 0 1.1% 15px 1.1%;
}
#content h2.title {
  color: #000;
  padding: 5px 0;
  line-height: normal;
  border-top: 3px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.post .entry {
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.post .video-thumb, .video-thumb {
  position: relative;
}
.entry img, #bio img,
.post img,
#front-list img,
.thumb img,
#random-content img {
  padding: 2px;
  background: #fff;
  margin: 5px 10px 10px 0;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post .video-thumb, .video-thumb {
  position: relative;
}
.video-thumb .playicon {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
  opacity: 0.6;
  text-indent: -9999px;
  background: url(images/play-icon.png) no-repeat;
}
.video-thumb:hover .playicon {
  opacity: 1;
}
embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}
.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#navigation {
  font-size: 12px;
  background: #fff;
  text-align: center;
  padding: 15px 10px;
}
/* Social Share */
.social_share .left, .social_share .fl {
  float: left
}
.colabs-sc-twitter {
  width: 75px
}
.shortcode-google-plusone {
  width: 71px;
  margin-top: -3px;
}
.shortcode-linkedin_share {
    margin-right: 10px;
}
/* Author Page */
#bio {
  margin: 15px 0 10px
}
#bio img {
  float: left
}
/* #Comment
================================================== */
#comments > h3 {
  font-size: 12px;
}
#comments ul.commentlist {
  margin: 20px 0 0;
}
#comments .commentlist h1,
#comments .commentlist h2,
#comments .commentlist h3,
#comments .commentlist h4,
#comments .commentlist h5,
#comments .commentlist h6 {
 line-height: 37.5px;
}
#comments ul.commentlist blockquote {
  background: #ececec;
  overflow: hidden;
}
#comments .clearfloat {
  background: none;
}
#comments div.navigation {
  padding: 5px 0px 20px 0px;
  font-weight: bold;
}
#cancel-comment-reply-link, #respond label {
  font-weight: bold;
}
/*ul.commentlist li.pingback, ul.commentlist li.trackback { display:none; }*/
ul.commentlist li.comment,
ul.commentlist li.pingback,
ul.children li.comment,
ul.children li.pingback {
  color: #4d4d4d;
  font-size: 11px;
  padding: 2% 2.5%;
  line-height: 18px;
  background: #f2f2f2;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdbd7;
}
ul.children li.comment, ul.children li.pingback {
  border: none;
  margin-top: 15px;
  background: #fff;
  margin-bottom: 0px;
  padding: 12px 12px 12px 12px;
}
ul.commentlist li.comment img.avatar, ul.commentlist li.pingback img.avatar {
  float: right;
  display: inline;
  padding: 2px;
  border: 1px solid #ccc;
  margin: 0px 0px 13px 13px;
}
ul.commentlist li.comment h3#respond, ul.commentlist li.pingback h3#respond {
  background: #fff;
  margin-top: 15px;
}
ul.commentlist li.comment cite, ul.commentlist li.pingback cite {
  color: #313228;
  font-weight: bold;
}
ul.commentlist li.comment div.comment-meta, ul.commentlist li.pingback div.comment-meta {
  font-size: 10px;
  margin-top: 0px;
}
ul.commentlist li.comment div.comment-meta a, ul.commentlist li.pingback div.comment-meta a {
  color: #4d4d4d;
  text-decoration: none;
}
ul.commentlist li.comment a, ul.commentlist li.pingback a {
  text-decoration: underline;
}
ul.commentlist li.comment cite a, #respond a, ul.commentlist li.pingback cite a {
  text-decoration: none;
}
ul.commentlist li.comment div.reply, ul.commentlist li.pingback div.reply {
  clear: both;
  display: block;
}
ul.commentlist li.comment div.reply a, ul.commentlist li.pingback div.reply a {
  text-decoration: none;
  font-weight: bold;
}
ul.commentlist li.comment p, ul.commentlist li.pingback p {
  margin: 15px 0px;
  padding: 0;
}
ul.commentlist li.comment blockquote, ul.commentlist li.pingback blockquote {
  /*width: 70.2%;*/
}
ul.commentlist li.depth-1,
ul.children li.depth-3,
ul.children li.depth-5,
ul.children li.depth-7,
ul.children li.depth-9 {
  background: #f2f2f2;
}
ul.children li.depth-2,
ul.children li.depth-4,
ul.children li.depth-6,
ul.children li.depth-8,
ul.children li.depth-10 {
  background: #fff;
}
#respond h3 {
  margin-top: 15px;
}
li.comment div#respond h3 {
  /*display: none;*/
  font-size: 15px;
  line-height: 1.2;
}
#cancel-comment-reply-link {
  margin-left: 20px;
}
#respond textarea {
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
  border: 1px solid #bbb;
  border-color: #bbbbbb #bbbbbb #eeeeee #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#commentform input[type=text] {
    float: right;
    width: 70%;
}

#commentform > label {
    float: left;
    width: 20%;
}

#commentform > p {
    overflow: hidden;
}
/* #Sidebar
================================================== */
#sidebar {
  margin: 0;
  width: 34.8%;
  font-size: 11px;
  overflow: hidden;
}
#sidebar-top {
  overflow: hidden;
}
#sidebar li:after,
#sidebar li:before {
  content: '';
  display: table;
}
#sidebar li:after {
  clear: both;
}
#sidebar li {
  zoom: 1;
  position: relative;
  padding: 0 0 0 13px;
  line-height: 21px;
  border-bottom: 1px dotted #bbb;
  /*background: url(images/sub.png) no-repeat 0 45%;*/
}
#sidebar li li:last-child {
  border-bottom: 0;
}
#sidebar li:before {
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  position: absolute;
  background: url(images/sub.png) no-repeat 0 0;
}
#sidebar h3 {
  color: #000;
  margin: 0 0 5px;
  font-size: 12px;
  padding: 3px 10px;
}
.spoiler {
  overflow: hidden;
}
.spoiler,
.sidebar-background,
.sidebar-left-background,
.sidebar-right-background {
  padding: 10px;
  margin: 0 0 10px;
  background: #ffffff;
}
.widget:after,
.widget:before {
  content: '';
  display: table;
}
.widget:after {
  clear: both;
}
.widget {
  zoom: 1;
}

#sidebar-left, #sidebar-right {
  float: left;
  display: inline;
  width: 48.35%;
}
#sidebar-right {
  float: right;
  display: inline;
}
#sidebar .the_author p {
  margin-top: 12px;
}
/* Sidebar Category Spoiler */
.spoiler {
  border-top: 1px solid #ececec;
}
.spoiler h3, .spoiler h4 {
  font-size: 12px;
  margin: 0 0 5px;
}
.spoiler h3 {
  color: #fff;
  margin: 0 0 8px;
  padding: 3px 10px;
  border-bottom: 1px solid #ececec;
}
.spoiler h4 a {
  color: #333333;
}
/* #Gallery
================================================== */
#gallery {
  margin: 0 5px;
  color: #333;
  padding: 1.6%;
  font-size: 11px;
}
#gallery #random {
  float: right;
  display: inline;
  width: 66.2%;
  position: relative;
}
#gallery h3 {
  margin-bottom: 5px;
}
#gallery #video {
  float: left;
  display: inline;
  width: 30.4%;
  padding: 0 15px 0 0;
  border-right: 1px solid #b0b0b0;
}
#random-wrapper {
  overflow: hidden;
}
#random-wrapper .random-item {
  float: left;
  display: inline;
  width: 14.05%;
  padding: 0 0 10px;
  margin-right: 2.6%;
}
#random-content img {
  margin: 0;
}
#random-loader {
  top: 50%;
  left: 50%;
  padding: 10px;
  display: none;
  background: #fff;
  position: absolute;
  margin: -25px 0 0 -25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.more-refresh {
  margin: 0 20px 0;
  text-align: right;
  font-weight: bold;
}
/* #Contact Form
================================================== */
#frmcontact {
  width: 100%
}
#frmcontact p {
  overflow: hidden
}
#frmcontact .text-input label, #frmcontact .contact-message label {
  float: left
}
#frmcontact .text-input input, #frmcontact textarea {
  width: 70%;
  float: right;
}
#frmcontact .screenReader input {
  width: 5%;
  margin-left: 5px
}
#frmcontact .submit {
  padding: 10px 15px
}
/* #Widget
================================================== */
.widget select {
  width: 100%;
  height: 27px;
}
#lang_sel li:before {
  display: none
}

/* RSS Widget */
.widget_rss li {
  margin-bottom: 10px;
}
.widget_rss li > .rsswidget {
  display: block;
  font-weight: bold;
  line-height: 18px;
}
.widget_rss .rss-date {
  font-size: 13px;
  color: #999;
}
.widget_rss .rssSummary {
  line-height: 16px;
}
.widget_rss cite {
  font-style: italic;
}

/* Search Widget */
.widget_search #searchform input[type="text"] {
  width: 100%;
  padding: 5px 10px;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_search #searchform {
  display: block;
  float: none;
  margin: 0;
}
.widget_search input[type="image"] {
  display: none
}

/* Calendar Widget */
#calendar_wrap {
  margin: 0 5px 0 5px;
}
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar caption {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
#wp-calendar #next, #wp-calendar #prev {
  font-size: 14px;
  padding-top: 5px;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar #prev {
  text-align: left;
}
/* #Popular Posts
================================================== */
#front-popular {
  margin: 0 5px;
  color: #fff;
  padding: 15px;
  font-size: 11px;
}
#front-popular ul {
  margin-top: 5px;
}
#front-popular li:first-child, #front-popular .clearfloat:first-child {
  border: none;
}
#front-popular li {
  border-top: 1px dotted #808080;
}
#front-popular li a {
  color: #fff;
  padding: 5px;
  display: block;
}
#front-popular li a:hover {
  background: #000;
  text-decoration: none;
}
#front-popular .clearfloat {
  float: left;
  display: inline;
  width: 30.4%;
  padding: 0 2.13% 0;
  min-height: 163px;
  border-left: 1px solid #808080;
}
#front-popular .clearfloat:first-child {
  padding-left: 0;
}
#front-popular #recent_comments {
  padding-right: 0;
}
/* #Footer
================================================== */
#footer {
  margin: 0 5px;
  color: #333;
  font-size: 10px;
  overflow: hidden;
  padding: 5px 10px;
}
#footer-left {
  float: left;
  display: inline;
}
#footer-right {
  float: right;
  display: inline;
}
.sticky, .bypostauthor {}

/* wp-caption */
.wp-caption {
  margin-top: 0.4em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
  text-align:center;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 5px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #dddddd;
}

table {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
table th,
table td {
  border-left: 1px solid #dddddd;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}
table thead:first-child tr:first-child > th:first-child,
table tbody:first-child tr:first-child > td:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
table thead:first-child tr:first-child > th:last-child,
table tbody:first-child tr:first-child > td:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
table thead:last-child tr:last-child > th:first-child,
table tbody:last-child tr:last-child > td:first-child,
table tfoot:last-child tr:last-child > td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
table thead:last-child tr:last-child > th:last-child,
table tbody:last-child tr:last-child > td:last-child,
table tfoot:last-child tr:last-child > td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
table tfoot + tbody:last-child tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
table tfoot + tbody:last-child tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

table tbody tr:hover td,
table tbody tr:hover th {
  background-color: whitesmoke;
}

table td[class*="span"],
table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
} 


.pagination a, .pagination a:link {
  padding: 2px 5px 2px 5px; 
  margin: 3px;
  text-decoration: none;
  border: 1px solid #303030;
  color: #303030;
  background-color: #FFFFFF;  
}
.pagination a:visited {
  padding: 2px 5px 2px 5px; 
  margin: 3px;
  text-decoration: none;
  border: 1px solid #303030;
  color: #303030;
  background-color: #FFFFFF;  
}
.pagination a:hover { 
  border: 1px solid #808080;
  color: #808080;
  background-color: #ffffff;
}
.pagination a:active {
  padding: 2px 5px 2px 5px; 
  margin: 3px;
  text-decoration: none;
  border: 1px solid #808080;
  color: #808080;
  background-color: #FFFFFF;  
}
.pagination span.pages {
  padding: 2px 5px 2px 5px; 
  margin: 3px 3px 3px 3px;
  color: #303030;
  border: 1px solid #303030;
  background-color: #FFFFFF;
}
.pagination span.current {
  padding: 2px 5px 2px 5px; 
  margin: 3px;
  font-weight: bold;
  border: 1px solid #303030;
  color: #ffffff;
  background-color: #303030;
}
.pagination span.extend {
  padding: 2px 5px 2px 5px; 
  margin: 3px;  
  border: 1px solid #303030;
  color: #303030;
  background-color: #FFFFFF;
}

/* IE specific styles
------------------------------------------------------------------- */
.lt-ie9 a img { 
  width: auto;
  height: auto;
}
.lt-ie9 #featured {
  height: 282px;
  overflow: hidden;
}
.lt-ie9 .jcarousel-skin-arthemia .jcarousel-container-vertical {
  height: 257px;
  padding: 0;
  width: 310px;
}
.lt-ie9 .jcarousel-skin-arthemia .jcarousel-clip-vertical {
  height: 237px;
  width: 310px;
}

.ie7 .clearfloat { display:inline-block; }
.ie7 .categorybar { width:17.7% }
.ie7 #tabs ul.colabsTabs li { float:left }
.ie7 #tabs ul.colabsTabs { overflow:hidden }


/* Carousel Nav
------------------------------------------------------------------- */
.carousel-nav-wrapper {
  text-align: center;
  margin-top: 15px;
}

.carousel-nav-wrapper .carousel-nav {
  width: 17px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
}

.carousel-nav-wrapper .carousel-nav-next {
  background: transparent url("images/next-vertical.png") no-repeat;
}

.carousel-nav-wrapper .carousel-nav-next:hover {
  background-position: 0 -10px;
}

.carousel-nav-wrapper .carousel-nav-next:active {
  background-position: 0 -20px;
}

.carousel-nav-wrapper .carousel-nav-prev {
  background: transparent url("images/prev-vertical.png") no-repeat;
}

.carousel-nav-wrapper .carousel-nav-prev:hover {
  background-position: 0 -10px;
}

.carousel-nav-wrapper .carousel-nav-prev:active {
  background-position: 0 -20px;
}




/* #Mobile Menu
=================================================================== */
.btn-navbar {
  display: none;
  color: #fff;
  float: right;
  border: 1px solid #000;
  background-color: rgba(255,255,255,.1);
  background-image: -webkit-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -moz-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -o-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -ms-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  margin: 7px 5px;
  padding: 7px 10px !important;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important
  }
}

@media (max-width: 767px) {
  #navbar {
    position: relative;
  }

  .btn-navbar {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
  }

  body #searchform {
    margin-right: 40px;
  }
}

.clearfix, .header {
  *zoom: 1;
}
.clearfix:before, .clearfix:after,
.header:before, .header:after {
  display: table;
  content: "";
}
.clearfix:after,
.header:after {
  clear: both;
}

/* #Post Format
=================================================================== */

/* Format Chat
--------------------------------------------------------------------*/
ul.chat-transcript {
  overflow: hidden;
  list-style: none;
  margin-left: -18px;
  margin-right: -20px;
}
.chat-transcript strong {
  margin-right: 5px
}
.chat-transcript li {
  padding: 0 20px 0 18px;
}
.chat-highlight {
  background: #f0f0f0;
}

/* Navigation Comment*/

.assistive-text{
  display:none;
}
.nav-previous{
  float:left;
}
.nav-next{
  float:right;
}
#top .title {
  margin-bottom: 5px;
}
.entry .alert{
  background-color: #FFD9C8;
  border: 1px solid #F0BAA2;
} 
.entry .alert, .entry .download, .entry .info, .entry .tick, .entry .note {
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #000000;
}
.entry .download{
  background-color: #EDFCD5;
  border: 1px solid #D4EBAF;
}
.entry .info{
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
}
.entry .tick{
  background-color: #EDFCD5;
  border: 1px solid #D4EBAF;
}
.entry .note{
  background-color: #FEF6D2;
  border: 1px solid #EFE3AE;
}
.entry .info-post li{
  margin:0;
}
dl {
  margin-bottom: 20px;
}
dd {
  margin-left: 9px;
}
dt {
  font-weight: bold;
}
dt, dd {
  line-height: 18px;
}

.content dd, .comment-content dd {
  line-height: 1.71429;
  margin-bottom: 1.71429rem;
}
.content dt, .comment-content dt {
  font-weight: bold;
  line-height: 1.71429;
}

.content address, .comment-content address {
  display: block;
  line-height: 1.71429;
  margin: 0 0 1.71429rem;
}


/* #BuddyPress Compatibility
=================================================================== */
div#buddypress form#whats-new-form #whats-new-submit {
  margin-top: 6px;
}
div#buddypress div.dir-search {
  margin-top: -51px;
}
div#buddypress div.dir-search input {
  margin: 0;
}
div#buddypress div.dir-search input[type="text"] {
  padding: 3px;
}
#map .button {
  display: none
}
h2.title .bp-title-button {
  top: -3px;
  position: relative;
}

/* =================================================================== 
  Metro UI Icons

  Icon Set: Broccolidry -- http://dribbble.com/shots/587469-Free-16px-Broccolidryiconsaniconsetitisfullof-icons
  License:  Aribitrary -- http://licence.visualidiot.com/
  Icon Set: Meteocons -- http://www.alessioatzeni.com/meteocons/
  License:  Arbitrary -- http://www.alessioatzeni.com/meteocons/#about
  Icon Set: IcoMoon - Free -- http://keyamoon.com/icomoon/
  License:  CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
=================================================================== */
@font-face {
  font-family: "metro-icon";
  src: url('fonts/iconFont.eot');
  src: url('fonts/iconFont.eot#iefix') format('embedded-opentype'), 
       url('fonts/iconFont.svg') format('svg'), 
       url('fonts/iconFont.woff') format('woff'), 
       url('fonts/iconFont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "metro-icon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  position: relative;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
.metrouicss a [class^="icon-"],
.metrouicss button [class^="icon-"],
.metrouicss a [class*=" icon-"],
.metrouicss button [class*=" icon-"] {
  margin-right: 5px;
}

.icon-home:before               { content: "\e000";}
.icon-newspaper:before          { content: "\e001";}
.icon-pencil:before             { content: "\e002";}
.icon-droplet:before            { content: "\e003";}
.icon-pictures:before           { content: "\e004";}
.icon-camera:before             { content: "\e005";}
.icon-music:before              { content: "\e006";}
.icon-film:before               { content: "\e007";}
.icon-camera-2:before           { content: "\e008";}
.icon-spades:before             { content: "\e009";}
.icon-clubs:before              { content: "\e00a";}
.icon-diamonds:before           { content: "\e00b";}
.icon-broadcast:before          { content: "\e00c";}
.icon-mic:before                { content: "\e00d";}
.icon-book:before               { content: "\e00e";}
.icon-file:before               { content: "\e00f";}
.icon-new:before                { content: "\e010";}
.icon-copy:before               { content: "\e011";}
.icon-folder:before             { content: "\e012";}
.icon-folder-2:before           { content: "\e013";}
.icon-tag:before                { content: "\e014";}
.icon-cart:before               { content: "\e015";}
.icon-basket:before             { content: "\e016";}
.icon-calculate:before          { content: "\e017";}
.icon-support:before            { content: "\e018";}
.icon-phone:before              { content: "\e019";}
.icon-mail:before               { content: "\e01a";}
.icon-location:before           { content: "\e01b";}
.icon-compass:before            { content: "\e01c";}
.icon-history:before            { content: "\e01d";}
.icon-clock:before              { content: "\e01e";}
.icon-bell:before               { content: "\e01f";}
.icon-calendar:before           { content: "\e020";}
.icon-printer:before            { content: "\e021";}
.icon-mouse:before              { content: "\e022";}
.icon-screen:before             { content: "\e023";}
.icon-laptop:before             { content: "\e024";}
.icon-mobile:before             { content: "\e025";}
.icon-cabinet:before            { content: "\e026";}
.icon-drawer:before             { content: "\e027";}
.icon-drawer-2:before           { content: "\e028";}
.icon-box:before                { content: "\e029";}
.icon-box-add:before            { content: "\e02a";}
.icon-box-remove:before         { content: "\e02b";}
.icon-download:before           { content: "\e02c";}
.icon-upload:before             { content: "\e02d";}
.icon-database:before           { content: "\e02e";}
.icon-flip:before               { content: "\e02f";}
.icon-flip-2:before             { content: "\e030";}
.icon-undo:before               { content: "\e031";}
.icon-redo:before               { content: "\e032";}
.icon-forward:before            { content: "\e033";}
.icon-reply:before              { content: "\e034";}
.icon-reply-2:before            { content: "\e035";}
.icon-comments:before           { content: "\e036";}
.icon-comments-2:before         { content: "\e037";}
.icon-comments-3:before         { content: "\e038";}
.icon-comments-4:before         { content: "\e039";}
.icon-comments-5:before         { content: "\e03a";}
.icon-user:before               { content: "\e03b";}
.icon-user-2:before             { content: "\e03c";}
.icon-user-3:before             { content: "\e03d";}
.icon-busy:before               { content: "\e03e";}
.icon-loading:before            { content: "\e03f";}
.icon-loading-2:before          { content: "\e040";}
.icon-search:before             { content: "\e041";}
.icon-zoom-in:before            { content: "\e042";}
.icon-zoom-out:before           { content: "\e043";}
.icon-key:before                { content: "\e044";}
.icon-key-2:before              { content: "\e045";}
.icon-locked:before             { content: "\e046";}
.icon-unlocked:before           { content: "\e047";}
.icon-wrench:before             { content: "\e048";}
.icon-equalizer:before          { content: "\e049";}
.icon-cog:before                { content: "\e04a";}
.icon-pie:before                { content: "\e04b";}
.icon-bars:before               { content: "\e04c";}
.icon-stats-up:before           { content: "\e04d";}
.icon-gift:before               { content: "\e04e";}
.icon-trophy:before             { content: "\e04f";}
.icon-diamond:before            { content: "\e050";}
.icon-coffee:before             { content: "\e051";}
.icon-rocket:before             { content: "\e052";}
.icon-meter-slow:before         { content: "\e053";}
.icon-meter-medium:before       { content: "\e054";}
.icon-meter-fast:before         { content: "\e055";}
.icon-dashboard:before          { content: "\e056";}
.icon-fire:before               { content: "\e057";}
.icon-lab:before                { content: "\e058";}
.icon-remove:before             { content: "\e059";}
.icon-briefcase:before          { content: "\e05a";}
.icon-briefcase-2:before        { content: "\e05b";}
.icon-cars:before               { content: "\e05c";}
.icon-bus:before                { content: "\e05d";}
.icon-cube:before               { content: "\e05e";}
.icon-cube-2:before             { content: "\e05f";}
.icon-puzzle:before             { content: "\e060";}
.icon-glasses:before            { content: "\e061";}
.icon-glasses-2:before          { content: "\e062";}
.icon-accessibility:before      { content: "\e063";}
.icon-accessibility-2:before    { content: "\e064";}
.icon-target:before             { content: "\e065";}
.icon-target-2:before           { content: "\e066";}
.icon-lightning:before          { content: "\e067";}
.icon-power:before              { content: "\e068";}
.icon-power-2:before            { content: "\e069";}
.icon-clipboard:before          { content: "\e06a";}
.icon-clipboard-2:before        { content: "\e06b";}
.icon-playlist:before           { content: "\e06c";}
.icon-grid-view:before          { content: "\e06d";}
.icon-tree-view:before          { content: "\e06e";}
.icon-cloud:before              { content: "\e06f";}
.icon-cloud-2:before            { content: "\e070";}
.icon-download-2:before         { content: "\e071";}
.icon-upload-2:before           { content: "\e072";}
.icon-upload-3:before           { content: "\e073";}
.icon-link:before               { content: "\e074";}
.icon-link-2:before             { content: "\e075";}
.icon-flag:before               { content: "\e076";}
.icon-flag-2:before             { content: "\e077";}
.icon-attachment:before         { content: "\e078";}
.icon-eye:before                { content: "\e079";}
.icon-bookmark:before           { content: "\e07a";}
.icon-bookmark-2:before         { content: "\e07b";}
.icon-star:before               { content: "\e07c";}
.icon-star-2:before             { content: "\e07d";}
.icon-star-3:before             { content: "\e07e";}
.icon-heart:before              { content: "\e07f";}
.icon-heart-2:before            { content: "\e080";}
.icon-thumbs-up:before          { content: "\e081";}
.icon-thumbs-down:before        { content: "\e082";}
.icon-plus:before               { content: "\e083";}
.icon-minus:before              { content: "\e084";}
.icon-help:before               { content: "\e085";}
.icon-help-2:before             { content: "\e086";}
.icon-blocked:before            { content: "\e087";}
.icon-cancel:before             { content: "\e088";}
.icon-cancel-2:before           { content: "\e089";}
.icon-checkmark:before          { content: "\e08a";}
.icon-minus-2:before            { content: "\e08b";}
.icon-plus-2:before             { content: "\e08c";}
.icon-enter:before              { content: "\e08d";}
.icon-exit:before               { content: "\e08e";}
.icon-loop:before               { content: "\e08f";}
.icon-arrow-up-left:before      { content: "\e090";}
.icon-arrow-up:before           { content: "\e091";}
.icon-arrow-up-right:before     { content: "\e092";}
.icon-arrow-right:before        { content: "\e093";}
.icon-arrow-down-right:before   { content: "\e094";}
.icon-arrow-down:before         { content: "\e095";}
.icon-arrow-down-left:before    { content: "\e096";}
.icon-arrow-left:before         { content: "\e097";}
.icon-arrow-up-2:before         { content: "\e098";}
.icon-arrow-right-2:before      { content: "\e099";}
.icon-arrow-down-2:before       { content: "\e09a";}
.icon-arrow-left-2:before       { content: "\e09b";}
.icon-arrow-up-3:before         { content: "\e09c";}
.icon-arrow-right-3:before      { content: "\e09d";}
.icon-arrow-down-3:before       { content: "\e09e";}
.icon-arrow-left-3:before       { content: "\e09f";}
.icon-menu:before               { content: "\e0a0";}
.icon-enter-2:before            { content: "\e0a1";}
.icon-backspace:before          { content: "\e0a2";}
.icon-backspace-2:before        { content: "\e0a3";}
.icon-tab:before                { content: "\e0a4";}
.icon-tab-2:before              { content: "\e0a5";}
.icon-checkbox:before           { content: "\e0a6";}
.icon-checkbox-unchecked:before { content: "\e0a7";}
.icon-checkbox-partial:before   { content: "\e0a8";}
.icon-radio-checked:before      { content: "\e0a9";}
.icon-radio-unchecked:before    { content: "\e0aa";}
.icon-font:before               { content: "\e0ab";}
.icon-paragraph-left:before     { content: "\e0ac";}
.icon-paragraph-center:before   { content: "\e0ad";}
.icon-paragraph-right:before    { content: "\e0ae";}
.icon-paragraph-justify:before  { content: "\e0af";}
.icon-left-to-right:before      { content: "\e0b0";}
.icon-right-to-left:before      { content: "\e0b1";}
.icon-share:before              { content: "\e0b2";}
.icon-new-tab:before            { content: "\e0b3";}
.icon-new-tab-2:before          { content: "\e0b4";}
.icon-embed:before              { content: "\e0b5";}
.icon-code:before               { content: "\e0b6";}
.icon-bluetooth:before          { content: "\e0b7";}
.icon-share-2:before            { content: "\e0b8";}
.icon-share-3:before            { content: "\e0b9";}
.icon-mail-2:before             { content: "\e0ba";}
.icon-google:before             { content: "\e0bb";}
.icon-google-plus:before        { content: "\e0bc";}
.icon-google-drive:before       { content: "\e0bd";}
.icon-facebook:before           { content: "\e0be";}
.icon-instagram:before          { content: "\e0bf";}
.icon-twitter:before            { content: "\e0c0";}
.icon-feed:before               { content: "\e0c1";}
.icon-youtube:before            { content: "\e0c2";}
.icon-vimeo:before              { content: "\e0c3";}
.icon-flickr:before             { content: "\e0c4";}
.icon-picassa:before            { content: "\e0c5";}
.icon-dribbble:before           { content: "\e0c6";}
.icon-deviantart:before         { content: "\e0c7";}
.icon-github:before             { content: "\e0c8";}
.icon-github-2:before           { content: "\e0c9";}
.icon-github-3:before           { content: "\e0ca";}
.icon-github-4:before           { content: "\e0cb";}
.icon-github-5:before           { content: "\e0cc";}
.icon-git:before                { content: "\e0cd";}
.icon-github-6:before           { content: "\e0ce";}
.icon-wordpress:before          { content: "\e0cf";}
.icon-joomla:before             { content: "\e0d0";}
.icon-blogger:before            { content: "\e0d1";}
.icon-tumblr:before             { content: "\e0d2";}
.icon-yahoo:before              { content: "\e0d3";}
.icon-amazon:before             { content: "\e0d4";}
.icon-tux:before                { content: "\e0d5";}
.icon-apple:before              { content: "\e0d6";}
.icon-finder:before             { content: "\e0d7";}
.icon-android:before            { content: "\e0d8";}
.icon-windows:before            { content: "\e0d9";}
.icon-soundcloud:before         { content: "\e0da";}
.icon-skype:before              { content: "\e0db";}
.icon-reddit:before             { content: "\e0dc";}
.icon-linkedin:before           { content: "\e0dd";}
.icon-lastfm:before             { content: "\e0de";}
.icon-delicious:before          { content: "\e0df";}
.icon-stumbleupon:before        { content: "\e0e0";}
.icon-pinterest:before          { content: "\e0e1";}
.icon-xing:before               { content: "\e0e2";}
.icon-flattr:before             { content: "\e0e3";}
.icon-foursquare:before         { content: "\e0e4";}
.icon-paypal:before             { content: "\e0e5";}
.icon-yelp:before               { content: "\e0e6";}
.icon-libreoffice:before        { content: "\e0e7";}
.icon-file-pdf:before           { content: "\e0e8";}
.icon-file-openoffice:before    { content: "\e0e9";}
.icon-file-word:before          { content: "\e0ea";}
.icon-file-excel:before         { content: "\e0eb";}
.icon-file-powerpoint:before    { content: "\e0ec";}
.icon-file-zip:before           { content: "\e0ed";}
.icon-file-xml:before           { content: "\e0ee";}
.icon-file-css:before           { content: "\e0ef";}
.icon-html5:before              { content: "\e0f0";}
.icon-html5-2:before            { content: "\e0f1";}
.icon-css3:before               { content: "\e0f2";}
.icon-chrome:before             { content: "\e0f3";}
.icon-firefox:before            { content: "\e0f4";}
.icon-IE:before                 { content: "\e0f5";}
.icon-opera:before              { content: "\e0f6";}
.icon-safari:before             { content: "\e0f7";}
.icon-IcoMoon:before            { content: "\e0f8";}
.icon-sunrise:before            { content: "\e0f9";}
.icon-sun:before                { content: "\e0fa";}
.icon-moon:before               { content: "\e0fb";}
.icon-sun-2:before              { content: "\e0fc";}
.icon-windy:before              { content: "\e0fd";}
.icon-wind:before               { content: "\e0fe";}
.icon-snowflake:before          { content: "\e0ff";}
.icon-cloudy:before             { content: "\e100";}
.icon-cloud-3:before            { content: "\e101";}
.icon-weather:before            { content: "\e102";}
.icon-weather-2:before          { content: "\e103";}
.icon-weather-3:before          { content: "\e104";}
.icon-lines:before              { content: "\e105";}
.icon-cloud-4:before            { content: "\e106";}
.icon-lightning-2:before        { content: "\e107";}
.icon-lightning-3:before        { content: "\e108";}
.icon-rainy:before              { content: "\e109";}
.icon-rainy-2:before            { content: "\e10a";}
.icon-windy-2:before            { content: "\e10b";}
.icon-windy-3:before            { content: "\e10c";}
.icon-snowy:before              { content: "\e10d";}
.icon-snowy-2:before            { content: "\e10e";}
.icon-snowy-3:before            { content: "\e10f";}
.icon-weather-4:before          { content: "\e110";}
.icon-cloudy-2:before           { content: "\e111";}
.icon-cloud-5:before            { content: "\e112";}
.icon-lightning-4:before        { content: "\e113";}
.icon-sun-3:before              { content: "\e114";}
.icon-moon-2:before             { content: "\e115";}
.icon-cloudy-3:before           { content: "\e116";}
.icon-cloud-6:before            { content: "\e117";}
.icon-cloud-7:before            { content: "\e118";}
.icon-lightning-5:before        { content: "\e119";}
.icon-rainy-3:before            { content: "\e11a";}
.icon-rainy-4:before            { content: "\e11b";}
.icon-windy-4:before            { content: "\e11c";}
.icon-windy-5:before            { content: "\e11d";}
.icon-snowy-4:before            { content: "\e11e";}
.icon-snowy-5:before            { content: "\e11f";}
.icon-weather-5:before          { content: "\e120";}
.icon-cloudy-4:before           { content: "\e121";}
.icon-lightning-6:before        { content: "\e122";}
.icon-thermometer:before        { content: "\e123";}
.icon-compass-2:before          { content: "\e124";}
.icon-none:before               { content: "\e125";}
.icon-Celsius:before            { content: "\e126";}
.icon-Fahrenheit:before         { content: "\e127";}
.icon-forrst:before             { content: "\e128";}
.icon-headphones:before         { content: "\e129";}
.icon-bug:before                { content: "\e12a";}
.icon-cart-2:before             { content: "\e12b";}
.icon-earth:before              { content: "\e12c";}
.icon-battery:before            { content: "\e12d";}
.icon-list:before               { content: "\e12e";}
.icon-grid:before               { content: "\e12f";}
.icon-alarm:before              { content: "\e130";}
.icon-location-2:before         { content: "\e131";}
.icon-pointer:before            { content: "\e132";}
.icon-diary:before              { content: "\e133";}
.icon-eye-2:before              { content: "\e134";}
.icon-console:before            { content: "\e135";}
.icon-location-3:before         { content: "\e136";}
.icon-move:before               { content: "\e137";}
.icon-gift-2:before             { content: "\e138";}
.icon-monitor:before            { content: "\e139";}
.icon-mobile-2:before           { content: "\e13a";}
.icon-switch:before             { content: "\e13b";}
.icon-star-4:before             { content: "\e13c";}
.icon-address-book:before       { content: "\e13d";}
.icon-shit:before               { content: "\e13e";}
.icon-cone:before               { content: "\e13f";}
.icon-credit-card:before        { content: "\e140";}
.icon-type:before               { content: "\e141";}
.icon-volume:before             { content: "\e142";}
.icon-volume-2:before           { content: "\e143";}
.icon-locked-2:before           { content: "\e144";}
.icon-warning:before            { content: "\e145";}
.icon-info:before               { content: "\e146";}
.icon-filter:before             { content: "\e147";}
.icon-bookmark-3:before         { content: "\e148";}
.icon-bookmark-4:before         { content: "\e149";}
.icon-stats:before              { content: "\e14a";}
.icon-compass-3:before          { content: "\e14b";}
.icon-keyboard:before           { content: "\e14c";}
.icon-award-fill:before         { content: "\e14d";}
.icon-award-stroke:before       { content: "\e14e";}
.icon-beaker-alt:before         { content: "\e14f";}
.icon-beaker:before             { content: "\e150";}
.icon-move-vertical:before      { content: "\e151";}
.icon-move-horizontal:before    { content: "\e153";}
.icon-steering-wheel:before     { content: "\e152";}
.icon-volume-3:before           { content: "\e154";}
.icon-volume-mute:before        { content: "\e155";}
.icon-play:before               { content: "\e156";}
.icon-pause:before              { content: "\e157";}
.icon-stop:before               { content: "\e158";}
.icon-eject:before              { content: "\e159";}
.icon-first:before              { content: "\e15a";}
.icon-last:before               { content: "\e15b";}
.icon-play-alt:before           { content: "\e15c";}
.icon-battery-empty:before      { content: "\e15d";}
.icon-battery-half:before       { content: "\e15e";}
.icon-battery-full:before       { content: "\e15f";}
.icon-battery-charging:before   { content: "\e160";}
.icon-left-quote:before         { content: "\e161";}
.icon-right-quote:before        { content: "\e162";}
.icon-left-quote-alt:before     { content: "\e163";}
.icon-right-quote-alt:before    { content: "\e164";}
.icon-smiley:before             { content: "\e165";}
.icon-umbrella:before           { content: "\e166";}
.icon-info-2:before             { content: "\e167";}
.icon-chart-alt:before          { content: "\e168";}
.icon-save:before               { content: "\e169";}

.social-link:after, .social-link:before {
    content: "";
    display: table;
}
.social-link:after {
    clear: both;
}
.social-link {
}
.widget_colabs_social a {
    color: #FFFFFF;
    float: left;
    font-size: 25px;
    height: 40px;
    line-height: 1em;
    margin-top: 5px;
    margin-right: 12.7px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.widget_colabs_social a:last-child {
    margin-right: 0;
}
.widget_colabs_social .social-twitter {
    background: none repeat scroll 0 0 #3CA7DF;
}
.widget_colabs_social .social-facebook {
    background: none repeat scroll 0 0 #3C5A9A;
}
.widget_colabs_social .social-pinterest {
    background: none repeat scroll 0 0 #CB2028;
}
.widget_colabs_social .social-dribbble {
    background: none repeat scroll 0 0 #EA4C89;
}
.widget_colabs_social .social-youtube {
    background: none repeat scroll 0 0 #CE332E;
}
.widget_colabs_social .social-linkedin {
    background: none repeat scroll 0 0 #0081AD;
}
.widget_colabs_social .social-instagram {
    background: none repeat scroll 0 0 #517FA4;
}
.widget_colabs_social i {
    position: relative;
    top: 7px;
}
.widget_colabs_social a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}
.widget.widget_colabs_social a {
    color: #FFFFFF;
}
#front-popular .widget_colabs_social a {
    margin-right: 7.05px;
}
#front-popular li.recentcomments {
  line-height: 27px;
}


/* Mobile Search
------------------------------------------------------------------- */
body .mm-menu > .mm-panel {
  padding: 0;
}
.mobile-search input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .mm-list > li > a, 
body .mm-list > li > span {
  /*padding-left: 10px;*/
}
body .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  margin-left: 0;
}
.mobile-search {
  padding: 10px 20px;
  background: rgba(0,0,0,.4);
}
body .mm-menu .mm-list {
  padding-top: 0;
}