
@import url(https://web.archive.org/web/20190322182727cs_/http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,800italic,400,300,600,700,800&amp;subset=latin,cyrillic-ext);

@font-face
{
  font-family:JournalRegular;
  src:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/fonts/journal.html);
  font-weight:400;
}

.font-similar
{
  font-family:JournalRegular,Arial,sans-serif;
  color:#bebebe;
  font-size:42px;
  line-height:56px;
}

body
{
  width:100%;
  height:100%;
  font-family:'Open Sans',Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  color:#fff;
  background-color:#fff;
}

html
{
  width:100%;
  height:100%;
}

section
{
  background:#090909;
}

ul
{
  -webkit-padding-start:0;
}

h1,h2,h3,h4,h5,h6
{
  line-height:normal;
}

p
{
  margin:0 0 25px;
  line-height:1.5;
  font-size:16px;
  color:#bebebe;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}

.sub-text
{
  border-left:1px dotted #fb0000;
  padding-left:20px;
}

td,th
{
  padding:2px!important;
}

hr
{
  border:none;
  outline:0;
  border-top:1px solid #333;
  width:100%;
  margin:30px 0;
  display:inline-block;
  background:0 0;
}

.no-padding
{
  padding:0!important;
}

iframe
{
  border:0!important;
  outline:0!important;
}

.border-none
{
  border:0;
}

.detailed-text
{
  border:1px dotted #fb0000;
  background:#333;
  color:#fff;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  overflow:hidden;
  padding:0 6px;
}

.detailed
{
  border:2px solid #333;
  border-radius:3px;
  padding:14px 20px;
  width:100%;
}

.detailed .fa
{
  font-size:18px;
  margin:0 3px;
}

.detailed span
{
  float:right;
}

.detailed b
{
  color:#fb0000;
}

.sub-title
{
  margin-bottom:46px;
}

.sub-title:before
{
  content:'';
  position:absolute;
  display:block;
  width:40px;
  height:2px;
  background:#fb0000;
  margin-top:55px;
}

.overlay
{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/overlay-pat.png) rgba(0,0,0,.6);
}

input::-moz-focus-inner
{
  border:0!important;
}

embed,object
{
  outline:0!important;
}

a
{
  color:#fb0000;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  -webkit-font-smoothing:subpixel-antialiased;
  outline:0!important;
}

a:focus,a:hover
{
  text-decoration:none;
  color:#fb0000;
}

.font-light
{
  font-weight:400;
}

.font-bold
{
  font-weight:700;
}

.text-dark
{
  color:#bebebe!important;
}

.text-light
{
  color:#fff!important;
}

.text-color
{
  color:#fb0000!important;
}

textarea::-webkit-scrollbar
{
  width:12px;
}

textarea::-webkit-scrollbar-track
{
  background:#3c3c3c;
}

textarea::-webkit-scrollbar-thumb
{
  background:#333;
  border:1px solid #3c3c3c;
  border-radius:2px;
}

textarea::-webkit-scrollbar-corner
{
  background:0 0;
}

textarea::-webkit-resizer
{
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/field-corner.html) right bottom no-repeat;
}

textarea
{
  display:block;
  margin-top:2px;
  padding:12px 20px;
  outline:0!important;
  width:100%;
  border-radius:4px;
  border:2px solid #333;
  background:#3c3c3c;
}

textarea:focus
{
  color:#fff;
  background:#393939;
}

.dark
{
  color:#fff;
  border-color:#fff;
  background:#2b2b2b;
}

.light
{
  color:#2b2b2b;
  border-color:#2b2b2b;
  background:#fff;
}

.sep-content
{
  height:2px;
  width:40px;
  margin:10px auto 30px;
  background:#fb0000;
}

.btn-circle
{
  width:70px;
  height:70px;
  margin-top:15px;
  padding:7px 16px;
  border:2px solid #fff;
  border-radius:35px;
  font-size:40px;
  color:#fff;
  background:0 0;
  -webkit-transition:background .3s ease-in-out;
  -moz-transition:background .3s ease-in-out;
  transition:background .3s ease-in-out;
}

.btn-circle:focus,.btn-circle:hover
{
  outline:0;
  color:#fff;
  background:rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated
{
  -webkit-transition-property:0;
  -webkit-transition-duration:1s;
  -moz-transition-property:0;
  -moz-transition-duration:1s;
}

.page-scroll .btn-circle:hover i.animated
{
  -webkit-animation-name:pulse;
  -moz-animation-name:pulse;
  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-timing-function:linear;
}

@-webkit-keyframes pulse
{
  0-webkit-transform:scale(1);
  transform:scale(1);
}

50%
{
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

100%
{
  -webkit-transform:scale(1);
  transform:scale(1);
}  
}

@-moz-keyframes pulse
{
  0-moz-transform:scale(1);
  transform:scale(1);
}

50%
{
  -moz-transform:scale(1.2);
  transform:scale(1.2);
}

100%
{
  -moz-transform:scale(1);
  transform:scale(1);
}  
}

.content-section
{
  padding-top:100px;
}

