html, body, h1, h2, h3, p, ul, ol, li, table, tr, td, th, form, fieldset, legend, label, input, select, textarea, button, iframe {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  background: #000;
  color: #fff;
  font-family: 'Open Sans',arial,tahoma,sans-serif;
  font-size: 12px;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.modal {
  background: #1F1F1F;
  font-size: 14px;
}

a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

img {
  border: none;
  vertical-align: middle;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  cursor: pointer;
}

input, select, textarea, button {
  font-family: inherit;
  font-size: 100%;
  outline: none;
}

button {
  border: none;
  overflow: visible;
  cursor: pointer;
}

b, strong, .bold {
  font-weight: 400;
}

/*** CLEARFIX ***/

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/*** NOTIFICATIONS ***/

.notification {
  margin: 0px 10px 10px 10px;
  padding: 8px 12px;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.notification.success {
  border: 1px solid #bfde84;
  background-color: #edfbd8;
  color: #508600;
}

.notification.warning {
  border: 1px solid #E5E181;
  background-color: #FEFDE2;
  color: #875800;
}

.notification.error {
  border: 1px solid #E9C59B;
  background-color: #FFECCE;
  color: #870200;
}

/*** CONTAINER ***/

#container {
  height: 100%;
  position: relative;
  z-index: 1;
}

#wrap {
  position: relative;
  z-index: 99999;
  min-height: 100%;
  background: #000 center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.htc);
  *behavior: url(/js/backgroundsize.htc);
  background-attachment: fixed:
}

#wrap.no_cover {
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-position: center 0px;
}

/*** HEADER ***/

#header {
  padding: 60px 120px 30px 76px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, transparent 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,transparent)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,transparent 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,transparent 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,transparent 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,transparent 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#header .logo {
  float: left;
}

/*** NAVIGATION ***/

.site-nav {
  float: right;
}

.site-nav .level_1 {
  padding-top: 6px;
  display: block;
}

.site-nav .level_2, .site-nav .level_3 {
  display: none;
}

.site-nav li {
  float: left;
  margin-left: 44px;
}

.site-nav a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 3px;
}

.site-nav a:hover, .site-nav .active {
  border-bottom: 1px solid #fff;
}

.site-nav .nav-toggle {
  display: none;
}

/*** CONTENT ***/

#content {
  clear: both;
  padding-bottom: 95px;
  overflow: auto;
}

#content:before, #content:after {
  display: table;
  line-height: 0;
  content: "";
}

#content:after {
  clear: both;
}

/*** HOME ***/

#home .img {
  position: absolute;
  right: 78px;
  bottom: 70px;
}

/*** SIDEBAR ***/

#sidebar {
  width: 340px;
  padding: 170px 0px 16px 0px;
  margin-left: 78px;
  float: left;
}

#sidebar.news {
  padding-top: 100px;
}

#sidebar.team {
  width: 240px;
}

#sidebar .title {
  font-size: 36px;
  padding-bottom: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

/*** SIDENAV ***/

#sidenav ul.level_1 {
  margin-left: 12px;
}

#sidenav ul.level_2 {
  padding-left: 20px;
  display: none;
}

#sidenav a {
  display: block;
  color: #787878;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 0px;
}

#sidenav ul.level_2 a {
  text-transform: none;
}

#sidenav a:hover {
  color: #fff;
  text-decoration: none;
}

#sidenav a.open {
  color: #fff;
}

#sidenav a.active {
  color: #fff;
  border-bottom: 1px solid #3d3e3d;
  border-bottom: 1px solid rgba(146, 146, 146, 0.30);
}

#sidenav ul.open {
  display: block;
}

#sidenav .the_team li:last-child {
  margin-top: 20px;
}

#sidenav .the_team ul li:last-child {
  margin-top: 0px;
}

#sidenav a.disabled:hover {
  color: #787878;
}

/*** ARTICLE ***/

#article {
  font-size: 14px;
  padding: 260px 28px 0px 78px;
  max-width: 630px;
  color: #c1c1c1;
}

#article h1, #article h2, #article h3 {
  color: #fff;
  font-size: 36px;
  padding-bottom: 14px;
  font-weight: 300;
}

#article h1 {
  text-transform: uppercase;
}

