/* Graphik Light */
@font-face {
  font-family: 'Graphik';
  src: url('https://az579219.vo.msecnd.net/201609071250ng/Graphik-Light-Web.woff2') format('woff2'),
  url('https://az579219.vo.msecnd.net/201506241250ng/Graphik-Light-Web.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* Graphik Regular */
@font-face {
  font-family: 'Graphik';
  src: url('https://az579219.vo.msecnd.net/201609071250ng/Graphik-Regular-Web.woff2') format('woff2'),
  url('https://az579219.vo.msecnd.net/201609071250ng/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Graphik Medium */
@font-face {
  font-family: 'Graphik';
  src: url('https://az579219.vo.msecnd.net/201609071250ng/Graphik-Medium-Web.woff2') format('woff2'),
  url('https://az579219.vo.msecnd.net/201609071250ng/Graphik-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Graphik Semi Bold */
@font-face {
  font-family: 'Graphik';
  src: url('https://az579219.vo.msecnd.net/201609071250ng/Graphik-Semibold-Web.woff2') format('woff2'),
  url('https://az579219.vo.msecnd.net/201609071250ng/Graphik-Semibold-Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* COLORS */
/* background / secondary button / text @ main button or footer */
/* light background (boxes, buttons), 1px lines */
/* light background (boxes, buttons), 1px lines */
/* inactive box, like a progress bar / border @ boxes, secondary buttons */
/* 1px borders */
/* greyed text */
/* 1px borders */
/* paragraphs, background / !do not use #000! */
/* text on black */
/* main button style */
/* main button style hover / text on white */
/* text on white hover */
/* green button style / text color on black */
/* green button style hover */
/* green text on white */
/* text, e.g. @ cryptolink */
html {
  height: 100%;
}

body {
  font-family: 'Graphik', 'Helvetica', Arial, sans-serif;
  color: #222;
  font-size: 14px;
  padding-top: 60px;
  display: flex;
  height: 100%;
  flex-direction: column;
  background: #f8f8f8;
}
body.single {
  background: #fff;
}
body.single #blog {
  padding-bottom: 0;
  border-bottom: none;
}

.site-content {
  flex: 1 0 auto;
}

* {
  outline: 0;
}

/* TITLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-weight: normal;
  font-size: 14px;
}
p.mini {
  font-size: 13px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
}
.btn.big {
  height: 50px;
  line-height: 50px;
}
.btn.white {
  background: #fff;
  border: 1px solid #00a0c8;
  color: #00a0c8;
}
.btn.blue {
  background: #00b4dc;
  color: #fff;
  border-radius: 3px;
}
.btn.blue:hover {
  background: #00a0c8;
}

.ic {
  display: inline-block;
  vertical-align: middle;
}

/* Cookie policy */
#cookiePolicy{padding:20px;text-align:center;background:#fff;box-shadow:1px 1px 5px rgba(0,0,0,0.2);z-index:999;position:fixed;left:0;bottom:0;right:0;text-align:center;color:#2f3d41;line-height:1.3;animation-name:cpSlideUp;animation-duration:1s;animation-fill-mode:forwards}
#cookiePolicy .x{width:24px;height:24px;right:5px;top:5px;transition:background .3s;display:block;position:absolute;border-radius:3px;cursor:pointer}
#cookiePolicy .x:hover{background:#f4f4f4}
#cookiePolicy .x:before,
#cookiePolicy .x:after{content:'';width:1px;height:13px;display:block;position:absolute;top:6px;left:11px;border-radius:2px;background:#666}
#cookiePolicy .x:before{transform:rotate(45deg)}
#cookiePolicy .x:after{transform:rotate(-45deg)}

/* Header */
#header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 0
}

#header nav {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.5)
}

#header nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

#header nav .float-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#header nav .float-right {
    text-align: right
}

#header nav a.navbar-brand {
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    width: 120px;
    height: 50px;
    background-image: url("https://az579219.vo.msecnd.net/blog/201711171545/logo.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

#header nav .navbar-toggle {
    width: 30px;
    height: 27px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0.7;
    padding: 5px;
    margin-right: -5px
}

#header nav .navbar-toggle i {
    width: 20px;
    height: 3px;
    display: block;
    background: #ccc;
    top: 9px;
    border-radius: 3px
}

#header nav .navbar-toggle i:before {
    content: '';
    width: 20px;
    height: 3px;
    display: block;
    background: #ccc;
    border-radius: 3px;
    margin-top: 7px;
    position: absolute
}

#header nav .navbar-toggle i:after {
    content: '';
    width: 20px;
    height: 3px;
    display: block;
    background: #ccc;
    border-radius: 3px;
    margin-top: 14px;
    position: absolute
}

#header nav .navbar-toggle:hover {
    opacity: 1
}

