@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://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: #d2d7d9;
  background: 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;
}

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: #1c84d9;
  -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;
  z-index: 1;
}

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;
}
.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;
}

/* 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 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.8rem !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: #c41130;
    padding-right: 28px;
    padding-left: 7px;
    padding-top: 17px;
    cursor: pointer;
    padding-bottom: 19px;
    min-height: unset;
    width: 36px;
  }
}
@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: #c71c22 !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/pn/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;
  }
  #theme-header .container {
    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;
  position: relative;
  margin: 0 auto;
  min-height: 50px;
  z-index: 12;
}
#main-nav .container {
  position: relative;
  width: 100%;
}
#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: black;
  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: #000;
}

#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: #1c84d9;
  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: #c41130;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #000;
  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;
}

ul#menu-main-menu {
  margin-bottom: 0 !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: 1020px;
  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: 956px;
  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 25px;
  position: relative;
  z-index: 0;
}

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

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

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

#crumbs {
  background: #ccc;
  font-size: 14px;
  font-weight: bold;
  clear: both;
  padding: 0 0 5px 5px;
  border-bottom: 1px solid #eee;
}

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, header.cat-box-title h3, header.cat-box-title p, .block-head h2, .block-head h3, .block-head p {
  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, header.cat-box-title h3 a, header.cat-box-title p a, .block-head h2 a, .block-head h3 a, .block-head p a {
  color: #f5f5f5;
}
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: #1c84d9;
}
.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.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(200.9714285714, 226.8653061224, 248.0285714286);
  border: 1px solid #1c84d9;
  padding: 15px;
}
.cat-box.style4 .column2.sponsored:before {
  content: "sponsored";
  position: absolute;
  font-size: 11px;
  border-top-left-radius: 5px;
  bottom: 0;
  right: 0;
  background: #1c84d9;
  color: #fff;
  padding: 3px 9px;
}
.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) {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 620px) {
  .style4 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, h3.post-box-title, p.post-box-title {
  font: 600 15px/20px "Roboto", sans-serif;
  margin: 0px 0px 10px;
}

.single p.post-meta {
  color: #333;
  font-weight: bold;
  margin: 7px 8px;
  font-size: 12px;
}
.single p.post-meta a {
  color: #333;
}
.single p.post-meta a:hover {
  color: #111;
  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;
  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: #1c84d9;
}

.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 !important;
}

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

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

.scroll-nav a {
  background-color: #1c84d9;
  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(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: #1c84d9;
}

.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;
  background: #F7F7F7;
  border: 1px solid #EAEAEA;
  height: auto;
}

.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: auto;
  margin: 0px 5px;
}

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

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

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

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

.single .full-width .entry {
  width: 100%;
}

.single .entry p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 40px 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;
}

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

.entry h2.about-us {
  font-size: 18px;
}

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

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

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

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

.entry ol,
.entry ul {
  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;
  font-style: italic;
  line-height: 22px;
  padding: 0 0 0 60px;
  margin: 0 0 30px 40px;
  min-height: 60px;
}

blockquote:before {
  content: "❝";
  color: #555;
  font-size: 55px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-left: -70px;
  margin-top: 10px;
  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;
}

/* 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;
  padding-left: 40px;
}

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

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

.post-navigation div a:after {
  position: absolute;
  color: #ccc;
  font-size: 56px;
  margin-top: -11px;
  height: 22px;
  line-height: 22px;
  top: 34%;
}

.post-previous a:after {
  content: "«";
  left: 0;
}

.post-next a:after {
  content: "»";
  right: 0;
}

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 .container-animate,
.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;
}

h1.homepage-slider-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #f5f5f5;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 14px;
  background: #2d2d2d;
  -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;
}

#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;
}
@media only screen and (max-width: 1299px) {
  #main-nav.fixed-nav #takeover-billboard {
    display: none;
  }
}

.sidebar {
  overflow: visible !important;
}

/* ads */
.expandable {
  position: relative;
  height: 250px;
  z-index: 999999;
}
.expandable iframe {
  position: absolute;
  right: 0;
  left: auto;
}
.expandable iframe:hover {
  width: 200%;
}

/**slider changes**/
.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: #1C84D9 !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;
}

.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;
}

.search-block #s {
  width: 90px !important;
}

.search-block #s:focus {
  color: #fff;
  width: 150px !important;
}

#main-nav ul li a {
  padding-left: 14px;
}

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

.enquiry_section_mbm .MBM_Form_Wrapper .MBM_Form .col label {
  font-size: 12px;
  font-family: Roboto;
}

.enquiry_section_mbm .MBM_Form_Wrapper .MBM_Form .MBM_Form_field input[type=text], .enquiry_section_mbm .MBM_Form_Wrapper .MBM_Form .MBM_Form_field input[type=email] {
  width: 80%;
  font-family: Roboto;
  padding: 5px 5px;
  margin: 0px 0px;
}

.enquiry_section_mbm .MBM_Form_Wrapper .MBM_Form .row div input[type=submit]:hover {
  color: #fff !important;
  background: #337ab7;
}

.enquiry_section_mbm .MBM_Form_Wrapper .MBM_Form .row div input[type=submit] {
  background-color: #1c84d9 !important;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  border: 1px solid #fff !important;
  width: 50%;
  margin: 0 auto;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 10px;
}