#article h1.sub {
  font-size: 24px;
}

#article h2 {
  padding: 10px 0px 6px 0px;
  font-size: 24px;
}

#article h3 {
  padding: 8px 0px 5px 0px;
  font-size: 18px;
}

#article a {
  color: #c1c1c1;
}

#article p {
  padding-bottom: 22px;
  line-height: 1.5;
}

#article ul {
  list-style-type: disc;
  padding: 0px 0px 4px 25px;
  overflow: hidden;
}

#article ol {
  list-style-type: decimal;
  padding: 0px 0px 4px 25px;
}

#article li {
  padding-bottom: 2px;
  line-height: 1.5;
}

#article .clear {
  overflow: hidden;
}

#article .photo {
  float: left;
  margin: 0px 10px 5px 0px;
}

#article .the-firm {
  position: absolute;
  bottom: 100px;
}

/*** ARTICLE - MODAL ***/

#article.modal {
  color: #fff;
  padding: 0px;
  max-width: none;
}

#article.modal h1, #article.modal h2, #article.modal h3 {
  color: #fff;
  font-size: 36px;
  padding-bottom: 14px;
  font-weight: 300;
}

#article.modal a {
  color: #fff;
  text-decoration: underline;
}

/*** ARTICLE - RANKINGS ***/

#article .rankings {
  list-style-type: none;
  padding: 0px;
}

#article .rankings td {
  padding: 5px 10px 5px 0px;
  line-height: normal;
  clear: both;
}

/*** ARTICLE - DOWNLOADS ***/

#article .downloads a {
  display: block;
  padding: 8px 0px 8px 30px;
  border-top: 1px dotted #909090;
  background: url(/images/icon_pdf.png) 2px center no-repeat;
}

#article .downloads a:first-child {
  border-top: none;
}

/*** ARTICLE WRAP ***/

#article_wrap {
  background: url(/images/black_72.png) 0px 0px repeat;
  min-height: 504px;
  max-width: 842px;
  margin: 58px 78px 16px 418px;
}

#article_wrap.news {
  margin-top: 5px;
  min-height: 556px;
}

#article_wrap.team {
  margin-left: 318px;
}

#article_wrap .article {
  padding: 36px 28px 24px 44px;
  max-width: none;
}

/*** PRACTICE - RANKING ***/

#practice_ranking {
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
  margin: 210px 15px 0px 418px;
  padding: 20px 20px 60px 18px;
}

#practice_ranking ul {
  overflow: hidden;
}

#practice_ranking .label {
  color: #bcbcbc;
  font-weight: 300;
  padding-bottom: 22px;
  text-transform: uppercase;
}

#practice_ranking .item {
  float: left;
  margin: 0px 20px 10px 20px;
  height: 114px;
}

#practice_ranking .more {
  display: block;
  font-size: 14px;
  margin: 20px 15px 0px 0px;
  color: #C1C1C1;
}

/*** NEWS - LIST ***/

#news_list .item {
  padding-bottom: 24px;
}

#news_list a {
  color: #D0D0D0;
}

#news_list a:hover {
  text-decoration: none;
  color: #fff;
}

#news_list .news_title {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 1px;
  display: block;
}

#news_list .key_person {
  font-size: 12px;
  display: block;
}

#news_list .active .news_title {
  padding-bottom: 0px;
  border-bottom: 1px solid #3d3e3d;
  border-bottom: 1px solid rgba(146, 146, 146, 0.30);
}

/*** SHOW ALL NEWS ***/

.show-all-news {
  display: none;
}

/*** PAGINATION ***/

