.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes comeDown {
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes comeDown {
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes mainmenu {
  0% {
    -webkit-transform: translateY(-95px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes mainmenu {
  0% {
    transform: translateY(-95px);
  }
  100% {
    transform: translateY(0px);
  }
}
.backtotop {
  background-color: #666;
  width: 45px;
  top: 325px;
  right: 0px;
  padding: 5px 0;
  overflow: hidden;
  z-index: 100;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  color: #fff;
}
.backtotop:hover,
.backtotop:focus {
  color: white;
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
.backtotop i {
  font-size: 24px;
  margin: 0;
  display: block;
}
.bs-docs-example ul.the-icons li:hover {
  background: #e10a30;
}
#outer #cookieMessageContainer {
  top: auto;
  bottom: 0;
  text-align: center;
  color: #ccc;
  background-color: #111;
  background-color: rgba(18,18,18,0.8);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc111111, endColorstr=#cc111111)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc111111, endColorstr=#cc111111);
}
#outer #cookieMessageContainer .fa {
  margin: 0 15px;
  padding: 3px 5px;
  background: #333;
  border-radius: 2px;
}
#outer #cookieMessageContainer a:hover {
  color: white;
}
.link {
  color: #e10a30;
  text-decoration: none;
}
.link:hover {
  color: #f5294d;
}
.linkReverse {
  color: #f5294d;
}
.linkReverse:hover {
  color: #e10a30;
}
.linkGray {
  color: #666;
}
.linkGray:hover {
  color: #e10a30;
}
.linkGraylighter {
  color: #999;
}
.linkGraylighter:hover {
  color: #e10a30;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomargin {
  margin: 0 !important;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
i.fa-times:before {
  content: "\f00d";
}
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
.ico-hits,
.ico-user,
.ico-clock {
  width: 20px;
  height: 12px;
  background: url("../less/images/icon/icon_hits2.png") no-repeat;
  margin: -3px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.ico-user {
  width: 18px;
  height: 18px;
  background: url("../less/images/icon/icon_author.png") no-repeat;
}
.ico-clock {
  width: 16px;
  height: 16px;
  background: url("../less/images/icon/icon_date2.png") no-repeat;
}
.grayshadow {
  text-shadow: 1px 1px #575757, 2px 2px #575757, 3px 3px #575757, 4px 4px #575757, 5px 5px #575757, 6px 6px #575757, 7px 7px #575757, 8px 8px #575757, 9px 9px #575757, 10px 10px #575757, 11px 11px #5a5a5a, 12px 12px #5d5d5d, 13px 13px #606060, 14px 14px #636363, 15px 15px #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
}
h1 {
  font-size: 200%;
  line-height: 115%;
}
h2 {
  font-size: 160%;
  line-height: 110%;
}
h3 {
  font-size: 130%;
  line-height: 110%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 91%;
}
h6 {
  font-size: 84%;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1 {
  color: #666;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 240%;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
}
ol.linenums li:nth-last-child(odd) {
  background: #FCFCFC;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example h2.page-header {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.example-sites {
  margin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  display: inline-block;
}
span.highlight {
  color: #fff;
}
body {
  color: #606060;
  font-size: 13px;
  line-height: 20px;
}
#yt_header {
  padding: 23px 0;
  position: relative;
}
#yt_header .logo-text .site-text {
  font-size: 24px;
  font-weight: 600;
}
#yt_header .logo-text .site-slogan {
  text-align: center;
  color: #999;
  letter-spacing: 2px;
}
#yt_header #yt_logo {
  display: inline-block;
  margin-top: 2px;
}
#yt_top {
  position: relative;
  background: #f3f3f3;
}
#yt_top .module {
  margin: 0;
}
.homepage #yt_breadcrumb .module {
  margin: 0;
}
#yt_breadcrumb {
  margin-bottom: 0px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
