.fb-comments, 
.fb-comments span, 
.fb-comments span iframe[style] { 
    width: 100% !important; 
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body {
    overflow-x: hidden;
    color:#000;
}

a {
    color:#ffffff;
    text-decoration:none;
}

.sp-body {
    font-family: 'helvetica', 'arial', sans-serif;
    color: #333333;
}

.sp-main {
    margin: 30px auto;
    padding: 20px 40px 40px;
    font-size: 15px;
    width: 760px;
    background-color: #fff;
    color: #333333;
 }

.sp-header {
    display: block;
    text-align: center;
    margin: 0 0 50px;
    white-space: nowrap; 
}

.sp-center {
    display: block;
    text-align: center;
    margin: 0 0 50px;
}

.sp-share-linkedin, .sp-share-google, .sp-share-facebook, .sp-share-twitter  {
    text-decoration: none;
    display: inline-block;
    margin: 3px 6px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
    font-size: 36px;
    text-align: center;
    box-sizing: border-box;
}

.sp-share-linkedin {
    background: #0077b5;
}
.sp-share-google {
    background: #da463d;
}
.sp-share-facebook {
    background: #3b5998;
}
.sp-share-twitter {
    background: #55acee;
}

@media (max-width: 1020px) {
    .sp-main{   
        box-shadow: none;
        margin: 0 0 30px 0;
        padding-left: 20px;
        padding-right: 30px;
        width: auto !important;
  
        font-size: 3.2vw; 
    }
}


@media (min-width: 1020px) {
    .sp-main{
        position: relative;
        font-size: 26px; 
        content: "";
        position: absolute;
        z-index: -1;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        top: 10px;
        bottom: 10px;
        left: 0;
        right: 0;
	 min-height: 100vw;
    }
    .sp-body {
        background: #fff url(./bg_grey.png);
    }
    .sp-video {
      width: 460px;
      height: 260px;
    }
}

@media (max-width: 558px) {
    .sp-video {
      width: 80vw;
      height: 45.1764vw;
    }
}

@media (min-width: 558px) {
 
    .sp-video {
      width: 460px;
      height: 260px;
    }
}


.sp-spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.sp-spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
