@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 */
* {
  color: #17273b;
}

@media only screen and (min-width: 768px) {
  .col-m-custom {
    width: calc((4.5/12 * 100%) - (8px * 2) - 0 * 1px) !important;
  }
}
.breadcrumb {
  color: white;
}

.headerContent div.texture {
  width: 100%;
  height: 100%;
  background: transparent url("../../../images/cloud/deskaas/pattern-point-bleu.png") repeat 0 0;
}

.left {
  text-align: left;
}

.clear {
  clear: both !important;
}

.separationBorder {
  background: #27b9a2 !important;
}

table.hostingCompare {
  display: table !important;
}
table.hostingCompare tbody, table.hostingCompare thead, table.hostingCompare tr {
  width: 100% !important;
}
table.hostingCompare thead tr th {
  text-align: center;
  color: #79868E;
  padding: 8px;
}
table.hostingCompare thead tr th:first-child {
  text-align: left;
  color: #1DB9DE;
  padding: 8px;
}
table.hostingCompare tbody {
  display: auto;
}
table.hostingCompare tbody.hidden {
  display: none;
}
table.hostingCompare tbody tr {
  border-top: 1px solid #C5CACE;
  /*td {
      &:nth-child(2n+0) {
          background: #E0F3F0;
      }
  }*/
}
table.hostingCompare tbody tr.title, table.hostingCompare tbody tr th.fullBorder {
  border-top: 1px solid #C5CACE;
}
table.hostingCompare tr th {
  text-align: left;
  font-weight: bold;
}
table.hostingCompare tr td {
  font-weight: light !important;
}
table.hostingCompare tr th, table.hostingCompare tr td {
  border: 0;
  border-collapse: collapse;
  padding: 16px 8px;
  color: #17273B;
}

table.hostingCompareMobile tbody tr {
  border-top: 1px dashed #C5CACE;
}
table.hostingCompareMobile tbody tr th.title {
  background: #E0F3F0 !important;
}
table.hostingCompareMobile tbody tr td, table.hostingCompareMobile tbody tr th {
  background: transparent !important;
  padding: 8px !important;
}

.openHelp {
  color: white;
  padding: 3px 16px;
  border: 1px solid #59d2ef;
  right: 16px;
  top: -28px;
  position: absolute;
  border-radius: 3px;
  cursor: pointer;
}

#helpTab {
  display: none;
  z-index: 100;
  background: white;
  position: absolute;
  top: 15px;
  right: 0;
  min-width: 300px;
}

.titleRow {
  color: #0198b7 !important;
}
.titleRow > * {
  color: #0198b7 !important;
}

.highlightCol {
  background-color: #e9f9fd;
}

.openCompareDetails,
.openCompareDetails *,
.openCompareDetails:hover,
.openCompareDetails:active,
.openCompareDetails:visited {
  color: #17273B !important;
  margin: 0 15px;
}

.openCompareDetails.closed .close {
  display: none;
}

.openCompareDetails .close {
  display: inline;
}

.openCompareDetails.closed .open {
  display: inline;
}

.openCompareDetails .open {
  display: none;
}

.greenBg {
  background: #27b9a2;
}

.green {
  color: #27b9a2;
}

.greyBg {
  background: #eaeaea;
}

.blueBg {
  background: #1db9de;
}

.dblueBg {
  background: #143F6C;
}

.lblue {
  color: #1db9de;
}

.black {
  color: #17273B;
}

.dblueBg .offerSpecialBlock h2,
.dblueBg .offerSpecialBlock h3,
.dblueBg .offerSpecialBlock p,
.dblueBg .offerSpecialBlock div,
.dblueBg .offerSpecialBlock .red,
.dblueBg .offerSpecialBlock span,
.dblueBg .offerSpecialBlock .small,
.dblueBg .offerSpecialBlock .spanWithPeriod {
  color: white;
}

.offerSpecialBlock {
  border: 1px solid white;
}
.offerSpecialBlock .border {
  border-left: 1px solid white;
}
.offerSpecialBlock .topBorder {
  border-top: 1px solid white;
}
.offerSpecialBlock.blackFriday:before {
  position: absolute;
  content: "";
  background: transparent url("../../../images/black-friday/sticker-bf.png") no-repeat 0 0;
  width: 133px;
  height: 40px;
  top: -18px;
  left: 50%;
  margin-left: -67px;
}
.offerSpecialBlock.blackFriday .newButton16 {
  background-color: #09043E;
  border-color: #09043E;
  color: #FFF;
}
.offerSpecialBlock.blackFriday .newButton16:hover {
  opacity: 0.8;
  background-color: #09043E !important;
  border-color: #09043E !important;
  color: #FFF !important;
}

