/* --------------- FONTS --------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../webfonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../webfonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../webfonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../webfonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../webfonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-prev:before {
    content: "\f104\f104";
    margin-right: 2px;
}

.fa-next:before {
    content: "\f105\f105";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-play:before {
    content: "\f04b";
}

.fa-slow:before {
    content: "\f056";
}

.fa-fast:before {
    content: "\f055";
}

.fa-reverse:before {
    content: "\f04a";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-zoomout:before {
    content: "\f010";
}

.fa-zoomin:before {
    content: "\f00e";
}

.fa-fullscreen:before {
    content: "\f065";
}

.fa-tiled:before {
    content: "\f00a";
}

.fa-sound:before {
    content: "\f028";
}

.fa-share:before {
    content: "\f064";
}

.fa-search:before {
    content: "\f002";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-browse:before {
    content: "\f00a";
}

.fa-remove:before {
    content: "\f00d";
}

.fa-edit:before {
    content: "\f044";
}

.fa-move:before {
    content: "\f190";
}

.fa-publish:before {
    content: "\f093";
}

.fa-delete:before {
    content: "\f014";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-share-lnk:before {
    content: "\f064";
    margin-left:5px;
}


/* --------------- BOILERPLATE --------------- */

html {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    color: #222;
    line-height: 1.4;
    background: #faf4df;

}

body {

    background: url('../img/bg-main.jpg');

}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* --------------- CUSTOM --------------- */

header {
    background: #faf4df url('../img/bg-header.jpg');
    border-top: 3px solid #684100;
    border-bottom: 3px solid #684100;
    width: 100%;
    margin-bottom: 5px;
}

footer {
    background: #684100 url('../img/bg-footer.jpg');
    color: #ac9548;
    font-size: 11px;
    padding-top: 20px;
    display: none;
}

#footer-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#footer-links a {
    display: block;
    margin-bottom: 3px;
    color: #ceba79;
}

#footer-credits {
    margin: 0 0 10px 0;
}

.footerline {
    height: 1px;
    border-bottom: 1px solid #6e3703;
    background: #350b00;
    line-height: 1px;
    margin: 10px 0 10px;
}

.floatl {
    margin: 0 0 10px 0;
}

.floatr {
    margin: 0 0 10px 0;
}

.footer-nav a {
    display: inline-block;
    margin-right: 9px;
    color: #ceba79;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-nav a:last-child {
    margin: 0;
}

.d-header {
    display: none;
}

.wrap {
    max-width: 960px;
    width: 97%;
    margin: 0 auto;
    padding: 0 1.5%;
}

.logo {
    float: left;
    margin: 10px 0;
}

.logo img {
    height: 68px;
}

.m-logo {
    float: left;
    margin: 10px 0;
}

.m-logo img {
    height: 40px;
}

#fb-like {
    float: left;
    margin-left: 20px;
    margin-top: 34px;
    width: 125px;
    height:20px;
    display: none;
}

.callout {
    float: left;
    margin-left: 55px;
    width: 145px;
    height: 88px;
    background: url('../img/callout.png');
    display: none;
}

h2 {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    width: 87px;
    margin-left: 11px;
    margin-top: 27px;
    text-align: center;
    color: #7f4700;
}

#top-nav {
    margin-top: 28px;
}

ul#nav {
    float: right;
    display: none;
}

ul#nav li {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 100px;
}

ul#nav li a {
    line-height: 32px;
    display: block;
    background: #905100;
    padding: 0;
    color: #faf4df;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 2px;
}

ul#nav li a:hover {
    background: #622f00;
}

.nav-bars {
    float: right;
    margin: 0 0 0 5px;
    width: 32px;
    line-height: 32px;
    display: block;
    background: #905100;
    padding: 0;
    color: #faf4df;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 2px;
}

ul#m-nav {
    float: right;
    margin: 10px 0;
}

ul#m-nav li {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 40px;
}

ul#m-nav li:last-child {
    margin: 0;
}

ul#m-nav li a {
    line-height: 40px;
    display: block;
    background: #905100;
    padding: 0;
    color: #faf4df;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 2px;
}

ul#m-nav li a:hover {
    background: #622f00;
}

#searchform {
    float: right;
}

