/*********************************** ESENTIALS   ***********************/

/*** Reset padding and margin   ***/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dt,
dd,
table,
td,
th {
  padding: 0;
  margin: 0;
}

body {
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #fff;
  background: url(/imgs/sassawards.jpg) center top repeat-x #000;
}

.bg-green-gradient {
  color: #fff;
  background: rgb(107,140,62);
  background: linear-gradient(0deg, rgba(107,140,62,1) 0%, rgba(143,187,84,1) 100%);
}

.bg-dark-gradient {
  background: rgb(35,31,32);
  background: linear-gradient(0deg, rgba(35,31,32,1) 0%, rgba(65,64,66,1) 100%);
  color: #F4D987;
}

.hidden {
  display: none;
}

.social-widget {
  margin-top: 30px;
}

.fb-like-box > span {
  display: block;
  width: 100% !important;
  height: 400px !important;
}

.fb-like-box > span > iframe {
  width: 100% !important;
  height: 100% !important;
}

.actors-link {
    background-color: rgb(35,31,32);
    color: #F4D987;
    text-align: center;
    padding: 15px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .actors-link {
        display: none;
    }
}

/********************************     LAYOUT  define margins, paddings, widths, heights, position  ************************/

/*** Wrapper   ***/

/***   Header   ***/

.social-icn,
.search-box,
.login-ctrl,
.signup-btn,
.primary-nav {
  display: none;
}

.primary-nav,
.login-ctrl,
.search-box {
  height: 0;
  opacity: 0;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

.primary-nav.show,
.login-ctrl.show,
.search-box.show {
  display: block;
  height: auto;
  opacity: 1;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

.logged-in .login-ctrl {
  text-align: center;
}

.login-ctrl {
  padding-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
}

.search-box {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 15px;
}

.social-icn > span {
  font: 400 14px/20px Arial;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
}

.best-performance {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.best-performance .fas {
  margin-left: 10px;
}

#header {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  padding: 10px 15px;
}

.mast-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.nav-bars-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #6D6E71;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E6E7E8;
  font-size: 20px;
}

.search-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgb(35,31,32);
  background: linear-gradient(0deg, rgba(35,31,32,1) 0%, rgba(65,64,66,1) 100%);
  color: #F4D987;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
}

.login-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background: rgb(107,140,62);
  background: linear-gradient(0deg, rgba(107,140,62,1) 0%, rgba(143,187,84,1) 100%);
}

.mobil-logo {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 15px;
  position: relative;
  height: 65px;
  overflow: hidden;
}

.mobil-logo img {
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/***   Logged In   ***/

.hdr-myAccountBtn {
  background: url(/imgs/myAccount-btn.png) no-repeat top left;
  width: 112px;
  height: 24px;
  display: block;
  float: left;
}

.hdr-loginBtn {
  background: url(/imgs/logout-btn.png) no-repeat top left;
  width: 78px;
  height: 24px;
  display: block;
  float: left;
}

.hdr-myAccountBtn span {
  display: none;
}

#header.selected {
  height: 100px;
  background: url(/imgs/nav-bg2.png) no-repeat top left;
  width: 960px;
  height: 100px;
  position: relative;
}

.break {
  flex-basis: 100%;
  height: 0;
}

/***  Top Navigation   ***/

#nav {
  width: 100%;
  background: rgb(35,31,32);
  background: linear-gradient(0deg, rgba(35,31,32,1) 0%, rgba(65,64,66,1) 100%);
  position: absolute;
  top: 85px;
}

#nav ul {
  list-style-type: none;
}

#nav .sf-menu {
  float: none;
}

#nav li {
  display: block;
  float: none;
  border-bottom: 1px solid #000000;
  margin: 0 15px;
  text-align: center;
}

#nav .sf-menu > li a:hover,
#nav .sf-menu > li:hover,
#nav .sf-menu > li a:focus,
#nav .sf-menu > li:focus,
#nav .sf-menu > li a:active,
#nav .sf-menu > li:active {
  background: transparent;
}

