@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,600,700,800);

/* ==========================================================================
   Main styles
   ========================================================================== */

html,button,input,select,textarea{color:#231f20}
body{font-size:14px;line-height:1.5;font-family: 'Open sans', sans-serif;}

a{color:#1f74c9;text-decoration:none}
a:hover{text-decoration:underline}

hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
img{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}

.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{*zoom:1}

body {
  min-width: 1120px;
}
body.embed {
  min-width: 0;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.hidden-mobile {
  display: inherit !important;
}
.visible-mobile {
  display: none !important;
}
#cont {
  padding: 35px 0 40px;
}
.wrap {
  width: 1120px;
  margin: 0 auto;
}
p {
  margin: 0 0 15px;
}
ol {
  padding-left: 60px;
  margin: 20px 0 30px;
}
ol li {
  padding: 0 0 0 20px;
  list-style: none;
  background: url(/img/arrow-right-red-11x17.png) no-repeat 0 6px;
  line-height: 30px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  background: #e6e6e6;
  border: none;
  padding: 5px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
button {
  font-family: 'Open sans', sans-serif;
}
.directionNav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.directionNav li {
  position: absolute;
}
.directionNav li button {
  display: block;
  text-indent: -9999px;
  background: #ebebeb no-repeat 50% 50%;
  width: 38px;
  height: 92px;
  border: none;
  border-radius: 0;
}
.directionNav li button:hover {
  background-color: #dedede;
}
.directionNav li.prev button {
  background-image: url(/img/arrow-left-white-20x29.png);
}
.directionNav li.next button {
  background-image: url(/img/arrow-right-white-20x29.png);
}
.col-left {
  float: left;
  margin: 0 40px 0 0;
  width: 345px;
}
.col-left .profile-info {
  background: #f9f9f9;
  padding: 33px 20px 25px 28px;
  margin: 0 0 30px;
}
.col-left .profile-info .image {
  float: left;
  border: 2px solid #7f7f7f;
  padding: 2px;
  margin: 0 15px 20px 0;
  max-width: 158px; 
}
.col-left .profile-info .info {
  float: left;
  width: 124px;
}
.col-left .profile-info h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 15px;
  font-style: italic;
}
.col-left .profile-info a.profile {
  font-size: 13px;
  background: url(/img/icon-profile.png) no-repeat 12px 50% #ccc;
  border-radius: 17px 12px 17px 12px;
  display: block;
  padding: 0 0 0 32px;
  color: #fff;
  line-height: 24px;
  margin: 0 0 30px;
}
.col-left .profile-info a.subscribe {
  font-size: 13px;
  background: url(/img/icon-subscriptions.png) no-repeat 12px 50% #ccc;
  border-radius: 17px 12px 17px 12px;
  display: block;
  padding: 0 0 0 32px;
  color: #fff;
  line-height: 24px;
  margin: 0 0 30px;
}
.col-left .profile-info a.profile:hover,
article .video-info .share:hover,
.user-navigation li a:hover,
.vote button[type="submit"]:hover,
.vote button[type="button"]:hover,
button[type="button"]:hover  {
  background-color: #b5b5b5;
  text-decoration: none;
}
article .video-info .subscribe:hover,
article .video-info .favorite:hover,
.col-left .profile-info a.subscribe:hover {
  background-color: #CB1E29;
  text-decoration: none;
}
.col-left .profile-info .info span {
  float: left;
  width: 60px;
  margin: 0 0 15px;
}
.col-left .profile-info .info strong {
  font-weight: 400;
  color: #999;
  display: block;
  margin: 0 0 4px;
}
#MainContent_lblDescription {
  
}
#MainContent_lblDescription.collapsed,
.collapsible-content.collapsed {
  height: 110px;
  overflow: hidden;
  display: block;
}
button[type="button"].show-all {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px dotted #b3b3b3;
  font-size: 12px;
  color: #ccc;
  font-weight: 700;
  position: relative;
  padding: 0 0 5px;
  margin: 0 0 25px;
  border-radius: 0;
  line-height: normal;
  overflow: visible;
}
.show-all:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 9px;
  background: url(/img/arrow-down-grey.png);
  left: 50%;
  bottom: -9px;
  margin: 0 0 0 -7px;
}
.show-all.expanded:after {
  display: none;
}
.expanded-content {
  display: none;
}


.tabs-holder {
  border-top: 10px solid #f2f2f2;
  padding: 10px 5px 0;
  margin-bottom: 20px;
}
.tabs-holder button[type="button"] {
  width: 32%;
  padding: 0;
  font-size: 10px;
}
.tabs-holder button[type="button"].current {
  background-color: #CB1E29;
}
.tab-about {
  display: none;
}


.col-left .profile-info .show-all {
  margin-bottom: 0;
}
.col-left .profile-info dl {
  margin: 25px 0 0 0;
}
.col-left .profile-info dt {
  float: left;
  width: 76px;
  color: #999;
  margin: 0 0 8px;
}
.col-left .profile-info dd {
  width: 220px;
  float: left;
  word-wrap:break-word;
  margin: 0 0 8px;
  min-height: 21px;
}
.col-left .channel-activity {
  padding: 26px;
  background: #f9f9f9;
}
.col-left .channel-activity h4,
.col-left .profile-info h4 {
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  margin: 0 0 15px;
  color: #b3b3b3;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.col-left .channel-activity dl {
  margin: 0;
}
.col-left .channel-activity dt {
  float: left;
  width: 200px;
  margin: 0 0 8px;
  color: #999;
}
.col-left .channel-activity dd {
  float: left;
  width: 90px;
  margin: 0 0 8px;
}

.col-right {
  width: 735px;
  float: left;
}
h1 {
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 20px;
}
.user-navigation {
  margin: 0 0 34px;
}
.user-navigation ul {
  padding: 0 0 13px;
  margin: 0;
  border-bottom: 1px dotted #b3b3b3;
}
.user-navigation li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.user-navigation li:first-child {
  margin: 0;
}
.user-navigation li a {
  font-size: 13px;
  background: no-repeat 10px 50% #ccc;
  border-radius: 17px 12px 17px 12px;
  display: block;
  padding: 0 0 0 29px;
  color: #fff;
  line-height: 25px;
}
.user-navigation a {
  margin:0;
}
.user-navigation a.current {
  background-color: #cb1e29;
}
.user-navigation a.favorites {
  background-image: url(/img/icon-favorites.png);
  width: 125px;
}
.user-navigation a.subscriptions {
  background-image: url(/img/icon-subscriptions.png);
  width: 133px;
}
.user-navigation a.viewed {
  background-image: url(/img/icon-viewed.png);
  width: 100px;
  padding-left: 37px;
}
.user-navigation a.comments {
  background-image: url(/img/icon-comments.png);
  width: 115px;
  padding-left: 33px;
}
.user-navigation a.uploads {
  background-image: url(/img/icon-uploads.png);
  width: 115px;
  padding-left: 33px;
}
.user-navigation a.profile {
  background-image: url(/img/icon-profile.png);
  width: 110px;
}

.col-left2 {
  width: 315px;
  float: left;
  margin: 0 60px 0 0;
}
.col-right2 {
  width: 736px;
  float: left;
  padding: 0 0 30px;
}
.col-left2 h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 20px;
  color: #b3b3b3;
  text-transform: uppercase;
  font-style: italic;
}
.information ul {
  padding: 0;
  margin: 0;
}
.information li {
  line-height: 49px;
}
.information a {
  color: #231f20;
  font-size: 16px;
  padding: 0 0 0 27px;
  display: block;
}
.information li.current a {
  background: #aeaeae;
  font-weight: 700;
  color: #fff;
}
.information li.current a:hover {
  text-decoration: none;
}

/* Header */

header {
  border-bottom: 8px solid #cb1e29;
  padding: 15px 50px;
  text-align: center;
}
header .middle {
  display: inline-block;







}
header button[type="button"].menu-button {
  width: 46px;
  height: 45px;
  background: url(/img/menu-button.png) no-repeat 50% 50% #cb1e29;
  border-radius: 0;
  text-indent: -9999px;
  float: left;
  display: none;
}
header .logo {
  float: left;
}
header .browse,
header .upload {
  color: #cb1e29;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  float: left;
  line-height: 40px;
}
header .browse {
  background: url(/img/arrow-down-red.png) no-repeat 100% 50%;
}
header .upload {
  background: url(/img/arrow-up-red.png) no-repeat 100% 50%;
}
header .search {
  margin: 0 20px 0 15px;
  background: url(/img/magnifier.png) no-repeat 10px 50% #cb1e29;
  width: 277px;
  border: none;
  padding: 8px 5px 8px 36px;
  color: #fff;
  font-weight: 700;
  float: left;
}
#panelSignIn {
	float:right;
}
#lnkBrowse_Nickname{
	float:right;
  text-transform: none;
}
header .user {
  float: right;
  padding: 12px 5px 0 0;
  margin: 0;
  list-style: none;
}
header .user li {
  display: inline-block;
  font-weight: 700;
  color: #231f20;
  margin: 0 7px;
}
header .user li a {
  color: #231f20;
}
header .user li.join a {
  color: #cb1e29;
}

