/* BODY
-------------------------------------- */
body {
    font-family: Arimo, Arial, Helvetica, "Lucida Grande", sans-serif;
    letter-spacing: -0.03em;
    padding-top: 70px;
    padding: 32px 1em 0 1em;
    background-color: #1d1d1d;
    color: rgb(145, 145, 145);
}

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

a:hover {
    color: rgb(145, 145, 145);
    text-decoration: none;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: rgb(47, 47, 47);
}

hr#cams {
    margin-top: 0px;
}

hr.b-top-spacer {
    margin-bottom: 17px;
}

h1#gal-title {
    font-size: 20px;
    margin: 0.27em 0px;
    padding-bottom: 0px;
}

img#main-sponsor {
    display: block;
    height: auto;
    max-width: 210px;
    width: 100%;
}

div#gal-404 {
    color: rgb(145, 145, 145);
    font-size: 32px;
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    letter-spacing: -.04em;
    text-transform: uppercase;
    margin: 60px auto 0px auto;
}

img#gal-404 {
    display: block;
    height: auto;
    max-width: 300px;
    width: 100%;
    margin-top: 20px;
}

img#gal-404:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#wrapper-404 {
    margin-top: 10px;
    padding-bottom: 0px;
}

/* LOGO
-------------------------------------- */
img#main-logo {
    display: block;
    height: auto;

    /* CHANGE WIDTH HERE */
    max-width: 250px;
    width: 100%;
    margin-top: 0;
}

.logo-img-wrapper a {
    position: relative;
    top: 12px;
    color: #ff9900;
    font-size: 28px;
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    letter-spacing: -.04em;
    text-transform: uppercase;
    text-transform: capitalize;
}

.logo-img-wrapper a:hover {
    color: rgb(145, 145, 145);
    text-decoration: none;
}

#login-wrapper {
    position: relative;
    top: 15px;
    margin-right: 10px;
}

#login-wrapper a {
    color: rgb(145, 145, 145);
    text-decoration: none;
}

#login-wrapper a:hover {
    color: #ff9900;
    text-decoration: none;
}

/* HEADER - MID BAR
-------------------------------------- */
.container-mid-header {
    width: 100%;
    padding-right: 1px;
    padding-left: 1px;
    margin-right: auto;
    margin-left: auto;
}

#back-mid-header {
    height: 60px;
    background: none repeat scroll 0% 0% rgb(29, 29, 29);
    border-top: 0px solid rgb(12, 106, 147);
}

#social-wrapper {
    margin-top: 5px;
}

.navbar-default {
    border-color: rgb(47, 47, 47);
    background: none repeat scroll 0% 0% rgb(29, 29, 29);
}

.container-bottom-header {
    background: none repeat scroll 0% 0% rgb(12, 106, 147);
    background: #000;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: none repeat scroll 0% 0% rgb(29, 29, 29);
    background: #222;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom: 1px solid rgb(47, 47, 47);
    border-top: 1px solid rgb(47, 47, 47);
    border-left: 1px solid rgb(47, 47, 47);
    border-right: 1px solid rgb(47, 47, 47);
}

#back-mid-catego {
    height: 60px;
    line-height: 60px;
    margin: 0px auto 0px auto;
}

.btn-custom-catego { 
    background: #3876AC;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
}
.btn-custom-catego:hover { 	
    background: #05539A;
    color: #FFF;
    border-color: #0561B4;
    text-decoration: none;
}

/* HEADER - LOGO
-------------------------------------- */
.navbar-default .navbar-brand {
   color: #ff9900;
}

/* HEADER - LINKS
-------------------------------------- */
#centered-menu {
   float: left;
   width: 100%;
   background: #000;
   border-bottom: 0px solid #000;
}
#centered-menu ul li {
   display: block;
   position: relative;
}
#centered-menu ul li a {
   color: rgb(145, 145, 145);
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   border-top-left-radius: 5px;
   -moz-border-top-left-radius: 5px;
   -webkit-border-top-left-radius: 5px;
   border-top-right-radius: 5px; 
   -moz-border-top-right-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   line-height: 20px;
   position: relative;
   display: block;
   padding: 5px 10px 5px 10px;
   margin: 0px 0 0 5px;
}
#centered-menu ul li a:hover {
   color: #ff9900;
}
#centered-menu ul li a.home {
   color: #ff9900;
}
#centered-menu ul li a.active,
#centered-menu ul li a.active:hover {
   color: #ff9900;
   font-weight: bold;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
}

.navbar-default .navbar-toggle {
    border-color: rgb(145, 145, 145);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #000;
    border-color: #ff9900;
}

@media (min-width : 740px) {
   #centered-menu {
      float: left;
      width: 100%;
      border-bottom: 0px solid #000;
   }
   #centered-menu ul {
      list-style: none;
      text-align: left;
   }
   #centered-menu ul li {
      display: block;
      list-style: none;
   }
   #centered-menu ul li a {
      display: block;
      margin: 0px 0 0 5px;
      padding: 5px 10px 5px 10px;
      color: rgb(145, 145, 145);
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      line-height: 20px;
      text-shadow: #111 1px 1px 0px;
      border-top-left-radius: 5px;
      -moz-border-top-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-right-radius: 5px; 
      -moz-border-top-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
   }
   #centered-menu ul li a:hover {
      color: #ff9900;
   }
   #centered-menu ul li a.home {
      color: #ff9900;
   }
   #centered-menu ul li a.active,
   #centered-menu ul li a.active:hover {
      color: #ff9900;
      font-weight: bold;
   }
}

