
html {
    position: relative;
    font-size: 14px;
}

body {
    font-family: Helvetica,Arial,Microsoft Yahei,微软雅黑,STXihei,华文细黑,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.0rem;
    color: #333;
}

.lead {
    font-size: 1.28em;
    font-weight: 200;
    line-height: 1.6em;
    margin-bottom: 55px;
}
.dark-bg-copy {
    color: #fff !important;
}

/** Home Page Banner **/
.banner {
    /*background: #232F3E;*/
    background: url('../img/banner.jpg') no-repeat;
    background-size: cover;
    text-align: center;
}

.banner .callout {
  padding-bottom: 45px;
  padding-top: 45px;
}

.banner .callout .intro-text {
  color: #fff;
  /*font-weight: 600;*/
  font-size: 3rem;
  text-transform: uppercase;
}

/** Home **/
.features {
    /*background-color: #F8F8F8;
    color: #fff;
    background-color: #4285F4;
    background: url('../img/featuredbg.jpg') no-repeat center;*/

    text-align: center;
}

.feature {
  padding: 25px;
}

.c-yellow {
  color: #FBBD06;
}

.c-red {
  color: #EB4334;
}

.c-green {
  color: #35AA53;
}

.c-blue {
  color: #4586F3;
}

/** Navbar **/
.navbar {
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,.12);
  /*baidu: box-shadow: 0 0 5px #888;*/
  border-bottom: 1px solid #ebebeb;

  background-color: #fff;
  color: #333;
  margin: 0;
  height: 55px;
  margin-bottom: -55px;
  transition: all 0.3s;
}

.menu-group-name {
  color: #666;
}

.navbar-collapse {
  background-color: #fff;
  color: #333;
}

.navbar-collapse.in {
    border-bottom: 1px solid #ebebeb;
}

.navbar.navbar-home {
  box-shadow: 0px 0px 0px 0px;
  border: 0;
}

.navbar li a {
  color: #757575;
  /*color: inherit;*/
  transition: all .3s;
}

.navbar-brand {
    background: url('../img/xklogo.svg') no-repeat center left;
    background-size: contain;
    background-color: transparent;
    width: 120px;

    color: #333;
    font-size: 20px;
    height: 55px;
    margin: 0 15px;
    padding-top: 25px;
    text-transform: uppercase;
}


.navbar-toggle {
  margin: 10px;
}

.navbar-toggle .icon-bar {
  background-color: #757575;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #fff;
}

.navbar-nav .open .dropdown-menu .dropdown-header {
  font-size: 1.5rem;
  padding-left: 15px;
}

.navbar li > a:focus,
.navbar li > a:hover,
.navbar .open > a,
.navbar .open > a:focus,
.navbar .open > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #222222;
}


.cloud-eyebrow {
    color: #5f6368;
    font-family: Google Sans,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;

    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;

    overflow: visible;
}

.solution-diagram-frame {
  padding: 20px 0;
}

.solution-diagram {
    text-align: center;
    margin: auto;

    background: url('../img/xk_solutions.svg') no-repeat center center;
    background-repeat:no-repeat;
    background-size: contain;

    height:0;
    width:100%;
    padding-bottom:53.5%
}

.col-sm-partners, .col-sx-partners {
    position: relative;
    min-height: 1px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
.col-sx-partners {
  width: 50%;
}
.col-sx-partners {
  float: left;
}

ul {
    list-style: none;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 10px;
}

.clearfix:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}

.partner-list {
    margin: 10px 20px;
}

.partner-list li a {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 37%;
}

.partner-list img {
    /*max-width: 200px;*/
    width: auto;
}

.partner-list img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 768px) {
    .col-sx-partners {
      width: 100%;
    }

    .col-sm-partners, .col-sx-partners {
        position: relative;
        min-height: 1px;
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }

    ul {
        list-style: none;
        padding: 0px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .partner-list li a {
        position: relative;
        display: block;
        height: 0;
        padding-bottom: 37%;
    }

    .col-sm-partners {
        float: left;
    }
    .col-sm-partners {
        width: 25%;
    }

    .solution-diagram {
        text-align: center;
        margin: auto;

        background: url('../img/xk_solutions.svg') no-repeat center center;
        background-repeat:no-repeat;
        background-size: contain;

        height: 450px;
        padding-bottom: 0;
   }

  .nav > li {
    margin-top: 5px;
  }

  .navbar.navbar-home li a {
    color: #757575;
  }

  .navbar-home .navbar-brand {
    color: #fff;
  }

  .navbar.navbar-home {
    background-color: transparent;
  }

  .navbar-collapse {
    background-color: inherit;
  }

  .navbar li > a:focus,
  .navbar li > a:hover,
  .navbar .open > a,
  .navbar .open > a:focus,
  .navbar .open > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
      color: #222222;
      background-color: transparent;
}

  .cloud-eyebrow {
      padding-left: 0px;
      padding-right: 0px;
  }
}

