/*
@Author: Patric
*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,400italic,300);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700italic,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700,400italic,600italic);
#wrapper,
body {
  position: relative;
}
.shadow,
body,
html {
  height: 100%;
}
.info-container .details h2,
.info-container .details p,
body,
body.cke_editable {
  font-family: Lato, sans-serif;
}
*,
button:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #747780;
}
:-moz-placeholder {
  color: #747780;
}
::-moz-placeholder {
  color: #747780;
}
::selection {
  background: #b11a1a;
  color: #fff;
}
::-moz-selection {
  background: #b11a1a;
  color: #fff;
}
:-ms-input-placeholder {
  color: #d0108f;
}
.hideElement {
  display: none;
}
.main-section {
  min-height: 400px;
}
.main-content {
  padding: 20px 0 0;
}
body.cke_editable {
  padding: 20px;
}
* {
  transition: all 0.5s ease 0s;
}
.clerfix {
  overflow: auto;
}
#wrapper {
  min-height: 100%;
}
td,
th {
  padding: 0;
}
.header-container {
  margin-bottom: 0;
  min-height: 50px;
  border: none;
  background: #bb1717;
  box-shadow: none;
  color: #fff;
  background: #350104;
  background: -webkit-linear-gradient(-90deg, #350104, #ff0506);
  background: -o-linear-gradient(-90deg, #350104, #ff0506);
  background: -moz-linear-gradient(-90deg, #350104, #ff0506);
  background: linear-gradient(-90deg, #350104, #ff0506);
}
body {
  padding-top: 50px;
  background: url("../assets/background.jpg") 50% 50% / cover no-repeat fixed
    rgba(0, 0, 0, 0);
}
section.body-container {
  position: relative;
  padding-bottom: 80px;
}
.shadow,
footer.foot {
  position: absolute;
  width: 100%;
}
footer.foot {
  bottom: 0;
  min-height: 50px;
  background: #262626;
  color: #7f7f7f;
}
footer.foot a {
  color: #b0b0b0;
}
.shadow {
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}
.info-container {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  min-height: 200px;
  max-width: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -moz-filter: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}
.navbar-brand,
.navbar-nav li {
  display: block;
  float: none;
}
.info-container:hover {
  background-position: 45% 50%;
  -webkit-filter: none;
  filter: none;
  -moz-filter: none;
  -o-filter: none;
}
.category-block {
  overflow: auto;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
.category-block img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.info-container .details h2,
.info-container .details p {
  margin: 0;
}
.info-container .details p {
  text-transform: uppercase;
  font-size: 12px;
}
.info-container .details h2 {
  max-height: 60px;
  font-weight: 700;
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
}
.section-title-container p,
.view-portfolio,
nav ul a {
  font-family: Lato, sans-serif;
}
footer.foot .container {
  position: relative;
  padding-top: 10px;
  line-height: normal;
}
footer.foot .col-md-6 {
  margin: 10px 0;
  text-align: center;
}
footer.foot .row {
  margin: 0;
}
.header-container nav {
  margin: 0 auto !important;
  height: auto;
  background: rgba(0, 0, 0, 0);
}
.navbar-toggle .icon-bar,
.view-portfolio {
  background: #fff;
}
.nav.navbar-nav {
  float: none;
  text-align: center;
}
nav ul a {
  padding-right: 30px;
  padding-left: 30px;
  color: #ffe4e4 !important;
  font-size: 16px;
}
.navbar-brand {
  overflow: hidden;
  margin: 6px auto 0;
  padding: 10px;
  width: 220px !important;
  height: initial;
  font-size: 18px;
}
.navbar-toggle {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid;
  color: #fff;
}
.navbar-brand > img,
.view-portfolio {
  display: block;
  margin: 0 auto;
}
.navbar-header {
  display: block;
  float: none;
}
.video-play,
a.book {
  float: right;
}
.info-container .details {
  position: relative;
  z-index: 1;
  width: 100%;
  outline: transparent solid 0;
  outline-offset: 0;
  color: #fff;
  text-align: center;
}
.info-container:hover img {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
  -moz-filter: grayscale(10%);
}
.view-portfolio {
  padding: 10px;
  max-width: 200px;
  width: 100%;
  border: none;
  color: #2b2c32;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0;
  margin-top: 20px;
}
.inline,
.socialmedia-links li {
  display: inline-block;
}
.info-container .details * {
  position: relative;
  top: 30px;
}
.info-container:hover .details * {
  top: 0;
}
.info-container:hover .view-portfolio {
  opacity: 1;
}
.info-container .details::after,
.info-container .details::before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.info-container .details::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.info-container .details::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.info-container:hover .details::after,
.info-container:hover .details::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar-brand.logoScroll img {
  margin-bottom: -30px;
  margin-top: 0;
  width: 155px;
}
.header-container.navScroll nav.navbar-collapse {
  padding-top: 3px;
}
.inline {
  margin: 0 -2px;
}
.socialmedia-links li a {
  margin: 5px 10px;
  padding: 0;
  height: 40px;
  font-size: 20px;
  line-height: normal;
}
.socialmedia-links li:last-child a {
  margin-right: 0;
}
.nav.navbar-nav li:hover a {
  background: rgba(0, 0, 0, 0);
}
.page-content-container {
  overflow: auto;
  margin-bottom: 30px;
  padding: 25px 0;
  min-height: 300px;
  border: 1px solid #d7d7d7;
  background: #fff;
  content: " ";
}
.no-gutter-two > div:first-child,
.no-gutter > div {
  padding-left: 0;
}
.no-gutter-two > div:last-child,
.no-gutter > div {
  padding-right: 0;
}
.section-title-container {
  margin-top: 25px;
  text-align: center;
}
.section-title-container p {
  margin: 0;
  color: #393434;
  text-transform: uppercase;
  font-size: 16px;
}
.section-title-container h1 {
  margin: 0;
  color: #393434;
  font-weight: 700;
  font-size: 48px;
  font-family: "Josefin Sans", sans-serif;
}
.video-block-container {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.two-col-image img {
  margin: 0 auto 23px !important;
}
.socialmedia-links ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-content {
  color: #7f7f7f;
  font-size: 15px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}
.page-content p {
  margin: 10px 0 30px;
}

.content-contact p {
  margin: 0;
}

.container > .row {
  margin-right: 0;
  margin-left: 0;
}
.services-list {
  padding: 15px 0;
  list-style: none;
}
.services-list li::before {
  padding-right: 15px;
  content: "–";
}
.services-list li {
  margin-bottom: 5px;
}
.page-content a {
  color: #1c1c1c;
}
.highlight {
  color: #ad1b1b;
  font-weight: 600;
}
h3.block-title,
h4.package-title {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
.italic {
  font-style: italic;
}
.page-content img {
  margin-bottom: 15px;
}
.responsive-video {
  max-width: 100%;
  height: auto;
}
.responsive-video video {
  width: 100%;
}
.video-js .vjs-big-play-button {
  width: 1.5em;
  height: 1.5em;
  border-radius: 5em;
  line-height: 1.5em;
}
.video-js {
  width: auto !important;
  height: auto !important;
}
.video-js video {
  position: relative !important;
  height: auto !important;
}
.teaser {
  display: block;
  margin: 15px auto !important;
  max-width: 700px;
  color: #959595;
  text-align: center;
  font-size: 16px;
}

.content-category .teaser p {
  text-align: justify;
}

.content-category .teaser strong {
  color: #ad1b1b;
}

.content-category .teaser p:first-child {
  text-align: center;
}

h3.block-title {
  margin-bottom: 30px;
  color: #393434;
  text-align: center;
  font-size: 28px;
}
.offer-list .cube {
  overflow: hidden;
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #c8322f;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
.offer-list .cube > img {
  margin: 0 auto;
}
.offer-list .cube.active,
.offer-list .cube:hover {
  background-color: #c8322f;
}
.offer-list .cube .active {
  display: none;
  opacity: 0;
}
.offer-list .cube.active .active,
.offer-list .cube:hover .active {
  display: block;
  opacity: 1;
}
.offer-list .cube.active .normal,
.offer-list .cube:hover .normal {
  display: none;
}
.offer-list .cube .normal {
  display: block;
  opacity: 1;
}
.loading-container {
  position: fixed;
  top: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  background: 0 0;
}
.animsition-overlay-slide {
  z-index: initial;
}
h4.package-title {
  color: #555;
  font-style: italic;
  font-size: 24px;
}
.package-price {
  color: #c8322f;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  font-family: "Josefin Sans", sans-serif;
}
.package-price b {
  font-weight: 700;
  font-size: 30px;
}
.package-content {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.two-column-list {
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.two-column-list li::before {
  padding-top: 5px;
  padding-right: 5px;
  content: "*";
}
.offer-contents {
  color: #555;
}
.package-addon-container {
  overflow: auto;
  margin-top: 30px;
  padding: 15px;
  background: #f4f4f4;
  text-align: center;
}
table.package-fees {
  width: 100%;
}
table.package-fees tr td:first-child,
table.package-fees tr td:last-child {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 49%;
  color: #555;
  vertical-align: top;
}
table.package-fees tr td:first-child {
  padding-right: 20px;
  text-align: right;
}
table.package-fees tr td:last-child {
  padding-left: 20px;
  color: #c8322f;
  text-align: left;
}
span.note {
  display: block;
  color: #898989;
  font-size: 16px;
}
.package-inquire-message {
  overflow: auto;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  color: #9f9f9f;
  text-align: right;
  font-size: 16px;
}
.package-inquire-message a[href="contact.php"] {
  display: inline-block;
  margin-left: 30px;
  padding: 13px 60px;
  background: #e1bf28;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.offer-contents p {
  margin-bottom: 15px;
}
.custom-package-box {
  padding: 15px 30px;
  background: #c8322f;
  color: #fff;
}
.custom-package-box .package-price,
.custom-package-box .package-title {
  color: #fff;
  text-align: center;
  text-transform: initial;
}
.custom-package-box p {
  margin: 0;
}
.custom-package-box p:last-child {
  margin-bottom: 25px;
}
.offer-contents {
  margin-top: 30px;
}
.row.offer-list h5,
.row.offer-list p {
  display: none;
  margin: 0;
  text-align: center;
}
.row.offer-list p {
  text-transform: uppercase;
  font-size: 13px;
}
.row.offer-list h5 {
  font-size: 18px;
}
.offer-list {
  color: #555;
}
.offer-list .col-sm-2.active,
.offer-list .col-sm-2:hover {
  color: #c8322f;
}
.content-contact .block-title {
  text-align: left;
}
.embed-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: 0;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-form-container input,
.contact-form-container textarea {
  display: block;
  margin-bottom: 25px;
  padding: 3px 10px;
  width: 100% !important;
  border: 1px solid #ebebeb;
  background: #f8f8f8;
  font-size: 15px;
  resize: none;
}
.contact-form-container input[type="button"] {
  padding: 10px 30px;
  max-width: 250px;
  background-color: #e1bf28;
  color: #fff;
  font-size: 18px;
}
.contact-form-container input[type="reset"] {
  display: none;
}
.contact-form-container table tr td:first-child {
  padding-right: 30px;
  min-width: 140px;
  text-align: right;
  font-size: 16px;
}
input[name="validationcode"] {
  display: inline-block;
  margin-right: 10px;
  max-width: 150px;
}
.contact-details table tr {
  display: block;
  margin-bottom: 10px;
}
.contact-details table tr > td:first-child {
  min-width: 100px;
  vertical-align: top;
}
.contact-details table tr > td[colspan="2"] {
  display: block;
  min-width: initial;
  width: 100%;
}
.contact-details table tr > td:last-child a {
  display: block;
  color: #6b1111;
}
.video-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.video-list .video-item {
  border: 1px solid #f0f0f0;
}
.video-list .video-meta-information {
  background: rgba(69, 69, 69, 0.2);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.video-play .fa,
.video-thumbnail-container {
  position: relative;
}
.video-thumbnail-container .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0) none repeat scroll 0% 0%;
  opacity: 0.5;
  display: none;
}
.video-thumbnail-container:hover .overlay {
  display: block;
}
.video-item:hover .video-meta-information {
  opacity: 1;
}
.video-options {
  color: #a5a5a5;
  font-family: Lato, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-transform: uppercase;
}
.video-play,
.video-play > a {
  color: #e1bf28;
}
.video-options > p {
  display: inline-block;
  margin: 0;
}
.video-play .fa {
  font-size: 7px;
  line-height: 0;
  margin-right: 5px;
  top: -1px;
}
.video-meta-information .video-category {
  color: #ffb1b1;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.video-meta-information .video-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0;
}

.grid .video-meta-information .video-title {
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin-top: 0;
  padding: 0 10px;
  font-size: 28px;
}
.video-meta-information .video-description {
  font-family: Lato, sans-serif;
  font-size: 14px;
}
.video-thumbnail-container img {
  max-width: 308px;
  width: 100%;
}
.featured .video-thumbnail-container img {
  max-width: 100%;
}
.grid-sizer,
.video-item {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
}
.featured.video-item {
  max-width: 620px;
}
.grid-view.video-list {
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.video-list .featured .video-meta-information {
  opacity: 1;
  background: #fff;
  padding: 11.5px 15px;
  position: relative;
  text-align: left;
}
.video-list .featured .video-meta-information p {
  color: #a5a5a5;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  text-transform: uppercase;
}
.video-list .featured .video-meta-information p:first-child {
  margin-left: 0;
}
.video-list .featured .video-meta-information p.video-category {
  color: #ad1b1b;
}
.video-list .featured .video-meta-information p.video-posted::after {
  content: "|";
  margin: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}
.featured .video-meta-information .video-title {
  color: #393434;
  font-size: 28px;
  margin: 0;
}
.featured .video-thumbnail-container::before {
  background: rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  content: "";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 38px;
  height: 100%;
  left: 50%;
  margin: -40px;
  max-height: 80px;
  max-width: 80px;
  padding: 9px 27px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.featured .video-thumbnail-container:hover::after {
  background: rgba(0, 0, 0, 0.3);
}
.featured .video-thumbnail-container::after {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}
.section-video-category-pagination-container {
  color: #776f6f;
  left: 0;
  position: absolute;
  right: 0;
}
.section-video-category-pagination-container .fa {
  color: #776f6f;
  display: inline-block;
  font-size: 30px;
  line-height: normal;
  text-decoration: none;
}
.section-video-category-pagination-container .category-details > div {
  display: none;
  margin: 0 10px;
  padding: 18px 0;
  vertical-align: top;
}
.section-video-category-pagination-container > div:last-child {
  text-align: right;
}
.get-in-touch-container,
.to-top {
  text-align: center;
}
.section-video-category-pagination-container .category-details > div p {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-video-category-pagination-container .category-details > div h5 {
  font-size: 17px;
  margin: 0;
}
.section-title-container.title-top {
  margin-top: 0;
}
.load-more {
  background: 0 0;
  border: 1px solid #631010;
  color: #631010;
  display: block;
  margin: 30px auto;
  max-width: 300px;
  padding: 15px 30px;
  width: 100%;
}
.load-more:hover {
  background: #631010;
  color: #fff;
}
.to-top {
  color: #888;
  display: block !important;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  top: -20px;
  cursor: pointer;
}
.to-top:hover {
  color: #333;
}
.page-content-container.small {
  min-height: auto;
}
.get-in-touch-container h2 {
  color: #464646;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  margin: 10px 0;
}
.get-touch {
  background: #e1bf28;
  color: #fff !important;
  display: block;
  font-size: 16px;
  padding: 15px 50px;
  text-transform: uppercase;
}
.book-video-shoot p,
.share-container,
.share-content,
.video-meta-information p {
  display: inline-block;
}
.get-touch .fa {
  font-size: 30px;
  line-height: 0;
  margin-left: 20px;
  position: relative;
  top: 4px;
}
.backtolist {
  text-align: left;
}
.empty-category,
.video-images {
  text-align: center;
}
.section-video-category-pagination-container .category-details > div a {
  color: #776f6f;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  top: 0;
}
.video-images > .image-popup {
  display: inline-block;
  margin: 5px 6px;
}
.vjs-big-play-centered .vjs-big-play-button {
  left: 50%;
  margin-left: -0.75em;
  margin-top: -0.75em;
  top: 50%;
}
.video-share-container {
  background: #f4f4f4;
  color: #393434;
  font-size: 16px;
  padding: 30px 20px;
}
.share-content {
  margin: 0;
  position: relative;
  top: -10px;
}
a.book {
  background: #e1bf28;
  color: #fff;
  margin-left: 15px;
  margin-top: -5px;
  padding: 10px 20px;
}
.video-meta-information p {
  color: #a5a5a5;
  font-size: 13px !important;
  margin-right: 10px;
  text-transform: uppercase;
}
.video-list .featured .video-meta-information p.video-category::after,
.video-list .video-meta-information p::after,
.video-meta-information p:last-child::after {
  display: none;
}
.video-meta-information p::after {
  color: #999;
  content: "|";
  margin-left: 10px;
}
.video-meta-information {
  margin: 15px 0 0;
}
.video-details-information .video-title {
  color: #393434;
  font-family: "Josefin Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-top: 5px;
}
.video-details-information .video-description {
  color: #959595;
  font-size: 16px;
  margin-bottom: 30px;
}
.more-videos h3 {
  color: #393434;
  font-size: 16px;
  font-weight: 700;
}
.more-videos .video-list-container {
  margin-top: 5px;
}
.more-videos .video-list .video-item {
  float: left;
  margin-right: 5px;
}
.video-list .video-meta-information p {
  margin: 10px 0;
}
.comment-section {
  margin-top: 30px;
}
.video-list .video-meta-information .video-description {
  color: #fff;
  margin-top: 0;
  text-transform: initial;
}
.video-list .featured .video-meta-information p::after {
  display: inline;
}
.empty-category {
  color: #999;
  font-size: 30px;
  padding-bottom: 200px;
}
.offer-list > .active > h5,
.offer-list > .active > p,
.offer-list > div:hover > h5,
.offer-list > div:hover > p {
  color: #c8322f;
}
.contact-details table td {
  display: block;
}
.contact-form-container td {
  display: block;
  text-align: left !important;
}
.preview-category-container {
  margin: 0 -15px;
}
footer.foot .col-md-6 {
  padding: 0;
}
.page-content-container img.img-responsive {
  margin: 0 auto;
}

.video-block-container {
  position: relative;
}

.video-images {
  display: none;
}

#vim_thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#vim_thumb #play-button {
  position: absolute;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -0.75em;
  top: 45%;
  border-radius: 50%;
  height: 90px;
  line-height: 3em;
  width: 90px;
  background-color: rgba(43, 51, 63, 0.7);
  color: #fff;
  border: 2px solid #fff;
  font-size: 18px;
}

span.dvp strong,
strong.color {
  color: #ad1b1b;
}

/*
     FILE ARCHIVED ON 22:26:21 Aug 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:30:54 Jul 06, 2024.
     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.743
  exclusion.robots: 0.097
  exclusion.robots.policy: 0.084
  esindex: 0.01
  cdx.remote: 4.944
  LoadShardBlock: 251.452 (3)
  PetaboxLoader3.datanode: 166.434 (4)
  PetaboxLoader3.resolve: 285.62 (2)
  load_resource: 204.152
*/
