/*  
Theme Name: Arthemia Premium
Theme URI: http://demo.colorlabsproject.com/arthemia
Version: 3.8.1
Author: ColorLabs & Company
Author URI: http://colorlabsproject.com/
Tags: thumbnails, newspaper, magazine, widgets, admin panel, fixed-width, two-columns, custom-background, custom-menu, featured image, threaded-comments, sticky-post.
*/
/*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: 15px/1.5 'Lato';
}
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;
}

.category-infographics div.entry p a img{
    width:100%;
}


/* #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;
    font-weight: normal;
}
.tip {}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}
code {
    background: #ececec;
}
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, #front-list ul, #front-list ol {
    margin-bottom: 15px;
}
.entry strong, .entry bold, #front-list strong, #front-list bold{
    color: #000;
}

.entry a:link, .entry a:visited, .entry a:active {
    color: #239CC8;
    outline: medium none;
    text-decoration: none;
}

.entry ol, #front-list ol {
    list-style: decimal;
}
.entry ul, #front-list ul{
    list-style: disc;
}
.entry li, #front-list li{
    margin-left: 30px;
}

.alignleft { 
    float:left;
    margin:5px 10px 10px 0
}
.alignright {
    float:right;
    margin:5px 0 10px 10px
}
.aligncenter {
    clear:both;
    display:block;
    margin:10px auto
}
/* #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: 2px 5px;
    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: 1180px;
    box-sizing: border-box;
}
.clearfloat { display: block }
.clearfloat:after, .container:after {
    width: 0;
    height: 0;
    clear: both;
    content: ' ';
    display: block;
    overflow: hidden;
    visibility: hidden;
}

.wrapper {
    width: 64.44%;
}
.wrapper #front-list, .wrapper #paged-list {
    width: 95%;
}
/* #Header
================================================== */
#head {
    font-size: 0.7em;
    background-color: #005691;
    margin-bottom: 10px;
}
#logo {
    max-width: 263px;
    width: 100%;
    padding:10px;
}

#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: 28px 10px 0;
}
#searchform .field {
    padding: 6px 12px;
    width: 200px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    
    float: left;
}

#searchform .searchbutton{
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 6px 12px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #cccccc;

float: left;
}

#searchform input[type="image"]{
  padding-top: 3px;
}

/* #Headline Block
================================================== */

#top .label {
    font: 15px/1.5 'Lato';
    font-size: 14px;
    font-weight:bold;
    padding-top: 15px;
    display:inline-block;
    text-transform: uppercase;
    padding-left: 0px;
}
#headline {
    float: left;
    display: inline;
    width: 59.6%;
    padding: 0 1.3% 2.7% 2.7%;
}
#headline img {
    border: 3px solid #fff;
    margin: 5px 15px 10px 0;
}
#headline .title {
    letter-spacing: -0.05em;
    padding: 5px 0;
}
#headline .meta {
    color: #000;
    padding: 4px 0;
    font-size: 10px;
}

#headline a.more, span.more {
    text-transform: uppercase;
}

.meta {
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
#featured {
    float: right;
    display: inline;
    width: 34%;
    font-size: 12px;
    padding: 0 1.1% 2.12% 1.1%;
}
#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;
}
#featured .meta span {
    display: block;
}

#featured a.title{
    font-size: 12px;
}

/* #Main Content
================================================== */
#page {
    padding: 10px;
    font-size: 13px;
}
#front-list, #paged-list, #content {
    width: 59.9%;
    padding: 0 2% 2% 2%;
    background: #fff;
    margin: 0 0 10px;
    border-top: 1px solid #ececec;
}
#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; */
	font-weight: 700;
	color: #107093;
}
h3.cat_title a {
    color: #333333;
    padding-bottom: 15px;
}
#front-list .title {
    font-size: 18px;
    padding-bottom: 15px;
}
.tanbox {
    width: 48%;
    padding: 10px 0;
}
.archive .tanbox {
    width: 100%;
}
/* Post */
.post, .page {
    line-height: 1.75em;
}
/*
#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%;
}
#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: #107093;
    padding: 5px 0 15px;
    line-height: normal;
    /*border-top: 3px solid #e2e2e2;*/
    /*border-bottom: 1px solid #e2e2e2;*/
}

#content h3{
    padding: 5px 0 15px;
}

#content h4{
    padding: 5px 0;
}

.post h3, .post h4{
    color: #239CC8;
}

.post .entry {
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
	font-size:15px;
}
.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;
}

.author img{
    clear: both;
}

.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;
}
.widget_video, .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.widget_video iframe,
.widget_video object,
.widget_video embed,
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#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: 92px
}
.shortcode-google-plusone {
    width: 50px
}

.author {
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.author span{
    font-size: 16px;
    display:inline-block; 
    float: left;
    margin-bottom: 10px;
}

.author p{
    clear: right;
}


/* 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 ul.commentlist blockquote {
    background: #ededed;
}
#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 {
    display: inline;
    padding: 2px;
    border: 1px solid #ccc;
    margin: 0 13px 13px 0;
}
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;
    font-size:24px;
}
li.comment div#respond h3, .alexa {
    display: none;
}
#respond textarea {
    width: 95%;
    font-size: 13px;
    margin-top: 5px;
    border: 1px solid #bbb;
    border-color: #bbbbbb #bbbbbb #eeeeee #eeeeee;
}
/* #Sidebar
================================================== */
#sidebar {
    margin: 0;
    width: 34.8%;
    font-size: 11px;
    overflow: hidden;
}
#sidebar-top {
    overflow: hidden;
}
#sidebar li {
    overflow: hidden;
    padding: 2px 0 2px 13px;
    border-bottom: 1px dotted #bbb;
    background: url(images/sub.png) no-repeat 0 45%;
}
#sidebar h3 {
    color: #000;
    margin: 0 0 5px;
    font-size: 12px;
    padding: 3px 10px;
}
.spoiler,
.sidebar-background,
.sidebar-left-background,
.sidebar-right-background {
    padding: 10px;
    overflow: hidden;
    margin: 0 0 10px;
    background: #ffffff;
}
#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;
    font-size: 14px;
    font-weight: bold;
}
/* #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 span {
    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: 70%
}
#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: 5px 15px
}
/* #Widget
================================================== */
/* 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 a{
    color: #ffd200;
}
#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;
    width: 33%;
    padding-left: 20px;
}
#footer-center {
    float: left;
    display: inline;
    text-align: center;
    width: 33%;
    padding: 60px 0;
}
#footer-right {
    float: right;
    display: inline;
    padding-right: 20px;
}

#footer h3{
    color: #ffaa00;
    font-size: 28px;
    font-weight: bold;
}

#footer{
    font-size: 18px;
}
#footer ul li a, footer ul li a:hover, footer ul li a:focus{
    color: #ffffff;
}

/* 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;
}
body.single-post .wp-caption {
    background: transparent;
}
body.single-post .wp-caption p {
    font-size:12px!important;
}
.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: 11px;
    text-align:center;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0.2em;
    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;
}
#content table
{ border-bottom: 1px solid #ddd; margin: 0 0 1.625em; width: 100%;
line-height: 19px;
}

#content th,

#content th {
    color: #666; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; line-height: 2.6em; text-transform: uppercase;
}


.likes {
    text-align:center;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
    top: 170px;
}
.likes.fixed {
    position: absolute;
    width: 69px;
}
#content .likes > a {
    vertical-align:top !important;
    margin-top: 40px !important;
}

.likes h4 {
    display: none;
}

.likes.fixed .twitter-share-button{
    margin-bottom:10px;
}

.IN-widget {
    margin-top:4px;
}


/* categories
================================================== */
#navbar-wrapper > .categories{
    margin-bottom: 75px;
}


