@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);
@font-face {
  font-family: "tiefontello";
  src: url("../../fonts/tiefontello.eot?48072461");
  src: url("../../fonts/tiefontello.eot?48072461#iefix") format("embedded-opentype"), url("../../fonts/tiefontello.woff?48072461") format("woff"), url("../../fonts/tiefontello.ttf?48072461") format("truetype"), url("../../fonts/tiefontello.svg?48072461#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=tieicon-]:before, [class*=" tieicon-"]:before, .search-block .search-button:before, #main-nav li.menu-item-home a:before, blockquote:before, .rss-cat-icon:before, #twitter-widget li:before, .flex-direction-nav a:before,
span.tie-date:before, span.post-comments:before, span.post-views:before, span.post-meta-author:before, span.post-cats:before {
  font-family: "tiefontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 32px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  text-shadow: none;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  border: 0 none;
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  background: #eee url("../../images/patterns/body-bg24.png");
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a:hover {
  color: #000;
}

.ad a img[src*=empty] {
  display: none;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
  -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
  border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
  background: #136487;
  -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}

::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

input, button, select, option {
  font-family: "Roboto", sans-serif;
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.99;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.99;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.99;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.99;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.99;
  }
}
header#theme-header {
  margin: 0 0 35px;
  position: relative;
}

header#theme-header:after,
#signup_form:after,
#buddypress:after,
#main-nav:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.header-content {
  padding: 20px 0;
}

.logo img {
  max-width: 100%;
  float: left;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.logo img:hover {
  opacity: 0.8;
}

.logo strong {
  display: none;
}

.logo span {
  font-weight: normal;
  font-size: 14px;
}

.ads-top, .adv-top {
  float: right;
  line-height: 0;
}

/* hiding subscribe button to users who are already subscribed */
body ul#registered li.subscribe-button {
  display: none;
}
body.logged-in.user-can-subscribe ul#registered li.subscribe-button {
  display: inline-block;
}

/* Styling the mobile menu */
#slide-out {
  background: #222;
  position: absolute;
  display: block;
  left: -80%;
  top: 0;
  z-index: 3;
  min-height: 100vh;
  width: 80%;
  color: #ddd;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1023px) {
  #slide-out {
    width: 234px;
    z-index: 9999;
    position: fixed;
    transition: left 0.3s ease-in-out;
    top: 0;
    background: #444 !important;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #slide-out {
    width: 234px;
    z-index: 9999;
    position: fixed;
    transition: left 0.3s ease-in-out;
    top: 0;
  }
}
#slide-out .search-mobile {
  margin: 15px 10px;
  height: 30px;
  background: #fcfcfc;
  border: 1px solid #ddd;
  border-top-color: #d1d1d1;
  border-left-color: #d1d1d1;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  box-shadow: inset 0 2px 5px #eee;
}
#slide-out .search-mobile button.search-button {
  background: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  padding: 0;
  width: 40px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  vertical-align: middle;
}
#slide-out .search-mobile #s-mobile {
  background: 0 0;
  float: right;
  margin: 0;
  padding: 7px 12px;
  width: 100%;
  color: #444;
  border: 0 none;
  cursor: text;
  outline: none;
  font-size: 13px;
  max-width: 100%;
  display: block;
}
#slide-out #mobile-menu {
  border-top: 1px solid #2d2d2d;
}
#slide-out #mobile-menu ul {
  display: block;
}
#slide-out #mobile-menu ul li {
  font-weight: 700;
  font-style: normal;
  margin: 0;
  list-style: none;
  position: relative;
}
#slide-out #mobile-menu ul li a {
  display: block;
}
@media only screen and (max-width: 1023px) {
  #slide-out #mobile-menu ul li a {
    color: #fff;
    border-bottom: 1px solid #888 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-weight: 700;
    font-size: 0.9rem !important;
    line-height: 1.602rem !important;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  #slide-out #mobile-menu ul li a {
    padding: 10px 38px 12px;
    border: 0;
  }
}
#slide-out #mobile-menu ul li a .fa-home:before {
  content: "Home";
  font-family: "Roboto", sans-serif;
}
#slide-out #mobile-menu ul li i.mobile-arrows {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px;
  border-left: 1px solid #333;
  margin: 0;
  cursor: pointer;
  display: block;
}
#slide-out #mobile-menu ul ul {
  display: none;
  background: #333;
}
#slide-out #mobile-menu ul ul li a {
  font-size: 0.75rem !important;
}

.js-nav #slide-out {
  height: 100%;
  overflow: auto;
  left: 0;
}

@media only screen and (max-width: 1023px) {
  .js-nav .mobileNav, .js-nav .inner-wrapper {
    left: 234px;
  }
}
@media only screen and (max-width: 1023px) {
  .js-nav .mobileNav .toolbar a.btnMenu .burger {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 1023px) {
  .js-nav .mobileNav .toolbar a.btnMenu .burger:before, .js-nav .mobileNav .toolbar a.btnMenu .burger:after {
    top: 0 !important;
  }
}
.mobileNav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mobileNav {
    display: block !important;
    background: #fff;
    transition: left 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    clear: both;
    z-index: 32768;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .mobileNav .mobile-toolbar {
    padding: 10px 9px 10px;
  }
}
.mobileNav .toggle {
  margin-bottom: 15px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  position: relative;
}
.mobileNav .container-sleeve {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .mobileNav .toolbar {
    background: #fff !important;
    display: block;
    position: relative;
    border: unset;
  }
}
@media only screen and (max-width: 767px) {
  .mobileNav .toolbar {
    background: #fff !important;
    display: block;
    position: relative;
    border: unset;
    padding: 0;
  }
}
.mobileNav #slide-out-open {
  display: none;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 30px;
  opacity: 1;
  height: 33px;
  width: 40px;
  z-index: 505;
}
@media only screen and (max-width: 1023px) {
  .mobileNav #slide-out-open {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    color: #fff;
    display: block;
    border-radius: 50%;
    background: #f68b1f;
    padding-right: 28px;
    padding-left: 7px;
    padding-top: 17px;
    cursor: pointer;
    padding-bottom: 19px;
    min-height: unset;
    width: 36px;
    position: unset;
  }
}
@media only screen and (max-width: 767px) {
  .mobileNav #slide-out-open {
    position: unset;
    border-right: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .mobileNav #slide-out-open:first-child {
    border: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .mobileNav #slide-out-open .burger, .mobileNav #slide-out-open .burger:before, .mobileNav #slide-out-open .burger:after {
    background: #fff;
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 22px;
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.5s ease-in-out 0.2s linear;
    transition: all 0.5s ease-in-out 0.2s linear;
  }
}
@media only screen and (max-width: 767px) {
  .mobileNav #slide-out-open .burger, .mobileNav #slide-out-open .burger:before, .mobileNav #slide-out-open .burger:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 22px;
    position: absolute;
    display: block;
    content: "";
    transition: all 0.5s ease-in-out 0.2s linear;
  }
}
@media only screen and (max-width: 1023px) {
  .mobileNav #slide-out-open span.burger:before {
    top: -7px;
  }
}
@media only screen and (max-width: 1023px) {
  .mobileNav #slide-out-open span.burger:after {
    bottom: -7px;
  }
}
@media only screen and (max-width: 1023px) {
  .mobileNav #slide-out-open .menu {
    display: none;
  }
}
.mobileNav #slide-out-close {
  color: #fff;
  position: fixed;
  left: 0;
  background: #222;
  font-size: 30px;
  width: 0;
  height: 50px;
  text-align: center;
  line-height: 54px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1023px) {
  .mobileNav #slide-out-close {
    position: unset;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #ccc;
    min-height: unset;
    height: auto;
    padding: 14px 26px 17px 5px;
    background: #f68b1f !important;
    border-radius: 50%;
  }
  .mobileNav #slide-out-close .burger {
    background-color: transparent !important;
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 22px;
    position: absolute;
    display: block;
    content: "";
    transition: all 0.5s ease-in-out 0.2s linear;
    background: #fff;
  }
  .mobileNav #slide-out-close .burger:before, .mobileNav #slide-out-close .burger:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 22px;
    position: absolute;
    display: block;
    content: "";
    transition: all 0.5s ease-in-out 0.2s linear;
    background: #fff;
  }
  .mobileNav #slide-out-close .menu {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .js-nav .mobileNav .toolbar a.btnMenu .burger {
    background-color: transparent;
  }
}

@media only screen and (max-width: 1023px) {
  .js-nav .mobileNav .toolbar a.btnMenu .burger:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
}
@media only screen and (max-width: 1023px) {
  .js-nav .mobileNav .toolbar a.btnMenu .burger:before, .js-nav .mobileNav .toolbar a.btnMenu .burger:after {
    top: 0;
    content: "";
  }
}
@media only screen and (max-width: 985px) {
  .js-nav .mobileNav .toolbar a.btnMenu .burger:before {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 985px) {
  .js-nav .mobileNav .toolbar a.btnMenu .burger:before, .js-nav .mobileNav .toolbar a.btnMenu .burger:after {
    top: 0;
  }
}
@media only screen and (max-width: 985px) {
  .js-nav .mobileNav .toolbar a.btnMenu .burger:after {
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 1023px) {
  .mobileNav .toolbar .account-container {
    position: absolute;
    right: 0;
    border-left: 0;
    top: 0;
    min-height: unset;
  }
  .mobileNav .toolbar .account-container .sleeve {
    position: relative;
    text-align: right;
  }
  .mobileNav .toolbar .account-container .sleeve a {
    padding: 0;
    min-height: unset;
    border: 0;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  #mobileSections .account-container .i-menu-account {
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/ew/images/profile-user.png) !important;
    display: inline-block;
    background-size: cover;
    width: 36px !important;
    height: 36px !important;
  }
  .mobile-account-menu {
    display: none !important;
  }
  .mobileNav .toolbar .account-container:hover .mobile-account-menu {
    display: block !important;
    width: 143px;
    left: auto;
    right: 0;
    position: relative;
    z-index: 100;
    background: #e1e1e1;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu {
    position: relative;
    z-index: 100;
    background: #e1e1e1;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d3d3d3;
    top: -10px;
    left: 0;
    right: -101px;
    margin: auto;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu ul {
    margin: 0;
    padding: 14px 20px 0;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu li {
    text-transform: none;
    background-color: inherit;
    border: 0;
    margin: 0 0 16px;
    font-size: 1.6em;
    line-height: 1.5;
    position: static;
    float: none;
    font-style: normal;
    cursor: pointer;
  }
  .mobileNav .toolbar .account-container .mobile-account-menu li a {
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 0;
    color: #444;
    font-size: 16px;
  }
  .mobileNav .toolbar + .toolbar {
    left: 61px !important;
    min-height: unset !important;
    height: 36px !important;
    top: 9px !important;
    position: absolute;
    width: 130px;
    padding: 0;
    margin: auto;
  }
  .mobileNav .toolbar + .toolbar .mobile-logo {
    padding: 2px 0 0 !important;
  }
  .mobileNav .toolbar + .toolbar .mobile-logo {
    min-height: unset !important;
  }
  .top-nav {
    display: none;
    display: flex;
    flex-direction: row-reverse;
    height: 60px;
  }
  #theme-header .container .logo {
    display: none;
  }
  #main-nav {
    display: none;
  }
  #loading {
    display: none;
  }
}
.search-mobile {
  margin: 15px 10px;
  height: 30px;
  overflow: hidden;
  background: #fcfcfc;
  border: 1px solid #ddd;
  border-top-color: #d1d1d1;
  border-left-color: #d1d1d1;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 2px 5px #eee;
  -moz-box-shadow: inset 0 2px 5px #eee;
  box-shadow: inset 0 2px 5px #eee;
}
.search-mobile #searchform {
  margin: 0px;
}

.search-mobile button.search-button {
  background: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  padding: 0;
  width: 40px;
  font-size: 18px;
  color: #666;
}

.search-mobile.search-block #s {
  color: #444;
  width: 215px !important;
  background: #fff;
  height: 30px !important;
  border: 0px !important;
}

#slide-out .search-mobile button.search-button {
  border: 0px !important;
}

.search-block button.search-button:before {
  color: #444 !important;
}

.js-nav .mobileNav #slide-out-close {
  display: block !important;
}

.search-mobile.search-block #s:focus {
  width: 215px !important;
}

#main-nav {
  background: #12558b;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  position: relative;
  margin: 0 auto;
  min-height: 50px;
  z-index: 12;
}
#main-nav .container {
  position: relative;
  width: 1220px;
}
#main-nav .menu-alert {
  float: left;
  padding: 18px 0 0 10px;
  font-style: italic;
  color: #FFF;
}
#main-nav ul li {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.08);
  border-width: 0 0 0 1px;
  height: 50px;
  text-align: left;
  float: left;
}
#main-nav ul li:hover {
  background: #2d2d2d;
}
#main-nav ul li:hover ul.sub-menu {
  background: #2d2d2d;
}
#main-nav ul li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #f5f5f5;
  padding: 0 20px;
  text-shadow: 0 1px 1px #000;
  position: relative;
}
#main-nav ul li:first-child, #main-nav ul li:first-child a {
  border: 0 none;
}
#main-nav ul li:last-child, #main-nav ul li:last-child a {
  border-right: 0 none;
}

.top-nav {
  background: #eee;
  height: 30px;
  z-index: 3;
  position: relative;
}

.top-nav .menu-alert {
  float: left;
  color: #666;
  padding: 8px 0;
  font-style: italic;
}

.top-nav ul {
  float: left;
}

.top-nav ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 15px;
}

.top-nav ul li a, .top-nav .breaking-news a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #666;
  padding: 0;
  font-size: 13px;
}

.top-nav ul li a:hover, .top-nav .breaking-news a:hover {
  color: #666;
}

.top-nav ul ul {
  background: #2c2c2c;
  display: none;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 180px;
  z-index: 99999;
  float: left;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.top-nav ul ul li {
  background: none !important;
  border: none !important;
  z-index: 99999;
  min-width: 180px;
}

.top-nav ul ul ul {
  right: auto;
  left: 100%;
  top: 0;
  z-index: 99999;
}

.top-nav ul ul a {
  background: none !important;
  height: auto !important;
  line-height: 1em;
  padding: 10px 10px !important;
  width: 160px;
  display: block !important;
  margin-right: 0 !important;
  z-index: 99999;
  color: #ccc !important;
}

.top-nav ul ul li.current-menu-item:after {
  display: none;
}

.top-nav ul li:hover > a, .top-nav ul :hover > a, .top-nav ul li.current-menu-item a {
  color: #666;
}

#main-menu-mob {
  display: none;
}

#main-nav ul li.parent-list a {
  padding-right: 22px;
}

#main-nav ul li a .sub-indicator {
  right: 7px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #ddd;
}

#main-nav ul ul {
  display: none;
  padding: 0;
  position: absolute;
  top: 50px;
  width: 180px;
  z-index: 99999;
  float: left;
  -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#main-nav ul ul li, #main-nav ul ul li:first-child {
  background: none !important;
  z-index: 99999;
  min-width: 180px;
  border: 0 none;
  border-bottom: 1px solid #222;
  border-top: 1px solid #383838;
  font-size: 13px;
  height: auto;
  margin: 0;
}

#main-nav ul ul li:first-child, #main-nav ul li.current-menu-item ul li:first-child,
#main-nav ul li.current-menu-parent ul li:first-child, #main-nav ul li.current-page-ancestor ul li:first-child {
  border-top: 0 none !important;
}

#main-nav ul ul ul, #main-nav ul li.current-menu-item ul ul, #main-nav ul li.current-menu-parent ul ul, #main-nav ul li.current-page-ancestor ul ul {
  right: auto;
  left: 100%;
  top: 0 !important;
  z-index: 99999;
}

#main-nav ul.sub-menu a,
#main-nav ul ul li.current-menu-item a,
#main-nav ul ul li.current-menu-parent a,
#main-nav ul ul li.current-page-ancestor a {
  border: 0 none;
  background: none !important;
  height: auto !important;
  line-height: 1em;
  padding: 10px !important;
  width: 160px;
  display: block !important;
  margin-right: 0 !important;
  z-index: 99999;
  color: #ccc !important;
  text-shadow: 0 1px 1px #000 !important;
}

#main-nav ul li.current-menu-item ul a,
#main-nav ul li.current-menu-parent ul a,
#main-nav ul li.current-page-ancestor ul a {
  color: #eee !important;
  text-shadow: 0 1px 1px #222 !important;
}

#main-nav ul li:hover > a, #main-nav ul :hover > a {
  color: #FFF;
}

#main-nav ul ul li:hover > a,
#main-nav ul ul :hover > a {
  color: #FFF !important;
  padding-left: 15px !important;
  padding-right: 5px !important;
}

#main-nav ul li:hover > ul {
  display: block;
}

#main-nav ul li.current-menu-item,
#main-nav ul li.current-menu-parent,
#main-nav ul li.current-page-ancestor {
  margin-top: 0;
  height: 50px;
  border-left: 0 none !important;
}

#main-nav ul li.current-menu-item ul.sub-menu a, #main-nav ul li.current-menu-item ul.sub-menu a:hover,
#main-nav ul li.current-menu-parent ul.sub-menu a, #main-nav ul li.current-menu-parent ul.sub-menu a:hover #main-nav ul li.current-page-ancestor ul.sub-menu a,
#main-nav ul li.current-page-ancestor ul.sub-menu a:hover {
  background: none !important;
}

#main-nav ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover,
#main-nav ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover,
#main-nav ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover {
  background: #f68b1f;
  text-shadow: 0 1px 1px #111;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-left: 0 none !important;
}

#main-nav ul.sub-menu li.current-menu-item, #main-nav ul.sub-menu li.current-menu-item a,
#main-nav li.current-menu-item ul.sub-menu a, #main-nav ul.sub-menu li.current-menu-parent,
#main-nav ul.sub-menu li.current-menu-parent a, #main-nav li.current-menu-parent ul.sub-menu a,
#main-nav ul.sub-menu li.current-page-ancestor, #main-nav ul.sub-menu li.current-page-ancestor a,
#main-nav li.current-page-ancestor ul.sub-menu a {
  height: auto !important;
  line-height: 12px;
}

#main-nav ul li.menu-item-home ul li a,
#main-nav ul ul li.menu-item-home a,
#main-nav ul li.menu-item-home ul li a:hover {
  background-color: transparent !important;
  text-indent: 0;
  background-image: none !important;
  height: auto !important;
  width: auto;
}

#main-menu-mob {
  background: #222;
  width: 710px;
  padding: 5px;
  border: 1px solid #000;
  color: #DDD;
  height: 27px;
  margin: 13px 0 0 10px;
}

#main-nav.fixed-nav, .wrapper.layout-2c #main-nav.fixed-nav,
#main-nav-uber.fixed-nav, .wrapper.layout-2c #main-nav-uber.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 999;
}

#main-nav.fixed-nav, .wrapper.layout-2c #main-nav.fixed-nav {
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
}

body.admin-bar #main-nav.fixed-nav, body.admin-bar .wrapper.layout-2c #main-nav.fixed-nav,
body.admin-bar #main-nav-uber.fixed-nav, body.admin-bar .wrapper.layout-2c #main-nav-uber.fixed-nav {
  top: 32px;
}

/* Mega Menu */
#main-nav ul li.mega-menu {
  position: static;
}

#main-nav ul li .mega-menu-block ul.sub-menu {
  display: none;
  top: 0 !important;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 30px 0 30px 30px;
  border-bottom: 1px solid #383838;
}

#main-nav ul li .mega-menu-block ul.sub-menu ul {
  position: absolute;
  margin: 0;
}

#main-nav ul li.mega-menu .mega-menu-block {
  background: #2d2d2d;
  display: none;
  padding: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 99999;
  left: 0;
  -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
}

.mega-menu-content {
  color: #FFF;
  float: right;
  width: 950px;
}

.wrapper.layout-2c .mega-menu-content {
  width: 740px;
}

.mega-menu-item {
  float: left;
  width: 28%;
  padding: 30px 0 30px 4%;
}

.mega-menu-item.last-column {
  padding-right: 4%;
}

.mega-menu-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  opacity: 0.8;
}

.mega-menu-item img:hover {
  opacity: 1;
}

#main-nav ul li .mega-menu-item a,
#main-nav ul li.current-menu-parent .mega-menu-item a,
#main-nav ul li.current-menu-parent .mega-menu-item a:hover,
#main-nav ul li.current-menu-item .mega-menu-item a,
#main-nav ul li.current-menu-item .mega-menu-item a:hover {
  display: block;
  height: auto;
  line-height: 20px;
  padding: 0;
  border: 0 none;
  background: transparent !important;
}

.full-mega-menu .mega-menu-content {
  width: 100%;
}

.pagination {
  overflow: hidden;
  margin-bottom: 25px;
  clear: both;
}

.pagination a,
.pagination span.extend,
.pagination span.current {
  float: left;
  text-shadow: 0 1px 0 #FFF;
  margin-right: 3px;
  color: #777;
  padding: 6px 10px 3px;
}

.pagination a:hover {
  color: #000;
}

.pagination span.current {
  color: #FFF;
  background-color: #3F3F3F;
  text-shadow: 0 1px 0 #000;
  padding: 4px 10px 6px;
}

.pagination .pages {
  float: right;
  display: block;
  font-size: 85%;
  padding: 7px 0 2px;
}

ul#not-registered, ul#registered {
  float: right;
  color: #666;
  line-height: 30px;
  font-weight: bold;
  margin-right: 10px;
}
ul#not-registered li, ul#registered li {
  padding: 0 8px;
  margin: 0;
  cursor: pointer;
}
ul#not-registered li[data-form=login], ul#not-registered li[data-name=login], ul#registered li[data-form=login], ul#registered li[data-name=login] {
  font-weight: bold;
  padding: 4px 16px;
  background: #555;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #f68b1f;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgb(119.2103004292, 62.2660944206, 4.7896995708);
  position: relative;
  margin: 0;
  cursor: pointer;
}
ul#not-registered li[data-form=login]:hover, ul#not-registered li[data-name=login]:hover, ul#registered li[data-form=login]:hover, ul#registered li[data-name=login]:hover {
  background: #2d2d2d;
}
ul#not-registered a, ul#registered a {
  font-weight: bold;
  color: #666;
}

.search-block #s {
  height: 40px !important;
}

.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  background-repeat: repeat;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.wrapper {
  position: relative;
  z-index: 1;
  width: 1220px;
  margin: 0 auto;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  background: #FFF;
}

.wrapper.full-site, .wrapper.layout-2c.full-site {
  width: 100% !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wrapper:after, #main-content:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

.container {
  width: 1160px;
  margin: 0 auto;
}

/* 2 Columns Layout */
.wrapper.layout-2c {
  width: 1020px;
}

.wrapper.layout-2c .container, .wrapper.layout-2c header#theme-header, .wrapper.layout-2c #main-nav, .wrapper.layout-2c #footer-widget-area, .wrapper.layout-2c .scroll-box-wide .group_items {
  width: 955px;
}

.wrapper.layout-2c .header-content {
  margin: 0 -32px;
  padding: 25px 32px;
}

.wrapper.layout-2c .sidebar-narrow {
  display: none;
}

.wrapper.layout-2c .cats-review-box .reviews-cat {
  width: 304px;
  margin-right: 15px;
}

.wrapper.layout-2c .cats-review-box .reviews-cat h4 {
  width: 190px;
}

.wrapper.layout-2c .wide-news-item, .wrapper.layout-2c .scroll-box-wide.scroll-box .scroll-item {
  width: 231px;
  margin-right: 10px;
}

#main-content {
  margin: 20px auto 0;
  position: relative;
}

.content-wrap-wide .content {
  width: 820px;
}

.full-width {
  background-image: none;
}

.content {
  float: left;
  width: 620px;
}

#crumbs {
  background: #ccc;
  font-size: 12px;
  clear: both;
  padding: 0 0 5px 5px;
  border-bottom: 1px solid #eee;
  background-image: linear-gradient(#ffffff, #e6e6e6);
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

div.not-found {
  padding: 35px 20px;
  display: block;
  margin: auto;
}

.full-width .content,
body.error404 .content {
  width: auto;
  float: none;
}

.footer-bottom .social-icons [class^=tieicon-]:before, .footer-bottom .social-icons [class*=" tieicon-"]:before {
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #888;
}

.empty-space {
  height: 30px;
}

.wide-box .empty-space, .recent-box .recent-post1.recent-post-blog .empty-space {
  height: 20px;
}

.recent-box .recent-post-blog .empty-space {
  height: 0;
}

header.cat-box-title, .block-head {
  position: relative;
  margin-bottom: 25px;
}
header.cat-box-title.hover h2 a, .block-head.hover h2 a {
  color: #aaa;
}
header.cat-box-title h2, .block-head h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #f5f5f5;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 14px;
  background: #2d2d2d;
}
header.cat-box-title h2 a, .block-head h2 a {
  color: #f5f5f5;
}
header.cat-box-title a.view-more, .block-head a.view-more {
  float: right;
  padding: 13px 0;
  color: #f68b1f;
}
header.cat-box-title span.borderline, .block-head span.borderline {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}