#header nav .navbar-collapse {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.95);
    display: block;
    text-align: center;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25)
}

#header nav .navbar-collapse>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#header nav .navbar-collapse>ul>li>a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500
}

#header nav .navbar-collapse>ul>li.active>a {
    opacity: 1
}

#header nav .navbar-collapse>ul:hover>li>a {
    opacity: 0.5
}

#header nav .navbar-collapse>ul:hover>li:hover a {
    opacity: 1
}

#header .cta {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    display: none;
    opacity: 0;
    margin-left: 20px
}

#header .cta.ctaShow {
    display: inline-block;
    -webkit-animation: ctaShow 0.3s forwards;
    animation: ctaShow 0.3s forwards
}

#header .btn {
    margin-left: 20px;
    border: 1px solid #00a0c8;
    background: #00a0c8;
    color: #fff
}

#header .btn:hover {
    border: 1px solid #00a0c8;
    background: transparent;
    color: #00a0c8
}

#header .login {
    margin-left: 20px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease
}

#header .login:hover {
    color: #00b4dc
}

#header .noscript-msg {
    background: #ff0000;
    color: #fff;
    text-align: center;
    top: 45px;
    margin: 0;
    left: 0;
    right: 0;
    padding: 10px 15px
}

body.fixfixed #header {
    position: absolute
}

footer#footer {
    padding: 50px 0 30px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    z-index: 10;
    background: #fff
}

footer#footer.fb-no-bt {
    padding-top: 0
}

footer#footer.fb-no-bt .footer-bottom {
    border-top: none
}

footer#footer .footer-body .dd {
    border-top: 1px solid #6ec8df
}

footer#footer .footer-body .dd.active h1:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

footer#footer .footer-body h3 {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 13px 0;
    position: relative
}

footer#footer .footer-body h3:after {
    content: '+';
    display: block;
    top: 14px;
    right: 0;
    position: absolute;
    font-size: 18px;
    color: #00a0c8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

footer#footer .footer-body ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    display: none
}

footer#footer .footer-body ul li {
    margin: 0;
    padding: 0
}

footer#footer .footer-body ul li a {
    font-size: 16px;
    color: #222;
    font-weight: 300
}

footer#footer .footer-body ul li a:hover {
    color: #00a0c8
}

footer#footer .footer-bottom {
    padding-top: 30px;
    border-top: 1px solid #6ec8df
}

footer#footer .footer-bottom .copyright {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 300
}

footer#footer .footer-bottom .langs {
    margin: 0;
    padding: 0;
    list-style: none
}

footer#footer .footer-bottom .langs li {
    float: left;
    padding-right: 8px
}

footer#footer .footer-bottom .langs li:before {
    content: '';
    width: 1px;
    height: 13px;
    border-left: 1px solid #d4d4d4;
    margin-right: 8px;
    display: inline
}

footer#footer .footer-bottom .langs li:first-child:before {
    display: none
}

footer#footer .footer-bottom .langs li a {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer
}

footer#footer .footer-bottom .langs li a:hover {
    color: #00a0c8
}

