﻿body {margin:0; padding:0; font-family: "Arial"; background: #fff repeat; font-size: 12px; color: #111111; text-align: center; display: flex; min-height: 100vh; flex-direction: column; justify-content: space-between;}
a {color: #111111; text-decoration: none;} a:visited {color: #111111; text-decoration: none;} a:active {color: #111111; text-decoration: none;} a:hover {color: #f1a400; text-decoration: none;}
#toptile {width: 100%; height: 62px; background: #f1a400}
#topheader {width: 100%; height: 62px; overflow: hidden;}
#logo {width: 331px; height: 62px; overflow: hidden; margin: 0 auto; text-align: center; margin-left: 10px;}
#homebar {float: left; margin-top: 30px}
#homebar a {font-size: 14px; text-transform: uppercase; color: #111111; margin-right: 31px;}
#homebar a:hover {color: #2e0000}
#bookmarks {float: right; width: 420px; margin-top: 18px; height: 68px;}
#underbar {width: 95%; line-height: 32px; font-size: 20px; margin: 0 auto; text-transform: capitalize; margin-top: 12px; text-align: left;}
#underbar img {vertical-align: middle; margin-right: 10px; margin-top: -4px;}
#underbar span {line-height: 32px; margin-right: 6px;}
#underbar a {border: 1px #f1a400 solid; border-radius: 4px; padding: 5px 14px 5px 14px; color: #111111; font-size: 16px; margin-right: 1px;}
#underbar a:hover {border: 1px #f1a400 solid; border-radius: 4px; background: #f1a400; color: #111111}
#underbar .left {float: left;}
#underbar .right {float: right;}
#underbar .pages {width: 100%; margin: 0 auto; text-align: center; font-size: 16px;}
.vids {text-align: center; clear: both}
.vids div {width: 320px; overflow: hidden; display: inline; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; text-align: center; position: relative; vertical-align: top; margin: 5px 7px 4px 0;}
.vids img.thumb {width: 320px; height: 180px; float: left; border: none;}
.vids img.imgalign {vertical-align: middle; margin: -2px 3px 0 0; border: none;}
.vids span.title {float: left; white-space: nowrap; width: 320px; height: 18px; overflow: hidden; text-overflow: ellipsis; padding: 4px 3px 0 3px; font-size: 14px; line-height: 17px; text-align: left;}
.vids span.duration {opacity: 1; position: absolute; background: rgba(0, 0, 0, 0.9);; border-radius: 3px; font-size: 12px; text-align: center; color: #fff; top: 158px; left: 3px; padding: 2px 6px 2px 6px}
.vids span.rating {opacity: 1; position: absolute; background: rgba(0, 0, 0, 0.9);; border-radius: 3px; font-size: 12px; text-align: center; color: #fff; top: 158px; right: 3px; padding: 2px 6px 2px 6px}
.vids span.tags {float: left; width: 320px; height: 20px; overflow: hidden; font-size: 11px; margin: 2px 0 0 0; text-align: left;}
.vids span.tags a {float: left; text-decoration: underline; font-size: 12px; padding: 0px 3px 3px 3px;}
.vids span.uploader {float: left; padding: 0px 6px 3px 3px; color: #111111; font-size: 12px; text-decoration: none;}
.vids span.views {float: right; padding: 0px 3px 3px 6px; color: #111111; font-size: 12px; text-decoration: none;}
.front {text-align: center; clear: both}
.front div {width: 320px; overflow: hidden; display: inline; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; text-align: center; position: relative; vertical-align: top; margin: 5px 7px 4px 0;}
.front img.thumb {width: 320px; height: 180px; float: left; border: none;}
.front span.title {font-size: 20px; line-height: 26px; text-align: center; margin-top: 3px; text-transform: capitalize;}
.front span.title img {border: none; margin-right: 6px; vertical-align: middle; margin-top: -2px;}
#bar {width: 95%; margin: 0 auto; text-transform: capitalize; text-align: left; font-size: 20px; line-height: 24px; margin-top: 10px}
#bar img {vertical-align: middle; margin-right: 10px; margin-top: -4px;}
#pages {width: 100%; margin: 0 auto; color: #000; text-align: center; text-transform: capitalize; font-weight: bold; margin-top: 5px; font-size: 18px}
#pages a {background: #e0e0e0; padding: 5px 14px 5px 14px; color: #111111; font-size: 22px; font-weight: bold; margin-right: 4px;}
#pages a:hover {background: #5888a0; color: #111111}
#fullpage {position: fixed; width: 100%; height: 100%; z-index: 99999;}
#fullpage a {display: block; width: 100%; height: 100%;}

@media only screen and (max-width: 994px) {
	.container {
	    position: relative;
	    width: 92%;
	    height: 0;
	    padding-bottom: 56.25%;
	    max-width: 977px;
	    margin: 0 auto;
	    margin-top: 1px;
	    background: #000;
	    font-size: 14px;
	}
	.video {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	.container2 {
	    position: relative;
	    width: 92%;
	    height: 0;
	    padding-bottom: 56.25%;
	    max-width: 977px;
	    margin: 0 auto;
	    margin-top: 1px;
	    font-size: 14px;
	}
}

@media only screen and (min-width: 994px) {
	.container {
	    position: relative;
	    width: 977px;
	    height: 632px;
	    margin: 0 auto;
	    margin-top: 7px;
	    background: #000;
	    font-size: 16px;
	}
	.container iframe {
	    width: 977px;
	    height: 632px;
	}
	.container2 {
	    position: relative;
	    width: 977px;
	    height: 632px;
	    margin: 0 auto;
	    margin-top: 7px;
	    font-size: 16px;
	}
}
.vidinfo{width: 100%; line-height: 24px; margin: 0 auto; font-size: 14px; margin: 2px 0 0 0; text-align: center;}
.vidinfo span{margin-right: 6px;}
.vidinfo img{vertical-align: middle; margin: -2px 3px 0 0; border: none;}
.vidinfo a {text-decoration: underline; padding: 0px 3px 3px 3px;}

#embed {width: 927px; height: 620px; margin: 0 auto;}
#embed .video {width: 927px; height: 600px; background: #000;}

#vidarea {min-width: 800px; max-width: 1300px; margin: 0 auto; margin-top: 8px;}
#vidarea .left {float: left; position: relative; margin-right: 10px; background: #000; width: 930px; font-size: 18px; font-weight: bold; text-align: left;}
#vidarea .left img.video {width: 100%; height: auto; opacity: 1}
#vidarea .left span.play {width: 100%; height: 100%; position: absolute; background: url("http://www.hornyhumps.com/images/playbutton.png") no-repeat; background-position: 50% 46%;}
#vidarea .descrip {line-height: 40px; background: #c4cad6; width: 100%; overflow: hidden;}
#vidarea .right {float: right; width: 330px; font-size: 18px; font-weight: bold; text-align: left;}
.related {text-align: center; clear: both;}
.related div {width: 156px; height: 130px; overflow: hidden; background: #000; display: inline; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; text-align: center; position: relative; vertical-align: top; margin: 0 6px 9px 0;}
.related img.thumb {max-width: 100%; height: 88px; float: left; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;}
.related span.title {float: left; width: 152px; height: 31px; padding: 4px; font-size: 14px; font-weight: bold; line-height: 17px; text-align: left; overflow: hidden;}
.related a.desc {color: #313131;}
.related a.desc:hover {color: #595959;}
.related span.duration {opacity: 1; position: absolute; background: #000; font-size: 11px; font-weight: bold; text-align: center; color: #fff; top: 70px; right: 0px; padding: 2px 8px 2px 8px}

.textblock {outline: none; color: #111111; font-family: Inter, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;}
#cats {width: 95%; text-align: center; margin: 0 auto; clear: both; margin-top: 5px}
#cats .col {width: 19%; margin-right: 2px; text-align: left; float: left}
#cats img {border: none; vertical-align: middle; margin-right: 6px; margin-top: -2px}
#cats a {float: left; padding: 3px 6px 3px 6px; font-size: 18px; text-transform: capitalize; margin: 1px; width: 100%}
#ads{text-align: center; width: 950px; height: 280px; margin: 0 auto; margin-top: 20px;}
#ads .spot{float: left; width: 300px; height: 250px; margin-right: 15px}

.adcontain {
    width: 96%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.adsec {
    height: 250px;
    margin: 5px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.adsec > div {
    min-width: 300px;
    max-width: 300px;
    margin: 0;
}

#bottom {width: 100%; margin: 0 auto; padding: 10px 0 10px 0; margin-top: 20px; clear: both; font-size: 14px; text-align: center; background: #f1a400; color: #fff; display: block;}
#bottom a {margin: 3px; color: #fff;}