.searchbox {
    border: 0;
    outline: none;
    color: #777;
    width: 160px;
    line-height: 30px;
    background: #faf4df;
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.searchsubmit {
    font-family: 'FontAwesome';
    width: 32px;
    line-height: 30px;
    font-size: 13px;
    background: #905100;
    border: none;
    color: #faf4df;
    cursor: hand;
    cursor: pointer;
    display: inline-block;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.searchsubmit:hover {
    background: #622f00;
}

.adsbygoogle {
    margin-bottom: 5px;
}

#top {
    width: 100%;
    text-align: center;
}

#top-ad {
    width: 100%;
}

#leaderboard-fixed {
    display:none;
}

#leaderboard-responsive {
    display:block;
}

#top-sidebar {
    display: none;
}

.soc {
    margin-top: 21px;
}

.soc a {
    display: inline-block;
    margin: 0 3px;
    width: 48px;
    height: 48px;
    color: #faf4df;
    font-size: 21px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
}

.soc a.socFacebook {
    background-color: rgba(59, 89, 152, 1);
}

.soc a.socTwitter {
    background-color: rgba(85, 172, 238, 1);
}

.soc a.socGplus {
    background-color: rgba(211, 72, 54, 1);
}

.search-form {
    width: 100%;
}

.search-form input, .search-form select, .search-form textarea {
    background: none repeat scroll 0 0 #fafafa;
    border: 0;
    border-left: 1px solid #905100;
    border-bottom: 1px solid #905100;
    border-top: 1px solid #905100;
    color: #777;
    display: block;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 5px;
    height: 40px;
    outline: none;
}

#searchtext {
    overflow: hidden;
}

.search-form input[type="submit"] {
    background: #905100;
    border: 0;
    border-bottom: 1px solid #905100;
    border-top: 1px solid #905100;
    color: #fff !important;
    display: block;
    float: right;
    font-family: inherit;
    font-size: 12px;
    padding: 4px 10px;
    text-align: center;
    width: 75px;
    box-sizing: border-box;
    height: 40px;
}


/* ---------------- SOCIAL BUTTONS ---------------- */

#social-float {
    position: fixed;
    top: 194px;
    float: left;
    margin-left: -83px;
    width: 56px;
    /*border: 1px solid #ebddb5;
    background: #f5ebd1 url('../img/bg-main-light.jpg');*/
    text-align: left;
    /*height: 228px;*/
    z-index: 9999;
    /*padding: 10px;*/
    display: none;
}

#social-float .social-but {
    margin: 0 auto 10px auto;
    width: 56px;
}

#social-float .fb {
    margin: 0 auto 10px auto;
    width: 47px;
}

#share-bar {
    overflow: hidden;
    height: 22px;
    margin-bottom: 25px;
}

.buttonwrapper {
    position: relative;
    float: left;
    left: 50%;
}

.buttons {
    position: relative;
    float: left;
    left: -50%;
}

.social-button {
    float: left;
    min-height: 20px;
    vertical-align: top !important;
    margin-right: 15px;
}

.social-button:last-child {
    margin-right: 0;
}

.gp {
    margin-top: -3px;
    display: none;
}


/* ---------------- CONTENT ---------------- */

#content {
    position: relative;
}

#main-wrap {
    width: 100%;
}

#main {}

#main-box {
    margin-bottom: 5px;
}

.main-box2 {
    background: #f1e5bb url('../img/bg-main.jpg');
    padding: 10px;
    margin-bottom: 5px;
}

.main-box-title {
    background: #8d4f00;
    color: #f7efd4;
    text-align: center;
    padding: 5px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul#gif-nav {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
}

ul#gif-nav li {
    display: inline-block;
    margin: 0 2%;
    width: 52%;
}

ul#gif-nav li a {
    line-height: 40px;
    display: block;
    background: #905100;
    padding: 0;
    color: #faf4df;
    border-radius: 2px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

ul#gif-nav li a:hover {
    background: #622f00;
}

ul#gif-nav li.mgn {
    width: 22%;
    margin: 0;
    display: inline-block;
}

ul#gif-nav li.dgn {
    display: none;
}

#gif-container {
    margin: 0 auto 25px auto;
}

#gif {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

ul#gif-controls {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

ul#gif-controls li {
    display: inline-block;
    margin: 0 0 0 20px;
}

ul#gif-controls li:first-child {
    margin: 0;
}