.btn
{
  text-transform:uppercase;
  font-family:'Open Sans',Helvetica,Arial,sans-serif;
  font-weight:400;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.btn-group-lg>.btn,.btn-lg
{
  padding:12px 18px;
  font-size:14px;
  line-height:1.33;
}

.btn-default
{
  border:2px solid #fff;
  color:#fff;
  background-color:transparent;
}

.btn-default:focus,.btn-default:hover
{
  border:2px solid #fb0000;
  outline:0;
  color:#fff;
  background-color:#fb0000;
}

.btn-huge
{
  padding:25px;
  font-size:26px;
}

.color-btn
{
  border:2px solid #fb0000;
  color:#fff;
}

::-moz-selection
{
  text-shadow:none;
  background:#fcfcfc;
  background:rgba(255,255,255,.2);
}

::selection
{
  text-shadow:none;
  background:#fcfcfc;
  background:rgba(255,255,255,.2);
}

img::selection
{
  background:0 0;
}

img::-moz-selection
{
  background:0 0;
}

body
{
  webkit-tap-highlight-color:rgba(255,255,255,.2);
}

.navbar
{
  margin-bottom:0;
  text-transform:uppercase;
  font-family:'Open Sans',Helvetica,Arial,sans-serif;
  background-color:#2b2b2b;
}

.navbar-brand
{
  font-weight:700;
}

.navbar-brand .fa
{
  margin:0 2px;
}

.navbar-brand:focus
{
  outline:0;
}

.navbar-custom a
{
  color:#fff;
  margin-bottom: 18px;
}

.navbar-custom .nav li
{
  -webkit-transition:background .3s ease-in-out;
  -moz-transition:background .3s ease-in-out;
  transition:background .3s ease-in-out;
}

.navbar-custom .nav li a
{
  font-weight:700;
  padding-left:2px!important;
  padding-right:2px!important;
  margin:0 14px;
  border-bottom:2px solid;
  border-color:transparent;
}

.navbar-custom .nav li a:focus,.navbar-custom .nav li a:hover,.navbar-custom .nav li.active a
{
  outline:0;
  color:#fb0000;
  background:0 0;
  border-bottom:2px solid #fb0000;
}

.navbar-toggle
{
  padding:4px 6px;
  font-size:16px;
  color:#fff;
  -webkit-transition:background .3s ease-in-out;
  -moz-transition:background .3s ease-in-out;
  transition:background .3s ease-in-out;
}

.navbar-toggle:active,.navbar-toggle:focus
{
  outline:0;
}

.navbar-toggle:hover
{
  color:#fb0000;
  -webkit-transition:background .3s ease-in-out;
  -moz-transition:background .3s ease-in-out;
  transition:background .3s ease-in-out;
}


  .navbar
  {
    padding:20px 0;
    border-bottom:0;
    letter-spacing:1px;
    background:0 0;
    -webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
    transition:background .5s ease-in-out,padding .5s ease-in-out;
  }
  
  .top-nav-collapse
  {
    padding:0;
    background-color:#0D0D0D;
  }


@mediamax-width767px {
  .navbar-custom .nav li a
  {
    border-bottom:0!important;
  }
}

.owl-controls .owl-next,.owl-controls .owl-prev
{
  color:#FFF;
  text-indent:-9999px;
  display:inline-block;
  width:50px;
  height:50px;
  font-size:12px;
  border-radius:50px;
  background:0 0;
  opacity:1;
  position:relative;
  float:left;
  overflow:hidden;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.owl-controls .owl-next
{
  float:right;
}

@media screen and max-width1370px {
  .owl-controls .owl-next
  {
    float:right;
    margin-right:0;
  }
  
  .owl-controls .owl-prev
  {
    float:left;
    margin-left:0;
  }
}

.owl-controls .owl-next:hover:before,.owl-controls .owl-prev:hover:before
{
  color:#fb0000;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.owl-controls .owl-next:before,.owl-controls .owl-prev:before
{
  content:"\f104";
  font-family:FontAwesome;
  color:#fff;
  width:50px;
  height:50px;
  position:absolute;
  top:0;
  left:0;
  right:0;
  font-size:27px;
  text-align:center;
  text-indent:0;
  line-height:50px;
}

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

.owl-controls .owl-page span
{
  display:block;
  width:9px;
  height:9px;
  margin:5px 6px;
  border-radius:6px;
  opacity:1;
  background:#ccc;
}

.owl-controls .owl-page.active span
{
  background:#fb0000;
}

#intro
{
  background:#000;
}

#intro h1
{
  font-size:86px;
  color:#fff;
  text-transform:uppercase;
  margin:20px 0 30px;
  font-weight:600;
}

@media max-width767px {
  #intro h1
  {
    font-size:56px;
    text-transform:uppercase;
    margin:100px 0 30px;
    font-weight:600;
  }
}

#intro h1 .font-light
{
  font-weight:200;
}

.media-btns
{
  position:relative;
  display:table;
  margin:0 auto 30px;
  -webkit-transition:background .3s ease-in-out;
  -moz-transition:background .3s ease-in-out;
  transition:background .3s ease-in-out;
}

.media-btns a
{
  color:#fff;
  padding:12px 24px;
  margin:4px 16px;
}

.media-btns .btn
{
  padding:12px 24px;
}

.media-btns .btn .fa
{
  margin-left:15px;
}

.media-btns .btn
{
  width:202px; /* modified : old value 170px */
  margin:4px 16px;
}

.pause-btn
{
  text-align:center;
  cursor:pointer;
  z-index:50;
  border:2px solid #fb0000;
  display:none;
  color:#fff;
  -webkit-transition:background .3s ease-in-out;
  -moz-transition:background .3s ease-in-out;
  transition:background .3s ease-in-out;
}

.play-btn
{
  text-align:center;
  cursor:pointer;
  z-index:50;
  border:2px solid #fb0000;
  display:inline-block;
  color:#fff;
  -webkit-transition:background .3s ease-in-out;
  -moz-transition:background .3s ease-in-out;
  transition:background .3s ease-in-out;
}

.pause-btn:focus,.pause-btn:hover,.play-btn:focus,.play-btn:hover
{
  outline:0;
  color:#fff;
  background:#fb0000;
  border:2px solid #fb0000;
}

.pause-btn i.animated
{
  -webkit-transition-property:0;
  -webkit-transition-duration:1s;
  -moz-transition-property:0;
  -moz-transition-duration:1s;
}

.play-btn i.animated
{
  padding-left:3px;
  -webkit-animation-name:pulse;
  -moz-animation-name:pulse;
  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-timing-function:linear;
}

.pause-btn:hover i.animated,.play-btn:hover i.animated
{
  -webkit-animation-name:pulse;
  -moz-animation-name:pulse;
  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-timing-function:linear;
}

.video-content
{
  position:relative;
  overflow:hidden;
  max-height:800px;
  min-height:800px;
}

@media max-width1012px {
  .video-content
  {
    max-height:860px;
    min-height:860px;
  }
}

.video-content .overlay
{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:50;
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/overlay-pat.png) rgba(0,0,0,.4);
}

.container-wrapper
{
  position:absolute;
  left:0;
  right:0;
  top:150px;
  bottom:0;
}

@media max-width700px {
  .container-wrapper
  {
    position:absolute;
    left:0;
    right:0;
    top:70px;
    bottom:0;
  }
  
  .video-content h3
  {
    font-size:32px!important;
    font-weight:600;
    text-align:center;
  }
}

.video-container
{
  position:relative;
  padding-bottom:56.25%;
  padding-top:20px;
  height:0;
  overflow:hidden;
  outline:0;
  border:none;
}

.video-container embed,.video-container iframe,.video-container object
{
  position:absolute;
  top:-13.5%;
  left:0;
  width:100%;
  height:100%;
  outline:0;
  border:none;
}

.video-image img
{
  top:-13.5%!important;
  position:absolute;
  left:0;
}

.video-content img
{
  display:table;
  margin:0 auto 50px;
}

.player-replace img
{
  position:absolute;
  top:-13.5%;
  left:0;
  width:100%;
  height:100%;
  outline:0;
  border:none;
}

.ytp-large-play-button
{
  display:none!important;
}

@media max-width1024px {
  .video-container embed,.video-container iframe,.video-container object
  {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }
}

.sep
{
  background:#fff;
  height:3px;
  width:10%;
  margin:40px auto;
}

.sep-small
{
  background:#ccc;
  height:1px;
  width:30px;
  margin:17px 0;
}

#owl-intro .item h3
{
  font-size:36px;
  color:#fff;
  text-align:center;
}

#owl-intro
{
  margin-bottom:40px;
  position:relative;
}

#owl-intro .item p
{
  text-align:center;
  display:block;
  width:100%;
}

#owl-intro .item
{
  padding:30px 0 0;
  overflow:hidden;
}

#owl-intro .owl-controls
{
  margin-top:30px;
}

#owl-intro .owl-controls .owl-page span
{
  display:block;
  width:9px;
  height:9px;
  margin:5px 6px;
  opacity:1;
  border-radius:50px;
  background:#fff;
}

#owl-intro .owl-controls .owl-page.active span
{
  background:#fb0000;
}

#owl-intro .owl-buttons
{
  text-align:center;
  position:absolute;
  height:0;
  top:50%;
  left:0;
  right:0;
  margin-top:-66px;
}

#owl-folio .owl-buttons
{
  text-align:center;
}

#owl-intro .owl-controls .owl-next,#owl-intro .owl-controls .owl-prev
{
  text-indent:-9999px;
  display:block;
  width:50px;
  height:50px;
  font-size:12px;
  border-radius:50px;
  background:0 0;
  opacity:1;
  position:relative;
  float:left;
  overflow:hidden;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

#owl-intro .owl-controls .owl-next
{
  float:right;
}

@media screen and max-width1370px {
  #owl-intro .owl-controls .owl-next
  {
    float:right;
    margin-right:-34px;
  }
  
  #owl-intro .owl-controls .owl-prev
  {
    float:left;
    margin-left:-34px;
  }
}

#owl-intro .owl-controls .owl-next:before,#owl-intro .owl-controls .owl-prev:before
{
  content:"\f104";
  font-family:FontAwesome;
  color:#fff;
  width:50px;
  height:50px;
  position:absolute;
  top:0;
  left:0;
  right:0;
  font-size:36px;
  text-align:center;
  text-indent:0;
  line-height:50px;
}

#owl-folio .owl-controls .owl-next:before,#owl-intro .owl-controls .owl-next:before
{
  content:"\f105";
}

.clock-wrapper
{
  position:relative;
  float:right;
  right:50%;
}

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

.flip-clock-divider .flip-clock-label
{
  color:#fff!important;
  top:-2.2em!important;
}

.flip-clock-wrapper .flip
{
  margin-bottom:39px!important;
}

.flip-clock-wrapper
{
  width:100%;
  display:inline-block;
  position:relative;
  margin:0!important;
}

.flip-clock-divider
{
  height:134px!important;
}

.flip-clock-dot.bottom
{
  bottom:62px!important;
}

@media max-width430px {
  #intro h1
  {
    font-size:46px;
    margin:0 0 30px;
  }
  
  .media-btns .btn
  {
    width:150px;
    margin:4px 6px;
  }
}

.more
{
  text-align:center;
  position:relative;
  bottom:0;
  width:100px;
  height:100px;
  display:inline-block;
  z-index:100;
  left:50%;
  margin-left:-50px;
  border-radius:50%;
  margin-top:-50px;
  background:#090909;
}

.more a
{
  font-size:36px;
  color:#fff;
  line-height:86px;
}

.more a:hover
{
  text-decoration:none;
  color:#fb0000;
}

.movie-avatar
{
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/movie-avatar-bg.png) top left no-repeat;
  width:383px;
  height:518px;
  padding-top:3px;
  padding-left:3px;
  margin-bottom:25px;
  position:relative;
}

.movie-disc
{
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/movie-avatar-disc.png) bottom center no-repeat;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}

.movie-disc:hover
{
  background-position:bottom right;
}

.movie-avatar-img
{
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  overflow:hidden;
  width:370px;
  height:512px;
}

.movie-avatar-img:before
{
  content:'';
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/movie-avatar-img-glare.png) top left no-repeat;
  z-index:999;
  position:absolute;
  display:block;
  width:100%;
  height:100%;
}

@mediamax-width420px {
  .movie-avatar,.movie-avatar-img
  {
    max-width:100%;
  }
  
  .movie-disc
  {
    background:0 0;
  }
}

h1.section-title
{
  text-transform:uppercase;
  font-size:48px;
  text-align:center;
  margin-bottom:92px;
  margin-top:16px;
}

