@charset "UTF-8";
/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
/* Font */
/* */
/* Color */
/* Margins */
body {
  /* DATABLES */
  /* END DATATABLES */
}
body .header * {
  color: white;
}
body .config {
  padding: 0 !important;
}
body .overline, body .overline .spanWithPrice {
  text-decoration: line-through;
}
body .PacificBlue {
  color: #00a2bf;
}
body .backgroundBleuLight {
  background-color: #E0F5F2;
}
body .separationBorder.backgroundBleuVif, body .separationBorder.backgroundYellowCloud {
  background: #27b9a2 !important;
}
body .borderBottomBleu {
  border-bottom: 1px solid #59d2ef;
  margin: 40px 0;
}
body .heightAuto {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  body .borderLeftBleu-3px {
    border-left: 3px solid #59d2ef;
  }
}
body #domForm #content {
  position: absolute;
}
body input[type=text], body select {
  height: 54px;
}
body a[data-tag=promo]:before {
  content: "";
  display: block;
  width: 55px;
  height: 50px;
  position: absolute;
  right: 2%;
  background-image: url("../../images/domains/kangaroo/application_promo-banner.png");
  z-index: 1;
  margin-top: -2px;
}
body body a[data-tag=oferta]:before {
  content: "";
  display: block;
  width: 55px;
  height: 50px;
  position: absolute;
  right: 2%;
  background-image: url("../../images/domains/kangaroo/oferta.png");
  z-index: 1;
  margin-top: -2px;
}
body div.productHomePad {
  position: relative;
  height: 245px !important;
  margin: 0;
  text-decoration: none !important;
  /* &:hover {
      * { 
          text-decoration:none!important;
          .overline, .overline .spanWithPrice { text-decoration: line-through !important; }
      }

      &.none { text-decoration: none! important; }
      img { 
          margin: 10px auto 0 auto;
          width: 20%;
      }
      .tld {
          margin: 30px auto 30px auto;
          font-size: 30px;
      }
  } */
}
body div.productHomePad a.knowMore {
  color: #67daf2 !important;
  font-weight: 600;
  text-decoration: none;
}
body div.productHomePad a.knowMore:hover {
  text-decoration: underline;
}
body div.productHomePad a.knowMore * {
  color: #67daf2 !important;
}
body div.productHomePad .overline {
  text-decoration: line-through !important;
}
body div.productHomePad img {
  height: 20% !important;
  margin: 30px auto 30px auto;
}
body div.productHomePad .tld {
  margin: 30px auto 30px auto;
  position: relative;
  /* -webkit-transition: all ease 0.4s;
  -khtml-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; */
  color: white;
  font-size: 60px;
}
body div.productHomePad .pdtBackground {
  height: 245px !important;
  margin: 0;
  opacity: 1;
}
body .toShowHover {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.4s;
  -khtml-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
}
body .newSite-table tr, body .table tr {
  border-bottom: solid 1px #6e7c85;
}
body .newSite-table tr td, body .table tr td {
  border: none;
}
body .newSite-table tr td.bgBlueLight, body .table tr td.bgBlueLight {
  background-color: #E0F5F2 !important;
}
body .newSite-table tr td a span[class*=icn-], body .table tr td a span[class*=icn-] {
  display: table-cell;
  height: 20px;
  width: 20px;
}
body .newSite-table tr td a span[class*=icn-].icn-info, body .table tr td a span[class*=icn-].icn-info {
  background-image: url("../../../images/domains/kangaroo/infoPage_20px-bkg-light.png");
  display: block;
}
body .newSite-table tr td a span[class*=icn-].icn-order, body .table tr td a span[class*=icn-].icn-order {
  background-image: url("../../../images/domains/kangaroo/cart_20px-bkg-light.png");
}
body .newSite-table tr:first-child th, body .table tr:first-child th {
  padding-left: 15px;
  border: none;
}
body .newSite-table tr:first-child th.sorting_asc, body .table tr:first-child th.sorting_asc {
  background-image: url("../../../images/domains/kangaroo/sort_asc.png");
}
body .newSite-table tr:first-child th.sorting_desc, body .table tr:first-child th.sorting_desc {
  background-image: url("../../../images/domains/kangaroo/sort_desc.png");
}
body .newSite-table tr:first-child th.sorting, body .table tr:first-child th.sorting {
  background-image: url("../../../images/domains/kangaroo/sort_both.png");
}
body .newSite-table tr:first-child th:not(:first-child), body .table tr:first-child th:not(:first-child) {
  text-align: center;
}
body .newSite-table tr:first-child th, body .newSite-table tr:first-child th span, body .table tr:first-child th, body .table tr:first-child th span {
  color: #7C92A3;
  background-repeat: no-repeat;
  background-position: center right;
}
body .newSite-table.extensions tr[data-type=new] td:first-child .tagNew, body .table.extensions tr[data-type=new] td:first-child .tagNew {
  color: #27b9a2;
  font-weight: 600;
}
body .newSite-table.extensions tr[data-type=promo] td:first-child .tagPromo, body .table.extensions tr[data-type=promo] td:first-child .tagPromo {
  color: #AD0067;
  font-weight: 600;
}
body .newSite-table.extensions tr th, body .newSite-table.extensions tr td, body .table.extensions tr th, body .table.extensions tr td {
  /*padding-top: 5px !important;*/
  /*padding-bottom: 5px !important;*/
}
@media screen and (max-width: 480px) {
  body .newSite-table.extensions tr th, body .newSite-table.extensions tr td, body .table.extensions tr th, body .table.extensions tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
body .newSite-table.extensions tr td, body .table.extensions tr td {
  /*&:first-child { width : 40%; }*/
}
body .newSite-table.extensions tr td:nth-child(even), body .table.extensions tr td:nth-child(even) {
  background-color: transparent !important;
}
body .newSite-table.extensions tr td:nth-of-type(2), body .table.extensions tr td:nth-of-type(2) {
  background-color: #E0F5F2 !important;
}
body .newSite-table.extensions tr td:last-child:hover, body .table.extensions tr td:last-child:hover {
  background-color: #59d2ef !important;
}
body .newSite-table.extensions tr td:hover a span.icn-order, body .table.extensions tr td:hover a span.icn-order {
  background-image: url("../../../images/domains/kangaroo/cart2_20px-bkg-light.png") !important;
}
body .newSite-table.extensions tr td:hover a span.icn-info, body .table.extensions tr td:hover a span.icn-info {
  background-image: url("../../../images/domains/kangaroo/infoPage2_20px-bkg-light.png") !important;
}
body .newSite-table.extensions tr:not(:first-child), body .table.extensions tr:not(:first-child) {
  text-align: center;
}
body .noResult {
  display: none;
}
body .config .borderBottomBleu {
  border-bottom: 1px solid #59d2ef;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body .config p.overline {
  padding: 0;
  margin: 0;
}
body .easy-redirect-bg {
  background: #122844 url("../../../images/domains/easy-redirect/header-easy-redirect.jpg") no-repeat top center;
  background-size: cover;
}
body .easy-redirect-input-container {
  position: relative;
}
body .easy-redirect-input-container.side-arrow:after {
  position: absolute;
  width: 33px;
  height: 27px;
  content: url("../../../images/2016wishes/right-arrow.png");
  right: -15px;
  bottom: 50%;
  margin: 0 0 -14px 0;
}
@media screen and (max-width: 768px) {
  body .easy-redirect-input-container.side-arrow {
    margin-bottom: 50px !important;
  }
  body .easy-redirect-input-container.side-arrow:after {
    right: 50%;
    bottom: -33px;
    transform: rotate(90deg);
    margin-right: -16px;
  }
}
body .easy-redirect-input-container div.input.valid:after, body .easy-redirect-input-container div.input.load:after, body .easy-redirect-input-container div.input.wrong:after, body .easy-redirect-input-container div.input.warning:after {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  right: 12px;
  top: 13px;
}
body .easy-redirect-input-container div.input.load:after {
  width: 15px !important;
  height: 15px !important;
  content: url("../../../images/2016wishes/ajax-loader.gif");
}
body .easy-redirect-input-container div.input.valid input {
  border-color: #B0CA67;
  box-shadow: 0 0 0 1px #B0CA67;
}
body .easy-redirect-input-container div.input.valid:after {
  content: url("../../../images/2016wishes/input-valid-right.png");
}
body .easy-redirect-input-container div.input.wrong input {
  border-color: #E98C72;
  box-shadow: 0 0 0 1px #E98C72;
}
body .easy-redirect-input-container div.input.wrong:after {
  content: url("../../../images/2016wishes/input-valid-wrong.png");
}
body .easy-redirect-input-container div.input.wrong .warning-msg {
  color: #EC4A1D;
}
body .easy-redirect-input-container div.input.warning input {
  border-color: #D9AD00;
  box-shadow: 0 0 0 1px #D9AD00;
}
body .easy-redirect-input-container div.input.warning:after {
  content: url("../../../images/2016wishes/input-valid-warning.png");
}
body .easy-redirect-input-container div.input.warning .warning-msg {
  color: #D9AD00;
}
body .easy-redirect-input-container div.input .warning-msg {
  text-align: left;
  margin: 0 15px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  body .easy-redirect-input-container div.input .warning-msg {
    position: relative;
  }
}
body .easy-redirect-input-container div.input input[type=text] {
  height: 45px;
  padding-right: 30px;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
body .easy-redirect-input-container .rnd-icn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #E4E4E5;
  font-size: 24px;
  cursor: default;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body .easy-redirect-input-container .rnd-icn.active {
  background: #DAEDF1;
}
body #accordion hr {
  width: 100%;
  border-color: #59d2ef;
  margin: 0;
}
body #accordion .open br {
  content: "";
  margin: 2em;
  display: block;
  font-size: 24%;
}
body #accordion .section1 {
  margin: 0 17px;
}
body #accordion .section1 h2 {
  font-size: 18px;
  font-weight: bold;
}
body #accordion .section1 br {
  content: "";
  margin: 2em;
  display: block;
  font-size: 24%;
}
body #accordion .section1 p {
  margin: 0;
}
body #accordion .section1 .section2 {
  padding-bottom: 30px;
}
body #accordion table.support tr td {
  border: 1px solid #59d2ef;
}
body #accordion table tr td {
  border: none;
}
body #accordion h3 {
  padding: 17px 0 4px 17px;
  margin-bottom: 0;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 14px;
  cursor: pointer;
  color: #143f6c !important;
}
body #accordion h3:hover, body #accordion h3.active {
  color: #59d2ef;
  background-color: #E7F7FE;
}
body #accordion h3:hover .showOrHide, body #accordion h3.active .showOrHide {
  background-color: #59d2ef;
}
body #accordion h3 .showOrHide {
  float: right;
  font-size: 33px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #7b92a4;
  padding: 12px;
  margin-top: -17px;
}
body #accordion h3 .showOrHide:hover {
  background: #59d2ef;
}
body #accordion a:not(.newLink) {
  text-decoration: none;
}
body #accordion a:not(.newLink):hover {
  text-decoration: underline;
}
body #services_included .includedServices tbody tr:first-child th, body #services_included .includedServices tbody tr:nth-child(4n) {
  display: none;
}
body #services_included .includedServices tbody tr {
  border-bottom: solid 1px #6e7c85;
}
body #services_included .includedServices tbody tr:nth-of-type(3) th:first-child {
  background-color: #E0F5F2 !important;
}
body #services_included .includedServices tbody tr.title th:nth-child(2n) {
  background-color: transparent !important;
}
body #services_included .includedServices tbody tr.title th {
  color: #7C92A3;
  font-weight: bold;
}
body #services_included .includedServices tbody tr.title th::first-letter {
  text-transform: uppercase;
}
body #services_included .includedServices tbody tr th:first-child {
  width: 50%;
  text-align: left;
  font-weight: bold;
}
body #services_included .includedServices tbody tr th:first-child a {
  text-decoration: none;
  font-weight: bold;
}
body #services_included .includedServices tbody tr th:nth-of-type(2) {
  background-color: #E0F5F2 !important;
}
body #services_included .includedServices tbody tr th, body #services_included .includedServices tbody tr td {
  border: 0;
  padding: 10px 15px;
}
body #services_included .includedServices tbody tr th:nth-child(3n), body #services_included .includedServices tbody tr td:nth-child(3n) {
  background-color: transparent !important;
}
body .newButton16.secondary.middleBackground {
  color: #59d2ef !important;
}
body input[type=search] {
  border: 1px solid #59d2ef;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  background: white;
  padding-left: 10px;
  outline: none;
}
body .dataTables_filter {
  text-align: center;
  margin-bottom: 5%;
}
body .dataTables_filter input[type=search] {
  height: 50px;
  width: 50%;
  margin-left: 2%;
}
body .dataTables_paginate {
  margin-top: 2%;
}
body .dataTables_paginate a.paginate_button {
  margin-right: 2%;
  cursor: pointer;
  border: 2px solid #59d2ef;
  border-radius: 3px;
  display: inline-block;
  height: 56px;
  line-height: 56px !important;
  padding: 0 16px !important;
  text-align: center;
  min-width: 50px;
  width: auto;
  -webkit-transition: all ease 0.4s;
  -khtml-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  text-decoration: none !important;
  box-sizing: border-box;
  font-weight: 600;
  color: #122844 !important;
  background: transparent;
}
body .dataTables_paginate a.paginate_button:hover, body .dataTables_paginate a.paginate_button.current {
  text-decoration: none !important;
  border-color: #00a2bf;
  background: rgba(89, 210, 239, 0.15) !important;
}
body .dataTables_paginate a.paginate_button.disabled {
  pointer-events: none;
  opacity: 0.6;
}
body .ellipsis {
  display: inline-block;
  margin-right: 2%;
}
body .filters-nav {
  margin: 0;
  padding: 0;
}
body .filters-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .filters-nav li.dropdown {
  list-style: none;
  display: inline-block;
  padding: 10px;
  margin: 0 1% 1% 0;
  z-index: 998;
  border: 1px solid #7b92a4;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  background-color: white;
  outline: none;
  line-height: 34px;
  position: relative;
}
@media screen and (max-width: 480px) {
  body .filters-nav li.dropdown:nth-child(3) {
    display: none;
  }
}
body .filters-nav li.dropdown .dropdown-btn {
  cursor: pointer;
}
body .filters-nav li.dropdown .dropdown-btn:before {
  content: "";
  display: inline-block;
  float: right;
  background-image: url("../../../images/2016wishes/arrowdown.png");
  height: 12px;
  width: 12px;
  margin: 12px 0 0 12px;
}
body .filters-nav li.dropdown > ul {
  width: 100%;
  background-color: white;
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 10px -10px;
  border: 1px solid #7b92a4;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body .filters-nav li.dropdown > ul.dropdown-list {
  display: none;
  position: absolute;
  z-index: 999;
}
body .filters-nav li.dropdown > ul li {
  display: block;
  padding: 4px;
  margin: 0;
  white-space: nowrap;
}
body .selectedCheckbox ul li {
  display: none;
  padding: 6px;
  margin: 4px;
  list-style: none;
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  width: initial;
}
body .selectedCheckbox ul li span.icons {
  display: inline-block;
  vertical-align: baseline;
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin: 0 4px 0 12px;
  font-size: 21px;
}
body .selectedCheckbox ul li span.icons.icons.icon-cross:after {
  content: "❌";
}
body .cd-horizontal-timeline {
  opacity: 0;
  margin: 6em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  height: 100px;
}
body .cd-horizontal-timeline.loaded {
  opacity: 1;
}
body .cd-horizontal-timeline .timeline ul li {
  list-style: none;
  display: inline;
  position: relative;
}
body .cd-horizontal-timeline .timeline ul li:nth-child(-n+5):before {
  content: "";
  height: 2px;
  display: block;
  background-color: #00a2bf;
  position: absolute;
  width: 100%;
  margin-top: 15px;
}
body .cd-horizontal-timeline .timeline ul li:first-child:before {
  content: "";
  background-color: transparent;
}
body .cd-horizontal-timeline .timeline ul li:nth-child(3):before {
  width: 260px;
}
body .cd-horizontal-timeline .timeline ul li:nth-child(4):before {
  content: "";
  background-color: white;
  height: 4px;
  margin-left: 60px;
  width: 120px;
}
body .cd-horizontal-timeline .timeline ul li:nth-child(5):before {
  content: "";
  background-color: white;
  height: 4px;
}
body .cd-horizontal-timeline .timeline ul li .step {
  background-color: #00a2bf;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  line-height: 32px;
  margin: 0 auto;
  position: absolute;
  cursor: pointer;
  z-index: 9;
}
body .cd-horizontal-timeline .timeline ul li .step [id*=step] {
  opacity: 0;
  background: #143f6c !important;
}
body .cd-horizontal-timeline .timeline ul li .step #step1 {
  margin: -169px 0 0 -90px;
}
body .cd-horizontal-timeline .timeline ul li .step #step2 {
  margin: 15px 0 0 -68px;
}
body .cd-horizontal-timeline .timeline ul li .step #step3 {
  margin: 15px 0 0 -68px;
}
body .cd-horizontal-timeline .timeline ul li .step #step4 {
  margin: -169px 0 0 -90px;
}
body .cd-horizontal-timeline .timeline ul li .step:hover .arrowBox {
  opacity: 1;
  -webkit-transition: opacity ease 2s;
  -khtml-transition: opacity ease 2s;
  -moz-transition: opacity ease 2s;
  -ms-transition: opacity ease 2s;
  -o-transition: opacity ease 2s;
  transition: opacity ease 2s;
}
body .cd-horizontal-timeline .timeline .delaiMax {
  margin: 30px -103px;
  position: absolute;
  width: 80px;
}
body .cd-horizontal-timeline .timeline .icn-User {
  display: inline-block;
  width: 82px;
  height: 82px;
  background-image: url("../../images/domains/kangaroo/user_80px-dark-bkg.png");
  margin: -20px 60px;
}
body .cd-horizontal-timeline .timeline .filling-line {
  display: block;
  height: 2px;
  background-color: #00a2bf;
  position: absolute;
  width: 90%;
  margin: 0 auto;
  left: 16%;
}
body .cd-horizontal-timeline .timeline .tmln {
  position: absolute;
  left: 50%;
  width: 1px;
  background: #00a2bf;
  height: 63%;
  top: 240px;
}
body .cd-horizontal-timeline .timeline .tmlnStp4 {
  background: #fff none repeat scroll 0 0;
  height: 60%;
  left: 0;
  margin: 0 0 0 -9px;
  position: absolute;
  top: 50%;
  width: 3px;
}
body .cd-horizontal-timeline .timeline .dlMx5j {
  left: -120%;
  margin: 0;
  position: absolute;
  top: 75%;
}
body .cd-horizontal-timeline .timeline.mobile .step span {
  background-color: #00a2bf;
  border-radius: 50%;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 32px;
  z-index: 999999999;
  top: 43%;
}
body .cd-horizontal-timeline .timeline.mobile .icn-User {
  margin: 20px auto;
}
body .cd-horizontal-timeline .timeline.mobile .info.info1,
body .cd-horizontal-timeline .timeline.mobile .info.info2 {
  margin: 80px auto;
}
body .cd-horizontal-timeline .timeline.mobile .arrowBox {
  margin: 2em auto;
  min-height: auto;
  width: 80%;
}
body .cd-horizontal-timeline .timeline.mobile .arrowBox.upArrow::before,
body .cd-horizontal-timeline .timeline.mobile .arrowBox.upArrow::after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: calc(100% + 10px);
  top: 43%;
}
body .cd-horizontal-timeline .timeline.mobile .arrowBox.upArrow::before {
  border-width: 12px;
  margin: -2px 0 0 -10px;
}
body .cd-horizontal-timeline .timeline.mobile .arrowBox.downArrow::before,
body .cd-horizontal-timeline .timeline.mobile .arrowBox.downArrow::after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -10px;
  top: 43%;
}
body .cd-horizontal-timeline .timeline.mobile .arrowBox.downArrow::before {
  border-width: 12px;
  margin: -2px 0 0 -14px;
}
body .cd-horizontal-timeline .timeline.mobile .step1 .arrowBox,
body .cd-horizontal-timeline .timeline.mobile .step4 .arrowBox {
  margin-right: 0;
}
body .cd-horizontal-timeline .timeline.mobile .step2 .arrowBox,
body .cd-horizontal-timeline .timeline.mobile .step3 .arrowBox {
  margin-left: 0;
}
body .info {
  border: 2px solid #00a2bf;
  border-radius: 3px;
  background: rgba(89, 210, 239, 0.15) !important;
  padding: 15px !important;
  /*padding: 0 16px !important;*/
}
body .info.info1 {
  margin-top: -98px;
}
body .info.info2 {
  margin-top: 30px;
}
body .info.check {
  background-image: url("../../images/domains/kangaroo/check.png") !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}