.enquiry_section_mbm {
  width: 70%;
  float: right;
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.enquiry_section_mbm h2 {
  font-size: 24px;
  text-align: center;
}

div.mbm-grid:has(> div.grid-item.is-freezed) ~ div {
  display: block !important;
}

ul#not-registered li {
  background: #c41130 !important;
  text-shadow: 0px 1px 1px #000 !important;
  font-family: Roboto, sans-serif !important;
  color: #fff !important;
  background-image: linear-gradient(#db1336, #ad0f2a);
}

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

.btn-o .btn i {
  position: relative;
  top: unset;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 13px;
  height: 13px;
  background: none;
  background-image: url(https://s3-eu-west-1.amazonaws.com/emap-moon-prod/wp-content/uploads/sites/3/2023/10/icons8-twitter-25-1.png) !important;
}

/* Styling the subscription tab under my account */
#main-content .pane .mbm-price-content-wrap .entry {
  width: 62%;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
#main-content .pane .mbm-price-content-wrap .entry h2 {
  margin-top: 0px;
  line-height: 36px;
}
#main-content .pane .mbm-price-content-wrap .entry h3 {
  line-height: 30px;
  font-size: 22px;
}
#main-content .pane .mbm-price-content-wrap .entry p {
  font-size: 16px;
  padding-bottom: 0px;
}
#main-content .pane .mbm-price-content-wrap .entry table {
  margin-bottom: 20px;
}
#main-content .pane .mbm-price-content-wrap .entry .button {
  padding: 15px;
  background: #1976c2;
  opacity: 0.9;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
}
#main-content .pane .mbm-price-content-wrap .de-image {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #main-content .pane .mbm-price-content-wrap .entry {
    width: 100%;
    margin-right: 0px;
  }
  #main-content .pane .mbm-price-content-wrap .de-image {
    display: none;
  }
}

/* css for DE shortcode */
.home-ads header.cat-box-title {
  text-align: left !important;
}
.home-ads .digital-edition-grid {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.home-ads .digital-edition-grid .edition-item {
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home-ads .digital-edition-grid .edition-item {
    flex: 1 1 calc(50% - 20px);
  }
}
.home-ads .digital-edition-grid .post-box-title {
  text-align: left;
  font-size: 14px;
}

/* Styling the adverstise page */
.MBM_Form_Wrapper .advertise-form {
  width: 70%;
  margin: 0 auto;
}

.MBM_Form_Wrapper .MBM_Form.advertise-form .col-12 {
  width: calc(100% - 80px) !important;
}

.MBM_Form_Wrapper .MBM_Form.advertise-form .MBM_Field_Title {
  font-size: 18px;
  font-weight: 400;
}

.MBM_Form.advertise-form .MBM_Form_field input[type=email] {
  width: calc(100% - 12px) !important;
}

.advertise-form.MBM_Form .row.submit-button-section {
  text-align: center;
}

.advertise-form.MBM_Form .row.submit-button-section .mbm-form-submit-btn {
  background: #c41130 !important;
  color: #fff !important;
  margin-top: 30px;
  text-shadow: 0px 1px 1px #000 !important;
  font-family: Roboto, sans-serif !important;
  text-transform: uppercase;
  padding: 10px 22px !important;
  font-size: 18px;
}

.entry table.responsive-table td {
  font-size: 14px;
}

.entry table.responsive-table {
  table-layout: fixed;
  margin-bottom: 30px;
}

.entry table.responsive-table h3 {
  font-size: 20px;
  line-height: 26px;
}

.entry p.form-title {
  text-align: center;
  font-size: 18px;
}

.entry .advertise-contact-section p {
  padding-bottom: 7px;
}

.entry .advertise-contact-section p.x-scope {
  padding-bottom: 10px;
}

.entry .advertise-contact-section p.x-scope strong {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .entry table.responsive-table td h3 {
    font-size: 16px;
  }
  .entry table.responsive-table td {
    font-size: 14px;
  }
  .MBM_Form_Wrapper .advertise-form {
    width: 80% !important;
  }
  .MBM_Form_Wrapper .MBM_Form.advertise-form .col-12 {
    width: 100% !important;
  }
}
.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 {
  box-sizing: border-box;
  float: left;
  width: 190px;
  margin: 0 23px;
  padding: 0 14px;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.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;
}

footer {
  position: relative;
  color: #ddd;
  background: #333;
  text-shadow: 0 0 1px #000;
  padding: 30px 0;
  margin-top: 30px;
  -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, .footer-widget-top h3 {
  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 {
  color: #aaa;
  margin: 0 5px;
  background: #181818;
  padding: 5px 5px;
}

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

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

#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: absolute;
  bottom: 0;
  width: 100%;
}
.no-access .panel {
  margin: 25%;
  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;
}

.no-access.premium_content_login {
  position: relative;
}
.no-access.premium_content_login .panel {
  margin: 5% 25% 10%;
}

.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;
}

.ads-footer, .adv-footer {
  height: 0;
  width: 0;
  overflow: hidden;
}

.desktop-ad {
  display: inline-block;
}

.mobile-ad {
  display: none;
}

#undernav {
  display: none;
}

@media only screen and (min-width: 1220px) {
  .fixed-nav #undernav {
    display: block;
    border: 0 !important;
    box-shadow: none;
    clear: both;
    z-index: 999;
  }
}
.fixed-nav .ads-undernav, .fixed-nav .adv-undernav {
  position: absolute;
  width: 100%;
  top: 50px;
}

.fixed-nav .undernav iframe {
  height: 65px;
  width: 100%;
  top: 0;
  position: absolute;
}

.fixed-nav .undernav iframe#google_ads_iframe_\/5208313\/DFP-PN-Undernav_0 {
  left: 0;
  top: 50px;
}

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

.ads-bottom, .adv-bottom {
  line-height: 0;
  text-align: center;
}