.cat-box {
  margin-top: 10px;
  margin-bottom: 35px;
  position: relative;
}
.cat-box .entry p {
  padding-bottom: 0;
  color: #666;
}
.cat-box li > h2 a:hover {
  color: #f68b1f;
}
.cat-box.column2.last-column {
  float: right;
  margin-right: 0;
}
.cat-box.style1 ul li {
  float: left;
  width: 300px;
}
.cat-box.style1 ul li.last-column {
  padding: 10px 0;
}
.cat-box.style1 ul li.last-column:nth-child(2) {
  padding-top: 0;
}
.cat-box.style1 ul li.last-column:last-child {
  padding-bottom: 0;
}
.cat-box.style1 ul li .post-thumbnail {
  margin-bottom: 10px;
}
.cat-box.style1 ul li.first-news {
  width: 300px;
}
.cat-box.style2 ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.cat-box.style2 li:nth-child(odd) {
  padding-right: 1%;
}
.cat-box.style2 .column2 {
  float: left;
  width: 300px;
  margin-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px 0px;
  clear: right;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.4s;
  width: 50%;
  float: left;
  margin-right: 0;
}
.cat-box.style2 .column2:nth-child(1), .cat-box.style2 .column2:nth-child(2) {
  padding-top: 0;
}
.cat-box.style2 .column2:nth-child(even) {
  margin-right: 0;
}
.cat-box.style2 .column2 .post-thumbnail {
  width: 40%;
}
.cat-box.style2 .column2 .entry {
  display: none;
}
.cat-box.style4 ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.cat-box.style4 li:nth-child(odd) {
  padding-right: 1%;
}
.cat-box.style4 .column2 {
  float: left;
  width: 300px;
  margin-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px 0px;
  clear: right;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.4s;
  width: 50%;
  float: left;
  margin-right: 0;
}
.cat-box.style4 .column2.sponsored {
  position: relative;
  background: rgb(253.8798283262, 240.5622317597, 227.1201716738);
  border: 1px solid #f68b1f;
  padding: 10px;
}
.cat-box.style4 .column2.sponsored:before {
  content: "sponsored";
  position: absolute;
  font-size: 11px;
  border-top-left-radius: 5px;
  bottom: 0;
  right: 0;
  background: #f68b1f;
  color: #fff;
  padding: 3px 9px;
}
.cat-box.style4 .column2.sponsored .post-thumbnail {
  width: auto;
  margin-right: 10px;
}
.cat-box.style4 .column2:nth-child(1), .cat-box.style4 .column2:nth-child(2) {
  padding-top: 0;
}
.cat-box.style4 .column2:nth-child(even) {
  margin-right: 0;
}
.cat-box.style4 .column2 .post-thumbnail {
  width: 40%;
}
.cat-box.style4 .column2 .entry {
  display: none;
}
.cat-box.style5 ul li {
  float: left;
  width: 200px;
  margin-right: 10px;
}
.cat-box.style5 ul li .post-thumbnail {
  margin-bottom: 10px;
}
.cat-box.style5 ul li:nth-child(3) {
  margin: 0;
}
.cat-box.style6 .cat-box-content {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 15px;
}
.cat-box.style6 .cat-box-content li {
  width: 285px;
  padding: 5px 0;
}
.cat-box.style6 .cat-box-content li:last-child {
  padding-bottom: 0;
}
.cat-box.style6 .cat-box-content li.first-news {
  width: 260px;
}
.cat-box.style6 .cat-box-content li.first-news img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cat-box.style6 .cat-box-content li.other-news {
  width: 340px;
}

@media only screen and (max-width: 620px) {
  .style4 li:nth-child(even), .style4 li:nth-child(odd), .style2 li:nth-child(even), .style2 li:nth-child(odd) {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 620px) {
  .style4 li, .style2 li {
    width: 100%;
  }
}
.posts-list .widget-container .post-thumbnail {
  width: 100%;
  float: unset;
  margin-right: 0px;
}

.posts-list .widget-container .post-thumbnail img {
  width: 100%;
  height: auto;
}

h2.post-box-title {
  font: 600 15px/20px "Roboto", sans-serif;
  margin: 0px 0px 10px;
}

.single .ew-compare #table_wrap .row_logo img {
  max-width: 90px;
}
.single .ew-compare .comp_table_head2 .logo-mobile {
  display: block;
}
.single .ew-compare .comp_table_head2 > .row > .col.col-4 {
  float: left;
  display: block;
  min-height: 167px;
  width: 50%;
}
.single .ew-compare .comp_table_head2 > .row > .col.col-4.col2 {
  display: none;
}
.single p.post-meta {
  background: #ccc;
  background-image: linear-gradient(#ffffff, #e6e6e6);
  color: #333;
  font-weight: bold;
  padding: 7px 8px;
  font-size: 12px;
  margin: 0;
}
.single p.post-meta a {
  color: #333;
}
.single p.post-meta a:hover {
  color: #111;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
}

p.post-meta {
  color: #999;
  margin: 7px 8px;
  font-size: 12px;
}

p.post-meta a {
  color: #aaa;
}

p.post-meta a:hover {
  color: #111;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
}

.post-meta .stars-small {
  float: left;
  margin: -1px 5px 0 0;
}

/* Two columns */
.cat-box.column2 {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.column2 li, li.other-news {
  overflow: auto;
  padding: 15px 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.column2 li:first-child, li.other-news:first-child {
  padding-top: 0;
}
.column2 li > a:hover, li.other-news > a:hover {
  color: #136487;
}

.column2 li h3 {
  font-size: 13px;
}

li.first-news p {
  padding: 0;
}

.column2 li.first-news {
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 10px;
}

/* wide-box */
.wide-box > ul > li {
  overflow: hidden;
  padding: 10px 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 292px;
  float: left;
  margin-right: 24px;
}
.wide-box > ul > li.last-column {
  float: right;
  margin-right: 0;
}

.column2.last-column, .wide-box > .cat-box-content > ul > li.last-column {
  margin-left: 0;
  margin-right: 0;
}

.wide-box ul {
  overflow: hidden;
}

.wide-box li.first-news p.post-meta {
  margin: 10px 0;
}

.wide-box li.first-news {
  padding: 0 0 10px;
  width: 100%;
  float: none;
  height: auto;
  margin: 0 20px 0 0;
}

.wide-cat-box .wide-news-item {
  width: 282px;
  float: left;
  margin-right: 10.5px;
}

.wide-cat-box .last-col {
  margin-right: 0 !important;
}

/* list-box */
.list-box, .wide-box {
  clear: both;
}

.list-box li {
  overflow: hidden;
  padding: 15px 0;
  width: 300px;
  float: right;
  clear: right;
}

li.other-news:nth-child(2) {
  padding-top: 0;
}

.list-box li.first-news p.post-meta {
  margin: 10px 0;
}

.list-box li.first-news {
  padding: 0;
  width: 300px;
  float: left;
}

/* News In Pictures */
.pic-box li.first-pic {
  padding: 0;
  width: 300px;
  float: left;
  margin: 0;
}

.pic-box li {
  overflow: hidden;
  float: left;
  margin: 10px 0 0 10px;
}

.pic-box .first-pic .post-thumbnail a {
  color: #FFF;
}

.cat-box.pic-box li .post-thumbnail {
  margin: 0;
}

/* Scrolling Box */
.scroll-box {
  clear: both;
}

.scroll-box .cat-box-content {
  position: relative;
}

.scroll-box .scroll-item .post-meta .stars-small {
  float: none;
  margin-top: 3px;
}

.group_items-box, .group_items {
  height: 330px !important;
  width: 620px !important;
  overflow: hidden;
}

.group_items .scroll-item:last-child {
  margin-right: 0 !important;
}

.scroll-nav {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}

.scroll-nav a {
  background-color: #136487;
  width: 25px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  margin-left: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  float: right;
}

.scroll-nav a:hover {
  background-color: #939393 !important;
}

.scroll-nav a .tieicon-left-open:before {
  content: "\e75d";
}

.scroll-nav a .tieicon-right-open:before {
  content: "\e75e";
}

.scroll-nav a i:before {
  width: 25px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  font-size: 14px;
}

.scroll-box-wide {
  margin-top: 20px;
}

.scroll-box-wide .group_items-box, .scroll-box-wide .group_items {
  height: 220px !important;
  width: 1160px !important;
}

.layout-2c .scroll-box-wide .group_items-box, .layout-2c .scroll-box-wide .group_items {
  height: 220px !important;
  width: 955px !important;
}

.scroll-box-wide.scroll-box .scroll-item {
  width: 282px;
  height: 220px;
  margin-right: 10.5px;
}

/* Recent Posts Box */
.recent-box {
  clear: both;
}

.recent-box .cat-box-content {
  position: relative;
}

.recent-box .recent-item {
  float: left;
  width: 200px;
  margin: 0 10px 10px 0;
  height: 190px;
}

.recent-box .recent-item:nth-child(3n+3) {
  margin-right: 0;
}

.recent-box .item-list {
  padding: 15px 0;
}

.recent-box .item-list:first-child {
  padding: 0 0 15px;
}

.recent-box .item-list h2, .cat-box.wide-box .first-news h2 {
  padding-top: 10px;
}

.recent-box .item-list p.post-meta {
  margin-bottom: 0;
}

.recent-box-pagination {
  position: relative;
  margin: -46px 0 45px;
  border-top: 1px solid #f2f2f2;
}

.recent-box-pagination .pagination {
  margin: 0;
}

.divider {
  background: url(/wp-content/themes/ew/build/images/stripe.png);
  height: 10px;
  overflow: hidden;
  margin: 10px 0 20px;
  clear: both;
}

/* Reviews Box */
.cats-review-box .cat-box-content {
  padding-top: 35px;
  overflow: hidden;
}

.cats-review-box .reviews-cat {
  width: 360px;
  margin-right: 40px;
  float: left;
}

.cats-review-box .reviews-cat:last-child {
  margin-right: 0 !important;
}

.cats-review-box .reviews-cat h3 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 3px solid #333;
}

.cats-review-box .reviews-cat li {
  padding: 7px 5px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.cats-review-box .reviews-cat h4 {
  font-weight: bold;
  display: inline-block;
  padding-top: 2px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 247px;
}

.cats-review-box .reviews-cat .stars-large {
  float: right;
}

/* Post Styles */
.page-head {
  overflow: hidden;
  position: relative;
}
.page-head .addToBookmarks {
  position: absolute;
  top: 12px;
  right: 12px;
}

.page-head .stripe-line {
  margin-top: 7px;
}

.page-title {
  margin-bottom: 10px;
  font-size: 30px;
  padding: 5px 10px;
  background: #ccc;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #000;
}

a.rss-cat-icon {
  float: right;
  content: "\f09e";
  width: 16px;
  height: 16px;
  margin: 6px 0 0 4px;
  display: block;
}

a.rss-cat-icon:before {
  content: "\f09e";
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #f8bc2e;
}

.archive-meta {
  padding: 15px 0;
}

/* Author Page Styles */
.author-bio {
  clear: both;
  overflow: hidden;
  padding: 15px 3px;
}

#author-avatar {
  float: left;
  margin-right: 15px;
}

#author-avatar img {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
  float: left;
  margin: 0 10px 5px 0;
  box-shadow: 0 0 3px 0 #B5B5B5;
  -moz-box-shadow: 0 0 3px 0 #b5b5b5;
  -webkit-box-shadow: 0 0 3px 0 #B5B5B5;
}

/* Single Post Styles */
.post {
  margin-bottom: 20px;
}

.post-inner {
  padding: 20px 0 0 0;
}

.single-post-thumb {
  line-height: 0;
}

.single-post-thumb img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.head-lightbox a {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.head-lightbox a:hover {
  opacity: 0.8;
}

.single-post-caption {
  text-align: left;
  color: #555;
  padding: 5px;
  font-size: 90%;
  position: relative;
  bottom: 25px;
}

.post-title {
  font-family: "Roboto", sans-serif;
  margin: 15px 0;
  font-weight: bold;
  font-size: 34px;
}
.post-title a:hover {
  color: #f68b1f;
}

.single .post-title {
  line-height: 38px;
}

.post-inner p.post-meta {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

p.post-meta span {
  display: inline-block;
  margin-right: 12px;
}

span.tie-date:before, span.post-comments:before, span.post-views:before, span.post-meta-author:before, span.post-cats:before {
  font-size: 12px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: left;
}

span.tie-date:before {
  content: "\e805";
}

span.post-comments:before {
  content: "\e802";
}

span.post-views:before {
  content: "\e804";
}

span.post-cats:before {
  content: "\e803";
}

span.post-meta-author:before {
  content: "\e806";
}

.item-list {
  border-bottom: 1px solid #f2f2f2;
  padding: 25px 0;
  clear: both;
}
.item-list .post-title {
  margin: 0;
}

.item-list p.post-meta {
  margin: 10px 0;
}

.archive-wide-thumb {
  margin: 0 0 10px !important;
}

.archive-wide-thumb a:hover img {
  opacity: 0.8;
}

.archives_2col .item-list {
  width: 300px;
  float: left;
  clear: none;
  border: 0 none;
}

.archives_2col .item-list .post-thumbnail {
  float: none;
  margin: 0 0 10px 0;
}

.archives_2col .item-list .post-thumbnail img {
  width: 100%;
  height: auto;
}

.archives_2col .item-list.item_1 {
  margin-right: 20px;
}

.archives_2col .sep {
  clear: both;
  border-bottom: 1px solid #f2f2f2;
}

.page-link {
  margin: 15px 0 0;
  padding: 10px;
  background: #f2f2f2;
}

.page-link a {
  color: #FFF !important;
  padding: 5px 6px;
  background: #555;
}

.page-link a:hover {
  background: #333;
}

.edit-link {
  clear: both;
  display: block;
  margin-top: 10px;
}

.post-tag {
  margin: -10px 0 30px;
}

.post-tag a {
  border-color: #dedede #d8d8d8 #d3d3d3;
  text-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
  -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
  box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  display: inline-block;
  text-decoration: none;
  font-size: 10px;
  padding: 3px 8px;
  line-height: 20px;
  color: #555;
  text-transform: uppercase;
  border: 1px solid #DEDEDE;
  cursor: pointer;
}

.post-tag a:hover {
  background: #FFF;
}

.post-thumbnail {
  margin: 0 15px 10px 0;
  position: relative;
  line-height: 0;
}

.post-thumbnail img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}

.post-thumbnail a:hover img {
  opacity: 0.8;
}

.item-list .post-thumbnail {
  float: left;
  margin-bottom: 0;
  max-width: 140px;
}

.item-list .entry p {
  margin: 0;
  padding: 0;
  color: #666;
}

.cat-box li .post-thumbnail {
  margin: 0 15px 0 0;
}

.column2 .post-thumbnail {
  float: left;
}

.column2 li.first-news .post-thumbnail {
  margin: 0 0 10px 0;
  float: none;
}

.column2 li.first-news .post-thumbnail img {
  width: 100%;
  height: auto;
}

.wide-box li .post-thumbnail {
  float: left;
}

.wide-box li.first-news .post-thumbnail img {
  width: 100%;
  height: auto;
}

.list-box li .post-thumbnail {
  float: left;
}

.list-box li.first-news .post-thumbnail {
  margin: 0 0 15px 0;
  float: none;
}

.list-box li.first-news .post-thumbnail img {
  width: 100%;
  height: auto;
}

.pic-box .first-pic .post-thumbnail {
  position: relative;
}

.scroll-box .post-thumbnail img, .wide-cat-box .wide-news-item .post-thumbnail img {
  width: 100%;
  height: auto;
}

.recent-item .post-thumbnail, .scroll-box .post-thumbnail, .wide-cat-box .wide-news-item .post-thumbnail {
  margin: 0 0 10px 0;
}

.recent-item .post-thumbnail img {
  width: 100%;
  height: auto;
}

.post-thumbnail img.attachment-tie-small {
  width: 65px;
  height: 65px;
}

.single-post-audio {
  position: relative;
  min-height: 56px;
}

.single-audio {
  bottom: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 90%;
  padding: 10px 5%;
}

.single-post-audio div.jp-audio {
  margin-bottom: 0;
}

.google-map iframe {
  width: 100%;
}

/* Share */
.share-post {
  clear: both;
  padding: 15px 0 15px 15px;
  margin-top: 20px;
  background: #F7F7F7;
  border: 1px solid #EAEAEA;
  height: 20px;
  box-sizing: unset;
}

.mini-share-post {
  clear: both;
  margin: 10px -20px -20px;
  padding: 10px 10px 10px 25px;
  height: 20px;
}

.recent-box .mini-share-post {
  margin-bottom: -5px;
}

.share-post li, .mini-share-post li {
  text-align: left;
  float: left;
  width: 106px;
}

/* Post Elements */
.entry {
  line-height: 1.5;
}

.single .entry.header {
  position: relative;
  width: 100%;
  float: none;
}

.content .entry iframe {
  max-width: 100%;
}

.entry .wp-caption {
  max-width: 200px !important;
}
.entry img.alignleft, .entry img.alignright {
  max-width: 150px;
}

.entry p {
  padding-top: 0;
  padding-bottom: 1em;
  line-height: 1.6em;
}

.single .entry {
  width: 440px;
  float: right;
}

.single .entry p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 20px 5px 0px;
}

.single .entry p:last-child {
  margin-bottom: 0;
}

.single .entry .intro p {
  font-size: 18px;
  color: #999;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
}

.single .category-tv .entry {
  width: 100%;
}

.entry img {
  max-width: 100%;
  height: auto;
}

.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: bold;
}

.entry h2 {
  font-size: 20px;
}

.entry h3 {
  font-size: 18px;
}

.entry h4 {
  font-size: 16px;
}

.entry h5 {
  font-size: 15px;
}

.entry h6 {
  font-size: 14px;
}

.entry ol,
.entry ul {
  font-size: 16px;
  margin: 0 0 25px 10px;
}

.entry ul li {
  list-style: outside disc;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}

.entry ol li {
  list-style: outside decimal;
}

.entry li {
  margin: 0 0 5px 10px;
}

.entry table {
  border: 1px solid #DFDFDF;
  background-color: #F9F9F9;
  width: 100%;
  color: #333;
  border-collapse: separate;
  border-spacing: 0;
}

.entry table td, .entry table th {
  border-top: 1px solid white;
  border-bottom: 1px solid #DFDFDF;
  color: #555;
}

.entry table th {
  font-weight: bold;
  background: #3f3f3f;
  color: #fff;
  padding: 7px 7px 8px;
  text-align: left;
  line-height: 1.3em;
  font-size: 14px;
}

.entry table td {
  font-size: 13px;
  padding: 5px 8px 5px;
  vertical-align: top;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}

.gallery .gallery-item img {
  background: #FFF;
  padding: 2px;
  box-shadow: 0 0 2px #B5B5B5;
  -moz-box-shadow: 0 0 2px #b5b5b5;
  -webkit-box-shadow: 0 0 2px #B5B5B5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 88%;
  height: auto;
}

.gallery .gallery-item a:hover img {
  box-shadow: 0 0 2px #666;
  -moz-box-shadow: 0 0 2px #666;
  -webkit-box-shadow: 0 0 2px #666;
  opacity: 0.6;
  margin: -5px 0 5px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 0 none !important;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  margin: 0 0 12px;
}

.gallery br + br {
  display: none;
}

.attachment img {
  display: block;
  margin: 0 auto;
}

blockquote {
  font-size: 12px;
  line-height: 22px;
  padding: 0 0 0 5px;
  margin: 0 0 10px 25px;
  min-height: 60px;
}

blockquote:before {
  content: "❝";
  color: #555;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 40px;
  margin-left: -30px;
  margin-top: -5px;
  float: left;
}

/* Related Posts */
.block-head {
  padding: 3px 0 0;
  overflow: hidden;
}

.block-head h3 {
  padding-bottom: 5px;
  border-bottom: 4px solid #333;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

#comments-title, #respond h3 {
  border-bottom: 4px solid #333;
  position: relative;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  color: #444;
  text-transform: uppercase;
  margin: 0px 0px 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F5F5F5;
}
#comments-title small, #respond h3 small {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 1px;
  background: none repeat scroll 0% 0% #222;
  transition: all 0.3s ease-in-out 0s;
}

.post-listing h2.post-title {
  font-size: 16px;
  margin-bottom: 0;
}

#related_posts {
  width: 140px;
  float: left;
}
#related_posts h2 {
  text-align: center;
}
#related_posts header.cat-box-title, #related_posts .block-head {
  margin: 0;
  padding: 0;
}
#related_posts img {
  border: 1px solid #ccc;
}

#related_posts .theiaStickySidebar {
  border: 1px solid rgb(197, 197, 197);
  background: rgb(238, 238, 238);
  padding: 8px !important;
}

#related_posts .post-listing, #author-box .post-listing {
  padding: 10px 0 0 0;
}

#related_posts .related-item h3 {
  font: 300 13px/20px "Roboto", sans-serif;
  margin: 0 0 25px 0;
  padding: 0px 0px 5px;
}

#related_posts .related-item a:hover {
  color: #136487;
}

#related_posts .related-item .post-thumbnail {
  margin: 0 0 10px 0;
}

.related-item .post-thumbnail img {
  width: 100%;
  height: auto;
}

#related_posts .post-listing .related-item.last h3 {
  margin-bottom: 5px;
}

/* Post Navigation */
.navigation {
  margin: 10px 0;
  clear: both;
  overflow: hidden;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.post-navigation {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}

.post-navigation div {
  display: block;
  width: 245px;
  position: relative;
  font-size: 14px;
  color: #999;
}

.post-previous {
  float: left;
}

.post-next {
  float: right;
  text-align: right;
}

.post-navigation div span {
  display: block;
  font-size: 80%;
  color: #999;
}

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
  max-width: 100%;
  height: auto;
}

img.centered,
img.aligncenter {
  display: block;
  margin: 2px auto;
  border: 1px solid #cbcdcc;
  padding: 4px;
}

img.alignright {
  padding: 4px;
  margin: 2px 3px 3px 8px;
  display: inline;
  border: 1px solid #cbcdcc;
}

img.alignleft {
  padding: 4px;
  margin: 2px 8px 3px 3px;
  display: inline;
  border: 1px solid #cbcdcc;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  max-width: 100% !important;
}

.wp-caption p.wp-caption-text {
  color: #888;
  margin: 5px;
  padding: 0;
}

.wp-caption.alignleft {
  margin-right: 20px;
}

.wp-caption.alignright {
  margin-left: 20px;
}

ul.authors-wrap li {
  background: transparent;
  padding: 20px;
  margin: 0 -20px 10px;
  border-bottom: 1px solid #f2f2f2;
  list-style: none;
}

ul.authors-wrap li h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  margin: 0 0 5px;
}

.wrapper.animated .fade-in,
.wrapper.animated .list-box .post-thumbnail,
.wrapper.animated .recent-post-blog .post-thumbnail,
.wrapper.animated .recent-box .post-thumbnail,
.wrapper.animated .cat-box.column2 .post-thumbnail,
.wrapper.animated .pic-box .post-thumbnail,
.wrapper.animated .ei-slider .ei-slider-large,
.wrapper.animated .wide-cat-box .post-thumbnail,
.wrapper.animated .sidebar,
.wrapper.animated .sidebar-narrow,
.wrapper.animated #related_posts,
.wrapper.animated .content img,
.wrapper.animated .description,
.single-post-thumb {
  -ms-animation: fadeIn ease-in 1;
  -o-animation: fadeIn ease-in 1;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

table#comp_inputs_p3 select {
  padding: 8px 5px;
}

section.comp_table_head2 div.col-4 {
  font-size: 11px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .single .ew-compare .comp_table_head2 > .row > .col.col-4 {
    width: 100%;
  }
  .ew-compare #table_wrap .row_logo {
    max-width: none !important;
  }
  div#table_wrap {
    height: auto;
  }
  /* Force table to not be like tables anymore */
  div#table_wrap table {
    display: block;
    clear: both;
    /*
    Label the data
    */
  }
  div#table_wrap table thead, div#table_wrap table tbody, div#table_wrap table th, div#table_wrap table td, div#table_wrap table tr {
    display: block;
    clear: both;
  }
  div#table_wrap table tbody tr td img {
    margin-top: 5px;
  }
  div#table_wrap table tr:nth-child(1) {
    display: none;
  }
  div#table_wrap table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  div#table_wrap table tbody tr {
    height: auto !important;
  }
  div#table_wrap table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    min-height: 35px;
    margin: 5px;
  }
  div#table_wrap table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  div#table_wrap table td:nth-of-type(1) {
    border-top: 2px solid black;
  }
  div#table_wrap table td:nth-of-type(1):before {
    content: "Franchised Distributor";
  }
  div#table_wrap table td:nth-of-type(2):before {
    content: "Part Number";
  }
  div#table_wrap table td:nth-of-type(3):before {
    content: "Quantity Available";
  }
  div#table_wrap table td:nth-of-type(4):before {
    content: "Manufacturer";
  }
  div#table_wrap table td:nth-of-type(5):before {
    content: "QTY Match";
  }
  div#table_wrap table td:nth-of-type(6):before {
    content: "Unit Price";
  }
  div#table_wrap table td:nth-of-type(7):before {
    content: "DataSheet";
  }
  div#table_wrap table td:nth-of-type(8):before {
    content: "Buy Now";
  }
  td.row_exact3 table tbody th, td.row_exact3 table tbody td, td.row_exact3 table tbody tr {
    display: table !important;
    clear: none !important;
  }
  td.row_exact3 table tbody td {
    padding-left: 0 !important;
    text-align: left !important;
    border: none !important;
    float: left;
    min-height: 0 !important;
  }
  td.row_exact3 table tbody tr:nth-child(1) {
    display: inline !important;
  }
  td.row_exact3 table tbody td:nth-of-type(1):before {
    display: none;
  }
  td.row_exact3 table tbody td:nth-of-type(2):before {
    display: none;
  }
}
header.cat-box-title h2, .block-head h2 {
  margin-top: 5px;
}