@media (min-width: 1024px) {
    #nav li.custom-item {
        display: none;
    }
}
/*** Content   ***/

#content {
  background: url(/imgs/main-bg.png) center top repeat-x #808080;
  min-height: 500px;
}

.hm-content {
  margin: 0 15px;
  padding: 0 20px 20px 20px;
  margin-top: -5px;
}

.hm-content #actor-details {
  padding-top: 0;
}

.home-page-text {
  padding: 15px 0 0;
}

.join-text {
  padding: 15px;
  border-radius: 15px 15px 0 0;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
}

.join-link {
  border-radius: 0 0 15px 15px;
}

.join-link a {
  color: #F4D987;
  text-align: center;
  padding: 15px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

/*** Footer   ***/

#footer {
  padding: 20px;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration: none;
}

/*************************  STYLES   define colors, font-styles, size etc.****************************/

/***   Links   ***/

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

/***   Header   ***/

#header {
  font-size: 12px;
}

/*** Content   ***/

#content {
  font-size: 12px;
  margin: 0 15px;
  padding: 20px;
}

#content ul {
  margin: 0 0 14px 24px;
}

/*** Footer   ***/

#footer {
  font-size: 10px;
}

#content {
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottomright: 10px;
  -webkit-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  /*behavior: url(/common/css/PIE.htc);*/
}

/*** Bolderimage footer style   ***/

#bi-footer,
#bi-footer a {
  color: #ccc;
  text-decoration: none;
}

/***   Typography   ***/

p {
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 14px;
  color: #231F20;
}

h1 {
  font-size: 19px;
  color: #000;
  font-family: Arial;
  padding-bottom: 14px;
}

h1.welcome-title {
  margin-top: 30px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

ul,
li {
  font-size: 12px;
}

/*** Classes   ***/

.clear {
  clear: both;
}

/**** Actors List   ***/

#cont-blocks {
  overflow: hidden;
  list-style-type: none;
}

.cont-block-item {
  float: left;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-top: 15px;
  position: relative;
  padding: 10px;
  text-transform: uppercase;
  width: 138px;
  height: 239px;
}

.actor-detail .cont-block-item {
  padding: 15px 18px;
  width: 200px;
  height: auto;
  right: 0;
  margin: 0 auto 30px;
}

.actor-detail .cont-block-item .cont-block-item-inner {
  border: 1px solid transparent;
}

.cont-block-item:hover .cont-block-item-inner,
.cont-block-item.selected .cont-block-item-inner {
  background: rgba(255, 255, 255, 0.25) 0% 0% no-repeat padding-box;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 15px;
}

.cont-block-item.selected.awarded .cont-block-item-inner,
.cont-block-item.awarded .cont-block-item-inner,
.cont-block-item.selected.awarded:hover .cont-block-item-inner {
  background: url(/imgs/bg-brown.png) no-repeat;
  padding: 10px;
  width: 138px;
  height: 239px;
}