.ads-post, .adv-post {
  line-height: 0;
  text-align: center;
}

.home-ads {
  clear: both;
  margin: 10px auto 45px;
  text-align: center;
}

.ads-top iframe,
.ads-bottom iframe,
.adv-top iframe,
.adv-bottom iframe,
.home-ads iframe {
  margin: 0 auto;
}
.ads-top img,
.ads-bottom img,
.adv-top img,
.adv-bottom img,
.home-ads img {
  max-width: 100%;
  height: auto;
}

.ads-top ins,
.ads-bottom ins, .adv-top ins,
.adv-bottom ins {
  width: 728px;
  height: 90px;
}

.home-ads ins,
.ads-post ins, .adv-post ins {
  width: 468px;
  height: 60px;
}

.wallpaper-ad {
  top: 150px;
  position: relative;
}

.wallpaper-iframe iframe {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.Billboard iframe {
  max-width: 100%;
}

#welcomeAd {
  display: none;
}

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

/* TABLET  : 768px */
@media only screen and (max-width: 985px) and (min-width: 768px) {
  .ads-top, .adv-top {
    clear: both;
    float: none;
    text-align: center;
    border: 0 none;
    background: none !important;
  }
  .home-ads {
    text-align: center;
  }
}
/*  Phone  : 480px */
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .home-ads,
  .ads-post, .adv-post {
    float: none;
  }
  .ads-bottom, .adv-bottom {
    float: none;
  }
}
/*  Phone  : 480px */
@media only screen and (max-width: 767px) {
  .home-ads img,
  .ads-top img, .adv-top img {
    max-width: 100%;
    height: auto;
  }
  .home-ads {
    margin: 20px 0;
  }
  .ads-top,
  .ads-post,
  .ads-bottom, .adv-top,
  .adv-post,
  .adv-bottom {
    float: none;
  }
  .desktop-ad {
    display: none;
  }
  .mobile-ad {
    display: inline-block;
  }
  .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;
  }
  iframe {
    max-width: 100%;
  }
}
/* Phone  : 320px */
@media only screen and (max-width: 479px) {
  .home-ads {
    float: none;
  }
}
.footer-custom-content {
  overflow: hidden;
  height: 0;
  width: 0;
}

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

