/*
Theme Name: GreatMag
Theme URI: http://athemes.com/theme/greatmag/
Author: aThemes
Author URI: http://athemes.com
Description: GreatMag is a modern magazine theme that gives you all the tools you need to quickly build an awesome news site or even a simple blog. GreatMag comes with tons of custom widgets, color options, font control and much more.
Version: 1.06
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greatmag
Tags: news, blog, two-columns, right-sidebar, custom-colors, full-width-template, custom-background, custom-header, custom-menu, custom-logo, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

GreatMag is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

.preloader {
  display: none;
}

h1,h2,h3,h4,h5,h6 {
  color: #000;
  font-weight: 600;
}

.post-title-standard,
.post-title-small,
.post-title-big,
h1,h2,h3,h4,h5,h6 {
  font-family: 'Lato', sans-serif;
}

a:hover,
a:focus {
  color: #f8c200;
}

table {
	table-layout: fixed;
  width: 100%;
}

table td,
table th {
	border: 1px solid #222;
	padding: 5px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 45px 0 30px;
	overflow: hidden;
  background-color: #fff;
  padding: 30px;
}
.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
  color: #666;
}
.single .post-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 30px 30px;
  padding: 30px 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  padding: 15px 30px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #f8c200;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Global styles
--------------------------------------------------------------*/

.m0 {
  margin: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.p0 {
  padding: 0;
}

/*Container*/
@media (min-width: 1281px) {
  .container {
    width: 1200px;
  }
	
	
}

a, button, .btn {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:hover, a:focus, button:hover, button:focus, .btn:hover, .btn:focus {
  text-decoration: none;
}

#page {
  position: relative;
}

body.page-boxed {
  max-width: 1300px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
/*Form Control*/
.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  border-color: #eee;
}
.form-control + .input-group-addon {
  border-radius: 0;
}

/*Buttons*/
.btn {
  border-radius: 0;
  padding: 0 30px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 3.43;
  border: none;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #000;
  color: #fff;
}


.btn-black {
	color: #fff;
  background-color: #000;
}

/*Site Title*/
.site-title {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.site-title a {
	color: #fff;
}

/*Flex Row*/
.flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  float: none;
}

/*Absoulate Position Category*/
.absp-cat-like {
	 position: absolute;
  left: 0;
  top: 30px;
	color:#ffffff;
background-color:rgba(0,0,0,0.6);
}
.absp-cat {
  letter-spacing: 0.25px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 30px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 2.92;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.absp-cat.prltv {
  position: relative;
  top: auto;
  left: auto;
}
.absp-cat:hover, .absp-cat:focus {
  color: #fff;
  background-color: #f8c200 !important;
}

/*Post Category - With Underline (Bottom Border)*/
.post-cat, .widget-title {
  display: table;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 14px;
  border-bottom: 5px solid #f6f6f6;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 30px;
  margin-top: 0;
  color: #000;
}

.sidebar-area .widget-title {
	border-bottom: 5px solid #333333;
}
/*.post-cat:after, .widget-title:after {
  content: '';
  display: block;
  height: 5px;
  width: 45px;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background-color: #000;
}*/
.post-cat a.this-cat, .widget-title a.this-cat {
  color: #000;
}
.post-cat.big-bline:after, .widget-title.big-bline:after {
  display: none;
}
.post-cat.big-bline .ispan, .widget-title.big-bline .ispan {
  display: inline-block;
  position: relative;
}
.post-cat.big-bline .ispan span:after, .widget-title.big-bline .ispan:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -19px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: inherit;
}
.post-cat.big-bline .ispan span.dark-dec:after {
  background-color: #333;
}
.post-cat.big-bline .ispan.white, .widget-title.big-bline .ispan.white {
  color: #fff;
}

.post-cat .pshare-count, .widget-title .pshare-count {
  float: right;
}

/*Post Share Count*/
.pshare-count {
  font-size: 13px;
  color: #999;
  margin-left: 20px;
}
.pshare-count i {
  margin-right: 10px;
}

/*Section Title*/
.section-title {
  margin: 0 auto 60px;
  text-align: center;
  max-width: 620px;
}
.section-title .this-title {
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.section-title .this-title span {
  color: #f8c200;
}
.section-title p {
  margin: 20px 0;
  font: italic 16px/30px "Vollkorn", serif;
  color: #999;
}
.section-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  margin: 0 auto;
  background-color: #eee;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  margin-bottom: 0px;
}
.page-template-template_page-builder .site-header {
  margin-bottom: 0;
}
.top-search-form {
  margin: 0;
  display: none;
}
.top-search-form .search-form {
  text-align: center;
  background-color: #111;
}
.top-search-form .search-field {
  border: none;
  height: 70px;
  padding: 0 40px;
  font-size: 24px;
  font-weight: 100;
  background-color: transparent;
  color: #fff;
}
.top-search-form .search-submit {
  display: none;
}
.top-search-form .search-field:focus {
  box-shadow: none;
}
.top-search-form .search-field:-moz-placeholder {
  color: #fff;
}
.top-search-form .search-field::-webkit-input-placeholder {
  color: #fff;
}

.top-header {
  margin: 0;
  background-color: #222;
}

.breaking-news.media {
  margin: 17px 0 13px;
}
.breaking-news.media .media-left {
  padding-right: 18px;
  display: inline-block;
  width: auto;
}
.breaking-news.media .media-body {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.breaking-news.media a {
  color: #bbb;
}
.breaking-news.media a:hover, .breaking-news.media a:focus {
  color: #f8c200;
}

.bnews-label {
  background-color: #fff;
  display: block;
  padding: 0 15px;
  text-transform: uppercase;
  font: bold 12px/30px "Open Sans", sans-serif;
  white-space: nowrap;
}

.auth-social-nav {
  margin-top: 24px;
  float: right;
}
.auth-social-nav > li > a:not(.btn) {
  padding: 0 12px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
.auth-social-nav > li:nth-child(1), .auth-social-nav > li:nth-child(2) {
  border-right: 1px solid #666;
}
.auth-social-nav > li:nth-child(1) li, .auth-social-nav > li:nth-child(2) li {
  border-right: none;
}
.auth-social-nav > li:last-child a {
  padding-right: 0;
}
.auth-social-nav > li.open a:not(.btn) {
  background: none;
}
.auth-social-nav > li.open a:not(.btn):hover, .auth-social-nav > li.open a:not(.btn):focus {
  background: none;
}
.auth-social-nav > li > a[href='']{
    display: none;
}
/*Login*/
.login-drop {
  top: 33px;
  left: auto;
  right: -50px;
  border-radius: 0;
  border: none;
  border-top: 5px solid #f8c200;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding: 20px 27px 30px;
  width: 507px;
  z-index: 999999;
}
.login-drop li a {
  display: inline-block;
}
.login-drop .login-drop-footer a {
  color: #999;
}
.login-drop #loginform {
  margin: 0;
}
.login-drop #loginform label {
  font-weight: normal;
  color: #999;
}
.login-drop #loginform .form-control {
  margin-bottom: 20px;
  border-color: #eee;
}
.login-drop #loginform .form-control:nth-of-type(2) {
  margin-bottom: 30px;
}
.login-drop #loginform .btn {
  margin-right: 30px;
}
.login-drop #loginform .sr-only + label {
  margin: 0 35px 0 0;
}
.login-drop #loginform .sr-only + label:before {
  content: '';
  font-family: "FontAwesome";
  font-size: 10px;
  background-color: #ebebeb;
  border-radius: 2px;
  color: #666;
  width: 14px;
  height: 14px;
  float: left;
  text-align: center;
  line-height: 1.3;
  margin-top: 3px;
  margin-right: 12px;
}
.login-drop #loginform .sr-only + label + a {
  color: #999;
  font-size: 14px;
  padding: 0;
}
.login-drop #loginform .sr-only:checked + label:before {
  content: "\f00c";
}

.login-drop-footer {
  border-top: 1px solid #f6f6f6;
  padding-top: 30px;
  margin-top: 30px;
}
.login-drop-footer a {
  float: right;
}
.login-drop-footer a:first-of-type {
  float: left;
}

/*Navbar*/
.navbar {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.navbar.bgf6 {
  background-color: #f6f6f6;
}
.navbar .container {
  position: relative;
}


.navbar .navbar-nav {
  margin-left: 180px;
  display: table;
}
.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: transparent;
}