.actor-detail .cont-block-item.selected.awarded .cont-block-item-inner,
.actor-detail .cont-block-item.awarded .cont-block-item-inner,
.actor-detail .cont-block-item.selected.awarded:hover .cont-block-item-inner {
  background: rgba(255, 255, 255, 0.25) 0% 0% no-repeat padding-box;
  border-color: rgba(255, 255, 255, 1);
  padding: 15px 1px;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.cont-block-item.last {
  margin-right: 0;
}

.cont-block-item.first {
  clear: left;
}

.my-vote {
  padding: 5px 0 5px 0;
}

.my-vote a {
  font-size: 11px;
  cursor: pointer;
  background: url(/imgs/myvote.png) no-repeat;
  width: 63px;
  height: 21px;
  margin: 0 auto;
  display: block;
}

.my-vote a:hover {
  background: #000;
  background: url(/imgs/myvote-o.png) no-repeat;
}

.my-vote .mvote {
  visibility: hidden;
}

.my-vote.voted .mvote {
  visibility: visible;
}

.my-vote.voted a {
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.checkmark {
  left: 26px;
  position: absolute;
  top: -6px;
}

.actor-detail .checkmark {
  left: 40px;
  top: 10px;
  z-index: 1;
}

.bobble {
  background: url(/imgs/bobble-192x122.png) no-repeat left top;
  height: 67px;
  padding-bottom: 45px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  position: absolute;
  right: -79px;
  top: -90px;
  width: 182px;
  z-index: 1000;
}

.abcd a {
  text-decoration: none;
  padding: 2px;
  text-align: center;
  margin-right: 1px;
  font-size: 14px;
  color: #fff;
  width: 16px;
}

.abcd.top a {
  padding: 2px 4px;
}

.abcd a.sort-selected,
.abcd a:hover {
  background: #9f9e9d;
  padding: 2px;
}

.abcd {
  overflow: hidden;
  width: 557px;
  border: 1px solid #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  behavior: url(/common/css/PIE.htc);
  background: #000;
  margin: 0 auto;
  padding-left: 8px;
  margin-bottom: 16px;
}

.sep {
  margin-left: auto;
}

.poster {
  margin-top: 3px;
}

.movie-title {
  color: #F4D986;
  display: block;
  font-size: 11px;
  line-height: 13px;
  padding: 8px 0 2px;
  width: 138px;
}

.actor-detail .movie-title {
  width: 100%;
}

.nbr-votes {
  padding-bottom: 2px;
  display: block;
}

.award-icon {
  position: absolute;
  left: 123px;
  top: -14px;
  z-index: 100;
}

.actor-detail .award-icon {
  max-width: 100%;
  height: 45px;
  left: auto;
  right: 5px;
  top: -10px;
}

.are-you-serious {
  left: 81px;
  position: absolute;
  top: 16px;
  z-index: 102;
}

#content .filter {
  list-style-type: none;
  text-align: right;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 12px;
}

.actor-detail #content .filter {
  -webkit-appearance: none;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  font: 400 14px/18px Arial;
  padding: 12px 10px;
}

.actor-detail #content #filter {
  position: relative;
  overflow: hidden;
}

.actor-detail #content #filter svg,
.actor-detail #content #filter:after {
  position: absolute;
  right: 0;
  font-size: 19px;
  line-height: 18px;
  top: 12px;
  color: #939598;
  margin-right: 10px;
}

.actor-detail #content #filter:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  color: #939598;
  right: 0;
}

#content .filter.bottom {
  text-align: left;
}

#content .filter.abcd {
  margin: 0;
  padding: 5px;
}

#content .filter li {
  float: left;
  text-align: center;
  width: 175px;
}

#content .filter li a {
  padding: 4px 8px;
  border: 1px solid #3c2517;
  display: block;
  margin: 0 7px 0 0;
  color: #fff;
  font-weight: normal;
  margin-bottom: 5px;
  background: #3c2517;
  text-decoration: none;
}

/*#filters li.selected a { background:#000;} */

#content .filter li a:hover,
#filters li.selected a,
#filters li a.award-selected {
  text-decoration: none;
  background: #f4d987;
  color: #3c2517;
  outline: none;
}

#cont-top-title {
  padding-bottom: 5px;
}

.actor-name {
  font-size: 27px;
  color: #000;
}

.top-title-bp {
  position: relative;
  top: 8px;
  left: 5px;
}

.image-grid {
  list-style-type: none;
}

.actor-detail .image-grid {
  width: 100%;
  margin: 0 auto;
  overflow: visible !important; /* Blah!, overrides Isotope */
}

/* clear fix */

.actor-detail .image-grid:after {
  content: '';
  display: block;
  clear: both;
}

/*** Top Header   ***/

.search {
  flex-basis: 1;
  margin-left: auto;
  margin-right: 15px;
}

#login {
  flex-basis: 1;
}

.tx-field,
.tx-field-srch {
  background: url(../../imgs/txt-field-bg.png) top left no-repeat;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 120px;
  border: 1px solid #76a435;
  color: #000;
  padding: 3px;
}

