#stalk_container {
  width: 100%;
  height: 750px;
  position: relative;
}
#stalk_container #stalk_top_box {
  height: 10%;
  width: 100%;
  position: relative;
}
#stalk_container #menu_container {
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#stalk_container #menu_container #menu #map_value_container {
  float: right;
  color: white;
  font-size: small;
  width: 45%;
  margin-top: 0.3%;
  text-transform: none;
}
#stalk_container #menu_container #menu #map_value_container #map_value_icons {
  float: left;
  width: 45%;
}
#stalk_container #menu_container #menu #map_value_container #map_value_icons .map_icon {
  width: 25px;
  height: 25px;
}
#stalk_container #menu_container #menu #map_value_container #map_value_icons .inactive {
  opacity: 0.3;
}
#stalk_container #menu_container #menu #map_value_container #map_values {
  float: right;
  width: 55%;
}
#stalk_container #menu_container #menu #map_value_container #map_values #next_update {
  font-size: .85em;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  font-weight: 100;
  position: absolute;
  bottom: 3px;
  right: 5px;
}
#stalk_container #menu_container #menu #map_value_container #map_values #currentActivityContainer {
  text-align: center;
  padding-top: 10px;
}
#stalk_container #menu_container #menu #map_value_container #map_values #currentActivityContainer #currentActivity {
  color: red;
}
#stalk_container #menu_container #menu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #E0E0E0;
  font-size: large;
  text-transform: uppercase;
  font-weight: bold;
  background: #000;
  border-bottom: 8px solid #38b49d;
}
#stalk_container #menu_container #menu ul {
  list-style-type: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  margin-left: 4%;
}
#stalk_container #menu_container #menu ul li {
  height: 100%;
  float: left;
  display: block;
  margin: 0;
  cursor: pointer;
  text-align: center;
}
#stalk_container #menu_container #menu ul li a {
  padding: 20px 10px 20px 10px;
  display: block;
  text-decoration: none;
  width: 4em;
  font-weight: normal;
  font-family: "Myriad Pro", Helvetica, Arial, Verdana, sans-serif;
  color: #EAF3F8;
}
#stalk_container #menu_container #menu ul li a:hover {
  background: black;
  color: White;
}
#stalk_container #menu_container #menu ul li.current {
  padding-top: 0.8%;
  margin-top: -0.8%;
}
#stalk_container #menu_container #menu ul .current,
#stalk_container #menu_container #menu ul .current a:hover {
  background: #38b49d;
}
#stalk_container #stalk_map_container {
  position: absolute;
  top: 10%;
  height: 80%;
  width: 100%;
}
#stalk_container #stalk_map_container #stalk_map_offline_area {
  width: 100%;
  height: 95%;
  position: absolute;
}
#stalk_container #stalk_map_container #stalk_map_offline_area #map_canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}
#stalk_container #stalk_map_container #stalk_map_offline_area #offline_container {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  background-color: rgba(255,255,255,0.8);
}
#stalk_container #stalk_map_container #stalk_map_offline_area #offline_box {
  width: 200px;
  height: 80px;
  margin-left: -100px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 15px;
  border: thin black solid;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  padding-top: 20px;
}
#stalk_container #stalk_map_container #stalk_map_offline_area #offline_box #offline_text {
  font-size: 4em;
  color: white;
  font-family: arial;
  margin: 0px;
}
#stalk_container #stalk_map_container #stalk_slider_container {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 0px;
  margin: 0px;
}
#stalk_container #stalk_map_container #stalk_slider_container #stalk_slider_information {
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 6px;
  margin: 0px;
  z-index: 10;
  background: OrangeRed;
  text-align: center;
  display: none;
}
#stalk_container #stalk_map_container #stalk_slider_container #stalk_slider_picker {
  height: 100%x;
  width: 2%;
  position: absolute;
  left: 4px;
  margin-top: 7px;
}
#stalk_container #stalk_map_container #stalk_slider_container #stalk_slider_value {
  height: 100%x;
  width: 15%;
  position: absolute;
  left: 2%;
  margin-top: 5px;
}
#stalk_container #stalk_map_container #stalk_slider_container #stalk_slider {
  height: 10px;
  width: 83%;
  background: dark-gray;
  position: absolute;
  right: 3%;
  margin-top: 9px;
}
#stalk_container #stalk_map_container #stalk_slider_container .live {
  color: Red;
  font-weight: bold;
  margin-left: 25px;
}
#stalk_container #stalk_map_container #stalk_slider_container .not_live {
  color: white;
  margin-left: 5px;
}
.bw_gradient {
  background: black;
  background-image: -ms-linear-gradient(top,#858585 0%,#000000 100%);
  background-image: -moz-linear-gradient(top,#858585 0%,#000000 100%);
  background-image: -o-linear-gradient(top,#858585 0%,#000000 100%);
  background-image: -webkit-linear-gradient(top,#858585 0%,#000000 100%);
  background-image: linear-gradient(to bottom,#858585 0%,#000000 100%);
}
#stalk_values_container {
  position: absolute;
  top: 10%;
  height: 90%;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  background-color: white;
}
#stalk_values_container h1 {
  margin-bottom: 20px;
}
#body-values {
  width: 33%;
}
#sport-values {
  width: 66%;
}
.body-values {
  margin: 0 auto;
  width: 275px;
}
#sport-graph {
  width: 100%;
  height: 300px;
}
.stalk_values_column {
  height: 100%;
  float: left;
  padding: 1%px;
}
#sport-summary {
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.stalk_values_column span,
#away-values span {
  color: #38b49d;
}
#away-values {
  width: 100%;
  float: left;
  margin-top: 10px;
}
#lightbox-shim {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(0,0,0,0.8);
  text-align: center;
  display: table;
}
#lightbox-box-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 32px;
}
.main {
  vertical-align: top;
  min-height: 520px;
  height: 100%;
}
.imageContainer {
  width: 100%;
  height: 100%;
  background: #000;
  min-height: 520px;
  min-width: 520px;
  vertical-align: top;
}
.information {
  width: 320px;
  min-height: 520px;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 480px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 700;
}
.qtip-titlebar+.qtip-content {
  border-top-width: 0 !important;
}
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: 400 bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
.qtip-light {
  background-color: #fff;
  border-color: #E2E2E2;
  color: #454545;
}
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}
.qtip-dark .qtip-icon {
  border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}