/* Dropdown */

.dropdown {
  background: #fff;
  padding: 23px 0 0;
  position: absolute;
  z-index: 1005;
  width: 100%;
  left: 0;
  border-bottom: 8px solid #cb1e29;
  display: none;
  text-align: left;
}
header.open .dropdown {
  display: block;
}
.dropdown h3 {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dropdown .by-make {
  width: 600px;
  float: left;
  margin: 0 25px 20px 0;
}
.dropdown .by-make li {
  line-height: 30px;
  float: left;
  width: 150px;
  margin: 0 0 0;
}
.dropdown .by-make li a {
  display: block;
  color: #000;
}
.dropdown .by-make li a img {
	opacity: 0.4;
}
.dropdown .by-make li a:hover {
  color: #CB1E29;
  text-decoration: none;
}
.dropdown .by-make li a:hover img {
	opacity: 1;
}

.dropdown nav {
  width: 344px;
  float: left;
}
.dropdown nav h3 {
  margin: 0 0 13px;
}
.dropdown nav li {
  margin: 0 0 10px;
}
.dropdown nav a {
  display: block;
  font-size: 31px;
  color: #4D4D4D;
}
.dropdown .user-section {
  float: left;
  width: 150px;
  font-size: 13px;
  line-height: 1.2;
}
.dropdown .user-section a {
  color: #CB1E29;
}
.dropdown .user-section strong {
  color: #666;
  font-weight: 700;
}
.dropdown .user-section input[type="text"] {
  background: #e6e6e6;
  width: 100%;
  padding: 5px;
  margin: 3px 0 5px;
}
.dropdown .user-section button[type="submit"] {
  color: #CB1E29;
  background: url(/img/arrow-right-red-8x12.png) no-repeat 100% 50%;
  font-size: 17px;
  padding: 0 15px 0 0;
  font-weight: 700;
  margin: 5px 0 0;
}
.dropdown .user-section li {
  margin: 0 0 8px;
}
.dropdown .user-section li a {
  color: #666;
  font-size: 19px;
}

/* Home */

#cont.home,
#cont.no-padding,
.edit-profile #cont {
  padding: 0; 
}
#cont.channel {
  padding-top: 0;
}
.slider.main {
  background: url(/img/bg-main-slider.png) repeat-x;
  text-align: center;
  overflow: hidden;
  height: 688px;
  position: relative;
}
.slider.main .slides {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider.main .slides > li {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 688px;
  background: no-repeat 50% 50%;
  background-size: 1920px;
}
.slider.main .slides .wrap {
  text-align: left;
  width: 100%;
  padding: 0 10%;
  position: relative;
}
.slider.main .control {
  position: absolute;
  top: 0;
  height: 688px;
  width: 100%;
}
.slider.main .control .wrap {
  height: 688px;
  position: relative;
}
.slider.main .featured {
  position: absolute;
  top: 80px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.slider.main .featured li {
  line-height: 45px;
  background: #000;
  opacity: 0.6;
  margin: 0 0 19px;
  width: 313px;
  font-size: 25px;
}
.slider.main .featured li a {
  color: #666;
  font-weight: 800;
  font-style: italic;
  display: block;
  padding: 0 0 0 18px;
  text-transform: uppercase;
  background: url(/img/arrow-right-grey-16x23.png) no-repeat 94% 50%;
}
.slider.main .featured li:hover {
  opacity: 0.7;
}
.slider.main .featured li a:hover {
  color: #929292;
  text-decoration: none;
}
.slider.main .featured li.current {
  background: #cb1e29;
  opacity: 1;
}
.slider.main .featured li.current a {
  color: #fff;
  background-image: url(/img/arrow-right-white-16x23.png);
}
.c1, .c2, .c3, .c4, .c5, .c6{
  width: 98px;
  height: 82px;
  background: url(/img/arrow-right-white-26x38.png) no-repeat 50% 50% #cb1e29;
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
}
.c1:hover, .c2:hover, .c3:hover, .c4:hover, .c5:hover, .c6:hover {
  background-color: #ec2532;
  text-decoration: none;
}
.slider.main .content {
  position: absolute;
  top: 357px;
  right: 10%;
  text-align: right;
  color: #fff;
  width: 660px;
  z-index: 10;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.slider.main .content h3 {
  font-size: 50px;
  font-weight: 800;
  font-style: italic;
  margin: 20px 0 5px;
  color: #fff;
  line-height: 54px;
}
.slider.main .content p {
  font-weight: 600;
  font-size: 19px;
  margin: 0;
  line-height: 1.3;
  padding-top: 10px;
}
.slider.main .wrap {
  padding: 0 10%;
  position: absolute;
  width: 100%;
}
.slider.main .directionNav {
  position: relative;
  top: 278px;
  width: 100%;
}
.slider.main .directionNav li button {
  background-color: #ccc;
  background-color: rgba(255,255,255,0.4);
}
.slider.main .directionNav li button:hover {
  background-color: #ccc;
  background-color: rgba(255,255,255,0.5);
}
.slider.main > .wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slider .controlNav {
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.slider .controlNav li {
  display: inline-block;
}
.slider .controlNav li button {
  background: url(/img/controlNav.png) no-repeat 50% 50%;
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  border: none;
  text-align: center;
  padding: 0;
}
.slider .controlNav li.current button {
  background-image: url(/img/controlNav-current.png);
}
.slider.main .directionNav li.next {
  right: -8%;
}
.slider.main .directionNav li.prev {
  left: -8%;
}

.main-section {
  padding: 30px 0;
}
.main-section.secondary {
  background: #f2f2f2;
}
.main-section.secondary .directionNav li button {
  background-color: #e0e0e0;
}
.main-section.secondary .directionNav li button:hover {
  background-color: #cdcdcd;
}
.main-section.tetriary {
  background: #e6e6e6;
}
.main-section.tetriary .directionNav li button {
  background-color: #d7d7d7;
}
.main-section.tetriary .directionNav li button:hover {
  background-color: #c8c8c8;
}
.main-section .wrap {
  width: 100%;
  padding: 0 10%;
}
.main-section h3 {
  float: left;
}
h3 {
  font-size: 28px;
  color: #b3b3b3;
  font-weight: 800;
  font-style: italic;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.main-section .more {
  float: right;
  font-weight: 700;
  color: #231f20;
  background: url(/img/arrow-right-black.png) no-repeat 100% 50%;
  padding: 9px 15px;
  display: inline-block;
}
.main-section .slider {
  position: relative;
}
.main-section .slides {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  left: 0;
  transition: left 0.3s;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -ms-transition: left 0.3s;
}
.main-section .slides li,
.videos li,
.results li {
  width: 162px;
  margin: 0 0 0 22px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.3;
}
.main-section .slides li:first-child,
.main-section.articles .slides li:first-child {
  margin: 0;
}
.main-section .slides .image,
.videos .image,
.results .image {
  border: 2px solid #7f7f7f;
  padding: 2px;
  position: relative;
  display: block;
  margin: 0 0 10px;
}
ul.videos .image:after,
li.video .image:after {
  content: " ";
  position: absolute;
  width: 38px;
  height: 28px;
  background: url(/img/arrow-right-white-9x13.png) no-repeat 50% 50% #CB1E29;
  opacity: 0.7;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -19px;
}
ul.videos .image:hover:after,
li.video .image:hover:after {
  opacity: 1;
}
.main-section .slides h5,
.videos h5,
.results h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.main-section .slides h5 a,
.videos h5 a,
.results h5 a {
  color: #000;
}
.main-section .slides p,
.main-section .slides span,
.videos p,
.videos span,


.results p,
.results span {
  margin: 0;
  font-size: 12px;
}
.main-section .directionNav {
  top: 0;
  position: absolute;
}
.main-section .directionNav .prev {
  left: -8%;
  top: 2px;
}
.main-section .directionNav .next {
  right: -8%;
  top: 2px;
}

.main-section.articles .slides li {
  width: 274px;
  margin: 0 0 0 44px;
}
.main-section.articles .slides .image {
  margin: 0 0 30px;
}
.main-section.articles .slides h5 {
  font-size: 16px;
  margin: 0 0 10px;
}
.main-section.articles .slides p {
  font-size: 14px;
  line-height: 1.5;
}
.main-section.articles .slides span {
  font-size: 14px;
  color: #b3b3b3;
}
.main-section.articles .directionNav {
  top: 130px;
}

/* Sign Up In */

#cont.sign-up-in {
  padding: 50px 0;
  background: url(/img/bg-sign-up-in.png) no-repeat 50% 100%;
}
.sign-up-in .col-left {
  width: 490px;
  float: left;
  border-right: 1px dotted #b3b3b3;
  padding: 10px 46px 100px 0;
  text-align: right;
  line-height: 1.2;
  font-weight: 600;
  font-style: italic;
  font-size: 37px;
  background: none;
}
.sign-up-in .col-left p {
  color: #979798;
  font-size: 48px;
  font-weight: 800;
  font-style: italic;
  margin: 0 0 15px;
}
.sign-up-in .col-left p strong {
  color: #cb1e29;
}
.sign-up-in .col-left span {
  display: block;
  color: #1f74c9;
  margin: 0 0 15px;
}
.sign-up-in .col-left em {
  display: block;
  color: #cb1e29;
}
.sign-up-in .col-right {
  float: left;
  width: 400px;
  padding: 10px 0 0 50px;
}
.sign-up-in .col-right h3 {
  color: #cb1e29;
  font-weight: 600;
  font-style: italic;
  font-size: 23px;
  margin: 0;
}
.sign-up-in .fieldset .field {
  width: 163px;
  float: left;
  margin: 0 0 0 23px;
}
.sign-up-in .fieldset .field:first-child {
  margin: 0;
}
.sign-up-in .col-right label {
  display: inline-block;
  margin: 20px 0 7px;
}
.sign-up-in .col-right input[type="text"],
.sign-up-in .col-right input[type="password"],
.sign-up-in .col-right input[type="email"] {
  width: 100%;
}
.sign-up-in .col-right input[type="checkbox"] {
  margin: 0 10px 0 0;
}
button[type="submit"],
input[type="submit"] {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border: none;
  background: #cb1e29;
  padding: 0 20px;
  line-height: 26px;
  border-radius: 15px 12px 15px 12px;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
  background: #e02f3b;
}
.sign-up-in input[type="submit"] {
  margin: 15px 0 0;
}
.sign-up-in .agree {
  font-size: 12px;
  color: #999;
  display: inline-block;
  width: 200px;
  margin: 0 0 0 20px;
  vertical-align: middle;
  line-height: 1.2;
}
.sign-up-in .col-right em {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #b3b3b3;
  margin: 22px 0;
}
.sign-up-in .col-right strong {
  font-size: 23px;
  font-style: italic;
  color: #cb1e29;
  font-weight: 600;
  display: block;
  margin: 0 0 25px;
}
.sign-up-in .connect-with-facebook {
  display: block;
  color: #fff;
  font-weight: 800;
  font-style: italic;
  background: url(/img/f.png) no-repeat 26px 50% #3c5a98;
  line-height: 50px;
  padding: 0 0 0 60px;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.sign-up-in .connect-with-facebook:hover {
  text-decoration: none;
  background-color: #3561bc;
}
.sign-up-in .wrap.sign-in .col-left span,
.sign-up-in .wrap.sign-in .col-left em {
  display: inline;
}

/* Upload step A */

.upload-step-a .upload a {
  text-decoration: none;
}
.upload-step-a .upload {
  text-align: center;
  line-height: 1.2;
  border: 1px dotted #c6c6c6;
}
.upload-step-a .arrow {
  display: block;
  margin: 170px auto 22px;
  background: url(/img/arrow-up-white-35x23.png) no-repeat 50% 50% #cb1e29;
  border: none;
  width: 98px;
  height: 82px;
  text-indent: -9999px;
  border-radius: 0;
}
.upload-step-a .arrow:hover {
  background-color: #ec2532;
}
.upload-step-a #fileSelectorText strong {
  font-size: 20px;
  color: #b3b3b3;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  display: block;
  margin: 0 0 90px;
}
.upload-step-a .upload .caption {
  background: #cb1e29;
  padding: 10px 0 13px;
  color: #fff;
  margin: 0;
}
.upload-step-a .upload .caption a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.upload-step-a .upload label {
  display: block;
  padding: 20px 0 10px;
}
.upload-step-a .upload label span {
  color: #999;
}
.upload-step-a .upload input[type="text"] {
  width: 100%;
}
.upload-step-a .upload textarea {
  width: 100%;
  height: 165px;
}
.upload-step-a .upload select {
  width: 185px;
  margin: 0 20px 0 0;
  color: #999;
}
.su-filelist {
  padding: 20px;
  text-align: left;
}

/* Upload step B */

.video-info .image {
  float: left;
  width: 160px;
  border: 2px solid #7f7f7f;
  padding: 2px;
  margin: 6px 33px 0 0;
}
.video-info .image img {
  width: 100%;
}
.video-info .info {
  float: left;
  width: 540px;
}
.video-info .info h3 {
  font-weight: 600;
  font-style: italic;
  color: #cb1e29;
  font-size: 23px;
  margin: 0 0 10px;
}
form.video-info .share-on {
  margin: 20px 0 0;
  float: left;
}
form.video-info .share-on p {
  display: inline-block;
  margin: 0 25px 0 0;
}
form.video-info .share-on label {
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 0;
}
form.video-info ul {
  float: right;
  padding: 0;
  margin: 29px 0 0;
  list-style: none;
}
form.video-info ul li {
  float: left;
  margin: 0 0 0 10px;
}
form.video-info ul button[type="button"] {
  line-height: 25px;
  background: #ccc;
  color: #fff;
  border: none;
  border-radius: 15px 12px 15px 12px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600;
}
form.video-info ul button[type="button"]:hover {
  background: #b5b5b5;
}

/* Uploads */

.upload-new {
  float: right;
  border-radius: 17px 12px 17px 12px;
  font-size: 13px;
  background: url(/img/icon-favorites.png) no-repeat 10px 50% #cb1e29;
  padding: 0 20px 0 35px;
  color: #fff;
  line-height: 25px;
  text-align: left;
}
.upload-new:hover {
  background-color: #ec2532;
  text-decoration: none;
}

/* Subscriptions */

.subscriptions {
  padding: 0;
  list-style: none;
  margin: 0 0 0 -17px;
}
.subscriptions li {
  width: 158px;
  float: left;
  font-size: 12px;
  line-height: normal;
  margin: 0 0 45px 28px;
}
.subscriptions .image {
  border: 2px solid #7f7f7f;
  padding: 2px;
  margin: 0 0 15px;
  display: block;
}
.subscriptions h5 {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 2px;
}
.subscriptions h5 a{
  color: #000;
}
.subscriptions p {
  margin: 0;
}

/* Channel */

.cover-photo {
  margin: 0 0 30px;
}

.channel .mejs-sourcechooser-button {
  display: none !important;
}

#cont.v-hd {
  padding-top: 0;
}
#cont.v-sd aside {
  margin-top: -432px;
}
#cont.v-hd .video {
  background: url(/img/bg-video-hd.png) repeat-x;
  margin: 0 0 35px;
}
#cont .video .holder {
  width: 734px;
  height: 450px;
}
#cont.v-hd .video .holder {
  width: 1070px;
  height: 601px;
}
#cont .video .holder video,
#cont .video .holder .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
#cont.v-hd .video .holder {
  background: url(/img/bg-video-hd-holder.png) repeat-x;
  max-width: 1090px;
  padding: 0 10px;
}

