#page-outer-x {
    width: 1160px;
    margin: 0 auto;
    background-color: #fff;
}

#home-page, #home-page * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

#home-page {
    padding-top: 10px;
}

#home-page #main-content-left {
    margin-left: 0;
    width: 320px;
}

#home-page #main-content-right {
    margin-left: 10px;
    width: 640px;
}

.home-right {
    background: transparent;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-right: 8px;
    width: 640px;
    height: 450px;
    margin-bottom: 10px;
}

.home-left {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    width: 320px;
    height: 220px;
    margin-bottom: 10px;
    background-color: transparent;
}

.home-right h1 {
    margin: 0;
    top: 20px;
    left: 20px;
    width: 320px;
    padding: 12px 20px;
    position: absolute;
    background-color: rgba(153, 153, 153, 0.7);
    border-radius: 4px;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
}

.home-right h2, .home-left h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;

    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;

    padding: 8px;
    padding-left: 48px;
    background-image: url(/assets/home/icon-tool.png);
    background-repeat: no-repeat;
    background-position: 8px 11px;
    background-color: rgba(51, 51, 51, 0.7);
}

.home-right a, .home-left a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.home-right a:hover h2, .home-left a:hover h2 {
    text-decoration: none;
    background-color: rgba(21, 21, 21, 0.5);
}

.home-right h1 span {
    font-size: 18px;
    font-weight: 400;
}

.home-right .flash, .home-left .flash {
    position: absolute;
    top: -20px;
    right: -20px;
    height: 160px;
    width: 160px;
    background-color: rgba(216, 90, 148, 0.75);
    border-radius: 50%;
    overflow: hidden;
    padding-top: 36px;
}

.home-right a:hover .flash, .home-left a:hover .flash {
    background-color: rgba(216, 90, 148, 0.6);
}

.home-left .flash {
    top: -24px;
    right: -8px;
    width: 120px;
    height: 120px;
    padding-top: 34px;
}

.home-right .flash h3, .home-left .flash h3 {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-left: -12px;
    text-align: center;
    text-transform: uppercase;
}

.home-left .flash h3 {
    font-weight: 600;
    margin-left: 0px;
}

.home-right .flash h3 .top {
}

.home-right .flash h3 .big {
    font-size: 32px;
    font-weight: 300;
}

.home-right .over-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.home-right .slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.home-right .slider img {
    width: 100%;
    height: auto;
    z-index: 1;
    position: absolute;
}

.home-right .slider img.active {
    z-index: 3;
}

#home-page .right-col {
}

#home-page .left-col {
    width: 320px;
    padding-bottom: 2em;
}

#home-page .box {
    position: relative;
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
    overflow: hidden;
}

#home-page .box h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 10px 12px;
    font-weight: 600;
}

#home-page .box a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-weight: 600;
    width: 100%;
    height: 100%;
}

#home-page .box a:hover h2 {
    text-decoration: underline;
    background-color: rgba(21, 21, 21, 0.5);
}

#home-page .box .flash {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 90px;
    width: 90px;
    background-color: rgba(216, 90, 148, 0.75);
    border-radius: 50%;
    overflow: hidden;
    padding-top: 26px;
}

#home-page .box a:hover .flash {
    background-color: rgba(216, 90, 148, 0.6);
}

#home-page .box .flash h3 {
    color: #fff;
    font-size: 15px;
    padding: 0;
    margin: 0;
    margin-left: -6px;
    text-align: center;
    text-transform: uppercase;
}

#home-page .notice {
    background-color: #d85c94;
    padding: 12px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    border-radius: 5px;
}

#home-page .notice strong {
    text-transform: uppercase;
    font-weight: 700;
}

ul.links {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

ul.links li {
    padding-bottom: 4px;
}

ul.links a {
    display: block;
    padding: 14px 10px;
    background-color: rgba(51, 51, 51, 0.7);
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
}

ul.links a:hover {
    text-decoration: underline;
    background-color: rgba(51, 51, 51, 0.5);
}

#home-page .feature {
    width: 640px;
    height: 103px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
}

#home-page .feature .flash {
    position: absolute;
    top: -12px;
    left: -12px;
    height: 90px;
    width: 90px;
    background-color: rgba(216, 90, 148, 0.75);
    border-radius: 50%;
    overflow: hidden;
    padding-top: 20px;
}

#home-page .feature a:hover .flash {
    background-color: rgba(216, 90, 148, 0.5);
}

#home-page .feature .flash h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-left: -6px;
    text-align: center;
    text-transform: uppercase;
}

#home-page .feature h2 {
    margin: 0;
    position: absolute;
    display: block;
    width: 300px;
    height: 50px;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 0;
    border-radius: 4px 0 0 0;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 6px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

#home-page .feature a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

#home-page .feature a:hover h2 {
    text-decoration: none;
    background-color: rgba(21, 21, 21, 0.5);
}

#home-page .flow-image {
    padding-bottom: 0;
}

#home-page .content {
    padding-bottom: 1em;
}

#home-page .content h6 {
    color: #666666;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}
#home-page .content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 0;
}

#home-page .content h2 span {
    font-size: 14px;
    line-height: 1em;
}

#home-page .content h3 {
    color: #d85c94;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-top: 12px;
}

#home-page .content p, #home-page .content strong, #home-page .content a {
    font-family: Verdana, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
}

.offers-header {
    clear: both;
    background-color: #d85c94;
    height: 50px;
    border-radius: 4px;
    margin-bottom: 1em;
}

.offers-header h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

div#rc-badge-wrapper.color-gray.style-150x340 {
    background: #eee;
    border: 1px solid #999;
    position: relative;
}

#rc-badge-wrapper.style-150x340.color-white {
    background-image: url("/images/reviewcenter.png");
}

.rc-inner {
    background: url(../img/rc-background.png) -2px -2px !important;
    width: 146px;
    height: 336px;
    position: absolute;
    top: 2px;
    left: 2px;
}

#rc-badge-wrapper.style-150x340 .rc-write-review A {
    left: 22px;
}

.flashBox {
    position: absolute;
    left: 65px;
    top: 20px;
}

.style6 {
    font-weight: bold
}