h1.section-title:after
{
  position:relative;
  content:'';
  display:block;
  width:40px;
  height:2px;
  background:#fb0000;
  left:50%;
  margin-left:-20px;
  margin-top:26px;
}

#about
{
  padding-bottom:50px;
}

#about h3,#about h4,#about h5,#about h6
{
  margin-bottom:26px;
}

#about-sub
{
  padding-top:40px;
  padding-bottom:36px;
  background:#333;
}

#counters
{
  margin-top:32px;
  padding-left:16px;
}

.counters
{
  list-style:none;
  padding-left:2px;
}

.counters li
{
  display:block;
  position:relative;
  margin-bottom:20px;
  padding-left:32px;
  float:left;
  padding-top:10px;
  padding-right:40px;
}

.counters li span
{
  font-size:48px;
  font-weight:600;
}

.counters li:before
{
  background:#fff;
  border-radius:2px;
  content:"";
  height:100%;
  left:2px;
  top:12px;
  position:absolute;
  width:1px;
}

.counters li:after
{
  background:#fb0000;
  border-radius:3px;
  content:"";
  height:5px;
  width:5px;
  left:0;
  top:0;
  display:inline-block;
  position:absolute;
}

.counters li h5
{
  margin-bottom:0;
}

@mediamax-width640px {
  .counters li
  {
    text-align:center;
    float:none!important;
    padding:0 32px;
  }
}

#about-sub .feature-list
{
  margin-top:0;
  list-style:none;
  margin-bottom:20px;
  padding-left:0;
}

#about-sub .feature-list li
{
  margin-bottom:18px;
}

#about-sub .feature-list li .fa
{
  margin-right:16px;
  vertical-align:inherit;
}

#features
{
  padding:65px 0;
}

#expand-counters
{
  margin-bottom:35px;
}

.features-wrap
{
  padding:0;
}

.features-wrap li
{
  list-style:none;
  margin-top:25px;
}

.features-wrap h6
{
  font-size:18px;
  font-weight:400;
}

.features-wrap div
{
  border:2px solid #323232;
  width:100%;
  padding:4px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  position:relative;
}

.features-wrap div span
{
  display:table;
  height:3px;
  position:relative;
}

.expand
{
  background:#fff;
  position:absolute;
}

.expand-1,.expand-2,.expand-3,.expand-4
{
  width:0;
  -webkit-transition:all .8s ease-in-out;
  -moz-transition:all .8s ease-in-out;
  -o-transition:all .8s ease-in-out;
  transition:all .8s ease-in-out;
}

.features-wrap div span:before
{
  content:'';
  height:18px;
  width:2px;
  background:#fb0000;
  position:absolute;
  top:-7px;
  right:0;
}

.features-wrap div span:after
{
  content:'';
  width:0;
  height:0;
  border-style:solid;
  border-width:7.5px 7px 7.5px 0;
  border-color:transparent #fb0000 transparent transparent;
  position:absolute;
  right:0;
  top:-5px;
}

.features-wrap div:before
{
  content:'';
  height:15px;
  width:2px;
  background:#fb0000;
  position:absolute;
  top:-2px;
  left:2px;
}

.features-wrap div span em
{
  position:absolute;
  right:0;
  top:-45px;
  font-style:normal;
  font-weight:700;
  color:#fff;
  font-size:14px;
  padding:2px 6px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  background:#323232;
}

.panel-default>.panel-heading
{
  background:0 0;
}

.panel-heading
{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.panel-default>.panel-heading a
{
  width:100%;
  display:inline-block;
}

.panel-group .panel
{
  background-color:none;
  border:2px solid #333;
  border-radius:3px;
}

.panel
{
  background:0 0;
  box-shadow:none;
}

.panel-default>.panel-heading
{
  color:#fff;
  background-color:#3c3c3c;
  border-color:#333;
}

.panel-group .panel-heading+.panel-collapse .panel-body
{
  border-top:2px solid #333;
}

.panel-default>.panel-heading+.panel-collapse .panel-body
{
  border-top:2px solid #333;
  background:#383838;
  color:#bebebe;
}

.panel-title span
{
  float:right;
}

#movie-player
{
  position:relative;
  /*background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/movie-player-bg.jpg) center center/cover no-repeat;*/
}

.movie-player-element
{
  position:absolute;
  width:100%;
  height:100%;
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/movie-player-element.html) center center/cover no-repeat;
}

#movie-player .container
{
  padding:90px 0 70px;
}

#movie-player .damper-left
{
  position:absolute;
  z-index:10;
  width:50%;
  left:0;
  height:100%;
  border-bottom:1px solid #333;
  border-top:1px solid #333;
  -webkit-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.1);
  -moz-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.1);
  box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.1);
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/damper-pat.png) right top;
  -webkit-transition:all 1.6s ease-in-out;
  -moz-transition:all 1.6s ease-in-out;
  transition:all 1.6s ease-in-out;
}

#movie-player .damper-right
{
  position:absolute;
  z-index:10;
  width:50%;
  right:0;
  height:100%;
  border-bottom:1px solid #333;
  border-top:1px solid #333;
  -webkit-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.1);
  -moz-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.1);
  box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.1);
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/damper-pat.png) left top;
  -webkit-transition:all 1.6s ease-in-out;
  -moz-transition:all 1.6s ease-in-out;
  transition:all 1.6s ease-in-out;
}

.embed-responsive iframe
{
  min-height:490px;
  width:100%;
}

@mediamax-width640px {
  .embed-responsive iframe
  {
    min-height:320px;
    width:100%;
  }
}

#actors
{
  padding:60px 0 0;
}

#owl-actors .owl-controls .owl-page span
{
  display:block;
  width:9px;
  height:9px;
  margin:5px 6px;
  border-radius:6px;
  opacity:1;
  background:#ccc;
}

#owl-actors .owl-controls .owl-page.active span
{
  background:#fb0000;
}
#owl-actors-post .owl-controls .owl-next,#owl-actors-post .owl-controls .owl-prev,
#owl-actors .owl-controls .owl-next,#owl-actors .owl-controls .owl-prev
{
  margin-top:-40px;
  color:#fb0000;
  background:0 0;
  opacity:100;
}
#owl-actors-post .owl-controls .owl-next:before,#owl-actors-post .owl-controls .owl-prev:before,
#owl-actors .owl-controls .owl-next:before,#owl-actors .owl-controls .owl-prev:before
{
  color:#fff;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
}

#owl-actors .owl-controls .owl-next:hover:before,#owl-actors .owl-controls .owl-prev:hover:before
{
  color:#fb0000;
}

#owl-actors .owl-wrapper-outer
{
  margin-bottom:50px;
}

#actors .owl-carousel
{
  padding-bottom:30px;
}

.actor
{
  position:relative;
  background:0 0;
}

.actor img
{
  width:100%;
  height:auto;
}

.actor .details .fa
{
  font-size:18px;
  margin:0 2px;
}

.actor .social
{
  margin:50% auto 0;
  padding-bottom:20px;
  text-align:center;
  overflow:hidden;
}

.actor .social>li
{
  display:inline-block;
  margin-right:-4px;
}

.actor .social>li>a
{
  border:2px solid #fff;
  border-radius:100px;
  width:46px;
  height:46px;
  color:#fff;
  display:block;
  font-size:18px;
  line-height:44px;
  margin:0 8px;
}

.actor .social>li>a:hover
{
  background:#fff;
  color:#fb0000;
}

.avatar
{
  -webkit-opacity:1;
  -moz-opacity:1;
  opacity:1;
  -webkit-transition:all .35s ease;
  -moz-transition:all .35s ease;
  -ms-transition:all .35s ease;
  -o-transition:all .35s ease;
  transition:all .35s ease;
  -webkit-border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  overflow:hidden;
}

.actor .details
{
  position:absolute;
  -webkit-border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  overflow:hidden;
  text-align:center;
  top:0;
  left:0;
  width:100%;
  padding:20px 20px 25px;
  background:#333;
  color:#fff;
  -webkit-opacity:0;
  -moz-opacity:0;
  opacity:0;
  -webkit-transition:all .4s ease;
  -moz-transition:all .4s ease;
  -ms-transition:all .4s ease;
  -o-transition:all .4s ease;
  transition:all .4s ease;
  height:0;
}

.actor-info .heading
{
  color:#ccc;
  font-weight:600;
  font-size:19px;
  text-align:center;
  margin-bottom:12px;
}

.actor-info .sub-heading
{
  font-weight:400;
  text-align:center;
  line-height:24px;
  position:relative;
  margin-bottom:12px;
  color:#bebebe;
}

.actor-info
{
  margin-top:10px;
  padding:10px 0 18px;
  -webkit-border-bottom-right-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-bottomleft:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  background:#333;
  position:relative;
  display:inline-block;
  border-bottom:2px solid #333;
  width:100%;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}

.item:hover .actor-info
{
  border-color:#fb0000;
}

