@charset "UTF-8";
/* Font */
/* */
/* Color */
/* Margins */
/* -------------------------------------------------------------
  List of CSS3 Sass Mixins File to be @imported and @included as you need

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)
    -   abs-pos                 - arguments: top,right,bottom,left -> default all values are on auto

------------------------------------------------------------- */
@import url("https://p.typekit.net/p.css?s=1&k=zaa0qgh&ht=tk&f=10312.10314&a=6291282&app=typekit&e=css");
@font-face {
  font-family: "reklame-script";
  src: url("https://use.typekit.net/af/96f268/00000000000000003b9ad2f8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/96f268/00000000000000003b9ad2f8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/96f268/00000000000000003b9ad2f8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "reklame-script";
  src: url("https://use.typekit.net/af/c3d1ed/00000000000000003b9ad2fa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/c3d1ed/00000000000000003b9ad2fa/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/c3d1ed/00000000000000003b9ad2fa/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
.tk-reklame-script {
  font-family: "reklame-script", sans-serif;
}

body {
  background: #0a0f99 url("../../images/deals/deals/bg.png") no-repeat 0 0/100%;
  /* */
}
body * {
  font-size: 14px;
}
body .blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
body #websiteChangeBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 99;
  cursor: pointer;
}
body #websiteChangeInfo {
  cursor: initial;
  position: relative;
  border: solid #FFF 1px;
  margin: 20%;
  text-align: center;
  color: #39e6ff;
  padding: 2em;
}
body #websiteChangeInfo .newButton16 {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
  min-width: auto;
  padding: 4px 8px !important;
  line-height: initial !important;
  height: initial;
  border-radius: 6px;
  font-size: 16px;
}
body #websiteChangeInfo .newButton16:hover {
  opacity: 0.8;
}
body #websiteChangeInfo .close {
  cursor: pointer;
  color: white;
  position: absolute;
  top: 0em;
  right: 0.5em;
  font-size: 1.5em;
}
body #websiteChangeInfo h3, body #websiteChangeInfo p {
  color: #39e6ff;
  font-size: 1.6em;
}
body div.bfShadow {
  background: #0a0f99;
  display: inline-block;
}
body #legalMentions, body .deals-footer {
  background: #0a0f99;
}
body .bfWeek {
  font-family: "reklame-script" !important;
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.83px;
  color: #ffffff;
  margin: -18px 10px;
}
body .bfWeek b {
  color: #c2a362 !important;
  font-family: "reklame-script" !important;
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.83px;
}
@media screen and (max-width: 940px) {
  body .bfWeek b {
    font-size: 28px;
    line-height: 50px;
  }
}
@media screen and (max-width: 940px) {
  body .bfWeek {
    font-size: 28px;
    line-height: 50px;
  }
}
body .bfDate {
  font-family: SourceSansPro;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.18px;
  color: #c2a362 !important;
}
@media screen and (max-width: 940px) {
  body .bfDate {
    font-size: 14px;
  }
}
body .fspx15 span {
  font-size: 15px !important;
}
body footer#footer {
  display: none;
}
body .l-show {
  display: block !important;
}
@media screen and (max-width: 940px) {
  body .l-show {
    display: none !important;
  }
}
body .s-show {
  display: none !important;
}
@media screen and (max-width: 940px) {
  body .s-show {
    display: block !important;
  }
}
body .background-bf {
  background: #0a0f99;
}
body .background-bf * {
  color: #FFF;
}
body .background-bf ul.yellowCheck li {
  font-size: 17px;
}
body .background-bf #simple_timer {
  display: none;
}
body #header-deals {
  background-size: contain;
}
body #header-deals * {
  color: #FFF;
}
body #header-deals .flex-container {
  display: flex;
}
body #header-deals .flex-container > div {
  margin: auto;
}
body #header-deals .deals-logo {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_DESKTOP@1x.png") no-repeat 50% 50%;
  background-size: 100%;
  width: 100%;
  max-width: 246px;
  height: 190px;
  margin: auto;
}
body #header-deals .deals-logo-qc {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_DISPLAY_QC@1x.png") no-repeat 50% 50%;
  background-size: 100%;
  width: 100%;
  max-width: 246px;
  height: 190px;
  margin: auto;
}
body #header-deals .deals-mob-logo {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_BF_MOB@1x.png") no-repeat 50% 50%;
  width: 82px;
  height: 54px;
  margin: auto;
}
body #header-deals .deals-mob-logo-qc {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_BF_MOB_QC@1x.png") no-repeat 50% 50%;
  width: 90px;
  height: 54px;
  margin: auto;
}
body #header-deals .sticky-filter {
  display: none;
}
body #header-deals .shareList {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
body #header-deals .shareList li {
  display: inline-block;
}
body #header-deals .share-this-page {
  display: block;
  background: transparent url("../../images/deals/default/SHARE_BT@1x.png") no-repeat 0 0;
  width: 24px;
  height: 25px;
  margin: auto;
  cursor: pointer;
}
body #header-deals .share-this-page.open {
  background: transparent url("../../images/deals/default/ICONE_CLOSE@1x.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
}
body #header-deals #simple_timer {
  display: none;
}
body #header-deals #simple_timer span {
  font-size: 15px;
  line-height: 25px;
}
body #header-deals ul.yellowCheck li {
  font-size: 24px;
}
body #header-deals .bf-filter {
  text-align: center;
}
body #header-deals .bf-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  background: #0d0338;
}
body #header-deals .bf-filter ul li {
  float: left;
  text-align: center;
  width: 160px;
}
body #header-deals .bf-filter ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  background-color: transparent;
  border: solid 1px #FFF;
  box-sizing: border-box;
}
body #header-deals .bf-filter ul li a.selected {
  background-color: #FFF;
  color: #fff !important;
  cursor: default;
}
body #header-deals .bf-filter ul li:first-child a {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body #header-deals .bf-filter ul li:last-child a {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 940px) {
  body #header-deals {
    background-image: none;
    /*border-bottom: solid 1px #3F3347;*/
    padding-bottom: 0;
  }
  body #header-deals.offers {
    padding-bottom: 0;
  }
  body #header-deals .deals-logo-qc,
