html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #fbf9f6;
    margin: 0 0 150px 0;
    padding: 0;
    color: #4e4d4c;
    line-height: 1.6;
}

h1,
h2,
h3,
h4 {
    font-size: 2em;
    font-weight: 400;
    color: #666666;
    margin: 1.75em 0 1em 0;
}

h3 {
    font-size: 1.625em;
    border: 0;
}

h4 {
    font-size: 1.5em;
    border: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

a:link,
a:visited {
    color: #1383b7;
}

a:hover,
a:active {
    color: #1592cc;
    text-decoration: none;
}

b {
    font-weight: 600;
}

.smallfont {
    font-size: 0.9em;
    color: #353E42;
}

.largefont {
    font-size: 1.05em;
}

#banner {
    background: #6cb72f url(img/bg-head.png) repeat-x top left;
    height: 104px;
}

#headerimg {
    padding: 30px 0 0 0;
    height: 56px;
}

#navcontainer {
    background: #282828 url(img/bg-nav.png) repeat-x top left;
}

#navlist {
    margin: 0 0 0 -25px;
    padding: 0;
    font-size: 1.125em;
    height: 46px;
    line-height: 46px;
}

#navlist ul,
#navlist li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    color: #646464;
    height: 46px;
    line-height: 46px;
}

#navlist a:link,
#navlist a:visited {
    float: left;
    height: 46px;
    padding: 0 25px;
    text-decoration: none;
    color: #f8f8f3;
    text-shadow: 0 -1px 1px #111111;
}

#navlist a:visited#current,
#navlist a:hover {
    color: #ffffff;
    background: url(img/arrowhover.gif) no-repeat center top;
}

.section {
    padding: 70px 0;
}
.section h1,
.section h2,
.section h3,
.section h4 {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}
.cool {
    background: #ffffff;
    box-shadow: 
        inset 0 7px 9px -7px rgba(0,0,0,0.25),
        inset 0 -7px 9px -7px rgba(0,0,0,0.25);
    color: #5f5e5d;
}
.evaluate {
    font-size: 0.925rem;
}
table {
    border-collapse: collapse;
    font-size: 0.9375rem;
}

th {
    font-weight: 600;
}

th,
td {
    padding: 14px 10px;
}

tr {
    border-top: 1px solid #d1dadd;
}

tr:nth-child(odd) {
    background: #fdfbf8;
}

tr.first {
    background: none;
    border: none;
}
#rank ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#rank li {
    margin-bottom: .5rem;
}
.numberCircle {
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 2px;
    border: 1px solid #d1dadd;
    text-align: center;
    box-sizing: content-box;
    font-size: 12px;
}

.list-group-item{
    font-size: 0.9375em;
    padding: .875rem 1.25rem;
}
.check,
.fire {
    padding-left: 2.75rem;
}
.check:before,
.fire:before {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 1.6rem;
    background-position: center center;
    margin-left: -1.5rem;
}
.check:before {
    background-image: url(img/check.png);
}
.fire:before {
    background-image: url(img/fire.png);
}

.top-rated-heading {
    background: #565553;
    font-size: 1em;
    text-align: center;
}

.top-rated-heading h3 {
    color: #ffffff;
    font-size: 1.375em;
    margin: 0.5625rem 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.top-rated-logo {
    padding: 2rem 0;
    text-align: center;
}
.top-rated-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 50px;
}
.review li {
    margin-bottom: .5rem;
}
.review-aside .top-rated-logo img {
    max-width: 75%;
    max-height: 60px;
}
.author {
    color: #666666;
    font-size: .9375rem;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 28px;
}
.author-image {
    float:left;
    padding-right: 18px;
}
.author-name {
    padding-top: 7px;
}
.updated {}
.top-rated-visit {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.coupon span.smallfont a {
    text-decoration: none;
    color: #4e4d4c;
}

.coupon {
    background-color: #ffffff;
    border: 1px dashed #939a9c;
    padding: 20px;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.coupon h4 {
    font-size: 1.25em;
    margin: 0 0 .5rem 0;
    
}

form {
    margin: 0 0 8px 0;
    font-size: 1em;
}

.screenshot {
    border: 1px solid #dfdfc4;
}

.footer {
    background: #545351;
    color: #aeaea9;
    font-size: 0.925em;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer p {
    margin: 0;
}

.footer a:link,
.footer a:visited {
    color: #c3c1be;
    text-decoration: none;
}

.footer a:hover,
.footer a:active {
    color: #adaba9;
    text-decoration: underline;
}

a.btn-primary {
    background-color: #f68b00;
    border-color: #ee8600; 
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

a.btn-primary:hover {
    background-color: #ee8600;
    border-color: #e78200; 
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

a.btn-info {
    background-color: #1592cc;
    border-color: #1592cc; 
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2); 
}

a.btn-info:hover {
    background-color: #1383b7;
    border-color: #1383b7; 
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {

    .review {
        font-size: 0.9375rem;
    }
    .review-aside {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 60px 0;
    }
    #navlist {
        margin: 0 0 0 -20px;
    }
    #navlist a:link,
    #navlist a:visited {
        padding: 0 20px;
    } 
    .review {
        font-size: 1rem;
    }
    .review-aside {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    h1,
    h2 {
        font-size: 1.75em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.375em;
    }
    .section {
        padding: 50px 0;
    }
    #navlist {
        font-size: 0.925em;
        margin: 0 0 0 -14px;
    }
    #navlist a:link,
    #navlist a:visited {
        padding: 0 14px;
    }
    .top-rated-logo img {
        max-width: 80%;
    }
}

@media (max-width: 400px) {
    #navlist {
        margin: 0 0 0 -10px;
    }
    #navlist a:link,
    #navlist a:visited {
        padding: 0 10px;
    }
    .review {
        font-size: 0.9375rem;
    }
    .review-aside {
        font-size: 0.875rem;
    }
    .hide-xs {
        display: none !important;
    }
}