.advantages
{
  margin-top:20px;
  padding-top:30px;
  padding-bottom:20px;
  background:#333;
}

.advantages-item
{
  text-align:center;
  font-family:o padding:20px 15px 20px 15px;
}

.advantages-item .advantages-item-icon
{
  font-size:56px;
}

.advantages-item .fa
{
  margin:0 4px;
}

.section-sub-title
{
  text-align:center;
  font-size:24px;
  margin-bottom:50px;
  margin-top:30px;
}

.section-sub-title:before
{
  content:'';
  position:absolute;
  left:50%;
  margin-left:-80px;
  z-index:1;
  margin-top:52px;
  width:160px;
  height:1px;
  background:#fb0000;
}

.advantages-item h3:before
{
  content:'//';
  position:relative;
  z-index:1;
  margin-right:15px;
  color:#fb0000;
}

#gallery
{
  padding:240px 0 0;
  position:relative;
  /*background:url(https://web.archive.org/web/20190322182727im_/http://i.imgur.com/pRJQ5AX.png) center center/cover no-repeat;*/
  border-bottom:2px solid #fb0000;
}

#owl-gallery
{
  margin-top:40px;
}

.section-wrapper
{
  position:relative;
}

#owl-gallery .item img
{
  display:block;
  width:100%;
  height:auto;
}

#owl-gallery .owl-controls
{
  margin-bottom:80px;
}

#owl-gallery .owl-controls .owl-page span
{
  display:block;
  width:9px;
  height:9px;
  margin:5px 6px;
  border-radius:6px;
  opacity:1;
  background:#ccc;
}

#owl-gallery .owl-controls .owl-page.active span
{
  background:#fb0000;
}

#owl-gallery .owl-controls .owl-next,#owl-gallery .owl-controls .owl-prev
{
  margin-top:-40px;
  color:#fb0000;
  background:0 0;
  opacity:100;
}

#owl-gallery .owl-controls .owl-next:before,#owl-gallery .owl-controls .owl-prev:before
{
  color:#fff;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
}

#owl-gallery .owl-controls .owl-next:hover:before,#owl-gallery .owl-controls .owl-prev:hover:before
{
  color:#fb0000;
}

#owl-gallery .owl-buttons
{
  max-width:1140px;
  margin:0 auto;
}

#reviews
{
  padding:54px 0;
  background:#333;
}

#reviews .section-title
{
  margin-bottom:80px;
}

#owl-reviews .item span
{
  float:left;
  width:15%;
  min-width:120px;
  font-size:68px;
  line-height:none;
}

#owl-reviews .item span:before
{
  content:'//';
  position:relative;
  z-index:1;
  font-size:16px;
  margin-right:15px;
  color:#fb0000;
}

#owl-reviews .item p
{
  text-align:left;
  float:left;
  width:85%;
  margin:0;
  padding:20px 0;
}

@mediamax-width996px {
  #owl-reviews .item p
  {
    width:100%;
    text-align:center;
  }
}

#owl-reviews .owl-controls
{
  margin-top:40px;
}

#owl-reviews .owl-controls .owl-page span
{
  display:block;
  width:9px;
  height:9px;
  margin:5px 6px;
  border-radius:6px;
  opacity:1;
  background:#ccc;
}

#owl-reviews .owl-controls .owl-page.active span
{
  background:#fb0000;
}

#owl-reviews .owl-controls .owl-page
{
  position:relative;
}

#owl-reviews .owl-controls .owl-next,#owl-reviews .owl-controls .owl-prev
{
  margin-top:-40px;
  color:#fb0000;
  background:0 0;
  opacity:100;
}

#owl-reviews .owl-controls .owl-next:before,#owl-reviews .owl-controls .owl-prev:before
{
  color:#fff;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
}

#owl-reviews .owl-controls .owl-next:hover:before,#owl-reviews .owl-controls .owl-prev:hover:before
{
  color:#fb0000;
}

#blog
{
  padding:60px 0;
}

#blog h1.section-title
{
  text-transform:uppercase;
  font-size:48px;
  text-align:left;
  float:left;
  width:100%;
  margin-bottom:60px;
  margin-top:16px;
}

#blog h1.section-title:after
{
  left:0;
  margin-left:0;
}

#blog h1.section-title .fa
{
  color:#494949!important;
  margin-left:20px;
  float:right;
  margin-top:9px;
}

#blog .prev-blog-item
{
  float:left;
  width:23%;
}

#blog .next-blog-item
{
  float:right;
  width:23%;
}

#blog .next-blog-item a,#blog .prev-blog-item a
{
  text-transform:uppercase;
}

#blog .next-blog-item h3,#blog .prev-blog-item h3
{
  font-size:18px;
}

#blog .blog-item
{
  float:left;
  width:54%;
  padding:22px 35px;
  margin-bottom:32px;
}

#blog .blog-item img
{
  width:100%;
  height:auto;
}

#blog .blog-item .blog-item-img
{
  width:100%;
  height:auto;
  max-height:438px;
  overflow:hidden;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  border-bottom:2px solid #fb0000;
}

@mediamax-width992px {
  #blog .next-blog-item,#blog .prev-blog-item
  {
    float:left;
    width:100%;
  }
  
  #blog .blog-item
  {
    float:left;
    width:100%;
    padding:22px 0;
  }
}

.blog-item-content
{
  width:100%;
  position:relative;
  height:100%;
}

.blog-item-info
{
  width:15%;
  height:100%;
  float:left;
  position:relative;
  margin-top:22px;
  padding-bottom:10px;
}

.blog-item-info span
{
  width:100%;
  display:inline-block;
  text-align:center;
  font-size:26px;
}

.blog-item-info>small
{
  border-bottom:1px solid #fb0000;
  margin-top:5px;
  padding-bottom:15px;
  width:100%;
  display:inline-block;
  font-size:14px;
  text-align:center;
  text-transform:uppercase;
  margin-bottom:16px;
}

.blog-item-info a .fa
{
  font-size:16px;
  margin-right:6px;
}

.blog-item-info a:hover .fa:before
{
  content:'\f086';
  display:inline-block;
  font-family:FontAwesome;
  font-style:normal;
  font-weight:400;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.blog-item-info a
{
  width:100%;
  display:inline-block;
  text-align:center;
  font-size:16px;
}

.blog-item-text
{
  width:85%;
  padding-left:25px;
  float:left;
  margin-top:20px;
  border-left:1px dotted #fb0000;
  min-height:129px;
}

.blog-item-text h3
{
  margin-top:0;
}

.blog-item-text p
{
  margin-bottom:8px;
}

.blog-item-text a
{
  color:#fff;
}

.blog-item-text a:hover
{
  color:#fb0000;
}

#owl-blog .owl-controls
{
  margin-top:10px;
}

@mediamax-width1012px {
  #owl-blog .owl-controls
  {
    margin-top:60px;
  }
}

#owl-blog .owl-controls .owl-page span
{
  display:block;
  width:9px;
  height:9px;
  margin:5px 6px;
  border-radius:6px;
  opacity:1;
  background:#ccc;
}

#owl-blog .owl-controls .owl-page.active span
{
  background:#fb0000;
}

#owl-blog .owl-controls .owl-page
{
  position:relative;
}

#owl-blog .owl-wrapper-outer
{
  display:inline-block!important;
}

#owl-blog .owl-controls .owl-next,#owl-blog .owl-controls .owl-prev
{
  margin-top:-40px;
  color:#fb0000;
  background:0 0;
  opacity:100;
}

#owl-blog .owl-controls .owl-next:before,#owl-blog .owl-controls .owl-prev:before
{
  color:#fff;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
}

#owl-blog .owl-controls .owl-next:hover:before,#owl-blog .owl-controls .owl-prev:hover:before
{
  color:#fb0000;
}

#contact
{
  padding:70px 0 0;
  /*background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/contact-bg.jpg) center center/cover no-repeat;*/
  position:relative;
}

.social-buttons li
{
  text-align:center;
  padding:0 20px;
  width:20%;
  list-style:none;
  float:left;
  margin:30px 0;
}

.social-buttons a
{
  color:#fff!important;
}

.social-buttons li span
{
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  display:inline-block;
  padding-top:25px;
  padding-bottom:7px;
  border-bottom:1px solid transparent;
}

.social-buttons li:hover span
{
  margin-top:-6px;
  margin-bottom:6px;
  color:#fb0000;
  border-bottom:1px solid #fff;
}

.social-buttons li .fa
{
  display:inline-block;
  width:100%;
  font-size:48px;
}

@mediamax-width767px {
  .social-buttons li
  {
    width:100%;
  }
  
  .social-buttons li .fa
  {
    font-size:62px;
  }
}

.footer-line
{
  height:3px;
  background:#fb0000;
  bottom:0;
  position:relative;
  width:100%;
}

.copyright
{
  position:relative;
  padding:30px 0;
  line-height:24px;
}

#page-name
{
  padding:160px 0 120px;
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/movie-player-bg.html) center center/cover no-repeat fixed;
  position:relative;
  text-align:center;
}