#navbar-wrapper > .categories li {
    width: 94px;
    float: left;
    text-align: center;
}

#navbar-wrapper > .categories a {
    display: block;
    height: 50px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
}

#navbar-wrapper > .categories a:hover {
    color: #fff;
    text-decoration: none;
}

#navbar-wrapper > .categories span {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}

.bg-cat-1,
a.bg-cat-1,
#sidebar .bg-cat-1 {
    background-color: #888888;
    color: #fff;
}

.bg-cat-2,
a.bg-cat-2,
#sidebar .bg-cat-2 {
    background-color: #2bd940;
    color: #fff;
}

.bg-cat-3,
a.bg-cat-3,
#sidebar .bg-cat-3 {
    background-color: #008E61;
    color: #fff;
}

.bg-cat-4,
a.bg-cat-4,
#sidebar .bg-cat-4 {
    background-color: #5bacde;
    color: #fff;
}

.bg-cat-5,
a.bg-cat-5,
#sidebar .bg-cat-5 {
    background-color: #f70a0a;
    color: #fff;
}

.bg-cat-6,
a.bg-cat-6,
#sidebar .bg-cat-6 {
    background-color: #0a2c56;
    color: #fff;
}

.bg-cat-7,
a.bg-cat-7,
#sidebar .bg-cat-7 {
    background-color: #76ad16;
    color: #fff;
}

.bg-cat-8,
a.bg-cat-8,
#sidebar .bg-cat-8 {
    background-color: #c06a16;
    color: #fff;
}

.bg-cat-9,
a.bg-cat-9,
#sidebar .bg-cat-9 {
    background-color: #d837a8;
    color: #fff;
}

.bg-cat-10,
a.bg-cat-10,
#sidebar .bg-cat-10 {
    background-color: #f90;
    color: #fff;
}

#sidebar-top.personal-finance-sidebar h3 {
    height: 55px;
    padding-left: 75px;
    font-weight: normal;
}

.personal-finance-sidebar h3 > img {
    float: left;
    margin-left: -65px;
}

.personal-finance-sidebar h3 > strong {
    display: block;
    font-size: 14px;
}

.personal-finance-sidebar .right {
    margin-top: 1em;
}


/* MISC
================================================== */
ol.dotted {
    counter-reset: li;
}


ol.dotted > li,
ul.dotted > li {
    position: relative;
    margin-left: 30px;
    padding: 14px;
    border-bottom: dotted 1px #ccc;
    list-style: none;
}

#content ol.dotted > li > h4 {
    margin: 0 0 10px 15px;
    padding: 0;
}

ol.dotted > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -6px;
    left: -18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 18px 0 0;
    color: #BBB;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

ol.out > li,
ul.out > li {
    border-bottom: none;
    padding: 0 14px;
}
ol.out > li:before {
    padding: 5px 0 0;
}

.ideas {
    overflow: hidden;
}
.ideas .spoiler{
    float: left;
    width: 45%;
    margin:1%;
    min-height: 200px;

}

.ideas h3{
    text-transform: uppercase;
}

.ideas .catt-22, .ideas .catt-3{
    background-color: #a42d5e;
}

.ideas .catt-24, .ideas .catt-39{
    background-color: #008E61;
}

.ideas .catt-23, .ideas .catt-42{
    background-color: #5bacde;
}

.ideas .catt-13, .ideas .catt-40{
    background-color: #f70a0a;
}

.ideas .catt-41, .ideas .catt-41{
    background-color: #c06a16;
}

@media screen and (max-width: 1200px) {
    .addthis_floating_style {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .addthis_default_style {
        display: none;
    }

}

.icons {text-align:right;margin-top: 10px;}

.icons a img {opacity:.6; padding-left: 3px;}

.icons a:hover img {opacity:1;}


.gradient {
    border: 1px solid #e5e5e5;
    background: rgb(248,249,246); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(248,249,246,1) 0%, rgba(236,243,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,249,246,1)), color-stop(100%,rgba(236,243,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(248,249,246,1) 0%,rgba(236,243,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(248,249,246,1) 0%,rgba(236,243,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(248,249,246,1) 0%,rgba(236,243,227,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(248,249,246,1) 0%,rgba(236,243,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f6', endColorstr='#ecf3e3',GradientType=1 ); /* IE6-9 */
}

.gradientgrey {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */


}

.pfixed{
  text-align: center;
  padding: 0 !important;
}
.pfixed, #author{
    overflow: hidden;
    padding: 10px;
    margin-bottom: 5px;
    border: #e5920f solid 2px;
}

#author .image{
    float: left; 
    width:25%; 
    text-align:center;
}

#author .image > div{
    padding-right: 20px;
}
#author .image a {
    font-weight: bold;
}

#author .information{
    float: right; 
    width:75%;
    font-size: 14px;
    text-align: justify;
    text-justify: newspaper;
    position: relative;
}

#author .information .arrow{
    width: 58px; 
    position: absolute;
    background: none; 
    border: none;
}

#author .information span{
    font-size:22px; 
    text-align:center; 
    display: block; 
    font-weight: bold; 
    color: #000000;
}

#author .information .social {
    text-align: left;
}

#author .information .social img{
    background: none; 
    margin: 0 3px 0 1px;
    border:0; 
    width: 24px;
}


#author p{
    margin-bottom: 5px;
}

#author .avatar{
    margin:5px 10px;
}

#author a{
    color: #107093;
}

.pfixed input.find{
  display: inline !important;
}

.pfixed span{
  font-weight: bold;
  font-size: 22px;
  vertical-align:middle;
  margin-right: 8px;
}

#author input.find,
.pfixed input.find
 {
    cursor: pointer;
    background:url('images/find-the-right-loan-now-orange2.png'); 
    display: block; 
    width: 266px; 
    height: 30px;
    border: 0;
    text-indent: -999px;
    margin: 10px auto;
    outline: 0;
    vertical-align:middle;
}

/*
#author input.find:hover,
.pfixed input.find:hover
{
    background:url('images/find-the-right-loan-now-purple-2.png'); 
}
*/


#content .infobox h2.title{
    text-align:center;
    font-size:35px;
    text-transform: uppercase;
    color: #83073c; 
    padding-bottom: 10px;  
}

#content .infobox h3{
    color: #107093; 
    text-align:center; 
    font-size:30px;
    line-height: 30px;
    padding-bottom: 30px;
}

.infobox{
    width: 100%; 
}

.infobox .amount{
    float:left; 
    width:270px
}

.infobox .country{
    float:left; 
    width:150px; 
    margin-left:15px
}

.infobox .norton{
    width: 96px; 
    margin: -12px 0 0 0; 
    padding-left: 22px; 

}

.infobox .questions{
    margin: 0 auto;
    padding: 1%;
    width:47%; 

}

.infobox img{
    border: none;
    background: none;
}

.infobox ul li{
    padding-left: 60px;
    background-repeat: no-repeat;
    margin: 0;
    line-height: 35px;
    list-style-type: none;

    font-size: 16px;
}

.infobox ul li span{
    font-size: 25px; 
    color:#107093;
}

.infobox ul li:nth-child(1){
    background-image: url('images/icon-3-1.png');
    height: 120px;
} 
.infobox ul li:nth-child(2){
    background-image: url('images/icon-2-1.png');
    background-position: 8px 8px;
    height: 80px;
}