ul#menu-main-menu {
  margin-bottom: 0 !important;
}

h3.tribe-events-month-event-title {
  font-size: 11px !important;
}

#main-nav.fixed-nav #takeover-billboard {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  visibility: visible !important;
  height: 65px !important;
  display: block;
  z-index: 999999;
  transition: none;
}

/* EW mobile optimization */
.pagination a, .pagination span.extend, .pagination span.current {
  padding: 8px 13px 7px;
  margin-bottom: 11px;
}

.di .header-part-info p {
  line-height: 1.3em;
}

.post-thumbnail .slider-caption {
  background: none !important;
  position: absolute;
  right: 0px !important;
  left: 15px !important;
  padding: 0 10px;
  bottom: 20px !important;
  max-width: 90% !important;
  opacity: 0.85 !important;
}

.slider-caption h2 {
  background: #136487 !important;
  padding: 15px 10px !important;
  color: #fff !important;
  display: inline-block !important;
  text-transform: none;
  font-size: 22px;
  max-width: 100%;
  margin-bottom: 0px !important;
  font-family: "Roboto", sans-serif !important;
}

.slider-caption h2 a {
  color: #fff !important;
}

.slider-caption p {
  background: rgba(0, 0, 0, 0.9) !important;
  padding: 10px !important;
  color: #fff !important;
  line-height: 16px;
}

ul#not-registered li {
  background: #f68b1f !important;
  text-shadow: 0px 1px 1px #773e05 !important;
  font-family: Roboto, sans-serif !important;
  color: #fff !important;
  background-image: linear-gradient(#f68b1f, #d97109);
}

ul#not-registered li a {
  color: #fff !important;
}

ul#not-registered li {
  background: #f68b1f !important;
  text-shadow: 0px 1px 1px #773e05 !important;
  font-family: Roboto, sans-serif !important;
  color: #fff !important;
  background-image: linear-gradient(#f68b1f, #d97109);
}

ul#not-registered li a {
  color: #fff !important;
}

.register-landing-form .sky-form footer button.button {
  background: #f68b1f !important;
}

.login_form_page footer button.button, .login_form_page button.button {
  background: #f68b1f !important;
}

.login_form_page footer {
  padding-bottom: 0px !important;
}

.resetpwd-form-section footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.login_form_page.remindpassword footer fieldset {
  margin-top: 0px;
}

.tribe-events-style-full.single .entry #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-details dl dt, .tribe-events-style-full.single .entry #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-details dl dd, .tribe-events-style-full.single .entry #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-organizer dl dt, .tribe-events-style-full.single .entry #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-organizer dl dd {
  float: unset !important;
}

.frontend-post-css .cred-form .form-group {
  display: flex;
}

.frontend-post-css form {
  display: table;
  margin: auto;
}

.frontend-post-css .cred-form .form-group label {
  width: 100px;
}

.frontend-post-css .cred-form .form-group input[type=button] {
  padding: 15px;
  color: #2271b1;
  border-color: #2271b1;
}

.frontend-post-css input[type=submit] {
  background: #f68b1f !important;
  text-shadow: 0px 1px 1px #773e05 !important;
  font-family: Roboto, sans-serif !important;
  color: #fff !important;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.text-content {
  text-align: center;
  margin: auto;
  width: 72%;
  margin-bottom: 30px;
}

.register-text {
  text-align: center;
  font-weight: bold;
}

.register-text a {
  text-decoration: underline;
}

.frontend-post-css .cred-form .form-group p {
  color: #ada2a2;
  top: -10px;
  position: relative;
}

.post-content-menu li {
  background: #f68b1f !important;
  font-family: Roboto, sans-serif !important;
  line-height: 30px;
  padding: 0px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-shadow: 0px 1px 1px #773e05 !important;
}

.post-content-menu {
  float: right !important;
  margin-right: 10px;
}

.post-content-menu li a {
  color: #fff !important;
  font-size: 14px !important;
}

@media only screen and (max-width: 768px) {
  .frontend-post-css .cred-form .form-group {
    display: block !important;
  }
}
.frontend-post-css .alert.alert-success {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #3c763d;
}

@media only screen and (max-width: 767px) {
  .top-nav.fade-in.animated1.head_menu {
    display: flex;
    flex-direction: row-reverse;
  }
  .top-nav.fade-in.animated1.head_menu ul#not-registered {
    display: none;
  }
  .top-nav.fade-in.animated1.head_menu ul#registered {
    display: none;
  }
  .like-post-data {
    display: flex;
  }
}
/*        .share-post li:first-child {
            width: 90px;
        }
        .like-post-data .wpulike.wpulike-default {
            float: right;
            margin-right: 0px;
        }
        .share-post ul li a{
            background: #39599f;
            padding: 3px 9px;
            color: #fff !important;
            display: inline-block;
        }
        .like-post-data .wpulike{
            padding-top: 0px !important; 
            display:flex !important;
        }
        .wpulike-default button.wp_ulike_btn{
        background-color: #f68b1f !important;
        background: #f68b1f !important;
        }
        .wpulike-default .wp_ulike_put_image:after{
        filter: brightness(0) invert(1);
        }
        .wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active:after{
        filter: brightness(0) invert(1) !important;
        }
       .share-post .btn .label{
        display: none !important;
       }
       .share-post .btn-o .btn, .share-post .btn-o .btn:hover{
        position: unset !important;
    height: 30px;
    box-sizing: border-box;
    padding: 7px !important;
    background-color: #000 !important;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
       }
       iframe#twitter-widget-0{
        height: 30px !important;
        width: 35px !important;
       }
       .share-post .btn-o .btn i{
       width: 14px !important;
    height: 15px !important;
    background: transparent 0 0 no-repeat !important;
    background-size: contain !important;
    background-image: url(https://cdn-uploads.emap.com/wp-content/uploads/2023/09/07153126/Twitter-X-White-Logo-PNG.png) !important;
    }
    .share-post ul .fb-like span {
        display: none !important;
    }
    .share-post .fa.fa-facebook {
        font-size: 16px;
    }
    .share-post a.social-facebook.fb-like{
        height: 30px;
        padding: 7px 10px !important;
    }
    .share-post .fa.fa-facebook:before {
        vertical-align: middle;
    }
    .share-post .IN-widget button,.share-post .IN-widget button:hover {
        background-color: #65b7d2 !important;
    height: 30px !important;
    font-size: 0px !important;
    padding: 7px !important;
    }
    .share-post .IN-widget button:before {
        content: '\f0e1' !important;
        font-family: "tiefontello" !important;
        speak: none !important;
        font-size: 16px !important;
    }
    .share-post .IN-widget button xdoor-icon{
        display: none !important;
    }

.share-post a.twitter-share {
    background: #000 !important;
    height: 30px;
}
.share-post a.twitter-share img {
    position: relative;
    top: 3px;
}
.share-post ul{
    display: flex;
    flex-direction: row;
    float: right;
}
.share-post li {
    width: 35px !important;
    margin-right: 5px;
    margin-left: 5px;
}
.share-post li:first-child{
    width: 85px !important;
}
.share-post .mbm-comment-count-data a{
    background: #f68b1f !important;
    height: 30px !important;
}
.share-post .mbm-comment-count-data span{
    background: #f68b1f !important;
    padding: 6px 9px 5px 5px;
    font-size: 15px;
    color: #fff;
    position: relative;
    bottom: 3px;
    display: inline-block;
    height: 30px !important;
}
.share-post .mbm-comment-count-data a img{
top: 3px;
    position: relative;
}
.share-post .wpulike-default .count-box:before {
display: none;
}
.share-post .wpulike-default button.wp_ulike_btn {
    min-width: 25px !important;
}
.share-post .wpulike button.wp_ulike_btn {
    border-radius: unset !important;
}
.share-post .wpulike-default .count-box {
    position: relative;
    border-radius: unset !important;
    font-size: 15px !important;
    text-decoration: none !important;
    background-color: #f68b1f !important;
    margin-left: 0px !important;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    box-shadow: none !important;
    color: #ffff !important;
    vertical-align: middle;
    text-align: center;
} */
.author-bio-avatar img {
  height: 100px;
  width: 100px;
}

.author-bio-title {
  margin-bottom: 5px;
}

.author-bio-title h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

.author-bio-description {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

/* styling the subscription section on my account */
#my-account .mbm-price-content-wrap .entry {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
#my-account .mbm-price-content-wrap .entry h2 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 0px;
}
#my-account .mbm-price-content-wrap .entry p {
  line-height: 24px;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 0px;
}
#my-account .mbm-price-content-wrap .entry h2.grey a {
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (max-width: 620px) {
  #my-account .mbm-price-content-wrap .entry {
    width: 100%;
  }
  #my-account .mbm-price-content-wrap .entry h2 {
    line-height: 30px;
  }
  #my-account .mbm-price-content-wrap .entry h3 {
    line-height: 24px;
  }
}
#my-account .mbm-price-content-wrap .de-image {
  display: inline-block;
  vertical-align: top;
  padding-left: 75px;
}
@media only screen and (max-width: 620px) {
  #my-account .mbm-price-content-wrap .de-image {
    display: none;
  }
}

.single .category-sudoku-game .entry {
  width: auto;
  float: unset;
}

.sidebar {
  float: right;
  width: 300px;
}

.full-width .sidebar, .full-width .sidebar-narrow {
  display: none !important;
}

.sidebar-left .sidebar {
  float: left;
}

.sidebar-left .content, .sidebar-left .sidebar-narrow {
  float: right;
}

.sidebar-narrow-left .sidebar, .sidebar-narrow-left .content-wrap .content {
  float: right;
}

.sidebar-narrow-left .content-wrap, .sidebar-narrow-left .content-wrap .sidebar-narrow {
  float: left;
}

.sidebar-narrow-left .content-wrap .sidebar-narrow {
  margin-left: 0;
  padding-left: 0;
  border-left: 0 none;
}

.sidebar-narrow-left .sidebar {
  margin-left: 25px;
  padding-left: 14px;
  border-left: 1px solid #eaeaea;
}

.sidebar-narrow-right .sidebar, .sidebar-narrow-right .content-wrap .content {
  float: left;
}

.sidebar-narrow-right .content-wrap, .sidebar-narrow-right .content-wrap .sidebar-narrow {
  float: right;
}

.sidebar-narrow-right .content-wrap .sidebar-narrow {
  margin-right: 0;
  padding-right: 0;
  border-right: 0 none;
}

.sidebar-narrow-right .sidebar {
  margin-right: 25px;
  padding-right: 14px;
  border-right: 1px solid #eaeaea;
}

.sidebar-narrow {
  float: left;
  width: 190px;
  margin: -35px 23px -23px 23px;
  padding: 35px 14px 57px 14px;
  background: #eaeaea;
  border-right: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  box-sizing: border-box;
}
.sidebar-narrow a {
  color: #666;
}
.sidebar-narrow header.cat-box-title h2, .sidebar-narrow .block-head h2 {
  background: #666;
}
.sidebar-narrow #latest-magazine img {
  border: 1px solid #c5c5c5;
}
.sidebar-narrow h3.most_popular_title:before {
  content: "\f054";
  font-family: "fontawesome";
  margin-right: 5px;
  color: #666;
}

.sidebar {
  background: #fff;
}

#related_posts a {
  color: #666;
}
#related_posts header.cat-box-title h2, #related_posts .block-head h2 {
  background: #666;
}

.sidebar-narrow .video-widget iframe, .sidebar-narrow .facebook-widget iframe, .sidebar-narrow .tie-soundcloud iframe, .sidebar-narrow .youtube-widget iframe, .sidebar-narrow .google-box div {
  max-width: 100% !important;
  height: auto;
}

.sidebar-narrow span.author-avatar {
  display: block;
  text-align: center;
}

.sidebar-narrow .author-avatar img {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-narrow .author-social a {
  margin-left: -1px;
}

.sidebar-narrow .flexslider, .sidebar-narrow .slides > li, .sidebar-narrow .flexslider .slides img {
  max-height: 85px !important;
  width: 160px !important;
  height: 85px !important;
}

.sidebar-narrow .slider-caption, .sidebar-narrow .flex-direction-nav {
  display: none;
}

.sidebar-narrow .search-widget input {
  width: 138px;
}

.sidebar-narrow .widget-feedburner-counter {
  padding: 0;
}

.sidebar-narrow #login-form #log, .sidebar-narrow #login-form #pwd, .sidebar-narrow .widget-feedburner .feedburner-email {
  width: 144px;
}

.sidebar-narrow .widget-counter li {
  height: 90px !important;
  width: 80px !important;
}

.sidebar-narrow .flickr-widget .flickr_badge_image, .sidebar-narrow .news-pic .post-thumbnail {
  margin: 5px;
}

@media only screen and (max-width: 768px) {
  #related_posts {
    border: 1px solid rgb(197, 197, 197);
    background: rgb(238, 238, 238);
    padding: 8px !important;
  }
}
footer {
  position: relative;
  color: #ddd;
  background: #333;
  text-shadow: 0 0 1px #000;
  padding: 30px 0;
  -webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -8px 0 rgba(0, 0, 0, 0.1);
}

/* Footer Widgets */
.footer-widgets-box {
  float: left;
  margin-right: 4%;
}

.footer-1c .footer-widgets-box {
  width: 100%;
}

.footer-2c .footer-widgets-box {
  width: 48%;
}

.footer-3c .footer-widgets-box {
  width: 30.6666666667%;
}

.footer-4c .footer-widgets-box {
  width: 22%;
}

.narrow-wide-2c #footer-first, .wide-narrow-2c #footer-second {
  width: 32%;
}

.narrow-wide-2c #footer-second, .wide-narrow-2c #footer-first {
  width: 64%;
}

.wide-left-3c #footer-first, .wide-right-3c #footer-third {
  width: 46%;
}

.wide-left-3c .footer-widgets-box, .wide-right-3c .footer-widgets-box {
  width: 23%;
}

.footer-1c .footer-widgets-box,
.narrow-wide-2c #footer-second,
.wide-narrow-2c #footer-second,
.footer-2c #footer-second,
.footer-3c #footer-third,
.footer-4c #footer-fourth,
.wide-right-3c #footer-third,
.wide-left-3c #footer-third {
  margin-right: 0;
}

.footer-widget {
  color: #999;
}
.footer-widget.widget_nav_menu {
  width: 25%;
  float: left;
  margin-right: 8%;
}

.footer-widget-top {
  padding: 10px 0;
}

.footer-widget-top h4 {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.footer-widget-container {
  padding: 10px 0;
}

.footer-widget-container p {
  padding-bottom: 1em;
}

.footer-widget-container li, footer #tabbed-widget .tabs-wrap li {
  padding: 3px 0;
  overflow: hidden;
}
.footer-widget-container li a, footer #tabbed-widget .tabs-wrap li a {
  color: #999;
}
.footer-widget-container li a:hover, footer #tabbed-widget .tabs-wrap li a:hover {
  color: #eee;
}

.footer-widget-container li:first-child, footer #tabbed-widget .tabs-wrap li:first-child {
  border-top: 0 none;
}

footer #tabbed-widget .widget-top {
  background: transparent;
  border-bottom-color: #444;
  overflow: hidden;
}

footer #tabbed-widget ul.tabs li a {
  text-shadow: 0 1px 0 #000;
}

footer #tabbed-widget ul.tabs li a:hover {
  color: #FFF;
}

footer #tabbed-widget ul.tabs li.active a {
  color: #FFF;
  background: #444;
  box-shadow: 0 -1px 2px #111;
  -moz-box-shadow: 0 -1px 2px #111;
  -webkit-box-shadow: 0 -1px 2px #111;
}

footer #tabbed-widget .tabs-wrap.tagcloud a {
  background: #444;
  border: 1px solid #222;
  text-shadow: 0 1px 0 #000;
  -moz-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
  -webkit-box-shadow: inset 0 0 2px #888, 0 0 2px #222;
  box-shadow: inset 0 0 2px #888, 0 0 2px #222;
}

footer #tabbed-widget .tabs-wrap.tagcloud a:hover {
  background: #555;
}

footer .widget-counter li {
  border: 0 none !important;
  width: 33.4%;
}

footer #twitter-widget .loading span {
  background: url(images/black-loader.gif) no-repeat top;
}

footer .search-widget input {
  background: #414141;
  box-shadow: 0 1px 3px 0 #313131;
  -moz-box-shadow: 0 1px 3px 0 #313131;
  -webkit-box-shadow: 0 1px 3px 0 #313131;
  border: 1px solid #202020;
  color: #222;
}

footer .search-widget input:hover,
footer .search-widget input:focus {
  color: #000;
}

#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email {
  width: 90%;
}

/* Footer Bottom */
.footer-bottom {
  position: relative;
  background: #202020;
  height: 45px;
  line-height: 41px;
  color: #999;
}

.footer-bottom .social-icons {
  float: right;
  margin: 5px 0 0;
  line-height: 0;
}

.footer-bottom a.twitter {
  padding: 10.5px 8.5px;
  opacity: 0.5;
}

.footer-bottom a {
  color: #aaa;
  margin: 0 5px;
  background: #181818;
  padding: 5px 5px;
}

.footer-bottom a:hover {
  color: #FFF;
}

#topcontrol {
  z-index: 2;
  background: #444;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: -100px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: auto;
  opacity: 0.7;
}

#topcontrol:hover {
  opacity: 1;
}

#topcontrol:before {
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #FFF;
}

.no-access {
  position: relative;
  bottom: 0;
  width: 100%;
}
.no-access .panel {
  margin: 5% 25% 10%;
  text-align: center;
  background: #c41130;
  padding: 15px;
}
.no-access .panel h3 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.no-access .panel button {
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 20px;
  margin: 20px 0 10px 0;
}

/* Video Block */
.video-box .overlay-icon:before {
  content: "\f15c";
  color: #FFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #FFF;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  margin: -20px 0 0 -20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.video-box .post-thumbnail a {
  display: block !important;
  background: #000;
  font-size: 0;
}
.video-box .post-thumbnail a:hover img {
  opacity: 0.3 !important;
}
.video-box .post-thumbnail a:hover .overlay-icon:before {
  opacity: 1;
}
.video-box li {
  overflow: hidden;
  width: 23%;
  float: right;
  margin-bottom: 1.6%;
}
.video-box li .post-thumbnail {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.video-box li .post-thumbnail img {
  width: 100%;
}
.video-box li .overlay-icon:before {
  content: "\f04b";
  opacity: 0.6;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.video-box .big-video-column {
  width: 75%;
  float: left;
  margin-bottom: 0;
}
.video-box .big-video-column .overlay-icon:before {
  width: 70px;
  height: 70px;
  font-size: 35px;
  line-height: 60px;
  border-width: 5px;
  margin: -35px 0 0 -35px;
}
.video-box .cat-box-content {
  padding: 20px 20px 11px;
  padding: 0;
}

@media only screen and (max-width: 620px) {
  .video-box li {
    width: 32%;
  }
  .video-box li:not(:last-child) {
    margin-right: 2%;
    float: left;
  }
  .video-box .big-video-column {
    width: 100%;
    margin: 0 0 2% 0;
  }
}
.ad-square {
  width: 100%;
  border-spacing: 0;
}
.ad-square td {
  text-align: center;
}
.ad-square td:first-child {
  padding: 0 5px 5px 0;
}
.ad-square td:last-child {
  padding: 0 0 5px 5px;
}

#x02_ad_container img, #x03_ad_container img {
  max-width: 100%;
  height: auto;
}

#welcomeAd {
  display: none;
}

.popup-advert iframe {
  width: 640px;
  height: 500px;
}

.flip-expanadable {
  position: relative;
}
.flip-expanadable iframe.active {
  width: 300%;
  height: 200%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  iframe {
    max-width: 100%;
  }
}
.fixed-nav .undernav iframe {
  height: 65px;
  width: 100%;
}

@media only screen and (min-width: 1300px) {
  .wallpaper-ad {
    margin-top: 130px;
  }
}
.wallpaper-iframe iframe {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/* banderole code */
#banderole-creative iframe {
  width: 770px;
  height: 250px;
}

#banderole-ad {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
  height: 250px;
  background: rgba(51, 51, 51, 0.5);
}

#banderole-ad #banderole-creative {
  position: absolute;
  top: 0;
  right: 0;
  /* For DFP, change this value  */
  margin-right: -770px;
  width: 770px;
  height: 250px;
}

#banderole-trigger {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  cursor: pointer;
}

#banderole-ad .close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 3px 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  border: 2px solid #fff;
  border-radius: 25px;
  z-index: 999;
}

#banderole-ad .close:hover {
  background: #444;
}

@media only screen and (max-width: 1219px) {
  #banderole-ad,
  #banderole-trigger {
    display: none !important;
    visibility: hidden;
  }
}
@media print {
  #banderole-ad,
  #banderole-trigger {
    display: none !important;
  }
}
.expandable {
  position: relative;
  height: 250px;
}
.expandable iframe {
  position: absolute;
  right: 0;
  left: auto;
}
.expandable iframe:hover {
  width: 200%;
  z-index: 99;
}

#cookieok_bar {
  position: fixed;
  _position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #111;
  font-size: 12px;
  z-index: 9999;
}
#cookieok_bar .wrapper {
  padding: 5px 15px;
  width: 1190px;
}
#cookieok_bar .wrapper .button {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}
#cookieok_bar .wrapper label {
  padding-left: 5px;
}
#cookieok_bar .cookieok_accept {
  font-weight: normal;
}

.button, a.button, #main-content input[type=submit], #main-content input[type=submit]:focus, span.onsale {
  padding: 6px 8px;
  display: inline-block;
  border: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  cursor: pointer;
  line-height: 17px;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #136487;
  color: #FFF;
  text-decoration: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.button:hover, a.button:hover, #main-content input[type=submit]:hover {
  background: #444;
  text-decoration: none;
}

textarea, input[type=text], input[type=password], input[type=email], select {
  border: 1px solid #e0e0e0;
  padding: 8px 6px;
  outline: none;
  font-size: 13px;
  color: #888;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

input, select {
  cursor: pointer;
}

input[type=text], input[type=password], input[type=email] {
  cursor: text;
}

textarea {
  overflow: auto;
  width: 97%;
}

textarea, input {
  padding: 5px;
  outline: none;
}

select {
  padding: 2px;
}

option {
  padding: 0 4px;
}

input[type=button], button {
  padding: 4px;
  cursor: pointer;
  vertical-align: middle;
}

input.text_input, textarea.textarea {
  border: 1px solid #ccc;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

input.text_input:focus, textarea.textarea:focus {
  border: 1px solid #999;
}

.body {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.body-s {
  max-width: 400px;
}

.modal {
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.9);
  color: #666;
}

.modal a {
  color: #2da5da;
}

/**/
/* defaults */
/**/
.query {
  border-bottom: 1px solid #eaeaea;
  padding: 0 30px 0;
  background: #f5f5f5;
  margin: 35px -24px 0 -30px;
  /* .header {
      position: relative;
      bottom: 35px;
      background: #fff;
      z-index: 1;
      margin: 0 -30px 0 0;

      ul {
          li {
              display: inline-block;
              background: #aaa;

              &.on {

                  a {
                      background: $color1;

                      &:hover {
                          background: $color1;
                      }
                  }
              }

              a { 
                  display: inline-block;
                  color: #f5f5f5;
                  padding: 9px 24px;

                  &:hover {
                      background: #999;
                  }
              }
          }
      }
  } */
}
.query .header.collapse {
  position: relative;
  bottom: 35px;
  background: #fff;
  z-index: 1;
  margin: 0 -30px 0 0;
  width: 100%;
  height: 33px;
}
.query .header.collapse .inner {
  display: flex;
  max-width: 900px;
  height: 33px;
  margin: 0 auto;
  overflow: hidden;
}
.query .header.collapse ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #aaa;
  z-index: 5;
}
.query .header.collapse ul li {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .query .header.collapse ul li {
    flex-basis: 100%;
  }
}
.query .header.collapse ul li a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 33px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.query .header.collapse ul li a:hover {
  background: #999;
  text-decoration: none;
}
.query .header.collapse ul li.on, .query .header.collapse ul li.on:hover {
  order: -1;
  float: left;
  background: #136487;
}
.query .header.collapse .more {
  flex-shrink: 0;
  background: #aaa;
  /* More button arrow */
}
.query .header.collapse .more label {
  position: relative;
  display: block;
  padding: 0 33px 0 20px;
  font-size: 14px;
  line-height: 33px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.query .header.collapse .more label:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.query .header.collapse .toggle {
  /* Hide the checkbox */
  position: absolute;
  z-index: -1;
  opacity: 0;
  /* Flip the arrow when toggled */
}
.query .header.collapse .toggle:checked ~ .inner {
  height: auto;
}
.query .header.collapse .toggle:checked ~ .inner .more label:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
.query .sky-form fieldset {
  background: none;
}
.query .sky-form fieldset .input input[name=s], .query .sky-form fieldset .button {
  height: 50px;
  font-size: 14px;
  font-weight: bold;
}
.query .sky-form fieldset .label {
  color: #999;
}
.query .sky-form fieldset .select {
  opacity: 0.8;
}
.query .sky-form .button {
  margin: 0;
  padding: 0 45px;
  background: rgb(6.4155844156, 33.7662337662, 45.5844155844);
}

.sky-form {
  margin: 0;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #666;
}
.sky-form .box {
  background: #eee;
  border: 1px solid #ccc;
}
.sky-form .status {
  text-align: center;
  overflow: hidden;
  color: #fff;
  margin: 3px 0;
}
.sky-form .status div {
  padding: 15px;
}
.sky-form .status div.success {
  background: #67d55e;
  text-shadow: 1px 1px 2px rgb(38.6896551724, 122.1379310345, 31.8620689655);
}
.sky-form .status div.waiting {
  background: #666;
  text-shadow: 1px 1px 2px rgb(25.5, 25.5, 25.5);
}
.sky-form .status div.error {
  background: #c41130;
  text-shadow: 1px 1px 2px rgb(55.2112676056, 4.7887323944, 13.5211267606);
}

.sky-form.inline {
  box-shadow: none;
}
.sky-form.inline fieldset {
  padding: 20px 0 5px 0;
}
.sky-form.inline fieldset:first-child {
  padding: 0;
}
.sky-form.inline footer {
  padding: 0;
}

.sky-form header {
  display: block;
  padding: 30px 30px 5px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #111;
}

.sky-form fieldset {
  display: block;
  padding: 25px 30px 5px;
  border: none;
}

.sky-form fieldset + fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sky-form section {
  margin-bottom: 20px;
}

.sky-form footer {
  display: block;
  padding: 15px 30px 25px;
  background: none;
  box-shadow: none;
}

.sky-form footer:after {
  content: "";
  display: table;
  clear: both;
}

.sky-form a {
  color: #2da5da;
}

.sky-form .label {
  display: block;
  margin-bottom: 5px;
  line-height: 19px;
  font-weight: 400;
}

.sky-form .label.col {
  margin: 0;
  padding-top: 10px;
}

.sky-form .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
}

.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
  position: relative;
  display: block;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.sky-form .progress {
  float: right;
  margin-top: 10px;
  line-height: 39px;
  color: #232323;
}

/**/
/* captcha inputs */
/**/
.sky-form .input-captcha img {
  position: absolute;
  top: 2px;
  right: 2px;
  border-left: 1px solid #e5e5e5;
}

/**/
/* file inputs */
/**/
.sky-form .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 31px;
  margin: 0;
  padding: 0 20px;
  font-size: 13px;
  line-height: 31px;
}

