.mythemes-breadcrumbs {
  background-color: #ffffff;
}
.mythemes-breadcrumbs h1,
.mythemes-breadcrumbs nav {
  font-weight: 400;
  margin-top: 0px;
  text-align: left;
}
.mythemes-breadcrumbs h1 {
  margin-top: 10px;
  margin-bottom: 0px;
}
@media ( min-width: 1200px ) {
  .mythemes-breadcrumbs h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
  .mythemes-breadcrumbs h1 {
    font-size: 33px;
    line-height: 36px;
  }
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
  .mythemes-breadcrumbs h1 {
    font-size: 30px;
    line-height: 33px;
  }
}
@media ( min-width: 481px ) and ( max-width: 767px ) {
  .mythemes-breadcrumbs h1 {
    font-size: 27px;
    line-height: 30px;
  }
}
@media ( max-width: 480px ) {
  .mythemes-breadcrumbs h1 {
    font-size: 24px;
    line-height: 37px;
  }
}
.mythemes-breadcrumbs nav {
  margin-left: 3px;
  font-size: 13px;
}
.mythemes-breadcrumbs nav ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}
.mythemes-breadcrumbs nav ul li {
  color: #666666;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 0px;
}
.mythemes-breadcrumbs nav ul li:before {
  content: '\eaa1';
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding: 0px 8px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
}
.mythemes-breadcrumbs nav ul li.home-item:before {
  content: '';
  padding: 0px;
  display: none;
}
.mythemes-breadcrumbs nav ul li.home-item a:hover {
  text-decoration: none;
}
.mythemes-breadcrumbs nav ul li.home-item a:hover span {
  text-decoration: underline;
}
.mythemes-breadcrumbs nav ul li a {
  color: #666666;
}
.mythemes-breadcrumbs nav ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.mythemes-breadcrumbs .mythemes-author-avatar {
  text-align: center;
  margin-top: 5px;
}
.mythemes-breadcrumbs .mythemes-author-avatar img {
  border: 5px solid #ffffff;
  display: block;
  margin: 0px auto 0px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.mythemes-breadcrumbs div.mythemes-posts-counter {
  text-align: center;
  margin-top: 22px;
}
.mythemes-breadcrumbs div.mythemes-posts-counter span {
  color: #999999;
  font-size: 26px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}
@media ( max-width: 767px ) {
  .mythemes-breadcrumbs h1,
  .mythemes-breadcrumbs nav {
    text-align: center;
  }
  .mythemes-breadcrumbs div.mythemes-author-avatar {
    margin-top: 20px;
  }
  .mythemes-breadcrumbs div.mythemes-posts-counter {
    padding-top: 5px;
  }
}
.content{
    padding-top: 70px;
    padding-bottom: 70px;
}
.content.no-padding-top{
    padding-top: 0px;
}
.content.no-padding-bottom{
    padding-bottom: 0px;
}
.mythemes-page.content-boxed {
  background: #ffffff;
  padding: 50px 30px;
  margin-bottom: 20px;
}
@-webkit-keyframes modal-animation {
  from {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes modal-animation {
  from {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes modal-animation {
  from {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes modal-animation {
  from {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  to {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.mythemes-share-panel-wrapper {
  background: transparent;
  border: none;
  display: none;
  position: absolute;
  padding: 0px;
  margin: 0px;
  width: 0px;
  height: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mythemes-share-panel-wrapper.show-share-panel {
  display: block;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg {
  background: rgba(220, 220, 220, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg a.close-sharing {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  z-index: 1000003;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg a.close-sharing i {
  color: #ffffff;
  display: block;
  font-size: 24px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg a.close-sharing:hover {
  background: rgba(0, 0, 0, 0.3);
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-bkg-action {
  background: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000001;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.valign-cell {
  width: 450px;
  z-index: 1000002;
}
@media ( max-width: 767px ) {
  .mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.valign-cell {
    width: 90%;
  }
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel {
  background-color: #ffffff;
  display: inline-block;
  padding: 20px;
  width: 450px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.04);
  -webkit-animation: modal-animation 0.5s ease-out 1;
  -moz-animation: modal-animation 0.5s ease-out 1;
  -ms-animation: modal-animation 0.5s ease-out 1;
  -o-animation: modal-animation 0.5s ease-out 1;
  animation: modal-animation 0.5s ease-out 1;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul {
  padding: 0px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li {
  padding: 0px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li a {
  color: #333333;
  display: block;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding: 8px 0px;
  margin-left: 20px;
  text-transform: uppercase;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li a:after,
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li a::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  content: '';
  position: absolute;
  height: 0px;
  width: 100%;
  bottom: -1px;
  left: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li a:hover:after,
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li a:hover::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  content: '';
  position: absolute;
  height: 0px;
  width: 100%;
  bottom: -1px;
  left: 0px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li a:focus {
  text-decoration: none;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li:first-child a {
  margin-left: 0px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li.current a {
  position: relative;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li.current a:after,
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li.current a::after {
  border-bottom: 1px solid #26ad60;
  content: '';
  position: absolute;
  height: 0px;
  width: 100%;
  bottom: -1px;
  left: 0px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li.current a,
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber nav ul li.current a:hover {
  color: #26ad60;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab {
  display: none;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab.current {
  display: block;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-content h3 {
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-content p {
  color: #666666;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper strong {
  color: #999;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social {
  font-size: 0px;
  line-height: 0px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  font-size: 0px;
  line-height: 0px;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a i {
  display: block;
  font-size: 24px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a:hover {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a.twitter {
  background-color: #00b0ef;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a.facebook {
  background-color: #265999;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a.gplus {
  background-color: #f32e31;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a.pinterest {
  background-color: #ef0021;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a.email {
  background-color: #26ad60;
  margin-right: 0px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a.linkedin {
  background-color: #0082b2;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a.tumblr {
  background-color: #174863;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a.reddit {
  background-color: #cfe3f7;
  color: rgba(0, 0, 0, 0.8);
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a.reddit:hover {
  color: #000000;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-url {
  padding-top: 12px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-url input[type="url"] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  height: 30px;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-url input[type="url"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-message p label {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0px;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-message p input,
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-message p textarea {
  margin-top: 5px;
  color: #666666;
}
.mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-message p textarea {
  min-height: 126px;
}
@media ( max-width: 767px ) {
  .mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel {
    width: 100%;
  }
  .mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a {
    width: 32px;
    height: 32px;
    margin-right: 5px;
  }
  .mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a i {
    width: 32px;
    height: 32px;
  }
  .mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a i:before,
  .mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-social-wrapper div.mythemes-share-social a i::before {
    display: block;
    font-size: 18px;
    line-height: 32px;
  }
  .mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-message p textarea {
    min-height: 116px;
  }
}
@media ( max-width: 480px ) {
  .mythemes-share-panel-wrapper.show-share-panel div.mythemes-share-bkg div.mythemes-share-panel div.mythemes-tabber div.mythemes-tabs div.mythemes-tab div.mythemes-share-message textarea {
    min-height: 116px;
  }
}
div.mythemes-pagination {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
div.mythemes-pagination nav {
  height: 40px;
}
div.mythemes-pagination nav ul {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
div.mythemes-pagination nav ul li {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 7px;
}
div.mythemes-pagination nav ul li:first-child {
  margin: 0px;
}
div.mythemes-pagination nav ul li span,
div.mythemes-pagination nav ul li a {
  display: block;
  font-weight: bold;
  line-height: 24px;
  width: 100%;
  height: 100%;
  text-align: center;
}
div.mythemes-pagination nav a {
  background-color: #ffffff;
  color: #454545;
}
div.mythemes-pagination nav a:hover {
  background-color: #26ad60;
  color: #ffffff;
}
div.mythemes-pagination nav a i.mythemes-icon-left-open-1 {
  margin-right: 10px;
}
div.mythemes-pagination nav a i.mythemes-icon-right-open-1 {
  margin-left: 10px;
}
div.mythemes-pagination nav span {
  color: #000000;
}
div.mythemes-pagination nav li,
div.mythemes-pagination nav a,
div.mythemes-pagination nav span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
div.mythemes-pagination nav a,
div.mythemes-pagination nav span {
  display: inline-block;
  font-style: bold;
  font-variant: bold;
  font-weight: 600;
  padding: 8px 16px;
  text-transform: uppercase;
}
div.mythemes-pagination.comments {
  padding: 0px;
  margin: 0px;
}
div.mythemes-pagination.comments a,
div.mythemes-pagination.comments span {
  margin: 0px 0px 0px 7px;
}
div.mythemes-pagination.comments a:first-child,
div.mythemes-pagination.comments span:first-child {
  margin: 0px;
}
div.mythemes-autoloader img {
  display: none;
}
div.mythemes-autoloader span {
  display: none;
}
div.mythemes-autoloader span.is-visible {
  color: #666666;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  background: #ffffff;
  padding: 30px 50px;
}
@media ( max-width: 480px ) {
  div.mythemes-autoloader span.is-visible {
    font-size: 18px;
    line-height: 24px;
  }
}
h1.mythemes-error-404 {
  font-size: 200px;
  line-height: 220px;
  text-align: center;
  margin-top: 0px;
}
big.mythemes-error-404-message {
  color: #adadad;
  display: block;
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 60px;
  text-align: center;
}
p.mythemes-error-404-description {
  color: #999999;
  display: block;
  font-size: 16px;
  line-height: 26px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
div.mythemes-error-404-search {
  background: #ffffff;
  display: block;
  padding: 20px 20px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
div.mythemes-error-404-search input[type="text"] {
  float: left;
  padding: 5px 12px;
  height: 32px;
  margin: 0px;
  width: -webkit-calc( 100% - 46px );
  width: -moz-calc( 100% - 46px );
  width: -ms-calc( 100% - 46px );
  width: -o-calc( 100% - 46px );
  width: calc( 100% - 46px );
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
div.mythemes-error-404-search button {
  background-color: #26ad60;
  flot: left;
  top: inherit;
  right: 32px;
  height: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.mythemes-error-404-search button:hover {
  background-color: #00aeef;
}
div.mythemes-error-404-search div#searchbox {
  text-align: center;
}
@media ( min-width: 1200px ) {
  h1.mythemes-error-404 {
    font-size: 200px;
    line-height: 220px;
  }
  big.mythemes-error-404-message {
    font-size: 72px;
    line-height: 80px;
  }
  p.mythemes-error-404-description {
    font-size: 16px;
    line-height: 26px;
    max-width: 60%;
  }
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
  h1.mythemes-error-404 {
    font-size: 180px;
    line-height: 200px;
  }
  big.mythemes-error-404-message {
    font-size: 62px;
    line-height: 70px;
  }
  p.mythemes-error-404-description {
    font-size: 15px;
    line-height: 25px;
    max-width: 70%;
  }
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
  h1.mythemes-error-404 {
    font-size: 160px;
    line-height: 180px;
  }
  big.mythemes-error-404-message {
    font-size: 52px;
    line-height: 60px;
  }
  p.mythemes-error-404-description {
    font-size: 14px;
    line-height: 24px;
    max-width: 80%;
  }
}
@media ( min-width: 481px ) and ( max-width: 767px ) {
  h1.mythemes-error-404 {
    font-size: 140px;
    line-height: 160px;
  }
  big.mythemes-error-404-message {
    font-size: 42px;
    line-height: 50px;
  }
  p.mythemes-error-404-description {
    font-size: 13px;
    line-height: 24px;
    max-width: 90%;
  }
}
@media ( max-width: 480px ) {
  h1.mythemes-error-404 {
    font-size: 120px;
    line-height: 140px;
  }
  big.mythemes-error-404-message {
    font-size: 32px;
    line-height: 40px;
  }
  p.mythemes-error-404-description {
    font-size: 13px;
    line-height: 24px;
    max-width: 100%;
  }
}