ul#gif-controls li a {
    line-height: 17px;
    color: #905100;
    font-size: 17px;
    vertical-align: middle;
}

ul#gif-controls li a:hover {
    color: #c53300;
}

ul#gif-controls li a#normal, ul#gif-controls li a#showgif {
    background: #905100;
    color: #faf4df;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 11px;
}

ul#gif-controls li a#normal:hover, ul#gif-controls li a#showgif:hover {
    background: #c53300;
}

h1 {
    margin: 0 0 20px 0;
    color: #b77d43;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}


/* --------------- RATING --------------- */

.ratingblock {
    width: 100px;
    text-align: center;
    font-size: 11px;
    color: #4a4a4a;
    margin: 0 auto 25px auto;
}

.unit-rating {
    list-style: none;
    height: 30px;
    position: relative;
    background: url(../img/starrating.gif) top left repeat-x;
    margin: 0;
    padding: 0;
}

.unit-rating li {
    text-indent: -90000px;
    float: left;
    margin: 0;
    padding: 0;
}

.unit-rating li a {
    outline: 0;
    display: block;
    width: 20px;
    height: 30px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0;
}

.unit-rating li a:hover {
    background: url(../img/starrating.gif) left center;
    z-index: 2;
    left: 0;
}

.unit-rating a.r1-unit {
    left: 0;
}

.unit-rating a.r1-unit:hover {
    width: 20px;
}

.unit-rating a.r2-unit {
    left: 20px;
}

.unit-rating a.r2-unit:hover {
    width: 40px;
}

.unit-rating a.r3-unit {
    left: 40px;
}

.unit-rating a.r3-unit:hover {
    width: 60px;
}

.unit-rating a.r4-unit {
    left: 60px;
}

.unit-rating a.r4-unit:hover {
    width: 80px;
}

.unit-rating a.r5-unit {
    left: 80px;
}

.unit-rating a.r5-unit:hover {
    width: 100px;
}

.unit-rating li.current-rating {
    background: url(../img/starrating.gif) left bottom;
    position: absolute;
    height: 30px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}


/* --------------- GIF TAGS --------------- */

ul#gif-tags {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}

ul#gif-tags li {
    display: inline-block;
    margin: 0 0 10px 5px;
    font-size: 13px;
}

ul#gif-tags li:first-child {
    margin: 0;
}

ul#gif-tags li a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #faf4df;
    color: #8c4e00;
    padding: 7px 10px;
    display: inline-block;
}

ul#gif-tags li a:hover {
    background: #c53300;
    color: #faf4df;
}


/* --------------- STATS --------------- */

#stats {
    color: #78784e;
    text-align: left;
    font-size: 10px;
    margin: 0;
    display: none;
}

.boxline {
    height: 1px;
    border-bottom: 1px solid #f5edd9;
    background: #d5c395;
    line-height: 1px;
    margin: 0 0 10px 0;
}

.boxline2 {
    height: 1px;
    border-bottom: 1px solid #f5edd9;
    background: #d5c395;
    line-height: 1px;
    margin: 20px 0 20px 0;
}

.stats-left {
    width: 45%;
    float: left;
}

.stats-right {
    width: 45%;
    float: right;
    text-align: right;
}


/* --------------- SHARE --------------- */

#share-form {
    margin-bottom: 20px;
    display: none;
}

#share-form fieldset {
    display: block;
    margin-bottom: 5px;
}

#share-form fieldset:last-child {
    margin-bottom: 0;
}

#share-form label {
    float: left;
    width: 90px;
    background-color: #8d4f00;
    color: #f7efd4;
    font-size: 11px;
    line-height: 29px;
    padding: 0 0 0 6px;
    margin: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    text-transform: uppercase;
    z-index: 999;
}

#share-form label a {
    color:#f7efd4;
}

#share-form input {
    width: 97%;
    padding: 0 1.5%;
    border: 0px;
    background: #faf4df;
    color: #656769;
    height: 29px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 12px;
}

.share-box {
    float: right;
    width: 100%;
    margin-left: -96px;
}

.share-content {
    margin-left: 96px;
}

#MarketGidScriptRootC4882 {
    margin-bottom: 5px;
    display: none;
}


/* --------------- RELATED THUMBS --------------- */

ul#related-thumbs {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    display: none;
}