.sky-form .input-file .button:hover {
  box-shadow: none;
}

.sky-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}

/**/
/* selects */
/**/
.sky-form .select i {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 8px;
  height: 11px;
  background: #fff;
  box-shadow: 0 0 0 12px #fff;
  pointer-events: none;
}

.sky-form .select i:after,
.sky-form .select i:before {
  content: "";
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sky-form .select i:after {
  bottom: 0;
  border-top: 4px solid #404040;
}

.sky-form .select i:before {
  top: 0;
  border-bottom: 4px solid #404040;
}

.sky-form .select-multiple select {
  height: auto;
}

/**/
/* textareas */
/**/
.sky-form .textarea textarea {
  height: auto;
  resize: none;
}

.sky-form .textarea-resizable textarea {
  resize: vertical;
}

.sky-form .textarea-expandable textarea {
  height: 39px;
}

.sky-form .textarea-expandable textarea:focus {
  height: auto;
}

/**/
/* radios and checkboxes */
/**/
.sky-form .radio,
.sky-form .checkbox {
  margin-bottom: 4px;
  padding-left: 27px;
  font-size: 14px;
  line-height: 27px;
  color: #404040;
  cursor: pointer;
}

.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
  margin-bottom: 0;
}

.sky-form .radio input,
.sky-form .checkbox input {
  position: absolute;
  left: -9999px;
}

.sky-form .radio i,
.sky-form .checkbox i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff;
}

.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}

.sky-form .radio input + i:after {
  content: "";
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
}

.sky-form .checkbox input + i:after {
  content: "\f00c";
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}

.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
  opacity: 1;
}

.sky-form .inline-group {
  margin: 0 -30px -4px 0;
}

.sky-form .inline-group:after {
  content: "";
  display: table;
  clear: both;
}

.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
  float: left;
  margin-right: 30px;
}

.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
  margin-bottom: 4px;
}

/**/
/* toggles */
/**/
.sky-form .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
  cursor: pointer;
}

.sky-form .toggle:last-child {
  margin-bottom: 0;
}

.sky-form .toggle input {
  position: absolute;
  left: -9999px;
}

.sky-form .toggle i {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 2px;
  border-style: solid;
  background: #fff;
}

.sky-form .toggle i:after {
  content: "OFF";
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f;
}

.sky-form .toggle i:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  opacity: 1;
  -ms-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -webkit-transition: right 0.2s;
}

.sky-form .toggle input:checked + i:after {
  content: "ON";
  text-align: right;
}

.sky-form .toggle input:checked + i:before {
  right: 36px;
}

/**/
/* ratings */
/**/
.sky-form .rating {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
}

.sky-form .rating:last-child {
  margin-bottom: 0;
}

.sky-form .rating input {
  position: absolute;
  left: -9999px;
}

.sky-form .rating label {
  display: block;
  float: right;
  height: 17px;
  margin-top: 5px;
  padding: 0 2px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
}

/**/
/* buttons */
/**/
.sky-form .button {
  float: right;
  height: 39px;
  overflow: hidden;
  margin: 10px 0 0 20px;
  padding: 0 25px;
  text-align: center;
  outline: none;
  border: 0;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.sky-form .button-uploading {
  position: relative;
  color: transparent;
  cursor: default;
}

.sky-form .button-uploading:after {
  content: "Uploading...";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -o-animation: blink 1s linear infinite;
  -ms-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  -webkit-animation: blink 1s linear infinite;
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/**/
/* icons */
/**/
.sky-form .icon-append,
.sky-form .icon-prepend {
  position: absolute;
  top: 5px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}

.sky-form .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid;
}

.sky-form .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
}

.sky-form .input .icon-prepend + input,
.sky-form .textarea .icon-prepend + textarea {
  padding-left: 46px;
}

.sky-form .input .icon-append + input,
.sky-form .textarea .icon-append + textarea {
  padding-right: 46px;
}

.sky-form .input .icon-prepend + .icon-append + input,
.sky-form .textarea .icon-prepend + .icon-append + textarea {
  padding-left: 46px;
}

/**/
/* grid */
/**/
.sky-form .row {
  margin: 0 -15px;
}

.sky-form .row:after {
  content: "";
  display: table;
  clear: both;
}

.sky-form .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sky-form .col-1 {
  width: 8.33%;
}

.sky-form .col-2 {
  width: 16.66%;
}

.sky-form .col-3 {
  width: 25%;
}

.sky-form .col-4 {
  width: 33.33%;
}

.sky-form .col-5 {
  width: 41.66%;
}

.sky-form .col-6 {
  width: 50%;
}

.sky-form .col-7 {
  width: 58.33%;
}

.sky-form .col-8 {
  width: 66.67%;
}

.sky-form .col-9 {
  width: 75%;
}

.sky-form .col-10 {
  width: 83.33%;
}

.sky-form .col-11 {
  width: 91.66%;
}

@media screen and (max-width: 768px) {
  .sky-form .col {
    float: none;
    width: 100%;
  }
}
/**/
/* tooltips */
/**/
.sky-form .tooltip {
  position: absolute;
  z-index: 1;
  left: -9999px;
  padding: 2px 8px 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  opacity: 0;
  -ms-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -webkit-transition: margin 0.3s, opacity 0.3s;
}

.sky-form .tooltip:after {
  content: "";
  position: absolute;
}

.sky-form .input input:focus + .tooltip,
.sky-form .textarea textarea:focus + .tooltip {
  opacity: 1;
}

.sky-form .tooltip-top-right {
  bottom: 100%;
  margin-bottom: 15px;
}

.sky-form .tooltip-top-right:after {
  top: 100%;
  right: 16px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-top-right,
.sky-form .textarea textarea:focus + .tooltip-top-right {
  right: 0;
  left: auto;
  margin-bottom: 5px;
}

.sky-form .tooltip-top-left {
  bottom: 100%;
  margin-bottom: 15px;
}

.sky-form .tooltip-top-left:after {
  top: 100%;
  left: 16px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-top-left,
.sky-form .textarea textarea:focus + .tooltip-top-left {
  right: auto;
  left: 0;
  margin-bottom: 5px;
}

.sky-form .tooltip-right {
  top: 9px;
  white-space: nowrap;
  margin-left: 15px;
}

.sky-form .tooltip-right:after {
  top: 6px;
  right: 100%;
  border-top: 4px solid transparent;
  border-right: 4px solid rgba(0, 0, 0, 0.9);
  border-bottom: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-right,
.sky-form .textarea textarea:focus + .tooltip-right {
  left: 100%;
  margin-left: 5px;
}

.sky-form .tooltip-left {
  top: 9px;
  white-space: nowrap;
  margin-right: 15px;
}

.sky-form .tooltip-left:after {
  top: 6px;
  left: 100%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(0, 0, 0, 0.9);
}

.sky-form .input input:focus + .tooltip-left,
.sky-form .textarea textarea:focus + .tooltip-left {
  right: 100%;
  left: auto;
  margin-right: 5px;
}

.sky-form .tooltip-bottom-right {
  top: 100%;
  margin-top: 15px;
}

.sky-form .tooltip-bottom-right:after {
  bottom: 100%;
  right: 16px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-bottom-right,
.sky-form .textarea textarea:focus + .tooltip-bottom-right {
  right: 0;
  left: auto;
  margin-top: 5px;
}

.sky-form .tooltip-bottom-left {
  top: 100%;
  margin-top: 15px;
}

.sky-form .tooltip-bottom-left:after {
  bottom: 100%;
  left: 16px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-bottom-left,
.sky-form .textarea textarea:focus + .tooltip-bottom-left {
  right: auto;
  left: 0;
  margin-top: 5px;
}

/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
  border-color: #e5e5e5;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.sky-form .toggle i:before {
  background-color: #2da5da;
}

.sky-form .rating label {
  color: #ccc;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.sky-form .button {
  background-color: #2da5da;
  opacity: 0.8;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

.sky-form .button.button-secondary {
  background-color: #b3b3b3;
}

.sky-form .icon-append,
.sky-form .icon-prepend {
  color: #ccc;
}

/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
  border-color: #8dc9e5;
}

.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
  color: #2da5da;
}

.sky-form .button:hover {
  opacity: 1;
}

/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #2da5da;
}

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
  background-color: #2da5da;
}

.sky-form .checkbox input + i:after {
  color: #2da5da;
}

.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
  border-color: #2da5da;
}

.sky-form .rating input:checked ~ label {
  color: #2da5da;
}

/**/
/* error state */
/**/
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
  background: #fff0f0;
}

.sky-form .state-error select + i {
  background: #fff0f0;
  box-shadow: 0 0 0 12px #fff0f0;
}

.sky-form .toggle.state-error input:checked + i {
  background: #fff0f0;
}

.sky-form .state-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}

.sky-form .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px;
}

/**/
/* success state */
/**/
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
  background: #f0fff0;
}

.sky-form .state-success select + i {
  background: #f0fff0;
  box-shadow: 0 0 0 12px #f0fff0;
}

.sky-form .toggle.state-success input:checked + i {
  background: #f0fff0;
}

.sky-form .state-success + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}

.sky-form .note-success {
  color: #6fb679;
}

/**/
/* disabled state */
/**/
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
  cursor: default;
  opacity: 0.5;
}

.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
  border-color: #e5e5e5;
}

/**/
/* submited state */
/**/
.sky-form .message {
  display: none;
  color: #6fb679;
}

.sky-form .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  font-size: 30px;
  line-height: 81px;
}

.sky-form.submited fieldset,
.sky-form.submited footer {
  display: none;
}

.sky-form.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

/**/
/* datepicker */
/**/
.ui-datepicker {
  display: none;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #666;
}

.ui-datepicker a {
  color: #404040;
}

.ui-datepicker-header {
  position: relative;
  margin: -10px -12px 10px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 27px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0;
  display: block;
  width: 47px;
  height: 47px;
  font-size: 15px;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-calendar {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 27px;
}

.ui-datepicker-calendar th {
  color: #999;
}

.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
  display: block;
  width: 31px;
  margin: auto;
  text-decoration: none;
  color: #404040;
}

.ui-datepicker-calendar a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ui-datepicker-calendar span {
  color: #bfbfbf;
}

.ui-datepicker-today a {
  font-weight: 700;
}

.ui-datepicker-calendar .ui-state-active {
  background: rgba(0, 0, 0, 0.05);
  cursor: default;
}

.ui-datepicker-inline {
  border: 2px solid #e5e5e5;
  background: #fff;
  box-shadow: none;
}

.ui-datepicker-inline .ui-datepicker-header {
  line-height: 47px;
}

.ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%;
}

/**/
/* datepicker */
/**/
.sky-form .ui-slider {
  position: relative;
  height: 3px;
  border: 2px solid #e5e5e5;
  background: #fff;
  margin: 12px 6px 26px;
}

.sky-form .ui-slider-handle {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: -8px 0 0 -8px;
  border: 2px solid #e5e5e5;
  outline: none;
  background: #fff;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

/**/
/* modal */
/**/
.sky-form-container, .sky-form-popup {
  position: fixed;
  width: 450px;
  top: 0px;
  left: 50%;
  z-index: 9;
  margin: 5% 0px 0px -225px;
  box-shadow: 0 0 20px #111;
  overflow: hidden;
}
.sky-form-container .sky-form.login-form, .sky-form-container .sky-form.register-form, .sky-form-container .sky-form.remindpassword, .sky-form-popup .sky-form.login-form, .sky-form-popup .sky-form.register-form, .sky-form-popup .sky-form.remindpassword {
  background: #fff;
}
.sky-form-container .sky-form.login-form .col.first, .sky-form-container .sky-form.register-form .col.first, .sky-form-container .sky-form.remindpassword .col.first, .sky-form-popup .sky-form.login-form .col.first, .sky-form-popup .sky-form.register-form .col.first, .sky-form-popup .sky-form.remindpassword .col.first {
  padding-left: 0;
  padding-right: 1px;
}
.sky-form-container .sky-form.login-form .col.last, .sky-form-container .sky-form.register-form .col.last, .sky-form-container .sky-form.remindpassword .col.last, .sky-form-popup .sky-form.login-form .col.last, .sky-form-popup .sky-form.register-form .col.last, .sky-form-popup .sky-form.remindpassword .col.last {
  padding-left: 1px;
  padding-right: 0;
}
.sky-form-container .sky-form.login-form header, .sky-form-container .sky-form.register-form header, .sky-form-container .sky-form.remindpassword header, .sky-form-popup .sky-form.login-form header, .sky-form-popup .sky-form.register-form header, .sky-form-popup .sky-form.remindpassword header {
  color: #222;
}
.sky-form-container .sky-form.login-form header .close, .sky-form-container .sky-form.register-form header .close, .sky-form-container .sky-form.remindpassword header .close, .sky-form-popup .sky-form.login-form header .close, .sky-form-popup .sky-form.register-form header .close, .sky-form-popup .sky-form.remindpassword header .close {
  color: #222;
}
.sky-form-container .sky-form.login-form header .close:hover, .sky-form-container .sky-form.register-form header .close:hover, .sky-form-container .sky-form.remindpassword header .close:hover, .sky-form-popup .sky-form.login-form header .close:hover, .sky-form-popup .sky-form.register-form header .close:hover, .sky-form-popup .sky-form.remindpassword header .close:hover {
  color: black;
}
.sky-form-container .sky-form.login-form .sep, .sky-form-container .sky-form.register-form .sep, .sky-form-container .sky-form.remindpassword .sep, .sky-form-popup .sky-form.login-form .sep, .sky-form-popup .sky-form.register-form .sep, .sky-form-popup .sky-form.remindpassword .sep {
  width: 100%;
  display: block;
  border-bottom: 3px solid #fff;
  text-align: center;
}
.sky-form-container .sky-form.login-form .sep span, .sky-form-container .sky-form.register-form .sep span, .sky-form-container .sky-form.remindpassword .sep span, .sky-form-popup .sky-form.login-form .sep span, .sky-form-popup .sky-form.register-form .sep span, .sky-form-popup .sky-form.remindpassword .sep span {
  background: #fff;
  width: 30px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: relative;
  top: 16px;
  color: #999;
}
.sky-form-container .sky-form.login-form fieldset + fieldset, .sky-form-container .sky-form.register-form fieldset + fieldset, .sky-form-container .sky-form.remindpassword fieldset + fieldset, .sky-form-popup .sky-form.login-form fieldset + fieldset, .sky-form-popup .sky-form.register-form fieldset + fieldset, .sky-form-popup .sky-form.remindpassword fieldset + fieldset {
  border: none;
}
.sky-form-container .sky-form.login-form footer .button, .sky-form-container .sky-form.register-form footer .button, .sky-form-container .sky-form.remindpassword footer .button, .sky-form-popup .sky-form.login-form footer .button, .sky-form-popup .sky-form.register-form footer .button, .sky-form-popup .sky-form.remindpassword footer .button {
  float: none;
  margin: auto;
  padding: 0 80px;
  background: #12558b;
}
.sky-form-container .sky-form.login-form .bottom, .sky-form-container .sky-form.register-form .bottom, .sky-form-container .sky-form.remindpassword .bottom, .sky-form-popup .sky-form.login-form .bottom, .sky-form-popup .sky-form.register-form .bottom, .sky-form-popup .sky-form.remindpassword .bottom {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.sky-form-container .sky-form.login-form .bottom span, .sky-form-container .sky-form.register-form .bottom span, .sky-form-container .sky-form.remindpassword .bottom span, .sky-form-popup .sky-form.login-form .bottom span, .sky-form-popup .sky-form.register-form .bottom span, .sky-form-popup .sky-form.remindpassword .bottom span {
  cursor: pointer;
  color: #333;
  font-weight: bold;
  padding: 0 15px;
}
.sky-form-container .sky-form.login-form .bottom span:hover, .sky-form-container .sky-form.register-form .bottom span:hover, .sky-form-container .sky-form.remindpassword .bottom span:hover, .sky-form-popup .sky-form.login-form .bottom span:hover, .sky-form-popup .sky-form.register-form .bottom span:hover, .sky-form-popup .sky-form.remindpassword .bottom span:hover {
  color: rgb(12.75, 12.75, 12.75);
}
.sky-form-container .sky-form.login-form footer, .sky-form-popup .sky-form.login-form footer {
  text-align: center;
}
.sky-form-container .sky-form.login-form footer .remember-me, .sky-form-popup .sky-form.login-form footer .remember-me {
  display: inline-block;
  margin: 5px 0 0 0;
  text-shadow: none;
  font-size: 13px;
}
.sky-form-container header, .sky-form-popup header {
  font-weight: bold;
}
.sky-form-container header .close, .sky-form-popup header .close {
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  color: #111;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px 15px;
}
.sky-form-container header .close:hover, .sky-form-popup header .close:hover {
  color: #999;
}
.sky-form-popup {
  display: none;
  width: 640px;
  height: 480px;
  top: 50%;
  left: 50%;
  margin: -240px 0px 0px -320px;
}
.sky-form-popup.active {
  display: block;
}
.sky-form-popup.size640x480 {
  width: 640px;
  height: 480px;
  margin: -240px 0px 0px -320px;
}
.sky-form-popup.size600x480 {
  width: 600px;
  height: 480px;
  margin: -240px 0px 0px -300px;
}
.sky-form-popup.size600x500 {
  width: 600px;
  height: 500px;
  margin: -250px 0px 0px -300px;
}
.sky-form-popup.size640x500 {
  width: 640px;
  height: 500px;
  margin: -250px 0px 0px -320px;
}
.sky-form-popup .modal-closer {
  position: absolute;
  top: 15px;
  right: 15px;
  color: red;
  background: white;
  width: 29px;
}
.sky-form-popup .modal-closer:hover {
  background: gray;
  color: white;
}

.sky-form-modal {
  position: fixed;
  z-index: 2;
  display: none;
  width: 400px;
}

.sky-form-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/**/
/* bootstrap compatibility */
/**/
.sky-form *,
.sky-form *:after,
.sky-form *:before {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.sky-form .label {
  font-size: 100%;
  text-align: left;
  white-space: normal;
  color: inherit;
}

.sky-form .radio,
.sky-form .checkbox {
  font-weight: 400;
}

.sky-form .radio + .radio,
.sky-form .checkbox + .checkbox {
  margin-top: 0;
}

/**/
/* normal state */
/**/
.sky-form .toggle i:before {
  background-color: #3F3F3F;
}

.sky-form .button {
  background-color: #3F3F3F;
}

/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
  border-color: #909090;
}

.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
  color: #3F3F3F;
}

/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #3F3F3F;
}

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
  background-color: #3F3F3F;
}

.sky-form .checkbox input + i:after {
  color: #3F3F3F;
}

.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
  border-color: #3F3F3F;
}

.sky-form .rating input:checked ~ label {
  color: #3F3F3F;
}

/* Search */
.search-block {
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px 5px 0 0;
}

.search-block #s {
  background: #0c0c0c;
  float: left;
  height: 19px;
  font-size: 13px;
  padding: 11px 12px 10px 12px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 170px;
  color: #ccc;
  border: 0 none;
  border-left: 1px solid #222;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  opacity: 0.8;
}

.search-block #s:focus {
  color: #fff;
}

.search-block .search-button {
  background: #0c0c0c;
  cursor: pointer;
  float: right;
  height: 40px;
  width: 35px;
  display: block;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.8;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  border-right: 1px solid #222;
  padding: 0;
  margin: 0;
}

.search-block:hover .search-button, .search-block:hover #s {
  opacity: 1;
  color: #ddd;
}

.search-block button.search-button:before {
  content: "🔍";
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #FFF;
}

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 960px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {
  border-bottom: none;
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

.sidr input[type=text], .sidr input[type=password], .sidr input[type=date], .sidr input[type=datetime], .sidr input[type=email], .sidr input[type=number], .sidr input[type=search], .sidr input[type=tel], .sidr input[type=time], .sidr input[type=url], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

#sidekick {
  coursor: pointer;
}

#sidekick-ad .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 10px;
  background: #eee;
}
#sidekick-ad .close-button:hover {
  background: #fff;
}

.content .ei-slider {
  height: 330px;
}

.content .ei-title h3 {
  font-size: 12px;
  line-height: 14px;
  width: 435px;
}

.content .ei-title h2 {
  font-size: 22px;
}

/*sidebar slider*/
.sidebar .slider-caption {
  width: 100%;
  padding: 0;
  bottom: 0;
  left: 0;
}

.sidebar .slider-caption h2 {
  padding: 0 10px 3px;
}

.sidebar .slider-caption h2 a, .sidebar .slider-caption h2 {
  font-size: 16px;
  color: #FFF;
  line-height: 24px;
}

.ei-slider {
  position: relative;
  width: 100%;
  margin: 0 auto 25px;
}