.qtip-red .qtip-icon {
  border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: #fff;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));
  background-image: -webkit-linear-gradient(top,#4A4A4A 0,#000 100%);
  background-image: -moz-linear-gradient(top,#4A4A4A 0,#000 100%);
  background-image: -ms-linear-gradient(top,#4A4A4A 0,#000 100%);
  background-image: -o-linear-gradient(top,#4A4A4A 0,#000 100%);
}
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0,0,0,0);
}
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon {
  border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
.qtip-jtools {
  background: #232323;
  background: rgba(0,0,0,0.7);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));
  background-image: -moz-linear-gradient(top,#717171,#232323);
  background-image: -webkit-linear-gradient(top,#717171,#232323);
  background-image: -ms-linear-gradient(top,#717171,#232323);
  background-image: -o-linear-gradient(top,#717171,#232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: #fff;
  border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon {
  border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.4);
  box-shadow: 4px 4px 5px rgba(0,0,0,0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: #fff;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}
.qtip-tipsy {
  background: #000;
  background: rgba(0,0,0,0.87);
  color: #fff;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px #000;
}
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10;
  background-color: transparent;
}
.qtip-tipsy .qtip-content {
  padding: 6px 10;
}
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: 400;
  font-family: serif;
}
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: #fff;
  background: #3A79B8;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));
  background-image: -webkit-linear-gradient(top,#3A79B8,#2E629D);
  background-image: -moz-linear-gradient(top,#3A79B8,#2E629D);
  background-image: -ms-linear-gradient(top,#3A79B8,#2E629D);
  background-image: -o-linear-gradient(top,#3A79B8,#2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}
.qtip-bootstrap {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none;
}
.qtip-bootstrap .qtip-content {
  padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon {
  background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
x:-o-prefocus,
.qtip .qtip-tip {
  visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
}
#qtip-overlay.blurs {
  cursor: pointer;
}
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(Opacity=70)";
}
.qtipmodal-ie6fix {
  position: absolute !important;
}
﻿.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tiles-content img {
  max-width: 999em;
}
.tiles-content {
  border-radius: 4px;
  overflow: hidden;
}
.tiles-container {
  height: 350px;
  min-height: 350px;
}
.folded-up {
  max-height: 400px;
  overflow: hidden;
}
.post-inner-content {
  position: relative;
}
.fold-control {
  display: none;
}
.folded-up .fold-control {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 160px;
  width: 100%;
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 14%,#ffffff 70%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(14%,rgba(255,255,255,0.35)),color-stop(70%,#ffffff),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 14%,#ffffff 70%,#ffffff 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 14%,#ffffff 70%,#ffffff 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 14%,#ffffff 70%,#ffffff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 14%,#ffffff 70%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
.ClickMe {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  color: white;
  z-index: 3;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  font-size: xx-large;
  font-family: 'Racing Sans One', cursive;
  display: block;
}
.play-button {
  height: 60px;
  width: 100px;
  background-color: rgba(56,180,157,0.7);
  border-radius: 3px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 997;
  border-bottom: 2px solid #2f9b87;
}
.play-button:hover,
a:hover .play-button,
.single-post:hover .jquery-tiles .play-button {
  transition: background-color 0.3s;
  background-color: rgba(218,218,218,0.9);
  border-bottom-color: #c1c0c0;
}
.play-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 39px;
  margin: 0 auto;
  border-style: solid;
  border-width: 15.5px 0 15.5px 27.5px;
  border-color: transparent transparent transparent #ffffff;
}
#popup-extras {
  background-color: #000000;
  background-color: rgba(0,0,0,0.6);
  border-bottom-right-radius: 15px;
  position: absolute;
  top: 1%;
  left: 0px;
  z-index: 879;
  padding: 2%;
  list-style-type: none;
  margin: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#popup-extras li {
  float: left;
  color: white;
  padding-right: 10%;
  cursor: pointer;
  white-space: nowrap;
}
#popup-extras :last-child {
  padding-right: 0%;
}
#popup-extras a {
  color: white;
}
.popup-content {
  z-index: 865;
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  bottom: 40px;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: none;
  background-color: white;
}
#popup-exif {
  z-index: 868;
  position: absolute;
  top: 15%;
  left: 5%;
  width: 25%;
  min-width: 300px;
  display: block;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  display: none;
  background-color: rgba(0,0,0,0.7);
  border-radius: 3px;
}
#popup-exif ul {
  color: white;
  list-style-type: none;
  display: block;
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
}
#popup-exif li {
  display: inline-block;
}
#popup-exif li+li:before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #38b49d;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  content: '';
}
#popup-exif span,
#popup-exif a {
  color: white;
}
.base-color {
  color: #38b49d;
}
#popup-comments {
  overflow-x: scroll;
  overflow: auto;
}
.innerComment {
  padding: 10px;
  max-width: 200px;
  float: left;
  margin: 2%;
  border-left: #38b49d 3px solid;
}
.AuthorText {
  color: #38b49d;
}
.addComment {
  height: 40%;
  min-height: 200px;
  width: 20%;
  min-width: 200px;
  float: left;
  padding: 6% 1% 4% 1%;
  position: relative;
}
.blog-comment .addComment {
  padding-left: 0;
}
#popup-comments .readmore,
.blog-comment .readmore,
#contact-container .readmore,
.accordion .readmore {
  position: relative;
}
#popup-comments input,
#popup-comments textarea,
.blog-comment input,
.blog-comment textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-comment {
  width: 100%;
  min-width: 300px;
}
#popup-comments textarea {
  height: 50%;
}
.blog-comment textarea {
  height: 200px;
}
.popup-video {
  position: relative;
  width: auto;
}
.popup-blog {
  position: relative;
  padding: 20px;
  width: auto;
  margin: 5%;
  background-color: white;
}
.map-popup {
  position: relative;
  width: auto;
  margin: 5%;
  background-color: white;
  min-height: 600px;
}
.popup-video .video-container {
  width: 100% !important;
  height: auto !important;
  max-height: 80%;
}
.video-container video {
  width: 100% !important;
  height: auto !important;
  max-height: 80%;
}
.video-container .video-description {
  position: absolute;
  bottom: -10%;
  width: 80%;
  height: 10%;
  margin-top: 3%;
  color: white;
  margin-left: 10%;
}
.popup-content img {
  max-width: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile
.popup-content {
    top: 0px;
    bottom: 0px;
  }
  #popup-extras {
    top: 0px;
  }
}
.post-meta span.time {
  background: url(../images/theme/date.png) left 1px no-repeat;
}
.post-meta span.location {
  background: url(../images/theme/location.png) left 1px no-repeat;
}
#popup-extras li.admin-delete,
.admin-delete {
  color: red;
}
#popup-extras li.admin-edit,
.admin-edit {
  color: red;
  font-size: large;
}
#popup-extras li.admin-delete,
#popup-extras li.admin-edit,
#popup-extras li.admin-image-name {
  float: left;
  padding-right: 0;
  cursor: pointer;
}
#popup-extras li.admin-image-name,
.admin-image-name {
  color: red;
}
.blog-image-left,
.blog-video-left {
  float: left;
}
.blog-image-right,
.blog-video-right {
  float: right;
}
.admin-comment {
  margin-bottom: 20px;
  border: #38b49d thin dotted;
  padding: 5px;
}
#contact-container {
  width: 300px;
  margin: 0 auto;
}
#contact-container input,
#contact-container textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-container textarea {
  height: 200px;
}
#search-map {
  height: 300px;
  margin-right: 4%;
  line-height: normal;
}
#search-map img {
  max-width: none;
}
.accordion .item-content.map-container {
  width: 100%;
}
#search-info-container {
  background: #FFB3B6;
}
.search-info {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
}
.search-info a {
  color: #38b49d;
}
.blog-image,
.blog-video {
  padding: 26px;
  position: relative;
}
.media-count {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: 300;
  margin-left: 20px;
}
.media-count span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #38b49d;
}
.media-headline {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: 300;
}
.copy-blog-link {
  color: #c1c0c0;
}
.media-new-year {
  display: block;
  color: #777;
  font-size: 300%;
  padding-bottom: 20px;
  margin-bottom: 100px;
  padding-top: 18px;
  clear: both;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-shadow: 2px 2px 2px #999;
  margin-left: 20px;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
}
ul,
.gallery-caption,
footer p,
li a,
p,
span,
article,
nav,
blockquote,
dl,
dt,
dd,
td,
tr,
th,
code,
caption,
figcaption,
input,
label,
textarea,
.main-content {
  font-family: "Open Sans", 'Lato', sans-serif;
  font-weight: 400;
  color: #636467;
  font-size: 16px;
}
.author-bio p,
.comments p,
.comments p a {
  line-height: 26px;
}
input::-webkit-input-placeholder,
input:-moz-placeholder {
  color: #c1c0c0 !important;
}
.light-font,
blockquote,
.post-share .tags a,
.single-comment .comment-content p,
.comments span.comment-date,
.accordion a,
.accordion p,
.accordion ul li:before {
  color: #c1c0c0;
}
input,
textarea {
  color: #A5A3A3 !important;
  transition: box-shadow 0.3s;
}
a:focus,
a:active {
  outline: none !important;
  text-decoration: none !important;
}
a {
  transition: background-color 0.3s;
}
input {
  margin: 0px;
}
.margin {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-half {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
}
h1,
h1 a,
h1 span,
h2,
h2 a,
h2 span,
h3,
h3 a,
h3 span,
h4,
h4 a,
h4 span,
h5,
h5 a,
h5 span,
h6,
h6 a,
h6 span {
  color: #3c3c3c;
  font-family: "Open Sans", "Lato", sans-serif;
  font-weight: 300;
  text-decoration: none;
  padding: 0px;
  margin-top: 0px;
  line-height: 100%;
}
.author-bio h1,
.author-bio h1 a,
.author-bio h1 span,
.author-bio h2,
.author-bio h2 a,
.author-bio h2 span,
.author-bio h3,
.author-bio h3 a,
.author-bio h3 span,
.author-bio h4,
.author-bio h4 a,
.author-bio h4 span,
.author-bio h5,
.author-bio h5 a,
.author-bio h5 span,
.author-bio h6,
.author-bio h6 a,
.author-bio h6 span,
.comments h1,
.comments h1 a,
.comments h1 span,
.comments h2,
.comments h2 a,
.comments h2 span,
.comments h3,
.comments h3 a,
.comments h3 span,
.comments h4,
.comments h4 a,
.comments h4 span,
.comments h5,
.comments h5 a,
.comments h5 span,
.comments h6,
.comments h6 a,
.comments h6 span,
.comments-form h2 {
  color: #636467 !important;
}
h1,
h1 a {
  font-size: 36px !important;
}
h2,
h2 a {
  font-size: 30px !important;
}
h3,
h3 a {
  font-size: 18px !important;
}
h4,
h4 a {
  font-size: 16px !important;
}
h5,
h5 a {
  font-size: 13px !important;
}
h6,
h6 a {
  font-size: 12px !important;
}
a:hover,
span.custom,
.tweet a,
.accordion ul li:hover:before,
nav.menu ul li a:hover,
nav.menu ul ul li a:hover {
  color: #38b49d !important;
}
a:hover {
  text-decoration: none;
}
.divider-half {
  margin-left: 40%;
  clear: both;
  width: 20%;
  background: #e9e9e9;
  height: 2px;
}
.divider {
  clear: both;
  width: 90%;
  margin-left: 5%;
  background: #e9e9e9;
  height: 2px;
}
.blog-pagination .wrap > a,
.top-pagination a,
.submit-comment,
.comment-content .reply:hover,
.share-box .toggle-share-box:hover,
.share-box .toggle-share-box.active,
.readmore a,
.blog-pagination .wrap > a,
.blog-pagination ul li a {
  background-color: #38b49d;
  border-bottom: 2px solid #2f9b87;
}
header .toggleSidebar,
span.highlight,
.single-post .post-format-quote .wrapper {
  background-color: #38b49d;
}
.post-meta span.date:hover,
.post-meta span.comments:hover,
.comment-content h4 a:hover {
  color: #38b49d !important;
}
blockquote {
  border-left-color: #38b49d;
}
.readmore a:hover,
.toggleSidebar:hover,
.top-pagination a:hover,
.submit-comment:hover,
.comment-content .reply,
.share-box .toggle-share-box,
.blog-pagination .wrap > a:hover,
.blog-pagination .wrap ul li a:hover,
.blog-pagination a.active {
  background-color: #dadada;
  border-bottom-color: #c1c0c0;
}
.social-icons a {
  background-color: #dadada;
}
body {
  background: #f2f2f2;
  background-image: url(../images/theme/background-image.png);
  font-family: "Open Sans", 'Lato', sans-serif;
}
section.top-sidebar {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #343434;
  width: 100%;
  display: none;
}
section.top-sidebar h1,
section.top-sidebar h1 a,
section.top-sidebar h1 span,
section.top-sidebar h2,
section.top-sidebar h2 a,
section.top-sidebar h2 span,
section.top-sidebar h3,
section.top-sidebar h3 a,
section.top-sidebar h3 span,
section.top-sidebar h4,
section.top-sidebar h4 a,
section.top-sidebar h4 span,
section.top-sidebar h5,
section.top-sidebar h5 a,
section.top-sidebar h5 span,
section.top-sidebar h6,
section.top-sidebar h6 a,
section.top-sidebar h6 span {
  color: #fff;
  text-transform: uppercase;
}
section.top-sidebar .widget > h3 {
  margin-bottom: 25px;
}
section.top-sidebar ul,
section.top-sidebar .gallery-caption,
section.top-sidebar footer p,
section.top-sidebar li a,
section.top-sidebar  p,
section.top-sidebar span,
section.top-sidebar article,
section.top-sidebar nav,
section.top-sidebar blockquote,
section.top-sidebar dl,
section.top-sidebar  dt,
section.top-sidebar dd,
section.top-sidebar td,
section.top-sidebar tr,
section.top-sidebar th,
section.top-sidebar code,
section.top-sidebar caption,
section.top-sidebar figcaption,
section.top-sidebar input,
section.top-sidebar label,
section.top-sidebar textarea a {
  color: #b0b0b0;
  font-size: 14px;
}
section.top-sidebar .widget {
  margin-bottom: 30px;
  float: left;
}
section.top-sidebar .container .row {
  margin-bottom: -30px;
  float: left;
}
.widget ul {
  padding: 0px;
  margin: 0px;
  float: left;
  clear: both;
  width: 100%;
}
.widget ul li {
  list-style: none;
  float: left;
  clear: both;
  margin-bottom: 10px;
  background: #2b2b2b;
  padding: 9px 7%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 82%;
}
.widget.cats-widget ul li span {
  float: right;
}
.widget ul li:last-child {
  margin-bottom: 0px;
}
.widget .twitter-container .tweet {
  float: left;
  clear: both;
  margin-bottom: 18px;
}
.widget .twitter-container .tweet  a:hover,
.widget .twitter-container .tweet span:hover {
  color: #c1c0c0 !important;
}
.widget .twitter-container .tweet:last-child {
  margin-bottom: 0px;
}
.widget .dribbble-image {
  position: relative;
  transition: opacity 0.2s;
}
.widget .dribbble-image:hover {
  opacity: 0.5;
}
header#header {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  padding-top: 28px;
  padding-bottom: 28px;
}
header .logo {
  float: left;
  clear: both;
}
header .top-content {
  float: right;
}
nav.menu {
  float: left;
  margin-top: 17px;
}
nav.menu ul {
  padding: 0px;
  margin: 0px;
}
nav.menu ul li {
  float: left;
  list-style: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
}
nav.menu ul ul > li {
  border-right: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
}
nav.menu > ul > li a:after {
  content: "•";
  opacity: 0.4;
  font-size: 12px;
  line-height: 18px;
  float: right;
  margin-left: 8px;
  margin-right: 5px;
  font-weight: 400;
  color: #636467;
  margin-top: 2px;
}
nav.menu > ul > li:last-child a:after,
nav.menu > ul > li.toggle a:after {
  content: "";
  margin: 0px;
  display: none;
}
nav.menu ul ul {
  display: none;
  position: absolute;
  top: 20px;
  left: -60px;
  padding-top: 50px;
  z-index: 9;
  width: 179px;
  background: #fff;
  border-bottom: 1px solid #E9E9E9;
}
nav.menu ul ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: both;
  width: 178px;
  text-align: center;
}
nav.menu ul ul li:last-child {
  padding-bottom: 20px;
}
nav.menu ul ul li a {
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  float: left;
  clear: both;
}
nav.menu ul ul li a:after {
  content: "";
}
nav.menu ul li a {
  color: #c1c0c0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
nav.menu li.toggle a {
  color: #fff !important;
  background: url(../images/theme/toggle.png) top right no-repeat;
}
header  .search {
  float: right;
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: 20px;
}
header form.top-search {
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  width: 200px;
  float: left;
  height: 38px;
}
header form.top-search input.s:focus,
header form.top-search input.s:active {
  box-shadow: inset 0px 0px 1px #c1c0c0;
}
header  form.top-search input.s {
  background: none;
  border: none;
  position: relative;
  top: 0px;
  left: 0px;
  width: 90%;
  padding-left: 7%;
  padding-top: 7px;
  padding-bottom: 11px;
}
header  form.top-search input.submit {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 17px;
  height: 17px;
  background: url(../images/theme/search.png) no-repeat;
  border: none;
  outline: none;
}
header .toggleSidebar {
  background-image: url(../images/theme/toggle-down.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  margin-left: 20px;
  height: 38px;
  width: 38px;
  border-radius: 3px;
}
header .toggleSidebar.toggleUp {
  background-image: url(../images/theme/toggle-up.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  margin-left: 20px;
  height: 38px;
  width: 38px;
  border-radius: 3px;
}
section.blog {
  padding-top: 100px;
  padding-bottom: 45px;
}
section.blog.single-blog-page {
  padding-top: 30px;
}
section.blog > .container > .row  .single-post {
  margin-bottom: 100px;
  clear: both;
  float: left;
  width: 100%;
}
section.blog > .container > .row .single-post:last-child {
  margin-bottom: 0px;
}
section.blog .single-post > .post-image {
  border-radius: 4px;
  overflow: hidden;
}
section.blog .single-post > .post-content .post-inner-content {
  float: left;
  clear: both;
  width: 76%;
  padding-left: 8%;
  padding-right: 8%;
  margin-left: 4%;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
  border-right: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}
.single-post .post-inner-content .main-content p,
.single-post .post-inner-content .main-content a,
.single-post .post-inner-content .main-content span,
.single-post .post-inner-content .main-content blockquote,
.blog.single-page .post-inner-content p,
.blog.single-page .post-inner-content span,
.blog.single-page .post-inner-content blockquote,
.blog.single-page .post-inner-content ul li {
  line-height: 26px;
}
.single-post h2.post-header {
  width: 100%;
  text-align: center;
  margin-bottom: 26px;
}
.single-post .post-meta {
  width: 100%;
  text-align: center;
  margin-bottom: 26px;
}
.single-post .post-meta span {
  color: #c1c0c0;
  padding-left: 25px;
  margin-right: 30px;
  font-size: 14px;
}
.post-meta span.date {
  background: url(../images/theme/date.png) left 1px no-repeat;
}
.post-meta span.comments {
  background: url(../images/theme/comments.png) left 1px no-repeat;
}
.post-meta span.date:hover {
  background: url(../images/theme/date-hover.png) left 1px no-repeat;
  cursor: pointer;
}
.post-meta span.comments:hover {
  background: url(../images/theme/comments-hover.png) left 1px no-repeat;
  cursor: pointer;
}
.readmore {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
  position: absolute;
  bottom: 0px;
}
.readmore a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.readmore a:hover {
  color: #fff !important;
}
span.highlight {
  color: #fff;
}
.post-format-audio {
  position: relative;
}
.post-format-audio > img {
  position: relative;
  z-index: 0;
  border-radius: 4px;
}
.post-format-audio .audio-wrapper {
  position: absolute;
  bottom: 50px;
  left: 12%;
  z-index: 1;
  width: 76%;
}
.audio-wrapper .me-wrap {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background: #303337;
  border-radius: 4px;
  height: 50px;
  opacity: 0.9;
  box-shadow: inset 1px 1px 1px #515151;
}
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
}
.mejs-container .mejs-controls  div {
  display: block;
  float: left;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #2c3e50;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #34495e;
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #34495e;
  width: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.mejs-controls {
  position: relative;
  height: 15px;
  margin-top: 15px;
  width: 96%;
  margin-left: 2.5%;
  float: left;
  background: #303337;
}
.mejs-controls .mejs-play button {
  width: 21px;
  height: 21px;
  margin-top: 3px;
  margin-left: 3px;
  background: url(../images/theme/play-small.png) 0 0 no-repeat;
  border: none;
  outline: none;
  float: left;
}
.mejs-controls .mejs-pause button {
  width: 21px;
  height: 21px;
  margin-top: 3px;
  margin-left: 3px;
  background: url(../images/theme/pause.png) 0 0 no-repeat;
  border: none;
  outline: none;
  float: left;
}
.mejs-audio {
  width: 100% !important;
  margin: 0px;
  float: left;
  position: relative;
  left: 0px;
}
.mejs-controls .mejs-time-float,
.mejs-controls .mejs-time-handle,
.mejs-controls .mejs-time {
  display: none !important;
}
.mejs-controls .mejs-time-rail {
  position: relative;
  background: none;
  width: 70% !important;
  float: left;
  margin-left: 1.5%;
  clear: none;
  margin-top: 3px;
  height: 13px;
  overflow: hidden;
  padding: 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  border-bottom: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
  box-shadow: inset 1px 1px 1px #181816;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-current {
  height: 12px;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  background: none;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  border-top: 1px solid #5BBBAD;
  background: #38b49d;
  background-image: linear-gradient(bottom,#33a995 2%,#2d9686 51%);
  background-image: -o-linear-gradient(bottom,#33a995 2%,#2d9686 51%);
  background-image: -moz-linear-gradient(bottom,#33a995 2%,#2d9686 51%);
  background-image: -webkit-linear-gradient(bottom,#33a995 2%,#2d9686 51%);
  background-image: -ms-linear-gradient(bottom,#33a995 2%,#2d9686 51%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.02,#33a995),color-stop(0.51,#2d9686));
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.mejs-controls .mejs-volume-button {
  float: left;
  position: absolute;
  left: 78%;
  top: 3px;
}
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
  width: 19px;
  height: 14px;
  border: none;
  outline: none;
  top: 14px;
  left: 588px;
}
.mejs-controls .mejs-mute button {
  background: url(../images/theme/volume.png) no-repeat;
}
.mejs-controls .mejs-unmute button {
  background: url(../images/theme/volume-muted.png) no-repeat;
}
.mejs-horizontal-volume-slider {
  border-bottom: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
  box-shadow: inset 1px 1px 1px #181816;
  display: block;
  position: relative;
  height: 16px;
  width: 90px;
  left: 8%;
  margin-top: 2px;
  border-radius: 3px;
}
.mejs-horizontal-volume-total {
  height: 12px;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.mejs-horizontal-volume-current {
  border-top: 1px solid #5BBBAD;
  background: #38b49d;
  background-image: linear-gradient(bottom,#33a995 2%,#2d9686 51%);
  background-image: -o-linear-gradient(bottom,#33a995 2%,#2d9686 51%);
  background-image: -moz-linear-gradient(bottom,#33a995 2%,#2d9686 51%);
  background-image: -webkit-linear-gradient(bottom,#33a995 2%,#2d9686 51%);
  background-image: -ms-linear-gradient(bottom,#33a995 2%,#2d9686 51%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.02,#33a995),color-stop(0.51,#2d9686));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 12px;
  display: block;
  position: absolute;
  height: 13px;
  cursor: pointer;
  top: 1px;
  left: 0px;
}
.single-post .post-format-quote .wrapper {
  width: 92%;
  margin-left: 4%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 320px;
  float: left;
  border: 1px solid #c1c0c0;
}
.single-post .post-format-quote .wrapper > img {
  opacity: 0.2;
  max-width: none;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.single-post .post-format-quote .wrapper .quote {
  position: relative;
  top: 80px;
  left: 10%;
  width: 80%;
  z-index: 1;
}
.single-post .post-format-quote .wrapper .quote p,
.single-post .post-format-quote .wrapper .quote span {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
  clear: both;
}
.single-post .post-format-quote .wrapper .quote  span {
  float: left;
  clear: both;
  margin-top: 10px;
  font-weight: 400;
  font-style: italic;
}
.gallery.flexslider {
  position: relative;
  float: left;
  clear: both;
}
.gallery.flexslider ul.slides li img {
  width: 100%;
  border-radius: 4px;
}
.flexslider {
  position: relative;
}
.flexslider ul.slides {
  padding: 0px;
  margin: 0px;
  position: relative;
  height: 100%;
  zoom: 1;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider ul.slides li {
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  border-radius: 6px;
}
.flexslider ul.slides > li {
  display: none;
}
.gallery.flexslider .flex-direction-nav {
  position: absolute;
  z-index: 14;
  left: 5%;
  top: 35%;
  overflow: hidden;
  width: 95%;
  background: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
.gallery.flexslider .flex-direction-nav li {
  width: 40px;
  height: 40px;
}
.gallery.flexslider .flex-direction-nav a {
  top: 50%;
  margin: 0px;
  opacity: 0.5;
  padding: 0px 15px;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.3s;
}
.gallery.flexslider .flex-direction-nav a:hover {
  opacity: 1;
}
.gallery.flexslider .flex-direction-nav .flex-next {
  right: 40px;
  background: url(../images/theme/slider-next.png) no-repeat !important;
}
.gallery.flexslider .flex-direction-nav .flex-prev {
  left: 20px;
  background: url(../images/theme/slider-prev.png) no-repeat !important;
}
.blog-pagination .wrap,
.top-pagination .wrap {
  margin-bottom: 0px;
  padding-bottom: 45px;
}
.top-pagination .wrap {
  padding-bottom: 30px;
}
.blog-pagination .wrap,
.top-pagination .wrap {
  width: 92%;
  margin-left: 4%;
  float: left;
  clear: both;
  position: relative;
}
.blog-pagination a.prev,
.top-pagination a.prev {
  float: left;
  background-image: url(../images/theme/arrow-left.png);
  background-repeat: no-repeat;
}
.top-pagination a.prev {
  float: right;
  margin-right: 10px;
}
.blog-pagination a.next,
.top-pagination a.next {
  float: right;
  clear: none;
  background-image: url(../images/theme/arrow-right.png);
  background-repeat: no-repeat;
}
.blog-pagination ul {
  padding: 0px;
  width: 105%;
  text-align: center;
}
.blog-pagination .items-wrap {
  float: left;
  width: 80%;
  margin-bottom: -10px;
}
.blog-pagination ul li {
  list-style: none;
  display: inline-block;
}
.blog-pagination .wrap  > a,
.top-pagination a {
  width: 40px;
  height: 40px;
  background-position: center center;
  display: block;
  border-radius: 3px;
  text-align: center;
}
.blog-pagination .wrap ul li a {
  padding: 10px 15px;
  float: left;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-pagination .wrap ul li:last-child a {
  margin-right: 0px;
}
.blog-pagination ul li a:hover {
  color: #fff !important;
}
.blog-pagination ul li a:focus {
  border-bottom: none !important;
}
blockquote,
.blockquote {
  float: left;
  clear: both;
  width: 90%;
  padding-left: 10%;
  border-left-width: 3px;
  font-style: italic;
}
.imageFloat {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}
.single-post-main-content {
  padding-bottom: 35px;
  border-bottom: 2px solid #e9e9e9;
  clear: both;
  float: left;
}
.secondary-content-box {
  border-radius: 6px 6px 6px 6px !important;
  margin-top: 50px;
}
.post-share {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 35px;
}
.post-share .tags {
  float: left;
  margin-bottom: -10px;
  margin-top: 10px;
}
.post-share .tags a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.post-share .share-box {
  float: right;
}
.post-share .share-box .social-icons {
  padding: 5px 7px 0px 7px;
  background: #f2f2f2;
  border-radius: 3px;
  display: none;
  margin-bottom: -7px;
  position: relative;
}
.post-share .share-box .social-icons:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0px 8px 5px;
  border-color: transparent transparent transparent #f2f2f2;
  position: absolute;
  right: -5px;
  top: 18px;
  z-index: 5;
  content: "";
}
.share-box .social-icons a {
  margin-right: 3px !important;
}
.share-box .social-icons a:last-child {
  margin-right: 0px !important;
}
.share-box .toggle-share-box {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  float: right;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  margin-left: 20px;
}
.share-box .toggle-share-box:hover {
  color: #fff !important;
}
.author-bio .avatar {
  float: left;
}
.author-bio .author-bio-content {
  margin-left: 135px;
}
.single-page .post-inner-content {
  border: 1px solid #E9E9E9;
  margin-bottom: 60px;
}
.accordion {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
}
.accordion .item {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.accordion .item:last-child {
  margin-bottom: 0px;
}
.accordion .item .head {
  float: left;
  clear: both;
  width: 94%;
  padding: 15px 3%;
  background: #f2f2f2;
  overflow: hidden;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 0px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.accordion .item .head:focus {
  outline: none;
}
.accordion .item a.head:before {
  content: "+ ";
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
  float: left;
  clear: both;
}
.accordion .item .head.head-active:before {
  content: "- ";
}
.accordion .item-content {
  clear: both;
  margin-top: 30px;
  margin-bottom: 10px;
  float: left;
  display: none;
  margin-left: 2%;
}
.accordion ul li {
  list-style: none;
}
.accordion ul li:before {
  content: "•";
  margin-right: 10px;
  font-size: 10px;
  margin-top: 0px;
  float: left;
}
.single-comment {
  float: left;
  clear: both;
  margin-bottom: 35px;
}
.comments > h2 {
  margin-bottom: 45px;
}
.comments .single-comment:last-child {
  margin-bottom: 0px;
}
.single-comment .avatar {
  float: left;
}
.single-comment .comment-content {
  margin-left: 140px;
}
.comment-content > h4 {
  margin-bottom: 3px;
}
.comment-content span.comment-date {
  font-size: 14px;
}
.comment-content .comment-body {
  margin-top: 10px;
}
.comment-content .reply {
  float: right;
  margin-top: -20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 9px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-size: 13px;
  line-height: 13px;
}
.comment-content .reply:hover {
  color: #fff !important;
}
.single-comment > .single-comment {
  margin-left: 45px;
  margin-top: 45px;
}
.comments-form {
  margin-bottom: 60px;
}
.comments-form > h2,
.comments-form > p {
  margin-bottom: 20px;
}
.comments-form form input[type=text],
.comments-form form textarea {
  float: left;
  clear: both;
  margin-bottom: 20px;
  width: 94%;
  padding: 15px 3%;
  border: none;
  background: #f2f2f2;
  border-radius: 3px;
}
.comments-form form input[type=text]:focus,
.comments-form form textarea:focus,
.comments-form form input[type=text]:active,
.comments-form form textarea:active {
  box-shadow: inset 0px 0px 1px #c1c0c0;
}
.comments-form form textarea {
  height: 200px;
}
.comments-form .submit-comment {
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  outline: none;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  transition: background-color 0.3s, border-color 0.3s;
}
.comments-form .submit-comment:hover {
  color: #fff !important;
}
footer {
  text-align: center;
}
footer .copyrights p {
  line-height: 36px;
}
footer .copyrights {
  margin-bottom: 45px;
  margin-top: 0px;
  clear: both;
  width: 90%;
  margin-left: 5%;
}
footer .social-icons {
  margin-top: 45px;
  width: 100%;
  margin-bottom: 35px;
}
footer .social-icons a {
  margin-bottom: 10px;
}
.social-icons {
  float: left;
  clear: both;
  text-align: center;
}
.social-icons a {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  transition: background-color 0.5s;
}
.social-icons a:last-child {
  margin-right: 0px;
}
.social-icons a.facebook {
  background-image: url(../images/theme/facebook.png);
}
.social-icons a.twitter {
  background-image: url(../images/theme/twitter.png);
}
.social-icons a.linkedin {
  background-image: url(../images/theme/linkedin.png);
}
.social-icons a.youtube {
  background-image: url(../images/theme/youtube.png);
}
.social-icons a.dribbble {
  background-image: url(../images/theme/dribbble.png);
}
.social-icons a.flickr {
  background-image: url(../images/theme/flickr.png);
}
.social-icons a.pinterest {
  background-image: url(../images/theme/pinterest.png);
}
.social-icons a.vimeo {
  background-image: url(../images/theme/vimeo.png);
}
.social-icons a.tumblr {
  background-image: url(../images/theme/tumblr.png);
}
.social-icons a.skype {
  background-image: url(../images/theme/skype.png);
}
.social-icons a.facebook:hover {
  background-color: #4265b9;
}
.social-icons a.twitter:hover {
  background-color: #9ae4e8;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
.social-icons a.flickr:hover {
  background-color: #ff0084;
}
.social-icons a.skype:hover {
  background-color: #0bbff2;
}
.social-icons a.pinterest:hover {
  background-color: #c31e26;
}
.social-icons a.linkedin:hover {
  background-color: #005987;
}
.social-icons a.vimeo:hover {
  background-color: #1bb6ec;
}
.social-icons a.tumblr:hover {
  background-color: #35506b;
}
.social-icons a.youtube:hover {
  background-color: #df3333;
}
@media (max-width: 767px) {
  section.top-sidebar,
  header {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
  }
  .top-form {
    clear: both;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  a.togglemenu {
    display: block;
  }
  header .top-content {
    float: left;
    clear: both;
    width: 100%;
  }
  nav.menu {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
  }
  nav.menu > ul {
    border-radius: 3px !important;
    overflow: hidden;
    padding-top: 10px;
  }
  nav.menu ul,
  nav.menu ul ul {
    background: #343434;
  }
  nav.menu ul,
  nav.menu ul ul {
    width: 100% !important;
  }
  nav.menu ul li ul li {
    margin-left: 0px !important;
  }
  nav.menu ul li ul {
    margin-bottom: -10px;
    padding-top: 10px;
  }
  nav.menu ul li {
    float: left;
    clear: both;
    width: 96% !important;
    display: block;
    margin: 0px 0px 10px 2% !important;
    list-style: none !important;
    border-radius: 4px !important;
    overflow: hidden;
  }
  nav.menu ul ul li {
    width: 100% !important;
  }
  nav.menu ul li:after {
    display: none;
  }
  nav.menu > ul > li a:after {
    display: none;
  }
  nav.menu ul li a {
    float: left;
    clear: both;
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
    background-color: #2b2b2b !important;
    display: block;
    text-align: left;
    color: #b0b0b0 !important;
    font-size: 14px !important;
  }
  nav.menu ul ul {
    display: block !important;
    position: relative;
    padding: 0px;
    top: 0px;
    margin: 0px;
  }
  nav.menu ul ul li {
    padding: 0px;
    border: none;
  }
  nav.menu ul li a,
  nav.menu ul ul li a {
    padding: 10px 3% !important;
    float: left;
    position: relative;
    transition: background 0.2s;
    text-align: left;
    margin: 0px !important;
  }
  nav.menu ul ul {
    position: relative !important;
    top: 0px !important;
    left: auto;
    float: left;
    margin: 0px;
    width: 100% !important;
    border-radius: 4px;
    display: none;
    z-index: 150;
    border-bottom: none;
  }
  nav.menu ul ul:after {
    display: none !important;
  }
  nav.menu ul ul li:last-child {
    padding-bottom: 0px;
  }
  nav.menu ul ul ul {
    left: auto !important;
    top: 0px;
  }
  nav.menu li.toggle {
    display: block;
    margin-left: -5px !important;
    padding-right: 15px !important;
  }
  nav.menu li.toggle a {
    color: #fff !important;
    background: url(../images/theme/toggle.png) 96% 14px no-repeat !important;
    padding: 0px;
  }
  nav.menu li.toggle.active {
    margin-bottom: 25px !important;
  }
  nav.menu  ul li {
    display: none;
  }
  nav.menu > ul li.toggle {
    display: block !important;
  }
  header .logo {
    margin: 10px 0px 20px 0px;
    text-align: center;
    width: 100%;
    float: left;
  }
  header .logo a {
    width: 100%;
    text-align: center;
  }
  header .logo a img {
    text-align: center;
    display: inline-block;
  }
  header  .search {
    float: right;
    margin-top: 10px;
    margin-bottom: -10px;
    margin-left: 0px;
    width: 100%;
    margin-right: 0px;
  }
  header form.top-search {
    background: #f2f2f2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    width: 92%;
    float: left;
    height: 38px;
  }
  header form.top-search input.s {
    font-size: 16px;
    width: 94%;
    padding-left: 3%;
  }
  header .toggleSidebar {
    margin-right: 0px;
    margin-left: 0px;
  }
  .single-post .post-format-quote .wrapper {
    height: auto;
    padding-bottom: 180px;
  }
  .mejs-controls .mejs-time-rail {
    width: 60% !important;
  }
  .mejs-controls .mejs-volume-button {
    left: 72%;
  }
  .mejs-horizontal-volume-slider {
    left: 12%;
  }
}
@media (max-width: 640px) {
  .mejs-controls .mejs-time-rail {
    width: 58% !important;
  }
  .mejs-controls .mejs-volume-button {
    left: 70%;
  }
  .mejs-horizontal-volume-slider {
    left: 12%;
  }
  .gallery.flexslider .flex-direction-nav {
    width: 100%;
    left: 4%;
  }
  .blog-pagination ul {
    width: 95%;
  }
  header form.top-search {
    background: #f2f2f2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    width: 89%;
    float: left;
    height: 38px;
  }
  header form.top-search input.s {
    font-size: 16px;
    width: 94%;
    padding-left: 3%;
  }
  header .toggleSidebar {
    margin-right: 0px;
    margin-left: 0px;
  }
  nav.menu li.toggle {
    margin-left: 0px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 480px) {
  .mejs-controls .mejs-time-rail {
    width: 40% !important;
  }
  .mejs-controls .mejs-volume-button {
    left: 53%;
  }
  .mejs-horizontal-volume-slider {
    left: 12%;
  }
  .blog-pagination .items-wrap {
    width: 70%;
  }
  .share-box {
    float: right;
    clear: both;
    margin-top: 20px;
  }
  .blockquote {
    padding-left: 5%;
  }
  .comment-content .reply {
    margin-top: 20px;
  }
  .single-comment .avatar {
    margin-right: 35px;
  }
  .single-comment .comment-content {
    margin-left: 0px;
  }
  .comment-content .comment-body {
    margin-top: 60px;
  }
}
.loading {
  display: block;
  background: #fff url(../images/loading.gif);
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  border-radius: 16px;
  border: 2px solid #333;
}
.tiles-item .caption {
  background: transparent url(../images/caption.png);
  color: #fff;
  font-size: 12px;
}
.tiles-item .caption span {
  margin: 10px;
  display: block;
  font-family: 'Open Sans', 'Share Tech', sans-serif;
  font-size: large;
  font-weight: normal;
  color: white;
}
.tiles img {
  display: none;
}
.tiles {
  margin: 0 auto;
}
.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: solid 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;
}
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;
}
.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) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .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;
}