ul#related-thumbs li {
    width: 32.333%;
    margin-right: 1.5%;
    margin-bottom: 5px;
    float: left;
}

ul#related-thumbs li:nth-child(3n) {
    margin-right: 0;
}

ul#related-thumbs li img {
    width: 100%;
    display: block;
    background: #faf4df;
}

ul#related-thumbs li a:hover {}

.related-thumbs-inner {
    border: 1px solid #ebddb5;
    background: #fdfbf6;
    padding: 4px;
}


/* --------------- COMMENTS --------------- */

#related-title {
    display: none;
}

.comment {
    margin-top: 15px;
    border-top: 1px dotted #d5c395;
    padding-top: 15px;
    font-size: 12px;
    color: #78784e;
}

.comment:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.comment>span {
    color: #b24f2c;
}

.comment a {
    color: #b24f2c;
}

.comment a:hover {
    color: #b24f2c;
    text-decoration: underline;
}

.comment p {
    color: #332e21;
    margin: 6px 0 0 0;
    font-size: 13px;
}


/* --------------- COMMENT FORM --------------- */

#comment-form label, .reply-form label {
    display: block;
    margin: 0 0 4px;
    font-size: 13px;
    color: #606039;
}

#comment-form input[type=email], #comment-form input[type=text], #comment-form textarea, .reply-form input[type=email], .reply-form input[type=text], .reply-form textarea, .youtube-form input[type=url], .youtube-form input[type=number] {
    font-size: 13px;
    color: #606039;
    margin-bottom: 10px;
    border: 1px solid #c8c3b6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #faf4df;
    padding: 8px 1%;
    width: 98%;
    width: calc(98% - 1px);
}

#comment-form textarea, .reply-form textarea {
    padding: 8px 1%;
    width: 98%;
    width: calc(98% - 2px);
    min-height: 90px;
}

#comment-form input[type=submit], .youtube-form input[type=submit] {
    padding: 8px 0;
    width: 100%;
    border: 0px solid #005b00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #005b00;
    color: #f7efd4;
    cursor: pointer;
    font-size: 13px;
}

.input-note {
    padding-left: 0px;
    color: #818158;
    font-style: italic;
    font-size: 11px;
}

.form-note {
    color: #78784e;
    font-size: 11px;
    margin: 20px 0 0 0;
}

.reply-form, .youtube-form {
    background: #f5ebd1 url('../img/bg-main-light.jpg');
    padding: 20px;
    margin-top: 20px;
    margin-left: 20px;
    border: 1px dotted #d5c395;
}

.reply-form input[type=submit], .reply-form input[type=button] {
    float: left;
    padding: 8px 0;
    width: 49%;
    border: 0px solid #005b00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #005b00;
    color: #f7efd4;
    cursor: pointer;
    font-size: 13px;
}

.reply-form input[type=button] {
    background: #a20b04;
    float: right;
}

.youtube-form {
    margin: 0 0 20px 0;
}

.sound-player {
    position: relative;
    width: 300px;
    height: 51px;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.sound-player-trim {
    position: absolute;
    top: -300px;
}

.share-sound-title {
    text-align: center;
    font-size: 11px;
    color: #4a4a4a;
    margin: 0 0 5px 0;
}

.share-sound {
    text-align: center;
}


/* --------------- EXTRA --------------- */

.extra-ad {
    display: none;
}

.extra-ad-l {
    width: 49%;
    max-width: 300px;
    float: left;
}

.extra-ad-r {
    width: 48%;
    float: right;
}

.link-list {}

.link-list a {
    color: #b77d43;
    line-height: 18px;
}


/* --------------- SIDEBAR --------------- */

#sidebar {
    width: 100%;
}

#top {

    display:none;

}

.sidebar-box-title, .sidebar-box-title1 {
    background: #8d4f00;
    color: #f7efd4;
    text-align: center;
    padding: 5px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.sidebar-box-title1 {
    margin-bottom: 0;
}

.fbpageplugin {
    margin: 0 auto 5px auto;
    max-width: 300px;
}

.sidebar-ad {
    margin-bottom: 5px;
}

.sidebar-ad img {
    display: block;
    width: 100%;
}

ul#sidebar-thumb-nav {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    border-bottom: 3px solid #622f00;
}