.ei-slider-large {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ei-slider-large li {
  position: relative;
}
.ei-slider-large li.block {
  width: 440px;
  height: 330px;
  float: left;
  overflow: hidden;
}
.ei-slider-large li.tile {
  width: 175px;
  height: 163px;
  float: right;
  overflow: hidden;
}
.ei-slider-large li.tile img {
  height: 75%;
}
.ei-slider-large li.tile:first-child {
  margin-bottom: 5px;
}
.ei-slider-large li.tile .ei-title h2 {
  font-size: 12px;
}
.ei-slider-large li:hover .ei-title h2 {
  background: #111;
}
.ei-slider-large li:hover img {
  opacity: 0.8;
}

.ei-slider-large li.tile:last-child {
  margin-top: 5px;
}

.ei-slider-large li img {
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.ei-title {
  position: absolute;
  left: 0;
  margin-right: 0;
  bottom: 0;
  color: #fff;
  max-width: 100%;
}

.ei-title h2 {
  color: #b5b5b5;
  font-size: 35px;
  position: relative;
  font-family: "Roboto", sans-serif;
  background: #136487;
  float: left;
  padding: 5px 8px;
  z-index: 1;
  font-weight: bold;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.ei-title h2:hover {
  background: #136487;
  display: block;
}

.ei-title p {
  clear: both;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  padding: 5px 8px;
}

.ei-slider-thumbs {
  height: 13px;
  margin: 0 auto;
  position: relative;
  max-width: 100% !important;
}

.ei-title a {
  color: #FFF;
  z-index: 9;
}

.ei-slider-thumbs li {
  position: relative;
  float: left;
  height: 100%;
}

.ei-slider-thumbs li.ei-slider-element {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  z-index: 10;
  text-indent: -9000px;
  background: #136487;
}

.ei-slider-thumbs li a {
  display: block;
  text-indent: -9000px;
  background: #666;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.ei-slider-thumbs li a:hover {
  background-color: #f0f0f0;
}

.ei-slider-thumbs li img {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  z-index: 11;
  width: 100%;
  max-height: 100px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
}

.content .ei-slider-thumbs li img {
  max-height: 65px;
}

.ei-slider-thumbs li:hover img {
  opacity: 1;
  bottom: 13px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.review-box {
  margin: 20px 0;
}

h2.review-box-header {
  border-bottom: 4px solid #333;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  padding: 10px 0 6px;
  margin-bottom: 3px;
  margin-top: 0;
}

.review-item {
  padding: 5px 0 8px;
  opacity: 0.8;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.review-item:hover {
  opacity: 1;
}

.review-item h5 {
  font-size: inherit;
  margin: 0 0 5px;
  color: #555;
}

.review-percentage .review-item span {
  background: #F2F2F2;
  display: block;
  height: 15px;
}

.review-percentage .review-item span span {
  background-color: #136487;
  background-image: url(images/stripes.png);
  display: block;
  height: 15px;
}

.review-stars .review-item, .user-rate-wrap {
  background: #F2F2F2;
  margin-bottom: 3px;
  overflow: hidden;
  padding: 5px;
}

.review-stars .review-item h5 {
  float: left;
  padding-top: 5px;
  margin-top: 0;
}

.review-stars .stars-large {
  float: right;
}

.review-final-score .stars-large {
  float: none !important;
  margin: 0 auto 10px;
}

.review-summary {
  background-color: #F2F2F2;
  overflow: hidden;
  margin-bottom: 3px;
}

.review-short-summary {
  padding: 0 10px;
  display: table-cell;
  vertical-align: top;
}

.review-final-score {
  background-color: #136487;
  width: 100px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
}

.review-final-score h3 {
  margin: 0 0 -3px;
  font-size: 44px;
  color: #FFF;
  font-weight: bold;
}

.review-final-score h3 span {
  font-size: 24px;
}

.review-final-score h4 {
  margin: 0;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.review-top {
  float: left;
  width: 55%;
  margin-right: 20px;
}

span.stars-large {
  width: 98px;
  display: block;
  background: url(images/stars-large.png) no-repeat left bottom;
  height: 22px;
}

span.stars-large span {
  width: 100%;
  display: block;
  background: url(images/stars-large.png) no-repeat left top;
  height: 22px;
  float: left;
  cursor: pointer;
}

span.stars-small {
  width: 52px;
  display: block;
  background: url(images/stars-small.png) no-repeat left bottom;
  height: 15px;
}

span.stars-small span {
  float: left;
  width: 100%;
  display: block;
  background: url(images/stars-small.png) no-repeat left top;
  height: 15px;
}

.user-rate {
  float: right;
  width: 98px;
}

.post-thumbnail .stars-large, .post-thumbnail .stars-small {
  position: absolute;
  bottom: 5px;
  right: 6px;
}

.tie-rate-load {
  background: url(images/ajax-loader.gif) no-repeat center;
  width: 98px;
  height: 22px;
  display: block;
}

.entry ul.best-reviews li {
  list-style: none;
  margin: 0 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
}

.entry ul.best-reviews .best-review-score {
  background: #AAA;
  font-size: 28px;
  margin: 15px 15px 0 0;
  width: 50px;
  color: #FFF;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.entry ul.best-reviews {
  margin: 0;
}

.entry ul.best-reviews .post-thumbnail, .entry ul.best-reviews .best-reviews-content, .entry ul.best-reviews .best-review-score {
  float: left;
}

.entry ul.best-reviews h3 {
  margin: 2px 0 5px;
}

.entry ul.best-reviews .best-reviews-content {
  width: 442px;
}

.entry ul.best-reviews p.post-meta {
  border-bottom: 0 none;
  padding: 0;
  margin: 5px 0 0;
}

.entry ul.best-reviews .post-thumbnail {
  width: 90px;
}

#main-content .widget_rss {
  background: #12558b;
}
#main-content .widget_rss .widget-top .cat-box-title {
  text-align: center;
}
#main-content .widget_rss .widget-top .cat-box-title h2 {
  font-family: "Roboto", sans-serif;
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  font-size: 18px;
  margin: 0px;
}
#main-content .widget_rss .widget-top .cat-box-title h2 img {
  display: none;
}
#main-content .widget_rss .widget-top .cat-box-title span.borderline {
  display: none;
}
#main-content .widget_rss .widget-container li a {
  color: #f5f5f5;
}
#main-content .widget_rss .widget-container li a:hover {
  color: #ccc;
}
#main-content .widget_rss .widget-container li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.google-map.alignleft {
  margin-right: 10px;
}

.google-map.alignright {
  margin-left: 10px;
}

.google-map.aligncenter {
  text-align: center;
}

.home-ads {
  margin-top: 10px;
  margin-bottom: 45px;
}

.post-tooltip {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px #666 dotted;
  color: #ed5109;
}

.post-tooltip:hover {
  border-bottom-color: #ed5109;
}

.highlight {
  background: #FF9;
}

.dropcap {
  display: block;
  float: left;
  margin: 0 8px 0 0;
  font-size: 50px;
  line-height: 50px;
  font-family: Georgia, Arial, "helvetica neue", Helvetica, Verdana, sans-serif;
}

.starlist li, .checklist li, .posts-list .widget-container.checklist li {
  background-position: left top;
  background-repeat: no-repeat;
  list-style: inside square !important;
}

.social-icons-widget .social-icons a.twitter {
  background: #000;
  padding: 0px 9.5px;
  border-radius: 2px;
  line-height: 32px;
  font-size: 18px;
}

.box {
  padding: 20px;
  background-color: #F6F6F6;
  margin-bottom: 20px;
  word-wrap: break-word;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFF;
}

.box div.box-inner-block {
  min-height: 50px;
}

.box .tieicon-boxicon {
  float: left;
  margin-left: -70px;
}

.box .tieicon-boxicon:before {
  line-height: 60px;
  height: 60px;
  width: 60px;
  font-size: 60px;
  margin: 0;
}

.box.shadow {
  -moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
  -webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
  box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
  border: 1px solid #AAA;
}

.box.shadow div.box-inner-block {
  padding: 0 !important;
}

.box.info {
  background: #d6f6ff;
  border-color: #BFE3EC;
}

.box.info .tieicon-boxicon:before {
  content: "\e705";
  color: #2CB4DA;
}

.box.success {
  background: #e2f2cb;
  border-color: #D1E4B7;
}

.box.success .tieicon-boxicon:before {
  content: "✓";
  color: #8AB84D;
}

.box.warning {
  background: #fffddb;
  border-color: #E9E59E;
}

.box.warning .tieicon-boxicon:before {
  content: "⚠";
  color: #ECC21B;
  font-size: 55px;
}

.box.error {
  background: #ffe6e2;
  border-color: #EEBFB8;
}

.box.error .tieicon-boxicon:before {
  content: "✕";
  color: #F03317;
  font-size: 70px;
}

.box.download {
  background: #e2f2cb;
  border-color: #D1E4B7;
}

.box.download .tieicon-boxicon:before {
  content: "📥";
  color: #8AB84D;
}

.box.note {
  background: #fffddb;
  border-color: #E9E59E;
}

.box.note .tieicon-boxicon:before {
  content: "\f15c";
  color: #ECC21B;
}

a.shortc-button {
  border: 1px solid #a3a3a3;
  background: #d4d4d4;
  height: 25px;
  line-height: 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  display: inline-block;
  margin: 0 5px 20px;
  padding: 0 10px;
  position: relative;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #d4d4d4), color-stop(100%, #c7c7c7));
  background: -webkit-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
  background: -moz-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
  background: -o-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
  background: -ms-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
  background: linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
}

a.shortc-button:hover {
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #d8d6d6), color-stop(100%, #cdcdcd));
  background: -webkit-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
  background: -moz-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
  background: -o-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
  background: linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
}

a.shortc-button:active {
  top: 1px;
}