footer#footer .footer-bottom .langs li a.active {
    font-weight: 500;
    cursor: text
}

footer#footer .footer-bottom .langs li a.active:hover {
    color: #222
}

footer#footer .footer-bottom .langs li:last-child {
    padding-right: 0
}

footer#footer .footer-bottom .links {
    margin: 15px 0 0;
    padding: 0;
    list-style: none
}

footer#footer .footer-bottom .links li {
    margin: 0;
    padding: 0
}

footer#footer .footer-bottom .links li a {
    color: #222;
    font-size: 16px;
    font-weight: 300
}

footer#footer .footer-bottom .links li a:hover {
    color: #00a0c8
}

@media (max-width: 991px) {
  body {
    padding-top: 45px;
  }


#header nav {
        -webkit-transition:none;
        transition: none
    }

    #header nav a.navbar-brand {
        -webkit-transition: none;
        transition: none
    }

    #header nav .navbar-collapse {
        overflow: hidden;
        height: 0;
        opacity: 0;
        -webkit-transition: height 0.5s ease;
        transition: height 0.5s ease
    }

    #header nav .navbar-collapse>ul {
        height: 0
    }

    #header nav .navbar-collapse>ul>li a {
        border-top: 1px solid #eee;
        height: 45px;
        line-height: 45px;
        font-weight: 400;
        text-align: left;
        padding: 0 15px;
        color: #222;
        text-transform: none
    }

    #header nav .navbar-collapse>ul>li.dd {
        display: none
    }

    #header .cta,#header .login,#header .btn {
        display: none
    }

    #header.nav-opened nav {
        background: #fff
    }

    #header.nav-opened nav .navbar-collapse {
        height: 225px;
        opacity: 1;
        border-bottom: 1px solid #eee
    }

    #header.nav-opened nav .navbar-collapse.with-careers {
        height: 270px
    }
  
}
@media (min-width: 480px) {
  header nav .contact-sales {
    display: block;
  }
}
@media (max-width: 767px) {
  #header .container {
        width:100%
    }

    #header .cta {
        display: none !important
    }
}
@media (min-width: 768px) {
  #cookiePolicy{left:10px;bottom:10px;right:auto;width:390px;text-align:left;border-radius:3px}

  footer#footer .footer-bottom .copyright {
        float: left;
        margin: 0 15px 0 0
    }

    footer#footer .footer-bottom .langs {
        float: right
    }

    footer#footer .footer-bottom .links {
        margin: 0;
        float: left
    }

    footer#footer .footer-bottom .links li {
        float: left;
        padding-right: 15px
    }

    footer#footer .footer-bottom .links li:before {
        content: '';
        width: 1px;
        height: 13px;
        border-left: 1px solid #d4d4d4;
        margin-right: 15px;
        display: inline
    }
}
@media (min-width: 992px) {
  #header nav {
        top:0
    }

    #header nav .container {
        padding: 0 40px
    }

    #header nav .navbar-toggle {
        display: none
    }

    #header nav .navbar-collapse {
        margin: 10px 0 0 44px;
        position: relative;
        top: 0;
        left: auto;
        width: auto;
        background: none;
        border-bottom: 0;
        box-shadow: none
    }

    #header nav .navbar-collapse>ul>li {
        float: left;
        position: relative
    }

    #header nav .navbar-collapse>ul>li>a {
        position: relative;
        font-size: 15px;
        display: block;
        padding-right: 35px;
        color: #222
    }

    #header nav .navbar-collapse>ul>li.dd>a {
        padding-right: 50px
    }

    #header nav .navbar-collapse>ul>li.dd>a>span {
        position: relative
    }

    #header nav .navbar-collapse>ul>li.dd>a>span:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-top: 1px solid #222;
        border-right: 1px solid #222;
        position: absolute;
        right: -15px;
        top: 50%;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -5px;
        cursor: default;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content {
        display: none;
        position: absolute;
        top: 100%;
        left: -40px;
        padding-top: 13px;
        opacity: 0;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box {
        background: #f4f4f4;
        padding: 40px;
        border-radius: 0 0 5px 5px;
        border: 1px solid #ccc;
        position: relative;
        width: 320px
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box:before {
        content: '';
        position: absolute;
        top: -5px;
        left: 65px;
        width: 10px;
        height: 10px;
        background: transparent;
        border-right: 10px solid #f4f4f4;
        border-bottom: 10px solid transparent;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-shadow: 1px -1px 0 0 #ccc
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box .titles {
        margin: 0 0 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box .titles h3 {
        width: 50%;
        font-size: 14px;
        color: #999;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box .titles h3:nth-child(1) {
        padding-right: 40px
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box .titles h3:nth-child(2) {
        padding-left: 40px
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box ul li {
        margin: 30px 0 0;
        padding: 0;
        text-align: left;
        width: 100%
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box ul li:nth-child(1) {
        margin-top: 0
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box ul li a {
        display: block
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box ul li a span {
        display: block
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box ul li a span:nth-child(1) {
        font-size: 18px;
        color: #00a0c8;
        white-space: nowrap
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box ul li a span:nth-child(2) {
        margin: 0;
        font-size: 14px;
        color: #222
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box ul:hover li {
        opacity: 0.5
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box ul:hover li:hover {
        opacity: 1
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box.double-cells {
        width: 640px
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box.double-cells ul li {
        width: 50%
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box.double-cells ul li:nth-child(1),#header nav .navbar-collapse>ul>li.dd .dd-content .box.double-cells ul li:nth-child(2) {
        margin-top: 0
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box.double-cells ul li:nth-child(2n) {
        padding-left: 40px
    }

    #header nav .navbar-collapse>ul>li.dd .dd-content .box.double-cells ul li:nth-child(2n-1) {
        padding-right: 40px
    }

    #header nav .navbar-collapse>ul>li.dd:hover a:after {
        margin-top: -2px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg)
    }

    #header nav .navbar-collapse>ul>li.dd:hover .dd-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 1
    }

#header nav .navbar-collapse>ul>li.only-mobile {
        display: none
    }

    #header nav .navbar-collapse>ul>li.careers a {
        padding-right: 0
    }

    #header nav .float-right {
        margin-top: 10px
    }

    #header nav .login {
        color: #00a0c8
    }

    #header nav .login:hover {
        color: #00b4dc
    }

    #header .noscript-msg {
        top: 60px
    }

  footer#footer {
        padding:50px 0 30px
    }

    footer#footer.ft-no-bt {
        padding-top: 0
    }

    footer#footer.ft-no-bt .footer-body {
        border-top: none
    }

    footer#footer.ft-no-bt2 {
        padding-top: 0
    }

    footer#footer.ft-no-bt2 .footer-bottom {
        border-top: none
    }

    footer#footer .footer-body {
        padding: 50px 0;
        border-top: 1px solid #6ec8df
    }

    footer#footer .footer-body .cellContainer {
        padding: 0 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer#footer .footer-body .dd {
        border: none;
        white-space: nowrap
    }

    footer#footer .footer-body .dd.product {
        border-top: none
    }

    footer#footer .footer-body .dd h3 {
        cursor: auto;
        padding: 0;
        margin-bottom: 5px
    }

    footer#footer .footer-body .dd h3:after {
        display: none
    }

    footer#footer .footer-body .dd ul {
        display: block !important;
        margin: 0
    }
}

