/*
@import "../fonts.css";
*/

/* mobile version styles */
body {
  min-width: 320px;
  overflow-x: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body #page,
body .container {
  width: 100%;
  min-width: 320px;
}
#adslot-1x1 {
  /*
  width: 1px;
  height: 1px;
  */
}
.header {
  padding: 0;
}
.header .top_adv {
  height: 40px;
  padding: 0;
}
.header .top_adv img {
  max-width: 100%;
  height: auto;
}
.header .top_adv .wrapper {
  width: 100%;
}
.header .top_adv .wrapper > div {
  width: 100% !important;
  height: 40px !important;
}
.header.sticky .sup_header {
  background-color: #ffffff !important;
}
.header .social,
.header .ad-nav {
  display: none;
}
.header .okay-menu {
  height: 41px;
  width: 60px;
  background: #333;
  position: relative;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  z-index: 1000;
}
.header .okay-menu .okp-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .okay-menu:before {
  content: 'OKP.TV';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  font-family: 'futura-pt';
  font-weight: 700;
  color: #fff;
}
.header .okay-menu .top-nav {
  visibility: hidden;
  position: absolute;
  top: 120%;
  left: 0;
  opacity: 0.4;
  margin: 0;
  background: #fff;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}
.header .okay-menu .top-nav li {
  float: none;
  width: 170px;
  border: none;
  margin-bottom: 0;
}
.header .okay-menu .top-nav li:last-child {
  margin-bottom: 0;
}
.header .okay-menu .top-nav li a {
  height: 40px;
  width: 170px;
  background-position: 25px center;
}
.header .okay-menu .top-nav li.back a {
  background-color: #ff4200;
  text-indent: 25px;
  font-family: "futura-pt";
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  line-height: 40px;
  cursor: pointer;
}
.header .okay-menu .top-nav li.back a:hover {
  color: #fff;
}
.header .okay-menu .top-nav li.okp a {
  background-image: url("../images/net_logo_1.png");
  background-color: #ff4200;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header .okay-menu .top-nav li.okp a {
    background-image: url("../images/net_logo_1-retina.png");
    background-size: 85px 17px;
  }
}
.header .okay-menu .top-nav li.oka a {
  background-image: url("../images/net_logo_2.png");
  background-color: #6c2dc7;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header .okay-menu .top-nav li.oka a {
    background-image: url("../images/net_logo_2-retina.png");
    background-size: 85px 17px;
  }
}
.header .okay-menu .top-nav li.okf a {
  background-image: url("../images/net_logo_3.png");
  background-color: #00a2ff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header .okay-menu .top-nav li.okf a {
    background-image: url("../images/net_logo_3-retina.png");
    background-size: 101px 16px;
  }
}
.header .okay-menu .top-nav li.lu a {
  background-image: url("../images/net_logo_4.png");
  background-color: #00bfa6;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header .okay-menu .top-nav li.lu a {
    background-image: url("../images/net_logo_4-retina.png");
    background-size: 99px 17px;
  }
}
.header .okay-menu .top-nav li.rev a {
  background-image: url("../images/net_logo_5.png");
  background-color: #ffc34f;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header .okay-menu .top-nav li.rev a {
    background-image: url("../images/net_logo_5-retina.png");
    background-size: 97px 29px;
  }
}
.header .okay-menu .top-nav li:hover a {
  background-position: center center;
}
.header .okay-menu.open > .top-nav {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header .sup_header {
  height: 47px;
  background: #fff;
}
.header .main-nav {
  height: 41px;
  width: 42px;
  background: #333;
  float: right;
  position: relative;
  margin: 3px 0 0 0;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}
.header .main-nav:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 12px;
  right: 12px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  height: 5px;
}
.header .main-nav:after {
  content: '';
  position: absolute;
  top: 27px;
  left: 12px;
  right: 12px;
  border-top: 4px solid #fff;
}
.header .main-nav > ul {
  visibility: hidden;
  opacity: 0.4;
  width: 180px;
  position: absolute;
  top: 120%;
  right: 0;
  z-index: 1000;
  max-height: 425px;
  overflow-y: auto;
  margin: 0;
  background: #fff;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}
.header .main-nav > ul li {
  float: none;
  background: #FF4200;
  margin: 0;
}
.header .main-nav > ul li.current-menu-item {
  background: #333;
  color: #fff;
}
.header .main-nav > ul li.current-menu-item a {
  color: #fff;
}
.header .main-nav > ul li .sub-menu {
  position: static;
  top: 0;
  width: auto;
  float: none;
  background: none;
  padding: 0;
}
.header .main-nav > ul li .sub-menu li {
  padding: 0 0 0 10px;
  float: none;
}
.header .main-nav > ul li .sub-menu li:hover a,
.header .main-nav > ul li .sub-menu li.current-menu-item a {
  color: #fff !important;
  text-decoration: underline;
}
.header .main-nav > ul li .sub-menu li span {
  background: none !important;
}
.header .main-nav.open {
  background: #FF4200;
}
.header .main-nav.open > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header .main-nav.open > ul .sub-menu {
  display: block !important;
  visibility: visible !important;
}
.header form.search {
  height: 41px;
  position: absolute;
  left: 63px;
  right: 45px;
  top: 3px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: #333333;
  width: auto;
}
.header form.search:before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background-image: url("../images/search-icon.png");
  width: 20px;
  height: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header form.search:before {
    background-image: url("../images/search-icon-retina.png");
    background-size: 20px 40px;
  }
}
.header form.search input[type="submit"] {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  visibility: hidden;
}
.header form.search input[type="text"] {
  color: #fff;
  height: 20px;
  line-height: 20px;
  margin: 10px 0 0 12px;
  padding: 0;
  width: 77%;
  border-bottom: none;
}
.header form.search.open:before {
  background-position: 0 -20px;
}
.header form.search.open input[type="text"] {
  visibility: visible;
  opacity: 1;
}
.header #network-bar {
  position: relative;
  height: 44px;
}
.header a#logo {
  display: block;
  margin: 0 auto;
  background: url("../images/logo.png") 0 12px no-repeat;
  width: 132px;
  height: 48px;
}
.header a#logo:hover { cursor: pointer; }