/* 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%;
}

.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: #1c84d9;
  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: $color8;

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

              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: #12558b;
}
.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.3057324841, 29.7770700637, 48.6942675159);
}

.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: absolute;
  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 fieldset, .sky-form-container .sky-form.register-form fieldset, .sky-form-container .sky-form.remindpassword fieldset, .sky-form-popup .sky-form.login-form fieldset, .sky-form-popup .sky-form.register-form fieldset, .sky-form-popup .sky-form.remindpassword fieldset {
  padding: 20px 30px 5px;
}
.sky-form-container .sky-form.login-form fieldset.social-login, .sky-form-container .sky-form.register-form fieldset.social-login, .sky-form-container .sky-form.remindpassword fieldset.social-login, .sky-form-popup .sky-form.login-form fieldset.social-login, .sky-form-popup .sky-form.register-form fieldset.social-login, .sky-form-popup .sky-form.remindpassword fieldset.social-login {
  text-align: center;
}
.sky-form-container .sky-form.login-form fieldset.social-login a, .sky-form-container .sky-form.register-form fieldset.social-login a, .sky-form-container .sky-form.remindpassword fieldset.social-login a, .sky-form-popup .sky-form.login-form fieldset.social-login a, .sky-form-popup .sky-form.register-form fieldset.social-login a, .sky-form-popup .sky-form.remindpassword fieldset.social-login a {
  background: none repeat scroll 0% 0% #FFF;
  width: 49%;
  height: 39px;
  line-height: 39px;
  display: inline-block;
  overflow: hidden;
}
.sky-form-container .sky-form.login-form fieldset.social-login a i, .sky-form-container .sky-form.register-form fieldset.social-login a i, .sky-form-container .sky-form.remindpassword fieldset.social-login a i, .sky-form-popup .sky-form.login-form fieldset.social-login a i, .sky-form-popup .sky-form.register-form fieldset.social-login a i, .sky-form-popup .sky-form.remindpassword fieldset.social-login a i {
  display: inline-block;
  color: #fff;
  height: 39px;
  width: 39px;
  margin: auto;
  float: left;
  padding: 0 0 0 7px;
}
.sky-form-container .sky-form.login-form fieldset.social-login a img, .sky-form-container .sky-form.register-form fieldset.social-login a img, .sky-form-container .sky-form.remindpassword fieldset.social-login a img, .sky-form-popup .sky-form.login-form fieldset.social-login a img, .sky-form-popup .sky-form.register-form fieldset.social-login a img, .sky-form-popup .sky-form.remindpassword fieldset.social-login a img {
  display: none;
}
.sky-form-container .sky-form.login-form fieldset.social-login a span, .sky-form-container .sky-form.register-form fieldset.social-login a span, .sky-form-container .sky-form.remindpassword fieldset.social-login a span, .sky-form-popup .sky-form.login-form fieldset.social-login a span, .sky-form-popup .sky-form.register-form fieldset.social-login a span, .sky-form-popup .sky-form.remindpassword fieldset.social-login a span {
  color: #fff;
  padding: 0 15px 0 0;
}
.sky-form-container .sky-form.login-form fieldset.social-login a.facebook, .sky-form-container .sky-form.register-form fieldset.social-login a.facebook, .sky-form-container .sky-form.remindpassword fieldset.social-login a.facebook, .sky-form-popup .sky-form.login-form fieldset.social-login a.facebook, .sky-form-popup .sky-form.register-form fieldset.social-login a.facebook, .sky-form-popup .sky-form.remindpassword fieldset.social-login a.facebook {
  background: #2f4c9a;
}
.sky-form-container .sky-form.login-form fieldset.social-login a.facebook:hover, .sky-form-container .sky-form.register-form fieldset.social-login a.facebook:hover, .sky-form-container .sky-form.remindpassword fieldset.social-login a.facebook:hover, .sky-form-popup .sky-form.login-form fieldset.social-login a.facebook:hover, .sky-form-popup .sky-form.register-form fieldset.social-login a.facebook:hover, .sky-form-popup .sky-form.remindpassword fieldset.social-login a.facebook:hover {
  background: rgb(35.0746268657, 56.7164179104, 114.9253731343);
}
.sky-form-container .sky-form.login-form fieldset.social-login a.twitter, .sky-form-container .sky-form.register-form fieldset.social-login a.twitter, .sky-form-container .sky-form.remindpassword fieldset.social-login a.twitter, .sky-form-popup .sky-form.login-form fieldset.social-login a.twitter, .sky-form-popup .sky-form.register-form fieldset.social-login a.twitter, .sky-form-popup .sky-form.remindpassword fieldset.social-login a.twitter {
  background: #45b7e6;
}
.sky-form-container .sky-form.login-form fieldset.social-login a.twitter:hover, .sky-form-container .sky-form.register-form fieldset.social-login a.twitter:hover, .sky-form-container .sky-form.remindpassword fieldset.social-login a.twitter:hover, .sky-form-popup .sky-form.login-form fieldset.social-login a.twitter:hover, .sky-form-popup .sky-form.register-form fieldset.social-login a.twitter:hover, .sky-form-popup .sky-form.remindpassword fieldset.social-login a.twitter:hover {
  background: rgb(29.3838862559, 163.3744075829, 218.6161137441);
}
.sky-form-container .sky-form.login-form fieldset.social-login a.google, .sky-form-container .sky-form.register-form fieldset.social-login a.google, .sky-form-container .sky-form.remindpassword fieldset.social-login a.google, .sky-form-popup .sky-form.login-form fieldset.social-login a.google, .sky-form-popup .sky-form.register-form fieldset.social-login a.google, .sky-form-popup .sky-form.remindpassword fieldset.social-login a.google {
  background: #d3412e;
}
.sky-form-container .sky-form.login-form fieldset.social-login a.google:hover, .sky-form-container .sky-form.register-form fieldset.social-login a.google:hover, .sky-form-container .sky-form.remindpassword fieldset.social-login a.google:hover, .sky-form-popup .sky-form.login-form fieldset.social-login a.google:hover, .sky-form-popup .sky-form.register-form fieldset.social-login a.google:hover, .sky-form-popup .sky-form.remindpassword fieldset.social-login a.google:hover {
  background: rgb(170.1739130435, 51.2964426877, 35.8260869565);
}
.sky-form-container .sky-form.login-form fieldset.social-login a.linkedin, .sky-form-container .sky-form.register-form fieldset.social-login a.linkedin, .sky-form-container .sky-form.remindpassword fieldset.social-login a.linkedin, .sky-form-popup .sky-form.login-form fieldset.social-login a.linkedin, .sky-form-popup .sky-form.register-form fieldset.social-login a.linkedin, .sky-form-popup .sky-form.remindpassword fieldset.social-login a.linkedin {
  background: #1779ba;
}
.sky-form-container .sky-form.login-form fieldset.social-login a.linkedin:hover, .sky-form-container .sky-form.register-form fieldset.social-login a.linkedin:hover, .sky-form-container .sky-form.remindpassword fieldset.social-login a.linkedin:hover, .sky-form-popup .sky-form.login-form fieldset.social-login a.linkedin:hover, .sky-form-popup .sky-form.register-form fieldset.social-login a.linkedin:hover, .sky-form-popup .sky-form.remindpassword fieldset.social-login a.linkedin:hover {
  background: rgb(17.3875598086, 91.4736842105, 140.6124401914);
}
.sky-form-container .sky-form.login-form fieldset section, .sky-form-container .sky-form.register-form fieldset section, .sky-form-container .sky-form.remindpassword fieldset section, .sky-form-popup .sky-form.login-form fieldset section, .sky-form-popup .sky-form.register-form fieldset section, .sky-form-popup .sky-form.remindpassword fieldset section {
  margin: 0 0 3px 0;
}
.sky-form-container .sky-form.login-form fieldset section .state-error + em, .sky-form-container .sky-form.register-form fieldset section .state-error + em, .sky-form-container .sky-form.remindpassword fieldset section .state-error + em, .sky-form-popup .sky-form.login-form fieldset section .state-error + em, .sky-form-popup .sky-form.register-form fieldset section .state-error + em, .sky-form-popup .sky-form.remindpassword fieldset section .state-error + em {
  color: #666;
  margin: 0 0 5px 0;
  padding: 3px 2px;
}
.sky-form-container .sky-form.login-form fieldset section .input input, .sky-form-container .sky-form.register-form fieldset section .input input, .sky-form-container .sky-form.remindpassword fieldset section .input input, .sky-form-popup .sky-form.login-form fieldset section .input input, .sky-form-popup .sky-form.register-form fieldset section .input input, .sky-form-popup .sky-form.remindpassword fieldset section .input input {
  background: #fff;
  color: #333;
  border: none;
}
.sky-form-container .sky-form.login-form fieldset section .input input:focus, .sky-form-container .sky-form.register-form fieldset section .input input:focus, .sky-form-container .sky-form.remindpassword fieldset section .input input:focus, .sky-form-popup .sky-form.login-form fieldset section .input input:focus, .sky-form-popup .sky-form.register-form fieldset section .input input:focus, .sky-form-popup .sky-form.remindpassword fieldset section .input input:focus {
  background: rgb(242.25, 242.25, 242.25);
}
.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 {
  position: fixed;
  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: rgb(6.3057324841, 29.7770700637, 48.6942675159);
  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: rgb(6.3057324841, 29.7770700637, 48.6942675159);
  cursor: pointer;
  float: left;
  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;
}

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

.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%;
}

.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: #1c84d9;
  float: left;
  padding: 5px 8px;
  z-index: 1;
  font-weight: bold;
}

.ei-title h2:hover {
  background: #1c84d9;
  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: #1c84d9;
}

.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: #1c84d9;
  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: #1c84d9;
  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 {
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 25px;
  list-style: none !important;
}

.starlist li {
  background-image: url(images/bullet_star.png);
}

.checklist li {
  background-image: url(images/bullet_check.png);
}

.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;
  vertical-align: top;
}

.social-icons-widget .social-icons a.twitter {
  background: #000;
  padding: 7px 9.5px;
  font-size: 15px;
}

.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 {
  background: #c41130;
  color: #111;
  padding: 20px 30px 30px 30px;
  margin-bottom: 30px;
}
.newsletter.newsletter-widget, .widget_rss.newsletter-widget {
  background: #12558b;
}
.newsletter.newsletter-widget h2, .widget_rss.newsletter-widget h2 {
  font-size: 18px;
  margin: 0;
}
.newsletter.newsletter-widget h3, .widget_rss.newsletter-widget h3 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  text-align: center;
}
.newsletter.newsletter-widget .sky-form fieldset + fieldset, .widget_rss.newsletter-widget .sky-form fieldset + fieldset {
  border: none;
}
.newsletter.newsletter-widget .button, .widget_rss.newsletter-widget .button {
  background: #111;
  padding: 0 15px;
}
.newsletter h2, .widget_rss h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
}
.newsletter h2 strong, .widget_rss h2 strong {
  font-weight: bold;
}
.newsletter span, .widget_rss span {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}
.newsletter .sky-form .button, .widget_rss .sky-form .button {
  background: #111;
  margin: 0;
  opacity: 1;
  width: 93%;
}
@media screen and (max-width: 767px) {
  .newsletter .sky-form .button, .widget_rss .sky-form .button {
    width: 100%;
  }
}
.newsletter .sky-form .input input, .widget_rss .sky-form .input input {
  border: none;
}
.newsletter .sky-form fieldset, .widget_rss .sky-form fieldset {
  background: none;
}
.newsletter .sky-form section, .widget_rss .sky-form section {
  margin-bottom: 0;
}

/* Newsletter subscription*/
.subscribe {
  max-width: 300px;
  margin: 0 auto;
}
.subscribe a {
  color: #fff;
  cursor: pointer;
}
.subscribe a:hover .subscribe-content h4, .subscribe a:hover .subscribe-content p {
  background: #12558b;
}
.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, .subscribe .subscribe-content p {
  background: rgb(12.152866242, 57.3885350318, 93.847133758);
  font-size: 16px;
  padding: 10px 5px 10px 114px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.subscribe .subscribe-content h4 span, .subscribe .subscribe-content p span {
  font-size: 1.4em;
}

#sitemap {
  overflow: hidden;
  padding: 10px 0 0 15px;
}