.navbar-default .navbar-nav > li > a {
  color: #FFF;
}

.header-top-spacer {
   padding-top: 70px;
}

#main-nav {
  box-shadow: 0 0px 0px 0px #ccc;
}

/* HEADER - SEARCH BAR
-------------------------------------- */
.online-bar-number { 
    color: #f1f1f1;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto 0px auto;
}

.search-bar-box {
  margin-top: 21px;
  float: right;
}

.input-sm-bar-box {
   height: 28px;
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   border-top-left-radius: 3px;
   -moz-border-top-left-radius: 3px;
   -webkit-border-top-left-radius: 3px;
   border-bottom-left-radius: 3px; 
   -moz-border-bottom-left-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
}

/* SEARCH BUTTON
-------------------------------------- */
#quick-search {
  float: left;
  margin-top: 0px;
  height: 35px;
}

#quick-search-container {
  position: relative;
  margin-top: -7px;
  margin-right: 10px;
  height: 35px;
}

#search_models {
  width: 250px;
  height: 35px;
  max-height: 35px;
  font-size: .85em;
  font-weight: bold;
  color: #919191;
  border: 2px solid #333;
  border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  padding: 4px 10px;
  background: #1d1d1d;
  /*background: #1d1d1d url("../images/icon-search.svg") no-repeat 9px 8px;*/
}

#quick-search ::-webkit-input-placeholder {
  font-weight: bold;
  color: #919191;
}
#quick-search ::-moz-placeholder {
  font-weight: bold;
  color: #919191;
}
#quick-search :-ms-input-placeholder {
  font-weight: bold;
  color: #919191;
}
#quick-search :-moz-placeholder {
  font-weight: bold;
  color: #919191;
}

input#search_models {
  line-height: 12px;
}


/* SEARCH FORM 
-------------------------------------- */
#quick-search-container .searchbutton {
    position: relative;
    display: block;
    float: right;
    color: #fff;
    border: solid 1px #494949;
    font-size: 11px;
    height: 35px;
    width: auto;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
    border-top-right-radius: 20px; 
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; 
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    background: #6D6D6D;
    background: -webkit-gradient(linear,left top,left bottom,from(#6D6D6D),to(#494949));
    background: -webkit-linear-gradient(top,#6D6D6D,#494949);
    background: -moz-linear-gradient(top,#6D6D6D,#494949);
    background: -ms-linear-gradient(top,#6D6D6D,#494949);
    background: -o-linear-gradient(top,#6D6D6D,#494949);
    background: linear-gradient(top,#6D6D6D,#494949);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#6D6D6D',EndColorStr='#494949');
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 15px 0px 10px;
}
#quick-search-container .searchbutton:hover {
    background: #D98200;
    background: -webkit-gradient(linear,left top,left bottom,from(#D98200),to(#BF7300));
    background: -webkit-linear-gradient(top,#D98200,#BF7300);
    background: -moz-linear-gradient(top,#D98200,#BF7300);
    background: -ms-linear-gradient(top,#D98200,#BF7300);
    background: -o-linear-gradient(top,#D98200,#BF7300);
    background: linear-gradient(top,#D98200,#BF7300);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#D98200',EndColorStr='#BF7300');
}
#quick-search-container .searchbutton i {
    width: 10px;
}

/* HEADER - SEARCH BAR
-------------------------------------- */
.container-bar-search {
    width: 100%;
    padding-right: 1px;
    padding-left: 1px;
    margin-right: auto;
    margin-left: auto;
}

#back-mid-search {
    height: 40px;
    background-color: #000;
}

/* INTRO TEXT
-------------------------------------- */
.intro-text {
    text-align: left;
    padding-left: 15px;
    margin-top: 10px;
    padding-top: 50px;
    line-height: 1em;
    font-size: 15px;
}
h1.top-title {
    text-align: left;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 1em;
    font-size: 17px;
}
.intro-text-cams {
    text-align: left;
    padding-left: 0px;
    margin-top: 10px;
    padding-top: 20px;
    line-height: 1em;
    font-size: 15px;
}
h2.top-title {
    text-align: left;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 1em;
    font-size: 17px;
}

/* FOOTER TEXT
-------------------------------------- */
#footer-sponsor-img {
    margin-top: 20px;
    margin-bottom: 5px;
}
#footer-sponsor-text {
    text-align: justify;
}
#footer-sponsor-button {
    margin-top: 10px;
    margin-bottom: 0px;
}
.text-footer-wrapper {
    padding: 25px 0px 25px 0px;
    text-align: justify;
    border-top: 0px solid rgb(47, 47, 47);
    font-family: Arial,sans-serif;
}
.text-footer-wrapper-gal {
    padding: 0px 0px 40px 0px;
    text-align: justify;
    border-top: 0px solid rgb(47, 47, 47);
    font-family: Arial,sans-serif;
}
#text-footer-wrapper .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}
span.text-footer {
    font-size: 15px;
    color: rgb(145, 145, 145);
    font-family: Arial,sans-serif;
    font-weight: normal;
}
#text-footer-wrapper .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
    text-align: justify;
}
#text-footer-wrapper .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 0px;
    text-align: justify;
}

/* GALLERIES
-------------------------------------- */
.adp-alert-message {
    font-size: 28px;
    color: rgb(145, 145, 145);
    margin: 30px 0px 30px 0px;
}
.adp-alert-message img {
    height: 64px;
    max-width: 64px;
    width: 64px;
    margin-bottom: 10px;
}
.gallery-iframe {
    text-align: center;
    padding: 15px 0px 10px 0px;
    margin-bottom: 20px;
    color: rgb(145, 145, 145);
}
#main-text-wrap-iframe {
    padding-top: 15px;
    padding-bottom: 15px;
}
#alert-wrap {
   margin: 40px auto 10px auto; 
   width: 80%;
   font-size: 16px;
}
#alert-wrapper {
   background-color: #F9CC72;
   color: #000;
   font-weight: normal;
   border: 1px solid #efb977;
   border-radius: 4px; 
   margin-bottom: 15px;
   padding: 10px;
   line-height: 22px;
}
#alert-button {
   float: right;
   font-size: 24px;
   font-weight: 700;
   line-height: 1;
   color: #000;
   background-color: #F9CC72;
   border: 0px solid #F9CC72;
   text-shadow: 0 1px 0 #fff;
   filter: alpha(opacity=80);
   opacity: .8;
   margin-top: -10px;
   margin-right: -5px;
}
img#alert-img {
    display: inline-block;
    height: auto;
    max-width: 26px;
    width: 100%;
    margin-top: -10px;
}

