
fieldset {
border:none!important;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 16px;
}
body {
font-family: Lato, Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 0;
}
@font-face {
font-family: 'Lato';
src: url(./assets/font/Lato-Bold.ttf) format('ttf');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: url(./assets/font/Lato-Regular.ttf) format('ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: url(./assets/font/Lato-Light.ttf) format('ttf');
font-weight: 300;
font-style: normal;
}
.flex-container {
display: flex;
}
.flex-container--row-wrap {
flex-flow: row wrap;
}
.flex-container--column {
flex-flow: column
}
.flex-container--align-center {
align-items: center;
}
.flex-container--flex-start {
justify-content: flex-start;
}
.flex-container--jusfity-center {
justify-content: center;
}
.flex-container--flex-between {
justify-content: space-between;
}
.flex-container--align-stretch {
align-items: stretch;
justify-content: center;
}
.flex-item--center-item {
padding: 0px 20px;
}
.flex-item--1 {
flex: 1;
}
.flex-item--2 {
flex: 1.28;
}
.text--center {
text-align: center;
}
.mail-response {
text-align:center;
}
.text-weight--light {
font-weight: 300;
}
.text-weight--bold {
font-weight: 700;
}
.text-color--white {
color: #fff;
}
.text-color--gray {
color: #999;
}
.text-underline {
text-decoration: underline;
}
.text--uppercase {
text-transform: uppercase;
}
.btn-default--uppercase {
text-transform: uppercase;
}
.btn-default--orange {
background-color: #ff8300;
color: #fff;
}
.btn-default--orange:hover {
background-color: #ff8300;
color: #fff;
}
a {
outline: none;
text-decoration: none;
}
.fleft {
float: left;
}
.fright {
float: right;
}
.hidden {
display: none;
}
.icon {
text-indent: -1000em;
overflow: hidden;
display: inline-block;
}
.small {
font-size: 11px !important;
}
.link {
color: #0098d0;
}
.link:hover, a.tdnone:hover .link {
color: #fff;
text-decoration: none;
}
.link:hover > *, a.tdnone:hover .link > * {
color: #fff;
background-color: #0098d0;
}
a.link.hn:hover, a.tdnone:hover .link.hn {
color: #b8e0f4;
}
a.link.hn:hover > *, a.tdnone:hover .link.hn > * {
color: #0098d0;
background-color: transparent;
}
.link.spoiler {
border-bottom: 1px dotted #ACCAEE;
}
.link.spoiler.graydot {
color: #c8c8c8;
border-bottom: 1px dotted #c8c8c8;
}
.link.spoiler.graydot > * {
color: #414141;
}
a.link.spoiler.graydot:hover, a.tdnone:hover .link.spoiler.graydot {
border-color: #b8e0f4;
}
a.link.spoiler.graydot:hover > *, a.tdnone:hover .link.spoiler.graydot > * {
color: #0098d0;
background-color: transparent;
}
.link.report {
color: #fcaeae;
}
.link.report > * {
color: #cc0000;
}
.link.report:hover, a.tdnone:hover .link.report {
color: #fff !important;
}
.link.report:hover > *, a.tdnone:hover .link.report > * {
color: #fff !important;
}
.link.reporthov {
color: #fcaeae;
}
.link.reporthov > * {
color: #cc0000;
}
a.link.reporthov:hover, a.tdnone:hover .link.reporthov {
color: #fff;
text-decoration: none;
}
a.link.reporthov:hover > *, a.tdnone:hover .link.reporthov > * {
color: #fff;
background-color: #cc0000;
}
.link.gray {
color: #c8c8c8;
list-style: none;
}
.link.gray > * {
color: #414141;
}
.link.gray:hover, a.tdnone:hover .link.gray {
color: #b8e0f4;
}
.link.gray:hover > *, a.tdnone:hover .link.gray > * {
color: #0098d0;
background-color: transparent;
}
.link.gray.hn:hover, a.tdnone:hover .link.gray.hn {
color: #c8c8c8;
}
.link.gray.hn:hover > *, a.tdnone:hover .link.gray.hn > * {
color: #414141;
}
.link.gray2 {
color: #D0D0D0;
}
.link.gray2 > * {
color: #626262;
}
.link.gray2:hover, a.tdnone:hover .link.gray2 {
color: #b8e0f4;
}
.link.gray2:hover > *, a.tdnone:hover .link.gray2 > * {
color: #0098d0;
background-color: transparent;
}
.link.gray3 {
color: #737373;
}
.link.gray3:hover, a.tdnone:hover .link.gray3 {
color: #0098d0;
}
.link.gray4 {
color: #d4d4d4;
}
.link.gray4 > * {
color: #959595;
}
.link.gray4:hover, a.tdnone:hover .link.gray4 {
color: #b8e0f4;
}
.link.gray4:hover > *, a.tdnone:hover .link.gray4 > * {
color: #0098d0;
background-color: transparent;
}
.link.impt {
color: #ff5050;
}
.link.impt > * {
color: #ff5050;
}
a.link.hover {
color: #fff;
text-decoration: none;
}
a.link.hover > * {
color: #fff;
background-color: #0098d0;
}
.inlblk {
display: -moz-inline-box;
display: inline-block;
zoom: 1;
}
.icon.inlblk, .icon.textin {
text-indent: 0;
}
.margintop15 {
margin-top: 15px !important;
}
.vtop {
vertical-align: top;
}
.block {
display: block;
}
.link.gray {
color: #c8c8c8;
}
.link.gray>* {
color: #414141;
}
.lheight16 {
line-height: 16px;
}
#footer-container .static.box li {
margin: 3px 0;
}
.websitegray {
width: 85px;
height: 85px;
background: url(./assets/images/logo-monochrome.svg) 100% 100% no-repeat;
}
.wrapper {
text-align: left;
margin: 0 auto;
width: 890px;
font-size: 12px;
position: relative;
}
.footer-partners {
display: none;
}
@media (max-width: 899px) {
footer#footer-container {
display: none;
}
}
footer#footer-container {
padding-top: 40px;
margin-top: 0px;
border-top: 1px solid #ddd;
}
#footer-container .boxindent {
margin-left: 155px;
}
#footer-container .box {
margin: 15px 0;
color: #000;
}
#footer-container .partners.box {
margin: 0;
}
#footer-container .static.box {
width: 190px;
margin: 0 10px 0 0;
}
#footer-container .static.box li {
margin: 3px 0;
}
#footer-container #lastwrapper {
min-height: 242px;
}
.footerapps {
margin-top: 4px;
position: relative;
}
.footerapps .icon {
width: 125px;
height: 45px;
margin: 0 3px;
background: no-repeat 50% 50%;
opacity: 0.8;
background-size: 100%;
}
.footerapps a:hover .icon {
opacity: 1;
}
.footerapps .icon.googleplay {
background-image: url(./assets/images/icon-mobile-googleplay.png);
width: 135px;
}
.footerapps .icon.appstore {
background-image: url(./assets/images/icon-mobile-apple.svg);
}
.footerapps > .tag-line {
white-space: nowrap;
color: #8E8E8E;
font-size: 12px;
line-height: 16px;
margin-top: 3px;
text-align: center;
}
.footerapps > a:hover .tag-line {
display: block;
position: absolute;
left: 0%;
width: 100%;
right: 0;
top: 53px;
color: #8E8E8E;
font-size: 12px;
text-align: center;
line-height: 16px;
}
.footerapps > a:hover .tag-line .block {
color: #0098d0;
}
.footerapps > a:hover ~ .tag-line {
visibility: hidden;
}
.promo-options {
counter-reset: section;
list-style-type: none;
}
.promo-option {
background: #ffffff no-repeat 50% 24px;
border-radius: 12px;
position: relative;
margin-top: 40px;
margin-left: 77px;
padding: 35px 50px;
text-align: center;
box-shadow: 0px 18px 38px rgba(17, 79, 78, 0.56);
}
.promo-option:before {
counter-increment: section;
content: counters(section, "");
position: absolute;
left: -13px;
top: -13px;
background: #0d9dd1;
box-shadow: 0px 4px 9px rgba(17, 79, 78, 0.41);
font-size: 23px;
font-weight: 700;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 20px;
color: #fff;
}
.promo-option h4 {
font-size: 20px;
font-weight: 700;
}
.promo-option p {
font-size: 15px;
}
.promo-option span {
display: block;
}
.promo-option:first-child {
margin-left: 0;
}
.promo-option--premium {
background-image: url(./assets/images/promo-option-premium.jpg);
}
.promo-option--cashback {
background-image: url(./assets/images/promo-option-cashback.jpg);
}
.promo-option--promo {
background-image: url(./assets/images/promo-option-promo.jpg);
}
.promotion-button {
text-align: center;
margin-top: 50px;
margin-bottom: 15px;
}
.category-list {
position: absolute;
margin: 0;
width: 100%;
padding: 20px 15px;
top: 42px;
z-index: 2;
color: #333;
list-style: none;
font-weight: bold;
background: #fff;
max-height: 130px;
overflow-y: scroll;
box-shadow: 1px 0px 5px rgba(0,0,0,0.3);
}
.category-list li {
padding: 2px 10px;
font-size: 1.3rem;
}
.category-list li.active {
background: #f7f7f7f7;
}
.category-selector {
flex: 2;
position: relative;
margin-bottom: 1rem;
}
.choose-category-container {
flex: 0 1 200px;
display: flex;
flex-flow: row wrap;
align-self: stretch;
color:#fff;
margin-top: 2rem;
}
.bundle-button .choose-category-container {color:#333;padding: 0px 20px;}
.bundle-button
.current-category-container {
line-height: 40px;
border: 2px solid #ff7900;
border-radius: 2px;
padding: 0px 10px;
font-size: 1.2rem;
text-align:left;
}
.choose-category-btn {
flex:  1;
align-self: baseline;
background: #ff7900;
line-height: 42px;
border: none;
margin-left: 2rem;
color: #fff;
transition:.3s;
line-height:2.5rem;
text-align: center;
text-decoration:none;
}
@media screen and (max-width: 900px) {
.choose-category-btn {
margin-left:0;
}
}
.choose-category-btn:hover {
background: #fb8010;
color:#fff;
text-decoration:none!important;
}
fieldset {
border: none;
}
.category-prefix {
display: inline-block;
}
.current-category-container {
line-height: 40px;
border: 2px solid #fff;
border-radius: 2px;
padding: 0px 10px;
font-size: 1.4rem;
font-weight: 300;
transition:.3s;
}
.current-category-container:hover {
box-shadow:0px 0px 0px 1px #fff inset
}
.current-category-placeholder {
white-space: nowrap;
overflow: hidden;
width: calc(100% - 103px);
text-overflow: ellipsis;
display: inline-block;
vertical-align: middle;
}
.category-selector .glyphicon {
position: absolute;
right: 20px;
top: 15px;
}