.sitemap-col {
  float: left;
  margin: 0 2% 10px 0;
  width: 23%;
}

#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;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../images/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

#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: #1c84d9;
}

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;
}

#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;
}

#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;
}

.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: #1c84d9;
}

.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;
}

#latest-magazine {
  border: 5px solid #eee;
  margin: 0 0 25px 0;
}
#latest-magazine .fancybox {
  line-height: 0;
}
#latest-magazine img {
  width: 100%;
}

.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: #efb33f;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(137.5384615385, 94.5576923077, 11.4615384615);
}

/* 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;
}

/* Tabbed Widget */
#tabbed-widget .widget-top {
  margin: -10px 0 10px;
  height: 30px;
  border-bottom: 0 none;
  padding: 0;
}
#tabbed-widget ul.tabs li {
  float: left;
  position: relative;
  line-height: 30px;
  background: transparent;
  width: 33.33%;
  padding: 0;
}
#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: #1c84d9;
}

.tabs-wrap {
  clear: both;
  display: none;
}
.tabs-wrap#tab1 {
  display: block;
}

.sidebar-narrow #tabbed-widget ul.tabs li {
  width: 100%;
  float: none;
}
.sidebar-narrow #tabbed-widget .widget-top {
  height: auto;
}

/* 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: #1c84d9;
  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;
}

/******************************************************
  Post Thread Widget - only for Content Bottom Sidebar
 ******************************************************/
/* Related Posts */
.related_posts {
  margin-top: 20px;
  clear: both;
}
.related_posts header.cat-box-title, .related_posts .block-head {
  position: relative;
  margin-bottom: 0;
}
.related_posts .post-listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  margin-bottom: 20px;
}
.related_posts .post-listing .related-item, .related_posts .post-listing .featured-item {
  float: left;
  width: 23%;
  font-size: 15px;
  margin: 10px 0 0;
}
.related_posts .post-listing .related-item .post-thumbnail, .related_posts .post-listing .featured-item .post-thumbnail {
  margin: 0 0 10px 0;
}
.related_posts .post-listing .related-item .post-thumbnail img, .related_posts .post-listing .featured-item .post-thumbnail img {
  width: 100%;
  height: auto;
}