ul#sidebar-thumb-nav li {
    display: inline-block;
    margin: 0 0 0 0px;
    width: 33.3333333333%;
}

ul#sidebar-thumb-nav li:first-child {
    margin: 0;
}

ul#sidebar-thumb-nav li a {
    display: block;
    background: #905100;
    color: #faf4df;
    font-size: 11px;
    text-transform: uppercase;
    padding: 6px 0 4px 0;
}

ul#sidebar-thumb-nav li a:hover {
    background: #622f00;
}

ul#sidebar-thumb-nav .active {
    background: #622f00;
}

#tab2, #tab3 {
    display: none;
}


/* --------------- SIDEBAR THUMBS --------------- */

ul.sidebar-thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.sidebar-thumbs li {
    width: 23.875%;
    margin-right: 1.5%;
    margin-bottom: 5px;
    float: left;
    float: left;
}

ul.sidebar-thumbs li:nth-child(4n) {
    margin-right: 0;
}

ul.sidebar-thumbs li img {
    width: 100%;
    display: block;
    background: #faf4df;
}

.sidebar-thumbs-inner {
    border: 1px solid #ebddb5;
    background: #fdfbf6;
    padding: 2px;
}

.sidebar-thumbs-inner:hover {
    border: 1px solid #e5d4a4;
}

.top-tags {
    background: #f1e5bb url('../img/bg-main.jpg');
    text-align: center;
    padding: 6px;
    margin-bottom: 5px;
}

.top-tags a {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f7efd4;
    color: #8c4e00;
    -webkit-transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    transition: background .25s ease-out;
    margin: 3px;
    padding: 3px 5px;
    font-size: 12px;
}

.top-tags a:hover {
    background: #c53300;
    color: #faf4df;
}


/* --------------- BROWSE -------------------*/

.browse-box-title {
    background: #8d4f00;
    color: #f7efd4;
    text-align: center;
    padding: 9px 0 8px 0;
    font-size: 11px;
    text-transform: uppercase;
}

ul#browse-nav {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul#browse-nav li {
    display: inline-block;
    margin: 0;
    width: 33.333333%;
}

ul#browse-nav li:first-child {
    margin: 0;
}

ul#browse-nav li a {
    display: block;
    background: #905100;
    color: #faf4df;
    font-size: 11px;
    text-transform: uppercase;
    padding: 9px 0 8px 0;
}

ul#browse-nav li a:hover {
    background: #622f00;
}

ul#browse-nav .active {
    background: #005b00;
}

#browse-wrap {
    padding: 2%;
    margin-bottom: 5px;
    width: 96%;
    background: #f1e5bb url('../img/bg-main.jpg');
}

.browse-info {
    margin: 0 0 2% 0;
    text-align: center;
    color: #78784e;
}

.browse-info a {
    color: #b24f2c;
}

ul.browse-thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.browse-thumbs li {
    width: 32.66%;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
}

ul.browse-thumbs li:nth-child(3n) {
    margin-right: 0;
}

ul.browse-thumbs li img {
    width: 100%;
    display: block;
    background: #faf4df;
}

ul.browse-thumbs li a:hover {}

.browse-thumbs-inner {
    border: 1px solid #dcc587;
    background: #fdfbf6;
    padding: 2px;
}

.browse-thumbs-inner:hover {
    border: 1px solid #905100;
}

.tooltips {
    position: relative;
    display: inline;
}

.tooltips .b {
    position: absolute;
    width: 110%;
    text-align: left;
    visibility: hidden;
    display: block;
    margin-left: -5%;
    margin-top: -1px;
}

.thumb_title_box {
    border-radius: 2px;
}

.thumb_title {
    font-size: 12px;
    color: #faf4df;
    background: #622f00;
    padding: 10px;
}

.thumb_details {
    font-size: 11px;
    color: #faf4df;
    background: #905100;
    padding: 5px 10px;
}


/* --------------- PAGINATION -------------------*/

.pagination {
    clear: both;
    margin-top: 35px;
    margin-bottom: 16px;
    text-align: center;
}

.pagination span, .pagination a {
    display: inline-block;
    overflow: hidden;
    margin: 0 5px 5px 5px;
    width: 40px;
    height: 40px;
    background: #905100;
    color: #faf4df;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 40px;
    border-radius: 2px;
}

.pagination .next {
    width: 70px;
}