a.shortc-button.red {
  border: 1px solid #B63540;
  background: #ED596A;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #F77087), color-stop(100%, #E3414D));
  background: -webkit-linear-gradient(top, #F77087 0, #E3414D 100%);
  background: -moz-linear-gradient(top, #F77087 0, #E3414D 100%);
  background: -o-linear-gradient(top, #F77087 0, #E3414D 100%);
  background: -ms-linear-gradient(top, #F77087 0, #E3414D 100%);
  background: linear-gradient(top, #F77087 0, #E3414D 100%);
}

a.shortc-button.red:hover {
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #F8889B), color-stop(100%, #E65762));
  background: -webkit-linear-gradient(top, #F8889B 0, #E65762 100%);
  background: -moz-linear-gradient(top, #F8889B 0, #E65762 100%);
  background: -o-linear-gradient(top, #F8889B 0, #E65762 100%);
  background: -ms-linear-gradient(top, #F8889B 0, #E65762 100%);
  background: linear-gradient(top, #F8889B 0, #E65762 100%);
}

a.shortc-button.green {
  border: 1px solid #5E8C22;
  background: #89C03E;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A8D34E), color-stop(100%, #6AAD2D));
  background: -webkit-linear-gradient(top, #A8D34E 0, #6AAD2D 100%);
  background: -moz-linear-gradient(top, #A8D34E 0, #6AAD2D 100%);
  background: -o-linear-gradient(top, #A8D34E 0, #6AAD2D 100%);
  background: -ms-linear-gradient(top, #A8D34E 0, #6AAD2D 100%);
  background: linear-gradient(top, #A8D34E 0, #6AAD2D 100%);
}

a.shortc-button.green:hover {
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #B2D862), color-stop(100%, #76C132));
  background: -webkit-linear-gradient(top, #B2D862 0, #76C132 100%);
  background: -moz-linear-gradient(top, #B2D862 0, #76C132 100%);
  background: -o-linear-gradient(top, #B2D862 0, #76C132 100%);
  background: -ms-linear-gradient(top, #B2D862 0, #76C132 100%);
  background: linear-gradient(top, #B2D862 0, #76C132 100%);
}

a.shortc-button.blue {
  border: 1px solid #1e638b;
  background: #00a2ff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #00a2ff), color-stop(100%, #028edf));
  background: -webkit-linear-gradient(top, #00a2ff 0, #028edf 100%);
  background: -moz-linear-gradient(top, #00a2ff 0, #028edf 100%);
  background: -o-linear-gradient(top, #00a2ff 0, #028edf 100%);
  background: -ms-linear-gradient(top, #00a2ff 0, #028edf 100%);
  background: linear-gradient(top, #00a2ff 0, #028edf 100%);
}

a.shortc-button.blue:hover {
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #3cb6fc), color-stop(100%, #31a6ea));
  background: -webkit-linear-gradient(top, #3cb6fc 0, #31a6ea 100%);
  background: -moz-linear-gradient(top, #3cb6fc 0, #31a6ea 100%);
  background: -o-linear-gradient(top, #3cb6fc 0, #31a6ea 100%);
  background: -ms-linear-gradient(top, #3cb6fc 0, #31a6ea 100%);
  background: linear-gradient(top, #3cb6fc 0, #31a6ea 100%);
}

a.shortc-button.orange {
  border: 1px solid #be8a2b;
  background: #FFA500;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #FFA500), color-stop(100%, #ed9900));
  background: -webkit-linear-gradient(top, #FFA500 0, #ed9900 100%);
  background: -moz-linear-gradient(top, #FFA500 0, #ed9900 100%);
  background: -o-linear-gradient(top, #FFA500 0, #ed9900 100%);
  background: -ms-linear-gradient(top, #FFA500 0, #ed9900 100%);
  background: linear-gradient(top, #FFA500 0, #ed9900 100%);
}

a.shortc-button.orange:hover {
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ffb93a), color-stop(100%, #f3ab26));
  background: -webkit-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
  background: -moz-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
  background: -o-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
  background: -ms-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
  background: linear-gradient(top, #fb93a0, #f3ab26 100%);
}

a.shortc-button.pink {
  border: 1px solid #cc198b;
  background: #ff00a2;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ff00a2), color-stop(100%, #ed0097));
  background: -webkit-linear-gradient(top, #ff00a2 0, #ed0097 100%);
  background: -moz-linear-gradient(top, #ff00a2 0, #ed0097 100%);
  background: -o-linear-gradient(top, #ff00a2 0, #ed0097 100%);
  background: -ms-linear-gradient(top, #ff00a2 0, #ed0097 100%);
  background: linear-gradient(top, #ff00a2 0, #ed0097 100%);
}

a.shortc-button.pink:hover {
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #ff6cc9), color-stop(100%, #ea51b2));
  background: -webkit-linear-gradient(top, #ff6cc9 0, #ea51b2 100%);
  background: -moz-linear-gradient(top, #ff6cc9 0, #ea51b2 100%);
  background: -o-linear-gradient(top, #ff6cc9 0, #ea51b2 100%);
  background: -ms-linear-gradient(top, #ff6cc9 0, #ea51b2 100%);
  background: linear-gradient(top, #ff6cc9, #ea51b2 100%);
}

a.shortc-button.purple {
  border: 1px solid #833083;
  background: #d700d7;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #d700d7), color-stop(100%, #b000b0));
  background: -webkit-linear-gradient(top, #d700d7 0, #b000b0 100%);
  background: -moz-linear-gradient(top, #d700d7 0, #b000b0 100%);
  background: -o-linear-gradient(top, #d700d7 0, #b000b0 100%);
  background: -ms-linear-gradient(top, #d700d7 0, #b000b0 100%);
  background: linear-gradient(top, #d700d7 0, #b000b0 100%);
}

a.shortc-button.purple:hover {
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #f969f9), color-stop(100%, #c302c3));
  background: -webkit-linear-gradient(top, #f969f9 0, #c302c3 100%);
  background: -moz-linear-gradient(top, #f969f9 0, #c302c3 100%);
  background: -o-linear-gradient(top, #f969f9 0, #c302c3 100%);
  background: -ms-linear-gradient(top, #f969f9 0, #c302c3 100%);
  background: linear-gradient(top, #f969f9, #c302c3 100%);
}

a.shortc-button.black {
  border: 1px solid #000;
  background: #434343;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #434343), color-stop(100%, #232323));
  background: -webkit-linear-gradient(top, #434343 0, #232323 100%);
  background: -moz-linear-gradient(top, #434343 0, #232323 100%);
  background: -o-linear-gradient(top, #434343 0, #232323 100%);
  background: -ms-linear-gradient(top, #434343 0, #232323 100%);
  background: linear-gradient(top, #434343 0, #232323 100%);
}

a.shortc-button.black:hover {
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #5a5959), color-stop(100%, #3d3d3d));
  background: -webkit-linear-gradient(top, #5a5959 0, #3d3d3d 100%);
  background: -moz-linear-gradient(top, #5a5959 0, #3d3d3d 100%);
  background: -o-linear-gradient(top, #5a5959 0, #3d3d3d 100%);
  background: -ms-linear-gradient(top, #5a5959 0, #3d3d3d 100%);
  background: linear-gradient(top, #5a5959, #3d3d3d 100%);
}

a.shortc-button.white {
  border: 1px solid #d9d9d9;
  background: #fbfbfb;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #eee));
  background: -webkit-linear-gradient(top, #fbfbfb 0, #eee 100%);
  background: -moz-linear-gradient(top, #fbfbfb 0, #eee 100%);
  background: -o-linear-gradient(top, #fbfbfb 0, #eee 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0, #eee 100%);
  background: linear-gradient(top, #fbfbfb 0, #eee 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #000;
  text-shadow: 0 1px 0 #FFF;
}

a.shortc-button.white:hover {
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #FFF), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #FFF 0, #f8f8f8 100%);
  background: -moz-linear-gradient(top, #FFF 0, #f8f8f8 100%);
  background: -o-linear-gradient(top, #FFF 0, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #FFF 0, #f8f8f8 100%);
  background: linear-gradient(top, #FFF, #f8f8f8 100%);
}

a.shortc-button.medium {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  padding: 0 15px;
}

a.shortc-button.big {
  height: 55px;
  line-height: 55px;
  font-size: 22px;
  padding: 0 25px;
}

.flickr-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}

.flickr-wrapper .flickr_badge_image {
  float: left;
  margin: 8px;
}

.flickr-wrapper .flickr_badge_image img {
  opacity: 1;
  background: #FFF;
  padding: 4px;
  box-shadow: 0 0 3px #B2B2B2;
  -moz-box-shadow: 0 0 3px #b2b2b2;
  -webkit-box-shadow: 0 0 3px #B2B2B2;
}

.flickr-wrapper .flickr_badge_image a:hover img {
  opacity: 0.6;
}

#twitter-shortcode {
  margin-bottom: 10px;
}

#twitter-shortcode li {
  padding: 5px 10px 5px 30px;
  overflow: hidden;
  list-style: none;
}

#twitter-shortcode li:last-child {
  border-bottom: 0 none;
}

#twitter-shortcode .tweet_list .tweet_avatar img {
  padding: 2px;
  margin-left: 5px;
  float: right;
  background: #FFF;
  border: 1px solid #d6d6d6;
}

#twitter-shortcode .loading {
  text-align: center;
  padding: 10px;
}

.toggle {
  position: relative;
}

.toggle h3 {
  font-weight: normal;
  font-size: 18px;
  padding: 5px 0;
  margin: 0;
  text-shadow: 0 1px 1px #FFF;
  cursor: pointer;
}

h3.toggle-head-close {
  display: none;
}

h3.toggle-head-open .tieicon-up, h3.toggle-head-close .tieicon-down {
  float: right;
  margin: -6px;
}

.toggle-content {
  padding-top: 15px;
}

.toggle.close .toggle-content,
.toggle.close h3.toggle-head-open {
  display: none;
}

.toggle.close h3.toggle-head-close {
  display: block;
}

.author-info {
  background: #F6F6F6;
  margin-bottom: 15px;
  border: 1px solid #E1E1E1;
  border-bottom: 1px solid #979797;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.author-info-content {
  padding-left: 100px;
}

.author-info-content h3 {
  margin: 0 0 15px;
}

.author-info img.author-img {
  max-width: 70px;
  float: left;
  margin-right: 15px;
  background: #FFF;
  padding: 4px;
  box-shadow: 0 0 3px #B2B2B2;
  -moz-box-shadow: 0 0 3px #b2b2b2;
  -webkit-box-shadow: 0 0 3px #B2B2B2;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}

.one_half {
  width: 48%;
}

.one_third {
  width: 30.66%;
}

.two_third {
  width: 65.33%;
}

.one_fourth {
  width: 22%;
}

.three_fourth {
  width: 74%;
}

.one_fifth {
  width: 16.8%;
}

.two_fifth {
  width: 37.6%;
}

.three_fifth {
  width: 58.4%;
}

.four_fifth {
  width: 67.2%;
}

.one_sixth {
  width: 13.33%;
}

.five_sixth {
  width: 82.67%;
}

.entry .last {
  margin-right: 0 !important;
  clear: right;
}

.post-tabs, .post-tabs-ver {
  margin-bottom: 20px;
}

.post-tabs ul.tabs-nav {
  height: 33px;
  margin: 0;
  padding-left: 20px;
}

.post-tabs ul.tabs-nav li {
  border: 1px solid #E1E1E1;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  line-height: 32px;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0 16px;
  background: #ddd;
  border-bottom: 0 none;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.post-tabs ul.tabs-nav li.current {
  background: #F6F6F6;
  z-index: 1;
  height: 33px;
}

.post-tabs .pane {
  background: #F6F6F6;
  margin-bottom: 15px;
  border: 1px solid #E1E1E1;
  border-bottom: 1px solid #979797;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.post-tabs .pane #crumbs {
  clear: none;
}

.pane #crumbs {
  clear: none;
}

.post-tabs-ver ul.tabs-nav {
  float: left;
  width: 170px;
  margin: 0;
  padding-top: 10px;
}

.post-tabs-ver ul.tabs-nav li {
  border: 1px solid #E1E1E1;
  border-radius: 4px 0 0 4px;
  font-weight: bold;
  line-height: 32px;
  cursor: pointer;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 16px;
  background: #ddd;
  border-right-width: 0;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.post-tabs-ver ul.tabs-nav li.current {
  background: #F6F6F6;
  z-index: 1;
  width: 138px;
}

.post-tabs-ver .pane {
  margin-left: 170px;
  background: #F6F6F6;
  margin-bottom: 15px;
  border: 1px solid #E1E1E1;
  border-bottom: 1px solid #979797;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  min-height: 180px;
}

/* Audio Player */
.mejs-container {
  margin-bottom: 10px;
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}

.me-plugin {
  position: absolute;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-fullscreen {
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px !important;
  background: url(images/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url(images/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(images/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(images/loading.gif) 50% 50% no-repeat;
}

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(images/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(images/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url(images/controls.png);
}

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

.mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 7px 5px;
  background: #706d6d;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(images/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 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 .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 13px;
  width: 50px;
  height: 5px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #706d6d;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 13px;
  width: 50px;
  height: 5px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

.mejs-controls .mejs-captions-button {
  position: relative;
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(images/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs-captions-position-hover {
  bottom: 45px;
}

.mejs-captions-text {
  padding: 3px 5px;
  background: url(images/background.png);
  background: rgba(20, 20, 20, 0.8);
}

.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(images/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(images/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

.mejs-container, .mejs-embed, .mejs-embed body {
  background: #464646;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #21759b;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #d54e21;
}

.me-cannotplay {
  width: auto !important;
}

.wp-video-shortcode.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57% !important;
}

.wp-video-shortcode.mejs-container video, .mejs-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

/*Pretty-Photo*/
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(images/prettyPhoto/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(images/prettyPhoto/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(images/prettyPhoto/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(images/prettyPhoto/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(images/prettyPhoto/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(images/prettyPhoto/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(images/prettyPhoto/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(images/prettyPhoto/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(images/prettyPhoto/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(images/prettyPhoto/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(images/prettyPhoto/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(images/prettyPhoto/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url(images/prettyPhoto/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(images/prettyPhoto/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(images/prettyPhoto/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(images/prettyPhoto/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(images/prettyPhoto/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(images/prettyPhoto/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(images/prettyPhoto/loader.gif) center center no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 150px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
  width: 70px;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

.social-icons-widget .social-icons a {
  margin: 2px;
}

.social-icons-widget .social-icons [class^=tieicon-]:before, .social-icons-widget .social-icons [class*=" tieicon-"]:before {
  color: #FFF;
}

.social-icons-widget .social-icons.icon_24 [class^=tieicon-]:before, .social-icons-widget .social-icons.icon_24 [class*=" tieicon-"]:before {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}

.tieicon-delicious:before {
  content: "#";
}

.social-icons-widget .tieicon-delicious:before {
  background: #2567ee;
}

.tieicon-stumbleupon:before {
  content: "/";
}

.social-icons-widget .tieicon-stumbleupon:before {
  background: #f42424;
}

.tieicon-fivehundredpx:before {
  content: "0";
}

.social-icons-widget .tieicon-fivehundredpx:before {
  background: #00adf1;
}

.tieicon-foursquare:before {
  content: "4";
}

.social-icons-widget .tieicon-foursquare:before {
  background: #0d9ed1;
}

.tieicon-grooveshark:before {
  content: "8";
}

.social-icons-widget .tieicon-grooveshark:before {
  background: #248fd3;
}

.tieicon-forrst:before {
  content: ":";
}

.social-icons-widget .tieicon-forrst:before {
  background: #297e09;
}

.tieicon-digg:before {
  content: ";";
}

.social-icons-widget .tieicon-digg:before {
  background: #b2b2b2;
}

.tieicon-reddit:before {
  content: ">";
}

.social-icons-widget .tieicon-reddit:before {
  background: #ff915c;
}

.tieicon-blogger:before {
  content: "B";
}

.social-icons-widget .tieicon-blogger:before {
  background: #f39d38;
}

.tieicon-flickr:before {
  content: "F";
}

.social-icons-widget .tieicon-flickr:before {
  background: #ff0084;
}

.tieicon-viadeo:before {
  content: "H";
}

.social-icons-widget .tieicon-viadeo:before {
  background: #f97618;
}

.tieicon-vimeo:before {
  content: "V";
}

.social-icons-widget .tieicon-vimeo:before {
  background: #3fbfce;
}

.tieicon-myspace:before {
  content: "_";
}

.social-icons-widget .tieicon-myspace:before {
  background: #487ccd;
}

.tieicon-googleplay:before {
  content: "▶";
}

.social-icons-widget .tieicon-googleplay:before {
  background: #a0b532;
}

.tieicon-soundcloud:before {
  content: "s";
}

.social-icons-widget .tieicon-soundcloud:before {
  background: #F76700;
}

.tieicon-yelp:before {
  content: "y";
}

.social-icons-widget .tieicon-yelp:before {
  background: #c1230d;
}

.tieicon-github:before {
  content: "è";
}

.social-icons-widget .tieicon-github:before {
  background: #666;
}

.tieicon-youtube:before {
  content: "\f167";
}

.social-icons-widget .tieicon-youtube:before {
  background: #cc181e;
}

.tieicon-xing:before {
  content: "\f168";
}

.social-icons-widget .tieicon-xing:before {
  background: #00605e;
}

.tieicon-dropbox:before {
  content: "\f16b";
}

.social-icons-widget .tieicon-dropbox:before {
  background: #459ce6;
}

.tieicon-tumblr:before {
  content: "\f173";
}

.social-icons-widget .tieicon-tumblr:before {
  background: #385a75;
}

.tieicon-apple:before {
  content: "\f179";
}

.social-icons-widget .tieicon-apple:before {
  background: #7e878b;
}

.tieicon-dribbble:before {
  content: "\f17d";
}

.social-icons-widget .tieicon-dribbble:before {
  background: #d875a2;
}

.tieicon-skype:before {
  content: "\f17e";
}

.social-icons-widget .tieicon-skype:before {
  background: #00c6ff;
}

.tieicon-vkontakte:before {
  content: "\f189";
}

.social-icons-widget .tieicon-vkontakte:before {
  background: #336699;
}

.tieicon-friendfeed:before {
  content: "\f312";
}

.social-icons-widget .tieicon-friendfeed:before {
  background: #93b4dd;
}

.tieicon-deviantart:before {
  content: "\f316";
}

.social-icons-widget .tieicon-deviantart:before {
  background: #5d6f6d;
}

.tieicon-lastfm:before {
  content: "\f318";
}

.social-icons-widget .tieicon-lastfm:before {
  background: #f54a3d;
}

.tieicon-instagram:before {
  content: "\f31f";
}

.social-icons-widget .tieicon-instagram:before {
  background: #517fa4;
}

.tieicon-spotify:before {
  content: "\f327";
}

.social-icons-widget .tieicon-spotify:before {
  background: #7fb718;
}

.tieicon-evernote:before {
  content: "\f333";
}

.social-icons-widget .tieicon-evernote:before {
  background: #1c8328;
}

.tieicon-paypal:before {
  content: "\f342";
}

.social-icons-widget .tieicon-paypal:before {
  background: #34aad2;
}

.tieicon-picasa:before {
  content: "\f345";
}

.social-icons-widget .tieicon-picasa:before {
  background: #9d48a1;
}

.tieicon-behance:before {
  content: "\f34e";
}

.social-icons-widget .tieicon-behance:before {
  background: #1769ff;
}

.tieicon-wordpress:before {
  content: "\e005";
}

.social-icons-widget .tieicon-wordpress:before {
  background: #2071ad;
}

.tieicon-twitter:before, #twitter-widget li:before {
  content: "\f099";
}

.social-icons-widget .tieicon-twitter:before {
  background: #45b0e3;
}

.tieicon-facebook:before {
  content: "\f09a";
}

.social-icons-widget .tieicon-facebook:before {
  background: #39599f;
}

.tieicon-rss:before {
  content: "\f09e";
}

.social-icons-widget .tieicon-rss:before {
  background: #f8bc2e;
}

.tieicon-pinterest-circled:before {
  content: "\f0d2";
}

.social-icons-widget .tieicon-pinterest-circled:before {
  background: #f42424;
}

.tieicon-google:before {
  content: "\f0d5";
}

.social-icons-widget .tieicon-google:before {
  background: #fa0101;
}

.tieicon-linkedin:before {
  content: "\f0e1";
}

.social-icons-widget .tieicon-linkedin:before {
  background: #65b7d2;
}

.tieicon-share:before {
  content: "\e73c";
}

.social-icons-widget .tieicon-share:before {
  background: #55ac60;
}

.tieicon-down:before {
  content: "\e75c";
}

.tieicon-up-open:before, .tieicon-up:before {
  content: "\e75f";
}

.tieicon-home:before {
  content: "⌂";
  font-size: 14px;
  width: 20px;
  height: 20px;
}

.newsletter, .widget_rss, .ew-compare-widget {
  background: #c41130;
  color: #111;
  padding: 20px 30px 30px 30px;
  margin-bottom: 30px;
}
.newsletter.ew-compare-widget, .widget_rss.ew-compare-widget, .ew-compare-widget.ew-compare-widget {
  background: #f5f5f5;
  box-sizing: border-box;
}
.newsletter.ew-compare-widget .sky-form .button, .widget_rss.ew-compare-widget .sky-form .button, .ew-compare-widget.ew-compare-widget .sky-form .button {
  box-sizing: border-box;
}
.newsletter.ew-compare-widget p, .widget_rss.ew-compare-widget p, .ew-compare-widget.ew-compare-widget p {
  margin: 10px 0;
}
.newsletter.newsletter-widget, .widget_rss.newsletter-widget, .ew-compare-widget.newsletter-widget {
  background: #12558b;
}
.newsletter.newsletter-widget h2, .widget_rss.newsletter-widget h2, .ew-compare-widget.newsletter-widget h2 {
  font-size: 18px;
  margin: 0;
}
.newsletter.newsletter-widget .sky-form fieldset + fieldset, .widget_rss.newsletter-widget .sky-form fieldset + fieldset, .ew-compare-widget.newsletter-widget .sky-form fieldset + fieldset {
  border: none;
}
.newsletter.newsletter-widget .button, .widget_rss.newsletter-widget .button, .ew-compare-widget.newsletter-widget .button {
  background: #111;
  padding: 0 15px;
}
.newsletter h2, .widget_rss h2, .ew-compare-widget h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
}
.newsletter h2 strong, .widget_rss h2 strong, .ew-compare-widget h2 strong {
  font-weight: bold;
}
.newsletter .sky-form .button, .widget_rss .sky-form .button, .ew-compare-widget .sky-form .button {
  background: #111;
  margin: 0;
  opacity: 1;
  width: 93%;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 767px) {
  .newsletter .sky-form .button, .widget_rss .sky-form .button, .ew-compare-widget .sky-form .button {
    width: 100%;
  }
}
.newsletter .sky-form .input input, .widget_rss .sky-form .input input, .ew-compare-widget .sky-form .input input {
  border: none;
}
.newsletter .sky-form .newsletter-button, .widget_rss .sky-form .newsletter-button, .ew-compare-widget .sky-form .newsletter-button {
  width: 90%;
}
.newsletter .sky-form fieldset, .widget_rss .sky-form fieldset, .ew-compare-widget .sky-form fieldset {
  background: none;
}
.newsletter .sky-form section, .widget_rss .sky-form section, .ew-compare-widget .sky-form section {
  margin-bottom: 0;
}

.newsletter .sky-form .button {
  width: auto;
}
@media screen and (max-width: 767px) {
  .newsletter .sky-form .button {
    width: 100%;
  }
}

/* Newsletter subscription*/
.subscribe {
  max-width: 300px;
  margin: 0 auto;
}
.subscribe a {
  color: #fff;
  cursor: pointer;
}
.subscribe a:hover .subscribe-content h4 {
  background: rgb(178.2468085106, 61.0042553191, 45.7531914894);
}
.subscribe .subscribe-icon {
  width: 94px;
  height: 92px;
  background: url(../../images/subscribe.png) no-repeat;
  margin: -152px 0 40px 10px;
}
.subscribe .subscribe-content {
  padding-top: 46px;
  height: 116px;
}
.subscribe .subscribe-content h4 {
  background: #cf5444;
  font-size: 16px;
  padding: 10px 5px 10px 114px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.subscribe .subscribe-content h4 span {
  font-size: 1.4em;
}

#sitemap {
  overflow: hidden;
  padding: 10px 0 0 15px;
}

.sitemap-col {
  float: left;
  margin: 0 2% 10px 0;
  width: 30%;
}

#sitemap .last {
  margin-right: 0px;
}

.sitemap-col h2 {
  color: #111;
  font-size: 18px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sitemap-col ul li {
  padding-left: 0px;
  margin-left: 0;
  list-style: inside;
  list-style-type: none;
}

.sitemap-col ul li a {
  padding: 4px 0px 4px;
  display: inline-block;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/** styling for laptop or Small-Screen **/
@media screen and (max-width: 1600px) {
  .fancybox-navigation .fancybox-button--arrow_left, .fancybox-navigation .fancybox-button--arrow_right {
    top: 60px;
  }
}
#loading {
  width: 100%;
  position: relative;
  min-height: 5px;
  z-index: 1;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #999;
  overflow: hidden;
}

.pace .pace-progress {
  max-width: 100%;
  position: fixed;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #f68b1f;
}

a.ttip, a.tooldown {
  display: inline-block;
}

.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 2px #000000;
  -webkit-box-shadow: 0 0 2px #000000;
  -moz-box-shadow: 0 0 2px #000000;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

#comments-title {
  font-family: "Roboto", sans-serif;
  margin: 25px 0 10px;
}

#comments-title em {
  color: #333;
}

.commentlist li {
  margin-bottom: 20px;
  clear: both;
  position: relative;
  clear: both;
}

.comment-avatar {
  display: none;
}

#respond h3 small {
  width: auto;
}

.author-comment {
  overflow: hidden;
  position: relative;
}

.author-comment cite {
  color: #3b3b3b;
  position: relative;
  display: block;
  margin-bottom: 2px;
  padding-top: 4px;
}

.commentmetadata {
  display: block;
  font-size: 85%;
  clear: both;
}

.commentmetadata a {
  color: #3b3b3b;
}

.commentmetadata a:hover {
  color: #000;
}

.comment-wrap {
  background: white;
  box-shadow: 0 1px 3px 0 #B5B5B5;
  -moz-box-shadow: 0 1px 3px 0 #b5b5b5;
  -webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
  position: relative;
  padding: 15px;
}

.comment-content {
  position: relative;
  clear: both;
  display: block;
  margin-top: 10px;
  overflow: hidden;
  padding-bottom: 5px;
}

.comment-content p {
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 10px;
}

.nocomments {
  text-align: center;
}

.commentlist li ul li {
  margin-left: 4px;
}

.commentlist li.pingback {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}

.commentlist .children {
  margin-top: 15px;
  margin-left: 50px;
}

.commentlist .reply a {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: #ddd;
  padding: 3px 10px;
  text-shadow: 0 1px 1px #FFF;
  font-size: 11px;
}

.commentlist .reply a:hover {
  background: #333;
  color: #FFF;
  text-shadow: 0 1px 1px #000;
}

#respond {
  margin: 20px 0 10px;
  overflow: hidden;
  position: relative;
  clear: both;
}

.commentlist li #respond {
  margin: 10px 0 20px 70px !important;
}

#commentform {
  padding: 5px 0;
  margin-top: 5px;
  overflow: hidden;
}

#commentform .required {
  font-weight: bold;
}

#commentform label {
  color: #888;
}

#commentform p {
  margin: 10px 0;
}

#commentform textarea,
#commentform input {
  background: #F9F9F9;
  color: #515151;
  font: 12px Tahoma;
  margin-bottom: 7px;
}

#commentform input {
  display: block;
  width: 250px;
}

#commentform input[type=checkbox] {
  margin: 2px 7px 0 0;
  float: left;
  clear: left;
}

#commentform textarea {
  width: 95%;
}

#commentform input:focus, #commentform textarea:focus {
  background: #fff;
}

#commentform .form-allowed-tags, .comment-form-comment label {
  display: none;
}

.comment-form-email, .comment-form-url, .comment-form-url, .comment-form-comment {
  clear: both;
}

.comment-notes {
  margin-bottom: 10px;
}

/* Widgets Styles */
.widget {
  clear: both;
  margin-top: 10px;
  margin-bottom: 25px;
}
.widget a:hover {
  color: #136487;
}

.widget-top h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.widget-top h4 a {
  color: #333;
}

.widget-top h4 a:hover {
  color: #000;
}

.widget-container {
  padding: 10px 0;
  clear: both;
}

.widget-container h3 {
  font-size: inherit;
}

.widget-container li {
  padding: 0 0 5px 0;
  line-height: 18px;
  overflow: hidden;
  font: 300 13px/20px "Roboto", sans-serif;
  margin: 0px 0px 15px;
}

.widget-container li ul.children, .footer-widget-container li ul.children {
  margin-left: 10px;
}

.widget-container li ul.children li, .footer-widget-container li ul.children li, .footer-widget-container ul.children {
  border: 0 none !important;
}

.widget-container p {
  padding-bottom: 1em;
}

.widget-container li span.date, .footer-widget-container li span.date {
  color: #AAA;
  margin: 5px 0;
  font-size: 85%;
}

.widget-container li .stars-small, .footer-widget-container li .stars-small {
  float: left;
  margin: 2px 5px 0 0;
}

.widget-container .post-thumbnail, .footer-widget-container .post-thumbnail {
  float: left;
  margin: 0 10px 0 0;
}

.review-widget .review-box {
  margin: 0;
}

.review-widget .review-box h2.review-box-header {
  display: none;
}

.review-widget .review-box p {
  padding-top: 1em;
  padding-bottom: 1em;
}

.text-html-box {
  margin-bottom: 20px;
}

.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

.news-pic .post-thumbnail {
  margin: 3px 7px;
}

#tabbed-widget .tabs-wrap li, .comments-avatar .widget-container li, .posts-list .widget-container li, .categort-posts .widget-container li, .authors-posts .widget-container li {
  background: transparent;
  padding: 0 0 4px 0;
}

#tabbed-widget .tabs-wrap li:last-child {
  background: transparent;
  padding: 8px 0 4px;
  border-bottom: 1px solid #f2f2f2;
}

.authors-posts .widget-container li strong {
  float: right;
  display: block;
}

.facebook-box {
  text-align: center;
}

.facebook-box iframe {
  width: 100% !important;
}

.google-box {
  text-align: center;
  position: relative;
  overflow: hidden;
}

#wp_tag_cloud div {
  line-height: 1.6em;
}

.video-widget header.cat-box-title, .video-widget .block-head {
  margin: 0 0 15px 0;
}
.video-widget .widget-container {
  background: #f5f5f5;
  padding: 10px;
}
.video-widget .widget-container h3 {
  margin: 10px 0;
}
.video-widget .widget-container h3:hover {
  color: #444;
}
.video-widget .widget-container img {
  width: 100%;
}
.video-widget .widget-container .button:hover {
  background: #eee;
}

.category-description, .category-widget {
  margin: 0 0 20px 0;
}
.category-description .widget-description, .category-widget .widget-description {
  background: #f5f5f5;
  padding: 5px;
}
.category-description .widget-description .posts-list, .category-widget .widget-description .posts-list {
  margin: 0;
}
.category-description .widget-description .posts-list header.cat-box-title, .category-description .widget-description .posts-list .block-head, .category-widget .widget-description .posts-list header.cat-box-title, .category-widget .widget-description .posts-list .block-head {
  margin: 0;
}
.category-description .widget-description img, .category-widget .widget-description img {
  width: 100%;
}

.category-description img {
  width: 100%;
}

.category-widget p {
  padding: 5px;
}

.comment-list li a:before {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 15px;
  text-align: left;
  content: "\e802";
  font-family: "tiefontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 32px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  text-shadow: none;
}

#latest-magazine {
  margin: 0 0 25px 0;
}
#latest-magazine .fancybox {
  line-height: 0;
}
#latest-magazine img {
  width: 100%;
}
#latest-magazine span {
  display: block;
  background: #f5f5f5;
  color: #444;
  padding: 10px;
  font-size: 11px;
}

.custom-widget {
  margin: 0;
}

.widget .post-thumbnail img.avatar-96 {
  width: 40px;
  height: 40px;
}

.addToBookmarks {
  float: right;
  background: #eee;
  color: #555;
  font-weight: bold;
}
.addToBookmarks:hover {
  background: #aaa;
  color: #333;
}
.addToBookmarks.active {
  background: #f68b1f;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(119.2103004292, 62.2660944206, 4.7896995708);
}

/* Twitter Widget */
#twitter-widget ul {
  margin: 0 -10px;
}

#twitter-widget li {
  background: transparent;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 10px 10px 30px;
}

#twitter-widget li:before {
  float: left;
  margin-left: -30px;
  margin-top: -5px;
  color: #45b0e3;
}

#twitter-widget li:last-child {
  border-bottom: 0 none;
}

#twitter-widget .tweet_list .tweet_avatar img {
  padding: 2px;
  margin-left: 5px;
  float: right;
  background: #FFF;
  border: 1px solid #d6d6d6;
}

.twitter-timestamp {
  font-style: italic;
  color: #888;
  font-size: 10px;
  float: right;
  clear: both;
}

.tribe-events-list-widget ol li {
  margin-bottom: 20px;
}

/* Tabbed Widget */
#tabbed-widget .widget-top {
  margin: -10px 0 10px;
  height: 30px;
  border-bottom: 0 none;
  padding: 0;
}

.tabs-wrap {
  clear: both;
  display: none;
}

.tabs-wrap#tab1 {
  display: block;
}

#tabbed-widget ul.tabs li {
  float: left;
  position: relative;
  line-height: 30px;
  background: transparent;
  width: 33.33%;
  padding: 0;
}

.sidebar-narrow #tabbed-widget ul.tabs li {
  width: 100%;
  float: none;
}

.sidebar-narrow #tabbed-widget .widget-top {
  height: auto;
}

#tabbed-widget ul.tabs li a {
  display: block;
  text-align: center;
  color: #FFF;
  padding: 4px 0;
  line-height: 30px;
  background: #2c2c2c;
}

#tabbed-widget ul.tabs li a:hover {
  background: #4c4c4c;
  text-decoration: none;
}

#tabbed-widget ul.tabs li.active a {
  background: #136487;
}

/* Author Widget */
.author-avatar img {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
  float: left;
  margin: 0 10px 5px 0;
  box-shadow: 0 0 3px 0 #B5B5B5;
  -moz-box-shadow: 0 0 3px 0 #b5b5b5;
  -webkit-box-shadow: 0 0 3px 0 #B5B5B5;
}

.author-description {
  font-size: 95%;
  line-height: 17px;
}

.author-social {
  float: left;
  margin-top: 10px;
}

.author-social a {
  opacity: 0.7;
  margin-left: 2px;
}

.author-social a:hover {
  opacity: 1;
}

.author-social a img {
  width: 18px;
}

.widget .post-thumbnail img, .footer-widget .post-thumbnail img {
  width: 50px;
  height: 50px;
}

/* Social Icons Widget */
.social-icons {
  text-align: center;
}

.social-icons a {
  position: relative;
  margin: 0 2px 0;
  opacity: 0.7;
}

.social-icons a:hover {
  opacity: 1;
}

/* Search Widget */
.search-widget input {
  background: white;
  box-shadow: 0 1px 3px 0 #B5B5B5;
  -moz-box-shadow: 0 1px 3px 0 #b5b5b5;
  -webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
  border: 1px solid #DDD;
  padding: 10px;
  clear: both;
  margin-bottom: 20px;
  width: 278px;
  color: #999;
}

.search-widget input:hover,
.search-widget input:focus {
  color: #000;
}

ul.login-links {
  margin-top: 15px;
}

.content .entry #login-form p {
  padding: 0;
}

.single .entry a {
  color: #136487;
  text-decoration: underline;
}

.widget_polls-widget ul li {
  background: #eee;
  padding: 10px;
}
.widget_polls-widget .widget-container p {
  padding: 0;
}
.widget_polls-widget .poll_result {
  font-size: 11px;
  color: #666;
}

/* Widgets Styles */
.widget {
  clear: both;
  margin-top: 10px;
  margin-bottom: 25px;
}
.widget a:hover {
  color: #136487;
}

.widget-top h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.widget-top h4 a {
  color: #333;
}

.widget-top h4 a:hover {
  color: #000;
}

.widget-container {
  padding: 10px 0;
  clear: both;
}

.widget-container h3 {
  font-size: inherit;
}

.widget-container li {
  padding: 0 0 5px 0;
  line-height: 18px;
  overflow: hidden;
  font: 300 13px/20px "Roboto", sans-serif;
  margin: 0px 0px 15px;
}

.widget-container li ul.children, .footer-widget-container li ul.children {
  margin-left: 10px;
}

.widget-container li ul.children li, .footer-widget-container li ul.children li, .footer-widget-container ul.children {
  border: 0 none !important;
}

.widget-container p {
  padding-bottom: 1em;
}

.widget-container li span.date, .footer-widget-container li span.date {
  color: #AAA;
  margin: 5px 0;
  font-size: 85%;
}

.widget-container li .stars-small, .footer-widget-container li .stars-small {
  float: left;
  margin: 2px 5px 0 0;
}

.widget-container .post-thumbnail, .footer-widget-container .post-thumbnail {
  float: left;
  margin: 0 10px 0 0;
}

.review-widget .review-box {
  margin: 0;
}

.review-widget .review-box h2.review-box-header {
  display: none;
}

.review-widget .review-box p {
  padding-top: 1em;
  padding-bottom: 1em;
}

.text-html-box {
  margin-bottom: 20px;
}

.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

.news-pic .post-thumbnail {
  margin: 3px 7px;
}

#tabbed-widget .tabs-wrap li, .comments-avatar .widget-container li, .posts-list .widget-container li, .categort-posts .widget-container li, .authors-posts .widget-container li {
  background: transparent;
  padding: 0 0 4px 0;
}

#tabbed-widget .tabs-wrap li:last-child {
  background: transparent;
  padding: 8px 0 4px;
  border-bottom: 1px solid #f2f2f2;
}

.authors-posts .widget-container li strong {
  float: right;
  display: block;
}

.facebook-box {
  text-align: center;
}

.facebook-box iframe {
  width: 100% !important;
}

.google-box {
  text-align: center;
  position: relative;
  overflow: hidden;
}

#wp_tag_cloud div {
  line-height: 1.6em;
}

.video-widget header.cat-box-title, .video-widget .block-head {
  margin: 0 0 15px 0;
}
.video-widget .widget-container {
  background: #f5f5f5;
  padding: 10px;
}
.video-widget .widget-container h3 {
  margin: 10px 0;
}
.video-widget .widget-container h3:hover {
  color: #444;
}
.video-widget .widget-container img {
  width: 100%;
}
.video-widget .widget-container .button:hover {
  background: #eee;
}

.category-description, .category-widget {
  margin: 0 0 20px 0;
}
.category-description .widget-description, .category-widget .widget-description {
  background: #f5f5f5;
  padding: 5px;
}
.category-description .widget-description .posts-list, .category-widget .widget-description .posts-list {
  margin: 0;
}
.category-description .widget-description .posts-list header.cat-box-title, .category-description .widget-description .posts-list .block-head, .category-widget .widget-description .posts-list header.cat-box-title, .category-widget .widget-description .posts-list .block-head {
  margin: 0;
}
.category-description .widget-description img, .category-widget .widget-description img {
  width: 100%;
}

.category-description img {
  width: 100%;
}

.category-widget p {
  padding: 5px;
}

.comment-list li a:before {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 15px;
  text-align: left;
  content: "\e802";
  font-family: "tiefontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 32px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
  text-rendering: optimizeLegibility;
  text-shadow: none;
}

#latest-magazine {
  margin: 0 0 25px 0;
}
#latest-magazine .fancybox {
  line-height: 0;
}
#latest-magazine img {
  width: 100%;
}
#latest-magazine span {
  display: block;
  background: #f5f5f5;
  color: #444;
  padding: 10px;
  font-size: 11px;
}

.custom-widget {
  margin: 0;
}

.widget .post-thumbnail img.avatar-96 {
  width: 40px;
  height: 40px;
}

.addToBookmarks {
  float: right;
  background: #eee;
  color: #555;
  font-weight: bold;
}
.addToBookmarks:hover {
  background: #aaa;
  color: #333;
}
.addToBookmarks.active {
  background: #f68b1f;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(119.2103004292, 62.2660944206, 4.7896995708);
}

/* Twitter Widget */
#twitter-widget ul {
  margin: 0 -10px;
}

#twitter-widget li {
  background: transparent;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 10px 10px 30px;
}

#twitter-widget li:before {
  float: left;
  margin-left: -30px;
  margin-top: -5px;
  color: #45b0e3;
}

#twitter-widget li:last-child {
  border-bottom: 0 none;
}

#twitter-widget .tweet_list .tweet_avatar img {
  padding: 2px;
  margin-left: 5px;
  float: right;
  background: #FFF;
  border: 1px solid #d6d6d6;
}

.twitter-timestamp {
  font-style: italic;
  color: #888;
  font-size: 10px;
  float: right;
  clear: both;
}

.tribe-events-list-widget ol li {
  margin-bottom: 20px;
}

/* Tabbed Widget */
#tabbed-widget .widget-top {
  margin: -10px 0 10px;
  height: 30px;
  border-bottom: 0 none;
  padding: 0;
}

.tabs-wrap {
  clear: both;
  display: none;
}

.tabs-wrap#tab1 {
  display: block;
}

#tabbed-widget ul.tabs li {
  float: left;
  position: relative;
  line-height: 30px;
  background: transparent;
  width: 33.33%;
  padding: 0;
}

.sidebar-narrow #tabbed-widget ul.tabs li {
  width: 100%;
  float: none;
}

.sidebar-narrow #tabbed-widget .widget-top {
  height: auto;
}

#tabbed-widget ul.tabs li a {
  display: block;
  text-align: center;
  color: #FFF;
  padding: 4px 0;
  line-height: 30px;
  background: #2c2c2c;
}

#tabbed-widget ul.tabs li a:hover {
  background: #4c4c4c;
  text-decoration: none;
}

#tabbed-widget ul.tabs li.active a {
  background: #136487;
}

/* Author Widget */
.author-avatar img {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
  float: left;
  margin: 0 10px 5px 0;
  box-shadow: 0 0 3px 0 #B5B5B5;
  -moz-box-shadow: 0 0 3px 0 #b5b5b5;
  -webkit-box-shadow: 0 0 3px 0 #B5B5B5;
}

.author-description {
  font-size: 95%;
  line-height: 17px;
}

.author-social {
  float: left;
  margin-top: 10px;
}

.author-social a {
  opacity: 0.7;
  margin-left: 2px;
}

.author-social a:hover {
  opacity: 1;
}

.author-social a img {
  width: 18px;
}

.widget .post-thumbnail img, .footer-widget .post-thumbnail img {
  width: 50px;
  height: 50px;
}

/* Social Icons Widget */
.social-icons {
  text-align: center;
}

.social-icons a {
  position: relative;
  margin: 0 2px 0;
  opacity: 0.7;
}

.social-icons a:hover {
  opacity: 1;
}

/* Search Widget */
.search-widget input {
  background: white;
  box-shadow: 0 1px 3px 0 #B5B5B5;
  -moz-box-shadow: 0 1px 3px 0 #b5b5b5;
  -webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
  border: 1px solid #DDD;
  padding: 10px;
  clear: both;
  margin-bottom: 20px;
  width: 278px;
  color: #999;
}

.search-widget input:hover,
.search-widget input:focus {
  color: #000;
}

ul.login-links {
  margin-top: 15px;
}

.content .entry #login-form p {
  padding: 0;
}

.single .entry a {
  color: #136487;
  text-decoration: underline;
}

.widget_polls-widget ul li {
  background: #eee;
  padding: 10px;
}
.widget_polls-widget .widget-container p {
  padding: 0;
}
.widget_polls-widget .poll_result {
  font-size: 11px;
  color: #666;
}

.read-limit {
  background: #333;
  color: orange;
  padding: 10px;
  margin: 10px 0;
}

.no-access-wrap {
  background-color: transparent;
  padding-right: 0;
  background-size: 100%;
  margin: -35px -30px 0;
}
.no-access-wrap .no-access-top .left-gating-col-1 {
  width: 55%;
  display: inline-block;
  vertical-align: top;
}
.no-access-wrap .no-access-top .left-gating-col-1 article {
  width: 100%;
}
.no-access-wrap .no-access-top .right-gating-col-1 {
  width: 44%;
  display: inline-block;
  vertical-align: top;
  padding-top: 40px;
}
.no-access-wrap .no-access-top .right-gating-col-1 img {
  width: 400px;
}

.content.no-access {
  background-image: none;
  width: 100%;
  min-height: 740px;
  float: none;
}
.content.no-access .entry {
  float: none;
  width: auto;
}

.no-access-top .no-access-message {
  padding: 20px 40px;
  margin: 0 0 40px;
  font-size: 24px;
  color: orange;
  background-color: #333;
}
.no-access-top article {
  width: 570px;
  max-height: 500px;
  padding: 0 40px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
}

.no-access-bottom {
  padding: 30px 30px;
  margin: 0 auto;
}
.no-access-bottom p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.no-access-bottom .col-1 {
  width: 250px;
  margin: 0 15px;
  cursor: pointer;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #eee;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}
.no-access-bottom .col-1 a {
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.no-access-bottom .col-1.highlight {
  background: rgb(241.7854077253, 126.2896995708, 9.7145922747);
  margin: 0px;
}
.no-access-bottom .col-1 i {
  font-size: 54px;
  color: #fff;
  text-shadow: 0 0 3px #111;
  margin: 45px auto 0 auto;
  display: block;
}
.no-access-bottom .col-1 span {
  font-size: 24px;
  color: #fff;
  padding: 5px 18px;
  text-shadow: 0 0 3px #111;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  text-align: center;
}
.no-access-bottom .col-1:hover {
  opacity: 1;
}

@media only screen and (max-width: 1219px) {
  .no-access-wrap {
    margin: -35px -21px -20px;
  }
  .no-access-top article {
    max-height: none;
  }
}
@media only screen and (max-width: 985px) {
  .no-access-wrap {
    margin: -35px -15px -20px;
  }
  .content.no-access {
    width: 100% !important;
  }
  .no-access-bottom {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .no-access-wrap {
    margin: -20px;
    background-image: none;
  }
  .content.no-access {
    width: 100% !important;
  }
  .no-access-top article {
    width: auto;
  }
  .no-access-bottom {
    text-align: center;
    padding: 0 0 30px;
    margin: 30px auto;
  }
  .no-access-bottom .col-1 {
    height: 150px;
    width: 150px;
    background: #000;
  }
  .no-access-bottom .col-1 i {
    margin: 40px auto 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .no-access-wrap {
    margin: -20px -10px;
    background-image: none;
  }
  .no-access-top .no-access-message {
    padding: 20px 20px;
    font-size: 20px;
  }
  .no-access-top article {
    width: auto;
    height: auto;
    max-height: none;
    padding: 0 20px;
  }
  .no-access-bottom {
    text-align: center;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  .no-access-bottom .col-1 {
    height: 110px;
    width: 110px;
    background: #000;
    margin: 20px 5px;
  }
  .no-access-bottom .col-1 i {
    margin: 20px auto 0 auto;
    font-size: 30px;
  }
  .no-access-bottom .col-1 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .no-access-wrap .no-access-top .right-gating-col-1 {
    width: 100%;
    padding: 20px;
  }
  .no-access-wrap .no-access-top .right-gating-col-1 img {
    width: 100%;
  }
  .no-access-wrap .no-access-top .left-gating-col-1 {
    width: 100%;
  }
  .no-access-wrap .no-access-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .no-access-wrap .no-access-bottom p {
    line-height: 28px;
  }
  .no-access-wrap .no-access-bottom .col-1 {
    height: auto;
  }
}
.post-title a, ul.slider-navigation li, .pagenavi a, .main-menu li a, .subscribe-icons a, .flickr_badge_image img, .mega-menu-link img {
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.is-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.description .text {
  background: #1e74a3;
  color: #fff;
  padding: 10px;
}
.description .text h2 {
  font-weight: bold;
  margin-bottom: 5px;
}

#newsletters.sky-form .row {
  margin: 0;
}
#newsletters.sky-form section {
  margin: 0;
}
#newsletters.sky-form section.heading {
  background: #12558b;
  text-align: center;
  padding: 15px;
  margin-bottom: 5px;
}
#newsletters.sky-form section.heading h3 {
  color: #fff;
  margin: 15px 0 0 0;
}
#newsletters.sky-form section.heading h3 strong {
  font-size: 18px;
}
#newsletters.sky-form section.heading p {
  color: rgb(123.0828025478, 186.6687898089, 237.9171974522);
}
#newsletters.sky-form .footer p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 18px;
}
#newsletters.sky-form .button {
  margin: auto;
  float: none;
  height: 50px;
  padding: 0 40px;
}
#newsletters.sky-form .checkbox {
  padding: 0;
  text-align: center;
}
#newsletters.sky-form fieldset {
  border: none;
}
#newsletters.sky-form fieldset input[type=email] {
  height: 60px;
  font-size: 18px;
}
#newsletters.sky-form .col {
  padding: 15px 15px 0 15px;
  min-height: 230px;
  text-align: center;
}
#newsletters.sky-form .col:hover {
  background: #eee;
}
#newsletters.sky-form .col i {
  display: none;
}
#newsletters.sky-form .col.off {
  opacity: 0.8;
}
#newsletters.sky-form .col.off img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#newsletters.sky-form .col.on.blue {
  background: rgb(239.3700892857, 248.4816964286, 254.9299107143);
}
#newsletters.sky-form .col.on.blue h3 {
  color: rgb(0.3169642857, 41.5223214286, 70.6830357143);
}
#newsletters.sky-form .col.on.blue p {
  color: rgb(0.5446428571, 71.3482142857, 121.4553571429);
}
#newsletters.sky-form .col.on.blue:hover {
  background: rgb(224.1383928571, 242.1294642857, 254.8616071429);
}
#newsletters.sky-form .col.on.red {
  background: rgb(238.8125, 251.184375, 236.615625);
}
#newsletters.sky-form .col.on.red h3 {
  color: rgb(10.5625, 32.296875, 6.703125);
}
#newsletters.sky-form .col.on.red p {
  color: rgb(24.375, 74.53125, 15.46875);
}
#newsletters.sky-form .col.on.red:hover {
  background: rgb(227.65625, 248.5546875, 223.9453125);
}
#newsletters.sky-form .col.on.orange {
  background: rgb(254.875, 246.3125, 240.125);
}
#newsletters.sky-form .col.on.orange h3 {
  color: rgb(86.275, 36.6125, 0.725);
}
#newsletters.sky-form .col.on.orange p {
  color: rgb(136.85, 58.075, 1.15);
}
#newsletters.sky-form .col.on.orange:hover {
  background: rgb(254.7475, 237.45125, 224.9525);
}
#newsletters.sky-form .col.on.pink {
  background: rgb(251, 242, 246.0714285714);
}
#newsletters.sky-form .col.on.pink h3 {
  color: rgb(65, 20, 40.3571428571);
}
#newsletters.sky-form .col.on.pink p {
  color: rgb(104, 32, 64.5714285714);
}
#newsletters.sky-form .col.on.pink:hover {
  background: rgb(247.4, 230.3, 238.0357142857);
}
#newsletters.sky-form .col h3 {
  font-size: 14px;
  font-weight: bold;
}
#newsletters.sky-form .col p {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.magazine .digital-edition {
  width: 124px;
  float: left;
  text-align: center;
  margin-bottom: 5px;
}
.magazine .digital-edition h3 {
  font-size: 12px;
  margin-top: 5px;
  margin: 0;
  height: 35px;
  overflow: hidden;
}
.magazine .digital-edition img {
  border: 1px solid #C6C6C6;
  background: #eee;
  padding: 4px;
  max-width: 100px;
  height: 140px;
}
.magazine .digital-edition-h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  border-bottom: 5px solid rgb(12.152866242, 57.3885350318, 93.847133758);
  color: #fff;
  padding: 5px 0;
  margin-top: 5px;
}
.magazine .digital-edition-h2 > span {
  font-size: 18px;
  padding: 5px 15px;
  background: #12558b;
  color: #fff;
}
.magazine .gating-message {
  font-size: 16px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.magazine .gating-message p {
  padding-bottom: 15px;
}
.magazine .gating-message p a {
  font-weight: bold;
  text-decoration: underline;
}

ul#sitemap {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
ul#sitemap li {
  list-style-type: none;
  display: inline-block;
  margin: 0 0 5px 0;
  width: 100%;
  background: #eee;
}
ul#sitemap li a {
  padding: 15px;
  display: block;
}
ul#sitemap li > ul {
  margin: 0;
  padding: 0 15px 15px 15px;
}
ul#sitemap li > ul li {
  width: 100px;
  background: #fff;
  margin: 3px;
}
ul#sitemap li > ul li:hover {
  background: #f5f5f5;
}

.single-participate {
  /* -- Toggle Styles -- */
}
.single-participate .full-width .entry {
  width: 100%;
}
.single-participate .full-width .entry img {
  border: 0;
}
.single-participate .dropcap {
  background: #CCC;
  padding: 0px 20px 10px;
  padding: 15px;
  height: 30px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.single-participate .one_half {
  font-size: 15px;
}
.single-participate .gform_button, .single-participate .button.large {
  padding: 18px 45px !important;
  text-transform: capitalize;
  color: #F5F5F5 !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 2em !important;
  margin: 0px;
}
.single-participate .leadgen-form div.validation_error {
  border: 0;
  padding: 10px;
  text-align: center;
}
.single-participate .leadgen-form .gfield_label {
  font-size: 12px;
}
.single-participate iframe {
  border: 3px solid white;
}
.single-participate .gform_wrapper .gform_footer {
  text-align: center;
}
.single-participate .tip-box {
  border: 1px dotted silver;
  background: whitesmoke;
  margin: 0px 0px 20px;
  padding: 20px 30px 12px;
  clear: both;
  display: inline-block;
}
.single-participate .tip-box p {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}
.single-participate .tip-box img.alignleft {
  margin-right: 30px;
}
.single-participate .tip-box .form {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.single-participate .tip-box .toggle-style-2 {
  width: 100%;
  border-right: 1px solid #D2D2D2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #FFF;
}
.single-participate .toggle-style-1,
.single-participate .toggle-style-2 {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
}
.single-participate .toggle-style-1 > ul,
.single-participate .toggle-style-2 > ul {
  margin: 0px !important;
}
.single-participate .toggle-style-1 > ul > li,
.single-participate .toggle-style-2 > ul > li {
  float: left;
  display: block;
  list-style: none !important;
}
.single-participate .toggle-style-1 > ul > li > h6,
.single-participate .toggle-style-2 > ul > li > h6 {
  float: left;
  font-weight: bold;
  border: 1px solid #D2D2D2;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 0px;
  height: 46px;
  line-height: 46px;
  padding-left: 55px;
  width: 242px;
  cursor: pointer;
  color: #424344 !important;
}
.single-participate .toggle-style-2 > ul > li > h6 {
  padding-left: 12px !important;
}
.single-participate .toggle-style-1 > ul > li:first-child > h6,
.single-participate .toggle-style-2 > ul > li:first-child > h6 {
  border-top: 1px solid #D2D2D2;
}
.single-participate .toggle-style-1 > ul > li > h6 {
  background: url(https://static.electronicsweekly.com/images/toggle-plus.png) no-repeat 12px center;
}
.single-participate .toggle-style-1 > ul > li > h6.expand {
  background: url(https://static.electronicsweekly.com/images/toggle-minus.png) no-repeat 12px center;
}
.single-participate .toggle-style-2 > ul > li > h6 {
  background: url(https://static.electronicsweekly.com/images/toggle-down-arrow.png) no-repeat 95% center;
}
.single-participate .toggle-style-2 > ul > li > h6.expand {
  background: url(https://static.electronicsweekly.com/images/toggle-up-arrow.png) no-repeat 95% center;
}
.single-participate .toggle-style-1 div.inner,
.single-participate .toggle-style-2 div.inner {
  clear: both;
  display: none;
  padding: 20px;
  border: 1px solid #D2D2D2;
  border-top: none;
}
.single-participate .toggle-style-1 div.inner p,
.single-participate .toggle-style-2 div.inner p {
  font-size: 12px;
}
.single-participate .post-password-form label, .single-participate .post-password-form input[type=submit] {
  display: inline-block;
}
.single-participate .post-password-form input[type=submit] {
  vertical-align: bottom;
  padding: 8px 15px !important;
}

.intro .post-inner .intro-block {
  width: 60%;
  margin: 50px auto;
  font-size: 16px;
  line-height: 30px;
}
.intro .post-inner .intro-block p, .intro .post-inner .intro-block ul {
  font-size: 16px;
  line-height: 30px;
}
.intro .post-inner .more-block {
  padding: 10%;
}
.intro .post-inner .more-block ul {
  font-size: 14px;
  list-style-type: square;
}
.intro .post-inner .more-block ul li {
  list-style-type: square;
}
.intro .post-inner .more-block h3 {
  margin: 0 0 15px 0;
  font-weight: bold;
}
.intro .post-inner .more-block img {
  max-width: 90%;
  width: 100%;
}
.intro .post-inner .more-block:nth-child(even) {
  background: #f5f5f5;
}
.intro .post-inner .more-block:nth-child(even) img {
  margin-right: 30px;
}
.intro .post-inner .more-block:nth-child(odd) {
  background: #fff;
}
.intro .post-inner .more-block:nth-child(odd) img {
  margin-left: 30px;
}
.intro .post-inner p {
  font-size: 14px;
}

#my-account nav#profile_nav_wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#my-account nav#profile_nav_wrap ul li {
  position: relative;
  float: left;
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #ddd;
  margin: 0 6px 15px 0;
}
#my-account nav#profile_nav_wrap ul li.current {
  background: #ddd;
}
#my-account nav#profile_nav_wrap ul li:hover {
  background: #f6f6f6;
}
#my-account nav#profile_nav_wrap ul li a {
  padding: 5px 15px;
  display: block;
  text-transform: uppercase;
}
#my-account .nav {
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  background: #3F3F3F;
  width: 230px;
  margin: 0px;
  padding: 10px;
  border: 1px solid #eee;
}
#my-account .nav > li > span {
  border-bottom: 1px solid #323232;
  font-weight: bold;
  line-height: 32px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #323232;
  margin-bottom: 10px;
  color: #eee;
  padding: 8px 16px;
  background: #60605f;
  border-top: 1px solid #787878;
  border-bottom: 0 none;
  box-shadow: 1px 1px 2px #191919;
}
#my-account .nav > li > span.current {
  border-top: 1px solid #136487;
  background: #136487;
}
#my-account .nav > li > span.current:hover {
  background: #136487;
}
#my-account .nav > li > span:hover {
  background: #444;
}
#my-account .nav > li > span.last {
  margin: 0;
}
#my-account .nav > li ul.submenu {
  margin: 10px 0 10px 0;
  display: none;
}
#my-account .nav > li ul.submenu.last {
  margin: 10px 0 0 0;
}
#my-account .nav > li ul.submenu.open {
  display: block;
}
#my-account .nav > li ul.submenu li.current a {
  color: #f5f5f5;
  font-weight: bold;
}
#my-account .nav > li ul.submenu li a {
  padding: 10px;
  display: block;
  color: #ccc;
}
#my-account .nav > li ul.submenu li a:hover {
  color: #f5f5f5;
  font-weight: bold;
}
#my-account .pane {
  background: #f5f5f5;
  margin-left: 0px;
  margin-bottom: 15px;
  border: 1px solid #E1E1E1;
  border-bottom: 1px solid #979797;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#my-account .pane header {
  margin: -20px -20px 15px -20px;
  padding: 15px 25px;
  color: #333;
  font-size: 16px;
  background: #f5f5f5;
}
#my-account .pane .admin-empty p {
  margin: 0;
  padding: 0;
}
#my-account .pane .survey {
  background: #fff;
  margin: 15px 0 0 0;
  padding: 20px;
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.4);
  border: 1px solid #cecece;
}
#my-account .pane .survey .label {
  margin: 0 0 15px 0;
}
#my-account .pane .bookmarks.sky-form .toggle i, #my-account .pane .newsletters.sky-form .toggle i, #my-account .pane .email-alerts.sky-form .toggle i {
  top: 0;
}
#my-account .pane .bookmarks table, #my-account .pane .newsletters table, #my-account .pane .email-alerts table {
  margin-bottom: 15px;
}
#my-account .pane .bookmarks table.last, #my-account .pane .newsletters table.last, #my-account .pane .email-alerts table.last {
  margin: 0;
}
#my-account .pane .newsletters.sky-form .checkbox i, #my-account .pane .email-alerts.sky-form .checkbox i {
  border-color: #909090;
}
#my-account .pane .bookmarks .attr-delete-bookmark {
  text-align: center;
}
#my-account .pane .bookmarks i.fa-times {
  color: #c41130;
  cursor: pointer;
}
#my-account .pane .complete-registration-form .col {
  margin: 0;
}
#my-account .pane .complete-registration-form .email {
  margin-top: 20px;
}
#my-account .pane .complete-registration-form .box {
  margin: 0;
  border: none;
  text-align: center;
}
#my-account .pane .complete-registration-form .box img {
  margin: auto;
}
#my-account .pane .complete-registration-form .box img.profile {
  width: 60px;
  height: 60px;
}
#my-account .pane .complete-registration-form .box .row {
  margin: 15px 0 0 0;
}
#my-account .pane .complete-registration-form .box .row .col:first-child {
  text-align: right;
}
#my-account .pane .complete-registration-form .box .row .col:last-child {
  margin-top: 9px;
  text-align: left;
}
#my-account .pane .complete-registration-form .box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#my-account .pane .complete-registration-form .box .fb {
  background: #375794;
}
#my-account .pane .complete-registration-form .box .fb img.profile {
  border: 3px solid rgb(86.9507389163, 123.2857142857, 192.5492610837);
}
#my-account .pane .complete-registration-form .box .tw {
  background: #36b9ff;
}
#my-account .pane .complete-registration-form .box .tw img.profile {
  border: 3px solid rgb(130.5, 211.6417910448, 255);
}
#my-account .pane .newsletters td:first-child {
  font-weight: bold;
}