body #header-deals .deals-logo {
    background-image: url("../../images/deals/default/LOGO_OVH_MOB@1x.png");
    width: 45px;
    height: 42px;
  }
  body #header-deals .secondHeaderRow {
    /*display: none !important;*/
  }
}
body .teaser_counter .counter_elem {
  position: relative;
}
body .teaser_counter .counter_elem:not(:last-child):after {
  position: absolute;
  content: ":";
  right: -15px;
  top: 0;
}
body .teaser_counter .counter_elem:after, body .teaser_counter .counter_elem span {
  font-weight: bold;
  font-family: "rajdhani" !important;
  font-size: 120px;
  line-height: 130px;
}
@media screen and (max-width: 940px) {
  body .teaser_counter .counter_elem:after, body .teaser_counter .counter_elem span {
    font-size: 40px;
    line-height: 50px;
  }
}
body .bf-mobile-filter {
  background-color: #FFF;
  border-radius: 3px;
  border: solid 1px #E3E3E3;
  text-align: center;
  overflow: hidden;
  max-height: 37px;
  -webkit-transition: max-height 0.65s ease;
  -moz-transition: max-height 0.65s ease;
  -o-transition: max-height 0.65s ease;
  transition: max-height 0.65s ease;
}
body .bf-mobile-filter .deploy-filters,
body .bf-mobile-filter .bf-mobile-filter-item {
  cursor: pointer;
  font-weight: bold;
}
body .bf-mobile-filter .deploy-filters {
  color: #fff !important;
  position: relative;
  padding: 5px 0;
}
body .bf-mobile-filter .deploy-filters:after {
  content: "";
  background: transparent url("../../images/2016wishes/arrowdown.png") no-repeat 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
body .bf-mobile-filter .bf-mobile-filter-item {
  border-top: solid 1px #E3E3E3;
  padding: 10px 0;
  color: #ABABAB !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
body .bf-mobile-filter .bf-mobile-filter-item.selected, body .bf-mobile-filter .bf-mobile-filter-item:hover {
  color: #fff !important;
  background-color: #F4F4F4;
}
body .bf-mobile-filter .bf-mobile-filter-item.selected {
  cursor: default;
}
body .bf-mobile-filter.open {
  max-height: 999px;
}
body .bf-mobile-filter.open * {
  color: #ABABAB !important;
}
body .bf-mobile-filter.open .deploy-filters:after {
  opacity: 0.3;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .share-icns {
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
  margin: 15px auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 25px 6px;
  background-size: contain !important;
}
body .share-icns:hover {
  opacity: 0.7;
}
body .share-icns.icns-fb {
  background: transparent url("../../images/deals/default/SHARE_FB@1x.png") no-repeat 50% 50%;
}
body .share-icns.icns-twitter {
  background: transparent url("../../images/deals/default/SHARE_TW@1x.png") no-repeat 50% 50%;
}
body .share-icns.icns-linkedin {
  background: transparent url("../../images/deals/default/SHARE_LI@1x.png") no-repeat 50% 50%;
}
body .share-icns.icns-fb-white {
  background: transparent url("../../images/deals/default/SHARE_FB_WHITE@1x.png") no-repeat 50% 50%;
}
body .share-icns.icns-twitter-white {
  background: transparent url("../../images/deals/default/SHARE_TW_WHITE@1x.png") no-repeat 50% 50%;
}
body .share-icns.icns-linkedin-white {
  background: transparent url("../../images/deals/default/SHARE_LI_WHITE@1x.png") no-repeat 50% 50%;
}
body ul.yellowCheck {
  padding: 0;
  margin: auto;
  list-style: none;
  text-align: left;
}
body ul.yellowCheck li {
  font-weight: 900;
  line-height: 50px;
  padding: 0 0 0 45px;
  font-family: "rajdhani" !important;
  background: transparent url("../../images/deals/default/CHECK@1x.png") no-repeat 5px 50%;
}
body #main {
  position: relative;
  margin-top: 0 !important;
}
body #main * {
  color: #fff;
}
body #main .backgroundBeige {
  background-color: #FAFAFA !important;
}
body #main .rajFont {
  font-family: "rajdhani" !important;
}
body #main hr {
  width: 126px;
  height: 7px;
  margin: 20px auto;
  border: none;
  background: transparent url("../../images/deals/default/SEP_DESKTOP@1x.png") no-repeat 50% 50%;
}
body #main .greyBorderTop {
  border-top: solid 1px #E2E2E2;
}
body #main .globalOverflow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99;
}
body #main .globalOverflow.show {
  display: block;
}
body #main .share-this-page-box {
  display: none;
  background: #FFF;
  position: fixed;
  z-index: 100;
  text-align: center;
}
body .productOffer.web .config {
  box-shadow: inset #a7d74d 0px 0px 0px 2px;
}
body .productOffer.web .config .golden-promo {
  color: #a7d74d !important;
  border-color: #a7d74d !important;
}
body .productOffer.saas .config {
  box-shadow: inset #a7d74d 0px 0px 0px 2px;
}
body .productOffer.saas .config .golden-promo {
  color: #a7d74d !important;
  border-color: #a7d74d !important;
}
body .productOffer.telecom .config {
  box-shadow: inset #a7d74d 0px 0px 0px 2px;
}
body .productOffer.telecom .config .golden-promo {
  color: #a7d74d !important;
  border-color: #a7d74d !important;
}
body .productOffer.cloud .config {
  box-shadow: inset #f7a834 0px 0px 0px 2px;
}
body .productOffer.cloud .config .golden-promo {
  color: #f7a834 !important;
  border-color: #f7a834 !important;
}
@media screen and (max-width: 940px) {
  body .productOffer .grid {
    margin-top: 0 !important;
  }
}
body .config {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset #39e6ff 0 0 0 2px;
}
body .config:not(.disabled) {
  cursor: pointer;
}
body .config .block-overflow {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  z-index: 9;
}
body .config.disabled {
  position: relative;
  hoverflow: hidden;
  box-shadow: inset #0a0f99 0 0 0 2px;
}
body .config.disabled:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3) url("../../images/deals/default/sold-out@3x.png") center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
body .config .share-this-offer {
  position: relative;
}
body .config .share-this-offer:before {
  display: block;
  width: 18px;
  height: 20px;
  /*background: transparent url('../../images/black-friday/2017/SHARE_BUTTON.png') no-repeat 0 0;*/
  content: url("../../images/deals/default/SHARE_BUTTON.png");
  left: -25px;
  top: -2px;
  position: absolute;
}
body .config .share-this-product {
  display: none;
  position: absolute;
  z-index: 10;
  width: 90%;
  margin: 5%;
  background-color: #FFF;
  bottom: 0;
  border-radius: 3px;
}
body .config .share-this-product .share-box-title {
  position: relative;
  padding: 0 20px;
}
body .config .share-this-product .share-box-title .close {
  position: absolute;
  background: transparent url("../../images/deals/default/SHARE_CLOSE.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
  cursor: pointer;
}
body .config .share-this-product .share-box-title .close:hover {
  opacity: 0.5;
}
body .config .priceInfo {
  display: inline-block;
  margin: 0 15px 20px 15px;
}
body .config .priceInfo .priceMention {
  font-size: 15px;
  line-height: 18px;
}
body .config .bf-bottom-block .subDesc {
  border-radius: 0px;
}
body .config .bf-bottom-block .subDesc ul {
  padding: 0;
  list-style: none;
  text-align: left;
}
body .config .bf-bottom-block .subDesc ul li {
  background-color: #0a0f99;
  padding: 5px 10px;
  margin: 5px 0;
  color: #FFFFFFBF !important;
}
body .config .bf-bottom-block .subDesc ul li:last-child {
  border: none;
}
body .config .bf-bottom-block .subDesc table {
  width: 100%;
}
body .config .bf-bottom-block .subDesc table tbody {
  display: table;
}
body .config .bf-bottom-block .subDesc table tbody tr {
  /*border-bottom: solid 1px #E2E2E2;*/
  width: 100% !important;
}
body .config .bf-bottom-block .subDesc table tbody tr:last-child {
  border: none;
}
body .config .bf-bottom-block .subDesc table tbody tr th, body .config .bf-bottom-block .subDesc table tbody tr td {
  width: 50% !important;
  padding: 5px 10px;
  border: none;
  vertical-align: top;
}
body .config .bf-bottom-block .subDesc table tbody tr td {
  text-align: right;
}
body .config .bf-bottom-block .subDesc table tbody tr th {
  font-weight: bold;
  text-align: left;
}
body .config .bf-bottom-block .bf-bottom-block-links div {
  border-right: solid 1px #ABABAB;
}
body .config .bf-bottom-block .bf-bottom-block-links div:last-child {
  border: none;
}
body .config .bf-bottom-block .bf-bottom-block-links div a {
  font-size: 15px;
  line-height: 34px;
  color: #ABABAB !important;
}
body .config .bf-bottom-block .bf-bottom-block-links div a:hover {
  text-decoration: none;
}
body .config .show-details {
  cursor: pointer;
  color: #ABABAB !important;
  text-decoration: underline;
}
body .config .show-details:after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -13px;
}
body .config .show-details:hover {
  text-decoration: none;
}
body .config .show-details.open:after {
  content: "⌃";
  margin-top: -8px;
}
@media screen and (max-width: 940px) {
  body .config .spec-details {
    display: none;
  }
}
body .config .bf-order-btn {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
  min-width: auto;
  padding: 4px 8px !important;
  line-height: initial !important;
  height: initial;
  border-radius: 6px;
  font-size: 16px;
}
body .config .bf-order-btn:hover {
  opacity: 0.8;
}
body .config .golden-promo {
  color: #39e6ff !important;
  display: inline-block;
  padding: 0px 10px;
  background-color: rgba(71, 255, 250, 0.2);
  border: solid #39e6ff 2px;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 940px) {
  body .config .golden-promo, body .config .golden-promo.big {
    font-size: 17px !important;
    line-height: 27px !important;
  }
}
body span.moins,
body span.plus {
  float: left;
  padding: 10px 15px;
  /*margin: 0 10px;*/
  border: solid 1px #7b92a4;
  border-radius: 0;
  cursor: pointer;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  color: #FFF;
  -webkit-transition: all ease 0.2s;
  -khtml-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
body span.moins:hover,
body span.plus:hover {
  /*background: transparent;*/
  background: #F4F4F4;
}
body span.moins.disabled,
body span.plus.disabled {
  pointer-events: none;
  opacity: 0.25;
}
body span.moins {
  margin-right: -1px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body span.moins:before {
  content: "-";
}
body span.plus {
  margin-left: -1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body span.plus:before {
  content: "+";
}
body input[type=text] {
  color: #122844 !important;
  padding: 10px;
  text-align: center;
  height: 15px;
  width: 60px;
  float: left;
  border-radius: 0 !important;
  font-weight: bold;
}
body #legalMentions {
  display: none;
}
body .deals-footer * {
  color: #FFF !important;
}
body .deals-footer .footer-links {
  margin: auto;
}
body .deals-footer #display-legal {
  position: relative;
}
body .deals-footer #display-legal:after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -13px;
}
body .deals-footer #display-legal.open:after {
  content: "⌃";
  margin-top: -8px;
}
body .deals-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
body .deals-footer ul li {
  margin: 10px;
  display: inline-block;
}
body .deals-footer ul li a.newButton16 {
  color: #FFF !important;
  border-color: #FFF;
}
body .deals-footer ul li a.newButton16:hover {
  color: #FFF;
  border-color: #FFF;
  background: rgba(255, 255, 255, 0.2) !important;
}
@media screen and (max-width: 940px) {
  body .deals-footer ul {
    float: none;
  }
  body .deals-footer ul li {
    display: block;
  }
  body .deals-footer ul li a.newButton16 {
    width: 100% !important;
  }
}

