﻿/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
    */
/* Webfont: Meridien-Medium */
@font-face {
  font-family: 'MeridienMedium';
  src: url("../fonts/Meridien-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Meridien-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Meridien-Medium.woff") format("woff"), url("../fonts/Meridien-Medium.ttf") format("truetype"), url("../fonts/Meridien-Medium.svg#Meridien-Medium") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal; }

/* Webfont: Meridien-Regular2 */
@font-face {
  font-family: 'MeridienRoman';
  src: url("../fonts/Meridien-Regular2.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Meridien-Regular2.eot?#iefix") format("embedded-opentype"), url("../fonts/Meridien-Regular2.woff") format("woff"), url("../fonts/Meridien-Regular2.ttf") format("truetype"), url("../fonts/Meridien-Regular2.svg#Meridien-Regular2") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal; }

/* Webfont: Bliss-Light */
@font-face {
  font-family: 'BlissLight';
  src: url("../fonts/Bliss-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Bliss-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Bliss-Light.woff") format("woff"), url("../fonts/Bliss-Light.ttf") format("truetype"), url("../fonts/Bliss-Light.svg#Bliss-Light") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal; }

body {
  padding-top: 38px; }

/*img  {
    max-height: 10em;
}*/
object, video {
  width: 100%; }

audio {
  min-height: 40px; }

.navbar {
  min-height: 48px; }

.navbar-inverse {
  background-color: #7d726d;
  border-color: #7d726d;
  border: 0; }

.nav-logo {
  width: 135px;
  float: right;
  padding-top: 19px; }

.bg-logo {
  background: url("Images/uclpress-logo-wide.svg") no-repeat right 0 bottom 0px;
  background-size: 80px auto;
  background-color: #7d726d;
  min-height: 48px; }

.bg-logo h1 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0; }

.bg-logo h1 a {
  text-indent: -9999px;
  width: 100px;
  height: 15px;
  display: inline-block; }

.site-header {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 1px;
  font-size: 28px;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  color: #fff; }

h1.site-header {
  color: #fff;
  font-size: 19px; }

.site-header a, .site-header i {
  color: #fff;
  font-size: 19px; }

.site-header i {
  margin-right: 8px; }

.site-header a:hover {
  text-decoration: none; }

.login-container {
  position: absolute;
  top: 0;
  right: 0; }

.login-container ul, .nav-return-container ul {
  margin: 0;
  padding: 0; }

.nav-return-container ul {
  margin-top: 10px; }

.login-container ul li, .nav-return-container ul li {
  display: inline-block;
  margin: 5px 15px 0 0; }

.login-container ul li a {
  color: #ffffff; }

.nav-return-container ul li a {
  color: #4c4c4c; }

/*.loading {
    margin: 0 auto;
    width: 30px;
    font-size: 30px;
    margin-top: 10px;
}*/
#home {
  margin-top: 30px;
  color: #4c4c4c;
  font-family: 'BlissLight';
  font-size: 14px; }

#home a {
  color: #4c4c4c;
  font-weight: bold;
  text-decoration: underline; }

.home-items {
  /*margin-top: 20px;*/ }

/*.home-item:nth-of-type(2n + 1), .home-item:nth-of-type(4n+0) {
        clear:none;
}*/
.home-item {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.home-item img {
  height: 190px; }

.home-item h3 {
  margin: 10px 0;
  font-family: 'BlissLight';
  font-size: 20px; }

#home p img {
  width: 280px; }

/*#home p:first-child {font-size: 18px; margin-bottom: 30px;}*/
#home h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0; }

#home h4 {
  font-weight: bold; }

#home h4 a {
  color: #4c4c4c;
  text-decoration: none; }

#home .home-booc-item {
  width: 78px;
  height: 78px;
  margin: 0 30px 30px 0; }

#home .home-booc-1 {
  background: #EB6F27; }

#home .home-booc-2 {
  background: #0B6DB6; }

#home .home-booc-3 {
  background: red; }

#home .home-booc-4 {
  background: #C72980; }

#home .home-booc-5 {
  background: #25AD4B; }

#home .mono-item {
  margin: 0 20px 20px 0;
  width: 132px; }

#home .mono-item img {
  display: block;
  width: 100%; }

#home ul li {
  display: inline-block; }

#home ul li:before {
  content: '\00a0\2022\00a0\00a0';
  color: #000; }

.mono-filter-menu {
  background: #000;
  border-top: 10px solid #fff;
  margin-bottom: 10px; }

#mono-filters {
  margin: 0;
  padding: 0; }

#mono-filters li {
  display: inline-block;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  color: #fff; }

#mono-filters li:before {
  content: ''; }

#mono-filters li.mono-checked {
  color: #000;
  background: #fff; }