#page-name h1
{
  font-size:58px;
  text-transform:uppercase;
  margin-bottom:46px;
}

#page-name h1:after
{
  position:relative;
  content:'';
  display:block;
  width:40px;
  height:2px;
  background:#fb0000;
  left:50%;
  margin-left:-20px;
  margin-top:25px;
}

.sidebar-widget
{
  margin-bottom:35px;
}

.sidebar-widget h4
{
  text-transform:uppercase;
  font-size:21px;
  margin:0 0 30px;
  font-weight:600;
}

.sidebar-widget h4:after
{
  content:'';
  position:relative;
  display:block;
  width:40px;
  height:2px;
  background:#fb0000;
  margin-top:20px;
  margin-bottom:16px;
}

.sidebar-widget input
{
  display:inline-block;
  min-height:52px;
  margin-bottom:10px;
  padding-left:20px;
  padding-right:45px;
  outline:0!important;
  width:100%;
  border-radius:4px;
  border:2px solid #333;
  background:#3c3c3c;
}

.sidebar-widget input:focus
{
  color:#fff;
  background:#393939;
}

.search
{
  position:relative;
}

.search-form
{
  position:relative;
  display:inline-block;
  width:100%;
}

.search-form .search-button
{
  position:absolute;
  top:0;
  right:0;
  width:48px;
  height:48px;
  background:0 0;
  border:none;
  outline:0;
  color:#fb0000;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}

.search-form .search-button:hover
{
  color:#fff;
}

.sidebar-categories
{
  padding:0;
  margin-top:-2px;
}

.sidebar-categories li
{
  list-style:none;
  font-size:16px;
  color:#bebebe;
  margin-bottom:7px;
  position:relative;
  padding:12px 0;
  border-bottom:1px solid #333;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

.sidebar-categories li a
{
  color:#bebebe;
  display:inline-block;
  width:76%;
}

.sidebar-categories li:hover a
{
  color:#fb0000;
}

.sidebar-categories li:hover
{
  color:#fb0000;
  padding-left:4px;
}

.sidebar-categories li:hover:before
{
  font-family:FontAwesome;
  content:'\f054';
  color:#fb0000;
  margin-right:10px;
  font-size:15px;
}

.sidebar-categories li .counter-list
{
  float:right;
  color:#fb0000;
  font-weight:600;
}

.latest-blog-list
{
  padding:0;
}

.latest-blog-list li
{
  list-style:none;
  font-size:16px;
  color:#999;
  margin-bottom:7px;
  padding-bottom:20px;
  position:relative;
  border-bottom:1px solid #333;
}

.latest-blog-list li span
{
  display:inline-block;
  color:#fff;
  float:left;
  text-align:left;
  font-size:26px;
}

.latest-blog-list li small
{
  display:inline-block;
  color:#fff;
  margin-top:13px;
  margin-left:6px;
  text-transform:uppercase;
  font-size:14px;
}

.latest-blog-list-comments
{
  float:right;
  position:relative;
}

.latest-blog-list-comments .fa
{
  font-size:16px;
  margin-right:6px;
  color:#fb0000;
}

.latest-blog-list li p a
{
  color:#bebebe;
}

.latest-blog-list li p a:hover
{
  color:#fb0000;
}

.latest-blog-list li p a:before
{
  content:'//';
  color:#fb0000;
  width:100%;
  display:inline-block;
  margin:4px 0;
}

.sidebar-widget p
{
  font-size:16px;
  line-height:24px;
  margin-bottom:0;
}

.tags-list
{
  padding:0;
  display:inline-block;
}

.tags-list li
{
  float:left;
  margin-right:6px;
  margin-bottom:10px;
  list-style:none;
}

.tags-list li a
{
  background:0 0;
  color:#fff;
  border:2px solid #fb0000;
  border-radius:4px;
  padding:10px 20px;
  display:table;
}

.tags-list li a:before
{
  content:'';
  width:6px;
  height:6px;
  border-radius:50%;
  top:-2px;
  left:-2px;
  margin-right:10px;
  display:inline-block;
  position:relative;
  background:#fff;
}

.tags-list li a:hover
{
  background:#fb0000;
  color:#fff;
}

.blog-item-full
{
  width:100%!important;
  padding:0!important;
  margin-bottom:0!important;
}

.blog-informers
{
  list-style:none;
  color:#bebebe;
  padding:20px 0;
}

.blog-informers a
{
  color:#bebebe;
}

.blog-informers li
{
  list-style:none;
  float:left;
  margin-left:8px;
}

.blog-informers li:first-child
{
  margin-left:0;
}

.blog-informers li .fa
{
  margin:0 10px;
  color:#fff;
}

blockquote
{
  padding:0;
  margin:0 0 40px 50px;
  color:#bebebe;
  font-size:16px!important;
  border-left:none;
  line-height:normal;
  font-weight:400;
}

blockquote:before
{
  content:"\f10e";
  display:inline-block;
  font-family:FontAwesome;
  font-style:normal;
  font-weight:400;
  line-height:1;
  font-size:24px;
  color:#fb0000;
  position:absolute;
  left:20px;
  margin-top:4px;
}

.blog-extra span
{
  font-size:15px;
  padding:4px 0;
}

.blog-extra span a
{
  color:#bebebe;
}

.blog-extra span a:hover
{
  color:#fff;
  border-bottom:1px dotted #fff;
}

.blog-extra
{
  border-bottom:1px solid #fb0000;
  padding:0 0 26px;
  margin-bottom:60px;
}

.comments-area
{
  margin-top:20px;
}

.comments-area h3
{
  font-size:28px;
  text-align:center;
  margin-bottom:56px;
  text-transform:uppercase;
}

.comments-area .comment-respond .comments-line
{
  padding:20px;
  margin-bottom:20px;
  border:1px solid #ccc;
  width:100%;
  outline:0;
  resize:none;
  font-style:italic;
}

.comments-area#project-comment .comment-respond .comments-line
{
  margin-bottom:30px;
}

.comments-area .comment-respond .comments-area
{
  padding:10px;
  margin-bottom:10px;
  border:1px solid #ccc;
  width:100%;
  outline:0;
  height:144px;
  resize:none;
  font-style:italic;
}

.comments-area .comment
{
  margin-bottom:32px;
  padding-bottom:32px;
  border-bottom:1px solid #333;
}

.comments-area .commentlist .children
{
  margin-left:55px;
  list-style:none;
}

.comments-area .commentlist .children:before
{
  content:"\f149";
  display:inline-block;
  font-family:FontAwesome;
  font-style:normal;
  font-weight:400;
  line-height:1;
  left:0;
  margin-top:3px;
  margin-left:24px;
  color:#bebebe;
  position:absolute;
}

.comment-reply-link .fa
{
  margin:0 8px;
}

.comments-area .comment .comment-info
{
  display:block;
  margin-bottom:16px;
  font-size:16px;
  font-weight:600;
}

.comments-area .comment .comment-info span
{
  font-size:15px;
  color:#bebebe;
  width:100%;
  margin-top:8px;
  display:inline-block;
  font-weight:400;
}

.comments-area .comment p
{
  color:#bebebe;
  font-size:16px;
  padding-bottom:0;
  margin-bottom:0;
}

.comments-area .commentlist
{
  margin-bottom:60px;
  list-style:none;
}

.comment-form-wrapper input
{
  margin-bottom:20px;
  margin-top:20px;
}

.comment-form input
{
  display:inline-block;
  min-height:52px;
  margin-bottom:10px;
  padding-left:20px;
  padding-right:20px;
  outline:0!important;
  width:100%;
  border-radius:4px;
  border:2px solid #333;
  background:#3c3c3c;
}

.comment-form input:focus
{
  color:#fff;
  background:#393939;
}

.comment-form-wrapper button
{
  cursor:pointer;
  width:100%;
  height:auto;
  background:0 0;
  text-transform:uppercase;
  display:block;
  margin-top:25px;
  margin-bottom:58px;
  border:2px solid #fb0000;
  border-radius:4px;
  padding:12px 36px;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}

.comment-form-wrapper button:hover
{
  background:#fb0000;
  color:#fff;
}

.comment-form-wrapper button .fa
{
  margin-left:15px;
}

.comment-form-wrapper
{
  margin-top:45px;
}

.comment-form-wrapper textarea
{
  resize:vertical;
  min-height:180px;
  margin-top:15px;
}

.back-to-main
{
  display:inline-block;
  min-height:48px;
  line-height:48px;
  margin-bottom:45px;
  padding-left:20px;
  padding-right:20px;
  outline:0!important;
  width:100%;
  border-radius:4px;
  background:#333;
  color:#fff;
  border:2px solid #333;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}

.back-to-main:hover
{
  -webkit-box-shadow:inset 52px 0 0 0 rgba(60,60,60,1);
  -moz-box-shadow:inset 52px 0 0 0 rgba(60,60,60,1);
  box-shadow:inset 52px 0 0 0 rgba(60,60,60,1);
}

.back-to-main:hover .fa
{
  padding-right:30px;
}

.back-to-main .fa
{
  color:#fb0000;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}

.pagination
{
  margin:30px 0 56px;
  display:inline-block;
  position:relative;
  width:100%;
}

.pagination ul li
{
  list-style:none;
  float:left;
}

.pagination ul li a
{
  padding:10px 18px;
  margin:0 6px;
  text-align:center;
  font-size:16px;
  font-weight:600;
  border:2px solid #fb0000;
  border-radius:4px;
  color:#fff;
  -webkit-transition:background .3s ease-in-out;
  -moz-transition:background .3s ease-in-out;
  transition:background .3s ease-in-out;
}

.pagination ul li a:hover,.pagination ul li.active a
{
  background:#fb0000;
  color:#fff;
}

.pagination ul .next
{
  float:right;
}

.pagination ul .next a
{
  padding:10px 24px;
}

#page-404
{
  min-height:100%;
  width:100%;
  position:relative;
  background:url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/fifty-shades-of-grey-movie-bg3.html) top center/cover no-repeat fixed;
  -webkit-font-smoothing:subpixel-antialiased;
}

.page-404-container
{
  position:absolute;
  left:50%;
  top:46%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  display:inline-block;
}

.page-404-container h1
{
  font-size:232px;
  font-weight:400;
}

.page-404-container .back-to-main
{
  margin-top:-20px;
}

.page-404-container .back-to-main .fa
{
  float:left;
  display:block;
  line-height:46px;
}

/*.wp1,.wp10,.wp11,.wp2,.wp3,.wp4,.wp5,.wp6,.wp7,.wp8,.wp9
{
  visibility:hidden;
}*/

#view_more_posts{ border:1px solid #ccc; background-color:#EFEFEF; border-radius:4px; line-height:40px; text-align:center; font-size:18px; color:#000; cursor:pointer;}

.bounceInLeft,.bounceInRight,.fadeInDown,.fadeInLeft,.fadeInRight,.fadeInUp,.fadeInUpDelay
{
  visibility:visible;
}

.delay-05s
{
  animation-delay:.5s;
  -webkit-animation-delay:.5s;
}

.delay-1s
{
  animation-delay:1s;
  -webkit-animation-delay:1s;
}

<style> .vjs-default-skin .vjs-big-play-button
{
  top:50%;
  left:50%;
  margin:-4em auto auto -6em;
}

.blockVidNew{
	background: transparent !important;
	padding-top: 8% !important;
	top: 0px;
}
.player-error p{
	/* margin:0px !important; */
	line-height:0px !important;
	padding-top: 9px !important;
}



@media(max-width: 480px){
  .movie-disc{
   display: none;
  }
  .social-buttons li {
text-align: center;
padding: 0px 0px;
width: 33%;
list-style: none;
float: left;
margin: 30px 0;
}
h1.section-title {
text-transform: uppercase;
font-size: 45px;
text-align: center;
margin-bottom: 92px;
margin-top: 16px;
}

.mrg_left{
  margin-left: 25%;
}
}
.embed-responsive{ position:relative}
#player{ z-index:1;}
#player{position:relative;overflow:hidden;min-height:100px;}
a#playnow{display:block;position:relative;outline:none;}
a#playnow{ visibility:hidden}
.movie-loading{position:absolute;width:100%;height:100%;z-index:400;background:#000;top:0;left:0;}
.movie-loader{width:100%;height:100%;background:transparent url(/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/img/loader01.gif) center center no-repeat;display:none;}
.shadow{position:absolute;width:100%;height:100%;display:block;z-index:100;box-shadow:inset 0 5px 50px rgba(0,0,0,.3),inset 0 -5px 50px rgba(0,0,0,.3);top:0;left:0;}
a#playnow:before{font-family:dashicons;content:"\f236";font-size:90px;color:#000;opacity:0.7;position:absolute;width:50%;height:50%;left:50%;margin-left:-45px;top:50%;margin-top:-45px;text-shadow:0 0 100px #fff;z-index:200;}
a#playnow:hover > .shadow{background-color:rgba(0,0,0,.4);box-shadow:none;}
.player-container:hover > a#playnow:before{color:#09f;text-shadow:0 0 8px #000;opacity:1;}
#controls{width:100%;position:absolute;bottom:-50px;}
#player:hover > #controls{bottom:5px;}
.controls-wraper{margin:0 15px;height:30px;background-color:#111;background-color:rgba(0,0,0,.7);color:#999;position:relative;z-index:300;}
a.play{color:#999;}
.play:before,.quality:before,.fullscreen:before{font-family:dashicons;position:relative;}
.play:hover,.quality:hover,.fullscreen:hover{cursor:pointer;color:#fff;}
.play:before{content:"\f139";font-size:40px;float:left;top:-13px;}
.duration{position:relative;float:left;font-size:12px;font-family:Arial, Helvetica, sans-serif;top:7px;color:#999;}
.dmax{color:#fff;}
.progress{display:block;margin:0 100px 0 170px;position:relative;top:9px;background:#000; height:10px;}
.buffering{position:relative;height:10px;background:#000;display:block;width:100%;}
.progressbar{position:absolute;height:10px;width:100%;background:#FFF;display:block;top:0;left:0;}
.buffering::after{content:'';opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;background:Red;-webkit-animation: animate-shine 200s ease-in;-moz-animation: animate-shine 200s ease-in;animation: animate-shine 200s ease-in;}
@-webkit-keyframes animate-shine{0%{opacity:1;width:0;}50%{opacity:1;}100%{opacity:1;width:100%;}}
@-moz-keyframes animate-shine{0%{opacity:1;width:0;}50%{opacity: 1;}100%{opacity:1;width:100%;}}
@-webkit-keyframes animate-progress{0%{opacity:1;width:0;}50%{opacity:1;}100%{opacity:1;width:100%;}}
@-moz-keyframes animate-progress{0%{opacity:1;width:0;}50%{opacity: 1;}100%{opacity:1;width:100%;}}
.quality,.fullscreen{position:relative;float:right;top:-9px;}
.quality .hd{position:absolute;background:#c00;color:#fff;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;font-family:Arial, Helvetica, sans-serif;font-size:7px;font-weight:bold;padding:1px 3px;top:9px;left:5px;}
.quality:before{content:"\f111";font-size:20px;float:right;top:0px;right:22px;margin-right:15px;}
.fullscreen:before{content:"\f211";font-size:24px;float:right;top:-3px;right:5px;}
#table-content{position:relative;padding:5px 15px 15px 15px;background-color:#d0d0d0;background-color:rgba(0, 0, 0, 0.6);}
table#movie-detail{position:relative;border-collapse:collapse;}
#movie-detail td{padding:3px 5px;vertical-align:top;}
#movie-detail tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: #fff;
}
td.tdtitle{white-space:nowrap;}
#movie-detail td.storyline{padding:5px 0 10px 0;}
#bub1,#bub2,#bub3{width:200%;height:150%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;position:fixed;display:block;box-shadow:0 20px 30px rgba(0, 0, 0, 0.5), inset 0px 10px 50px 1px rgba(255, 255, 255, .5);-webkit-box-shadow:0 20px 30px rgba(0, 0, 0, 0.5), inset 0px 10px 50px 1px rgba(255, 255, 255, .5);-moz-box-shadow:0 20px 30px rgba(0, 0, 0, 0.5), inset 0px 10px 50px 1px rgba(255, 255, 255, .5);}
#bub1{left:40%;top:-70%;}
#bub2{left:-25%;top:-100%;}
#bub3{left:-50%;top:-80%;}
#similar-movies{clear:both;padding:5px 0 10px 0;background-color:#0B0B0B;background-color:rgba(0,0,0,.3);}
#similar-movies h3{margin:0 15px 3px 15px;padding:2px 0;color:#fff;text-shadow:0 1px 1px #000;}
#similar-movies h3:before{font-family:dashicons;display:inline-block;content:"\f234";position:relative;margin-right:10px;font-size:24px;top:4px;}
#owl-slider{margin:5px 15px;overflow:hidden;}
.owl-item{display:inline-block;margin-right:5px;width:92px;}
#footer{clear:both;}
#footer .wrapper{padding:5px 0 15px 0;}
#cboxOverlay{background-color:#fff;background-color:rgba(255,255,255,.8);height:100%;width:100%;display:block;position:absolute;top:0;left:0;z-index:900;}
#colorbox{outline:none;position:fixed !important;z-index:1000;width:40% !important;height:auto !important;left:30% !important;top:25% !important;}
button#cboxClose{background:none;border:none;outline:none;position:absolute;top:5px;right:5px;color:#000;width:22px;height:22px;overflow:hidden;}
#cboxWrapper,#cboxContent,#cboxLoadedContent{width:100% !important;height:auto !important;position:relative;}
button#cboxClose:before{font-family:dashicons;content:"\f335";font-size:22px;}
#cboxClose:hover{color:#fff;cursor:pointer;}
#login{position:relative;}
#login h3{background-color:#09f;background-color:rgba(0,153,255,.8);color:#fff;text-shadow:0 1px 1px #000;padding:3px 15px;}
.login-info{margin:10px 0;padding:5px 15px;background-color:#900;background-color:rgba(153,0,0,.5);color:#fff;text-shadow:0 1px 1px #000;font-size:12px;text-align:center;}
.login-info:before{font-family:dashicons;content:"\f348";position:relative;margin-right:10px;top:3px;color:#c00;}
.login-icon{text-align:center;}
.login-icon:before{font-family:dashicons;content:"\f110";color:#09f;font-size:60px;text-shadow:0 1px 1px #000;}
#login-form{background-color:#222;background-color:rgba(0,0,0,.7);padding:15px;font-family:Arial, Helvetica, sans-serif;}
.input-wrapper{position:relative;}
#username,#password{display:block;outline:none;margin:5px 0;padding:8px 0;text-indent:8px;border:1px solid #333;width:100%;background:#000;font-size:16px;font-weight:bold;color:#fff;box-shadow: inset 0 -1px rgba(255,255,255,.5);}
#username:focus,#password:focus{border-color:#09f;box-shadow:none;}
.login-status{display:inline-block;font-size:14px;text-shadow:0 1px 1px #000;}
.status-wrapper{height:18px;margin-bottom:10px;overflow:hidden;}
#login-submit,a#register{display:inline-block;vertical-align:top;position:relative;float:right;top:10px;padding:5px 15px;font-size:16px;background-color:#09f;opacity:0.8;background-color:rgba(0,153,255,.8);color:#fff;font-weight:bold;text-shadow:0 1px 1px #000;}
#login-submit:hover,a#register:hover{cursor:pointer;opacity:1;background-color:rgba(0,153,255,1);}
.login-wait,.login-error{display:none;}
.login-wait{color:#09f;}
.login-error{color:#c00;}
.waiting:before,.login-error:before{font-family:dashicons;position:relative;margin-right:5px;top:3px;width:14px;height:14px;}
.waiting:before{content:"\f463";}
.login-error:before{content:"\f153";}
.waiting{display:inline-block;width:14px;height:19px;margin-right:5px;-webkit-animation:spinning 2s infinite linear;-moz-animation:spinning 2s infinite linear;animation:spinning 2s infinite linear;}
@-webkit-keyframes spinning{from{-webkit-transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);}}
@-moz-keyframes spinning{from{-moz-transform:rotate(0deg);}to{-moz-transform:rotate(360deg);}}
@keyframes spinning{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
.checkbox{font-size:14px;position:relative;text-shadow:0 1px 1px #000;}
input[type=checkbox]{display:none;box-sizing:border-box;padding:0;}  
.checkbox label:before{content:"";display:inline-block;width:14px;height:14px;overflow:hidden;margin-right:10px;position:relative;top:2px;left:2px;background-color:#000;box-shadow:inset 0px 2px 3px 0px rgba(0, 0, 0, .3),0px 1px 0px 0px rgba(255,255,255,.5);}
input[type=checkbox]:checked + label:before{content:"\2713";text-shadow:1px 1px 1px rgba(0,0,0,.2);font-size:14px;color:#09f;text-align:center;line-height:14px;text-shadow:0 1px 1px #000;}
#new-account{clear:both;margin:15px -15px -15px -15px;padding:15px;background-color:#111;background-color:rgba(0,0,0,.5);color:#fff;text-shadow:0 1px 1px #000;position:relative;} 
.noaccount,.newregister{display:inline-block;}
.noaccount{position:relative;}
.notitle{font-weight:bold;}
.noinfo{font-size:12px;color:#ccc;padding-right:200px;}
.newregister{float:right;position:absolute;right:15px;top:15px;}
a#register{top:0;}
a,a#playnow:before,.shadow,#controls,img.impos{
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
@media screen and (max-width:  1000px) {
	#header .wrapper{padding:15px;}
	.freereg{right:15px;}
	#footer .wrapper{padding:5px 15px 15px 15px;}
	#colorbox{width:50% !important;height:auto !important;left:25% !important;}
}
@media screen and (max-width:  800px) {
	#colorbox{width:60% !important;height:auto !important;left:20% !important;}
}
@media screen and (max-width:  600px) {
	#site-title,.description,.credit{text-align:center;}
	.freereg{display:block;margin-top:15px;float:none;position:relative;top:0;right:0;text-align:center;}
	.freereg a{display:block;}
	img.impo{display:none;}
	#colorbox{width:70% !important;height:auto !important;left:15% !important;position:absolute !important;}
	.noaccount,.newregister{display:block;margin-bottom:10px;text-align:center;}
	.noinfo{padding-right:0;}
	.newregister{float:none;position:relative;right:0;}
	a#register{float:none;}
}
@media screen and (max-width:  480px) {
	#colorbox{width:80% !important;height:auto !important;left:10% !important;top:10% !important;}
	td.tdtitle{white-space:normal;}
}
@media screen and (max-width:  320px) {
	#colorbox{width:90% !important;height:auto !important;left:5% !important;top:5% !important;}
}


.pagebanner{ background-repeat:no-repeat; background-size:cover; background-attachment:fixed}
.content{ padding:30px;}
#similar-movies{ overflow:hidden}
.item{ float:left; margin:10px}

@font-face {
	font-family: "dashicons";
	src: url("/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/css/fonts/dashicons.html");
}

@font-face {
    font-family: "dashicons";
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'),
    	url("/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/css/fonts/dashicons-2.html") format("truetype"),
		url("/web/20190322182727im_/https://abohemianrhapsodyfull.com/wp-content/themes/movielit/css/fonts/dashicons-3.html#dashicons") format("svg");
	font-weight: normal;
	font-style: normal;
}

.dashicons {
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 1;
	font-family: "dashicons";
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	text-align: center;
}


/* Admin Menu Icons */

.dashicons-menu:before {
	content:"\f333";
}

.dashicons-admin-site:before {
	content:"\f319";
}

.dashicons-dashboard:before {
	content:"\f226";
}

.dashicons-admin-media:before {
	content: "\f104";
}

.dashicons-admin-page:before {
	content: "\f105";
}

.dashicons-admin-comments:before {
	content: "\f101";
}

.dashicons-admin-appearance:before {
	content: "\f100";
}

.dashicons-admin-plugins:before {
	content: "\f106";
}

.dashicons-admin-users:before {
	content: "\f110";
}

.dashicons-admin-tools:before {
	content: "\f107";
}

.dashicons-admin-settings:before {
	content: "\f108";
}

.dashicons-admin-network:before {
	content: "\f112";
}

.dashicons-admin-generic:before {
	content: "\f111";
}

.dashicons-admin-home:before {
	content: "\f102";
}

.dashicons-admin-collapse:before {
	content:"\f148";
}


/* Both Admin Menu and Post Formats */

.dashicons-admin-links:before,
.dashicons-format-links:before {
	content: "\f103";
}

.dashicons-admin-post:before,
.dashicons-format-standard:before {
	content: "\f109";
}


/* Post Format Icons */

.dashicons-format-image:before {
	content: "\f128";
}

.dashicons-format-gallery:before {
	content: "\f161";
}

.dashicons-format-audio:before {
	content: "\f127";
}

.dashicons-format-video:before {
	content: "\f126";
}

.dashicons-format-chat:before {
	content: "\f125";
}

.dashicons-format-status:before {
	content: "\f130";
}

.dashicons-format-aside:before {
	content: "\f123";
}

.dashicons-format-quote:before {
	content: "\f122";
}


/* Welcome Screen Icons */

.dashicons-welcome-write-blog:before,
.dashicons-welcome-edit-page:before {
	content:"\f119";
}

.dashicons-welcome-add-page:before {
	content:"\f133";
}

.dashicons-welcome-view-site:before {
	content:"\f115";
}

.dashicons-welcome-widgets-menus:before {
	content:"\f116";
}

.dashicons-welcome-comments:before {
	content:"\f117";
}

.dashicons-welcome-learn-more:before {
	content:"\f118";
}


/* Image Editing Icons */

.dashicons-image-crop:before {
	content:"\f165";
}

.dashicons-image-rotate-left:before {
	content:"\f166";	
}

.dashicons-image-rotate-right:before {
	content:"\f167";
}

.dashicons-image-flip-vertical:before {
	content:"\f168";
}

.dashicons-image-flip-horizontal:before {
	content:"\f169";
}


/* Both Image Editing and TinyMCE */ 

.dashicons-undo:before {
	content:"\f171";
}

.dashicons-redo:before {
	content:"\f172";
}

/* TinyMCE Icons */

.dashicons-editor-bold:before {
	content:"\f200";	
}

.dashicons-editor-italic:before {
	content:"\f201";	
}

.dashicons-editor-ul:before {
	content:"\f203";	
}

.dashicons-editor-ol:before {
	content:"\f204";	
}

.dashicons-editor-quote:before {
	content:"\f205";	
}

.dashicons-editor-alignleft:before {
	content:"\f206";	
}

.dashicons-editor-aligncenter:before {
	content:"\f207";	
}

.dashicons-editor-alignright:before {
	content:"\f208";	
}

.dashicons-editor-insertmore:before {
	content:"\f209";	
}

.dashicons-editor-spellcheck:before {
	content:"\f210";	
}

.dashicons-editor-distractionfree:before {
	content:"\f211";	
}

.dashicons-editor-kitchensink:before {
	content:"\f212";	
}

.dashicons-editor-underline:before {
	content:"\f213";	
}

.dashicons-editor-justify:before {
	content:"\f214";	
}

.dashicons-editor-textcolor:before {
	content:"\f215";	
}

.dashicons-editor-paste-word:before {
	content:"\f216";	
}

.dashicons-editor-paste-text:before {
	content:"\f217";	
}

.dashicons-editor-removeformatting:before {
	content:"\f218";
}

.dashicons-editor-video:before {
	content:"\f219";
}

.dashicons-editor-customchar:before {
	content:"\f220";
}

.dashicons-editor-outdent:before {
	content:"\f221";
}

.dashicons-editor-indent:before {
	content:"\f222";
}

.dashicons-editor-help:before {
	content:"\f223";
}

.dashicons-editor-strikethrough:before {
	content:"\f224";
}

.dashicons-editor-unlink:before {
	content:"\f225";
}

.dashicons-editor-rtl:before {
	content:"\f320";
}


/* Post Icons */

.dashicons-align-left:before {
	content:"\f135";
}

.dashicons-align-right:before {
	content:"\f136";
}

.dashicons-align-center:before {
	content:"\f134";
}

.dashicons-align-none:before {
	content:"\f138";
}

.dashicons-lock:before {
	content:"\f160";
}

.dashicons-calendar:before {
	content:"\f145";
}

.dashicons-visibility:before {
	content:"\f177";
}

.dashicons-post-status:before {
	content:"\f173";
}

.dashicons-edit:before {
	content:"\f464";
}

.dashicons-trash:before {
	content:"\f182";
}


/* Sorting */

.dashicons-arrow-up:before {
	content:"\f142";
}

.dashicons-arrow-down:before {
	content:"\f140";
}

.dashicons-arrow-left:before {
	content:"\f141";
}

.dashicons-arrow-right:before {
	content:"\f139";
}

.dashicons-arrow-up-alt:before {
	content:"\f342";
}

.dashicons-arrow-down-alt:before {
	content:"\f346";
}

.dashicons-arrow-left-alt:before {
	content:"\f340";
}

.dashicons-arrow-right-alt:before {
	content:"\f344";
}

.dashicons-arrow-up-alt2:before {
	content:"\f343";
}

.dashicons-arrow-down-alt2:before {
	content:"\f347";
}

.dashicons-arrow-left-alt2:before {
	content:"\f341";
}

.dashicons-arrow-right-alt2:before {
	content:"\f345";
}

.dashicons-leftright:before {
	content:"\f229";
}

.dashicons-sort:before {
	content:"\f156";
}

.dashicons-list-view:before {
	content:"\f163";
}

.dashicons-exerpt-view:before {
	content:"\f164";
}


/* Social Icons */

.dashicons-share:before {
	content:"\f237";
}

.dashicons-share1:before { 
	content:"\f237";
}

.dashicons-share-alt:before { 
	content:"\f240";
}

.dashicons-share-alt2:before { 
	content:"\f242";
}

.dashicons-twitter:before { 
	content:"\f301";
}

.dashicons-rss:before { 
	content:"\f303";
}

.dashicons-email:before {
	content:"\f465";	
}

.dashicons-email-alt:before {
	content:"\f466";	
}

.dashicons-facebook:before { 
	content:"\f304";
}

.dashicons-facebook-alt:before { 
	content:"\f305";
}

.dashicons-networking:before { 
	content:"\f325";
}

.dashicons-googleplus:before { 
	content:"\f462";
}


/* Jobs Icons */

.dashicons-hammer:before { 
	content:"\f308";
}

.dashicons-art:before { 
	content:"\f309";
}

.dashicons-migrate:before { 
	content:"\f310";
}

.dashicons-performance:before { 
	content:"\f311";
}


/* Internal/Products */

.dashicons-wordpress:before {
	content:"\f120";
}

.dashicons-wordpress-alt:before {
	content:"\f324";	
}

.dashicons-pressthis:before {
	content:"\f157";
}

.dashicons-update:before {
	content:"\f463";
}

.dashicons-screenoptions:before {
	content:"\f180";
}

.dashicons-info:before {
	content:"\f348";
}

.dashicons-cart:before {
	content:"\f174";
}

.dashicons-feedback:before {
	content:"\f175";
}

.dashicons-cloud:before {
	content:"\f176";
}

.dashicons-translation:before {
	content:"\f326";
}


/* Taxonomies */

.dashicons-tag:before { 
	content:"\f323";
}

.dashicons-category:before { 
	content:"\f318";
}


/* Alerts/Notifications/Flags */

.dashicons-yes:before {
	content:"\f147";
}

.dashicons-no:before {
	content:"\f158";
}

.dashicons-no-alt:before {
	content:"\f335";
}

.dashicons-plus:before {
	content:"\f132";
}

.dashicons-minus:before {
	content:"\f460";
}

.dashicons-dismiss:before {
	content:"\f153";
}

.dashicons-marker:before {
	content:"\f159";
}

.dashicons-star-filled:before {
	content:"\f155";
}

.dashicons-star-half:before {
	content:"\f459";
}

.dashicons-star-empty:before {
	content:"\f154";
}

.dashicons-flag:before {
	content:"\f227";
}


/* Misc/CPT */

.dashicons-location:before {
	content:"\f230";
}

.dashicons-location-alt:before {
	content:"\f231";
}

.dashicons-camera:before { 
	content:"\f306";
}

.dashicons-images-alt:before {
	content:"\f232";
}

.dashicons-images-alt2:before {
	content:"\f233";
}

.dashicons-video-alt:before {
	content:"\f234";
}

.dashicons-video-alt2:before {
	content:"\f235";
}

.dashicons-video-alt3:before {
	content:"\f236";
}

.dashicons-vault:before {
	content:"\f178";
}

.dashicons-shield:before {
	content:"\f332";
}

.dashicons-shield-alt:before {
	content:"\f334";
}

.dashicons-sos:before {
	content:"\f468";
}

.dashicons-search:before {
	content:"\f179";
}

.dashicons-slides:before {
	content:"\f181";
}

.dashicons-analytics:before {
	content:"\f183";
}

.dashicons-chart-pie:before {
	content:"\f184";
}

.dashicons-chart-bar:before {
	content:"\f185";
}

.dashicons-chart-line:before { 
	content:"\f238";
}

.dashicons-chart-area:before { 
	content:"\f239";
}

.dashicons-groups:before { 
	content:"\f307";
}

.dashicons-businessman:before { 
	content:"\f338";
}

.dashicons-id:before { 
	content:"\f336";
}

.dashicons-id-alt:before { 
	content:"\f337";
}

.dashicons-products:before { 
	content:"\f312";
}

.dashicons-awards:before { 
	content:"\f313";
}

.dashicons-forms:before { 
	content:"\f314";
}

.dashicons-testimonial:before { 
	content:"\f473";
}

.dashicons-portfolio:before { 
	content:"\f322";
}

.dashicons-book:before { 
	content:"\f330";
}

.dashicons-book-alt:before { 
	content:"\f331";
}

.dashicons-download:before { 
	content:"\f316";
}

.dashicons-upload:before { 
	content:"\f317";
}

.dashicons-backup:before {
	content:"\f321";
}

.dashicons-clock:before {
	content:"\f469";
}

.dashicons-lightbulb:before {
	content:"\f339";
}

.dashicons-desktop:before {
	content:"\f472";
}

.dashicons-tablet:before {
	content:"\f471";
}

.dashicons-smartphone:before {
	content:"\f470";
}

.dashicons-smiley:before {
	content:"\f328";
}

.logo img{ max-width:700px;}
#actors_post{ overflow:hidden}

.wp-caption{ text-align:center; width:100%!important}
.wp-caption img{ max-width:100%}
/*
     FILE ARCHIVED ON 18:27:27 Mar 22, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:07:08 Sep 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.996
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 72.54
  LoadShardBlock: 361.259 (3)
  PetaboxLoader3.datanode: 327.341 (4)
  load_resource: 161.662
  PetaboxLoader3.resolve: 99.8
*/