#blog {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#blog .headline .image {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 1px solid #ccc;
  position: relative;
  height: 130px;
}
#blog .headline .image a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#blog .headline .title {
  background: #fff;
  padding: 15px 0 30px;
  border-bottom: 1px solid #ddd;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.07);
}
#blog .headline .title h1 {
  font-size: 24px;
  text-align: center;
	font-weight: 300;
}
#blog .headline .title h1 + p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.4;
	font-weight: 300;
}
#blog .headline .title .more {
  margin: 20px auto 0;
  display: table;
	font-weight: 300;
}
#blog .topics {
  padding: 30px 0 10px;
}
#blog .topics ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: block;
}
#blog .topics ul li {
  width: 50%;
  float: left;
  padding: 0 15px 20px;
}
#blog .topics ul li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  color: #222;
  border: 1px solid #ccc;
  font-size: 14px;
  transition: all 0.3s ease;
  text-transform: capitalize;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog .topics ul li a:hover {
  border: 1px solid #00b4dc;
  color: #00a0c8;
}
#blog .articles h1.suggested {
  color: #00a0c8;
  font-size: 20px;
  text-align: center;
  margin: 0 0 16px;
}
#blog .articles article {
  display: block;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#blog .articles article.tweets {
  border: none;
}
#blog .articles article .header {
  margin: -15px -15px 15px;
  display: table;
  width: 100%;
}
#blog .articles article .header .pic {
  position: relative;
  display: table-cell;
  width: 120px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#blog .articles article .header .pic a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#blog .articles article .header .title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