.whiteBg .offerSpecialBlock {
  border: 1px solid #17273B;
}
.whiteBg .offerSpecialBlock .border {
  border-left: 1px solid #17273B;
}
.whiteBg .offerSpecialBlock .topBorder {
  border-top: 1px solid #17273B;
}

.dblueBg .config h2,
.dblueBg .config h3,
.dblueBg .config p,
.dblueBg .config .price,
.dblueBg .config .price *,
.dblueBg .config div {
  color: white;
  border-color: white !important;
}

.dblueBg div.config,
.dblueBg .config p {
  border-color: white !important;
}

.config .headerConfig {
  min-height: 240px;
}

hr.splitter {
  border: 0;
  padding: 0;
  background: transparent;
  border-top: 3px;
  border-style: solid;
  width: 100px;
  margin: 0 auto;
}

.headerContent {
  background: #0D3E6F url("../../../images/hosting2020/hero.png") no-repeat 50% 50%;
  background-size: cover;
}

.breakingNews {
  background: #1DB9DE;
}

.breakingNews *,
.breakingNews a *,
.breakingNews a * *,
.breakingNews a:hover,
.breakingNews a:hover *,
.breakingNews a:hover * * {
  color: white !important;
  text-decoration: none !important;
  font-weight: 200;
}

.breakingNews {
  height: auto !important;
}

body .config {
  border: 1px solid #4fcced !important;
  border-radius: 0 0 3px 3px;
}

@media only screen and (min-width: 768px) {
  body .config.first {
    border-right: none !important;
  }
}
body .config .newButton16.smallButton {
  height: 34px;
  line-height: 34px !important;
  min-width: 134px !important;
}

body .config .price {
  border-top: 1px solid #4fcced !important;
}

body .config ul {
  list-style: none;
  padding: 0px;
}
body .config ul li {
  font-size: 15px !important;
}
body .config ul li > * {
  font-size: 15px !important;
}

body .config.newConfig {
  margin-top: 40px !important;
}

body .config.newConfig h2 {
  padding-top: 10px;
}

/*body .config.newConfig .newButton16 {
    margin-bottom: 10px !important;
}*/
/*body .config .price {
    border-top: 1px solid #171C4A !important;
}*/
.bestSellerTag {
  margin-top: 6px;
}

.bestSellerTag,
.bestSellerTag * {
  color: #E54824;
  font-size: 22px;
  font-weight: 200;
}

.bestSellerArrow {
  margin-top: 3px;
  width: 16px;
  margin: auto;
  position: relative;
  background: #EAEAEA;
  border: 1px solid #E54824;
}
.bestSellerArrow:after, .bestSellerArrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bestSellerArrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #eaeaea;
  border-width: 10px;
  margin-left: -10px;
}
.bestSellerArrow:before {
  border-color: rgba(229, 72, 36, 0);
  border-top-color: #E54824;
  border-width: 11px;
  margin-left: -11px;
}

a.newButton:hover * {
  text-decoration: none !important;
}

.performanceSelector, .cloudWebSelector {
  border: 1px solid #c2f1fe !important;
  font-size: 16px !important;
}

.icn-round {
  width: 80px;
  height: 80px;
  background: #B4DFE5;
  border-radius: 50%;
  margin: auto;
}

.dblue .icn-round {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: auto;
}