.pagination {
  overflow: hidden;
  border-top: 1px solid #1b1c1b;
  padding: 16px 0px;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .arrow {
  color: #595959;
}

/*** CONTACT PAGE ***/

.contact_page {
  overflow: hidden;
}

.contact_page .left {
  float: left;
  padding: 8px 32px 0px 0px;
}

.contact_page .right {
  float: left;
  border-left: 1px solid #2a2b2a;
  padding: 28px 0px 6px 32px;
}

.contact_page a {
  color: #c1c1c1;
  text-decoration: none !important;
}

.contact_page a:hover {
  color: #fff !important;
}

.contact_page a.button {
  display: block;
  clear: both;
  float: left;
  text-transform: uppercase;
  padding: 4px 0px 4px 24px;
}

.contact_page .navigate {
  background: url(/images/icon_pin.png) 0px center no-repeat;
}

.contact_page .contact_form {
  background: url(/images/icon_envelope.png) 0px center no-repeat;
  margin-top: 10px;
}

/*** MODAL ***/

.modal_container {
  padding: 40px 50px;
}

.modal_head {
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 5px 15px;
}

.modal_head h1 {
  font-size: 24px;
  font-weight: 300;
}

/*** PERSON DETAILS ***/

.person_details {
  overflow: hidden;
  border-top: 1px solid #393939;
  margin-top: 16px;
  padding: 18px 0px 5px 0px;
}

.person_details .span_1 {
  float: left;
  width: 33.33%;
}

.person_details .span_2 {
  float: left;
  width: 66.66%;
}

.person_details .in {
  padding-right: 10px;
  font-size: 12px;
}

.person_details .title {
  font-size: 14px;
  color: #fff;
  padding-bottom: 12px;
}

.person_details th, .person_details td {
  font-weight: normal;
  text-align: left;
  padding: 3px 6px 3px 0px;
}

.person_details .pad {
  padding-top: 16px;
}

.person_details .qr {
  max-width: 100%;
}

.person_details .vcard {
  display: block;
  background: url(/images/icon_vcard.png) 0px center no-repeat;
  padding: 4px 0px 4px 34px;
  float: left;
  color: #c1c1c1;
  font-size: 12px;
  text-decoration: underline;
}

/*** FORM ***/

.form {
  padding: 16px 10px 10px 10px;
}

.form fieldset {
  border: none;
}

.form .form_field {
  padding-bottom: 10px;
}

.form label {
  display: block;
  padding-bottom: 5px;
}

.form .error_msg {
  display: block;
  margin-top: 2px;
  padding: 5px 5px 5px 18px;
  background: url(/images/icon_field_invalid.png) 0px center no-repeat;
  color: #901f1a;
  font-size: 11px;
  font-weight: 400;
}

.form input, .form textarea {
  padding: 6px 8px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.form input:focus, .form textarea:focus, .form select:focus {
  border: 1px solid #7f7f7f;
}

.form input.invalid, .form textarea.invalid, .form select.invalid {
  border: 1px solid #901f1a;
  background-color: #FCF0EF;
}

.form .captcha {
  display: none;
}

.form .form_actions {
  overflow: hidden;
}

.form button {
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  border: 1px solid #A2A2A2;
  color: #333;
  background-repeat: repeat-x;
  border-radius: 5px;
  cursor: pointer;
  padding: 4px 14px;
  text-align: center;
  text-shadow: 0px 1px 1px #fff;
  display: block;
  margin: 0px;
  box-shadow: none !important;
  float: right;
}

.form button:hover {
  background: #F5F5F5;
}

/*** FOOTER ***/

#footer {
  height: 85px;
  margin-top: -95px;
  color: #32322e;
  position: relative;
  z-index: 99999;
  padding: 10px 0px 0px 78px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,0.85) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}

#footer a {
  color: #4b4b4b;
  text-decoration: none;
}

#footer a:hover {
  color: #707070;
}

#footer .first {
  text-transform: uppercase;
}

#footer .second {
  font-size: 12px;
  padding: 10px 0px 0px 14px;
  overflow: hidden;
}

#footer .in {
  border-bottom: 1px solid #1b1c1b;
  padding-bottom: 4px;
}

#footer .icon {
  display: block;
  float: left;
  width: 15px;
  height: 14px;
  background: url(/images/sprites_footer.png) no-repeat;
  overflow: hidden;
  text-indent: 30px;
  white-space: nowrap;
}

#footer .twitter {
  background-position: 0px 0px;
  margin-right: 12px;
}

#footer .twitter:hover {
  background-position: 0px -16px;
}

#footer .linked_id {
  background-position: -26px 0px;
}

#footer .linked_id:hover {
  background-position: -26px -16px;
}

#footer .lang {
  float: left;
  margin-left: 12px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


  .snowfall-flakes {
   background: url('/images/flake.png') no-repeat;
}