/* FOOTER
-------------------------------------- */
footer {
    margin: 0px 0;
}
#footer-wrapper-box .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}
#site-generator {
    background-color: #171717;
    border-top: 1px solid rgb(47, 47, 47);
    border-left: 1px solid rgb(47, 47, 47);
    border-right: 1px solid rgb(47, 47, 47);
    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
.footer-copy {
   color: rgb(145, 145, 145);
   font-size: 14px;
   line-height: 2.2em;
   padding: 15px 0px 0px 20px;
   text-shadow: #1E4C69 1px 0px 1px;
   text-align: center;
}
.footer-warning {
   color: rgb(145, 145, 145);
   font-size: 14px;
   line-height: 2.2em;
   padding: 0px 0px 10px 0px;
   text-align: center;
   text-shadow: #1E4C69 1px 0px 1px;
}
.footer-logo-wrapper a {
    color: #ff9900;
    font-size: 28px;
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    letter-spacing: -.04em;
    text-transform: uppercase;
    text-transform: capitalize;
}
.footer-logo-wrapper a:hover {
    color: rgb(145, 145, 145);
    text-decoration: none;
}
#footer-logo-wrap {
   margin: 30px auto 0px auto;
   text-align: center;
}

/* BANNERS
-------------------------------------- */
#bs-top-wrapper {
    padding-top: 60px;
    margin-bottom: 0px;
}
#bs-top-wrap {
    margin: 0px auto;
}
#bs-top-wrap img {
    width: auto;
    height: auto;
}
#gs-top-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
}
#gs-top-wrap {
    margin: 0px auto;
}
#gs-top-wrap img {
    width: auto;
    height: auto;
}
#b-top-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
}
#b-top-wrap {
    margin: 0px auto;
}
#b-top-wrap img {
    width: auto;
    height: auto;
}
#g-top-wrapper {
    padding-top: 0px;
    padding-bottom: 40px;
}
#g-top-wrap {
    margin: 0px auto;
}
#g-top-wrap img {
    width: auto;
    height: auto;
}
#s-top-wrapper {
    padding-top: 20px;
    padding-bottom: 0px;
}
#s-top-wrap {
    margin: 0px auto;
}
#s-top-wrap img {
    width: auto;
    height: auto;
}

/* FOOTER LINKS
-------------------------------------- */
#links-main-wrapper {
    color: rgb(145, 145, 145);
    border: 1px solid rgb(47, 47, 47);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 10px;
    padding-bottom: 10px
}

#footer-links {
   padding-top: 5px
}

#footer-links ul {
   list-style-type: square;
}

#footer-links-space {
    line-height: 1;
}

/* INDEX THUMBS
-------------------------------------- */
.ui-autocomplete {
  z-index: 99999;
}

.thumb-play {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
}
#image-wrapper:hover .thumb-play {
    display: block;	
    cursor: pointer;	
}
#image-wrapper:hover .thumb-play #play-btn::before {
    transition: all 0.5s linear;
}
#play-btn {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: -20px;
    margin-left: -32px;
    margin-top: -32px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