.video {
  position: relative;
  margin: 0 0 20px;
}
.video .btn-share {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  top: 12px;
  right: 56px;
  display: block;
  text-indent: -9999px;
  background: #CB1E29 no-repeat 50% 50% url(/img/share.png);
  width: 42px;
  height: 42px;
  border-radius: 2px;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  line-height: 42px;
  opacity: 0.5;
}
.video .btn-share:hover {
  opacity: 1;
}
.video .replay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 82px;
  background: url(/img/icon-replay.png) no-repeat 50% 50% #cb1e29;
  text-indent: -9999px;
  margin: -41px 0 0 -49px;
}
.video .replay:hover {
  background-color: #ec2532;
}
.video-content {
  padding: 0 0 15px;
}
.video-content span {


  float: left;
  margin: 0 30px 0 0;
  color: #999;
}
.video-content .video-navigation {
  float: right;
  padding: 0 0 15px;
}
.video-content .video-navigation ul {
  margin: 0;
  padding: 0;
}
.video-content .video-navigation li {
  float: left;
  margin: 0 0 0 7px;
}
.video-content .video-navigation li button {
  line-height: 24px;
  background: no-repeat 10px 50% #ccc;
  border: none;

  border-radius: 17px 12px 17px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 0 0 0 12px;
}
.video-content .video-navigation li button:hover {
  background-color: #b5b5b5;
}
.video-content .video-navigation li.favorite button:hover {
  background-color: #CB1E29;
}
.video-content .video-navigation li.current button {
  background-color: #cb1e29;
}
.video-content .video-navigation li.info button {
  background-image: url(/img/arrow-down-white.png);
  width: 69px;
}
.video-content .video-navigation li.comments button {
  background-image: url(/img/icon-comments.png);
  width: 126px;
}
.video-content .video-navigation li.share button {
  background-image: url(/img/icon-share.png);
  width: 86px;
}
.video-content .video-navigation li.favorite button {
  background-image: url(/img/icon-favorites.png);
  width: 105px;
}