.tx-field-srch {
  width: 190px;
}

.tx-field-srch {
  border: 1px solid #858484;
  display: inline-block;
  vertical-align: middle;
}

.login-btn {
  background: url(../../imgs/btn-login.png) no-repeat;
  width: 78px;
  height: 24px;
  border: none;
  text-indent: -9999px;
  vertical-align: middle;
  margin: 15px auto;
  display: block;
}

.serch-btn {
  background: url(../../imgs/btn-search.png) no-repeat;
  width: 78px;
  height: 24px;
  border: none;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.signup-btn {
  background: url(../../imgs/btn-signup.png) no-repeat;
  width: 78px;
  height: 24px;
  border: none;
  text-indent: -9999px;
  float: left;
  right: 9px;
  margin-left: 5px;
  position: absolute;
  top: 7px;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
  display: none;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/* End: Recommended Isotope styles */

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.discuss-form {
  min-height: 300px;
  width: 300px;
  display: none;
}

#hm-banner {
  position: relative;
}

.hm-bnr-tip {
  position: absolute;
  right: 95px;
  top: -26px;
  z-index: 10;
}

.logedin {
  padding-left: 20px;
  padding-top: 4px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

/*** Updates for Actors List ***/

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.pager {
  margin-left: auto;
}

.pager-text {
  margin-right: 10px;
  color: #000;
}

.sass-awards-search {
  margin-bottom: 20px;
  width: 100%;
}

.sass-awards-search .tx-field-srch {
  width: 100%;
  background-color: #fff;
  background-image: none;
  border-radius: 5px;
  padding-left: 5px;
}

.sass-actor-list,
#content ul.sass-actor-list {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
}

.sass-actor-list > li {
  list-style-type: none;
  margin: 0 auto 20px;
  padding: 0;
  grid-column: span 1;
  width: 120px;
  height: 155px;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  text-align: center;
}

@media (min-width: 375px) {
    .sass-actor-list > li {
        margin-left: 0;
        margin-right: 0;
    }
}

.sass-actor-list > li a {
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
}

.sass-actor-list > li a:hover {
  cursor: pointer;
  text-decoration: none;
  padding: 0;
}

.sass-actor-img {
  position: relative;
  height: 117px;
  overflow: hidden;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.sass-actor-list-thumb-link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.sass-actor-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.list-small .sass-actor-img {
  display: inline-block;
  height: auto;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  vertical-align: middle;
}

.sass-actor-list-thumb {
  border: 1px solid #9f9e9d;
  max-width: 100%;
}

.sass-actor-list-name {
  display: block;
}

.list-small > li {
  background-color: transparent;
  height: auto;
}

.list-small > li a {
  font-weight: bold;
}

.list-small .sass-actor-list-name {
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}

/*** Person   ***/

#actor-details-wrap {
  overflow: hidden;
  padding-bottom: 24px;
}

#actor-image {
  float: left;
  margin-right: 25px;
  padding: 20px;
  width: 203px;
}

.actor-detail #actor-image {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.actor-detail #actor-image img {
  border-radius: 15px;
  overflow: hidden;
}

#actor-details h1 {
  color: #3C2517;
  padding-bottom: 8px;
}

.actor-detail #actor-details h1 {
  text-align: center;
}

.person-bio-detail {
  line-height: 18px;
}

.bio-lbl {
  display: block;
  padding-bottom: 4px;
  padding-top: 9px;
}

#actor-details a {
  color: #fff;
  text-decoration: underline;
}

#actor-details a:hover {
  text-decoration: none;
}

.btn-discuss {
  margin: 0 auto 15px;
  background: transparent linear-gradient(180deg, #8FBB54 0%, #6B8C3E 100%) 0% 0% no-repeat padding-box;
  border-radius: 21px;
  border: none; 
  display: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 119px;
  height: 41px;
  font: 600 16px/20px Arial;
  letter-spacing: 0;
}

#actor-details a.show-bio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 41px;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  border-radius: 21px;
  text-decoration: none;
  font: 400 16px/18px Verdana;
}