.navbar .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #999;
  padding: 20px;
}
.pagetitle { overflow:hidden; position:relative; background-size:cover; background-position:center; padding:30px 0; margin:0; }
.pagetitle .pagetitle-title { float:left; margin:0; font-size:2em;padding-left:180px; color:#ffffff;text-transform:uppercase}
.regiontriggers {
		margin-top:0px;
	}
@media (max-width: 991px) {
  .navbar .navbar-nav > li > a {
    font-size: 12px;
  }
	.pagetitle .pagetitle-title { float:left; margin:0; font-size:1.5em;padding-left:180px; color:#ffffff;text-transform:uppercase}
	.regiontriggers {
		margin-top:20px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:10px;
	
	}
	
	.regiontrigger {
			font-size:10px;
	}
}

@media (max-width: 767px) {
	.pagetitle .pagetitle-title { float:none; text-align:center; margin:0; font-size:1.5em;padding-left:0px; color:#ffffff;text-transform:uppercase}
	.breadcrumb {
		display:none;
	}
  .navbar .navbar-nav {
    display: none;
  }
	.resp-container {
    
}
	
	
	
}

@media (max-width: 450px) {
	
}


.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
  color: #000;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-nav > li:hover > a, .navbar .navbar-nav > li:hover > a:hover, .navbar .navbar-nav > li:hover > a:focus, .navbar .navbar-nav > li:focus > a, .navbar .navbar-nav > li:focus > a:hover, .navbar .navbar-nav > li:focus > a:focus, .navbar .navbar-nav > li.active > a, .navbar .navbar-nav > li.active > a:hover, .navbar .navbar-nav > li.active > a:focus, .navbar .navbar-nav > li.open > a, .navbar .navbar-nav > li.open > a:hover, .navbar .navbar-nav > li.open > a:focus {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.navbar .navbar-nav > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 10px;
}

.navbar .navbar-nav > li.dropdown:hover .dropdown-menu, .navbar .navbar-nav > li.dropdown:focus .dropdown-menu, .navbar .navbar-nav > li.dropdown.open .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.navbar .nav.navbar-nav li.dropdown:hover > ul.dropdown-menu {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.navbar .navbar-nav > li .dropdown-menu {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: none;
  border-top: 5px solid #000;
  padding: 10px 0;
  width: 270px;
  border-radius: 0;
  margin: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  display: block;
}
.navbar .navbar-nav > li .dropdown-menu > li {
  padding: 0 30px;
}
.navbar .navbar-nav > li .dropdown-menu > li + li {
  border-top: 1px solid #eee;
}
.navbar .navbar-nav > li .dropdown-menu > li a {
  line-height: 3.08;
  padding: 0;
  color: #666;
  font-size: 13px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li .dropdown-menu > li a {
    font-size: 12px;
  }
}
.navbar .navbar-nav > li .dropdown-menu > li a:hover, .navbar .navbar-nav > li .dropdown-menu > li a:focus {
  color: #000;
  background: none;
}
.navbar .navbar-nav > li .dropdown-menu > li.dropdown > a {
  position: relative;
}
.navbar .navbar-nav > li .dropdown-menu > li.dropdown > a:after {
  content: "\f105";
  float: right;
  font-family: "FontAwesome";
  font-size: 13.68px;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar .navbar-nav > li .dropdown-menu > li.dropdown .dropdown-menu {
  display: block;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  left: 100%;
  top: -5px;
}
.navbar .navbar-nav > li .dropdown-menu > li .nav-tabs li + li {
  border: none;
}
.navbar .navbar-nav > li .dropdown-menu > li .nav-tabs li a {
  line-height: 1;
  font-weight: bold;
}
.navbar .navbar-nav > li .dropdown-menu > li .nav-tabs li.active a {
  background: none;
  color: #000;
}
.navbar .navbar-nav > li .dropdown-menu > li .absp-cat {
  line-height: 2.92;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
}
.navbar .navbar-nav > li .dropdown-menu > li .absp-cat:hover, .navbar .navbar-nav > li .dropdown-menu > li .absp-cat:focus {
  color: #fff;
  background-color: #f8c200;
}
.navbar .navbar-nav > li .dropdown-menu > li .this-title a {
  font-size: 16px;
  line-height: 1.625;
  color: #000;
}
.navbar .navbar-nav > li .dropdown-menu > li .this-title a:hover, .navbar .navbar-nav > li .dropdown-menu > li .this-title a:focus {
  color: #f8c200;
}
.navbar .navbar-nav > li .dropdown-menu > li .this-meta {
  margin-top: 10px;
}
.navbar .navbar-nav > li .dropdown-menu > li .this-meta a {
  line-height: 1;
}
.navbar .navbar-nav > li.mega-drop {
  position: static;
}
.navbar .navbar-nav > li.mega-drop .dropdown-menu {
  padding: 0 0 15px;
  width: auto;
  left: -15px;
  right: -15px;
}
.navbar .navbar-nav > li.megad1 .dropdown-menu {
  border-top-color: #ed695c;
}
.navbar.center-pos .navbar-nav {
  margin: 0 auto;
  float: none;
}
.off-close:hover,
.off-canvas-trigger:hover {
  background-color: transparent;
}
.main-navigation {
	
}
@media (min-width: 768px) {
  .navbar.center-pos .off-canvas-trigger {
    display: none;
  }
}
.navbar.affix-coming {
  top: -100px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.navbar.affix {
  top: 0;
  left: 0;
  right: 0;
}
.admin-bar .navbar.affix {
	top: 32px;
}
.navbar.affix + section, .navbar.affix + div {
  margin-top: 70px;
}
.affixparent + section, .affixparent + div {
margin-top: 60px !important;	

}


.dropdown-post-slider .item {
  padding: 30px 15px;
}
.dropdown-post-slider .featured-img {
  margin: 0 0 20px;
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
}
.dropdown-post-slider .featured-img a {
  display: block;
}
.dropdown-post-slider .featured-img img {
  max-width: 100%;
}
.dropdown-post-slider .this-title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.dropdown-post-slider .this-meta {
  margin-bottom: 0;
}
.dropdown-post-slider .this-meta a {
  color: #999;
}
.dropdown-post-slider .this-meta .author {
  margin-right: 4px;
  font-weight: bold;
}
.dropdown-post-slider .this-meta .date {
  margin-left: 5px;
}
.dropdown-post-slider .owl-nav {
  border-top: 5px solid #f6f6f6;
  padding-top: 15px;
  margin: 0 15px 15px;
}
.dropdown-post-slider .owl-prev, .dropdown-post-slider .owl-next {
  border: 1px solid #f6f6f6;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 2.714;
  color: #999;
  float: left;
}
.dropdown-post-slider .owl-prev:hover, .dropdown-post-slider .owl-prev:focus, .dropdown-post-slider .owl-next:hover, .dropdown-post-slider .owl-next:focus {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}
.dropdown-post-slider .owl-prev {
  margin-right: 10px;
}

.dropdown-post-tab {
  height: 328px;
  background-color: #f6f6f6;
  margin-top: 30px;
  border: none;
  padding: 36px;
}
.dropdown-post-tab li {
  float: none;
  display: block;
}
.dropdown-post-tab li + li {
  margin-top: 18px;
}
.dropdown-post-tab li:last-child {
  margin-top: 36px;
}
.dropdown-post-tab li a {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  text-transform: uppercase;
}
.dropdown-post-tab li.active a {
  border: none;
}
.dropdown-post-tab li.active a:hover, .dropdown-post-tab li.active a:focus {
  border: none;
}

.dropdown-post-tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.dropdown-post-tab-content .tab-pane.active {
  height: auto;
}

.off-canvas-trigger {
  border: none;
  background: none;
  float: right;
  margin-right: 15px;
  padding: 0;
  margin-top: 27px;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .off-canvas-trigger {
    display: none;
  }
}
.off-canvas-trigger .icon-bar {
  width: 20px;
  height: 2px;
  background-color: #000;
  display: block;
}
.off-canvas-trigger .icon-bar + .icon-bar {
  margin-top: 5px;
}

/*Off Canvas*/
.off-canvas {
  position: fixed;
  right: -500px;
  top: 0;
  bottom: 0;
  width: 400px;
  background-color: #222;
  z-index: 99999;
  margin: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (min-width: 768px) {
  .off-canvas {
    display: none;
  }
}
.off-canvas.open {
  right: 0;
  overflow-y: auto;
}

.off-widget {
  display: table;
  width: 100%;
  padding: 35px 40px;
}
.off-widget + .off-widget {
  border-top: 1px solid #373737;
}

.off-logo-box {
  text-align: center;
}

.off-logo {
  color: #fff;
}

.custom-logo-link {
	
}

.custom-logo-link img {
 max-height:150px;
	width:auto;
  width: auto;
	
	
}
.off-logo .site-slogan {
  letter-spacing: 0.4px;
  line-height: 1;
  margin: 0;
  font-style: italic;
}
.off-logo .site-title {
  margin: 17px 0 0;
}
.off-logo:hover, .off-logo:focus {
  color: #fff;
}

.off-close {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f8c200;
  margin-bottom: 20px;
  padding: 0;
  cursor: pointer;
}
.off-close.outer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: 99998;
  margin: 0;
  cursor: crosshair;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (min-width: 768px) {
  .off-close.outer {
    display: none;
  }
}
.off-close.outer.open {
  left: 0;
}

.off-logo {
  display: inline-block;
}


/*Off Menu - Social*/
.mob-social-menu li + li {
  margin-left: 20px;
}
.mob-social-menu li a {
  color: #fff;
  padding: 0;
  line-height: 1;
  font-size: 12px;
}
.mob-social-menu li a:hover, .mob-social-menu li a:focus {
  color: #f8c200;
  background: none;
}

/*Logo Area*/
.site-branding {
  padding: 0px 0;
margin-top:0px;
  background-color: #fff !important;
	/*background-image:url('images/pattern2.png');*/

}
.site-title {
	font-size: 24px;
}
.site-branding.vhome2 {
  padding: 0px 0;
  background-color: #ffffff;
}
.site-branding.vhome2 .main-logo .site-slogan {
  color: #999;
}
.site-branding.vhome2 .main-logo .site-title a {
  color: #000;
}
.site-branding.vhome3 {
  padding: 0px 0;
}
.site-branding.vhome3 .main-logo {
  margin: 0px;
  text-align:center;
	position:absolute;
	top:0px;
	left:15px;
	z-index:10000;
	-webkit-box-shadow: 9px 10px 41px 0px rgba(0,0,0,0.56);
-moz-box-shadow: 9px 10px 41px 0px rgba(0,0,0,0.56);
box-shadow: 9px 10px 41px 0px rgba(0,0,0,0.56);
}



.site-branding .container {
	
	position:relative;
	
}

.home .site-branding .container {
	position:static;
}

.affixparent .site-branding.vhome3 .main-logo {
	position:fixed;
	top:-75px;
	left:15px;
	
	
}

.site-description {
  color: #999;
}
.site-title,
.site-title a {
  color: #000;
}
.site-branding .header-ad {
  float: right;
}

.header_banner {
	height:0px ;
background-color:#1a9dd8;
}
.main-logo {
  display: block;
  margin: 0 auto;
  color: #fff;
	

	
padding:0px !important;
}
.main-logo .media {
  display: inline-table;
	overflow:visible;
	margin:0px !important;
	text-align:center;
	
}
.main-logo .media-left {
  vertical-align: middle;
  padding-right: 28px;
	
	padding:0px;
	
}
.main-logo .media-body {
  vertical-align: middle;
  width: auto;
}
.main-logo .site-slogan {
  margin: 0;
  font-style: italic;
  letter-spacing: 1.8px;
}
.main-logo .site-title {
  margin-bottom: 0;
  margin-top: 10px;
}
.main-logo:hover, .main-logo:focus {
  color: #fff;
}



/*Mobile Only Menu*/
.mob-menu > li > a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #999;
  padding: 0 20px;
  line-height: 3;
}
.mob-menu > li > a:hover, .mob-menu > li > a:focus {
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mob-menu > li:hover > a, .mob-menu > li:hover > a:hover, .mob-menu > li:hover > a:focus, .mob-menu > li:focus > a, .mob-menu > li:focus > a:hover, .mob-menu > li:focus > a:focus, .mob-menu > li.active > a, .mob-menu > li.active > a:hover, .mob-menu > li.active > a:focus {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
.mob-menu > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
}
.mob-menu > li.dropdown.open .dropdown-menu {
  background-color: #fff;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mob-menu > li.dropdown.open .dropdown-menu li.open .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  position: static;
}
.mob-menu > li .dropdown-menu {
  border-radius: 0;
  margin: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
}
.mob-menu > li .dropdown-menu > li {
  padding: 0 30px;
  border-top: 1px solid #eee;
}
.mob-menu > li .dropdown-menu > li a {
  line-height: 3.08;
  padding: 0;
  color: #666;
  font-size: 13px;
}
@media (max-width: 991px) {
  .mob-menu > li .dropdown-menu > li a {
    font-size: 12px;
  }
}
.mob-menu > li .dropdown-menu > li a:hover, .mob-menu > li .dropdown-menu > li a:focus {
  color: #000;
  background: none;
}
.mob-menu > li .dropdown-menu > li.dropdown > a {
  position: relative;
}
.mob-menu > li .dropdown-menu > li.dropdown > a:after {
  content: "\f105";
  float: right;
  font-family: "FontAwesome";
  font-size: 13.68px;
  position: absolute;
  right: 0;
  top: 0;
}
.mob-menu > li .dropdown-menu > li.dropdown .dropdown-menu {
  position: absolute;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footerstyle1 {
  background-color: #222;
}
.footerstyle1 .fsocial1 {
  float: right;
}

.footerstyle2 {
  background-color: #222;
}

.fs1-row {
  padding: 60px 0;
  margin: 0;
}
.fs1-row + .fs1-row {
  border-top: 2px solid #333;
}

.footer-menu {
  float: left;
}
.footer-menu li + li {
  margin-left: 28px;
}
.footer-menu li a {
  padding: 0;
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.25px;
}
.footer-menu li a:hover, .footer-menu li a:focus {
  color: #fff;
  background: none;
}

.subscribe-form {
  border: 2px solid #333;
}
.subscribe-form .form-control {
  height: 46px;
  background: none;
  border: none;
  padding-left: 18px;
  letter-spacing: 0.25px;
  color: #fff;
}
.subscribe-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subscribe-form .form-control.placeholder {
  font-style: italic;
  color: #999;
}
.subscribe-form .form-control:-moz-placeholder {
  font-style: italic;
  color: #999;
}
.subscribe-form .form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #999;
}
.subscribe-form .input-group-addon {
  background: none;
  padding: 0;
  border: none;
}
.subscribe-form [type="submit"] {
  padding: 0 25px;
  line-height: 3.83;
  color: #fff;
  background: none;
  border: none;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.subscribe-form.style2 {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.subscribe-form.style2 .form-control {
  height: 38px;
}
.subscribe-form.style2 [type="submit"] {
  line-height: 3.17;
}

.site-description .site-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.site-description p {
  margin: 0;
  line-height: 2;
  color: #bbb;
}

.site-info {
  float: left;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.site-info a {
  color: #fff;
}

.go-top {
  float: right;
  font-size: 30px;
  line-height: 0.67;
  color: #fff;
}
.go-top i {
  line-height: 0.67;
}
.go-top:hover, .go-top:focus {
  color: #f8c200;
}

.go-top2 {
  display: inline-block;
  width: 40px;
  line-height: 2.22;
  font-size: 18px;
  color: #000;
  background-color: #fff;
}
.go-top2:hover, .go-top2:focus {
  color: #fff;
  background-color: #000;
}

.bottom-footer {
  margin: 0;
  background-color: #191919;
  padding: 30px 0;
}
.bottom-footer .site-info {
  font-size: 10px;
}

.footer-menu-box {
  float: right;
}

.footer-social-menu {
  margin-right: 30px;
  float: left;
}
.footer-social-menu li + li {
  margin-left: 20px;
}
.footer-social-menu li a {
  color: #fff;
  padding: 0;
  line-height: 1;
}
.footer-social-menu li a:hover, .footer-social-menu li a:focus {
  background: none;
}

.footer-widgets {
  padding: 60px 0 50px;
  background-color: #222;
  margin: 0;
  z-index: 11;
  position: relative;
}
.footer-widgets .sidebar-column .widget {
  margin-bottom: 30px;
}
.footer-widgets .sidebar-column .widget:last-of-type {
  margin: 0;
}
.footer-widgets .widget-title {
  max-width: 170px;
  color: #fff;
}
.footer-widgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widgets li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.footer-widgets .widget-title::after {
  background-color: #828282;
}
.footer-widgets,
.footer-widgets a {
  color: #bbb;
}

/*Footer 3*/
.footerstyle3 {
  background-color: #222;
  padding: 45px 60px 45px 65px;
}
.footerstyle3 .footer-social-menu {
  margin-top: 10px;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
body {
  background-color: #eee;
  color: #666;
  font-size: 14px;
  line-height: 2;
  font-family: 'Open Sans', sans-serif;
}

.site[data-bodyimg] {
  background: no-repeat scroll center 0;
  background-size: 100%;
}

.site-content {
  margin-bottom: 30px;
}
.page-template-template_page-builder .site-content {
  margin-bottom: 0;
}
.home2contents {
  margin-top: 45px;
}

.home2sidebar {
  margin-top: 45px;
}

/*--------------------------------------------------------------
## Contents
--------------------------------------------------------------*/
.home1-content-column {
  display: table;
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.sticky-posts {
  padding: 50px 0 10px;
}
.sticky-posts .post {
  padding: 15px;
}
.sticky-posts.style2 {
  padding: 0;
}
.sticky-posts.catspecified-stickyposts {
  padding: 15px 0 30px;
}

.post-loop-page {
  padding: 60px 0 0;
}

.post {
  position: relative;
}
.post .featured-img {
  display: block;
  position: relative;
}
.post.type-video .featured-img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background: url(./images/play-icon.png) no-repeat scroll 0 0;
  content: '';
}

.post-meta {
  font-size: 13px;
  margin: 0;
  color: #999;
}
.post-meta a {
  line-height: 1;
  color: #999;
}
.post-meta .author {
  font-weight: bold;
  margin-right: 4px;
}
.bypostauthor {}
.post-meta .date {
  margin-left: 4px;
}
.post-meta .date + .pshare-count {
  margin-left: 25px;
}
.post-meta .p_review {
  float: right;
  font-size: 12px;
}
.post-meta .p_review i {
  float: left;
  color: #bbb;
}
.post-meta .p_review i + i {
  margin-left: 5px;
}
.post-meta .p_review i.fa-star {
  color: #f8c200;
}

.post-excerpt {
  margin-bottom: 15px;
}

.sticky-post .featured-img {
  background-color: #000;
}
.sticky-post .featured-img img {
  opacity: 0.8;
}
.sticky-post .this-contents {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  z-index: 3;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
	color:#d9d9d9;font-size:12px;
}
.sticky-post.ftpost .this-contents {
  left: 30px;
  right: 30px;
  bottom: 20px;
}
.sticky-post:first-of-type .this-contents {
  left: 95px;
  right: 95px;
}
.sticky-post.first-child .post-cat:after {
  background-color: #64c568;
}
.sticky-post .post-cat {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 12px;
}
.sticky-post .post-cat:after {
  background-color: #fff;
  width: 0;
}
.sticky-post .post-cat.big-bline .ispan span:after {
  width: 0;
}
.sticky-post .post-meta {
  color: #fff;
  margin-top: 12px;
}
.sticky-post .post-meta a {
  color: #fff;
}
.sticky-post .post-title-standard,
.sticky-post .post-title-standard:hover {
  color: #fff;
}
.sticky-post .post-title-big {
  color: #fff;
}
.sticky-post:hover .post-cat:after, .sticky-post:focus .post-cat:after {
  width: 65px;
}
.sticky-post:hover .post-cat.big-bline .ispan span:after, .sticky-post:focus .post-cat.big-bline .ispan span:after {
  width: 100%;
}
.sticky-post-style2,
.sticky-post .sticky-inner {
  position: relative;
}
.sticky-post .sticky-inner::after,
.sticky-post-style2::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;

}
.post-title-standard {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.featured-item .post-cat a {
  color: #fff;
}
.post-title-big {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
}

.post-title-small {
  font-size: 13px;
  line-height: 1.85;
  font-weight: bold;
  display: block;
}

.post-by-cats {
  padding: 30px;
  position: relative;
  background-color: #fff;
}
.post-by-cats.multiple-cats,
.post-by-cats.multiple-cats .col-md-4 {
  padding: 15px;
}
.post-by-cats.multiple-cats .col-md-4:nth-of-type(3n+1) {
  clear: left;
}
.post-by-cats .empty {
  display: none;
}
.post-by-cats.row {
  margin: 0 -15px;
}
.post-by-cats .featured-img {
  margin-bottom: 20px;
}
.post-by-cats .post-title-standard {
  color: #000;
}
.post-by-cats .post-meta {
  color: #999;
  margin: 10px 0 15px;
}
.post-by-cats .post-meta a {
  color: #999;
}
.post-by-cats .this-excerpt {
  margin-bottom: 25px;
}
.post-by-cats .top-one {
  margin-bottom: 30px;
}
.post-by-cats .media + .media {
  margin-top: 20px;
}
.post-by-cats .media-left {
  padding-right: 15px;
}
.post-by-cats .media-object {
  width: 100px;
}
.post-by-cats .media-object img {
  max-width: 100%;
}
.post-by-cats .media-body .post-meta {
  margin-top: 10px;
  margin-bottom: 0;
}
.post-by-cats .media-body .post-meta .date {
  margin: 0;
}
.post-by-cats .post-title-small {
  margin-top: -5px;
  color: #000;
}
.athemes_most_popular_home .post:nth-of-type(3n),
.athemes_latest_posts_home .post:nth-of-type(3n) {
    margin-bottom: 0;
}
/*AVER */
.pseudo-pbc-carousel {
	position:relative;
}
.pbc-carousel .owl-nav, .pbc-carousel2 .owl-nav, .video-posts-carousel .owl-nav,.pseudo-pbc-carousel .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
}
.pbc-carousel .owl-prev, .pbc-carousel .owl-next, .pbc-carousel2 .owl-prev, .pbc-carousel2 .owl-next, .video-posts-carousel .owl-prev, .video-posts-carousel .owl-next,.pseudo-pbc-carousel .owl-prev, .pseudo-pbc-carousel .owl-next {
  float: left;
  cursor: pointer;
  color: #999;
}
.pbc-carousel .owl-prev:hover, .pbc-carousel .owl-prev:focus, .pbc-carousel .owl-next:hover, .pbc-carousel .owl-next:focus, .pbc-carousel2 .owl-prev:hover, .pbc-carousel2 .owl-prev:focus, .pbc-carousel2 .owl-next:hover, .pbc-carousel2 .owl-next:focus, .video-posts-carousel .owl-prev:hover, .video-posts-carousel .owl-prev:focus, .video-posts-carousel .owl-next:hover, .video-posts-carousel .owl-next:focus,.pseudo-pbc-carousel .owl-prev:hover, .pseudo-pbc-carousel .owl-prev:focus, .pseudo-pbc-carousel .owl-next:hover, .pseudo-pbc-carousel .owl-next:focus {
  color: #f8c200;
}
.pbc-carousel .owl-prev, .pbc-carousel2 .owl-prev, .video-posts-carousel .owl-prev,.pseudo-pbc-carousel .owl-prev {
  margin-right: 18px;
}
/*AVER */
.video-posts-carousel .owl-nav {
  right: 15px;
}


/*Editor Choice*/
.editor-choice {
  margin: 0;
  background-color: #222;
}

.editor-choice-header {
  margin: 0;
  background-color: #222;
  padding-left: 65px;
  padding-right: 60px;
}

.editor-choice-title {
  float: left;
  margin: 0;
  line-height: 4.3;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
}

.editor-choice-nav {
  float: right;
  margin-top: 18px;
}
.editor-choice-nav .owl-prev, .editor-choice-nav .owl-next {
  font-size: 24px;
  color: #999;
  cursor: pointer;
  float: left;
  line-height: 1;
}
.editor-choice-nav .owl-prev {
  margin-right: 18px;
}

.editor-choice-post-carousel .post .featured-img:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.1;
}
.editor-choice-post-carousel .post .this-contents {
  left: 80px;
  right: 80px;
  bottom: 35px;
  opacity: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.editor-choice-post-carousel .post .post-cat {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 12px;
}
.editor-choice-post-carousel .post .post-cat:after {
  background-color: #fff;
  width: 0;
}
.editor-choice-post-carousel .post .post-title-standard {
  color: #fff;
}
.editor-choice-post-carousel .post:hover .this-contents, .editor-choice-post-carousel .post:focus .this-contents {
  opacity: 1;
}
.editor-choice-post-carousel .post:hover .post-cat:after, .editor-choice-post-carousel .post:focus .post-cat:after {
  width: 45px;
}

/*Post Grid*/
.posts-grid {
  padding: 15px 0;
  background-color: #fff;
}
.posts-grid .post {
  margin-bottom: 60px;
}
.posts-grid .small-img-post {
  margin-bottom: 20px;
}
.posts-grid .list-style-post {
  margin-bottom: 40px;
}
.posts-grid .featured-img {
  margin-bottom: 20px;
}
.posts-grid .post-title-standard {
  color: #000;
}

.posts-grid .post-meta {
  margin: 10px 0 15px;
}
.posts-grid .post-excerpt {
  margin: 0;
}

.list-bigimage-post .media-left,
.layout-masonry .media-left {
  display: block;
  padding: 0;
}
.layout-masonry .hentry {
  padding: 0 15px;
}
.layout-masonry .absp-cat {
  left: 15px;
}
.list-bigimage-post .absp-cat {
  left: 30px;
  top: 45px;
}
/*Breadcrumb*/
.breadcrumb-row {
  padding: 20px 0;
  margin: 0;
  background-color: #f6f6f6;
}

.breadcrumb {
  float: left;
  padding: 0;
  margin: 0;
  background: none;
}
.breadcrumb li {
  font-size: 12px;
  line-height: 2.5;
}
.breadcrumb li + li:before {
  content: '-';
}
.breadcrumb li a {
  color: #999;
}
.breadcrumb li.active {
  color: #000;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

/*Small Image Post*/
.small-img-post .media-left {
  padding-right: 15px;
}
.small-img-post .media-object {
  width: 100px;
  height: 75px;
  display: block;
  position: relative;
}
.small-img-post .absp-cat {
  padding: 0;
  font-weight: 800;
  top: 50%;
  margin-top: -17.5px;
  right: 0;
  text-align: center;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.small-img-post .post-title-small {
  color: #000;
  margin-bottom: 10px;
  margin-top: -5px;
}

.small-img-post .post-meta {
  margin-bottom: 0;
}
.small-img-post .date {
  margin-left: 0;
}
.small-img-post:hover .absp-cat, .small-img-post:focus .absp-cat {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*List Style Post*/
.list-style-post {
  margin-bottom: 25px;
  padding: 15px;
  background-color: #fff;
}
.list-style-post .media-left {
  padding-right: 40px;
}
.list-style-post .media-object {
  position: relative;
  width: 270px;
}
.list-style-post [class^="post-title-"] {
  color: #000;
  margin-bottom: 10px;
}
.list-style-post .post-meta {
  margin-bottom: 15px;
}

.list-bigimage-post {
  margin: 0 0 45px;
  padding: 15px;
  background-color: #fff;
}
.list-bigimage-post .featured-img {
  max-width: 100%;
  margin-bottom: 28px;
}
.list-bigimage-post [class^="post-title-"] {
  color: #000;
  padding-right: 50px;
  margin-bottom: 10px;
}
.list-bigimage-post .post-meta {
  margin-bottom: 15px;
}

.full-width-content-area {
  margin: 0;
}

.sticky-posts-carousel .owl-stage-outer {
  margin: 15px 10px;
}
.sticky-posts-carousel .item {
  padding: 0 5px;
  overflow: hidden;
  background: none;
}
.sticky-posts-carousel .item:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 0;
  top: 100%;
  bottom: 0;
  left: 5px;
  right: 5px;
  background-color: #000;
  z-index: 1;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.sticky-posts-carousel .this-contents {
  bottom: -100%;
  left: 45px;
  right: 45px;
  opacity: 0;
  z-index: 2;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.sticky-posts-carousel .post-title-standard {
  font-size: 18px;
}
.sticky-posts-carousel .owl-item.center .item:before {
  border-radius: 0;
  top: 0;
  opacity: 0.6;
}
.sticky-posts-carousel .owl-item.center .this-contents {
  bottom: 30px;
  opacity: 1;
}
.sticky-posts-carousel .owl-controls {
  padding: 20px 0;
  width: 100%;
  background-color: #f6f6f6;
}
.sticky-posts-carousel .owl-nav {
  display: table;
  margin: 0 auto;
}
.sticky-posts-carousel .owl-prev, .sticky-posts-carousel .owl-next {
  float: left;
  width: 186px;
  line-height: 2.2;
  text-align: center;
  font-size: 18px;
  color: #999;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.sticky-posts-carousel .owl-prev:hover, .sticky-posts-carousel .owl-prev:focus, .sticky-posts-carousel .owl-next:hover, .sticky-posts-carousel .owl-next:focus {
  background-color: #222;
  color: #fff;
}
.sticky-posts-carousel .owl-prev {
  background-color: #fff;
}
.sticky-posts-carousel .owl-next {
  background-color: #eee;
}

/*Sidebar*/
@media (min-width: 1281px) {
  .sidebar-area {
    padding-left: 45px;
  }
  .panel-grid .sidebar-area {
    padding-left: 0;
  }
}

.pshare {
  float: left;
  margin-top: 30px;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
.pshare span {
  display: block;
  line-height: 2.86;
  background-color: #f6f6f6;
  color: #000;
}
.pshare span:last-child {
  line-height: 5;
  font-size: 12px;
  color: #fff;
}
.pshare:nth-child(even) {
  margin-left: 30px;
}
.pshare:nth-child(1), .pshare:nth-child(2) {
  margin-top: 0;
}
.pshare[data-pshare="facebook"] > span:last-child {
  background-color: #516eab;
}
.pshare[data-pshare="twitter"] > span:last-child {
  background-color: #29c5f6;
}
.pshare[data-pshare="youtube"] > span:last-child {
  background-color: #e14e42;
}
.pshare[data-pshare="instagram"] > span:last-child {
  background-color: #125688;
}

/*Most Popular Post Lists*/
.mpopular-post {
  margin: 0;
}
.mpopular-post .media-left {
  padding-right: 18px;
}
.mpopular-post .media-object {
  width: 100px;
  height: 75px;
}
.mpopular-post .media-object img {
  max-width: 100%;
}
.mpopular-post .post-title-small {
  color: #000;
  margin-top: -3px;
  margin-bottom: 8px;
}
.mpopular-post .date {
  margin-left: 0;
}

/*Recent Comments*/
.comment-list-widget {
  margin: 0;
}

.rcomment {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.85;
  padding: 15px 0;
  border-bottom: 1px solid #f6f6f6;
  color: #666;
}
.rcomment:first-child {
  padding-top: 0;
}

.rcommenter {
  color: #999;
}
.rcommenter + i {
  color: #999;
  font-weight: normal;
}

/*Banner Ads*/
.banner-adss {
  text-align: center;
}

.header-ad {
  display: table;
  margin: 0 auto;
  width: 728px;
  overflow: hidden;
  position: relative;
}

/*Latest Review*/
.lrposts + .lrposts {
  margin-top: 20px;
}

/*Main Posts Area*/
.sticky-post-block {
  padding: 30px;
  background-color: #fff;
}
.sticky-post-block p,
.sticky-post-block .post-excerpt {
  margin-bottom: 0;
}
.sticky-post-block .featured-img {
  margin-bottom: 30px;
}
.sticky-post-block .featured-img a {
  display: block;
}
.sticky-post-block .post-cat {
  margin-bottom: 12px;
}
.sticky-post-block .post-title-big {
  color: #000;
}
@media (min-width: 1200px) {
  .sticky-post-block .post-title-big {
    padding-right: 80px;
  }
}
.sticky-post-block .post-meta {
  margin: 10px 0 15px;
}

/*Read More Text*/
.read-more-text {
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.25px;
  color: #999;
  font-style: italic;
}

/*Post By Categories - 2*/
.post-by-cats.style2 .post {
  margin-bottom: 40px;
}
.post-by-cats.style2 .featured-img {
  position: relative;
  margin: 0;
}
.post-by-cats.style2 .media-object {
  width: 270px;
  background-color: #f6f6f6;
}
.post-by-cats.style2 .media-left {
  padding-right: 40px;
}
.post-by-cats.style2 .post-meta {
  margin-bottom: 15px;
}

/*Full Width Sticky Posts*/
.sticky-posts-blocks.sticky-posts {
  padding: 0;
	
	position:relative;
}
.sticky-posts-blocks.sticky-posts .post {
  padding: 0;
}
.sticky-posts-blocks.sticky-posts .this-contents {
  bottom: 35px;
}
.sticky-posts-blocks.sticky-posts .post-cat.catc-p, .sticky-posts-blocks.sticky-posts .post-cat.catc-ls, .sticky-posts-blocks.sticky-posts .post-cat.catc-v, .sticky-posts-blocks.sticky-posts .post-cat.catc-b, .sticky-posts-blocks.sticky-posts .post-cat.catc-t, .sticky-posts-blocks.sticky-posts .post-cat.catc-f {
  color: #fff;
}

/*Highlight Posts Carousel*/
.highlight-posts.bottom0 {
  margin: 0;
}

.highlight-posts.style2 .section-title {
  margin-bottom: 45px;
}

.box-posts-carousel .item {
  padding: 0 15px;
	
}
.box-posts-carousel .inner {
  margin: 0;
  padding: 0 35px 35px;
  background-color: #fff;
	height:400px;
	
}

.box-posts-carousel-like .shortcode-site-reviews-summary {
	position:absolute;
	top:50%;
	left:25px;
}
.box-posts-carousel-like .glsr-summary-text, .box-posts-carousel-like .glsr-summary-rating {
	display:none;
}

.box-posts-carousel-like .inner {
  margin: 0;
  padding: 0 0px 0px;
  background-color: #fff;
	height:400px;
	overflow:hidden;
	position:relative;
	margin-bottom:35px;
}

.box-posts-carousel-like .last {
  margin: 0;
  padding: 0 0px 0px;
  background-color: #fff;
	height:250px;
	overflow:hidden;
	position:relative;
	margin-bottom:35px;
}

.middle {
	margin:0 auto;
}


.box-posts-carousel-like .inner:after{
    content:"";
    display:block;
    height:25px;
	bottom:0px;
	right:0px;
	left:0px;
	position:absolute;
	background-color:#ffffff;
	
	z-index:69;
}

.box-posts-carousel-like .absp-cat {
  position: absolute;
	top:0px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);

	z-index:59;
}

.box-posts-carousel-like .textunder {
  margin:25px 25px 35px 25px;
	overflow:hidden;

	
}

.box-posts-carousel .absp-cat {
  position: relative;
  left: auto;
  display: table;
  margin: 0 auto;
  top: 0;
	
}
.box-posts-carousel .featured-img {
  margin-bottom: 20px;
}
.box-posts-carousel .post-title-standard,.box-posts-carousel-like .post-title-standard {
  color: #000;
  margin-bottom: 5px;
	padding-bottom:0px;
	line-height:100%;
}
.box-posts-carousel.catp-defined .inner,.box-posts-carousel-like.catp-defined .inner {
  padding: 35px;
  background-color: #f6f6f6;
}

.highlight-posts-carousel .owl-prev, .highlight-posts-carousel .owl-next {
  top: 50%;
  font-size: 30px;
  color: #999;
  position: absolute;
  line-height: 1.33;
  margin-top: -20px;
}
.highlight-posts-carousel .owl-prev {
  left: -40px;
}
.highlight-posts-carousel .owl-next {
  right: -40px;
}

/*Posts By Category*/
.post-by-cats.style3 {
  background-color: #fff;
}

/*Banner Ads Row*/
.banner-adss-row {
  margin: 60px 0;
}

.banner-adss-row2 {
  margin: 60px 0 100px;
}

/*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
.shortcode-page {
  padding: 35px 0;
  margin: 0;
}
.shortcode-page .container {
  padding: 15px;
  background-color: #fff;
}

/*List Styles*/
.list-styles {
  padding: 50px 15px;
}

.list-style {
  margin: 0;
}
.list-style li {
  color: #999;
  line-height: 1;
  float: left;
  width: 100%;
}
.list-style li + li {
  margin-top: 22px;
}
.list-style li:before {
  float: left;
  content: '';
}

.list-style1 li {
  padding-left: 22px;
}
.list-style1 li:before {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #f8c200;
  margin-top: 5px;
  margin-left: -22px;
}

.list-style2 {
  counter-reset: listNumber;
}
.list-style2 li {
  padding-left: 22px;
}
.list-style2 li:before {
  counter-increment: listNumber;
  content: "0" counter(listNumber) ".";
  font-style: italic;
  color: #f8c200;
  margin-left: -22px;
}
.list-style2.style2 li:before {
  font-size: 18px;
  color: #999;
}

.list-style3 li {
  padding-left: 22px;
}
.list-style3 li:before {
  content: "\f05d";
  font-size: 12px;
  font-family: "FontAwesome";
  color: #f8c200;
  margin-left: -22px;
}

.list-style4 li, .list-style5 li, .list-style6 li {
  line-height: 2.143;
  padding-left: 52px;
}
.list-style4 li:before, .list-style5 li:before, .list-style6 li:before {
  content: "\f00c";
  font-size: 10px;
  font-family: "FontAwesome";
  color: #fff;
  width: 30px;
  line-height: 3;
  text-align: center;
  border-radius: 100%;
  margin-left: -52px;
}


/*Typography*/
.shortcode-rows {
  margin: 0;
}
.shortcode-rows + .shortcode-rows {
  margin-top: 85px;
}
.shortcode-rows .gh + p {
  margin-top: 22px;
  margin-bottom: 50px;
}
.shortcode-rows .gh + p:last-of-type {
  margin-bottom: 0;
}
.shortcode-rows p {
  margin: 0;
}

/*Headings*/
.gh {
  margin-top: 0;
  font-weight: bold;
  color: #000;
}

.shgT {
  margin-bottom: 45px;
}

/*Dropcaps*/
.dropcap:first-letter {
  float: left;
  text-transform: uppercase;
  margin-right: 15px;
  font-weight: bold;
}

.dc1:first-letter {
  font-size: 60px;
  line-height: 0.93;
  color: #f8c200;
}

.dc2:first-letter {
  font-size: 24px;
  line-height: 1.67;
  width: 30px;
  color: #fff;
  background-color: #f8c200;
  padding: 0 8px;
  margin-top: 5px;
}

.dc3:first-letter {
  font-size: 90px;
  line-height: 0.87;
  color: #000;
}

.dc4:first-letter {
  font-size: 48px;
  line-height: 1.35;
  padding: 0 15px;
  background-color: #000;
  color: #fff;
  margin-top: 7px;
}
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
/*About*/
.about-us-block {
  padding: 100px 0 0;
  margin: 0;
  background-color: #fff;
}
.about-us-block .section-title {
  margin-bottom: 30px;
}

.about-us-texts {
  max-width: 900px;
  margin: 35px auto 40px;
  display: block;
  text-align: center;
}
.about-us-texts p {
  margin: 0;
}

.about-us-images {
  margin: 0;
}

/*Fun Facts*/
.fun-facts {
  margin: 0;
  padding: 45px 0 95px;
  background-color: #fff;
}

.fun-fact {
  text-align: center;
}
.fun-fact .inner {
  display: table;
  margin: 0 auto;
}
.fun-fact:first-child .inner {
  margin-left: 0;
}
.fun-fact:last-child .inner {
  margin-right: 0;
}
.fun-fact .this-icon {
  line-height: 2.5;
  font-size: 18px;
  text-align: center;
  width: 50px;
  border-bottom: 5px solid #f8c200;
  color: #f8c200;
  margin-bottom: 15px;
}
.fun-fact .count {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.fun-fact .this-fact {
  font-size: 10px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*Authors*/
.meet-authors {
  margin: 0;
  padding: 95px 0 75px;
  background-color: #f6f6f6;
}
.meet-authors .section-title {
  margin-bottom: 25px;
}

.our-author {
  padding: 25px 15px;
}
.our-author .this-inner {
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.our-author .this-author-img {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.our-author .this-author-img img {
  width: 100%;
}
.our-author .overlay {
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 100%;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.our-author:hover .overlay, .our-author:focus .overlay {
  bottom: 0;
}
.our-author:hover .author-posts-link, .our-author:focus .author-posts-link {
  z-index: 1;
  bottom: 22px;
}

.author-posts-link {
  position: absolute;
  left: 27px;
  bottom: -62px;
  color: #f8c200;
  font-size: 18px;
  width: 40px;
  line-height: 2.22;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.author-intro {
  margin: 0;
  padding: 25px 26px 20px;
  background-color: #fff;
}

.his-name {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

.his-intro {
  margin: 0;
  font-style: italic;
  line-height: 1;
  color: #999;
  letter-spacing: 0.25px;
}

.authors-grid {
  margin: 0;
  padding: 0 15px;
}

/*Ready For Contact*/
.ready-to-contact {
  background-color: #fff;
  padding: 85px 0 100px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.ready-to-contact .this-inner {
  max-width: 700px;
  margin: 0 auto;
}
.ready-to-contact .gh {
  line-height: 1.67;
  font-weight: 800;
  margin-bottom: 40px;
}
.ready-to-contact .btn {
  line-height: 4.29;
  background-color: #f8c200;
  color: #fff;
  width: 250px;
}
.ready-to-contact .btn:hover, .ready-to-contact .btn:focus {
  background-color: #000;
}

/*404*/
.notice-404 {
  font-size: 72px;
  letter-spacing: 10px;
  color: #d6d8de;
  border-bottom: 5px solid;
  display: table;
  margin: 0 auto;
  font-style: italic;
}
.error-404 {
  padding: 60px;
  text-align: center;
  margin: 0;
  background-color: #fff;
}
.error-404 p {
  max-width: 440px;
  margin: 25px auto 30px;
  font-size: 18px;
  line-height: 2;
}
.error-404 .athemes_posts_carousel {
	margin-top: 90px;
}
.error-404 .highlight-posts-carousel .owl-prev {
	left: 0;
}
.error-404 .highlight-posts-carousel .owl-next {
	right: 0;
}
.error-404 .page-header {
	border: 0;
	margin-top: 60px;
}
.error-404 .page-title {
	margin: 0;
}

.back-to-page {
  padding: 0 26px;
  line-height: 2.5;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}
.back-to-page:hover, .back-to-page:focus {
  background-color: #f8c200;
  color: #fff;
}

/*Contact Us*/
.google-map {
  height: 500px;
  margin: 0;
}

.contact-contents {
  margin: 0;
  padding: 60px 0;
  background-color: #fff;
}

.comment-form .form-control {
  margin-bottom: 30px;
  padding: 15px 20px;
  height: auto;
}
.contact-form textarea.form-control {
  height: 200px;
}
.contact-form .btn {
  line-height: 4.29;
  width: 100%;
  background-color: #f8c200;
  color: #fff;
}
.contact-form .btn:hover, .contact-form .btn:focus {
  background-color: #000;
}

.contact-informarions {
  margin: 30px 5px 35px 0;
}
@media (min-width: 1281px) {
  .contact-informarions {
    margin-left: 40px;
  }
}
.contact-informarions li {
  margin-bottom: 20px;
  color: #999;
  line-height: 2.143;
}
.contact-informarions li span {
  color: #666;
}

.contactpage-social {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 1281px) {
  .contactpage-social {
    margin-left: 40px;
  }
}
.contactpage-social li {
  float: left;
}
.contactpage-social li + li {
  margin-left: 48px;
}
.contactpage-social li a {
  line-height: 1;
  color: #999;
}

@media (min-width: 1281px) {
  .author-info {
    padding-left: 45px;
  }
}

.author-posts {
  margin-top: 30px;
}

.author-details {
  padding: 15px;
  background-color: #fff;
}
.author-details img {
  margin-bottom: 35px;
}
.author-details p {
  color: #666;
}

.author-dname {
  text-transform: uppercase;
  margin-bottom: 18px;
}

.author-dintro {
  line-height: 1;
  color: #999;
  font-weight: 500;
  margin-bottom: 20px;
}

.author-socials {
  margin-top: 20px;
  margin-bottom: 0;
}
.author-socials li {
  float: left;
  line-height: 1;
}
.author-socials li + li {
  margin-left: 20px;
}
.author-socials li a {
  color: #000;
  font-size: 14px;
}
/*
* Archives
*/
.archive-header {
	background-color: #fff;
	margin-bottom: 60px;
	padding: 30px;
}
.archive-header .page-title {
	margin: 0;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.post-main-image {
  margin: 0 0 45px;
}
.post-main-image img {
  display: inline-block;
}
.post-main-image.style2 {
	border: solid 1px #cc0000;
  margin-bottom: 25px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  background-color: #fff;
}

.post-main-image.style3 {
	
  margin-bottom: 25px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0px !important;

}
.single .site-main {
  background-color: #fff;
}
.hentry {
  padding: 30px;
  background-color: #fff;
}
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.single-post-cats a {
  margin-right: 15px;
}
.single-post-cats a:last-of-type {
  margin-right: 0;
}
.single-post p {
  margin-bottom: 20px;
}
.single-post .gh {
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-post .list-style {
  margin-top: 30px;
  margin-bottom: 25px;
}
.single .entry-header {
  margin-bottom: 10px;
}

.single-post-style1 img {
  display: inline-block;
}

.single-img {
  margin-top: 35px;
  margin-bottom: 35px;
}
.single-img.at-top {
  margin-top: 0;
}

.captioned-img {
  margin: 35px 0 30px;
}
.captioned-img .caption {
  color: #999;
  font-size: 12px;
  display: block;
  margin-top: 16px;
}

.psimg-grid {
  margin-top: 20px;
  margin-bottom: 35px;
}
.psimg-grid .this-img {
  padding: 15px;
}
.psimg-grid .this-img img {
  max-width: 100%;
}

.ps-quote {
  border: none;
  margin-top: 50px;
  margin-bottom: 35px;
  display: table;
  width: 100%;
  padding: 0;
}
.ps-quote:before {
  content: '“';
  font-weight: 500;
  font-size: 72px;
  color: #f8c200;
  display: table-cell;
  width: 48px;
  line-height: 0.138;
}
.ps-quote p {
  display: table-cell;
  vertical-align: top;
  font: italic 18px/30px "Vollkorn", serif;
  letter-spacing: 0.5px;
  color: #999;
  margin: 0;
}
.entry-footer a {
  color: #999;
}
.entry-footer a:hover, .entry-footer a:focus {
  color: #000;
}

.share-buttons {
  margin: 45px 0 50px;
}

.author-of-post {
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.author-of-post .media {
  border-bottom: 1px solid #eee;
}
.author-of-post .media-left {
  padding-right: 38px;
}
.author-of-post .media-body {
  padding-top: 38px;
  padding-right: 20px;
}
.author-of-post .media-right {
  padding-left: 0;
}

.post-author-summary {
  line-height: 2;
  color: #666;
  padding: 35px 40px;
}

.post-author-socials {
  margin-top: 65px;
  width: 160px;
}
.post-author-socials li + li {
  margin-left: 20px;
}
.post-author-socials li a {
  padding: 0;
  color: #000;
}

.post-author-img {
  width: 170px;
  height: 170px;
  background-color: #f6f6f6;
}
.post-author-img img {
  max-width: 100%;
}

.post-by {
  font-style: italic;
  margin-top: 0;
  color: #999;
  letter-spacing: 0.5px;
  line-height: 1;
}

.post-author {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.post-author-site-pos {
  font-weight: 500;
  line-height: 1;
  color: #999;
  margin: 0;
}

.post-bookmarks-comments-count {
  margin-bottom: 50px;
}
.post-bookmarks-comments-count li {
  width: 50%;
  text-align: center;
}
.post-bookmarks-comments-count li + li {
  margin-left: -1px;
}
.post-bookmarks-comments-count li a {
  padding: 19px 15px;
  line-height: 1.67;
  font-weight: 800;
  color: #000;
  font-size: 12px;
  border: 1px solid #eee;
  border-radius: 0;
  position: relative;
  z-index: 0;
}
.post-bookmarks-comments-count li a i {
  margin-right: 15px;
  color: #999;
}
.post-bookmarks-comments-count li a:hover, .post-bookmarks-comments-count li a:focus {
  border-color: #222;
  z-index: 1;
  background: none;
}

.post-cat .more4m-author {
  margin-left: 35px;
  color: #999;
}
.comments-area {
  padding: 30px;
}
.comments-area ol {
  list-style: none;
}
.comments-area ol {
  padding: 0;
}
.comments-area .children {
  padding-left: 20px;
}
.comment {
  margin: 30px 0;
  position: relative;
}
.comment .vcard img {
  min-width: 70px;
}
.comment:last-child {
  margin-bottom: 50px;
}
.comment .media {
  padding: 25px 25px 14px;
  border: 1px solid #e1e1e1;
}
.comment .media-left {
  padding-right: 25px;
  padding-bottom: 13px;
}
.comment.reply {
  border-left: 1px solid #e1e1e1;
  padding-left: 25px;
}
.comment.reply:before {
  content: '';
  width: 12px;
  height: 1px;
  background-color: #e1e1e1;
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
}

.comment-info {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 12px;
}
.comment-info a {
  color: #000;
  font-weight: bold;
}
.comment-info .small {
  font-size: 12px;
  margin-left: 5px;
  color: #777;
  font-weight: 400;
}
.comment-info .reply-link {
  float: right;
}
.comment-info .reply-link a {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
}
.comment-info .reply-link a:hover, .comment-info .reply-link a:focus {
  color: #000;
}

.comment-form {
  margin: 30px 0 100px;
}
.comment-form .btn {
  color: #000;
  border: 2px solid #000;
  background: none;
  width: 100%;
}
.comment-form .btn:hover, .comment-form .btn:focus {
  color: #fff;
  background-color: #f8c200;
  border-color: #f8c200;
}

.post-breadcrumb {
  margin: 15px -15px 15px;
  padding: 15px;
  background-color: #fff;
}
.post-breadcrumb .breadcrumb li {
  line-height: 1.54;
  font-size: 13px;
}

.single-post-header {
  margin: 0 0 45px;
  background-color: #000;
}
.single-post-header .featured-image {
  display: inline-block;
  max-width: 100%;
  opacity: 0.8;
}

.sp-header-infos {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.sp-header-infos .post-cat {
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.2);
}
.sp-header-infos [class^="post-title-"] {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
.sp-header-infos .post-meta {
  color: #fff;
}
.sp-header-infos .post-meta a {
  color: #fff;
}

.single-post-reviews {
  margin: 0 0 50px;
  border: 1px solid #e1e1e1;
}

.progress-bars {
  padding: 50px 35px;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.signle-progress + .signle-progress {
  margin-top: 28px;
}

.progress-title {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold;
  color: #000;
}

.progress {
  border-radius: 0;
  height: 5px;
  background-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.progress-bar {
  background-color: #f8c200;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.review-footer {
  margin: 0;
}
.review-footer .media-body {
  padding: 45px 35px;
}
.review-footer .media-body p {
  margin: 0;
}
.review-footer .media-right {
  vertical-align: middle;
  border-left: 1px solid #eee;
}

.review-count {
  display: block;
  width: 202px;
  text-align: center;
}

.review-counter {
  margin: 0;
  line-height: 1;
  font-weight: 800;
  font-size: 60px;
  color: #000;
}

.review-stars {
  display: table;
  margin: 5px auto 15px;
}
.review-stars li {
  color: #f8c200;
}
.review-stars li + li {
  margin-left: 4px;
}
.review-stars li.fa-star-o {
  color: #bbb;
}

.review-state {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  color: #999;
}
/* Preloader */
.preloader {
  background-color: #f8c200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.preloader div {
  width: 100%;
  position: absolute;
  top: 45%;
  text-align: center;
}
.preloader span {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.preloader-shrink.preloader {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
/*
* Content Grid
*/
.boxed-pbc.row {
  padding: 30px;
  background-color: #fff;
}

.pagination-col {
  margin-top: 18px;
  margin-bottom: 85px;
  background-color: #fff;
  padding: 15px;
}

.pagination-col2 {
  margin-top: 45px;
}
/* Sidebars */
.sidebar-area .widget,
.sidebar-area .widget a,
.sidebar-area .widget select {
  color: #666;
}
.sidebar-area .widget {
  background-color: #fff;
  padding: 30px;
  margin: 0 -15px 30px;
}
.sidebar-area .widget-nopadd {
  background-color: none;
  padding: 0px;
  margin: 0 -15px 30px;
}

.sidebar-area .widget ul {
  padding: 0;
  list-style: none;
}
.sidebar-area .widget li {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
}
.sidebar-area .widget .children {
  padding-left: 20px;
}
.panel-grid .sidebar-area .widget {
  margin: 0 0 30px;
}
.panel-grid .sidebar-area .widget:last-of-type {
  margin-bottom: 0;
}
/* Recent posts and comments */
.sidebar-area .widget_recent_entries ul{
  counter-reset: rposts;
}
.footer-widgets .widget_recent_entries li,
.sidebar-area .widget_recent_entries li {
  display: table;
  padding: 15px 0;
  border-bottom: 1px solid #f6f6f6;
  font-size: 13px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-widgets .widget_recent_entries .post-date,
.sidebar-area .widget_recent_entries .post-date {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 5px;
  font-size: 12px;
}

.footer-widgets .widget_recent_entries li a,
.sidebar-area .widget_recent_entries li a {
  color: #666;
  width: 85%;
}
.footer-widgets .widget_recent_entries li:first-child,
.sidebar-area .widget_recent_entries li:first-child {
  padding-top: 0;
}
.widget_recent_entries li:before {
  counter-increment: rposts;
  content: "0" counter(rposts);
  display: table-cell;
  vertical-align: middle;
  font-family: serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  color: #bbb;
  width: 15%;
}
.footer-widgets .widget_recent_comments li,
.sidebar-area .widget_recent_comments li {
  padding: 15px 0;
  border-bottom: 1px solid #f6f6f6;
  font-size: 13px;
}
.footer-widgets .widget_recent_comments li:first-child,
.sidebar-area .widget_recent_comments li:first-child {
  padding-top: 0;
}
.sidebar-area .mpopular-post,
.footer-widgets .mpopular-post {
  padding: 15px 0;
  border-bottom: 1px solid #f6f6f6;
}
.sidebar-area .mpopular-post:first-of-type,
.footer-widgets .mpopular-post:first-of-type {
  padding-top: 0;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
	
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  backface-visibility: hidden;
	
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background-color: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
* Responsive
*/
@media (max-width: 1280px) {
  .home1-content-column {
    width: 100%;
  }

  .sticky-posts-carousel .this-contents {
    left: 30px;
    right: 30px;
  }



  .sticky-posts-blocks.sticky-posts .this-contents {
    bottom: 25px;
    left: 25px;
    right: 25px;
  }
  .sticky-posts-blocks.sticky-posts .this-contents .post-title-standard {
    font-size: 15px;
    line-height: 1.47;
  }
}
@media (max-width: 1199px) {
  /*Page Background*/
  .site[data-bodyimg] {
    background-position: center top;
  }

  /*Top Bar*/
  .breaking-news.media {
    margin: 10px 0;
  }

  .auth-social-nav {
    margin-top: 20px;
  }

  /*Navbar*/
  .navbar .navbar-nav > li:last-child .dropdown-menu {
    left: auto;
    right: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  .navbar .navbar-nav > li .dropdown-menu > li.dropdown .dropdown-menu {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    right: 100%;
    left: auto;
  }

  /*OffCanvas*/
}
@media (max-width: 1199px) and (max-width: 767px) {
  .off-canvas-trigger {
    margin: 17px 10px 17px auto;
    display: block;
    float: none;
  }
}
@media (max-width: 1199px) {
  /*Sticky Post Carousel*/
  .sticky-posts-carousel .this-contents {
    left: 20px;
    right: 20px;
  }
  .sticky-posts-carousel .owl-item.center .this-contents {
    bottom: 25px;
  }

  .site-branding.vhome2 {
    padding: 30px 0;
  }

  .post-by-cats.style2 .post {
    margin-bottom: 25px;
  }
  .post-by-cats.style2 .post-title-standard {
    margin-top: -7px;
  }

  .post-meta .date + .pshare-count {
    margin-left: 10px;
  }

  .pshare-count {
    margin-left: 10px;
  }
  .pshare-count i {
    margin-right: 4px;
  }

  .site-branding .header-ad {
    width: 550px;
  }

  .box-posts-carousel .inner {
    padding: 0 20px 20px;
  }

  .list-style-post .media-left {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  
  .site-branding.vhome3 .header-ad {
    width: 728px;
    float: left;
    max-width: 100%;
  }

  .footerstyle3 {
    padding: 30px;
  }
  .footerstyle3 .flex-row {
    display: block;
  }
  .footerstyle3 .flex-col {
    display: table;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: auto;
    margin: 0 auto;
  }
  .footerstyle3 .flex-col + .flex-col {
    margin-top: 10px;
  }
  .footer-widgets .sidebar-column .widget:last-of-type {
    margin-bottom: 30px;
  }
  .content-area {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  /*Top Bar*/
	.custom-logo-link img {
		max-height:100px;
	}
	.site-branding.vhome3 .main-logo,.affixparent .site-branding.vhome3 .main-logo {
    
	  top:-50px;
  }
	
	.site-branding.vhome3 .main-logo  {
		
	}
  .auth-social-nav {
    display: table;
    float: none;
    margin: 5px auto 15px;
  }

  /*Sticky Post*/
  .sticky-posts .post {
    max-width: 400px;
    margin: 0 auto;
  }
.isotope-gallery  .post {
    max-width: 100%;
    margin: 0 auto;
  }
		
  .sticky-posts .post .this-contents {
    left: 30px;
    right: 30px;
    bottom: 30px;
	  
  }
  .sticky-posts.first-child .this-contents {
    left: 30px;
    right: 30px;
  }
  .sticky-posts .post-title-big {
    font-size: 16px;
    line-height: 1.625;
  }

  /*Post By Cats*/
  .post-by-cats.col-md-4 {
    max-width: 400px;
    margin: 0 auto;
  }
  .post-by-cats.style2 {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .post-by-cats.style2 .media-left {
    display: block;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .post-by-catss {
    max-width: 400px;
    margin: 0 auto;
  }
  .site-content > .container > .row {
    margin: 0;
  }
  /*Footer Flex Column*/
  .flex-row {
    display: block;
  }

  .flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    display: table;
  }
  .flex-col + .flex-col {
    margin-top: 20px;
  }

  .footerstyle1 .fsocial1 {
    float: left;
  }

  .footer-menu li + li {
    margin-left: 10px;
  }

  .footer-widgets .widget + .widget {
    margin-top: 20px;
  }

  .bottom-footer .site-info {
    width: 100%;
    margin-bottom: 10px;
  }
  .bottom-footer .nav {
    float: none;
    margin: 0;
  }
  .bottom-footer .nav + .nav {
    margin-top: 10px;
  }

  .footer-menu-box {
    float: none;
  }

  .sticky-posts-blocks.sticky-posts {
    max-width: 400px;
    margin: 0 auto;
  }
	.sticky-posts-blocks.isotope-gallery {
    max-width: 100%;
    margin: 0 auto;
  }

  .box-posts-carousel {
    max-width: 400px;
    margin: 0 auto;
  }

  .sticky-post-block, .post-by-cats.style3 {
    max-width: 400px;
    margin: 0 auto 40px;
  }

  .header-ad {
    width: 100%;
  }

  .site-branding.vhome3 .header-ad {
    width: 100%;
  }

  .footerstyle3 .footer-social-menu {
    display: table;
    margin: 0 auto 10px;
    float: none;
  }

  .subscribe-form.style2 {
    display: table;
    width: 100%;
  }

  .posts-grid {
    max-width: 400px;
    margin: 0 auto;
  }

  /*Shop*/
  .shop-gallery {
    max-width: 600px;
    margin: 0 auto;
  }

  .product-shorting {
    float: left;
    width: 100%;
  }

  .product-details-tab-box .this-inner {
    display: block;
  }

  .product-details-tab {
    display: block;
    border: none;
    width: 100%;
  }

  .list-style-post {
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .list-style-post .media-left {
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
  }

  .our-author {
    padding: 15px;
    max-width: 300px;
    margin: 0 auto;
  }

  .fun-fact + .fun-fact {
    margin-top: 20px;
  }
  .fun-fact:first-child .inner, .fun-fact:last-child .inner {
    margin: 0 auto;
  }

  .author-details {
    max-width: 340px;
    margin: 0 auto 50px;
  }

  .custom-pagination {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  .share-btn {
    margin-right: 10px;
  }

  .author-of-post {
    text-align: center;
  }
  .author-of-post .media-right, .author-of-post .media-left {
    display: block;
  }
  .author-of-post .media-left {
    padding-right: 0;
  }
  .author-of-post .media-right {
    padding: 0 0 20px;
  }

  .post-author-socials {
    margin: 30px auto 0;
  }

  .post-author-img {
    margin: 0 auto;
  }

  .post-author-summary {
    text-align: left;
    padding: 20px;
  }

  .post-bookmarks-comments-count li a i {
    margin-right: 5px;
  }

  .sp-header-infos {
    position: relative;
    bottom: 0;
    background-color: #373737;
    padding: 30px 0;
  }

  .review-footer .media-right {
    border-top: 1px solid #eee;
    border-left: none;
    display: block;
    padding: 30px;
  }

  .review-count {
    margin: 0 auto;
  }
  .auth-social-nav .dropdown {
    position: static;
  }
  .login-drop {
    width: 100%;
    max-width: 507px;
    left: 0;
    right: auto;
  }
}

#map-container {
 width: 100%;
    height: 0;
    padding-bottom: 70.5%;
   }

@media (max-width: 479px) {
	#map-container {
 
    padding-bottom: 115%;
   }
	
	
  .breaking-news.media {
    text-align: center;
  }
  .breaking-news.media .media-left {
    padding-right: 0;
    padding-bottom: 10px;
    display: block;
    width: 100%;
  }
  .breaking-news.media .media-body {
    width: 100%;
  }
  .off-canvas {
    width: 310px;
  }

  .post-by-cats.col-md-4 {
    max-width: 300px;
  }

  .editor-choice-post-carousel .post:hover .this-contents, .editor-choice-post-carousel .post:focus .this-contents {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .fsocial1 li + li {
    margin-left: 15px;
  }
  .fsocial1 li a {
    width: 40px;
    line-height: 40px;
  }

  .sticky-posts-carousel .owl-stage-outer {
    margin: 0;
  }

  .sticky-posts-carousel .owl-prev, .sticky-posts-carousel .owl-next {
    width: 150px;
  }

  .main-logo .media-left {
    padding-right: 15px;
  }
  .main-logo .site-slogan {
    font-size: 12px;
  }
  .main-logo .site-title {
    font-size: 20px;
  }

  .product {
    width: 300px;
    padding: 15px;
  }

  .shop-gallery {
    max-width: 300px;
  }

  .shop-cat-filter {
    font-size: 11px;
  }
  .shop-cat-filter li + li {
    margin-left: 0;
  }
  .shop-cat-filter li + li:before {
    margin-left: 6px;
    margin-right: 6px;
  }

  .share-btn {
    width: 100%;
    margin: 0;
  }

  .comment .media-left {
    padding-right: 15px;
  }
  .comment.reply {
    padding-left: 18px;
  }

  .comment-info a, .comment-info small, .comment-info .reply-link {
    display: block;
    float: none;
  }
  .comment-info small {
    margin: 5px 0;
  }
}

/*CUSTOM STYLES */
.site-title, .site-description {
	
	visibility:hidden;
	
}

.height100 {

	
	
}


.undertitle {
	font-style:italic;
}
.ingredient {
	border-bottom:solid 2px #f8c200;
	padding:5px;
	
}
.unit,.quantity,.ingredient-group {
	font-weight:bold;
}

.instructions ul {
  counter-reset: rposts;
	margin:0px;
	padding:0px;
}
.instructions li {
  display: table;
	
  padding: 15px 0;
	
 
 
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.instructions .inside {
	border-left:solid 5px #f8c200;
	padding:0px 10px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 *//*
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
*/
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* PAGE BANNERS AND TITLES */

/* BREADCRUMBS */
.breadcrumb { float:right; margin:15px 0 0; color:#e6e6e6;}
.breadcrumb-separator{ position:relative; padding-right:20px; margin-right:15px; }
.breadcrumb-separator:before { display:block; position:absolute; top:50%; right:0; list-style:none; font-family:'fontawesome'; content:'/'; font-weight:bold; font-size:12px; color:#ddd; margin-top:-5px; line-height:10px; opacity:0.5; }
.breadcrumb-separator { }
.breadcrumb-link {
	color:#d6d6d6;
}
.breadcrumb-link :first-child{}
.breadcrumb-link :hover{}
.breadcrumb-title{}
.primary-color-bg {
	background-color:#1A9DD8;
}



/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select .btn {
 
 outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
	
  letter-spacing: 0px;
  font-weight: normal;
  line-height: 1;

	
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
	text-transform: none;
	
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
	
  /*IE9 and below*/
}
.bootstrap-select .bs-caret {
	position:relative;
	right:-20px;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
	
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}



.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
	 resize: initial;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}



.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 25px;
  margin-top: 5px;
}

.search {
	margin-top:20px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}


.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */

.label { border-radius: 0; text-shadow: none; font-size: 11px; font-weight: normal; padding: 3px 5px 3px; background-color: #abbac3!important }
.label[class*="span"][class*="arrow"] { min-height: 0 }
.undertitle .label {
	margin-left:5px;
}
.badge-yellow,
.label-yellow { color: #963!important; border-color: #fee188 }
.badge-light,
.label-light { color: #888!important }
.badge-pink,
.label-pink {color: #963!important; border-color: #cccccc}
.label-pink,
.badge-pink { background-color: #cccccc!important }

.label.arrowed,
.label.arrowed-in { position: relative; margin-left: 9px }
.label.arrowed:before,
.label.arrowed-in:before { display: inline-block; content: ""; position: absolute; left: -14px; top: 0; border: 9px solid transparent; border-width: 9px 7px; border-right-color: #abbac3 }
.label.arrowed-in:before { border-color: #abbac3; border-left-color: transparent!important; left: -9px }
.label.arrowed-right,
.label.arrowed-in-right { position: relative; margin-right: 9px }
.label.arrowed-right:after,
.label.arrowed-in-right:after { display: inline-block; content: ""; position: absolute; right: -14px; top: 0; border: 9px solid transparent; border-width: 9px 7px; border-left-color: #abbac3 }
.label.arrowed-in-right:after { border-color: #abbac3; border-right-color: transparent!important; right: -9px }
.label-yellow,
.badge-yellow { background-color: #fee188!important }
.label-yellow.arrowed:before { border-right-color: #fee188 }
.label-yellow.arrowed-in:before { border-color: #fee188 }
.label-yellow.arrowed-right:after { border-left-color: #fee188 }
.label-yellow.arrowed-in-right:after { border-color: #fee188 }
.label-pink.arrowed-in:before { border-color: #cccccc }
.label-large { font-size: 13px; padding: 3px 8px 4px }
.label-large.arrowed,
.label-large.arrowed-in { margin-left: 12px }
.label-large.arrowed:before,
.label-large.arrowed-in:before { left: -16px; border-width: 13px 8px 12px 8px }
.label-large.arrowed-in:before { left: -12px }
.label-large.arrowed-right,
.label-large.arrowed-in-right { margin-right: 11px }
.label-large.arrowed-right:after,
.label-large.arrowed-in-right:after { right: -16px; border-width: 11px 8px }
.label-large.arrowed-in-right:after { right: -12px }

.wprm-recipe-time {
	margin-right:5px;
}

.share {
	font-size:1.5em;
padding-bottom:10px;
}

@media screen and (min-width: 992px) and (max-width: 1210px) {
  .share {
	font-size:1.2em;

}
}

.widget-search {
	background-color:#f8c200 !important;
}

.rectangle {
	display:block;
	width:20px;
	height:10px;
	
}
.regiontrigger {
	margin-bottom:2px;
	font-size:11px;
	
	
}

.highlight {
	
}

.googlemaps {
	max-width:250px;
	height:auto;
}

.gm-style {
       font-family: 'Open Sans', sans-serif !important;
        text-decoration: none;
      }
      .gm-style img { max-width: 300px; }
.infowindow {

}

.infowindow h3 {
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:1.5em;
	margin-bottom:10px;
}
.infowindow .gmap-post-excerpt {
	background-color:#ffffff;
	margin-bottom:10px;
}

.infowindow .imageinfo {
	overflow:hidden;
	text-align:center;
}
.infowindow .imageinfo img {
	
}
.buttoninfo {
	margin:30px 0px;

}
.infowindow .buttoninfo {
	margin-bottom:10px;margin-top:10px;
}



.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  margin:5px 10px 5px 0px;
	
	border:solid 1px #ccc !important;
}

.btn-outline-pagination {
  color: #ccc;
  background-image: none;
  background-color: transparent;
	padding:0px 5px;
  margin:5px 2px;
	  line-height: 2;
	border:solid 1px #ccc;
}

.disabled {
	  color: #fff;
  background-color: #f8c200;
	border:solid 1px #f8c200;
}

#ajax {
	overflow:hidden;
}

.entry-title {
	text-transform:uppercase !important;
	
}
@media (min-width: 991px) {

.print {
	display:none;
}
}
@media (max-width: 992px) {
	.ingredientes {
		display:none;
	}
	
	}
@media print {
@page { size: auto;   }
	
	@page :left {
  margin-left: 2cm;
		
}

@page :right {
  margin-left: 2cm;
	
}
	@page:right{ 
  @bottom-left {
    margin: 10pt 0 30pt 0;
    border-top: .25pt solid #666;
    content: "My book";
    font-size: 9pt;
    color: #333;
  }
}
	
	table, figure {
  page-break-inside: avoid;
}
	@page:right{
  @bottom-right {
    content: counter(page);
  }
}

@page:left{
  @bottom-left {
    content: counter(page);
  }
}
	#masthead,#pagetitle,#secondary,.writereview,.shortcode-site-reviews-summary,.share,.site-footer,.post-navigation  {
		display:none;
	}
	
	
	.print {
		display:block;
	}
	.wprm-recipe-ingredientes {
		margin-bottom:20px;
		
	}
  a[href]:after {
    content: none !important;
  
}
	
}

.distance {
	
	font-size:12px;
	top:50px;
	display:none;
	   
	
	
}
.distance .fa-stack {
font-size:20px;	
}

.distance .odometer {
display:block;
	font-size:15px;
}

.vpravo {
	position:absolute;
	right:0px;
	
}

.vpravo a {
	color:#ffffff;
}

.sticky-post-style3::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;

}
.description {
	display:inline-block;
	position:absolute;
	top:20%;
	left:20%;
	font-size:40px;
	
	color:rgba(255,255,255,0.8);z-index:5;
}
.more:hover .description {
	 color: #f8c200 !important;
}

.type-markets-archive {
	width: 100%;
	min-height: 100vh;
	background-color: black;
    position:relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover !important;
	background-attachment: fixed !important;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	border-bottom:solid 3px #ffffff;
	margin:0px !important;
}



.type-markets-archive .media-body {

border:dashed 3px #000000;
	padding:20px 50px;
	background:rgba(0,0,0,0.3);
	position:relative;
	
}
.type-markets-archive .entry-title {
	margin-bottom:1em;
	font-size:35px;
	font-weight:300;
	/*font-family:"Roboto Slab";*/
}

.type-markets-archive .entry-title a {
	color:#fee188;
	font-size:1em;
	
}

.post-title-medium {
	font-size:20px !important;
}

.marketstall .entry-title a {
	
	font-size:1em;
}

.marketstall .media-body {
	margin-top:10px;
}

.entry-header .navigation {
	
	font-size:1em;
	position:relative;
	top:-10px;
}

.type-markets-archive .entry-title  {
	color:#ffffff;
	
	
}
.type-markets-archive .entry-title a:hover {color:#f8c200;}
.type-markets-archive .map-picture {
	border:solid 4px #ffffff;
	margin:0px auto;
	margin-bottom:20px;
}

.big {
	font-size:4em;
	color:#fee188;
}

.box {
	/*background-color:rgba(248,194,0,0.7);*/
	
	margin:20px 0px;
	font-size:15px;
	padding:0px;
	height:150px;
	color:#fdf2cf;
	text-align:left;
	
}

.box h3 {
	margin:0px;
	padding:0px;
	font-size:20px;
	border-bottom:solid 1px #f8c200;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#fee188;
	
}

.post-type-archive-markets .primary-color-bg {
	background-color:rgba(248,194,0,1);
}

.btn-secondary {
 background-color:rgba(248,194,0,0.9);
  color: #000;
}

.btn-secondary:hover {
 background-color:rgba(255,255,255,0.9);
  color: #000;
}

.short_description {
	padding:0px 10px;
	padding-bottom:10px;
	text-align:justify;
}

.justify {
	text-align:justify;	
}
.first {
	margin:20px 10px;
	font-size:20px;
}

@media (max-width: 767px) {
	
	.col-sm-4 .btn-sm,.col-sm-4 button,.btn-toolbar .btn-sm {
		display:block;
		margin-bottom:5px;
		width:100%;
	}
	.type-markets-archive {
	
    font-size:15px;
	padding-top: 0px;
	padding-bottom: 20px;
	
}
	.type-markets-archive .map-picture { 
	margin-bottom:20px;	
	}
	
	
	.type-markets-archive .media-body {
text-align:center;
border:none;
	padding:10px 10px;
	background:none;
	
}
} 

@media (min-width: 768px) {
  .row.row-eq-height {
     display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  }
}
@media (min-width: 992px) {
	.regiontrigger {
display:block;
		text-align:left;
	}
	
	.inline .regiontrigger {
		display:inline-block;
		text-align:center;
		font-size:10px;
		
			padding:0 10px;
		margin:2px;
	}
}
/* add this for full height column content 
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}
*/

.stallvaloraciones {
	margin-top:50px;
	margin-left:30px;
}

.glsr-shortcode-title {
	margin-bottom:30px;
	text-transform: uppercase;
}
.valoracion,.subtitle{
	position:relative;
	top:-40px;
}

.subsubtitle {
	position:relative;
	top:-50px;
	
	font-style: italic;
}

.valoracion .glsr-summary {
		text-align:center;
	
	margin:0 auto;
}


.write {
	font-size:14px;
}

.title {
	line-height:1em;
}

.simplefavorite-button.active {
  opacity: .7;
}

.simplefavorite-button.has-count {
  position: relative;
}

.simplefavorite-button.preset {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
 
  position: relative;
 
}

.simplefavorite-button.preset:active, .simplefavorite-button.preset:focus {
  outline: none;
}

.simplefavorite-button.preset i {
  
}

.simplefavorite-button.preset:hover {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.simplefavorite-button.preset.active {
  background-color: #333;
  color: #ffffff;
  border-color: #333;
  opacity: 1;
}

.simplefavorites-loading {
  margin-left: 8px;
}

.sf-icon-spinner-wrapper {
  display: inline-block;
  position: relative;
  min-width: 1em;
  min-height: 1em;
}

.sf-icon-spinner {
  -webkit-animation: sf_rotate linear 2s infinite;
          animation: sf_rotate linear 2s infinite;
  position: absolute;
  top: .15em;
  left: 0;
}

@-webkit-keyframes sf_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

@keyframes sf_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

.favorites-list {
  list-style: none;
}

.favorites-list li {
  zoom: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: .75em 0;
  margin: 0;
}

.favorites-list li:before, .favorites-list li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.favorites-list li:after {
  clear: both;
}

.favorites-list li img {
  float: left;
  margin-right: 1em;
}

.simplefavorites-modal-backdrop {
  position: fixed;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 50%;
  z-index: 998;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.simplefavorites-modal-backdrop.active {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.simplefavorites-modal-content {
  z-index: 999;
  position: fixed;
  top: -200%;
  left: 50%;
  width: 50%;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(51, 51, 51, 0.5);
          box-shadow: 2px 2px 20px 0px rgba(51, 51, 51, 0.5);
}

.simplefavorites-modal-content.small {
  width: 400px;
}

.simplefavorites-modal-content.active {
  top: 50px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.simplefavorites-modal-content.loading .modal-content-body {
  display: none;
}

.simplefavorites-modal-content.loading .modal-content-loading {
  display: block;
}

.simplefavorites-modal-content-body {
  padding: 1em;
  max-height: 300px;
  overflow: auto;
  zoom: 1;
}

.simplefavorites-modal-content-body:before, .simplefavorites-modal-content-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.simplefavorites-modal-content-body:after {
  clear: both;
}

.simplefavorites-modal-content-body.no-padding {
  padding: 0;
}

.simplefavorites-modal-content-body.has-footer {
  padding-bottom: 0;
}

.simplefavorites-modal-content-interior {
  padding: 1em;
  padding-bottom: 0;
}

.simplefavorites-modal-content-footer {
  zoom: 1;
  padding: .7em;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  background-color: rgba(51, 51, 51, 0.1);
}

.simplefavorites-modal-content-footer:before, .simplefavorites-modal-content-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.simplefavorites-modal-content-footer:after {
  clear: both;
}

.simplefavorites-button-consent-deny {
  float: left;
  opacity: .7;
}

.simplefavorites-button-consent-accept {
  float: right;
}

@media (max-width: 767px) {
  .simplefavorites-modal-content {
    width: 90%;
  }
  .simplefavorites-modal-content.active {
    top: 20px;
  }
  .simplefavorites-modal-content-body {
    height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
}

@media print {
  .simplefavorites-modal-backdrop,
  .simplefavorites-modal-content,.widget-nopadd {
    display: none;
  }
}

@font-face {
  font-family: 'favorites';
  src: url("fonts/favorites.eot");
}

@font-face {
  font-family: 'favorites';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBwcAAAC8AAAAYGNtYXClTaJoAAABHAAAAIxnYXNwAAAAEAAAAagAAAAIZ2x5Ztq6v+MAAAGwAAAEVGhlYWQN7PEkAAAGBAAAADZoaGVhB8IDzgAABjwAAAAkaG10eCoAAgwAAAZgAAAANGxvY2EE9AZcAAAGlAAAABxtYXhwABEAdQAABrAAAAAgbmFtZWwpt2EAAAbQAAABnnBvc3QAAwAAAAAIcAAAACAAAwPNAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADqEAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAcAAAABgAEAADAAgAAQAg5gHofeia6Nzo5ul76dnqEP/9//8AAAAAACDmAOh96Jro3Ojm6Xvp2eoQ//3//wAB/+MaBBeJF20XLBcjFo8WMhX8AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAIP/2A+ADigARABsAAAEfATMPAR8BLwEPAT8BLwEzNxMDIQUDJQUDLQECADMN1oknDTOJJyaKNw0nidYQQHP+kwEmcAEqASZwASr+kwK9oy1jGi2jYxoaY6MtHWYtAWr+o9r+o9fXAV3XAwAAAAABACD/9gPgA4oACQAAAQ0BEyUFEyUhEwJzAW3+1nD+2v7WcP7aAW1zAi0D1/6j19MBXNcBXQAAAAEAVgAdA6oDKwAbAAAlJy4DNTQ+AjMyFhc+ATMyHgIVFA4CBwIAPlKHXzQkP1UyN2YjImY4MVY/JDRfhlMdOEt/dHE9MVY/JDIoKDIkP1YxPXF2f0sAAAADAFYAAQOqA1UAFQAhADsAAAE+ATU0JiMiBg8BJy4BIyIGFRQWHwEBMjY1NCYjIgYVFBYFHgEVFAYHAQ4BIyImJwEuATURNDYzITIWFwLgDxE+LBYnDyAeDyYXKz8PD7b+wBslJRsbJSUCwwwMDAz+1AweEhIeDP6ADAwxIwEsEh4MAR8PJhcrPw8PICAPDz8rFyYPtgIYJRsbJSUbGyXEDB4SEh4M/tQMDAwMAYAMHhIBLCIyDAwAAgAqACsD1gOBABwAIAAAAQczFRQGBwMOASMhIiY1ETQ2NwEXHgEdAQchMhYBETMRA9YCAgMDggkqG/6AIjQODAEYLgkJKgEOIjT8VKwCAQRSCRAH/tQXHTMjAaoSHgwBGi4JFg0OxDL+CAIA/gAAAAEA1gArAyoDKwAKAAABMhYVESUFETQ2MwLWIjL+1v7WMSMDKzQi/VaAgAKqIjQAAAIAIP/wBAADsAA6AHIAAAEuAScuAScuAScuAQcOAQcOAQcOAQcOARceARceARceARceATc+ATc+ATc+ATc+ATc6ATMyNjU8ATUxBw4BBw4BBw4BJy4BJy4BJy4BJy4BNz4BNz4BNz4BNz4BFx4BFx4BFx4BFx4BBzEcARUUFhcOAQcEAAEVFRQ5JCNULi1hMTFfLC1PISE0ERIQAQEUExM2ISJOKytaLi5ZKSlLHh8xEAkOAwECARslZhEzHx9JKChVKipTJyZFHR0sDw8OAQESEBEuHR5DJSVPJydNJCNAGhspDg0NASEYBQ8LAcAyYy0uUiIjNRISEQEBFRMUNyMiUS0sXi8vXCsrTSAgMhAREAEBFBISNCEgTCkZNBslGwEDAaooRx4eLhAPDwEBEhERMR4eRyYnUSkpUCUlQhwbKw4PDQEBERAQLRwcQSQjSyYBAwEZJAMaMxgAAAEAAP/ZBAADpwAKAAABJQsBDQEDJQUDJQQA/p6env6eAQA8ATwBPDwBAAIzMwFB/r8z+v6gpqYBYPoAAAEAAAAgBAADQAAFAAAJAScHCQEDYP4g4KABgAKAA0D+IOCg/oACgAABAAAAAQAAvj/AY18PPPUACwQAAAAAANVm1k8AAAAA1WbWTwAA/9kEAAOwAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAANBAAAAAAAAAAAAAAAAgAAAAQAACAEAAAgBAAAVgQAAFYEAAAqBAAA1gQAACAEAAAABAAAAAAAAAAACgAUAB4AVgByAJ4A+gEyAUoB+AIWAioAAQAAAA0AcwADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAkAAAABAAAAAAACAAcAcgABAAAAAAADAAkAPAABAAAAAAAEAAkAhwABAAAAAAAFAAsAGwABAAAAAAAGAAkAVwABAAAAAAAKABoAogADAAEECQABABIACQADAAEECQACAA4AeQADAAEECQADABIARQADAAEECQAEABIAkAADAAEECQAFABYAJgADAAEECQAGABIAYAADAAEECQAKADQAvGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc2Zhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAc0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="sf-icon-"], [class*=" sf-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'favorites' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sf-icon-spinner:before {
  content: "\e97b";
}

.sf-icon-favorite:before {
  content: "\e9d9";
}

.sf-icon-checkmark:before {
  content: "\ea10";
}

.sf-icon-bookmark:before {
  content: "\e8e6";
}

.sf-icon-love:before {
  content: "\e87d";
}

.sf-icon-wishlist:before {
  content: "\e89a";
}

.sf-icon-like:before {
  content: "\e8dc";
}

.sf-icon-star-empty:before {
  content: "\e600";
}

.sf-icon-star-full:before {
  content: "\e601";
}

.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}

.btn-toolbar .btn {
	margin-right:5px;
	margin-bottom:5px;
}

.wprm-recipe-summary {
	margin-top:10px;
}

.undertitle {
	font-size:12px;
}

@media (max-width: 991px) {
 
	#ajax_stall {
		margin:0px 0px;
	}
	.regiontrigger {
			font-size:10px;
		
			padding:0 10px;
		margin:2px;
	}
}

.container-fluid {
	padding-left:0px;
	padding-right:0px;
}

.container-fluid .row {
	margin-left:0px;
	margin-right:0px;
}

.pseudo-pbc-carousel .post-excerpt {
	height:200px !important;
	overflow:hidden;
}

#menu-main .lang-item, #menu-primary-english .lang-item{
	position:absolute !important;
	
	right:0px;
	
}

.mob-menu .lang-item {
	position:relative;
	top:20px;
	
}

.my-custom-class-for-label {
  width: 100px; 
	display:block;
   font-size: 11px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #eb3a44;
  border-radius: 5px;
  
  background: #fee1d7;
  color: #eb3a44;
  text-align: center;

  
  font-weight: bold;
 
}

.recipes .glsr-summary {
	margin-bottom:0em;
}

.writereview {
	font-size:12px;
	margin-bottom:1em;
}

.recipes .shortcode-site-reviews-summary  {
	
}

.this-cat-post {
	margin-bottom:10px;
}

.media-object,.featured-img {
  position: relative;
  
 
 
  overflow: hidden;
  
}
.media-object img,.featured-img img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.media-object:hover img,.featured-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-market {
	padding-bottom:20px;
}
.archive-market #map-container {
	 width: 100%;
    height: 0;
    padding-bottom: 35% ;
}



.archive-market #map-container.collapse[aria-expanded="false"] {
    display: block;

    padding-bottom: 10%;
    overflow: hidden;
}

@media (max-width:475px) {
	.archive-market #map-container.collapse[aria-expanded="false"] {
    display: block;

    padding-bottom: 30%;
    overflow: hidden;
}
}



#archive-market-button-outer {
	font-size:20px;
	display:block;
	margin:0 auto;
	width:60px;
	position:relative;
	height:0px;
	top:-20px;
	z-index:999
}

#archive-market-button .fa-circle {
	color:rgba(254,225,136,0.95);
}

#floating-panel-outer {
	position:relative;
	top:-70px;
	z-index:998;
	height:0px;
}

 #floating-panel {
        
        
        z-index: 5;
      
        padding: 5px;
        margin-right:50px;
        text-align: right;
       
        line-height: 30px;
        padding-left: 10px;
      }

#ajax_stall .post-excerpt {
	margin-top:10px;
}

#ajax_stall .btn-secondary:hover {
 background-color:rgba(0,0,0,0.9);
  color: #fff;
}