 html {
    margin: 0;
    padding: 0;
    min-height:100%;
    font-size: 14px;
}
body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}
img {
    display:block;
    max-width:100%;
    height:auto;
}
ul, ol {
    padding:0;
    margin:0;
    list-style: none;
}
a, a:hover, a:active, a:focus {
    text-decoration:none;
    outline: 0;
}
a img, img {
    border: 0;
}
figure, embed, iframe, object, video {
    max-width: 100%;
    margin:0;
    vertical-align: middle;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
select:focus, textarea:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="text"]:focus, input[type="email"]:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
svg:not(:root) {
    overflow: hidden;
    max-width: 100%; height: 100%; width: auto;
}
.sticky, .gallery-caption, .bypostauthor {
    visibility: visible;
}
.alignnone {
    margin: 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.aligncenter > a,
div.aligncenter > a {
    width: 100%;
    max-width: 100%;
}
.alignright {
    float:right;
    margin: 1.5em 0 0.5em 2em;
}
.alignleft {
    float: left;
    margin: 0.5em 0 0 2em;
}
a img.alignright {
    float: right;
    margin: 1.5em 0 0.5em 2em;
}
a img.alignnone {
    margin: 0;
}
a img.alignleft {
    float: left;
    margin: 0.5em 0 0 2em;
}
a img.aligncenter {
    display: block;
    margin: 0 auto;
}
.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
    text-align: center;
}
.wp-caption.alignnone {
    margin: 0;
}
.wp-caption.alignleft {
    margin: 0.5em 0 0 2em;
}
.wp-caption.alignright {
    margin: 1.5em 0 0.5em 2em;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 0.7857rem;
    line-height: 1.7;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-caption-text {
    display: block;
    margin: 15px 0;
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
    line-height: 1.45;
    color: #999;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

 .network{
     margin:10px;
     height:100px;
     width:250px;
     vertical-align:middle;
     align-items: center;
     /*background:rgba(255,255,255,0.09);*/
     background:#fff;

     /*box-shadow: 0 0 25px 10px rgba(255, 255, 255, 0.6);*/
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);

     border-radius: 3px;

 }

 .network img{
     padding:5px;
 }

 .partners{
     background:rgba(255,255,255,0.09);
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
     margin:0 -15px;
 }

 .partner img{
     width:300px;
     padding:10px;
 }

 #surface-shader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom:0;
}

.ed-strech {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ed-item.first {
    padding-top: 50px;
}

.ed-item.last {
    padding-bottom: 30px;
}

.ed-item.last span {
    font-size: 11px;
}

.ed-item.second {
    text-align: center;
}

.ed-item.second p {
    max-width: 400px;
    font-size: 24px;
    font-weight: 100;
}

.ed-item-block {
    max-width: 700px;
}

.ed-item-block li {
    padding:10px 0;
}

.ed-item-block li i {
    margin-right: 10px;
}

@media (max-width: 1440px) {

}

@media (max-width: 1280px) {

}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {

}

@media (min-width: 1199px) {

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {

}

@media (max-width: 420px) {

}