.selectize-input{
    text-align: left;
}

.infobox .zipcode {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #d0d0d0; 
    border-radius:3px; 
    float: left; 
    padding-left: 8px; 
    height: 42px; 
    font-family: 'Lato'; 
    font-size: 15px; 
    margin-left: 15px;
}

.formbox{
    border: 1px solid #e5e5e5;

    padding: 1%;
    float: right;
    width: 47%;
    height: 219px;
}

.infobox .gradient {
    padding: 1%;
}

.formbox h2, .questions h2{
    color: #107093;
    padding: 0 0 20px 30px;
}

.questions h2{
    background: url('images/micon-3-1.png') no-repeat;
}

.formbox h2{
    background: url('images/micon-2-1.png') no-repeat;
}

.formbox p, .questions p, .infobox .gradient p{
    text-align: justify;
    text-justify: newspaper;
}

.applybox {
    clear: both;
    width: 600px;
    margin: 0 auto;
    border: #e5920f solid 2px;

    padding: 10px;
}

.applybox .arrow{
    width: 43px; position: absolute;
    background: none; 
    border: none; 
    left: -50px;
    top: -12px;
}

.applybox span{
    font-size:32px;
    line-height: 32px;
    text-align:center; 
    display: block; 
    font-weight: bold; 
    color: #107093; 
    margin-bottom: 20px
}

.applybox .apply{
    cursor: pointer;
    background:url('images/Startnow-3.png'); 

    width: 167px; 
    height: 47px;
    border: 0;
    text-indent: -999px;
    outline: 0; 
    margin-left: 15px;

}
/*
.applybox .apply:hover{
    background:url('images/Startnow-a.png'); 
}
*/

.applybox .apply{
    padding-top: 6px;
}

.applybox select{
    width: 300px;
    height: 50px;
    font-size: 20px;
    display: block;
    float: left;

    box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

.three_steps .over{
    padding: 20px 0;
}

.three_steps .shorttext{
    display: block;
    padding: 20px 0;
}


.three_steps ul {
    list-style: none;
}

.three_steps li {
    float: left;
}


.three_steps {
    background:  url("images/3_steps_bg.jpg") no-repeat scroll right center transparent;
    min-height: 181px;
}

.logobar{
    overflow: hidden;
    text-align:center;
    background: url("images/footer_bg_gr.png") repeat-x scroll 0 0 #FFFFFF;
}



#shareRowBottom {
    text-align: center;
    position: relative;
    padding: 10px 0 1em;
}

