/**
 * $Desc
 *
 * @version    $Id$
 * @package    wpbase
 * @author     WPOpal  Team <wpopal@gmail.com, support@wpopal.com>
 * @copyright  Copyright (C) 2014 wpopal.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * @website  http://www.wpopal.com
 * @support  http://www.wpopal.com/support/forum.html
 */
/*
 *  Front
 */
body {
  background: #f3f3f3;
  font-family: 'Lato', sans-serif;
  color: #444444;
  font-size: 14px;
  font-weight: 300;
}
#wpo-mainbody {
  background: #ffffff;
}
/*
 *  Base
 */
img,
object,
embed {
  height: auto;
  max-width: 100%;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
a {
  color: #000000;
}
a:hover {
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
  text-decoration: none;
}
select {
  width: 100%;
}
table {
  width: 100%;
}
table tr,
table th {
  text-align: center;
}
caption {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}
iframe {
  border: 0;
}
.mc4wp-form {
  margin-top: 0!important;
}
.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.audio-responsive iframe {
  width: 100%;
  height: 126px;
}
.map_canvas img {
  max-width: none;
}
.spinner {
  background: url('../images/spinner.gif') no-repeat;
  background-size: 20px 20px;
  display: block;
  opacity: .7;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.pagination {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  margin: 0;
  padding-top: 30px;
}
.pagination > li > span,
.pagination > li a {
  margin-right: 10px;
}
.pagination > li > span:hover,
.pagination > li a:hover {
  background: #000000;
  color: #ffffff;
}
.pagination > li > span.current {
  background: #000000;
  border: 1px solid #000000;
}
.pagination > li:first-child a,
.pagination > li:last-child a,
.pagination > li:first-child span,
.pagination > li:last-child span {
  border-radius: 0px;
}
input.btn {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: bold;
}
ul.links {
  margin-top: 5px;
  margin-bottom: 10px;
}
ul.links li {
  position: relative;
  display: inline-block;
}
ul.links li > ul.sub-menu {
  display: none;
  position: absolute;
  background: #1e1e1e;
  padding: 10px;
  min-width: 150px;
  z-index: 1001 ;
}
ul.links li > ul.sub-menu > li {
  line-height: 20px;
  width: 100%;
}
ul.links li:hover > ul.sub-menu {
  display: block;
}
ul.links li:hover > ul.sub-menu > ul {
  display: none;
}
ul.links li a {
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	color: #CCCCCC;
}
ul.links li a:hover {
  color: #cccccc;
}
ul.links.bullets li {
  background-image: url('../images/bg-red.jpg');
  background-repeat: no-repeat;
  background-position: 0px 12px;
}
.sub-menu > li > ul.sub-menu {
  top: 0;
}
.nav-tabs li a {
  text-transform: uppercase;
  border: 0px;
  margin: 0px;
  color: #ffffff;
  background: #000000;
  font-size: 14px;
}
.nav-tabs li.active a {
  color: #ffffff;
  background: #d03c3c;
}
.nav-tabs li.active a:before {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #d03c3c;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 100%;
  transition: all 300ms linear 0s;
  width: 0;
}
.no-padding {
  margin-left: -30px;
  margin-right: -30px;
}
.no-padding-inner {
  margin-left: -15px;
  margin-right: -15px;
}
/* page layout styles */
#wpo-topbar {
  background: #1e1e1e;
  border-bottom: 1px solid none;
}
#wpo-topbar .wpo-login {
  text-align: right;
}
#wpo-header {
  background: #2c2c2c;
}
#wpo-header .wpo-logo {
  padding: 12px 0;
  text-align: center;
}
.wpo-wrapper {
  overflow: hidden;
}
.wpo-main {
  overflow: hidden;
}
.wpo-sidebar,
.wpo-content {
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  position: relative;
  overflow: hidden;
}
.single .wpo-sidebar,
.single .wpo-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
}
.right-sidebar {
  border-left: 1px solid #e3e3e3;
}
.left-sidebar {
  border-right: 1px solid #e3e3e3;
}
.wpo-sidebar > .sidebar-inner {
  padding: 0 15px 0;
}
.wpo-content > * {
  padding: 0 15px;
}
.content-inner {
  padding-bottom: 30px;
}
.display-list .post-thumb {
  position: static;
}
.display-list .category-title {
  position: absolute;
  top: 30px;
  margin-left: 41.6667%;
  left: 15px;
}
.display-list .entry-title {
  padding: 20px 0 10px;
}
.display-grid .post-thumb {
  position: relative;
}
.display-grid .posts-listing {
  margin: 0 -15px;
}
.display-grid .category-title {
  position: absolute;
  bottom: 0;
}
.display-grid .category-title a {
  padding: 1px 5px;
  background: #d03c3c;
  color: #ffffff;
}
.display-grid .entry-title {
  padding: 10px 0 10px;
}
.display-grid .post,
.display-grid .video {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  position: relative;
}
.display-grid .post .post-container,
.display-grid .video .post-container {
  padding-bottom: 0;
}
.display-grid .post .post-container > .row > div,
.display-grid .video .post-container > .row > div {
  width: 100%;
}
.display-grid article:nth-child(2n+1) {
  clear: left;
}
.content-page {
  padding-top: 30px;
}
.page-found {
  padding-top: 30px;
  padding-bottom: 15px;
}
.page-found .page-title {
  font-size: 25px;
}
.cat-none {
  margin-bottom: 30px;
}
.page-404 {
  background: #2c2c2c;
}
.page-404 .inner {
  padding: 35px 0 55px;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
  text-align: center;
}
.page-404 .page-title {
  max-width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
}
.page-404 .entry-title {
  font-size: 140px;
  color: #d03c3c;
  font-weight: 700;
}
.page-404 .entry-content {
  color: #878787;
}
.page-404 .search-box {
  margin-top: 40px;
  min-width: 275px;
  display: inline-block;
}
#wpo-footer {
  background: #2c2c2c;
}
.wpo-copyright {
  color: #878787;
  border-top: 1px solid #373737;
  font-size: 10px;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-top: 15px;
}
.wpo-copyright .copyright {
  text-align: center;
  line-height: 24px;
}
.wpo-copyright a {
  color: #ffffff;
}
.page-head {
  position: relative;
  margin-top: 30px;
  border-bottom: 1px solid #E3E3E3;
  min-height: 34px;
  display: block;
}
.page-title {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
  max-width: 80%;
}
.post-thumb a {
  position: relative;
  overflow: hidden;
  display: block;
}
.post-thumb img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.post-thumb:hover img {
  -moz-transform: scale(1.2) rotate(2deg);
  -webkit-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}