span.thumb-duration {
    position: absolute;
    bottom: 68px;
    right: 13px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px 1px 6px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
}
span.thumb-view {
    position: absolute;
    bottom: 68px;
    left: 13px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px 1px 6px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-top-right-radius: 4px; 
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}
.thumb-overlay {
    height: 50px;
    background: #171717;
    border-top: 0px solid #DDDDDD;
    border-bottom: 1px solid rgb(47, 47, 47);
    border-right: 1px solid rgb(47, 47, 47);
    border-left: 1px solid rgb(47, 47, 47);
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 0px; 
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; 
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    margin-top: 0px;
    padding-top: 3px;
    padding-left: 5px;
    text-align: left;
}
.thumb-overlay #title {
    font-size: 12px;
    font-family: Roboto,sans-serif;
    color: rgb(145, 145, 145);
    font-weight: 700;
    margin-left: 2px;
}
.thumb-overlay #title a {
    color: rgb(145, 145, 145);
    text-align: left;
}
.thumb-overlay #title .title-limit {
    color: rgb(145, 145, 145);
    white-space: nowrap;
    width: 14em;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis-word;
    -o-text-overflow: ellipsis-word;
    -icab-text-overflow: ellipsis-word;
    -khtml-text-overflow: ellipsis-word;
    -moz-text-overflow: ellipsis-word;
    -webkit-text-overflow: ellipsis-word;
}
.thumb-overlay #time-ago {
    font-size: 12px;
    font-family: Roboto,sans-serif;
    color: rgb(145, 145, 145);
    font-weight: 400;
    text-align: left;
}
.thumb-overlay #time-ago .thumb-time {
    text-align: left;
    margin-top: 5px;
    margin-left: 2px;
}
.thumb-overlay #rating {
    font-size: 12px;
    font-family: Roboto,sans-serif;
    color: rgb(145, 145, 145);
    font-weight: 400;
    text-align: right;
}
.thumb-overlay #rating .thumb-rating {
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
}
#image-wrapper:hover #time-ago,  
#image-wrapper:hover #rating {
    color: #ff9900;	
}
#timeline-select-box {
    margin-right: 15px;
}
span.category-name {
    width: 92%;
    position: absolute;
    bottom: 15px;
    left: 10px;
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 4px 0px 4px 10px;
    opacity: 0.70;
    filter: alpha(opacity=70);
    text-align: left;
}
@media (min-width : 1680px){
    span.category-name {
        width: 90%;
    }
}

/* BIO BLOG
-------------------------------------- */
#bio-blog-content h4 {
    padding-bottom: 5px;
}
.bio-blog-title {
    border-bottom: 0px solid #DDDDDD;
}
h1.entry-title {
    color: rgb(145, 145, 145);
    border-bottom: 0px solid #DDDDDD;
}
.entry-title, .entry-title a {
    color: rgb(145, 145, 145);
    text-decoration: none;
}
#b-top-wrapper {
    margin-bottom: 15px;
}
#b-top-wrapper img.aligncenter {
    margin-bottom: 5px;
}

/* VIDEO GALLERIES
-------------------------------------- */
#video-wrapper {
    color: rgb(145, 145, 145);
    border-top: 1px solid rgb(47, 47, 47);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 10px;
    padding-bottom: 0px;
}
#video-wrapper .col-md-8 {
    padding-right: 30px;
    padding-left: 0px;
}
#video-player {
    margin: 10px 0px 0px 0px;
}
#video-player {
    padding-top: 20px;
    padding-bottom: 20px;
}
#video-sidebar-wrap {
    background-color: #171717;
    border-left: 1px solid rgb(47, 47, 47);
    border-right: 1px solid rgb(47, 47, 47);
    border-bottom: 1px solid rgb(47, 47, 47);
    padding-top: 0px;
    padding-bottom: 10px;
}
#video-sidebar-inner {
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 5px;
}
#video-sidebar-inner h1 {
    font-size: 1.3em;
    margin: 0.17em 0px 0.27em 0px;
}
#main-content-wrap {
    padding-top: 15px;
    padding-bottom: 0px;
}
#vote-wrapper {
    height: 32px;
    background-color: #171717;
    border: 1px solid rgb(87, 87, 87);
    padding: 5px 10px 5px 10px;
    margin-left: 17px;
    margin-right: 10px;
    border-radius: 4px 4px 4px 4px;
}
#vote-up {
    color: #ffffff;
    padding-right: 15px;
}
#vote-down {
    color: #ffffff;
}
.col-md-3.details-content {
    padding-right: 0px;
    padding-left: 15px;
}
#video-details {
    font-size: 12px;
}
#video-from {
    display: inline-block;
    padding-left: 5px;
}
#video-date {
    display: inline-block;
    padding-left: 5px;
}
.col-md-5.view-content {
    padding-right: 0px;
    padding-left: 0px;
}
#view-wrapper {
    height: 32px;
    background-color: #171717;
    border: 1px solid rgb(87, 87, 87);
    padding: 5px 10px 5px 10px;
    margin-left: 0px;
    margin-right: 10px;
    border-radius: 4px 4px 4px 4px;
}
#view-count {
    color: #ffffff;
    padding-left: 8px;
}
#main-text-wrap {
    padding-top: 20px;
    padding-bottom: 0px;
}
#main-text-content {
    padding-top: 15px;
    padding-bottom: 10px;
}
hr.main-text-line {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -20px;
    border-color: rgb(47, 47, 47);
}
.tag-glyspace {
    margin-right: 8px;
}
#tag-button-space {
    margin-bottom: 5px;
    margin-right: 2px;
}
#related-comments-section {
    padding-bottom: 40px;
}
#related-comments-section .nav-tabs > li > a {
    color: #fff;
}
#related-comments-section .nav-tabs > li.active > a {
    color: #fff;
    background-color: #ff9900;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(47, 47, 47) rgb(47, 47, 47) transparent;
}
#related-comments-section .nav-tabs > li > a:hover {
    color: #fff;
    background-color: #545454;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(47, 47, 47) rgb(47, 47, 47) transparent;
}
#related-comments-section .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: rgb(244, 115, 33);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(47, 47, 47) rgb(47, 47, 47) transparent;
}
#related-comments-section .nav-tabs {
    border-bottom: 1px solid rgb(67, 67, 67);
    margin-bottom: 20px;
}
#button-block-space {
    margin-top: 20px;
}
#add-comment .form-control {
    color: #fff;
    background-color: #222;
    border: 1px solid rgb(67, 67, 67);
}
.comment-box {
    max-width: 305px;
    color: #fff;
    height: 32px;
    background-color: #ff9900;
    border: 1px solid rgb(87, 87, 87);
    padding: 5px 10px 5px 10px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 4px 4px 4px 4px;
}
.comment-box a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.comment-box a:hover {
    color: #fff;
    text-decoration: none;
}
#comment-info {
    color: #ff9900;
    margin-bottom: 0px;
    background-color: rgb(54, 54, 54);
    padding: 5px 10px 5px 10px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px; 
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
#comment-info i {
    font-size: 12px;
}
#comment-text {
    background-color: rgb(44, 44, 44);
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
#share-wrapper {
    margin-top: 20px;
}
img#share-img {
    float: left;
    max-width: 36px;
    max-height: 36px;
    margin-right: 5px;
}