#yt_breadcrumb #search .module {
  margin: 0;
}
#yt_breadcrumb span.divider {
  display: none;
}
#yt_breadcrumb .module {
  margin: 0;
}
#yt_breadcrumb #breadcrumb .breadcrumb {
  line-height: 40px;
}
#yt_menuwrap {
  background: #000;
  margin: 0px;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  position: relative;
  z-index: 10;
}
#yt_menuwrap #yt_logo {
  background: #e10a30;
  position: relative;
  right: 28px;
  padding: 0 10px;
}
#yt_menuwrap #yt_logo:before {
  position: absolute;
  display: block;
  border-bottom: 0px solid #e10a30;
  border-left: 0px solid transparent;
  border-top: 80px solid #e10a30;
  border-right: 30px solid transparent;
  right: -30px;
  top: 0px;
  padding: 0;
  content: "";
  width: 0;
  z-index: 3;
}
#yt_menuwrap #yt_logo:after {
  position: absolute;
  display: block;
  border-bottom: 0px solid #e10a30;
  border-left: 0px solid transparent;
  border-top: 80px solid #e10a30;
  border-right: 30px solid transparent;
  opacity: 0.8;
  filter: alpha(opacity=80);
  right: -40px;
  top: 0px;
  padding: 0 5px;
  content: "";
  width: 0;
  z-index: 2;
}
#yt_menuwrap #yt_logo .logo {
  float: right;
  line-height: 80px;
}
#yt_menuwrap #login .module {
  margin: 0;
  float: right;
}
#yt_menuwrap .row #menu-right {
  position: absolute;
  right: 0;
  z-index: 9999;
  top: 0;
  width: 18.3%;
}
#yt_menuwrap .row #menu-right .module {
  margin: 0;
}
#yt_menuwrap.menu-fixed {
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#yt_slideshow {
  background: #181818;
  margin-bottom: 30px;
}
#yt_slideshow .container {
  width: 100%;
  padding: 0;
}
#yt_slideshow .container .row {
  margin: 0;
}
#yt_slideshow .container .module {
  margin: 0;
}
#yt_slideshow #slideshow {
  padding: 0;
}
#yt_slideshow #slideshow-r {
  padding: 0;
}
#breadcrumb {
  min-height: 0;
}
#breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
}
#breadcrumb .breadcrumb a {
  color: #666;
}
#breadcrumb .breadcrumb a:hover {
  color: #e10a30;
}
#top-left,
#slideshow,
#bottom3 {
  min-height: 0;
}
#content {
  position: relative;
  z-index: 9;
}
#content #yt_component {
  margin-bottom: 30px;
}
#content #main-left {
  padding-left: 0;
}
#content #main-center {
  padding-right: 0;
}
.homepage #content #yt_component {
  margin-bottom: 0px;
}
.com_content #yt_component {
  margin-bottom: 30px;
  overflow: hidden;
}
.com_content #right .bg1 {
  padding-bottom: 0px;
}
#yt_spotlight6 {
  background: #181818;
  padding-top: 25px;
  color: #8c8c8c;
}
#yt_spotlight6 .module h3.modtitle {
  padding: 0;
  color: #fff;
}
#yt_spotlight6 .module h3.modtitle:after {
  display: none;
}
#yt_spotlight6 div.yt-socialbt {
  padding: 3px;
  margin-right: 5px;
}
#yt_spotlight6 div.yt-socialbt a {
  color: #000;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #9e9e9e;
}
#yt_spotlight6 div.yt-socialbt a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
}
#yt_spotlight6 div.yt-socialbt a:hover {
  background: #fff;
}
#yt_spotlight6 ul.menu {
  padding: 0;
  margin: 0;
}
#yt_spotlight6 ul.menu li {
  list-style: none;
  position: relative;
  padding-left: 13px;
  text-transform: capitalize;
  line-height: 28px;
}
#yt_spotlight6 ul.menu li a {
  color: #444;
}
#yt_spotlight6 ul.menu li:hover {
  color: #e10a30;
}
#yt_spotlight6 ul.menu li:hover a {
  color: #e10a30;
}
#yt_spotlight6 ul.menu li:before {
  content: "\f101";
  font-family: "fontAwesome";
  display: block;
  position: absolute;
  left: 0;
}
#yt_spotlight6 ul.block-content {
  padding: 0;
  margin: 0 0 35px;
}
#yt_spotlight6 ul.block-content li {
  list-style: none;
  line-height: 24px;
}
#yt_spotlight6 ul.block-content li .fa {
  float: left;
  line-height: 24px;
  color: #e10a30;
  font-size: 13px;
}
#yt_spotlight6 ul.block-content li.phone .fa {
  font-size: 20px;
}
#yt_spotlight6 div.block-payment {
  float: left;
}
#yt_spotlight6 div.block-payment a {
  background: none;
  text-indent: 0;
  font-size: 0;
  color: #444;
}
#yt_spotlight6 div.block-payment a:before {
  font-size: 26px;
}
#yt_spotlight6 div.block-payment a:hover {
  color: #e10a30;
}
#yt_spotlight7 {
  background: white;
}
#yt_spotlight7 .container {
  width: 100%;
}
#yt_spotlight7 .container .module {
  margin: 0;
  padding: 0px;
}
#yt_spotlight7 #bottom3 {
  padding: 0;
}
#yt_spotlight7 #logo-footer {
  position: relative;
  background: #e10a30;
  right: 22px;
}
#yt_spotlight7 #logo-footer .module {
  padding: 12px 0;
}
#yt_spotlight7 #logo-footer:before {
  position: absolute;
  display: block;
  border-bottom: 0px solid #e10a30;
  border-left: 0px solid transparent;
  border-top: 50px solid #e10a30;
  border-right: 30px solid transparent;
  right: -30px;
  top: 0px;
  padding: 0;
  content: "";
  width: 0;
  z-index: 3;
}
#yt_spotlight7 #logo-footer:after {
  position: absolute;
  display: block;
  border-bottom: 0px solid #e10a30;
  border-left: 0px solid transparent;
  border-top: 50px solid #e10a30;
  border-right: 30px solid transparent;
  opacity: 0.8;
  filter: alpha(opacity=80);
  right: -40px;
  top: 0px;
  padding: 0 5px;
  content: "";
  width: 0;
  z-index: 2;
}
#yt_spotlight7 #logo-footer .logo {
  float: right;
  margin: 0;
}
#yt_spotlight7 #menu-bottom ul.menu {
  margin: 0;
  padding: 0;
}
#yt_spotlight7 #menu-bottom ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0 14px;
  float: left;
  line-height: 50px;
}
#yt_spotlight7 #menu-bottom ul.menu li a {
  color: #dfdfdf;
  text-transform: uppercase;
  font-size: 13px;
}
#yt_spotlight7 #menu-bottom ul.menu li a:hover {
  color: #e10a30;
}
#yt_footer {
  background: #fff;
  padding: 15px 0;
  color: #838383;
}
#yt_footer #yt_copyright {
  color: #838383;
}
#yt_footer #yt_copyright a {
  color: #e10a30;
}
#yt_footer #yt_copyright a:hover {
  color: #f5294d;
}
#yt_footer #yt_copyright .yt-logo {
  margin: 5px 15px 0 0;
  float: left;
}
#yt_footer #yt_copyright .copyright,
#yt_footer #yt_copyright .designby {
  display: inline;
  font-size: 13px;
  font-weight:bold;
  color: #444;
}
#yt_footer #yt_copyright .copyright_middle {
  margin-top: 0;
  display: inline-block;
}
#yt_footer #yt_copyright .powered-by {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .no-res {
    width: 1190px;
  }
}
a {
  color: #e10a30;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
*::selection {
  background: #e10a30;
  color: #fff;
}
*::-moz-selection {
  background: #e10a30;
  color: #fff;
}
.badge,
.label {
  display: inline-block;
}
.page-header {
  margin: 0 0 20px;
}
pre {
  border: none;
  border-left: 3px solid #e10a30;
  line-height: 30px;
  border-radius: 0;
  font-size: 110%;
  padding: 20px;
  margin: 2em 0;
}
.textColor {
  color: #e10a30 !important;
}
img {
  max-width: 100%;
}
div.img_caption {
  position: relative;
}
div.img_caption.left {
  margin: 0 1em 1em 0;
}
div.img_caption p.img_caption {
  font-size: 92%;
  font-weight: bold;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 -1px 0 #fff inset;
}
div.caption {
  margin: 0 1em 1em 0;
  float: left;
}
div.yt-lightbox a img {
  width: auto;
}
pre.highlighter:before {
  background-color: #e10a30;
}
.no-modal {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: inline-block;
  width: auto;
}
ul,
ol {
  padding-left: 17px;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.latestnews.yt-list {
  margin: -10px -15px;
}
ul.latestnews.yt-list li:last-child {
  border-bottom: none;
}
ul.latestnews.yt-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
  color: #e10a30;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #777;
}
ul.latestnews.yt-list li a:hover {
  color: #e10a30;
}
ul.category {
  list-style: none;
  padding: 0;
}
ul.category li {
  border-bottom: 1px solid #ddd;
}
p:empty {
  display: none;
}
iframe {
  border: none;
}
select {
  padding: 5px;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #f85975;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
button[type="submit"] {
  outline: 0 none;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  font-size: 12px;
  background: #fff;
  padding: 4px 6px;
  border: solid 1px #ccc;
  height: 36px;
}
fieldset {
  margin-bottom: 1em;
}
fieldset legend {
  padding-bottom: 10px;
  border-bottom-color: #ccc;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.label {
  padding: 3px 5px;
  margin-right: 5px;
}
.button,
button,
.btReverse {
  background: #e10a30;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  border: none;
  border-radius: 0px;
}
.btn-primary {
  background-color: #e10a30;
  border-color: #e10a30;
}
.button:hover,
button:hover {
  background: #444444;
  color: #fff;
}
.button:hover span,
button:hover span {
  color: #fff;
}
.btReverse {
  background: #444444;
}
.btReverse:hover {
  background: #e10a30;
  color: #fff;
}
.form-horizontal .control-label {
  text-align: left;
}
form.box fieldset {
  border: 1px solid #ccc;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.form-inline .input-append .add-on i {
  margin: 0 !important;
}
.form-inline .btn-primary .icon-search {
  vertical-align: 1px;
}
.tooltip {
  background: none;
  border: none;
}
div.tooltip.fade {
  background: transparent;
  border: none;
}
.tip-wrap {
  z-index: 999;
}
.tip-wrap .tip {
  max-width: 350px;
  padding: 0px;
  border: 1px solid #777;
  background: #eee;
}
.tip-wrap .tip.badge-info {
  background-color: #2f96b4;
  padding: 2px 6px;
  border: none;
  box-shadow: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
.tip-wrap .tip .tip-title {
  background: #777;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
.tip-wrap .tip .tip-text {
  color: #444;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
  margin-top: 20px;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #777;
  border-bottom: 2px solid #444;
  font-size: 118%;
  color: #fff;
  padding: 8px;
  text-align: left;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #f5f5f5;
}
table.category tbody tr td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #ddd !important;
}
#system-message {
  margin: 0;
}
#system-message .alert {
  background: #e10a30;
  color: #fff;
}
#system-message .message {
  margin-bottom: 1.5em;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
}
.system-unpublished .system-unpublished {
  margin: -10px;
  padding: 10px;
  border-top: 16px solid;
  border-bottom: 5px solid;
  position: relative;
}
.system-unpublished .system-unpublished:before {
  content: 'Unpublished';
  text-transform: uppercase;
  top: -19px;
  left: 10px;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
span.highlight {
  background-color: #f16529 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
.form-vertical .btn-toolbar {
  margin-bottom: 1em;
}
[class*="col-"] > .col-sm-12 {
  padding: 0px;
}
.form-validate .controls select {
  display: block !important;
}
.form-validate .hasTooltip {
  display: inline-block !important;
}
.form-validate .modal-button {
  background: #999;
  color: #fff;
}
.form-validate .modal {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: inline-block;
  width: auto;
  padding: 6px 10px;
  margin: 0 5px;
}
.form-validate .radio input[type="radio"],
.form-validate .radio-inline input[type="radio"],
.form-validate .checkbox input[type="checkbox"],
.form-validate .checkbox-inline input[type="checkbox"] {
  margin: 5px;
}
.form-validate legend,
.form-validate .accordion-toggle {
  padding: 8px 10px;
  background: #ddd;
  margin-bottom: 10px;
  display: block;
}
.calendar .button {
  display: table-cell;
}
.jmodedit {
  background: #777;
  color: #fff;
  height: auto !important;
  width: 40px !important;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-style: normal;
}
.icon-calendar:before {
  content: "\f073";
}
.icon-edit:before {
  content: "\f044";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-search:before {
  content: "\f002";
}
.modal-backdrop {
  z-index: 90;
}
#xmap {
  margin: 20px;
}
#xmap ul li {
  list-style: none;
  background: url(../images/point.png) repeat-x 0 13px;
}
#xmap ul li a {
  background: white;
  display: inline-block;
  padding: 0 10px;
  color: #666;
}
#xmap ul li a:hover {
  color: #e10a30;
}
#xmap ul li a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 8px;
}
#xmap ul ul.level_1 {
  margin-left: 20px;
}
#xmap ul ul.level_1 li {
  padding: 0;
}
div.categories-list > div {
  margin-bottom: 2em;
}
.blog .heading-category {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  color: #f5294d;
}
.blog .items-leading .item {
  overflow: hidden;
}
.blog .items-leading .item .item-image {
  margin: 0 0 20px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog .items-leading .item .item-image img {
  width: 100%;
}
.blog .items-leading .item .item-image img:hover {
  opacity: 0.75;
}
.blog .items-leading .item .item-image:hover .article-aside {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.blog .items-leading .item .article-header h2 {
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.blog .items-leading .item .article-header h2 a {
  color: #000;
}
.blog .items-leading .item .article-header h2 a:hover {
  color: #e10a30;
}
.blog .items-leading .item .article-aside .article-info {
  margin-bottom: 10px;
}
.blog .items-leading .item .article-aside dd {
  display: inline-block;
  color: #000;
  margin-right: 10px;
  font-size: 14px;
  line-height: 100%;
  width: auto;
}
.blog .items-leading .item .article-aside dd:last-child {
  margin: 0;
}
.blog .items-leading .item .article-aside dd a {
  color: #999;
}
.blog .items-leading .item .article-aside dd a:hover {
  color: #e10a30;
}
.blog .items-leading .item .article-aside .create {
  color: #808080;
  font-style: italic;
  border-left: 1px solid #808080;
  padding-left: 9px;
}
.blog .items-leading .item .article-aside .createdby {
  color: #000;
  text-transform: capitalize;
}
.blog .items-leading .item .article-aside .createdby a {
  color: #000;
}
.blog .items-leading .item .article-aside .createdby a:hover {
  color: #e10a30;
}
.blog .items-leading .item .article-aside .category-name a {
  color: #808080;
}
.blog .items-leading .item .article-aside .hits {
  color: #808080;
}
.blog .items-leading .item .article-aside .hits i.icon-comment:before {
  color: #808080;
  content: "\f086";
  font-size: 13px;
  font-family: "FontAwesome";
}
.blog .items-leading .item .content_rating {
  margin-bottom: 15px;
}
.blog .items-leading .item .content_rating .unseen.element-invisible {
  float: left;
  color: #999;
  margin-right: 15px;
}
.blog .items-leading .item .item-tags  .label {
  padding: 5px;
  font-weight: normal;
  margin: 0;
}
.blog .items-leading .item .category-custom {
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.blog .items-leading .item.col-sm-6,
.blog .items-leading .item.col-sm-4,
.blog .items-leading .item.col-sm-3 {
  border: none;
}
.blog .items-leading .item:nth-child(6) {
  clear: both;
}
.blog .items-leading .category-custom {
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.blog .items-row .item .item-image {
  margin: 0 0 20px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog .items-row .item .item-image img {
  width: 100%;
}
.blog .items-row .item .item-image img:hover {
  opacity: 0.75;
}
.blog .items-row .item .item-image:hover .article-aside {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.blog .items-row .item .article-header h2 {
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.blog .items-row .item .article-header h2 a {
  color: #000;
}
.blog .items-row .item .article-header h2 a:hover {
  color: #e10a30;
}
.blog .items-row .item .article-aside .article-info {
  margin-bottom: 10px;
}
.blog .items-row .item .article-aside dd {
  display: inline-block;
  color: #000;
  margin-right: 10px;
  font-size: 14px;
  line-height: 100%;
  width: auto;
}
.blog .items-row .item .article-aside dd:last-child {
  margin: 0;
}
.blog .items-row .item .article-aside dd a {
  color: #999;
}
.blog .items-row .item .article-aside dd a:hover {
  color: #e10a30;
}
.blog .items-row .item .article-aside .create {
  color: #808080;
  font-style: italic;
  border-left: 1px solid #808080;
  padding-left: 9px;
}
.blog .items-row .item .article-aside .createdby {
  color: #000;
  text-transform: capitalize;
}
.blog .items-row .item .article-aside .createdby a {
  color: #000;
}
.blog .items-row .item .article-aside .createdby a:hover {
  color: #e10a30;
}
.blog .items-row .item .article-aside .category-name a {
  color: #808080;
}
.blog .items-row .item .article-aside .hits {
  color: #808080;
}
.blog .items-row .item .article-aside .hits i.icon-comment:before {
  color: #808080;
  content: "\f086";
  font-size: 13px;
  font-family: "FontAwesome";
}
.blog .items-row .item .content_rating {
  margin-bottom: 15px;
}
.blog .items-row .item .content_rating .unseen.element-invisible {
  float: left;
  color: #999;
  margin-right: 15px;
}
.blog .items-row .item .item-tags  .label {
  padding: 5px;
  font-weight: normal;
  margin: 0;
}
.blog .items-row .item .category-custom {
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.blog .items-row .item.col-sm-6,
.blog .items-row .item.col-sm-4,
.blog .items-row .item.col-sm-3 {
  border: none;
}
.blog.tag-category .category-desc {
  margin-bottom: 20px;
}
.blog.tag-category form.row .item-image img {
  margin-top: 0 !important;
}
.blog.tag-category .items-row .item .article-aside .create {
  border: none;
  padding: 0;
}
.item-page .article-aside dd.category-name {
  width: auto;
}
.item-page .article-header h2 {
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.item-page .article-header h2 a {
  color: #000;
}
.item-page .article-header h2 a:hover {
  color: #e10a30;
}
.item-page .article-aside .article-info {
  margin-bottom: 10px;
}
.item-page .article-aside dd {
  display: inline-block;
  color: #000;
  margin-right: 10px;
  font-size: 14px;
  line-height: 100%;
  width: auto;
}
.item-page .article-aside dd:last-child {
  margin: 0;
}
.item-page .article-aside dd a {
  color: #999;
}
.item-page .article-aside dd a:hover {
  color: #e10a30;
}
.item-page .article-aside .create {
  color: #808080;
  font-style: italic;
  border-left: 1px solid #808080;
  padding-left: 9px;
}
.item-page .article-aside .createdby {
  color: #000;
  text-transform: capitalize;
}
.item-page .article-aside .createdby a {
  color: #000;
}
.item-page .article-aside .createdby a:hover {
  color: #e10a30;
}
.item-page .article-aside .category-name a {
  color: #808080;
}
.item-page .article-aside .hits {
  color: #808080;
}
.item-page .article-aside .hits i.icon-comment:before {
  color: #808080;
  content: "\f086";
  font-size: 13px;
  font-family: "FontAwesome";
}
.item-page .article-aside .article-info {
  margin-bottom: 10px;
}
.item-page .tags {
  margin-bottom: 30px;
}
.item-page .img-fulltext {
  margin-bottom: 20px;
  text-align: center;
}
.item-page .image-block {
  position: relative;
}
.item-page .image-block .category-name {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
.item-page .image-block .category-name a {
  color: #fff;
  margin: 0;
}
.item-page .image-block .category-name:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
.item-page .image-block .category-name:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 5px;
}
div.archive .form-inline .filters .button {
  padding: 4px 20px 3px 20px;
}
div.archive #archive-items > div {
  border-top: 1px dotted #ccc;
  padding: 15px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #999;
  margin: 0;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
}
div.archive #archive-items > div dl.article-info dd:last-child {
  margin: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
article.item-page .title-extension {
  font-size: 14px;
  color: #f5294d;
}
article.item-page .title-extension strong {
  font-weight: bold;
}
article.item-page ul.yt-list li strong {
  color: #f5294d;
  font-weight: bold;
}
article.item-page ul.yt-list li p {
  display: none;
}
dt {
  display: none;
}
.pagination {
  height: auto;
  margin: 0;
  display: table;
}
.pagination ul li {
  margin: 0 2px;
  overflow: hidden;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #ccc;
  color: #777;
  background: #fff;
  border-radius: 0 !important;
  height: 32px;
  vertical-align: top;
}
.pagination ul li.active span,
.pagination ul li.active a,
.pagination ul li:hover span,
.pagination ul li:hover a {
  color: #fff;
  background: #e10a30 !important;
  border: 1px solid #e10a30 !important;
}
.pagenavcounter {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.article-index {
  margin: 0px 0px 0px 20px;
}
.article-index .nav-stacked {
  border: solid 1px #ccc;
  border-radius: 0px;
  overflow: hidden;
}
.article-index .nav-stacked li {
  border-bottom: solid 1px #ccc;
  float: none;
}
.article-index .nav-stacked li a {
  border: none;
  margin: 0px;
  border-radius: 0px;
}
.pager li > a,
.pager li > span {
  border-radius: 0;
  background: #eee;
}
.pager.pagenav {
  width: 100%;
  float: left;
  padding: 0;
}
.search #searchForm .searchintro {
  margin: 15px 0;
}
.search #searchForm .phrases-box .controls .radio {
  margin: 10px 20px;
}
.search #searchForm button.btn {
  padding: 7px 12px;
  border-radius: 0;
}
.search #searchForm button.btn .icon-search {
  margin: 0;
}
.search .search-results {
  clear: both;
}
.search .search-results .result-category {
  display: none;
}
.search .search-results .result-category,
.search .search-results .result-text {
  padding: 0;
  margin: 0;
}
.search .search-results .result-text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.finder #search-form {
  background: #ECF0E8;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
  list-style: none;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
  margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
  width: 150px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
  padding: 0;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #999;
}
.newsfeed-category select[multiple],
.newsfeed-category select[size],
.contact-category select[multiple],
.contact-category select[size] {
  width: auto;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.newsfeed ol li {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
.newsfeed ol li a {
  color: #777;
  font-weight: normal;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.newsfeed ol li .feed-item-description > img:first-child {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  margin: 0 0 10px 15px;
  padding: 5px;
}
h1.title {
  font-size: 180%;
}
h2.subtitle {
  font-size: 130%;
}
.profile .dl-horizontal dt {
  display: inline-block;
}
.view-login #system-message {
  width: 550px;
  margin: 0 auto;
}
.view-login #content #yt_component {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-login .wrap-login {
  width: 550px;
  margin: 0 auto;
  padding: 1em 2em 2em;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-login .wrap-login .page-header {
  margin: -14px -28px 15px;
  padding: 10px 25px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
}
.view-login .wrap-login .form-horizontal .control-group {
  float: left;
  width: 50%;
  margin: 1em 0;
}
.view-login .wrap-login .form-horizontal .control-label {
  float: none;
}
.view-login .wrap-login .form-horizontal .controls input {
  width: 180px;
}
.view-login .wrap-login .other-link {
  overflow: hidden;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0 0 0 15px;
}
.view-login .wrap-login .other-link ul.yt-list li {
  float: left;
  margin-right: 30px;
}
.view-login .wrap-login .other-link ul.yt-list li a {
  font-size: 12px;
  color: #777;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
  color: #e10a30;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .control-label label {
  font-weight: bold;
}
.login .well .controls {
  margin: 0;
}
.login .well .controls .btn {
  border-radius: 0;
}
.login .well .controls .btn:hover {
  color: #fff;
}
.registration .page-header {
  margin: 0 0 15px;
}
.registration .page-header h2 {
  margin: 0;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.registration .form-horizontal .control-label label {
  font-weight: bold;
}
#member-registration .col-sm-8 {
  margin-bottom: 30px;
}
.profile-edit .controls .btn-small {
  margin-top: 25px;
}
div.contact h3.jicons-text {
  font-size: 120%;
}
div.contact ul.blank li,
div.contact .contact-misc,
div.contact form.box legend {
  color: #999;
}
div.contact .contact-image {
  width: 50%;
  float: right;
}
div.contact .contact-image img {
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.contact textarea,
div.contact input {
  width: 300px;
}
div.contact textarea {
  height: 100px;
}
div.contact .contact-address,
div.contact .contact-contactinfo,
div.contact .contact-miscinfo {
  margin-bottom: 2em;
}
div.contact form.box fieldset {
  border: none;
  padding: 0;
}
div.contact form.box legend {
  padding: 0;
  font-size: 12px;
}
.contact-ajax .el-control {
  margin-bottom: 10px;
  margin-top: 10px;
}
.contact-ajax .el-control label {
  width: 100px;
}
.contact-ajax .el-control input {
  width: 200px;
}
.related-items li {
  margin-bottom: 10px;
}
ul.related-items img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #e10a30;
  border-color: transparent;
}
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:hover:hover,
.pagination>.active>span:hover:hover,
.pagination>.active>a:focus:hover,
.pagination>.active>span:focus:hover {
  background: #f5294d;
}
.pagination ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  overflow: visible;
}
#xmap ul li span {
  background: #fff;
  padding: 0 10px;
}
.categories.first,
.item-page,
.module.box1,
.module.sjflatmenu,
.module.tree-menu {
  margin-top: 20px;
}
.category-list {
  margin-top: 20px;
}
.blog {
  margin-top: 20px;
}
.blog .page-header {
  border: none;
}
.blog .page-header h1 {
  font-size: 18px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
.blog .category-desc {
  display: none;
}
.blog .items-row.row .item {
  overflow: hidden;
}
.blog .items-row.row .item .item-image img {
  width: 100%;
}
.blog .items-row.row .item .item-image .article-aside {
  display: none;
}
.blog .items-row.row .item .article-text .article-header {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.blog .items-row.row .item .article-text .article-header h2 {
  font-size: 18px;
  font-weight: bold;
}
.blog .items-row.row .item .article-text .article-header h2 a {
  color: #000;
}
.blog .items-row.row .item .article-text .article-header h2 a:hover {
  color: #e10a30;
}
.blog .items-row.row .item .article-text .article-aside {
  display: block;
}
.blog .items-row.row .item .article-text .article-aside .article-info {
  overflow: hidden;
}
.blog .items-row.row .item .article-text .article-aside .article-info dd {
  float: left;
  width: auto;
  margin-right: 10px;
  line-height: 100%;
  font-size: 14px;
  color: #000;
}
.blog .items-row.row .item .article-text .article-aside .article-info dd i {
  margin-right: 5px;
}
.blog .items-row.row .item .article-text .article-aside .article-info dd:last-child {
  margin: 0;
}
.blog .items-row.row .item .article-text .article-aside .article-info .create {
  color: #808080;
  font-style: italic;
  border-left: 1px solid #808080;
  padding-left: 9px;
}
.blog .items-row.row .item .article-text .article-aside .article-info .createdby {
  color: #000;
  text-transform: capitalize;
}
.blog .items-row.row .item .article-text .article-aside .article-info .createdby a {
  color: #000;
}
.blog .items-row.row .item .article-text .article-aside .article-info .createdby a:hover {
  color: #e10a30;
}
.blog .items-row.row .item .article-text .article-aside .article-info .category-name a {
  color: #808080;
}
.blog .items-row.row .item .article-text .article-aside .article-info .hits {
  color: #808080;
}
.blog .items-row.row .item .article-text .article-aside .article-info .hits i.icon-comment:before {
  color: #808080;
  content: "\f086";
  font-size: 13px;
  font-family: "FontAwesome";
}
.blog .items-row.row .item .article-text .article-intro p {
  color: #606060;
  font-size: 13px;
}
.blog .items-row.row.cols-1 .item .item-image {
  float: left;
  margin-right: 25px;
  margin-bottom: 0;
}
.blog .items-row.row.cols-1 .item .item-image .article-aside {
  display: none;
}
.blog .items-row.row.cols-1 .item .article-text {
  margin-top: 0px;
}
.blog .blank.items-row .item {
  margin-bottom: 30px;
}
.blog .blank.items-row .item .item-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}
.blog .blank.items-row .item .item-image .article-aside {
  display: none;
}
.blog .blank.items-row .item .article-text {
  margin-top: 0px;
}
.blog .blank.items-row .item .article-text .article-header {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.blog .blank.items-row .item .article-text .article-header h2 {
  font-size: 18px;
  font-weight: bold;
}
.blog .blank.items-row .item .article-text .article-header h2 a {
  color: #000;
}
.blog .blank.items-row .item .article-text .article-header h2 a:hover {
  color: #e10a30;
}
.blog div.pagination {
  display: block;
  text-align: inherit;
  margin-bottom: 30px;
}
.blog div.pagination ul {
  display: block;
}
.blog div.pagination ul li {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
}
.blog div.pagination ul li a .fa.fa-angle-left.r-hiden,
.blog div.pagination ul li a .fa.fa-angle-right.r-hiden {
  display: none;
}
.blog div.pagination ul li a i.fa {
  margin: 0;
}
.pager,
div.pagination {
  display: block;
  text-align: inherit;
  margin-bottom: 5px;
}
.pager ul.pagination,
div.pagination ul.pagination {
  display: inline-block;
}
.pager ul.pagination li.active a,
.pager ul.pagination li.active span,
div.pagination ul.pagination li.active a,
div.pagination ul.pagination li.active span {
  background: #e10a30;
  color: #fff;
}
.pager ul.pagination li,
div.pagination ul.pagination li {
  display: inline-block;
  float: none;
  margin: 0 2px;
}
.pager ul.pagination li a,
.pager ul.pagination li span,
div.pagination ul.pagination li a,
div.pagination ul.pagination li span {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  color: #777;
  display: inline-block;
  float: none;
  height: 32px;
  padding: 5px 12px;
  margin: 0;
  vertical-align: top;
}
.pager ul.pagination li a .fa.fa-angle-left.r-hiden,
.pager ul.pagination li a .fa.fa-angle-right.r-hiden,
.pager ul.pagination li span .fa.fa-angle-left.r-hiden,
.pager ul.pagination li span .fa.fa-angle-right.r-hiden,
div.pagination ul.pagination li a .fa.fa-angle-left.r-hiden,
div.pagination ul.pagination li a .fa.fa-angle-right.r-hiden,
div.pagination ul.pagination li span .fa.fa-angle-left.r-hiden,
div.pagination ul.pagination li span .fa.fa-angle-right.r-hiden {
  display: none;
}
.pager ul.pagination li a i.fa,
.pager ul.pagination li span i.fa,
div.pagination ul.pagination li a i.fa,
div.pagination ul.pagination li span i.fa {
  margin: 0;
}
.pager ul.pagination li:hover a,
.pager ul.pagination li:hover span,
div.pagination ul.pagination li:hover a,
div.pagination ul.pagination li:hover span {
  background: #e10a30;
  border: 1px solid #e10a30;
  color: #fff;
}
.suffix strong {
  display: inline-block;
}
.module_menu,
div.module {
  margin: 0 0 30px;
}
.module h3.modtitle {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  margin: 10px 0 18px;
}
.module h3.modtitle:after {
  display: block;
  position: absolute;
  border-bottom: 7px solid #e10a30;
  border-left: 0px solid transparent;
  border-top: 7px solid #e10a30;
  border-right: 7px solid transparent;
  left: 0px;
  top: 12px;
  padding: 0 13px 0 0;
  content: "";
  width: 0;
}
.module h3.modtitle .subtitle {
  font-size: 14px;
  color: #8c8c8c;
  text-transform: initial;
  font-weight: normal;
  border-left: 1px solid #f3f3f3;
  padding-left: 12px;
  margin-left: 12px;
  display: inline-block;
  line-height: 20px;
}
.module h3.modtitle .subtitle:empty {
  display: none;
}
.module.title-custom h3.modtitle {
  padding-left: 0;
}
.module.title-custom h3.modtitle:after {
  display: none;
}
.module.badge_new h3.modtitle {
  position: relative;
}
.module.badge_new .badge {
  background: url(../images/icon/badge.png) no-repeat 0 0 transparent;
  position: absolute;
  width: 84px;
  height: 23px;
  right: 0;
  top: 0;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge_hot h3.modtitle {
  position: relative;
}
.module.badge_hot .badge {
  background: url(../images/icon/badge.png) no-repeat 0 0 transparent;
  position: absolute;
  width: 84px;
  height: 23px;
  right: 0;
  top: 0;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge_hot .badge {
  background-position: 0 -23px;
}
.module.badge_cool h3.modtitle {
  position: relative;
}
.module.badge_cool .badge {
  background: url(../images/icon/badge.png) no-repeat 0 0 transparent;
  position: absolute;
  width: 84px;
  height: 23px;
  right: 0;
  top: 0;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge_cool .badge {
  background-position: 0 -46px;
}
.module.box1 {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}
.module.box2 {
  border: 1px solid #ddd;
  padding: 16px;
  background: #fff;
}
.module.box2 h3.modtitle {
  margin: -16px -16px 10px;
  padding: 14px 16px;
}
.module.box3 {
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 0 0 4px #EDEDED;
  background: #fff;
}
.module.box3 h3.modtitle {
  border: none;
  padding: 0;
}
.module.bg1 {
  padding: 20px;
  background: #e10a30;
  color: #fff;
}
.module.bg1 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg1 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg1 .modcontent a {
  color: #ddd;
}
.module.bg1 .modcontent a:hover {
  color: #fff;
}
.module.bg1 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg1 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.bg2 {
  padding: 20px;
  background: #67b0d1;
  color: #fff;
}
.module.bg2 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg2 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg2 .modcontent a {
  color: #ddd;
}
.module.bg2 .modcontent a:hover {
  color: #fff;
}
.module.bg2 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg2 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.bg3 {
  padding: 20px;
  background: #e87352;
  color: #fff;
}
.module.bg3 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg3 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg3 .modcontent a {
  color: #ddd;
}
.module.bg3 .modcontent a:hover {
  color: #fff;
}
.module.bg3 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg3 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.bg4 {
  padding: 20px;
  background: #393c42;
  color: #fff;
}
.module.bg4 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg4 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg4 .modcontent a {
  color: #ddd;
}
.module.bg4 .modcontent a:hover {
  color: #fff;
}
.module.bg4 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg4 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.blank {
  background: transparent;
  border: none;
  padding: 0;
  color: #777;
}
.module.blank h3.modtitle {
  border: none;
}
.module.blank .modcontent {
  padding: 0;
}
.module._menu {
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 30px;
}
.module._menu h3.modtitle {
  margin: 0px;
  padding: 16px 20px;
}
.module._menu h3.modtitle:after {
  content: none;
}
.module._menu .modcontent {
  padding: 0 15px;
}
.module._menu .modcontent ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module._menu .modcontent ul.menu > li {
  border-bottom: 1px solid #e5e5e5;
}
.module._menu .modcontent ul.menu > li > a,
.module._menu .modcontent ul.menu > li > span {
  color: #f5294d;
  display: block;
  padding: 10px;
}
.module._menu .modcontent ul.menu > li > a:hover,
.module._menu .modcontent ul.menu > li > span:hover {
  background: transparent;
}
.module._menu .modcontent ul.menu > li:hover {
  background: #e10a30;
}
.module._menu .modcontent ul.menu > li:hover,
.module._menu .modcontent ul.menu > li.active {
  background: #e10a30;
}
.module._menu .modcontent ul.menu > li:hover a,
.module._menu .modcontent ul.menu > li.active a {
  color: #fff;
}
.module._menu .modcontent ul.menu > li:hover span,
.module._menu .modcontent ul.menu > li.active span {
  color: #fff;
}
.module._menu .modcontent ul.menu > li.parent {
  position: relative;
}
.module._menu .modcontent ul.menu > li.parent > a:after {
  font-family: FontAwesome;
  content: "\f0d7";
}
.module._menu .modcontent ul.menu > li.parent ul {
  list-style: none;
  display: none;
  background: #F7F7F7;
  position: absolute;
  z-index: 3;
  border: solid 1px #ccc;
  top: 130%;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  font-size: 91%;
  margin: 0;
}
.module._menu .modcontent ul.menu > li.parent ul li {
  padding: 0;
}
.module._menu .modcontent ul.menu > li.parent ul li ul {
  border: none;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover {
  color: #e10a30;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover li {
  color: #f5294d;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover li:hover {
  color: #e10a30;
}
.module._menu .modcontent ul.menu > li.parent ul li.active {
  color: #e10a30;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li {
  color: #f5294d;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li:hover {
  color: #e10a30;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li.active {
  color: #e10a30;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li.active a {
  color: #e10a30;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li a {
  color: #f5294d;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li a:hover {
  color: #e10a30;
}
.module._menu .modcontent ul.menu > li.parent ul li.active a {
  color: #e10a30;
}
.module._menu .modcontent ul.menu > li.parent ul li a {
  color: #f5294d;
  display: block;
  padding: 5px;
}
.module._menu .modcontent ul.menu > li.parent ul li a:hover {
  color: #e10a30;
}
.module._menu .modcontent ul.menu > li.parent:hover ul {
  display: block;
  top: 100%;
  border-top: 1px;
}
.module._menu .modcontent ul.menu > li.parent:hover ul ul {
  position: static;
  box-shadow: none;
  font-size: 100%;
}
.module._menu .modcontent ul.menu > li:last-child {
  border: none;
}
.module._menu .col2 li {
  margin: 5px;
  padding: 0 10px;
  display: inline-block;
  background: #ddd;
  border: none !important;
  border-radius: 3px;
}
.module._menu .col2 li a {
  color: white;
}
#nav_scroll {
  position: fixed;
  top: 100px;
  right: 0;
  padding: 10px;
  margin: 0;
  z-index: 10;
  background: #000;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#nav_scroll li {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#nav_scroll li a {
  display: block;
  position: relative;
}
#nav_scroll li a .menu-title {
  position: absolute;
  top: 0;
  right: 30px;
  padding: 1px 10px;
  width: 100px;
  background: #e10a30;
  color: #fff;
  display: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#nav_scroll li a .menu-title:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-left-color: #e10a30;
  border-right-color: #e10a30;
  border-width: 5px 0px 5px 5px;
  margin-top: -5px;
}
#nav_scroll li a:hover .menu-title {
  display: block;
}
#nav_scroll li a:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #bfbfbf;
}
#nav_scroll li.current a:before {
  content: "\f06e";
  font-size: 15px;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 2em;
  border: 1px solid #ddd;
  font-size: 91%;
}
table.variations tr.odd {
  background: none;
  border: none;
}
table.variations tr.odd td {
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
table.variations tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #e5e5e5;
}
div.news-update .news-item {
  margin-top: 20px;
}
div.news-update .news-item:first-child {
  margin-top: 0;
}
div.news-update .news-item .news-date {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
  background: #eee;
  font-size: 14px;
  color: #444;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
div.news-update .news-item .news-date span {
  display: block;
  font-weight: bold;
}
div.news-update .news-item .news-date:hover {
  background: #444;
  color: #eee;
}
div.news-update .news-item .news-info {
  color: #444;
}
div.news-update .news-item .news-info h4:hover {
  color: #e10a30;
}
.languages-top {
  background: transparent;
  line-height: 36px;
  border-left: 1px solid #ddd;
  float: right;
  margin: 0;
  position: relative;
  z-index: 155;
}
.languages-top.open {
  color: #e10a30;
}
.languages-top a.dropdown-toggle {
  color: #444;
  padding: 0px 25px 0px 15px;
  display: inline-block;
}
.languages-top a.dropdown-toggle:hover {
  color: #e10a30;
}
.languages-top a.dropdown-toggle:after {
  position: absolute;
  top: 13px;
  right: 10px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: normal;
}
.languages-top a.dropdown-toggle img {
  margin-right: 5px;
}
.languages-top a.dropdown-toggle .caret {
  display: none;
}
.languages-top ul.dropdown-menu {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0;
  min-width: 107px;
}
.languages-top ul.dropdown-menu li {
  margin: 0;
  text-align: left;
  padding: 4px 0;
}
.languages-top ul.dropdown-menu li a {
  padding: 3px 25px 3px 15px;
  font-size: 12px;
}
.languages-top ul.dropdown-menu li a img {
  margin-right: 10px;
  margin-top: 3px;
  float: left;
}
#search-form .form-inline .word {
  margin: 0;
}
#search-form .form-inline .word .btn {
  padding: 6px 20px;
  border-radius: 0;
}
div.dateheader {
  line-height: 36px;
  color: #0f0e0e;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
div.other-right {
  padding-left: 30px;
  padding-right: 0;
}
div.sj-about-me {
  background: #f3f3f3;
  padding-top: 15px;
  padding-bottom: 15px;
}
div.sj-about-me .modcontent {
  text-align: center;
  padding: 0 20px;
}
div.sj-about-me .modcontent h3 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
div.banner {
  margin: 10px 0 17px;
}
div.banner img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#banner-bottom div.banner {
  margin-bottom: 40px;
}
#banner-right {
  padding-left: 0;
}
#banner-right ul {
  margin: 0;
  padding: 0;
}
#banner-right ul li {
  list-style: none;
  padding: 0;
  margin-top: 14px;
}
#banner-right ul li:first-child {
  margin-top: 0;
}
#banner-right ul li a {
  position: relative;
  display: block;
}
#banner-right ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: 20;
}
#banner-right ul li a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.module.brand-home3 .yt-carousel-media .yt-carousel-slide .yt-carousel-links a.yt-lightbox-item {
  display: none;
}
.module.brand-home3 .yt-carousel-media .owl-stage-outer {
  border: 1px solid #ddd;
}
.module.brand-home3 .yt-carousel-media .owl-controls {
  margin: 0;
}
.module.brand-home3 .yt-carousel-media .owl-controls .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
}
.module.brand-home3 .yt-carousel-media .owl-controls .owl-nav [class*='owl-'] {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  color: #ddd;
  font-size: 14px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.brand-home3 .yt-carousel-media .owl-controls .owl-nav [class*='owl-']:hover {
  background: #e10a30;
  border-color: #e10a30;
}
.module.brand-home3 .yt-carousel-media .owl-controls .owl-nav .owl-prev {
  left: -15px;
}
.module.brand-home3 .yt-carousel-media .owl-controls .owl-nav .owl-next {
  right: -15px;
}
.yt-carousel-style-4 .yt-carousel-slide,
.yt-carousel-style-3 .yt-carousel-slide,
.yt-carousel-style-2 .yt-carousel-slide {
  background-color: transparent !important;
}
div.tick-news {
  margin: 0;
  padding-top: 7px;
  overflow: hidden;
  max-height: 36px;
}
div.tick-news .title {
  background: #e67e22;
  padding: 0 6px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.tick-news .yt-carousel-caption {
  padding: 0;
}
div.tick-news .yt-carousel-slide-title {
  font-size: 12px;
  font-weight: normal;
  color: #444;
  line-height: 20px;
}
div.tick-news .yt-carousel-slide-title:hover {
  color: #e10a30;
}
div.tick-news .owl-theme .owl-controls {
  margin: 0;
}
.yt-bottom {
  margin-top: 40px;
}
.yt-bottom .module {
  margin: 0;
}
.yt-bottom .module h3.modtitle {
  border: 0 none;
  display: block;
  font-size: 14px;
  line-height: 100%;
  padding-bottom: 10px;
  margin: 0;
  text-transform: capitalize;
}
.yt-bottom .module h3.modtitle:after {
  content: none;
}
.yt-bottom .module .modcontent .block-title {
  display: none;
}
.yt-bottom .module .modcontent ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.yt-bottom .module .modcontent ul li a {
  color: #444444;
  font-size: 13px;
}
.yt-bottom .module .modcontent ul li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  padding-right: 6px;
  float: left;
}
.yt-bottom .module .modcontent ul li a:hover {
  color: #e10a30;
  padding-left: 5px;
  transition: all 0.2s ease-in-out 0s;
}
.yt-bottom .module .modcontent ul li a:hover:before,
.yt-bottom .module .modcontent ul li a:hover:after {
  padding-left: 5px;
  transition: all 0.2s ease-in-out 0s;
}
.yt-bottom .module .modcontent ul li .inner {
  margin-top: -6px;
  line-height: 20px;
  color: #444;
}
.yt-bottom .module .modcontent ul li .inner a:before {
  display: none;
}
.yt-bottom .module .modcontent ul .address,
.yt-bottom .module .modcontent ul .email,
.yt-bottom .module .modcontent ul .phone {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.mod-finder-searchform-id {
  margin: 0;
  position: relative;
}
.mod-finder-searchform-id .mod-finder-searchword-id {
  height: 34px;
  padding: 0 14px;
  color: #686868;
  background: transparent;
  font-size: 14px;
  border: none;
  font-style: italic;
  border-left: 1px solid #f3f3f3;
  margin: 10px 0;
  height: 20px;
}
.mod-finder-searchform-id .mod-finder-searchword-id:focus + .button i {
  color: #e10a30;
}
.mod-finder-searchform-id button.finder {
  color: #686868;
  background: transparent;
  border: none;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 10px;
  right: 0;
}
.mod-finder-searchform-id button.finder:hover span {
  color: #e10a30;
}
.mod-finder-searchform-id i {
  margin: 0;
  font-size: 14px;
}
.form-inline {
  margin: 0;
}
.form-inline [class^="icon-"],
.form-inline [class*=" icon-"] {
  margin: 0;
}
.form-inline .input-append .add-on,
.form-inline .input-prepend .add-on {
  padding: 4px 10px;
}
.form-inline .input-small {
  width: 120px;
}
.form-inline .icon-add {
  display: inline-block;
  color: #fff;
  line-height: 14px;
  width: 14px;
  height: 14px;
  background: #e10a30;
  text-align: center;
  margin-right: 6px;
}
.form-inline .icon-add:before {
  content: "+";
}
.form-inline ul.unstyled {
  margin: 0;
}
.form-inline .filters .button {
  padding: 4px 20px;
}
.form-vertical {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.form-vertical:hover ul.listprofiles {
  display: block;
}
.form-vertical .login-greeting {
  color: #444;
  margin: 0px;
  float: left;
  line-height: 36px;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}
.form-vertical .logout-button {
  float: left;
}
.form-vertical .logout-button .btn {
  padding: 4px 10px;
  background: #e10a30;
}
.login-profile {
  float: right;
}
.login-profile .list-profiles {
  display: inline-block !important;
  line-height: 36px;
}
.login-profile .list-profiles.open .btn-default.dropdown-toggle {
  background: #fff;
  color: #444;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 4px 10px 5px;
  height: 36px;
  margin: 0;
}
.login-profile .list-profiles:hover .dropdown-menu {
  display: block;
}
.login-profile .list-profiles .btn-default.dropdown-toggle {
  font-size: 12px;
  font-weight: normal;
  background: none;
  border: none;
  color: #444;
  height: 36px;
  padding: 4px 10px 5px;
  margin: 0;
  border-left: 1px solid #ddd;
}
.login-profile .list-profiles .btn-default.dropdown-toggle span {
  margin: 0 5px;
}
.login-profile .list-profiles .btn-default.dropdown-toggle:hover {
  color: #e10a30;
}
.login-profile .list-profiles .btn-default.dropdown-toggle:hover span {
  color: #e10a30;
}
.login-profile .list-profiles .dropdown-menu {
  right: auto;
  left: 0;
  padding: 0 20px;
  margin-top: 0px;
  min-width: 210px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
.login-profile .list-profiles .dropdown-menu li {
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
.login-profile .list-profiles .dropdown-menu li.logout-button {
  border: none;
  float: none;
}
.login-profile .list-profiles .dropdown-menu li.logout-button button.btn {
  margin: 20px 0 30px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0;
  background: #e10a30;
  -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  color: #fff;
  text-shadow: none;
}
.login-profile .list-profiles .dropdown-menu li.logout-button button.btn:hover {
  background: #f5294d;
  color: #fff;
}
.login-profile .list-profiles .dropdown-menu li a {
  padding: 0;
  color: #333;
  line-height: 36px;
}
.login-profile .list-profiles .dropdown-menu li a:hover {
  color: #e10a30;
  background: none;
}
.login-profile .open button.btn-default {
  position: relative;
  background: #ffffff;
  border: 1px solid #ccc;
}
.login-profile .open button.btn-default:hover {
  background: #fff;
}
.breadcrumb {
  background: none;
}
div.custom-plus span.label {
  display: inline-block;
  background: #e10a30;
  padding: 0 5px;
  line-height: 18px;
  margin: 11px 15px 11px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  float: left;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.custom-plus span.label:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-left-color: #e10a30;
  border-right-color: #e10a30;
  border-width: 9px 0px 9px 9px;
  margin-top: -9px;
}
div.custom-plus ul.custom-link {
  margin: 0;
  padding: 0;
}
div.custom-plus ul.custom-link li {
  list-style: none;
  float: left;
  margin: 0 10px;
  line-height: 40px;
}
div.custom-plus ul.custom-link li a {
  color: #595959;
  text-transform: capitalize;
}
div.custom-plus ul.custom-link li a:hover {
  color: #e10a30;
}
a.readmore {
  text-transform: uppercase;
  padding: 10px 20px 10px 0px;
  float: left;
  color: #999;
  transition: 0.3s all ease 0s;
  display: block;
  position: relative;
  z-index: 1;
}
a.readmore:after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  transition: 0.3s all ease 0s;
  background: #e10a30;
  content: "";
  z-index: -1;
}
a.readmore:hover {
  color: #f5f6f6;
  padding: 10px 20px;
}
a.readmore:hover:after {
  width: 100%;
}
.whoonline {
  padding: 15px 20px;
}
.whoonline h3.modtitle {
  margin-bottom: 20px;
}
.whoonline .modcontent {
  background: #e10a30;
  padding: 15px;
  color: #fff;
}
.whoonline .round-online {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/styling/red/icon_user.png") no-repeat center center #fff;
  margin-right: 15px;
  float: left;
}
.whoonline .round-online i {
  font-size: 30px;
  color: #e10a30;
  display: table;
  margin: 14px auto;
  display: none;
}
ul.list-contact li {
  margin-bottom: 15px;
}
ul.list-contact .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #E0E0E0;
  margin: 0 15px 15px 0;
}
ul.list-contact > div {
  overflow: hidden;
}
ul.list-contact h3 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000;
}
ul.list-contact p {
  font-size: 12px;
  line-height: 18px;
}
ul.list-contact a {
  color: #666;
}
ul.list-contact a:hover {
  color: #e10a30;
}
.mega-module ul.menu li {
  position: relative;
  padding: 1px 0 1px 0;
}
.mega-module ul.menu li a {
  display: block;
  padding: 6px 10px;
  color: #fff;
  font-size: 100%;
  text-transform: none;
  line-height: 20px;
}
.mega-module ul.menu li:hover a,
.mega-module ul.menu li.active a {
  background-color: #b00826;
}
div.yt-socialbt a.min {
  color: #999;
}
div.yt-socialbt a.min:hover {
  color: #e10a30;
}
div.yt-socialbt a.min i {
  font-size: 18px;
}
#contact ul li i {
  color: #999;
  margin-right: 9px;
}
#contact ul li a {
  color: #e10a30;
}
#contact ul li a:hover {
  color: #f5294d;
}
.yt-loginform {
  text-align: right;
}
.yt-loginform:hover .dropdown-toggle {
  background: #e10a30;
}
.yt-loginform .dropdown-toggle {
  padding: 0px 16px;
  display: block;
  color: #fff;
  line-height: 54px;
  background: #1C1E24;
}
.yt-loginform .dropdown-toggle .fa {
  margin-left: 5px;
}
.yt-loginform .dropdown-menu {
  min-width: 250px;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: #e10a30;
  background-color: rgba(224,11,50,0.9);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e00a31, endColorstr=#e5e00a31)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e00a31, endColorstr=#e5e00a31);
  padding: 20px;
  border-radius: 0px;
}
.yt-loginform .dropdown-menu .input-small {
  border: none;
  width: 100%;
  height: 30px;
}
.yt-loginform .dropdown-menu .button {
  background: #444444;
  padding: 10px 35px;
  margin-bottom: 10px;
  transition: 0.3s all ease 0s;
  width: 100%;
}
.yt-loginform .dropdown-menu .button:hover {
  background: #000;
}
.yt-loginform .dropdown-menu ul.unstyled {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.yt-loginform .dropdown-menu ul.unstyled li a {
  color: #ddd;
  font-size: 12px;
  transition: 0.3s all ease 0s;
}
.yt-loginform .dropdown-menu ul.unstyled li a:hover {
  color: #fff;
}
.yt-loginform .login-switch {
  padding: 0 15px;
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 36px;
  color: #444;
}
.yt-loginform .login-switch:hover {
  color: #e10a30;
}
.yt-loginform .yt-login #myLogin.modal.fade.in #modlgn-remember {
  float: none;
  margin: 0 5px 0 0;
}
.yt-loginform .yt-login .yt-login-list {
  margin: 0;
  padding: 0;
}
.yt-loginform .yt-login .yt-login-list li {
  list-style: none;
  display: inline-block;
}
.yt-loginform .yt-login .yt-login-list li.yt-login-joinnow {
  padding-left: 20px;
  border-left: 1px solid #999;
  line-height: 11px;
}
.yt-loginform .yt-login .yt-login-list li.yt-login-joinnow a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 20px 5px;
  background: #ea3a3c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
}
.yt-loginform .yt-login .yt-login-list li.yt-login-joinnow a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#myLogin .modal-dialog {
  width: 600px;
  margin: 100px auto;
  z-index: 9999;
}
#myLogin .modal-content {
  padding: 0px;
  text-align: left;
  border-radius: 0;
  overflow: hidden;
}
#myLogin h3.title {
  padding: 0;
  border-style: solid;
  border-color: #ddd;
  border-bottom-color: #e10a30;
  border-width: 0px 0px 3px 0;
  color: #fff;
  background-color: #242424;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
