*, a, *:focus, *:hover, *:active {outline:none!important}

p {font: 16px/25px  "Helvetica Neue", Helvetica, Arial, sans-serif;color:#dbdbdb;}
p strong {color:#eee;}

.marginleft-10 {margin-left:10px}
.margintop-15 {margin-top:15px}

.nopadding-left {padding-left:0}
.nopadding-right {padding-right:0}

.bg-social {
background: url(/img/BG-SocialMedia.png) no-repeat center top;
background-size:100% 90%;
vertical-align:middle;
line-height:60px;
}
.bg-social > div {margin:15px auto}
.bg-social .list-inline a {color:#373737}
.bg-social .list-inline a:hover {color:#fff}

section.videos .row {
margin-top:10px;
margin-bottom:10px;
}
section.videos .row > div {
padding:15px;
}

footer {
padding: 20px 0;
}

.corner-ribbon{
  width: 350px;
  background: #f6a70c;
  position: absolute;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  box-shadow: 0 0 3px rgba(0,0,0,.3);  
  position: fixed;
  z-index: 1000;
}

/* Different positions */
.corner-ribbon.top-right{
top: 45px;
right: -90px;
left: auto;
transform: rotate(43deg);
-webkit-transform: rotate(43deg);
}

@media only screen and (max-width:767px) {
	.bg-social {background-size:cover}
	.bg-social > div {margin:12px auto}

    .corner-ribbon{
      width: 120px;
      background: #f6a70c;
      position: absolute;
      text-align: center;
      line-height: 30px;
      letter-spacing: 1px;
      color: #f0f0f0;
      box-shadow: 0 0 3px rgba(0,0,0,.3);  
      position: fixed;
      z-index: 1000;
    }
	.corner-ribbon .btn {	
	  font-size:12px;
	}

    /* Different positions */
    .corner-ribbon.top-right{
    top: 5px;
    right: -40px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    }
}