#blog .articles article .header .title h1 {
  font-size: 18px;
  line-height: normal;
  max-height: 63px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#blog .articles article .header .title h1 a {
  color: #222;
}
#blog .articles article p {
  font-size: 16px;
  color: #777;
  margin: 14px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#blog .articles article .date {
  font-size: 14px;
  color: #aaa;
  font-style: italic;
  display: block;
  text-align: center;
}
#blog .pagination {
  margin: 10px 0 0;
  min-height: 35px;
}
#blog .pagination .container {
  position: relative;
}
#blog .pagination a {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #00a0c8;
  color: #00a0c8;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
#blog .pagination .newer {
  position: absolute;
  left: 15px;
}
#blog .pagination .newer a {
  padding-left: 28px;
}
#blog .pagination .newer a:before {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  background: url("https://az579219.vo.msecnd.net/blog/201509241058/images/blue-arrow.png");
  top: 9px;
  left: 10px;
}
#blog .pagination .older {
  position: absolute;
  right: 15px;
}
#blog .pagination .older a {
  padding-right: 28px;
}
#blog .pagination .older a:before {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  background: url("https://az579219.vo.msecnd.net/blog/201509241058/images/blue-arrow.png");
  top: 9px;
  right: 10px;
  transform: rotate(180deg);
}
#blog .pagination .back {
  display: table;
  margin: 50px auto 0;
}
#blog .pagination .back a {
  padding-left: 28px;
}
#blog .pagination .back a:before {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  background: url("https://az579219.vo.msecnd.net/blog/201509241058/images/blue-arrow.png");
  top: 9px;
  left: 10px;
}
#blog .article {
  margin: 40px 0;
}
#blog .article img {
  max-width: 100%;
  height: auto;
}
#blog .article h1 {
  font-size: 20px;
  color: #00a0c8;
  text-align: center;
  line-height: normal;
  font-weight: 300;
  line-height: 1.3;
}
#blog .article p, #blog .article li {
  font-size: 16px;
}
#blog .article p:last-child {
  margin-bottom: 0;
}
#blog .article .date {
  display: block;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin: 40px 0 0;
  position: relative;
  font-style: italic;
}
#blog .article .date:after {
  content: '';
  display: block;
  width: 30px;
  height: 10px;
  background: url("https://az579219.vo.msecnd.net/blog/201509241058/images/border-arrow.png");
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
}
#blog .article .date .by {
  font-weight: 600;
}

#blog .article .social-plugins {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
    height: 20px;
}

#blog .article .social-plugins li {
    margin: 0 10px;
    padding: 0;
}

#blog .article .social-plugins li:nth-child(2) > .fb-share-button > span {
    vertical-align: top !important;
}