.actor-bio {
  margin-top: 15px;
  height: 0;
  opacity: 0;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

.actor-bio.show {
  height: auto;
  opacity: 1;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

#hm-banner {
  position: relative;
  padding: 15px 15px 0;
}

#hm-banner img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

#hm-vote {
  position: absolute;
  right: 0;
  left: 0;
  top: 235px;
  text-align: center;
  margin-left: 359px;
}

.hm-bnr-tip {
  position: absolute;
  right: 95px;
  top: -26px;
  z-index: 10;
}

/***   Forms   ***/

.forms td {
  padding: 4px;
  color: #000;
  display: block;
}

.forms input[type=text],
.forms input textarea,
.forms input[type=password] {
  border: 1px solid #bbb;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000;
}

.forms input[type=text]:focus,
.forms input textarea:focus,
.forms input[type=password]:focus {
  border: 1px solid #bbb;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #F4D987;
}

.forms input[type=submit],
.forms input[type=reset],
#MainContent_cmdNext,
#MainContent_cmdPrev,
.forms input[type=submit],
.forms input[type=reset],
#MainContent_cmdBotNext,
#MainContent_cmdBotPrev {
  background: #000;
  color: #F4D987;
  padding: 4px 8px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.forms input[type=submit]:hover,
.forms input[type=reset]:hover,
#MainContent_cmdNext:hover,
#MainContent_cmdPrev:hover {
  color: #fff;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

#MainContent_divPageText,
#MainContent_lblBody,
#li_container1 {
  color: #000;
  padding: 24px 0 12px 0;
  display: block;
}

.forgot-password-member {
  padding: 12px 0;
}

table {
  display: block;
  width: 100%;
}

    table tbody,
    table tr,
    table td {
        display: block;
        width: 100% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

.forumcontent td {
    padding: 0 15px;
}

table.footer-links {
    text-align: center;
    display: table;
    width: auto;
}

table.footer-links tbody {
  display: table-row-group;
}

table.footer-links tr {
  display: table-row;
}

table.footer-links td {
  display: table-cell;
  width: auto !important;
}

.table-cell-padding {
  padding: 4px;
}

.table-cell-border {
  border: 1px solid silver;
}

.no-bottom-border {
  border-bottom: none;
}

.table-cell-align-bottom {
  vertical-align: bottom;
}

.text-right {
  text-align: right;
}

#ctl00_MainContent_rcVerify_CaptchaTextBox {
  margin-top: 4px;
}

.hm-forgot-pw {
  font-size: 11px;
  text-align: right;
  padding-right: 250px;
}

.hm-forgot-pw a {
  color: #fff;
}

.logged-in .hm-forgot-pw {
  display: none;
}

.fb-icon {
  position: absolute;
  top: 64px;
  right: 112px;
  z-index: 1000;
  color: gray;
  font-size: 26px;
}

.instagram-icon {
  position: absolute;
  top: 64px;
  right: 82px;
  z-index: 1000;
  color: gray;
  font-size: 26px;
}

.threads-icon {
  position: absolute;
  top: 64px;
  right: 52px;
  z-index: 1000;
  color: gray;
  font-size: 26px;
}

.bluesky-icon {
  position: absolute;
  top: 64px;
  right: 22px;
  z-index: 1000;
  color: gray;
  font-size: 26px;
}

.tx-field-lg,
.tx-field-srch-lg {
  border: none;
  background: transparent;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 3px;
  width: 315px;
  margin: 18px 30px 30px 20px;
  float: left;
}

.large-search {
  height: 50px;
  border-radius: 5px;
}