.anchors {
  color: #47fffa !important;
  display: inline-block;
  padding: 0px 10px;
  background-color: rgba(71, 255, 250, 0.2);
  border: solid #39e6ff 2px;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  margin: 1em;
}
.anchors:hover {
  background: #39e6ff;
  color: #00185e !important;
}
.anchors.web {
  color: #a7d74d !important;
  border-color: #a7d74d;
}
.anchors.web:hover {
  background: #a7d74d !important;
  color: #00185e !important;
 /* color: rgba(71, 255, 250, 0.2) !important;*/
}
.anchors.saas {
  color: #a7d74d !important;
  border-color: #a7d74d;
}
.anchors.saas:hover {
  background: #a7d74d !important;
  color: #00185e !important;
 /* color: rgba(71, 255, 250, 0.2) !important;*/
}
.anchors.telecom {
  color: #a7d74d !important;
  border-color: #a7d74d;
}
.anchors.telecom:hover {
  background: #a7d74d !important;
  /*color: rgba(71, 255, 250, 0.2) !important;*/
  color: #00185e !important;
}
.anchors.cloud {
  color: #f7a834 !important;
  border-color: #f7a834;
}
.anchors.cloud:hover {
  background: #f7a834;
  /*color: rgba(71, 255, 250, 0.2) !important;*/
  color: #00185e !important;
}
.anchors #newHelpbox {
  display: none !important;
}

#backToTop {
  position: fixed;
  height: 2em;
  width: 2em;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  bottom: 18px;
  right: 1em;
  z-index: 99999999;
  text-align: center;
  border-radius: 100%;
  font-size: 1.7em;
  line-height: 2.2em;
  display: none;
  cursor: pointer;
}
#backToTop.active {
  display: block;
}
#backToTop:hover {
  background: rgba(255, 255, 255, 0.2);
}
#backToTop:active {
  background: rgba(255, 255, 255, 0.4);
}

/*# sourceMappingURL=deals.css.map */