.ew-compare table {
  width: 100%;
}
.ew-compare .comp_table_head2 {
  margin: 0 0 20px 0;
  border: none;
  background: none;
  box-shadow: none;
}
.ew-compare .comp_table_head2 .logo-mobile {
  display: none;
  text-align: center;
  margin: auto;
}
.ew-compare .comp_table_head2 .row {
  margin: 0;
}
.ew-compare .comp_table_head2 .row .col {
  text-align: center;
  float: none;
  vertical-align: middle;
  display: table-cell;
}
.ew-compare .comp_table_head2 .row .col .row .col {
  float: left;
}
.ew-compare .comp_table_head2 table {
  border: none;
  background: none;
}
.ew-compare .comp_table_head2 table td {
  padding: 5px 0;
}
.ew-compare .comp_table_head2 .col1, .ew-compare .comp_table_head2 .col3 {
  border: 1px solid #eee;
  min-height: 100px;
  padding: 10px;
}
.ew-compare .comp_table_head2 .col1 .row {
  padding: 5px 0;
}
.ew-compare .comp_table_head2 .col1 img {
  float: left;
}
.ew-compare .comp_table_head2 .col1 .api_search_form {
  margin: 10px 0;
}
.ew-compare .comp_table_head2 .col1 .api_search_form .col {
  padding: 0;
}
.ew-compare .comp_table_head2 .col1 .api_search_form input {
  width: 100%;
}
.ew-compare .comp_table_head2 .col1 .api_search_form img {
  float: none;
}
.ew-compare .comp_table_head2 .col1 .api_search_form button {
  height: 100%;
  width: 100%;
  padding: 7px 0 5px 0;
}
.ew-compare .comp_table_head2 .col1 .api_search_form button.api_search_button_ew {
  background: #136487;
}
.ew-compare .comp_table_head2 .col1 .comp_sponsored {
  font-size: 11px;
  color: #999;
}
.ew-compare .comp_table_head2 .col1 .comp_sponsored img {
  height: 15px;
}
.ew-compare .comp_table_head2 .col1 .comp_sponsored span {
  float: left;
}
.ew-compare .comp_table_head2 .col3 table {
  padding: 0;
  border: none;
}
.ew-compare .comp_table_head2 .col3 table td {
  border: none;
  width: 33.3%;
  line-height: 16px;
}
.ew-compare .comp_table_head2 .col3 input {
  padding: 9px 5px;
  width: 85%;
}
.ew-compare .comp_table_head2 .col3 #comp_inputs_p3 .api_compare_button_ew {
  background: #136487;
  color: #fff;
  padding: 8px 15px;
}
.ew-compare .comp_table_head2 img {
  width: auto;
  text-align: center;
}
.ew-compare #table_wrap .search_header2, .ew-compare #table_wrap .search_header3, .ew-compare #table_wrap .search_header4 {
  font-weight: bold;
}
.ew-compare #table_wrap tr {
  height: 80px;
}
.ew-compare #table_wrap tr.spons_row {
  background: rgb(252.8948497854, 227.8669527897, 202.6051502146);
}
.ew-compare #table_wrap tr td {
  vertical-align: middle;
  text-align: center;
}
.ew-compare #table_wrap tr td table {
  background: #f68b1f;
  border: 0;
}
.ew-compare #table_wrap tr td table tr td {
  color: #fff;
}
.ew-compare #table_wrap tr:first-child {
  height: auto;
}
.ew-compare #table_wrap .row_logo {
  max-width: 100px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  min-height: 50px;
}
.ew-compare #table_wrap .row_logo img {
  max-width: 120px;
}
.ew-compare #table_wrap .row_exact a {
  text-decoration: underline;
  color: #12558b;
}
.ew-compare #table_wrap .row_exact .api_buy_button_ew {
  background: #12558b;
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}

.content.video #crumbs {
  margin-bottom: 15px;
}
.content.video h2 {
  margin-top: 35px;
}
.content.video .single-video {
  width: 125px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #eee;
  margin: 5px;
}
.content.video .single-video img {
  width: 100%;
}
.content.video .single-video h3 {
  font-size: 12px;
  color: #555;
  text-align: center;
  height: 50px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden !important;
}
.content.video .single-video:hover {
  background: #fff;
  box-shadow: 0 0 15px #ccc;
}

/**/
/* Move this to the theme's built to overwrite default Omnilist styles */
/**/
#main-content #omnilist .ol-filter a:hover, #main-content #omnilist .ol-filter a.current {
  background: #f68b1f;
}
#main-content #omnilist .admin-empty .button {
  background-color: #f68b1f;
}
#main-content #omnilist .admin-empty .button:hover, #main-content #omnilist .admin-empty .button:focus {
  background-color: rgb(217.2703862661, 113.4849785408, 8.7296137339);
}
#main-content #omnilist .panel .add button {
  background: #f68b1f;
}
#main-content #omnilist .pricing--tenzin .pricing__item:hover {
  border-color: rgb(241.7854077253, 126.2896995708, 9.7145922747);
}
#main-content #omnilist .pricing--tenzin .pricing__action:hover, #main-content #omnilist .pricing--tenzin .pricing__action:focus {
  background-color: rgb(241.7854077253, 126.2896995708, 9.7145922747);
}
#main-content #omnilist .pricing--tenzin .pricing__action:hover, #main-content #omnilist .pricing--tenzin .pricing__action:focus {
  background-color: rgb(241.7854077253, 126.2896995708, 9.7145922747);
}
#main-content #omnilist .sky-form .toggle i:before {
  background-color: #f68b1f;
}
#main-content #omnilist .sky-form .toggle i:before {
  background-color: #f68b1f;
}
#main-content #omnilist .sky-form .rating input + label:hover, #main-content #omnilist .sky-form .rating input + label:hover ~ label {
  color: #f68b1f;
}
#main-content #omnilist .sky-form .input input:hover, #main-content #omnilist .sky-form .select select:hover, #main-content #omnilist .sky-form .textarea textarea:hover, #main-content #omnilist .sky-form .radio input:hover + i, #main-content #omnilist .sky-form .checkbox input:hover + i, #main-content #omnilist .sky-form .toggle input:hover + i {
  border-color: rgb(253.8798283262, 240.5622317597, 227.1201716738);
}
#main-content #omnilist .sky-form .input input:focus, #main-content #omnilist .sky-form .select select:focus, #main-content #omnilist .sky-form .textarea textarea:focus, #main-content #omnilist .sky-form .radio input:focus + i, #main-content #omnilist .sky-form .checkbox input:focus + i, #main-content #omnilist .sky-form .toggle input:focus + i {
  border-color: rgb(253.8798283262, 240.5622317597, 227.1201716738);
}
#main-content #omnilist .sky-form .radio input + i:after {
  background-color: #f68b1f;
}
#main-content #omnilist .sky-form .checkbox input + i:after {
  color: #f68b1f;
}
#main-content #omnilist .sky-form .radio input:checked + i, #main-content #omnilist .sky-form .checkbox input:checked + i, #main-content #omnilist .sky-form .toggle input:checked + i {
  border-color: #f68b1f;
}
#main-content #omnilist .sky-form .rating input:checked ~ label {
  color: #f68b1f;
}
#main-content #omnilist .sky-form .radio input:checked + i:after, #main-content #omnilist .sky-form .checkbox input:checked + i:before, #main-content #omnilist .sky-form .toggle input:checked + i:before {
  background-color: #f68b1f;
}
#main-content #omnilist .sky-form .button, #main-content #omnilist .sky-form button {
  background-color: #f68b1f;
}
#main-content #omnilist .sky-form .button:hover, #main-content #omnilist .sky-form .button:focus, #main-content #omnilist .sky-form button:hover, #main-content #omnilist .sky-form button:focus {
  background-color: rgb(217.2703862661, 113.4849785408, 8.7296137339);
}
#main-content #omnilist .package-tag {
  display: none;
  visibility: hidden;
}
#main-content #omnilist .ol-block-style-2 header span .more:hover {
  background-color: #f68b1f;
  border: 1px solid #f68b1f;
  color: #fff;
}
#main-content #omnilist .ol-contactseller .button {
  background: #f68b1f;
}
#main-content #omnilist .ol-contactseller .button:hover {
  background-color: rgb(217.2703862661, 113.4849785408, 8.7296137339);
}
@media screen and (max-width: 985px) {
  #main-content #omnilist .checkout:after {
    color: #fff;
    background: #f68b1f;
  }
}
#main-content .ol-top .add-ol-company {
  background-color: rgb(168.2403433476, 87.8755364807, 6.7596566524);
}
#main-content .ol-top .add-ol-company:hover, #main-content .ol-top .add-ol-company:focus {
  background-color: #f68b1f;
}