#shareRowBottom a.btn-share {
    width: 46.65%;
    float: left;
    padding: 9px;
    cursor: pointer;
}
a.optout{ padding: 2px; font-weight: bold;}
a.optout, a.facebook_button{border-color:#37538d #37538d #213256;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);color:#ffffff;text-shadow:0 0px 1px #283d68;background-color:#3e5ea1;background-image:-moz-linear-gradient(top, #4466ae, #37538d);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#4466ae), to(#37538d));background-image:-webkit-linear-gradient(top, #4466ae, #37538d);background-image:-o-linear-gradient(top, #4466ae, #37538d);background-image:linear-gradient(to bottom, #4466ae, #37538d);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4466ae', endColorstr='#ff37538d', GradientType=0);border-color:#283d68;*background-color:#37538d;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;border-color:#37538d;-webkit-box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);-moz-box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);}

a.facebook_button:hover,a.facebook_button:focus,a.facebook_button:active,a.facebook_button.active,a.facebook_button.disabled,a.facebook_button[disabled]{color:#ffffff;background-color:#37538d;*background-color:#30487b;}

a.facebook_button:active,a.facebook_button.active{background-color:#283d68 \9;}
a.facebook_button:hover,a.facebook_button:focus,a.facebook_button:active,a.facebook_button.active,a.facebook_button.disabled,a.facebook_button[disabled]{color:#ffffff;background-color:#37538d;*background-color:#30487b;}
a.facebook_button:active,a.facebook_button.active{background-color:#283d68 \9;}
a.facebook_button:hover,a.facebook_button:focus{-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.1), 0 1px 1px rgba(5,15,30,.3);-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,.1), 0 1px 1px rgba(5,15,30,.3);box-shadow:inset 0 1px 1px rgba(255,255,255,.1), 0 1px 1px rgba(5,15,30,.3);border-color:#30487b;text-shadow:0px 1px 1px #213256;}
a.facebook_button:active{border-color:#2d4373;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15);box-shadow:inset 0 2px 4px rgba(0,0,0,.15);}


a.pinterest_button{border-color:#00a6d4 #00a6d4 #006a87;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);color:#ffffff;text-shadow:0 0px 1px #007ea1;

                   background: #cb2027; /* Old browsers */
                   background: -moz-linear-gradient(top,  #cb2027 0%, #bb1b22 100%); /* FF3.6+ */
                   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb2027), color-stop(100%,#bb1b22)); /* Chrome,Safari4+ */
                   background: -webkit-linear-gradient(top,  #cb2027 0%,#bb1b22 100%); /* Chrome10+,Safari5.1+ */
                   background: -o-linear-gradient(top,  #cb2027 0%,#bb1b22 100%); /* Opera 11.10+ */
                   background: -ms-linear-gradient(top,  #cb2027 0%,#bb1b22 100%); /* IE10+ */
                   background: linear-gradient(to bottom,  #cb2027 0%,#bb1b22 100%); /* W3C */
                   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2027', endColorstr='#bb1b22',GradientType=0 ); /* IE6-9 */


                   -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;border-color:#00a6d4;-webkit-box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);-moz-box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);}a.pinterest_button:hover,a.pinterest_button:focus,a.pinterest_button:active,a.pinterest_button.active,a.pinterest_button.disabled,a.pinterest_button[disabled]{color:#ffffff;background-color:#00a6d4;*background-color:#0092ba;}

a.pinterest_button:active,a.pinterest_button.active{background-color:#007ea1 \9;}
a.pinterest_button:hover,a.pinterest_button:focus,a.twitter_button:active,a.pinterest_button.active,a.pinterest_button.disabled,a.pinterest_button[disabled]{color:#ffffff;background-color:#00a6d4;*background-color:#0092ba;}
a.pinterest_button:active,a.pinterest_button.active{background-color:#007ea1 \9;}
a.pinterest_button:hover,a.pinterest_button:focus{-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.1), 0 1px 1px rgba(5,15,30,.3);-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,.1), 0 1px 1px rgba(5,15,30,.3);box-shadow:inset 0 1px 1px rgba(255,255,255,.1), 0 1px 1px rgba(5,15,30,.3);border-color:#0092ba;text-shadow:0px 1px 1px #006a87;}
a.pinterest_button:active{border-color:#008ab0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15);box-shadow:inset 0 2px 4px rgba(0,0,0,.15);}

a.twitter_button{border-color:#00a6d4 #00a6d4 #006a87;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);color:#ffffff;text-shadow:0 0px 1px #007ea1;background-color:#01bbee;background-image:-moz-linear-gradient(top, #02c9ff, #00a6d4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#02c9ff), to(#00a6d4));background-image:-webkit-linear-gradient(top, #02c9ff, #00a6d4);background-image:-o-linear-gradient(top, #02c9ff, #00a6d4);background-image:linear-gradient(to bottom, #02c9ff, #00a6d4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff02c9ff', endColorstr='#ff00a6d4', GradientType=0);border-color:#007ea1;*background-color:#00a6d4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;border-color:#00a6d4;-webkit-box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);-moz-box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);box-shadow:inset 0px 1px 1px rgba(255,255,255,.2);}a.twitter_button:hover,a.twitter_button:focus,a.twitter_button:active,a.twitter_button.active,a.twitter_button.disabled,a.twitter_button[disabled]{color:#ffffff;background-color:#00a6d4;*background-color:#0092ba;}
a.twitter_button:active,a.twitter_button.active{background-color:#007ea1 \9;}
a.twitter_button:hover,a.twitter_button:focus,a.twitter_button:active,a.twitter_button.active,a.twitter_button.disabled,a.twitter_button[disabled]{color:#ffffff;background-color:#00a6d4;*background-color:#0092ba;}
a.twitter_button:active,a.twitter_button.active{background-color:#007ea1 \9;}
a.twitter_button:hover,a.twitter_button:focus{-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,.1), 0 1px 1px rgba(5,15,30,.3);-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,.1), 0 1px 1px rgba(5,15,30,.3);box-shadow:inset 0 1px 1px rgba(255,255,255,.1), 0 1px 1px rgba(5,15,30,.3);border-color:#0092ba;text-shadow:0px 1px 1px #006a87;}
a.twitter_button:active{border-color:#008ab0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15);box-shadow:inset 0 2px 4px rgba(0,0,0,.15);}

#shareRowBottom{text-align:center;position:relative;padding:10px 0 1em;*zoom:1;} 
#shareRowBottom:before, #shareRowBottom:after{display:table;content:"";line-height:0;}
#shareRowBottom:after{clear:both;}
#shareRowBottom h3{font-size:1.5em;line-height:1.2em;margin-top:20px;margin-bottom:10px;font-weight:normal;color:#333333;}
#shareRowBottom a.btn-share{float:left;padding:9px;}
#shareRowBottom a.btn-share.pinterest_button{float:right;} 
#shareRowBottom a.btn-share.pinterest_button .icon:before{content:'\f099';color:#fff;font-size:1.2em;padding:0;line-height:1em;vertical-align:middle;position:relative;top:-1px;margin-right:6px;margin-left:-5px;padding-top:0;}
#shareRowBottom a.btn-share.facebook_button .icon:before{content:'\f09a';color:#fff;font-size:1.2em;padding:0;line-height:1em;vertical-align:middle;position:relative;top:-1px;margin-right:6px;margin-left:-5px;padding-top:0;}
#shareRowBottom a.btn-share .textNode{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;}

#shareRowBottom .textNode {
    padding-left: 10px;
}

ul.share li {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: block;
}
#content{
    position: relative;
}
#shareOverlay{list-style:none;margin:0;padding:0;position:absolute;margin-left:-13px;margin-top:1em;top:7.5em;z-index:500;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .4s, top .25s;-moz-transition:opacity .4s, top .25s;-o-transition:opacity .4s, top .25s;transition:opacity .4s, top .25s;}#shareOverlay.visible{opacity:1;filter:alpha(opacity=100);}
#shareOverlay li{margin-bottom:-1px;}#shareOverlay li a{border:1px solid #fff;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;-webkit-box-shadow:3px 3px 4px rgba(58, 45, 30, 0.7);-moz-box-shadow:3px 3px 4px rgba(58, 45, 30, 0.7);box-shadow:3px 3px 4px rgba(58, 45, 30, 0.7);}

#shareOverlay a{
    cursor: pointer;
    text-decoration: none;
}

ul.share li{vertical-align:middle;margin:0;padding:0;display:block;}ul.share li a{font-size:1em;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top;padding:13px 15px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#fff;}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #303030;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #303030;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #303030;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #303030;
}



#Paydayform .container {
    width: auto;
    margin: 0 auto;
    max-width: none;
    background: none;
}

#content #Paydayform table{
    border-bottom: none;
}

#t3Form select{
    min-width: inherit;
}

#t3Form .clearfix {
    width: auto;
    height: auto;
    clear: both;
    content: normal;
    display: block;
    overflow: visible;
    visibility: visible;
}

a.nav-expander {

color: #FFFFFF;
display: block;
width: 100%;
height: 60px;
background-image: url(images/review.png);
background-repeat: no-repeat;
max-width: 70px;
background-position: center center;
float: left;
border-right: 1px solid #669abd;
padding: 10px;

}

nav {
    background: #005691;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -20.5em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 2000;
    border-right: 1px solid #ffffff;

    transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;

}
.nav-expanded nav {
    left: 0;
}

body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 24px;
    padding-right: 10px;
}

.main-menu {
    padding-top: 12px;
}

.main-menu li {
    border-bottom: 1px solid #323949;
    margin-left: 20px;
    font-size: 18px;
    padding: 12px;
    color:#fff;
}

.main-menu li a {
    color: #ffffff;
    text-decoration: none;
}

.main-menu li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.main-menu li .sub-nav {
    border-bottom: 0px;
    padding: 4px;
}

.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
    border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
    border-bottom-color: #4f5963;
}

.icon:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\f105';
}

.main-menu li > a > span.icon {
    float: right;
    margin: 0.1em 1.7em -0.1em 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
    float: right;
    margin: 0.1em 0.8em -0.1em 0;
    opacity: 1;
}

.text-right{
    text-align: right;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

  
.post-affix .affix-top h1.product-name-extended{
margin-bottom: 28px !important;
}


@media screen and (max-width: 1280px) and (min-width: 1280px) {

.addthis_toolbox{
left:10px!important;
top:85px!important;
}
}

.product-table table{
    border: 1px solid #9ba3a7;
    margin-bottom: 5px;
}
.product-table table td {
    padding: 0px 10px!important;
    font-size: 14px;
}

.product-table table td:nth-of-type(2) {
    font-size: 30px;
    text-align: center;
		line-height: 37px;
}

/*
.one-of-eight {
    width: 11%;
}
.two-of-eight {
    width: 24%;
}
.five-of-eight {
    width: 63%;
}
.six-of-eight {
    width: 72%;
}
*/
.belka{
border-bottom: 1px dotted #bbbbbb;
}

/** topapps produkty **/
.best-product {
    padding: 5px;
    overflow: hidden;
    border: 1px solid #9ba3a8;
}
.product-description.p0 .product-description-wrapper:nth-child(4n+1) {
    clear: left;
    padding-left: 0 !important;
    padding-right: 10px !important;
}
.product-description-wrapper {
    padding: 5px;
}
.best-product img.product-img {
    width: 100%;
}

.best-product-desc h3 a {
    color: #005691;
    font-size: 22px;
}
.best-product-desc h3 {
    margin: 0px;
    padding: 10px 0px;
    margin-top:5px;
}

@media (min-width: 992px){
.topapps .col-md-3 {
    width: 24%;
}
}

/** **/

/** nowy top **/

@font-face {
	font-family: "MyriadProBold";
	src: url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProBold.eot');
	src: url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProBold.eot?#iefix') format('embedded-opentype'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProBold.woff') format('woff'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProBold.ttf') format('truetype'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProBold.svg#quartzregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "MyriadProRegular";
	src: url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProRegular.eot');
	src: url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProRegular.eot?#iefix') format('embedded-opentype'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProRegular.woff') format('woff'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProRegular.ttf') format('truetype'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProRegular.svg#quartzregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clear {
	clear: both;
}
#menu {
	width: 100%;
	margin: 0 auto;
	background: #005691;
	font-family: "Lato";
	font-size: 20px;
	color: #fff;
	height: 52px;
}
#menu .menu_mobile, #menu .logo, #menu .search, #menu .search_flap input[type=submit], #menu .search_flap input[type=text] {
	float: left;
	display: inline;
}
#menu .menu{
float:right;
display:inline;
}
.menu_mobile {
	width: 66px;
	text-align: center;
}
.menu_mobile img {
	margin: 7px 0 0 0;
}
#menu .logo {
	width: 103px;
	border-left: 1px solid #006fb7;
	text-align: center;
  padding:0px;
}
.logo img {
	margin: 4px 0 0 0;
}
#menu .search_flap {
	height: 33px;
	border: 1px solid #05629f;
	background: #005691;
	margin-top: 8px;
}
#menu .search_flap input[type=submit] {
	background: #117cbe url("gfx/search.png") no-repeat scroll 9px 8px;
	width: 35px;
	height: 33px;
	border: 0px;
	text-align: center;
    background-size: 20px;
}
#menu .search_flap input[type=text] {
	width: 402px;
/*	height: 21px; */
	color: #fff;
	font-size: 16px;
	padding: 6px 8px;
	border: 0px;
	margin-left: 1px;
	background: #117cbe;
}
#menu .menu ul {
	margin: 14px 0 0 15px;
	padding: 0px;
	list-style: none;
}
#menu .menu li {
	display: inline;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 30px;
}
#menu .menu li a, #menu .menu li a:hover {
	color: #fff;
	text-decoration: none;
}
#menu .menu li:last-child {}
#menu .menu li img {
	margin-right: 7px;
}
/* for 1024px or less */
@media screen and (max-width: 1024px) {
	#menu {
		width: 100%;
	}
	#menu .menu {
    width: 48%;
	}
	#menu .menu li {
		font-size: 18px;
		margin: 0 3%;
	}
	#menu .menu ul {
		margin: 14px 0 0 10px;
	}
	#menu .search_flap input[type="text"] {
		width: 300px;
	}
}