@media (max-width: 767px) {
  #blog .articles > .container {
    padding: 0;
  }
}
@media (min-width: 420px) {
  #blog .pagination .back {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #blog .headline .image {
    height: 280px;
  }
  #blog .headline .title {
    padding: 20px 0px;
  }
  #blog .headline .title h1 {
    text-align: left;
  }
  #blog .headline .title .more {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    font-size: 18px;
    line-height: 1.4;
    height: auto;
  }
  #blog .topics {
    padding: 35px 0 15px;
  }
  #blog .topics ul li {
    width: 25%;
  }
  #blog .articles h1.suggested {
    text-align: left;
    font-size: 24px;
    margin-bottom: 25px;
  }
  #blog .articles article {
    border-radius: 3px;
    border: 1px solid #ccc;
    display: table;
    padding: 0;
    width: 100%;
  }
  #blog .articles article .header {
    display: table-cell;
    width: 270px;
    height: 170px;
    vertical-align: top;
  }
  #blog .articles article .header .pic {
    width: 270px;
    height: 170px;
    border-radius: 3px 0 0 3px;
  }
  #blog .articles article .header .title {
    display: none;
  }
  #blog .articles article .body {
    position: relative;
    display: table-cell;
    padding: 20px 30px 10px;
    vertical-align: top;
  }
  #blog .articles article .body h1 {
    font-size: 18px;
    line-height: normal;
    max-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #blog .articles article .body h1 a {
    color: #222;
    max-height: 40px;
    overflow: hidden;
    line-height: 1.3;
	font-weight: 400;
	font-size: 16px;
  }
  #blog .articles article .body p {
    height: 44px;
    -webkit-line-clamp: 2;
  }
  #blog .articles article .body .date {
    position: absolute;
    bottom: 10px;
    right: 15px;
  }
  #blog .article {
    margin-top: 50px;
  }
  #blog .article h1 {
    font-size: 36px;
  }
  #blog .article p {
    font-size: 18px;
    margin: 22px 0;
  }
}
@media (min-width: 992px) {
  #blog .headline .image {
    height: 370px;
  }
  #blog .topics ul {
    width: 870px;
    display: table;
    margin: 0 auto;
  }
  #blog .topics ul li {
    width: auto;
    padding: 0 5px 20px;
    display: table-cell;
    margin: 0;
  }
  #blog .topics ul li a {
    min-width: 135px;
    white-space: nowrap;
  }
  #blog .articles article {
    display: block;
    margin-bottom: 30px;
  }
  #blog .articles article .header {
    margin: 0;
    display: block;
    width: auto;
    height: auto;
  }
  #blog .articles article .header .pic {
    width: 100%;
    height: 170px;
    display: block;
    border-radius: 3px 3px 0 0;
  }
  #blog .articles article .body {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  #blog .articles article .body h1 {
    text-align: center;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #blog .articles article .body p {
    height: 62px;
    -webkit-line-clamp: 3;
    text-align: center;
    font-size: 14px;
  }
  #blog .articles article .body .date {
    text-align: center;
    position: relative;
    right: auto;
    bottom: auto;
  }
  #blog .article {
    margin-top: 60px;
  }
}
@media (min-width: 1367px) {
  #blog .articles article {
    height: 364px;
  }
  #blog .articles article .header .pic {
    height: 170px;
  }
}

.social-buttons {
	margin-top: 30px;
	text-align: center;
}

.stButton .stMainServices,
.stButton .stHBubble {
	height: 22px !important;
}

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

@media(max-width:800px) {
	.responsiveTable .pic {
		text-align: center;
	}
	.responsiveTable .text {
		padding-bottom: 30px !important;
	}
	.responsiveTable td {
		display: block;
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  /*margin: 0.5em*/
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 2px 7px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button__link:hover, .resp-sharing-button__link:active, .resp-sharing-button__link:focus { color: white }

@keyframes cpSlideUp{0%{margin-bottom:-50px;opacity:0;transform:scale(0.8)}100%{margin-bottom:0;opacity:1;transform:scale(1)}}