/** Sidebar **/
.sidebar {
  margin-bottom: 10px;
}

.sidebar .title-text {
  color: #333;
  margin: 20px 0;
  text-transform: uppercase;
}

.sidebar .nav li {
  margin: 0;
}

.sidebar .nav li a {
  color: #11777A;
  position: relative;
}

.sidebar .nav li a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #11777A;
  content: "";
  transition: width 0.3s;
}

.sidebar .nav li a:hover:after {
  width: 100%;
}

.sidebar .badge {
  background-color: #286B5A;
}

/** General **/
.italic {
  font-style: italic;
}

.mb-40px {
  margin-bottom: 40px;
}

.ml-30px {
  margin-left: 30px;
}

.heading {
    background-color: transparent;
    padding: 1px 0;
    margin: 55px 0 10px 0;
}

.heading .title-text {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.pagination li a,
.pagination li a:hover,
.pagination li a:focus {
  color: #286B5A;
}

.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus {
  background-color: #286B5A;
  border-color: #286B5A;
}

/** About **/
.site-stats {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
}

.row.sponsors {
  margin-bottom: 2.5rem;
}

/** Ads stuff **/
@media (min-width: 767px) {
  .ad-pet-list,
  .ad-pet-list-wrapper {
    display: none;
  }
}

/** Card Pet **/
.card-pet {
  margin-bottom: 15px;
}

.card-pet .title-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

li.active {
  font-weight: 700;
}

/** Forms **/
.nonfield {
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.errorlist {
  list-style: none;
  padding-left: 0;
  font-weight: 700;
  color: #A94442;
}

.form-inline {
  display: inline;
}

.form-title {
  border-bottom: 1px solid #e5e5e5;
}

/** Footer **/
.xk-page-footer {
    padding: 20px 0 0 0;
    position: relative;
    height:135px;
    margin-top:0px;
    display: block;
    /**border-top: 1px solid #d5dbdb;**/
    text-align: center;
    line-height: 55px;
    font-size: 12px;
    background: #f7f7f7;
    z-index: 6001;
    margin-left: auto;
    margin-right: auto;
}

/* Apoia-se button */
a.apoia-link {
  padding: 4px 8px;
  color: #fff;
  font-size: 1.4rem;
  background: #eb4a3b;
  border-radius: 5px;
}

a.apoia-link:hover {
  background: #cb4839;
  text-decoration: none;
}

img.apoia-img {
  height: 9px;
  position: relative;
  top: -1px;
}

/** Status indicator **/
.found-or-adopted {
  position: relative;
  width: 100%; /* for IE 6 */
}

.found-or-adopted > h2 {
  position: absolute;
  bottom: 33%;
  left: 0;
  width: 100%;
}

.found-or-adopted > h2 span {
  color: white;
  font: bold 24px/45px Helvetica, Sans-Serif;
  letter-spacing: -1px;
  background: rgb(27, 68, 60); /* fallback color */
  background: rgba(27, 68, 60, 0.7);
  padding: 10px;
}

.found-or-adopted > h2 span.spacer {
  padding: 0 5px;
}

/** Poster **/
.page {
  width: 768px;
  margin: 0 auto;
}

.print-logo {
  width: 10%;
}

.poster-headline {
  font-size: 6rem;
}

.poster-subheadline {
  font-size: 2.5rem;
  font-style: italic;
}

.font-1_8rem {
  font-size: 1.8rem;
}

@media print {
  body {
    margin-bottom: 0;
  }
}

/** Media queries **/
@media (min-width: 768px) {
  body {
    margin-bottom: 0px;
  }

  .footer {
    height: 0px;
  }
}

.button {
    background-color: #F5CE6D;
    border: solid 1px #F5CE6D;
    color: #333A37;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 5px;
    cursor: pointer;
	border-radius: 3px;
}

.button.is-outlined {
    background-color: transparent;
    border: solid 1px #F5CE6D;
    color: #ffffff;
}

.homepage-column {
    width: 100%;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.homepage-row {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.section-slate01 {
    color: #202124;
    background-color: #fff;

    display: block;
    padding: 45px 0;
    width: 100%;

    margin-bottom: 0;
}

.section-slate02 {
    color: #202124;
    background-color: #f7f7f7;

    display: block;
    padding: 45px 0;
    width: 100%;

    margin-bottom: 0;
}



.text-center {
    text-align: center;
}

.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}

address span {
    display: block;
    font-size: 16px;
    /*border-bottom: solid 1px #bbb;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 300;
}

address span i {
    margin-top: 5px;
    margin-right: 20px;
    width: 17px;
    text-align: center;
    float: none;
    color: #202124 !important;
}

.error{
    border:none;
    display:none;
    color:#024055;
    font-size:12px;
}

.error.error-msg{
    background-color:#024055;
    color:#fff;
    border-radius:10px;
    padding:15px;
    margin-left:15px;
    margin-right:15px;
}

.success{
    display:none;
    margin-bottom:20px;
    background-color:#093;
    border-radius:10px;
    color:#fff;
    padding:15px;
}

.success a{
    color:#fff;
    opacity:.5;
}

#contact_form input[type=text], #contact_form textarea, #contact_form input[type=email] {
    font-size: 15px;
    padding: 5px 15px;
    margin-bottom: 20px;
    color: black !important;
    background: #fff;
    border-radius: 3px !important;
}

.create_account {
    max-width: 700px !important;
    margin: auto;
}

.xk-page-content {
    /*padding: 0px 0px 55px 0px !important;
    background: #fff;
    min-height: 100%;*/
    margin-top: 55px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-border, a.btn-border {
    font-weight: 500;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #1A73E8 !important;
    margin: 0 16px 16px 0px;
    background-color: #fff;
    border: 1px solid #dadce0;
    padding: 0 24px;
    font-size: 14px;
    height: 44px;
    align-items: center;
}

.btn-border:hover{
    background-color: #EFF5FD;
}
.btn-border:active{
    background-color: #D8E7FB;
    border: 1px solid #D8E7FB;

    align-items: center;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font: 500 14px "Roboto",Arial,sans-serif;
    height: 44px;
    justify-content: center;
    letter-spacing: .5px;
    outline: none;
    padding: 0 24px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
    vertical-align: inherit;
}

section {
    padding: 55px 0 55px 0;
}

.title {
    padding-top: 20px;
    margin-bottom: 20px;
}

.xk-page-title {
    margin: 20px 15px;
}

.title h1.xk-orange, .title h2.xk-orange, .title h3.xk-orange, .title h4.xk-orange, .title h5.xk-orange, .title h6.xk-orange {
    color: #ff9d00;
    font-size: 2.4em;
    font-weight: 300;
}

#xk-page-content {
    margin-top: 0 !important;
    /*min-height: 2000px;*/
        background: #fff;
        min-height: 100%;
}

.xk-form {
    margin-bottom: 30px;
}
.xk-form label {
    font-size: 0.86em;
    font-style: normal;
}

.cloud-button--primary {
    background-color: #1a73e8;
    color: #fff;
}

.cloud-button {
    align-items: center;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font: 500 14px "Roboto",Arial,sans-serif;
    height: 44px;
    justify-content: center;
    letter-spacing: .5px;
    min-width: auto;
    outline: none;
    padding: 0 24px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
    vertical-align: inherit;
}

.button, a.button {
    display: inline-block;
    text-decoration: none !important;
    padding: 2.66667px 16px;
    margin: 0;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid;
    border-color: #bcc1c8 #bababa #adb2bb;
    max-width: 100%;
    color: #333;
    background-color: #d8dde6;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: rgba(255,255,255,0.6) 0 1px 0 inset;
    -webkit-box-shadow: rgba(255,255,255,0.6) 0 1px 0 inset;
    box-shadow: rgba(255,255,255,0.6) 0 1px 0 inset;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f8fa),color-stop(100%, #e7e9ec));
    background-image: -moz-linear-gradient(#f7f8fa 0%,#e7e9ec 100%);
    background-image: -webkit-linear-gradient(#f7f8fa 0%,#e7e9ec 100%);
    background-image: linear-gradient(#f7f8fa 0%,#e7e9ec 100%);
}
.button.button--primary {
    margin: 0 10px 0 0;
}

.button:hover,.button.hover,a.button:hover,a.button.hover{
    border-color:#aeb4bd #adadad #9fa5af;
    background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZWFmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZGNlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size:100%;
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7eaf0),color-stop(100%, #d9dce1));
    background-image:-moz-linear-gradient(#e7eaf0 0%,#d9dce1 100%);
    background-image:-webkit-linear-gradient(#e7eaf0 0%,#d9dce1 100%);
    background-image:linear-gradient(#e7eaf0 0%,#d9dce1 100%);
}

.button:active,.button.active,a.button:active,a.button.active{
    border-color:#adb2bb #bababa #bababa;
    background-color:#e7e9ec;
    background-image:none;
    filter:none;
    -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 3px inset;
    -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 3px inset;
    box-shadow:rgba(0,0,0,0.2) 0 1px 3px inset;
}

.button:focus,a.button:focus{
    outline:none;border-color:#e47911;
    -moz-box-shadow:rgba(228,121,17,0.5) 0 0 3px;
    -webkit-box-shadow:rgba(228,121,17,0.5) 0 0 3px;
    box-shadow:rgba(228,121,17,0.5) 0 0 3px;
}

.button.btn-gold,a.button.btn-gold{
    border-color:#be952c #a68226 #9b7924;
    background:#eeba37;
    color:#333 !important;
    background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZTZiMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlYmEzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size:100%;
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fee6b0),color-stop(100%, #eeba37));
    background-image:-moz-linear-gradient(#fee6b0 0%,#eeba37 100%);
    background-image:-webkit-linear-gradient(#fee6b0 0%,#eeba37 100%);
    background-image:linear-gradient(#fee6b0 0%,#eeba37 100%);
}
.button.btn-gold:hover,.button.btn-gold.hover,a.button.btn-gold:hover,a.button.btn-gold.hover{
    border-color:#a98527 #917221 #86691f;
    background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZGU5NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjYjIxZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size:100%;
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fede97),color-stop(100%, #ecb21f));
    background-image:-moz-linear-gradient(#fede97 0%,#ecb21f 100%);
    background-image:-webkit-linear-gradient(#fede97 0%,#ecb21f 100%);
    background-image:linear-gradient(#fede97 0%,#ecb21f 100%);
    background-color:#eeba37;
}

.button.btn-gold:active,.button.btn-gold.active,a.button.btn-gold:active,a.button.btn-gold.active{
    border-color:#9b7924 #a68226 #a68226;
    background-color:#eeba37;
    background-image:none;
    -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 3px inset;
    -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 3px inset;
    box-shadow:rgba(0,0,0,0.2) 0 1px 3px inset;
}

.button.btn-gold, a.button.btn-gold {
    border-color: #be952c #a68226 #9b7924;
    background: #eeba37;
    color: #333 !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fee6b0),color-stop(100%, #eeba37));
    background-image: -moz-linear-gradient(#fee6b0 0%,#eeba37 100%);
    background-image: -webkit-linear-gradient(#fee6b0 0%,#eeba37 100%);
    background-image: linear-gradient(#fee6b0 0%,#eeba37 100%);
}

.button[class*='xk-btn-bordered'],a.button[class*='xk-btn-bordered']{
    padding: 2.36667px 16px;
    background-color:transparent;
    background-image:none;
    box-shadow:none;
    border:1px solid #444;
    color:#444;
    text-transform:uppercase;
}
.button[class*='xk-btn-bordered']:hover,a.button[class*='xk-btn-bordered']:hover{
    color:#fff;
}
.button[class*='xk-btn-bordered'].xk-btn-bordered-white,a.button[class*='xk-btn-bordered'].xk-btn-bordered-white{
    border-color:#fff;
    color:#fff;
}
.button[class*='xk-btn-bordered'].xk-btn-bordered-white:hover,a.button[class*='xk-btn-bordered'].xk-btn-bordered-white:hover{
    background-color:#fff;
    color:#444;
}


.dropdown-container .dropdown-list {
    display: none;
    padding: 6px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 7000;
    overflow-y: scroll;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.13);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.13);
    box-shadow: 0 2px 4px rgba(0,0,0,0.13);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dropdown-container .button.btn-dropdown {
    padding: 0;
    display: block;
    text-align: left;
    position: relative;
}

.dropdown-container .button.btn-dropdown i[class^=icon] {
    font-size: .66em;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}

.img-wrapper {
    position: relative;
    width: 100%;
    height: 0 !important;
    padding-top: 100%;
    font-size: 0;
    vertical-align: middle;
}

.cloud-hero__buttons {
    margin-top: 12px;
}
p.last {
    margin-bottom: 25px;
}

.cloud-hero__card .cloud-button__set .cloud-button {
    margin-right: 24px;
}

ins {
    color: #777;
    text-decoration: none;
}

#logo {
    display: inline-block;
    height: 27px;
    width: 75px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #logo {
        background: url('../img/miclouds_logo.svg') no-repeat;
        background-size: contain;
        -webkit-background-size: 100% 100%;
    }
}
@media only screen and (min-resolution: 192dpi){
    #logo {
        background: url('../img/miclouds_logo.svg') no-repeat 0% 0%/100% 100%;
        -moz-border-image: url('../img/miclouds_solution.svg') 0;
       background-size: contain;
    }
}
#logo {
    background: url('../img/miclouds_logo.svg') no-repeat;
    margin-left: -5px;
    background-size: contain;
}

.limited_width {
    max-width: 700px !important;
    margin: auto;
}