/* BUTTONS
-------------------------------------------------- */
.btn-custom-large {
    display: block;
    padding: 10px 16px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
}
.btn-custom {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
}
.btn-custom:hover {
    text-decoration: none;
}
.btn-custom-blue { 
    background: #6ac045;
    border: 0px solid #0561B4;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
}
.btn-custom-blue:hover { 	
    background: rgb(145, 145, 145);
    color: #FFF;
    border: 0px solid #0561B4;
    text-decoration: none;
}
.btn-custom-cb {  
    background: rgb(12, 106, 147);
    border: 0px solid #3280B2;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
}
.btn-custom-cb:hover { 	
    background: rgb(244, 115, 33);
    color: #FFF;
    border: 0px solid #0561B4;
    text-decoration: none;
}
.btn-orange {  
    background: #ff9900;
    border: 0px solid #3280B2;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
}
.btn-orange:hover { 	
    background: rgb(244, 115, 33);
    color: #FFF;
    border: 0px solid #0561B4;
    text-decoration: none;
}
.btn-grey {  
    background: #545454;
    border: 0px solid #3280B2;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
}
.btn-grey:hover { 	
    background: #4A4A4A;
    color: #FFF;
    border: 0px solid #0561B4;
    text-decoration: none;
}
.smallest-tag {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    padding: 6px 12px;
}
.small-tag {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    padding: 6px 12px;
}
.medium-tag {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 12px;
}
.large-tag {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 12px;
}
.largest-tag {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 12px;
}

/* BLOG LINKS
-------------------------------------- */
.entry-content a {
    font-size: 18px;
    font-weight: bold;
}
#custo-single-title h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    margin: 0px 0px;
}

/* OVERLAY
-------------------------------------- */
#image-wrapper {
    float: left;
    position: relative;
    display: inline-block;
    /*padding: 10px 10px 10px 10px;*/
}

.thumbs img#image-index {
    padding: 0px 0px 1px 0px;
}

img#image-index {
    border-top: 1px solid rgb(47, 47, 47);
    border-bottom: 0px solid rgb(47, 47, 47);
    border-right: 1px solid rgb(47, 47, 47);
    border-left: 1px solid rgb(47, 47, 47);
}

.fa.fa-model-video {
    color: #555;
}

@media (max-width: 400px) { 
   .col-xxs-12 {
      display:block;
      float:none;
      width: 100%
   }
}

/* THUMBS
-------------------------------------- */
.thumbs > [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
}
.thumbs {
    padding-top: 4px;
}
.thumbs a {
    display: block;
    text-align: center;
}
.thumbs img {
    padding: 1px;
}
.thumbs a img {
    margin: 0 auto;
    text-align: center;
}
img.cam-gal-img {
    max-width: 16px;
    display: inline-block;
    margin-bottom: 4px;
}

/* PAGINATION
-------------------------------------- */
.pagin {
    padding: 20px 0 20px 0;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}
