input:focus, select:focus, .selectboxit-focus  {
     outline:  none;
 }
h1, h2, ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Open Sans';
    position: relative;
}
.clear {
    clear: both;
}
a {
    color: #FFF;
}
a:hover {
    color: #5ABA8C;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    color: inherit;
}
h1, h2, h3, h4, h5 {
    font-family: 'Open Sans'}
h1 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #5E5A5A;
    letter-spacing: 2px;
}
hr {
    width: 100%;
    height: 1px;
    background: #DDD;
    border: none;
    margin: 20px 0;
    float: left;
}
.button, .buttonGreen:hover, .clientLogin:hover, .indexPackageHeader, .indexPackagePrice, .socialLink:hover, .socialLink:hover a, .topBar, .topMenu a:hover {
    color: #FFF;
}
.button, .topMenu, nav {
    font-size: 12px;
}
.button {
    height: 35px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 5px;
    padding: 0 20px;
    line-height: 35px;
}
.buttonGreen {
    height: 35px;
    background: #5ABA8C;
    border: none;
}
.buttonGreen:hover {
    background: #269D64;
}
.green {
    color: #5ABA8C;
}
.green:hover {
    color: #292929;
}
.whiteBox {
    background: #FFF;
    width: 100%;
    padding: 30px;
    display: inline-block;
    color: #828080;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    position: relative;
    margin: 20px 0 40px;
    font-size: 12px;
}
.rewardBox {
    margin: 20px 0 40px;
    background: #FFF;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
}
.rewardBox:hover, .rewardBox:hover .rewardIcon {
    color: #292929;
    cursor: pointer;
}
.rewardIcon {
    color: #5ABA8C;
    margin: 10px 0;
}
.rewardTitle {
    font-weight: 500;
}
.logoBox {
    background: #FFF;
    width: 150px;
    padding: 20px 0;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
}
.middleLogoBox {
    margin-left: 52px;
}
@media all and (max-width:1200px) {
    .middleLogoBox {
    margin-left: 2px;
}
}@media all and (max-width:992px) {
    .logoBox {
    width: 114px;
}
}@media all and (max-width:767px) {
    .logoBox: last-of-type {
    float: left!important;
    margin-bottom: 40px;
}
}.intelLogo {
    background: url(../images/intel_logo_bw.png) no-repeat;
    background-size: 100px auto;
    height: 70px;
    background-position: center;
}
.intelLogo:hover {
    background: url(../images/intel_logo.png) no-repeat;
    background-size: 100px auto;
    height: 70px;
    cursor: pointer;
    background-position: center;
}
.cpanelLogo {
    background: url(../images/cpanel_logo_bw.png) no-repeat;
    background-size: 100px auto;
    height: 70px;
    background-position: center;
}
.cpanelLogo:hover {
    background: url(../images/cpanel_logo.png) no-repeat;
    background-size: 100px auto;
    height: 70px;
    background-position: center;
}
.cloudlinuxLogo {
    background: url(../images/cloudlinux_logo_bw.png) no-repeat;
    background-size: 100px auto;
    height: 70px;
    background-position: center;
}
.cloudlinuxLogo:hover {
    background: url(../images/cloudlinux_logo.png) no-repeat;
    background-size: 100px auto;
    height: 70px;
    background-position: center;
}
.domainTLD {
    background: #FFF;
    width: 100%;
    height: 40px;
    display: inline-block;
    color: #828080;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    line-height: 40px;
    padding: 0 20px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    position: relative;
    margin: 0;
    font-size: 12px;
}
.siteWrapper {
    position: relative;
    overflow-x: hidden;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAIUlEQVQImWP48uXLfwYkAOd/+fLlPwwzYFWBLICiEpuZALK0Kmodm1q7AAAAAElFTkSuQmCC') repeat scroll 0% 0% transparent;
}
.siteHeader {
    height: 295px;
    width: 100%;
    background: url(../images/header_background.jpg) no-repeat;
    background-size: cover;
}
.topBar {
    height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    line-height: 40px;
    border-bottom: 1px solid #626F7E;
}
.socialLink {
    padding: 0 10px;
    font-size: 18px;
}
.socialLink:hover, .socialLink:hover a, .topMenu a:hover {
    background: rgba(0, 0, 0, .5);
    display: block;
}
.topMenu {
    height: 26px;
    margin: 7px 0 0;
    line-height: 26px;
}
.topMenu li {
    height: 26px;
    border-left: 1px dashed #626F7E;
}
.topMenu .first, .topMenu .second {
    border-left: none;
}
@media all and (max-width:535px) {
    .topMenu .first {
    display: none;
}
}@media all and (max-width:340px) {
    .topMenu .second {
    display: none;
}
}.topMenu .first a {
    padding-right: 20px;
}
.topMenu a {
    height: 39px;
    margin-top: -7px;
    padding: 0 20px 0 10px;
    display: block;
    line-height: 40px;
}
.topMenu li i {
    padding: 0 10px;
}
.logo {
    height: 59px;
    width: 150px;
    background: url(../images/logo.png) no-repeat;
    margin: 44px 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
    .logo {
    background: url(../images/logo@2x.png) no-repeat;
    background-size: 150px 59px;
}
}@media all and (max-width:470px) {
    .subHeader {
    text-align: center;
}
.logo {
    margin: 20px auto;
    float: none!important;
}
.clientLogin {
    margin: 15px 0!important;
    float: none!important;
    display: inline-block;
}
}.clientLogin {
    margin: 55px 0 0 20px;
}
.createAccount:hover {
    background: rgba(0, 0, 0, .5);
}
nav {
    width: 100%;
    margin-top: 42px;
}
nav ul {
    height: 50px;
    width: 100%;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #f4f4f4 0, #e5e5e5 100%);
    background: -o-linear-gradient(top, #f4f4f4 0, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0, #e5e5e5 100%);
    background: linear-gradient(to bottom, #f4f4f4 0, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',  endColorstr='#e5e5e5',  GradientType=0);
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
}
.navHome {
    border-left: none;
    line-height: 1px;
}
.navHome i, .navMobile i {
    font-size: 24px;
    margin: 0;
    line-height: 50px;
}
.navHome a:hover {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.navMobile a:hover {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
nav li {
    height: 50px;
    border-right: 1px solid #FFF;
    border-left: 1px solid #DEDCDC;
    line-height: 50px;
    float: left;
}
.navLast {
    border-right: none;
}
nav i {
    margin-right: 10px;
    font-size: 14px;
    line-height: 50px;
}
nav a {
    color: #444;
    padding: 0 20px;
    display: block;
}
nav a:hover {
    background: #F4F4F4;
    color: #444;
}
@media all and (min-width:750px) {
    .navMobile {
    display: none;
}
}@media all and (max-width:992px) {
    nav {
    margin-top: 27px;
}
nav ul {
    width: 126px;
    float: right;
}
nav li {
    display: none;
}
.navHome, .navMobile {
    display: block;
    line-height: 1px;
}
.navMobile {
    border-right: none;
}
}@media all and (max-width:470px) {
    nav ul {
    margin: 0 auto;
    float: none;
}
}.mobileNav {
    width: 200px;
    background: #FFF;
    position: absolute;
    top: 0;
    right: -200px;
    margin: 0;
    height: 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    z-index: 1000;
}
.mobileNav ul {
    height: 100%;
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    width: 200px;
    float: none;
}
.mobileNav li {
    display: block;
    text-align: left;
    border: none;
    border-bottom: 1px solid #F4F4F4;
    width: 100%}
.mobileClose {
    padding-left: 20px;
    color: #FFF;
    cursor: pointer;
    background: #292929;
}
.mobileClose:hover {
    background: #5ABA8C;
}
.indexPackages {
    background: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAIUlEQVQImWP48uXLfwYkAOd/+fLlPwwzYFWBLICiEpuZALK0Kmodm1q7AAAAAElFTkSuQmCC) repeat;
    padding: 60px 0;
}
.packageButton {
    margin: -11px 0 -7px 0;
}
@media all and (max-width:750px) {
    .indexPackages h1 {
    text-align: center;
    float: none!important;
}
.packageButton {
    margin: 20px 0 0;
    float: left!important;
    width: 100%;
    text-align: center;
}
}.indexPackage {
    height: 280px;
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    margin: 40px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.indexPackageFeatured {
    background: #292929;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    margin: 40px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.indexPackageHeader {
    height: 40px;
    background: #292929;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
    letter-spacing: 1px;
}
.indexPackagePrice {
    height: 40px;
    background: #5ABA8C;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: lowercase;
}
.indexPackagePriceFeatured {
    height: 40px;
    background: #FFF;
    color: #292929;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: lowercase;
}
.indexPackageTerm {
    font-size: 10px;
    font-weight: 400;
}
.indexPackageList {
    color: #777;
    font-size: 12px;
}
.indexPackageList li {
    height: 40px;
    font-size: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #F4F4F4;
    margin: 0 5px;
    vertical-align: top;
}
.indexPackageListFeatured li {
    height: 40px;
    background: #292929;
    color: #FFF;
    font-size: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #222;
    margin: 0 5px;
    vertical-align: top;
}
.indexPackageList li span, .indexPackageListFeatured li span {
    vertical-align: top;
}
.indexPackageList i, .indexPackageListFeatured i {
    margin-right: 10px;
    font-size: 20px;
    line-height: 40px;
}
.indexPackagePurchase {
    height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: block;
}
.indexPackageCustom {
    padding: 15px 20px;
    text-transform: none;
    font-size: 12px;
    height: 190px;
    line-height: 16px;
}
.indexPackageCustom .green {
    font-weight: 500;
}
.indexDomains {
    margin-top: 20px;
}
.domainDomains form {
    margin: 20px 0 0;
    width: 100%;
    float: left;
}
.indexDomain {
    width: 886px;
    height: 40px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    float: left;
}
.domainDomain {
    width: 496px;
}
.domainDomain input {
    width: 90%!important;
}
.domainDomain form {
    margin: 20px 0 0!important;
}
@media all and (max-width:1200px) {
    .indexDomain {
    width: 688px;
}
.indexDomain input {
    width: 638px!important;
}
}@media all and (max-width:992px) {
    .indexDomain {
    width: 468px;
}
.indexDomain input {
    width: 418px!important;
}
}@media all and (max-width:750px) {
    .indexDomain {
    width: 100%}
.indexDomain input {
    width: 92%!important;
}
.indexDomainSelect, .indexDomainSelect .selectboxit {
    width: 100%!important;
    margin: 0!important;
}
.indexDomainSelect .selectboxit-container {
    width: 90%!important;
    margin: 0;
}
.indexDomainGo {
    width: 100%!important;
    margin-top: 10px;
}
.indexDomainGo input {
    width: 90%!important;
}
}@media all and (max-width:539px) {
    .indexDomain input {
    width: 85%!important;
}
}@media all and (max-width:433px) {
    .indexDomainGo input {
    width: 85%!important;
}
}.indexDomain i {
    font-size: 24px;
    color: #AAA;
    line-height: 40px;
    margin: 0 10px;
    float: left;
}
.indexDomain input {
    height: 38px;
    width: 93%;
    vertical-align: top;
    border: none;
    line-height: 38px;
    font-weight: 400;
    font-size: 13px;
    color: #777;
    float: left;
}
.indexDomainSelect {
    background: #FFF;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    margin: 0 0 0 20px;
    width: 102px;
    float: left;
}
.indexDomainSelect .selectboxit-container {
    width: 80px;
    float: left;
}
.selectboxit {
    width: 100px!important;
    line-height: 40px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #777;
    cursor: pointer;
    display: inline-block;
}
.indexDomainSelect .fa {
    cursor:  pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    border-left: 1px solid #DDD;
    padding-left: 8px;
    margin-left: -10px;
    color: #777;
}
.indexDomainSelect .selectboxit-options {
    width: 100px;
    margin: 10px 0 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    position: absolute;
    display: none;
    z-index: 100;
}
.indexDomainSelect .selectboxit-options li {
    width: 100%;
    width: 100%!important;
    font-family: 'Open Sans';
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #EEE;
    height: 40px;
    font-weight: 400;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.indexDomainSelect .selectboxit-options li a {
    color: #777;
}
.indexDomainSelect .selectboxit-options li a:hover {
    color: #5ABA8C;
}
.indexDomainGo {
    background: #292929;
    height: 40px;
    width: 112px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}
.indexDomainGo:hover {
    background: #5ABA8C;
}
.indexDomainGo input {
    height: 40px;
    background: 0 0;
    border: none;
    color: #FFF;
    font-weight: 400;
    font-size: 13px;
    vertical-align: top;
    line-height: 40px;
    padding: 0 20px 0 10px;
}
.indexDomainGo i {
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
    margin: 0 10px;
}
.indexBottom {
    padding: 60px 0;
}
.indexTestimonial {
    background: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJklEQVQImWNgYGBg+PLly38YZoAJMCCBL1++/GdAVgFnY1WJzUwAEew1+waISHgAAAAASUVORK5CYII=);
    width: 100%;
    padding: 30px;
    display: inline-block;
    color: #828080;
    border-radius: 5px;
    position: relative;
    margin-top: 20px;
    font-size: 12px;
}
.qr_previous, .quoteLeft {
    color: #BFBCBC;
    font-size: 30px;
    position: absolute;
    top: -12px;
    left: -15px;
}
.qr_next, .quoteRight {
    color: #BFBCBC;
    font-size: 30px;
    position: absolute;
    bottom: -15px;
    right: -15px;
}
.indexTestimonialName {
    float: right;
}
.indexTestimonialName a {
    display: inline-block;
    color: #5ABA8C;
}
.indexTestimonialName a:hover {
    color: #269D64;
}
.indexTestimonialLeft {
    color: #5ABA8C;
    position: absolute;
    font-size: 30px;
    left: -12px;
    top: 50%;
    margin-top: -15px;
}
.indexTestimonialRight {
    color: #5ABA8C;
    position: absolute;
    font-size: 30px;
    right: -12px;
    top: 50%;
    margin-top: -15px;
}
.indexTestimonialLeft:hover, .indexTestimonialRight:hover {
    color: #269D64;
    cursor: pointer;
}
.indexTweet {
    background: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJklEQVQImWNgYGBg+PLly38YZoAJMCCBL1++/GdAVgFnY1WJzUwAEew1+waISHgAAAAASUVORK5CYII=);
    margin: 20px 0 -10px 0;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    color: #828080;
    font-size: 12px;
    float: left;
}
@media all and (max-width:992px) {
    .indexTwitterWrapper {
    margin-top: 60px;
}
}.indexTweet p {
    width: 95%;
    margin: 0;
    float: right;
}
.indexTweet i {
    margin-right: 10px;
    height: 100%;
    font-size: 18px;
    float: left;
}
.indexTweet a {
    color: #5ABA8C;
}
.indexTweet a:hover {
    color: #269D64;
}
.packageList {
    line-height: 40px;
}
.packageTitlesFirst, .packageTitlesSecond, .packageTitlesThird {
    height: 40px;
    background: #292929;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    display: block;
}
.packageTitlesFirst {
    margin: 0 -20px 0 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.packageTitlesSecond {
    background: #5ABA8C;
    margin: 0 -10px 0 -10px;
}
.packageTitlesThird {
    margin: 0 0 0 -20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
a.packageTitlesFirst, a.packageTitlesSecond, a.packageTitlesThird {
    margin-top: 40px!important;
}
a.packageTitlesFirst:hover, a.packageTitlesThird:hover {
    background: #5ABA8C;
    color: #FFF;
}
a.packageTitlesSecond:hover {
    background: #292929;
    color: #FFF;
}
.packageListFeatureName {
    background: #292929;
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: top;
    margin: 10px -30px 0 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    color: #FFF;
}
.packageListFeatureName i {
    margin: 0 20px;
    font-size: 16px;
    line-height: 43px;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}
.featureInfo {
    position: absolute;
    z-index: 100;
    color: #292929;
    font-family: 'Open Sans';
    font-size: 10px;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    background: #FFF;
    width: 250px;
    text-transform: none;
    padding: 10px;
    border-radius: 5px;
    line-height: 14px;
    display: none;
}
.packageListFeatureFirst, .packageListFeatureSecond, .packageListFeatureThird {
    background: #FFF;
    text-align: center;
    margin: 10px -20px 0 0;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #F4F4F4;
    border-top: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    font-size: 12px;
}
.packageListFeatureFirst i, .packageListFeatureSecond i, .packageListFeatureThird i {
    font-size: 16px;
}
.packageListFeatureSecond {
    margin: 10px -10px 0 -10px;
}
.packageListFeatureThird {
    margin: 10px 0 0 -20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid rgba(0, 0, 0, .08);
}
.packageListLast {
    margin-bottom: 60px;
}
.purchaseButton {
    display: block;
    text-align: center;
    margin: 40px auto 0;
}
.purchaseButton:first-of-type {
    margin-left: 15px;
}
.purchaseButton:last-of-type {
    margin-right: 15px;
}
.packagePageMobile {
    background: #FFF;
    text-align: center;
    min-height: 40px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    display: none;
    float: left;
    width: 100%;
    margin: 20px 0 40px;
    text-transform: uppercase;
    font-size: 12px;
}
@media all and (max-width:768px) {
    .packagePage {
    display: none;
}
.packagePageMobile {
    display: block;
}
}.websiteRevisions {
    padding: 60px 0;
}
.websiteChat {
    display: block;
    color: #FFF;
    height: 40px;
    z-index: 100000;
    font-family: 'Open Sans';
    text-indent: 0;
    line-height: 30px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}
#userlikeTab {
    background-image: none!important;
    width: 230px!important;
}
#userlikeTab:hover {
    background: #5ABA8C!important;
}
a#userlikeTab.bottomRight {
    right: 50px!important;
}
#userlikePoweredBy {
    display: none!important;
}
#userlikePopup {
    border: 1px solid rgba(0, 0, 0, .2)!important;
}
#userlikeSubmitRegister:hover {
    background-color: #5ABA8C!important;
    box-shadow: none!important;
}
#userlikeRegisterEmail, #userlikeRegisterName {
    font-size: 12px!important;
}
.mainFooter {
    width: 100%;
    min-height: 240px;
    background: #111;
}
.mainFooterTop {
    width: 100%;
    min-height: 200px;
    padding: 50px 0;
    background: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAQElEQVQYlW2OwQ0AMAgCbw7XcMFubj81RVpeGgIcQHK1gJC/+shjtkLNTmpTaZMm05IB76YzfTedaW46k28Opg1VYQ5hW3JdzwAAAABJRU5ErkJggg==) repeat #292929;
    border-bottom: 1px solid #444;
}
.footerTitle {
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footerMenu {
    font-size: 12px;
    color: #CCC;
}
.footerMenu a {
    color: #CCC;
}
.footerMenu a.footerMore {
    color: #FFF;
    text-decoration: underline;
}
.footerMenu a:hover {
    color: #5ABA8C;
}
.mainFooterBottom {
    font-size: 12px;
    float: left;
}
.mainFooterBottom li {
    line-height: 40px;
    margin-right: 20px;
    display: inline-block;
}
.designedBy {
    color: #FFF;
    font-size: 12px;
    line-height: 40px;
    float: right;
}
.footerLogo {
    height: 35px;
    width: 120px;
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
    float: right;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
    .footerLogo {
    background: url(../images/logo@2x.png) no-repeat;
    background-size: 120px 47px;
}
}.footerCopy {
    width: 100%;
    float: right;
    text-align: right;
    color: #CCC;
    font-size: 12px;
    margin: 20px 0 -20px 0;
    padding: 0;
}
@media all and (max-width:992px) {
    .footerNews {
    display: none;
}
}@media all and (max-width:769px) {
    .footerMenu {
    text-align: center;
}
.footerLogo {
    margin: 0 auto;
    float: none;
}
.footerCopy {
    text-align: center;
}
}@media all and (max-width:633px) {
    .designedBy, .mainFooterBottom {
    text-align: center;
    width: 100%}
}.designContainer .mix {
    display: none;
}
.designWrapper {
    background: #FFF;
    width: 100%;
    padding: 20px 10px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    margin-top: 20px;
}
.designTitle {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
}
.designImage {
    width: 100%;
    margin: 20px 0;
}
a.fancybox {
    height: 150px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.designTag {
    font-size: 10px;
    background: #F4F4F4;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
}
.designContent {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}
.designButton {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.designButtons {
    margin-top: 10px;
}
.designButtons .active {
    background: #292929;
}
.designButtons .active:hover {
    background: #5ABA8C;
}
.rewardPrint {
    list-style-type: circle;
    padding-left: 20px;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular-webfont.eot);
    src: url(../fonts/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Regular-webfont.woff) format('woff'), url(../fonts/OpenSans-Regular-webfont.ttf) format('truetype'), url(../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular) format('svg');
    font-weight: 400;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Italic-webfont.eot);
    src: url(../fonts/OpenSans-Italic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Italic-webfont.woff) format('woff'), url(../fonts/OpenSans-Italic-webfont.ttf) format('truetype'), url(../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic) format('svg');
    font-weight: 400;
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Light-webfont.eot);
    src: url(../fonts/OpenSans-Light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Light-webfont.woff) format('woff'), url(../fonts/OpenSans-Light-webfont.ttf) format('truetype'), url(../fonts/OpenSans-Light-webfont.svg#OpenSansLight) format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-LightItalic-webfont.eot);
    src: url(../fonts/OpenSans-LightItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-LightItalic-webfont.woff) format('woff'), url(../fonts/OpenSans-LightItalic-webfont.ttf) format('truetype'), url(../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic) format('svg');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Semibold-webfont.eot);
    src: url(../fonts/OpenSans-Semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Semibold-webfont.woff) format('woff'), url(../fonts/OpenSans-Semibold-webfont.ttf) format('truetype'), url(../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold) format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-SemiboldItalic-webfont.eot);
    src: url(../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-SemiboldItalic-webfont.woff) format('woff'), url(../fonts/OpenSans-SemiboldItalic-webfont.ttf) format('truetype'), url(../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic) format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Bold-webfont.eot);
    src: url(../fonts/OpenSans-Bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Bold-webfont.woff) format('woff'), url(../fonts/OpenSans-Bold-webfont.ttf) format('truetype'), url(../fonts/OpenSans-Bold-webfont.svg#OpenSansBold) format('svg');
    font-weight: 700;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-BoldItalic-webfont.eot);
    src: url(../fonts/OpenSans-BoldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-BoldItalic-webfont.woff) format('woff'), url(../fonts/OpenSans-BoldItalic-webfont.ttf) format('truetype'), url(../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic) format('svg');
    font-weight: 700;
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-ExtraBold-webfont.eot);
    src: url(../fonts/OpenSans-ExtraBold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-ExtraBold-webfont.woff) format('woff'), url(../fonts/OpenSans-ExtraBold-webfont.ttf) format('truetype'), url(../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold) format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-ExtraBoldItalic-webfont.eot);
    src: url(../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-ExtraBoldItalic-webfont.woff) format('woff'), url(../fonts/OpenSans-ExtraBoldItalic-webfont.ttf) format('truetype'), url(../fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic) format('svg');
    font-weight: 900;
    font-style: italic;
}