.pagination a:hover {
    background: #622f00;
    color: #faf4df;
}

.pagination .current {
    background: #005b00;
    color: #faf4df;
}


/* --------------- TAGS -------------------*/

ul#tags-nav {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

ul#tags-nav li {
    display: inline-block;
    margin: 0;
    width: 50%;
}

ul#tags-nav li:first-child {
    margin: 0;
}

ul#tags-nav li a {
    display: block;
    background: #905100;
    color: #faf4df;
    font-size: 11px;
    text-transform: uppercase;
    padding: 9px 0 8px 0;
}

ul#tags-nav li a:hover {
    background: #622f00;
}

ul#tags-nav .active {
    background: #005b00;
}

a.tag {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #8c4e00;
    background: #f7efd4;
    padding: 4px 7px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 2px;
    font-size: 90%;
}

a.tag:hover {
    background: #c53300;
    color: #faf4df;
}

a.tag sub {
    font-size: 9px;
}


/* --------------- FORMS -------------------*/

.forms label {
    font-weight: 400;
    font-size: 13px;
}

.forms label, .forms input {
    display: block;
    margin-bottom: 5px;
}

.forms input, .forms textarea, .forms select {
    margin-bottom: 15px;
}

.forms input[type=email], .forms input[type=password], .forms input[type=url], .forms input[type=text], .forms input[type=number], .forms textarea {
    border: 1px solid #c8c3b6;
    background: #faf4df;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1.5%;
    width: 97%;
    width: calc(97% - 2px);
    outline: 0;
}

.forms textarea {
    width: 97%;
    width: calc(97% - 2px);
    font-size: 13px;
    color: #222;
    min-height: 80px;
}

.forms input[type=checkbox] {
    width: auto;
    display: inline-block;
    margin: 0;
}

.forms input[type=submit] {
    border: 0;
    background: #005b00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    color: #f7efd4;
    margin-bottom: 0;
}

.msg_success, .msg_error {
    margin-bottom: 20px;
    font-size: 13px;
}

.msg_success {
    color: #428c01;
}

.msg_error {
    color: #ff0000;
}

input[name="email"], input[name="website"] {
    display: none;
}


/* --------------- PAGES -------------------*/

.page-content {
    color: #606039;
}

.page-content h1 {
    color: #b24f2c;
    text-align: left;
    font-size: 19px;
}


/* --------------- MEDIA QUERIES --------------- */

@media only screen and (min-width: 430px) {
    body {
        background: none;
    }
    .wrap {
        width: 98%;
        padding: 0 1%;
    }
    .d-header {
        display: block;
    }
    .m-header {
        display: none;
    }
    #main-box {
        background: #f1e5bb url('../img/bg-main.jpg');
        padding: 20px;
    }
    ul#gif-nav {
        list-style: none;
        margin: 0 0 25px 0;
        padding: 0;
        text-align: center;
    }
    ul#gif-nav li {
        display: inline-block;
        margin: 0 3px 0 3px;
        width: 140px;
    }
    ul#gif-nav li a {
        line-height: 32px;
        display: block;
        background: #905100;
        padding: 0;
        color: #faf4df;
        border-radius: 2px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
    }
    ul#gif-nav li a:hover {
        background: #622f00;
    }
    ul#gif-nav li.mgn {
        width: 55px;
        display: inline-block;
    }
    ul#gif-nav li.dgn {
        width: 120px;
        display: none;
    }
    .main-box2 {
        padding: 20px;
    }
    #gif-container {
        margin: 0 auto 25px auto;
    }
    #gif {
        padding: 5px;
        background: #faf4df;
        border: 1px solid #a45e00;
        border-radius: 2px;
        width: auto;
        max-width: 380px;
    }
    ul#gif-controls {
        display: block;
    }
    h1 {
        display: block;
    }
    .ratingblock {
        display: block;
    }
    ul#gif-tags {
        display: block;
    }
    .gp {
        display: block;
    }
    #stats {
        display: block;
    }
    #related-title {
        display: block;
    }
    ul#related-thumbs {
        display: block;
    }
    #sidebar {
        display: block;
    }
    #top {
        display: block;
    }
    footer {
        display: block;
    }
    .floatl {
        margin: 0 0 10px 0;
        width: 48%;
        float: left;
    }
    .floatr {
        margin: 0 0 10px 0;
        width: 48%;
        float: right;
        text-align: right;
    }
}