/**/
/* Theme's specific scss */
/**/
#omnilist.pane {
  background: #f5f5f5;
  margin-left: 0px;
  margin-bottom: 15px;
  border: 1px solid #E1E1E1;
  border-bottom: 1px solid #979797;
  padding: 20px;
  overflow: hidden;
}

.ol-search .ol-label {
  color: #666;
  margin-bottom: 15px;
}

#omnilist .single .entry, #omnilist .entry {
  width: 100%;
  float: none;
}
#omnilist .single .entry p, #omnilist .entry p {
  margin-right: 0;
}
#omnilist .entry ol, #omnilist .entry ul, #omnilist .entry li {
  margin: 0;
  padding: 0;
}
#omnilist .page-title {
  font-size: 22px;
}

@media screen and (max-width: 985px) {
  .page-template-omnilistadd-php #theme-header, .page-template-omnilistadd-php #main-nav, .page-template-omnilistadd-php #loading, .page-template-omnilistadd-php .top-nav, .page-template-omnilistadd-php .footer-bottom, .page-template-omnilistadd-php footer {
    position: static;
  }
  .page-template-omnilistadd-php #loading {
    display: none;
  }
}
#gdpr-update input[type=checkbox] {
  margin-right: 10px;
}

/*  TABLET  : 1024px */
@media only screen and (max-width: 1219px) {
  .wrapper {
    width: 986px !important;
  }
  .container, #footer-widget-area, .scroll-box-wide .group_items {
    width: 944px !important;
  }
  .header-content, .wrapper.layout-2c .header-content {
    margin: 0;
    padding: 25px 21px;
  }
  .sidebar-narrow {
    display: none;
  }
  .mega-menu-content {
    width: 730px !important;
  }
  .cats-review-box .reviews-cat {
    width: 304px;
    margin-right: 15px;
  }
  #main-nav ul li {
    font-size: 12px;
  }
  #main-nav ul li a {
    padding: 0 9px;
  }
  .header-content .container {
    text-align: center;
  }
  .header-content, .wrapper.layout-2c .header-content {
    margin: 0;
    padding: 15px;
  }
  .logo img {
    float: none;
  }
  .ads-top, .adv-top {
    float: none;
  }
  .search .query {
    margin: 35px 0 0 0;
  }
  .search-block #s {
    width: 140px;
  }
  .query {
    margin: 35px -24px 0px -20px;
  }
  .cats-review-box .reviews-cat h4 {
    width: 191px;
  }
  .wide-cat-box .wide-news-item, .scroll-box-wide.scroll-box .scroll-item {
    width: 228px !important;
  }
  .sidebar-narrow-right .content-wrap, .sidebar-narrow-left .content-wrap {
    float: none;
  }
  .sidebar-narrow-left .sidebar, .sidebar-narrow-right .content-wrap .content {
    float: right;
  }
  .sidebar-narrow-right .sidebar, .sidebar-narrow-left .content-wrap .content {
    float: left;
  }
  .sidebar-narrow-right .sidebar, .sidebar-narrow-left .sidebar {
    padding: 0;
    margin: 0;
    border: 0 none;
  }
  .content-wrap-wide .content {
    width: 620px;
  }
  .scroll-box-wide .group_items-box, .scroll-box-wide .group_items {
    height: 220px !important;
    width: 944px !important;
  }
  .layout-2c .scroll-box-wide .group_items-box, .layout-2c .scroll-box-wide .group_items {
    height: 220px !important;
    width: 944px !important;
  }
  #main-menu-mob + #main-menu-mob {
    display: none;
  }
}
/* TABLET  : 768px */
@media only screen and (max-width: 985px) and (min-width: 768px) {
  .wrapper {
    width: 760px !important;
  }
  .container, #footer-widget-area, .group_items, .scroll-box-wide .group_items, #main-content, .content, .sidebar, .flexslider, .ei-slider {
    width: 730px !important;
  }
  .header-content, .wrapper.layout-2c .header-content {
    margin: 0 0px;
  }
  .wrapper.full-site .header-content, .wrapper.layout-2c.full-site .header-content {
    background: transparent;
  }
  .top-nav .container {
    position: relative;
  }
  .sidebar-narrow-right .content-wrap, .sidebar-narrow-right .content-wrap .sidebar-narrow, .sidebar-narrow-right .sidebar, .sidebar-narrow-right .content-wrap .content,
  .sidebar-narrow-left .sidebar, .sidebar-narrow-left .content-wrap .content, .sidebar-narrow-left .content-wrap, .sidebar-narrow-left .content-wrap .sidebar-narrow {
    float: none;
  }
  .search-block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .query {
    margin: 35px -14px 0px -15px;
  }
  .logo {
    margin-top: 0 !important;
  }
  .header-content .logo img {
    max-width: 100%;
  }
  .ew-compare .comp_table_head2 .logo-mobile {
    display: block;
  }
  .ew-compare .comp_table_head2 > .row > .col.col-4 {
    float: left;
    display: block;
    min-height: 167px;
    width: 50%;
  }
  .ew-compare .comp_table_head2 > .row > .col.col-4.col2 {
    display: none;
  }
  .footer-bottom .alignleft span {
    display: none;
  }
  .ads-top, .adv-top {
    clear: both;
    float: none;
    text-align: center;
    border: 0 none;
    background: none !important;
    padding: 5px 0 0 0;
  }
  .cats-review-box .reviews-cat, .wrapper.layout-2c .cats-review-box .reviews-cat {
    width: 236px;
    margin-right: 10px;
  }
  .cats-review-box .reviews-cat h4 {
    overflow: visible;
    text-overflow: clip;
    width: auto;
    white-space: normal;
  }
  .wide-cat-box .wide-news-item, .scroll-box-wide.scroll-box .scroll-item {
    width: 174px !important;
  }
  .flex-direction-nav .flex-next {
    right: 5px;
    opacity: 0.8;
  }
  .logo img {
    margin: 0 auto;
    float: none;
    max-width: 200px;
    display: block;
  }
  .flex-direction-nav .flex-prev {
    left: 5px;
    opacity: 0.8;
  }
  .ei-slider-large li.block {
    width: 550px;
  }
  .cat-box.style4 .column2 {
    width: 355px;
  }
  .cat-box.style1 ul li.first-news, .cat-box.style1 ul li {
    width: 355px;
  }
  .cat-box.style5 ul li {
    width: 235px;
  }
  .home-ads {
    text-align: center;
  }
  .cat-box.style1 ul li.first-news .post-thumbnail {
    margin: 0;
    float: none;
  }
  #my-account .nav {
    width: 180px;
  }
  .widget_rss {
    display: inline-block;
  }
  .ei-slider-large li img {
    width: 100% !important;
    margin: 0 !important;
  }
  .text-html-box {
    text-align: center;
  }
  .wide-box > ul > li {
    width: 350px;
  }
  #top-menu-mob, #main-menu-mob {
    width: 450px;
    display: block;
    float: left;
  }
  .main-menu ul.menu {
    display: none;
  }
  #related_posts .related-item {
    width: 100%;
    height: 100%;
  }
  .top-nav ul li {
    margin-left: 9px;
  }
  .sidebar {
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
  }
  .search-block #s {
    width: 200px;
  }
  .widget, .sidebar .flexslider, .search-widget input {
    clear: none !important;
    margin: 0 3px 20px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
  }
  .widget-container .post-thumbnail a, .footer-widget-container .post-thumbnail a {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .widget-container .post-thumbnail, .footer-widget-container .post-thumbnail {
    position: inherit;
  }
  .widget-container .post-thumbnail img, .footer-widget-container .post-thumbnail img {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  .search-widget input {
    width: 332px;
  }
  .widget-counter li {
    width: 118px;
  }
  .widget-counter.col2 li {
    width: 176px;
  }
  .single .entry {
    width: 550px;
  }
  .widget-counter.col4 li {
    width: 88px;
  }
  .flickr-widget .flickr_badge_image img, .news-pic .post-thumbnail img {
    width: 66px;
    height: 66px;
  }
  .recent-box .recent-item, .scroll-box .scroll-item {
    width: 236px;
    margin: 0 11px 10px 0;
  }
  .list-box li, .list-box li.first-news {
    width: 353px;
  }
  .cat-box.column2 {
    width: 355px;
  }
  .wide-box li {
    width: 353px;
  }
  .pic-box li {
    margin-left: 31px;
  }
  #topcontrol, .today-date, #tie_lang_switcher {
    display: none;
  }
  .footer-widgets-box {
    width: 48% !important;
    margin-right: 4% !important;
  }
  #footer-second, #footer-fourth {
    margin-right: 0 !important;
  }
  #tabbed-widget ul.tabs li a {
    padding: 5px 15px 1px;
  }
  .sidebar .flexslider, .sidebar .slides > li {
    width: 354px !important;
    height: 188px !important;
  }
  .sidebar .flexslider {
    position: static;
  }
  .sidebar .flex-direction-nav {
    display: none;
  }
  #main-nav .main-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .archives_2col .item-list {
    width: 355px;
  }
  .scroll-box-wide .group_items-box, .group_items-box, .group_items, .scroll-box-wide .group_items, .layout-2c .scroll-box-wide .group_items-box, .layout-2c .scroll-box-wide .group_items {
    height: 200px !important;
    width: 730px !important;
  }
  .flickr-widget .flickr_badge_image, .news-pic .post-thumbnail {
    margin: 2px 10px;
  }
}
/*  Phone  : 480px */
@media only screen and (max-width: 767px) {
  #topcontrol, .today-date, .ei-slider-thumbs li img, .ei-title h3, .slider-caption p, .ppt, .pp_expand, .pp_contract, .entry ul.best-reviews .post-thumbnail, .entry ul.best-reviews .best-review-score, #tie_lang_switcher {
    display: none !important;
  }
  .wrapper {
    width: 470px !important;
  }
  .header-content, .wrapper.layout-2c .header-content {
    margin: 0;
    padding: 0;
  }
  #theme-header .container {
    width: 100% !important;
  }
  #main-menu-mob {
    width: 280px;
  }
  .pagination .pages {
    display: none;
  }
  .sidebar {
    margin: 0;
    padding: 0;
  }
  .cat-box.style4 .column2:nth-child(2) {
    padding: 15px 0;
  }
  .sky-form-container, .sky-form-popup {
    position: absolute;
  }
  .cat-box.column2 {
    width: 100% !important;
  }
  .logo img {
    float: none;
    max-width: 100%;
    margin: 15px 0;
  }
  .ads-top img, .adv-top img {
    width: 100%;
  }
  .container {
    width: 100% !important;
  }
  .content {
    width: 100%;
  }
  .breaking-news, #footer-widget-area, .sidebar, .flexslider, .ei-slider, .group_items, .scroll-box-wide .group_items {
    width: 430px !important;
  }
  .ew-compare .row_logo img.comp_logo {
    max-width: 50px !important;
  }
  .ew-compare .entry table td {
    padding: 0;
    font-size: 11px;
  }
  .ew-compare .comp_table_head2 .logo-mobile {
    display: block;
  }
  .ew-compare input[type=text] {
    box-sizing: border-box;
  }
  .ew-compare .comp_table_head2 > .row > .col.col-4 {
    float: left;
    width: 100%;
  }
  .ew-compare .comp_table_head2 > .row > .col.col-4 .row:first-child {
    display: none;
  }
  .ew-compare .comp_table_head2 > .row > .col.col-4.col1 {
    margin-bottom: 5px;
  }
  .ew-compare .comp_table_head2 > .row > .col.col-4.col2 {
    display: none;
  }
  .ei-slider {
    height: auto;
  }
  .ei-slider .ei-slider-large .block {
    height: 100%;
    width: 100%;
  }
  .ei-slider .ei-slider-large .block .ei-title {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
  }
  .ei-slider .ei-slider-large .tile {
    height: 100%;
  }
  .ei-slider .ei-slider-large .tile:last-child {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .ei-slider .ei-slider-large .tile:last-child {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .ei-slider .ei-slider-large .tile .ei-title {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
  }
  .cat-box.wide-box.style1 ul li {
    width: 100%;
  }
  .cat-box.wide-box > ul > li {
    width: 100%;
  }
  .wrapper.full-site .header-content, .wrapper.layout-2c.full-site .header-content {
    background: transparent;
  }
  .ei-slider-large li img {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .ei-title h2, .slider-caption h2 a, .slider-caption h2 {
    font-size: 22px;
  }
  .search .query {
    margin: 65px -20px 0 -20px;
  }
  .search .query .button {
    padding: 0 25px;
  }
  .ei-slider-large li.block {
    margin-bottom: 5px;
  }
  #related_posts {
    width: auto;
  }
  .ei-slider-large li.tile:last-child {
    margin: 0;
  }
  .single .entry p {
    margin: 0;
  }
  #my-account .nav {
    width: 100%;
  }
  #my-account .pane {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  .single .entry {
    width: 100%;
  }
  .ei-slider-large li.tile .ei-title h2 {
    font-size: 13px !important;
  }
  .entry ul.best-reviews .best-reviews-content {
    width: 100%;
  }
  .ei-slider-large li.tile {
    width: 50%;
  }
  .content .ei-slider {
    height: 100%;
  }
  .sidebar-narrow-right .content-wrap, .sidebar-narrow-right .content-wrap .sidebar-narrow, .sidebar-narrow-right .sidebar, .sidebar-narrow-right .content-wrap .content,
  .sidebar-narrow-left .sidebar, .sidebar-narrow-left .content-wrap .content, .sidebar-narrow-left .content-wrap, .sidebar-narrow-left .content-wrap .sidebar-narrow {
    float: none;
  }
  .slider-caption {
    width: auto;
  }
  .top-nav {
    text-align: center;
    height: 60px !important;
  }
  .top-nav ul {
    float: none;
  }
  ul#not-registered, ul#registered {
    float: none !important;
  }
  .logo {
    float: none;
    text-align: center;
  }
  .fixed-nav {
    position: initial;
  }
  .top-nav ul li {
    margin-left: 1px;
  }
  header#theme-header {
    margin: 0 0 15px 0;
  }
  .cat-box.style6 .cat-box-content li.first-news img {
    position: static;
  }
  .top-nav ul li {
    float: none;
  }
  .top-menu ul li {
    padding: 0 5px;
  }
  ul#not-registered li[data-form=login], ul#not-registered li[data-name=login] {
    margin: 10px;
  }
  .text-html-box {
    text-align: center;
  }
  .top-nav {
    height: 70px;
  }
  .footer-bottom a {
    display: inline-block;
  }
  #top-menu-mob, #main-menu-mob {
    display: block;
    float: left;
  }
  .main-menu ul.menu, .breaking-news, .ei-title h3 {
    display: none;
  }
  .ei-slider-large li {
    width: 100%;
  }
  .header-content, .wrapper.layout-2c .header-content {
    padding: 5px 30px;
  }
  .cat-box.style4 .column2 {
    width: 100%;
  }
  .ei-slider-large li img {
    height: auto;
  }
  .ei-slider-large li.tile img {
    height: auto;
  }
  .ads-top img, .adv-top img {
    width: 100%;
    height: auto;
  }
  .home-ads {
    margin: 20px 0;
  }
  .home-ads img {
    width: 100%;
  }
  .item-list .post-thumbnail, .pic-box .first-pic .post-thumbnail, .wide-box li.first-news .post-thumbnail {
    margin: 0 15px 0 0;
    width: 100%;
  }
  .item-list .post-thumbnail img, .pic-box .first-pic .post-thumbnail img, .wide-box li.first-news .post-thumbnail img {
    height: auto;
    width: 100%;
  }
  .pic-box li.first-pic {
    margin-right: 0;
    float: none;
    width: 100%;
  }
  .pic-box li {
    margin-left: 26px;
  }
  .widget, .search-widget input {
    clear: none;
    margin: 0 0 20px;
  }
  .search-widget input {
    width: 388px;
  }
  .recent-box .recent-item, .recent-box .recent-item:nth-child(3n+3), .scroll-box .scroll-item, .scroll-box .scroll-item:nth-child(3n+3), .scroll-box-wide.scroll-box .scroll-item, .scroll-box-wide.scroll-box .scroll-item:nth-child(3n+3), .wide-cat-box .wide-news-item, .wide-cat-box .wide-news-item.last-col {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .recent-box .recent-item:nth-child(2n+2), .scroll-box .scroll-item:nth-child(2n+2), .scroll-box-wide.scroll-box .scroll-item:nth-child(2n+2), .wide-cat-box .wide-news-item.last-col2 {
    margin-right: 0 !important;
  }
  .scroll-box-wide.scroll-box .scroll-item, .wide-cat-box .wide-news-item {
    width: 200px !important;
  }
  .cat-box.column2 {
    width: 410px;
    float: none;
    margin-right: 0;
  }
  .newsletter .sky-form .button, .widget_rss .sky-form .button {
    padding: 0;
  }
  .list-box li.first-news {
    float: none;
    width: auto;
    padding-bottom: 25px;
  }
  .list-box li {
    border-left: 0 none !important;
    border-right: 0 none !important;
    float: none !important;
    width: auto;
  }
  .cats-review-box .reviews-cat, .wrapper.layout-2c .cats-review-box .reviews-cat {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }
  .footer-widgets-box {
    width: 100% !important;
    margin-right: 0% !important;
  }
  .search-block #s, .search-block #s:focus {
    width: 110px;
  }
  .top-nav .social-icons {
    float: left;
  }
  .footer-bottom {
    text-align: center;
    padding: 0 20px;
    height: auto;
    overflow: hidden;
  }
  .footer-bottom div {
    float: none !important;
    clear: both;
    margin: 5px auto;
  }
  .widget-counter li {
    width: 136px;
  }
  .widget-counter.col2 li {
    width: 205px;
  }
  .widget-counter.col4 li {
    width: 102px;
  }
  .sitemap-col {
    float: none !important;
    width: auto !important;
  }
  #related_posts .related-item, #related_posts .related-item:nth-child(3n+3) {
    margin-right: 10px !important;
  }
  #related_posts .related-item:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  .flickr-widget .flickr_badge_image, .news-pic .post-thumbnail {
    margin: 3px 16px;
  }
  .flickr-widget .flickr_badge_image img, .news-pic .post-thumbnail img {
    width: 70px;
    height: 70px;
  }
  .share-post {
    height: 48px;
  }
  .share-post li, .mini-share-post li {
    height: 31px;
    width: 133px !important;
  }
  .content .entry iframe, .content .single-post-video iframe, .google-map iframe {
    max-height: 250px;
  }
  .review-top {
    float: none !important;
    width: auto !important;
    margin-right: 0 !important;
  }
  .ads120-90 .ad-cell, .ads120-60 .ad-cell, .ads120-600 .ad-cell, .ads120-240 .ad-cell, .ads125 .ad-cell {
    display: inline-block;
    float: none;
  }
  .ads120-90, .ads120-60, .ads120-600, .ads120-240, .ads125 {
    text-align: center;
  }
  .sidebar .flexslider, .sidebar .slides > li, .sidebar .flexslider .slides img {
    max-height: 218px !important;
    width: 410px !important;
    height: 218px !important;
  }
  .google-map {
    float: none !important;
    margin: 0 !important;
  }
  #main-nav .main-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: inline-block;
  }
  .slider-caption h2 a, .slider-caption h2, .ei-title h2 {
    font-size: 18px !important;
  }
  .author-info-content {
    padding-left: 0;
    padding-right: 0;
  }
  .author-info img.author-img {
    margin: 0 auto 15px;
    display: block;
    max-width: 70px;
    float: none;
  }
  .cats-review-box .reviews-cat h4 {
    width: 295px;
  }
  .archives_2col .item-list, .archives_2col .item-list.item_1 {
    width: 410px;
    margin-right: 0;
    float: none;
    clear: both;
  }
  .scroll-box-wide .group_items-box, .group_items-box, .group_items, .scroll-box-wide .group_items, .layout-2c .scroll-box-wide .group_items-box, .layout-2c .scroll-box-wide .group_items {
    height: 215px !important;
    width: 359px !important;
  }
  .footer-bottom {
    line-height: 20px;
    font-size: 75%;
  }
  .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
  }
  .ads-top, .ads-post, .adv-top, .adv-post {
    margin-left: -24px;
    margin-right: -24px;
    float: none;
  }
  .ads-bottom, .adv-bottom {
    margin-left: -29px;
    margin-right: -29px;
    float: none;
  }
  .ads-top ins, .ads-bottom ins, .adv-top ins, .adv-bottom ins, .home-ads ins, .ads-post ins, .adv-post ins {
    width: 468px;
    height: 60px;
  }
  div.pp_pic_holder {
    width: 90% !important;
    left: 5% !important;
  }
  .pp_hoverContainer {
    width: 92% !important;
  }
  #fullResImage, .pp_details {
    height: auto !important;
    width: 98% !important;
  }
  .pp_content, .ppt {
    width: 100% !important;
    height: auto !important;
  }
  .pp_content {
    padding-bottom: 40px !important;
  }
  .pp_gallery, .pp_expand, .pp_contract, .currentTextHolder {
    display: none !important;
  }
  #x02 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .sky-form .bottom {
    padding: 30px 5px !important;
  }
  .sky-form .bottom span {
    padding: 0 5px !important;
  }
  .wrapper {
    width: 310px !important;
  }
  .sidebar-narrow {
    display: none;
  }
  .sidebar {
    width: 100% !important;
  }
  .top-menu {
    display: none;
  }
  .content {
    width: 100% !important;
  }
  .ei-slider-large li img {
    height: auto;
  }
  .ei-slider-large li.tile img {
    height: auto;
  }
  .container {
    width: 100% !important;
  }
  .cat-box.style6 .cat-box-content li.other-news {
    width: 100%;
  }
  .ew-compare .col3 input {
    width: 100%;
  }
  .search-block {
    position: static;
    overflow: visible;
    margin-left: 5px;
    display: inline-block;
  }
  #main-menu-mob {
    width: 300px;
    margin: 5px;
  }
  ul#not-registered {
    margin: 0;
  }
  .cat-box.style5 ul li {
    width: 100%;
  }
  #searchform {
    margin: 0;
  }
  .search-block #s, .search-block #s:focus {
    width: 240px;
  }
  .sky-form-container, .sky-form-popup {
    width: 300px;
    margin: 5% 0 0 -150px;
  }
  .logo img {
    position: relative;
    top: 5px;
    height: auto;
  }
  .page-head .addToBookmarks {
    position: static;
  }
  .content-wrap {
    padding: 0 10px;
  }
  .single .post-title {
    font-size: 32px;
  }
  #footer-widget-area {
    width: 100% !important;
  }
  .ei-slider {
    width: 100% !important;
  }
  footer {
    padding: 10px;
  }
  footer .footer-widget.widget_nav_menu {
    display: none;
  }
  .footer-bottom .container {
    width: 100% !important;
  }
  /*EW Mob optimization*/
  #theme-header .container {
    text-align: center;
  }
  .wrapper, .container {
    width: 100% !important;
  }
  .content {
    width: 100% !important;
  }
  .MBM_Form_Wrapper .MBM_Form .col-6 {
    width: calc(100% - 40px) !important;
  }
  .pagination a, .pagination span.extend, .pagination span.current {
    padding: 8px 13px 7px;
    margin-bottom: 10px;
  }
  .page-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 310px) {
  .home-ads {
    display: none;
  }
}