/* Tabbed Widget */
#content-bottom-sidebar .tabbed-widget .widget-top {
  margin: -10px 0 10px;
  height: 30px;
  border-bottom: 0 none;
  padding: 0;
}
#content-bottom-sidebar .tabbed-widget .widget-top ul.tabs li {
  float: left;
  position: relative;
  line-height: 30px;
  background: transparent;
  width: 50%;
  padding: 0;
}
#content-bottom-sidebar .tabbed-widget .widget-top ul.tabs li a {
  display: block;
  text-align: center;
  color: #FFF;
  padding: 4px 0;
  line-height: 30px;
  background: #2c2c2c;
  font-size: 18px;
}
#content-bottom-sidebar .tabbed-widget .widget-top ul.tabs li a:hover {
  background: #4c4c4c;
  text-decoration: none;
}
#content-bottom-sidebar .tabbed-widget .widget-top ul.tabs li.active a {
  background: #1c84d9;
  font-size: 18px;
}
#content-bottom-sidebar .tabbed-widget .tabs-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#content-bottom-sidebar .tabbed-widget .tabs-wrap ul li {
  float: left;
  font-size: 30px;
  width: 48%;
}
@media only screen and (max-width: 479px) {
  #content-bottom-sidebar .tabbed-widget .tabs-wrap ul li {
    width: 100%;
  }
}
#content-bottom-sidebar .tabbed-widget .tabs-wrap ul a:link, #content-bottom-sidebar .tabbed-widget .tabs-wrap ul a:visited, #content-bottom-sidebar .tabbed-widget .tabs-wrap ul a:active {
  font-size: 15px !important;
}

.read-limit {
  background: #333;
  color: orange;
  padding: 10px;
  margin: 10px 0;
}

.no-access-wrap {
  background-color: transparent;
  background-image: url("https://d3hjf51r9j54j7.cloudfront.net/wp-content/uploads/sites/7/2018/03/no-access-background-image.jpg");
  padding-right: 0;
  background-size: 100%;
  margin: -35px -30px -30px;
}

.content.myac-no-access {
  background-image: none;
  width: 100%;
  float: none;
}
.content.myac-no-access .entry {
  float: none;
  width: auto;
}

.no-access-top .no-access-message {
  padding: 20px;
  margin: 0 0 20px;
  font-size: 24px;
  color: orange;
  background-color: #333;
}
.no-access-top article {
  width: 570px;
  max-height: 500px;
  padding: 0 20px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
}
.no-access-top article .entry p {
  padding-bottom: 20px;
  margin-right: 0px;
}

.no-access-bottom {
  padding: 20px;
  margin: 0 auto;
}
.no-access-bottom .col-1 {
  width: 250px;
  height: 160px;
  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;
  vertical-align: top;
  padding: 10px;
}
.no-access-bottom .col-1.highlight {
  background: rgb(25.0857142857, 118.2612244898, 194.4142857143);
  margin-left: 0px;
}
.no-access-bottom .col-1 i {
  font-size: 54px;
  color: #fff;
  text-shadow: 0 0 3px #111;
  margin: 25px 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.myac-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.myac-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: 22px;
  }
  .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;
  }
}
.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;
}

