/* -------------------------------------------------------------
  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; }

.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; }
      table.hostingCompare tbody tr.title, table.hostingCompare tbody tr th.fullBorder {
        border-top: 1px solid #C5CACE; }
      table.hostingCompare tbody tr td:nth-child(2n+0) {
        background: #E0F3F0; }
  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 #1db9de;
  right: 16px;
  top: -26px;
  position: absolute;
  border-radius: 3px;
  cursor: pointer; }

#helpTab {
  background: white;
  position: absolute;
  top: 15px;
  right: 0;
  min-width: 300px; }

.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 {
  color: white; }

.offerSpecialBlock {
  border: 1px solid white; }
  .offerSpecialBlock .border {
    border-left: 1px solid white; }
  .offerSpecialBlock .topBorder {
    border-top: 1px solid white; }

.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/hosting2016/header-index.jpg") 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 #171C4A !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 {
  border: 1px solid #17273B !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 {
  color: #1db9de;
  font-size: 22px;
  text-align: left;
  margin-top: 30px;
  vertical-align: middle;
  cursor: pointer;
  padding-bottom: 15px;
  outline: 0 transparent;
  border-bottom: 1px dashed #333333; }
  .faqQuestion span {
    background: #B4DFE5;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 15px;
    color: #0d4276;
    text-align: center;
    line-height: 50px;
    border: 2px solid white;
    transition: all 0.2s ease; }
    .faqQuestion span:after {
      width: 100%;
      line-height: 50px;
      font-size: 35px;
      font-weight: 200;
      content: '+'; }
  .faqQuestion:hover span {
    border: 2px solid #B4DFE5;
    background: transparent; }
  .faqQuestion.ui-state-active {
    border-bottom: 1px solid white; }
    .faqQuestion.ui-state-active span:after {
      content: '-'; }

.faqAnswer {
  text-align: left;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #333333; }

.ttoggle {
  position: relative; }
  .ttoggle i {
    height: 16px;
    margin: 0 0 0 12px;
    padding: 0 5px 0 5px;
    display: inline-block;
    background: #334662;
    border: 2px solid #334662;
    color: white;
    font-weight: 200;
    font-size: 14px;
    line-height: 14px;
    border-radius: 50%;
    font-variant: normal;
    font-style: normal;
    cursor: pointer;
    transition: all 0.3s ease; }
  .ttoggle .tooltip {
    left: 0%;
    top: 90%;
    position: absolute;
    max-width: 400%;
    min-width: 150%;
    padding: 17px;
    background: white;
    border: 1px solid #1DB9DE;
    border-radius: 3px;
    z-index: 99;
    display: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.75s ease; }
    .ttoggle .tooltip.first {
      left: 0; }
    .ttoggle .tooltip.last {
      left: -110%; }
  .ttoggle:focus
  .ttoggle:hover i {
    background: white;
    color: #334662; }
  .ttoggle:focus, .ttoggle:hover,
  .ttoggle .tooltip:hover {
    display: block; }

.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; }

.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; }

@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; }

  div.config {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

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

  body .newButton {
    width: auto !important; }

  .bestSellerTag,
  .bestSellerArrow {
    visibility: visible; } }

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