#search_mobile {
    display: none;
}
/* for 768px or less */
@media screen and (max-width: 768px) {
/*
	#menu .menu {
		display: none;
	}
	
	#menu .search,
    #menu .search2 {
        display: none !important;
    }
    
    #search_mobile {
        display: block;
    }
    
    #search_mobile .search2 .search_flap {
        width: 80% !important;
        margin: 0 auto !important;
    }
*/  
    
    #search_mobile .search2 {
        height: 44px;
        border: 1px solid #05629f;
        background: #005691;
        padding: 5px 0;
    }
    
    #search_mobile .search2 .search_flap input[type="text"]{
        width: calc(100% - 41px) !important;
        vertical-align: top !important;
        height: 33px;
        color: #fff;
        font-size: 16px;
        padding: 6px 8px;
        border: 0px;
        margin-left: 1px;
        background: #117cbe;
        box-sizing: border-box;
    }
    
    #search_mobile .search2 .search_flap input[type="submit"] {
        background: #117cbe url(../apps/gfx/search.png) no-repeat scroll 9px 8px;
        width: 35px;
        height: 33px;
        border: 0px;
        text-align: center;
    }
}
/* for 414px or less */
@media screen and (max-width: 414px) {
	#menu {
		height: auto;
		/*position: absolute;*/
		padding-bottom: 2%;
	}
	.logo {
/*		width: 82%;*/
        width: 103px;
		float: right;
		text-align: center;
/*		border-left: 0px;*/
	}
	.logo img {
		margin-right: 2%;
	}
	#menu .search {
        clear: both;
/*        display: block;*/
        margin-left: 2%;
        margin-top: 2%;
        width: 96%;
	}
	#menu .search_flap {
		margin: 0 auto;
	}
	#menu .search_flap {
		border: 0px;
	}
	#menu .search_flap {
		width: 100%;
	}
	#menu .search_flap input[type="submit"] {
		width: 10%;
		background: #117cbe url("gfx/search.png") no-repeat scroll 12px 8px;
	}
	#menu .search_flap input[type="text"] {
    width: 85%;
	}
}
/* for 320px or less */
@media screen and (max-width: 320px) {
	.logo {
		width: 79%;
	}
	.search_flap input[type="text"] {
    width: 81%;
	}
	.search_flap input[type="submit"] {
		width: 13%;
	}
}


/** **/



/** nowy bamer pod nowy menu */
@font-face {
	font-family: "MyriadProSemibold";
	src: url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProSemibold.eot');
	src: url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProSemibold.eot?#iefix') format('embedded-opentype'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProSemibold.woff') format('woff'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProSemibold.ttf') format('truetype'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProSemibold.svg#quartzregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "MyriadProBold";
	src: url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProBold.eot');
	src: url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProBold.eot?#iefix') format('embedded-opentype'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProBold.woff') format('woff'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProBold.ttf') format('truetype'),
		url('//s.financesonline.com/media/themes/arthemia-premium/fonts/MyriadProBold.svg#quartzregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
#banner {
	/*width: 1280px;*/
	width:100%;
  height: 223px;
	background: url(gfx/nowe_tlo.png) repeat;
	margin: 0px auto;
  margin-bottom: 10px;
} 
.banner_left, .banner_right, .banner_right ul {
	float: left;
	display: inline;
}
.banner_left, .banner_right {
	color: #fff;
}
.banner_left {
	width: 65%;
	text-align: center;
}
.banner_right {
	width: 35%;
}
.banner_right h4 {
	margin: 30px 0 14px 0;
	font-size: 18px;
}
.banner_right ul, .banner_left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.banner_right li {
  background: rgba(0, 0, 0, 0) url("gfx/bullet.png") no-repeat scroll 0 12px;
  display: block;
  font-size: 14px;
	padding-left: 8px;
	line-height: 23px;
}
.banner_right li a {
	color: #fff;
	text-decoration: none;
}
.banner_right li a:hover {
	color: #fff;
	text-decoration: underline;	
}
ul#banner_first_list {
	margin-right: 22px;
}
.banner_left h1 {
	font-size: 29px;
	margin-top: 22px;
}
.banner_left h3 {
	font-size: 20px;
	width: 566px;
	margin: 20px auto;
	line-height: 27px;
}
.banner_left li {
	display: inline-block;
	margin: 0 20px;
}
/* for 1280px or less */
@media screen and (max-width: 1280px) {
	#banner {
    height: auto;
    width: 100%;
		padding-bottom: 2%;
	}
	ul#banner_first_list {
		margin-bottom: 5%;
	}
  
  .banner_left li:nth-child(2) {
    margin-top:10px;
  }
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	.banner_left h1 {
		font-size: 24px;
	}
	.banner_left h3 {
    font-size: 16px;
    line-height: 24px;
    width: 80%;
	}
	.banner_left li {
		margin: 2% 0;
	}
  
  
}
/* for 667px or less */
@media screen and (max-width: 667px) {
	.banner_left, .banner_right {
		clear: both;
		width: 98%;
	}
	.banner_right {
		padding-left: 2%;
	}
	.banner_left > ul li {
		margin: 0px 1%;
		display: inline-block;
	}
  .banner_left > ul li:nth-child(2) {
    margin-top:10px;
  }
  

}
/* for 384px or less */
@media screen and (max-width: 384px) {
	.banner_left > ul li {
    display: block;
    margin: 2% 0;
	}
  .banner_left li:nth-child(2) {
    margin-top:10px;
  } 
}

/** **/
.home .a2a_floating_style{
    top: 328px!important;
}
#front-list .cat_title{
padding:5px;
padding-left:0px;
}