/* Advertise page PN */
.advertise_page_PN .hero_section .three_blocks {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.advertise_page_PN .hero_section .three_blocks h1 {
  font-size: 36px !important;
}
.advertise_page_PN .hero_section .three_blocks p {
  text-align: center;
}
.advertise_page_PN .hero_section .three_blocks:nth-child(2) {
  padding-top: 70px;
}
.advertise_page_PN .second_section {
  text-align: center;
  padding-bottom: 30px;
}
.advertise_page_PN .second_section h2 {
  font-size: 30px;
}
.advertise_page_PN .second_section p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.advertise_page_PN .second_section .four_column_section {
  width: 80%;
  margin: 0 auto;
}
.advertise_page_PN .second_section .four_column_section .four_blocks {
  display: inline-block;
  width: calc(24% - 9px);
  margin-right: 20px;
  vertical-align: top;
}
.advertise_page_PN .second_section .four_column_section .four_blocks h3 {
  text-align: center;
  margin-bottom: 0px !important;
  margin-top: 5px;
  font-size: 16px !important;
}
.advertise_page_PN .second_section .four_column_section .four_blocks p {
  text-align: center;
  width: 100%;
}
.advertise_page_PN .second_section .four_column_section .four_blocks:nth-child(4) {
  margin-right: 0px;
}
.advertise_page_PN .second_section .second_para {
  margin-bottom: 20px;
}
.advertise_page_PN .second_section a {
  background-color: #1c84d9;
  color: #fff;
  padding: 20px 30px;
  font-size: 18px;
}
.advertise_page_PN .audience_section {
  background-color: #f3f3f3;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 10px;
}
.advertise_page_PN .audience_section h2 {
  font-size: 30px;
  margin-bottom: 0px;
}
.advertise_page_PN .audience_section .four_column_section {
  margin: 0 auto;
  width: 60%;
}
.advertise_page_PN .audience_section .four_column_section .four_blocks {
  display: inline-block;
  width: calc(24% - 3px);
  margin-right: 10px;
  vertical-align: top;
}
.advertise_page_PN .audience_section .four_column_section .four_blocks h3 {
  text-align: center;
  font-size: 36px !important;
}
.advertise_page_PN .audience_section .four_column_section .four_blocks p {
  text-align: center;
  margin-bottom: 0px;
}
.advertise_page_PN .audience_section .four_column_section .four_blocks:nth-child(4) {
  margin-right: 0px;
}
.advertise_page_PN .advertise_section h2 {
  text-align: center;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px !important;
}
.advertise_page_PN .advertise_section .four_team_section {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.advertise_page_PN .advertise_section .four_team_section .team_blocks {
  display: inline-block;
  width: calc(24% - 9px);
  margin-right: 20px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
}
.advertise_page_PN .advertise_section .four_team_section .team_blocks h3 {
  text-align: center;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.advertise_page_PN .advertise_section .four_team_section .team_blocks p {
  padding-bottom: 0px !important;
}
.advertise_page_PN .advertise_section .four_team_section .team_blocks:nth-child(4) {
  margin-right: 0px;
}
.advertise_page_PN .enquiry_section {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}
.advertise_page_PN .enquiry_section h2 {
  text-align: center;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 20px !important;
}
.advertise_page_PN .enquiry_section .MBM_Form_Wrapper {
  width: 45%;
  margin: 0 auto;
}
.advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .MBM_Consent_Wrap {
  font-size: 12px;
  font-family: Roboto;
}
.advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .MBM_Consent_Wrap a {
  color: #000;
}
.advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .MBM_Consent_Wrap.important-error-wrap {
  background: #000;
  border-right: none;
  border-left: none;
}
.advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .col label {
  font-size: 12px;
  font-family: Roboto;
}
.advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .col label.error {
  color: red;
}
.advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .col-12 {
  width: 100% !important;
  margin: 0 auto;
  margin-bottom: 8px;
}
.advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .MBM_Form_field input[type=email], .advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .MBM_Form_field input[type=numer], .advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .MBM_Form_field input[type=text] {
  width: 100%;
  font-family: Roboto;
  padding: 5px 5px;
  margin: 0px 0px;
}

#main-content .advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .row div input[type=submit] {
  background-color: #1c84d9 !important;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  border: 1px solid #fff !important;
  width: 50%;
  margin: 0 auto;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 10px;
}
#main-content .advertise_page_PN .enquiry_section .MBM_Form_Wrapper .MBM_Form .row div input[type=submit]:hover {
  color: #fff !important;
  background: #337ab7;
}

@media only screen and (max-width: 1106px) {
  .advertise_page_PN .second_section .four_column_section {
    width: 90%;
  }
  .advertise_page_PN .advertise_section .four_team_section {
    width: 90%;
  }
  .advertise_page_PN .audience_section .four_column_section {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .advertise_page_PN .hero_section .three_blocks {
    width: 100%;
  }
  .advertise_page_PN .hero_section .three_blocks img {
    display: none;
  }
  .advertise_page_PN .hero_section .three_blocks:nth-child(2) {
    padding-top: 0px;
  }
  .advertise_page_PN .second_section {
    padding-top: 10px;
  }
  .advertise_page_PN .second_section p {
    width: 90%;
    margin-bottom: 20px;
  }
  .advertise_page_PN .second_section .four_column_section .four_blocks {
    width: 100%;
    margin-bottom: 20px;
  }
  .advertise_page_PN .audience_section .four_column_section {
    margin-top: 0px;
  }
  .advertise_page_PN .audience_section .four_column_section .four_blocks {
    width: 100%;
    margin-top: 30px;
  }
  .advertise_page_PN .advertise_section .four_team_section .team_blocks {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .advertise_page_PN .enquiry_section .MBM_Form_Wrapper {
    width: 90%;
  }
}
/* styling for the new tiempos layout */
#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: 200px;
  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;
}

.events-page 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;
}
.events-page h2 > em {
  font-size: 18px;
  padding: 5px 15px;
  font-style: normal;
  background: #12558b;
  color: #fff;
}
.events-page p strong {
  font-size: 15px;
  line-height: 20px;
}

#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: #1c84d9;
}
#my-account nav#profile_nav_wrap ul li.current a {
  color: #fff;
}
#my-account nav#profile_nav_wrap ul li.current:hover {
  background: rgb(22.1714285714, 104.5224489796, 171.8285714286);
}
#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 #1c84d9;
  background: #1c84d9;
}
#my-account .nav > li > span.current:hover {
  background: #1c84d9;
}
#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: 10px 0 20px;
  padding: 20px;
  border: 1px solid #cecece;
}
#my-account .pane .survey .header {
  font-size: 1.5em;
  text-align: center;
  padding-bottom: 10px;
}
#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: #666;
}
#my-account .pane .bookmarks .attr-delete-bookmark {
  text-align: center;
}
#my-account .pane .bookmarks i {
  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;
}