.pagin * {
    padding: 9px 15px;
    margin: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pagin a, .pagin a:visited, .pagin a:active {
    color: #ffffff;
    background: #222;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
    text-decoration: none;
    border: 1px solid rgb(67, 67, 67);
}
.pagin a:hover {
    background: #ff9900;
    color: #FFF;
    text-decoration: none;
}
.pagin span {
    cursor: default;
    background: #ff9900;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
    text-decoration: none;
}
.pagin span.current {
    background: #ff9900;
    color: #fff !important; 
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    -webkit-font-smoothing: antialiased; 
    text-decoration: none;
}

/* RESPONSIVE
-------------------------------------- */
@media screen and (max-width: 767px) {
    body {
        padding-top: 32px;
    }
    .footer-warning {
        font-size: 10px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 480px) {
    span.model-bio-limit {
        width: 14em; 
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    span.model-bio-limit {
        width: 16em; 
    }
}

@media screen and (max-width: 767px) {
    .pagin a, .pagin span {
      width: 90%;
      margin: .25em auto;
      display: block; 
    }
}

@media (min-width : 1282px) {
    .container {
        width: 1300px;
    }
}

/* THUMB FIX - PHONE
-------------------------------------- */
@media screen and (max-width: 240px) {
    img#img-thumb-bottom {
      max-height: 68px;
    }
    img#img-thumb-sidebar-two {
      max-height: 62px;
    }
    span.logo-text-first-small, span.logo-text-last-small {
       font-size: 14px;
    }
}

@media (min-width : 241px) and (max-width: 320px) {
    img#img-thumb-bottom {
      max-height: 98px;
    }
    img#img-thumb-sidebar-two {
      max-height: 92px;
    }
    span.logo-text-first-small, span.logo-text-last-small {
       font-size: 16px;
    }
}

@media (min-width : 321px) and (max-width: 600px) {
    img#img-thumb-bottom {
      max-height: 113px;
    }
    img#img-thumb-sidebar-two {
      max-height: 107px;
    }
}

/* THUMB FIX - TABLET & DESKTOP
-------------------------------------- */
@media (min-width : 601px) and (max-width: 1024px) {
    img#img-thumb-bottom {
      max-height: 177px;
    }
    img#img-thumb-sidebar-two {
      max-height: 143px;
    }
}

@media (min-width : 1025px) and (max-width: 1280px) {
    img#img-thumb-bottom {
      max-height: 141px;
    }
    img#img-thumb-sidebar-two {
      max-height: 172px;
    }
}

@media (min-width : 1281px) and (max-width: 1366px) {
    img#img-thumb-bottom {
      max-height: 158px;
    }
    img#img-thumb-sidebar-two {
      max-height: 196px;
    }
}

@media (min-width : 1367px) and (max-width: 1440px) {
    img#img-thumb-bottom {
      max-height: 156px;
    }
    img#img-thumb-sidebar-two {
      max-height: 193px;
    }
}

@media (min-width : 1441px) and (max-width: 1680px) {
    img#img-thumb-bottom {
      max-height: 158px;
    }
    img#img-thumb-sidebar-two {
      max-height: 193px;
    }
}

@media (min-width : 1681px) and (max-width: 1920px) {
    img#img-thumb-bottom {
      max-height: 208px;
    }
    img#img-thumb-sidebar-two {
      max-height: 255px;
    }
}

@media (min-width : 1367px) {
    #search_models {
       max-width: 250px;
    }
    #search-button-wrap {  
        float: left;
        margin-left: 3px;
    }
}

@media (min-width : 1280px) and (max-width: 1365px) {
    .container {
        width: 1220px;
    }
    .col-lg-1 {
        width: 16.66666667%;
    }
    #search-button-wrap {  
        float: left;
        margin-left: 3px;
    }
}

@media (min-width : 1366px) and (max-width: 1439px) {
    .container {
        width: 1306px;
    }
    .col-lg-1 {
        width: 16.66666667%;
    }
    #search-button-wrap {  
        float: left;
        margin-left: 3px;
    }
}

@media (min-width : 1440px) and (max-width: 1679px) {
    .container {
        width: 1380px;
    }
    .col-lg-1 {
        width: 16.66666667%;
    }
    #search-button-wrap {  
        float: left;
        margin-left: 3px;
    }
}

@media (min-width : 1680px) and (max-width: 1919px) {
    .container {
        width: 1620px;
    }
    .text-overlay #model-view {
        font-size: 11px;
    }
    #search-button-wrap {  
        float: left;
        margin-left: 3px;
    }
}

@media (min-width : 1920px) {
    .container {
        width: 1860px;
    }
    #search-button-wrap {  
        float: left;
        margin-left: 3px;
    }
}

@media (max-width: 1000px) { 
    .header-top-spacer {
       padding-top: 110px;
    }
}

@media (max-width: 1000px) { 
    span.logo-text-first, span.logo-text-last {
       font-size: 30px;
       padding-top: 14px;
    }
}

.btn {
    padding: 4px 12px 4px 12px;
}

/* Firefox */
@-moz-document url-prefix(){
  .btn {
      padding: 6px 12px 6px 12px;
  }
}

/* TOP OF CONTENT - MENU
-------------------------------------- */
#content-menu {
   float: left;
   width: 100%;
   background-color: #1d1d1d;
   border-bottom: 1px solid rgb(47, 47, 47);;
   margin-bottom: 10px;
   padding-left: 10px;

}
#content-menu ul.main {
    list-style: none;
    text-align: center;
    margin: 0;
    padding-left: 0;
}
#content-menu ul.main li {
      display: block;
      float: left;
      list-style: none;
}
#content-menu ul.main li a {
      display: block;
      margin: 10px 0 0 5px;
      padding: 5px 10px 5px 10px;
      background: #CBCBCB;
      color: #111;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      line-height: 1.3em;
      border-top-left-radius: 5px;
      -moz-border-top-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-right-radius: 5px; 
      -moz-border-top-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      border: 1px solid rgb(47, 47, 47);
      border-bottom: 0px solid rgb(139, 179, 218);
      text-transform: uppercase;
}
#content-menu ul.main li a:hover {
      background: #ff9900;
      color: #fff;
}
#content-menu ul.main li a.home {
      background: #ff9900;
      color: #fff;
}
#content-menu ul.main li a.active,
#content-menu ul.main li a.active:hover {
      color: #fff;
      background: #000;
      font-weight: bold;
}