#headline h1 a{
font-weight:bold;
}
.top_category h3{
padding:15px 0px 15px!important;
}

.panele .panel-heading {
    background: #38b44a;
    background: -moz-linear-gradient(top, #38b44a 0%, #049445 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38b44a), color-stop(100%,#049445));
    background: -webkit-linear-gradient(top, #38b44a 0%,#049445 100%);
    background: -o-linear-gradient(top, #38b44a 0%,#049445 100%);
    background: -ms-linear-gradient(top, #38b44a 0%,#049445 100%);
    background: linear-gradient(to bottom, #38b44a 0%,#049445 100%);
    padding: 0px 15px;
    /*cursor: pointer;*/
}

.panele .panel-title {
    color: #ffffff;
    font-size: 26px;
    width: 90%;
    border-right: 2px solid #1f8f3d;
    padding: 10px 10px 10px 0px!important;
    display: inline-block;
}

.panele .panel-heading i.glyphicon-chevron-up,.panele .panel-heading i.glyphicon-chevron-down {
    background-color: #77c242;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    position: relative;
    top: -5px;
}


.panele .panel-heading i.glyphicon-chevron-up {
    line-height: 21px;
    padding-left: 2px;
}

.panele h4.panel-title span.more {
    font-size: 14px;
    line-height: 32px;
    text-transform: none;
}
.panele .panel-heading i.glyphicon-chevron-up, .panele .panel-heading i.glyphicon-chevron-down {
    margin-left: 35px;
}

.panele .panel-title a{
color:white;
}

.top-items{
    padding: 0px 5px 0px 15px;
}

#affix-wrapper .product-table table{
margin:0;
}
.wp-pagenavi a, .wp-pagenavi a:link{
display: inline-block;
}
.hide_extend .extend{
display:none;
}
.small_nav .wp-pagenavi a, .small_nav .wp-pagenavi a:link{
padding: 0px 4px 0px 4px;
line-height: 18px;
}
.bold{
  font-weight:bold;
}

.a2a_kit{
  display:none!important;
}

/** post postid-36915 **/
.postid-36915 #page img , .clear_img_border img{
  border:none;
}

#shareRowBottom .twitter_button{
    float:right!important;
}

.panel-group .collapsed .glyphicon-chevron-up:before,.panel-group .collapsed .glyphicon-chevron-down:before{
    content: "\e114"!important;
}
.panel-group .collapsed .glyphicon-chevron-up,.panel-group .collapsed .glyphicon-chevron-down{
    padding-left:0px!important;
    padding-right:1px!important;
}



/** footer **/

#footer {
    height: auto;
    padding: 1% 0;
    display: block;
    clear: both;
    background: #fff!important;
    overflow: hidden;
}
#footer {
    border-top: 7px solid #e4e4e4;
}
.footer {
    width: 1492px;
    margin: 0 auto;
}

.footer_adress, .footer_company, .footer_follow_us {
    float: left;
    display: inline-block;
}


#footer {
    margin: 0;
    padding-bottom: 4%;
}
.footer_adress {
    width: 54%;
    text-align: center;
}
.footer_company {
    width: 27%;
}
.footer_follow_us {
    width: 14%;
    padding-left: 4%;
}
.footer_follow_us {
    border-left: 3px solid #d6d6d6;
}
.footer_follow_us h4, .footer_company h4,.footer_follow_us h3, .footer_company h3 {
    color: #0d5496;
    font-weight: 700;
    font-size: 1.6em;
}
.footer_company > ul {
    display: block;
    float: left;
    margin: 4% 12% 0 0;
}
.footer_follow_us li {
    display: block;
    font-weight: 400;
}
.footer_links li a {
    color: #000 !important;
    text-decoration: none;
}
.footer_links li a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.footer_follow_us > ul {
    margin-top: 4%;
}
.footer_adress span {
    display: block;
    font-weight: 700;
    line-height: 26px;
    font-size: 1.5em;
    color: #000;
}
.footer_adress img {
    margin-top: 4%;
}


@media screen and (max-width: 1366px) {

    .footer {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .footer_adress {
        clear: both;
        width: 100%;
    }

    .footer_company, .footer_follow_us {
        width: 47%;
    }
    .footer_adress {
        margin-bottom: 10%;
    }

}


@media screen and (max-width: 320px) {
    .footer_adress span, .footer_follow_us h4, .footer_company h4 {
        font-size: 1.2em;
    }
}

@media (min-width : 300px) {

    /*--- footer ---*/
    #footer .footer_links:after{
        display: block;
        content: '';
        clear: both;
    }

    #footer .footer_adress img{
        max-width: 80%;
    }

    #footer .footer_adress span{
        font-size: 1.2em;
        font-weight: 500;
    }

    #footer .footer_links{
        max-width: 1170px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #footer .footer_adress{
        width: 100%;
        margin-bottom: 30px;
    }

    #footer .footer_company{
        width:  45%;
    }

    #footer .footer_follow_us{
        padding-left: 5%;
        width: 45%;
    }
    /*--- END footer ---*/
}


/* Tablets  ----------- */
@media (min-width : 481px) {
    #footer .footer_links{
        max-width: 1170px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}


/* Desktops and laptops ----------- */
@media screen and (min-width: 1224px) {
    #footer{
        padding-top: 4%;
    }

    #footer .footer_links{
        max-width: 1170px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-end;
    }

    #footer .footer_links .footer_follow_us{
        padding: 0;
        margin: 0;
    }

    #footer .footer_links .footer_adress{
        width: auto;
        box-sizing: border-box;
        padding-right: 25px;
        margin-bottom: 0;
        margin-right: auto;
    }

    #footer .footer_links .footer_company, #footer .footer_links .footer_follow_us{
        width: auto;
        padding: 0 40px;
    }

    #footer .footer_links .footer_company ul{
        margin: 0;
        padding-right: 20px;
        box-sizing: border-box;
    }
}


/* Large screens ----------- */
@media  (min-width : 1824px) {
    #footer .footer_links{
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

#footer {
    padding-top: 2%;
    padding-bottom: 2%;
}

#footer .footer_adress {
    order: 2;
    margin-left: auto;
    margin-right: auto;
}

#footer .footer_follow_us {
    order: 3;
}

#footer .footer_follow_us h4,#footer .footer_follow_us h3 {
    color: #fb8b15;
}

#footer .footer_company {
    border-right: 3px solid #d6d6d6;
    display: flex;
    flex-direction: column;
}

#footer .footer_company h4 {
    color: #fb8b15;
}

#footer .footer_company li {
    font-size: 12px;
}

.footer_follow_us li {
    font-size: 12px;
}
/** /footer **/

.btn-dark-blue {
    background-color: #005691;
}

/** ask a question widget **/
#ask_product_a_question_form{
    max-width:450px;
    padding:10px;
    margin:0 auto;
}
#ask_product_a_question_form .error{
    color:red;
}
#ask_product_a_question_form .valid{
    color:green;
}
#ask_product_a_question_form label{
    text-align: left;
    display: block;
}
#ask_product_a_question_modal{
font-size: 14px;
}
#ask_product_a_question_modal p {
    text-align: center;
}
#ask_product_a_question_modal h3{
    font-size:24px;
}
#ask_product_a_question_modal .info {
    width: 330px;
    margin: 0 auto;
}
.ask_product_question_info_cont{
    font-family: 'Quicksand', sans-serif;
}
.ask_product_question_info_cont .info-heading,#ask_product_a_question_modal .info-more{
    font-family: 'Quicksand', sans-serif;
}
.ask_product_question_info_cont .info-heading {
    color: #000;
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    margin-left:25px;
}
#ask_product_a_question_modal .info-more{
    margin-top:10px;
}
#ask_product_a_question_modal .info-icon {
    margin-left: 10px;
    max-width: 60px;
    margin-top: 4px;
}
.ask_product_question_info_cont .info-icon,.ask_product_question_info_cont .info-heading{
    float:left;
}

