/*
	Theme Name: Metro Pro
	Theme URI: http://my.studiopress.com/themes/metro/
	Description: Presenting Metro, a modern magazine-style layout built on an optimized mobile responsive platform.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.1.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Metro Pro Blue
		- Metro Pro Green
		- Metro Pro Pink
		- Metro Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
 
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #010101;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #f96e5b;
}

a:hover {
	color: #222;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 5px solid #f5f5f5;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px; font-family:Poppins;
	padding: 0;
}

h1 {
	font-size: 30px; color:#e6501a;
}

h2 {
	font-size: 25px; color:#e6501a;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 21px; color:#e6501a;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #eee;
	color: #111;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #f96e5b;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 12px;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
}

.site-inner {
	clear: both;
	padding:45px 0;
}
body.home .site-inner{ padding:0;}
.wrap, .content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1340px;
}

#slider {
 /*background: #e53500;*/
    float: left;
    width: 100%; position:relative;
}
.slider-form{ position:absolute; left:60%; top:0; width:400px;}
.slider-left{ width:840px; float:left;}
.slider-right{ width:386px; float:right; background:#e53500; /*min-height:379px; margin:100px 0 0 0;*/ color:#fff; padding:14px;}
.slider-right h4{ padding-bottom:15px; font-size:18px; color:#fff;}

.header-right a.more-link{ margin-left:10px; padding:5px 15px; position:relative;}
.header-right a.more-link:before{content:inherit;}
.header-right a.more-link i{ color:#e6501a;}
.header-right form:before{ color:#e6501a; content: "\f15c"; font:normal normal normal 14px/1 FontAwesome; margin-right:5px;}
.header-right input[type="submit"]{ background:none; color:#000; font-weight: 400; font-family: Poppins;}
.header-right a.more-link:hover{ color:#e6501a;}
.header-right a.more-link:hover i{ color:#000;}

.site-header.sticky{ position:fixed !important; width:100% !important; left:0 !important; top:0 !important; transform:inherit !important; z-index:9;}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

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

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

/* Content */

.content, #container {
	float: left;
	width: 980px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

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

.metro-pro-landing .site-container {
	max-width: 772px;
}

.metro-pro-landing .site-inner,
.metro-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

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

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #f5f5f5 url(../png/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 12px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box,
.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	overflow: hidden;
	padding: 32px;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

.author-box .author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 40px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover {
	color: #f96e5b;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
}

.comment-respond h3,
.entry-comments h3,
.widget-title {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 16px;
	padding-bottom: 16px;
	text-transform: uppercase;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	padding: 0;
}
 
.featured-content .entry-title {
	margin-bottom: 8px;
}

.home-bottom .featured-content .entry-title {
	margin: 8px 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 20px;
}

.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}

.metro-pro-home .home-bottom .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget input {
	margin-bottom: 16px;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #f96e5b;
	color: #fff;
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding: 0; position:relative; z-index:1; width:100%; background: #f6e9d8;
}
body.home .site-header{  background: #fff; position:absolute; border-color: #f64a00;
border-width: 0 15px;
border-style: solid;
width: 1380px;
border-radius: 0 0 15px 15px;
left: 50%;
transform: translateX(-50%);}
.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */
.site-header::before {
  content: '';
  height: 1px;
  display: block;
  background: #ededed;
  width: 100%;
  position: absolute;
  top: 54px;
}
body.home .title-area {
	padding: 0 0 0 20px;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 0;
	text-transform: uppercase; margin: 5px 0;
}

.site-title a,
.site-title a:hover {
	background:url(../png/logo.png) left top no-repeat; width:136px; height:109px; font-size:0px; display:inline-block;
	color: #fff;
	display: inline-block;
	padding: 0;
	text-decoration: none; background-size: cover; position:relative;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	min-height: 100px;
	padding: 0;
}

.header-image .site-title a {
	background-color: transparent;
	max-width: 270px;
	min-height: 80px;
	padding: 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 664px;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	width: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.header-right{ position: absolute; right: 0; top: 0; display: flex; flex-direction: column; z-index:9;}
.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}
body .ubermenu-skin-orange{ background:none !important; box-shadow:none !important; border:none !important;}

.genesis-nav-menu .menu-item {
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}
body .ubermenu-skin-orange .ubermenu-item-level-0 > .ubermenu-target,
.genesis-nav-menu a {
	color:#000;
	display: block; font-weight:500; border:none;
	padding: 25px 15px; font-size:16px; text-transform:uppercase;
	position: relative;
	text-decoration: none;
}
body .ubermenu-skin-orange{ font-size:14px; font-family:arena_condensedregular;}
body .ubermenu-skin-orange .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, body .ubermenu-skin-orange .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, body .ubermenu-skin-orange .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #e6501a;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 220px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu .menu-item{ display:block;}
.genesis-nav-menu .sub-menu a {
	background-color: #333;
	font-size: 13px;
	padding: 10px 16px;
	position: relative; line-height: 19px; border-radius: 0px; border-bottom: 1px solid #6a6a6a;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #f96e5b;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	padding: 14px 14px 14px 44px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header ul.genesis-nav-menu {
	
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background:#f6e9d8; border-bottom-left-radius:0; padding:0 15px;
}
body.home .nav-primary{ background:none;}
.nav-primary a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #e6501a;
} 
.nav-primary .sub-menu a:hover {
	background-color: #e6501a;
	color: #fff;
}

.nav-primary .sub-menu .sub-menu {
	margin: 0px 0 0 174px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #333;
	color: #fff;
	text-align: right;
}

.nav-secondary a {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 16px;
}

.nav-secondary .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
	width: auto;
  position: absolute;
  right: 0; top: 0; z-index: 2;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle {
	overflow: hidden;
}

.home-middle-left,
.home-middle-right {
	width: 332px;
}

.home-middle-left {
	float: left;
}

.home-middle-right {
	float: right;
}

/* Entries
--------------------------------------------- */

div.entry,
.page.page-template-page_blog-php .entry {
	background: url(../png/lines.png) bottom repeat-x;
	background-size: 8px 8px;
	margin-bottom: 48px;
	padding-bottom: 32px;
}

.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	padding: 0;
}

.entry-content a {
	color: #f96e5b;
}

.entry-content a:hover {
	color: #333;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.entry-meta a {
	color: #999;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #222;
}

footer.entry-footer, .entry-header .entry-meta {
	margin-bottom: 24px; display:none;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
}

.entry-meta .entry-categories,
.entry-meta .entry-tags {
	display: block;
}

.content .entry-meta .entry-comments-link {
	float: right;
}

.content .entry-meta .entry-comments-link a {
	background-color: #f96e5b;
	color: #fff;
	padding: 8px 16px;
}

.content .entry-meta .entry-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	background: url(../png/lines.png);
	background-size: 8px 8px;
	margin-top: 32px;
	padding: 16px;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
}

.after-entry p {
	margin-bottom: 20px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	margin: 40px 0; text-align: center; width: 100%; clear: both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f96e5b;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

p.form-submit,
.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.ping-list li {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

.ping-list .reply {
	display: none;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.comment-content {
	clear: both;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
}
.quantity input{ padding:7px;}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {	
	word-wrap: break-word; margin-bottom:15px;
}

.sidebar .widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	text-indent: 0;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 15px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar .search-form {
	width: 100%;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #f96e5b;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.site-footer{ display:none;}
.footer-widgets {
	background:url(../jpg/footer-bg.jpg) center top no-repeat; background-size:cover;
	clear: both;
	width: 100%;
	padding:60px 0 80px 0; color:#aaafac;
	position:relative; line-height: 25px;
}
.footer-widgets input, .footer-widgets select, .footer-widgets textarea{ box-shadow:none;}
.footer-widgets:before{ content:''; background:url(../png/footer-lion.png) center top no-repeat; width:399px; height:344px; display:inline-block; position:absolute; bottom:0; z-index: 1;}
.footer-widgets a{ color:#fff; text-decoration:none;}
.footer-widgets-1, .footer-widgets-4, .footer-widgets-5,
.footer-widgets-2,
.footer-widgets-3 {
	width: 245px;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	margin-right: 25px;
}

.footer-widgets-1, .footer-widgets-3, .footer-widgets-4,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-5 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 25px; position: relative; z-index: 2;
}
.footer-widgets ul li {
	list-style:inside;
	margin: 0 0 5px;
	padding: 0;
	word-wrap: break-word;
}
.footer-widgets .search-form {
	width: 100%;
}
.footer-widgets h3{ color:#fff;}
.footer-widgets .widget-title{ background:none; padding:0; margin:0 0 20px 0; text-align:left; text-transform:uppercase; color:#fff; font-size:18px;}
.copy-area{ margin-top: -60px;position: relative; text-align: right; color: #ffff; padding-bottom: 20px; border-top: 1px solid rgba(255, 255, 255, 0.2);
padding-top: 15px;}
/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Metro Pro Blue
--------------------------------------------- */

.metro-pro-blue .entry-title a:hover,
.metro-pro-blue .genesis-nav-menu > .right > a:hover,
.metro-pro-blue .site-footer a:hover,
.metro-pro-blue a,
.metro-pro-blue h2 a:hover {
	color: #5bb1f9;
}

.metro-pro-blue .entry-title a,
.metro-pro-blue .entry-meta a:hover,
.metro-pro-blue a:hover {
	color: #222;
}

.metro-pro-blue .entry-meta a {
	color: #999;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .button,
.metro-pro-blue .button:hover,
.metro-pro-blue .entry-comments-link a,
.metro-pro-blue .entry-comments-link a:hover,
.metro-pro-blue .genesis-nav-menu a,
.metro-pro-blue .site-footer a,
.metro-pro-blue .site-title a,
.metro-pro-blue .site-title a:hover,
.metro-pro-blue a.social-buttons {
	color: #fff;
}

.metro-pro-blue h2 a,
.metro-pro-blue h2 a:visited {
	color: #333;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .archive-pagination li.active a,
.metro-pro-blue .button:hover,
.metro-pro-blue .btn:hover,
.metro-pro-blue .content .entry-comments-link a,
.metro-pro-blue .enews-widget input:hover[type="submit"],
.metro-pro-blue .genesis-nav-menu .current-menu-item > a,
.metro-pro-blue .genesis-nav-menu a:hover,
.metro-pro-blue .sidebar .enews-widget input[type="submit"],
.metro-pro-blue .site-title a,
.metro-pro-blue a.social-buttons:hover,
.metro-pro-blue button:hover,
.metro-pro-blue input:hover[type="button"],
.metro-pro-blue input:hover[type="reset"],
.metro-pro-blue input:hover[type="submit"] {
	background-color: #5bb1f9;
}

.metro-pro-blue .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-blue .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-blue .genesis-nav-menu > .right > a,
.metro-pro-blue.header-image .site-title a {
	background: none;
}

/* Metro Pro Green
--------------------------------------------- */

.metro-pro-green .entry-title a:hover,
.metro-pro-green .genesis-nav-menu > .right > a:hover,
.metro-pro-green .site-footer a:hover,
.metro-pro-green a,
.metro-pro-green h2 a:hover {
	color: #21c250;
}

.metro-pro-green .entry-title a,
.metro-pro-green .entry-meta a:hover,
.metro-pro-green a:hover {
	color: #222;
}

.metro-pro-green .entry-meta a {
	color: #999;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .button,
.metro-pro-green .button:hover,
.metro-pro-green .entry-comments-link a,
.metro-pro-green .entry-comments-link a:hover,
.metro-pro-green .genesis-nav-menu a,
.metro-pro-green .site-footer a,
.metro-pro-green .site-title a,
.metro-pro-green .site-title a:hover,
.metro-pro-green a.social-buttons {
	color: #fff;
}

.metro-pro-green h2 a,
.metro-pro-green h2 a:visited {
	color: #333;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .archive-pagination li.active a,
.metro-pro-green .button:hover,
.metro-pro-green .btn:hover,
.metro-pro-green .content .entry-comments-link a,
.metro-pro-green .enews-widget input:hover[type="submit"],
.metro-pro-green .genesis-nav-menu .current-menu-item > a,
.metro-pro-green .genesis-nav-menu a:hover,
.metro-pro-green .sidebar .enews-widget input[type="submit"],
.metro-pro-green .site-title a,
.metro-pro-green a.social-buttons:hover,
.metro-pro-green button:hover,
.metro-pro-green input:hover[type="button"],
.metro-pro-green input:hover[type="reset"],
.metro-pro-green input:hover[type="submit"] {
	background-color: #21c250;
}

.metro-pro-green .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-green .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-green .genesis-nav-menu > .right > a,
.metro-pro-green.header-image .site-title a {
	background: none;
}

/* Metro Pro Pink
--------------------------------------------- */

.metro-pro-pink .entry-title a:hover,
.metro-pro-pink .genesis-nav-menu > .right > a:hover,
.metro-pro-pink .site-footer a:hover,
.metro-pro-pink a,
.metro-pro-pink h2 a:hover {
	color: #d1548e;
}

.metro-pro-pink .entry-title a,
.metro-pro-pink .entry-meta a:hover,
.metro-pro-pink a:hover {
	color: #222;
}

.metro-pro-pink .entry-meta a {
	color: #999;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .button,
.metro-pro-pink .button:hover,
.metro-pro-pink .entry-comments-link a,
.metro-pro-pink .entry-comments-link a:hover,
.metro-pro-pink .genesis-nav-menu a,
.metro-pro-pink .site-footer a,
.metro-pro-pink .site-title a,
.metro-pro-pink .site-title a:hover,
.metro-pro-pink a.social-buttons {
	color: #fff;
}

.metro-pro-pink h2 a,
.metro-pro-pink h2 a:visited {
	color: #333;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .archive-pagination li.active a,
.metro-pro-pink .button:hover,
.metro-pro-pink .btn:hover,
.metro-pro-pink .content .entry-comments-link a,
.metro-pro-pink .enews-widget input:hover[type="submit"],
.metro-pro-pink .genesis-nav-menu .current-menu-item > a,
.metro-pro-pink .genesis-nav-menu a:hover,
.metro-pro-pink .sidebar .enews-widget input[type="submit"],
.metro-pro-pink .site-title a,
.metro-pro-pink a.social-buttons:hover,
.metro-pro-pink button:hover,
.metro-pro-pink input:hover[type="button"],
.metro-pro-pink input:hover[type="reset"],
.metro-pro-pink input:hover[type="submit"] {
	background-color: #d1548e;
}

.metro-pro-pink .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-pink .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-pink .genesis-nav-menu > .right > a,
.metro-pro-pink.header-image .site-title a {
	background: none;
}

/* Metro Pro Red
--------------------------------------------- */

.metro-pro-red .entry-title a:hover,
.metro-pro-red .genesis-nav-menu > .right > a:hover,
.metro-pro-red .site-footer a:hover,
.metro-pro-red a,
.metro-pro-red h2 a:hover {
	color: #ef4f4f;
}

.metro-pro-red .entry-title a,
.metro-pro-red .entry-meta a:hover,
.metro-pro-red a:hover {
	color: #222;
}

.metro-pro-red .entry-meta a {
	color: #999;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .button,
.metro-pro-red .button:hover,
.metro-pro-red .entry-comments-link a,
.metro-pro-red .entry-comments-link a:hover,
.metro-pro-red .genesis-nav-menu a,
.metro-pro-red .site-footer a,
.metro-pro-red .site-title a,
.metro-pro-red .site-title a:hover,
.metro-pro-red a.social-buttons {
	color: #fff;
}

.metro-pro-red h2 a,
.metro-pro-red h2 a:visited {
	color: #333;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .archive-pagination li.active a,
.metro-pro-red .button:hover,
.metro-pro-red .btn:hover,
.metro-pro-red .content .entry-comments-link a,
.metro-pro-red .enews-widget input:hover[type="submit"],
.metro-pro-red .genesis-nav-menu .current-menu-item > a,
.metro-pro-red .genesis-nav-menu a:hover,
.metro-pro-red .sidebar .enews-widget input[type="submit"],
.metro-pro-red .site-title a,
.metro-pro-red a.social-buttons:hover,
.metro-pro-red button:hover,
.metro-pro-red input:hover[type="button"],
.metro-pro-red input:hover[type="reset"],
.metro-pro-red input:hover[type="submit"] {
	background-color: #ef4f4f;
}

.metro-pro-red .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-red .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-red .genesis-nav-menu > .right > a,
.metro-pro-red.header-image .site-title a {
	background: none;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.search-form input[type="search"] {
		background-image: url(../png/search%402x.png);
	}

}

@media only screen and (max-width: 1099px) {
 
	.wrap {
		max-width: 94%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.site-header .widget-area {
		width: 544px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle-left,
	.home-middle-right,
	.sidebar-primary{
		width: 272px;
	}

}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 94%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3, .footer-widgets-4,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 100%;
	}

	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}

	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
		width: 100%;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.home-middle-left,
	.home-middle-right {
		width: 332px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
	}

}

@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
	} 

	.site-container {
		padding: 20px 5%;
	}

	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.entry-title {
		font-size: 30px;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	} 
}

@media only screen and (max-width: 480px) {

	.content .entry-meta .entry-comments-link {
		display: block;
		float: none;
		margin: 10px 0;
	}

}

@media only screen and (max-width: 320px) {

	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-title {
		font-size: 36px;
	}

}
 

.listing-box{ width:23%; float:left; margin:0 2% 25px 0; text-align:center; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); padding: 15px;}
.listing-box img{ margin:0 0 15px 0;}
.listing-box h2 a{ text-decoration:none; color:#e53500;}
.listing-box h2{ font-size:20px;}

.single-post-nav{ border-bottom:1px solid #ccc; padding:0 0 20px 0; margin-bottom:30px; width:100%; float:left;}
.single-post-left{ float:left;}
.single-post-right{ float:right;}
.single-post-right a {
  background: #efefef;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
}

body.blog article.post{ background:url(../png/lines.png) center bottom repeat-x; padding:0 0 20px 0; margin:0 3% 20px 0; width:47%; float:left;}
body.blog article.post p{ display:none;}
body.blog article.post h2.entry-title{ font-size:22px;}
body.blog article.post img{ width:100%;}

.woocommerce ul.products li.product h3{ font-size:16px !important;}
.woocommerce ul.products li.product h3 mark{ display:none;}
.woocommerce ul.products li.product .button{ font-size:14px !important; position: relative; z-index: 2; overflow: hidden;}
body.post-type-archive-product #container{ width:100%;}
body.post-type-archive-product .sidebar-primary{ display:none;}
.single-thumb{ float:left; margin:0 20px 20px 0;}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after{ content:inherit !important;}

.content-sidebar.woocommerce-page .content{ width: 100%;}
.content-sidebar.woocommerce-page .sidebar{ display: none;}

.header-right-top{ display:flex; justify-content: flex-end;}
.header-right-top .widget { width: auto; white-space: nowrap;}
.header-right-top .widget-1{ width:auto; background:#000; padding:0 25px; display: flex; align-items: center;}
.header-right-top .widget-1 a{ text-decoration:none; color:#fff;}
.header-right-top .widget-2{ width:auto;}
.header-right-wh{ display:flex; background:#fff; padding:10px; gap:15px; align-items:center;}
.header-right-wh a{ color:#000; text-transform:uppercase; font-size:15px; font-weight:400; text-decoration:none;}

.front-page-1 {
	/*height:90vh;*/
	position: relative; width:100%;
	overflow: hidden;
	clear: both; background:none !important;
}	
.front-page-1 .widget_text{ background:url(../jpg/front-7-bg.jpg) left top no-repeat; padding:50px 0; color:#fff; background-size: cover; position: relative;}
.front-page-1 .widget_text:before{ content:''; position:absolute; left:0; top:0; background:rgba(0, 0, 0, 0.8); width:100%; height:100%;}
.front-page-1 .widget_text .textwidget{ padding-left:50px;}
.front-page-1 .widget_text .widget-wrap{ max-width:1340px; margin:0 auto; position: relative; display: flex;}
.front-page-1 .widget_text ul{ margin-left: 16px; font-size:20px;}
.front-page-1 .rslides img{ width:100%; height:100%;} 
.front-page-1 .widget{ max-width:100%;}
.front-page-1 .metaslider .caption-wrap{ background:none; opacity: 1;}
.front-page-1 a.btn{ display: inline-block; padding: 12px 24px; font-size: 14px; text-align: center; letter-spacing: normal;  font-stretch: condensed; color:#fff; font-family:Poppins; border:2px solid #fff; font-weight:500; text-transform: uppercase; text-decoration:none;}
.front-page-1 a.btn:after{ font-family: dashicons; content: "\f344"; font-size:16px; margin-left:10px;}
.front-page-1 a.btn:hover{ background:#fff; color:#333;}
.front-page-1 .widget, .front-page-1 div, .front-page-1 .rslides, .front-page-1 .rslides li { height: 100%;}
.front-page-1 .caption-wrap{ height:100%; position: absolute; bottom: 0; left: 0; margin: 0; display: block; width: 100%; line-height: 1.4em;}
.front-page-1 h2{ font-family:Bebas Neue; text-transform: uppercase; font-size:60px; font-weight:normal; color:#000000; line-height: 60px;}
.front-page-1 h4{ font-family:Bebas Neue; text-transform: uppercase; font-size:85px; color:#e53500; font-weight:normal; width: 100%; padding: 0;
margin: 0;}
.front-page-1 .widget p{ line-height: 25px; margin:0; font-family:Poppins; margin:0 0 25px 0; font-size:18px; color:#000;}
.front-page-1 .caption-wrap .caption div, .front-page-1 .widget div{ height:100%; width:100%;}
.front-page-1 .caption-wrap .caption{height: 100%; padding: 0;display: -ms-flexbox;display: flex; -ms-flex-align: center;align-items: center; width: 90%; margin: 0 auto; justify-content: flex-end;}
.front-page-1 .caption-wrap .caption .banner-caption{ width:40%; height:auto; padding: 30px 40px 10px 40px; background: rgba(255, 255, 255, 0.7);}
.front-page-1 .rslides_nav{ background:#ff8300; opacity:1; font-size:0px; width: 50px; height: 50px; padding:0; text-align: center; line-height: 44px; color:#fff;}
.front-page-1 .rslides_nav.prev:before{content:"\f104"; font-family:fontAwesome; font-size:25px;}
.front-page-1 .rslides_nav.next:before{content:"\f105"; font-family:fontAwesome; font-size:25px;}
.front-page-1 .rslides_nav.prev{ left:15px;}
.front-page-1 .rslides_nav.next{ right:15px;}

.d-flex{ display:flex; align-items:center;}

.front-page-2{ padding:80px 0 0 0;}
.front-page-2 .widget{ width:50%;}

.tiger-bg{ background:url(../png/front-3-bg.png) center bottom no-repeat;}
.front-page-3{ padding:100px 0 180px 0;}
.front-page-5 .widget,
.front-page-3 .widget{ width:50%;}

.front-page-4{ background:url(../jpg/front-4-bg.jpg) center bottom no-repeat; background-size:cover; min-height:475px; display:flex; align-items:center;}
.front-page-4 .widget{ width:40%; text-align:center; float:right;}
.front-page-4 h4{ font-size:48px; color:#fff; font-weight: 600;}
.front-page-5{ padding:80px 0;}
.front-page-5 .widget:first-child:before{ content:''; background:url(../png/home4_png-2.png) left bottom no-repeat; width:690px; height:423px; display:inline-block; position:absolute; top:60px; left:0;}
.front-page-5 .widget_media_image{ text-align:center;}
.front-page-5 .widget_media_image img{ max-width:80% !important;}
.front-page-5 .widget{ position:relative;}

.front-page-6{ background:#ededed; padding:80px 0; position:relative;}
.front-page-6 .widget{ width:25%;}
.front-page-6 .widget-wrap{ padding:0 15px;}
.front-page-6 .widget-wrap article{background:#fff; padding:30px; transition: 1s all;}
.front-page-6 p{ color:#535353;}
.front-page-6:before{ content:''; background:url(../png/section-lion.png) left top no-repeat; background-size: cover; display:inline-block; width:385px; height:275px; position:absolute; bottom:-15px; left:10px;}
.front-page-6 .d-flex{ align-items:flex-start;}
.front-page-6 .widget-wrap article:hover{ color:#fff; background:#e6501a;}
.front-page-6 .widget-wrap article:hover span.alignnone{ border-color:#fff;}
.front-page-6 .widget-wrap article:hover p{ color:#fff;}
.front-page-6 .featured-content:hover .entry-title{ color:#fff;}
.front-page-6 .featured-content:hover img{ filter: brightness(0) invert(1);}
.front-page-6 .featured-content:hover .more-link{ color:#fff;}

.front-page-7 .widget:first-child{ background:url(../jpg/front-7-bg.jpg) left top repeat; width:40%; padding:50px; color:#fff; height: 450px;}
.front-page-7 .widget:last-child{ width:60%;}
.front-page-7 .widget iframe{ display:block;}

.event-area h2,
.feature-product-area .widgettitle,
.front-page-6 .widget_text .widget-title,
.front-page-5 .widget-title,
.front-page-8 h2,
.front-page-2 .widgettitle,
.front-page-7 .widgettitle{ font-size:48px; font-family:Poppins; font-weight:600; color: #fff; text-transform: capitalize; margin:0; padding:0 0 25px 0;}
.feature-product-area .widgettitle,
.front-page-2 .widgettitle{ color:#e6501a;}
.front-page-2 .widget:last-child{ padding:0 0 0 50px;}
.front-page-2 .textwidget{ background-color: #ffffff; padding: 30px; margin-left: -150px; width: 120%; box-shadow: 0 0 30px rgb(0, 0, 0, 0.1);}
.front-page-5 .widget-title{ color:#e6501a;}
.front-page-6 .widget_text .widget-title{ color:#000;}
.front-page-6  span.alignnone{ width: 170px; height: 170px; display: flex; border: 1px solid #e5e5e5; border-radius: 200px; align-items: center;
justify-content: center; margin: 0 auto 15px auto;} 
.front-page-6 .featured-content .entry-title{ color:#000000;}
.front-page-6  .more-link{ color:#000000; text-decoration:none; text-transform:uppercase; border-radius: 4px; position: relative;
  z-index: 2; overflow: hidden;}

.feature-product-area{ background:#121b1f; padding:60px 0; text-align:center;}
.feature-product-area ul.products h2{ color:#fff;}
.feature-product-area ul.products{ display:flex; gap: 30px;}
.feature-product-area ul.products li{ margin: 0 !important;  width: 100% !important;}

.front-page-8{ background:#23262d; padding:80px 0;}
.front-page-8 h2{ text-align:center;}
.front-page-8 .d-flex{ gap:20px;}
.post-column{ width:33.3%;}
.post-column h4{ margin:20px 0;}
.post-column h4 a{ color:#fff; text-decoration:none;}
.post-column img { width: 100%; height: 350px;}
.post-column p{ color:#9b9b9b;}
.post-column .post-link{ color:#fff; text-transform:uppercase; font-weight:600; text-decoration:none; position:relative;}
.post-column .post-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #e6501a;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.post-column .post-link:hover:before { width: 100%;}
.insta-area{ padding:60px 0;}

.feature-product-area .woocommerce a.button:hover{ background:#fff !important; color:#000 !important;}

.button-link{ border-radius: 4px; background-color:#30373e; font-size: .75rem; color: #fff; padding: 1.1em 2.5em; display:inline-block; text-transform:uppercase; text-decoration: none; letter-spacing: 1px; font-weight: 600; position: relative; z-index: 2; overflow: hidden;}
.button-link i{ font-size:18px; margin-left:8px;}
.button-link:hover{ color:#fff;}


.more-link:before, .more-link:after, 
.woocommerce ul.products li.product .button:before, .woocommerce ul.products li.product .button:after,
.button-link:before, .button-link:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00045f;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 0;
}
.more-link:before,
.woocommerce ul.products li.product .button:before,
.button-link:before {
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
}
.more-link:after,
.woocommerce ul.products li.product .button:after,
.button-link:after {
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
.more-link:hover::before, .more-link:hover::after,
.woocommerce ul.products li.product .button:hover::before, .woocommerce ul.products li.product .button:hover::after,
.button-link:hover::before, .button-link:hover::after {
  border-radius: 0;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.more-link:hover::before, .more-link:hover::after,
.woocommerce ul.products li.product .button:hover::before, .woocommerce ul.products li.product .button:hover::after,
.button-link:hover::before, .button-link:hover::after {
  background-color: #e6501a;
}
.feature-product-area .woocommerce ul.products li.product .button:hover::before, .feature-product-area .woocommerce ul.products li.product .button:hover::after{ background:#fff;}
.front-page-6  .more-link:hover::before, .front-page-6  .more-link:hover::after{ background:#000;}
 

.front-page-4 .button-link{ background-color:#fff; color: #000;}
.front-page-4 .button-link:hover{ color: #fff;}

.content.full-width{ width:100%;}
.partner-content-area{ display:flex;}
.partner-left{ width:100%;}
.partner-representative li.slide a{ max-height:220px; overflow:hidden;}
.parnter-right{ width: 35%; float: right; padding-left: 3%;}
.partner-representative li.slide{ width:100%; margin:0 0 20px 0; padding-bottom:15px; text-align: center;}
.partner-representative li.slide img{ width:100%; margin-bottom:12px;}
.partner-header-img{ border:1px solid #ddd; height:312px; overflow:hidden; margin:0 auto; width:820px;}
.partner-header-img img{ width:820px; height:312px;}
.partner-header{ margin-bottom: 30px;}
.partner-header .partner-img-box{ margin:0 auto; width:820px; float:none; display:flex; background:#fff; position:relative; border:none;}
.partner-header .partner-logo-img{ margin:-20px 0 0 20px; width:200px; border:1px solid #ededed; padding: 20px; background: #fff;}
.partner-row{ border:none; background:none;}
.fa-tiktok:before{ content:'\e07b';}
.partner-row{ display:flex;}
.partner-representative li.slide{ font-size:14px;  border:1px solid #ddd; box-shadow:0 0 15px #ddd;}
.partner-representative li.slide span{ display:inlin-block; padding:0 5px 0 5px; font-size:13px;}
.partner-representative li.slide span a{ display:inline-block; background:#efefef; padding:6px 12px; border-radius:2px; float:none; width:auto;}
.partner-representative li.slide span a:hover{ background:#273888; text-decoration:none; color:#fff;}
.partner-feed{ border: 1px solid #ddd; box-shadow: 0 0 15px #ddd; padding:15px; margin-bottom:30px;}
.partner-row .partner-link{ width:100%; float:none; border:none;}
.partner-row .partner-link a{ height: 60px; color: #fff; width: 60px; display: flex; justify-content: center; align-items: center; text-decoration: none; font-size: 22px;}
.partner-row .partner-link a.url-link{ background:#333;}
.partner-row .partner-link a.fb-link{ background:#273888; background: linear-gradient(0deg, rgba(6,58,189,1) 0%, rgba(39,56,136,1) 100%);}
.partner-row .partner-link a.twitter-link{ background:#00bff6;}
.partner-row .partner-link a.instagram-link{background:#4c5eca; background: linear-gradient(0deg, rgba(76,94,202,1) 0%, rgba(217,44,111,1) 100%);}
.partner-row .partner-link a.youtube-link{ background:#de2b26; background: linear-gradient(0deg, rgba(221,30,31,1) 0%, rgba(189,23,29,1) 100%);}
.partner-row .partner-link a.linkedin-link{ background:#00517b; background: linear-gradient(0deg, rgba(0,118,179,1) 0%, rgba(0,81,123,1) 100%);}
.partner-row .partner-link a.tiktok-link{ background:#53a2a8; background: linear-gradient(0deg, rgba(8,247,241,1) 0%, rgba(232,0,66,1) 100%);}
.partner-form{ padding:10px 30px; max-height:400px; overflow-y:auto;}
.mobile_display{ display:none;}

.people-row{ display:flex; gap:20px; flex-wrap:wrap;}
.quote-description{ padding: 30px; background-color: #f9f6f5; position: relative; border-radius: 4px; width:100%;}
.quote-description p{ margin:0;}
.people-row .quote-description:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-width: 12px 15px;
    border-top-color: #f9f6f5;
}
.people-row .author { margin-top: 28px; padding-left: 25px;}
.people-row .author .name { color: #e6501a;}


@media only screen and (max-width: 1098px) {
.footer-widgets-1, .footer-widgets-3, .footer-widgets-2, .footer-widgets-4{ width:24%; margin:0 1% 0 0;}
body .ubermenu-skin-orange .ubermenu-item-level-0 > .ubermenu-target, .genesis-nav-menu a{ padding:13px 9px 13px; font-size: 14px;}
body.blog article.post h2.entry-title {
    font-size: 20px;
}
	body.home .title-area{ padding:0; }
	.footer-widgets-1, .footer-widgets-4, .footer-widgets-5, .footer-widgets-2, .footer-widgets-3{ width:100%;}
	.feature-product-area ul.products{ justify-content:center; flex-wrap: wrap;}
	.woocommerce.columns-5 ul.products li.product { width: 28.95% !important;}
}
@media only screen and (max-width: 1023px) {
.nav-primary{ width:100%; margin:0; padding:0;}
.ubermenu-skin-orange.ubermenu-responsive-toggle{ color:#000 !important;}
}
@media only screen and (max-width: 767px) {
 .woocommerce.columns-5 ul.products li.product { width: 100% !important;}
.site-container{ padding:0; width:100%;} 
.nav-primary{ width:100%; clear:both;}
.slider-form{ position:static;}
.home-content-left, .slider-right{ margin:0; width:100%;}
.home-top .widget{ width:100%; margin:0 0 20px 0;}
.home-right { text-align: center; width: 100%;}
.metaslider .caption h3{ font-size:14px;}
.footer-widgets-1, .footer-widgets-4, .footer-widgets-2, .footer-widgets-3{ padding:0; width:100%; margin:0;}
.listing-box{ width:30%;}
}
@media only screen and (max-width: 500px) {
.listing-box{ width:100%; margin:0 0 20px 0;}
}

.uber-clear::after, .ubermenu .ubermenu-column::after, .ubermenu .ubermenu-content-block::after, .ubermenu .ubermenu-image::after, .ubermenu .ubermenu-postlist-item::after, .ubermenu .ubermenu-submenu::after, .ubermenu .ubermenu-tabs::after, .ubermenu::after, .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after{ content:inherit !important;}
.metaslider a{ text-decoration: none;}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ background: #e6501a !important; color: #fff !important; padding: 15px 20px !important; font-family: 'Oswald'; font-weight: 400 !important;}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{ background: #000 !important; color: #fff !important;}

.ewd-ufaq-faq-category-title{ background: #f6e9d8; padding: 14px 16px 14px 16px; border-radius:4px;}
.ewd-ufaq-faq-category-title h3{ margin:0; font-size:16px;}
.ewd-ufaq-faq-category-inner h4{ font-size:16px;}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{ font-size:20px !important; line-height:27px !important;}
.single-img img{ max-width: 700px; margin: 0 auto 30px auto; display: block; border-radius: 5px;}

.event-area{ padding:80px 0; text-align:center; background: url(../jpg/front-7-bg.jpg) left top no-repeat;  background-size: cover;}
.border-event{ width:23%; border-radius:5px; background:#fff; margin:0 1%; overflow:hidden;}
.border-event .event_content{ padding:20px;}
.border-event a{ text-decoration:none;}
.border-event h4 a{ color:#333;}
.border-event .event-date{ color:#c12e27; font-size:15px; text-transform:uppercase; letter-spacing:1px;}
.front-page-6 .widget-wrap article:hover .more-link { padding: 10px 20px; background: #fff; color: #000; overflow:hidden;}
.front-page-6 .widget-wrap article:hover .more-link:hover{ color:#fff;}

.front-page-2 .widget:first-child, .front-page-3 .widget:first-child, .front-page-5 .widget:first-child, .front-page-7 .widget:first-child, .front-page-1 h4.widgettitle{ animation-duration: 2s; animation-delay: 0.1s; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
.front-page-2 .widget:last-child, .front-page-5 .widget:last-child, .front-page-7 .widget:last-child, .front-page-1 .widget_text .textwidget{ animation-duration: 2s; animation-delay: 0.1s; -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
.front-page-4 .widget{ animation-duration: 2s; animation-delay: 0.2s; -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}

.event-area .border-event:nth-child(1), .front-page-8 .post-column:nth-child(1), .front-page-6 .widget-2,
.feature-product-area .products li:nth-child(1){ animation-duration: 2s; animation-delay: 0.1s; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.event-area .border-event:nth-child(2), .front-page-8 .post-column:nth-child(2), .front-page-6 .widget-3,
.feature-product-area .products li:nth-child(2){ animation-duration: 3s; animation-delay: 0.2s; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.event-area .border-event:nth-child(3), .front-page-8 .post-column:nth-child(3), .front-page-6 .widget-4, 
.feature-product-area .products li:nth-child(3){ animation-duration: 4s; animation-delay: 0.3s; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.event-area .border-event:nth-child(4),
.feature-product-area .products li:nth-child(4){ animation-duration: 5s; animation-delay: 0.4s; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.feature-product-area .products li:nth-child(5){ animation-duration: 6s; animation-delay: 0.5s; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}

.stack-5 .widget:first-child, .stack-7 .widget:first-child{ animation-duration: 2s; animation-delay: 0.1s; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
.stack-5 .widget:last-child, .stack-7 .widget:last-child{ animation-duration: 2s; animation-delay: 0.1s; -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}

.woocommerce .has-post-thumbnail .entry-content img{ display:none;}

@media only screen and (max-width: 1180px) { 
	.front-page-1 .widget_text .widget-wrap{ width:92%;}
	.front-page-1 .widget_text .widget-wrap{ display:block;}
	.front-page-1 h4{ font-size: 45px;}
	.front-page-1 .widget_text .textwidget{ padding:0;}
	.front-page-2{ padding:40px 0 0 0;}
	.front-page-4 .widget{ width:100%; position:relative;}
	.event-area h2, .feature-product-area .widgettitle, .front-page-6 .widget_text .widget-title, .front-page-5 .widget-title, .front-page-8 h2, .front-page-2 .widgettitle, .front-page-7 .widgettitle{ font-size:30px;}
	body.home .site-header{ position:static; transform:inherit; border: none; width: auto;}
	.front-page-1 .widget_text ul{ font-size:16px;}
	.header-right-top{ display:none;}
	.header-right{ position:static;}
	.nav-primary{ padding-top:12px; text-align: center;}
	.d-flex{ flex-wrap:wrap;}
	.front-page-6 .widget {width: 50%;}
	.post-column{ width:31%;}
	.post-column img{ height:auto;}
	.title-area{ text-align:center;}
	.front-page-4{position:relative;}
	.front-page-4:before{ content:''; background:#000; opacity:0.5; width:100%; height:100%; position:absolute; left:0; top:0; display:inline-block;}
}
@media only screen and (max-width: 767px) { 
	.d-flex{ display:block;}
	.front-page-5 .widget, .front-page-3 .widget,
	.front-page-2 .widget{ width:100%; padding: 0 0 20px 0;}
	.front-page-2 .widget:last-child{ padding:0;}
	.front-page-2 .textwidget{ margin:0; width:100%;}
	.front-page-3{ padding-top:40px; padding-bottom: 40px;}
	.feature-product-area ul.products{ display:block;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ padding:0 0 30px 0 !important;}
	.border-event{ width:100%; margin:0 0 20px 0;}
	.front-page-6 .widget{ width:100%;}
	.front-page-6::before{ display:none;}
	.front-page-7 .widget:first-child, .front-page-7 .widget:last-child{ width:100%;}
	.post-column { width: 100%; padding: 0 0 30px 0;}
	.footer-widgets-1, .footer-widgets-4, .footer-widgets-5, .footer-widgets-2, .footer-widgets-3{ width:100%;}
	.partner-header .partner-img-box{ display:block; width: auto;}
	.site-header::before, .site-header::after{ content:inherit; display:none;}
	body.home .title-area{ padding:0;}
	.partner-content-area{ display:block;}
	.parnter-right{ width:100%; padding:0;}
	.partner-header .partner-logo-img{ margin:0 auto;}
	.wp-block-image .alignleft{ float:none !important;}
	.front-page-5 .widget:first-child::before{ content:inherit; display:none;}
	.genesis-nav-menu{ color:#000; height:100vh; background: #fff; box-shadow:0 0 12px #efefef; padding:80px 0 0 0; width: 280px; position: fixed; top: 0; right: 0; z-index: 1; overflow: auto;}
	.front-page-1 .widget_text{ background:#2b1208;}
	.footer-widgets::before{ width:280px;}
	.single-img img{ max-width:100%;}
	.front-page-1 .widget_text{ z-index:-1;}
	.front-page-1 .rslides_nav{ margin-top:0; line-height: 34px; width: 40px; height: 40px; top: 100%;}
	.site-header{ z-index:999999 !important;}
	
}