body {
    font-size: 15px;
    font-family: 'Lato', arial, helvetica, sans-serif;
}
h1 {
    font-size: 3em;
    line-height: 1.2;
}
h2 {
    font-size: 2.2em;
    line-height: 1.2;
    color: #777;
    margin-bottom: 20px;
}
h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    line-height: 1.1;
}
h4 {
    font-size: 1.3em;
    margin-bottom: 15px;
}
h1, h2, h3, h4 {
    /*font-weight: 700;*/
}
a {
    color: #e44424;
    text-decoration: none;
}
a:hover {
    color: #333;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.site-header {
    background: #333;
}
.logo {
    display: inline-block;
    margin-bottom: 20px;
}
.main-navigation {
    background: #e44424;
}

.main-navigation li a{
    padding: 10px 20px;
    color: #fff;
    border-right: 1px solid #b6361d;
}
.main-navigation ul ul li a{
    padding: 10px 20px;
    color: #fff;
    border-bottom: 1px solid #b6361d;
}
.main-navigation ul ul {
    border-top: 1px solid #b6361d;
}
.top-menu {
    margin-bottom: 10px;
}
.top-menu li a{
    padding: 6px 12px;
    color: #fff;
    float: left;
    border-right: 1px solid #636363;
    display: inline-block;
}
.top-menu ul {
    list-style: none;
    margin: 0;
    text-align: right;
}
.top-menu li {
    display: inline-block;
}
.main-navigation li a:hover, .main-navigation li:hover {
    background: #cc3d21;
    box-shadow: inset 0 0 5px rgba(0,0,0, .3);
}
.main-navigation .menu li:last-child a, .top-menu .menu li:last-child a {
    border-right: none;
}
.main-navigation ul ul {
    box-shadow: none;
    background: #cc3d21;
    top: auto;
    font-size: 13px;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
}
.site-content {
    margin-top: 35px;
}
.content-area{
    width: 710px;
    float: left;
}
.widget-area {
    width: 250px;
    float: right;
}
.site-footer {
    background: #333;
    color: #fff;
    padding: 12px 0;
    margin-top: 35px;
}
.site-info {
    font-size: .8em
}
.post-image img {
    width: 100%;
    margin-top: -35px;
    margin-bottom: 35px;
}
.archive .entry-title {
    font-size: 2.2em;
    line-height: 1.2;
}
.archive article {
    border-bottom: 1px solid #e5e5e5;
}
.site-title, .site-description {
    position: absolute;
    left: -999em;
}
/*content custom*/
.battery-life, .image-quality, .audio-quality, .wifi {
    background: url(img/battery.png) no-repeat;
    height: 60px;
    line-height: 60px;
    padding-left: 70px;
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.image-quality {
    background: url(img/image-quality.png) no-repeat;

}
.audio-quality {
    background: url(img/audio-quality.png) no-repeat;
}
.wifi {
    background: url(img/wifi.png) no-repeat;

}
.update {
    padding: 15px 25px;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
}

.update h2 {
    font-size: 1.3em;
    margin-bottom: 5px;

}
.good, .bad, .consensus {
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    padding: 25px;
    padding-top:  52px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}
.good h2, .bad h2, .consensus h2 {
    font-size: 1.125em;
    background: #99cf15;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.bad h2 {
    background: #ac0f0f;
}
.consensus h2 {
    background: #ffb100;
}
.good ul, .bad ul {
    list-style: none;
    margin: 0;
}
.good li, .bad li {
    margin-bottom: 8px;
}
.author {
    font-size: .9em;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    margin-top: -5px;
    text-align: left;
}
.author h4 {
    margin-bottom: 0;
}
.author p {
    margin-bottom: 0;
}
.checklist {
    list-style: none;
    margin: 0;
    font-size: .9em;
    text-align: left;
    margin-bottom: 1.5em;
}
.checklist li{
    margin-bottom: 8px;
    position: relative;
    padding-left: 22px;
}
.checklist li:before{
    content:"";
    background:url(../img/list.png);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
}
.box {
     padding: 20px 15px;
     background: #fff;
     border: 1px solid #e5e5e5;
     text-align: center;
     box-shadow: 0 0 5px rgba(0,0,0, .2);
}
.add-cart-btn {
    background: #e44424;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 25px;
    font-weight: 700;
    border: 1px solid #b6361d;
}
.add-cart-btn:hover {
    background: #cc3d21;
    box-shadow: inset 0 0 5px rgba(0,0,0, .3);
    color: #fff;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 250px;
}
.related-links {
    list-style: none;
    border: 1px solid #e5e5e5;
    margin: 0;
}
.related-links li {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 25px;
}
.related-links li:last-child {
    border: none;
}
/*plugin style*/
.tablepress thead th {
    background-color: #fff;
    font-weight: 700;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
}
.dataTables_length, .dataTables_filter, .dataTables_info, #tablepress-2_paginate, .dataTables_paginate {
    display: none !important;
}
.tablepress .odd td, .tablepress .row-hover tr:hover td {
    background: #fff;
}
.tablepress tbody td {
    border-bottom: 1px solid #e5e5e5;
}

#toc_container.contracted {
    width: auto !important;
    padding: 10px 25px !important;

}
#toc_container {
    width: 100% !important;
    padding: 10px 25px 25px 25px !important;
    background: #f4f4f4 !important;
    border: 1px solid #e5e5e5;
}
.page-id-893 .content-area {
    width: 1000px;
}
.page-id-893 .widget-area{
    display: none;
}
.widget-title {
    font-size: 1.3em;
}
.textwidget img {
    display: inline-block;
}
.widget_text{
    text-align: center;
}
#text-7, #text-13, #text-4, #text-5, #text-6{
    border: 1px solid #e5e5e5;
    padding: 20px 15px;
}

.updateee {
    color: #e44424;
    font-size: 33px
}




/*********4/12/14 update*******/
h1.article-title {
    font-size: 2.5em !important;
    line-height: 1.2 !important;
}
.page_main_content_container h2 {
    font-size: 1.7em !important;
    line-height: 1.2 !important;
    margin-bottom:5px;
    margin-top:50px;
}
.page_main_content_container h2:first-child,
.page_main_content_container h3:first-child
{margin-top:20px;}
.page_main_content_container h3 {
    font-size: 1.4em !important;
    margin-bottom: 15px !important;
    line-height: 1.1 !important;
}
.page_main_content_container h4 {
    font-size: 1em !important;
    margin-bottom: 15px !important;
}
.page_main_content_container h1
{font-weight: 500 !important;}
.page_main_content_container h2,
.page_main_content_container h3,
.page_main_content_container h4 {
    font-weight: 500 !important;
}
.page_main_content_container a {
    color: #e44424 !important;
    text-decoration: none !important;
}
.page_main_content_container a:hover {
    color: #333 !important;
}