body .arrowBox.transparentBackground {
  background-color: #143f6c !important;
  border-color: #FFF !important;
  color: #FFF;
}
body .arrowBox.downArrow:before {
  border-top-color: #FFF;
}
body .arrowBox.downArrow:after {
  border-top-color: #143f6c;
}
body .arrowBox.upArrow:before {
  border-bottom-color: #FFF;
}
body .arrowBox.upArrow:after {
  border-bottom-color: #143f6c;
}
body .bg-dnsAnycast_64px_bkg_light {
  width: 65px;
  height: 65px;
  background: url("../../images/domains/kangaroo/css_sprites.png") -10px -10px;
  margin: 0 auto;
}
body .bg-domains_64px_bkg_light {
  width: 65px;
  height: 65px;
  background: url("../../images/domains/kangaroo/css_sprites.png") -95px -10px;
  margin: 0 auto;
}
body .bg-domainToWebsite_64px {
  width: 65px;
  height: 65px;
  background: url("../../images/domains/kangaroo/css_sprites.png") -10px -95px;
  margin: 0 auto;
}
body .bg-envelop_64px_bkg_light {
  width: 65px;
  height: 65px;
  background: url("../../images/domains/kangaroo/css_sprites.png") -95px -95px;
  margin: 0 auto;
}
body .bg-ext_internat_64px {
  width: 65px;
  height: 65px;
  background: url("../../images/domains/kangaroo/css_sprites.png") -180px -10px;
  margin: 0 auto;
}
body .bg-ext_pro_64px {
  width: 65px;
  height: 64px;
  background: url("../../images/domains/kangaroo/css_sprites.png") -180px -95px;
  margin: 0 auto;
}
body .bg-repartCharge_64px {
  width: 64px;
  height: 65px;
  background: url("../../images/domains/kangaroo/css_sprites.png") -10px -180px;
  margin: 0 auto;
}
body .tabDomain {
  border: 1px #c2f1fe solid;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  margin-right: 10px;
  line-height: 56px !important;
  padding: 0 16px !important;
  cursor: pointer;
}
body .tabDomain.selected {
  background-color: #f6feff;
  border-bottom: 1px #f6feff solid;
}
@media screen and (max-width: 768px) {
  body .domainContent {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  body .tabDomainContent {
    background-color: #f6feff;
    border: 1px #c2f1fe solid;
  }
}
body .collapseDomain {
  cursor: pointer;
}
body .collapseDomain > .domainIcon {
  height: 40px;
}
body .collapseDomain > b {
  width: 100%;
}
body .collapseDomain > .domainChevronDown {
  height: 24px;
}
body .collapseDomain > .domainChevronUp {
  height: 24px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  body .collapseDomain {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  body .collapsed {
    background-color: #f6feff;
    border: 1px #c2f1fe solid;
  }
  body .collapsed > * {
    margin: 20px !important;
  }
}

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