@media only screen and (min-width: 470px) {
    ul#gif-nav li.mgn {
        display: none;
    }
    ul#gif-nav li.dgn {
        display: inline-block;
    }
    #footer-links {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 510px) {
    #share-form {
        display: block;
    }
    ul#related-thumbs li {
        width: 16%;
        margin-right: 0.8%;
        margin-bottom: 5px;
        float: left;
    }
    ul#related-thumbs li:nth-child(3n) {
        margin-right: 0.8%;
    }
    ul#related-thumbs li:nth-child(6n) {
        margin-right: 0;
    }
    ul.sidebar-thumbs li {
        width: 11.62%;
        margin-right: 1%;
        margin-bottom: 5px;
        float: left;
    }
    ul.sidebar-thumbs li:nth-child(4n) {
        margin-right: 1%;
    }
    ul.sidebar-thumbs li:nth-child(8n) {
        margin-right: 0;
    }
    ul.thumbs li {
        width: 13.833%;
    }
    ul.thumbs li:nth-child(4n) {
        margin-right: 1%;
    }
    ul.thumbs li:nth-child(6n) {
        margin-right: 0;
    }
    ul.browse-thumbs li {
        width: 24.25%;
        margin-right: 1%;
        margin-bottom: 1%;
        float: left;
    }
    ul.browse-thumbs li:nth-child(3n) {
        margin-right: 1%;
    }
    ul.browse-thumbs li:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 550px) {
    #fb-like {
        margin-left: 20px;
        display: block;
    }
}

@media only screen and (min-width: 630px) {
    #fb-like {
        display: none;
    }
    .nav-bars {
        display: none;
    }
    ul#nav {
        display: block;
    }
    ul.browse-thumbs li {
        width: 19.2%;
        margin-right: 1%;
        margin-bottom: 1%;
        float: left;
    }
    ul.browse-thumbs li:nth-child(4n) {
        margin-right: 1%;
    }
    ul.browse-thumbs li:nth-child(5n) {
        margin-right: 0;
    }
    .tooltips:hover .b {
        visibility: visible;
        opacity: 1;
        z-index: 999;
    }
}

@media only screen and (min-width: 740px) {
    #fb-like {
        margin-left: 30px;
        display: block;
    }
}

@media only screen and (min-width: 760px) {
    #main-wrap {
        float: left;
        width: 100%;
    }
    #main {
        margin-right: 335px;
        clear: both;
        overflow: auto;
    }
    #sidebar {
        position: relative;
        width: 300px;
        margin-left: -335px;
        float: right;
        overflow: hidden;
    }
    ul.sidebar-thumbs li {
        width: 23.875%;
        margin-right: 1.5%;
        margin-bottom: 5px;
        float: left;
    }
    ul.sidebar-thumbs li:nth-child(4n) {
        margin-right: 0;
    }
    ul.sidebar-thumbs li:nth-child(8n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 800px) {
    #fb-like {
        margin-left: 53px;
        display: block;
    }
    #footer-links {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    ul.browse-thumbs li {
        width: 15.83%;
        margin-right: 1%;
        margin-bottom: 1%;
        float: left;
    }
    ul.browse-thumbs li:nth-child(5n) {
        margin-right: 1%;
    }
    ul.browse-thumbs li:nth-child(6n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 990px) {
    #top-ad {
        width: 728px;
        float: left;
    }
    #leaderboard-fixed {
        display:block;
    }

    #leaderboard-responsive {
        display:none;
    }
    .extra-ad {
        display: block;
    }
    #top-sidebar {
        display: block;
        float: left;
        width: 227px;
        height: 90px;
        border-left: 5px solid #faf4df;
        text-align: center;
    }
    #top-sidebar img {
        margin: 0 4px;
    }
    .wrap {
        width: 100%;
        padding: 0;
    }
    .callout {
        display: block;
    }
    #footer-links {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
    #MarketGidScriptRootC4882 {
        display: block;
    }
}

@media only screen and (min-width: 1160px) {
    #social-float {
        display: block;
    }
    #share-bar {
        display: none;
    }
    .tooltips .b {
        width: 150%;
        margin-left: -25%;
    }
}


/* --------------- HELPERS --------------- */

.hide {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