.category-title > a {
  font-size: 10px;
  text-transform: uppercase;
}
.display-list .category-title > a {
  display: inline-block;
  margin-right: 5px;
}
.display-grid .category-title {
  width: 100%;
}
.display-grid .category-title > a {
  float: left;
  margin-right: 5px;
}
.entry-title {
  display: block;
  font-size: 18px;
  margin: 0;
}
.entry-title a {
  color: #000000;
}
.entry-content {
  font-size: 14px;
  color: #444444;
  padding-bottom: 5px;
}
.entry-meta span {
  padding-right: 5px;
  font-size: 10px;
  text-transform: uppercase;
  color: #cccccc;
}
.entry-meta span.comment-count > *,
.entry-meta span.post-views {
  color: #878787;
}
.entry-meta span .fa {
  font-size: 13px;
}
.post blockquote > * {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}
.btn-gridview {
  padding-top: 17px;
}
.btn-gridview span {
  padding-right: 5px;
}
.btn-gridview a {
  color: #cccccc;
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid #e3e3e3;
}
.btn-gridview a .fa {
  padding: 0;
}
.btn-gridview a.active {
  color: black;
}
.page-header-empty > .btn-gridview {
  padding-top: 7px;
}
.post,
.video {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.post:last-child,
.video:last-child {
  border-bottom: 0;
}
.post .post-container,
.video .post-container {
  padding-bottom: 30px;
  padding-top: 30px;
}
.post-share .social-networks {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #373737;
  margin: 0px;
}
.post-share .social-networks li {
  display: inline-block;
  padding-right: 15px;
  line-height: 30px;
}
.post-share .social-networks li:last-child a {
  margin-right: 0;
}
/* Post detail */
.single .post .title-article,
.single .video .title-article {
  font-size: 30px;
  margin: 0;
  width: 80%;
}
.single .post .post-rate,
.single .video .post-rate {
  display: inline-block;
  position: relative;
  top: 14px;
}
.single .post .entry-meta span,
.single .video .entry-meta span {
  padding-right: 5px;
}
.single .post .pageheader,
.single .video .pageheader {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.single .post .btn-link-single,
.single .video .btn-link-single {
  margin-top: 10px;
}
.single .post .btn-link-single .bnt-next,
.single .video .btn-link-single .bnt-next,
.single .post .btn-link-single .bnt-prev,
.single .video .btn-link-single .bnt-prev {
  padding: 10px;
  border: 1px solid #e3e3e3;
  display: inline;
}
.single .post .btn-link-single .bnt-next .fa,
.single .video .btn-link-single .bnt-next .fa,
.single .post .btn-link-single .bnt-prev .fa,
.single .video .btn-link-single .bnt-prev .fa {
  margin-left: 5px;
}
.single .post .post-thumb,
.single .video .post-thumb {
  overflow: hidden;
}
.single .post .post-thumb:hover img,
.single .video .post-thumb:hover img {
  transform: none;
  -webkit-transform: none;
}
.single .post .entry_content,
.single .video .entry_content {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-top: 30px;
  text-align: justify;
}
.single .post .single-tags,
.single .video .single-tags {
  border-top: 4px solid #000000;
  color: #878787;
  padding: 15px 10px;
}
.single .post .single-tags a,
.single .video .single-tags a {
  margin-left: 15px;
  color: #878787;
  font-size: 10px;
  text-transform: uppercase;
}
.single .box-share {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.single .one-sidebar-right .right-sidebar {
  border-left: none;
}
.single .one-sidebar-left .left-sidebar {
  border-right: none;
}
.single .wpo-content.no-sidebar-left {
  border-right: 1px solid #e3e3e3;
}
.single .wpo-content.no-sidebar-right {
  border-left: 1px solid #e3e3e3;
}
.single .wpo-content.two-sidebar {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.author-about {
  padding-top: 30px;
}
.author-about .author-title {
  margin: 0px;
  font-size: 14px;
  color: #878787;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
}
.author-about .author-title a {
  color: #000000;
}
.author-about .author-content {
  padding-left: 20px;
  font-size: 16px;
}
/* Related post */
.related-post {
  padding-top: 40px;
  padding-bottom: 40px;
}
.related-post .widget-title {
  margin: 0;
  background-color: #000000;
  color: #ffffff;
  display: inline;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 900;
}
.related-post .related-post-inner {
  padding-top: 40px;
}
.related-post .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-post .post-content {
  padding-bottom: 15px;
}
/* Comment List */
.commentlists .btn-title {
  background-color: #000000;
  color: #ffffff;
  display: inline;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 900;
}
.commentlists .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 37.5px;
  margin-bottom: 37.5px;
}
.commentlists .the-comment p {
  margin: 0;
}
.commentlists div.avatar {
  float: left;
  margin-right: 22.5px;
}
.commentlists .comment-author {
  margin-bottom: 10px;
}
.commentlists .children {
  padding-left: 60px;
}
.commentlists .comment-text {
  font-size: 16px;
}
/*
* Style page Home
*/
.home-content h1.page-home-title {
  background-color: #d03c3c;
  color: #ffffff;
  display: inline;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.home-content .page-head {
  border-bottom: 0px;
}
.home-content .entry-content {
  max-height: 45px;
  overflow: hidden;
}
.home-content .display-grid .entry-content {
  display: none;
}
.home-page-content:before {
  background-color: #2c2c2c;
  content: "";
  height: 429px;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.wpo-wrapper:before {
  background-color: #2c2c2c;
  content: "";
  height: 270px;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.nano {
  height: 355px;
}
.home-one-sidebar-right .nano,
.home-one-sidebar-left .nano {
  height: 550px;
}
.page-one-sidebar-right.home-page-content:before {
  height: 624px;
}
/*Social style color */
.social-networks {
  text-align: center;
}
.social-networks li {
  padding-right: 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.social-networks li a {
  padding: 0 3.75px;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.social-networks li a .fa {
  font-size: 16px;
  padding-right: 5px;
}
.social-networks li.facebook:hover a,
.social-networks li.facebook a > i {
  color: #3a5998;
}
.social-networks li.twitter:hover a,
.social-networks li.twitter a > i {
  color: #287cb8;
}
.social-networks li.linkedin:hover a,
.social-networks li.linkedin a > i {
  color: #13598a;
}
.social-networks li.tumblr:hover a,
.social-networks li.tumblr a > i {
  color: #1f78b7;
}
.social-networks li.google:hover a,
.social-networks li.google a > i {
  color: #dd4e4e;
}
.social-networks li.pinterest:hover a,
.social-networks li.pinterest a > i {
  color: #ac2424;
}
.social-networks li.email:hover a,
.social-networks li.email a > i {
  color: #878787;
}
/* widget layout styles */
.widget .widget-title {
	text-align: left;
	position: relative;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.widget .widget-title:before,
.widget .widget-title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget .widget-title:after {
  clear: both;
}
.widget .widget-title span {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 15px;
  text-transform: uppercase;
  float: left;
}
.widget .entry-title {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 0;
  padding-top: 0px;
}
.widget .entry-content {
  color: #444444;
}
.widget .post {
  padding-bottom: 20px;
  padding-top: 5px;
}
.widget .post:first-child {
  border-top: 0;
}
.widget .post:last-child {
  border-bottom: 0;
}
.widget ul li {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
}
.widget ul li ul {
  padding-left: 30px;
}
.widget ul li:last-child {
  border-bottom: none;
}
.sidebar-inner aside:last-child {
  margin-bottom: 30px;
}
.wpo-sidebar .nav-tabs > li {
  width: 50%;
}
.wpo-sidebar .nav > li > a {
  padding: 10px 15px;
  text-align: center;
  font-weight: 900;
}
.wpo-sidebar h3 {
  font-weight: 700;
}
.wpo-sidebar .widget_sp_image {
  margin-left: -30px;
  margin-right: -30px;
}
.black {
  background: #2c2c2c;
  color: #878787;
}
.black .widget-title span {
  background: #d03c3c;
}
.black .post {
  border-color: #373737;
}
.black .entry-title a,
.black .entry-title {
  color: #cccccc;
}
.black .entry-content {
  color: #878787;
}
.black .entry-content a {
  color: #878787;
}
.black a {
  color: #cccccc;
}
.black .entry-meta span {
  color: #878787;
}
.black ul li {
  color: #878787;
  border-bottom: 1px solid #373737;
}
.black ul li:last-child {
  border-bottom: none;
}
.black td,
.black tr,
.black caption {
  color: #cccccc;
}
.wpo-slide .entry-title a {
  font-size: 30px;
  color: #ffffff;
}
.wpo-slide .entry-content {
  color: #ffffff;
}
.wpo-slide .entry-meta span {
  color: #ffffff;
}
.wpo-slide .entry-meta span.published {
  color: #cccccc;
}
.wpo-slide .entry-meta span a,
.wpo-slide .entry-meta span i {
  color: #ffffff;
}
.wpo-slide img {
  width: 100%;
}
.wpo-top-content {
  background: #2c2c2c;
  overflow: hidden;
  padding: 8px 0;
  border-left: 1px solid #424242;
  border-right: 1px solid #424242;
  border-top: 1px solid #424242;
}
.wpo-top-content .widget-title {
  font-weight: 700;
  margin: 0 10px;
  background: #1e1e1e;
  color: #d03c3c;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px;
  position: relative;
}
.wpo-top-content .widget-title:after {
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #1e1e1e;
  border-top: 11px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  margin-left: 5px;
  position: absolute;
  top: 0px;
  right: -10px;
  transition: all 300ms linear 0s;
  width: 0;
}
.wpo-top-content .post-widget {
  padding: 0 20px;
}
.wpo-top-content .post-widget ul > li {
  margin: 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wpo-top-content .post-widget ul > li > a {
  text-transform: none;
  font-size: 13px;
}
.wpo-top-content .post-widget ul.links {
  margin: 0;
}
.content-bottom {
  background: #1e1e1e;
}
.content-bottom .widget_header {
  padding: 15px 30px;
  border-bottom: 1px solid #373737;
}
.content-bottom .widget .widget-title {
  display: inline-block;
  padding: 0;
}
.content-bottom .widget .widget-title span {
  padding-left: 15px;
  background: none;
  padding: 0px;
}
.content-bottom .widget-content {
  padding: 30px 30px 50px;
}
.content-bottom .widget-content *[class*='col-']:nth-child(3n+1) {
  clear: left;
}
.content-bottom .entry-title {
  line-height: 20px;
}
.content-bottom a {
  color: #cccccc;
}
.content-bottom .widget {
  margin-bottom: 0px;
}
.footer-top {
  padding: 60px 0;
  color: #878787;
}
.footer-top a,
.footer-top .entry-content {
  color: #878787;
}
.footer-top .footer-row {
  border-right: 1px solid #373737;
  min-height: 285px;
}
.footer-top .footer-row:first-child .inner {
  padding-left: 0px;
}
.footer-top .footer-row:last-child .inner {
  padding-right: 0px;
}
.footer-top .footer-row .inner {
  padding: 0 15px;
}
.footer-top .footer-row:last-child {
  border-right: none;
}
.footer-top .widget .widget-title {
  line-height: 30px;
  padding-bottom: 15px;
  padding-top: 0px;
}
.footer-top .widget .widget-title span {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #ffffff;
}
.footer-top .fa {
  color: #cccccc;
  margin-right: 10px;
}
.footer-top .fa.fa-mobile-phone {
  font-size: 20px;
}
.footer-top .entry-title {
  margin: 0;
  padding-bottom: 10px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
}
.footer-top .conment-inner {
  position: relative;
  margin-top: 30px;
  padding: 15px;
  background: #1e1e1e;
  border-bottom: none;
}
.footer-top .conment-inner:first-child {
  margin-top: 0px;
}
.footer-top .conment-inner:before {
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  border-left: 16px solid #1e1e1e;
  border-top: 16px solid rgba(0, 0, 0, 0);
  bottom: -16px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: all 300ms linear 0s;
  width: 0;
}
.footer-top .conment-inner.media {
  overflow: visible;
}
.footer-top .widget {
  padding-bottom: 20px;
}
.footer-top ul {
  padding-top: 10px;
}
.footer-top ul li {
  border-bottom: none;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
}
.menu-bottom {
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: #878787;
}
.menu-bottom > ul {
  display: inline-block;
}
.menu-bottom > ul > li {
  float: left;
  display: block;
  width: 120px;
  border-top: 1px solid red;
  border-bottom: none;
  padding: 0;
}
.menu-bottom > ul > li a {
  color: #878787;
  line-height: 20px;
}
.menu-bottom > ul > li a:hover {
  color: #cccccc;
}
.menu-bottom > ul > li ul {
  padding-top: 15px;
  padding-left: 0px;
}
.menu-bottom > ul > li ul li {
  border-bottom: none;
  font-weight: 300;
  font-size: 10px;
  padding: 3px 0;
}
.menu-bottom .widget-title {
  line-height: 30px;
  padding-bottom: 15px;
  padding-top: 0px;
}
.menu-bottom .widget-title span {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
}
.menu-bottom .widget {
  padding-bottom: 20px;
}
.menu-bottom h3.menu-title {
  margin-top: 10px;
  margin-bottom: 0px;
}
.menu-bottom h3.menu-title > a {
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
}
.menu-bottom .border-bottom {
  border-top: 1px solid #373737;
  position: absolute;
  height: 1px;
  width: 100%;
}
.menu-bottom a {
  color: #cccccc;
  font-weight: 300;
  text-align: left;
}
/* Recent Widget */
.post-widget article img,
.comment-widget article img {
  width: 70px;
  height: 70px;
}
.post-widget article h6,
.comment-widget article h6,
.post-widget article p,
.comment-widget article p {
  margin-bottom: 0;
}
.post-widget article h6,
.comment-widget article h6 {
  font-weight: 600;
  font-size: 14px;
}
.post-widget article p,
.comment-widget article p {
  font-size: 12px;
}
/* Flickr Gallery */
.flickr-gallery img {
  float: left;
  width: 70px;
  height: 70px;
  padding: 3px;
}
.flickr-gallery img:hover {
  opacity: 0.5;
  transition: all 0.4s ease-in-out 0s;
}
/* Tags Widget */
.tagcloud a {
  border: 1px solid #333333;
  display: inline-block;
  font-size: 13px !important;
  height: 28px;
  line-height: 28px;
  margin: 2px 0;
  padding: 0 10px;
}
.tagcloud a:hover {
  background-color: #333333;
  border-color: #333333;
}
/* Breaking Widget */
.btn-slide {
  padding-right: 15px;
}
.btn-slide > a {
  background: #1e1e1e;
  color: #878787;
  padding: 4px 8px;
}
.br-inner {
  overflow: hidden;
  display: block;
}
/* large list Widget */
.wpo-sidebar aside.widget_wpo_posts {
  margin-top: 0px;
}
.wpo-sidebar aside.widget_wpo_posts .featured_post-widget {
  margin-bottom: 0px;
}
.widget_wpo_posts .widget-title {
  text-align: center;
  padding: 0px;
}
.widget_wpo_posts .widget-title > span {
  width: 100%;
  background: #d03c3c;
}
.widget_wpo_posts .widget-title > span:after {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #D03C3C;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 100%;
  transition: all 300ms linear 0s;
  width: 0;
  z-index: 10;
}
.featured_post-widget .post {
  position: relative;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.featured_post-widget .post-thumb:hover img {
  transform: none;
}
.featured_post-widget .bg_layer {
  background: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.featured_post-widget .entry-title > a {
  font-size: 18px;
  color: #ffffff;
}
.featured_post-widget .entry-content {
  color: #cccccc;
}
.featured_post-widget .entry-meta span,
.featured_post-widget .entry-meta span * {
  color: #ffffff;
}
.featured_post-widget .post-content {
  bottom: 0;
  opacity: 1;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: right;
}
.featured_post-widget .post-content-hover {
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: right;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
.featured_post-widget .post:hover .post-content-hover {
  opacity: 1;
  -webkit-transform: translate(0, -170px);
  -moz-transform: translate(0, -170px);
  -ms-transform: translate(0, -170px);
  transform: translate(0, -170px);
}
.featured_post-widget .post:hover .bg_layer {
  opacity: 0.8;
  transition: all 0.4s ease-in-out 0s;
}
.featured_post-widget .post:hover .post-content {
  opacity: 0;
}
/* Trending  list Widget */
.nano {
  overflow: hidden;
}
.widget .trending_post-widget .post {
  margin: 0 30px;
  padding: 15px 0;
  border-bottom: 1px solid #373737;
}
.widget .trending_post-widget .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #cccccc;
}
.widget .trending_post-widget .entry-title > a {
  color: #cccccc;
  white-space: nowrap;
}
.widget .trending_post-widget .entry-meta > span {
  color: #878787;
}
.nano {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #1e1e1e;
}
.nano > .nano-content {
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 10px;
}
.nano .nano-pane {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  right: 1px;
  width: 5px;
}
.nano > .nano-pane {
  background: #353535;
  bottom: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #d03c3c;
  position: relative;
}
/*video*/
.view-more > a {
  font-size: 10px;
  color: #d03c3c;
  text-transform: uppercase;
}
.wpo-type-video .thumbnail-img {
  position: relative;
  overflow: hidden;
}
.wpo-type-video .bg-hover {
  background: none repeat scroll 0 0 #FFFFFF;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.wpo-type-video .bg-thumbnail {
  background: none repeat scroll 0 0 #d03c3c;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.wpo-type-video .bg-thumbnail > a {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 30px;
  text-transform: uppercase;
}
.wpo-type-video .entry-title {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wpo-type-video .excerpt {
  color: #d03c3c;
  font-size: 10px;
}
.wpo-type-video .thumbnail-inner {
  position: relative;
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  width: 100%;
}
.wpo-type-video .thumbnail-img:hover .thumbnail-inner {
  -webkit-transform: translate(0, -30px);
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
.wpo-type-video .thumbnail-img:hover .bg-hover {
  opacity: 0.7;
  transition: all 0.4s ease-in-out 0s;
}
.widget_sp_image .widget_sp_image-description {
  padding-top: 15px;
}
.newsletter .wg-input {
  margin: 15px 0;
  border: 1px solid #373737;
}
.newsletter .wg-input .input-group-addon {
  padding-right: 0px;
}
.newsletter .wg-input .form-control {
  padding-left: 0px;
}
.newsletter .wg-input span {
  border: none;
}
.newsletter .wg-input span .fa {
  margin-right: 0px;
}
.newsletter .form-control {
  font-weight: 300;
  font-size: 14px;
  background: none;
  border: none;
  color: #cccccc;
  height: 35px !important;
}
.newsletter .input-group-addon {
  background: none;
}
.widget_wpo_recent_comment .comment-widget {
  font-weight: 300;
  font-style: italic;
}
.widget_wpo_recent_comment .title {
  text-transform: capitalize;
}
.widget_wpo_recent_comment .comment-widget-date {
  font-size: 10px;
  color: #505050;
}
.widget_wpo_recent_comment .entry-title {
  text-transform: lowercase;
}
.widget_wpo_recent_comment .comment-text-side {
  color: #505050;
}
.tab-blog .title-category {
  min-width: 190px;
}
.tab-blog .title-category .inner {
  position: relative;
}
.tab-blog .entry-title {
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
.tab-blog .entry-title a {
  font-weight: 700;
}
.tab-blog .post {
  border: 0;
}
.widget_wpo_recent_post .entry-title {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 900;
}
.recent-default .entry-title {
  padding: 0px;
  font-size: 14px;
  font-weight: 700;
}
#wp-calendar td#prev {
  text-align: left;
}
#wp-calendar td#next {
  text-align: right;
}
.widget ul.nav-tabs li {
  border-bottom: none;
  padding: 0;
}
.post .ratings {
  margin: 5px 0;
}
.post .ratings .item {
  display: none;
}
.post .ratings ul {
  height: 10px;
  float: left;
}
.post .ratings ul li a:hover {
  background-position: left bottom;
  z-index: 5;
  left: 0 !important;
}
.post .ratings li {
  position: absolute;
  display: block;
}
.post .ratings a {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  display: block;
  width: 10px;
  height: 10px;
  text-decoration: none;
  text-indent: -9999px;
  z-index: 10;
}
.post .ratings .s2 a {
  left: 10px;
}
.post .ratings .s2 a:hover {
  width: 20px;
}
.post .ratings .s3 a {
  left: 20px;
}
.post .ratings .s3 a:hover {
  width: 30px;
}
.post .ratings .s4 a {
  left: 30px;
}
.post .ratings .s4 a:hover {
  width: 40px;
}
.post .ratings .s5 a {
  left: 40px;
}
.post .ratings .s5 a:hover {
  width: 50px;
}
.post .ratings .s6 a {
  left: 50px;
}
.post .ratings .s6 a:hover {
  width: 60px;
}
.post .ratings .s7 a {
  left: 60px;
}
.post .ratings .s7 a:hover {
  width: 70px;
}
.post .ratings .s8 a {
  left: 70px;
}
.post .ratings .s8 a:hover {
  width: 80px;
}
.post .ratings .s9 a {
  left: 80px;
}
.post .ratings .s9 a:hover {
  width: 90px;
}
.post .ratings .s10 a {
  left: 90px;
}
.post .ratings .s10 a:hover {
  width: 100px;
}
.post .ratings .rating {
  background-position: left center!important;
  position: absolute;
  height: 10px;
  display: block;
  text-indent: -9999px;
  z-index: 1;
}
.post .ratings .meta {
  font-size: 10px;
  color: #999;
  float: left;
  line-height: 18px;
  position: relative;
  top: -2px;
  padding-left: 5px;
}
.post .ratings .meta strong {
  color: #818181;
  font-weight: 400;
}
.post .ratings:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.post .ratings ul,
.post .ratings li {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.post .ratings.error .meta {
  color: #ff0000;
  font-weight: bold;
}
.post .ratings ul,
.post .ratings a:hover,
.post .ratings .rating {
  background: transparent url('../images/star.png') repeat-x;
}
/*
 *  Shortcode
 */
.page-icon {
  font-size: 18px;
  margin: 0 10px;
}
/*
 *  Comments
 */
#comments .title {
  background-color: #000000;
  color: #ffffff;
  display: inline;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 900;
}
#comments .comment-reply-title span {
  background-color: #000000;
  color: #ffffff;
  display: inline;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 900;
}
#comments .wpo-commentlists {
  padding-top: 50px;
}
#comments .comment-author {
  color: #878787;
  font-size: 10px;
  text-transform: uppercase;
}
#comments .comment-author strong {
  color: #000000;
}
#comments .comment-date {
  padding-top: 10px;
  color: #878787;
  font-size: 10px;
  text-transform: uppercase;
}
#comments .comment-date .comment-reply-link {
  color: #d03c3c;
}
#comments .comment-form {
  padding-top: 30px;
}
#comments .logged-in-as {
  text-transform: uppercase;
}
#comments .logged-in-as > a {
  font-weight: 400;
}
/* Offcanvas */
#wpadminbar {
  position: fixed!important;
}
.off-canvas-toggle {
  z-index: 9999;
}
#wpo-off-canvas {
  background: #222222;
}
@media (max-width: 767px) {
  .open .dropdown-menu li.level-2 {
    padding: 0px;
  }
}
.navbar-offcanvas {
  background-color: #1e1e1e;
}
.navbar-offcanvas .navbar-brand {
  color: #999999;
}
.navbar-offcanvas .navbar-brand:hover,
.navbar-offcanvas .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-offcanvas .navbar-text {
  color: #999999;
}
.navbar-offcanvas .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-offcanvas .navbar-nav > li > a:hover,
.navbar-offcanvas .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-offcanvas .navbar-nav > .active > a,
.navbar-offcanvas .navbar-nav > .active > a:hover,
.navbar-offcanvas .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-offcanvas .navbar-nav > .disabled > a,
.navbar-offcanvas .navbar-nav > .disabled > a:hover,
.navbar-offcanvas .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-offcanvas .navbar-toggle {
  border-color: #333333;
}
.navbar-offcanvas .navbar-toggle:hover,
.navbar-offcanvas .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-offcanvas .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-offcanvas .navbar-collapse,
.navbar-offcanvas .navbar-form {
  border-color: #101010;
}
.navbar-offcanvas .navbar-nav .open a,
.navbar-offcanvas .navbar-nav .open a:hover,
.navbar-offcanvas .navbar-nav .open a:focus {
  background-color: transparent;
}
.navbar-offcanvas .navbar-nav .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-offcanvas .navbar-nav .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-offcanvas .navbar-nav .open > a .caret,
.navbar-offcanvas .navbar-nav .open > a:hover .caret,
.navbar-offcanvas .navbar-nav .open > a:focus .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
@media (max-width: 767px) {
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-offcanvas .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-offcanvas .navbar-link {
  color: #999999;
}
.navbar-offcanvas .navbar-link:hover {
  color: #ffffff;
}
html,
body {
  height: 100%;
}
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.wpo-wrapper {
  background: #f5f5f5;
  position: relative;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: hidden;
}
.wpo-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 9999999;
}
.off-canvas-open .wpo-wrapper::after {
  width: 100%;
  height: 10000px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.wpo-off-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wpo-off-canvas::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.off-canvas-right.wpo-off-canvas {
  display: none;
}
.off-canvas-right .off-canvas-right.wpo-off-canvas {
  display: block;
}
html[dir="ltr"] .off-canvas-right.wpo-off-canvas {
  left: auto;
  right: 0;
}
.off-canvas-open .wpo-off-canvas::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.off-canvas-open .off-canvas-current {
  visibility: visible;
}
.wpo-off-canvas .wpo-off-canvas-body a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.off-canvas-effect-1.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.wpo-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-1.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-1.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-2.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-2.wpo-off-canvas {
  z-index: 1;
}
.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-2.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-2.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-3.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-3.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-3.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-3.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-4.wpo-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-4.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-4.wpo-off-canvas {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-5.wpo-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.wpo-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
body.off-canvas-effect-6 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-6 .wpo-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: auto;
  overflow: hidden;
}
.off-canvas-effect-6.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0) rotateY(-15deg);
  transform: translate3d(250px, 0, 0) rotateY(-15deg);
}
.off-canvas-effect-6.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.wpo-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-6.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-6 .wpo-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-6.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0) rotateY(15deg);
  transform: translate3d(-250px, 0, 0) rotateY(15deg);
}
.off-canvas-right.off-canvas-effect-6.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-7 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-7 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-7.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-7.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-7.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
  transform: translate3d(100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-8 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-8 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-8.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.off-canvas-effect-8.wpo-off-canvas::after {
  display: none;
}
body.off-canvas-effect-8.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-8.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-9 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-9 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-9.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}
.off-canvas-effect-9.wpo-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-9.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-9.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-10 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-10.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-10.wpo-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}
.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.off-canvas-effect-10.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-10.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body.off-canvas-effect-11 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-11 .wpo-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-11.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.off-canvas-effect-11.wpo-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-11.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-11.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
  transform: translate3d(-100px, 0, -600px) rotateY(20deg);
}
.off-canvas-right.off-canvas-effect-11.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-12 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-12 .wpo-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-12.off-canvas-open .wpo-wrapper {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.off-canvas-effect-12.wpo-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.wpo-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-12.wpo-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-12 .wpo-wrapper {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-12.off-canvas-open .wpo-wrapper {
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
}
.off-canvas-right.off-canvas-effect-12.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-13 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-13.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-13.wpo-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.wpo-off-canvas {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
body.off-canvas-effect-13.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-13.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body.off-canvas-effect-14 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-14 .wpo-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-14.wpo-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.wpo-off-canvas {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-14.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .wpo-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-14.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.wpo-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
.old-ie .wpo-off-canvas {
  z-index: 100!important;
  left: -250px;
}
html[dir="ltr"] .off-canvas-right.old-ie .wpo-off-canvas {
  right: -250px;
  left: auto;
}
.modal-open .wpo-wrapper {
  position: static;
}
/* Megamenu */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
}
.wpo-megamenu [class*="menu-item-"] {
  position: relative;
}
@media (min-width: 768px) {
  .wpo-megamenu.animate .mega > .dropdown-menu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .wpo-megamenu.animate .mega.animating > .dropdown-menu {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    display: block!important;
  }
  .wpo-megamenu.animate .mega.open > .dropdown-menu {
    opacity: 1;
  }
  .wpo-megamenu.animate .mega.open.animating > .dropdown-menu {
    opacity: 1;
  }
  .wpo-megamenu.animate.zoom .mega > .dropdown-menu {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .wpo-megamenu.animate.zoom .mega.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .wpo-megamenu.animate.elastic .mega > .dropdown-menu {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    transform-origin: 10% 0;
  }
  .wpo-megamenu.animate.elastic .mega.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .wpo-megamenu.animate.elastic .depth-0.mega > .dropdown-menu {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .wpo-megamenu.animate.elastic .depth-0.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .wpo-megamenu.animate.slide .mega.animating > .dropdown-menu {
    overflow: hidden;
  }
  .wpo-megamenu.animate.slide .mega > .dropdown-menu > div {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%;
  }
  .wpo-megamenu.animate.slide .mega.open > .dropdown-menu > div {
    margin-top: 0%;
  }
  .wpo-megamenu.animate.slide .mega .mega > .dropdown-menu {
    min-width: 0;
  }
  .wpo-megamenu.animate.slide .mega .mega > .dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .wpo-megamenu.animate.slide .mega .mega.open > .dropdown-menu > div {
    margin-left: 0;
  }
}
.wpo-off-canvas-header {
  height: 35px;
}
.wpo-off-canvas-header .close {
  background: none repeat scroll 0 0 #BBBBBB;
  height: 35px;
  line-height: 35px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
.wpo-off-canvas-body {
  position: relative;
}
.wpo-off-canvas-body .navbar-nav {
  margin: 0;
}
.wpo-off-canvas-body .caret {
  display: none;
}
.wpo-off-canvas-body ul li a {
  background: none repeat scroll 0 0 #1e1e1e;
  border-bottom: 1px solid #373737;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  padding: 10px 30px;
  text-transform: uppercase;
  position: relative;
}
.wpo-off-canvas-body ul li.active > a:after {
  background: #d03c3c;
  color: #d03c3c;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
}
.wpo-off-canvas-body ul.dropdown-menu li a:before {
  background: none repeat scroll 0 0 #858585;
  content: " ";
  height: 2px;
  margin-left: -10px;
  margin-top: 10px;
  position: absolute;
  width: 2px;
}
.wpo-off-canvas-body .navbar-nav .dropdown-menu > li > a {
  padding: 10px 60px;
}
.wpo-off-canvas-body .nav .open > a,
.wpo-off-canvas-body .nav .open > a:hover,
.wpo-off-canvas-body .nav .open > a:focus {
  border-color: #373737;
}
#wpo-off-canvas ul li a:hover {
  color: #d03c3c;
}
#wpo-off-canvas ul li.active > a {
  color: #d03c3c;
  background: none;
}
/*
 *  Main Menu
 */
#wpo-mainnav .caret {
  display: none;
}
#wpo-mainnav ul.megamenu > li > a {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 20px;
  display: inline-block;
}
#wpo-mainnav ul.megamenu > li > a:before {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 0px solid #1e1e1e;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  bottom: 0%;
  opacity: 0 ;
  width: 0;
}
#wpo-mainnav ul.megamenu > li > a:hover {
  color: #ffffff;
}
#wpo-mainnav ul.megamenu > li:hover > a:before {
  border-bottom: 5px solid #1e1e1e;
  opacity: 1;
  transition: border 200ms ease-out 0s;
}
#wpo-mainnav ul.megamenu > li.active > a {
  color: #ffffff;
}
#wpo-mainnav .dropdown-menu ul {
  padding-top: 10px;
}
#wpo-mainnav .dropdown-menu ul li > a {
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 10px;
  display: inline-block;
}
#wpo-mainnav .wpo-link:hover a:before {
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-right: 5px solid #FFFFFF;
  border-top: 6px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: border 200ms ease-out 0s;
  width: 0;
}
.wpo-menu-primary {
  border-top: 1px solid #d03c3c;
}
.navbar {
  position: relative;
}
.navbar ul.megamenu > li {
  border-top: 4px solid #d03c3c;
}
.navbar .dropdown-menu {
  border-radius: 0px;
  min-width: 150px;
  background: #1e1e1e;
}
.menu-search {
  padding-top: 5px;
  margin-right: 15px;
  width: 25%;
  padding-left: 30px;
  z-index: 1100;
  position: relative;
}
.menu-search .search {
  border: 1px solid none;
}
.menu-search .form-control {
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: #ffffff;
}
.menu-search .input-group-addon {
  border-radius: 0;
  background: #ffffff;
  border: none;
}
.bg-white {
  background: #ffffff;
}
.dropdown-menu .content {
  font-size: 14px;
}
.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.aligned-right .dropdown-menu {
  left: auto;
  right: 0;
}
.megamenu .aligned-fullwidth {
  position: inherit;
}
.aligned-fullwidth .dropdown-menu {
  width: 100%!important;
  left: 0;
}
.content-white {
  padding: 30px;
  background: #ffffff;
}
.content-black {
  padding: 30px;
  background: #1e1e1e;
}
.wpocustom h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
/*
*Color style
*/
.navbar ul.megamenu > li li > a {
  color: #ffffff;
}
.navbar ul.megamenu > li li > a:hover {
  color: #d03c3c;
}
.navbar ul.megamenu > li.skin-red {
  border-top: 4px solid #d03c3c;
}
.navbar ul.megamenu > li.skin-red:hover,
.navbar ul.megamenu > li.skin-red.active > a {
  background: #d03c3c;
}
.navbar ul.megamenu > li.skin-red li > a {
  color: white;
}
.navbar ul.megamenu > li.skin-red li > a:hover {
  color: #d03c3c;
}
.navbar ul.megamenu > li.skin-red .navbar-offcanvas > li > a:hover {
  color: #d03c3c;
}
.navbar ul.megamenu > li.skin-aqua {
  border-top: 4px solid #1bbc9d;
}
.navbar ul.megamenu > li.skin-aqua:hover,
.navbar ul.megamenu > li.skin-aqua.active > a {
  background: #1bbc9d;
}
.navbar ul.megamenu > li.skin-aqua li > a {
  color: white;
}
.navbar ul.megamenu > li.skin-aqua li > a:hover {
  color: #1bbc9d;
}
.navbar ul.megamenu > li.skin-aqua .navbar-offcanvas > li > a:hover {
  color: #1bbc9d;
}
.navbar ul.megamenu > li.skin-orange {
  border-top: 4px solid #e77e23;
}
.navbar ul.megamenu > li.skin-orange:hover,
.navbar ul.megamenu > li.skin-orange.active > a {
  background: #e77e23;
}
.navbar ul.megamenu > li.skin-orange li > a {
  color: white;
}
.navbar ul.megamenu > li.skin-orange li > a:hover {
  color: #e77e23;
}
.navbar ul.megamenu > li.skin-orange .navbar-offcanvas > li > a:hover {
  color: #e77e23;
}
.navbar ul.megamenu > li.skin-yellow {
  border-top: 4px solid #f1c40f;
}
.navbar ul.megamenu > li.skin-yellow:hover,
.navbar ul.megamenu > li.skin-yellow.active > a {
  background: #f1c40f;
}
.navbar ul.megamenu > li.skin-yellow li > a {
  color: white;
}
.navbar ul.megamenu > li.skin-yellow li > a:hover {
  color: #f1c40f;
}
.navbar ul.megamenu > li.skin-yellow .navbar-offcanvas > li > a:hover {
  color: #f1c40f;
}
.navbar ul.megamenu > li.skin-blue {
  border-top: 4px solid #3598dc;
}
.navbar ul.megamenu > li.skin-blue:hover,
.navbar ul.megamenu > li.skin-blue.active > a {
  background: #3598dc;
}
.navbar ul.megamenu > li.skin-blue li > a {
  color: white;
}
.navbar ul.megamenu > li.skin-blue li > a:hover {
  color: #3598dc;
}
.navbar ul.megamenu > li.skin-blue .navbar-offcanvas > li > a:hover {
  color: #3598dc;
}
.navbar ul.megamenu > li.skin-purple {
  border-top: 4px solid #9c59b8;
}
.navbar ul.megamenu > li.skin-purple:hover,
.navbar ul.megamenu > li.skin-purple.active > a {
  background: #9c59b8;
}
.navbar ul.megamenu > li.skin-purple li > a {
  color: white;
}
.navbar ul.megamenu > li.skin-purple li > a:hover {
  color: #9c59b8;
}
.navbar ul.megamenu > li.skin-purple .navbar-offcanvas > li > a:hover {
  color: #9c59b8;
}
.navbar ul.megamenu > li.skin-limegreen {
  border-top: 4px solid #8bc151;
}
.navbar ul.megamenu > li.skin-limegreen:hover,
.navbar ul.megamenu > li.skin-limegreen.active > a {
  background: #8bc151;
}
.navbar ul.megamenu > li.skin-limegreen li > a {
  color: white;
}
.navbar ul.megamenu > li.skin-limegreen li > a:hover {
  color: #8bc151;
}
.navbar ul.megamenu > li.skin-limegreen .navbar-offcanvas > li > a:hover {
  color: #8bc151;
}
.navbar ul.megamenu > li.skin-gainsboro {
  border-top: 4px solid #96a6a6;
}
.navbar ul.megamenu > li.skin-gainsboro:hover,
.navbar ul.megamenu > li.skin-gainsboro.active > a {
  background: #96a6a6;
}
.navbar ul.megamenu > li.skin-gainsboro li > a {
  color: white;
}
.navbar ul.megamenu > li.skin-gainsboro li > a:hover {
  color: #96a6a6;
}
.navbar ul.megamenu > li.skin-gainsboro .navbar-offcanvas > li > a:hover {
  color: #96a6a6;
}
.skin-red .wpo-menu-primary {
  border-top: 1px solid #d03c3c;
}
.skin-red .nav-tabs > li a {
  background: black;
}
.skin-red .nav-tabs > li a:hover,
.skin-red .nav-tabs > li a:focus {
  background: black;
}
.skin-red .nav-tabs > li.active a {
  background: #d03c3c;
}
.skin-red .nav-tabs > li.active a:before {
  border-top: 6px solid #d03c3c;
}
.skin-red .nav-tabs > li.active a:hover,
.skin-red .nav-tabs > li.active a:focus {
  background: #d03c3c;
}
.skin-red .widget .entry-title:hover > a,
.skin-red .entry-title:hover > a {
  color: #d03c3c;
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
}
.skin-red .widget_wpo_posts .widget-title > span {
  background: #d03c3c;
}
.skin-red .widget_wpo_posts .widget-title > span:after {
  border-top: 6px solid #d03c3c;
}
.skin-red .nano > .nano-pane > .nano-slider {
  background: #d03c3c;
}
.skin-red .btn-slide > a:hover,
.skin-red a.carousel-control:hover {
  background: #d03c3c;
}
.skin-red .page-home-title {
  background: #d03c3c;
}
.skin-red .dropdown-menu > li > a:hover,
.skin-red .dropdown-menu > li > a:focus {
  background-color: #d03c3c;
}
.skin-red .nav-pills > li.active > a,
.skin-red .nav-pills > li.active > a:hover,
.skin-red .nav-pills > li.active > a:focus {
  background-color: #d03c3c;
}
.skin-red a.list-group-item.active > .badge,
.skin-red .nav-pills > .active > a > .badge {
  color: #d03c3c;
}
.skin-red .badge {
  background: #d03c3c;
}
.skin-red .navbar-inverse .navbar-nav > .active > a,
.skin-red .navbar-inverse .navbar-nav > .active > a:hover,
.skin-red .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #d03c3c;
}
.skin-red .list-group-item.active,
.skin-red .list-group-item.active:hover,
.skin-red .list-group-item.active:focus {
  background-color: #d03c3c;
  border-color: #d03c3c;
}
.skin-aqua .wpo-menu-primary {
  border-top: 1px solid #1bbc9d;
}
.skin-aqua .nav-tabs > li a {
  background: black;
}
.skin-aqua .nav-tabs > li a:hover,
.skin-aqua .nav-tabs > li a:focus {
  background: black;
}
.skin-aqua .nav-tabs > li.active a {
  background: #1bbc9d;
}
.skin-aqua .nav-tabs > li.active a:before {
  border-top: 6px solid #1bbc9d;
}
.skin-aqua .nav-tabs > li.active a:hover,
.skin-aqua .nav-tabs > li.active a:focus {
  background: #1bbc9d;
}
.skin-aqua .widget .entry-title:hover > a,
.skin-aqua .entry-title:hover > a {
  color: #1bbc9d;
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
}
.skin-aqua .widget_wpo_posts .widget-title > span {
  background: #1bbc9d;
}
.skin-aqua .widget_wpo_posts .widget-title > span:after {
  border-top: 6px solid #1bbc9d;
}
.skin-aqua .nano > .nano-pane > .nano-slider {
  background: #1bbc9d;
}
.skin-aqua .btn-slide > a:hover,
.skin-aqua a.carousel-control:hover {
  background: #1bbc9d;
}
.skin-aqua .page-home-title {
  background: #1bbc9d;
}
.skin-aqua .dropdown-menu > li > a:hover,
.skin-aqua .dropdown-menu > li > a:focus {
  background-color: #1bbc9d;
}
.skin-aqua .nav-pills > li.active > a,
.skin-aqua .nav-pills > li.active > a:hover,
.skin-aqua .nav-pills > li.active > a:focus {
  background-color: #1bbc9d;
}
.skin-aqua a.list-group-item.active > .badge,
.skin-aqua .nav-pills > .active > a > .badge {
  color: #1bbc9d;
}
.skin-aqua .badge {
  background: #1bbc9d;
}
.skin-aqua .navbar-inverse .navbar-nav > .active > a,
.skin-aqua .navbar-inverse .navbar-nav > .active > a:hover,
.skin-aqua .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #1bbc9d;
}
.skin-aqua .list-group-item.active,
.skin-aqua .list-group-item.active:hover,
.skin-aqua .list-group-item.active:focus {
  background-color: #1bbc9d;
  border-color: #1bbc9d;
}
.skin-orange .wpo-menu-primary {
  border-top: 1px solid #e77e23;
}
.skin-orange .nav-tabs > li a {
  background: black;
}
.skin-orange .nav-tabs > li a:hover,
.skin-orange .nav-tabs > li a:focus {
  background: black;
}
.skin-orange .nav-tabs > li.active a {
  background: #e77e23;
}
.skin-orange .nav-tabs > li.active a:before {
  border-top: 6px solid #e77e23;
}
.skin-orange .nav-tabs > li.active a:hover,
.skin-orange .nav-tabs > li.active a:focus {
  background: #e77e23;
}
.skin-orange .widget .entry-title:hover > a,
.skin-orange .entry-title:hover > a {
  color: #e77e23;
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
}
.skin-orange .widget_wpo_posts .widget-title > span {
  background: #e77e23;
}
.skin-orange .widget_wpo_posts .widget-title > span:after {
  border-top: 6px solid #e77e23;
}
.skin-orange .nano > .nano-pane > .nano-slider {
  background: #e77e23;
}
.skin-orange .btn-slide > a:hover,
.skin-orange a.carousel-control:hover {
  background: #e77e23;
}
.skin-orange .page-home-title {
  background: #e77e23;
}
.skin-orange .dropdown-menu > li > a:hover,
.skin-orange .dropdown-menu > li > a:focus {
  background-color: #e77e23;
}
.skin-orange .nav-pills > li.active > a,
.skin-orange .nav-pills > li.active > a:hover,
.skin-orange .nav-pills > li.active > a:focus {
  background-color: #e77e23;
}
.skin-orange a.list-group-item.active > .badge,
.skin-orange .nav-pills > .active > a > .badge {
  color: #e77e23;
}
.skin-orange .badge {
  background: #e77e23;
}
.skin-orange .navbar-inverse .navbar-nav > .active > a,
.skin-orange .navbar-inverse .navbar-nav > .active > a:hover,
.skin-orange .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #e77e23;
}
.skin-orange .list-group-item.active,
.skin-orange .list-group-item.active:hover,
.skin-orange .list-group-item.active:focus {
  background-color: #e77e23;
  border-color: #e77e23;
}
.skin-yellow .wpo-menu-primary {
  border-top: 1px solid #f1c40f;
}
.skin-yellow .nav-tabs > li a {
  background: black;
}
.skin-yellow .nav-tabs > li a:hover,
.skin-yellow .nav-tabs > li a:focus {
  background: black;
}
.skin-yellow .nav-tabs > li.active a {
  background: #f1c40f;
}
.skin-yellow .nav-tabs > li.active a:before {
  border-top: 6px solid #f1c40f;
}
.skin-yellow .nav-tabs > li.active a:hover,
.skin-yellow .nav-tabs > li.active a:focus {
  background: #f1c40f;
}
.skin-yellow .widget .entry-title:hover > a,
.skin-yellow .entry-title:hover > a {
  color: #f1c40f;
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
}
.skin-yellow .widget_wpo_posts .widget-title > span {
  background: #f1c40f;
}
.skin-yellow .widget_wpo_posts .widget-title > span:after {
  border-top: 6px solid #f1c40f;
}
.skin-yellow .nano > .nano-pane > .nano-slider {
  background: #f1c40f;
}
.skin-yellow .btn-slide > a:hover,
.skin-yellow a.carousel-control:hover {
  background: #f1c40f;
}
.skin-yellow .page-home-title {
  background: #f1c40f;
}
.skin-yellow .dropdown-menu > li > a:hover,
.skin-yellow .dropdown-menu > li > a:focus {
  background-color: #f1c40f;
}
.skin-yellow .nav-pills > li.active > a,
.skin-yellow .nav-pills > li.active > a:hover,
.skin-yellow .nav-pills > li.active > a:focus {
  background-color: #f1c40f;
}
.skin-yellow a.list-group-item.active > .badge,
.skin-yellow .nav-pills > .active > a > .badge {
  color: #f1c40f;
}
.skin-yellow .badge {
  background: #f1c40f;
}
.skin-yellow .navbar-inverse .navbar-nav > .active > a,
.skin-yellow .navbar-inverse .navbar-nav > .active > a:hover,
.skin-yellow .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #f1c40f;
}
.skin-yellow .list-group-item.active,
.skin-yellow .list-group-item.active:hover,
.skin-yellow .list-group-item.active:focus {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.skin-blue .wpo-menu-primary {
  border-top: 1px solid #3598dc;
}
.skin-blue .nav-tabs > li a {
  background: black;
}
.skin-blue .nav-tabs > li a:hover,
.skin-blue .nav-tabs > li a:focus {
  background: black;
}
.skin-blue .nav-tabs > li.active a {
  background: #3598dc;
}
.skin-blue .nav-tabs > li.active a:before {
  border-top: 6px solid #3598dc;
}
.skin-blue .nav-tabs > li.active a:hover,
.skin-blue .nav-tabs > li.active a:focus {
  background: #3598dc;
}
.skin-blue .widget .entry-title:hover > a,
.skin-blue .entry-title:hover > a {
  color: #3598dc;
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
}
.skin-blue .widget_wpo_posts .widget-title > span {
  background: #3598dc;
}
.skin-blue .widget_wpo_posts .widget-title > span:after {
  border-top: 6px solid #3598dc;
}
.skin-blue .nano > .nano-pane > .nano-slider {
  background: #3598dc;
}
.skin-blue .btn-slide > a:hover,
.skin-blue a.carousel-control:hover {
  background: #3598dc;
}
.skin-blue .page-home-title {
  background: #3598dc;
}
.skin-blue .dropdown-menu > li > a:hover,
.skin-blue .dropdown-menu > li > a:focus {
  background-color: #3598dc;
}
.skin-blue .nav-pills > li.active > a,
.skin-blue .nav-pills > li.active > a:hover,
.skin-blue .nav-pills > li.active > a:focus {
  background-color: #3598dc;
}
.skin-blue a.list-group-item.active > .badge,
.skin-blue .nav-pills > .active > a > .badge {
  color: #3598dc;
}
.skin-blue .badge {
  background: #3598dc;
}
.skin-blue .navbar-inverse .navbar-nav > .active > a,
.skin-blue .navbar-inverse .navbar-nav > .active > a:hover,
.skin-blue .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #3598dc;
}
.skin-blue .list-group-item.active,
.skin-blue .list-group-item.active:hover,
.skin-blue .list-group-item.active:focus {
  background-color: #3598dc;
  border-color: #3598dc;
}
.skin-purple .wpo-menu-primary {
  border-top: 1px solid #9c59b8;
}
.skin-purple .nav-tabs > li a {
  background: black;
}
.skin-purple .nav-tabs > li a:hover,
.skin-purple .nav-tabs > li a:focus {
  background: black;
}
.skin-purple .nav-tabs > li.active a {
  background: #9c59b8;
}
.skin-purple .nav-tabs > li.active a:before {
  border-top: 6px solid #9c59b8;
}
.skin-purple .nav-tabs > li.active a:hover,
.skin-purple .nav-tabs > li.active a:focus {
  background: #9c59b8;
}
.skin-purple .widget .entry-title:hover > a,
.skin-purple .entry-title:hover > a {
  color: #9c59b8;
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
}
.skin-purple .widget_wpo_posts .widget-title > span {
  background: #9c59b8;
}
.skin-purple .widget_wpo_posts .widget-title > span:after {
  border-top: 6px solid #9c59b8;
}
.skin-purple .nano > .nano-pane > .nano-slider {
  background: #9c59b8;
}
.skin-purple .btn-slide > a:hover,
.skin-purple a.carousel-control:hover {
  background: #9c59b8;
}
.skin-purple .page-home-title {
  background: #9c59b8;
}
.skin-purple .dropdown-menu > li > a:hover,
.skin-purple .dropdown-menu > li > a:focus {
  background-color: #9c59b8;
}
.skin-purple .nav-pills > li.active > a,
.skin-purple .nav-pills > li.active > a:hover,
.skin-purple .nav-pills > li.active > a:focus {
  background-color: #9c59b8;
}
.skin-purple a.list-group-item.active > .badge,
.skin-purple .nav-pills > .active > a > .badge {
  color: #9c59b8;
}
.skin-purple .badge {
  background: #9c59b8;
}
.skin-purple .navbar-inverse .navbar-nav > .active > a,
.skin-purple .navbar-inverse .navbar-nav > .active > a:hover,
.skin-purple .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #9c59b8;
}
.skin-purple .list-group-item.active,
.skin-purple .list-group-item.active:hover,
.skin-purple .list-group-item.active:focus {
  background-color: #9c59b8;
  border-color: #9c59b8;
}
.skin-limegreen .wpo-menu-primary {
  border-top: 1px solid #8bc151;
}
.skin-limegreen .nav-tabs > li a {
  background: black;
}
.skin-limegreen .nav-tabs > li a:hover,
.skin-limegreen .nav-tabs > li a:focus {
  background: black;
}
.skin-limegreen .nav-tabs > li.active a {
  background: #8bc151;
}
.skin-limegreen .nav-tabs > li.active a:before {
  border-top: 6px solid #8bc151;
}
.skin-limegreen .nav-tabs > li.active a:hover,
.skin-limegreen .nav-tabs > li.active a:focus {
  background: #8bc151;
}
.skin-limegreen .widget .entry-title:hover > a,
.skin-limegreen .entry-title:hover > a {
  color: #8bc151;
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
}
.skin-limegreen .widget_wpo_posts .widget-title > span {
  background: #8bc151;
}
.skin-limegreen .widget_wpo_posts .widget-title > span:after {
  border-top: 6px solid #8bc151;
}
.skin-limegreen .nano > .nano-pane > .nano-slider {
  background: #8bc151;
}
.skin-limegreen .btn-slide > a:hover,
.skin-limegreen a.carousel-control:hover {
  background: #8bc151;
}
.skin-limegreen .page-home-title {
  background: #8bc151;
}
.skin-limegreen .dropdown-menu > li > a:hover,
.skin-limegreen .dropdown-menu > li > a:focus {
  background-color: #8bc151;
}
.skin-limegreen .nav-pills > li.active > a,
.skin-limegreen .nav-pills > li.active > a:hover,
.skin-limegreen .nav-pills > li.active > a:focus {
  background-color: #8bc151;
}
.skin-limegreen a.list-group-item.active > .badge,
.skin-limegreen .nav-pills > .active > a > .badge {
  color: #8bc151;
}
.skin-limegreen .badge {
  background: #8bc151;
}
.skin-limegreen .navbar-inverse .navbar-nav > .active > a,
.skin-limegreen .navbar-inverse .navbar-nav > .active > a:hover,
.skin-limegreen .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #8bc151;
}
.skin-limegreen .list-group-item.active,
.skin-limegreen .list-group-item.active:hover,
.skin-limegreen .list-group-item.active:focus {
  background-color: #8bc151;
  border-color: #8bc151;
}
.skin-gainsboro .wpo-menu-primary {
  border-top: 1px solid #96a6a6;
}
.skin-gainsboro .nav-tabs > li a {
  background: black;
}
.skin-gainsboro .nav-tabs > li a:hover,
.skin-gainsboro .nav-tabs > li a:focus {
  background: black;
}
.skin-gainsboro .nav-tabs > li.active a {
  background: #96a6a6;
}
.skin-gainsboro .nav-tabs > li.active a:before {
  border-top: 6px solid #96a6a6;
}
.skin-gainsboro .nav-tabs > li.active a:hover,
.skin-gainsboro .nav-tabs > li.active a:focus {
  background: #96a6a6;
}
.skin-gainsboro .widget .entry-title:hover > a,
.skin-gainsboro .entry-title:hover > a {
  color: #96a6a6;
  transition: color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
}
.skin-gainsboro .widget_wpo_posts .widget-title > span {
  background: #96a6a6;
}
.skin-gainsboro .widget_wpo_posts .widget-title > span:after {
  border-top: 6px solid #96a6a6;
}
.skin-gainsboro .nano > .nano-pane > .nano-slider {
  background: #96a6a6;
}
.skin-gainsboro .btn-slide > a:hover,
.skin-gainsboro a.carousel-control:hover {
  background: #96a6a6;
}
.skin-gainsboro .page-home-title {
  background: #96a6a6;
}
.skin-gainsboro .dropdown-menu > li > a:hover,
.skin-gainsboro .dropdown-menu > li > a:focus {
  background-color: #96a6a6;
}
.skin-gainsboro .nav-pills > li.active > a,
.skin-gainsboro .nav-pills > li.active > a:hover,
.skin-gainsboro .nav-pills > li.active > a:focus {
  background-color: #96a6a6;
}
.skin-gainsboro a.list-group-item.active > .badge,
.skin-gainsboro .nav-pills > .active > a > .badge {
  color: #96a6a6;
}
.skin-gainsboro .badge {
  background: #96a6a6;
}
.skin-gainsboro .navbar-inverse .navbar-nav > .active > a,
.skin-gainsboro .navbar-inverse .navbar-nav > .active > a:hover,
.skin-gainsboro .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #96a6a6;
}
.skin-gainsboro .list-group-item.active,
.skin-gainsboro .list-group-item.active:hover,
.skin-gainsboro .list-group-item.active:focus {
  background-color: #96a6a6;
  border-color: #96a6a6;
}
.category-title > a.skin-red {
  color: #d03c3c;
}
.category-title > a.skin-aqua {
  color: #1bbc9d;
}
.category-title > a.skin-orange {
  color: #e77e23;
}
.category-title > a.skin-yellow {
  color: #f1c40f;
}
.category-title > a.skin-blue {
  color: #3598dc;
}
.category-title > a.skin-purple {
  color: #9c59b8;
}
.category-title > a.skin-limegreen {
  color: #8bc151;
}
.category-title > a.skin-gainsboro {
  color: #96a6a6;
}
.display-grid .category-title > a {
  color: white;
}
.display-grid .category-title > a.skin-red {
  background: #d03c3c;
}
.display-grid .category-title > a.skin-aqua {
  background: #1bbc9d;
}
.display-grid .category-title > a.skin-orange {
  background: #e77e23;
}
.display-grid .category-title > a.skin-yellow {
  background: #f1c40f;
}
.display-grid .category-title > a.skin-blue {
  background: #3598dc;
}
.display-grid .category-title > a.skin-purple {
  background: #9c59b8;
}
.display-grid .category-title > a.skin-limegreen {
  background: #8bc151;
}
.display-grid .category-title > a.skin-gainsboro {
  background: #96a6a6;
}
.menu-bottom ul > li.skin-red {
  border-top: 1px solid #d03c3c;
}
.menu-bottom ul > li.skin-aqua {
  border-top: 1px solid #1bbc9d;
}
.menu-bottom ul > li.skin-orange {
  border-top: 1px solid #e77e23;
}
.menu-bottom ul > li.skin-yellow {
  border-top: 1px solid #f1c40f;
}
.menu-bottom ul > li.skin-blue {
  border-top: 1px solid #3598dc;
}
.menu-bottom ul > li.skin-purple {
  border-top: 1px solid #9c59b8;
}
.menu-bottom ul > li.skin-limegreen {
  border-top: 1px solid #8bc151;
}
.menu-bottom ul > li.skin-gainsboro {
  border-top: 1px solid #96a6a6;
}
/*
 *  Breadcrumbs
 */