.help_us_verify_h3{
    color: #005691;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    display:block;
}
#ask_product_a_question_modal .ask_a_questionh3{
    font-size:24px;
    display:block;
    margin: 0px;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
}

#ask_product_a_question_form select{
    width:100%;
}

#ask_product_a_question_modal .success{
    color:green;
}
.widget_questionaskvendor .answer{
    display: none!important;
}



/* for 414px or less */
@media screen and (max-width: 414px) {
    #menu {
        height: auto!important;
/*        padding-bottom: 2%!important;*/
    }
    #menu .logo {
        width: 103 !important;
        float: right;
        text-align: center;
/*        border-left: 0px;*/
        max-width: 60px;
    }
    #menu .logo img {
        margin-right: 2%;
    }
    #menu .search2 {
        clear: both;
        display: block;
        margin-left: 2%;
        margin-top: 2%;
        width: 96%;
    }
    #menu .search_flap {
        margin: 0 auto;
    }
    #menu .search_flap {
        border: 0px;
    }
    #menu .search_flap {
        width: 100%;
    }
    #menu .search_flap input[type="submit"] {
        width: 10%;
        background: #117cbe url("gfx/search.png") no-repeat scroll 6px 8px;
        background-size: 20px;
    }
    #menu .search_flap input[type="text"] {
        width: 85%;
    }
}
/* for 320px or less */
@media screen and (max-width: 320px) {
    #menu .logo {
        width: 79%!important;
    }
    #menu .search_flap input[type="text"] {
        width: 81%!important;
    }
    #menu .search_flap input[type="submit"] {
        width: 13%!important;
    }
}

@media (max-width: 600px) {
        #menu .search2 {
        width: 100%;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.qtip {
    position: absolute;
    top: 5px;
    right:10px;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
}

.social-icons-question-tooltip {
    width: 15px;
    height: 15px;
    background-position: -73px 0;
}

.social-icons {
    background-image: url(//reviews.financesonline.com/media/themes/apps/css/../images/social_spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

/** menu **/

#menu {
    display: flex;
    align-items: center;
}

#menu .search {
    display: flex;
}

#menu .menu {
    margin-left: auto;
}

#menu .menu ul li {
    margin: 0 30px;
}

#menu .menu ul {
    margin: 0;
}

#menu .search_flap {
    margin-top: 0;
}

.page-id-23822 .bg-title {
	color: white !important;
	margin-bottom: 30px;
	margin-top: 30px;	
    text-align: center;
    padding: 15px !important;
    color: white !important;
    background: url(//s.financesonline.com/media/themes/arthemia-premium/css/blue_background.png);
}

.page-id-23822 #sidebar {
    display: none;
}

.page-id-23822 #content {
    width: 100%;
    box-sizing: border-box;
}

@media all and (max-width: 1350px) {
    #menu .menu {
        display: flex !important;
    }
    #menu .menu ul li {
        margin: 0 20px;
    }
}

@media all and (max-width: 1250px) {
    #menu .menu {
        display: flex !important;
    }
    #menu .menu ul li {
        margin: 0 15px;
    }
}

@media all and (max-width: 1200px) {
    #menu .menu {
        display: flex !important;
    }
    #menu .search_flap input[type=text] {
        width: 300px !important;
    }
    #menu .menu ul li {
        margin: 0 15px;
    }
}

@media all and (max-width: 1135px) {
    #menu .menu {
        display: flex !important;
    }
    #menu .search_flap input[type=text] {
        width: 300px !important;
    }
    #menu .menu ul li {
        margin: 0 5px;
    }
}

@media all and (max-width: 1100px) {
    #menu .menu {
        display: none !important;
    }
    #menu .search_flap input[type=text] {
        width: 300px !important;
    }
    #menu .menu ul li {
        margin: 0 5px;
    }

	#menu .menu {
        display: flex !important;
        justify-content: flex-end;
	}
    
    #menu .menu ul li {
        display: none;
	}
    
    #menu .menu ul li:last-child,
    #menu .menu ul li:last-of-type {
        display: block;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .product-affix.affix {
        position: fixed;
    }
}

#post_12850 >#map{
    display: none;
}

.best-product-buttons{
    text-align: center;
}
.best-product-buttons a {
    display: block;
    margin: 5px 0;
    font-size: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    opacity: .9;
}

.best-product-buttons .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.best-product-buttons .btn_read_review {
    background: #428bca;
    border-radius: 5px;
    color: white;
}