/*
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.header a#logo {
		background: url("../images/logo-retina.png") no-repeat;
		display: block;
		width: 132px;
		height: 48px;
	}
}
*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header a#logo {
    background-image: url("../images/logo-retina.png");
    background-size: 129px 24px;
  }
}
.header #network-bar .container {
  position: absolute;
  top: 0;
  right: 0;
}
.header.sticky #network-bar {
  margin: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header.sticky #network-bar:before {
  display: none;
}
.header.sticky #network-bar .main-nav {
  display: block;
}
.single .header #network-bar {
  height: 45px;
}
.jcarousel-pagination {
  text-align: center;
  padding: 10px 0 0 0;
}
.jcarousel-pagination a {
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #bebebe 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #bebebe));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #bebebe 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #bebebe 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #bebebe 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bebebe', GradientType=1);
}
.jcarousel-pagination a.active {
  background: #fe4200;
  background: -moz-radial-gradient(center, ellipse cover, #fe4200 0%, #be3606 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fe4200), color-stop(100%, #be3606));
  background: -webkit-radial-gradient(center, ellipse cover, #fe4200 0%, #be3606 100%);
  background: -o-radial-gradient(center, ellipse cover, #fe4200 0%, #be3606 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fe4200 0%, #be3606 100%);
  background: radial-gradient(ellipse at center, #fe4200 0%, #be3606 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe4200', endColorstr='#be3606', GradientType=1);
}
.content .slider_wrap {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
}
.content .slider_wrap .posts_slider {
  width: 100%;
}
.content .article .related_posts .jcarousel-prev,
.content .article .related_posts .jcarousel-next {
  display: none !important;
}
.content .jcarousel-clip-horizontal {
  width: 100% !important;
}
.content .recent-posts ul {
  margin: 0;
}
.content .posts-title-list {
  width: 100%;
  min-height: 0;
}
.content .posts-title-list li {
  line-height: 16px;
}
.content .posts-title-list a {
  font-size: 17px;
  line-height: 21px;
}
.content > .overlay {
  position: relative;
}
.content > .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.content .sidebar {
  display: none;
}
.content .title.red {
  background: #ff4200;
  color: #fff;
}
.content .title.bordered {
  background: #ff4200;
  color: #fff;
  font-size: 15px;
  border: none;
  padding: 0 25px;
  margin: 0 -10px 20px;
  line-height: 40px;
}
.content .title.bordered:after {
  display: none;
}

.content .artists .title.bordered {
	margin-bottom: 5px;
	padding-left: 30px; 
}

.content .team h4 {
  font-size: 20px;
}
.content .team .withimage {
  margin-top: 30px;
}
.content .team .withimage img {
  float: none;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.content .text-content {
  font-size: 16px;
  line-height: 20px;
}
.content .text-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content [class*="span"] {
  width: 100%;
  float: none;
  padding: 0;
}
.content .article .post-meta h1 {
  font-size: 20px;
  line-height: 26px;
}
.content .article .post .text p {
  font-size: 16px;
  line-height: 20px;
}
.content .article .post .text p img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin: auto;
  display: block;
}
.content .article .post .text div.wp-caption {
	max-width: 100% !important;
	height: auto;
}
.content .article .post .text div.wp-caption img {
	max-width: 100% !important;
	height: auto;
}
.content .article .post .text p img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    vertical-align: top;
}
.content .article .post .text iframe {
	height: auto;
	max-width: 100%;
}

.category .content .title {
  display: inline-block;
  z-index: 995;
  min-width: 87px; 
}
.category .content .title.sticky {
  position: fixed;
  top: 47px;
  left: 0;
}
.content .audio .toolbar,
.content .free-stuff .toolbar {
  display: none;
}
.feat_audio {
  padding: 0 0 30px 0;
  overflow: visible;
  margin: -60px 0 35px -10px;
  border-bottom: 1px solid #333333;
  width: 106%;
  box-shadow: 0 4px 0 4px #cccccc;
}
.feat_audio .info {
  width: auto;
}
.feat_audio .thumb {
  width: 106%;
  height: 160px;
  overflow: hidden;
  margin: 0;
  float: none;
}
.feat_audio .thumb em {
  display: none;
}
.feat_audio .thumb img {
  width: auto;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.feat_audio .extra-wrap {
  margin-left: 0;
  overflow: visible;
}
.feat_audio .extra-wrap .info h1 {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'adelle', sans-serif;
  padding: 20px 20px 0;
  width: 86%;
  margin: auto;
}
.feat_audio .extra-wrap .text {
  font-size: 15px;
  line-height: 20px;
  display: none;
}
.feat_audio .extra-wrap > .sharrre {
  margin-left: -120px;
  display: none;
}
.fluid-width-video-wrapper {
  padding-bottom: 58%;
}
.feat_video {
  width: auto;
  padding-bottom: 0;
}
.feat_video .main-video {
  width: 100%;
  margin: 0;
}
.feat_video .main-video .thumb {
  width: 100%;
  height: auto;
}
.feat_video .main-video .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin: auto;
}
.feat_video .main-video .text h2 {
  font-size: 20px;
  line-height: 26px;
  margin: 10px;
}
.feat_video .adv-video {
  display: none;
}
a#thumb1 .video-icon {
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  margin: auto;
}
#sort-form.default {
  width: 120px;
}
#sort-form.default label {
  display: none;
}
.post-holder .thumb {
  width: 114px;
  height: 85px;
  margin: 0;
}
.post-holder .post-thumb-tag {
  display: none;
}
.post-holder .extra-wrap1 {
  margin-left: 130px;
}
.post-holder .post-meta .post-date {
  color: #343434;
  font-weight: 700;
}
.post-holder .post-meta .post-date .author-link {
  display: none;
}
.post-holder .post-meta .post-title {
  font-size: 16px;
  line-height: 20px;
}
.post-holder .post-content {
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
}
.post-holder .post-footer {
  overflow: hidden;
  padding-top: 10px;
  clear: both;
}
.post-holder .post-footer .sharrre {
  overflow: hidden;
}
.post-holder .post-footer .comment-count {
  margin-top: 15px;
  display: block;
}
.border_title {
  text-align: center;
}
.border_title span {
  padding: 0 5px;
}
/* Grid */
.full {
  width: 100%;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.full.audio {
  padding-top: 0;
}
.artists.full {
  padding: 0 0px 10px; 
}
#disqus_thread {
  width: 100%;
}
.wpcf7 input[type="text"] {
  width: 100% !important;
  height: 34px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.wpcf7 textarea {
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.wpcf7 .default .jClever-element-select-wrapper {
  width: 100% !important;
}
.content .signup form input[type="text"] {
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.list-1 {
  overflow: hidden;
}
.gallery-thumb {
  margin: 0 /* 0 13px */;
}
.gallery-thumb.grid .gallery-item {
  width: 32.6%;
  height: 80px;
  margin: 1px 1px 10px; /* 1px; */
  float: left;
}
.gallery-thumb.grid .gallery-item img {
  max-width: 100%;
  height: 110%; /* auto */
}
.gallery-thumb.grid .gallery-item .title {
  display: none;
}
.gallery-thumb.list .gallery-item {
  width: 100%;
  margin: 1px;
  float: left;
}
.gallery-thumb.list .gallery-item img {
  max-width: 100%;
  height: auto;
  float: left;
}
.gallery-thumb.list .gallery-item a {
  float: left;
  width: 100%;
}
.gallery-thumb.list .gallery-item .title {
  float: left;
  display: inline-block;
  width: 68%;
  padding: 0 0 0 2%;
  text-transform: none;
}
.change-grid {
  overflow: hidden;
  padding: 0 0 14px 0;
}
.change-grid .gallery-grid-change,
.change-grid .gallery-list-change {
  display: block;
  float: left ;
  width: 42px;
  height: 41px;
  background-color: #999999;
  background-position: center center;
  background-repeat: no-repeat;
}
.change-grid .gallery-grid-change.active,
.change-grid .gallery-list-change.active {
  background-color: #ff4200;
}
.change-grid .gallery-grid-change {
  margin: 0 /* 0 0 0 14px */;
  background-image: url("../images/gallery-grid.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .change-grid .gallery-grid-change {
    background-image: url("../images/gallery-grid-retina.png");
    background-size: 22px 22px;
  }
}
.change-grid .gallery-list-change {
  margin: 0 0 0 2px;
  background-image: url("../images/gallery-list.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .change-grid .gallery-list-change {
    background-image: url("../images/gallery-list-retina.png");
    background-size: 20px 22px;
  }
}
#fancybox-close {
  background-image: url("../images/close.png");
  background-color: #ff4200;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #fancybox-close {
    background-image: url("../images/close-retina.png");
    background-size: 12px 12px;
  }
}
.post-holder.okptv {
  margin: 0 -10px;
}
.post-holder.okptv .thumb {
  width: 100%;
  height: auto;
  float: none;
  position: relative;
  border: none;
}
.post-holder.okptv .thumb a {
  display: block;
  position: relative;
}
.post-holder.okptv .thumb a:before {
  content: '';
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("../images/video-play.png");
  background-repeat: no-repeat;
  z-index: 100;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .post-holder.okptv .thumb a:before {
    background-image: url("../images/video-play-retina.png");
    background-size: 75px 75px;
  }
}
.post-holder.okptv a {
  padding: 0;
}
.post-holder.okptv .extra-wrap1 {
  float: none;
  margin: 15px 0 0 0;
  padding: 0 23px;
}
.post-holder.okptv .extra-wrap1 .post-title {
  font-family: 'adelle';
  font-size: 20px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
  background-image: url('../images/arrow.png');
  background-position: -35px center;
  background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
  background-position: -35px center;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  background-image: url('../images/arrow.png');
  background-position: 6px center;
  background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
  background-position: 6px center;
}
.footer .row-top {
  background-image: url("../images/footer-logo.png");
  background-color: #333333;
  background-repeat: no-repeat;
  background-position: center center;
  height: 77px;
  margin-bottom: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .footer .row-top {
    background-image: url("../images/footer-logo-retina.png");
    background-size: 147px 40px;
  }
}
.footer .row-bot {
  padding: 9px 0 0 0;
  background: #222222;
}
.footer .row-bot .social {
  float: none;
  padding: 0;
  margin: auto;
  width: 150px;
}
.footer .row-bot .cr {
  float: none;
  text-align: center;
  padding: 0;
  line-height: 25px;
  font-family: 'adelle';
}
.mobileUnit3 {
  clear: both;
}