@media (min-width : 740px) {
   #content-menu {
      float: left;
      width: 100%;
      background-color: #1d1d1d;
      border-bottom: 1px solid rgb(47, 47, 47);
      margin-bottom: 10px;
   }
   #content-menu ul.main {
      list-style: none;
      text-align: center;

    margin: 0;
    padding-left: 0;

   }
   #content-menu ul.main li {
      display: block;
      float: left;
      list-style: none;
   }
   #content-menu ul.main li a {
      display: block;
      margin: 10px 0 0 5px;
      padding: 5px 30px 5px 30px;
      background: #CBCBCB;
      color: #111;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      line-height: 1.3em;
      border-top-left-radius: 5px;
      -moz-border-top-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-right-radius: 5px; 
      -moz-border-top-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      border: 1px solid rgb(47, 47, 47);
      border-bottom: 0px solid rgb(139, 179, 218);
      text-transform: uppercase;
   }
   #content-menu ul.main li a:hover {
      background: #ff9900;
      color: #fff;
   }
   #content-menu ul.main li a.home {
      background: #ff9900;
      /*background: linear-gradient(to bottom, #ff9900, #D98200);*/
      color: #fff;
   }
   #content-menu ul.main li a.active,
   #content-menu ul.main li a.active:hover {
      color: #fff;
      background: #000;
      font-weight: bold;
   };
}

.btn {
    padding: 4px 12px 4px 12px;
}

/* Firefox */
@-moz-document url-prefix(){
  .btn {
      padding: 6px 12px 6px 12px;
  }
}

/* ABOUT US
-------------------------------------- */
#about-us-wrapper { 
    min-height: 300px;
    padding-top:20px; 
    padding-bottom:20px;
} 

.btn-primary { 
   background: #6ac045;
   border: 1px solid rgb(47, 47, 47);
} 

.btn-primary:hover { 
   background: rgb(145, 145, 145);
} 

/* AJAX LOAD
-------------------------------------- */
.ajax-load {
    margin-top: 60px;
    color: #fff;
}
img#loading-animate {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0px auto 0px auto;
}
.load-button {
    color: #fff !important;
    background: #ff9900;
    background: linear-gradient(to bottom, #ff9900, #D98200);
    text-shadow: 0 1px rgba(255,255,255,0.4);
}
.load-button {
    display: inline-block;
    height: 40px;
    margin: 65px 0 65px 0;
    padding: 0 19px;
    font: bold 14px/40px Arial;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.load-button:hover {
    color: #fff !important;
    background: #D98200;
    background: linear-gradient(to bottom, #D98200, #BF7300);
    text-shadow: 0 1px rgba(255,255,255,0.4);
}

/* DROP DOWN
-------------------------------------- */
#content-menu .btn-group {
  margin-left: 10px;
  margin-bottom: -16px;
}
#content-menu .btn-group .btn {
   margin-bottom: -10px;
   vertical-align: bottom;
}
#content-menu .btn-group .btn.btn-first {
      color: #fff;
      font-weight: bold;
}
#content-menu .btn-group .btn:first-child {
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-right-radius: 4px; 
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; 
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
#content-menu .btn-group .btn.btn-second {
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 4px; 
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; 
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
#content-menu .btn-group ul li a:hover {
    background-color: #ff9900;
    color: #fff;
}
.dropdown-menu {
    background-color: #4A4A4A;
    top: 30px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #ff9900;
}
a.dropdown-toggle {
    position: relative;
}
a.dropdown-toggle::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -2px;
    right: 7px;
    display: none;
}
a.dropdown-toggle::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -2px;
    right: 8px;
    z-index: 1001;
    display: none;
}
.open > a.dropdown-toggle::before,
.open > a.dropdown-toggle::after {
    display: block;
}
li.separator-title {
    background-color: #EFEFEF;
}
.btn-grey.active, .btn-grey:active, .open > .dropdown-toggle.btn-grey {
    background-color: #4A4A4A;
}
.dropdown-menu > li > a {
    color: #fff;
}
.dropdown-menu {
    margin: 2px 0px 0px;
}
#auto-mode-wrap {
    text-align: left; 
    color: rgb(102, 102, 102);
    margin-left: 10px;
    margin-bottom: 20px;
}
#content-limit {
    max-width: 1200px; 
    margin: 0 auto;
}
#pagi-space {
    margin-bottom: 40px;
}

/* AJAX LOAD
-------------------------------------- */
.ajax-load-snippet {
    margin-top: 60px;
    margin-bottom: 50px;
    color: #fff;
}
img#loading-animate-top {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0px auto 0px auto;
}