.dblue .icn-round img,
img.inverted {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.grey .icn-round {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  margin: auto;
}

.dashedBorderedLeftRight {
  border: 0;
  border-left: 1px dashed #171C4A;
  border-right: 1px dashed #171C4A;
}

.dashedBordered > div:nth-child(2) div.borders {
  border-left: 1px dashed #171C4A;
}

.dashedBordered > div:nth-child(4) div.borders {
  border-left: 1px dashed #171C4A;
  border-top: 1px dashed #171C4A;
}

.dashedBordered > div:nth-child(3) div.borders {
  border-top: 1px dashed #171C4A;
}

.moduleIconToggler {
  display: inline-block;
  transition: all 0.3s ease;
}
.moduleIconToggler img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.moduleIconToggler:hover img, .moduleIconToggler:focus img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.moduleIconToggler .moduleIconTogglerName {
  display: none;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  padding: 5px 15px;
  text-transform: capitalize;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.moduleIconToggler:hover .moduleIconTogglerName {
  display: inline-block;
  z-index: 99;
}

.bndj-list {
  margin: 2.5%;
}
.bndj-list .bndj-content {
  min-height: 70px;
  margin: 0;
  padding-left: 160px;
}
.bndj-list .bndj-content a {
  display: inline-block;
}

.bndj-date {
  background: #FFF;
  border: solid 2px #333333;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 45px !important;
  text-align: center;
  float: left;
}
.bndj-date p {
  margin-bottom: 0;
}

.bigNumber {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  text-align: center;
  line-height: 80px;
  background: rgba(70, 200, 237, 0.15);
}

.faqQuestion {
  border-bottom: 1px solid #DDD;
  font-weight: 200;
}
.faqQuestion span {
  position: absolute;
  left: 10px;
  background: transparent;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  border: 1px solid #59d2ef;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faqQuestion span:after {
  font-size: 26px;
  content: "+";
}
.faqQuestion.ui-state-active {
  border-color: #FFF;
}
.faqQuestion.ui-state-active span:after {
  content: "-";
}

.faqAnswer {
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}

.ttoggle .tooltip {
  left: 0%;
  top: 66%;
  max-width: 400%;
  min-width: 150%;
  padding: 17px;
}
.ttoggle .tooltip.first {
  left: 0;
}
.ttoggle .tooltip.last {
  left: -110%;
}
.ttoggle i:focus + .tooltip, .ttoggle i:hover + .tooltip,
.ttoggle .tooltip:hover {
  display: block;
}

ul.faq-list {
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: solid 1px #59d2ef;
}
ul.faq-list li {
  display: inline-block;
  margin: 0 15px;
  line-height: 42px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.faq-list li:first-of-type {
  margin-left: 0;
}
ul.faq-list li.selected {
  border-bottom: solid 3px #59d2ef;
}
ul.faq-list li a {
  text-decoration: none;
}
@media screen and (max-width: 740px) {
  ul.faq-list {
    border: none;
  }
  ul.faq-list li {
    width: 100%;
    margin: 0;
  }
  ul.faq-list li.selected {
    padding-left: 20px;
  }
}

.faq-content {
  display: none;
}

.ssl-blocks .headerConfig {
  min-height: 290px;
}
.ssl-blocks .infoConfig {
  display: flex;
  padding: 30px 10px;
}

.borderBottomList > div {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #59d2ef;
}
.borderBottomList > div:last-of-type {
  border: none;
}

.middleSep {
  border: 1px dashed #fff;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.multiTxt-schema div {
  position: relative;
}
.multiTxt-schema div p {
  position: absolute;
  font-size: 15px;
  line-height: 25px;
}
.multiTxt-schema div p:nth-child(1) {
  top: 0;
}
.multiTxt-schema div p:nth-child(2) {
  top: 38%;
}
.multiTxt-schema div p:nth-child(3) {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .multiTxt-schema div p {
    position: relative;
    font-size: 14px;
    line-height: 24px;
  }
}

.icn-modSecurity {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: inline-block;
  background: transparent url("../../../images/hosting2016/spriteIcon120px_ModSecurity.png") no-repeat 0 0;
  background-size: cover;
}
.icn-modSecurity.modSecurity-search {
  background-position: 0 0;
}
.icn-modSecurity.modSecurity-wall {
  background-position: 100% 0;
}

.hidden {
  display: none;
}

  .opt-bck {
  background: #021836 url("../../../images/hosting2016/header-index.jpg") no-repeat 50% 50%;
  background-size: cover;
}
  .opt-bck::after {
  left: 100%;
  top: 105px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(2, 18, 41, 0);
  border-left-color: #011128;
  border-width: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 1024px) {
    .opt-bck::after {
    display: none;
  }
}
@media screen and (max-width: 968px) {
    .opt-bck * {
    text-align: center !important;
  }
}
  .opt-bck .newButton16.secondaryButton.darkBackground {
  border-color: #FFF;
  color: #FFF !important;
}
  .opt-bck .newButton16.secondaryButton.darkBackground:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #FFF !important;
}

@media screen and (max-width: 960px) {
  body .newButton,
body .newButton .text {
    width: 100% !important;
    line-height: 54px;
  }

  .bestSellerTag,
.bestSellerArrow {
    visibility: hidden;
  }
}
@media screen and (max-width: 770px) {
  .config .headerConfig {
    min-height: auto;
  }

  .offerSpecialBlock .border {
    border-left: 0px none transparent;
    border-top: 1px solid white;
  }

  .whiteBg .offerSpecialBlock .border {
    border-left: 0px none transparent;
    border-top: 1px solid #17273B;
  }

  .tooltip {
    min-width: 80%;
    left: 0;
  }

  .tooltip {
    left: 0%;
  }

  .tooltip.first {
    left: 0%;
  }

  .tooltip.last {
    left: 0%;
  }

  div.borders {
    border: 0px none transparent !important;
  }

  body .newButton .text .static {
    width: 195px !important;
  }

  body .newButton {
    width: auto !important;
  }

  .bestSellerTag,
.bestSellerArrow {
    visibility: visible;
  }
}
ul.listWithCheck li {
  list-style-image: url("../../../images/hosting2020/ok.png");
}