#myLogin h3.title .title-inner {
  background: url(../images/icon/icon-bg-login.png) no-repeat 10px center #e10a30;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 12px 20px;
  padding-left: 58px;
  line-height: 40px;
}
#myLogin h3.title .title-inner:after {
  display: block;
  position: absolute;
  border-bottom: 0px solid transparent;
  border-left: 20px solid #e10a30;
  border-top: 46px solid transparent;
  border-right: 0 solid #e10a30;
  right: -20px;
  top: 0;
  content: "";
  width: 0;
}
#myLogin .btReverse {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
#myLogin #login-form {
  padding: 20px;
  border-right: 1px solid #ddd;
}
#myLogin #login-form .userdata {
  margin: 0 0 20px;
}
#myLogin #login-form .userdata .form-group .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ababab;
  color: #fff;
  font-size: 14px;
  float: left;
  margin: 0 -1px 0 0;
}
#myLogin #login-form .userdata .form-group input.inputbox {
  width: 80%;
  height: 40px;
  background: #f7f7f7;
  line-height: 20px;
  padding: 10px 6px;
  font-size: 12px;
  color: #909090;
}
#myLogin #login-form .userdata label {
  font-weight: 500;
}
#myLogin #login-form .userdata #form-login-remember {
  height: auto;
  line-height: normal;
}
#myLogin #login-form .userdata input[type="checkbox"] {
  float: left;
  margin: 3px 5px 0px 0px;
}
#myLogin #login-form .userdata .button {
  text-transform: uppercase;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 25px;
  background: #909090;
}
#myLogin #login-form .userdata .button:hover {
  background: #e10a30;
}
#myLogin #login-form .userdata .button i {
  font-size: 16px;
}
#myLogin #login-form ul.listlogin {
  padding: 0px;
}
#myLogin #login-form ul.listlogin li {
  display: inline-block;
  margin-right: 10px;
}
#myLogin #login-form ul.listlogin li a {
  color: #999;
}
#myLogin #login-form ul.listlogin li a:hover {
  color: #e10a30;
}
#myLogin .login-right {
  padding: 20px;
}
#myLogin .login-right h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
#myLogin .login-right p,
#myLogin .login-right ul {
  font-style: italic;
}
#myLogin .login-right ul {
  margin-bottom: 15px;
}
#myLogin .login-right .btReverse {
  background: #e10a30;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
}
#myLogin .login-right .btReverse:hover {
  background: #b00826;
}
div.latest-post .sj-extraslider {
  margin: 0;
}
div.latest-post .sj-extraslider .heading-title {
  padding: 0;
  border-style: solid;
  border-color: #ddd;
  border-bottom-color: #e10a30;
  border-width: 1px 0px 3px 0;
  color: #444;
  display: inline-block;
  font-size: 16px;
  line-height: 31px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
div.latest-post .sj-extraslider .heading-title .heading-title-inner {
  background: #e10a30;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 7px 20px;
  margin-left: -1px;
}
div.latest-post .sj-extraslider .heading-title .heading-title-inner:after {
  display: block;
  position: absolute;
  border-bottom: 0px solid transparent;
  border-left: 20px solid #e10a30;
  border-top: 34px solid transparent;
  border-right: 0 solid #e10a30;
  right: -20px;
  top: 0;
  content: "";
  width: 0;
}
div.latest-post .sj-extraslider .extraslider-control {
  position: absolute;
  right: 0;
  padding: 0;
}
div.latest-post .sj-extraslider .extraslider-control a {
  width: 20px;
  text-align: left;
  height: auto;
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  background: none;
  color: #999;
}
div.latest-post .sj-extraslider .extraslider-control a:hover {
  color: #e10a30;
}
div.latest-post .sj-extraslider .extraslider-control .nav-page {
  display: none;
}
div.latest-post .sj-extraslider .extraslider-inner {
  border: none;
}
div.latest-post .sj-extraslider .extraslider-inner .item .line {
  margin: 0;
  border: none;
}
div.latest-post .sj-extraslider .extraslider-inner .item .line .style2 .item-wrap-inner {
  margin: 0;
  padding: 0;
}
div.latest-post .sj-extraslider .extraslider-inner .item .line .style2 .item-wrap-inner .item-image {
  border: none;
  text-align: center;
}
div.latest-post .sj-extraslider .extraslider-inner .item .line .style2 .item-wrap-inner .item-image img {
  width: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.latest-post .sj-extraslider .extraslider-inner .item .line .style2 .item-wrap-inner .item-image img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.latest-post .sj-extraslider .extraslider-inner .item .line .style2 .item-info {
  background: none;
  color: #444;
}
div.latest-post .sj-extraslider .extraslider-inner .item .line .style2 .item-info .item-title {
  padding: 15px 20px 0;
}
div.latest-post .sj-extraslider .extraslider-inner .item .line .style2 .item-info a {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  text-transform: inherit;
}
div.latest-post .sj-extraslider .extraslider-inner .item .line .style2 .item-info a:hover {
  color: #e10a30 !important;
  text-decoration: none;
}
div.latest-post .sj-extraslider .extraslider-inner .item .line .style2 .item-info .item-description {
  color: #666;
  padding: 0px 10px 20px;
}
div.moduletabs.top-position div.tabs-container {
  margin: 0px;
  height: 48px !important;
}
div.moduletabs.top-position div.tabs-container ul.tabs li {
  border-right: solid 1px #e3e3e3;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab {
  padding: 15px 0px;
  font-size: 18px;
  color: #444;
  text-transform: uppercase;
  border: none;
  position: relative;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab:after {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #e10a30;
  left: 0px;
  bottom: 0px;
  content: "";
  display: none;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected {
  color: #e10a30;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected:after {
  display: block;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab:hover {
  color: #e10a30;
  background: #fff;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab:hover:after {
  display: block;
}
div.moduletabs.top-position div.tabs-container ul.tabs li:last-child {
  border: none;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item {
  border: none;
  padding: 13px 19px;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item:hover {
  background: #fff;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .bsn-image {
  margin-right: 18px;
  margin-bottom: 10px;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item h2.basicnews-title a {
  font-size: 14px;
  color: #666;
  transition: 0.3s all ease 0s;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .basicnews-info .basic-date {
  float: left;
  color: #999;
  font-size: 14px;
  margin: 0px 20px 0px 0px;
  padding-left: 21px;
  background: url(../images/icon/icon_date2.png) no-repeat left center;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .basicnews-info .cattitle {
  float: left;
  color: #999;
  font-size: 14px;
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  padding-left: 27px;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item:hover h2.basicnews-title a {
  color: #e10a30;
}
div.sj-accordion {
  border: none;
}
div.sj-accordion .acd-items .acd-item .acd-header {
  margin: 0px;
  border: none;
  font-size: 18px;
  color: #f5f6f6;
  text-transform: uppercase;
  background: url(../images/icon/icon_cong.png) no-repeat 20px center #23262d;
  padding: 12px 10px 12px 50px;
  transition: 0.3s all ease 0s;
}
div.sj-accordion .acd-items .acd-item .acd-header:hover {
  background-color: #2E3138;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner {
  position: relative;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-image {
  margin: 0px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content {
  position: absolute;
  bottom: 0px;
  padding: 17px 20px;
  height: auto;
  background: rgba(0,0,0,0.5);
  margin: 0px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content .acd-description {
  color: #fff;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info {
  list-style: none;
  padding: 10px 0px 0px;
  margin: 0px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info li {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info li span.acd-date {
  background: url(../images/icon/icon_date.png) no-repeat left center;
  padding-left: 23px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info li span.acd-hits {
  background: url(../images/icon/icon_hits.png) no-repeat left center;
  padding-left: 27px;
}
div.sj-accordion .acd-items .acd-item.selected .acd-header {
  background: url(../images/icon/icon_tru.png) no-repeat 20px center #e10a30;
}
div.sj-accordion .acd-items .acd-item .acd-image {
  position: relative;
}
div.sj-accordion .acd-items .acd-item .acd-image a.hover-link {
  height: 25px;
  width: 25px;
  background: url(../images/icon/icon_cong2.png) no-repeat 0px 0px;
  transition: 0.7s all ease 0s;
  position: absolute;
  left: 47%;
  top: -50%;
  opacity: 0;
}
div.sj-accordion .acd-items .acd-item:hover .acd-image a.hover-link {
  top: 20%;
  opacity: 1;
}
div.contact-ajax .ctajax-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
div.contact-ajax .ctajax-wrap.bigmap .col-md-12 {
  margin-bottom: 20px;
}
div.contact-ajax .ctajax-wrap .ctajax-element {
  padding-right: 15px;
  padding-left: 15px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control:first-child {
  margin-top: 0;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] {
  padding: 8px 35px;
  border-radius: 0;
  background: #e10a30;
  border: none;
  color: #fff;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"]:hover {
  background: #23262D;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-heading {
  font-size: 18px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form input.el-input {
  width: 85%;
}
.stats-module dt {
  width: 35%;
  display: inline-block;
  font-weight: bold;
}
.stats-module dd {
  width: 63%;
  display: inline-block;
}
div.bsn-wrap .item {
  padding: 15px 0px;
}
div.bsn-wrap .item .bsn-image {
  margin-bottom: 15px;
}
div.bsn-wrap .item .bsn-image img {
  transition: 0.3s all ease 0s;
}
div.bsn-wrap .item .bsn-image:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
div.bsn-wrap .item h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
div.bsn-wrap .item h2 a {
  color: #666;
  font-size: 18px;
}
div.bsn-wrap .item p {
  margin: 0px;
}
div.bsn-wrap .item span.basic-date {
  display: inline-block;
  color: #999;
  margin: 0px 10px 0px 0px;
  font-size: 100%;
  background: url(../images/icon/icon_date2.png) no-repeat left center;
  padding-left: 21px;
}
div.bsn-wrap .item span.basic-hits {
  display: inline-block;
  color: #999;
  margin: 0px;
  font-size: 100%;
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  padding-left: 27px;
}
div.bsn-wrap .item .fa {
  color: #999;
}
div.bsn-wrap .item:hover h2 a {
  color: #e10a30;
}
div.bsn-wrap.theme3 {
  margin: 0px -20px;
}
div.bsn-wrap.theme3 .item {
  padding: 0px;
}
div.bsn-wrap.theme3 .item h2.basicnews-title {
  margin-bottom: 30px;
  padding: 0px 20px;
}
div.bsn-wrap.theme3 .item h2.basicnews-title a {
  color: #f5f6f6;
}
div.bsn-wrap.theme3 .item .bsn-image {
  margin: 0px;
}
div.bsn-wrap.theme3 .item .basicnews-desc {
  background: #23262d;
  padding: 20px;
  color: #999;
  display: block;
  transition: 0.3s all ease 0s;
}
div.bsn-wrap.theme3 .item .basicnews-info {
  background: #23262d;
  padding: 5px 20px 20px;
  overflow: hidden;
}
div.bsn-wrap.theme3 .item .basicnews-info span.basic-date {
  float: left;
  margin-right: 20px;
  transition: 0.3s all ease;
}
div.bsn-wrap.theme3 .item .basicnews-info .cattitle {
  color: #999;
  padding-left: 27px;
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  float: left;
  transition: 0.3s all ease;
}
div.bsn-wrap.theme3 .item:hover h2.basicnews-title a {
  color: #fff;
}
div.bsn-wrap.theme3 .item:hover .basicnews-desc {
  color: #fff;
}
div.bsn-wrap.theme3 .item:hover .basicnews-info span.basic-date {
  color: #fff;
  background-image: url(../images/icon/icon_date.png);
}
div.bsn-wrap.theme3 .item:hover .basicnews-info .cattitle {
  color: #fff;
  background-image: url(../images/icon/icon_hits.png);
}
.module._menu {
  margin-top: 0;
}
.module._menu.side-menu .modcontent ul.menu > li.parent >a:after,
.module._menu.side-menu .modcontent ul.menu > li.parent span:after {
  content: "\f0da";
  font-family: FontAwesome;
  float: right;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul {
  left: -100%;
  -webkit-transition: transform 0.2s ease-in-out 0s;
  -moz-transition: transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li.parent > span {
  color: #f5294d;
  cursor: pointer;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li.parent > span:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  float: right;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li.parent > span:hover {
  color: #e10a30;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li ul {
  display: none;
  width: 220px;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul {
  top: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 4px 10px;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li:last-child {
  border: none;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li.parent > a:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  float: right;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li:hover ul {
  display: block;
  left: -220px;
  position: absolute;
  top: 0;
  z-index: 10;
  background: #fff;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li:hover ul li {
  padding: 4px 5px;
}
.module._menu.side-menu .modcontent ul.menu li a.fa-home:before {
  margin-right: 10px;
}
.module._menu.tree-menu .modcontent ul.menu li ul {
  display: none;
}
.module._menu.tree-menu .modcontent ul.menu li a:after {
  display: none;
}
.module._menu.tree-menu .modcontent ul.menu li:hover ul {
  display: none;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active > a:after {
  display: inline-block;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active ul {
  background: #fff;
  display: block;
  position: static;
  border: 0;
  padding-left: 20px;
  list-style-type: circle;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active ul li.parent > span {
  color: #f5294d;
  cursor: pointer;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active ul li.parent > span:hover {
  color: #e10a30;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active:hover ul ul {
  font-size: 91%;
}
.module._menu.tree-menu .modcontent ul.menu li a.fa-home:before {
  margin-right: 10px;
}
.module.sjflatmenu {
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  z-index: 0;
}
.module.sjflatmenu h3.modtitle {
  padding: 16px 20px;
}
.module.sjflatmenu h3.modtitle:after {
  content: none;
}
.module.sjflatmenu .modcontent ul.sj-flat-menu {
  padding: 0;
}
.module.sjflatmenu .modcontent ul.sj-flat-menu ul {
  padding: 0;
}
.module.sjflatmenu .modcontent .pretext,
.module.sjflatmenu .modcontent .posttext {
  display: none;
}
.module.sjflatmenu .modcontent .flyout-menu {
  border: none;
  background: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li {
  background: #fff;
  border-bottom: #ddd 1px solid;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-item .fm-link a {
  color: #f5294d;
  font-weight: normal;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-item .fm-link a img {
  display: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul {
  border: #ddd 1px solid;
  list-style: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li .fm-item .fm-link a {
  color: #f5294d;
  font-weight: normal;
  padding-left: 0;
  background: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li .fm-item .fm-link a img {
  display: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-item .fm-link a {
  color: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container .fm-item .fm-link a {
  color: #f5294d;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container li:hover .fm-item .fm-link a {
  color: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container li:hover .fm-container .fm-item .fm-link a {
  color: #f5294d;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container li:hover .fm-container li:hover .fm-item .fm-link a {
  color: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li.fm-last {
  border: none;
}
.module.sjflatmenu .modcontent .flyout-menu li:hover {
  background: #e10a30;
}
.module.sjflatmenu .modcontent .flyout-menu li:hover .fm-item .fm-link a {
  color: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu {
  border: none;
  background: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li {
  background: #fff;
  border-bottom: #ddd 1px solid;
}
.module.sjflatmenu .modcontent .accordion-menu li a {
  color: #f5294d;
}
.module.sjflatmenu .modcontent .accordion-menu li a img {
  display: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-last {
  border-bottom: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened > .fm-item {
  border-bottom: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul {
  list-style-type: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li {
  border: none;
  padding: 2px 0;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li .fm-item {
  position: relative;
  top: 6px;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li a {
  padding-left: 0;
  line-height: normal;
}
.module.sjflatmenu .modcontent .accordion-menu li .fm-item a {
  background: none;
  padding-left: none;
  font-weight: normal;
}
.module.sjflatmenu .modcontent .accordion-menu li:hover {
  background: #e10a30;
}
.module.sjflatmenu .modcontent .accordion-menu li:hover a {
  color: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover {
  background: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover li:hover {
  background: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover a {
  color: #f5294d;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover a:hover {
  color: #e10a30;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-item a {
  color: #f5294d;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-item:hover a {
  color: #e10a30;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-cats .respl-cat .respl-count {
  color: #f5294d;
  font-size: 14px;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-cats .respl-cat .respl-count:hover {
  color: #e10a30;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-cats .respl-cat.sel .respl-count {
  background: #e10a30;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  border-color: #e10a30;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-sort {
  padding: 0;
  font-size: 14px;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-sort .sort-inner {
  font-size: 13px;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-sort .sort-select {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  left: auto;
  right: 0;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-sort .sort-select li a {
  font-size: 12px;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-sort .sort-select li a:hover {
  background: #e10a30;
  color: #fff;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-view {
  display: none !important;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner {
  display: block;
  position: relative;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .more-inner {
  display: block;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  top: auto;
  text-align: center;
  text-shadow: 0 1px #000;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
  padding: 0 10px;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .more-inner a {
  color: #fff;
  font-size: 12px;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .more-inner a:hover {
  color: #e10a30;
  text-decoration: none;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .more-inner .more-public a {
  font-style: italic;
  font-size: 11px;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .shadow {
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .more-title a {
  padding: 5px 0;
  color: #f5294d;
  display: block;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item:hover .item-image .more-inner {
  bottom: 30%;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item:hover .item-image .more-inner a {
  color: #fff;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item:hover .item-image .shadow {
  background: rgba(0,0,0,0.5);
}
.sjportfolio .sj-responsive-listing .respl-loader {
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  box-shadow: none;
  border: none;
  background: #e10a30;
}
.sjportfolio .sj-responsive-listing .respl-loader .respl-button {
  text-shadow: none;
}
.sjportfolio .sj-responsive-listing .respl-loader .respl-button .loader-label {
  color: #fff;
}
.list_mega {
  margin: 15px 12px;
}
.icon-chevron-right:before {
  content: "\f101";
}
.icon-chevron-left:before {
  content: "\f100";
}
.item-page .img-fulltext img {
  width: 100%;
}
.module.blog-category h3.modtitle {
  display: inline-block;
  font-weight: bold;
  line-height: 100%;
  margin: 0 0 2px 0;
}
.module.blog-category h3.modtitle:after {
  width: 140px;
}
.module.blog-category .modcontent ul.menu {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.module.blog-category .modcontent ul.menu li {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
}
.module.blog-category .modcontent ul.menu li a {
  color: #f5294d;
  font-size: 12px;
}
.module.blog-category .modcontent ul.menu li a:hover {
  color: #e10a30;
}
ul.categories-module {
  padding: 5px 20px 0;
  margin: 0;
}
ul.categories-module li {
  list-style: none;
  line-height: 40px;
  border-bottom: 1px dotted #ddd;
}
ul.categories-module li:last-child {
  border-bottom: none;
}
ul.categories-module li h4 {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
}
ul.categories-module li h4 a {
  color: #666;
}
ul.categories-module li h4 a:hover {
  color: #e10a30;
}
.module.popular-tags .modcontent .block-title {
  border-bottom: 1px solid #ddd;
  line-height: 100%;
}
.module.popular-tags .modcontent .block-title h3 {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  margin: 0;
}
.module.popular-tags .modcontent .block-title h3:after {
  background: #e10a30;
  bottom: -1px;
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  width: 128px;
}
.module.popular-tags .modcontent .tagspopular.popular-tags {
  overflow: hidden;
  margin: 20px 15px 15px 20px;
}
.module.popular-tags .modcontent .tagspopular.popular-tags ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.module.popular-tags .modcontent .tagspopular.popular-tags ul li {
  float: left;
  margin: 0 5px 5px 0;
}
.module.popular-tags .modcontent .tagspopular.popular-tags ul li:hover a {
  background: #e10a30;
  color: #fff;
}
.module.popular-tags .modcontent .tagspopular.popular-tags ul li a {
  border: 1px solid #ddd;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0px 15px;
  color: #444;
  display: inline-block;
}
div.acymailing_module div.acymailing_fulldiv {
  padding: 30px !important;
  background: #f3f3f3;
  text-align: center;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_introtext {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px !important;
  color: #000;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_form {
  width: 100%;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_form tbody td {
  padding: 5px 0;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_form tbody td .inputbox {
  color: #808080;
  height: 40px;
  width: 100%;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-style: italic;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_form tbody td .subbutton {
  height: 40px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 8px 13px;
  background: #222;
  color: #fff;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_form tbody td .subbutton:hover {
  background-color: #e10a30;
}
div.youtube,
div.yt-youtube {
  margin-bottom: 25px;
}
div.youtube .yt-lightbox,
div.yt-youtube .yt-lightbox {
  margin: 0;
}
div.youtube iframe,
div.yt-youtube iframe {
  width: 100%;
}
div.poscenter {
  display: block;
}
div.poscenter div.yt-socialbt {
  margin-right: 27px;
}
div.poscenter div.yt-socialbt:last-child {
  margin-right: 0;
}
div.poscenter div.yt-socialbt a.min {
  color: #fff;
}
div.poscenter div.yt-socialbt a.min:hover {
  color: #e10a30;
}
#social {
  position: absolute;
  width: auto;
  right: 30px;
  top: 40px;
  z-index: 11;
}
#social div.yt-socialbt {
  padding: 3px;
  margin-right: 5px;
}
#social div.yt-socialbt a {
  color: #000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #9e9e9e;
}
#social div.yt-socialbt a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
}
#social div.yt-socialbt a:hover {
  background: #fff;
}
div.custom {
  font-size: 20px;
  text-transform: uppercase;
  color: #666;
  border: 3px solid #ddd;
  padding: 20px 21px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.custom .fa {
  font-size: 57px;
  color: #e10a30;
  float: left;
}
div.custom .modcontent {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.custom .modcontent:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.custom h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #e10a30;
  font-weight: bold;
  margin-bottom: 5px;
}
div.custom:hover {
  border-color: #e10a30;
}
div.custom.satis .fa,
div.custom.satis h3 {
  color: #3cb7e7;
}
div.custom.great .fa,
div.custom.great h3 {
  color: #e67e22;
}
div.faqs ul.yt-accordion li.yt-accordion-group {
  margin: 0;
  border-top: 1px solid #ddd;
}
div.faqs ul.yt-accordion li.yt-accordion-group:first-child {
  border-top: none;
}
div.faqs ul.yt-accordion li.yt-accordion-group .icon_accordion {
  background: #999;
  padding: 3px;
  font-size: 10px !important;
}
div.faqs ul.yt-accordion li.yt-accordion-group .active i:before {
  color: #fff;
}
.module.yt-collections {
  margin-bottom: 0px;
}
.module.yt-collections .modcontent ul.collections {
  list-style: outside none none;
  padding: 30px 0 0 0;
  margin: 0;
  overflow: hidden;
}
.module.yt-collections .modcontent ul.collections li {
  float: left;
  margin-left: 1%;
  width: 15.833%;
}
.module.yt-collections .modcontent ul.collections li a {
  border: 1px solid transparent;
  border-bottom: 3px solid #e10a30 !important;
  color: #999;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 140px;
  letter-spacing: 1px;
  line-height: 20px;
  padding-top: 21px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}
.module.yt-collections .modcontent ul.collections li a:hover {
  background-color: #fff;
  border: 1px solid #e10a30;
  color: #e10a30;
}
.module.yt-collections .modcontent ul.collections .collect1 {
  margin-left: 0;
}
.module.yt-collections .modcontent ul.collections .collect1 a {
  background: url(../images/icon/collect1.png) no-repeat center center #eee;
  text-align: center;
}
.module.yt-collections .modcontent ul.collections .collect2 a {
  background: url(../images/icon/collect2.png) no-repeat center center #eee;
  text-align: center;
}
.module.yt-collections .modcontent ul.collections .collect3 a {
  background: url(../images/icon/collect3.png) no-repeat center center #eee;
  text-align: center;
}
.module.yt-collections .modcontent ul.collections .collect4 a {
  background: url(../images/icon/collect4.png) no-repeat center center #eee;
  padding-left: 17px;
}
.module.yt-collections .modcontent ul.collections .collect4 a strong {
  font-size: 14px;
}
.module.yt-collections .modcontent ul.collections .collect5 a {
  background: url(../images/icon/collect5.png) no-repeat center center #eee;
  padding-left: 15px;
}
.module.yt-collections .modcontent ul.collections .collect5 a strong {
  font-size: 12px;
}
.module.yt-collections .modcontent ul.collections .collect6 a {
  background: url(../images/icon/collect6.png) no-repeat center center #eee;
  text-align: center;
}
div.yt-content-slider {
  margin-bottom: 25px;
}
div.yt-content-slider:hover .owl-controls {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.yt-content-slider.owl-carousel .owl-item img {
  width: 100%;
}
div.yt-content-slider .owl-controls {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: none;
}
div.yt-content-slider .owl-controls .owl-dots {
  display: none !important;
}
div.yt-content-slider .owl-controls .owl-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0,0,0,0.5);
  border: 1px solid #f3f3f3;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 40%;
  z-index: 3;
  color: #a5a5a5;
  font-size: 0;
  text-align: center;
}
div.yt-content-slider .owl-controls .owl-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 0;
  right: 0;
}
div.yt-content-slider .owl-controls .owl-prev:hover {
  color: #e10a30;
  border-color: #e10a30;
}
div.yt-content-slider .owl-controls .owl-next {
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0,0,0,0.5);
  border: 1px solid #f3f3f3;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 40%;
  z-index: 3;
  color: #a5a5a5;
  font-size: 0;
  text-align: center;
  left: auto;
  right: 8%;
}
div.yt-content-slider .owl-controls .owl-next:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 0;
  right: 0;
}
div.yt-content-slider .owl-controls .owl-next:hover {
  color: #e10a30;
  border-color: #e10a30;
}
div.yt-content-slider .owl-controls .owl-next:before {
  content: "\f105";
}
div.module .loader {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: url('../images/loading.gif') 50% 50% no-repeat white;
}
div.sj-breaking div.sj-extra-slider {
  margin: 0;
}
div.sj-breaking div.sj-extra-slider .heading-title {
  width: 12%;
  margin: 0;
  line-height: 36px;
  color: #e10a30;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding: 0 20px 0 30px;
  animation: blinker 1s linear infinite;
  
}
div.sj-breaking div.sj-extra-slider .heading-title:before {
  display: block;
  position: absolute;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 7px solid #e10a30;
  left: 0px;
  top: 8px;
  padding: 13px 0 0;
  content: "";
  width: 0;
  margin: auto;
}
div.sj-breaking div.sj-extra-slider .extraslider-inner {
  width: 79%;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}
div.sj-breaking div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner {
  margin: 0;
  padding: 0;
}
div.sj-breaking div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info {
  position: static;
  background: none;
}
div.sj-breaking div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-content {
  margin: 0;
  line-height: 36px;
  font-size: 14px;
}
div.sj-breaking div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-content .item-description {
  color: #606060;
}
div.sj-breaking div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-title {
  text-transform: inherit;
  padding: 0;
  font-weight: normal;
}
div.sj-breaking div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-title h3 {
  margin: 0;
  line-height: 36px;
}
div.sj-breaking div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-title a {
  color: #e10a30;
  font-size: 13px;
  font-weight: bold;
  vertical-align: bottom;
  text-transform: inherit;
}
div.sj-breaking div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-title a:hover {
  color: #e10a30;
}
div.sj-breaking div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-created {
  color: #e10a30;
  font-weight: bold;
  font-size: 13px;
  float: left;
  padding-right: 9px;
}
div.sj-breaking div.sj-extra-slider .owl-controls {
  width: 9%;
  margin: 0;
  line-height: 36px;
}
div.sj-breaking div.sj-extra-slider .owl-controls .owl-nav {
  float: right;
}
div.sj-breaking div.sj-extra-slider .owl-controls .owl-nav .owl-prev {
  font-size: 0;
  height: 24px;
  line-height: 24px;
  width: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #000;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin: 6px 0;
  border-right: 1px solid #787878;
  color: #787878;
  text-align: center;
}
div.sj-breaking div.sj-extra-slider .owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 15px;
}
div.sj-breaking div.sj-extra-slider .owl-controls .owl-nav .owl-prev:hover {
  background: #e10a30;
  color: #fff;
}
div.sj-breaking div.sj-extra-slider .owl-controls .owl-nav .owl-next {
  font-size: 0;
  height: 24px;
  line-height: 24px;
  width: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #000;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin: 6px 0;
  border-right: 1px solid #787878;
  color: #787878;
  text-align: center;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border: none;
}
div.sj-breaking div.sj-extra-slider .owl-controls .owl-nav .owl-next:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 15px;
}
div.sj-breaking div.sj-extra-slider .owl-controls .owl-nav .owl-next:hover {
  background: #e10a30;
  color: #fff;
}
div.sj-breaking div.sj-extra-slider .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
div.sj-breaking div.sj-extra-slider .owl-controls .owl-nav .owl-dots {
  display: none !important;
}
div.sj-footer div.sj-extra-slider {
  margin: 0;
}
div.sj-footer div.sj-extra-slider:hover .owl-controls {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.sj-footer div.sj-extra-slider .owl-controls {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: none;
}
div.sj-footer div.sj-extra-slider .owl-controls .owl-dots {
  display: none !important;
}
div.sj-footer div.sj-extra-slider .owl-controls .owl-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0,0,0,0.5);
  border: 1px solid #f3f3f3;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 40%;
  z-index: 3;
  color: #a5a5a5;
  font-size: 0;
  left: 7%;
  text-align: center;
}
div.sj-footer div.sj-extra-slider .owl-controls .owl-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 0;
  right: 0;
}
div.sj-footer div.sj-extra-slider .owl-controls .owl-prev:hover {
  color: #e10a30;
  border-color: #e10a30;
}
div.sj-footer div.sj-extra-slider .owl-controls .owl-next {
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0,0,0,0.5);
  border: 1px solid #f3f3f3;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 40%;
  z-index: 3;
  color: #a5a5a5;
  font-size: 0;
  left: 7%;
  text-align: center;
  left: auto;
  right: 7%;
}
div.sj-footer div.sj-extra-slider .owl-controls .owl-next:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 0;
  right: 0;
}
div.sj-footer div.sj-extra-slider .owl-controls .owl-next:hover {
  color: #e10a30;
  border-color: #e10a30;
}
div.sj-footer div.sj-extra-slider .owl-controls .owl-next:before {
  content: "\f105";
}
div.sj-footer div.sj-extra-slider .extraslider-inner {
  border: none;
  margin: 0;
  padding: 0;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner {
  margin: 0;
  padding: 0;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-image img {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-image img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info {
  background: none;
  padding: 0 20px 20px;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-title {
  padding: 0;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-title a {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  color: #fff;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-title a:hover {
  color: #e10a30;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-content {
  margin: 0;
  line-height: 36px;
  font-size: 14px;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-content .item-description {
  color: #606060;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-created,
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-author {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-created a,
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-author a {
  color: #fff;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-created a:hover,
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-footer div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-created {
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-sildeshow div.sj-extra-slider {
  margin: 0;
}
div.sj-sildeshow div.sj-extra-slider:hover .owl-controls {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.sj-sildeshow div.sj-extra-slider .owl-controls {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: none;
}
div.sj-sildeshow div.sj-extra-slider .owl-controls .owl-dots {
  display: none !important;
}
div.sj-sildeshow div.sj-extra-slider .owl-controls .owl-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0,0,0,0.5);
  border: 1px solid #f3f3f3;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 7%;
  top: 40%;
  z-index: 3;
  margin: auto;
  color: #a5a5a5;
  font-size: 0;
  text-align: center;
}
div.sj-sildeshow div.sj-extra-slider .owl-controls .owl-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 0;
  right: 0;
}
div.sj-sildeshow div.sj-extra-slider .owl-controls .owl-prev:hover {
  color: #e10a30;
  border-color: #e10a30;
}
div.sj-sildeshow div.sj-extra-slider .owl-controls .owl-next {
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0,0,0,0.5);
  border: 1px solid #f3f3f3;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 7%;
  top: 40%;
  z-index: 3;
  margin: auto;
  color: #a5a5a5;
  font-size: 0;
  text-align: center;
  left: auto;
  right: 7%;
}
div.sj-sildeshow div.sj-extra-slider .owl-controls .owl-next:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 0;
  right: 0;
}
div.sj-sildeshow div.sj-extra-slider .owl-controls .owl-next:hover {
  color: #e10a30;
  border-color: #e10a30;
}
div.sj-sildeshow div.sj-extra-slider .owl-controls .owl-next:before {
  content: "\f105";
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner {
  border: none;
  margin: 0;
  padding: 0;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner {
  margin: 0;
  padding: 0;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-image {
  background: #000;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-image img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-height: 455px;
  opacity: 0.45;
  filter: alpha(opacity=45);
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-image img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info {
  background: none;
  padding: 0 20px 20px;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-title {
  padding: 0;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-title a {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  color: #fff;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-title a:hover {
  color: #e10a30;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-content {
  margin: 0;
  line-height: 36px;
  font-size: 14px;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-content .item-description {
  color: #606060;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-created,
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-author {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-created a,
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-author a {
  color: #fff;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-created a:hover,
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-sildeshow div.sj-extra-slider .extraslider-inner .item-wrap.style1 .item-wrap-inner .item-info .item-created {
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 5px;
}
div.news-grid .sj-basic-news {
  margin: 0;
}
div.news-grid .sj-basic-news .bs-items {
  background: #000;
}
div.news-grid .sj-basic-news .bs-items .bs-item {
  position: relative;
  width: 33.3333333%;
  float: left;
  margin: 0;
}
div.news-grid .sj-basic-news .bs-items .bs-item.first {
  width: 66.6666666%;
}
div.news-grid .sj-basic-news .bs-items .bs-item.first .bs-content {
  width: 88%;
}
div.news-grid .sj-basic-news .bs-items .bs-item.first .bs-content .bs-title a {
  font-size: 30px;
  line-height: 36px;
}
div.news-grid .sj-basic-news .bs-items .bs-item.first .bs-cat-title {
  left: 14.7%;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-image {
  width: 100%;
  padding: 0;
  float: right;
  opacity: 0.45;
  filter: alpha(opacity=45);
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-image:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-content {
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 20px 20px 28px;
  width: 100%;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-content .bs-title a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-content .bs-title a:hover {
  color: #e10a30;
  text-decoration: none;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-content .bs-cat-date {
  color: #fff;
  line-height: 20px;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-content .bs-cat-date .bs-date {
  font-size: 13px;
  font-style: italic;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-content .bs-cat-date .bs-author {
  font-size: 14px;
  border-left: 1px solid #fff;
  padding-left: 9px;
  margin-left: 9px;
  line-height: 14px;
  display: inline-block;
  font-style: italic;
  text-transform: capitalize;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-cat-title {
  display: block;
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  text-transform: uppercase;
  background: #e10a30;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-cat-title a {
  color: #fff;
  margin: 0;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-cat-title a:hover {
  text-decoration: none;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-cat-title:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.news-grid .sj-basic-news .bs-items .bs-item .bs-cat-title:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-meganew .meganew-wrap .meganew-box .item-image {
  background: #000;
}
div.sj-meganew .meganew-wrap .meganew-box .item-image img {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
div.sj-meganew .meganew-wrap .meganew-box .item-image img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.item-category a {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
div.sj-featured .sj-meganew {
  margin: 0;
}
div.sj-featured .sj-meganew .meganew-box {
  border: none;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 {
  margin: 0 -15px;
  padding-bottom: 30px;
  border-bottom: 4px solid #f1f1f1;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first {
  max-width: inherit;
  width: 57.2%;
  margin: 0;
  padding: 0 15px;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image {
  margin: 0;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a {
  font-size: 26px;
  line-height: 32px;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other {
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-image {
  margin: 0;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link {
  padding: 0;
  margin: 0;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link li {
  margin: 0;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  list-style: none;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link li:first-child {
  margin-top: 0;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  margin: 0;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-title h3 a {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created,
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-author {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created a,
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-author a {
  color: #fff;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created a:hover,
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-featured .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created {
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-hot4 .sj-meganew {
  margin: 0;
}
div.sj-hot4 .sj-meganew .meganew-box {
  border: none;
}
div.sj-hot4 .sj-meganew .meganew-box .item-image {
  margin: 0;
  float: none;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 {
  margin: 0 -15px;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first {
  max-width: inherit;
  width: 43%;
  margin: 0;
  padding: 0 15px;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image {
  margin: 0;
  float: none;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category {
  margin: 6px 0 8px;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category a {
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #e10a30;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category a:hover {
  color: #000;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info {
  position: static;
  padding: 0;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created,
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author {
  color: #8c8c8c;
  text-transform: capitalize;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a,
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a {
  color: #8c8c8c;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a:hover,
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created {
  border-color: #8c8c8c;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-description {
  display: block;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other {
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-image {
  margin: 0;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link {
  padding: 0;
  margin: 0;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link li {
  margin: 0;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link li:first-child {
  margin-top: 0;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  text-transform: uppercase;
  background: #e10a30;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info {
  position: absolute;
  bottom: 0px;
  padding: 20px 20px 15px;
  margin: 0;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-title h3 a {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created,
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-author {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created a,
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-author a {
  color: #fff;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created a:hover,
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created {
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-description {
  display: none;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first {
  width: 100%;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category {
  display: none;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 {
  margin-top: 20px;
}
div.sj-hot4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
div.sj-hot .sj-meganew {
  margin: 0;
}
div.sj-hot .sj-meganew .meganew-box {
  border: none;
}
div.sj-hot .sj-meganew .meganew-box .item-image {
  margin: 0;
  float: none;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 {
  margin: 0 -15px;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first {
  max-width: inherit;
  width: 43%;
  margin: 0;
  padding: 0 15px;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image {
  margin: 0;
  float: none;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category {
  margin: 6px 0 8px;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category a {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #e10a30;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category a:hover {
  color: #000;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info {
  position: static;
  padding: 0;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created,
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author {
  color: #8c8c8c;
  text-transform: capitalize;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a,
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a {
  color: #8c8c8c;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a:hover,
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created {
  border-color: #8c8c8c;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-description {
  display: block;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other {
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-image {
  margin: 0;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link {
  padding: 0;
  margin: 0;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link li {
  margin: 0;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link li:first-child {
  margin-top: 0;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  text-transform: uppercase;
  background: #e10a30;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info {
  position: absolute;
  bottom: 0px;
  padding: 20px 20px 15px;
  margin: 0;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-title h3 a {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created,
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-author {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created a,
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-author a {
  color: #fff;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created a:hover,
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-created {
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-hot .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-info .item-description {
  display: none;
}
div.sj-editor {
  padding-top: 15px;
  border-top: 4px solid #f1f1f1;
}
div.sj-editor .sj-meganew {
  margin: 0;
}
div.sj-editor .sj-meganew .meganew-box {
  border: none;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 {
  margin: 0;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .meganew-item {
  margin-top: 30px;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .meganew-item:first-child {
  margin-top: 0;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .meganew-item-inner {
  margin: 0;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-image {
  max-width: inherit;
  width: inherit;
  margin: 0px 25px 0px 0;
  padding: 0;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-image img {
  margin: 0;
  max-width: inherit;
  width: inherit;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-image img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info {
  margin: 0;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-category {
  margin-top: -5px;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-category a {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  color: #e10a30;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-category a:hover {
  color: #000;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-title h3 a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-created,
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-author {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-created a,
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-author a {
  color: #8c8c8c;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-created a:hover,
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-editor .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme3 .item-info .item-created {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-stories {
  padding-top: 15px;
  border-top: 4px solid #f1f1f1;
  margin-bottom: 30px;
}
div.sj-stories .sj-meganew {
  margin: 0;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box {
  border: none;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .item-image {
  margin: 0;
  float: none;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box.even {
  background: #fff;
  border: none;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box.even .other-link li {
  border-top: 1px solid #f3f3f3;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box.even .other-link li:first-child {
  border-top: none;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box.odd {
  background: #f3f3f3;
  border: none;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box.odd .other-link li {
  border-top: 1px solid #fff;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box.odd .other-link li:first-child {
  border-top: none;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 {
  margin: 0;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first {
  max-width: inherit;
  width: inherit;
  margin: 0;
  padding: 0;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-image {
  margin: 0;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  margin: 0;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-title h3 a {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-created,
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-author {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-created a,
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-author a {
  color: #fff;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-created a:hover,
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-created {
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .item-image {
  margin: 0;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link {
  margin: 0 20px;
  padding: 4px 0 16px;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li {
  margin: 0;
  list-style: none;
  color: #e10a30;
  line-height: 20px;
  padding: 10px 14px;
  position: relative;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li:before {
  display: block;
  content: "\f0c8";
  font-family: "FontAwesome";
  font-size: 5px;
  left: 0;
  top: 21px;
  position: absolute;
  line-height: normal;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li a {
  color: #000;
  background: none;
  padding: 0;
  font-weight: bold;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li a:hover {
  color: #e10a30;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li .item-author a {
  color: #8c8c8c;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li .item-author a:hover {
  color: #e10a30;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .item-created,
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .item-author {
  color: #8c8c8c;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  margin-top: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .item-created a,
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .item-author a {
  color: #8c8c8c;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .item-created a:hover,
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .item-author a:hover {
  color: #e10a30;
}
div.sj-stories .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .item-created {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-review {
  background: #f3f3f3;
  padding-top: 8px;
  margin-top: 20px;
}
div.sj-review .sj-meganew {
  margin: 0;
  padding: 0 20px 20px;
}
div.sj-review .sj-meganew .meganew-box {
  border: none;
  background: transparent;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review {
  margin: 0;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .meganew-item {
  margin-top: 0px;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .meganew-item-inner {
  margin: 0;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-image {
  max-width: inherit;
  width: inherit;
  margin: 0px 25px 0px 0;
  padding: 0;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-image img {
  margin: 0;
  max-width: inherit;
  width: inherit;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info {
  margin: 0;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .item-title {
  margin: 0 0 5px 0;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .item-title h3 {
  font-weight: normal;
  margin-bottom: 0px;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .item-title h3 a {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .yt-skills {
  font-weight: normal;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .yt-skills .form-group {
  margin: 0;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .yt-skills .info {
  color: #8c8c8c;
  font-size: 13px;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .yt-skills .progress {
  height: 4px;
  background: #a8a8a8;
  margin: 5px 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .yt-skills .progress .bar {
  background: #e10a30;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 4px;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .item-created,
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .item-author {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .item-created a,
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .item-author a {
  color: #8c8c8c;
}
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .item-created a:hover,
div.sj-review .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.review .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-lifestyles {
  padding-top: 15px;
  border-top: 4px solid #f3f3f3;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 4px solid #f3f3f3;
}
div.sj-lifestyles .sj-meganew {
  margin: 0;
}
div.sj-lifestyles .sj-meganew .meganew-box {
  border: none;
  background: none;
}
div.sj-lifestyles .sj-meganew .meganew-box .item-image {
  margin: 0;
  float: none;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle {
  margin: 0 -15px;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first {
  max-width: inherit;
  margin: 0;
  padding: 0 15px;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-image img {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-image img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  margin: 0;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info .item-title h3 a {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info .item-created,
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info .item-author {
  color: #fff;
  text-transform: capitalize;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info .item-created a,
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info .item-author a {
  color: #fff;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info .item-created a:hover,
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info .item-created {
  border-color: #fff;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-first .item-info .item-description {
  display: none;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-image {
  margin: 0;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-image img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-image img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-category {
  margin-top: 5px;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-category a {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  color: #e10a30;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-category a:hover {
  color: #000;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info {
  position: static;
  padding: 0;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info .item-title h3 a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info .item-created,
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info .item-author {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info .item-created a,
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info .item-author a {
  color: #8c8c8c;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info .item-created a:hover,
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info .item-created {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-lifestyles .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.lifestyle .item-info .item-description {
  display: block;
}
div.sj-entertainment .sj-meganew {
  margin: 0;
}
div.sj-entertainment .sj-meganew .meganew-box {
  border: none;
}
div.sj-entertainment .sj-meganew .meganew-box .item-image {
  margin: 0;
  float: none;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 {
  margin: 0 -15px;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first {
  max-width: inherit;
  width: 57%;
  margin: 0;
  padding: 0 15px;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image {
  margin: 0;
  float: none;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  margin: 0;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created,
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a,
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a {
  color: #fff;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a:hover,
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created {
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-description {
  display: none;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other {
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-image {
  margin: 0;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-image img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-image img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link {
  padding: 0;
  margin: 0;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link li {
  margin: 0;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .other-link li:first-child {
  margin-top: 0;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info {
  position: static;
  padding: 0;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info .item-title h3 a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info .item-created,
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info .item-author {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  color: #8c8c8c;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info .item-created a,
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info .item-author a {
  color: #8c8c8c;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info .item-created a:hover,
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info .item-created {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-info .item-description {
  display: block;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category {
  margin-top: 5px;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category a {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  color: #e10a30;
}
div.sj-entertainment .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-other .item-category a:hover {
  color: #000;
}
div.sj-trending {
  background: #f3f3f3;
  padding-top: 8px;
}
div.sj-trending .sj-meganew {
  margin: 0;
  padding: 0 20px;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box {
  border: none;
  background: transparent;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box.odd,
div.sj-trending .sj-meganew .meganew-wrap .meganew-box.even {
  background: transparent;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .item-image {
  margin: 0;
  float: none;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 {
  margin: 0;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first {
  max-width: inherit;
  width: inherit;
  margin: 0;
  padding: 0;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-image {
  margin: 0 0 10px;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-image img {
  width: inherit;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-image img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title a {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title a:hover {
  color: #e10a30;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-category {
  display: none;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .item-image {
  margin: 0;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link {
  margin: 0;
  padding: 0;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li {
  margin: 0;
  list-style: none;
  line-height: 20px;
  padding: 12px 0 5px;
  border-top: 1px solid #fff;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li a {
  color: #000;
  background: none;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 10px;
  display: inline-block;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li a:hover {
  color: #e10a30;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li .item-author a {
  font-size: 14px;
  color: #8c8c8c;
  margin: 0;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li .item-author a:hover {
  color: #e10a30;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-created,
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-author {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  color: #8c8c8c;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-created a,
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-author a {
  font-size: 14px;
  color: #8c8c8c;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-created a:hover,
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-author a:hover {
  color: #e10a30;
}
div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-created {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-grid h3.modtitle .subtitle {
  border-color: #fff;
}
div.sj-grid .sj-meganew {
  margin: 0;
}
div.sj-grid .sj-meganew .meganew-box {
  border: none;
  background: transparent;
}
div.sj-grid .sj-meganew .meganew-box .item-image {
  margin: 0;
  float: none;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items {
  margin: -15px;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-other {
  margin: 0;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-other .item-image {
  margin: 0;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-other .other-link .magenew-col {
  margin: 0px;
  padding: 0;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-other .other-link .magenew-col .meganew-custom {
  padding: 15px;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-other .other-link .magenew-col .meganew-custom.big-image .item-info .item-title h3 a {
  font-size: 18px;
  line-height: 24px;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-other .item-category {
  position: absolute;
  z-index: 4;
  top: 35px;
  left: 15px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-other .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-other .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-other .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-info {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  margin: 0;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-info .item-title h3 a {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-info .item-created,
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-info .item-author {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-info .item-created a,
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-info .item-author a {
  color: #fff;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-info .item-created a:hover,
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-grid .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items .item-info .item-created {
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-best-week {
  border-top: 4px solid #f3f3f3;
  padding-top: 12px;
}
div.sj-best-week .sj-meganew {
  margin: 0;
}
div.sj-best-week .sj-meganew .meganew-box {
  border: none;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week {
  margin: 0 -15px;
  width: inherit;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item {
  padding: 0 15px;
  float: left;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner {
  margin: 0;
  position: relative;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner:hover .item-image:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner:hover .item-image img {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner:hover .item-info .item-category a {
  color: #fff;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner:hover .item-info .item-title h3 a {
  color: #fff;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner:hover .item-info .item-created,
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner:hover .item-info .item-author,
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner:hover .item-info .item-author a {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner:hover .item-info .item-description {
  color: #e9e9e9;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-image {
  margin: 0;
  float: none;
  position: relative;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-image:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-image:after {
  display: block;
  position: absolute;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 11px solid #e10a30;
  left: 0px;
  right: 0;
  top: 0px;
  padding: 20px 0 0;
  content: "";
  width: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-image img {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  margin: 0;
  text-align: center;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-category {
  text-align: center;
  margin-bottom: 10px;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-category a {
  font-size: 13px;
  font-weight: bold;
  color: #e10a30;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-title {
  text-align: center;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-title h3 a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-avatar {
  margin: 25px 0 15px;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-avatar img {
  margin: 10px auto;
  padding: 0;
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  float: none;
  text-align: center;
  width: 70px;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-created,
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-author {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-created a,
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-author a {
  color: #8c8c8c;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-created a:hover,
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-created {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-best-week .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.week .meganew-item .meganew-item-inner .item-info .item-description {
  text-align: center;
}
div.sj-slide .sj-meganew {
  margin: 0;
}
div.sj-slide .sj-meganew .meganew-box {
  border: none;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide {
  margin: 0;
  width: inherit;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item {
  padding: 0;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner {
  margin: 0;
  position: relative;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner:hover .item-image:before {
  display: none;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner:hover .item-info .item-category a {
  color: #fff;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner:hover .item-info .item-title h3 a {
  color: #fff;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner:hover .item-info .item-created,
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner:hover .item-info .item-author {
  color: #fff;
  border-color: #fff;
  text-transform: capitalize;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner:hover .item-info .item-created a,
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner:hover .item-info .item-author a {
  color: #fff;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner:hover .item-info .item-created a:hover,
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner:hover .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner:hover .item-info .item-description {
  color: #fff;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-image {
  margin: 0;
  float: none;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-image img {
  min-height: 500px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-image img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  padding-bottom: 30px;
  width: 50%;
  margin: auto;
  right: 0;
  left: 0;
  text-align: center;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-category {
  text-align: center;
  margin-bottom: 10px;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-category a {
  font-size: 12px;
  font-weight: bold;
  color: #e10a30;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-title {
  text-align: center;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-title h3 a {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-description {
  font-size: 14px;
  line-height: 22px;
  color: #e0e0e0;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-author-info {
  line-height: 40px;
  margin-bottom: 20px;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-avatar {
  vertical-align: middle;
  display: inline-block;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-avatar img {
  background: transparent;
  padding: 0;
  margin: 0 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-created,
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-author {
  color: #e6e6e6;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-created a,
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-author a {
  color: #e6e6e6;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-created a:hover,
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-created {
  border-right: 1px solid #e6e6e6;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-readmore {
  text-align: center;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  padding: 23px 20px;
  margin: 50px auto;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-readmore a {
  color: #fff;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-readmore:hover {
  border-color: transparent;
  background: #f3f3f3;
}
div.sj-slide .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.slide .meganew-item .meganew-item-inner .item-info .item-readmore:hover a {
  color: #000;
}
div.sj-mega-list {
  margin-top: 0px;
  padding-bottom: 20px;
  border-bottom: 4px solid #f1f1f1;
  margin: 0;
  padding: 0;
  border: none;
}
div.sj-mega-list h3.modtitle {
  padding: 0;
  text-align: center;
  font-size: 18px;
}
div.sj-mega-list h3.modtitle:after {
  display: none;
}
div.sj-mega-list h3.modtitle:before {
  content: "";
  border-top: 1px solid #f1f1f1;
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
}
div.sj-mega-list h3.modtitle .modtitle-inner {
  padding: 0 20px;
  background: #fff;
  position: relative;
}
div.sj-mega-list .sj-meganew {
  margin: 0;
}
div.sj-mega-list .sj-meganew .meganew-box {
  border: none;
  background: none;
}
div.sj-mega-list .sj-meganew .meganew-box .item-image {
  margin: 0;
  float: none;
}
div.sj-mega-list .sj-meganew .meganew-wrap {
  width: auto;
  margin: 0 -15px;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box {
  padding: 0 15px;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first {
  max-width: inherit;
  width: inherit;
  margin: 0;
  padding: 0px;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image {
  margin: 0;
  float: none;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info {
  position: static;
  padding: 0;
  text-align: center;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title {
  margin-top: 15px;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a {
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created,
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a,
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a {
  color: #8c8c8c;
}
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a:hover,
div.sj-mega-list .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-featured2 {
  margin-top: 0px;
  padding-bottom: 20px;
  border-bottom: 4px solid #f1f1f1;
}
div.sj-featured2 h3.modtitle {
  padding: 0;
  text-align: center;
  font-size: 18px;
}
div.sj-featured2 h3.modtitle:after {
  display: none;
}
div.sj-featured2 h3.modtitle:before {
  content: "";
  border-top: 1px solid #f1f1f1;
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
}
div.sj-featured2 h3.modtitle .modtitle-inner {
  padding: 0 20px;
  background: #fff;
  position: relative;
}
div.sj-featured2 .sj-meganew {
  margin: 0;
}
div.sj-featured2 .sj-meganew .meganew-box {
  border: none;
  background: none;
}
div.sj-featured2 .sj-meganew .meganew-box .item-image {
  margin: 0;
  float: none;
}
div.sj-featured2 .sj-meganew .meganew-wrap {
  width: auto;
  margin: 0 -15px;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box {
  padding: 0 15px;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first {
  max-width: inherit;
  width: inherit;
  margin: 0;
  padding: 0px;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image {
  margin: 0;
  float: none;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info {
  position: static;
  padding: 0;
  text-align: center;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title {
  margin-top: 15px;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a {
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created,
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a,
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a {
  color: #8c8c8c;
}
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a:hover,
div.sj-featured2 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-featured4 {
  margin-top: 0px;
  padding-bottom: 20px;
  border-bottom: 4px solid #f1f1f1;
  padding: 0;
  border: none;
}
div.sj-featured4 h3.modtitle {
  padding: 0;
  text-align: center;
  font-size: 18px;
}
div.sj-featured4 h3.modtitle:after {
  display: none;
}
div.sj-featured4 h3.modtitle:before {
  content: "";
  border-top: 1px solid #f1f1f1;
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
}
div.sj-featured4 h3.modtitle .modtitle-inner {
  padding: 0 20px;
  background: #fff;
  position: relative;
}
div.sj-featured4 .sj-meganew {
  margin: 0;
}
div.sj-featured4 .sj-meganew .meganew-box {
  border: none;
  background: none;
}
div.sj-featured4 .sj-meganew .meganew-box .item-image {
  margin: 0;
  float: none;
}
div.sj-featured4 .sj-meganew .meganew-wrap {
  width: auto;
  margin: 0 -15px;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box {
  padding: 0 15px;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  margin: 0;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first {
  max-width: inherit;
  width: inherit;
  margin: 0;
  padding: 0px;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-image {
  margin: 0;
  float: none;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category a {
  color: #fff;
  margin: 0;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-category:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info {
  position: static;
  padding: 0;
  text-align: center;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title {
  margin-top: 15px;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a {
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title h3 a:hover {
  color: #e10a30;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created,
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a,
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a {
  color: #8c8c8c;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created a:hover,
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-author a:hover {
  color: #e10a30;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info {
  text-align: left;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-created {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-featured4 .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme2 .item-first .item-info .item-title {
  text-align: left;
}
div.sj-social-media-counts .sc-wrap .sc-item {
  width: 100%;
  overflow: hidden;
  height: 40px;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner {
  margin: 0;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon {
  height: 40px;
  width: 41px;
  padding-left: 20px;
  line-height: 40px;
  border: none;
  margin-right: 10px;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon:before {
  background: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-facebook {
  color: #3b5998;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-twitter {
  color: #00aced;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-youtube {
  color: #bb0000;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-soundcloud {
  color: #ff3a00;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-vimeo {
  color: #17b3e8;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-google-plus {
  color: #ce3633;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .like-count,
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .like-text {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 40px;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .like-text {
  font-size: 13px;
  font-weight: normal;
}
div.sj-social-media-counts .sc-wrap .fb-like-button .sc-item-inner {
  background-color: #3b5998;
}
div.sj-social-media-counts .sc-wrap .twitter-like-button .sc-item-inner {
  background-color: #00aced;
}
div.sj-social-media-counts .sc-wrap .youtube-subscribers-button  .sc-item-inner {
  background-color: #bb0000;
}
div.sj-social-media-counts .sc-wrap .soundcloud-like-button .sc-item-inner {
  background-color: #ff3a00;
}
div.sj-social-media-counts .sc-wrap .soundcloud-like-button .sc-item-inner:hover {
  background-color: #ff3a00;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.sj-social-media-counts .sc-wrap .vimeo-linke-button .sc-item-inner {
  background-color: #17b3e8;
}
div.sj-social-media-counts .sc-wrap .vimeo-linke-button .sc-item-inner:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.sj-social-media-counts .sc-wrap .gplus-like-button  .sc-item-inner {
  background-color: #ce3633;
}
div.sj-mega-slider {
  padding-top: 15px;
  border-top: 4px solid #f1f1f1;
}
div.megaslider .mgsl-wrap.theme1 {
  margin: 0;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items {
  margin: 0;
  border: none;
  background: #f3f3f3;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item {
  margin: 0;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item.right .mgsl-item-info.style2 {
  margin-right: 30px;
  margin-top: 30px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-image .mgsl-image-border {
  border: none;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-title a {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-title a:hover {
  color: #e10a30;
  text-decoration: none;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-description {
  font-size: 13px;
  font-family: inherit;
  line-height: 20px;
  color: #606060;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-created,
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-author {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-created a,
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-author a {
  color: #8c8c8c;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-created a:hover,
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-author a:hover {
  color: #e10a30;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-created {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control {
  left: auto;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .mgsl-nav-background {
  background: none;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .mgsl-control-inner {
  right: 20px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .pag-list ul.pag-list-inner li.pag-item {
  margin: 0 10px 0 0;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .pag-list ul.pag-list-inner li.pag-item .pag-item-inner {
  padding: 0;
  border: none;
}
div.sj-social2 div.sj-social-media-counts .sc-wrap {
  margin: 0 -5px;
}
div.sj-social2 div.sj-social-media-counts .sc-wrap .sc-item {
  width: 50%;
  padding: 0 5px;
}
div.sj-instagram-gallery .instagram-wrap {
  margin: 0;
  border: none;
}
div.sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items-inner .instagram-item .instagram_users .img_users {
  padding: 0;
}
div.sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items-inner .instagram-item .instagram_users .img_users a img {
  border: none;
}
div.sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items-inner .instagram-item .instagram_users .img_users a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.module.slideshow .yt-carousel .yt-carousel-links .yt-lightbox-item {
  display: none;
}
.module.slideshow .yt-carousel-media .owl-controls {
  margin: 0;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-nav [class*='owl-'] {
  background: rgba(0,0,0,0.6);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-nav [class*='owl-']:hover {
  background-color: #e10a30;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-nav .owl-next {
  right: 0;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-dots {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-dots .owl-dot span {
  background: #eee;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-dots .owl-dot.active span {
  background: #e10a30;
  border: 1px solid #eee;
  width: 10px;
  height: 10px;
}
#blockrandom {
  margin-bottom: 30px;
}
.row-fluid.privacy {
  margin-left: 5px;
}
.com_content #yt_component:empty {
  margin: 0;
}
#yt_sticky_top {
  display: none;
}
div.yt-slideBar .yt-notice {
  text-align: center;
  margin-top: 260px;
}
div.yt-slideBar .yt-notice .mod-finder-searchform-id {
  width: 370px;
  border: 1px solid #e1e1e1;
  margin: auto;
}
div.yt-slideBar .yt-notice .mod-finder-searchform-id .mod-finder-searchword-id {
  height: 21px;
  margin: 6px 0;
  border: none;
  width: 100%;
}
div.yt-slideBar .yt-notice .mod-finder-searchform-id button.finder {
  font-size: 16px;
  right: 10px;
  top: 5px;
}
div.yt-slideBar .yt-notice ul.menu li {
  list-style: none;
  text-transform: uppercase;
  margin-top: 15px;
}
div.yt-slideBar .yt-notice ul.menu li a:hover,
div.yt-slideBar .yt-notice ul.menu li span:hover {
  color: #fff;
}
.fancy {
  background: rgba(255,255,255,0.12);
  position: absolute;
  padding: 0;
  margin: 0;
}
#moonavigator {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 999;
}
#moonavigator li.level1 {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
}
#moonavigator li.level1 > .item-link {
  margin: 0;
  padding: 27.5px 15px 28px;
  color: #dfdfdf;
  font-size: 13px;
  font-weight: normal;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
}
#moonavigator li.level1 .fa-angle-down {
  font-size: 13px;
  margin: 0 5px;
  display: none;
}
#moonavigator li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#moonavigator li.level1 .showdesc .menu-desc {
  display: block;
  font-size: 11px;
  color: #ccc;
  line-height: 100%;
}
#moonavigator li.level1.active > .item-link,
#moonavigator li.level1.hover > .item-link,
#moonavigator li.level1:hover > .item-link {
  color: #e10a30;
}
#moonavigator ul.subnavi {
  left: 0;
  position: absolute;
  z-index: 3;
  padding: 0;
  list-style: none;
  width: 230px;
  visibility: hidden;
  background: #fff;
}
#moonavigator ul.subnavi li {
  padding: 0;
  position: relative;
  border-top: 1px solid #fff;
}
#moonavigator ul.subnavi li.first {
  border-top: none;
}
#moonavigator ul.subnavi li .item-link {
  display: block;
  margin: 0;
  padding: 8px 10px;
  color: #444;
  cursor: pointer;
  text-transform: capitalize;
}
#moonavigator ul.subnavi li .fa-angle-right {
  position: absolute;
  right: 10px;
  z-index: 1;
  margin: 4px 0;
}
#moonavigator ul.subnavi li .showdesc {
  text-align: left;
}
#moonavigator ul.subnavi li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#moonavigator ul.subnavi li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#moonavigator ul.subnavi li.hover > .item-link,
#moonavigator ul.subnavi li.active > .item-link {
  color: #e10a30;
}
#moonavigator ul.subnavi li .fancy + .hover {
  background: transparent;
}
#moonavigator li.level1:hover ul.level2,
#moonavigator li.level1.hover ul.level2 {
  visibility: visible;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}
#moonavigator li.level2:hover ul.level3,
#moonavigator li.level2.hover ul.level3,
#moonavigator li.level3:hover ul.level4,
#moonavigator li.level3.hover ul.level4,
#moonavigator li.level4:hover ul.level5,
#moonavigator li.level4.hover ul.level5,
#moonavigator li.level5:hover ul.level6,
#moonavigator li.level5.hover ul.level6 {
  left: 100%;
  top: 0;
  visibility: visible;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.1) inset;
}
.btn-hamburger.js-slideout-toggle,
.btn-search-mobile.js-slidedown-toggle {
  display: none;
}
#meganavigator {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meganavigator li.level1 {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
}
#meganavigator li.level1 > .item-link {
  margin: 0;
  padding: 27.5px 15px 28px;
  color: #dfdfdf;
  font-size: 21px;
  font-weight: bold;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
}
#meganavigator li.level1 .fa-angle-down {
  font-size: 13px;
  margin: 0 5px;
  display: none;
}
#meganavigator li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#meganavigator li.level1 .showdesc .menu-desc {
  display: block;
  font-size: 11px;
  color: #ccc;
  line-height: 100%;
}
#meganavigator li.level1.active > .item-link,
#meganavigator li.level1.hover > .item-link,
#meganavigator li.level1:hover > .item-link {
  color: #e10a30;
}
#meganavigator li.level1.mega2 .mega-content-inner {
  margin: 15px 0;
}
#meganavigator li.level1.mega2 .mega-content .mega-col.more {
  padding: 0 15px;
}
#meganavigator li.level1.mega2 .mega-content .mega-col.more .banner-mega {
  text-align: center;
}
#meganavigator li.level1.mega1 .mega-content .mega-col.more {
  margin-top: 20px;
  border: none;
}
#meganavigator li.level1.mega1 .mega-content .mega-col.more.last {
  padding: 0 15px;
  margin: 10px 0;
}
#meganavigator .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  background: #f3f3f3;
  border: 1px solid #ececec;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
#meganavigator .mega-content .mega-content {
  margin-top: -1px;
}
#meganavigator .mega-content .mega-content-inner {
  padding: 10px 0px;
}
#meganavigator .mega-content .mega-content-inner ul {
  margin: 0;
  padding: 0;
}
#meganavigator .mega-content .mega-content-inner ul li {
  list-style: none;
}
#meganavigator .mega-content .mega-content-inner ul li:hover {
  background-color: #eee;
}
#meganavigator .mega-content .mega-content-inner ul li a {
  padding: 8px 10px;
}
#meganavigator .mega-content.megachild .mega-content-inner {
  padding: 10px 0;
  display: block;
}
#meganavigator .mega-content .mega-col {
  float: left;
}
#meganavigator .mega-content .mega-col p img:hover {
  opacity: 0.75;
}
#meganavigator .mega-content .mega-col.one {
  width: 230px;
  padding: 0px 10px;
}
#meganavigator .mega-content .mega-col.more {
  padding: 0px 10px;
}
#meganavigator .mega-content .mega-col .mega-group {
  display: block;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title .fa {
  display: none;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  padding: 0 10px 0;
  display: block;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title .fa-angle-right {
  float: right;
}
#meganavigator .mega-content .mega-col .mega-module .mega-module-title {
  margin: 0 10px;
}
#meganavigator .mega-content ul.subnavi,
#meganavigator .mega-content .menu {
  list-style: none;
  padding: 0;
}
#meganavigator .mega-content ul.subnavi li,
#meganavigator .mega-content .menu li {
  padding: 0;
  position: relative;
  border-top: 1px solid #fff;
}
#meganavigator .mega-content ul.subnavi li.first,
#meganavigator .mega-content .menu li.first {
  border-top: none;
}
#meganavigator .mega-content ul.subnavi li .item-link,
#meganavigator .mega-content .menu li .item-link {
  display: block;
  margin: 0;
  padding: 8px 10px;
  color: #444;
  cursor: pointer;
  text-transform: capitalize;
}
#meganavigator .mega-content ul.subnavi li .fa-angle-right,
#meganavigator .mega-content .menu li .fa-angle-right {
  position: absolute;
  right: 10px;
  z-index: 1;
  margin: 4px 0;
}
#meganavigator .mega-content ul.subnavi li .showdesc,
#meganavigator .mega-content .menu li .showdesc {
  text-align: left;
}
#meganavigator .mega-content ul.subnavi li .showdesc span.menu-title,
#meganavigator .mega-content .menu li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#meganavigator .mega-content ul.subnavi li .showdesc span.menu-desc,
#meganavigator .mega-content .menu li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#meganavigator .mega-content ul.subnavi li.hover > .item-link,
#meganavigator .mega-content ul.subnavi li.active > .item-link,
#meganavigator .mega-content .menu li.hover > .item-link,
#meganavigator .mega-content .menu li.active > .item-link {
  color: #e10a30;
}
#meganavigator .mega-content ul.subnavi li .fancy + .hover,
#meganavigator .mega-content .menu li .fancy + .hover {
  background: transparent;
}
#meganavigator .mega-module-content ul.list_mega li {
  position: relative;
  padding: 3px 20px;
  border-bottom: 1px solid #fff;
  color: #000;
}
#meganavigator .mega-module-content ul.list_mega li:before {
  content: "\f18e";
  font-family: "fontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
}
#meganavigator .mega-module-content ul.list_mega li:last-child {
  border-bottom: none;
}
#meganavigator .mega-module-content ul.list_mega li a {
  padding: 0;
  color: #000;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}
#meganavigator .mega-module-content ul.list_mega li:hover {
  color: #e10a30;
}
#meganavigator .mega-module-content ul.list_mega li:hover a {
  color: #e10a30;
}
#yt_mainmenu {
  position: static;
}
#meganavigator li.full_megachild {
  position: static;
}
#meganavigator li.full_megachild .mega-content {
  width: 100%;
}
#meganavigator li.full_megachild .mega-content-inner {
  margin: 0 auto !important;
}
ul.resmenu {
  margin: 0;
  background-color: #333;
}
ul.resmenu.nav .open>a,
ul.resmenu.nav .open>a:hover,
ul.resmenu.nav .open>a:focus {
  color: #fff;
  background: #e10a30;
  border: none;
}
ul.resmenu li a {
  font-weight: bold;
  border-bottom: 1px solid #444;
  color: #999;
  border: none;
  padding: 5px 8px;
}
ul.resmenu li a:focus,
ul.resmenu li a:hover,
ul.resmenu li a.active {
  color: #fff;
  background: #e10a30;
}
ul.resmenu ul.nav {
  padding: 0 8px;
}
ul.resmenu ul.nav a {
  font-weight: normal;
}
.btn-hamburger {
  padding: 16px 20px;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 256px;
  overflow-y: auto;
  height: 100%;
  left: -256px;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background: #fff;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.module.all-categories {
  position: relative;
  margin: 0;
}
.module.all-categories h3.modtitle {
  background-color: #444444;
  border: 0 none;
  color: #fff;
  height: 54px;
  line-height: 50px;
  padding: 0 20px 0 45px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.module.all-categories h3.modtitle:before {
  background: url(../images/icon/icon-cate.png) no-repeat;
  border: 0 none;
  content: "";
  height: 15px;
  position: absolute;
  left: 18px;
  top: 20px;
  width: 15px;
}
.module.all-categories h3.modtitle:after {
  background: url(../images/icon/icon-cate-down.png) no-repeat;
  border: 0 none;
  content: "";
  height: 15px;
  position: absolute;
  right: 12px;
  left: auto;
  top: 18px;
  width: 15px;
}
.module.all-categories .sj-flat-menu {
  border-top: 3px solid #e10a30;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.module.all-categories .sj-flat-menu li:hover {
  background: #e10a30;
}
.module.all-categories .sj-flat-menu li:hover a {
  color: #fff;
}
.module.all-categories .sj-flat-menu li .fm-container ul {
  min-width: 260px;
}
.module.all-categories .sj-flat-menu li .fm-container ul li {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.module.all-categories .sj-flat-menu li .fm-container ul li a {
  color: #444;
}
.module.all-categories .sj-flat-menu li .fm-container ul li:hover a {
  color: #fff;
}
.module.all-categories .sj-flat-menu li .fm-container ul li .fm-container ul li a {
  color: #444;
}
.module.all-categories .sj-flat-menu li .fm-container ul li .fm-container ul li:hover a {
  color: #fff;
}
.module.all-categories .sj-flat-menu li .fm-container ul li.fm-first {
  border-top: 1px solid #ddd;
}
.module.all-categories:hover .sj-flat-menu {
  display: block;
}
.home-layout1 .module.all-categories .sj-flat-menu,
.home-layout2 .module.all-categories .sj-flat-menu {
  display: block;
}
.home-layout3 .module.all-categories {
  margin-bottom: 30px;
}
.home-layout3 .module.all-categories .sj-flat-menu {
  display: block !important;
  position: static;
}
.home-layout5 .fancy {
  background: rgba(0,0,0,0.2);
}
.home-layout5 #meganavigator li.level1 > .item-link {
  border: none;
}
.home-layout5 #meganavigator li.level1.active {
  background: rgba(0,0,0,0.2);
}
.home-layout5.rtl .fancy {
  background: rgba(0,0,0,0.2);
}
.home-layout5.rtl #meganavigator li.level1 > .item-link {
  border: none;
}
.home-layout5.rtl #meganavigator li.level1.active {
  background: rgba(0,0,0,0.2);
}
.yt-loginform {
  border-left: 1px solid #ddd;
  float: right;
}
#top-right ul.menu {
  border-left: 1px solid #ddd;
  list-style: outside none none;
  padding: 0;
  margin: 0;
  float: right;
}
#top-right ul.menu li {
  display: inline-block;
  float: left;
  padding: 6px 12px;
  overflow: hidden;
}
#top-right ul.menu li a {
  font-size: 12px;
  color: #f5294d;
  padding-left: 20px;
  position: relative;
}
#top-right ul.menu li:hover a {
  color: #e10a30;
  padding-left: 20px;
  text-indent: inherit;
  width: auto;
}
#top-right ul.menu li.item-0:hover a:before {
  background-position: center -108px;
}
#top-right ul.menu li.item-0 a:before {
  background-position: center -138px;
}
#top-right ul.menu li.item-1:hover a:before {
  background-position: center -167px;
}
#top-right ul.menu li.item-1 a:before {
  background-position: center -195px;
}
#top-right ul.menu li.item-2:hover a:before {
  background-position: center -168px;
}
#top-right ul.menu li.item-2 a:before {
  background-position: center -196px;
}
#top-right ul.menu li.item-1196 a:before {
  background-position: center -137px;
}
#top-right ul.menu li.item-1196:hover a:before {
  background-position: center -108px;
}
#top-right ul.menu li.item-1195 a:before {
  background-position: center -79px;
}
#top-right ul.menu li.item-1195:hover a:before {
  background-position: center -53px;
}
#top-right ul.menu a:before {
  font-family: "fontAwesome";
  content: "\f045";
  height: auto;
  left: 0;
  position: absolute;
  top: -2px;
  width: 13px;
  font-size: 12px;
}
#meganavigator li.base-hot .item-link .menu-title {
  position: relative;
  display: inline-block;
}
#meganavigator li.base-hot .item-link .menu-title:after {
  background: url(../images/icon/base_hot.png) no-repeat;
  content: "";
  height: 22px;
  width: 35px;
  position: absolute;
  top: -30px;
}
#meganavigator .mega-content ul.subnavi li.last .item-link,
#meganavigator .mega-content .menu li.last .item-link {
  border-bottom: 0 none !important;
}
#meganavigator li .menu-icon img {
  position: absolute;
  top: -15px;
  left: 14px;
}
.home-layout1 #yt_mainmenu .btn-hamburger.js-slideout-toggle,
.home-layout4 #yt_mainmenu .btn-hamburger.js-slideout-toggle {
  padding: 21px 15px;
  margin: 0;
  background: transparent;
  float: right;
}
.home-layout3 #yt_mainmenu .btn-hamburger.js-slideout-toggle {
  color: #fff;
}
.home-layout3 #yt_mainmenu .btn-hamburger.js-slideout-toggle:hover {
  color: #e10a30;
}
.home-layout2 #yt_mainmenu .btn-hamburger.js-slideout-toggle {
  padding: 7px;
  color: #e10a30;
}
.home-layout2 #yt_mainmenu .btn-hamburger.js-slideout-toggle:hover {
  color: #e10a30;
}
.home-layout2 #meganavigator li.level1.first > .item-link,
.home-layout2 #moonavigator li.level1.first > .item-link {
  padding-left: 0;
}
.home-layout2 #meganavigator li.level1 .fa-angle-down,
.home-layout2 #moonavigator li.level1 .fa-angle-down {
  display: inline-block;
}
#yt_mainmenu .btn-hamburger.js-slideout-toggle,
#yt_mainmenu .btn-search-mobile {
  float: left;
  display: inline-block;
  padding: 15px;
  font-size: 18px;
  background: none;
  color: #e10a30;
  font-size: 0;
}
#yt_mainmenu .btn-hamburger.js-slideout-toggle i,
#yt_mainmenu .btn-search-mobile i {
  font-size: 30px;
}
#yt_mainmenu .btn-hamburger.js-slideout-toggle:hover,
#yt_mainmenu .btn-search-mobile:hover {
  background: transparent;
  color: #fff;
}
.fontsize_l {
  font-size: 18px;
  font-weight: 400;
}
.g-underline {
  font-size: 180%;
  font-weight: 400;
}
ul.c-step {
  list-style: none;
  margin: 0 auto 4em auto;
  counter-reset: section;
  display: table;
  position: relative;
  z-index: 1;
  padding: 0;
}
ul.c-step:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #DEDEDE;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
ul.c-step li {
  list-style: none;
  margin: 0 50px;
  padding-top: 50px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  z-index: 3;
  text-align: center;
}
ul.c-step li:before,
ul.c-step li.active:before {
  counter-increment: section;
  content: counter(section);
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  -moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  background-color: #93afa9;
  background-image: -moz-linear-gradient(top,#AAC3BF,#719088);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#AAC3BF),to(#719088));
  background-image: -webkit-linear-gradient(top,#AAC3BF,#719088);
  background-image: -o-linear-gradient(top,#AAC3BF,#719088);
  background-image: linear-gradient(to bottom,#AAC3BF,#719088);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaac3bf', endColorstr='#ff719088', GradientType=0);
}
ul.c-step li.active:before {
  background-color: #ed1c41;
  background-image: -moz-linear-gradient(top,#f5294d,#e10a30);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5294d),to(#e10a30));
  background-image: -webkit-linear-gradient(top,#f5294d,#e10a30);
  background-image: -o-linear-gradient(top,#f5294d,#e10a30);
  background-image: linear-gradient(to bottom,#f5294d,#e10a30);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5284c', endColorstr='#ffe10a30', GradientType=0);
}
ul.c-step li.active h3 {
  color: #e10a30;
}
ul.c-step li h3 {
  margin: 10px 0 0;
  font-size: 16px;
}
ul.c-step li span {
  font-size: 13px;
}
.table-underline thead {
  border-bottom: 2px solid #404040;
  font-size: 14px;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#CCCCCC));
  background-image: -webkit-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -o-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: linear-gradient(to bottom,#F5F5F5,#CCCCCC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffcccccc', GradientType=0);
}
.table-underline tbody tr:hover {
  background: #FAFFED;
}
#g-about .yt-testimonial .extraslider-inner .item-wrap .item-wrap-inner .item-info {
  margin: 40px 0 0;
}
#g-about .yt-testimonial .item {
  width: 70%;
  margin: 0 auto;
}
#g-about .yt-testimonial.button-type2 .owl-prev {
  left: 50px;
  font-size: 65px;
  background: none;
}
#g-about .yt-testimonial.button-type2 .owl-prev:before {
  content: "\f104";
  font-family: fontawesome;
}
#g-about .yt-testimonial.button-type2 .owl-prev:hover {
  color: #e10a30;
}
#g-about .yt-testimonial.button-type2 .owl-next {
  right: 50px;
  font-size: 65px;
  background: none;
}
#g-about .yt-testimonial.button-type2 .owl-next:before {
  content: "\f105";
  font-family: fontawesome;
}
#g-about .yt-testimonial.button-type2 .owl-next:hover {
  color: #e10a30;
}
#g-about h3.title {
  margin: 0 0 40px;
  font-size: 24px;
  text-transform: capitalize;
  color: #444;
}
#g-about .yt-section {
  border-bottom: 1px dashed #9d9d9d;
}
#g-about .yt-section:last-child {
  border: none;
}
#g-about .yt-section .yt-section-content {
  padding: 30px 0;
  max-width: none;
}
#g-about .yt-member .yt-member-info {
  padding: 20px 0;
}
#g-about .yt-member .yt-member-info .yt-member-name {
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
  font-weight: bold;
}
#g-about .yt-member .yt-member-info .yt-member-role {
  font-size: 12px;
  color: #666;
  opacity: 1;
  margin: 10px 0;
}
#g-about .yt-member .yt-member-info .yt-member-desc {
  font-size: 12px;
  color: #666;
}
#g-about .yt-member .yt-member-icons {
  border: none;
  padding: 0;
}
#g-about .yt-member .yt-member-icons a {
  background: #e10a30;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
}
#g-about .yt-member .yt-member-icons a i {
  margin: 0;
}
#g-about .yt-member .yt-member-icons a.yt-m-facebook {
  background: #39599f;
}
#g-about .yt-member .yt-member-icons a.yt-m-twitter {
  background: #45b0e3;
}
#g-about .yt-member .yt-member-icons a.yt-m-rss {
  background: #f8bc2e;
}
#g-about .yt-member .yt-member-icons a.yt-m-google {
  background: #1872bf;
}
#g-about .yt-member .yt-member-icons a:hover {
  background: #444444;
}
#g-about .yt-member .yt-member-icons a:hover i {
  color: #fff !important;
}
#g-about.style1 .yt-content-slider .yt-content-slide .caption {
  display: none;
}
#g-about.style1 .block-main-content {
  text-align: left;
  margin: 0 0 30px;
}
#g-about.style1 .block-main-content h3.title {
  margin: 0 0 15px;
  text-transform: uppercase;
}
#g-about.style1 .client-say {
  margin-top: -70px;
}
#g-about.style1 .client-say h3 {
  font-size: 24px;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
}
#g-about.style1 .client-say .yt-testimonial-slider .owl-controls .owl-prev,
#g-about.style1 .client-say .yt-testimonial-slider .owl-controls .owl-next {
  top: 35%;
}
#g-about.style2 .yt-content-slider .yt-content-slide .caption {
  display: none;
}
#g-about.style2 .block-main-content h3.title {
  margin: 20px 0;
  text-transform: uppercase;
}
#g-about.style2 .block-bottom h3.title {
  margin: -55px auto 20px;
  background: #fff;
  width: 150px;
  padding: 10px;
}
#g-about.style2 .client-say h3 {
  font-size: 24px;
  background: #fff;
  width: 200px;
  margin: -67px auto 0px;
}
#g-about.style2 .client-say .yt-testimonial-slider .owl-controls .owl-prev,
#g-about.style2 .client-say .yt-testimonial-slider .owl-controls .owl-next {
  top: 35%;
}
#g-about.style3 .yt-content-slider .yt-content-slide .caption {
  display: none;
}
#g-about.style3 .block-main-content {
  text-align: left;
}
#g-about.style3 .block-main-content h3.title {
  margin: 0 0 15px;
}
#g-about.style3 .our-skills {
  text-align: left;
}
#g-about.style3 .our-skills h3.title {
  margin: 0 0 20px;
}
#g-about.style3 .our-skills .yt-skills {
  margin-top: 55px;
}
#g-about.style3 .our-skills .yt-skills .form-group strong {
  font-size: 12px;
  color: #363636;
  font-weight: bold;
}
#g-about.style3 .our-skills .yt-skills .form-group .progress {
  height: 20px;
  border-radius: 2px;
}
#g-about.style3 .our-skills .yt-skills .form-group .progress .bar {
  height: 20px;
  background: url(../images/bg/bg-our-skill1.png) repeat-x 0 0;
}
#g-about.style3 .our-skills .yt-skills .form-group:nth-child(1) .progress .bar {
  background: url(../images/bg/bg-our-skill1.png) repeat-x 0 0;
}
#g-about.style3 .our-skills .yt-skills .form-group:nth-child(2) .progress .bar {
  background: url(../images/bg/bg-our-skill2.png) repeat-x 0 0;
}
#g-about.style3 .our-skills .yt-skills .form-group:nth-child(3) .progress .bar {
  background: url(../images/bg/bg-our-skill3.png) repeat-x 0 0;
}
#g-about.style4 .img-block {
  margin-bottom: 20px;
}
#g-about.style4 .block-main-content p:empty {
  display: none;
}
#g-about.style4 .block-main-content h3.title {
  margin-bottom: 28px;
}
#g-about.style4 .block-main-content ul.yt-accordion li.yt-accordion-group {
  border-bottom: 1px solid #dadada;
}
#g-about.style4 .block-main-content ul.yt-accordion li.yt-accordion-group h3.accordion-heading {
  padding: 8px 0;
  font-size: 12px;
  color: #666;
}
#g-about.style4 .block-main-content ul.yt-accordion li.yt-accordion-group h3.accordion-heading .icon_accordion {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #737373;
  color: #fff;
}
#g-about.style4 .block-main-content ul.yt-accordion li.yt-accordion-group h3.accordion-heading .icon_accordion:before {
  font-size: 14px;
}
#g-about.style4 .block-main-content ul.yt-accordion li.yt-accordion-group h3.accordion-heading.active .icon_accordion {
  background: #e10a30;
}
#g-about.style4 .block-main-content ul.yt-accordion li.yt-accordion-group .yt-accordion-inner {
  padding: 0 0 10px;
  color: #666;
  font-size: 12px;
}
#g-about.style4 .block-main-content ul.yt-accordion li.yt-accordion-group .yt-accordion-inner.active {
  border: none !important;
}
#g-about.style5 .title {
  border-bottom: #ddd 1px solid;
  margin-bottom: 30px;
  position: relative;
}
#g-about.style5 .title:after {
  width: 100%;
  height: 1px;
  content: "";
  background: #ddd;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#g-about.style5 .title h3 {
  font-size: 20px;
  background: #fff;
  bottom: -20px;
  z-index: 1;
  display: inline-block;
  position: relative;
  bottom: -22px;
  padding: 0 15px;
}
#g-about.style5 .yt-section {
  border: none;
}
#g-about.style5 .yt-section .yt-section-content {
  padding: 0;
}
#g-about.style5 .yt-section .yt-section-content .block-main-content img.pull-left {
  margin-right: 30px;
}
#g-about.style5 .yt-section .yt-section-content .block-main-content .title h3 {
  padding: 0 15px 0 0;
}
#g-about.style5 .yt-section .yt-section-content .block-list-content .title h3 {
  padding: 0 15px 0 0;
}
#g-about.style5 .yt-section .yt-section-content .block-list-content .yt-list li {
  display: block;
}
#g-about.style5 .yt-section .yt-section-content .block-list-content .yt-list li:before {
  color: #e10a30;
  width: 5%;
  display: inline-block;
}
#g-about.style5 .yt-section .yt-section-content .block-list-content .yt-list li a {
  padding: 5px 0;
  color: #666;
  display: inline-block;
  border-bottom: #ddd 1px dashed;
  width: 92%;
}
#g-about.style5 .yt-section .yt-section-content .block-list-content .yt-list li a:hover {
  color: #e10a30;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row {
  margin-top: 40px;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member {
  border: #ddd 1px solid;
  padding: 20px;
  margin-bottom: 2.5em;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-photo {
  width: 30%;
  margin-right: 20px;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-info {
  width: 60%;
  padding: 0;
  margin-bottom: 15px;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-info .yt-member-name {
  text-transform: uppercase;
  margin-top: -5px;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-info .yt-member-role {
  margin: 5px 0;
  text-transform: uppercase;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-info .yt-member-desc {
  border: none;
  margin-top: 0;
  padding: 3px 0;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-icons .yt-memeber-icon {
  margin: 0 6px 0 0;
  background: none;
  border-color: #999999;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-icons .yt-memeber-icon i {
  color: #999999 !important;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-icons .yt-memeber-icon:hover {
  border-color: #e10a30;
  background: none !important;
}
#g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-icons .yt-memeber-icon:hover i {
  color: #e10a30 !important;
}
#g-about.style5 .yt-section .yt-section-content .client-say {
  border: #ddd 1px solid;
  margin-top: 20px;
  position: relative;
}
#g-about.style5 .yt-section .yt-section-content .client-say div {
  padding: 0 !important;
}
#g-about.style5 .yt-section .yt-section-content .client-say div h3 {
  display: inline-block;
  float: left;
  padding: 10px;
  margin: -44px 20px 20px;
  background: #fff;
  font-size: 20px;
}
#g-about.style5 .yt-section .yt-section-content .client-say div .all_testimonial {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
#g-about.style5 .yt-section .yt-section-content .client-say div .all_testimonial .content_testimon {
  text-align: left !important;
  padding: 0 30px !important;
  color: #666 !important;
}
#g-about.style5 .yt-section .yt-section-content .client-say div .all_testimonial .content_testimon small {
  font-size: 14px;
  color: #e10a30;
}
#g-about.style5 .yt-section .yt-section-content .client-say div .owl-controls {
  position: absolute;
  margin: 0;
  top: -16px;
  right: 45px;
  background: #fff;
}
#g-about.style5 .yt-section .yt-section-content .client-say div .owl-controls .owl-nav div {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/control-tesmonial.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  padding: 5px;
  font-size: 0;
  opacity: 1;
  margin: 0 2px;
  border: #fff 2px solid;
}
#g-about.style5 .yt-section .yt-section-content .client-say div .owl-controls .owl-nav div.owl-prev {
  background-position: -35px 0;
}
#g-pageservices .features .fa {
  background: #777;
  height: 75px;
  width: 75px;
  text-align: center;
  line-height: 67px;
  border: 3px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#g-pageservices .yt-icon {
  float: left;
}
#g-pageservices .col-sm-4 {
  margin: 1em 0;
}
#g-pageservices .our h3 {
  margin-top: 1em;
}
#g-pageservices article h3 {
  font-weight: normal;
}
#g-pageservices article a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  background: #e10a30;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#g-pageservices article a.detail:hover:after {
  color: #fff;
}
#g-pageservices h2 {
  font-size: 180%;
  margin-bottom: 1em;
}
#g-pageservices h3.accordion-heading.active {
  color: #e10a30;
}
#g-pageservices hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 3em 0;
}
#g-pageservices .testimonial-avatar [class^="icon-"],
#g-pageservices .testimonial-avatar [class*=" icon-"] {
  border: none;
}
#g-pagecolumn hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 4em 0;
  float: left;
  width: 100%;
}
div.contact-ajax .ctajax-wrap .ctajax-element.block-map {
  margin: 0 0 40px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner {
  padding: 0;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-heading {
  font-size: 20px;
  color: #444;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner input[type="submit"] {
  padding: 10px 25px 10px 40px;
  border-radius: 3px;
  background: #676767 url(../images/icon/icon-mail.png) no-repeat 10px center;
  border: none;
  color: #fff;
  font-weight: bold;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner input[type="submit"]:hover {
  background: #e10a30 url(../images/icon/icon-mail-over.png) no-repeat 10px center;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-info-contact .cf {
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
  margin: 0;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-info-contact .cf i {
  color: #b3b3b3;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-info-contact .cf.info-mail a {
  color: #666;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-info-contact .cf.info-mail a:before {
  color: #666;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-info-contact .cf.info-mail a:hover {
  color: #e10a30;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .social-networks .network {
  background: none;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .social-networks .network i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #b3b3b3;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .social-networks .network i:hover {
  background: #e10a30;
  color: #fff;
  border-color: #e10a30;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-form .el-ctajax-form .el-control {
  margin: 0;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-form .el-ctajax-form .el-control.block-message .label-message {
  font-size: 11px;
  color: #ccc;
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-form .el-ctajax-form .el-control.block-message textarea {
  min-height: 115px;
  width: 100%;
  background: #f5f5f5;
  border: none;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-form .el-ctajax-form input.el-input {
  width: 60%;
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #c9c9c9;
  margin: 0;
  padding: 12px 0;
  color: #909090;
  font-size: 11px;
}
div.contact-ajax .ctajax-wrap.style1.four .el-form .el-ctajax-form input.el-input {
  width: 100%;
}
div.contact-ajax .ctajax-wrap.style2 .block-map {
  margin: 0 0 30px;
}
div.contact-ajax .ctajax-wrap.style2 .el-form .el-ctajax-form .el-control {
  margin: 0;
}
div.contact-ajax .ctajax-wrap.style2 .el-form .el-ctajax-form .el-control.block-message .label-message {
  font-size: 11px;
  color: #ccc;
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
}
div.contact-ajax .ctajax-wrap.style2 .el-form .el-ctajax-form .el-control.block-message textarea {
  min-height: 115px;
  width: 100%;
  background: #f5f5f5;
  border: none;
}
div.contact-ajax .ctajax-wrap.style2 .el-form .el-ctajax-form input.el-input {
  width: 60%;
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #c9c9c9;
  margin: 0;
  padding: 12px 0;
  color: #909090;
  font-size: 11px;
}
div.contact-ajax .ctajax-wrap.style3 .ctajax-element .el-inner .el-desc {
  margin: 0 0 30px;
}
div.contact-ajax .ctajax-wrap.style3 .el-info-contact {
  border-width: 1px 0 1px 0;
  border-style: dashed;
  border-color: #c9c9c9;
  padding: 10px 0;
  display: block;
  overflow: hidden;
}
div.contact-ajax .ctajax-wrap.style3 .el-info-contact .cf {
  width: 33.33333%;
  float: left;
  margin: 0;
}
div.contact-ajax .ctajax-wrap.style3 .el-info-contact .cf a {
  color: #666;
}
div.contact-ajax .ctajax-wrap.style3 .el-info-contact .cf a:hover {
  color: #e10a30;
}
div.contact-ajax .ctajax-wrap.style3 .el-info-contact .cf i {
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #5b5b5b;
  font-size: 18px;
  text-align: center;
}
div.contact-ajax .ctajax-wrap.style3 .el-form .el-ctajax-form .el-control {
  margin: 0;
}
div.contact-ajax .ctajax-wrap.style3 .el-form .el-ctajax-form .el-control.block-message textarea {
  min-height: 128px;
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}
div.contact-ajax .ctajax-wrap.style3 .el-form .el-ctajax-form input.el-input {
  width: 100%;
  border: 1px solid #c9c9c9;
  margin: 0 0 10px;
  padding: 12px;
  color: #909090;
  font-size: 11px;
  border-radius: 3px;
}
div.contact-ajax .ctajax-wrap.style5 .block-map {
  border: #ececec 6px solid;
}
div.contact-ajax .ctajax-wrap.style5 .ctajax-element .el-form .el-heading {
  display: none;
}
div.contact-ajax .ctajax-wrap.style5 .ctajax-element .el-form .el-control {
  margin-top: 0;
}
div.contact-ajax .ctajax-wrap.style5 .ctajax-element .el-form .el-control .el-input {
  width: 70%;
  margin-bottom: 0;
  border-color: #ddd;
}
div.contact-ajax .ctajax-wrap.style5 .ctajax-element .el-form .el-control textarea.el-input {
  width: 100%;
  min-height: 115px;
}
div.contact-ajax .ctajax-wrap.style5 .ctajax-element .el-form .el-control input[type="submit"] {
  background-image: none;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 0;
}
.item-page .content-contact .yt-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item-page .content-contact .yt-list li {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
.item-page .content-contact .yt-list li .yt-icon {
  float: left;
  display: inline-block;
  margin: 0 20px 0 0;
}
.item-page .content-contact .yt-list li .yt-icon i {
  width: 34px;
  height: 34px;
  line-height: 34px !important;
  text-align: center;
  background: #999 !important;
  padding: 0 !important;
  border-radius: 50% !important;
}
.item-page .content-contact .yt-list li .yt-contact-content {
  float: left;
  display: inline-block;
  width: 75%;
}
.item-page .content-contact .yt-list li .yt-contact-content h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.item-page .content-contact .yt-list li .yt-contact-content p {
  margin-bottom: 5px;
  line-height: 14px;
}
.item-page .content-contact .yt-list li .yt-contact-content a {
  color: #666;
}
.item-page .content-contact .yt-list li .yt-contact-content a:hover {
  color: #e10a30;
}
.item-page .content-contact .yt-list li:hover .yt-icon i {
  background: #e10a30 !important;
}
.item-page .content-contact .yt-list li:hover .yt-contact-content h3 {
  color: #e10a30;
}
.custom-contact-style2 {
  margin: 0 0 40px;
}
.custom-contact-style2 .item h3.title {
  font-size: 20px;
  color: #444;
}
.custom-contact-style2 .item ul.info {
  padding: 0;
  list-style: none;
}
.custom-contact-style2 .item ul.info li {
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
}
.custom-contact-style2 .item ul.info li.address {
  border-top: 1px dashed #c9c9c9;
}
.custom-contact-style2 .item ul.info li.address:before {
  content: "\f041";
  display: inline-block;
  margin-right: 15px;
  font-family: fontawesome;
  font-size: 20px;
  color: #b3b3b3;
}
.custom-contact-style2 .item ul.info li.mailto a {
  color: #666;
}
.custom-contact-style2 .item ul.info li.mailto a:hover {
  color: #e10a30;
}
.custom-contact-style2 .item ul.info li.mailto a span {
  color: #666;
}
.custom-contact-style2 .item ul.info li.mailto:before {
  content: "\f0e0";
  display: inline-block;
  margin-right: 15px;
  font-family: fontawesome;
  font-size: 20px;
  color: #b3b3b3;
}
.custom-contact-style2 .item ul.info li.phone:before {
  content: "\f098";
  display: inline-block;
  margin-right: 15px;
  font-family: fontawesome;
  font-size: 20px;
  color: #b3b3b3;
}
#g-pagewhatnew .yt-lightbox.image-none {
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  display: table;
  margin: 0 auto 10px;
}
#g-pagewhatnew h3.title {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 180%;
}
#g-pagewhatnew .yt-lightbox a  img {
  width: auto;
}
.categories-list .collapse.in {
  width: 100%;
}
.rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after,
.rtl #g-pageservices article a.detail:after {
  content: "\f104";
}
.rtl ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-circle {
  margin-right: 0px;
  margin-left: 5px;
}
.rtl #g-joinnow ul.c-step {
  margin: 0 auto;
}
.rtl #g-pageservices .yt-icon {
  float: right;
  margin: 0px 0px 1em 1em;
}
.rtl div.yt-tabs ul.nav-tabs li {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .item-page .yt-gallery .yt-gallery-tabbed .tabnav li {
  float: right;
  margin: 0px 0px 5px 5px;
}
.rtl #g-about.style1 .block-main-content {
  text-align: right;
}
.rtl #g-about.style1 .yt-content-slider,
.rtl #g-about.style1 .client-say {
  direction: ltr;
}
.rtl #g-about.style2 {
  direction: ltr;
}
.rtl #g-about.style3 {
  direction: ltr;
}
.rtl #g-about.style3 .block-main-content,
.rtl #g-about.style3 .our-skills {
  text-align: right;
}
.rtl #g-about.style5 .yt-section .yt-section-content .block-main-content .title h3 {
  padding: 0 0 0 15px;
}
.rtl #g-about.style5 .yt-section .yt-section-content .block-main-content img.pull-left {
  margin: 0 0 0 30px;
}
.rtl #g-about.style5 .yt-section .yt-section-content .block-list-content .title h3 {
  padding: 0 0 0 15px;
}
.rtl #g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-photo {
  float: right;
  margin: 0 0 0 20px;
}
.rtl #g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-info {
  text-align: right !important;
  float: right;
}
.rtl #g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-icons {
  text-align: right !important;
}
.rtl #g-about.style5 .yt-section .yt-section-content .block-middle .row .yt-member .yt-member-icons .yt-memeber-icon {
  margin: 0 0 0 6px;
}
.rtl #g-about.style5 .yt-section .yt-section-content .client-say {
  direction: ltr;
}
.rtl #g-about.style5 .yt-section .yt-section-content .client-say div h3 {
  float: right;
}
.rtl #g-about.style5 .yt-section .yt-section-content .client-say div .owl-controls {
  right: auto;
  left: 45px;
}
.rtl #g-about.style5 .yt-section .yt-section-content .client-say div .all_testimonial .content_testimon {
  text-align: right !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.c-step li {
    margin: 0 10px;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
}
@media (max-width: 767px) {
  #g-pageservices .span4 {
    margin-bottom: 2em !important;
  }
  #g-pageportfolio [class*="span"] {
    margin-bottom: 1em !important;
  }
  #g-pageportfolio [class*="span"] .port-item-img {
    display: inline-block;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
  .yt-gallery ul li {
    width: auto !important;
  }
  ul.c-step:before {
    display: none;
  }
  ul.c-step li {
    display: table-cell;
  }
  div.g-pageteam div.b-ourteam [class*="span"] {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 360px) {
  #g-about img {
    width: 100%;
  }
  #g-about.style3 .block-main-content h3.title {
    margin-top: 15px;
  }
  #g-about [class*="col-sm-"] {
    width: 100%;
  }
  #g-pageservices .yt-tabs {
    float: none !important;
  }
  #g-pageservices .yt-tabs .nav-tabs li {
    float: none;
    display: block;
    width: 100%;
  }
  #g-pageservices .tab-content .yt-lightbox {
    margin: 0 0 20px;
    float: none;
  }
  #g-pageservices .tab-content .yt-lightbox a {
    display: inline-block;
  }
}
.home-layout1 #yt_menuwrap .container {
  width: 100%;
}
.home-layout1 div.sj-trending {
  margin-top: 22px;
}
.home-layout2 #yt_top {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.home-layout2 #yt_header {
  padding: 20px 0;
  background: #f8f8f8;
}
.home-layout2 #yt_header #yt_logo {
  margin-top: 16px;
}
.home-layout2 #yt_header #yt_logo .logo img {
  width: auto !important;
  height: auto !important;
}
.home-layout2 #yt_header #header-right {
  text-align: right;
}
.home-layout2 #yt_header #header-right img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.home-layout2 #yt_menuwrap {
  background: #fff;
}
.home-layout2 .fancy {
  background: transparent;
}
.home-layout2 #search .module {
  margin: 0;
}
.home-layout2 #meganavigator li.level1 > .item-link {
  padding: 13px 15px;
  color: #000;
}
.home-layout2 #meganavigator li.level1.active > .item-link,
.home-layout2 #meganavigator li.level1.hover > .item-link {
  color: #e10a30;
}
.home-layout2 #mod-finder-searchform #mod-finder-searchword {
  margin: 15px 0;
}
.home-layout2 div.sj-trending .sj-meganew {
  padding: 0 30px;
}
.home-layout2 div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title a {
  font-size: 18px;
  line-height: 24px;
}
.home-layout2 div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li a.title {
  font-weight: bold;
}
.home-layout2 div.custom-plus ul.custom-link li {
  line-height: 36px;
}
.home-layout2 #mod-finder-searchform button.finder {
  top: 15px;
}
.home-layout2 #k2Container .itemList div#itemListLeading .catItemView h3.catItemTitle {
  font-size: 24px;
  line-height: 30px;
}
.home-layout2 #k2Container .itemList .catItemView .article-aside .article-info {
  margin-bottom: 0;
}
.home-layout2 div.sj-featured2 {
  margin-bottom: 20px;
}
.home-layout2 div.sj-featured2 h3.modtitle {
  margin-bottom: 25px;
  margin-top: 6px;
}
.home-layout2 div.sj-about-me {
  margin-top: 20px;
}
.home-layout3 #yt_sticky_top {
  display: block;
}
.home-layout3 #yt_sticky_right,
.home-layout3 #cpanel_wrapper,
.home-layout3 #yt-totop {
  display: none;
}
.home-layout3 #resmenu.slideout-menu {
  display: block !important;
}
.home-layout3 #yt_breadcrumb {
  border-bottom: none;
}
.home-layout3 #yt_menuwrap.menu-fixed {
  position: static;
}
.home-layout3 #yt_menuwrap .container {
  width: 100%;
  padding: 0;
}
.home-layout3 #yt_menuwrap .container .row {
  position: static;
  margin: 0;
}
.home-layout3 #yt_menuwrap .container .row #yt_mainmenu {
  position: absolute;
  z-index: 1;
}
.home-layout3 #yt_menuwrap .container .row #yt_mainmenu ul.navi {
  display: none;
}
.home-layout3 #yt_menuwrap .container .row #yt_logo {
  right: 0;
  background: url(../images/bg_header.png) no-repeat center center #000;
  height: 659px;
}
.home-layout3 #yt_menuwrap .container .row #yt_logo:before,
.home-layout3 #yt_menuwrap .container .row #yt_logo:after {
  display: none;
}
.home-layout3 #yt_menuwrap .container .row #yt_logo .logo img {
  width: inherit !important;
  height: inherit !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.home-layout3 #k2Container.itemListView .page-title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  margin: 8px 0 28px;
}
.home-layout3 #k2Container.itemListView .page-title:before {
  content: "";
  border-top: 1px solid #f1f1f1;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
}
.home-layout3 #k2Container.itemListView .page-title span.modtitle-inner {
  padding: 0 20px;
  background: #fff;
  position: relative;
}
.home-layout3 #k2Container.itemListView div.k2Pagination {
  text-align: center;
}
.home-layout4 div.sj-trending {
  margin-top: 22px;
}
.home-layout4 div.banner {
  margin-bottom: 40px;
}
.home-layout4 #yt_slideshow {
  margin-bottom: 20px;
}
.home-layout4 #yt_menuwrap .container {
  width: 100%;
}
.home-layout4 #yt_spotlight4 {
  background: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 10px;
}
.home-layout4 div.sj-lifestyles {
  border: 0 none;
  padding: 0;
  margin-bottom: 40px;
  margin-top: 28px;
}
.home-layout4 div.top-news .k2ItemsBlock ul li {
  margin-top: 20px;
}
.home-layout4 div.top-news .k2ItemsBlock ul li .moduleItemCategory {
  margin-top: 10px;
}
.home-layout4 div.top-news .k2ItemsBlock ul li .moduleItemTitle {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
.home-layout4 div.sj-trending .sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-other .other-link li a {
  font-size: 13px;
}
#k2Container {
  padding: 0;
  margin-top: 20px;
}
#k2Container .page-title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#k2Container .page-title .subtitle {
  font-size: 14px;
  color: #8c8c8c;
  text-transform: initial;
  font-weight: normal;
  border-left: 1px solid #f3f3f3;
  padding-left: 12px;
  margin-left: 12px;
  display: inline-block;
  line-height: 20px;
}
#k2Container div.itemIsFeatured,
#k2Container div.catItemIsFeatured,
#k2Container div.userItemIsFeatured {
  background: none;
}
#k2Container div.itemIsFeatured:after,
#k2Container div.catItemIsFeatured:after,
#k2Container div.userItemIsFeatured:after {
  background: none !important;
  display: none !important;
}
#k2Container dd img.itemAuthorAvatar {
  width: 40px;
  height: 40px;
}
#k2Container dd img.itemAuthorAvatar:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container .itemListCategoriesBlock {
  background: #fff;
  padding: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#k2Container .itemListCategoriesBlock .itemListCategory {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0px;
}
#k2Container .itemListCategoriesBlock .itemListCategory span.catItemAddLink {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container .itemListCategoriesBlock .itemListCategory h2 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories > h3 {
  margin: 0 15px 15px;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory {
  padding: 15px;
  margin-bottom: 30px;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategoryImage {
  display: inline-block;
  margin-bottom: 15px;
}
#k2Container.itemListView .catItemImageBlock img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#k2Container div.k2Pagination {
  background: #fff;
  padding: 0px;
  margin: 0 0 30px;
  overflow: hidden;
  text-align: inherit;
}
#k2Container div.k2Pagination .catPaginationResults {
  float: left;
}
#k2Container div.k2Pagination .catPagination {
  float: right;
}
#k2Container div.k2Pagination ul.pagination {
  text-align: inherit;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
#k2Container div.k2Pagination ul.pagination li {
  margin-right: 10px;
}
#k2Container div.k2Pagination ul.pagination li i {
  margin: 0;
}
#k2Container div.k2Pagination ul.pagination li.active a,
#k2Container div.k2Pagination ul.pagination li.active span,
#k2Container div.k2Pagination ul.pagination li:hover a,
#k2Container div.k2Pagination ul.pagination li:hover span {
  color: #fff;
  background: #e10a30 !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  border-color: transparent !important;
  height: 40px;
}
#k2Container div.k2Pagination ul.pagination li a,
#k2Container div.k2Pagination ul.pagination li span {
  border: 1px solid #f0f0f0;
  background: none;
  font-size: 15px;
  color: #606060;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  min-width: 40px;
  text-align: center;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  margin: 0;
}
#k2Container div.k2Pagination ul.pagination .r-hiden {
  display: none;
}
#k2Container .itemList div.k2Pagination {
  padding: 20px;
}
#k2Container .itemList div.k2Pagination h3 {
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#k2Container .itemList .itemContainer {
  margin: 0 0 30px;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView.groupSecondary .catItemImageBlock a,
#k2Container .itemList .itemContainer.col-sm-6 .catItemView.groupPrimary .catItemImageBlock a {
  margin: 0;
  float: none;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemHeader {
  overflow: hidden;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView.groupSecondary .catItemImageBlock a,
#k2Container .itemList .itemContainer.col-sm-12 .catItemView.groupPrimary .catItemImageBlock a {
  margin-right: 30px;
  float: left;
}
#k2Container .itemList .itemContainer .catItemView {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#k2Container .itemList #itemListPrimary {
  background: #fff;
}
#k2Container .itemList #itemListPrimary.videos {
  background: transparent;
  padding: 0;
}
#k2Container .itemList #itemListPrimary.videos .itemContainer {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#k2Container .itemList #itemListPrimary.videos .itemContainer:first-child {
  padding: 20px;
  border: none;
}
#k2Container .itemList #itemListPrimary.videos .itemContainer .article-aside {
  padding-top: 10px;
}
#k2Container .itemList #itemListPrimary.videos .catItemView .catItemImageBlock img {
  max-width: 300px;
}
#k2Container .itemList #itemListSecondary {
  background: #fff;
  padding: 0;
}
#k2Container .itemList #itemListSecondary .sj-secondary {
  position: relative;
  color: #fff;
  padding: 0;
  border: none;
}
#k2Container .itemList #itemListSecondary .sj-secondary:hover .catItemCustom .catItemBody .catItemIntroText {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemImageBlock img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemCustom {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  padding: 0 20px;
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemCustom h3.catItemTitle a {
  color: #fff;
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemCustom h3.catItemTitle a:hover {
  color: #e10a30;
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemCustom .catItemBody .catItemIntroText {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  color: #fff;
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemCustom .catItemBody .catItemAuthor {
  color: #fff;
  text-transform: capitalize;
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemCustom .catItemBody .catItemAuthor a {
  color: #fff;
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemCustom .catItemBody .catItemAuthor a:hover {
  color: #e10a30;
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemCustom .catItemBody .create {
  color: #fff;
  border-color: #fff;
}
#k2Container .itemList #itemListSecondary .catItemImageBlock a {
  margin: 0;
  float: none;
}
#k2Container .itemList .catItemRatingBlock {
  padding: 0;
}
#k2Container .itemList .catItemView {
  padding: 0;
}
#k2Container .itemList .catItemView.groupLeading {
  background: #fff;
}
#k2Container .itemList .catItemView.groupLeading .catItemImageBlock {
  display: block;
}
#k2Container .itemList .catItemView.groupLeading .catItemImageBlock img {
  width: 100%;
  max-height: 440px;
}
#k2Container .itemList .catItemView.itemIsFeatured,
#k2Container .itemList .catItemView.catItemIsFeatured,
#k2Container .itemList .catItemView.userItemIsFeatured {
  position: relative;
}
#k2Container .itemList .catItemView.itemIsFeatured:after,
#k2Container .itemList .catItemView.catItemIsFeatured:after,
#k2Container .itemList .catItemView.userItemIsFeatured:after {
  position: absolute;
  z-index: 2;
  display: block;
  width: 52px;
  height: 52px;
  content: '';
  background: url(../images/icon/featuredItem.png) no-repeat;
  top: 0;
  right: 0;
}
#k2Container .itemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 0 0px 0;
  display: block;
  position: relative;
}
#k2Container .itemList .catItemView .catItemImageBlock .catItemCategory {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  background: #e10a30;
}
#k2Container .itemList .catItemView .catItemImageBlock .catItemCategory a {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
#k2Container .itemList .catItemView .catItemImageBlock .catItemCategory:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
#k2Container .itemList .catItemView .catItemImageBlock .catItemCategory:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container .itemList .catItemView .catItemImageBlock .fa {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  font-size: 50px;
  margin: -25px 0 0 -30px;
  opacity: 0.5;
}
#k2Container .itemList .catItemView .catItemImageBlock .fa-play-circle-o {
  font-size: 60px;
  margin: -30px 0 0 -26px;
}
#k2Container .itemList .catItemView .catItemImageBlock img {
  padding: 0;
  border: none;
  width: 100%;
}
#k2Container .itemList .catItemView .catItemImageBlock img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#k2Container .itemList .catItemView .catItemImageBlock:hover .fa {
  opacity: 1;
}
#k2Container .itemList .catItemView h3.catItemTitle {
  font-size: 18px;
  font-weight: bold;
  font-family: inherit;
  margin: 15px 0 10px;
  padding: 0;
}
#k2Container .itemList .catItemView h3.catItemTitle a {
  line-height: 25px;
  color: #000;
}
#k2Container .itemList .catItemView h3.catItemTitle a:hover {
  color: #e10a30;
}
#k2Container .itemList .catItemView h3.catItemTitle sup {
  color: #fff;
  padding: 0 5px;
  background: #e10a30;
}
#k2Container .itemList .catItemView h3.catItemTitle span {
  display: inline-block;
}
#k2Container .itemList .catItemView div.catItemVideoBlock {
  padding: 0;
  background: none;
}
#k2Container .itemList .catItemView .article-aside .article-info {
  margin-bottom: 5px;
}
#k2Container .itemList .catItemView .article-aside .catItemCommentsLink {
  border: none;
}
#k2Container .itemList .catItemView .article-aside dd {
  display: inline-block;
  margin-right: 0px;
  font-size: 14px;
}
#k2Container .itemList .catItemView .article-aside dd i {
  color: #a2a2a2;
}
#k2Container .itemList .catItemView .catItemBody {
  padding: 0;
  overflow: hidden;
}
#k2Container .itemList .catItemView .catItemBody .catItemAuthor {
  font-style: italic;
  color: #000;
  font-weight: normal;
  text-transform: capitalize;
}
#k2Container .itemList .catItemView .catItemBody .catItemAuthor a {
  color: #000;
}
#k2Container .itemList .catItemView .catItemBody .catItemAuthor a:hover {
  color: #e10a30;
}
#k2Container .itemList .catItemView .catItemBody .catItemAuthor span {
  margin: 0 2px;
}
#k2Container .itemList .catItemView .catItemBody .catItemIntroText {
  padding: 0;
  color: #606060;
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 13px;
}
#k2Container .itemList .catItemView .create {
  font-style: italic;
  color: #8c8c8c;
  border-left: 1px solid #8c8c8c;
  padding-left: 9px;
  line-height: 14px;
}
#k2Container .itemList .catItemView .catItemReadMore {
  display: inline-block;
}
#k2Container .itemList .catItemView .catItemLinks {
  margin: 0;
}
#k2Container div.k2Pagination ul li {
  display: inline-block;
  margin: 0;
}
#k2Container.userView div.userBlock {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}
#k2Container.userView div.userBlock h2 {
  color: #000;
  text-transform: capitalize;
}
#k2Container.userView div.userBlock img {
  padding: 0;
  border: none;
  margin: 0 20px 0px 0;
}
#k2Container.userView div.userBlock span.userItemAddLink {
  border: none;
  padding: 0;
  margin: 0;
}
#k2Container.userView .itemList {
  background: #fff;
  padding: 0;
}
#k2Container.userView .itemList .catItemView {
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}
#k2Container.userView .itemList .catItemView:first-child {
  border: none;
  padding-top: 0;
}
#k2Container.userView .itemList .catItemView div.catItemHeader {
  overflow: hidden;
}
#k2Container.userView .itemList .catItemView h3.userItemTitle {
  font-size: 18px;
  font-weight: bold;
  font-family: inherit;
  margin: 15px 0 10px;
  padding: 0;
}
#k2Container.userView .itemList .catItemView h3.userItemTitle a {
  line-height: 25px;
  color: #000;
}
#k2Container.userView .itemList .catItemView h3.userItemTitle a:hover {
  color: #e10a30;
}
#k2Container.userView .itemList .catItemView .catItemImageBlock {
  float: left;
  margin: 0 30px 30px 0;
}
#k2Container.userView .itemList .catItemView .article-aside dd.create {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container .tagItemIntroText {
  padding: 0;
}
#k2Container .tagItemIntroText .yt-content-slider {
  display: none;
}
#k2Container.tagView .itemList {
  padding: 0px;
  background: #fff;
}
#k2Container.tagView .itemList .catItemView {
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}
#k2Container.tagView .itemList .catItemView:first-child {
  border: none;
  padding-top: 0;
}
#k2Container.tagView .itemList .catItemView div.tagItemHeader {
  overflow: hidden;
}
#k2Container.tagView .itemList .catItemView .catItemImageBlock {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
#k2Container.tagView .itemList .catItemView .create {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container.tagView .itemList h3.tagItemTitle {
  font-size: 18px;
  font-weight: bold;
  font-family: inherit;
  margin: 15px 0 10px;
  padding: 0;
}
#k2Container.tagView .itemList h3.tagItemTitle a {
  line-height: 25px;
  color: #000;
}
#k2Container.tagView .itemList h3.tagItemTitle a:hover {
  color: #e10a30;
}
#k2Container div.latestItemsUser {
  margin: 0 0 30px;
  padding: 10px;
}
#k2Container.latestView .catItemView {
  padding: 10px;
}
#k2Container.latestView .catItemView .catItemImageBlock {
  padding: 0;
}
#k2Container.itemView {
  border: none;
  margin: 0;
  padding: 0;
}
#k2Container.itemView .itemBody {
  padding: 0;
}
#k2Container.itemView .itemBody .itemBody-inner {
  background: #fff;
  padding: 20px;
}
#k2Container.itemView .itemBody .page-header {
  border: none;
  padding: 0;
  margin: 0;
}
#k2Container.itemView .itemBody .page-header h2 {
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: bold;
}
#k2Container.itemView .itemBody .page-header h2 a {
  color: #000;
}
#k2Container.itemView .itemBody .page-header h2 a:hover {
  color: #e10a30;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle sup {
  background: #e10a30;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
}
#k2Container.itemView .itemBody .itemImageBlock {
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage {
  margin-bottom: 20px;
  text-align: center;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage a.modal {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage img {
  border: none;
  padding: 0;
  width: 100%;
}
#k2Container.itemView .itemBody .itemImageBlock .itemCategory {
  border-bottom: none;
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #e10a30;
}
#k2Container.itemView .itemBody .itemImageBlock .itemCategory a {
  color: #fff;
  margin: 0;
}
#k2Container.itemView .itemBody .itemImageBlock .itemCategory:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
#k2Container.itemView .itemBody .itemImageBlock .itemCategory:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container.itemView .itemBody .itemNaviTop {
  position: relative;
  margin: 0 0 20px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info div.itemToolbar {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd {
  color: #000;
  font-size: 14px;
  display: inline-block;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemDateCreated {
  font-style: italic;
  color: #8c8c8c;
  padding-left: 9px;
  line-height: 100%;
  display: inline-block;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .category {
  margin-right: 10px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemAuthor {
  margin-right: 10px;
  text-transform: capitalize;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemAuthor span {
  margin: 0 5px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email {
  position: absolute;
  right: 0;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email a {
  color: #999;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email a:hover {
  color: #e10a30;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption {
  float: right;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption:before {
  content: "";
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption > span {
  font-size: 13px;
  font-style: normal;
  margin-left: 10px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a {
  color: #000;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a.itemCommentsLink {
  border-left: 1px solid #8c8c8c;
  padding-left: 9px;
  margin-left: 9px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a:hover {
  color: #e10a30;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd i {
  color: #a2a2a2;
}
#k2Container.itemView .itemBody .itemNaviBottom {
  margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemNaviBottom > div {
  min-height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom > div:last-child {
  border: none;
}
#k2Container.itemView .itemBody .itemNaviBottom div.itemSocialSharing {
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
#k2Container.itemView .itemBody .itemNaviBottom div.itemSocialSharing > div {
  float: left;
  width: auto;
  height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom div.itemSocialSharing > div > iframe {
  width: 80px !important;
}
#k2Container.itemView .itemBody .itemTagsBlock {
  padding: 0;
  border: none;
  margin-bottom: 25px;
  font-size: 11px;
}
#k2Container.itemView .itemBody .itemTagsBlock span {
  color: #000;
  font-weight: bold;
}
#k2Container.itemView .itemBody .itemNavigation {
  border: none;
  padding: 4px 0;
  margin-bottom: 0;
  background: transparent;
  display: none;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock {
  padding: 4px 0;
  border: none;
  margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock span {
  color: #999;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemAuthorBlock {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin: 0 0 30px;
  display: block;
  overflow: hidden;
}
#k2Container.itemView .itemBody .itemAuthorBlock h3.itemAuthorTitle {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}
#k2Container.itemView .itemBody .itemAuthorBlock img.itemAuthorAvatar {
  border: none;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#k2Container.itemView .itemBody .itemAuthorBlock img.itemAuthorAvatar:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container.itemView .itemBody .itemAuthorBlock h3.itemAuthorName {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#k2Container.itemView .itemBody .itemAuthorBlock h3.itemAuthorName a {
  color: #000;
}
#k2Container.itemView .itemBody .itemAuthorBlock h3.itemAuthorName a:hover {
  color: #e10a30;
}
#k2Container.itemView .itemBody .itemAuthorBlock p {
  font-size: 14px;
  color: #606060;
}
#k2Container.itemView .itemBody .itemAuthorBlock div.itemAuthorDetails {
  padding: 0;
}
#k2Container.itemView .itemBody .itemAuthorBlock div.itemAuthorDetails div.user-desc {
  margin-top: 3px;
}
#k2Container.itemView .itemBody .itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  border: none;
  font-weight: normal;
}
#k2Container.itemView .itemIntroText {
  color: black;
  font-size: 17px;
  font-weight: normal;
  line-height: 32px;
}
#k2Container.itemView div.itemSocialSharing {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
#k2Container.itemView div.itemSocialSharing > div > iframe {
  width: 80px !important;
}
#k2Container.itemView div.itemContentFooter {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
#k2Container.itemView .itemRelated {
  margin-bottom: 30px;
  background: #fff;
  padding: 0px;
}
#k2Container.itemView .itemRelated h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
#k2Container.itemView .itemRelated ul {
  margin: 0 -15px;
  padding: 0;
}
#k2Container.itemView .itemRelated ul li {
  list-style: none;
  border: none;
  background: transparent;
  padding: 0 15px;
  line-height: 30px;
  font-size: 13px;
}
#k2Container.itemView .itemRelated ul li div.itemRelCat a {
  font-weight: bold;
  font-size: 11px;
  color: #e10a30;
}
#k2Container.itemView .itemRelated ul li div.itemRelCat a:hover {
  color: #444444;
}
#k2Container.itemView .itemRelated ul li a.itemRelTitle {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
#k2Container.itemView .itemRelated ul li a.itemRelTitle:hover {
  color: #e10a30;
}
#k2Container.itemView .itemRelated ul li div.itemRelAuthor {
  color: #8c8c8c;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
}
#k2Container.itemView .itemRelated ul li div.itemRelAuthor a {
  color: #8c8c8c;
}
#k2Container.itemView .itemRelated ul li div.itemRelAuthor a:hover {
  color: #e10a30;
}
#k2Container.itemView .itemRelated ul li div.itemReDateCreated {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
#k2Container.itemView .itemVideoBlock {
  padding: 0;
  background: transparent;
}
#k2Container.itemView .itemVideoBlock h3 {
  font-size: 151.4%;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded {
  text-align: left;
  padding-left: 5px;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded iframe {
  margin: 0 12px 0px 0;
}
#k2Container.itemView .itemImageGallery {
  border-top: 1px solid #dee2f1;
  padding-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}
#k2Container.itemView .itemImageGallery h3 {
  font-size: 151.4%;
}
#k2Container.itemView .itemImageGallery ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container.itemView .itemComments {
  padding: 0px;
  background: #fff;
  border: none;
  overflow: hidden;
}
#k2Container.itemView .itemComments h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding: 0px;
  margin-bottom: 25px;
}
#k2Container.itemView .itemComments .itemCommentsList li {
  background: transparent;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#k2Container.itemView .itemComments .itemCommentsList li.odd {
  background: #f3f3f3;
  margin-left: 30px;
}
#k2Container.itemView .itemComments .itemCommentsList li img {
  margin: 0px 20px 0 0;
  border: 1px solid #eee;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#k2Container.itemView .itemComments .itemCommentsList li .commentLink a {
  padding: 0 15px;
  background: #e10a30;
  line-height: 24px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#k2Container.itemView .itemComments .itemCommentsList li p {
  padding: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentAuthorName {
  font-weight: normal;
  color: #000;
  font-size: 13px;
  border: none;
  display: inline-block;
  text-transform: uppercase;
}
#k2Container.itemView .itemComments .itemCommentsList li span.commentDate {
  color: #8c8c8c;
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  border: none;
  border-left: 1px solid #8c8c8c;
  padding: 0 5px;
  margin: 0 5px;
  line-height: 14px;
}
#k2Container.itemView .itemComments p.itemCommentsFormNotes {
  border: none;
  margin: 0 0 25px;
}
#k2Container.itemView .itemComments .button i {
  border-color: #fff;
  display: inline-block;
  background: url("../images/white-arrow-right.png") no-repeat scroll 3px 4px;
  margin: -3px 0 0 5px;
}
#k2Container.itemView .itemComments .itemCommentsForm form {
  margin-bottom: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm form input.inputbox {
  width: 100%;
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #8c8c8c;
  font-size: 11px;
  text-transform: capitalize;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#k2Container.itemView .itemComments .itemCommentsForm form textarea.inputbox {
  width: 100%;
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #8c8c8c;
  font-size: 11px;
  text-transform: capitalize;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 30px;
}
#k2Container.itemView .itemComments .itemCommentsForm form .button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-horizontal .controls {
  text-align: right;
  margin: 0 6px 0 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group {
  display: inline-block;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls {
  margin: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input.inputbox {
  margin: 0 5px 0 0;
  width: 197px;
  padding: 9px 0 9px 50px;
  box-shadow: none;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input#userName.inputbox {
  background: url("../images/icon/icon_user_form.png") no-repeat;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input#commentEmail.inputbox {
  background: url("../images/icon/icon_email_form.png") no-repeat;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input#commentURL.inputbox {
  background: url("../images/icon/icon_link_form.png") no-repeat;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group-textarea {
  margin-bottom: 10px;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group-textarea .controls {
  margin: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group-textarea .controls textarea.inputbox {
  width: 97.5%;
  background: #fff;
  color: #999;
}
#k2Container.sj-videos .itemList .catItemView .catItemImageBlock a {
  position: relative;
  display: block;
}
#k2Container.sj-videos .itemList .catItemView .catItemImageBlock a i {
  color: rgba(0,0,0,0.4);
  opacity: 1;
  filter: alpha(opacity=100);
  width: 45px;
  height: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 45px;
  margin: auto;
  position: absolute;
  z-index: 5;
}
#k2Container.sj-videos .itemList .catItemView .catItemImageBlock a .bg_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#k2Container.sj-videos .itemList .catItemView .catItemImageBlock a:hover i {
  color: #ce2d2c;
}
#k2Container.sj-videos .itemList .catItemView .catItemImageBlock a:hover .bg_overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#k2Container.sj-videos.itemView span.itemHits {
  float: none;
  margin-right: 10px;
}
#k2Container.sj-videos.itemView span.itemAuthor {
  margin-right: 10px;
  text-transform: capitalize;
}
#k2Container.sj-videos.itemView .itemLatest ul {
  margin: 0 -15px;
  padding: 0;
}
#k2Container.sj-videos.itemView .itemLatest ul li {
  padding: 0 15px;
  list-style: none;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock {
  margin-bottom: 5px;
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock a {
  position: relative;
  display: block;
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock a i {
  color: rgba(0,0,0,0.4);
  opacity: 1;
  filter: alpha(opacity=100);
  width: 45px;
  height: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 45px;
  margin: auto;
  position: absolute;
  z-index: 5;
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock a .bg_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock a:hover i {
  color: #ce2d2c;
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock a:hover .bg_overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#k2Container.sj-videos.itemView .itemLatest ul li a {
  color: #333;
}
#k2Container.sj-videos.itemView .itemLatest ul li a:hover {
  color: #e10a30;
}
#k2Container.genericView .componentheading {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #000;
}
#k2Container.genericView div.genericItemView {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
#k2Container.genericView div.genericItemView .genericItemBody {
  padding: 0;
}
#k2Container.genericView .genericItemTitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  font-family: inherit;
  margin: 15px 0 10px;
  padding: 0;
}
#k2Container.genericView .genericItemTitle a {
  color: #000;
}
#k2Container.genericView .genericItemTitle a:hover {
  color: #e10a30;
}
#k2Container.genericView .genericItemImageBlock {
  position: relative;
}
#k2Container.genericView .genericItemImageBlock span.genericItemImage {
  margin: 0 30px 0 0;
}
#k2Container.genericView .genericItemImageBlock span.genericItemImage img {
  padding: 0;
  border: none;
}
#k2Container.genericView .genericItemImageBlock .genericItemCategory {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container.genericView .genericItemImageBlock .genericItemCategory h3 {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  background: #e10a30;
}
#k2Container.genericView .genericItemImageBlock .genericItemCategory h3 a {
  color: #fff;
  margin: 0;
}
#k2Container.genericView .genericItemImageBlock .genericItemCategory h3:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
#k2Container.genericView .genericItemImageBlock .genericItemCategory h3:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container.genericView .genericItemDateCreated {
  font-size: 14px;
  font-style: italic;
  color: #8c8c8c;
}
#k2Container.genericView .genericItemIntroText {
  padding: 0;
}
#k2Container.genericView .genericItemIntroText img {
  display: none;
}
div.item-submit h3 {
  padding: 0 0 15px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
div.item-submit a.btn.submit {
  background: #999;
  color: #fff;
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  font-size: 14px;
}
div.item-submit a.btn.submit:hover {
  color: #fff;
  background: #e10a30;
}
div.item-submit div.item-submit-box {
  background: #f5f5b4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin: 30px 0 0;
}
div.itemCommentsForm form span#formLog {
  position: absolute;
  margin-top: 25px;
}
div.itemRatingBlock {
  padding: 0;
}
.itemRatingList {
  margin: 0;
  padding: 0;
}
.contentpane #outer {
  display: none;
}
div.k2SearchBlock {
  position: relative;
  display: inline-block;
}
div.k2SearchBlock div.k2LiveSearchResults {
  margin-top: 35px;
  border: 1px solid #e3e3e3;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  padding: 1px 10px;
}
div.k2ItemFormEditor textarea#text {
  padding: 0;
}
ul.pagination li a,
ul.pagination li span {
  margin-left: 1px;
}
.rtl div.k2SearchBlock #mod-finder-searchform .button {
  left: 10px;
  right: auto;
}
.rtl div.k2SearchBlock div.k2LiveSearchResults {
  right: 20px;
}
.rtl #k2Container .itemList .catItemView.itemIsFeatured,
.rtl #k2Container .itemList .catItemView.catItemIsFeatured,
.rtl #k2Container .itemList .catItemView.userItemIsFeatured {
  position: relative;
}
.rtl #k2Container .itemList .catItemView.itemIsFeatured:after,
.rtl #k2Container .itemList .catItemView.catItemIsFeatured:after,
.rtl #k2Container .itemList .catItemView.userItemIsFeatured:after {
  position: absolute;
  z-index: 2;
  display: block;
  width: 52px;
  height: 52px;
  content: '';
  background: url(../images/icon/featuredItem_rtl.png) no-repeat;
  top: 0;
  left: 0;
  right: auto;
}
.rtl .pagination > li > a,
.rtl .pagination > li > span {
  margin-right: 1px;
}
div.sbox-content-iframe#sbox-content {
  overflow: hidden;
}
#sbox-content #yt_shorcodes {
  margin-right: 5px !important;
}
#editor-xtd-buttons {
  float: none !important;
  margin-left: 0;
}
div.edit.item-page .form-vertical {
  display: block;
}
div.edit.item-page .form-vertical select {
  display: block !important;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
}
div.edit.item-page .form-vertical #jform_tags {
  display: none !important;
}
div.edit.item-page .form-vertical #jform_tags_chzn {
  display: block !important;
  width: 100% !important;
  height: auto;
  line-height: 30px;
}
div.edit.item-page .form-vertical a.btn {
  background-color: #999;
  color: #fff;
}
div.edit.item-page .form-vertical #editor input.inputbox {
  width: 100%;
  margin-bottom: 10px;
}
div.k2LatestCommentsBlock ul {
  margin: 0;
  padding: 0;
}
div.k2LatestCommentsBlock ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
div.k2LatestCommentsBlock ul li .lcComment {
  background: #333;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
  margin: 0 0 13px;
}
div.k2LatestCommentsBlock ul li .lcComment:after {
  top: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-top-color: #333;
  border-width: 5px;
  margin-left: 0px;
}
div.k2LatestCommentsBlock ul li .k2Avatar img {
  background: none;
  border: none;
  padding: 0;
  margin: 0 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
div.k2LatestCommentsBlock ul li .lcCommentDate,
div.k2LatestCommentsBlock ul li .lcUsername {
  font-size: 14px;
  line-height: 100%;
  font-style: italic;
  color: #8c8c8c;
  display: inline-block;
  text-transform: capitalize;
}
div.k2LatestCommentsBlock ul li .lcCommentDate a,
div.k2LatestCommentsBlock ul li .lcUsername a {
  color: #8c8c8c;
}
div.k2LatestCommentsBlock ul li .lcCommentDate a:hover,
div.k2LatestCommentsBlock ul li .lcUsername a:hover {
  color: #e10a30;
}
div.k2LatestCommentsBlock ul li .lcCommentDate {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.k2ItemsBlock .moduleItemImage img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.daily-digest h3.modtitle {
  color: #fff;
  margin: 20px 0 15px;
  font-size: 16px;
}
div.daily-digest .k2ItemsBlock {
  width: 268px;
  padding: 0 0 0 20px;
}
div.daily-digest .k2ItemsBlock ul {
  padding: 0;
  margin: 0 0 20px;
}
div.daily-digest .k2ItemsBlock ul li {
  list-style: none;
  padding: 9px 0;
  margin: 0;
  background: none;
  font-size: 13px;
  line-height: 20px;
  font-weight : bold;
}
div.daily-digest .k2ItemsBlock ul li:first-child {
  padding-top: 0;
}
div.daily-digest .k2ItemsBlock ul li .moduleItemDateCreated {
  color: #e10a30;
  font-weight: bold;
  display: inline-block;
}
div.daily-digest .k2ItemsBlock ul li .moduleItemTitle {
  color: #bbb;
}
div.daily-digest .k2ItemsBlock ul li .moduleItemTitle:hover {
  color: #fff;
}
div.daily-digest .k2ItemsBlock ul li.even,
div.daily-digest .k2ItemsBlock ul li.odd {
  border-bottom: 1px solid #2c2c2c;
}
div.daily-digest .k2ItemsBlock .moduleCustomLink {
  color: #bbb;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
div.daily-digest .k2ItemsBlock .moduleCustomLink:hover {
  color: #fff;
}
.home-layout4 div.top-news .k2ItemsBlock ul {
  margin: 0;
}
div.top-news .k2ItemsBlock ul {
  padding: 0;
  margin: 0 0 25px;
}
div.top-news .k2ItemsBlock ul li {
  list-style: none;
  padding: 0;
  margin: 27px 0 0;
  background: none;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}
div.top-news .k2ItemsBlock ul li:first-child {
  margin: 0;
}
div.top-news .k2ItemsBlock ul li .moduleItemDateCreated,
div.top-news .k2ItemsBlock ul li .moduleItemAuthor {
  color: #8c8c8c;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.top-news .k2ItemsBlock ul li .moduleItemDateCreated a,
div.top-news .k2ItemsBlock ul li .moduleItemAuthor a {
  color: #8c8c8c;
}
div.top-news .k2ItemsBlock ul li .moduleItemDateCreated a:hover,
div.top-news .k2ItemsBlock ul li .moduleItemAuthor a:hover {
  color: #e10a30;
}
div.top-news .k2ItemsBlock ul li .moduleItemDateCreated {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.top-news .k2ItemsBlock ul li .moduleItemTitle {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
div.top-news .k2ItemsBlock ul li .moduleItemTitle:hover {
  color: #e10a30;
}
div.top-news .k2ItemsBlock ul li .moduleItemCategory {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
}
div.top-news .k2ItemsBlock ul li.even,
div.top-news .k2ItemsBlock ul li.odd {
  border-bottom: none;
}
div.top-news .k2ItemsBlock ul li .moduleItemIntrotext {
  padding: 0;
  position: relative;
  z-index: 1;
  line-height: 20px;
  color: #000;
}
div.top-news .k2ItemsBlock ul li a.moduleItemImage img {
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
div.top-news .k2ItemsBlock ul li .module-text {
  position: absolute;
  font-size: 130px;
  color: #d6d6d6;
  z-index: 2;
  right: 0;
  bottom: 45px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
div.top-news .k2ItemsBlock ul li .module-custom {
  position: relative;
  z-index: 3;
}
div.top-news .k2ItemsBlock ul li .module-custom h3 {
  margin: 8px 0 10px;
}
div.sj-featured-post ul {
  margin: 0;
  margin-top: -5px;
  padding: 0;
}
div.sj-featured-post ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #2c2c2c;
  padding-top: 15px;
}
div.sj-featured-post ul li:first-child {
  border-top: none;
  padding-top: 0;
}
div.sj-featured-post ul li h3 {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  font-weight: normal;
}
div.sj-featured-post ul li h3 a {
  color: #8c8c8c;
}
div.sj-featured-post ul li h3 a:hover {
  color: #e10a30;
}
div.sj-featured-post ul li .moduleItemImage img {
  float: left;
  margin: 5px 10px 15px 0;
}
div.sj-featured-post ul li div.moduleItemIntrotext {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}
div.sj-latest-post2 div.k2ItemsBlock ul {
  margin: 0;
  padding: 0;
}
div.sj-latest-post2 div.k2ItemsBlock ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
div.sj-latest-post2 div.k2ItemsBlock ul li:first-child {
  border-top: none;
  padding-top: 0;
}
div.sj-latest-post2 div.k2ItemsBlock ul li .moduleItemImage img {
  float: left;
  margin: 0px 10px 15px 0;
}
div.sj-latest-post2 div.k2ItemsBlock ul li .moduleItemTitle {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
div.sj-latest-post2 div.k2ItemsBlock ul li .moduleItemTitle:hover {
  color: #e10a30;
}
div.sj-latest-post2 div.k2ItemsBlock ul li div.moduleItemIntrotext {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}
div.sj-latest-post2 div.k2ItemsBlock ul li .module-custom h3 {
  margin-bottom: 5px;
}
div.sj-latest-post2 div.k2ItemsBlock ul li .moduleItemDateCreated,
div.sj-latest-post2 div.k2ItemsBlock ul li .moduleItemAuthor {
  font-size: 14px;
  line-height: 100%;
  font-style: italic;
  color: #8c8c8c;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-latest-post2 div.k2ItemsBlock ul li .moduleItemDateCreated a,
div.sj-latest-post2 div.k2ItemsBlock ul li .moduleItemAuthor a {
  color: #8c8c8c;
}
div.sj-latest-post2 div.k2ItemsBlock ul li .moduleItemDateCreated a:hover,
div.sj-latest-post2 div.k2ItemsBlock ul li .moduleItemAuthor a:hover {
  color: #e10a30;
}
div.sj-latest-post2 div.k2ItemsBlock ul li .moduleItemDateCreated {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.k2TagCloudBlock a {
  padding: 0 8px;
  line-height: 24px;
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #9e9e9e;
  margin: 0 10px 10px 0;
}
div.k2TagCloudBlock a:hover {
  padding: 0 8px;
  color: #fff;
  background: #e10a30;
}
div.k2ArchivesBlock button {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  color: #808080;
  padding: 8px 10px;
}
div.k2ArchivesBlock button:hover {
  color: #e10a30;
}
div.k2ArchivesBlock button:hover .fa {
  color: #e10a30;
}
div.k2ArchivesBlock button .fa {
  float: right;
  font-size: 21px;
}
div.k2AccountPage table.admintable td {
  font-size: 0;
}
div.k2AccountPage table.admintable td span {
  font-size: 13px;
}
div.k2AccountPage table.admintable td.key,
div.k2AccountPage table.admintable td.paramlist_key {
  border: none;
  padding-bottom: 5px;
}
div.k2AccountPage table.admintable td.key label,
div.k2AccountPage table.admintable td.paramlist_key label {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 0;
}
div.k2AccountPage table.admintable td .chzn-container {
  margin: 0 5px;
}
div.k2AccountPage table.admintable td input {
  width: 100%;
  margin-top: 5px;
}
div.k2AccountPage table.admintable td input#jform_profile_dob {
  width: 187px;
  margin-left: 17px;
}
div.k2AccountPage table.admintable td input#del_image {
  width: auto;
}
div.k2AccountPage table.admintable td input#genderm,
div.k2AccountPage table.admintable td input#genderf {
  width: auto;
  position: static;
}
div.k2AccountPage table.admintable td textarea {
  width: 90%;
  min-height: 100px;
}
div.k2AccountPage div.k2AccountPageUpdate {
  border: none;
}
#k2Container.layout2 .itemList .clr-line {
  height: 1px;
  background: #ccc;
  margin: 0 15px 40px;
}
#k2Container.layout2 .itemList .itemContainer {
  margin: 0;
}
#k2Container.layout2 .itemList .itemContainer .catItemView {
  border: none;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary {
  padding-bottom: 30px;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom {
  position: static;
  padding: 0;
  margin-top: 0px;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom h3.catItemTitle {
  margin-top: 0px;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom h3.catItemTitle a {
  color: #000;
  font-size: 24px;
  line-height: 30px;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom h3.catItemTitle a:hover {
  color: #e10a30;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom .catItemBody .catItemIntroText {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  color: #606060;
  position: relative;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom .catItemBody .catItemIntroText .catItemCategory {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  background: #e10a30;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom .catItemBody .catItemIntroText .catItemCategory a {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom .catItemBody .catItemIntroText .catItemCategory:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #e10a30;
  border-top: 0px solid transparent;
  border-right: 0 solid #e10a30;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom .catItemBody .catItemIntroText .catItemCategory:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom dd.catItemAuthor {
  color: #000;
  text-transform: capitalize;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom dd.catItemAuthor a {
  color: #000;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom dd.catItemAuthor a:hover {
  color: #e10a30;
}
#k2Container.layout2 .itemList #itemListSecondary .sj-secondary .catItemCustom dd.create {
  color: #8c8c8c;
  border-left: 1px solid #8c8c8c;
  padding-left: 9px;
}
.live {
    margin-right: -95px;
}
.dprog {
    line-height: 12px;
	padding-top: 10px ;
}
    
.onair {
   margin-right: 10px;
   font-family: GE SS Text Medium ;
   color:red;
   
}
.nprog {
   margin-right: 10px;
   font-weight: bold;
   color:blue;
}
.hprog {
   margin-right: 10px;
   font-weight: bold;
   color:black;
}
 @font-face {
	 font-family:"GE SS Text Medium";
	 src:url("GE_SS_Text_Medium.ttf") format("truetype");
	 font-weight:normal;
	 font-style:normal;
	 }
.txt_onair { display:inline-block;
 width:44px;
 height:19px;
 color:#fff;
 text-transform:uppercase;
 font-family: GE SS Text Medium;
 background:red;
 text-align:center;
 margin-left:9px;
 position: absolute;
 right: -55px;
 animation: blinker 1s linear infinite;
top: 61px;
}	 
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.boxfm {

   background:black;
}

div.daily-digest1 h3.modtitle {
  color: black;
  margin: 20px 0 15px;
  font-size: 16px;
}
div.daily-digest1 .k2ItemsBlock {
  width: 268px;
  padding: 0 0 0 20px;
}
div.daily-digest1 .k2ItemsBlock ul {
  padding: 0;
  margin: 0 0 20px;
}
div.daily-digest1 .k2ItemsBlock ul li {
  list-style: none;
  padding: 9px 0;
  margin: 0;
  background: none;
  font-size: 13px;
  line-height: 20px;
}
div.daily-digest1 .k2ItemsBlock ul li:first-child {
  padding-top: 0;
}
div.daily-digest1 .k2ItemsBlock ul li .moduleItemDateCreated {
  color: #e10a30;
  font-weight: bold;
  display: inline-block;
}
div.daily-digest1 .k2ItemsBlock ul li .moduleItemTitle {
  color: black;
}
div.daily-digest1 .k2ItemsBlock ul li .moduleItemTitle:hover {
  color: #2d2259;
}
div.daily-digest1 .k2ItemsBlock ul li.even,
div.daily-digest1 .k2ItemsBlock ul li.odd {
  border-bottom: 1px solid #999;
  font-weight: bold;
}
div.daily-digest1 .k2ItemsBlock .moduleCustomLink {
  color: #bbb;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
div.daily-digest1 .k2ItemsBlock .moduleCustomLink:hover {
  color: #2d2259;
}
.dateambiancefm {
  color: #2d2259;
}
.fa-map-marker-alt {
   
   color:white;
   
}
.fa-phone {
   
   color:white;
   
}
.fa-fax {
   
   color:white;
   
}

div[id^="favsocial"] a,
div[id*=" favsocial"] a,
div[id^="favsocial"] a:hover,
div[id*=" favsocial"] a:hover,
div[id^="favsocial"] a:focus,
div[id*=" favsocial"] a:focus {
  text-decoration: none!important;
}

/*//////////////////////////////////////////////////////////////////////////////

2. layout

//////////////////////////////////////////////////////////////////////////////*/

div[id^="favsocial"] a,
div[id*=" favsocial"] a {
  float: left;
}
div[id^="favsocial"] a:hover,
div[id*=" favsocial"] a:hover,
div[id^="favsocial"] a:active,
div[id*=" favsocial"] a:active,
div[id^="favsocial"] a:focus,
div[id*=" favsocial"] a:focus {
  opacity: 0.8;
  background-color: transparent;
}

/*//////////////////////////////////////////////////////////////////////////////

3. content

//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  icon
///
//////////////////////////////////////////////////////////////////////////////*/

li[id^="favsocial-icon"],
li[id*=" favsocial-icon"] {
  list-style: none;
  float: left;
  margin: 0 5px;
}
li[id^="favsocial-icon"] .favsocial,
li[id*=" favsocial-icon"] .favsocial {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
li[id^="favsocial-icon"] i,
li[id*=" favsocial-icon"] i {
  float: left;
  width: 100%;
  padding: 50% 2px;
  line-height: 0;
  text-align: center;
}
li[id^="favsocial-icon"]:after,
li[id*=" favsocial-icon"]:after {
	content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

/*//////////////////////////////////////////////////////////////////////////////
///
///  list float
///
//////////////////////////////////////////////////////////////////////////////*/

ul#favsocial-list {
  margin: 0;
  overflow: hidden;
}
ul#favsocial-list.favsocial-left {
  float: left;
}
ul#favsocial-list.favsocial-center {
  display: table;
  margin: 0 auto;
  float: none;
}
ul#favsocial-list.favsocial-right {
  float: right;
}
.pull-right li[id^="favsocial-icon"]:last-child,
.pull-right li[id*=" favsocial-icon"]:last-child,
.favth-pull-right li[id^="favsocial-icon"]:last-child,
.favth-pull-right li[id*=" favsocial-icon"]:last-child {
  margin-right: 0;
}
.pull-left li[id^="favsocial-icon"]:first-child,
.pull-left li[id*=" favsocial-icon"]:first-child,
.favth-pull-left li[id^="favsocial-icon"]:first-child,
.favth-pull-left li[id*=" favsocial-icon"]:first-child {
  margin-left: 0;
}

@media only screen and (max-device-width: 480px) {
    .mydivp{display:none;}
}