/*
 *  Form
 */
.search-box {
  background: #ffffff;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
}
.input-group-addon {
  border-radius: 0;
  background: #ffffff;
}
.form-group label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.form-group .line-input {
  background: none repeat scroll 0 0 #d03c3c;
  height: 44px;
  position: absolute;
  width: 3px;
}
.resize-button .btn.btn-primary {
  padding: 9px 40px;
}
#searchform .form-control {
  border-right: none;
}
/*
 *  
 */
a,
input,
button {
  outline: none !important;
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #000000;
}
.fa {
  padding-right: 3px;
}
.navbar-brand {
  text-transform: uppercase;
}
.navbar-nav > li > a {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.navbar-collapse {
  padding: 0;
}
.nav-tabs {
  border-bottom: 0;
  margin-bottom: 15px;
}
.nav-tabs li a {
  border-radius: 0;
}
.nav-tabs li.active > a,
.nav-tabs li.active > a:hover,
.nav-tabs li.active > a:focus {
  border-width: 0;
  color: #ffffff;
  background: #d03c3c;
}
.navbar-toggle {
  margin-top: 5px;
}
.btn {
  border-radius: 0;
}
.btn-lg {
  padding: 8px 16px;
}
.dropdown-menu {
  box-shadow: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
}
.carousel-control {
  top: 45%;
  height: 40px;
  text-align: center;
  width: 40px;
  background: rgba(255, 255, 255, 0.2);
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  line-height: 40px;
  color: white;
}
.carousel-control .fa {
  padding: 0px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  top: 30%;
  left: 50%;
}
.carousel-caption {
  left: 5%;
  right: 0;
  text-align: left;
  padding-bottom: 10px;
}
.carousel-inner h3 {
  color: #ffffff;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.carousel-indicators {
  display: none;
}
.bg_gradients {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-8 */
}
.alert {
  border: 1px solid #e3e3e3;
}
/**/
@media (max-width: 450px) {
  .wpo-top-content,
  .wpo-sidebar,
  .wpo-topbar,
  .menu-bottom {
    display: none;
  }
  .btn-gridview {
    display: none;
  }
  .no-padding-inner {
    margin: 0px;
  }
  #wpo-topbar .wpo-login {
    text-align: center;
  }
  .menu-primary-container {
    position: absolute;
  }
  .menu-search {
    padding-left: 85px;
    margin-bottom: 15px;
    width: 100%;
    z-index: 100;
  }
  .display-list .post-thumb {
    position: relative;
  }
  .display-list .category-title {
    bottom: 0;
    position: absolute;
    left: 15px;
    margin: 0;
    padding-top: 5px;
    top: 100%;
  }
  .post-thumb img {
    width: 100%;
  }
  .single-post .post .entry_content {
    padding-left: 0px;
  }
  .btn-link-single {
    display: none;
  }
  .video-responsive {
    margin-bottom: 30px;
  }
  .content-bottom .col-xs-4 {
    width: 50%;
  }
  .content-bottom .col-xs-4:nth-child(2n+1) {
    clear: left;
  }
  .content-bottom .widget-content [class*="col-"]:nth-child(3n+1) {
    clear: none;
  }
  #wpo-footer .footer-row {
    clear: left;
    width: 100%;
  }
  .wpo-wrapper {
    overflow: visible;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  .wpo-top-content,
  .wpo-sidebar,
  .wpo-topbar,
  .menu-bottom {
    display: none;
  }
  .btn-gridview {
    display: none;
  }
  .no-padding-inner {
    margin: 0px;
  }
  #wpo-topbar .wpo-login {
    text-align: center;
  }
  .menu-primary-container {
    position: absolute;
  }
  .menu-search {
    padding-left: 85px;
    margin-bottom: 15px;
    width: 100%;
    z-index: 100;
  }
  .display-list .post-thumb {
    position: relative;
  }
  .display-list .category-title {
    bottom: 0;
    position: absolute;
    left: 15px;
    margin: 0;
    padding-top: 5px;
    top: 100%;
  }
  .single-post .post .entry_content {
    padding-left: 0px;
  }
  .btn-link-single {
    display: none;
  }
  .video-responsive {
    margin-bottom: 30px;
  }
  .post-thumb img {
    width: 100%;
  }
  #wpo-footer .footer-row {
    padding-left: 0px;
  }
  #wpo-footer .footer-row:first-child .inner {
    padding-left: 15px;
  }
  #wpo-footer .footer-row:nth-child(2n+1) {
    clear: left;
  }
  .wpo-wrapper {
    overflow: visible;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #wpo-mainnav ul.megamenu > li > a {
    padding: 5px 12px;
  }
  .single-post .post .entry_content {
    padding-left: 0px;
  }
  .single-post .btn-link-single {
    display: none;
  }
  .video-responsive {
    margin-bottom: 30px;
  }
  .footer-row:nth-child(2n) {
    border-right: 0px;
  }
  .menu-bottom > ul > li {
    width: 100px;
  }
  .home-page-content:before {
    height: 539px;
  }
  .home-one-sidebar-right .nano,
  .home-one-sidebar-left .nano {
    height: 298px;
  }
  .page-one-sidebar-right.home-page-content:before {
    height: 372px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-content:before {
    height: 362px;
  }
  .nano {
    height: 288px;
  }
  .featured_post-widget .post:hover .post-content-hover {
    opacity: 1;
    -webkit-transform: translate(0, -145px);
    -moz-transform: translate(0, -145px);
    -ms-transform: translate(0, -145px);
    transform: translate(0, -145px);
  }
  .home-one-sidebar-right .nano,
  .home-one-sidebar-left .nano {
    height: 450px;
  }
  .page-one-sidebar-right.home-page-content:before {
    height: 524px;
  }
}