.panel-search-lg {
  height: 100%;
  padding: 0 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.panel-search-lg .tx-field-srch-lg {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  width: 225px;
  margin: 0;
  float: none;
  background-color: #fff;
  color: #939598;
}

.panel-search-lg .search-btn-lg {
  background: rgb(51,49,51);
  background: linear-gradient(180deg, rgba(51,49,51,1) 0%, rgba(0,0,0,1) 100%);
  color: #F4D987;
  float: none;
  border: none;
  width: 30px;
  height: 30px;
  margin-left: auto;
  border-radius: 50%;
  margin-top: 0;
}

.panel-search-lg .search-btn-lg:hover {
  cursor: pointer;
}

label.search-btn-lg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.autocomplete_completionListElement {
  overflow: scroll;
  height: 200px;
  background: #fff;
  overflow-x: hidden;
}

@media (min-width: 375px) {
  .sass-actor-list > li {
    width: 145px;
    height: 170px;
  }

  .sass-actor-img {
    height: 130px;
  }
}

@media (min-width: 400px) {
  h1 {
    font-size: 24px;
  }
}

@media (min-width: 475px) {
  .actor-detail .cont-block-item {
    width: 132px;
    margin-left: 0;
    margin-right: 0;
    right: initial;
  }
}

@media (min-width: 480px) {
  .sass-actor-list > li a {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .actor-detail .cont-block-item {
    width: 138px;
  }

  .sass-actor-list {
    grid-column-gap: 15px;
  }

  .sass-actor-list > li {
    grid-column: span 1;
  }
}

@media (min-width: 650px) {
  .sass-actor-list,
  #content ul.sass-actor-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .sass-actor-list > li {
    width: calc(250px / 1.4);
    height: calc(250px / 1.4);
  }

  .sass-actor-img {
    height: calc(250px / 1.7);
    /*height: calc((300px / 1.5) / 1.2);*/
  }
}

@media (min-width: 750px) {
  .sass-actor-list > li {
    width: calc(250px / 1.2);
    height: calc(250px / 1.2);
  }

  .sass-actor-img {
    height: calc(250px / 1.40);
    /*height: calc((300px / 1.5) / 1.2);*/
  }
}

@media (min-width: 800px) {
  .sass-awards-search {
    margin-bottom: 20px;
    width: 569px;
  }

  .sass-awards-search .tx-field-srch {
    width: 470px;
  }
}

@media (min-width: 850px) {
  .sass-actor-list > li {
    width: 250px;
    height: 250px;
  }

  .sass-actor-img {
    height: 220px;
    /*height: calc((300px / 1.5) / 1.2);*/
  }
}

@media (min-width:992px) {
  .sass-actor-list > li {
    width: 285px;
    height: 285px;
  }
}

@media (min-width: 992px) {
  .sass-actor-img {
    height: 255px;
    /*height: calc((300px / 1.5) / 1.2);*/
  }
}

@media (min-width: 1024px) {
  table {
    display: table;
    margin: 0 auto;
    width: 300px;
  }

  table tr {
    display: table-row;
  }

  table td {
    display: table-cell;
  }

  .hidden-xl {
    display: none;
  }

  .hidden-sm {
    display: inline-block;
  }

  .user-actions {
    display: inline-block;
  }

    .actors-details .user-actions {
        display: none;
    }

  .social-widget {
    background-color: #ffffff;
    margin: 30px 0 0 20px;
    width: 385px;
    height: 400px;
    float: left;
    overflow: hidden;
  }

  .social-widget {
    background-color: #ffffff;
    margin: 30px 0 0 70px;
    width: 320px;
    height: 400px;
    float: left;
    overflow: hidden;
  }

  .fb-like-box > span {
    display: block;
    width: 320px !important;
    height: 400px !important;
  }

  .fb-like-box > span > iframe {
    width: 320px !important;
    height: 100% !important;
  }

  #wrapper {
    width: 960px;
    margin: 0 auto;
  }

  .primary-nav,
  .login-ctrl,
  .search-box {
    opacity: 1;
    height: auto;
  }

  .search-box,
  .login-ctrl {
    background-color: transparent;
    padding: 0;
  }

  .social-icn,
  .search-box,
  .login-ctrl,
  .signup-btn,
  .primary-nav {
    display: block;
  }

  .social-icn > span {
    display: none;
  }

  .mobil-logo,
  .login-icn,
  .search-icn,
  .nav-bars-icn {
    display: none;
  }

  .mast-head {
    display: block;
  }

  #header {
    background: url(/imgs/nav-bg.png) no-repeat top left;
    width: 960px;
    height: 100px;
    position: relative;
    z-index: 1000;
    padding: 0;
  }

  .social-icn {
    display: inline-block;
  }

  #header.logged-in {
    height: 100px;
    background: url(/imgs/nav-bg2.png) no-repeat top left;
    width: 960px;
    height: 100px;
    position: relative;
  }

  #header.logged-in #login {
    border: 1px none;
    left: 454px;
    position: absolute;
    top: 8px;
    width: 466px;
  }

  #nav {
    left: 200px;
    width: 733px;
    background: transparent;
    top: 55px;
  }

  #nav li {
    float: left;
    border-color: transparent;
    margin: 0;
    text-align: left;
  }

  #nav li:last-child {
    display: none;
  }

  .hm-content {
    margin: 0;
  }

  .home-page-text {
    margin: 30px 0 0 0;
    width: 500px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  }

  .join-text {
    border-radius: 15px 0 0 15px;
    float: left;
    width: 361px;
    height: 52px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .join-link {
    border-radius: 0 15px 15px 0;
    width: 119px;
    float: left;
    height: 82px;
  }

  #content {
    margin: 0;
  }

  .actor-detail #content .filter {
    background-color: transparent;
    height: auto;
    padding: 0;
    border-radius: 0;
  }

  .actor-detail #content #filter svg,
  .actor-detail #content #filter:after {
    display: none;
  }

  .search {
    position: absolute;
    top: 7px;
    left: 205px;
    width: 227px;
    padding-left: 5px;
  }

  #login {
    position: absolute;
    top: 1px;
    left: 440px;
    width: 466px;
    border: 1px;
  }

  .tx-field-srch {
    width: 120px;
  }

  .login-btn {
    display: inline-block;
    margin: 0;
  }

  .sass-actor-list,
  #content ul.sass-actor-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .sass-actor-list > li {
    width: 206px;
  }

  .actor-detail #actor-image {
    float: left;
    margin-right: 25px;
    padding: 20px;
    width: 203px;
  }

  #actor-details {
    float: left;
    width: 600px;
    padding-top: 20px;
  }

  .actor-detail #actor-details h1 {
    display: inline-block;
    margin-right: 20px;
    text-align: left;
    vertical-align: top;
  }

  .btn-discuss {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
    width: 90px;
    height: 27px;
  }

  #actor-details a.show-bio {
    display: none;
  }

  .actor-bio {
    height: auto;
    opacity: 1;
  }

  #hm-banner {
    height: 375px;
    background: #000;
    padding: 0;
  }

  #hm-banner img {
    border-radius: 0;
  }

  #hm-vote {
    right: 0;
    left: 0;
    top: 235px;
    text-align: center;
    margin-left: 359px;
  }

  #hm-vote img {
    height: 145px;
  }

  .forms td {
    display: table-cell;
  }


  .forms td:first-child {
    text-align: right;
  }

  table {
    display: table;
    width: 600px;
  }

  .large-search {
    height: 64px;
  }

  .panel-search-lg {
    display: block;
    width: 500px;
    height: 64px;
    background: url(/imgs/lg-search-bg.png) no-repeat;
  }

  .panel-search-lg .tx-field-srch-lg {
    border: none;
    background: transparent;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 3px;
    width: 315px;
    margin: 18px 18px 30px 20px;
    float: left;
  }

  .panel-search-lg .search-btn-lg {
    background: url("/imgs/lg-search-btn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 35px;
    margin-left: 5px;
    border-radius: 0;
    width: 113px;
    margin-top: 14px;
  }

  .panel-search-lg .search-btn-lg:hover {
    background: url("/imgs/lg-search-btn-o.png");
  }
}

@media (max-width: 1023px) {
  .hidden-sm {
    display: none;
  }

  .hidden-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}