.mono-search input {
  width: 250px;
  position: absolute;
  top: 5px;
  right: 0; }

.mono-search-box-holder {
  display: table-cell;
  vertical-align: middle;
  height: 45px; }

.section-menu {
  width: 100%;
  background: black;
  position: fixed;
  z-index: 2;
  color: #fff;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s,opacity 0.5s linear; }

.section-menu ul {
  margin: 0; }

.section-menu ul li {
  padding: 10px;
  text-align: center;
  font-size: 16px; }

.section-menu-active {
  background: #fff;
  color: #000; }

.section-margin {
  margin-top: 0; }

.account h2, .privacy h2 {
  color: #aa0000; }

#article-master-body {
  min-height: 200px;
  padding-left: 20px; }

.article {
  /*margin-top: 30px;*/ }

.article-title h2, #home h2 {
  color: #aa0000;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  margin-top: 0;
  font-size: 19px; }

.article-body {
  color: #4c4c4c;
  font-family: 'BlissLight';
  font-size: 14px; }

.article-body a {
  color: #4c4c4c;
  font-weight: bold;
  text-decoration: underline; }

p.body-contrib {
  font-size: 18px; }

p.article-subhead {
  font-weight: bold;
  font-size: 16px; }

p.article-subhead2, p.article-subhead3 {
  font-weight: bold;
  font-size: 14px; }

p.article-inline-heading {
  font-size: 16px; }

p.article-attrib {
  font-size: 13px; }

p.article-quote {
  margin-right: 10px;
  margin-left: 10px; }

p.article-quote-attrib {
  font-size: 12px; }

span.article-quote-attrib {
  font-size: 12px; }

span.body-underline {
  text-decoration: underline; }

span.body-sc {
  font-variant: small-caps; }

.article-subtitle {
  color: #4c4c4c;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  margin-bottom: 10px;
  font-size: 14px; }

.article-subtitle h3 {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  color: #aa0000;
  font-size: 20px; }

.article-contributor {
  font-size: 14px;
  font-weight: bold; }

.article-more {
  color: #4c4c4c;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif; }

.article-more h5 {
  font-size: 12px; }

span.search-highlight {
  background-color: yellow; }

.object3d-text-hint {
  font-family: 'BlissLight';
  margin: 5px;
  cursor: pointer;
  cursor: hand; }

.main-media-desc, .inline-media-desc {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  margin-top: 10px;
  font-size: 12px;
  padding: 0 5%; }

.main-media-desc {
  font-size: 12px; }

.inline-media-desc {
  font-size: 12px; }

.article-inline-media {
  width: 100%;
  padding: 10px 0; }

.article-inline-media-m img {
  max-width: 100%;
  display: block;
  /*margin: 0 auto;*/ }

.article-inline-media-m p {
  padding: 10px; }

.article-inline-media img {
  display: block;
  margin: 0 auto;
  max-height: 140px;
  max-width: 100%; }

.article-main-media {
  padding-bottom: 30px; }

.article-main-media img {
  display: block;
  margin: 0 auto; }

span.media-attrib {
  font-size: 11px; }

.section-title {
  position: relative; }

.section-title img {
  width: 100%; }

.section-title h1 {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  margin: 0;
  padding: 0;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif; }

.object3d-container {
  margin: 0 auto; }

.object3d-container, .object3d-container-thumb, .object3d-container-viewport {
  width: 300px;
  height: 300px;
  background: #8b8b8b;
  position: relative; }

.object3d-container-thumb, .object3d-container-viewport {
  position: absolute;
  top: 1px;
  left: 1px; }

.object3d-container-thumb {
  background-image: url("/Content/Object3DViewer/thumb3d.jpg"); }

.object3d-text-hint {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff; }

.deepzoom {
  position: relative;
  /*fix for webkit full screen. Not sure what's causing resize problem to produce 0px width*/
  min-width: 90%;
  min-height: 100%;
  margin: 0 auto; }

.dz-buttons div {
  position: absolute;
  top: 50%;
  color: #4c4c4c;
  display: none; }

.dz-prev-button {
  left: -15px; }

.dz-next-button {
  right: -15px; }

.dz-icon {
  font-size: 24px;
  color: #4c4c4c;
  cursor: pointer;
  cursor: hand; }

.o3d-icon {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  cursor: hand;
  margin: 0px 5px; }

.dz-nav {
  text-align: center; }

.dz-nav div {
  display: inline-block; }

.dz-nav div span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: thin solid #4c4c4c; }

.dz-nav div.dz-active span {
  background: #4c4c4c; }.table-holder, .table-overflow {overflow-x: auto;}

.body-table {
  width: 100%;
  margin-bottom: 15px; line-height:1.6; } table

.body-table, th, td {border: 1px solid black;  border-collapse: collapse;} 

.table-topbot tr {
  border-top: thin solid #000;
  border-bottom: thin solid #000; }

.table-leftright tr td, .table-leftright tr th {
  border-left: thin solid #000;
  border-right: thin solid #000; }

td, th {
  padding: 0 4px;
  vertical-align: top; }

td ul {
  padding-left: 15px; }

td.t-valign-middle, th.t-valign-middle {
  vertical-align: middle; }

td.t-valign-top, th.t-valign-top {
  vertical-align: top; }

td.t-valign-bottom, th.t-valign-bottom {
  vertical-align: bottom; }

.boxed-text {
  border: thin solid #000;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px; }

.toggle-icon-lg {
  font-size: 14px;
  color: #aa0000;
  top: 0; }

.toggle-icon-sm {
  font-size: 12px;
  color: #aa0000;
  top: 0; }

.no-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.article-share-wrap {
  width: 100%;
  background-color: #fff; }

.article-share {
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 1;
  position: relative;
  line-height: 1;
  /*padding-bottom: 10px;*/ }

.article-share span {
  font-size: 2em;
  margin-bottom: 0px;
  margin-right: 5px;
  color: #8b8b8b; }

.article-share span i {
  vertical-align: bottom; }

.article-share .share-stack {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: top; }

.article-share .share-stack .stack-size {
  font-size: 0.8em; }

.article-share-fixed, .article-share-fixed-m {
  position: fixed;
  top: 86px; }

.article-share-fixed-b {
  position: fixed;
  top: 48px; }

.no-padding-left {
  padding-left: 0; }

.padding-left-none {
  padding-left: 0; }

.padding-left-sm {
  padding-left: 5px; }

.padding-left-m {
  padding-left: 10px; }

.padding-right-none {
  padding-right: 0; }

.padding-right-sm {
  padding-left: 5px; }

.no-padding-right {
  padding-right: 0; }

.no-padding {
  padding: 0; }

.margin-top-m {
  margin-top: 10px; }

.margin-top-l {
  margin-top: 20px; }

.margin-top-none {
  margin-top: 0; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.vbottom {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.article-navigation-top {
  max-width: 750px;
  width: 100%;
  background: #fff;
  padding: 10px 0 0 0;
  z-index: 2; }

.article-navigation-fixed, .article-navigation-fixed-m {
  position: fixed;
  top: 48px; }

.article-navigation a, .article-navigation-wrap a {
  color: #000;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  text-decoration: none; }

.article-nav-text {
  width: 100px;
  margin: 0 5px;
  font-size: 14px; }

.article-nav-text-long {
  display: none; }

.article-nav-icon {
  color: #aa0000;
  font-size: 20px;
  width: 18px; }

.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #7d726d;
  padding-bottom: 40px;
  /*nav height*/
  background: rgba(0, 0, 0, 0.5); }

.menu hr {
  color: #7d726d;
  background-color: #7d726d;
  border-color: #7d726d; }

.menu h3, .menu h4 {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-style: italic;
  margin: 0;
  padding: 0; }

.menu h3 span {
  font-size: .8em; }

.menu h4, .menu h3 {
  margin-bottom: 10px; }

.menu ul {
  margin: 0; }

/*.menu ul li {width: 30px; height: 30px; font-family: 'BlissLight'; vertical-align: text-bottom; line-height: 26px;}*/
.fs-menu-active {
  background: #7d726d;
  color: #F0E9E1;
  border-radius: 4px; }

.fs-list li {
  width: 26px;
  height: 26px;
  font-family: 'BlissLight';
  vertical-align: bottom;
  line-height: 1;
  padding: 0; }

.fs-list li div {
  position: absolute;
  bottom: 0; }

.menubg {
  background: #F0E9E1;
  opacity: 0.95;
  filter: alpha(opacity=95); }

.menu-scroll-y {
  overflow-y: auto;
  height: 200px; }

.menu-share span {
  font-size: 26px;
  margin-right: 5px; }

#exportModal .checkbox {
  margin: 10px; }

.hand-cursor {
  cursor: pointer;
  cursor: hand; }

.style-distinguish {
  color: #aa0000; }

.iframe-audio {
  width: 100%;
  height: 166px; }

.hidden {
  display: none; }

:target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden; }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .bg-logo {
    background-size: 150px auto; } }

@media (min-width: 481px) {
  body {
    padding-top: 80px; }
  .navbar {
    min-height: 80px; }
  .nav-logo {
    width: 180px;
    padding-top: 55px; }
  .bg-logo {
    background-size: 280px auto;
    min-height: 80px; }
  .bg-logo h1 a {
    width: 300px;
    height: 40px; }
  .site-header {
    bottom: 2px; }
  .site-header a, h1.site-header {
    font-size: 30px; }
  .site-header i {
    font-size: 30px;
    margin-right: 10px; }
  .menu {
    padding-bottom: 81px; }
  /*.home-item:nth-of-type(2n + 1) {
        clear: left;
    }*/
  .section-title h1 {
    font-size: 45px; }
  .article-nav-text {
    width: 165px; }
  .article-nav-text-long {
    display: inline; }
  .article-inline-media img {
    max-height: 200px; }
  .article-title h2, #home h2 {
    font-size: 30px; }
  .article-share span {
    font-size: 2em; }
  .article-share-fixed, .article-share-fixed-m {
    position: fixed;
    top: 118px; }
  .article-share-fixed-b {
    position: fixed;
    top: 80px; }
  .article-navigation-fixed, .article-navigation-fixed-m {
    position: fixed;
    top: 80px; }
  #home p img {
    width: 400px; }
  :target {
    top: -150px; } }

@media (min-width: 768px) {
  .nav-logo {
    width: 220px;
    padding-top: 50px; }
  .bg-logo {
    background-size: 280px auto; }
  .bg-logo h1 a {
    width: 300px;
    height: 40px; }
  .site-header {
    bottom: 2px; }
  .site-header a, h1.site-header {
    font-size: 30px; }
  .site-header i {
    font-size: 28px;
    margin-right: 10px; }
  .home-item {
    margin-right: 30px; }
  .section-title h1 {
    font-size: 55px;
    bottom: 20px; }
  .article-inline-media img {
    max-height: 220px; }
  .article-nav-text {
    width: 250px; } }

@media (min-width: 769px) {
  .deepzoom {
    min-width: 100%; } }

@media (min-width: 992px) {
  body {
    padding-top: 113px; }
  audio {
    width: 100%; }
  .navbar {
    min-height: 113px; }
  .nav-logo {
    width: 345px;
    /*right: 40px;*/
    padding-top: 66px; }
  .bg-logo {
    background-size: 345px auto;
    min-height: 113px; }
  .bg-logo h1 a {
    width: 355px;
    height: 50px; }
  .site-header {
    bottom: 8px; }
  .site-header a, h1.site-header {
    font-size: 40px; }
  .site-header i {
    font-size: 36px;
    margin-right: 10px; }
  .loading {
    margin-top: 100px; }
  /*.home-item:nth-of-type(2n + 1) {
        clear:none;
    }

    .home-item:nth-of-type(4n+0) {
        clear: left;
    }*/
  .section-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }
  .section-margin {
    margin-top: 42px; }
  .menu {
    padding-bottom: 114px; }
  .menu h4, .menu h3 {
    margin-bottom: 0px; }
  .section-title h1 {
    font-size: 65px;
    bottom: 35px; }
  /*#article {margin-top: 60px;}*/
  #article-master-body {
    padding-left: 0; }
  .article {
    /*margin-top: 60px;*/
    /*margin-right: 35px;*/ }
  .article-body, .article-subtitle {
    max-width: 50%;
    /*float: left;*/
    margin-right: 20px; }
  .article-subtitle {
    margin-bottom: 30px; }
  .article-main-media {
    float: right;
    width: 50%;
    padding: 0 50px 200px 50px;
    clear: right; }
  .article-inline-media {
    width: 50%; }
  .article-inline-media img {
    max-height: 280px; }
  .article-navigation-top {
    max-width: 970px; }
  /*.article-navigation-wrap
    {
        padding: 50px 0 10px 0;
    }*/
  .article-nav-text {
    width: 350px; }
  .article-share-wrap {
    width: 30px;
    float: right; }
  .article-share {
    width: 30px;
    height: 0; }
  .article-share span {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 1.2em; }
  .article-share .share-stack {
    width: 30px;
    line-height: 33px; }
  .article-share-fixed {
    position: fixed;
    top: 193px; }
  .article-share-fixed-m {
    position: fixed;
    top: 151px; }
  .article-share-fixed-b {
    position: fixed;
    top: 113px; }
  .article-navigation-fixed {
    position: fixed;
    top: 155px; }
  .article-navigation-fixed-m {
    position: fixed;
    top: 113px; }
  .object3d-wrap {
    max-width: 50%; }
  :target {
    top: -155px; } }

@media (min-width: 1200px) {
  .article-navigation-top {
    max-width: 1170px; } }

.cookiepolicy {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  padding: 5px; }

.cookiepolicy a {
  color: #aa0000;
  font-weight: bold; }

.copyright {
  font-size: 0.9em; }

.copyright a {
  color: #333; }

/*.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
    font-size: .8em;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}*/
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #8b8b8b;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
