/* Copyright 2013 Soundarapandian
 * Pricing table built on Twitter Bootstrap.
 */

body {
    /* Below styles are used only for pricing table demo purpose.
     * and these styles are not required to integrate the pricing table
     * into your application */
    /*background-image: url('../images/background.png');*/
    background-color: #fafafa;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
 * =================== Start pricing table =====================*/

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.precio ul {
    display: block;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    list-style-type: none;
    line-height: 23px;
    color: #7d7d7d;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -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;
}

@media (max-width: 767px) {
    .precio ul {
        display: inline-block;
    }
}

.precio ul > li {
    padding: 11.5px 0;
    border: 1px solid #ddd;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e2e2e2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f4f4f4;
    /*&:nth-child(even){
        background: #f4f4f4;
      }*/
}

.precio ul > li:nth-child(odd) {
    background: #f8f8f8;
}

.precio ul > li .icon-remove {
    color: #ff2233;
}

.precio ul.featured, .precio ul:hover {
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .precio ul.featured, .precio ul:hover {
        margin-top: 0;
    }
}

.precio.featured {
    padding-top: 40px;
}

.precio.collpase-margin {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 auto;
}

.precio.collpase-margin ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.precio.comparison {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 auto;
}

.precio.comparison ul:first-child:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.precio.comparison ul:first-child > li {
    font-weight: bold;
}

.precio.comparison ul:hover {
    margin-top: 0;
    margin-bottom: 0;
}

.precio.comparison ul li:first-child {
    background: #e5e5e5;
}

.precio.comparison ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.precio .lead {
    display: block;
    margin: 0;
    border-top: none;
    color: #ffffff;
    text-shadow: 0 -1px 1px #999999;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset;
}

/* Skin Mixin */

/* Skin */

.precio .lead, .precio.orange .lead {
    border: 1px solid #d3480d;
    border-left-color: #f16022;
    background-image: -moz-linear-gradient(top, #f3753f, #f16022) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3753f), to(#f16022)) !important;
    background-image: -webkit-linear-gradient(top, #f3753f, #f16022) !important;
    background-image: -o-linear-gradient(top, #f3753f, #f16022) !important;
    background-image: linear-gradient(#f3753f, #f16022) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3753f', endColorstr='#fff16022', GradientType=0) !important;
    *background: #f16022;
}

.precio.green .lead {
    border: 1px solid #668a26;
    border-left-color: #84b231;
    background-image: -moz-linear-gradient(top, #95c939, #84b231) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#95c939), to(#84b231)) !important;
    background-image: -webkit-linear-gradient(top, #95c939, #84b231) !important;
    background-image: -o-linear-gradient(top, #95c939, #84b231) !important;
    background-image: linear-gradient(#95c939, #84b231) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95c939', endColorstr='#ff84b231', GradientType=0) !important;
    *background: #84b231;
}

.precio.blue .lead {
    border: 1px solid #3b7bbc;
    border-left-color: #5e95cc;
    background-image: -moz-linear-gradient(top, #75a4d3, #5e95cc) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#75a4d3), to(#5e95cc)) !important;
    background-image: -webkit-linear-gradient(top, #75a4d3, #5e95cc) !important;
    background-image: -o-linear-gradient(top, #75a4d3, #5e95cc) !important;
    background-image: linear-gradient(#75a4d3, #5e95cc) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75a4d3', endColorstr='#ff5e95cc', GradientType=0) !important;
    *background: #5e95cc;
}

.precio.red .lead {
    border: 1px solid #a12f3d;
    border-left-color: #c63d4e;
    background-image: -moz-linear-gradient(top, #cd5564, #c63d4e) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cd5564), to(#c63d4e)) !important;
    background-image: -webkit-linear-gradient(top, #cd5564, #c63d4e) !important;
    background-image: -o-linear-gradient(top, #cd5564, #c63d4e) !important;
    background-image: linear-gradient(#cd5564, #c63d4e) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd5564', endColorstr='#ffc63d4e', GradientType=0) !important;
    *background: #c63d4e;
}

.precio.gray .lead {
    border: 1px solid #a1a1a1;
    border-left-color: #bababa;
    background-image: -moz-linear-gradient(top, #c9c9c9, #bababa) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c9c9c9), to(#bababa)) !important;
    background-image: -webkit-linear-gradient(top, #c9c9c9, #bababa) !important;
    background-image: -o-linear-gradient(top, #c9c9c9, #bababa) !important;
    background-image: linear-gradient(#c9c9c9, #bababa) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc9c9c9', endColorstr='#ffbababa', GradientType=0) !important;
    *background: #bababa;
}

.precio.black .lead {
    border: 1px solid #454545;
    border-left-color: #5e5e5e;
    background-image: -moz-linear-gradient(top, #6d6d6d, #5e5e5e) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d6d6d), to(#5e5e5e)) !important;
    background-image: -webkit-linear-gradient(top, #6d6d6d, #5e5e5e) !important;
    background-image: -o-linear-gradient(top, #6d6d6d, #5e5e5e) !important;
    background-image: linear-gradient(#6d6d6d, #5e5e5e) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d6d6d', endColorstr='#ff5e5e5e', GradientType=0) !important;
    *background: #5e5e5e;
}

.plan-mouseover .plan-name {
    background-color: #4e9a06 !important;
}

.btn-plan-select {
    padding: 8px 25px;
    font-size: 18px;
}

/*
 * =================== End pricing table =====================*/

@media (max-width: 767px) {
    .pricing-table .plan {
        margin-bottom: 20px;
    }

    .pricing-variable-height .plan {
        margin-left: 0;
    }

    .pricing-three-column {
        width: 100%;
    }
}

span.label a {
    color: #FFF;
}

/* blog */

.blog-info > span {
    display: inline-block;
    padding-right: .7em;
}

.blog-info > h2 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 .4em 0;
}

/* all widgets */

.widget {
    margin-bottom: 2em;
}

/* tagsCloud widget */

.tags-cloud-widget ul.inline > li {
    padding-left: 0;
    line-height: 30px;
}

.tags-cloud-widget span.label {
    padding: 4px 6px;
}

.tags-cloud-widget span.label a:hover {
    text-decoration: none;
}

.tags-cloud-widget span.label:hover {
    background: #F90;
}

.ya-money iframe {
    max-width: 100%;
    min-width: 220px;
}

/* modern layout */

.module-info h3 {
    margin-bottom: 0;
}

/* custom navbar */

.navbar-brand {
    padding: 7px 7px 7px 0;
    margin: 0;
}

.navbar .brand > .brand-name {
    margin: 0 5px;
}

.navbar .nav {
    /*margin: 6px 10px 0 0;*/
}

.navbar .nav > li > a {
    /*margin: 0 2px;*/
}

.navbar .nav > li > a:hover {
    color: #34495e;
}

.navbar-inner {
    background-image: none;
    background-color: #FFF;
    border: 1px solid #FFC200;
}

.navbar-inverse {
    box-shadow: 0 0 1px rgba(0, 0, 0, .15);
}

.navbar .collapse.in {
    top: 10px;
}

/* avatar */

.avatar {
    background-color: #F5F5F5 !important;
    border: 1px solid #F5F5F5;
    border-radius: 2px;
    box-shadow: 1px 1px 10px 0 rgb(201, 201, 201);
    display: inline-block;
}

.avatar img {
    display: inline-block;
    border-radius: 2px;
    height: 96px;
}

.thumbnails .items > li {
    padding-bottom: 10px;
}

.thumbnails .items > li .thumbnail .caption h3 {
    font-size: 16px;
}

.thumbnails .items > li .thumbnail .caption h3, .thumbnails .items > li .thumbnail .caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* gallery list */

.gallery-list {
    margin-bottom: 30px;
}

/* comments */

.comment-botton-right {
    float: right;
}

.comment-body > ul li {
    display: inline-block;
    margin: 0 .2em 0 .8em;
    vertical-align: middle;
}

.comment-body > p {
    padding: .3em 1.2em .3em 0;
    margin: 0;
}

.user-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.user-info .btn {
    padding: 0;
}

.copyright > li:first-child {
    margin-top: 6px;
}

/* Large desktop */

@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
    body {
        padding-top: 0;
    }

    .navbar .brand {
        margin-left: 30px;
    }
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    body {
        padding-top: 0;
    }

    .navbar .brand {
        margin-left: 20px;
    }
}

/* Landscape phones and down */

@media (max-width: 480px) {
    .navbar .brand {
        margin-left: 20px;
    }
}

.relative {
    position: relative;
}

.forkme {
    position: absolute;
    top: 0;
    right: 0;
    width: 142px;
    height: 142px;
    background: url(../images/forkme.png) no-repeat;
}

.logoBanner {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url(../images/logoBanner.jpg) no-repeat;
}

.panel-heading {
    border: none;
}

.postBlock {
    background-color: #fff;
    padding: 10px 20px 20px 20px;
    margin-bottom: -33px;
}

.blog-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .44);
    font-weight: 700;
    font-style: normal;
}

.post {
    position: relative;
    background-color: #FFF;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 5px;
    margin: -20px;
    margin-bottom: 5px;
}

.post > .btn-group {
    margin: 0px;
    margin-bottom: -2px;
}

.post-border {
    border: 1px solid #dadada;
}

.post-border:hover {
    border: 1px solid #ccc;
}

/*===================================================================================*/

/*	HEADER
/*===================================================================================*/

.header .container {
    display: table;
    padding: 0;
}

.header {
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 8000;
    min-height: inherit;
    color: #fff;
}

.header ul {
    list-style: none;
}

.header-brand {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    max-width: 300px;
}

.header-header .header-brand {
    display: none;
}

.header-header {
    float: none !important;
    position: relative;
    background: #16a085;
    z-index: 100;
}

.header-header li, .header-header a {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

.header-header .info {
    padding-left: 0;
    margin: 0;
}

.header-header .info li {
    font-size: 12px;
    padding-right: 25px;
}

.header-header .info li a {
    font-size: 12px;
    color: #fff;
}

.header-header .info a:hover {
    color: #fff;
}

/*===================================================================================*/

/*	SOCIAL ICONS
/*===================================================================================*/

.social {
    padding: 0;
    margin: 0;
}

.social li {
    font-family: 'fontello-social';
    margin-right: 4px;
}

.social li {
    position: relative;
}

.text-center .social li {
    margin: 0 2px;
}

.social li a {
    display: table;
    position: relative;
    text-decoration: none;
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #efefef;
    width: 30px;
    height: 30px;
    font-size: 12px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.social li a i:after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.social li a:hover i {
    color: #FFF;
}

.social li a:hover i:after {
    height: 100%;
}

.social a .icon-s-facebook:after {
    background: #3B5998;
    background: #4668B3;
}

.social a .icon-s-gplus:after {
    background: #DD4B39;
    background: #DE5745;
}

.social a .icon-s-github:after {
    background: #333;
    background: #333;
}

.social a .icon-s-pinterest:after {
    background: #CB2027;
    background: #D94348;
}

.social a .icon-s-behance:after {
    background: #1769FF;
    background: #3079FF;
}

.social a .icon-s-dribbble:after {
    background: #EA4C89;
    background: #EB6397;
}

.social a .icon-s-telegram:after {
    background: #3498db;
}

.shrink {
    display: none;
}

/**
 *colors
 */

.hole {
    background-color: #2980b9 !important;
    color: #fff;
}

.river {
    background-color: #3498db !important;
    color: #fff;
}

.amethyst {
    background-color: #9b59b6 !important;
}

.asbostos {
    background-color: #7f8c8d !important;
}

.concrete {
    background-color: #95a5a6 !important;
}

/**
 * footer
 */

.dark-bg {
    background-color: #2F4052;
}

.dark-bg, .dark-bg p, .dark-bg .item-details li:before {
    color: #A3B1BF;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4 {
    color: #FFF;
}

.dark-bg .widget h1, .dark-bg .widget h2, .dark-bg .widget h3, .dark-bg .widget h4 {
    color: #FFF;
}

footer {
    font-size: 14px;
    line-height: 22px;
}

footer.dark-bg {
    color: #A3B1BF;
}

footer .inner {
    padding-top: 45px;
    padding-bottom: 35px;
}

footer .container > .row {
    margin-left: -25px;
    margin-right: -25px;
}

footer .row .inner {
    padding: 25px;
}

footer .logo {
    height: auto;
    max-height: 100%;
}

footer h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer p {
    margin-bottom: 15px;
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu li {
    display: inline;
    padding-left: 10px;
}

.footer-menu li:before {
    display: inline-block;
    content: "·";
    padding-right: 12px;
}

.footer-menu li:first-child:before {
    display: none;
}

.footer-bottom {
    background: #283645;
    color: #707E8C;
}

.footer-bottom .container.inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom p, .footer-bottom a {
    color: #707E8C;
}

.footer-bottom p {
    padding: 0;
    margin: 0;
}

ul.contacts {
    padding-left: 0;
}

ul.contacts li {
    margin-bottom: 5px;
}

footer ul.contacts li {
    margin-bottom: 2px;
}

.scrollup {
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: none;
    z-index: 100;
}

.scrollupIcon {
    position: fixed;
    right: 20px;
    bottom: 50%;
    text-indent: -9999px;
    border: 1px solid #000;
}

.facebook-page {
    position: fixed;
    top: 65px;
    /*right: 82px;*/
    z-index: 1;
}

.publish-date {
    float: right;
}

.navbar {
    border-radius: 0px;
}

.breadcrumb {
    background-color: transparent;
}

.panel-body {
    padding: 0px;
}

.panel-body table tr td {
    padding-left: 15px
}

.panel-body .table {
    margin-bottom: 0px;
}

.nav > li > a {
    color: #999;
}

.nav > li > a:hover {
    color: #333;
    background: transparent;
}

.sidebar {
    margin-left: 55px;
}

.sidebar-title {
    margin-bottom: -10px;
    font-size: larger;
}

.media-heading {
    padding: 10px;
    padding-top: 10px;
}

.streamItem {
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
}

.streamItem a {
    color: #999;
    text-decoration: none;
}

.streamItem a:hover {
    color: #333;
}

.jumbotron {
    margin-top: -10px;
    padding: 30px 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: #fff;
    background-color: #1abc9c;
    /*background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0.38, #D1F1FF),
    color-stop(1, #EDFCF9)
  );
  background-image: -o-linear-gradient(right, #D1F1FF 38%, #EDFCF9 100%);
  background-image: -moz-linear-gradient(right, #D1F1FF 38%, #EDFCF9 100%);
  background-image: -webkit-linear-gradient(right, #D1F1FF 38%, #EDFCF9 100%);
  background-image: -ms-linear-gradient(right, #D1F1FF 38%, #EDFCF9 100%);
  background-image: linear-gradient(to right, #D1F1FF 38%, #EDFCF9 100%);*/

}

.jumbotron h1, .jumbotron .h1 {
    line-height: 1;
    color: inherit;
}

.lead {
    line-height: 1.4;
    margin: 0 0 12px;
}

.description {
    line-height: 1;
    font-size: 16px;
    margin: 0 8px;
}

.container .jumbotron {
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 40px;
    }
}

.intro {
    display: table;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: -25px;
}

.jumbotron {
    width: 100%;
    display: table-cell;
    text-align: center;
}

.description {
    display: inline-block;
    text-align: left;
}

.benefits li:before {
    content: '✓';
    margin-left: -1em;
    margin-right: .300em;
    color: green;
}

.benefits li {
    list-style: none;
    line-height: 30px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

nav {
    z-index: 200;
}

.whiteBox {
    position: relative;
    background-color: #FFF;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 5px;
    margin-bottom: 5px;
}

/*     ribbon               */
.box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #eee;
    float: left;
    margin: 20px
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #2ecc71;
    background: linear-gradient(#2ecc71 0%, #27ae60 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #2ecc71;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2ecc71;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #2ecc71;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2ecc71;
}

.red span {
    background: linear-gradient(#95a5a6 0%, #7f8c8d 100%);
}

.red span::before {
    border-left-color: #7f8c8d;
    border-top-color: #7f8c8d;
}

.red span::after {
    border-right-color: #7f8c8d;
    border-top-color: #7f8c8d;
}

.blue span {
    background: linear-gradient(#3498db 0%, #2980b9 100%);
}

.blue span::before {
    border-left-color: #2980b9;
    border-top-color: #2980b9;
}

.blue span::after {
    border-right-color: #2980b9;
    border-top-color: #2980b9;
}

.toggle-menu {
    position: relative;
    z-index: 1;
    /*display: -webkit-inline-box;*/
    /*display: -ms-inline-flexbox;*/
    /*display: inline-flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 15px 15px 15px;
    padding: 0;
    border: 1px solid #ecf0f1;
    border-radius: 3px;
    background-color: #ffffff;
    list-style: none;
}

.toggle-menu-item {
    position: relative;
    display: block;
    margin: 0;
}

.toggle-menu-item-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: -1px;
    padding: 0 18px;
    height: 42px;
    border: 4px solid transparent;
    border-radius: 3px;
    color: #6c797f;
    vertical-align: middle;
    font-weight: 700;
    font-size: 13px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 35px;
    text-decoration: none !important;
}

.list-view {
    margin-left: 35px;
}

.post-type-active,
.toggle-menu-item:hover,
.toggle-menu-item:focus,
.toggle-menu-item:after,
.toggle-menu-item-link:hover,
.toggle-menu-item-link:after,
.toggle-menu-item-link:focus {
    color: #555555 !important;;
    background-color: #ecf0f1 !important;;
    text-decoration: none !important;
}