.content.video #crumbs {
  margin-bottom: 15px;
}
.content.video h2 {
  margin-top: 35px;
}
.content.video .single-video {
  width: 120px;
  padding: 1px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.content.video .single-video img {
  width: 100%;
}
.content.video .single-video h3 {
  font-size: 11px;
  color: #555;
  text-align: center;
  background: #eee;
  height: 45px;
  padding: 0 5px 5px 3px;
  overflow: hidden !important;
}

/**/
/* 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: #1c84d9;
}
#main-content #omnilist .admin-empty .button {
  background-color: #1c84d9;
}
#main-content #omnilist .admin-empty .button:hover, #main-content #omnilist .admin-empty .button:focus {
  background-color: rgb(22.1714285714, 104.5224489796, 171.8285714286);
}
#main-content #omnilist .panel .add button {
  background: #1c84d9;
}
#main-content #omnilist .pricing--tenzin .pricing__item:hover {
  border-color: rgb(25.0857142857, 118.2612244898, 194.4142857143);
}
#main-content #omnilist .pricing--tenzin .pricing__action:hover, #main-content #omnilist .pricing--tenzin .pricing__action:focus {
  background-color: rgb(25.0857142857, 118.2612244898, 194.4142857143);
}
#main-content #omnilist .pricing--tenzin .pricing__action:hover, #main-content #omnilist .pricing--tenzin .pricing__action:focus {
  background-color: rgb(25.0857142857, 118.2612244898, 194.4142857143);
}
#main-content #omnilist .sky-form .toggle i:before {
  background-color: #1c84d9;
}
#main-content #omnilist .sky-form .toggle i:before {
  background-color: #1c84d9;
}
#main-content #omnilist .sky-form .rating input + label:hover, #main-content #omnilist .sky-form .rating input + label:hover ~ label {
  color: #1c84d9;
}
#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(200.9714285714, 226.8653061224, 248.0285714286);
}
#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(200.9714285714, 226.8653061224, 248.0285714286);
}
#main-content #omnilist .sky-form .radio input + i:after {
  background-color: #1c84d9;
}
#main-content #omnilist .sky-form .checkbox input + i:after {
  color: #1c84d9;
}
#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: #1c84d9;
}
#main-content #omnilist .sky-form .rating input:checked ~ label {
  color: #1c84d9;
}
#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: #1c84d9;
}
#main-content #omnilist .sky-form .button, #main-content #omnilist .sky-form button {
  background-color: #1c84d9;
}
#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(22.1714285714, 104.5224489796, 171.8285714286);
}
#main-content #omnilist .package-tag {
  display: none;
  visibility: hidden;
}
#main-content #omnilist .ol-block-style-2 header span .more:hover {
  background-color: #1c84d9;
  border: 1px solid #1c84d9;
  color: #fff;
}
#main-content #omnilist .ol-contactseller .button {
  background: #1c84d9;
}
#main-content #omnilist .ol-contactseller .button:hover {
  background-color: rgb(22.1714285714, 104.5224489796, 171.8285714286);
}
#main-content #omnilist .multistep.triangle li::after, #main-content #omnilist .multistep.triangle li > *::after {
  border-width: 32px;
}
#main-content #omnilist .multistep.triangle li:last-of-type > * {
  padding-right: 0;
}
@media screen and (max-width: 985px) {
  #main-content #omnilist .checkout:after {
    color: #fff;
    background: #1c84d9;
  }
}
#main-content .ol-top .add-ol-company {
  background-color: rgb(16.3428571429, 77.0448979592, 126.6571428571);
}
#main-content .ol-top .add-ol-company:hover, #main-content .ol-top .add-ol-company:focus {
  background-color: #1c84d9;
}

/**/
/* 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;
}

#omnilist article .ol-addon-content {
  width: auto;
}

#omnilist .ol-item .addon-thumbnail img, #omnilist .ol-item .addon-thumbnail-small img {
  width: 100%;
  max-height: 150px;
}

@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;
  }
}
/*  TABLET  : 1024px */
@media only screen and (max-width: 1219px) {
  .wrapper {
    width: 986px !important;
  }
  #main-menu-mob + #main-menu-mob {
    display: none;
  }
  .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;
  }
}
/* 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 -15px;
  }
  .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%;
  }
  .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;
    height: 40px;
  }
  .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) {
  .block-head {
    width: 100%;
    text-align: center;
  }
  .entry p a {
    overflow-wrap: break-word;
  }
  .pagination .pages {
    display: none;
  }
  #main-nav .main-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: inline-block;
  }
  #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;
  }
  #theme-header .container {
    text-align: center;
  }
  #main-menu-mob {
    width: 280px;
  }
  .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: 0;
  }
  .container {
    width: 100%;
  }
  .content {
    width: 100%;
  }
  .breaking-news, #footer-widget-area, .sidebar, .flexslider, .ei-slider, .group_items, .scroll-box-wide .group_items {
    width: 430px !important;
  }
  .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 .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%;
  }
  .content, .sidebar {
    float: none;
  }
  .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 {
    display: none;
  }
  .related_posts .post-listing .related-item {
    width: 47%;
  }
  .ei-slider-large li.tile:last-child {
    margin: 0;
  }
  .single .entry p {
    margin: 0;
  }
  #my-account .nav {
    width: 100%;
  }
  #my-account .pane {
    margin: 20px 0 0 0;
    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: auto !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;
  }
  .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;
  }
  .fixed-nav .main-menu {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .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: 358px !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;
  }
}
@media only screen and (max-width: 479px) {
  .pagination span.current {
    padding: 8px 13px 7px;
    margin-bottom: 10px;
  }
  .pagination a, .pagination span.extend, .pagination span.current {
    padding: 8px 13px 7px;
    margin-bottom: 10px;
  }
  .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;
  }
  .search-block {
    position: static;
    overflow: visible;
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .fixed-nav .search-block {
    margin: 0 auto;
    width: 83%;
    margin-bottom: 5px;
  }
  .fixed-nav .search-block #s, .fixed-nav .search-block #s:focus {
    width: 83%;
  }
  .fixed-nav .search-button {
    width: 9%;
  }
  #main-menu-mob {
    width: 300px;
    margin: 5px;
  }
  ul#not-registered {
    margin: 0;
  }
  .cat-box.style5 ul li {
    width: 100%;
  }
  #searchform {
    margin: 10px 0 0 0;
  }
  .search-block #s, .search-block #s:focus {
    width: 240px;
    height: 40px;
  }
  .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;
  }
  .wrapper, .container {
    width: 100% !important;
  }
}