.best-product-buttons .btn-yellow {
    background: #fede5f;
    background: -moz-linear-gradient(top,#fede5f 0,#fede5f 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fede5f),color-stop(100%,#fede5f));
    background: -webkit-linear-gradient(top,#fede5f 0,#fede5f 100%);
    background: -o-linear-gradient(top,#fede5f 0,#fede5f 100%);
    background: -ms-linear-gradient(top,#fede5f 0,#fede5f 100%);
    background: linear-gradient(to bottom,#fede5f 0,#fede5f 100%);
    color: #000;
		margin-right: 3px;
}
.page-template-page-topapps .best-product-desc h3{
    min-height: 50px;
    padding: 5px 0 0px!important;
    text-align: center;
}
.page-template-page-topapps .best-product-buttons a{
    min-width: 88px;
}
.page-template-page-topapps p.blurb{
    min-height: 45px;
    margin-bottom:0px!important;
    text-align: center;
}
#wpcf7-f29134-p12850-o1 .wpcf7-response-output {
    clear: both;
}
.page-id-61651 .wpcf7-response-output {
clear: both;
}
.product-table table td {
	line-height: 15px;
	height: 37px;
}

.wp_autosearch_suggestions .wp_result_post img{
    margin-top:10px;
}

.home .wp_autosearch_image {
    margin: 2px !important;

}
.best-product-buttons > .btn.btn-yellow {
	float: left;
 

							   
					
}
.inline-block{
    display: inline-block;
}

.social-icons-question-tooltip{
    cursor: pointer;
}

.entry li.subcategory{
    margin-left: 40px;
}

/* browse-all-software-categories */
.postid-20610 .bg-title{
    font-size: 24px!important;
}
.category_best_product{
    text-align: left;
}
.category_best_product__name{
    font-size: 22px;
    text-align: center;
}
.category_best_product_badge{
    text-align: center;
    font-weight: bold;
}
.category_best_product__logo,.category_best_product__buttons{
    text-align: center;
}
.category_best_product__buttons .btn {
    min-width:120px;
    opacity: 0.9;
    float: left;
    margin-right: 9.5px;
}

.category_best_product__buttons .btn:last-child {
    margin-right: 0;
}

.category_best_product__buttons .btn:hover {
    opacity: 1;
}

@media all and (max-width: 1200px) {
    .category_best_product__buttons .btn {
        float: none;
        margin-right: 1%;
    }
    
    .page-template-page-topapps .best-product {
        height: 310px;
    }
    
    .best-product-buttons>.btn.btn-yellow {
        float: none;
    }
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .page-template-page-topapps .best-product-buttons a {
        padding: 6px 5px;
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media all and (max-width: 768px) {
    .page-template-page-topapps .best-product {
        height: auto;
    }
}

.page-id-36960 .breadcrumb{
    display: none!important;
}
.page-id-36960 > section.main{
    padding-top: 30px!important;
}

/** modal spinner **/

.modal-body-with-loader{
    min-height: 342px
}
.modal_ajax_loader{
    margin-top:140px;
}
/** --- **/


.fot-toc a {
    color: #1f6595;
}
.fot-toc a:hover {
    font-weight: bold;
    text-decoration: none;
    color:#01426d!important;
}
.fot-toc .toc-orange a:hover {
    color:#d67000 !important;
}
.fot-toc__header {
    padding: 10px 20px;
    background: #1f6595;
    font-size: 22px;
    color: #fff;
    display: flex;
}
.fot-toc__header span,
.fot-toc__header h4 {
    float:left;
}
.fot-toc__header span {
    display: inline-block;
    width: 48px;
    height: 36px;
    background-image: url('./images/list-icon.svg');
    background-size: cover;
    margin-right: 10px;
}
body.single-post .entry .fot-toc__header h4 {
    padding: 0!important;
    line-height: 36px;
    color: #fff!important;
}
.fot-toc {
    margin-bottom: 20px;
}
.fot-toc__list {
    padding: 25px 15px 20px;
    counter-reset: li;
    background: #f5f6f6;
    font-size: 16px;
    color:#1f6595;
}
.fot-toc__list p {
    margin:0;
}
.fot-toc__ol {
    counter-reset: none!important;
    margin-bottom: 0!important;
}
.fot-toc__ol.col50 {
    width: 50%;
    float:left;
    padding-right: 30px;
    border-right: 2px dotted #fff;
}
.fot-toc__ol.col50:nth-child(even) {
    padding-right: 0;
    padding-left: 30px;
    border-right: none;
}
.fot-toc__list li {
    border-bottom: 1px solid #e4e6eb;
    padding-left: 45px!important;
    padding-bottom: 5px;
    position: relative;
}
.fot-toc__list li:before {
    counter-increment: li;
    content: counter(li);
    width: 20px!important;
    height: 20px!important;
    background: #1f6595;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 2px !important;
    font-size: 12px!important;
    text-align: center;
    color: #fff;
    line-height: 20px!important;
}
.fot-toc__list li:last-of-type {
    border-bottom: none;
}
.single-post .fot-toc__list li,
.single-post .fot-toc__list li a {
    font-weight: 500!important;
}
.toc-orange,
.toc-orange a {
    color: #f7901e !important;
}

@media screen and (max-width: 768px) {
    .fot-toc__header span {
        display: none;
    }

    .fot-toc__header h4 {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .fot-toc__ol.col50 {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
        border-right: none;
        margin-bottom: 0;
    }
    .fot-toc__list li {
        border-bottom: 1px solid #e4e6eb !important;
    }
}

/* QUESTION BOX */
.fot-question {
    border:1px solid #adadad;
    background: #f6f6f6;
    padding: 20px 20px 10px;
    margin-bottom:15px;
}

.fot-question__icon {
    width: 64px;
    height: 64px;
    margin: 20px 7px 0 20px;
    float: left;
    background-image: url('images/que.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.fot-question .fot-question__icon {
    position:absolute;
    margin:0;
}

.fot-question__text {
    width:calc(100% - 70px);
    float:right;
    border:1px solid #adadad;
    background: #fff;
    font-size:22px;
    line-height: 26px;
    color:#1d5e91;
    padding: 4px 10px;
    margin-bottom:20px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.fot-question__answer {
    font-size:16.1px;
    text-align: justify;
    display: inline-block;
}

@media screen and (max-width: 480px) {
    .fot-question__text {
        font-size: 19px;
        line-height: 21px;
    }
    .fot-question {
        padding: 15px 15px 5px;
    }
}

body.single .entry .bg-title-gray,
body.page .entry .bg-title-gray {
    color: #005691!important;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    padding: 15px !important;
    background-color: #ececec;
}

.fot-btn-blue {
    background: #005691;
    line-height: 19px;
    text-align: center;
    padding:13px 10px;
    color: #fff!important;
    border-radius: 4px;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    font-weight: 700;
    cursor:pointer;
}
.fot-btn-blue:hover {
    background: #018eef;
}

.fot-big-image {
    text-align: center;
}
.fot-big-image__img {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative; }
.fot-big-image__img:after {
    content: '';
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 116, 12, 0)), to(white));
    background: -o-linear-gradient(top, rgba(255, 116, 12, 0) 0%, white 100%);
    background: linear-gradient(180deg, rgba(255, 116, 12, 0) 0%, white 100%); }

.fot-big-image.active .fot-big-image__img {
    max-height: unset; }
.fot-big-image.active .fot-big-image__img:after {
    display: none; }

.fot-expand-img {
    display: inline-block;
    background: #f9a11c;
}
.fot-expand-img:hover {
    background: #d07d00;
}
.fot-expand-img.active {
    background: #005691;
}
.fot-expand-img.active:hover {
    background: #018eef;
}
.fo-show-more-infographic {
    text-align: center;
    margin: 15px 0 0;
}
.fo-show-more-infographic button {
    float: none!important;
}
.fo-show-more-infographic.active button {
    background: #f9a11c;
}
#sidebar-middle, #sidebar-bottom {
	display: none;
}
.banner_for_posts {
    border: 3px solid orange;
    bottom: 0;
    position: fixed;
    right: 10px;
    z-index: 10;
}
.banner_title {
    background: #fff none repeat scroll 0 0;
}
.banner_close {
    border-radius: 50%;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
}

.author #bio img {
    width: 145px;
    height: auto;
}

body .search_results_cont #content {
    background: none;
}

#content.author {
    padding: 0 20px 20px 20px;
}

.author .single-post {
    background-image: none;
    background-color: #fff;
}

.author .single-post .entry {
    color: #000;
    padding: 0;
    font-size: 15px;
    line-height: 1.45em;
}

.author .single-post span {
    float: none;
    display: inline;
    font-size: 15px;
}

.author .single-post img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.author .single-post h3 {
    text-align: center;
    padding: 25px !important;
    background: url(//s.financesonline.com/media/themes/arthemia-premium/css/blue_background.png);
    margin-left: -20px;
    width:100%;
    margin-bottom: 15px;
}

.author .single-post .entry h3,
.author .single-post h3 strong {
    color: #fff!important;
    font-size: 25px;
    font-weight: 400;
}

.author .single-post h4 {
    margin: 25px 0 0;
}

.author .single-post h4 strong {
    color: #005894;
}

.author .single-post a span {
    font-weight: 700!important;
    color: #0071bd;
    margin: 0;
    display: inline-block;
}

.author .single-post a b {
    float: left;
    margin-right: 5px;
}
.product_award_box td {
    width: 50%; }
	
.why_fo_free {
    font-size: 12px;
    line-height: 17px;
    float: right;
    margin-right: 45px;
}
.why_fo_free img {
    width: 20px;
    margin-left: 5px;
}
.why-fo-free-modal {
    padding: 0 15px;
}
.why-fo-free-modal h3 {
    text-align: center;
    margin:20px 0 10px;
}
.why-fo-free-modal h3 img {
    position: relative;
    top: -3px;
}
.why-fo-free-modal button {
    position: absolute;
    right: -10px;
    top: -10px;
    background: none;
    border: none;
}
.why-fo-free-modal button:hover {
    opacity: .8;
}
.why-fo-free-modal button span {
    font-size: 15px;
}
.why-fo-free-modal button span:hover {
    background:none;
}