/* THUMBS CAM SNIPPETS
-------------------------------------- */
#cam-snippet {
    margin-top: 20px;
}
#cam-snippet-side {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
}
.thumbs-cam > [class*='col-'] {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}
.thumbs-cam img#image-index {
    padding: 0px 0px 1px 0px;
}
.thumbs-cam {
    padding-top: 4px;
}
.thumbs-cam a {
    display: block;
    text-align: center;
}
.thumbs-cam img {
    padding: 1px;
}
.thumbs-cam a img {
    margin: 0 auto;
    text-align: center;
}

/* PLAYER
-------------------------------------- */
.embed-container {
    position: relative;
    /* 16:9 - 640*360 */
    /*padding-bottom: 56.25%;*/

    /* 16:9 - 608*468 */
    padding-bottom: 76.97%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* THUMB FIX - PHONE
-------------------------------------- */
@media screen and (max-width: 239px) {
    img#image-index {
      min-height: 130px;
      max-height: 130px;
    }
    #search_models {
      width: 100px;
    }
}

@media (min-width : 240px) and (max-width: 319px) {
    img#image-index {
      min-height: 130px;
      max-height: 130px;
    }
    #search_models {
      width: 140px;
    }
}

@media (min-width : 320px) and (max-width: 600px) {
    img#image-index {
      min-height: 190px;
      max-height: 190px;
    }
    #search_models {
      width: 200px;
    }
}

/* THUMB FIX - TABLET & DESKTOP
-------------------------------------- */
@media (min-width : 601px) and (max-width: 1023px) {
    img#image-index {
      min-height: 165px;
      max-height: 165px;
    }
}

@media (min-width : 1024px) and (max-width: 1279px) {
    img#image-index {
      min-height: 165px;
      max-height: 165px;
    }
}

@media (min-width : 1280px) and (max-width: 1365px) {
    img#image-index {
      min-height: 133px;
      max-height: 133px;
    }
}

@media (min-width : 1366px) and (max-width: 1439px) {
    img#image-index {
      min-height: 133px;
      max-height: 133px;
    }
}

@media (min-width : 1440px) and (max-width: 1679px) {
    img#image-index {
      min-height: 133px;
      max-height: 133px;
    }
}

@media (min-width : 1680px){
    img#image-index {
      min-height: 133px;
      max-height: 133px;
    }
}

#login-wrapper-m {
    background-color: #1d1d1d;
    margin-bottom: 10px;
}
#login-wrapper-m a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#login-wrapper-m a:hover {
    color: #C2CBCE;
    text-decoration: none;
}

/* MIN SIZE
-------------------------------------- */
.catego-size {
    min-height: 400px;
}


/*-------- 13-7-2019 ------------------------*/

div#time-ago {
    padding-right: 0;
}
#footer-logo-wrap .footer-logo-wrapper a img {
    margin: auto;
}

@media(max-width:767px){
    
}
@media(max-width:480px){
  img#image-index {
    min-height: auto;
    max-height: 190px;
} 
#pagi-space {
    margin-bottom: 0;
}
#timeline-select-box {
    margin-right: 15px;
    margin-bottom: 10px;
}
#content-menu .btn-group {
    margin-left: 10px;
    margin-bottom: -4px;
}
}
@media(max-width:400px){
 img#main-logo {
    display: block;
    height: auto;
    max-width: 201px;
    width: 100%;
    margin-top: 0;
} 
.thumb-overlay #time-ago {
    font-size: 9px;
    font-family: Roboto,sans-serif;
    color: rgb(145, 145, 145);
    font-weight: 400;
    text-align: left;
}
#content-menu ul.main li a {
    display: block;
    margin: 10px 0 0 5px;
    padding: 5px 4px 5px 4px;
    background: #CBCBCB;
    color: #111;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.3em;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border: 1px solid rgb(47, 47, 47);
    border-bottom: 0px solid rgb(139, 179, 218);
    text-transform: uppercase;
}
div#image-wrapper {
    width: 50%;
}
.thumb-overlay #title .title-limit {
    color: rgb(145, 145, 145);
    white-space: nowrap;
    width: 10em;
}
img#image-index {
    min-height: auto;
    max-height: 190px;
}
#pagi-space {
    margin-bottom: 0;
}
}
@media(max-width:319px){
  img#main-logo {
    display: block;
    height: auto;
    max-width: 132px;
    width: 100%;
    margin-top: 0;
} 
#content-menu ul.main li a {
    display: block;
    margin: 10px 0 0 1px;
    padding: 5px 4px 5px 4px;
    background: #CBCBCB;
    color: #111;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.3em;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border: 1px solid rgb(47, 47, 47);
    border-bottom: 0px solid rgb(139, 179, 218);
    text-transform: uppercase;
}
div#image-wrapper {
    width: 100%;
}
.thumb-overlay #time-ago {
    font-size: 10px;
    font-family: Roboto,sans-serif;
    color: rgb(145, 145, 145);
    font-weight: 400;
    text-align: left;
}
}

@media(max-width:250px){
img#main-logo {
    display: block;
    height: auto;
    max-width: 118px;
    width: 100%;
    margin-top: 0;
}
#search_models {
    width: 150px;
}
}