/* Dashboard */

.videos {
  margin: 0 0 0 -12px;
  padding: 0;
}
.videos li {
  margin: 0 0 40px 20px;
}
h6 {
  font-weight: 400;
  color: #b3b3b3;
  font-size: 16px;
  margin: 0 0 20px;
}
.pagination a {
  font-size: 16px;
  color: #000;
}
.pagination .prev {
  background: url(/img/arrow-left-black.png) no-repeat 0 50%;
  padding: 0 0 0 16px;
  float: left;
}
.pagination .next {
  background: url(/img/arrow-right-black.png) no-repeat 100% 50%;
  padding: 0 16px 0 0;
  float: right;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  padding: 0 9px;
}
.pagination li.current a {
  color: #b3b3b3;
}

/* Blog Landing */

#cont.blog-landing {
  padding-top: 0;
}
.slider.featured-story {
  background: url(/img/bg-featured-story-slider.png) repeat-x;
  position: relative;
  overflow: hidden;
  height: 481px;
}
.slider.featured-story .slides {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider.featured-story .slides li {
  position: absolute;
  width: 100%;
}
.slider.featured-story .slides li .wrap {
  position: relative;
}
.slider.featured-story h3 {
  position: absolute;
  top: 27px;
  left: 98px;
  font-size: 25px;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.slider.featured-story .content {
  position: absolute;
  bottom: 40px;
  left: 98px;
  color: #fff;
  width: 420px;
  font-weight: 600;
}
.slider.featured-story .content .go {
  background: url(/img/arrow-right-white-11x17.png) no-repeat 91% 50% #cb1e29;
  display: inline-block;
  padding: 0 46px 0 12px;
  line-height: 30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
.slider.featured-story .content .go:hover {
  text-decoration: none;
  background-color: #ec2532;
}
.slider.featured-story .content span {
  font-size: 20px;
  color: #b3b3b3;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.slider.featured-story .content h2 {
  font-size: 36px;
  margin: 5px 0 0;
  font-style: italic;
  font-weight: 800;
}
.slider.featured-story .content p {
  line-height: 1.2;
  margin: 0;
}
.slider.featured-story .controlNav {
  bottom: 30px;
  left: 0;
  text-align: center;
}
.slider.featured-story .directionNav {
  top: 185px;
  opacity: 0.5;
}
.slider.featured-story .directionNav li.next {
  right: -8%;
}
.slider.featured-story .directionNav li.prev {
  left: -8%;
}

/* About */

.main-img {
  margin: 0 0 34px;
}
.main-img img {
  width: 100%;
}
h2 {
  font-size: 21px;
  color: #cb1e29;
  margin: 0 0 15px;
  font-weight: 400;
}

/* Video */

article {
  float: left;
  width: 734px;
  margin: 0 30px 0 0;
  padding: 0 0 60px;
}
article iframe,
article embed,
article object {
  width: 100%;
  height: 455px;
}
aside {
  width: 345px;
  float: left;
  transition: margin 0.3s;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  -o-transition: margin 0.3s;
}
.video .text .go {
  float: left;
  width: 61px;
  height: 75px;
  background: url(/img/arrow-up-white-27x16.png) no-repeat 50% 50% #cb1e29;
  margin: 0 20px 0 0;
}
article h1 {
  margin: 0 0 6px;
}
article .video-info {
  margin: 0 0 30px;
}
article .video-info .image {
  width: 50px;
  height: 50px;
  float: left;
  border: none;
  margin: 3px 12px 0 0;
}
article .video-info .left {
  float: left;
}
article .video-info .right {
  float: right;
  text-align: right;
}
article .video-info span {
  color: #999;
  display: block;
  margin: 0 0 8px;
}
article .video-info .left span.hidden-mobile {
  display: inline !important;
}
article .video-info .right span.hidden-mobile {
  display: block !important;
}
article .video-info .subscribe {
  font-size: 13px;
  background: url(/img/icon-subscriptions.png) no-repeat 12px 50% #ccc;
  display: block;
  padding: 0 22px 0 32px;
  height: 24px;
  line-height: 24px;
  border: none;
}
article .video-info .subscribed {
  background: url(/img/icon-subscriptions.png) no-repeat 12px 50% #CB1E29;
  border-radius: 17px 12px 17px 12px;
  padding: 0 22px 0 32px;
  height: 24px;
  line-height: 24px;
}
article .video-info .subscribed:hover {
  background-image: url(/img/icon-unsubscribe.png);
}
article .video-info .share {
  font-size: 13px;
  background: url(/img/icon-share.png) no-repeat 12px 50% #ccc;
  border-radius: 17px 12px 17px 12px;
  display: inline-block;
  padding: 0 22px 0 32px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border: none;
}
article .video-info .favorite {
  background: url(/img/icon-favorites.png) no-repeat 12px 50% #ccc;
  font-size: 13px;
  border-radius: 17px 12px 17px 12px;
  display: inline-block;
  padding: 0 22px 0 32px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border: none;
}
article .video-info .favorited {
  background: url(/img/icon-favorites.png) no-repeat 12px 50% #CB1E29;
  border-radius: 17px 12px 17px 12px;
  padding: 0 22px 0 32px;
  height: 24px;
  line-height: 24px;
}
article .video-info .favorited:hover {
  background-image: url(/img/icon-unfavorite.png);
}
article .tags {
  margin: 0 0 20px 0;
  border-top: 1px dotted #b3b3b3;
  border-bottom: 1px dotted #b3b3b3;
  padding: 25px 0;
}
article .tags dt {
  float: left;
  width: 54px;
}
article .tags dd {
  float: left;
  width: 680px;
  margin: 0;
}
article .box {
  background: #f2f2f2;
  padding: 3px;
  margin: 26px 0 0;
}
article .box img {
  border: 1px solid #0135a8;
}
aside .box {
  padding: 20px;
  background: #f2f2f2;
  margin: 0 0 40px;
}
aside h3 {
  font-size: 20px;
  color: #b3b3b3;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 20px;
  line-height: 1.2;
}
aside .articles,
aside .videos {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

aside .articles li:before,aside .articles li:after,
aside .videos li:before,aside .videos li:after{content:" ";display:table}
aside .articles li:after,aside .videos li:after{clear:both}
aside .articles li,aside .videos li{*zoom:1;margin: 0 0 10px;width: auto; display: block;}

aside .articles .image,
aside .videos .image {
  float: left;
  width: 163px;
  border: 2px solid #7f7f7f;
  padding: 2px;
  margin: 0 10px 0 0;
}
aside .articles .text,
aside .videos .text {
  width: 170px;
  float: left;
  line-height: 1.2;
}
aside .articles h5,
aside .videos h5 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
}
aside .articles h5 a,
aside .videos h5 a {
  color: #000;
}
aside .articles p,
aside .videos p {
  font-size: 12px;
  margin: 0;
}
aside .articles p span,
aside .videos p span,
.results p span {
  color: #999;
}

/* Overlay */

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0,0,0,0.5);
  z-index: 20;
  top: 0;
  left: 0;
  display: none;
  vertical-align: middle;
  text-align: center;
  overflow: auto;
}
.overlay .box {
  width: 342px;
  background: #fff;
  padding: 25px 25px 40px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.overlay:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
button[type="button"].close {
  width: 15px;
  height: 15px;
  float: right;
  background: url(/img/close.png) no-repeat;
  text-indent: -9999px;
  border-radius: 0;
  padding: 0;
  margin: 10px 0 0;
}
.overlay label {
  display: block;
  color: #999;
  margin: 10px 0 8px;
}
.overlay input[type="text"],
.overlay textarea {
  background: #fff;
  border: 1px solid #999;
  width: 100%;
  margin: 0 0 15px;
  font-weight: 400;
}
.overlay textarea {
  height: 100px;
}
.overlay .more-fields {
  display: none;
}
.overlay button[type="submit"] {
  background: url(/img/arrow-right-white-11x17.png) no-repeat 90% 50% #cb1e29;
  border-radius: 0;
  padding: 0 30px 0 10px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  line-height: 32px;
  margin: 0 10px 0 0;
}
.overlay button[type="submit"]:hover {
  background-color: #ec2532;
}
.overlay span {
  color: #999;
}
.overlay button.cancel {
  background: no-repeat;
  color: #000;
  font-weight: 700;
  padding: 0;
  font-size: 14px;
  margin: 0 0 0 10px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

.overlay .social {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  text-align: center;
}
.overlay .social li {
  display: inline-block;
  margin: 0 0 0 14px;
}
.overlay .social li:first-child {
  margin: 0;
}
.overlay .social li a {
  display: block;
  text-indent: -9999px;
  width: 29px;
  height: 35px;
  background: url(/img/social.png) no-repeat;
}
.overlay .social li.facebook a {
  background-position: 0px 0px;
}
.overlay .social li.facebook a:hover {
  background-position: -29px 0px;
}
.overlay .social li.twitter a {
  background-position: 0px -35px;
}
.overlay .social li.twitter a:hover {
  background-position: -29px -35px;
}
.overlay .social li.pinterest a {
  background-position: 0px -70px;
}
.overlay .social li.pinterest a:hover {
  background-position: -29px -70px;
}
.overlay .social li.googleplus a {
  background-position: 0px -105px;
}
.overlay .social li.googleplus a:hover {
  background-position: -29px -105px;
}
.overlay .social li.tumblr a {
  background-position: 0px -140px;
}
.overlay .social li.tumblr a:hover {
  background-position: -29px -140px;
}
.overlay .social li.blogger a {
  background-position: 0px -175px;
}
.overlay .social li.blogger a:hover {
  background-position: -29px -175px;
}
.overlay .social li.reddit a {
  background-position: 0px -210px;
}
.overlay .social li.reddit a:hover {
  background-position: -29px -210px;
}

/* Blog Article */

.slider.article {
  position: relative;
  margin: 0 0 20px;
  height: 458px;
  overflow: hidden;
}
.slider.article .slides {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider.article .slides > li {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 0;
}
.slider.article .directionNav {
  top: 0;
  right: 0;
  position: absolute;
  width: 88px;
}
.slider.article .directionNav li {
  position: static;
  float: left;
}
.slider.article .directionNav li button {
  background: #CB1E29 no-repeat 50% 50%;
  opacity: 0.5;
  width: 44px;
  height: 52px;
}
.slider.article .directionNav li button:hover {
  opacity: 0.9;
}
.slider.article .directionNav li.prev button {
  background-image: url(/img/arrow-left-white-11x17.png);
}
.slider.article .directionNav li.next button {
  background-image: url(/img/arrow-right-white-11x17.png);
}
.slider.article .controlNav {
  text-align: center;
  bottom: 10px;
}
figure {
  margin: 40px 0 20px;
}
figcaption {
  background: #393536;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  padding: 12px 16px 15px;
}
article h2 {
  font-size: 23px;
  margin-top: 30px;
}

.vote .left {
  float: left;
  width: 172px;
  line-height: 2.2;
  padding: 0 0 20px;
}
.vote input[type="radio"] {
  margin: 0 10px 0 0;
}
.vote button[type="submit"],
.vote button[type="button"],
button.filter {
  background: #ccc;
  border: none;
  line-height: 24px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  border-radius: 15px 12px 15px 12px;
}
button[type="button"] {
  background: #ccc;
  border: none;
  line-height: 26px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  border-radius: 15px 12px 15px 12px;
}
button[type="button"].wide {
  width: 100%;
  margin: 10px 0;
}

/* Search */

#cont.search .wrap {
  width: 900px;
}
button.filter {
  float: right;
  background: url(/img/arrow-up-white-10x5.png) no-repeat 10px 50% #ccc;
  padding-left: 30px;
  margin: 20px 0 0;
  width: auto;
}
div.results {
  background: #f2f2f2;
  position: relative;
}
.search div.filter {
  background: #e6e6e6;
  padding: 20px 0;
  top: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
.filter {
  width: 900px;
  margin: 0 auto;
}
.filter .col {
  width: 194px;
  float: left;
  line-height: 2;
  margin: 0 0 20px;
}
.filter .col.mediatype {
  width: 160px;
}
.filter .col.filterby {
  width: 250px;
}
.filter .col.uploaddate {
  width: 100px;
}
.filter h5 {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 10px;
}
.filter .right {
  float: right;
  margin: 4px 0 0;
}
.filter input[type="text"],
.filter select {
  background: #fff;
  color: #999;
  border: 1px solid #000;
  width: 170px;
  margin: 0 30px 0 15px;
}
ul.results {
  padding: 40px 0 0;
  margin: 0 0 0 -21px;
}
.results li {
  margin: 0 0 35px 19px;
}
#cont.search .pagination {
  padding: 24px 0 0;
}

/* Contact */

.contactform {
  text-align: right;
}
.contact .field.small {
  display: inline-block;
  width: 346px;
}
.contact .field.small.n2 {
  margin: 0 0 0 40px;
}
.contact .field.small input[type="text"] {
  width: 232px;
}
.contact .field {
  margin: 0 0 16px;
}
.contact label {
  width: 110px;
  display: inline-block;
  text-align: left;
}
.contact .field input[type="text"] {
  width: 622px;
}
.contact .field textarea {
  width: 622px;
  height: 105px;
}
.contact address {
  display: inline-block;
  width: 365px;
  vertical-align: top;
  font-style: normal;
  font-size: 18px;
  margin: 20px 0 0;
}
.contact address dl {
  margin: 0;
}
.contact address dt {
  width: 70px;
  float: left;
}
.contact address dd {
  width: 260px;
  float: left;
  margin: 0;
}
.contact address dd a {
  color: #231f20;
}
.contact h2 {
  margin: 0 0 23px;
}

/* Edit Profile */

.edit-profile .cover-photo {
  padding: 0 4px 4px;
  border: 2px solid #7f7f7f;
  border-top: none;
}
.edit-profile .cover-photo .holder {
  background: #e6e6e6;
  min-height: 90px;
}
button.edit {
  background: url(/img/pencil.png) no-repeat 4px 50% #fff;
  border-radius: 0;
  border: 1px solid #7f7f7f;
  color: #231f20;
  font-size: 13px;
  padding: 0 10px 0 30px;
  margin: 0 0 0 1px;
}
button.edit:hover {
  background-color: #e6e6e6;
}
.edit-profile .image {
  float: left;
  position: relative;
  border: 2px solid #7f7f7f;
  padding: 2px;
  width: 158px;
  margin: 5px 35px 0 0;
}
.edit-profile .image button.edit {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 147px;
  letter-spacing: -1px;
}
.edit-profile .left {
  float: left;
  width: 538px;
  margin: 0 0 10px;
}
.edit-profile label {
  display: inline-block;
}
.edit-profile label i {
  font-style: normal;
}
.error {
  color: #f00 !important;
}
.edit-profile span {
  color: #b3b3b3;
  display: block;
  margin: 0 0 5px;
}
.edit-profile input[type="text"],
.edit-profile input[type="password"],
.edit-profile textarea {
  width: 100%;
}
.edit-profile textarea {
  height: 174px;
  margin: 0 0 40px;
}

.edit-profile .left input[type="text"] {
  padding: 7px;
  margin: 0 0 8px;
}
.edit-profile .left .col {
  width: 248px;
  float: left;
}
.edit-profile .left .col:first-child {
  margin: 0 42px 0 0;
}
.edit-profile .left .col input[type="text"] {
  padding: 5px;
}
.edit-profile .account-settings .col {
  float: left;
  width: 345px;
}
.edit-profile .account-settings .col:first-child {
  margin: 0 45px 0 0;
}
.edit-profile .account-settings h2 {
  margin-top: 40px;
}
.edit-profile .account-settings input[type="text"],
.edit-profile .account-settings input[type="password"] {
  margin: 0 0 20px;
}
.edit-profile .account-settings label {
  margin: 0 0 5px;
}
.edit-profile .account-settings input[type="checkbox"] {
  margin: 35px 0 0;
}
.edit-profile .right {
  text-align: right;
  padding: 13px 0;
}

/* Footer */

footer {
  background: #f2f2f2;
  padding: 25px 0 20px;
}
footer .logo {
  float: left;
  margin: 0 160px 0 0;
}
footer nav ul {
  padding: 0;
  margin: 0;
  float: left;
}
footer ul li {
  float: left;
}
footer nav li {
  margin: 2px 120px 0 0;
}
footer nav li a {
  font-size: 23px;
  color: #4d4d4d;
}
footer .social,
.footer .social {
  padding: 5px 0 0;
  margin: 0;
  list-style: none;
  float: right;
}
footer .social li,
.footer .social li {
  float: left;
  margin: 0 0 0 11px;
}
footer .social li a,
.footer .social li a {
  width: 29px;
  height: 35px;
  display: block;
  text-indent: -9999px;
  background: url(/img/social.png) no-repeat;
}
footer .social .facebook a,
.footer .social .facebook a {
  background-position: 0px 0px;
}
footer .social .facebook a:hover,
.footer .social .facebook a:hover {
  background-position: -29px 0px;
}
footer .social .googleplus a,
.footer .social .googleplus a {
  background-position: 0px -105px;
}
footer .social .googleplus a:hover,
.footer .social .googleplus a:hover {
  background-position: -29px -105px;
}
footer .social .linkedin a,
.footer .social .linkedin a {
  background-position: 0px -245px;
}
footer .social .linkedin a:hover,
.footer .social .linkedin a:hover {
  background-position: -29px -245px;
}
footer .social .twitter a,
.footer .social .twitter a {
  background-position: 0px -35px;
}
footer .social .twitter a:hover,
.footer .social .twitter a:hover {
  background-position: -29px -35px;
}
footer .copyright {
  margin: 33px 0 0;
}
footer .copyright p {
  margin: 0 40px 0 160px;
  float: left;
  font-size: 11px;
}
footer .copyright nav {
  font-size: 11px;
}
footer .copyright nav li {
  margin: 0 40px 0 0;
}
footer .copyright nav li a {
  color: #000;
  font-size: 11px;
}

/* -- Responsive -- */

@media (max-width: 640px) {

  .hidden-mobile {
    display: none !important;
  }
  .visible-mobile {
    display: inherit !important;
  }
  .wrap {
    max-width: 100%;
  }
  .main-section .wrap {
    padding: 0;
  }
  #cont,
  #cont.article,
  #cont.blog-landing,
  .edit-profile #cont,
  #cont.sign-up-in,
  #cont.no-padding {
    padding: 20px 10px;
  }
  #cont.home {
    padding: 20px 10px;
  }

  /* Header */

  body {
    font-size: 11px;
    min-width: 0;
  }
  header {
    padding: 0;
    border: none;
  }
  header .middle {
    display: block;
  }
  header button[type="button"].menu-button {
    display: block;
  }
  header .logo {
    width: 175px;
    height: 32px;
    margin: 6px 0 0 14px;
  }
  header .logo img {
    max-width: 100%;
    height: auto;
  }
  header form {
    padding: 0;
    float: right;
  }
  header .browse {
    display: none;
  }
  header .upload {
    display: none;
  }
  header .search {
    width: 100%;
    border: 5px solid #cb1e29;
    background: #fff;
    color: #000;
    padding: 8px;
    top: 45px;
    position: absolute;
    margin: 0;
    display: none;
  
    font-size: 15px;
    z-index: 888;
}
  header.search-open .search {
    display: block;
  }
  header .toggle-search {
    float: right;
    width: 45px;
    height: 45px;
    background: url(/img/magnifier.png) no-repeat 50% 50% #cb1e29;
  }
  header.search-open .toggle-search {
    background: url(/img/magnifier.png) #cccccc no-repeat 50% 50%;
  }
  header .search:focus {
    background-image: none;
  }
  header .by-make {
    display: none;
  }
  header .dropdown {
    box-shadow: inset -10px 0px 27px -10px #d6d5d5;
    padding: 0;
  }
  .dropdown nav h3 {
    display: none;
  }
  .dropdown nav {
    float: none;
    width: auto;
  }
  .dropdown nav li {
    margin: 0;
    border-top: 1px solid #ccc; 
  }
  .dropdown nav li.visible-mobile a {
    color: #cb1e29;
  }
  .dropdown nav li:first-child {
    border: none;
  }
  .dropdown nav a {
    font-size: 14px;
    line-height: 44px;
    padding: 0 0 0 26px;
    font-weight: 700;
  }
  header .user {
    width: 100%;
    line-height: 45px;
    padding: 0 0 0 20px;
    border-bottom: 4px solid #cb1e29;
    border-top: 4px solid #cb1e29;
    font-size: 14px;
    text-align: left;
  }
  #panelSignIn {
    float:none;
  }
  .dropdown h3 {
    display: none;
  }
  .dropdown .user-section {
    width: 100%;
    padding: 25px;
    float: none;
  
    border-top: 1px solid #ccc;
}
  .dropdown .user-section li {
    margin: 0;
    border-top: 1px solid #ccc;
  }
  .dropdown .user-section li a {
    font-size: 14px;
    line-height: 44px;
    padding: 0 0 0 60px;
    font-weight: 700;
    display: block;
  }
  .dropdown .user-section li.favorites a {
    background: url(/img/icon-favorites-grey.png) no-repeat 37px 50%;
  }
  .dropdown .user-section li.subscriptions a {
    background: url(/img/icon-subscriptions-grey.png) no-repeat 37px 50%;
  }
  .dropdown .user-section li.viewed a {
    background: url(/img/icon-viewed-grey.png) no-repeat 37px 50%;
  }
  .dropdown .user-section li.comments a {
    background: url(/img/icon-comments-grey.png) no-repeat 37px 50%;
  }
  .dropdown .user-section li.uploads a {
    background: url(/img/icon-uploads-grey.png) no-repeat 37px 50%;
  }
  .dropdown .user-section li.profile a {
    background: url(/img/icon-profile-grey.png) no-repeat 37px 50%;
  }
  .dropdown .footer {
    background: #f2f2f2;
    padding: 10px 23px;
    font-size: 11px;
    box-shadow: inset -10px 0px 27px -10px #d6d5d5;
  }
  .dropdown .footer .social {
    float: none;
    margin: 10px 0 20px;
  }
  .dropdown .footer .social li {
    margin: 0 11px 0 0;
  }
  .dropdown .footer a {
    color: #000;
  }
  .dropdown .footer .sitemap li a {
    line-height: 40px;
    display: block;
  }

  /* Home */

  .slider.main {
    display: none;
  }
  .main-section {
    padding: 0;
    background: #fff !important;
    margin: 0 0 20px;
  }
  .main-section h3 {
    font-size: 20px;
    margin: 0;
  }
  .main-section .more {
    font-size: 11px;
    padding: 7px 15px;
  }
  .main-section .slides {
    width: auto !important;
  }
  
  .main-section .slides li:before,.main-section .slides li:after{content:" ";display:table}
  .main-section .slides li:after{clear:both}

  .main-section .slides li,
  .main-section .slides li:first-child,
  .main-section.articles .slides li,
  .main-section.articles .slides li:first-child,
  .videos li {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #b3b3b3;
  }
  .main-section .slides li img,
  .videos img {
    width: 100%;
  }
  .main-section .slides li .profile-pic,
  .videos .profile-pic,
  .search .results li .profile-pic {
    width: 40px;
    float: left;
  
    border: 1px #aaa solid;
    margin: 0 5px 0 0;
}
  .main-section .slides .image {
    border: none;
    padding: 0;
  }
  .main-section .profile-pic,
  .videos .profile-pic {
    float: left;
    width: 40px;
    margin: 0 5px 0 0;
  }
  .main-section .directionNav {
    display: none;
  }

  /* Contact */

  .col-left2 {
    display: none;
  }
  .col-right2 {
    float: none;
    width: 100%;
  }
  h1 {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 15px;
  }
  h2,
  .contact h2 {
    font-size: 13px;
    margin: 0 0 15px;
  }
  .contact label {
    display: block;
    width: auto;
    margin: 0 0 5px;
  }
  .contact form {
    margin: 0 0 20px;
  }
  .contact .field input[type="text"],
  .contact .field.small input[type="text"],
  .contact .field textarea {
    width: 100%;
    margin: 0 0 10px;
  }
  .contact .field,
  .contact .field.small {
    display: block;
    width: 100%;
    margin: 0;
  }
  .contact .field.small.n2 {
    margin: 0;
  }
  button[type="submit"] {
    line-height: 20px;
    font-size: 11px;
    padding: 0 25px;
  }
  .contact img {
    max-width: 100%;
  }
  .contact address {
    display: block;
    width: 100%;
    font-size: 11px;
  }
  .contact address dt {
    width: 50px;
    clear: left;
  }
  .contact address dd {
    width: 170px;
  }

  /* Blog Article */

  article {
    float: none;
    width: 100%;
  }
  article .slider.article img {
    max-width: 100%;
  }
  .slider.article .directionNav {
    bottom: 0;
    left: 0;
    height: 40px;
    top: auto;
  }
  .slider.article .directionNav li button {
    width: 35px;
    height: 40px;
  }
  .slider.article .controlNav {
    display: none;
  }
  article .video-info .left {
    float: none;
  }
  article .video-info .right {
    display: none;
  }
  article {
    position: relative;
  }
  .slider.article .share {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    top: 10px;
    right: 10px;
    display: block;
    text-indent: -9999px;
    background: #CB1E29 no-repeat 50% 50% url(/img/share.png);
    width: 42px;
    height: 42px;
    border-radius: 2px;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    line-height: 42px;
    opacity: 0.5;
  }
  .article-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .article-nav li {
    display: inline-block;
    width: 31%;
    margin: 0 0 0 2%;
  }
  .article-nav li:first-child {
    margin: 0;
  }
  .article-nav li button {
    font-size: 11px;
    padding: 0;
    width: 100%;
  }
  .article-nav li.current button {
    background-color: #CB1E29;
  }
  figure img {
    max-width: 100%;
  }
  figcaption {
    padding: 5px;
  }
  article h2 {
    font-weight: 400;
    font-size: 14px;
  }
  ol {
    padding-left: 20px;
    margin: 20px 0;
  }
  article .tags {
    padding: 10px 0;
  }
  article .tags dt {
    max-width: 35px;
  }
  article .tags dd {
    max-width: 245px;
  }
  aside {
    width: 100%;
    float: none;
  }
  aside .box {
    display: none;
  }
  aside .articles .image,
  aside .videos .image {
    padding: 0;
    border: none;
    width: 100%;
    float: none;
    margin: 0 0 5px;
    display: block;
  }
  aside .articles .image img,
  aside .videos .image  img {
    width: 100%;
  }
  aside .articles .text,
  aside .videos .text {
    float: none;
    width: 100%;
  }
  aside .articles h5,
  aside .videos h5,
  .main-section.articles .slides h5,
  .main-section.articles .slides p,
  .main-section.articles .slides span {
    font-size: 15px;
    margin: 0 0 3px;
  }
.main-section .slides h5,
.videos h5,
.results h5 {
    font-weight: bold !important;
  
    font-size: 17px;
}
  aside .articles li,
  aside .videos li {
    border-bottom: 1px dotted #b3b3b3;
    margin: 0 0 5px;
    padding: 0 0 5px;
  }
  .vote {
    display: none;
  }
  .main-section.articles .slides .image {
    margin: 0 0 10px;
  }

  /* Blog Landing */

  .slider.featured-story {
    display: none;
  }

  /* Channel */

  .cover-photo {
    margin: 0 -10px 5px;
  }
  .cover-photo img {
    width: 100%;
  }
  .col-left,
  .col-right {
    width: 100%;
    float: none;
  }
  .col-left .profile-info {
    background: none;
    padding: 0;
  }
  .col-left .profile-info h3 {
    font-size: 20px;
    margin: 0;
  }
  #cont.channel {
    padding: 0 10px;
  }
  .col-left .profile-info .image {
    display: none;
  }
  .col-left .profile-info .image.visible-mobile {
    display: block;
    border: none;
    padding: 0;
    width: 50px;
    margin: 5px 8px 0 0;
  }
  .col-left .profile-info .info {
    width: 50%;
  }
  .col-left .profile-info .image.visible-mobile img {
    width: 100%;
  }
  .col-left .profile-info a.subscribe {
    display: inline-block;
  }
  
  #reviewer_more {
	display: none;
  }
   
  .col-left .profile-info .info span {
    margin: 0;
    width: 50%;
  }
  .col-left .profile-info .info strong {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  button[type="button"].show-all {
    display: inline-block;
  }
  .col-left .profile-info dt {
    width: 22%;
  }
  .col-left .profile-info dd {
    width: 78%;
  }
  .channel .article-nav {
    border-top: 10px solid #f2f2f2;
    margin: 0 -10px;
    padding: 10px 10px 0;
  }
  .channel .video {
    display: none;
  }
  .channel .video-content {
    display: none;
  }
  .channel h1 {
    display: none;
  }
  .channel .main-section h3,
  .channel .main-section .more {
    display: none;
  }

  /* Dashboard */

  .dashboard .col-left {
    display: none;
  }
  .dashboard .col-right h1 {
    display: none;
  }
  .col-right h3 {
    font-size: 20px;
    float: none;
    margin: 0 0 5px;
  }
  .dashboard .user-navigation {
    display: none;
  }
  .videos {
    margin: 0;
  }
  .main-section .slides .image, .videos .image, .results .image {
    border: none;
    padding: 0;
  }
  .dashboard h6 {
    display: none;
  }
  .dashboard .article-nav {
    margin: 0 0 10px;

  }
  .pagination a {
    font-size: 12px;
  }

  /* Edit profile */

  .edit-profile .col-left {
    display: none;
  }
  .edit-profile .col-right h1 {
    display: none;
  }
  .edit-profile .user-navigation {
    display: none;
  }
  .edit-profile .cover-photo {
    display: none;
  }
  .edit-profile .image {
    width: 80px;
    height: 80px;
    float: none;
    margin: 0 0 10px;
  }
  .edit-profile .image img {
    width: 100%;
  }
  .edit-profile .image button.edit {
    line-height: 20px;
    background: #cb1e29;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 0 10px;
    min-width: 130px;
    width: auto;
    letter-spacing: 0;
    top: 26px;
    left: 100px;
  }
  .edit-profile .cover-photo.visible-mobile {
    display: block;
    border-width: 1px;
    border-top: 2px solid #7f7f7f;
    padding: 2px;



    margin: 0 0 25px;
    position: relative;
    text-align: center;
  }
  .edit-profile .cover-photo .holder {
    min-height: 63px;
  }
  .edit-profile .cover-photo.visible-mobile button.edit {
    line-height: 20px;
    background: #cb1e29;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 0 10px;
    top: 50%;
    margin: 20px 0 0;
  }
  .edit-profile .left {
    float: none;
    width: 100%;
  }
  .edit-profile span {
    display: none;
  }
  .edit-profile label {
    margin: 0 0 5px;
  }
  .edit-profile .left input[type="text"] {
    padding: 5px;
  }
  .edit-profile .left .col {
    margin: 0;
    width: 100%;
    float: none;
  }
  .edit-profile label i {
    color: #999;
  }
  .edit-profile .account-settings .col {
    width: 100%;
    float: none;
  }
  .edit-profile .account-settings h2 {
    margin: 0 0 15px;
  }
  .edit-profile .account-settings input[type="text"],
  .edit-profile .account-settings input[type="password"] {
    margin: 0 0 10px;
  }
  .edit-profile .account-settings input[type="checkbox"] {
    margin: 10px 0 25px;
  }
  button[type="button"] {
    line-height: 20px;
  }

  /* Subscriptions */

  .subscriptions-page .col-left {
    display: none;
  }
  .subscriptions-page .user-navigation {
    display: none;
  }
  .subscriptions-page h1 {
    display: none;
  }
  .subscriptions-page h3 {
    float: left;
  }
  .subscriptions-page .visible-mobile.clearfix span {
    float: right;
    color: #b3b3b3;
    display: inline-block;
    margin: 7px 0 0;
  }
  .subscriptions-page .subscriptions {
    margin: 0;
  }
  .subscriptions-page .subscriptions li:before,.subscriptions-page .subscriptions li:after{content:" ";display:table}
  .subscriptions-page .subscriptions li:after{clear:both}
  .subscriptions-page .subscriptions li{*zoom:1}

  .subscriptions-page .subscriptions li {
    float: none;
    width: 100%;
    margin: 0 0 7px;
    padding: 0 0 7px;
    border-bottom: 1px dotted #b3b3b3;
    font-size: 11px;
  }
  .subscriptions-page .subscriptions .image {
    float: left;
    width: 50px;
    margin: 0 10px 0 0;
    border: none;
    padding: 0;
  }
  .subscriptions-page .subscriptions .image img {
    width: 100%;
  }
  .subscriptions-page .subscriptions h5 {
    font-size: 12px;
  }
  .subscriptions-page .subscriptions p,
  .subscriptions-page .subscriptions span {
    display: none;
  }
  .subscriptions-page .subscriptions li .visible-mobile {
    color: #999;
  }
  .subscriptions-page .subscriptions li .visible-mobile em {
    font-style: normal;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .subscriptions-page .subscriptions li .visible-mobile strong {
    color: #000;
    font-weight: 400;
  }

  /* Upload step a */

  .upload-step-a .col-left {
    display: none;
  }
  .upload-step-a .user-navigation {
    display: none;
  }
  .upload-step-a h1 {
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    color: #999;
    letter-spacing: -1px;
  }
  .upload .select-file {
    padding: 70px 0 8px;
  }
  .upload .select-file strong {
    font-size: 12px;
    color: #000;
    text-transform: none;
    font-style: normal;
    margin: 0 0 40px;
  }


  /* Upload step b */

  .upload-step-b .col-left {
    display: none;
  }
  .upload-step-b .user-navigation {
    display: none;
  }
  .upload-step-b h1 {
    display: none;
  }
  .upload-step-b .video-info .image {
    border: none;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  .upload-step-b .video-info .info h3 {
    display: none;
  }
  .upload-step-b .video-info .info p {
    color: #CB1E29;
    font-size: 13px;
    margin: 0;
  }
  .upload-step-b .video-info .info p span {
    color: #000;
    display: block;
    margin: 15px 0 0;
    font-size: 11px;
  }
  .upload-step-b .video-info .info {

    width: 100%;
    float: none;

  }
  .upload-step-b form.video-info {
    padding: 0;
  }
  .upload-step-b form.video-info label {
    padding: 15px 0 5px;
  }
  .upload-step-b form.video-info select {
    width: 100%;
    margin: 0;
  }
  .upload-step-b form.video-info a {
    display: none;
  }
  .upload-step-b form.video-info ul button[type="button"] {
    line-height: 20px;
    font-size: 11px;
  }

  /* Sign up in */

  .sign-up-in .col-left {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
    text-align: left;
  }
  .sign-up-in .col-left p {
    font-size: 31px;
    margin: 0 0 5px;
  }
  .sign-up-in .col-left span {
    font-size: 23px;
    margin: 0 0 15px;
  }
  .sign-up-in .col-left em {
    display: none;
  }
  .sign-up-in .col-right {
    float: none;
    width: 100%;
    padding: 0;
  }
  .sign-up-in .col-right h3,
  .sign-up-in .col-right strong {
    font-size: 13px;
    text-transform: none;
    font-style: normal;
    margin: 0 0 5px;
  }
  .sign-up-in .col-right label {
    margin: 0;
    padding: 10px 0 5px;
  }
  .sign-up-in .fieldset .field {
    float: none;
    width: 100%;
    margin: 0;
  }
  .sign-up-in .agree {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    font-size: 11px;
  }
  .sign-up-in .col-right em {
    margin: 13px 0;
  }
  .sign-up-in .connect-with-facebook {
    font-size: 17px;
    background-position: 13px 50%;
    padding: 0 0 0 40px;
  }
  .sign-up-in .sign-in .col-left p {
    margin: 0 0 10px;
  }
  .sign-up-in .sign-in .col-left p span {
    font-size: 31px ;
  }
  .sign-up-in .sign-in .col-right em {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .sign-up-in .sign-in .col-right .hidden-mobile {
    display: none;
  }
  #cont.sign-up-in {
    background: url(/img/bg-sign-up-in-mobile.png) no-repeat 90% 0;
  }

  /* Uploads */

  .uploads .col-left {
    display: none;
  }
  .uploads h1 {
    display: none;
  }
  .uploads .user-navigation {
    display: none;
  }
  .uploads h6 {
    display: none;
  }
  .upload-new {
    float: none;
    display: inline-block;
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 20px;
  }
  .uploads .col-right {
    text-align: center;
  }
  .uploads .col-right .videos {
    text-align: left;
  }
  .uploads .col-right .visible-mobile h3 {
    float: left;
  }
  .uploads .col-right .visible-mobile span {
    float: right;
    color: #999;
    margin: 7px 0 0;
  }

  /* Video */

  .video {
    margin: 0 0 5px;
  }
  .video .wrap, .video .holder {
    width: 100% !important;
    height: 200px !important;
  }
  .video .text {
    min-width: 0 !important;
    font-size: 10px !important;
  }
  .video .text strong {
    font-size: 14px !important;
  }
  article h1 {
    border-bottom: 1px dotted #999;
    padding: 0 0 5px;
  }
  article .video-info .subscribe {
    float: right;
    background-image: none;
    padding: 0 10px;
    font-size: 11px;
    line-height: 20px;
    margin: -20px 0 0;
  }
  article .video-info .image {
    margin-right: 5px;
  }
  article .video-info .right {
    margin-top: -24px;
  }
  article .video-info .left span.hidden-mobile,
  article .video-info .right span.hidden-mobile {
    display: none !important;
  }
  article .video-info span.visible-mobile {
    color: #000;
    margin: 0;
    display: inline !important;
  }
  article .video-info span.visible-mobile em {
    color: #999;
    font-style: normal;
  }
  article .article-nav {
    border-top: 11px solid #f2f2f2;
    padding: 11px 10px 0;
    margin: 0 -10px 20px;
  }
  .video-hd {
    height: auto;
    width: 100%;
    margin: 0 0 20px;
  }
  .video-hd .holder {
    width: 100%;
  }
  .video-hd .holder .video {
    width: 100%;
  }
  article .video-info {
    margin: 0 0 15px;
  }
  article .box {
    display: none;
  }
  article {
    padding: 0 0 20px;
  }
  #cont.v-sd aside {
    margin-top: 0;
  }

  /* Search */

  header .dropdown-button {
    width: 47px;
    padding: 5px;
    height: 45px;
    background-position: 50% 50%;
    background: url(/img/arrow-down-white.png) no-repeat 50% 50% #ccc;
    border-radius: 0;
    text-indent: -9999px;
    float: right;
  }
  header.search input[type="text"] {
    width: 100%;
    float: none;
    background: #fff;
    height: auto;
    padding: 6px 5px;
    color: #000;
    font-size: 14px;
  }
  header.search form {
    float: none;
    width: 100%;
    background: url(/img/magnifier.png) no-repeat 95% 55% #CB1E29;
    margin: 45px 0 0;
    padding: 7px 45px 3px 9px;
  }

  div.results {
    background: none;
    position: static;
    padding: 0;
  }
  #cont.search {
    position: relative;
  }
  #cont.search .wrap {
    width: 100%;
  }
  .search .filter form {
    width: 100%;
    padding: 0 10px;
  }
  .search .filter form .col {
    width: 50% !important;
  }
  .results {
    margin: 0;
  }
  .results li {
    width: 100%;
    margin: 0;
  }
  .search h1 {
    display: none;
  }
  button.filter {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 100;
  }
  .search .article-nav {
    padding: 0 0 10px;
  }
  .search div.filter {
    display: none;
  }
  .search .filter-mobile {
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 22px 24px;
  }
  .search .filter-mobile .col {
    width: 50%;
    float: left;
    min-height: 130px;
  }
  .search .filter-mobile h5,
  .search .filter-mobile label {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
  }
  .search .filter-mobile ul {
    padding: 0;
    margin: 0;
    line-height: 2;
  }
  .search .filter-mobile li.current a {
    color: #000;
  }
  .search .filter-mobile select {
    width: 100%;
    background: #fff;
    margin: 0 0 20px;
    color: #ccc;
  }
  .search .results li {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 7px;
    margin: 0 0 7px;
  }
  .search .results li img {
    width: 100%;
  }
  ul.results {
    margin: 0;
  }

  /* Footer */

  footer {
    display: none;
  }

  /* Sidr */
  .sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;}.sidr .sidr-inner{padding:0 0 15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}

  .mejs-controls {
    display: none;
  }


  .overlay .box {
    width: 100%;
  }
  .overlay:before {
    display: none;
  }
  .overlay .social li {
    margin-left: 5px;
  }
}
  #disqus_thread {
    padding: 30px 0 0 0;
  }